html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type='text']::-ms-clear,
input[type='email']::-ms-clear,
input[type='url']::-ms-clear,
input[type='number']::-ms-clear,
input[type='tel']::-ms-clear,
input[type='search']::-ms-clear {
  display: none;
}
input[type='password']::-ms-reveal {
  display: none;
}
/* Font text values */
/* Character Styles */
* {
  box-sizing: border-box;
}
html {
  overflow: hidden;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: auto;
  -webkit-user-select: none;
          user-select: none;
}
body {
  min-width: 950px;
  min-height: 585px;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.38461538;
  color: #e6e6e6;
  background-color: #3a4345;
}
body.limited {
  min-width: 600px;
  min-height: 450px;
}
body.hidden {
  overflow: hidden;
}
body.isdragged * {
  -webkit-user-select: none !important;
          user-select: none !important;
}
a:-moz-any-link:-moz-focusring {
  outline: none;
}
a:-moz-focusring:not(input):not(button):not(select):not(textarea):not(iframe):not(frame):not(body):not(html) {
  outline: none;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -webkit-appearance: textfield;
}
#wt-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-width: 1240px;
}
.text-nowrap {
  white-space: nowrap !important;
}
[dir="ltr"] .text-left {
  text-align: left;
}
[dir="rtl"] .text-left {
  text-align: right;
}
.text-center {
  text-align: center;
}
[dir="ltr"] .text-right {
  text-align: right;
}
[dir="rtl"] .text-right {
  text-align: left;
}
.modal-window {
  will-change: opacity;
  opacity: 0;
  z-index: 6;
}
.modal-window_visible_true {
  opacity: 1;
}
.tip {
  position: fixed;
  z-index: 8;
  display: block;
  word-break: keep-all;
  max-width: 20rem;
  padding: 0.5rem;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.27272727;
  letter-spacing: 0;
  color: #acb4b9;
  text-align: center;
  white-space: normal;
  text-shadow: none;
  background: #505d62;
  border-radius: 0.4rem;
  box-shadow: 0 0 0 1px #434d51, rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  transform: translateY(-0.3rem);
}
[dir="ltr"] .tip::before,[dir="ltr"] 
.tip::after {
  left: 50%;
}
[dir="rtl"] .tip::before,[dir="rtl"] 
.tip::after {
  right: 50%;
}
[dir="ltr"] .tip::before,[dir="ltr"] 
.tip::after {
  margin-left: -0.6rem;
}
[dir="rtl"] .tip::before,[dir="rtl"] 
.tip::after {
  margin-right: -0.6rem;
}
.tip::before,
.tip::after {
  position: absolute;
  bottom: -1.2rem;
  content: ' ';
  display: block;
  border: 0.6rem solid transparent;
}
.tip::before {
  bottom: -1.2rem;
  border-top-color: #3a4345;
}
.tip::after {
  bottom: -1.1rem;
  border-top-color: #505d62;
}
.tip_acc-readonly_true {
  color: rgba(77, 198, 255, 0.8);
}
.tip_server-unavailable_true,
.tip_acc-not-supported_true {
  color: rgba(255, 114, 114, 0.8);
}
.tip_no-login_true {
  color: rgba(247, 181, 46, 0.8);
}
[dir="ltr"] .tip_pos_left::before,[dir="ltr"] 
.tip_pos_left::after {
  left: 0;
}
[dir="rtl"] .tip_pos_left::before,[dir="rtl"] 
.tip_pos_left::after {
  right: 0;
}
[dir="ltr"] .tip_pos_left::before,[dir="ltr"] 
.tip_pos_left::after {
  margin-left: 0.6rem;
}
[dir="rtl"] .tip_pos_left::before,[dir="rtl"] 
.tip_pos_left::after {
  margin-right: 0.6rem;
}
[dir="ltr"] .tip_pos_right::before,[dir="ltr"] 
.tip_pos_right::after {
  left: 100%;
}
[dir="rtl"] .tip_pos_right::before,[dir="rtl"] 
.tip_pos_right::after {
  right: 100%;
}
[dir="ltr"] .tip_pos_right::before,[dir="ltr"] 
.tip_pos_right::after {
  margin-left: -1.8rem;
}
[dir="rtl"] .tip_pos_right::before,[dir="rtl"] 
.tip_pos_right::after {
  margin-right: -1.8rem;
}
[dir="ltr"] .tip .fa {
  margin-right: 0.5rem;
}
[dir="rtl"] .tip .fa {
  margin-left: 0.5rem;
}
.tip .fa {
  font-size: 0.9em;
}
.select {
  position: relative;
  font-size: 0;
}
[dir="ltr"] .select__active {
  padding-left: 0.8rem;
}
[dir="rtl"] .select__active {
  padding-right: 0.8rem;
}
[dir="ltr"] .select__active {
  padding-right: 0.2rem;
}
[dir="rtl"] .select__active {
  padding-left: 0.2rem;
}
.select__active {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 2.8rem;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6e6e6;
  outline: none;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background: #455054;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.8rem;
  border-color: #434d51;
}
.select__active:invalid:not(output) {
  box-shadow: none;
}
.select__active:focus {
  background: #434d51;
  border-color: #434d51;
}
.select__active_enabled_false {
  background: #455054;
}
.select__label {
  display: inline;
}
[dir="ltr"] .select__trigger {
  right: 0;
}
[dir="rtl"] .select__trigger {
  left: 0;
}
[dir="ltr"] .select__trigger {
  padding-right: 0.8rem;
}
[dir="rtl"] .select__trigger {
  padding-left: 0.8rem;
}
[dir="ltr"] .select__trigger {
  text-align: right;
}
[dir="rtl"] .select__trigger {
  text-align: left;
}
.select__trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  cursor: pointer;
  color: #74848b;
}
.select__trigger .fa {
  vertical-align: middle;
  font-size: 1.8rem;
  color: inherit;
}
[dir="ltr"] .select__group {
  padding-right: 0.4rem;
}
[dir="rtl"] .select__group {
  padding-left: 0.4rem;
}
[dir="ltr"] .select__group {
  padding-left: 0.8rem;
}
[dir="rtl"] .select__group {
  padding-right: 0.8rem;
}
.select__group {
  display: block;
  padding: 0.8rem 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  color: #4dc6ff;
  background-color: #505d62;
}
[dir="ltr"] .select__item {
  padding-right: 0.4rem;
}
[dir="rtl"] .select__item {
  padding-left: 0.4rem;
}
[dir="ltr"] .select__item {
  padding-left: 0.8rem;
}
[dir="rtl"] .select__item {
  padding-right: 0.8rem;
}
.select__item {
  display: block;
  margin: 1px 0;
  min-height: 2.8rem;
  padding: 0.4rem 0;
  color: #e6e6e6;
  background: #455054;
  cursor: pointer;
}
.select__item::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.select__item:last-child {
  margin-bottom: 0;
  border-radius: 0 0 0.4rem 0.4rem;
}
.select__item:hover {
  background: #505d62;
}
.select__item:active,
.select__item_state_active {
  color: #4dc6ff;
}
.select__title {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select__items {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 1px 2px;
  background: #505d62;
  border-radius: 0 0 0.4rem 0.4rem;
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  overflow: hidden;
}
.react-datepicker {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-shrink: 0;
  background: #505d62;
  border-radius: 0.4rem;
  box-shadow: 0 0 0 1px #434d51, rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  margin: 0.8rem;
}
.react-datepicker-popper {
  z-index: 6;
}
[dir="ltr"] .react-datepicker__portal {
  left: 0;
}
[dir="rtl"] .react-datepicker__portal {
  right: 0;
}
.react-datepicker__portal {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  background: rgba(58, 67, 69, 0.25);
  transition: all 0.3s ease-out;
  transition-delay: 0s;
  justify-content: center;
  align-items: center;
  display: flex;
}
.react-datepicker__header {
  flex-shrink: 0;
  position: relative;
  text-align: center;
  background-color: #455054;
  border-bottom: 1px solid #434d51;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  *zoom: 1;
}
.react-datepicker__header:before,
.react-datepicker__header:after {
  content: ' ';
  display: table;
}
.react-datepicker__header:after {
  clear: both;
}
[dir="ltr"] .react-datepicker__header--time {
  border-left: 1px solid #434d51;
}
[dir="rtl"] .react-datepicker__header--time {
  border-right: 1px solid #434d51;
}
.react-datepicker__current-month,
.react-datepicker-time__header {
  padding: 1.6rem 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #c8cdd0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.react-datepicker__navigation {
  background: none;
  border: none;
  position: absolute;
  top: 2.4rem;
  transform: translate(0, -50%);
  z-index: 1;
  width: 2.8rem;
  height: 2.8rem;
  font-size: 0;
  line-height: 2.8rem;
  text-align: center;
  cursor: pointer;
}
.react-datepicker__navigation:focus {
  outline: none;
}
.react-datepicker__navigation::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  font-size: 2.4rem;
}
[dir="ltr"] .react-datepicker__navigation--previous {
  left: 0.4rem;
}
[dir="rtl"] .react-datepicker__navigation--previous {
  right: 0.4rem;
}
.react-datepicker__navigation--previous::before {
  content: '\f104';
}
[dir='rtl'] .react-datepicker__navigation--previous::before {
  transform: scale(-1, 1);
}
.react-datepicker__navigation--previous--disabled,
.react-datepicker__navigation--previous--disabled:hover {
  cursor: default;
}
[dir="ltr"] .react-datepicker__navigation--next {
  right: 0.4rem;
}
[dir="rtl"] .react-datepicker__navigation--next {
  left: 0.4rem;
}
.react-datepicker__navigation--next::before {
  content: '\f105';
}
[dir='rtl'] .react-datepicker__navigation--next::before {
  transform: scale(-1, 1);
}
[dir="ltr"] .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 7rem;
}
[dir="rtl"] .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  left: 7rem;
}
.react-datepicker__navigation--next--disabled,
.react-datepicker__navigation--next--disabled:hover {
  cursor: default;
}
.react-datepicker__month-container {
  flex-grow: 1;
}
.react-datepicker__month {
  display: flex;
  flex-direction: column;
  margin-top: 3.2rem;
  padding: 0.8rem;
  text-align: center;
}
.react-datepicker__week {
  display: flex;
  flex-direction: row;
}
.react-datepicker__time-container {
  flex-shrink: 0;
  width: 7rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow: hidden;
}
.react-datepicker__time {
  position: relative;
  flex-grow: 1;
  max-height: 20rem;
}
.react-datepicker__time-box {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
[dir="ltr"] .react-datepicker__time-list {
  padding-right: 20px;
}
[dir="rtl"] .react-datepicker__time-list {
  padding-left: 20px;
}
.react-datepicker__time-list {
  box-sizing: content-box;
  list-style: none;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
}
[dir="ltr"] .react-datepicker__time-list-item {
  border-left: 1px solid #434d51;
}
[dir="rtl"] .react-datepicker__time-list-item {
  border-right: 1px solid #434d51;
}
.react-datepicker__time-list-item {
  position: relative;
  display: block;
  width: 7rem;
  padding: 0.8rem;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6e6e6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: lowercase;
  cursor: pointer;
  border-bottom: 1px solid #434d51;
}
.react-datepicker__time-list-item:active,
.react-datepicker__time-list-item--selected {
  color: #4dc6ff;
  background-color: #455054;
}
.react-datepicker__time-list-item--disabled {
  color: #ababab;
}
.react-datepicker__day-names {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.8rem;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  display: inline-block;
  margin: 0;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
}
.react-datepicker__day-name,
.react-datepicker__time-name {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}
.react-datepicker__day {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  border: 1px solid transparent;
  cursor: pointer;
}
.react-datepicker__day:hover {
  font-weight: 700;
  color: #4dc6ff;
  background-color: #455054;
}
.react-datepicker__day--today {
  color: #e6e6e6;
}
.react-datepicker__day--highlighted,
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__day--keyboard-selected {
  font-weight: 700;
  color: #4dc6ff;
  background-color: #455054;
  border-color: #434d51;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__day--keyboard-selected:hover {
  background-color: #455054;
}
.react-datepicker__day--weekend,
.react-datepicker__day--weekend:hover {
  color: #c65136;
}
.react-datepicker__day--outside-month,
.react-datepicker__day--disabled {
  cursor: default;
  color: #ababab;
}
.react-datepicker__day--outside-month:hover,
.react-datepicker__day--disabled:hover {
  background-color: transparent;
}
[dir="ltr"] .react-datepicker__custom-input-wrapper::after {
  right: 0;
}
[dir="rtl"] .react-datepicker__custom-input-wrapper::after {
  left: 0;
}
.react-datepicker__custom-input-wrapper::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f073';
  position: absolute;
  top: 0;
  height: 100%;
  width: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  color: #e6e6e6;
  opacity: 0.5;
}
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 0;
}
[dir="ltr"] .react-datepicker__input-container input {
  padding-left: 0.8rem;
}
[dir="rtl"] .react-datepicker__input-container input {
  padding-right: 0.8rem;
}
[dir="ltr"] .react-datepicker__input-container input {
  padding-right: 0.2rem;
}
[dir="rtl"] .react-datepicker__input-container input {
  padding-left: 0.2rem;
}
[dir="ltr"] .react-datepicker__input-container input {
  padding-right: 2.8rem;
}
[dir="rtl"] .react-datepicker__input-container input {
  padding-left: 2.8rem;
}
.react-datepicker__input-container input {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 2.8rem;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6e6e6;
  outline: none;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background: #455054;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #e8e9eb;
  text-align: left;
}
.react-datepicker__input-container input:invalid:not(output) {
  box-shadow: none;
}
.react-datepicker__input-container input:focus {
  background: #434d51;
  border-color: #434d51;
}
.react-datepicker__input-container input_enabled_false {
  background: #455054;
}
.react-datepicker__aria-live {
  display: none;
}
.react-datepicker__header__dropdown {
  display: flex;
  justify-content: flex-end;
  position: relative;
  background-color: #505d62;
}
[dir="ltr"] .react-datepicker__year-dropdown {
  right: 0;
}
[dir="rtl"] .react-datepicker__year-dropdown {
  left: 0;
}
.react-datepicker__year-dropdown {
  position: absolute;
  top: 0;
  z-index: 1;
  margin-top: 1px;
  max-height: 30rem;
  overflow: auto;
  background: #455054;
  border: 1px solid #434d51;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 0.4rem;
}
.react-datepicker__navigation--years-upcoming {
  position: static;
  display: inline-block;
  transform: none;
  width: 100%;
  padding: 0 1.6rem;
  text-align: center;
}
.react-datepicker__navigation--years-upcoming::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f077';
  color: #acb4b9;
}
.react-datepicker__navigation--years-upcoming::after {
  content: '\f077';
}
.react-datepicker__navigation--years-previous {
  position: static;
  display: inline-block;
  transform: none;
  width: 100%;
  padding: 0 1.6rem;
  text-align: center;
}
.react-datepicker__navigation--years-previous::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f077';
  color: #acb4b9;
}
.react-datepicker__navigation--years-previous::after {
  content: '\f078';
}
.react-datepicker__year-option {
  position: relative;
  display: block;
  width: 7rem;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #e6e6e6;
  cursor: pointer;
}
.react-datepicker__year-option:first-child,
.react-datepicker__year-option:last-child {
  padding: 0;
}
[dir="ltr"] .react-datepicker__year-option::after {
  left: 0.8rem;
}
[dir="rtl"] .react-datepicker__year-option::after {
  right: 0.8rem;
}
[dir="ltr"] .react-datepicker__year-option::after {
  right: 0.8rem;
}
[dir="rtl"] .react-datepicker__year-option::after {
  left: 0.8rem;
}
.react-datepicker__year-option::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #505d62;
}
.react-datepicker__year-option:last-child::after {
  height: 0;
}
.react-datepicker__year-option--selected_year {
  color: #e6e6e6;
}
.react-datepicker__year-option--selected {
  display: none;
}
.react-datepicker__year-read-view {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  color: #e6e6e6;
  background: #505d62;
  visibility: visible !important;
}
.react-datepicker__year-read-view--down-arrow {
  margin: 0 0.8rem;
}
.react-datepicker__year-read-view--down-arrow::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  color: #acb4b9;
}
.react-datepicker__year-read-view--selected-year {
  padding: 0.8rem 0;
}
.spinner_size_small {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}
.spinner_size_small:before {
  position: absolute;
  content: '';
  width: 0.9rem;
  height: 1.8rem;
  border-radius: 1.8rem 0 0 1.8rem;
  top: -3px;
  left: -3px;
  transform-origin: 0.9rem 0.9rem;
  animation: load2 2s infinite ease 0.5s;
}
.spinner_size_small:after {
  position: absolute;
  content: '';
  width: 0.9rem;
  height: 1.8rem;
  border-radius: 0 1.8rem 1.8rem 0;
  top: -3px;
  right: -3px;
  transform-origin: 0 0.9rem;
  animation: load2 2s infinite ease;
}
.spinner_size_large {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 6.4rem;
  height: 6.4rem;
  border-width: 6px;
  border-style: solid;
  border-radius: 50%;
}
.spinner_size_large:before {
  position: absolute;
  content: '';
  width: 3.3rem;
  height: 6.6rem;
  border-radius: 6.6rem 0 0 6.6rem;
  top: -7px;
  left: -7px;
  transform-origin: 3.3rem 3.3rem;
  animation: load2 2s infinite ease 0.5s;
}
.spinner_size_large:after {
  position: absolute;
  content: '';
  width: 3.3rem;
  height: 6.6rem;
  border-radius: 0 6.6rem 6.6rem 0;
  top: -7px;
  right: -7px;
  transform-origin: 0 3.3rem;
  animation: load2 2s infinite ease;
}
.spinner_color_brand {
  border-color: #4dc6ff;
}
.spinner_color_brand:before {
  background: #3a4345;
}
.spinner_color_brand:after {
  background: #3a4345;
}
.spinner_color_light {
  border-color: #f8f8f9;
}
.spinner_color_light:before {
  background: #90b0c1;
}
.spinner_color_light:after {
  background: #90b0c1;
}
.spinner_color_green {
  border-color: #f8f8f9;
}
.spinner_color_green:before {
  background: #71bf3e;
}
.spinner_color_green:after {
  background: #71bf3e;
}
.spinner_color_bluewhite {
  border-color: #317aa1;
}
.spinner_color_bluewhite:before {
  background: #ffffff;
}
.spinner_color_bluewhite:after {
  background: #ffffff;
}
.spinner_color_gray {
  border-color: #e6e6e6;
}
.spinner_color_gray:before {
  background: #f8f8f9;
}
.spinner_color_gray:after {
  background: #f8f8f9;
}
.spinner_color_bluetransparent {
  border-color: transparent;
  box-sizing: border-box;
}
.spinner_color_bluetransparent:before {
  background: none;
}
.spinner_color_bluetransparent:after {
  background: none;
}
.spinner_color_bluetransparent:before {
  border: 0.6rem #317aa1 solid;
  border-right-color: transparent;
  box-sizing: border-box;
}
.spinner_color_bluetransparent:after {
  border: 0.6rem #317aa1 solid;
  border-left-color: transparent;
  box-sizing: border-box;
}
.spinner_type_floating {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.8rem;
  margin-left: -0.8rem;
}
@keyframes load2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4dc6ff;
  box-sizing: border-box;
}
.link-in-text {
  color: #4dc6ff;
  text-decoration: none;
}
.link-in-text:hover {
  border-bottom: 1px solid currentColor;
}
.button_size_large {
  min-height: 3.2rem;
  padding: 0.6rem 0.8rem;
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #fff;
  border-radius: 0.4rem;
}
.button_size_medium {
  padding: 0.6rem 1.6rem;
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-align: center;
  border-radius: 0.4rem;
}
[dir="ltr"] .button_type_floating {
  right: 1.2rem;
}
[dir="rtl"] .button_type_floating {
  left: 1.2rem;
}
.button_type_floating {
  position: absolute;
  bottom: 0.8rem;
  display: inline-block;
  height: 3.2rem;
  padding: 0 0.8rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 2.8rem;
  color: #fff;
  border-radius: 0.4rem;
}
.button_type_floating::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-right: -1px;
}
.button_color_brand {
  text-shadow: 1px 1px 0 #255c7a;
  background: #3789b5 linear-gradient(#3789b5 0%, #317aa1 100%);
}
.button_color_brand:hover {
  background: #3789b5 linear-gradient(#3789b5 0%, #255c7a 100%);
}
.button_color_brand:active {
  background: #276dab linear-gradient(#276dab 0%, #1e5382 100%);
}
.button_color_brand:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.button_color_brand.button_enabled_false:focus {
  box-shadow: none !important;
}
.button_color_brand[class*='_enabled_false'],
.button_color_brand[class*='_locked_true'],
.button_color_brand[class*='_disabled_yes'],
.button_color_brand[class*='_enabled_false']:hover,
.button_color_brand[class*='_locked_true']:hover,
.button_color_brand[class*='_disabled_yes']:hover,
.button_color_brand[class*='_enabled_false']:active,
.button_color_brand[class*='_locked_true']:active,
.button_color_brand[class*='_disabled_yes']:active {
  background: #3789b5 linear-gradient(#3789b5 0%, #317aa1 100%);
  cursor: default;
}
.button_color_red {
  text-shadow: 1px 1px 0 #9e412b;
  background: #cd6148 linear-gradient(#cd6148 0%, #c65136 100%);
}
.button_color_red:hover {
  background: #cd6148 linear-gradient(#cd6148 0%, #9e412b 100%);
}
.button_color_red:active {
  background: #be4333 linear-gradient(#be4333 0%, #963528 100%);
}
.button_color_red:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fb532d;
}
.button_color_red.button_enabled_false:focus {
  box-shadow: none !important;
}
.button_color_red[class*='_enabled_false'],
.button_color_red[class*='_locked_true'],
.button_color_red[class*='_disabled_yes'],
.button_color_red[class*='_enabled_false']:hover,
.button_color_red[class*='_locked_true']:hover,
.button_color_red[class*='_disabled_yes']:hover,
.button_color_red[class*='_enabled_false']:active,
.button_color_red[class*='_locked_true']:active,
.button_color_red[class*='_disabled_yes']:active {
  background: #cd6148 linear-gradient(#cd6148 0%, #c65136 100%);
  cursor: default;
}
.button_color_yellow {
  text-shadow: 1px 1px 0 #e99f09;
  background: #f8be47 linear-gradient(#f8be47 0%, #f7b52e 100%);
}
.button_color_yellow:hover {
  background: #f8be47 linear-gradient(#f8be47 0%, #e99f09 100%);
}
.button_color_yellow:active {
  background: #f6af39 linear-gradient(#f6af39 0%, #f29a0b 100%);
}
.button_color_yellow:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ff0;
}
.button_color_yellow.button_enabled_false:focus {
  box-shadow: none !important;
}
.button_color_yellow[class*='_enabled_false'],
.button_color_yellow[class*='_locked_true'],
.button_color_yellow[class*='_disabled_yes'],
.button_color_yellow[class*='_enabled_false']:hover,
.button_color_yellow[class*='_locked_true']:hover,
.button_color_yellow[class*='_disabled_yes']:hover,
.button_color_yellow[class*='_enabled_false']:active,
.button_color_yellow[class*='_locked_true']:active,
.button_color_yellow[class*='_disabled_yes']:active {
  background: #f8be47 linear-gradient(#f8be47 0%, #f7b52e 100%);
  cursor: default;
}
.button_color_gray {
  text-shadow: 1px 1px 0 #31454e;
  background: #4f6f7d linear-gradient(#4f6f7d 0%, #45616d 100%);
}
.button_color_gray:hover {
  background: #4f6f7d linear-gradient(#4f6f7d 0%, #31454e 100%);
}
.button_color_gray:active {
  background: #3b5366 linear-gradient(#3b5366 0%, #283946 100%);
}
.button_color_gray:focus {
  outline: none;
  box-shadow: 0 0 0 1px #45616d;
}
.button_color_gray.button_enabled_false:focus {
  box-shadow: none !important;
}
.button_color_gray[class*='_enabled_false'],
.button_color_gray[class*='_locked_true'],
.button_color_gray[class*='_disabled_yes'],
.button_color_gray[class*='_enabled_false']:hover,
.button_color_gray[class*='_locked_true']:hover,
.button_color_gray[class*='_disabled_yes']:hover,
.button_color_gray[class*='_enabled_false']:active,
.button_color_gray[class*='_locked_true']:active,
.button_color_gray[class*='_disabled_yes']:active {
  background: #4f6f7d linear-gradient(#4f6f7d 0%, #45616d 100%);
  cursor: default;
}
.button_color_gray:hover {
  background: #4f6f7d linear-gradient(#4f6f7d 0%, #3b535d 100%);
}
.button_color_gray:active {
  background: #2b74b2 linear-gradient(#2b74b2 0%, #215988 100%);
}
.button_color_green {
  text-shadow: 1px 1px 0 #2d6730;
  background: #459c49 linear-gradient(#459c49 0%, #3d8a41 100%);
}
.button_color_green:hover {
  background: #459c49 linear-gradient(#459c49 0%, #2d6730 100%);
}
.button_color_green:active {
  background: #2f7f32 linear-gradient(#2f7f32 0%, #215a23 100%);
}
.button_color_green:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0f0;
}
.button_color_green.button_enabled_false:focus {
  box-shadow: none !important;
}
.button_color_green[class*='_enabled_false'],
.button_color_green[class*='_locked_true'],
.button_color_green[class*='_disabled_yes'],
.button_color_green[class*='_enabled_false']:hover,
.button_color_green[class*='_locked_true']:hover,
.button_color_green[class*='_disabled_yes']:hover,
.button_color_green[class*='_enabled_false']:active,
.button_color_green[class*='_locked_true']:active,
.button_color_green[class*='_disabled_yes']:active {
  background: #459c49 linear-gradient(#459c49 0%, #3d8a41 100%);
  cursor: default;
}
.button_disabled_yes {
  position: relative;
  cursor: default;
  opacity: 0.65;
}
.button_locked_yes {
  opacity: 0.65;
}
.button__label {
  display: inline-block;
}
.button__icon {
  display: inline-block;
  vertical-align: middle;
}
.error {
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.27272727;
  letter-spacing: 0;
  color: #acb4b9;
  position: absolute;
  z-index: 1;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  min-width: 12rem;
  padding: 0.4rem;
  line-height: 1.38461538;
  white-space: normal;
  color: #e99f09;
  background: #722d2e;
  border-radius: 0.4rem;
  box-shadow: 0 0 0 1px #973b3d;
}
[dir="ltr"] .input__addon {
  text-align: left;
}
[dir="rtl"] .input__addon {
  text-align: right;
}
.input__addon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  transform: none;
  transform: initial;
  z-index: 5;
}
.items-list__col {
  display: flex;
  flex-direction: column;
}
.items-list__item {
  display: inline-block;
  vertical-align: top;
}
.items-list__title {
  color: #acb4b9;
}
.items-list__value {
  color: #e6e6e6;
  font-family: 'Roboto Condensed', sans-serif;
}
.item-row {
  width: 100%;
  white-space: nowrap;
}
[dir="ltr"] .label {
  padding-left: 0.8rem;
}
[dir="rtl"] .label {
  padding-right: 0.8rem;
}
.label {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #acb4b9;
  text-shadow: none;
}
[dir="ltr"] .label-floating {
  padding-left: 0.8rem;
}
[dir="rtl"] .label-floating {
  padding-right: 0.8rem;
}
.label-floating {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #acb4b9;
  text-shadow: none;
}
.fx-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
}
.fx-row__label {
  width: auto;
  min-width: 20%;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  white-space: normal;
}
.fx-row__ctrl {
  flex-grow: 1;
  min-width: auto;
  min-width: initial;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.fx-row__ctrl .select__active {
  min-width: 100%;
}
.fx-row__ctrl .input {
  min-width: 100%;
}
.fx-row__col {
  flex: 1;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.fx-column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.fx-self-grow {
  flex-grow: 1;
}
.fx-row-inline {
  display: inline-flex;
}
.fx-row-inline_3_2 {
  width: calc(100%/3*2 + 1.6rem/3*2);
}
.fx-row-inline_3_1 {
  width: calc(100%/3 + 1.6rem/3);
}
.fx-row-inline_3_2 + .fx-row-inline_3_1 {
  margin-left: 0.8rem;
}
/**
 *
 * Used like utility style class, mostly for app,
 * but saved here as reminder
 *
 *  .u-form-field-mb {
 *     margin-bottom: @ctrlMarginBottom;
 *   }
 *
 */
[dir="ltr"] .fx-row__col:nth-child(1) .error {
  left: auto;
  left: initial;
}
[dir="rtl"] .fx-row__col:nth-child(1) .error {
  right: auto;
  right: initial;
}
[dir="ltr"] .fx-row__col:nth-child(1) .error {
  left: auto;
}
[dir="rtl"] .fx-row__col:nth-child(1) .error {
  right: auto;
}
[dir="ltr"] .fx-row__col:nth-child(1) .error {
  right: 100%;
}
[dir="rtl"] .fx-row__col:nth-child(1) .error {
  left: 100%;
}
[dir="ltr"] .fx-row__col:nth-child(1) .error {
  margin-right: 0.6rem;
}
[dir="rtl"] .fx-row__col:nth-child(1) .error {
  margin-left: 0.6rem;
}
.fx-row__col:nth-child(1) .error {
  min-height: 2.8rem;
  top: 0;
}
[dir="ltr"] .fx-row__col:nth-child(1) .error::before {
  left: auto;
  left: initial;
}
[dir="rtl"] .fx-row__col:nth-child(1) .error::before {
  right: auto;
  right: initial;
}
[dir="ltr"] .fx-row__col:nth-child(1) .error::before {
  left: auto;
}
[dir="rtl"] .fx-row__col:nth-child(1) .error::before {
  right: auto;
}
[dir="ltr"] .fx-row__col:nth-child(1) .error::before {
  right: -1.2rem;
}
[dir="rtl"] .fx-row__col:nth-child(1) .error::before {
  left: -1.2rem;
}
[dir="ltr"] .fx-row__col:nth-child(1) .error::before {
  border-left-color: #973b3d;
}
[dir="rtl"] .fx-row__col:nth-child(1) .error::before {
  border-right-color: #973b3d;
}
.fx-row__col:nth-child(1) .error::before {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
}
[dir="ltr"] .fx-row__col:nth-child(1) .error::after {
  left: auto;
  left: initial;
}
[dir="rtl"] .fx-row__col:nth-child(1) .error::after {
  right: auto;
  right: initial;
}
[dir="ltr"] .fx-row__col:nth-child(1) .error::after {
  left: auto;
}
[dir="rtl"] .fx-row__col:nth-child(1) .error::after {
  right: auto;
}
[dir="ltr"] .fx-row__col:nth-child(1) .error::after {
  right: -1.1rem;
}
[dir="rtl"] .fx-row__col:nth-child(1) .error::after {
  left: -1.1rem;
}
[dir="ltr"] .fx-row__col:nth-child(1) .error::after {
  border-left-color: #722d2e;
}
[dir="rtl"] .fx-row__col:nth-child(1) .error::after {
  border-right-color: #722d2e;
}
.fx-row__col:nth-child(1) .error::after {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
}
[dir="ltr"] .fx-row__col:nth-child(2) .error,[dir="ltr"] 
.fx-row__col:nth-child(3) .error {
  right: auto;
  right: initial;
}
[dir="rtl"] .fx-row__col:nth-child(2) .error,[dir="rtl"] 
.fx-row__col:nth-child(3) .error {
  left: auto;
  left: initial;
}
[dir="ltr"] .fx-row__col:nth-child(2) .error,[dir="ltr"] 
.fx-row__col:nth-child(3) .error {
  right: auto;
}
[dir="rtl"] .fx-row__col:nth-child(2) .error,[dir="rtl"] 
.fx-row__col:nth-child(3) .error {
  left: auto;
}
[dir="ltr"] .fx-row__col:nth-child(2) .error,[dir="ltr"] 
.fx-row__col:nth-child(3) .error {
  left: 100%;
}
[dir="rtl"] .fx-row__col:nth-child(2) .error,[dir="rtl"] 
.fx-row__col:nth-child(3) .error {
  right: 100%;
}
[dir="ltr"] .fx-row__col:nth-child(2) .error,[dir="ltr"] 
.fx-row__col:nth-child(3) .error {
  margin-left: 0.6rem;
}
[dir="rtl"] .fx-row__col:nth-child(2) .error,[dir="rtl"] 
.fx-row__col:nth-child(3) .error {
  margin-right: 0.6rem;
}
.fx-row__col:nth-child(2) .error,
.fx-row__col:nth-child(3) .error {
  min-height: 2.8rem;
  top: 0;
}
[dir="ltr"] .fx-row__col:nth-child(2) .error::before,[dir="ltr"] 
.fx-row__col:nth-child(3) .error::before {
  left: -1.2rem;
}
[dir="rtl"] .fx-row__col:nth-child(2) .error::before,[dir="rtl"] 
.fx-row__col:nth-child(3) .error::before {
  right: -1.2rem;
}
[dir="ltr"] .fx-row__col:nth-child(2) .error::before,[dir="ltr"] 
.fx-row__col:nth-child(3) .error::before {
  right: auto;
  right: initial;
}
[dir="rtl"] .fx-row__col:nth-child(2) .error::before,[dir="rtl"] 
.fx-row__col:nth-child(3) .error::before {
  left: auto;
  left: initial;
}
[dir="ltr"] .fx-row__col:nth-child(2) .error::before,[dir="ltr"] 
.fx-row__col:nth-child(3) .error::before {
  right: auto;
}
[dir="rtl"] .fx-row__col:nth-child(2) .error::before,[dir="rtl"] 
.fx-row__col:nth-child(3) .error::before {
  left: auto;
}
[dir="ltr"] .fx-row__col:nth-child(2) .error::before,[dir="ltr"] 
.fx-row__col:nth-child(3) .error::before {
  border-right-color: #973b3d;
}
[dir="rtl"] .fx-row__col:nth-child(2) .error::before,[dir="rtl"] 
.fx-row__col:nth-child(3) .error::before {
  border-left-color: #973b3d;
}
.fx-row__col:nth-child(2) .error::before,
.fx-row__col:nth-child(3) .error::before {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
}
[dir="ltr"] .fx-row__col:nth-child(2) .error::after,[dir="ltr"] 
.fx-row__col:nth-child(3) .error::after {
  left: -1.1rem;
}
[dir="rtl"] .fx-row__col:nth-child(2) .error::after,[dir="rtl"] 
.fx-row__col:nth-child(3) .error::after {
  right: -1.1rem;
}
[dir="ltr"] .fx-row__col:nth-child(2) .error::after,[dir="ltr"] 
.fx-row__col:nth-child(3) .error::after {
  right: auto;
  right: initial;
}
[dir="rtl"] .fx-row__col:nth-child(2) .error::after,[dir="rtl"] 
.fx-row__col:nth-child(3) .error::after {
  left: auto;
  left: initial;
}
[dir="ltr"] .fx-row__col:nth-child(2) .error::after,[dir="ltr"] 
.fx-row__col:nth-child(3) .error::after {
  right: auto;
}
[dir="rtl"] .fx-row__col:nth-child(2) .error::after,[dir="rtl"] 
.fx-row__col:nth-child(3) .error::after {
  left: auto;
}
[dir="ltr"] .fx-row__col:nth-child(2) .error::after,[dir="ltr"] 
.fx-row__col:nth-child(3) .error::after {
  border-right-color: #722d2e;
}
[dir="rtl"] .fx-row__col:nth-child(2) .error::after,[dir="rtl"] 
.fx-row__col:nth-child(3) .error::after {
  border-left-color: #722d2e;
}
.fx-row__col:nth-child(2) .error::after,
.fx-row__col:nth-child(3) .error::after {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
}
.color-palette__field {
  margin-bottom: 1.6rem;
  font-size: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.color-palette__label {
  flex-grow: 1;
}
.volume-list .input__addon {
  top: 0 !important;
  bottom: unset;
}
[dir="ltr"] .jurisdiction:first-child {
  padding-right: 0.8rem;
}
[dir="rtl"] .jurisdiction:first-child {
  padding-left: 0.8rem;
}
[dir="ltr"] .jurisdiction:last-child {
  padding-left: 0.8rem;
}
[dir="rtl"] .jurisdiction:last-child {
  padding-right: 0.8rem;
}
.jurisdiction:first-child:last-child {
  display: block;
  width: 100%;
  padding: 0;
}
.jurisdiction__title,
.jurisdiction__text {
  display: block;
  width: 100%;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #acb4b9;
}
.price-input {
  position: relative;
}
[dir="ltr"] .price-input__plus {
  right: 0;
}
[dir="rtl"] .price-input__plus {
  left: 0;
}
.price-input__plus {
  top: 0;
  position: absolute;
  width: 2.4rem;
  height: 50%;
  text-align: center;
  font-size: 0;
}
.price-input__plus .fa {
  display: none;
}
.price-input__plus::before {
  position: absolute;
  left: 50%;
  margin-left: -0.4rem;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f0d8';
  font-size: 1.8rem;
  line-height: 105%;
  color: #74848b;
}
.price-input__plus:hover::before {
  color: #4dc6ff;
}
[dir="ltr"] .price-input__minus {
  right: 0;
}
[dir="rtl"] .price-input__minus {
  left: 0;
}
.price-input__minus {
  bottom: 0;
  position: absolute;
  width: 2.4rem;
  height: 50%;
  text-align: center;
  font-size: 0;
}
.price-input__minus .fa {
  display: none;
}
.price-input__minus::before {
  position: absolute;
  left: 50%;
  margin-left: -0.4rem;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f0d7';
  font-size: 1.8rem;
  line-height: 75%;
  color: #74848b;
}
.price-input__minus:hover::before {
  color: #4dc6ff;
}
.symbols-table {
  width: 100%;
  color: #e6e6e6;
}
[dir="ltr"] .symbols-table__group {
  padding-left: 2.8rem;
}
[dir="rtl"] .symbols-table__group {
  padding-right: 2.8rem;
}
.symbols-table__group {
  padding: 0.4rem 0;
  color: #4dc6ff;
  background-color: #505d62;
  cursor: pointer;
  border-top: 1px solid #455054;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.symbols-table__group:first-child {
  border-top: none;
}
.symbols-table__group .symbols-group__label {
  font-size: 1.2rem;
}
.symbols-table__group .symbols-group__direction {
  min-width: 3.5rem;
  font-size: 1.1rem;
  text-align: center;
}
.symbols-table__thead {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.38461538;
  font-size: 1.2rem;
  color: #acb4b9;
}
[dir="ltr"] .symbols-table__thead .symbols-table__spread {
  padding-right: 0.5rem;
}
[dir="rtl"] .symbols-table__thead .symbols-table__spread {
  padding-left: 0.5rem;
}
.symbols-table__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  color: #e6e6e6;
  background: #455054;
  border-top: 1px solid #505d62;
}
.symbols-table__row .symbols-table__quote {
  justify-content: flex-start;
}
.symbols-table__canttrade {
  color: rgba(230, 230, 230, 0.7);
}
.symbols-table__cell {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 1.2rem;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.38461538;
  vertical-align: middle;
  white-space: nowrap;
}
.symbols-table__favorite {
  width: 2.8rem;
  padding: 0;
  font-size: 1.3rem;
  text-align: center;
}
.symbols-table__favorite::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-right: -1px;
}
.symbols-table__favorite .fa {
  vertical-align: middle;
}
[dir="ltr"] .symbols-table__symbol {
  padding-right: 0.5rem;
}
[dir="rtl"] .symbols-table__symbol {
  padding-left: 0.5rem;
}
.symbols-table__symbol {
  width: 28%;
  cursor: pointer;
}
.symbols-table__symbol span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir="ltr"] .symbols-table__quote {
  padding-right: 0.5rem;
}
[dir="rtl"] .symbols-table__quote {
  padding-left: 0.5rem;
}
[dir="ltr"] .symbols-table__quote {
  text-align: left;
}
[dir="rtl"] .symbols-table__quote {
  text-align: right;
}
.symbols-table__quote {
  width: 24%;
}
.symbols-table__quote.button_disabled_yes::after,
.symbols-table__quote.quote-btn_locked_true::after {
  content: none;
}
.symbols-table__spread {
  flex-grow: 1;
  min-width: 3.5rem;
}
.quote_dir_down {
  color: #ff7272;
}
.quote_dir_up {
  color: #5fd839;
}
.quote_cantrade_false::after {
  content: none;
}
.quote_cantrade_false_dir_down {
  color: #c49292;
}
.quote_cantrade_false_dir_up {
  color: #8dbb7f;
}
.status-label {
  font-size: 1.3rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.status-label_type_primary {
  color: #e6e6e6;
}
.status-label_type_success {
  color: #0ba50d;
}
.status-label_type_danger {
  color: #c65136;
}
.status-label_type_warning {
  color: #f7b52e;
}
.status-label_type_info {
  color: #4dc6ff;
}
.form__field {
  margin-bottom: 0.8rem;
}
.form > .form__field:last-child {
  margin-bottom: 0;
}
.order-quotes {
  white-space: nowrap;
}
.order-quotes__quote {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-bottom: 0.4rem;
  font-size: 1.7rem;
  line-height: 2rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-align: center;
}
[dir="ltr"] .order-quotes__sell {
  padding-right: 0.8rem;
}
[dir="rtl"] .order-quotes__sell {
  padding-left: 0.8rem;
}
[dir="ltr"] .order-quotes__buy {
  padding-left: 0.8rem;
}
[dir="rtl"] .order-quotes__buy {
  padding-right: 0.8rem;
}
.sell-buy {
  text-align: center;
}
.sell-buy__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0.8rem;
}
.sell-buy__sell,
.sell-buy__buy {
  flex-grow: 1;
  display: block;
  font-size: 1.7rem;
}
[dir="ltr"] .sell-buy__sell {
  margin-right: 0.8rem;
}
[dir="rtl"] .sell-buy__sell {
  margin-left: 0.8rem;
}
[dir="ltr"] .sell-buy__buy {
  margin-left: 0.8rem;
}
[dir="rtl"] .sell-buy__buy {
  margin-right: 0.8rem;
}
.market-guard {
  position: relative;
}
.market-guard__error {
  padding-top: 0;
}
.market-guard__error .error {
  position: absolute;
  top: 2rem !important;
  margin-left: 1rem;
  margin-right: 1rem;
}
.market-guard .input__addon {
  top: 0 !important;
  bottom: unset;
}
.expiry {
  *zoom: 1;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.expiry:before,
.expiry:after {
  content: ' ';
  display: table;
}
.expiry:after {
  clear: both;
}
.expiry__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  flex: 1;
}
[dir="ltr"] .expiry__content .error {
  right: auto;
  right: initial;
}
[dir="rtl"] .expiry__content .error {
  left: auto;
  left: initial;
}
[dir="ltr"] .expiry__content .error {
  right: auto;
}
[dir="rtl"] .expiry__content .error {
  left: auto;
}
[dir="ltr"] .expiry__content .error {
  left: 100%;
}
[dir="rtl"] .expiry__content .error {
  right: 100%;
}
[dir="ltr"] .expiry__content .error {
  margin-left: 0.6rem;
}
[dir="rtl"] .expiry__content .error {
  margin-right: 0.6rem;
}
.expiry__content .error {
  min-height: 2.8rem;
  top: 0;
}
[dir="ltr"] .expiry__content .error::before {
  left: -1.2rem;
}
[dir="rtl"] .expiry__content .error::before {
  right: -1.2rem;
}
[dir="ltr"] .expiry__content .error::before {
  right: auto;
  right: initial;
}
[dir="rtl"] .expiry__content .error::before {
  left: auto;
  left: initial;
}
[dir="ltr"] .expiry__content .error::before {
  right: auto;
}
[dir="rtl"] .expiry__content .error::before {
  left: auto;
}
[dir="ltr"] .expiry__content .error::before {
  border-right-color: #973b3d;
}
[dir="rtl"] .expiry__content .error::before {
  border-left-color: #973b3d;
}
.expiry__content .error::before {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
}
[dir="ltr"] .expiry__content .error::after {
  left: -1.1rem;
}
[dir="rtl"] .expiry__content .error::after {
  right: -1.1rem;
}
[dir="ltr"] .expiry__content .error::after {
  right: auto;
  right: initial;
}
[dir="rtl"] .expiry__content .error::after {
  left: auto;
  left: initial;
}
[dir="ltr"] .expiry__content .error::after {
  right: auto;
}
[dir="rtl"] .expiry__content .error::after {
  left: auto;
}
[dir="ltr"] .expiry__content .error::after {
  border-right-color: #722d2e;
}
[dir="rtl"] .expiry__content .error::after {
  border-left-color: #722d2e;
}
.expiry__content .error::after {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
}
.loading-more-data {
  width: 100%;
  margin-top: 1px;
  padding: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.25;
  text-align: center;
  color: #4dc6ff;
  background: #505d62;
}
[dir="ltr"] .loading-more-data__title {
  margin-left: 0.8rem;
}
[dir="rtl"] .loading-more-data__title {
  margin-right: 0.8rem;
}
.no-data {
  padding: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.25;
  text-align: center;
  color: #acb4b9;
  background: #505d62;
}
.chart-loader {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modify-position .modify-trade__item:nth-child(1),
.modify-position .modify-trade__item:nth-child(2),
.modify-position .modify-trade__item:nth-child(6) {
  width: 50%;
}
.modify-position .modify-trade__item:nth-child(3),
.modify-position .modify-trade__item:nth-child(4),
.modify-position .modify-trade__item:nth-child(5) {
  width: 33.33333333%;
}
.modify-order .modify-trade__item {
  width: 50%;
}
.order {
  min-height: 41.5rem;
}
.order__hr {
  margin: 2rem -1.6rem 0;
  border: 1px solid transparent;
  border-top-color: #3a4345;
  border-bottom-color: rgba(106, 111, 113, 0.3);
}
.order__volume {
  position: relative;
  z-index: 1;
  float: right;
  width: 50%;
  margin-top: -0.8rem;
  margin-bottom: -100%;
  padding-left: 0.8rem;
  transform: translate(0, -100%);
}
[dir="ltr"] .order__volume .error {
  right: auto;
  right: initial;
}
[dir="rtl"] .order__volume .error {
  left: auto;
  left: initial;
}
[dir="ltr"] .order__volume .error {
  right: auto;
}
[dir="rtl"] .order__volume .error {
  left: auto;
}
[dir="ltr"] .order__volume .error {
  left: 100%;
}
[dir="rtl"] .order__volume .error {
  right: 100%;
}
[dir="ltr"] .order__volume .error {
  margin-left: 0.6rem;
}
[dir="rtl"] .order__volume .error {
  margin-right: 0.6rem;
}
.order__volume .error {
  min-height: 2.8rem;
  top: 0;
}
[dir="ltr"] .order__volume .error::before {
  left: -1.2rem;
}
[dir="rtl"] .order__volume .error::before {
  right: -1.2rem;
}
[dir="ltr"] .order__volume .error::before {
  right: auto;
  right: initial;
}
[dir="rtl"] .order__volume .error::before {
  left: auto;
  left: initial;
}
[dir="ltr"] .order__volume .error::before {
  right: auto;
}
[dir="rtl"] .order__volume .error::before {
  left: auto;
}
[dir="ltr"] .order__volume .error::before {
  border-right-color: #973b3d;
}
[dir="rtl"] .order__volume .error::before {
  border-left-color: #973b3d;
}
.order__volume .error::before {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
}
[dir="ltr"] .order__volume .error::after {
  left: -1.1rem;
}
[dir="rtl"] .order__volume .error::after {
  right: -1.1rem;
}
[dir="ltr"] .order__volume .error::after {
  right: auto;
  right: initial;
}
[dir="rtl"] .order__volume .error::after {
  left: auto;
  left: initial;
}
[dir="ltr"] .order__volume .error::after {
  right: auto;
}
[dir="rtl"] .order__volume .error::after {
  left: auto;
}
[dir="ltr"] .order__volume .error::after {
  border-right-color: #722d2e;
}
[dir="rtl"] .order__volume .error::after {
  border-left-color: #722d2e;
}
.order__volume .error::after {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
}
.order__modify,
.order__close {
  clear: both;
  margin-top: 1.6rem;
}
.modify-trade__list {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.modify-trade__item {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin-bottom: 0.8rem;
}
[dir="ltr"] .modify-trade__title {
  padding-left: 0.8rem;
}
[dir="rtl"] .modify-trade__title {
  padding-right: 0.8rem;
}
.modify-trade__title {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #acb4b9;
  text-shadow: none;
}
[dir="ltr"] .modify-trade__value {
  padding-left: 0.8rem;
}
[dir="rtl"] .modify-trade__value {
  padding-right: 0.8rem;
}
[dir="ltr"] .modify-trade__value {
  padding-right: 0.2rem;
}
[dir="rtl"] .modify-trade__value {
  padding-left: 0.2rem;
}
.modify-trade__value {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 2.8rem;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6e6e6;
  outline: none;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background: #455054;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: auto;
          user-select: auto;
  line-height: 2.8rem;
  border-color: #455054;
  background: none;
  -webkit-user-select: text;
          user-select: text;
}
.modify-trade__value:invalid:not(output) {
  box-shadow: none;
}
.modify-trade__value:focus {
  background: #434d51;
  border-color: #434d51;
}
.modify-trade__value_enabled_false {
  background: #455054;
}
.input {
  position: relative;
}
[dir="ltr"] .input__field {
  padding-left: 0.8rem;
}
[dir="rtl"] .input__field {
  padding-right: 0.8rem;
}
[dir="ltr"] .input__field {
  padding-right: 0.2rem;
}
[dir="rtl"] .input__field {
  padding-left: 0.2rem;
}
.input__field {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 2.8rem;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6e6e6;
  outline: none;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background: #455054;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: auto;
          user-select: auto;
  border-color: #434d51;
}
.input__field:invalid:not(output) {
  box-shadow: none;
}
.input__field:focus {
  background: #434d51;
  border-color: #434d51;
}
.input__field_enabled_false {
  background: #455054;
}
[dir='rtl'] .number-input .input__field {
  direction: ltr;
  text-align: right;
}
[dir='rtl'] .comment-input .input__field {
  direction: ltr;
  text-align: right;
}
.input_valid_false .input__field {
  border-color: #973b3d !important;
}
textarea.input__field {
  resize: none;
  overflow: hidden;
  line-height: 1.6rem;
  white-space: pre-wrap;
  -webkit-user-select: text;
          user-select: text;
}
textarea.input__field[rows='5'] {
  height: 8rem;
}
textarea.input__field[rows='1'] {
  white-space: nowrap;
  height: 2.8rem;
}
.input .scroll-panel__content {
  background: #505d62;
  border-radius: 0.4rem;
}
.textarea-clone {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: inline-block;
  padding: 0.8rem;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.6rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  opacity: 0;
  outline: none;
  border: 1px solid transparent;
}
.password {
  position: relative;
}
[dir="ltr"] .password__field {
  padding-left: 0.8rem;
}
[dir="rtl"] .password__field {
  padding-right: 0.8rem;
}
[dir="ltr"] .password__field {
  padding-right: 0.2rem;
}
[dir="rtl"] .password__field {
  padding-left: 0.2rem;
}
.password__field {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 2.8rem;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6e6e6;
  outline: none;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background: #455054;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: auto;
          user-select: auto;
  border-color: #434d51;
}
.password__field:invalid:not(output) {
  box-shadow: none;
}
.password__field:focus {
  background: #434d51;
  border-color: #434d51;
}
.password__field_enabled_false {
  background: #455054;
}
.password_valid_false .password__field {
  border-color: #973b3d !important;
}
[dir="ltr"] .password__switch {
  float: right;
}
[dir="rtl"] .password__switch {
  float: left;
}
[dir="ltr"] .password__switch {
  margin-left: -100%;
}
[dir="rtl"] .password__switch {
  margin-right: -100%;
}
.password__switch {
  position: relative;
  width: 3.2rem;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  cursor: pointer;
}
.password__switch::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  font-size: 1.5rem;
  line-height: inherit;
}
.password__switch:hover::before {
  color: #4dc6ff;
}
.password__switch .tooltip {
  right: 50%;
  bottom: 3.8rem;
  transform: translateX(50%);
}
.password__capslock-tooltip .tlt-txt {
  color: rgba(247, 181, 46, 0.8);
}
.password__field_mode_password + .password__switch::before {
  content: '\f070';
}
.password__field_mode_text + .password__switch::before {
  content: '\f06e';
}
.password__field_mode_text + .password__switch > .tooltip {
  display: none !important;
}
.button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.button:focus {
  outline: none;
}
.button_type_brand {
  min-height: 3.2rem;
  padding: 0.6rem 0;
  vertical-align: middle;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  border-radius: 0.4rem;
  text-shadow: 1px 1px 0 #255c7a;
  background: #3789b5 linear-gradient(#3789b5 0%, #317aa1 100%);
}
.button_type_brand:hover {
  background: #3789b5 linear-gradient(#3789b5 0%, #255c7a 100%);
}
.button_type_brand:active {
  background: #276dab linear-gradient(#276dab 0%, #1e5382 100%);
}
.button_type_brand:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.button_type_brand.button_enabled_false:focus {
  box-shadow: none !important;
}
.button_type_brand[class*='_enabled_false'],
.button_type_brand[class*='_locked_true'],
.button_type_brand[class*='_disabled_yes'],
.button_type_brand[class*='_enabled_false']:hover,
.button_type_brand[class*='_locked_true']:hover,
.button_type_brand[class*='_disabled_yes']:hover,
.button_type_brand[class*='_enabled_false']:active,
.button_type_brand[class*='_locked_true']:active,
.button_type_brand[class*='_disabled_yes']:active {
  background: #3789b5 linear-gradient(#3789b5 0%, #317aa1 100%);
  cursor: default;
}
.button_type_brand.button_enabled_false {
  position: relative;
  cursor: default;
}
.button_type_brand.button_enabled_false::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(80, 93, 98, 0.35);
  cursor: default;
}
.button__icon {
  vertical-align: middle;
}
.button__notification {
  position: absolute;
  z-index: 1;
  display: none !important;
  padding: 0.8rem 1.6rem;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  font-family: 'Roboto Condensed', sans-serif;
  color: #4dc6ff;
  text-shadow: none;
  background: #505d62;
  border-radius: 0.4rem;
  box-shadow: 0 1px 0.8rem 1px rgba(0, 0, 0, 0.6);
}
[dir="ltr"] .button__notification::before,[dir="ltr"] 
.button__notification::after {
  left: 50%;
}
[dir="rtl"] .button__notification::before,[dir="rtl"] 
.button__notification::after {
  right: 50%;
}
[dir="ltr"] .button__notification::before,[dir="ltr"] 
.button__notification::after {
  margin-left: -0.6rem;
}
[dir="rtl"] .button__notification::before,[dir="rtl"] 
.button__notification::after {
  margin-right: -0.6rem;
}
.button__notification::before,
.button__notification::after {
  position: absolute;
  bottom: -1.2rem;
  content: ' ';
  display: block;
  border: 0.6rem solid transparent;
}
.button__notification::before {
  bottom: -1.2rem;
  border-top-color: #3a4345;
}
.button__notification::after {
  bottom: -1.1rem;
  border-top-color: #505d62;
}
.button__notification_show_true {
  display: block !important;
}
.button__notification_show_true::before,
.button__notification_show_true::after {
  opacity: 1;
}
.button__notification_opacity_true {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  transition-delay: 0s;
}
.button__notification_opacity_false {
  opacity: 1;
  transition: opacity 0.3s ease-out;
  transition-delay: 0s;
}
.button_has-loader_true .fa-spinner {
  display: none;
}
.button_has-loader_true.button_isloading_true .fa-spinner {
  display: inline-block;
}
.button_has-loader_true.button_type_brand .fa-spinner {
  color: #fff;
}
.lockable-button .fa-lock,
.lockable-button .fa-unlock-alt {
  display: none;
}
.lockable-button_locked_true .fa-lock {
  display: inline-block;
  vertical-align: middle;
}
.lockable-button_locked_false .fa-unlock-alt {
  display: inline-block;
  vertical-align: middle;
}
.refresh__date {
  display: inline-block;
  vertical-align: top;
  font-size: 1.1rem;
  text-shadow: none;
}
.refresh__date i {
  font-family: 'Roboto', sans-serif;
  color: #acb4b9;
}
[dir="ltr"] .refresh .button {
  margin-left: 0.4rem;
}
[dir="rtl"] .refresh .button {
  margin-right: 0.4rem;
}
.refresh .button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 2rem;
  height: 1.6rem;
  min-height: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0;
  line-height: 1.6rem;
  padding: 0;
}
.refresh .button::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f021';
  min-width: 0.8rem;
  font-size: 1rem;
  color: #fff;
  vertical-align: top;
  line-height: 1.6rem;
}
.refresh .button_has-loader_true .fa-spinner {
  font-size: 1rem;
}
.refresh .button_has-loader_true.button_isloading_true::before {
  content: none;
}
.check {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.check__chk {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
  opacity: 0;
  -webkit-appearance: none;
}
[dir="ltr"] .check__label {
  padding-left: 0.8rem;
}
[dir="rtl"] .check__label {
  padding-right: 0.8rem;
}
[dir="ltr"] .check__label {
  padding-left: 1.5em;
}
[dir="rtl"] .check__label {
  padding-right: 1.5em;
}
.check__label {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #acb4b9;
  text-shadow: none;
  margin-bottom: 0;
  cursor: pointer;
}
.check__label:hover {
  color: #e6e6e6;
}
[dir="ltr"] .check__label::before {
  left: 0;
}
[dir="rtl"] .check__label::before {
  right: 0;
}
.check__label::before {
  content: '';
  position: absolute;
  top: 0.8rem;
  transform: translate(0, -50%);
  display: block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  border: 1px solid #434d51;
  background: #455054;
  border-radius: 0.4rem;
}
.check__chk:focus + .check__label::before {
  background-color: #434d51;
}
.check__chk:checked + .check__label::before {
  background-color: #434d51;
}
.check__chk:checked + .check__label::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.13em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f00c';
  display: block;
  position: absolute;
  top: 0.8rem;
  transform: translate(0, -50%);
  color: #4dc6ff;
}
[dir='ltr'] .check__chk:checked + .check__label::after {
  left: 1px;
}
[dir='rtl'] .check__chk:checked + .check__label::after {
  right: -1px;
}
.check__chk:checked:focus + .check__label::before {
  box-shadow: 0 0 0 1px #434d51;
}
.check_enabled_false .check__label,
.check_enabled_false .check__chk {
  cursor: default;
}
.check_enabled_false .check__label::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.visible-ctrl {
  position: relative;
  white-space: nowrap;
  border-radius: 0.4rem;
  background: #455054;
}
.visible-ctrl__selected-item {
  font-size: 0;
}
[dir="ltr"] .visible-ctrl .selected-item {
  padding-left: 0.8rem;
}
[dir="rtl"] .visible-ctrl .selected-item {
  padding-right: 0.8rem;
}
[dir="ltr"] .visible-ctrl .selected-item {
  padding-right: 0.2rem;
}
[dir="rtl"] .visible-ctrl .selected-item {
  padding-left: 0.2rem;
}
.visible-ctrl .selected-item {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 2.8rem;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6e6e6;
  outline: none;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background: #455054;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.8rem;
  border-color: #434d51;
}
.visible-ctrl .selected-item:invalid:not(output) {
  box-shadow: none;
}
.visible-ctrl .selected-item:focus {
  background: #434d51;
  border-color: #434d51;
}
.visible-ctrl .selected-item_enabled_false {
  background: #455054;
}
[dir="ltr"] .visible-ctrl__expand-btn {
  right: 0;
}
[dir="rtl"] .visible-ctrl__expand-btn {
  left: 0;
}
.visible-ctrl__expand-btn {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3.2rem;
  height: 100%;
  text-align: center;
  cursor: pointer;
  color: #74848b;
}
.visible-ctrl__expand-btn::before {
  vertical-align: middle;
  content: '\f0d7';
  font-size: 1.8rem;
  color: inherit;
}
.visible-ctrl__expand-btn::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.visible-ctrl_active_true {
  z-index: 4;
}
.visible-ctrl_active_true .input__field {
  border-color: #434d51;
  border-radius: 0.4rem 0.4rem 0 0;
}
.visible-ctrl_active_true .selected-item,
.visible-ctrl_active_true .selected-item:focus {
  border-color: #3a4345;
  background-color: #455054;
  border-radius: 0.4rem 0.4rem 0 0;
}
.visible-ctrl:hover .visible-ctrl__expand-btn {
  color: #4dc6ff;
}
.visible-ctrl_active_true .visible-ctrl__expand-btn,
.visible-ctrl_active_true:hover .visible-ctrl__expand-btn {
  color: #e6e6e6;
}
.combo-box__list {
  max-width: 100%;
  padding: 1px 2px;
  background: #505d62;
  border-radius: 0 0 0.4rem 0.4rem;
}
[dir="ltr"] .scroll-panel_scrolled_true .combo-box__list {
  margin-right: 0.8rem;
}
[dir="rtl"] .scroll-panel_scrolled_true .combo-box__list {
  margin-left: 0.8rem;
}
[dir="ltr"] .scroll-panel_scrolled_true .combo-box__list {
  padding-right: 1px;
}
[dir="rtl"] .scroll-panel_scrolled_true .combo-box__list {
  padding-left: 1px;
}
.combo-box__item {
  display: block;
  margin: 1px 0;
  padding: 0.8rem 0.4rem;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6e6e6;
  text-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #455054;
  cursor: pointer;
}
.combo-box__item:last-child {
  margin-bottom: 0;
  border-radius: 0 0 0.4rem 0.4rem;
}
.combo-box__item:hover {
  background: #505d62;
}
.combo-box__item:active,
.combo-box__item_state_active {
  color: #4dc6ff;
  text-shadow: none;
}
[dir="ltr"] .combo-box .selected-item {
  padding-right: 2rem;
}
[dir="rtl"] .combo-box .selected-item {
  padding-left: 2rem;
}
.combo-box .scroll-panel__content {
  background: #505d62;
  border-radius: 0 0 0.4rem 0.4rem;
}
.counter {
  position: relative;
}
[dir="ltr"] .counter__buttons {
  right: 0;
}
[dir="rtl"] .counter__buttons {
  left: 0;
}
.counter__buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.4rem;
  text-align: center;
  border-radius: 0.4rem;
}
.counter__buttons > .buttons {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 0;
  color: #74848b;
  text-align: center;
  cursor: pointer;
}
.counter__buttons > .buttons > .increase-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50%;
}
.counter__buttons > .buttons > .increase-btn::before {
  position: absolute;
  left: 50%;
  margin-left: -0.4rem;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  font-size: 1.8rem;
  line-height: 1;
  color: inherit;
}
.counter__buttons > .buttons > .increase-btn:hover,
.counter__buttons > .buttons > .increase-btn:hover::before {
  color: #4dc6ff;
}
.counter__buttons > .buttons > .increase-btn::before {
  content: '\f0d8';
  bottom: -3px;
}
.counter__buttons > .buttons > .decrease-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50%;
}
.counter__buttons > .buttons > .decrease-btn::before {
  position: absolute;
  left: 50%;
  margin-left: -0.4rem;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  font-size: 1.8rem;
  line-height: 1;
  color: inherit;
}
.counter__buttons > .buttons > .decrease-btn:hover,
.counter__buttons > .buttons > .decrease-btn:hover::before {
  color: #4dc6ff;
}
.counter__buttons > .buttons > .decrease-btn::before {
  content: '\f0d7';
  top: -3px;
}
.calendar {
  position: relative;
  min-height: 28.3rem;
}
.calendar__header {
  position: relative;
  border-radius: 0.4rem 0.4rem 0 0;
}
[dir="ltr"] .calendar__prev-year {
  left: 1.6rem;
}
[dir="rtl"] .calendar__prev-year {
  right: 1.6rem;
}
.calendar__prev-year {
  position: absolute;
  top: 1.6rem;
  display: block;
  width: 2.4rem;
  height: 1.6rem;
  cursor: pointer;
}
.calendar__prev-year:hover,
.calendar__prev-year:hover::before {
  color: #4dc6ff;
}
.calendar__prev-year::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f04a';
  font-size: 1.8rem;
}
[dir='rtl'] .calendar__prev-year::before {
  transform: scale(-1, 1);
}
[dir="ltr"] .calendar__prev-month {
  left: 3.2rem;
}
[dir="rtl"] .calendar__prev-month {
  right: 3.2rem;
}
.calendar__prev-month {
  position: absolute;
  top: 1.6rem;
  display: block;
  width: 2.4rem;
  height: 1.6rem;
  cursor: pointer;
  text-align: center;
}
.calendar__prev-month:hover,
.calendar__prev-month:hover::before {
  color: #4dc6ff;
}
.calendar__prev-month::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f053';
  font-size: 1.8rem;
}
[dir='rtl'] .calendar__prev-month::before {
  transform: scale(-1, 1);
}
[dir="ltr"] .calendar__next-month {
  right: 3.2rem;
}
[dir="rtl"] .calendar__next-month {
  left: 3.2rem;
}
.calendar__next-month {
  position: absolute;
  top: 1.6rem;
  display: block;
  width: 2.4rem;
  height: 1.6rem;
  cursor: pointer;
  text-align: center;
}
.calendar__next-month:hover,
.calendar__next-month:hover::before {
  color: #4dc6ff;
}
.calendar__next-month::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f054';
  font-size: 1.8rem;
}
[dir='rtl'] .calendar__next-month::before {
  transform: scale(-1, 1);
}
[dir="ltr"] .calendar__next-year {
  right: 1.6rem;
}
[dir="rtl"] .calendar__next-year {
  left: 1.6rem;
}
[dir="ltr"] .calendar__next-year {
  text-align: right;
}
[dir="rtl"] .calendar__next-year {
  text-align: left;
}
.calendar__next-year {
  position: absolute;
  top: 1.6rem;
  display: block;
  width: 2.4rem;
  height: 1.6rem;
  cursor: pointer;
}
.calendar__next-year:hover,
.calendar__next-year:hover::before {
  color: #4dc6ff;
}
.calendar__next-year::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f04e';
  font-size: 1.8rem;
}
[dir='rtl'] .calendar__next-year::before {
  transform: scale(-1, 1);
}
.calendar__title {
  padding: 1.2rem 4.8rem;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  color: #acb4b9;
  text-shadow: none;
  text-align: center;
  border-radius: 0.4rem 0.4rem 0 0;
  background: #505d62;
  border-bottom: 1px solid #505d62;
}
.calendar__table {
  table-layout: fixed;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0.4rem;
  border-collapse: separate;
  border-spacing: 0.4rem;
}
.calendar__header-cell,
.calendar__cell {
  min-width: 3.8rem;
  padding: 0.8rem 0.4rem;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
.calendar__cell {
  font-family: 'Roboto', sans-serif;
  color: #ababab;
  text-shadow: none;
  cursor: default;
  border: 1px solid transparent;
  border-radius: 0.4rem;
}
.calendar__cell_clickable_true {
  color: #e6e6e6;
  cursor: pointer;
}
.calendar__cell_clickable_true:hover,
.calendar__cell_clickable_true:active {
  background-color: #455054;
  border-color: #434d51;
}
.calendar__cell_clickable_true:active {
  color: #4dc6ff;
}
.calendar__cell_today_true {
  background: #455054;
  border-color: #434d51;
}
.calendar__cell_selected_true {
  color: #4dc6ff;
  background-color: #455054;
  border-color: #434d51;
}
.calendar__cell_other-month_true:not(.calendar__cell_selected_true) {
  color: #ababab;
}
.calendar__header-cell {
  font-size: 1.5rem;
  color: #e6e6e6;
}
.calendar__header-cell.calendar__header-cell_weekend_true {
  color: #ff7272;
}
.date-time-picker {
  position: relative;
}
.date-picker {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.4rem;
}
.date-picker__content {
  font-family: 'Roboto', sans-serif;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51, rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  border-radius: 0.4rem;
  position: relative;
}
[dir="ltr"] .date-picker__content::before,[dir="ltr"] 
.date-picker__content::after {
  left: 50%;
}
[dir="rtl"] .date-picker__content::before,[dir="rtl"] 
.date-picker__content::after {
  right: 50%;
}
[dir="ltr"] .date-picker__content::before,[dir="ltr"] 
.date-picker__content::after {
  margin-left: -0.6rem;
}
[dir="rtl"] .date-picker__content::before,[dir="rtl"] 
.date-picker__content::after {
  margin-right: -0.6rem;
}
.date-picker__content::before,
.date-picker__content::after {
  content: '';
  position: absolute;
  display: block;
  border: 0.6rem solid transparent;
}
.date-picker__content::before {
  bottom: -1.2rem;
  border-top-color: #434d51;
}
.date-picker__content::after {
  bottom: -1.1rem;
  border-top-color: #505d62;
}
.date-picker > .date-picker__tooltip {
  text-shadow: none;
}
.date-picker > .expandable-wrap > .expandable > .expandable__content {
  top: 0;
  z-index: 5;
  height: 100%;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}
.date-picker > .expandable-wrap > .expandable > .expandable__content:not(.expandable__content_collapsed_true) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.date-picker > .expandable-wrap > .expandable > .visible-ctrl .visible-ctrl__expand-btn::before {
  content: '\f073';
  color: #acb4b9;
  font-size: 1.3rem;
}
.date-picker > .expandable-wrap > .expandable > .visible-ctrl .visible-ctrl__expand-btn:hover::before {
  color: #4dc6ff;
}
.date-picker > .expandable-wrap > .expandable > .visible-ctrl_enabled_false .visible-ctrl__selected-item,
.date-picker > .expandable-wrap > .expandable > .visible-ctrl_enabled_false:hover .visible-ctrl__selected-item,
.date-picker > .expandable-wrap > .expandable > .visible-ctrl_enabled_false .visible-ctrl__expand-btn::before,
.date-picker > .expandable-wrap > .expandable > .visible-ctrl_enabled_false:hover .visible-ctrl__expand-btn::before {
  color: #74848b;
  cursor: default;
}
.date-picker_enabled_false {
  position: relative;
}
.date-picker_enabled_false::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(80, 93, 98, 0.35);
  cursor: default;
}
[dir="ltr"] .date-picker__save {
  right: 1.2rem;
}
[dir="rtl"] .date-picker__save {
  left: 1.2rem;
}
.date-picker__save {
  position: absolute;
  bottom: 0.8rem;
}
.date-picker__save .button {
  display: inline-block;
  padding: 0 0.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  border-radius: 0.4rem;
}
.date-picker__save .button:hover,
.date-picker__save .button:active {
  color: #fff;
}
.date-picker__save .button:hover {
  text-shadow: 1px 1px 0 #255c7a;
  background: #3789b5 linear-gradient(#3789b5 0%, #255c7a 100%);
}
.date-picker__save .button:active {
  text-shadow: 1px 1px 0 #255c7a;
  background: #4097c5 linear-gradient(#4097c5 0%, #255c7a 100%);
}
.time-picker {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  *zoom: 1;
  padding: 0.8rem 2rem;
  text-shadow: none;
  background: #505d62;
  border-top: 1px solid #505d62;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: center;
}
.time-picker:before,
.time-picker:after {
  content: ' ';
  display: table;
}
.time-picker:after {
  clear: both;
}
.time-picker .drop-down {
  display: inline-block;
  vertical-align: middle;
  width: 5rem;
}
[dir="ltr"] .time-picker .drop-down__item {
  padding-left: 0.4rem;
}
[dir="rtl"] .time-picker .drop-down__item {
  padding-right: 0.4rem;
}
.time-picker .drop-down .selected-item {
  font-size: 1.8rem;
  text-align: center;
  padding: 0;
  cursor: pointer;
}
.time-picker__delimeter {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #acb4b9;
  font-family: sans-serif;
}
[dir="ltr"] .time-picker__caption {
  float: left;
}
[dir="rtl"] .time-picker__caption {
  float: right;
}
[dir="ltr"] .time-picker__caption {
  margin-right: -100%;
}
[dir="rtl"] .time-picker__caption {
  margin-left: -100%;
}
[dir="ltr"] .time-picker__caption {
  text-align: left;
}
[dir="rtl"] .time-picker__caption {
  text-align: right;
}
.time-picker__caption {
  line-height: 2.8rem;
  color: #acb4b9;
}
.drop-down__list {
  max-width: 100%;
  padding: 1px 2px;
  background: #505d62;
  border-radius: 0 0 0.4rem 0.4rem;
}
[dir="ltr"] .scroll-panel_scrolled_true .drop-down__list {
  margin-right: 0.8rem;
}
[dir="rtl"] .scroll-panel_scrolled_true .drop-down__list {
  margin-left: 0.8rem;
}
[dir="ltr"] .scroll-panel_scrolled_true .drop-down__list {
  padding-right: 1px;
}
[dir="rtl"] .scroll-panel_scrolled_true .drop-down__list {
  padding-left: 1px;
}
.drop-down__item {
  display: block;
  margin: 1px 0;
  padding: 0.8rem 0.4rem;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6e6e6;
  text-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #455054;
  cursor: pointer;
}
.drop-down__item:last-child {
  margin-bottom: 0;
  border-radius: 0 0 0.4rem 0.4rem;
}
.drop-down__item:hover {
  background: #505d62;
}
.drop-down__item:active,
.drop-down__item_state_active {
  color: #4dc6ff;
  text-shadow: none;
}
[dir="ltr"] .drop-down .selected-item {
  padding-right: 2rem;
}
[dir="rtl"] .drop-down .selected-item {
  padding-left: 2rem;
}
.drop-down .scroll-panel__content {
  background: #505d62;
  border-radius: 0 0 0.4rem 0.4rem;
}
.drop-down_display_flat .scroll-panel {
  height: auto !important;
}
.drop-down_display_flat .scroll-panel__content {
  background: transparent;
  overflow: visible;
}
.drop-down_display_flat .expandable {
  position: static;
  z-index: auto;
}
.drop-down_display_flat .expandable__content {
  position: static;
  z-index: auto;
  top: 0;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.drop-down_display_flat .expandable__content_collapsed_true {
  display: block;
  visibility: visible;
}
.expandable__content_collapsed_true .drop-down_display_flat .expandable__content_collapsed_true {
  display: none;
}
.drop-down_display_flat .visible-ctrl {
  display: none;
}
.drop-down_display_flat .drop-down__list {
  padding: 0;
  background: transparent;
  border-radius: 0 0 0.4rem 0.4rem;
}
.drop-down_display_flat .drop-down__item {
  display: inline-block;
  vertical-align: top;
  min-width: 2.8rem;
  height: 2.4rem;
  padding: 0 0.4rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  margin: 0;
  background: transparent;
}
.drop-down_display_flat .drop-down__item:hover {
  color: #4dc6ff;
}
[dir='ltr'] .drop-down_display_flat .drop-down__item:first-child {
  border-radius: 0.4rem 0 0 0.4rem;
}
[dir='rtl'] .drop-down_display_flat .drop-down__item:first-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
[dir='ltr'] .drop-down_display_flat .drop-down__item:last-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
[dir='rtl'] .drop-down_display_flat .drop-down__item:last-child {
  border-radius: 0.4rem 0 0 0.4rem;
}
.drop-down_display_flat .drop-down__item:hover,
.drop-down_display_flat .drop-down__item:active {
  color: #4dc6ff;
  background-color: transparent;
}
.drop-down_display_flat .drop-down__item_state_active {
  color: #4dc6ff;
  background-color: #455054;
}
.drop-down_display_flat .drop-down__item_state_active:hover {
  background-color: #455054;
}
.expandable {
  position: relative;
}
.expandable__content {
  position: absolute;
  top: 2.8rem;
  z-index: 3;
  min-width: 100%;
  background: #505d62;
  border: 1px solid transparent;
  border-radius: 0 0 0.4rem 0.4rem;
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  backface-visibility: hidden;
}
.expandable__content_collapsed_true {
  visibility: hidden;
  z-index: -10;
  border: none;
}
.expandable__content_collapsed_true .scroll-bar {
  transition: none;
}
.expandable__content_collapsed_true.expandable__content_type_list::after {
  content: none;
}
[dir="ltr"] .expandable:not(.expandable_mode_context-menu) .expandable__content {
  left: 0;
}
[dir="rtl"] .expandable:not(.expandable_mode_context-menu) .expandable__content {
  right: 0;
}
.expandable-wrap__cover {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(69, 80, 84, 0.01);
}
.expandable-wrap_expanded_true > .expandable-wrap__cover {
  display: block;
}
.expandable_mode_context-menu {
  position: static;
  z-index: auto;
}
.expandable_mode_context-menu .expandable__content {
  min-width: auto;
  min-width: initial;
  z-index: 7;
  border-radius: 0.4rem;
}
.expandable_mode_context-menu .expandable__content_collapsed_true {
  top: -5000px;
  left: -5000px;
}
.substring-filter {
  display: inline-block;
  vertical-align: top;
  max-width: 8rem;
}
.substring-filter .input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
[dir="ltr"] .substring-filter .input__field {
  padding-left: 1.6rem;
}
[dir="rtl"] .substring-filter .input__field {
  padding-right: 1.6rem;
}
.substring-filter .input__field {
  height: 2.4rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-family: 'Roboto', sans-serif;
}
.substring-filter .input__field::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: rgba(172, 180, 185, 0.5);
}
[dir="ltr"] .substring-filter .fa-search {
  left: 0.4rem;
}
[dir="rtl"] .substring-filter .fa-search {
  right: 0.4rem;
}
.substring-filter .fa-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: rgba(172, 180, 185, 0.5);
}
[dir="ltr"] .substring-filter__close {
  right: 0.4rem;
}
[dir="rtl"] .substring-filter__close {
  left: 0.4rem;
}
.substring-filter__close {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: #74848b;
  cursor: pointer;
}
.substring-filter__close:hover {
  color: #909ca2;
}
.substring-filter__close .fa.fa-times::before {
  content: '\f057';
  font-family: 'FontAwesome';
  font-size: 1.3rem;
}
.substring-filter_applied_true .input__field {
  color: #4dc6ff;
}
.substring-filter_cancel_available .substring-filter__close {
  display: block;
  transform: translateY(-50%);
}
[dir="ltr"] .value-filter {
  margin-left: 1.6rem;
}
[dir="rtl"] .value-filter {
  margin-right: 1.6rem;
}
.value-filter {
  display: inline-block;
  vertical-align: top;
  min-width: 8rem;
}
[dir="ltr"] .value-filter:first-child {
  margin-left: 0;
}
[dir="rtl"] .value-filter:first-child {
  margin-right: 0;
}
.value-filter .drop-down:not(.drop-down_display_flat) {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.value-filter .drop-down:not(.drop-down_display_flat) .drop-down__item {
  padding: 0.4rem 0.8rem;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5rem;
}
.value-filter .drop-down:not(.drop-down_display_flat) .expandable__content {
  top: 2.4rem;
}
.value-filter .drop-down:not(.drop-down_display_flat) .visible-ctrl .selected-item {
  height: 2.4rem;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  line-height: 2.4rem;
  cursor: pointer;
}
.value-filter .drop-down:not(.drop-down_display_flat) .visible-ctrl__expand-btn {
  width: 2rem;
}
.value-filter .drop-down:not(.drop-down_display_flat) .visible-ctrl__expand-btn::before {
  font-size: 1.2rem !important;
}
.value-filter_applied_true .drop-down .visible-ctrl .selected-item {
  color: #4dc6ff;
}
[dir="ltr"] .date-filter {
  margin-left: 1.6rem;
}
[dir="rtl"] .date-filter {
  margin-right: 1.6rem;
}
.date-filter {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
  margin-bottom: -1px;
  white-space: nowrap;
}
[dir="ltr"] .date-filter__label {
  margin-right: 0.4rem;
}
[dir="rtl"] .date-filter__label {
  margin-left: 0.4rem;
}
.date-filter__label {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.8rem;
  font-size: 1.1rem;
  line-height: 1.3rem;
  color: #acb4b9;
  text-shadow: none;
  text-transform: capitalize;
}
.date-filter .date-picker {
  display: inline-block;
  vertical-align: top;
}
.date-filter .date-picker__content {
  bottom: 3rem;
}
[dir="ltr"] .date-filter .date-picker__content::before,[dir="ltr"] 
.date-filter .date-picker__content::after {
  left: 1.2rem;
}
[dir="rtl"] .date-filter .date-picker__content::before,[dir="rtl"] 
.date-filter .date-picker__content::after {
  right: 1.2rem;
}
[dir="ltr"] .date-filter .date-picker__content::before,[dir="ltr"] 
.date-filter .date-picker__content::after {
  margin-left: 0;
}
[dir="rtl"] .date-filter .date-picker__content::before,[dir="rtl"] 
.date-filter .date-picker__content::after {
  margin-right: 0;
}
.date-filter .date-picker__content::before {
  border-top-color: #434d51;
}
.date-filter .date-picker__content::after {
  border-top-color: #505d62;
}
.date-filter .date-picker__content_isunder_true {
  bottom: -203.6px;
}
[dir="ltr"] .date-filter .date-picker__content_isunder_true::before,[dir="ltr"] 
.date-filter .date-picker__content_isunder_true::after {
  left: 0.6rem;
}
[dir="rtl"] .date-filter .date-picker__content_isunder_true::before,[dir="rtl"] 
.date-filter .date-picker__content_isunder_true::after {
  right: 0.6rem;
}
.date-filter .date-picker__content_isunder_true::before,
.date-filter .date-picker__content_isunder_true::after {
  top: 0;
}
.date-filter .date-picker__content_isunder_true::before {
  margin-top: -1.2rem;
  border-bottom-color: #434d51;
  bottom: auto;
  bottom: initial;
  border-top-color: transparent;
}
.date-filter .date-picker__content_isunder_true::after {
  margin-top: -1.2rem;
  border-bottom-color: #505d62;
  bottom: auto;
  bottom: initial;
  border-top-color: transparent;
}
.date-filter .date-picker > .expandable-wrap > .expandable > .expandable__content {
  justify-content: flex-start;
}
[dir="ltr"] .date-filter .date-picker .visible-ctrl .selected-date {
  padding-left: 0.4rem;
}
[dir="rtl"] .date-filter .date-picker .visible-ctrl .selected-date {
  padding-right: 0.4rem;
}
[dir="ltr"] .date-filter .date-picker .visible-ctrl .selected-date {
  padding-right: 3.3rem;
}
[dir="rtl"] .date-filter .date-picker .visible-ctrl .selected-date {
  padding-left: 3.3rem;
}
.date-filter .date-picker .visible-ctrl .selected-date {
  max-width: 9.5rem;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  color: rgba(172, 180, 185, 0.5);
}
.date-filter .date-picker .visible-ctrl .selected-date_has-value_true {
  color: #4dc6ff;
}
.date-filter .date-picker .visible-ctrl .selected-date_has-value_true .selected-date__close {
  display: block;
}
[dir="ltr"] .date-filter .date-picker .visible-ctrl .selected-date__close {
  right: 2rem;
}
[dir="rtl"] .date-filter .date-picker .visible-ctrl .selected-date__close {
  left: 2rem;
}
.date-filter .date-picker .visible-ctrl .selected-date__close {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 1.3rem;
}
.date-filter .date-picker .visible-ctrl .selected-date__close .fa-times {
  color: #74848b;
}
.date-filter .date-picker .visible-ctrl .selected-date__close .fa-times::before {
  content: '\f057';
  font-family: 'FontAwesome';
  font-size: 1.3rem;
}
[dir="ltr"] .date-filter .date-picker .visible-ctrl__expand-btn {
  padding-right: 0.4rem;
}
[dir="rtl"] .date-filter .date-picker .visible-ctrl__expand-btn {
  padding-left: 0.4rem;
}
.date-filter .date-picker .visible-ctrl__expand-btn {
  width: 1.6rem;
}
.date-filter .date-picker .visible-ctrl__expand-btn::before {
  font-size: 1.2rem !important;
  line-height: 2.4rem;
}
.date-filter .calendar {
  min-height: 203px;
}
.date-filter .calendar__prev-year,
.date-filter .calendar__next-year,
.date-filter .calendar__prev-month,
.date-filter .calendar__next-month {
  top: 0.8rem;
  height: 1.6rem;
}
.date-filter .calendar__prev-year::before,
.date-filter .calendar__next-year::before,
.date-filter .calendar__prev-month::before,
.date-filter .calendar__next-month::before {
  font-size: 1.5rem;
}
.date-filter .calendar__title {
  padding: 0;
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.date-filter .calendar__table {
  font-size: 1.1rem;
  line-height: 1;
  border-spacing: 2px;
}
.date-filter .calendar__header-cell,
.date-filter .calendar__cell {
  min-width: 3.2rem;
  padding: 0.4rem;
}
.date-filter .calendar__header-cell {
  font-size: 1.1rem;
}
.form-desktop {
  width: 460px;
  padding: 1.6rem;
}
.form-desktop__tooltip {
  bottom: 100%;
  margin-bottom: 0.6rem;
  left: 0;
  right: 0;
  margin-left: 0;
  text-align: center;
}
.cols-visibility {
  padding: 1.6rem;
  column-width: auto;
  column-count: 2;
  grid-column-gap: 1.6rem;
  column-gap: 1.6rem;
  column-rule-color: transparent;
  column-rule-style: solid;
  column-rule-width: 0;
}
.cols-visibility .check__label {
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
}
.cols-visibility .check__label::before {
  font-size: 0.8em;
}
.cols-visibility .check:last-child .check__label {
  margin-bottom: 0;
}
.cols-visibility .check__chk:checked + .check__label::after {
  font-size: 1em;
}
.grid {
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.38461538;
  border: 1px solid #505d62;
  border-top: none;
  border-bottom: none;
  vertical-align: middle;
  white-space: nowrap;
}
.grid__row {
  background: #455054;
}
.grid__row:hover {
  background: #505d62;
}
.grid__cell {
  padding: 0.4rem 0.4rem;
  border-bottom: 1px solid #505d62;
}
.grid__header-cell {
  padding: 0.4rem;
  color: #acb4b9;
  text-shadow: none;
}
.grid__body {
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-user-select: text;
          user-select: text;
}
[class*='isdragged_true'] .grid__body,
body.isdragged .grid__body {
  -webkit-user-select: none;
          user-select: none;
}
.grid__body .grid__wrap-in {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scrl-grid_visibility_hidden {
  visibility: hidden;
}
.scrl-grid .scroll-panel__content {
  background: #505d62;
  border-radius: 0 0 0.4rem 0.4rem;
}
.scrl-grid .grid__header {
  display: table-footer-group;
}
.scrl-grid .grid__header-cell {
  height: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
[dir="ltr"] .scrl-grid .grid__header-cell .grid__wrap-in {
  padding-left: 0.4rem;
}
[dir="rtl"] .scrl-grid .grid__header-cell .grid__wrap-in {
  padding-right: 0.4rem;
}
.scrl-grid .grid__header-cell .grid__wrap-in {
  position: relative;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
  opacity: 0;
}
.scrl-grid .grid__header-cell .grid__wrap-in:first-child {
  position: absolute;
  top: -2.4rem;
  height: 2.4rem;
  padding-top: 0.4rem;
  line-height: normal;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir="ltr"] .scrl-grid .grid__header-cell .grid__wrap-in:last-child {
  padding-right: 1px;
}
[dir="rtl"] .scrl-grid .grid__header-cell .grid__wrap-in:last-child {
  padding-left: 1px;
}
.scrl-grid .grid__header-cell .grid__wrap-in:last-child {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}
.scrl-grid .grid__header .grid__row {
  background: #505d62;
}
.scrl-grid .grid body.isdragged .grid__body,
.scrl-grid .grid_isscrolled_true .grid__body {
  -webkit-user-select: none;
          user-select: none;
}
.grid__separator {
  position: absolute;
  top: -2rem;
  z-index: 1;
  width: 3px;
  height: 1.6rem;
  cursor: col-resize;
  border-right: 1px solid #3a4345;
  box-shadow: 1px 0 0 0 rgba(106, 111, 113, 0.3);
}
.grid__separator_isdragged_true,
.grid__separator:hover {
  border-right-color: #909ca2;
}
.grid__header-cell:last-child .grid__separator {
  display: none;
}
[dir="ltr"] .grid__header-cell .grid__wrap-in:first-child .button {
  margin-left: -0.4rem;
}
[dir="rtl"] .grid__header-cell .grid__wrap-in:first-child .button {
  margin-right: -0.4rem;
}
[dir="ltr"] .grid__header-cell .grid__wrap-in:first-child .button {
  padding-left: 0.4rem;
}
[dir="rtl"] .grid__header-cell .grid__wrap-in:first-child .button {
  padding-right: 0.4rem;
}
.grid__header-cell .grid__wrap-in:first-child .button {
  height: 1.6rem;
}
.grid__header-cell .grid__wrap-in:first-child .button .title {
  display: block;
}
[dir="ltr"] .grid__header-cell .grid__wrap-in:first-child .button .title__text {
  padding-right: 0.8rem;
}
[dir="rtl"] .grid__header-cell .grid__wrap-in:first-child .button .title__text {
  padding-left: 0.8rem;
}
.grid__header-cell .grid__wrap-in:first-child .button .title__text {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  text-transform: capitalize;
  text-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid__header-cell .grid__wrap-in:first-child .button .title__sort {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
.grid__header-cell .grid__wrap-in:first-child .button .title__sort_sort_up::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  color: currentColor;
  content: '\f176';
}
.grid__header-cell .grid__wrap-in:first-child .button .title__sort_sort_down::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  color: currentColor;
  content: '\f175';
}
.grid__header-cell .grid__wrap-in:first-child .button .title_sorted_true {
  color: #e6e6e6;
}
.grid__header-cell .grid__wrap-in:first-child .button:hover .title__text {
  color: #e6e6e6;
}
.icon {
  display: inline-block;
  line-height: 1;
}
.icon_type_select {
  width: 14px;
  height: 14px;
}
.icon_type_select::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  font-size: 1.2rem;
  font-weight: 300;
  content: '\f245';
  color: currentColor;
}
.icon_type_select::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_crosshair {
  width: 14px;
  height: 14px;
}
.icon_type_crosshair::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -45px;
}
@media (min-resolution: 124.8dpi) {
  .icon_type_crosshair::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.icon_type_crosshair::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_vertical_line {
  width: 14px;
  height: 14px;
}
.icon_type_vertical_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -60px;
}
@media (min-resolution: 124.8dpi) {
  .icon_type_vertical_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.icon_type_vertical_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_horizontal_line {
  width: 14px;
  height: 14px;
}
.icon_type_horizontal_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -75px;
}
@media (min-resolution: 124.8dpi) {
  .icon_type_horizontal_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.icon_type_horizontal_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_trend_line {
  width: 14px;
  height: 14px;
}
.icon_type_trend_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -90px;
}
@media (min-resolution: 124.8dpi) {
  .icon_type_trend_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.icon_type_trend_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_equidistant {
  width: 14px;
  height: 14px;
}
.icon_type_equidistant::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -105px;
}
@media (min-resolution: 124.8dpi) {
  .icon_type_equidistant::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.icon_type_equidistant::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_fibonacci {
  width: 14px;
  height: 14px;
}
.icon_type_fibonacci::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -120px;
}
@media (min-resolution: 124.8dpi) {
  .icon_type_fibonacci::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.icon_type_fibonacci::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_market_snapshot {
  width: 14px;
  height: 14px;
}
.icon_type_market_snapshot::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -195px;
}
@media (min-resolution: 124.8dpi) {
  .icon_type_market_snapshot::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.icon_type_market_snapshot::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_rect {
  width: 14px;
  height: 14px;
}
.icon_type_rect::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -135px;
}
@media (min-resolution: 124.8dpi) {
  .icon_type_rect::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.icon_type_rect::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_triangle {
  width: 14px;
  height: 14px;
}
.icon_type_triangle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -150px;
}
@media (min-resolution: 124.8dpi) {
  .icon_type_triangle::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.icon_type_triangle::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_candle {
  width: 14px;
  height: 14px;
}
.icon_type_candle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -15px;
}
@media (min-resolution: 124.8dpi) {
  .icon_type_candle::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.icon_type_candle::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_line {
  width: 14px;
  height: 14px;
}
.icon_type_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -30px;
}
@media (min-resolution: 124.8dpi) {
  .icon_type_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.icon_type_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_bar {
  width: 14px;
  height: 14px;
}
.icon_type_bar::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 0px;
}
@media (min-resolution: 124.8dpi) {
  .icon_type_bar::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.icon_type_bar::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_site {
  height: 12px;
  vertical-align: text-top;
  margin: 0 0.2rem;
}
.icon_type_site::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  height: 12px;
  background-size: 44px 42px;
  background-repeat: no-repeat;
  background-image: url('/static/img/external-link.svg');
  width: 12px;
  background-position: 0 0px;
}
.icon_type_site::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_lk {
  height: 12px;
  vertical-align: text-top;
  margin: 0 0.2rem;
}
.icon_type_lk::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  height: 12px;
  background-size: 44px 42px;
  background-repeat: no-repeat;
  background-image: url('/static/img/external-link.svg');
  width: 22px;
  background-position: 0 -14px;
}
.icon_type_lk::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.icon_type_deposit {
  height: 12px;
  vertical-align: text-top;
  margin: 0 0.2rem;
}
.icon_type_deposit::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  height: 12px;
  background-size: 44px 42px;
  background-repeat: no-repeat;
  background-image: url('/static/img/external-link.svg');
  width: 20px;
  background-position: 0 -28px;
}
.icon_type_deposit::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.link:hover .icon_type_site {
  height: 12px;
  vertical-align: text-top;
  margin: 0 0.2rem;
}
.link:hover .icon_type_site::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  height: 12px;
  background-size: 44px 42px;
  background-repeat: no-repeat;
  background-image: url('/static/img/external-link.svg');
  width: 12px;
  background-position: -22px 0px;
}
.link:hover .icon_type_site::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.link:hover .icon_type_lk {
  height: 12px;
  vertical-align: text-top;
  margin: 0 0.2rem;
}
.link:hover .icon_type_lk::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  height: 12px;
  background-size: 44px 42px;
  background-repeat: no-repeat;
  background-image: url('/static/img/external-link.svg');
  width: 22px;
  background-position: -22px -14px;
}
.link:hover .icon_type_lk::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.button:hover .icon_type_deposit {
  height: 12px;
  vertical-align: text-top;
  margin: 0 0.2rem;
}
.button:hover .icon_type_deposit::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  height: 12px;
  background-size: 44px 42px;
  background-repeat: no-repeat;
  background-image: url('/static/img/external-link.svg');
  width: 20px;
  background-position: -22px -28px;
}
.button:hover .icon_type_deposit::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_light .radio-group__item:hover .icon_type_crosshair,
.theme_light .radio-group__item_state_active .icon_type_crosshair,
.theme_light .drop-down__item:hover .icon_type_crosshair,
.theme_light .drop-down__item_state_active .icon_type_crosshair {
  width: 14px;
  height: 14px;
}
.theme_light .radio-group__item:hover .icon_type_crosshair::before,
.theme_light .radio-group__item_state_active .icon_type_crosshair::before,
.theme_light .drop-down__item:hover .icon_type_crosshair::before,
.theme_light .drop-down__item_state_active .icon_type_crosshair::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -45px;
}
@media (min-resolution: 124.8dpi) {
  .theme_light .radio-group__item:hover .icon_type_crosshair::before,
  .theme_light .radio-group__item_state_active .icon_type_crosshair::before,
  .theme_light .drop-down__item:hover .icon_type_crosshair::before,
  .theme_light .drop-down__item_state_active .icon_type_crosshair::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_light .radio-group__item:hover .icon_type_crosshair::after,
.theme_light .radio-group__item_state_active .icon_type_crosshair::after,
.theme_light .drop-down__item:hover .icon_type_crosshair::after,
.theme_light .drop-down__item_state_active .icon_type_crosshair::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_light .radio-group__item:hover .icon_type_vertical_line,
.theme_light .radio-group__item_state_active .icon_type_vertical_line,
.theme_light .drop-down__item:hover .icon_type_vertical_line,
.theme_light .drop-down__item_state_active .icon_type_vertical_line {
  width: 14px;
  height: 14px;
}
.theme_light .radio-group__item:hover .icon_type_vertical_line::before,
.theme_light .radio-group__item_state_active .icon_type_vertical_line::before,
.theme_light .drop-down__item:hover .icon_type_vertical_line::before,
.theme_light .drop-down__item_state_active .icon_type_vertical_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -60px;
}
@media (min-resolution: 124.8dpi) {
  .theme_light .radio-group__item:hover .icon_type_vertical_line::before,
  .theme_light .radio-group__item_state_active .icon_type_vertical_line::before,
  .theme_light .drop-down__item:hover .icon_type_vertical_line::before,
  .theme_light .drop-down__item_state_active .icon_type_vertical_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_light .radio-group__item:hover .icon_type_vertical_line::after,
.theme_light .radio-group__item_state_active .icon_type_vertical_line::after,
.theme_light .drop-down__item:hover .icon_type_vertical_line::after,
.theme_light .drop-down__item_state_active .icon_type_vertical_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_light .radio-group__item:hover .icon_type_horizontal_line,
.theme_light .radio-group__item_state_active .icon_type_horizontal_line,
.theme_light .drop-down__item:hover .icon_type_horizontal_line,
.theme_light .drop-down__item_state_active .icon_type_horizontal_line {
  width: 14px;
  height: 14px;
}
.theme_light .radio-group__item:hover .icon_type_horizontal_line::before,
.theme_light .radio-group__item_state_active .icon_type_horizontal_line::before,
.theme_light .drop-down__item:hover .icon_type_horizontal_line::before,
.theme_light .drop-down__item_state_active .icon_type_horizontal_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -75px;
}
@media (min-resolution: 124.8dpi) {
  .theme_light .radio-group__item:hover .icon_type_horizontal_line::before,
  .theme_light .radio-group__item_state_active .icon_type_horizontal_line::before,
  .theme_light .drop-down__item:hover .icon_type_horizontal_line::before,
  .theme_light .drop-down__item_state_active .icon_type_horizontal_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_light .radio-group__item:hover .icon_type_horizontal_line::after,
.theme_light .radio-group__item_state_active .icon_type_horizontal_line::after,
.theme_light .drop-down__item:hover .icon_type_horizontal_line::after,
.theme_light .drop-down__item_state_active .icon_type_horizontal_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_light .radio-group__item:hover .icon_type_trend_line,
.theme_light .radio-group__item_state_active .icon_type_trend_line,
.theme_light .drop-down__item:hover .icon_type_trend_line,
.theme_light .drop-down__item_state_active .icon_type_trend_line {
  width: 14px;
  height: 14px;
}
.theme_light .radio-group__item:hover .icon_type_trend_line::before,
.theme_light .radio-group__item_state_active .icon_type_trend_line::before,
.theme_light .drop-down__item:hover .icon_type_trend_line::before,
.theme_light .drop-down__item_state_active .icon_type_trend_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -90px;
}
@media (min-resolution: 124.8dpi) {
  .theme_light .radio-group__item:hover .icon_type_trend_line::before,
  .theme_light .radio-group__item_state_active .icon_type_trend_line::before,
  .theme_light .drop-down__item:hover .icon_type_trend_line::before,
  .theme_light .drop-down__item_state_active .icon_type_trend_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_light .radio-group__item:hover .icon_type_trend_line::after,
.theme_light .radio-group__item_state_active .icon_type_trend_line::after,
.theme_light .drop-down__item:hover .icon_type_trend_line::after,
.theme_light .drop-down__item_state_active .icon_type_trend_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_light .radio-group__item:hover .icon_type_equidistant,
.theme_light .radio-group__item_state_active .icon_type_equidistant,
.theme_light .drop-down__item:hover .icon_type_equidistant,
.theme_light .drop-down__item_state_active .icon_type_equidistant {
  width: 14px;
  height: 14px;
}
.theme_light .radio-group__item:hover .icon_type_equidistant::before,
.theme_light .radio-group__item_state_active .icon_type_equidistant::before,
.theme_light .drop-down__item:hover .icon_type_equidistant::before,
.theme_light .drop-down__item_state_active .icon_type_equidistant::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -105px;
}
@media (min-resolution: 124.8dpi) {
  .theme_light .radio-group__item:hover .icon_type_equidistant::before,
  .theme_light .radio-group__item_state_active .icon_type_equidistant::before,
  .theme_light .drop-down__item:hover .icon_type_equidistant::before,
  .theme_light .drop-down__item_state_active .icon_type_equidistant::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_light .radio-group__item:hover .icon_type_equidistant::after,
.theme_light .radio-group__item_state_active .icon_type_equidistant::after,
.theme_light .drop-down__item:hover .icon_type_equidistant::after,
.theme_light .drop-down__item_state_active .icon_type_equidistant::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_light .radio-group__item:hover .icon_type_fibonacci,
.theme_light .radio-group__item_state_active .icon_type_fibonacci,
.theme_light .drop-down__item:hover .icon_type_fibonacci,
.theme_light .drop-down__item_state_active .icon_type_fibonacci {
  width: 14px;
  height: 14px;
}
.theme_light .radio-group__item:hover .icon_type_fibonacci::before,
.theme_light .radio-group__item_state_active .icon_type_fibonacci::before,
.theme_light .drop-down__item:hover .icon_type_fibonacci::before,
.theme_light .drop-down__item_state_active .icon_type_fibonacci::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -120px;
}
@media (min-resolution: 124.8dpi) {
  .theme_light .radio-group__item:hover .icon_type_fibonacci::before,
  .theme_light .radio-group__item_state_active .icon_type_fibonacci::before,
  .theme_light .drop-down__item:hover .icon_type_fibonacci::before,
  .theme_light .drop-down__item_state_active .icon_type_fibonacci::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_light .radio-group__item:hover .icon_type_fibonacci::after,
.theme_light .radio-group__item_state_active .icon_type_fibonacci::after,
.theme_light .drop-down__item:hover .icon_type_fibonacci::after,
.theme_light .drop-down__item_state_active .icon_type_fibonacci::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_light .radio-group__item:hover .icon_type_market_snapshot,
.theme_light .radio-group__item_state_active .icon_type_market_snapshot,
.theme_light .drop-down__item:hover .icon_type_market_snapshot,
.theme_light .drop-down__item_state_active .icon_type_market_snapshot {
  width: 14px;
  height: 14px;
}
.theme_light .radio-group__item:hover .icon_type_market_snapshot::before,
.theme_light .radio-group__item_state_active .icon_type_market_snapshot::before,
.theme_light .drop-down__item:hover .icon_type_market_snapshot::before,
.theme_light .drop-down__item_state_active .icon_type_market_snapshot::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -195px;
}
@media (min-resolution: 124.8dpi) {
  .theme_light .radio-group__item:hover .icon_type_market_snapshot::before,
  .theme_light .radio-group__item_state_active .icon_type_market_snapshot::before,
  .theme_light .drop-down__item:hover .icon_type_market_snapshot::before,
  .theme_light .drop-down__item_state_active .icon_type_market_snapshot::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_light .radio-group__item:hover .icon_type_market_snapshot::after,
.theme_light .radio-group__item_state_active .icon_type_market_snapshot::after,
.theme_light .drop-down__item:hover .icon_type_market_snapshot::after,
.theme_light .drop-down__item_state_active .icon_type_market_snapshot::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_light .radio-group__item:hover .icon_type_rect,
.theme_light .radio-group__item_state_active .icon_type_rect,
.theme_light .drop-down__item:hover .icon_type_rect,
.theme_light .drop-down__item_state_active .icon_type_rect {
  width: 14px;
  height: 14px;
}
.theme_light .radio-group__item:hover .icon_type_rect::before,
.theme_light .radio-group__item_state_active .icon_type_rect::before,
.theme_light .drop-down__item:hover .icon_type_rect::before,
.theme_light .drop-down__item_state_active .icon_type_rect::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -135px;
}
@media (min-resolution: 124.8dpi) {
  .theme_light .radio-group__item:hover .icon_type_rect::before,
  .theme_light .radio-group__item_state_active .icon_type_rect::before,
  .theme_light .drop-down__item:hover .icon_type_rect::before,
  .theme_light .drop-down__item_state_active .icon_type_rect::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_light .radio-group__item:hover .icon_type_rect::after,
.theme_light .radio-group__item_state_active .icon_type_rect::after,
.theme_light .drop-down__item:hover .icon_type_rect::after,
.theme_light .drop-down__item_state_active .icon_type_rect::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_light .radio-group__item:hover .icon_type_triangle,
.theme_light .radio-group__item_state_active .icon_type_triangle,
.theme_light .drop-down__item:hover .icon_type_triangle,
.theme_light .drop-down__item_state_active .icon_type_triangle {
  width: 14px;
  height: 14px;
}
.theme_light .radio-group__item:hover .icon_type_triangle::before,
.theme_light .radio-group__item_state_active .icon_type_triangle::before,
.theme_light .drop-down__item:hover .icon_type_triangle::before,
.theme_light .drop-down__item_state_active .icon_type_triangle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -150px;
}
@media (min-resolution: 124.8dpi) {
  .theme_light .radio-group__item:hover .icon_type_triangle::before,
  .theme_light .radio-group__item_state_active .icon_type_triangle::before,
  .theme_light .drop-down__item:hover .icon_type_triangle::before,
  .theme_light .drop-down__item_state_active .icon_type_triangle::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_light .radio-group__item:hover .icon_type_triangle::after,
.theme_light .radio-group__item_state_active .icon_type_triangle::after,
.theme_light .drop-down__item:hover .icon_type_triangle::after,
.theme_light .drop-down__item_state_active .icon_type_triangle::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_light .radio-group__item:hover .icon_type_candle,
.theme_light .radio-group__item_state_active .icon_type_candle,
.theme_light .drop-down__item:hover .icon_type_candle,
.theme_light .drop-down__item_state_active .icon_type_candle {
  width: 14px;
  height: 14px;
}
.theme_light .radio-group__item:hover .icon_type_candle::before,
.theme_light .radio-group__item_state_active .icon_type_candle::before,
.theme_light .drop-down__item:hover .icon_type_candle::before,
.theme_light .drop-down__item_state_active .icon_type_candle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -15px;
}
@media (min-resolution: 124.8dpi) {
  .theme_light .radio-group__item:hover .icon_type_candle::before,
  .theme_light .radio-group__item_state_active .icon_type_candle::before,
  .theme_light .drop-down__item:hover .icon_type_candle::before,
  .theme_light .drop-down__item_state_active .icon_type_candle::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_light .radio-group__item:hover .icon_type_candle::after,
.theme_light .radio-group__item_state_active .icon_type_candle::after,
.theme_light .drop-down__item:hover .icon_type_candle::after,
.theme_light .drop-down__item_state_active .icon_type_candle::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_light .radio-group__item:hover .icon_type_line,
.theme_light .radio-group__item_state_active .icon_type_line,
.theme_light .drop-down__item:hover .icon_type_line,
.theme_light .drop-down__item_state_active .icon_type_line {
  width: 14px;
  height: 14px;
}
.theme_light .radio-group__item:hover .icon_type_line::before,
.theme_light .radio-group__item_state_active .icon_type_line::before,
.theme_light .drop-down__item:hover .icon_type_line::before,
.theme_light .drop-down__item_state_active .icon_type_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -30px;
}
@media (min-resolution: 124.8dpi) {
  .theme_light .radio-group__item:hover .icon_type_line::before,
  .theme_light .radio-group__item_state_active .icon_type_line::before,
  .theme_light .drop-down__item:hover .icon_type_line::before,
  .theme_light .drop-down__item_state_active .icon_type_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_light .radio-group__item:hover .icon_type_line::after,
.theme_light .radio-group__item_state_active .icon_type_line::after,
.theme_light .drop-down__item:hover .icon_type_line::after,
.theme_light .drop-down__item_state_active .icon_type_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_light .radio-group__item:hover .icon_type_bar,
.theme_light .radio-group__item_state_active .icon_type_bar,
.theme_light .drop-down__item:hover .icon_type_bar,
.theme_light .drop-down__item_state_active .icon_type_bar {
  width: 14px;
  height: 14px;
}
.theme_light .radio-group__item:hover .icon_type_bar::before,
.theme_light .radio-group__item_state_active .icon_type_bar::before,
.theme_light .drop-down__item:hover .icon_type_bar::before,
.theme_light .drop-down__item_state_active .icon_type_bar::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% 0px;
}
@media (min-resolution: 124.8dpi) {
  .theme_light .radio-group__item:hover .icon_type_bar::before,
  .theme_light .radio-group__item_state_active .icon_type_bar::before,
  .theme_light .drop-down__item:hover .icon_type_bar::before,
  .theme_light .drop-down__item_state_active .icon_type_bar::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_light .radio-group__item:hover .icon_type_bar::after,
.theme_light .radio-group__item_state_active .icon_type_bar::after,
.theme_light .drop-down__item:hover .icon_type_bar::after,
.theme_light .drop-down__item_state_active .icon_type_bar::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_crosshair,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_crosshair,
.theme_dark .toolbar .drop-down__item:hover .icon_type_crosshair,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_crosshair {
  width: 14px;
  height: 14px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_crosshair::before,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_crosshair::before,
.theme_dark .toolbar .drop-down__item:hover .icon_type_crosshair::before,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_crosshair::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -45px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .toolbar .radio-group__item:hover .icon_type_crosshair::before,
  .theme_dark .toolbar .radio-group__item_state_active .icon_type_crosshair::before,
  .theme_dark .toolbar .drop-down__item:hover .icon_type_crosshair::before,
  .theme_dark .toolbar .drop-down__item_state_active .icon_type_crosshair::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_crosshair::after,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_crosshair::after,
.theme_dark .toolbar .drop-down__item:hover .icon_type_crosshair::after,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_crosshair::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_vertical_line,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_vertical_line,
.theme_dark .toolbar .drop-down__item:hover .icon_type_vertical_line,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_vertical_line {
  width: 14px;
  height: 14px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_vertical_line::before,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_vertical_line::before,
.theme_dark .toolbar .drop-down__item:hover .icon_type_vertical_line::before,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_vertical_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -60px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .toolbar .radio-group__item:hover .icon_type_vertical_line::before,
  .theme_dark .toolbar .radio-group__item_state_active .icon_type_vertical_line::before,
  .theme_dark .toolbar .drop-down__item:hover .icon_type_vertical_line::before,
  .theme_dark .toolbar .drop-down__item_state_active .icon_type_vertical_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_vertical_line::after,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_vertical_line::after,
.theme_dark .toolbar .drop-down__item:hover .icon_type_vertical_line::after,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_vertical_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_horizontal_line,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_horizontal_line,
.theme_dark .toolbar .drop-down__item:hover .icon_type_horizontal_line,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_horizontal_line {
  width: 14px;
  height: 14px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_horizontal_line::before,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_horizontal_line::before,
.theme_dark .toolbar .drop-down__item:hover .icon_type_horizontal_line::before,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_horizontal_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -75px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .toolbar .radio-group__item:hover .icon_type_horizontal_line::before,
  .theme_dark .toolbar .radio-group__item_state_active .icon_type_horizontal_line::before,
  .theme_dark .toolbar .drop-down__item:hover .icon_type_horizontal_line::before,
  .theme_dark .toolbar .drop-down__item_state_active .icon_type_horizontal_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_horizontal_line::after,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_horizontal_line::after,
.theme_dark .toolbar .drop-down__item:hover .icon_type_horizontal_line::after,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_horizontal_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_trend_line,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_trend_line,
.theme_dark .toolbar .drop-down__item:hover .icon_type_trend_line,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_trend_line {
  width: 14px;
  height: 14px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_trend_line::before,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_trend_line::before,
.theme_dark .toolbar .drop-down__item:hover .icon_type_trend_line::before,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_trend_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -90px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .toolbar .radio-group__item:hover .icon_type_trend_line::before,
  .theme_dark .toolbar .radio-group__item_state_active .icon_type_trend_line::before,
  .theme_dark .toolbar .drop-down__item:hover .icon_type_trend_line::before,
  .theme_dark .toolbar .drop-down__item_state_active .icon_type_trend_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_trend_line::after,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_trend_line::after,
.theme_dark .toolbar .drop-down__item:hover .icon_type_trend_line::after,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_trend_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_equidistant,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_equidistant,
.theme_dark .toolbar .drop-down__item:hover .icon_type_equidistant,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_equidistant {
  width: 14px;
  height: 14px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_equidistant::before,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_equidistant::before,
.theme_dark .toolbar .drop-down__item:hover .icon_type_equidistant::before,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_equidistant::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -105px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .toolbar .radio-group__item:hover .icon_type_equidistant::before,
  .theme_dark .toolbar .radio-group__item_state_active .icon_type_equidistant::before,
  .theme_dark .toolbar .drop-down__item:hover .icon_type_equidistant::before,
  .theme_dark .toolbar .drop-down__item_state_active .icon_type_equidistant::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_equidistant::after,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_equidistant::after,
.theme_dark .toolbar .drop-down__item:hover .icon_type_equidistant::after,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_equidistant::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_fibonacci,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_fibonacci,
.theme_dark .toolbar .drop-down__item:hover .icon_type_fibonacci,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_fibonacci {
  width: 14px;
  height: 14px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_fibonacci::before,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_fibonacci::before,
.theme_dark .toolbar .drop-down__item:hover .icon_type_fibonacci::before,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_fibonacci::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -120px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .toolbar .radio-group__item:hover .icon_type_fibonacci::before,
  .theme_dark .toolbar .radio-group__item_state_active .icon_type_fibonacci::before,
  .theme_dark .toolbar .drop-down__item:hover .icon_type_fibonacci::before,
  .theme_dark .toolbar .drop-down__item_state_active .icon_type_fibonacci::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_fibonacci::after,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_fibonacci::after,
.theme_dark .toolbar .drop-down__item:hover .icon_type_fibonacci::after,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_fibonacci::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_market_snapshot,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_market_snapshot,
.theme_dark .toolbar .drop-down__item:hover .icon_type_market_snapshot,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_market_snapshot {
  width: 14px;
  height: 14px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_market_snapshot::before,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_market_snapshot::before,
.theme_dark .toolbar .drop-down__item:hover .icon_type_market_snapshot::before,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_market_snapshot::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -195px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .toolbar .radio-group__item:hover .icon_type_market_snapshot::before,
  .theme_dark .toolbar .radio-group__item_state_active .icon_type_market_snapshot::before,
  .theme_dark .toolbar .drop-down__item:hover .icon_type_market_snapshot::before,
  .theme_dark .toolbar .drop-down__item_state_active .icon_type_market_snapshot::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_market_snapshot::after,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_market_snapshot::after,
.theme_dark .toolbar .drop-down__item:hover .icon_type_market_snapshot::after,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_market_snapshot::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_rect,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_rect,
.theme_dark .toolbar .drop-down__item:hover .icon_type_rect,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_rect {
  width: 14px;
  height: 14px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_rect::before,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_rect::before,
.theme_dark .toolbar .drop-down__item:hover .icon_type_rect::before,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_rect::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -135px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .toolbar .radio-group__item:hover .icon_type_rect::before,
  .theme_dark .toolbar .radio-group__item_state_active .icon_type_rect::before,
  .theme_dark .toolbar .drop-down__item:hover .icon_type_rect::before,
  .theme_dark .toolbar .drop-down__item_state_active .icon_type_rect::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_rect::after,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_rect::after,
.theme_dark .toolbar .drop-down__item:hover .icon_type_rect::after,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_rect::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_triangle,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_triangle,
.theme_dark .toolbar .drop-down__item:hover .icon_type_triangle,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_triangle {
  width: 14px;
  height: 14px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_triangle::before,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_triangle::before,
.theme_dark .toolbar .drop-down__item:hover .icon_type_triangle::before,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_triangle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -150px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .toolbar .radio-group__item:hover .icon_type_triangle::before,
  .theme_dark .toolbar .radio-group__item_state_active .icon_type_triangle::before,
  .theme_dark .toolbar .drop-down__item:hover .icon_type_triangle::before,
  .theme_dark .toolbar .drop-down__item_state_active .icon_type_triangle::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_triangle::after,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_triangle::after,
.theme_dark .toolbar .drop-down__item:hover .icon_type_triangle::after,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_triangle::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_candle,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_candle,
.theme_dark .toolbar .drop-down__item:hover .icon_type_candle,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_candle {
  width: 14px;
  height: 14px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_candle::before,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_candle::before,
.theme_dark .toolbar .drop-down__item:hover .icon_type_candle::before,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_candle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -15px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .toolbar .radio-group__item:hover .icon_type_candle::before,
  .theme_dark .toolbar .radio-group__item_state_active .icon_type_candle::before,
  .theme_dark .toolbar .drop-down__item:hover .icon_type_candle::before,
  .theme_dark .toolbar .drop-down__item_state_active .icon_type_candle::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_candle::after,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_candle::after,
.theme_dark .toolbar .drop-down__item:hover .icon_type_candle::after,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_candle::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_line,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_line,
.theme_dark .toolbar .drop-down__item:hover .icon_type_line,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_line {
  width: 14px;
  height: 14px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_line::before,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_line::before,
.theme_dark .toolbar .drop-down__item:hover .icon_type_line::before,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -30px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .toolbar .radio-group__item:hover .icon_type_line::before,
  .theme_dark .toolbar .radio-group__item_state_active .icon_type_line::before,
  .theme_dark .toolbar .drop-down__item:hover .icon_type_line::before,
  .theme_dark .toolbar .drop-down__item_state_active .icon_type_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_line::after,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_line::after,
.theme_dark .toolbar .drop-down__item:hover .icon_type_line::after,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_bar,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_bar,
.theme_dark .toolbar .drop-down__item:hover .icon_type_bar,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_bar {
  width: 14px;
  height: 14px;
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_bar::before,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_bar::before,
.theme_dark .toolbar .drop-down__item:hover .icon_type_bar::before,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_bar::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% 0px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .toolbar .radio-group__item:hover .icon_type_bar::before,
  .theme_dark .toolbar .radio-group__item_state_active .icon_type_bar::before,
  .theme_dark .toolbar .drop-down__item:hover .icon_type_bar::before,
  .theme_dark .toolbar .drop-down__item_state_active .icon_type_bar::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .toolbar .radio-group__item:hover .icon_type_bar::after,
.theme_dark .toolbar .radio-group__item_state_active .icon_type_bar::after,
.theme_dark .toolbar .drop-down__item:hover .icon_type_bar::after,
.theme_dark .toolbar .drop-down__item_state_active .icon_type_bar::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_crosshair,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_crosshair {
  width: 14px;
  height: 14px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_crosshair::before,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_crosshair::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -45px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_crosshair::before,
  .theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_crosshair::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_crosshair::after,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_crosshair::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_vertical_line,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_vertical_line {
  width: 14px;
  height: 14px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_vertical_line::before,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_vertical_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -60px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_vertical_line::before,
  .theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_vertical_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_vertical_line::after,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_vertical_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_horizontal_line,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_horizontal_line {
  width: 14px;
  height: 14px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_horizontal_line::before,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_horizontal_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -75px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_horizontal_line::before,
  .theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_horizontal_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_horizontal_line::after,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_horizontal_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_trend_line,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_trend_line {
  width: 14px;
  height: 14px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_trend_line::before,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_trend_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -90px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_trend_line::before,
  .theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_trend_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_trend_line::after,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_trend_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_equidistant,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_equidistant {
  width: 14px;
  height: 14px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_equidistant::before,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_equidistant::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -105px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_equidistant::before,
  .theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_equidistant::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_equidistant::after,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_equidistant::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_fibonacci,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_fibonacci {
  width: 14px;
  height: 14px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_fibonacci::before,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_fibonacci::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -120px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_fibonacci::before,
  .theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_fibonacci::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_fibonacci::after,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_fibonacci::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_market_snapshot,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_market_snapshot {
  width: 14px;
  height: 14px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_market_snapshot::before,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_market_snapshot::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -195px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_market_snapshot::before,
  .theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_market_snapshot::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_market_snapshot::after,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_market_snapshot::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_rect,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_rect {
  width: 14px;
  height: 14px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_rect::before,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_rect::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -135px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_rect::before,
  .theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_rect::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_rect::after,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_rect::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_triangle,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_triangle {
  width: 14px;
  height: 14px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_triangle::before,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_triangle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -150px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_triangle::before,
  .theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_triangle::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_triangle::after,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_triangle::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_candle,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_candle {
  width: 14px;
  height: 14px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_candle::before,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_candle::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -15px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_candle::before,
  .theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_candle::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_candle::after,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_candle::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_line,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_line {
  width: 14px;
  height: 14px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_line::before,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_line::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -30px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_line::before,
  .theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_line::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_line::after,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_line::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_bar,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_bar {
  width: 14px;
  height: 14px;
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_bar::before,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_bar::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% 0px;
}
@media (min-resolution: 124.8dpi) {
  .theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_bar::before,
  .theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_bar::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.theme_dark .chart-cntxt-menu .radio-group__item_state_active .icon_type_bar::after,
.theme_dark .chart-cntxt-menu .drop-down__item_state_active .icon_type_bar::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.fa.fa-lock {
  color: rgba(247, 181, 46, 0.65);
}
.fa.fa-unlock-alt {
  color: #4dc6ff;
}
.fa.fa-filter::before {
  vertical-align: -1px;
}
.fa.fa-sign-in,
.fa.fa-sign-out,
.fa.fa-info-circle {
  font-size: 1.4rem;
}
[dir="ltr"] .fa.fa-spinner {
  margin-right: 0.4rem;
}
[dir="rtl"] .fa.fa-spinner {
  margin-left: 0.4rem;
}
.fa.fa-spinner {
  animation: fa-spin 2s infinite linear;
  color: #4dc6ff;
}
.fa.fa-spinner::before {
  content: '\f110';
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa.fa-times-circle {
  vertical-align: text-bottom;
  font-size: 1.5rem;
}
.fa.fa-dashboard {
  font-size: 1.5rem;
}
.fa.fa-expand {
  font-size: 1.5rem;
  transform: scale(-1, 1);
  color: #74848b;
}
.fa.fa-expand:hover {
  color: #909ca2;
}
.fa.fa-arrow-left {
  color: #74848b;
}
.fa.fa-arrow-left:hover {
  color: #909ca2;
}
.fa.fa-times {
  font-family: sans-serif;
  font-size: 2rem;
  line-height: 1.4rem;
}
.fa.fa-times:before {
  content: '\00D7';
}
[dir="ltr"] .items-counter {
  float: right;
}
[dir="rtl"] .items-counter {
  float: left;
}
[dir="ltr"] .items-counter {
  margin-right: 0.4rem;
}
[dir="rtl"] .items-counter {
  margin-left: 0.4rem;
}
.items-counter__num {
  padding: 1px 0.4rem;
  font-size: 1.1rem;
  color: rgba(230, 230, 230, 0.8);
  background: #3a4345;
  border-radius: 0.4rem;
}
.labeled {
  font-size: 0;
}
[dir="ltr"] .labeled__label {
  padding-left: 0.8rem;
}
[dir="rtl"] .labeled__label {
  padding-right: 0.8rem;
}
.labeled__label {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #acb4b9;
  text-shadow: none;
}
.labeled_enabled_false .labeled__content {
  position: relative;
}
.labeled_enabled_false .labeled__content::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(80, 93, 98, 0.35);
  cursor: default;
}
.layout {
  display: block;
}
.layout__item {
  position: relative;
}
.layout__item_isdragged_true {
  -webkit-user-select: none;
          user-select: none;
}
[dir="ltr"] .layout_direction_horizontal > .layout__item {
  float: left;
}
[dir="rtl"] .layout_direction_horizontal > .layout__item {
  float: right;
}
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_horizontal > .layout__item_resizable_yes {
  cursor: col-resize;
}
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_horizontal > .layout__item_resizable_yes::before {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
  content: '';
  display: block;
  width: 1px;
  height: 1px;
  border-width: 0.4rem;
  border-color: #74848b;
  border-style: solid;
  border-radius: 50%;
  cursor: pointer;
}
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_horizontal > .layout__item_resizable_yes::after {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: 1;
  content: '';
  display: block;
  cursor: pointer;
  width: 2px;
  height: 2.4rem;
  background: #3a4345;
  border-left: 1px solid #74848b;
  border-right: 1px solid #74848b;
}
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_horizontal > .layout__item_resizable_yes:hover::before,
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_horizontal > .layout__item_resizable_yes.layout__item_isdragged_true::before,
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_horizontal > .layout__item_resizable_yes:hover::after,
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_horizontal > .layout__item_resizable_yes.layout__item_isdragged_true::after {
  border-color: #4dc6ff;
}
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_vertical > .layout__item_resizable_yes {
  cursor: row-resize;
}
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_vertical > .layout__item_resizable_yes::before {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
  content: '';
  display: block;
  width: 1px;
  height: 1px;
  border-width: 0.4rem;
  border-color: #74848b;
  border-style: solid;
  border-radius: 50%;
  cursor: pointer;
}
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_vertical > .layout__item_resizable_yes::after {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: 1;
  content: '';
  display: block;
  width: 2.4rem;
  height: 2px;
  background: #3a4345;
  border-top: 1px solid #74848b;
  border-bottom: 1px solid #74848b;
  cursor: pointer;
}
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_vertical > .layout__item_resizable_yes:hover::before,
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_vertical > .layout__item_resizable_yes.layout__item_isdragged_true::before,
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_vertical > .layout__item_resizable_yes:hover::after,
.main-layout:not(.main-layout_istablet_true):not(.main-layout_islogout_true) .layout_direction_vertical > .layout__item_resizable_yes.layout__item_isdragged_true::after {
  border-color: #4dc6ff;
}
body.isdragged * {
  -webkit-user-select: none !important;
          user-select: none !important;
}
[dir="ltr"] .line-style .expandable .visible-ctrl .selected-item,[dir="ltr"] 
.line-thickness .expandable .visible-ctrl .selected-item {
  padding-left: 0.8rem;
}
[dir="rtl"] .line-style .expandable .visible-ctrl .selected-item,[dir="rtl"] 
.line-thickness .expandable .visible-ctrl .selected-item {
  padding-right: 0.8rem;
}
[dir="ltr"] .line-style .expandable .visible-ctrl .selected-item,[dir="ltr"] 
.line-thickness .expandable .visible-ctrl .selected-item {
  padding-right: 2.4rem;
}
[dir="rtl"] .line-style .expandable .visible-ctrl .selected-item,[dir="rtl"] 
.line-thickness .expandable .visible-ctrl .selected-item {
  padding-left: 2.4rem;
}
.line-style .expandable .visible-ctrl .selected-item,
.line-thickness .expandable .visible-ctrl .selected-item {
  cursor: pointer;
}
.line-style svg,
.line-thickness svg {
  width: 100%;
  height: 1.3rem;
  stroke: #e6e6e6;
  shape-rendering: crispEdges;
}
.line-style__list,
.line-thickness__list {
  max-width: 100%;
  padding: 1px 2px;
  background: #505d62;
  border-radius: 0 0 0.4rem 0.4rem;
}
.line-style__item,
.line-thickness__item {
  display: block;
  margin: 1px 0;
  padding: 0.8rem 0.4rem 0.4rem;
  font-size: 1.3rem;
  line-height: 1;
  vertical-align: middle;
  color: #e6e6e6;
  background: #455054;
  cursor: pointer;
}
.line-style__item:last-child,
.line-thickness__item:last-child {
  margin-bottom: 0;
  border-radius: 0 0 0.4rem 0.4rem;
}
.line-style__item:hover,
.line-thickness__item:hover {
  background: #505d62;
}
.line-style__item:active svg,
.line-thickness__item:active svg,
.line-style__item_state_active svg,
.line-thickness__item_state_active svg {
  stroke: #4dc6ff;
}
[dir="ltr"] .color-picker__wrap {
  padding-left: 0.8rem;
}
[dir="rtl"] .color-picker__wrap {
  padding-right: 0.8rem;
}
[dir="ltr"] .color-picker__wrap {
  padding-right: 0.2rem;
}
[dir="rtl"] .color-picker__wrap {
  padding-left: 0.2rem;
}
[dir="ltr"] .color-picker__wrap {
  padding-right: 0.8rem;
}
[dir="rtl"] .color-picker__wrap {
  padding-left: 0.8rem;
}
.color-picker__wrap {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 2.8rem;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6e6e6;
  outline: none;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background: #455054;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.8rem;
}
.color-picker__wrap:invalid:not(output) {
  box-shadow: none;
}
.color-picker__wrap:focus {
  background: #434d51;
  border-color: #434d51;
}
.color-picker__wrap_enabled_false {
  background: #455054;
}
.color-picker__trigger {
  width: 100%;
  height: 1.2rem;
  margin-top: 0.7rem;
  padding: 0;
  border-color: transparent;
  border-radius: 0.4rem;
  cursor: pointer;
}
.color-picker__panel-container {
  position: relative;
  padding: 1.6rem;
  padding-bottom: 4.7rem;
}
.color-picker__panel-container .chrome-picker {
  box-shadow: none !important;
}
.color-picker__colors-container {
  width: 100%;
  margin-bottom: 1.6rem;
  margin-top: 0.4rem;
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.color-picker__color-current {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.color-picker__color-new {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.color-picker__color-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.color-picker__color-value {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.modal-window {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
}
.modal-window_visible_false {
  display: none;
}
.modal-window_visible_true {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(58, 67, 69, 0.25);
}
.modal-window__frame {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  font-family: 'Roboto', sans-serif;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51, rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  border-radius: 0.4rem;
}
.modal-window__header {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  padding: 0.8rem;
  text-align: center;
  background: #505d62;
  border-radius: 0.4rem 0.4rem 0 0;
}
.modal-window__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #c8cdd0;
  text-shadow: none;
}
.modal-window__footer {
  text-shadow: none;
}
[dir="ltr"] .modal-window__close {
  right: 0.8rem;
}
[dir="rtl"] .modal-window__close {
  left: 0.8rem;
}
.modal-window__close {
  position: absolute;
  top: 0.4rem;
  line-height: 0;
  font-size: 1.6rem;
  color: #74848b;
  text-shadow: none;
  cursor: pointer;
}
.modal-window__close:hover {
  color: #909ca2;
}
.modal-window__content {
  flex-grow: 1;
  flex-shrink: 1;
}
.modal-window__footer {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.8rem;
  text-shadow: none;
  background: #505d62;
  border-top: 1px solid #505d62;
  border-radius: 0 0 0.4rem 0.4rem;
}
.modal-window__previous {
  position: relative;
  margin-bottom: 3.5rem;
  width: 460px;
}
.modal-window__next {
  display: flex;
  margin-top: 3.5rem;
  width: 460px;
  justify-content: center;
  position: relative;
}
.modal-window__link {
  display: inline-block;
}
[dir="ltr"] .modal-window__link .link {
  padding-right: 0;
}
[dir="rtl"] .modal-window__link .link {
  padding-left: 0;
}
.modeless-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 0;
  height: 0;
  z-index: 6;
}
.modeless-window_visible_false {
  display: none;
}
.modeless-window_visible_true {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(58, 67, 69, 0.25);
}
.modeless-window__frame {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  font-family: 'Roboto', sans-serif;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51, rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  border-radius: 0.4rem;
}
.modeless-window__header {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  padding: 0.8rem;
  text-align: center;
  background: #505d62;
  border-radius: 0.4rem 0.4rem 0 0;
}
.modeless-window__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #c8cdd0;
  text-shadow: none;
}
.modeless-window__footer {
  text-shadow: none;
}
[dir="ltr"] .modeless-window__close {
  right: 0.8rem;
}
[dir="rtl"] .modeless-window__close {
  left: 0.8rem;
}
.modeless-window__close {
  position: absolute;
  top: 0.4rem;
  line-height: 0;
  font-size: 1.6rem;
  color: #74848b;
  text-shadow: none;
  cursor: pointer;
}
.modeless-window__close:hover {
  color: #909ca2;
}
.modeless-window__content {
  flex-grow: 1;
  flex-shrink: 1;
}
.modeless-window .spinner {
  z-index: 7;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.modeless-window .iframe {
  position: relative;
  z-index: 8;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
}
.modeless-window__content {
  padding: 1.6rem;
}
.modeless-window_visible_true {
  justify-content: flex-start;
  align-items: flex-start;
}
.modeless-window__frame {
  position: absolute;
}
.modeless-window__header {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  min-height: 4rem;
  cursor: move;
}
.modeless-window__title {
  position: absolute;
  left: 3.2rem;
  right: 3.2rem;
  text-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir="ltr"] .modeless-window__resize {
  right: 0;
}
[dir="rtl"] .modeless-window__resize {
  left: 0;
}
.modeless-window__resize {
  position: absolute;
  bottom: 0;
  z-index: 1;
  line-height: 0;
  cursor: nwse-resize;
  padding: 0.8rem;
}
[dir="ltr"] .modeless-window__resize .fa-expand {
  margin-right: -0.8rem;
}
[dir="rtl"] .modeless-window__resize .fa-expand {
  margin-left: -0.8rem;
}
.modeless-window__resize .fa-expand {
  margin-bottom: -0.8rem;
}
.modeless-window__frame_isresized_true .grid__body {
  -webkit-user-select: none;
          user-select: none;
}
.modeless-window__frame_isresized_true .fa-expand {
  color: #e6e6e6;
}
.pager {
  position: relative;
  min-width: 13.8rem;
}
[lang='my'] .pager {
  min-width: 15.8rem;
}
.pager .prev,
.pager .earlier,
.pager .next,
.pager .later {
  height: 100%;
}
.pager .prev::before,
.pager .earlier::before,
.pager .next::before,
.pager .later::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  font-size: 1.3rem;
  line-height: 2.4rem;
  vertical-align: middle;
  color: #74848b;
}
[dir='rtl'] .pager .prev::before,
[dir='rtl'] .pager .earlier::before,
[dir='rtl'] .pager .next::before,
[dir='rtl'] .pager .later::before {
  transform: scale(-1, 1);
}
.pager .prev::before,
.pager .earlier::before {
  content: '\f053';
}
.pager .next::before,
.pager .later::before {
  content: '\f054';
}
.pager .button {
  display: inline-block;
  vertical-align: top;
  width: 3.2rem;
  height: 2.4rem;
  background: #455054;
  text-align: center;
  cursor: pointer;
  border: 1px solid #434d51;
}
[dir="ltr"] .pager .button:first-child {
  border-right-width: 0;
}
[dir="rtl"] .pager .button:first-child {
  border-left-width: 0;
}
[dir='ltr'] .pager .button:first-child {
  border-radius: 0.4rem 0 0 0.4rem;
}
[dir='rtl'] .pager .button:first-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
[dir="ltr"] .pager .button:last-child {
  border-left-width: 0;
}
[dir="rtl"] .pager .button:last-child {
  border-right-width: 0;
}
[dir='ltr'] .pager .button:last-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
[dir='rtl'] .pager .button:last-child {
  border-radius: 0.4rem 0 0 0.4rem;
}
.pager .button:not(.button_enabled_false):hover .prev::before,
.pager .button:not(.button_enabled_false):hover .earlier::before,
.pager .button:not(.button_enabled_false):hover .next::before,
.pager .button:not(.button_enabled_false):hover .later::before {
  color: #4dc6ff;
}
.pager .button_enabled_false {
  opacity: 0;
  cursor: default;
}
.pager .drop-down {
  display: inline-block;
  vertical-align: top;
  min-width: 8rem;
}
[lang='my'] .pager .drop-down {
  min-width: 10rem;
}
.pager .drop-down__item {
  padding: 0.4rem 0.8rem;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5rem;
  text-transform: capitalize;
}
.pager .drop-down .expandable__content {
  top: 2.4rem;
}
.pager .drop-down .visible-ctrl {
  border-radius: 0;
}
.pager .drop-down .visible-ctrl .selected-item {
  height: 2.4rem;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  line-height: 2.4rem;
  text-transform: capitalize;
  border-radius: 0;
  cursor: pointer;
}
[dir="ltr"] .pager .drop-down .visible-ctrl__expand-btn {
  padding-right: 0.8rem;
}
[dir="rtl"] .pager .drop-down .visible-ctrl__expand-btn {
  padding-left: 0.8rem;
}
.pager .drop-down .visible-ctrl__expand-btn::before {
  font-size: 1.2rem !important;
  line-height: 2.4rem;
}
.pager .drop-down .visible-ctrl_enabled_false .selected-item {
  cursor: default;
}
.pager .drop-down .visible-ctrl_enabled_false .visible-ctrl__expand-btn {
  display: none;
}
.pager .drop-down_enabled_false {
  opacity: 0;
  cursor: default;
}
.pager_mode_date,
[lang='my'] .pager_mode_date {
  min-width: auto;
  min-width: initial;
}
[dir="ltr"] .pager_mode_date .button:first-child {
  border-right-width: 1px;
}
[dir="rtl"] .pager_mode_date .button:first-child {
  border-left-width: 1px;
}
[dir="ltr"] .pager_mode_date .button:last-child {
  border-left-width: 1px;
}
[dir="rtl"] .pager_mode_date .button:last-child {
  border-right-width: 1px;
}
[dir="ltr"] .pager_mode_date .button:last-child {
  margin-left: -1px;
}
[dir="rtl"] .pager_mode_date .button:last-child {
  margin-right: -1px;
}
.pager_mode_date .button_enabled_false {
  opacity: 0.5;
}
.radio-group {
  display: inline-block;
  vertical-align: top;
}
.radio-group__item {
  display: inline-block;
  vertical-align: top;
  min-width: 2.8rem;
  height: 2.4rem;
  padding: 0 0.4rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
}
.radio-group__item:hover {
  color: #4dc6ff;
}
[dir='ltr'] .radio-group__item:first-child {
  border-radius: 0.4rem 0 0 0.4rem;
}
[dir='rtl'] .radio-group__item:first-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
[dir='ltr'] .radio-group__item:last-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
[dir='rtl'] .radio-group__item:last-child {
  border-radius: 0.4rem 0 0 0.4rem;
}
.radio-group__item_state_active {
  color: #4dc6ff;
  background-color: #455054;
}
.radio-group__item .fa {
  vertical-align: 1px;
}
[dir="ltr"] .radio-input__item {
  padding-left: 0.8rem;
}
[dir="rtl"] .radio-input__item {
  padding-right: 0.8rem;
}
[dir="ltr"] .radio-input__item {
  padding-left: 1.5em;
}
[dir="rtl"] .radio-input__item {
  padding-right: 1.5em;
}
.radio-input__item {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #acb4b9;
  text-shadow: none;
  position: relative;
  display: block;
  cursor: pointer;
}
.radio-input__item:hover {
  color: #e6e6e6;
}
[dir="ltr"] .radio-input__item::before {
  left: 0;
}
[dir="rtl"] .radio-input__item::before {
  right: 0;
}
.radio-input__item::before {
  content: '';
  position: absolute;
  top: 0.8rem;
  transform: translate(0, -50%);
  display: block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  background: #455054;
  border: 1px solid #455054;
  border-radius: 50%;
}
.radio-input__item_state_active::before {
  background: #404b4e;
  border-color: #404b4e;
}
[dir="ltr"] .radio-input__item_state_active::after {
  left: calc(1em / 2 + 1px);
}
[dir="rtl"] .radio-input__item_state_active::after {
  right: calc(1em / 2 + 1px);
}
.radio-input__item_state_active::after {
  content: '';
  position: absolute;
  top: 0.8rem;
  transform: translate(-50%, -50%);
  display: block;
  font-size: inherit;
  width: 0.66666667em;
  height: 0.66666667em;
  background: #4dc6ff;
  border-radius: 50%;
}
[dir='rtl'] .radio-input__item_state_active::after {
  transform: translate(50%, -50%);
}
.scroll-bar {
  position: relative;
}
[dir="ltr"] .scroll-bar__bar {
  right: 0;
}
[dir="rtl"] .scroll-bar__bar {
  left: 0;
}
.scroll-bar__bar {
  position: absolute;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #74848b;
  border-radius: 0.4rem;
  transition: background 0.2s linear;
  transition-delay: 0s;
  cursor: pointer;
}
.scroll-bar__bar_isdragged_true,
.scroll-bar__bar:hover {
  background-color: #909ca2;
}
.scroll-bar__up-arrow,
.scroll-bar__down-arrow {
  width: 0;
  height: 0;
  position: absolute;
  cursor: pointer;
  border: 0.498rem solid transparent;
}
.scroll-bar_direction_vertical {
  width: 0.6rem;
  height: 100%;
}
[dir="ltr"] .scroll-bar_direction_vertical .scroll-bar__down-arrow {
  right: 50%;
}
[dir="rtl"] .scroll-bar_direction_vertical .scroll-bar__down-arrow {
  left: 50%;
}
[dir="ltr"] .scroll-bar_direction_vertical .scroll-bar__down-arrow {
  margin-right: -0.498rem;
}
[dir="rtl"] .scroll-bar_direction_vertical .scroll-bar__down-arrow {
  margin-left: -0.498rem;
}
.scroll-bar_direction_vertical .scroll-bar__down-arrow {
  border-bottom-color: #74848b;
  top: -0.498rem;
}
.scroll-bar_direction_vertical .scroll-bar__down-arrow:hover {
  border-bottom-color: #909ca2;
}
[dir="ltr"] .scroll-bar_direction_vertical .scroll-bar__up-arrow {
  right: 50%;
}
[dir="rtl"] .scroll-bar_direction_vertical .scroll-bar__up-arrow {
  left: 50%;
}
[dir="ltr"] .scroll-bar_direction_vertical .scroll-bar__up-arrow {
  margin-right: -0.498rem;
}
[dir="rtl"] .scroll-bar_direction_vertical .scroll-bar__up-arrow {
  margin-left: -0.498rem;
}
.scroll-bar_direction_vertical .scroll-bar__up-arrow {
  border-top-color: #74848b;
  bottom: -0.498rem;
}
.scroll-bar_direction_vertical .scroll-bar__up-arrow:hover {
  border-top-color: #909ca2;
}
.scroll-bar_direction_horizontal {
  width: 100%;
  height: 0.6rem;
}
[dir="ltr"] .scroll-bar_direction_horizontal .scroll-bar__up-arrow {
  border-left-color: #74848b;
}
[dir="rtl"] .scroll-bar_direction_horizontal .scroll-bar__up-arrow {
  border-right-color: #74848b;
}
[dir="ltr"] .scroll-bar_direction_horizontal .scroll-bar__up-arrow {
  right: -0.498rem;
}
[dir="rtl"] .scroll-bar_direction_horizontal .scroll-bar__up-arrow {
  left: -0.498rem;
}
.scroll-bar_direction_horizontal .scroll-bar__up-arrow {
  top: 50%;
  margin-top: -0.498rem;
}
[dir="ltr"] .scroll-bar_direction_horizontal .scroll-bar__up-arrow:hover {
  border-left-color: #909ca2;
}
[dir="rtl"] .scroll-bar_direction_horizontal .scroll-bar__up-arrow:hover {
  border-right-color: #909ca2;
}
[dir="ltr"] .scroll-bar_direction_horizontal .scroll-bar__down-arrow {
  border-right-color: #74848b;
}
[dir="rtl"] .scroll-bar_direction_horizontal .scroll-bar__down-arrow {
  border-left-color: #74848b;
}
[dir="ltr"] .scroll-bar_direction_horizontal .scroll-bar__down-arrow {
  left: -0.498rem;
}
[dir="rtl"] .scroll-bar_direction_horizontal .scroll-bar__down-arrow {
  right: -0.498rem;
}
.scroll-bar_direction_horizontal .scroll-bar__down-arrow {
  top: 50%;
  margin-top: -0.498rem;
}
[dir="ltr"] .scroll-bar_direction_horizontal .scroll-bar__down-arrow:hover {
  border-right-color: #909ca2;
}
[dir="rtl"] .scroll-bar_direction_horizontal .scroll-bar__down-arrow:hover {
  border-left-color: #909ca2;
}
.scroll-bar_direction_horizontal .scroll-bar__bar {
  top: 50%;
  margin-top: -0.3rem;
}
.scroll-panel {
  position: relative;
}
.scroll-panel__content {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.scroll-panel__scroll-bar {
  position: absolute;
}
[dir="ltr"] .scroll-panel_scroll-pos_right .scroll-panel__scroll-bar {
  right: 0.1rem;
}
[dir="rtl"] .scroll-panel_scroll-pos_right .scroll-panel__scroll-bar {
  left: 0.1rem;
}
.scroll-panel_scroll-pos_right .scroll-panel__scroll-bar {
  top: 0;
}
.switch {
  white-space: nowrap;
  font-size: 0;
}
[dir="ltr"] .switch__item {
  text-align: left;
}
[dir="rtl"] .switch__item {
  text-align: right;
}
.switch__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 2.2rem;
}
[dir="ltr"] .switch__item:first-child {
  text-align: right;
}
[dir="rtl"] .switch__item:first-child {
  text-align: left;
}
.switch__label {
  position: absolute;
  bottom: 0;
  height: 100%;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 2rem;
  text-transform: uppercase;
  color: #acb4b9;
  text-shadow: none;
  cursor: pointer;
}
.switch__label:hover {
  color: #4dc6ff;
}
.switch__switch {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -1px;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background: #455054;
  border: 1px solid #434d51;
}
[dir="ltr"] .switch__item:first-child .switch__label {
  right: 2.4rem;
}
[dir="rtl"] .switch__item:first-child .switch__label {
  left: 2.4rem;
}
[dir="ltr"] .switch__item:first-child .switch__switch {
  left: 0;
}
[dir="rtl"] .switch__item:first-child .switch__switch {
  right: 0;
}
[dir="ltr"] .switch__item:first-child .switch__switch {
  border-right: none;
}
[dir="rtl"] .switch__item:first-child .switch__switch {
  border-left: none;
}
[dir='ltr'] .switch__item:first-child .switch__switch {
  border-radius: 1rem 0 0 1rem;
}
[dir='rtl'] .switch__item:first-child .switch__switch {
  border-radius: 0 1rem 1rem 0;
}
[dir="ltr"] .switch__item:last-child .switch__label {
  left: 2.4rem;
}
[dir="rtl"] .switch__item:last-child .switch__label {
  right: 2.4rem;
}
[dir="ltr"] .switch__item:last-child .switch__switch {
  right: 0;
}
[dir="rtl"] .switch__item:last-child .switch__switch {
  left: 0;
}
[dir="ltr"] .switch__item:last-child .switch__switch {
  border-left: none;
}
[dir="rtl"] .switch__item:last-child .switch__switch {
  border-right: none;
}
[dir='ltr'] .switch__item:last-child .switch__switch {
  border-radius: 0 1rem 1rem 0;
}
[dir='rtl'] .switch__item:last-child .switch__switch {
  border-radius: 1rem 0 0 1rem;
}
.switch__item_state_active .switch__switch::before {
  content: ' ';
  display: block;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #acb4b9;
}
.switch__item_state_active .switch__label {
  color: #e6e6e6;
}
.switch_enabled_false {
  position: relative;
}
.switch_enabled_false::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(80, 93, 98, 0.35);
  cursor: default;
}
.switch_enabled_false .switch__switch {
  cursor: default;
}
.switch:focus {
  outline: none;
}
.switch:focus .switch__switch {
  background: #404b4e;
  border-color: #3e484c;
}
.switch:focus .switch__switch::before {
  background: #e6e6e6;
}
.tab {
  padding: 0.8rem 0.4rem;
  font-size: 1.3rem;
  text-align: center;
  white-space: nowrap;
  color: #acb4b9;
  text-shadow: none;
  background-color: #455054;
  border: 1px solid #3a4345;
  border-top-width: 0;
  border-radius: 0.4rem 0.4rem 0 0;
  cursor: pointer;
}
.tab:first-child {
  border-left-width: 0;
  border-right-width: 0;
}
[dir="ltr"] .tab + .tab {
  border-right-width: 0;
}
[dir="rtl"] .tab + .tab {
  border-left-width: 0;
}
.tab:focus {
  outline: none;
}
[dir="ltr"] .tab_active_true {
  border-right-width: 0;
}
[dir="rtl"] .tab_active_true {
  border-left-width: 0;
}
.tab_active_true {
  color: #4dc6ff;
  text-shadow: 1px 1px 0 #255c7a;
  background: #45616d linear-gradient(#45616d 0%, #505d62 100%);
  border-radius: 0.4rem 0.4rem 0 0;
  border-bottom-color: #505d62;
}
.tab_active_true .items-counter {
  text-shadow: none;
}
[dir="ltr"] .tab .fa {
  margin-right: 0.4rem;
}
[dir="rtl"] .tab .fa {
  margin-left: 0.4rem;
}
.tab .fa {
  vertical-align: text-bottom;
}
.tab__label {
  line-height: 1;
}
.tabs {
  width: 100%;
}
.tabs__items {
  overflow: hidden;
  border-radius: 0.4rem 0.4rem 0 0;
}
.tabs__items-row {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.tabs__items-row_layout_left {
  justify-content: flex-start;
  align-items: stretch;
}
.tabs__items-row_layout_right {
  justify-content: flex-end;
  align-items: stretch;
}
.tabs__content-area {
  background: #505d62;
  border-radius: 0 0 0.4rem 0.4rem;
  *zoom: 1;
}
.tabs__content-area:before,
.tabs__content-area:after {
  content: ' ';
  display: table;
}
.tabs__content-area:after {
  clear: both;
}
.tabs__item {
  position: relative;
  flex: 1 1 auto;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #acb4b9;
  text-shadow: none;
  cursor: pointer;
  background-color: #455054;
  border: 1px solid #3a4345;
  border-top-width: 0;
  border-radius: 0.4rem 0.4rem 0 0;
}
.tabs__item:not(.tabs__item_showas_tile) {
  padding: 0.8rem 0;
}
.tabs__item:first-child {
  border-left-width: 0;
  border-right-width: 0;
}
[dir="ltr"] .tabs__item + .tabs__item {
  border-right-width: 0;
}
[dir="rtl"] .tabs__item + .tabs__item {
  border-left-width: 0;
}
.tabs__item:hover .tabs__caption {
  color: #e6e6e6;
}
[dir="ltr"] .tabs__item_status_active:not(.tabs__item_showas_tile) {
  border-right-width: 0;
}
[dir="rtl"] .tabs__item_status_active:not(.tabs__item_showas_tile) {
  border-left-width: 0;
}
.tabs__item_status_active:not(.tabs__item_showas_tile) {
  color: #4dc6ff;
  text-shadow: 1px 1px 0 #255c7a;
  background: #45616d linear-gradient(#45616d 0%, #505d62 100%);
  border-radius: 0.4rem 0.4rem 0 0;
  border-top-color: transparent;
  border-bottom-color: #505d62;
}
.tabs__item_status_active:not(.tabs__item_showas_tile):hover .tabs__caption {
  color: #4dc6ff;
}
.tabs__item_status_active:not(.tabs__item_showas_tile) .items-counter {
  text-shadow: none;
}
.tabs__item_has-min-width_true {
  min-width: 13.8rem;
}
.tabs__caption {
  display: inline-block;
  vertical-align: middle;
  height: 1.4rem;
  overflow: hidden;
}
[dir="ltr"] .tabs__caption-text {
  float: right;
}
[dir="rtl"] .tabs__caption-text {
  float: left;
}
.tabs__caption-text {
  margin-bottom: 0.2rem;
}
[dir="ltr"] .tabs__icon {
  float: right;
}
[dir="rtl"] .tabs__icon {
  float: left;
}
[dir="ltr"] .tabs__icon {
  margin-right: 0.8rem;
}
[dir="rtl"] .tabs__icon {
  margin-left: 0.8rem;
}
.tabs__scroller {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 6.4rem;
  display: none;
  box-sizing: border-box;
  padding: 0 1px;
  background: #3a4345;
  white-space: nowrap;
}
.tabs__scroll-to-left {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  vertical-align: top;
  width: 50%;
  height: 100%;
  color: inherite;
  text-align: center;
  background: #505d62;
  border-bottom: 1px solid #3a4345;
  cursor: pointer;
}
.tabs__scroll-to-left::before {
  line-height: 3.2rem;
  vertical-align: middle;
}
.tabs__scroll-to-left:hover {
  color: #4dc6ff;
}
.tabs__scroll-to-left:active {
  color: #4dc6ff;
}
[dir='ltr'] .tabs__scroll-to-left {
  border-radius: 0.4rem 0 0 0;
}
[dir='ltr'] .tabs__scroll-to-left::before {
  content: '\f053';
}
[dir='rtl'] .tabs__scroll-to-left {
  border-radius: 0 0.4rem 0 0;
}
[dir='rtl'] .tabs__scroll-to-left::before {
  content: '\f054';
}
[dir="ltr"] .tabs__scroll-to-right {
  border-left: 1px solid #3a4345;
}
[dir="rtl"] .tabs__scroll-to-right {
  border-right: 1px solid #3a4345;
}
.tabs__scroll-to-right {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  vertical-align: top;
  width: 50%;
  height: 100%;
  color: inherite;
  text-align: center;
  background: #505d62;
  border-bottom: 1px solid #3a4345;
  cursor: pointer;
}
.tabs__scroll-to-right::before {
  line-height: 3.2rem;
  vertical-align: middle;
}
.tabs__scroll-to-right:hover {
  color: #4dc6ff;
}
.tabs__scroll-to-right:active {
  color: #4dc6ff;
}
[dir='ltr'] .tabs__scroll-to-right {
  border-radius: 0 0.4rem 0 0;
}
[dir='ltr'] .tabs__scroll-to-right::before {
  content: '\f054';
}
[dir='rtl'] .tabs__scroll-to-right {
  border-radius: 0.4rem 0 0 0;
}
[dir='rtl'] .tabs__scroll-to-right::before {
  content: '\f053';
}
.tabs_scrollable_yes .tabs__scroller {
  display: block;
}
.tooltip {
  position: absolute;
  opacity: 0;
}
.tooltip:not(.tooltip_show_true) {
  width: 0;
  height: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.tooltip > * {
  visibility: hidden;
}
.tooltip_show_true {
  z-index: 1;
  opacity: 1 !important;
  transition: opacity 0.2s ease-out;
  transition-delay: 0s;
}
.tooltip_show_true > * {
  visibility: visible;
}
.tooltip_enabled_false {
  display: none !important;
}
[dir="ltr"] .tooltip__close {
  right: 0;
}
[dir="rtl"] .tooltip__close {
  left: 0;
}
.tooltip__close {
  position: absolute;
  top: 0;
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  color: #74848b;
  cursor: pointer;
}
.tooltip__close::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-right: -1px;
}
.tooltip__close:hover {
  color: #909ca2;
}
.tooltip_show_true .tooltip__close {
  display: block !important;
}
[dir="ltr"] .tooltip_pos_left {
  left: auto;
  left: initial;
}
[dir="rtl"] .tooltip_pos_left {
  right: auto;
  right: initial;
}
[dir="ltr"] .tooltip_pos_left {
  left: auto;
}
[dir="rtl"] .tooltip_pos_left {
  right: auto;
}
[dir="ltr"] .tooltip_pos_left {
  right: 100%;
}
[dir="rtl"] .tooltip_pos_left {
  left: 100%;
}
[dir="ltr"] .tooltip_pos_left {
  margin-right: 0.6rem;
}
[dir="rtl"] .tooltip_pos_left {
  margin-left: 0.6rem;
}
.tooltip_pos_left {
  min-height: 2.8rem;
  top: 0;
}
[dir="ltr"] .tooltip_pos_right {
  right: auto;
  right: initial;
}
[dir="rtl"] .tooltip_pos_right {
  left: auto;
  left: initial;
}
[dir="ltr"] .tooltip_pos_right {
  right: auto;
}
[dir="rtl"] .tooltip_pos_right {
  left: auto;
}
[dir="ltr"] .tooltip_pos_right {
  left: 100%;
}
[dir="rtl"] .tooltip_pos_right {
  right: 100%;
}
[dir="ltr"] .tooltip_pos_right {
  margin-left: 0.6rem;
}
[dir="rtl"] .tooltip_pos_right {
  margin-right: 0.6rem;
}
.tooltip_pos_right {
  min-height: 2.8rem;
  top: 0;
}
.tooltip_pos_bottom {
  left: 0;
  min-width: 100%;
  top: 100%;
  margin-top: 0.6rem;
  margin-left: 0;
  text-align: center;
}
[dir="ltr"] .tooltip_pos_leftbottom {
  left: 0;
}
[dir="rtl"] .tooltip_pos_leftbottom {
  right: 0;
}
[dir="ltr"] .tooltip_pos_leftbottom {
  margin-left: 0;
}
[dir="rtl"] .tooltip_pos_leftbottom {
  margin-right: 0;
}
.tooltip_pos_leftbottom {
  top: 100%;
  margin-top: 0.6rem;
}
.tlt-txt {
  font-family: 'Roboto', sans-serif;
  line-height: 1.27272727;
  letter-spacing: 0;
  color: #acb4b9;
  padding: 0.8rem;
  font-size: 1.3rem;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51, rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  border-radius: 0.4rem;
}
[dir="ltr"] .tlt-txt::before,[dir="ltr"] 
.tlt-txt::after {
  left: 50%;
}
[dir="rtl"] .tlt-txt::before,[dir="rtl"] 
.tlt-txt::after {
  right: 50%;
}
[dir="ltr"] .tlt-txt::before,[dir="ltr"] 
.tlt-txt::after {
  margin-left: -0.6rem;
}
[dir="rtl"] .tlt-txt::before,[dir="rtl"] 
.tlt-txt::after {
  margin-right: -0.6rem;
}
.tlt-txt::before,
.tlt-txt::after {
  position: absolute;
  bottom: -1.2rem;
  content: ' ';
  display: block;
  border: 0.6rem solid transparent;
}
.tlt-txt::before {
  bottom: -1.2rem;
  border-top-color: #3a4345;
}
.tlt-txt::after {
  bottom: -1.1rem;
  border-top-color: #505d62;
}
[dir="ltr"] .tlt-txt .fa {
  margin-right: 0.5rem;
}
[dir="rtl"] .tlt-txt .fa {
  margin-left: 0.5rem;
}
.tlt-txt .fa {
  font-size: 0.9em;
}
.tlt-txt.acc-readonly {
  font-size: 1.1rem;
  color: rgba(77, 198, 255, 0.8);
}
.tlt-txt.server-unavailable,
.tlt-txt.acc-not-supported {
  font-size: 1.1rem;
  color: rgba(255, 114, 114, 0.8);
}
.tlt-txt.no-login {
  font-size: 1.1rem;
  color: rgba(247, 181, 46, 0.8);
}
[dir="ltr"] .text {
  padding-left: 0.8rem;
}
[dir="rtl"] .text {
  padding-right: 0.8rem;
}
[dir="ltr"] .text {
  padding-right: 0.2rem;
}
[dir="rtl"] .text {
  padding-left: 0.2rem;
}
.text {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 2.8rem;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6e6e6;
  outline: none;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background: #455054;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: auto;
          user-select: auto;
  line-height: 2.8rem;
  border-color: #455054;
  background: none;
  -webkit-user-select: text;
          user-select: text;
}
.text:invalid:not(output) {
  box-shadow: none;
}
.text:focus {
  background: #434d51;
  border-color: #434d51;
}
.text_enabled_false {
  background: #455054;
}
.err {
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.27272727;
  letter-spacing: 0;
  color: #acb4b9;
  min-width: 12rem;
  padding: 0.8rem;
  line-height: 1.38461538;
  white-space: normal;
  color: #e99f09;
  background: #722d2e;
  border-radius: 0.4rem;
  box-shadow: 0 0 0 1px #973b3d;
}
[dir="ltr"] .tooltip_pos_left .err::before {
  left: auto;
  left: initial;
}
[dir="rtl"] .tooltip_pos_left .err::before {
  right: auto;
  right: initial;
}
[dir="ltr"] .tooltip_pos_left .err::before {
  left: auto;
}
[dir="rtl"] .tooltip_pos_left .err::before {
  right: auto;
}
[dir="ltr"] .tooltip_pos_left .err::before {
  right: -1.2rem;
}
[dir="rtl"] .tooltip_pos_left .err::before {
  left: -1.2rem;
}
[dir="ltr"] .tooltip_pos_left .err::before {
  border-left-color: #973b3d;
}
[dir="rtl"] .tooltip_pos_left .err::before {
  border-right-color: #973b3d;
}
.tooltip_pos_left .err::before {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
}
[dir="ltr"] .tooltip_pos_left .err::after {
  left: auto;
  left: initial;
}
[dir="rtl"] .tooltip_pos_left .err::after {
  right: auto;
  right: initial;
}
[dir="ltr"] .tooltip_pos_left .err::after {
  left: auto;
}
[dir="rtl"] .tooltip_pos_left .err::after {
  right: auto;
}
[dir="ltr"] .tooltip_pos_left .err::after {
  right: -1.1rem;
}
[dir="rtl"] .tooltip_pos_left .err::after {
  left: -1.1rem;
}
[dir="ltr"] .tooltip_pos_left .err::after {
  border-left-color: #722d2e;
}
[dir="rtl"] .tooltip_pos_left .err::after {
  border-right-color: #722d2e;
}
.tooltip_pos_left .err::after {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
}
[dir="ltr"] .tooltip_pos_right .err::before {
  left: -1.2rem;
}
[dir="rtl"] .tooltip_pos_right .err::before {
  right: -1.2rem;
}
[dir="ltr"] .tooltip_pos_right .err::before {
  right: auto;
  right: initial;
}
[dir="rtl"] .tooltip_pos_right .err::before {
  left: auto;
  left: initial;
}
[dir="ltr"] .tooltip_pos_right .err::before {
  right: auto;
}
[dir="rtl"] .tooltip_pos_right .err::before {
  left: auto;
}
[dir="ltr"] .tooltip_pos_right .err::before {
  border-right-color: #973b3d;
}
[dir="rtl"] .tooltip_pos_right .err::before {
  border-left-color: #973b3d;
}
.tooltip_pos_right .err::before {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
}
[dir="ltr"] .tooltip_pos_right .err::after {
  left: -1.1rem;
}
[dir="rtl"] .tooltip_pos_right .err::after {
  right: -1.1rem;
}
[dir="ltr"] .tooltip_pos_right .err::after {
  right: auto;
  right: initial;
}
[dir="rtl"] .tooltip_pos_right .err::after {
  left: auto;
  left: initial;
}
[dir="ltr"] .tooltip_pos_right .err::after {
  right: auto;
}
[dir="rtl"] .tooltip_pos_right .err::after {
  left: auto;
}
[dir="ltr"] .tooltip_pos_right .err::after {
  border-right-color: #722d2e;
}
[dir="rtl"] .tooltip_pos_right .err::after {
  border-left-color: #722d2e;
}
.tooltip_pos_right .err::after {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
}
[dir="ltr"] .tooltip_pos_bottom .err::before {
  left: 50%;
}
[dir="rtl"] .tooltip_pos_bottom .err::before {
  right: 50%;
}
[dir="ltr"] .tooltip_pos_bottom .err::before {
  margin-left: -0.6rem;
}
[dir="rtl"] .tooltip_pos_bottom .err::before {
  margin-right: -0.6rem;
}
.tooltip_pos_bottom .err::before {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
  top: -1.2rem;
  margin-top: 0;
  border-bottom-color: #973b3d;
}
[dir="ltr"] .tooltip_pos_bottom .err::after {
  left: 50%;
}
[dir="rtl"] .tooltip_pos_bottom .err::after {
  right: 50%;
}
[dir="ltr"] .tooltip_pos_bottom .err::after {
  margin-left: -0.6rem;
}
[dir="rtl"] .tooltip_pos_bottom .err::after {
  margin-right: -0.6rem;
}
.tooltip_pos_bottom .err::after {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  border: 0.6rem solid transparent;
  top: -1.1rem;
  margin-top: 0;
  border-bottom-color: #722d2e;
}
[dir="ltr"] .tooltip_pos_leftbottom .err::before {
  left: 1.2rem;
}
[dir="rtl"] .tooltip_pos_leftbottom .err::before {
  right: 1.2rem;
}
[dir="ltr"] .tooltip_pos_leftbottom .err::before {
  margin-left: -0.6rem;
}
[dir="rtl"] .tooltip_pos_leftbottom .err::before {
  margin-right: -0.6rem;
}
.tooltip_pos_leftbottom .err::before {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  top: -1.2rem;
  margin-top: 0;
  border: 0.6rem solid transparent;
  border-bottom-color: #973b3d;
}
[dir="ltr"] .tooltip_pos_leftbottom .err::after {
  left: 1.2rem;
}
[dir="rtl"] .tooltip_pos_leftbottom .err::after {
  right: 1.2rem;
}
[dir="ltr"] .tooltip_pos_leftbottom .err::after {
  margin-left: -0.6rem;
}
[dir="rtl"] .tooltip_pos_leftbottom .err::after {
  margin-right: -0.6rem;
}
.tooltip_pos_leftbottom .err::after {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  top: -1.1rem;
  margin-top: 0;
  border: 0.6rem solid transparent;
  border-bottom-color: #722d2e;
}
.link-constructed {
  color: #4dc6ff;
  text-decoration: none;
}
.scroll-area {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.scroll-area__content {
  margin: 0;
  padding: 0;
}
.scroll-area__content:focus {
  outline: 0;
}
[dir="ltr"] .scroll-area__scrollbar {
  right: 0.1rem;
}
[dir="rtl"] .scroll-area__scrollbar {
  left: 0.1rem;
}
.scroll-area__scrollbar {
  position: absolute;
  width: 0.6rem;
  height: 100%;
  top: 0;
  z-index: 1;
  background-color: transparent;
  border-radius: 0.4rem;
  opacity: 0.3;
  transition: all 0.2s linear;
  transition-delay: 0s;
}
.scroll-area__scrollbar:hover {
  opacity: 0.8;
}
.scroll-area__scrollbar.active {
  opacity: 0.8;
}
.scroll-area__scrollbar.active .scrollbar {
  background-color: #909ca2;
}
.scroll-area:hover .scroll-area__scrollbar {
  opacity: 0.6;
}
.scroll-area .scrollbar {
  width: 0.6rem;
  height: 0.6rem;
  background: #74848b;
  cursor: pointer;
  border-radius: 0.4rem;
  transition: background 0.2s linear;
  transition-delay: 0s;
}
.scroll-area .scrollbar:hover {
  background: #909ca2;
}
.account-selector {
  width: 25rem;
  height: 3.2rem;
  margin-bottom: 0.8rem;
  *zoom: 1;
  /* State */
  /* Lock */
}
.account-selector:before,
.account-selector:after {
  content: ' ';
  display: table;
}
.account-selector:after {
  clear: both;
}
.account-selector_loaded_no {
  display: none;
}
[dir="ltr"] .account-selector__content {
  padding-left: 2.4rem;
}
[dir="rtl"] .account-selector__content {
  padding-right: 2.4rem;
}
[dir="ltr"] .account-selector__content {
  margin-right: 2.4rem;
}
[dir="rtl"] .account-selector__content {
  margin-left: 2.4rem;
}
[dir="ltr"] .account-selector__content {
  border-right: 1px solid #3a4345;
}
[dir="rtl"] .account-selector__content {
  border-left: 1px solid #3a4345;
}
.account-selector__content {
  height: 100%;
  font-size: 0;
  text-transform: uppercase;
  color: #bac1c5;
  text-shadow: none;
  white-space: nowrap;
  background: #45616d;
  cursor: pointer;
}
[dir='ltr'] .account-selector__content {
  border-radius: 0.4rem 0 0 0.4rem;
}
[dir='rtl'] .account-selector__content {
  border-radius: 0 0.4rem 0.4rem 0;
}
[dir="ltr"] .account-selector__content:hover .account-selector__column:first-child:hover {
  padding-right: 0.4rem;
}
[dir="rtl"] .account-selector__content:hover .account-selector__column:first-child:hover {
  padding-left: 0.4rem;
}
[dir="ltr"] .account-selector__content:hover .account-selector__column:first-child:hover {
  left: 2.4rem;
}
[dir="rtl"] .account-selector__content:hover .account-selector__column:first-child:hover {
  right: 2.4rem;
}
.account-selector__content:hover .account-selector__column:first-child:hover {
  position: absolute;
  top: 0;
  width: auto;
  min-height: 0;
  min-height: initial;
}
[dir="ltr"] .account-selector__content:hover .account-selector__column:first-child:hover + .account-selector__column {
  margin-left: 30%;
}
[dir="rtl"] .account-selector__content:hover .account-selector__column:first-child:hover + .account-selector__column {
  margin-right: 30%;
}
.account-selector__content:hover .account-selector__column:hover {
  z-index: 1;
  background: #45616d;
  border-radius: 0 0 0.4rem 0.4rem;
}
.account-selector__content:hover .account-selector__column:hover > [class*='account-selector__'] {
  white-space: normal;
  overflow: visible;
}
.account-selector__content:active .account-selector__column > [class*='account-selector__'] {
  white-space: nowrap;
  overflow: hidden;
}
.account-selector__content:active .account-selector__column:hover > [class*='account-selector__'] {
  white-space: normal;
  overflow: visible;
}
[dir="ltr"] .account-selector__column {
  padding-left: 0.4rem;
}
[dir="rtl"] .account-selector__column {
  padding-right: 0.4rem;
}
.account-selector__column {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 45%;
  min-height: 100%;
  padding: 0.4rem 0;
}
[dir="ltr"] .account-selector__column:first-child {
  padding-left: 0;
}
[dir="rtl"] .account-selector__column:first-child {
  padding-right: 0;
}
.account-selector__column:first-child {
  width: 30%;
  color: #e6e6e6;
}
.account-selector__column:last-child {
  width: 25%;
}
.account-selector__account {
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-selector__demo {
  font-size: 1rem;
  line-height: 1rem;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-selector__platform {
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-selector__type {
  font-size: 1rem;
  line-height: 1rem;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-selector__currency {
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  text-transform: none;
  text-transform: initial;
}
.account-selector__leverage {
  font-size: 1rem;
  line-height: 1rem;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir="ltr"] .account-selector__active-indicator {
  float: left;
}
[dir="rtl"] .account-selector__active-indicator {
  float: right;
}
[dir="ltr"] .account-selector__active-indicator {
  margin-right: -2.4rem;
}
[dir="rtl"] .account-selector__active-indicator {
  margin-left: -2.4rem;
}
.account-selector__active-indicator {
  position: relative;
  z-index: 1;
  width: 2.4rem;
  text-align: center;
  line-height: 3.2rem;
}
.account-selector__active-indicator::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f111';
  color: #505d62;
  vertical-align: middle;
}
.account-selector_avail_true .account-selector__active-indicator::before {
  color: #3d8a41;
}
.account-selector_avail_false .account-selector__content .account-selector__column:first-child {
  color: #acb4b9;
}
.account-selector_avail_false .account-selector__active-indicator::before {
  color: #c65136;
}
[dir="ltr"] .account-selector__auth-btn {
  float: right;
}
[dir="rtl"] .account-selector__auth-btn {
  float: left;
}
.account-selector__auth-btn {
  height: 100%;
}
.account-selector .auth-btn {
  width: 2.4rem;
  height: 100%;
  font-size: 1.8rem;
  text-align: center;
  background: #45616d;
  cursor: default;
}
.account-selector .auth-btn-wrapper {
  display: inline;
}
.account-selector .auth-btn::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-right: -1px;
}
[dir='ltr'] .account-selector .auth-btn {
  border-radius: 0 0.4rem 0.4rem 0;
}
[dir='rtl'] .account-selector .auth-btn {
  border-radius: 0.4rem 0 0 0.4rem;
}
.account-selector .auth-btn .tip {
  max-width: 24rem;
}
.account-selector .auth-btn_available_false .fa-lock {
  color: #ababab !important;
}
.accounts-table {
  padding-top: 2.4rem;
}
.accounts-table__pager {
  display: none;
}
[dir="ltr"] .accounts-table__filters {
  left: 1.6rem;
}
[dir="rtl"] .accounts-table__filters {
  right: 1.6rem;
}
.accounts-table__filters {
  position: absolute;
  bottom: 0.8rem;
  z-index: 1;
}
[dir="ltr"] .accounts .link-wrapper_type_open-account {
  right: 1.6rem;
}
[dir="rtl"] .accounts .link-wrapper_type_open-account {
  left: 1.6rem;
}
.accounts .link-wrapper_type_open-account {
  position: absolute;
  bottom: 0.8rem;
  z-index: 1;
}
.accounts .trades-table {
  position: relative;
  width: 74rem;
  min-height: 10rem;
  margin: 0;
  font-size: 1.5rem;
}
.accounts .trades-table .scrl-grid .grid__header-cell .grid__wrap-in:first-child {
  top: -2.4rem;
  z-index: 0;
  display: block;
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0;
  overflow: hidden;
  cursor: default;
}
.accounts .trades-table .scrl-grid .grid__header-cell .grid__wrap-in:last-child {
  padding: 0;
}
.accounts .trades-table .scrl-grid .grid__header-cell:first-child {
  text-align: center;
}
[dir="ltr"] .accounts .trades-table .scrl-grid .grid__header-cell:last-child .grid__wrap-in {
  padding-right: 2rem;
}
[dir="rtl"] .accounts .trades-table .scrl-grid .grid__header-cell:last-child .grid__wrap-in {
  padding-left: 2rem;
}
.accounts .trades-table .scrl-grid .grid__header-cell .button .title__text {
  max-width: none;
  max-width: initial;
}
.accounts .trades-table .scrl-grid .grid__header-cell .button .title__sort {
  margin-top: 0.6rem;
}
.accounts .trades-table .scrl-grid .grid__header-cell.grid__balance {
  text-align: center;
}
.accounts .trades-table .scrl-grid .grid__header .button {
  display: inline-flex;
}
[dir="ltr"] .accounts .trades-table .scrl-grid .grid__cell:first-child {
  padding-left: 0;
}
[dir="rtl"] .accounts .trades-table .scrl-grid .grid__cell:first-child {
  padding-right: 0;
}
.accounts .trades-table .scrl-grid .grid__cell:first-child {
  text-align: center;
}
.accounts .trades-table .scrl-grid .grid__login-status {
  width: 8%;
}
[lang='de'] .accounts .trades-table .scrl-grid .grid__login-status {
  width: 9%;
}
.accounts .trades-table .scrl-grid .grid__login-status .auth-btn {
  height: 2.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  padding: 0;
  background: #455054;
  font-size: 1.6rem;
}
.accounts .trades-table .scrl-grid .grid__login-status .auth-btn_locked_true::after {
  content: none;
}
[dir='ltr'] .accounts .trades-table .scrl-grid .grid__login-status .auth-btn .tip {
  transform: translate(1.6rem, 0);
}
[dir='rtl'] .accounts .trades-table .scrl-grid .grid__login-status .auth-btn .tip {
  transform: translate(-1.6rem, 0);
}
.accounts .trades-table .scrl-grid .grid__login-status .auth-btn_available_false {
  color: #ababab;
  cursor: default;
}
.accounts .trades-table .scrl-grid .grid__login-status .auth-btn_available_false .fa-lock {
  color: #ababab !important;
}
[dir="ltr"] .accounts .trades-table .scrl-grid .grid__id {
  text-align: left;
}
[dir="rtl"] .accounts .trades-table .scrl-grid .grid__id {
  text-align: right;
}
.accounts .trades-table .scrl-grid .grid__id {
  width: 10%;
}
[dir="ltr"] .accounts .trades-table .scrl-grid .grid__demo {
  text-align: left;
}
[dir="rtl"] .accounts .trades-table .scrl-grid .grid__demo {
  text-align: right;
}
.accounts .trades-table .scrl-grid .grid__demo {
  width: 5%;
}
.accounts .trades-table .scrl-grid .grid__platform {
  width: 10%;
}
[dir="ltr"] .accounts .trades-table .scrl-grid .grid__type {
  text-align: left;
}
[dir="rtl"] .accounts .trades-table .scrl-grid .grid__type {
  text-align: right;
}
.accounts .trades-table .scrl-grid .grid__type {
  width: 17%;
}
[lang='de'] .accounts .trades-table .scrl-grid .grid__type {
  width: 15%;
}
[dir="ltr"] .accounts .trades-table .scrl-grid .grid__type .grid__wrap-in {
  padding-left: 0.8rem;
}
[dir="rtl"] .accounts .trades-table .scrl-grid .grid__type .grid__wrap-in {
  padding-right: 0.8rem;
}
.accounts .trades-table .scrl-grid .grid__role {
  width: 10%;
}
.accounts .trades-table .scrl-grid .grid__currency {
  width: 8%;
}
.accounts .trades-table .scrl-grid .grid__leverage {
  width: 8%;
}
[dir="ltr"] .accounts .trades-table .scrl-grid .grid__balance {
  text-align: right;
}
[dir="rtl"] .accounts .trades-table .scrl-grid .grid__balance {
  text-align: left;
}
.accounts .trades-table .scrl-grid .grid__balance {
  width: 12%;
}
[dir="ltr"] .accounts .trades-table .scrl-grid .grid__balance .grid__wrap-in {
  padding-right: 0.8rem !important;
}
[dir="rtl"] .accounts .trades-table .scrl-grid .grid__balance .grid__wrap-in {
  padding-left: 0.8rem !important;
}
.accounts .trades-table .scrl-grid .grid__autologin {
  width: 8%;
}
[lang='de'] .accounts .trades-table .scrl-grid .grid__autologin {
  width: 9%;
}
.accounts .trades-table .scrl-grid .grid__server-avail-status .avail-status {
  height: 2.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  padding: 0;
  background: #455054;
}
.accounts .trades-table .scrl-grid .grid__server-avail-status .avail-status::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f111';
  color: transparent;
}
.accounts .trades-table .scrl-grid .grid__server-avail-status .avail-status_avail_false::before {
  color: #c65136;
}
.accounts .trades-table .scrl-grid .grid__body .grid__wrap-in {
  height: 2.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  padding: 0;
  background: #455054;
  font-size: 1.4rem;
}
.accounts .trades-table .scrl-grid .grid__body .grid__row {
  cursor: pointer;
}
.accounts .trades-table .scrl-grid .grid__body .grid__row:hover .grid__wrap-in,
.accounts .trades-table .scrl-grid .grid__body .grid__row:hover .avail-status,
.accounts .trades-table .scrl-grid .grid__body .grid__row:hover .auto-login,
.accounts .trades-table .scrl-grid .grid__body .grid__row:hover .auth-btn {
  background: #505d62;
}
[dir="ltr"] .accounts .trades-table .scrl-grid .scroll-panel_scrolled_true .grid__cell:last-child {
  padding-right: 0;
}
[dir="rtl"] .accounts .trades-table .scrl-grid .scroll-panel_scrolled_true .grid__cell:last-child {
  padding-left: 0;
}
.accounts__button {
  position: relative;
  text-align: center;
  background: #505d62;
  border-radius: 0 0 0.4rem 0.4rem;
}
.accounts__button .button {
  display: inline-block;
  margin: 0.8rem auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.accounts__button .button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.accounts__button .button.button_enabled_false:focus {
  box-shadow: none !important;
}
.accounts__button .tooltip {
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.27272727;
  letter-spacing: 0;
  color: #acb4b9;
  bottom: 4.8rem;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  text-align: center;
}
.trades-table {
  margin-top: 2rem;
  margin-bottom: 0.4rem;
}
.trades-table .no-data {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  text-align: center;
  font-size: 1.1rem;
  color: #acb4b9;
}
.trades-table .grid {
  table-layout: fixed;
  width: 100%;
  background: #505d62;
}
.trades-table .grid__header-cell {
  text-align: center;
}
.trades-table .grid__header-cell .grid__wrap-in:first-child {
  cursor: context-menu;
}
[dir="ltr"] .trades-table .grid__header-cell:first-child {
  text-align: left;
}
[dir="rtl"] .trades-table .grid__header-cell:first-child {
  text-align: right;
}
[dir="ltr"] .trades-table .grid__header-cell:first-child .grid__wrap-in {
  padding-left: 1.2rem;
}
[dir="rtl"] .trades-table .grid__header-cell:first-child .grid__wrap-in {
  padding-right: 1.2rem;
}
.trades-table .grid__header-cell:last-child .grid__wrap-in {
  text-align: center;
}
.trades-table .grid__header-cell:last-child .grid__separator {
  display: none;
}
.trades-table .grid__header-cell[class*='islast_true'] .grid__separator {
  display: none;
}
.trades-table .grid__cell {
  min-width: 3.2rem;
  vertical-align: middle;
  padding: 0;
  letter-spacing: 0.5px;
  text-align: center;
}
[dir="ltr"] .trades-table .grid__cell:first-child {
  padding-left: 0.4rem;
}
[dir="rtl"] .trades-table .grid__cell:first-child {
  padding-right: 0.4rem;
}
[dir="ltr"] .trades-table .grid__cell:first-child {
  text-align: left;
}
[dir="rtl"] .trades-table .grid__cell:first-child {
  text-align: right;
}
[dir="ltr"] .trades-table .grid__cell:first-child .grid__wrap-in,[dir="ltr"] 
.trades-table .grid__cell:first-child .symbol-button,[dir="ltr"] 
.trades-table .grid__cell:first-child .tpsl-edit-btn {
  padding-left: 0.8rem;
}
[dir="rtl"] .trades-table .grid__cell:first-child .grid__wrap-in,[dir="rtl"] 
.trades-table .grid__cell:first-child .symbol-button,[dir="rtl"] 
.trades-table .grid__cell:first-child .tpsl-edit-btn {
  padding-right: 0.8rem;
}
[dir='ltr'] .trades-table .grid__cell:first-child .grid__wrap-in,
[dir='ltr'] .trades-table .grid__cell:first-child .symbol-button,
[dir='ltr'] .trades-table .grid__cell:first-child .tpsl-edit-btn {
  border-radius: 0.4rem 0 0 0.4rem;
}
[dir='rtl'] .trades-table .grid__cell:first-child .grid__wrap-in,
[dir='rtl'] .trades-table .grid__cell:first-child .symbol-button,
[dir='rtl'] .trades-table .grid__cell:first-child .tpsl-edit-btn {
  border-radius: 0 0.4rem 0.4rem 0;
}
[dir="ltr"] .trades-table .grid__cell .grid__wrap-in,[dir="ltr"] 
.trades-table .grid__cell .symbol-button,[dir="ltr"] 
.trades-table .grid__cell .tpsl-edit-btn {
  padding-right: 0;
}
[dir="rtl"] .trades-table .grid__cell .grid__wrap-in,[dir="rtl"] 
.trades-table .grid__cell .symbol-button,[dir="rtl"] 
.trades-table .grid__cell .tpsl-edit-btn {
  padding-left: 0;
}
.trades-table .grid__cell .grid__wrap-in,
.trades-table .grid__cell .symbol-button,
.trades-table .grid__cell .tpsl-edit-btn {
  padding: 0.4rem;
  background: #455054;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trades-table .grid__cell .button_disabled_yes {
  cursor: default;
}
.trades-table .grid__cell .button_disabled_yes::after {
  content: none;
}
[dir='ltr'] .trades-table .grid__cell[class*='islast_true'] .grid__wrap-in,
[dir='ltr'] .trades-table .grid__cell[class*='islast_true'] .symbol-button,
[dir='ltr'] .trades-table .grid__cell[class*='islast_true'] .chart-button,
[dir='ltr'] .trades-table .grid__cell[class*='islast_true'] .tpsl-edit-btn,
[dir='ltr'] .trades-table .grid__cell[class*='islast_true'] .modify-button {
  border-radius: 0 0.4rem 0.4rem 0;
}
[dir='rtl'] .trades-table .grid__cell[class*='islast_true'] .grid__wrap-in,
[dir='rtl'] .trades-table .grid__cell[class*='islast_true'] .symbol-button,
[dir='rtl'] .trades-table .grid__cell[class*='islast_true'] .chart-button,
[dir='rtl'] .trades-table .grid__cell[class*='islast_true'] .tpsl-edit-btn,
[dir='rtl'] .trades-table .grid__cell[class*='islast_true'] .modify-button {
  border-radius: 0.4rem 0 0 0.4rem;
}
.trades-table .grid__body .grid__row {
  background: transparent;
}
.trades-table .grid__body .grid__row:hover .grid__wrap-in,
.trades-table .grid__body .grid__row:hover .symbol-button,
.trades-table .grid__body .grid__row:hover .tpsl-edit-btn {
  background: #505d62;
}
.trades-table .grid__body .grid__row_state_active {
  color: #4dc6ff;
}
.trades-table .grid__body .grid__row_state_active .grid__wrap-in,
.trades-table .grid__body .grid__row_state_active .symbol-button,
.trades-table .grid__body .grid__row_state_active .tpsl-edit-btn {
  background: #505d62;
}
.trades-table .grid__body .grid__row_cancelled_true {
  color: #ababab;
}
.trades-table .grid__body .grid__row .symbol-button:hover,
.trades-table .grid__body .grid__row .tpsl-edit-btn:hover,
.trades-table .grid__body .grid__row .chart-button:hover,
.trades-table .grid__body .grid__row .modify-button:hover {
  cursor: pointer;
}
[dir="ltr"] .trades-table .grid__body .grid__row .symbol-button .fa-lock,[dir="ltr"] 
.trades-table .grid__body .grid__row .tpsl-edit-btn .fa-lock,[dir="ltr"] 
.trades-table .grid__body .grid__row .chart-button .fa-lock,[dir="ltr"] 
.trades-table .grid__body .grid__row .modify-button .fa-lock {
  margin-right: 2px;
}
[dir="rtl"] .trades-table .grid__body .grid__row .symbol-button .fa-lock,[dir="rtl"] 
.trades-table .grid__body .grid__row .tpsl-edit-btn .fa-lock,[dir="rtl"] 
.trades-table .grid__body .grid__row .chart-button .fa-lock,[dir="rtl"] 
.trades-table .grid__body .grid__row .modify-button .fa-lock {
  margin-left: 2px;
}
.trades-table .grid__body .grid__row .symbol-button .fa-lock,
.trades-table .grid__body .grid__row .tpsl-edit-btn .fa-lock,
.trades-table .grid__body .grid__row .chart-button .fa-lock,
.trades-table .grid__body .grid__row .modify-button .fa-lock {
  font-size: 92%;
  color: #a9873d;
}
.trades-table .grid__body .grid__row .tpsl-edit-btn_locked_true::after {
  content: none;
}
@media (max-width: 980px) {
  .trades-table .grid__cell,
  .trades-table .grid__header-cell,
  .trades-table .grid__dummy-cell {
    width: auto;
  }
}
.auto-login {
  height: 2.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  padding: 0;
  background: #455054;
}
.auto-login .check {
  padding: 0;
}
[dir="ltr"] .auto-login .check__label {
  text-align: left;
}
[dir="rtl"] .auto-login .check__label {
  text-align: right;
}
.auto-login .check__label {
  width: 100%;
  height: 2.4rem;
  padding: 0;
}
[dir="ltr"] .auto-login .check__label::before {
  left: 50%;
}
[dir="rtl"] .auto-login .check__label::before {
  right: 50%;
}
[dir="ltr"] .auto-login .check__label::before {
  margin-left: -0.55rem;
}
[dir="rtl"] .auto-login .check__label::before {
  margin-right: -0.55rem;
}
.auto-login .check__label::before {
  top: 50%;
  margin: 0;
  background-color: #505d62;
}
.grid__body .grid__row_state_active .auto-login .check__label::before {
  background-color: #455054;
}
.auto-login .check__chk:checked + .check__label::before {
  background-color: #505d62;
}
.grid__body .grid__row:hover .auto-login .check__chk:checked + .check__label::before,
.grid__body .grid__row_state_active .auto-login .check__chk:checked + .check__label::before {
  background-color: #455054;
}
[dir="ltr"] .auto-login .check__chk:checked + .check__label::after {
  left: 50%;
}
[dir="rtl"] .auto-login .check__chk:checked + .check__label::after {
  right: 50%;
}
[dir="ltr"] .auto-login .check__chk:checked + .check__label::after {
  margin-left: -0.55rem;
}
[dir="rtl"] .auto-login .check__chk:checked + .check__label::after {
  margin-right: -0.55rem;
}
.auto-login .check__chk:checked + .check__label::after {
  top: 50%;
}
.auto-login .check_enabled_false .check__chk {
  cursor: default;
}
.auto-login_avail_false .check__chk {
  display: none;
}
.auto-login_avail_false .check__label {
  opacity: 0.5;
}
.article {
  margin: 1.6rem;
}
[dir="ltr"] .article .scroll-panel_scrolled_true .post {
  margin-right: 0.4rem;
}
[dir="rtl"] .article .scroll-panel_scrolled_true .post {
  margin-left: 0.4rem;
}
.article .scroll-panel__scroll-bar {
  padding: 0 0.2rem;
}
[dir="ltr"] .article__back {
  left: 0.8rem;
}
[dir="rtl"] .article__back {
  right: 0.8rem;
}
.article__back {
  position: absolute;
  top: 0.4rem;
  line-height: 0;
}
.article__back .fa {
  font-size: 1.5rem;
}
[dir='rtl'] .article__back .fa {
  transform: scale(-1, 1);
}
.article .post {
  min-height: 100%;
  color: #3a4345;
  padding: 1.6rem;
  background-color: #ebedef;
  border-radius: 0.4rem;
  overflow-x: hidden;
}
.modeless-window__frame_isresized_true .article .post {
  -webkit-user-select: none;
          user-select: none;
}
.article .post__title {
  font-size: 2rem;
  font-weight: 500;
  color: #317aa1;
}
.article .post__date {
  margin-top: 0.4rem;
  font-size: 1.3rem;
  font-weight: 500;
}
.article .post__text {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
}
.article .post__text strong,
.article .post__text b {
  font-weight: 700;
}
.article .post__text em,
.article .post__text i {
  font-style: italic;
}
.article .post__text strike {
  text-decoration: line-through;
}
.article .post__text sup {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}
.article .post__text sub {
  position: relative;
  bottom: -0.4em;
  vertical-align: baseline;
}
.article .post__text p {
  margin: 1em 0;
}
[dir="ltr"] .article .post__text ul {
  margin-left: 20px;
}
[dir="rtl"] .article .post__text ul {
  margin-right: 20px;
}
.article .post__text ul {
  margin: 1em 0;
  list-style-type: disc;
}
[dir="ltr"] .article .post__text ol {
  margin-left: 20px;
}
[dir="rtl"] .article .post__text ol {
  margin-right: 20px;
}
.article .post__text ol {
  margin: 1em 0;
  list-style-type: decimal;
}
.article .post__text li {
  margin: 0 0 10px;
}
.article .post__text img {
  max-width: 100%;
  border: 0;
}
.article .post__text a:link {
  color: #317aa1;
  text-decoration: underline;
  outline-width: 0;
}
.article .post__text a:visited {
  color: #317aa1;
  outline-width: 0;
}
.article .post__text a:hover,
.article .post__text a:active {
  text-decoration: none;
}
.article .post__text * {
  box-sizing: content-box;
}
[dir="ltr"] .tabs_loading_true::after {
  left: 0;
}
[dir="rtl"] .tabs_loading_true::after {
  right: 0;
}
.tabs_loading_true::after {
  content: ' ';
  position: absolute;
  top: 4.49230769rem;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 100%;
  background: rgba(69, 80, 84, 0.3);
  border-radius: 0 0 0.4rem 0.4rem;
}
.tabs_loading_true .tabs__loading {
  display: inline-block;
  z-index: 3;
}
.tabs__loading {
  display: none;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  box-sizing: border-box;
  padding: 0.8rem 1.6rem;
  font-size: 1.3rem;
  line-height: normal;
  color: #4dc6ff;
  text-shadow: none;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51, rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  border-radius: 0.4rem;
}
.tabs__loading .fa {
  vertical-align: middle;
}
[dir="ltr"] .tabs__loading-text {
  margin-left: 0.4rem;
}
[dir="rtl"] .tabs__loading-text {
  margin-right: 0.4rem;
}
.tabs__loading-text {
  display: inline-block;
  vertical-align: middle;
}
.analytics-table {
  margin: 0 1.6rem 1.6rem;
}
[dir="ltr"] .analytics-table > .scrl-grid .scroll-panel_scrolled_true .grid {
  margin-right: 0.4rem;
}
[dir="rtl"] .analytics-table > .scrl-grid .scroll-panel_scrolled_true .grid {
  margin-left: 0.4rem;
}
.analytics-table > .scrl-grid .scroll-panel__scroll-bar {
  padding: 0 2px;
}
[dir="ltr"] .analytics-table > .scrl-grid .grid {
  border-right: none;
}
[dir="rtl"] .analytics-table > .scrl-grid .grid {
  border-left: none;
}
.analytics-table > .scrl-grid .grid {
  width: 100%;
  white-space: normal;
}
.analytics-table > .scrl-grid .grid__header {
  display: none;
}
.analytics-table > .scrl-grid .grid__body .grid__row {
  background-color: transparent;
  cursor: pointer;
}
.modeless-window__frame_isresized_true .analytics-table > .scrl-grid .grid__body .grid__row {
  -webkit-user-select: none;
          user-select: none;
}
.analytics-table > .scrl-grid .grid__body .grid__row:hover {
  background-color: transparent;
}
.analytics-table > .scrl-grid .grid__body .grid__row:hover .preview {
  background: #505d62;
}
.analytics-table > .scrl-grid .grid__body .grid__row:hover .preview__date {
  color: #e6e6e6;
}
.analytics-table > .scrl-grid .grid__body .grid__row:hover .preview__title {
  color: #4dc6ff;
}
.analytics-table > .scrl-grid .grid__body .grid__row:hover .preview_read_no .preview__date {
  color: #4dc6ff;
}
.analytics-table > .scrl-grid .grid__body .grid__row:hover .preview_read_no .preview__title {
  color: #4dc6ff;
}
.analytics-table > .scrl-grid .grid__body .grid__cell {
  padding: 0;
}
.analytics-table .preview {
  padding: 0.8rem 1.6rem 1.6rem;
  background: #455054;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
}
.analytics-table .preview__header {
  display: table-row;
}
[dir="ltr"] .analytics-table .preview__date {
  padding-right: 1.6rem;
}
[dir="rtl"] .analytics-table .preview__date {
  padding-left: 1.6rem;
}
.analytics-table .preview__date {
  display: table-cell;
  vertical-align: top;
  padding-top: 0.8rem;
  white-space: nowrap;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #acb4b9;
}
.analytics-table .preview__title {
  display: table-cell;
  vertical-align: top;
  padding-top: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #e6e6e6;
}
.analytics-table .preview__summary {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  color: #acb4b9;
}
.analytics-table .preview_read_no {
  background: transparent linear-gradient(transparent 0%, rgba(69, 97, 109, 0.5) 100%);
}
.analytics-table .preview_read_no .preview__date {
  color: #4dc6ff;
}
.analytics-table .preview_read_no .preview__title {
  color: #4dc6ff;
}
.analytics__filters {
  min-height: 6.4rem;
  padding: 1.6rem 1.6rem 0 1.6rem;
}
[dir="ltr"] .analytics__filters .value-filter,[dir="ltr"] 
.analytics__filters .date-filter {
  margin-left: 0 !important;
}
[dir="rtl"] .analytics__filters .value-filter,[dir="rtl"] 
.analytics__filters .date-filter {
  margin-right: 0 !important;
}
[dir="ltr"] .analytics__filters .value-filter,[dir="ltr"] 
.analytics__filters .date-filter {
  margin-right: 1.6rem;
}
[dir="rtl"] .analytics__filters .value-filter,[dir="rtl"] 
.analytics__filters .date-filter {
  margin-left: 1.6rem;
}
[dir="ltr"] .analytics__filters .value-filter:last-child,[dir="ltr"] 
.analytics__filters .date-filter:last-child {
  margin-right: 0;
}
[dir="rtl"] .analytics__filters .value-filter:last-child,[dir="rtl"] 
.analytics__filters .date-filter:last-child {
  margin-left: 0;
}
.analytics__filters .value-filter {
  margin-bottom: 1.6rem;
  min-width: 12.8rem;
  max-width: 13.8rem;
}
[dir="ltr"] .analytics__pager {
  float: right;
}
[dir="rtl"] .analytics__pager {
  float: left;
}
[dir="ltr"] .analytics__pager {
  padding-right: 1.6rem;
}
[dir="rtl"] .analytics__pager {
  padding-left: 1.6rem;
}
.analytics__pager {
  padding-top: 1.6rem;
}
.analytics__pager .pager {
  margin-bottom: 1.6rem;
}
.economic-events-feed-tab .analytics__pager .pager {
  min-width: auto;
  min-width: initial;
}
.economic-events-feed-tab .analytics__pager .pager .button_enabled_false,
.economic-events-feed-tab .analytics__pager .pager .drop-down_enabled_false {
  display: none;
}
.events-table {
  margin: 4.8rem 1.6rem 1.6rem;
}
[dir="ltr"] .events-table__date {
  float: left;
}
[dir="rtl"] .events-table__date {
  float: right;
}
[dir="ltr"] .events-table__date {
  margin-right: -100%;
}
[dir="rtl"] .events-table__date {
  margin-left: -100%;
}
.events-table__date {
  position: relative;
  top: -4.5rem;
}
[dir="ltr"] .events-table .scrl-grid .scroll-panel_scrolled_true .grid {
  margin-right: 0.4rem;
}
[dir="rtl"] .events-table .scrl-grid .scroll-panel_scrolled_true .grid {
  margin-left: 0.4rem;
}
.events-table .scrl-grid .scroll-panel__scroll-bar {
  padding: 0 2px;
}
.events-table .scrl-grid .grid {
  width: 100%;
  table-layout: fixed;
  white-space: normal;
  border-right: none;
}
.events-table .scrl-grid .grid__body {
  font-family: 'Roboto', sans-serif;
}
.modeless-window__frame_isresized_true .events-table .scrl-grid .grid__body .grid__row {
  -webkit-user-select: none;
          user-select: none;
}
.events-table .scrl-grid .grid__cell {
  vertical-align: middle;
}
.events-table .scrl-grid .grid__wrap-in {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.events-table .scrl-grid .grid__time {
  width: 55px;
  text-align: center;
}
.events-table .scrl-grid .grid__importance {
  width: 70px;
  text-align: center;
}
.events-table .scrl-grid .grid__importance .importance {
  width: 1.6rem;
  height: 14px;
  margin: 0 auto;
  background-image: url('/static/img/importance.svg');
  background-size: 33px 29px;
  background-repeat: no-repeat;
}
.events-table .scrl-grid .grid__importance .importance_value_0 {
  background-position: 0 0;
}
.events-table .scrl-grid .grid__importance .importance_value_1 {
  background-position: 0 100%;
}
.events-table .scrl-grid .grid__importance .importance_value_2 {
  background-position: 100% 0;
}
.events-table .scrl-grid .grid__importance .importance_value_3 {
  background-position: 100% 100%;
}
.events-table .scrl-grid .grid__importance .importance__title {
  display: none;
}
.events-table .scrl-grid .grid__details .tooltip {
  max-width: 600px;
  min-width: 200px;
}
.events-table .scrl-grid .grid__details .tooltip .tlt-txt {
  padding: 0.8rem 1.6rem;
}
.events-table .scrl-grid .grid__country {
  width: 55px;
}
.events-table .scrl-grid .grid__country .country {
  white-space: nowrap;
}
[dir="ltr"] .events-table .scrl-grid .grid__country .country__flag {
  margin-right: 0.4rem;
}
[dir="rtl"] .events-table .scrl-grid .grid__country .country__flag {
  margin-left: 0.4rem;
}
.events-table .scrl-grid .grid__country .country__flag {
  display: inline-block;
  vertical-align: -1px;
  font-size: 0.8rem;
  width: 2em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-image: url('/static/img/countries.png');
  background-size: 30em 27em;
  box-shadow: 0 0 0 1px #505d62;
}
.events-table .scrl-grid .grid__country .country__flag_code_ad {
  background-position: 0 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_ae {
  background-position: -2em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_af {
  background-position: 0 -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ag {
  background-position: -2em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ai {
  background-position: -4em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_al {
  background-position: -4em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_am {
  background-position: 0 -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ao {
  background-position: -2em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_aq {
  background-position: -4em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ar {
  background-position: 0 -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_as {
  background-position: -2em -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_at {
  background-position: -4em -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_au {
  background-position: -6em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_aw {
  background-position: -6em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ax {
  background-position: -6em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_az {
  background-position: -6em -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ba {
  background-position: 0 -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bb {
  background-position: -2em -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bd {
  background-position: -4em -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_be {
  background-position: -6em -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bf {
  background-position: -8em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_bg {
  background-position: -8em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bh {
  background-position: -8em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bi {
  background-position: -8em -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bj {
  background-position: -8em -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bl {
  background-position: 0 -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bm {
  background-position: -2em -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bn {
  background-position: -4em -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bo {
  background-position: -6em -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bq {
  background-position: -8em -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_br {
  background-position: -10em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_bs {
  background-position: -10em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bt {
  background-position: -10em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bv {
  background-position: -10em -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bw {
  background-position: -10em -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_by {
  background-position: -10em -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_bz {
  background-position: 0 -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ca {
  background-position: -2em -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_cc {
  background-position: -4em -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_cd {
  background-position: -6em -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_cf {
  background-position: -8em -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_cg {
  background-position: -10em -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ch {
  background-position: 0 -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ci {
  background-position: -2em -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ck {
  background-position: -4em -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_cl {
  background-position: -6em -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_cm {
  background-position: -8em -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_cn {
  background-position: -10em -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_co {
  background-position: -12em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_cr {
  background-position: -12em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_cu {
  background-position: -12em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_cv {
  background-position: -12em -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_cw {
  background-position: -12em -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_cx {
  background-position: -12em -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_cy {
  background-position: -12em -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_cz {
  background-position: -12em -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_de {
  background-position: 0 -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_dj {
  background-position: -2em -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_dk {
  background-position: -4em -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_dm {
  background-position: -6em -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_do {
  background-position: -8em -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_dz {
  background-position: -10em -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ec {
  background-position: -12em -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ee {
  background-position: -14em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_eg {
  background-position: -14em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_eh {
  background-position: -14em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_er {
  background-position: -14em -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_es-ct {
  background-position: -14em -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_es {
  background-position: -14em -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_et {
  background-position: -14em -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_eu {
  background-position: -14em -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_fi {
  background-position: -14em -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_fj {
  background-position: 0 -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_fk {
  background-position: -2em -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_fm {
  background-position: -4em -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_fo {
  background-position: -6em -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_fr {
  background-position: -8em -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ga {
  background-position: -10em -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gb-eng {
  background-position: -12em -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gb-nir {
  background-position: -14em -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gb-sct {
  background-position: -16em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_gb-wls {
  background-position: -16em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gb {
  background-position: -16em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gd {
  background-position: -16em -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ge {
  background-position: -16em -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gf {
  background-position: -16em -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gg {
  background-position: -16em -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gh {
  background-position: -16em -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gi {
  background-position: -16em -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gl {
  background-position: -16em -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gm {
  background-position: 0 -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gn {
  background-position: -2em -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gp {
  background-position: -4em -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gq {
  background-position: -6em -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gr {
  background-position: -8em -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gs {
  background-position: -10em -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gt {
  background-position: -12em -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gu {
  background-position: -14em -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gw {
  background-position: -16em -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_gy {
  background-position: 0 -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_hk {
  background-position: -2em -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_hm {
  background-position: -4em -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_hn {
  background-position: -6em -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_hr {
  background-position: -8em -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ht {
  background-position: -10em -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_hu {
  background-position: -12em -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_id {
  background-position: -14em -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ie {
  background-position: -16em -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_il {
  background-position: -18em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_im {
  background-position: -18em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_in {
  background-position: -18em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_io {
  background-position: -18em -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_iq {
  background-position: -18em -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ir {
  background-position: -18em -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_is {
  background-position: -18em -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_it {
  background-position: -18em -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_je {
  background-position: -18em -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_jm {
  background-position: -18em -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_jo {
  background-position: -18em -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_jp {
  background-position: -18em -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ke {
  background-position: 0 -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_kg {
  background-position: -2em -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_kh {
  background-position: -4em -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ki {
  background-position: -6em -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_km {
  background-position: -8em -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_kn {
  background-position: -10em -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_kp {
  background-position: -12em -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_kr {
  background-position: -14em -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_kw {
  background-position: -16em -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ky {
  background-position: -18em -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_kz {
  background-position: -20em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_la {
  background-position: -20em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_lb {
  background-position: -20em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_lc {
  background-position: -20em -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_li {
  background-position: -20em -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_lk {
  background-position: -20em -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_lr {
  background-position: -20em -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ls {
  background-position: -20em -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_lt {
  background-position: -20em -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_lu {
  background-position: -20em -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_lv {
  background-position: -20em -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ly {
  background-position: -20em -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ma {
  background-position: -20em -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mc {
  background-position: 0 -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_md {
  background-position: -2em -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_me {
  background-position: -4em -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mf {
  background-position: -6em -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mg {
  background-position: -8em -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mh {
  background-position: -10em -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mk {
  background-position: -12em -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ml {
  background-position: -14em -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mm {
  background-position: -16em -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mn {
  background-position: -18em -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mo {
  background-position: -20em -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mp {
  background-position: -22em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_mq {
  background-position: -22em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mr {
  background-position: -22em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ms {
  background-position: -22em -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mt {
  background-position: -22em -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mu {
  background-position: -22em -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mv {
  background-position: -22em -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mw {
  background-position: -22em -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mx {
  background-position: -22em -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_my {
  background-position: -22em -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_mz {
  background-position: -22em -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_na {
  background-position: -22em -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_nc {
  background-position: -22em -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ne {
  background-position: -22em -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_nf {
  background-position: 0 -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ng {
  background-position: -2em -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ni {
  background-position: -4em -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_nl {
  background-position: -6em -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_no {
  background-position: -8em -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_np {
  background-position: -10em -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_nr {
  background-position: -12em -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_nu {
  background-position: -14em -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_nz {
  background-position: -16em -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_om {
  background-position: -18em -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_pa {
  background-position: -20em -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_pe {
  background-position: -22em -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_pf {
  background-position: 0 -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_pg {
  background-position: -2em -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ph {
  background-position: -4em -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_pk {
  background-position: -6em -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_pl {
  background-position: -8em -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_pm {
  background-position: -10em -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_pn {
  background-position: -12em -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_pr {
  background-position: -14em -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ps {
  background-position: -16em -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_pt {
  background-position: -18em -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_pw {
  background-position: -20em -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_py {
  background-position: -22em -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_qa {
  background-position: -24em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_re {
  background-position: -24em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ro {
  background-position: -24em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_rs {
  background-position: -24em -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ru {
  background-position: -24em -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_rw {
  background-position: -24em -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sa {
  background-position: -24em -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sb {
  background-position: -24em -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sc {
  background-position: -24em -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sd {
  background-position: -24em -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_se {
  background-position: -24em -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sg {
  background-position: -24em -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sh {
  background-position: -24em -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_si {
  background-position: -24em -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sj {
  background-position: -24em -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sk {
  background-position: -24em -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sl {
  background-position: 0 -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sm {
  background-position: -2em -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sn {
  background-position: -4em -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_so {
  background-position: -6em -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sr {
  background-position: -8em -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ss {
  background-position: -10em -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_st {
  background-position: -12em -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sv {
  background-position: -14em -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sx {
  background-position: -16em -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sy {
  background-position: -18em -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_sz {
  background-position: -20em -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_tc {
  background-position: -22em -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_td {
  background-position: -24em -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_tf {
  background-position: -26em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_tg {
  background-position: -26em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_th {
  background-position: -26em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_tj {
  background-position: -26em -4.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_tk {
  background-position: -26em -6em;
}
.events-table .scrl-grid .grid__country .country__flag_code_tl {
  background-position: -26em -7.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_tm {
  background-position: -26em -9em;
}
.events-table .scrl-grid .grid__country .country__flag_code_tn {
  background-position: -26em -10.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_to {
  background-position: -26em -12em;
}
.events-table .scrl-grid .grid__country .country__flag_code_tr {
  background-position: -26em -13.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_tt {
  background-position: -26em -15em;
}
.events-table .scrl-grid .grid__country .country__flag_code_tv {
  background-position: -26em -16.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_tw {
  background-position: -26em -18em;
}
.events-table .scrl-grid .grid__country .country__flag_code_tz {
  background-position: -26em -19.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ua {
  background-position: -26em -21em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ug {
  background-position: -26em -22.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_um {
  background-position: -26em -24em;
}
.events-table .scrl-grid .grid__country .country__flag_code_un {
  background-position: 0 -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_us {
  background-position: -2em -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_uy {
  background-position: -4em -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_uz {
  background-position: -6em -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_va {
  background-position: -8em -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_vc {
  background-position: -10em -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ve {
  background-position: -12em -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_vg {
  background-position: -14em -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_vi {
  background-position: -16em -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_vn {
  background-position: -18em -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_vu {
  background-position: -20em -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_wf {
  background-position: -22em -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ws {
  background-position: -24em -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_ye {
  background-position: -26em -25.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_yt {
  background-position: -28em 0;
}
.events-table .scrl-grid .grid__country .country__flag_code_za {
  background-position: -28em -1.5em;
}
.events-table .scrl-grid .grid__country .country__flag_code_zm {
  background-position: -28em -3em;
}
.events-table .scrl-grid .grid__country .country__flag_code_zw {
  background-position: -28em -4.5em;
}
.events-table .scrl-grid .grid__country .country__code {
  display: inline-block;
  vertical-align: top;
}
.events-table .scrl-grid .grid__prev {
  width: 5.5rem;
}
.events-table .scrl-grid .grid__prognoses {
  width: 6rem;
}
.events-table .scrl-grid .grid__fact {
  width: 4rem;
}
.signals {
  margin: 0 1.6rem;
  overflow: hidden;
}
.signals__wrap-out {
  margin: 0 -1.6rem;
}
.signals__panel {
  border: 1px solid transparent;
}
.signals__filters {
  padding: 0 1.6rem 1.6rem;
}
.signals__filters .value-filter {
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51;
  border-radius: 0.4rem;
}
.signals .signals-table {
  margin: 3.2rem 1.6rem 1.6rem;
}
.signals .signals-table .scroll-panel__content {
  width: auto;
  width: initial;
}
.signals .signals-table .grid__body .grid__cell {
  max-width: 3.4rem;
}
.signals .signals-table .grid__body .grid__cell:nth-child(1),
.signals .signals-table .grid__body .grid__cell:nth-child(2),
.signals .signals-table .grid__body .grid__cell:nth-child(3),
.signals .signals-table .grid__body .grid__cell:last-child {
  max-width: none;
  max-width: initial;
}
.signals .state {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.signals .state_updated_yes {
  background-color: #4dc6ff;
}
.signals .state_updated_no {
  background-color: grey;
}
.signals .signal {
  display: inline-block;
  vertical-align: middle;
  height: 0.8rem;
  background-repeat: no-repeat;
  background-image: url('/static/img/signals.svg');
  background-size: 24px 56px;
}
.signals .signal_dir_down1 {
  width: 0.8rem;
  background-position: 0 0;
}
.signals .signal_dir_down2 {
  width: 1.6rem;
  background-position: 0 -0.8rem;
}
.signals .signal_dir_down3 {
  width: 2.4rem;
  background-position: 0 -1.6rem;
}
.signals .signal_dir_up1 {
  width: 0.8rem;
  background-position: 0 -2.4rem;
}
.signals .signal_dir_up2 {
  width: 1.6rem;
  background-position: 0 -3.2rem;
}
.signals .signal_dir_up3 {
  width: 2.4rem;
  background-position: 0 -4rem;
}
.signals .signal_dir_right1,
.signals .signal_dir_not-set {
  width: 0.8rem;
  background-position: 0 -4.8rem;
}
.signals .grid__recommendation-wrap_dir_down1,
.signals .grid__recommendation-wrap_dir_down2,
.signals .grid__recommendation-wrap_dir_down3 {
  color: #ff7272;
}
.signals .grid__recommendation-wrap_dir_up1,
.signals .grid__recommendation-wrap_dir_up2,
.signals .grid__recommendation-wrap_dir_up3 {
  color: #5fd839;
}
.signals .grid__recommendation-wrap_dir_right1,
.signals .grid__recommendation-wrap_dir_not-set {
  color: #ababab;
}
.auth-form {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.auth-form .form__fieldset {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.auth-form .form__fieldset .password,
.auth-form .form__fieldset .email {
  margin-bottom: 0.8rem;
}
[dir="ltr"] .auth-form .form__fieldset .password__switch {
  right: 0;
}
[dir="rtl"] .auth-form .form__fieldset .password__switch {
  left: 0;
}
.auth-form .form__fieldset .password__switch {
  position: absolute;
  bottom: 0;
}
.auth-form .form__fieldset .password__switch .button__icon i::before {
  color: #acb4b9;
}
.auth-form__checkboxes {
  margin-bottom: 1.8rem;
}
[dir='rtl'] .auth-form__remind.link {
  right: 0 !important;
  left: unset !important;
}
[dir='ltr'] .auth-form__remind.link {
  left: 0 !important;
  right: unset !important;
}
.auth-form__login .button__label {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  white-space: nowrap;
  font-size: 1.8rem;
  vertical-align: middle;
}
[dir="ltr"] .auth-form__login .button__label::before {
  margin-right: 0.4rem;
}
[dir="rtl"] .auth-form__login .button__label::before {
  margin-left: 0.4rem;
}
[dir="ltr"] .auth-form__login .button__label::before {
  margin-left: -1.8rem;
}
[dir="rtl"] .auth-form__login .button__label::before {
  margin-right: -1.8rem;
}
.auth-form__login .button__label::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f023';
  font-size: 90%;
  color: rgba(255, 255, 255, 0.9);
}
.auth-form__login .button__label:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.auth-form__login .button__label.button_enabled_false:focus {
  box-shadow: none !important;
}
.auth-form__register .button__label {
  text-align: center;
  white-space: nowrap;
  color: #319ad3;
  font-size: 1.6rem;
  vertical-align: middle;
  padding: 0.8rem;
}
.auth-form__register .button__label:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.auth-form__register .button__label.button_enabled_false:focus {
  box-shadow: none !important;
}
.auth-form__spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(20, 22, 23, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-with-links-wrapper {
  padding-bottom: 2.4rem;
}
[dir="ltr"] .form-with-links-wrapper .link {
  padding-right: 0;
}
[dir="rtl"] .form-with-links-wrapper .link {
  padding-left: 0;
}
.form-with-links-wrapper .link {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #319ad3 !important;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 1.6rem 1.6rem;
}
[dir='rtl'] .form-with-links-wrapper .link {
  left: 0;
  right: unset;
}
[dir='ltr'] .form-with-links-wrapper .link {
  right: 0;
  left: unset;
}
.modal-window .button_type_registration {
  display: block;
  margin-bottom: 3.2rem;
  text-align: center;
  white-space: nowrap;
  font-size: 1.6rem;
  color: #319ad3;
}
.modal-window .button_type_registration:hover {
  color: #acb4b9;
}
[dir="ltr"] .modal-window .button_type_registration-acc-back,[dir="ltr"] 
.modal-window .button_type_auth-back {
  right: 0.8rem;
}
[dir="rtl"] .modal-window .button_type_registration-acc-back,[dir="rtl"] 
.modal-window .button_type_auth-back {
  left: 0.8rem;
}
.modal-window .button_type_registration-acc-back,
.modal-window .button_type_auth-back {
  display: block;
  position: absolute;
  top: 0.4rem;
  line-height: 0;
  font-size: 1.6rem;
  color: #74848b;
  z-index: 8;
}
.modal-window .button_type_registration-acc-back:hover,
.modal-window .button_type_auth-back:hover {
  color: #909ca2;
}
[dir="ltr"] .modal-window .link_type_open-account {
  padding-right: 1.4rem;
}
[dir="rtl"] .modal-window .link_type_open-account {
  padding-left: 1.4rem;
}
[dir="ltr"] .modal-window .link_type_open-account {
  right: 0.8rem;
}
[dir="rtl"] .modal-window .link_type_open-account {
  left: 0.8rem;
}
.modal-window .link_type_open-account {
  display: none;
  position: relative;
  line-height: 1.38461538;
  text-decoration: none;
  position: absolute;
  bottom: 0.8rem;
  font-size: 1.3rem;
}
.modal-window .link_type_open-account,
.modal-window .link_type_open-account:link,
.modal-window .link_type_open-account:visited {
  color: #acb4b9;
}
[dir="ltr"] .modal-window .link_type_open-account.out::after {
  right: 0;
}
[dir="rtl"] .modal-window .link_type_open-account.out::after {
  left: 0;
}
.modal-window .link_type_open-account.out::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -60%);
  content: '\f08e';
  font-size: 1rem;
  font-weight: bold;
  color: inherit;
}
[dir='rtl'] .modal-window .link_type_open-account::after {
  transform: scale(-1, 1);
}
.modal-window .link_type_open-account:hover {
  color: #e6e6e6;
}
.modal-window .link_type_open-account:hover::after {
  display: inline-block;
}
.modal-window .link_type_open-account,
.modal-window .link_type_open-account:link,
.modal-window .link_type_open-account:visited {
  color: #319ad3;
}
.modal-window .link_type_open-account:hover {
  color: #acb4b9;
}
.modal-window__demo-link {
  display: flex;
  text-align: center;
  font-size: 1.6rem;
}
[dir="ltr"] .modal-window .support-link,[dir="ltr"] 
.modal-window .remind-link {
  padding-right: 1.4rem;
}
[dir="rtl"] .modal-window .support-link,[dir="rtl"] 
.modal-window .remind-link {
  padding-left: 1.4rem;
}
[dir="ltr"] .modal-window .support-link,[dir="ltr"] 
.modal-window .remind-link {
  padding-right: 0;
}
[dir="rtl"] .modal-window .support-link,[dir="rtl"] 
.modal-window .remind-link {
  padding-left: 0;
}
.modal-window .support-link,
.modal-window .remind-link {
  display: block;
  position: relative;
  line-height: 1.38461538;
  text-decoration: none;
  position: absolute;
  bottom: 0.8rem;
  font-size: 1.3rem;
}
.modal-window .support-link,
.modal-window .remind-link,
.modal-window .support-link:link,
.modal-window .remind-link:link,
.modal-window .support-link:visited,
.modal-window .remind-link:visited {
  color: #acb4b9;
}
[dir="ltr"] .modal-window .support-link.out::after,[dir="ltr"] 
.modal-window .remind-link.out::after {
  right: 0;
}
[dir="rtl"] .modal-window .support-link.out::after,[dir="rtl"] 
.modal-window .remind-link.out::after {
  left: 0;
}
.modal-window .support-link.out::after,
.modal-window .remind-link.out::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -60%);
  content: '\f08e';
  font-size: 1rem;
  font-weight: bold;
  color: inherit;
}
[dir='rtl'] .modal-window .support-link::after,
[dir='rtl'] .modal-window .remind-link::after {
  transform: scale(-1, 1);
}
.modal-window .support-link:hover,
.modal-window .remind-link:hover {
  color: #e6e6e6;
}
.modal-window .support-link:hover::after,
.modal-window .remind-link:hover::after {
  display: inline-block;
}
.modal-window .support-link,
.modal-window .remind-link,
.modal-window .support-link:link,
.modal-window .remind-link:link,
.modal-window .support-link:visited,
.modal-window .remind-link:visited {
  color: #319ad3;
}
.modal-window .support-link:hover,
.modal-window .remind-link:hover {
  color: #acb4b9;
}
.modal-window .support-link:hover::after,
.modal-window .remind-link:hover::after {
  content: none;
}
[dir="ltr"] .modal-window .support-link__label,[dir="ltr"] 
.modal-window .remind-link__label {
  margin-left: 0.4rem;
}
[dir="rtl"] .modal-window .support-link__label,[dir="rtl"] 
.modal-window .remind-link__label {
  margin-right: 0.4rem;
}
[dir="ltr"] .modal-window .support-link {
  right: 1.6rem;
}
[dir="rtl"] .modal-window .support-link {
  left: 1.6rem;
}
[dir="ltr"] .modal-window .remind-link {
  left: 1.6rem;
}
[dir="rtl"] .modal-window .remind-link {
  right: 1.6rem;
}
.modal-window_type_authentication .modal-window__frame {
  z-index: 2;
}
.modal-window_type_authentication .modal-window__scroll-wrapper {
  overflow: auto;
  width: 100%;
}
.modal-window_type_authentication .modal-window__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.modal-window_type_authentication .modal-window__previous {
  margin-top: 1.6rem;
}
.modal-window_type_authentication .modal-window__next {
  margin-bottom: 1.6rem;
}
.modal-window_type_authentication .growth-non-auth-widget-wrapper {
  z-index: 1;
}
.modal-window_type_authentication.modal-window_visible_true:not([class*='details']) {
  background-color: transparent;
}
.modal-window_type_account-authorization .modal-window__footer .link_type_open-account {
  display: block;
}
.modal-window_registration-details_true .modal-window__previous {
  display: none;
}
.modal-window_registration_true .button_type_auth-back {
  display: block;
}
.agreement-country-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0.8rem 1.6rem;
}
[dir="ltr"] .agreement-country-item::after {
  left: 0.8rem;
}
[dir="rtl"] .agreement-country-item::after {
  right: 0.8rem;
}
[dir="ltr"] .agreement-country-item::after {
  right: 0.8rem;
}
[dir="rtl"] .agreement-country-item::after {
  left: 0.8rem;
}
.agreement-country-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  background: #a9b8cf;
}
.agreement-country-item:first-child::after {
  display: none;
}
.agreement-country-item__label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.modal-window_registration_true .modal-window__previous {
  top: 0;
}
.modal-window_registration_true .form-desktop {
  width: 800px;
}
.modal-window_registration_true .form-desktop__footer {
  height: 15px;
}
.modal-window_registration_true .form {
  width: 100%;
}
@media screen and (max-height: 768px) {
  .modal-window_registration_true .modal-window__previous {
    margin-bottom: 1.6rem;
  }
}
.registration-form-wrapper .form__title,
.registration-form-wrapper .form .logo {
  display: none;
}
.registration-form-wrapper .form__field {
  margin-bottom: 0.8rem;
}
.registration-form-wrapper .select__items {
  z-index: 2;
}
.registration-form-wrapper .jurisdiction {
  margin-bottom: 3.2rem;
}
.registration-form__spinner-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  background-color: rgba(20, 22, 23, 0.5);
  z-index: 8;
}
.registration-form__unavailable {
  width: 70%;
}
[dir="ltr"] .registration-form__email {
  padding-right: 0.8rem;
}
[dir="rtl"] .registration-form__email {
  padding-left: 0.8rem;
}
.registration-form__email {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}
[dir="ltr"] .registration-form__name {
  padding-left: 0.8rem;
}
[dir="rtl"] .registration-form__name {
  padding-right: 0.8rem;
}
.registration-form__name {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}
[dir="ltr"] .registration-form__country {
  padding-left: 0.8rem;
}
[dir="rtl"] .registration-form__country {
  padding-right: 0.8rem;
}
.registration-form__country {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}
[dir="ltr"] .registration-form__surname {
  padding-right: 0.8rem;
}
[dir="rtl"] .registration-form__surname {
  padding-left: 0.8rem;
}
.registration-form__surname {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}
[dir="ltr"] .registration-form__agent-id {
  padding-right: 0.8rem;
}
[dir="rtl"] .registration-form__agent-id {
  padding-left: 0.8rem;
}
.registration-form__agent-id {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}
.registration-form__checkbox-wrapper {
  display: inline-flex;
}
.registration-form .check_agree_chb {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin-bottom: 0.8rem;
}
.registration-form__submit {
  text-align: center;
}
.registration-form__submit .button {
  margin: 4.8rem 0 1.6rem;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  font-size: 1.8rem;
  padding: 0.8rem;
}
.registration-form__submit .button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.registration-form__submit .button.button_enabled_false:focus {
  box-shadow: none !important;
}
.registration-form__claim-error {
  display: flex;
  margin: 0;
  justify-content: center;
  position: relative;
}
.risk-warning {
  margin-top: 1.6rem;
  color: #acb4b9;
  font-size: 1.1rem;
}
.risk-warning__title {
  margin-bottom: 0.4rem;
}
.risk-warning__text {
  margin-bottom: 0.4rem;
  text-align: justify;
}
.risk-warning .copyright {
  margin-bottom: 0.4rem;
}
.registration-summary__action-btns {
  margin: 1.6rem 0;
}
.account-summary__bg-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.6rem;
}
.account-summary__title {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #e8e9eb;
  text-align: center;
}
.account-summary__description {
  display: block;
  margin-bottom: 3.6rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-summary__email {
  font-weight: bold;
}
.account-summary__action-btn {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.account-summary__action-btn-icon {
  display: inline-flex;
  justify-content: center;
  margin-top: -1rem;
  margin-bottom: -1rem;
  color: #fdfdfe;
}
.user-info {
  display: inline-block;
  vertical-align: top;
}
.user-info__logout {
  height: 3.2rem;
  line-height: 3.2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: center;
  background: #455054;
  border-radius: 0 0 0.4rem 0.4rem;
  cursor: pointer;
}
[dir="ltr"] .user-info__logout .fa {
  margin-left: 0.8rem;
}
[dir="rtl"] .user-info__logout .fa {
  margin-right: 0.8rem;
}
.user-info__logout .fa {
  line-height: inherit;
  font-size: 1.4rem;
}
.user-info__logout:hover {
  color: #e6e6e6;
}
.user-info__logout:hover .fa {
  color: currentcolor;
}
@media screen and (max-width: 1024px) {
  .user-info__logout {
    font-size: 0;
  }
  [dir="ltr"] .user-info__logout .fa {
    margin-left: 0;
  }
  [dir="rtl"] .user-info__logout .fa {
    margin-right: 0;
  }
  .user-info__logout .fa {
    font-size: 1.5rem;
    vertical-align: middle;
  }
}
.chart-cntxt-menu {
  width: 230px;
  padding: 1.6rem;
  font-size: 1.2rem;
}
.chart-cntxt-menu .drop-down:not(.drop-down_display_flat) .drop-down__list {
  padding: 1.6rem 0;
}
.chart-cntxt-menu .drop-down__list {
  border-radius: 0.4rem;
}
.chart-cntxt-menu .drop-down__item {
  display: block;
  height: 1.5rem;
  margin-bottom: 0.8rem;
  padding: 0 1.6rem;
  line-height: 1.5rem;
  font-size: 1.2rem;
  font-family: inherit;
  text-align: left;
  background: none;
  cursor: pointer;
}
.chart-cntxt-menu .drop-down__item:last-child {
  margin-bottom: 0;
}
.chart-cntxt-menu .drop-down__item_state_active {
  background: none;
}
.chart-cntxt-menu .drop-down__item_state_active:hover {
  background: none;
}
.chart-cntxt-menu .drop-down__item:not(.drop-down__item_state_active) {
  color: #acb4b9;
}
.chart-cntxt-menu .drop-down__item:not(.drop-down__item_state_active):hover {
  color: #e6e6e6;
}
.chart-cntxt-menu .drop-down__item:not(.drop-down__item_state_active):hover .icon,
.chart-cntxt-menu .drop-down__item:not(.drop-down__item_state_active):hover .fa {
  opacity: 1 !important;
  color: currentColor;
}
.chart-cntxt-menu .radio-group__item {
  display: block;
  height: 1.5rem;
  margin-bottom: 0.8rem;
  padding: 0 1.6rem;
  line-height: 1.5rem;
  font-size: 1.2rem;
  text-align: left;
  background: none;
  cursor: pointer;
}
.chart-cntxt-menu .radio-group__item:last-child {
  margin-bottom: 0;
}
.chart-cntxt-menu .radio-group__item:not(.radio-group__item_state_active) {
  color: #acb4b9;
}
.chart-cntxt-menu .radio-group__item:not(.radio-group__item_state_active):hover {
  color: #e6e6e6;
}
.chart-cntxt-menu .radio-group__item:not(.radio-group__item_state_active):hover .icon {
  opacity: 1 !important;
  color: currentColor;
}
.chart-cntxt-menu .visible-ctrl {
  background: none;
  color: #acb4b9;
  cursor: pointer;
}
.chart-cntxt-menu .visible-ctrl .selected-item {
  padding: 0;
  font-size: 1.2rem;
  height: auto;
  line-height: normal;
  line-height: initial;
  background: none;
  border: none;
  color: inherit;
}
.chart-cntxt-menu .visible-ctrl__expand-btn {
  width: auto;
  padding: 0;
}
.chart-cntxt-menu .visible-ctrl__expand-btn::before {
  content: '\f0da';
  line-height: normal;
  line-height: initial;
  color: currentColor;
}
[dir='rtl'] .chart-cntxt-menu .visible-ctrl__expand-btn::before {
  content: '\f0d9';
}
.chart-cntxt-menu .visible-ctrl:hover {
  color: #e6e6e6;
}
.chart-cntxt-menu .visible-ctrl:hover .visible-ctrl__expand-btn {
  color: currentColor;
}
.chart-cntxt-menu .visible-ctrl_active_true {
  color: #e6e6e6;
}
.chart-cntxt-menu .visible-ctrl_active_true .input__field {
  border: none;
}
.chart-cntxt-menu .visible-ctrl_active_true .selected-item,
.chart-cntxt-menu .visible-ctrl_active_true .selected-item:focus {
  border: none;
}
.chart-cntxt-menu .expandable__content {
  border-radius: 0.4rem;
}
[dir="ltr"] .chart-cntxt-menu .expandable__content_pos_left {
  left: 100% !important;
}
[dir="rtl"] .chart-cntxt-menu .expandable__content_pos_left {
  right: 100% !important;
}
[dir="ltr"] .chart-cntxt-menu .expandable__content_pos_left {
  margin-left: 2rem;
}
[dir="rtl"] .chart-cntxt-menu .expandable__content_pos_left {
  margin-right: 2rem;
}
[dir="ltr"] .chart-cntxt-menu .expandable__content_pos_left {
  margin-right: 1rem;
}
[dir="rtl"] .chart-cntxt-menu .expandable__content_pos_left {
  margin-left: 1rem;
}
.chart-cntxt-menu .expandable__content_pos_left {
  top: -1.6rem;
}
[dir="ltr"] .chart-cntxt-menu .expandable__content_pos_right {
  left: auto !important;
}
[dir="rtl"] .chart-cntxt-menu .expandable__content_pos_right {
  right: auto !important;
}
[dir="ltr"] .chart-cntxt-menu .expandable__content_pos_right {
  left: auto !important;
  left: initial !important;
}
[dir="rtl"] .chart-cntxt-menu .expandable__content_pos_right {
  right: auto !important;
  right: initial !important;
}
[dir="ltr"] .chart-cntxt-menu .expandable__content_pos_right {
  right: 100% !important;
}
[dir="rtl"] .chart-cntxt-menu .expandable__content_pos_right {
  left: 100% !important;
}
[dir="ltr"] .chart-cntxt-menu .expandable__content_pos_right {
  margin-right: 2rem;
}
[dir="rtl"] .chart-cntxt-menu .expandable__content_pos_right {
  margin-left: 2rem;
}
[dir="ltr"] .chart-cntxt-menu .expandable__content_pos_right {
  margin-left: 1rem;
}
[dir="rtl"] .chart-cntxt-menu .expandable__content_pos_right {
  margin-right: 1rem;
}
.chart-cntxt-menu .expandable__content_pos_right {
  top: -1.6rem;
}
.chart-cntxt-menu .expandable__content[style*='top'] {
  margin-top: -3.2rem;
}
[dir="ltr"] .chart-cntxt-menu .new-order-btn {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .new-order-btn {
  padding-right: 2.4rem;
}
.chart-cntxt-menu .new-order-btn {
  margin-bottom: 0.4rem;
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #acb4b9;
  justify-content: flex-start;
}
.chart-cntxt-menu .new-order-btn:not(.button_disabled_yes):hover {
  color: #e6e6e6;
}
[dir="ltr"] .chart-cntxt-menu .new-order-btn .button__icon {
  left: 0;
}
[dir="rtl"] .chart-cntxt-menu .new-order-btn .button__icon {
  right: 0;
}
.chart-cntxt-menu .new-order-btn .button__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
}
.chart-cntxt-menu .pending-order-btn {
  margin-bottom: 0.4rem;
}
[dir="ltr"] .chart-cntxt-menu .pending-order-btn__ctnt {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .pending-order-btn__ctnt {
  padding-right: 2.4rem;
}
.chart-cntxt-menu .pending-order-btn__ctnt {
  width: 100%;
  display: block;
  position: relative;
  font-size: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #acb4b9;
  overflow: hidden;
}
.chart-cntxt-menu .pending-order-btn__ctnt:hover {
  color: #e6e6e6;
}
[dir="ltr"] .chart-cntxt-menu .pending-order-btn__icon {
  left: 0;
}
[dir="rtl"] .chart-cntxt-menu .pending-order-btn__icon {
  right: 0;
}
.chart-cntxt-menu .pending-order-btn__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
}
.chart-cntxt-menu .pending-order-btn__icon::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: inline-block;
  width: 1rem;
  border-bottom: 1px solid currentColor;
}
[dir="ltr"] .chart-cntxt-menu .pending-order-btn__price {
  float: right;
}
[dir="rtl"] .chart-cntxt-menu .pending-order-btn__price {
  float: left;
}
[dir='ltr'] .chart-cntxt-menu .new-order-btn .tip,
[dir='ltr'] .chart-cntxt-menu .pending-order-btn .tip {
  transform: translate(-0.8rem, 0);
}
[dir='rtl'] .chart-cntxt-menu .new-order-btn .tip,
[dir='rtl'] .chart-cntxt-menu .pending-order-btn .tip {
  transform: translate(0.8rem, 0);
}
.chart-cntxt-menu .chart-period {
  position: relative;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  margin-bottom: 0.8rem;
  border-top: 1px solid rgba(172, 180, 185, 0.3);
}
[dir="ltr"] .chart-cntxt-menu .chart-period__title {
  left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .chart-period__title {
  right: 2.4rem;
}
.chart-cntxt-menu .chart-period__title {
  position: absolute;
  top: 0.8rem;
  bottom: 0;
  z-index: -1;
  color: #acb4b9;
}
.chart-cntxt-menu .chart-period .drop-down:hover ~ .chart-period__title {
  color: #e6e6e6;
}
.chart-cntxt-menu .chart-settings {
  margin-bottom: 0.4rem;
}
[dir="ltr"] .chart-cntxt-menu .chart-settings .visible-ctrl {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .chart-settings .visible-ctrl {
  padding-right: 2.4rem;
}
.chart-cntxt-menu .chart-settings .visible-ctrl {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
[dir="ltr"] .chart-cntxt-menu .chart-settings .visible-ctrl .fa {
  left: 0;
}
[dir="rtl"] .chart-cntxt-menu .chart-settings .visible-ctrl .fa {
  right: 0;
}
.chart-cntxt-menu .chart-settings .visible-ctrl .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
}
[dir="ltr"] .chart-cntxt-menu .chart-settings .visible-ctrl::after {
  right: 0;
}
[dir="rtl"] .chart-cntxt-menu .chart-settings .visible-ctrl::after {
  left: 0;
}
.chart-cntxt-menu .chart-settings .visible-ctrl::after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  content: '\f0da';
  font-size: 1.8rem;
  color: #74848b;
}
[dir='rtl'] .chart-cntxt-menu .chart-settings .visible-ctrl::after {
  content: '\f0d9';
}
.chart-cntxt-menu .chart-settings .visible-ctrl:hover::after {
  color: currentColor;
}
.chart-cntxt-menu .chart-settings .visible-ctrl_active_true::after {
  color: #e6e6e6;
}
.chart-cntxt-menu .chart-settings__contents {
  width: 230px;
  padding: 1.6rem;
}
.chart-cntxt-menu .chart-settings__contents .check__label {
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
}
.chart-cntxt-menu .chart-settings__contents .check__label::before {
  font-size: 0.8em;
}
.chart-cntxt-menu .chart-settings__contents .check:last-child .check__label {
  margin-bottom: 0;
}
.chart-cntxt-menu .chart-settings__contents .check__chk:checked + .check__label::after {
  font-size: 1em;
}
.chart-cntxt-menu .chart-type {
  position: relative;
  margin-bottom: 0.4rem;
}
.chart-cntxt-menu .chart-type .selected-item {
  font-size: 0;
  min-height: 1.66153846rem;
}
.chart-cntxt-menu .chart-type .selected-item .content .icon {
  opacity: 0.5;
}
[dir="ltr"] .chart-cntxt-menu .chart-type .drop-down__item .content {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .chart-type .drop-down__item .content {
  padding-right: 2.4rem;
}
.chart-cntxt-menu .chart-type .drop-down__item .content {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
[dir="ltr"] .chart-cntxt-menu .chart-type .drop-down__item .content .icon {
  left: 0;
}
[dir="rtl"] .chart-cntxt-menu .chart-type .drop-down__item .content .icon {
  right: 0;
}
.chart-cntxt-menu .chart-type .drop-down__item .content .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
  margin-top: -2px;
}
.chart-cntxt-menu .chart-type .drop-down__item:not(.drop-down__item_state_active) .content .icon {
  opacity: 0.5;
}
[dir="ltr"] .chart-cntxt-menu .chart-type__title {
  left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .chart-type__title {
  right: 2.4rem;
}
.chart-cntxt-menu .chart-type__title {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  color: #acb4b9;
}
.chart-cntxt-menu .chart-type .drop-down:hover .icon {
  opacity: 1;
}
.chart-cntxt-menu .chart-type .drop-down:hover ~ .chart-type__title {
  color: #e6e6e6;
}
.chart-cntxt-menu__change-colors {
  margin-bottom: 0.4rem;
}
[dir="ltr"] .chart-cntxt-menu__change-colors .button {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu__change-colors .button {
  padding-right: 2.4rem;
}
.chart-cntxt-menu__change-colors .button {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #acb4b9;
  justify-content: flex-start;
}
.chart-cntxt-menu__change-colors .button:hover {
  color: #e6e6e6;
}
[dir="ltr"] .chart-cntxt-menu__change-colors .button .fa {
  left: 0;
}
[dir="rtl"] .chart-cntxt-menu__change-colors .button .fa {
  right: 0;
}
.chart-cntxt-menu__change-colors .button .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
}
.chart-cntxt-menu__change-colors .button:hover::after {
  color: currentColor;
}
.chart-cntxt-menu .chart-temlates {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(172, 180, 185, 0.3);
}
[dir="ltr"] .chart-cntxt-menu .chart-temlates .visible-ctrl {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .chart-temlates .visible-ctrl {
  padding-right: 2.4rem;
}
.chart-cntxt-menu .chart-temlates .visible-ctrl {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
[dir="ltr"] .chart-cntxt-menu .chart-temlates .visible-ctrl .fa {
  left: 0;
}
[dir="rtl"] .chart-cntxt-menu .chart-temlates .visible-ctrl .fa {
  right: 0;
}
.chart-cntxt-menu .chart-temlates .visible-ctrl .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
}
[dir="ltr"] .chart-cntxt-menu .chart-temlates .visible-ctrl::after {
  right: 0;
}
[dir="rtl"] .chart-cntxt-menu .chart-temlates .visible-ctrl::after {
  left: 0;
}
.chart-cntxt-menu .chart-temlates .visible-ctrl::after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  content: '\f0da';
  font-size: 1.8rem;
  color: #74848b;
}
[dir='rtl'] .chart-cntxt-menu .chart-temlates .visible-ctrl::after {
  content: '\f0d9';
}
.chart-cntxt-menu .chart-temlates .visible-ctrl:hover::after {
  color: currentColor;
}
.chart-cntxt-menu .chart-temlates .visible-ctrl_active_true::after {
  color: #e6e6e6;
}
[dir="ltr"] .chart-cntxt-menu .zoom-selector {
  margin-left: -0.4rem;
}
[dir="rtl"] .chart-cntxt-menu .zoom-selector {
  margin-right: -0.4rem;
}
.chart-cntxt-menu .zoom-selector {
  margin-bottom: 0.4rem;
}
.chart-cntxt-menu__color-scheme {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(172, 180, 185, 0.3);
}
[dir="ltr"] .chart-cntxt-menu__color-scheme .button {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu__color-scheme .button {
  padding-right: 2.4rem;
}
.chart-cntxt-menu__color-scheme .button {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #acb4b9;
  justify-content: flex-start;
}
.chart-cntxt-menu__color-scheme .button:hover {
  color: #e6e6e6;
}
[dir="ltr"] .chart-cntxt-menu__color-scheme .button::before,[dir="ltr"] 
.chart-cntxt-menu__color-scheme .button::after {
  left: 0.5rem;
}
[dir="rtl"] .chart-cntxt-menu__color-scheme .button::before,[dir="rtl"] 
.chart-cntxt-menu__color-scheme .button::after {
  right: 0.5rem;
}
.chart-cntxt-menu__color-scheme .button::before,
.chart-cntxt-menu__color-scheme .button::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1.2rem;
  height: 0.8rem;
}
.chart-cntxt-menu__color-scheme .button::before {
  margin-top: -0.2rem;
  margin-left: -0.5rem;
}
.chart-cntxt-menu__color-scheme .button::after {
  margin-top: 0.2rem;
  margin-right: -0.5rem;
}
.chart-cntxt-menu__color-scheme .button::before {
  background: #e6e6e6;
  border: 1px solid #f8f8f9;
}
.chart-cntxt-menu__color-scheme .button::after {
  background: #505d62;
  border: 1px solid #acb4b9;
}
.chart-cntxt-menu__color-scheme .button:hover::before {
  background-color: #f8f8f9;
  border-color: #fff;
}
.chart-cntxt-menu .charts-layout {
  position: relative;
  margin-bottom: 0.4rem;
}
[dir="ltr"] .chart-cntxt-menu .charts-layout .visible-ctrl {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .charts-layout .visible-ctrl {
  padding-right: 2.4rem;
}
.chart-cntxt-menu .charts-layout .visible-ctrl {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
[dir="ltr"] .chart-cntxt-menu .charts-layout .visible-ctrl .fa {
  left: 0;
}
[dir="rtl"] .chart-cntxt-menu .charts-layout .visible-ctrl .fa {
  right: 0;
}
.chart-cntxt-menu .charts-layout .visible-ctrl .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
}
[dir="ltr"] .chart-cntxt-menu .charts-layout .visible-ctrl::after {
  right: 0;
}
[dir="rtl"] .chart-cntxt-menu .charts-layout .visible-ctrl::after {
  left: 0;
}
.chart-cntxt-menu .charts-layout .visible-ctrl::after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  content: '\f0da';
  font-size: 1.8rem;
  color: #74848b;
}
[dir='rtl'] .chart-cntxt-menu .charts-layout .visible-ctrl::after {
  content: '\f0d9';
}
.chart-cntxt-menu .charts-layout .visible-ctrl:hover::after {
  color: currentColor;
}
.chart-cntxt-menu .charts-layout .visible-ctrl_active_true::after {
  color: #e6e6e6;
}
.chart-cntxt-menu .charts-layout .selected-item {
  font-size: 0;
  min-height: 1.66153846rem;
}
.chart-cntxt-menu .charts-layout .selected-item .content .fa {
  opacity: 0.5;
}
[dir="ltr"] .chart-cntxt-menu .charts-layout .drop-down__item .content {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .charts-layout .drop-down__item .content {
  padding-right: 2.4rem;
}
.chart-cntxt-menu .charts-layout .drop-down__item .content {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
[dir="ltr"] .chart-cntxt-menu .charts-layout .drop-down__item .content .fa {
  left: 0;
}
[dir="rtl"] .chart-cntxt-menu .charts-layout .drop-down__item .content .fa {
  right: 0;
}
.chart-cntxt-menu .charts-layout .drop-down__item .content .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
}
.chart-cntxt-menu .charts-layout .drop-down__item:not(.drop-down__item_state_active) .content .fa {
  opacity: 0.5;
}
[dir="ltr"] .chart-cntxt-menu .charts-layout__title {
  left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .charts-layout__title {
  right: 2.4rem;
}
.chart-cntxt-menu .charts-layout__title {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  color: #acb4b9;
}
.chart-cntxt-menu .charts-layout .drop-down:hover .fa {
  opacity: 1;
}
.chart-cntxt-menu .charts-layout .drop-down:hover ~ .charts-layout__title {
  color: #e6e6e6;
}
.chart-cntxt-menu .chart-indicators {
  margin-bottom: 0.4rem;
}
[dir="ltr"] .chart-cntxt-menu .chart-indicators .visible-ctrl {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .chart-indicators .visible-ctrl {
  padding-right: 2.4rem;
}
.chart-cntxt-menu .chart-indicators .visible-ctrl {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
[dir="ltr"] .chart-cntxt-menu .chart-indicators .visible-ctrl .fa {
  left: 0;
}
[dir="rtl"] .chart-cntxt-menu .chart-indicators .visible-ctrl .fa {
  right: 0;
}
.chart-cntxt-menu .chart-indicators .visible-ctrl .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
}
[dir="ltr"] .chart-cntxt-menu .chart-indicators .visible-ctrl::after {
  right: 0;
}
[dir="rtl"] .chart-cntxt-menu .chart-indicators .visible-ctrl::after {
  left: 0;
}
.chart-cntxt-menu .chart-indicators .visible-ctrl::after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  content: '\f0da';
  font-size: 1.8rem;
  color: #74848b;
}
[dir='rtl'] .chart-cntxt-menu .chart-indicators .visible-ctrl::after {
  content: '\f0d9';
}
.chart-cntxt-menu .chart-indicators .visible-ctrl:hover::after {
  color: currentColor;
}
.chart-cntxt-menu .chart-indicators .visible-ctrl_active_true::after {
  color: #e6e6e6;
}
.chart-cntxt-menu .chart-indicators .indicators {
  width: 307px;
}
.chart-cntxt-menu .chart-instruments {
  margin-bottom: 0.4rem;
}
[dir="ltr"] .chart-cntxt-menu .chart-instruments .visible-ctrl {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .chart-instruments .visible-ctrl {
  padding-right: 2.4rem;
}
.chart-cntxt-menu .chart-instruments .visible-ctrl {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
[dir="ltr"] .chart-cntxt-menu .chart-instruments .visible-ctrl .fa {
  left: 0;
}
[dir="rtl"] .chart-cntxt-menu .chart-instruments .visible-ctrl .fa {
  right: 0;
}
.chart-cntxt-menu .chart-instruments .visible-ctrl .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
}
[dir="ltr"] .chart-cntxt-menu .chart-instruments .visible-ctrl::after {
  right: 0;
}
[dir="rtl"] .chart-cntxt-menu .chart-instruments .visible-ctrl::after {
  left: 0;
}
.chart-cntxt-menu .chart-instruments .visible-ctrl::after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  content: '\f0da';
  font-size: 1.8rem;
  color: #74848b;
}
[dir='rtl'] .chart-cntxt-menu .chart-instruments .visible-ctrl::after {
  content: '\f0d9';
}
.chart-cntxt-menu .chart-instruments .visible-ctrl:hover::after {
  color: currentColor;
}
.chart-cntxt-menu .chart-instruments .visible-ctrl_active_true::after {
  color: #e6e6e6;
}
.chart-cntxt-menu .chart-instruments__instruments {
  padding: 1.6rem;
}
.chart-cntxt-menu .chart-instruments__instruments .drop-down .expandable__content {
  box-shadow: none;
}
.chart-cntxt-menu .chart-instruments__instruments .drop-down__item {
  padding: 0;
}
[dir="ltr"] .chart-cntxt-menu .chart-instruments__instruments .drop-down__item .content {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .chart-instruments__instruments .drop-down__item .content {
  padding-right: 2.4rem;
}
.chart-cntxt-menu .chart-instruments__instruments .drop-down__item .content {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
[dir="ltr"] .chart-cntxt-menu .chart-instruments__instruments .drop-down__item .content .icon {
  left: 0;
}
[dir="rtl"] .chart-cntxt-menu .chart-instruments__instruments .drop-down__item .content .icon {
  right: 0;
}
.chart-cntxt-menu .chart-instruments__instruments .drop-down__item .content .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
  margin-top: -2px;
}
.chart-cntxt-menu .chart-instruments__instruments .drop-down__item:not(.drop-down__item_state_active) .content .icon {
  opacity: 0.5;
}
.chart-cntxt-menu .chart-instruments__instruments .drop-down:first-child {
  margin-bottom: 0.8rem;
}
.chart-cntxt-menu .chart-objects-menu {
  margin-bottom: 0.4rem;
}
[dir="ltr"] .chart-cntxt-menu .chart-objects-menu .visible-ctrl {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-cntxt-menu .chart-objects-menu .visible-ctrl {
  padding-right: 2.4rem;
}
.chart-cntxt-menu .chart-objects-menu .visible-ctrl {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
[dir="ltr"] .chart-cntxt-menu .chart-objects-menu .visible-ctrl .fa {
  left: 0;
}
[dir="rtl"] .chart-cntxt-menu .chart-objects-menu .visible-ctrl .fa {
  right: 0;
}
.chart-cntxt-menu .chart-objects-menu .visible-ctrl .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
}
[dir="ltr"] .chart-cntxt-menu .chart-objects-menu .visible-ctrl::after {
  right: 0;
}
[dir="rtl"] .chart-cntxt-menu .chart-objects-menu .visible-ctrl::after {
  left: 0;
}
.chart-cntxt-menu .chart-objects-menu .visible-ctrl::after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  content: '\f0da';
  font-size: 1.8rem;
  color: #74848b;
}
[dir='rtl'] .chart-cntxt-menu .chart-objects-menu .visible-ctrl::after {
  content: '\f0d9';
}
.chart-cntxt-menu .chart-objects-menu .visible-ctrl:hover::after {
  color: currentColor;
}
.chart-cntxt-menu .chart-objects-menu .visible-ctrl_active_true::after {
  color: #e6e6e6;
}
.chart-objects {
  min-width: 230px;
  padding: 1.6rem;
}
.chart-objects__show-hide {
  margin-top: 1.6rem;
}
[dir="ltr"] .chart-objects__show-hide .button__title {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-objects__show-hide .button__title {
  padding-right: 2.4rem;
}
.chart-objects__show-hide .button__title {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: none;
  color: #acb4b9;
}
.chart-objects__show-hide .button__title:hover {
  color: #e6e6e6;
}
[dir="ltr"] .chart-objects__show-hide .button__title .fa {
  left: 0;
}
[dir="rtl"] .chart-objects__show-hide .button__title .fa {
  right: 0;
}
.chart-objects__show-hide .button__title .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
  text-align: center;
}
.chart-objects__show-hide .button_objects_show .button__title:first-child {
  display: block;
}
.chart-objects__show-hide .button_objects_hide .button__title:last-child {
  display: block;
}
.chart-objects__remove {
  position: relative;
  padding-top: 2rem;
}
.chart-objects__remove::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 1.2rem;
  display: block;
  border-bottom: 1px solid rgba(172, 180, 185, 0.3);
}
[dir="ltr"] .chart-objects__remove .button {
  padding-left: 2.4rem;
}
[dir="rtl"] .chart-objects__remove .button {
  padding-right: 2.4rem;
}
.chart-objects__remove .button {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #acb4b9;
}
.chart-objects__remove .button:hover {
  color: #e6e6e6;
}
[dir="ltr"] .chart-objects__remove .button .fa {
  left: 0;
}
[dir="rtl"] .chart-objects__remove .button .fa {
  right: 0;
}
.chart-objects__remove .button .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
  text-align: center;
}
.chart-objects__list:empty ~ .chart-objects__show-hide,
.chart-objects__list:empty ~ .chart-objects__remove {
  margin-top: 0;
}
.ctx-menu-item {
  height: 2.4rem;
  margin-bottom: 0.8rem;
  color: #acb4b9;
}
.ctx-menu-item:hover {
  color: #e6e6e6;
}
[dir="ltr"] .ctx-menu-item__text-block {
  padding-left: 2.4rem;
}
[dir="rtl"] .ctx-menu-item__text-block {
  padding-right: 2.4rem;
}
.ctx-menu-item__text-block {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.4rem;
  border: 1px solid #434d51;
  border-radius: 0.4rem;
}
[dir="ltr"] .ctx-menu-item__edit-block {
  padding-left: 2.4rem;
}
[dir="rtl"] .ctx-menu-item__edit-block {
  padding-right: 2.4rem;
}
.ctx-menu-item__edit-block {
  position: relative;
}
.ctx-menu-item__name {
  display: inline-block;
  vertical-align: bottom;
  max-width: calc(100% - 2.4rem*2);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ctx-menu-item__edit {
  display: inline-block;
  vertical-align: text-bottom;
}
[dir="ltr"] .ctx-menu-item__close {
  border-right: 1px solid #434d51;
}
[dir="rtl"] .ctx-menu-item__close {
  border-left: 1px solid #434d51;
}
.ctx-menu-item__close {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  color: #4dc6ff;
  cursor: pointer;
}
.ctx-menu-item__close .fa.fa-times {
  color: inherit;
}
[dir="ltr"] .ctx-menu-item__modify {
  border-left: 1px solid #434d51;
}
[dir="rtl"] .ctx-menu-item__modify {
  border-right: 1px solid #434d51;
}
.ctx-menu-item__modify {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ctx-menu-item__modify:hover {
  color: #4dc6ff;
}
[dir="ltr"] .ctx-menu-item__save {
  right: 0;
}
[dir="rtl"] .ctx-menu-item__save {
  left: 0;
}
.ctx-menu-item__save {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.4rem;
  text-align: center;
  color: #acb4b9;
  border: 1px solid #434d51;
  background-color: #505d62;
  border-radius: 0 0.4rem 0.4rem 0;
}
.ctx-menu-item__save::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-right: -1px;
}
.ctx-menu-item__save .button {
  display: inline-block;
  vertical-align: middle;
}
.ctx-menu-item__save:hover {
  color: #4dc6ff;
}
.ctx-menu-item .input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 2.4rem;
}
[dir="ltr"] .ctx-menu-item .input__field {
  left: 0;
}
[dir="rtl"] .ctx-menu-item .input__field {
  right: 0;
}
[dir="ltr"] .ctx-menu-item .input__field {
  padding-right: 2.4rem;
}
[dir="rtl"] .ctx-menu-item .input__field {
  padding-left: 2.4rem;
}
[dir="ltr"] .ctx-menu-item .input__field {
  padding-left: 0.5rem;
}
[dir="rtl"] .ctx-menu-item .input__field {
  padding-right: 0.5rem;
}
.ctx-menu-item .input__field {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0.2rem 0;
  font-size: inherit;
  font-family: 'Roboto', sans-serif;
}
.ctx-menu-item .input__field::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: rgba(172, 180, 185, 0.5);
}
.templates-menu {
  min-width: 230px;
  padding: 0.8rem;
  text-shadow: none;
}
.templates-menu .button {
  display: inline-block;
  vertical-align: top;
  min-height: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.2rem;
  cursor: pointer;
}
[dir="ltr"] .templates-menu__init {
  padding-left: 1.8rem;
}
[dir="rtl"] .templates-menu__init {
  padding-right: 1.8rem;
}
.templates-menu__init {
  position: relative;
}
.templates-menu__init > .button:hover {
  color: #4dc6ff;
}
[dir="ltr"] .templates-menu__save-name-area {
  margin-left: -1.8rem;
}
[dir="rtl"] .templates-menu__save-name-area {
  margin-right: -1.8rem;
}
.templates-menu__save-name-area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.templates-menu__name {
  flex-grow: 1;
}
.templates-menu__name .input__field {
  height: 2.4rem;
  padding: 0.2rem 0.4rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
}
.templates-menu__name .input__field::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
}
.templates-menu__name .input .err {
  font-size: 1.1rem;
}
[dir="ltr"] .templates-menu__save {
  margin-left: 0.8rem;
}
[dir="rtl"] .templates-menu__save {
  margin-right: 0.8rem;
}
.templates-menu__save {
  display: inline-block;
  vertical-align: top;
}
.templates-menu__save .button {
  padding: 0 0.6rem;
  text-shadow: 1px 1px 0 #2d6730;
  background: #459c49 linear-gradient(#459c49 0%, #3d8a41 100%);
}
.templates-menu__save .button:hover {
  background: #459c49 linear-gradient(#459c49 0%, #2d6730 100%);
}
.templates-menu__save .button:active {
  background: #2f7f32 linear-gradient(#2f7f32 0%, #215a23 100%);
}
.templates-menu__save .button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0f0;
}
.templates-menu__save .button.button_enabled_false:focus {
  box-shadow: none !important;
}
.templates-menu__save .button[class*='_enabled_false'],
.templates-menu__save .button[class*='_locked_true'],
.templates-menu__save .button[class*='_disabled_yes'],
.templates-menu__save .button[class*='_enabled_false']:hover,
.templates-menu__save .button[class*='_locked_true']:hover,
.templates-menu__save .button[class*='_disabled_yes']:hover,
.templates-menu__save .button[class*='_enabled_false']:active,
.templates-menu__save .button[class*='_locked_true']:active,
.templates-menu__save .button[class*='_disabled_yes']:active {
  background: #459c49 linear-gradient(#459c49 0%, #3d8a41 100%);
  cursor: default;
}
[dir="ltr"] .templates-menu__item {
  padding-left: 1.8rem;
}
[dir="rtl"] .templates-menu__item {
  padding-right: 1.8rem;
}
[dir="ltr"] .templates-menu__item {
  padding-right: 0.4rem;
}
[dir="rtl"] .templates-menu__item {
  padding-left: 0.4rem;
}
.templates-menu__item {
  position: relative;
  height: 2.4rem;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.templates-menu__item:first-child {
  margin-top: 1.6rem;
}
.templates-menu__item:first-child::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.8rem;
  border-top: 1px solid #434d51;
}
.templates-menu__item:hover {
  background: #455054;
}
.templates-menu__item:hover .templates-menu__apply .button:active {
  color: #4dc6ff;
}
[dir="ltr"] .templates-menu__item:hover .templates-menu__apply .button:active::before {
  margin-left: 0;
}
[dir="rtl"] .templates-menu__item:hover .templates-menu__apply .button:active::before {
  margin-right: 0;
}
[dir="ltr"] .templates-menu__item:hover .templates-menu__apply .button:active::before {
  left: 0.4rem;
}
[dir="rtl"] .templates-menu__item:hover .templates-menu__apply .button:active::before {
  right: 0.4rem;
}
.templates-menu__item:hover .templates-menu__apply .button:active::before {
  position: absolute;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  height: 2.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  content: '\f058';
  color: currentColor;
}
.templates-menu__item:hover .templates-menu__remove .button {
  opacity: 1;
  color: rgba(172, 180, 185, 0.5);
}
.templates-menu__item:hover .templates-menu__remove .button:hover {
  color: #e6e6e6;
}
.templates-menu__item:hover .templates-menu__remove .button:active {
  color: #4dc6ff;
}
.templates-menu__apply {
  flex-grow: 1;
  font-size: 0;
}
.templates-menu__apply .button {
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir="ltr"] .templates-menu__remove {
  margin-left: 0.8rem;
}
[dir="rtl"] .templates-menu__remove {
  margin-right: 0.8rem;
}
.templates-menu__remove .button {
  font-size: 0;
  min-width: 1.3rem;
  opacity: 0;
}
.templates-menu__remove .button::before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f057';
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: currentColor;
}
[dir="ltr"] .indicator-connection {
  float: right;
}
[dir="rtl"] .indicator-connection {
  float: left;
}
[dir="ltr"] .indicator-connection {
  text-align: right;
}
[dir="rtl"] .indicator-connection {
  text-align: left;
}
.indicator-connection__status {
  display: inline-block;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1.38461538;
  color: #acb4b9;
}
.indicator-connection__status:empty + .fa {
  display: none;
}
[dir="ltr"] .indicator-connection > .fa {
  margin-left: 0.8rem;
}
[dir="rtl"] .indicator-connection > .fa {
  margin-right: 0.8rem;
}
.indicator-connection > .fa {
  font-size: 1.5rem;
  line-height: 1.38461538;
}
.modeless-window_type_deposit .modeless-window__content {
  padding-bottom: 6rem;
}
.modeless-window_type_deposit .modeless-window__content .deposit {
  position: relative;
}
.modeless-window_type_deposit .modeless-window__content .deposit__spinner {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
[dir="ltr"] .modeless-window_type_deposit .modeless-window__content .deposit__other-link {
  left: 0;
}
[dir="rtl"] .modeless-window_type_deposit .modeless-window__content .deposit__other-link {
  right: 0;
}
.modeless-window_type_deposit .modeless-window__content .deposit__other-link {
  position: absolute;
  top: 100%;
  width: 100%;
  padding-top: 2rem;
  text-align: center;
}
[dir="ltr"] .modeless-window_type_deposit .modeless-window__content .deposit__other-link .link {
  padding-right: 1.4rem;
}
[dir="rtl"] .modeless-window_type_deposit .modeless-window__content .deposit__other-link .link {
  padding-left: 1.4rem;
}
[dir="ltr"] .modeless-window_type_deposit .modeless-window__content .deposit__other-link .link {
  padding-right: 1.6rem;
}
[dir="rtl"] .modeless-window_type_deposit .modeless-window__content .deposit__other-link .link {
  padding-left: 1.6rem;
}
.modeless-window_type_deposit .modeless-window__content .deposit__other-link .link {
  position: relative;
  line-height: 1.38461538;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
}
.modeless-window_type_deposit .modeless-window__content .deposit__other-link .link,
.modeless-window_type_deposit .modeless-window__content .deposit__other-link .link:link,
.modeless-window_type_deposit .modeless-window__content .deposit__other-link .link:visited {
  color: #acb4b9;
}
[dir="ltr"] .modeless-window_type_deposit .modeless-window__content .deposit__other-link .link.out::after {
  right: 0;
}
[dir="rtl"] .modeless-window_type_deposit .modeless-window__content .deposit__other-link .link.out::after {
  left: 0;
}
.modeless-window_type_deposit .modeless-window__content .deposit__other-link .link.out::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -60%);
  content: '\f08e';
  font-size: 1rem;
  font-weight: bold;
  color: inherit;
}
[dir='rtl'] .modeless-window_type_deposit .modeless-window__content .deposit__other-link .link::after {
  transform: scale(-1, 1);
}
.modeless-window_type_deposit .modeless-window__content .deposit__other-link .link:hover {
  color: #e6e6e6;
}
.modeless-window_type_deposit .modeless-window__content .deposit__other-link .link:hover::after {
  display: inline-block;
}
.modeless-window_type_deposit .modeless-window__content .deposit__other-link .link:hover::after {
  margin-top: -0.3rem;
  font-size: 1.1rem;
}
[dir="ltr"] .external {
  float: right;
}
[dir="rtl"] .external {
  float: left;
}
.external {
  position: relative;
  opacity: 1;
  z-index: 7;
  transition: opacity 0.3s ease-out;
  transition-delay: 0.6s;
}
[dir="ltr"] .external__link {
  margin-left: 0.8rem;
}
[dir="rtl"] .external__link {
  margin-right: 0.8rem;
}
.external__link {
  display: inline-block;
  vertical-align: top;
}
[dir="ltr"] .external__link:first-child {
  margin-left: 0;
}
[dir="rtl"] .external__link:first-child {
  margin-right: 0;
}
[dir="ltr"] .external__link .button {
  padding-right: 1.4rem;
}
[dir="rtl"] .external__link .button {
  padding-left: 1.4rem;
}
.external__link .button {
  display: inline-block;
  position: relative;
  line-height: 1.38461538;
  text-decoration: none;
}
.external__link .button,
.external__link .button:link,
.external__link .button:visited {
  color: #acb4b9;
}
[dir="ltr"] .external__link .button.out::after {
  right: 0;
}
[dir="rtl"] .external__link .button.out::after {
  left: 0;
}
.external__link .button.out::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -60%);
  content: '\f08e';
  font-size: 1rem;
  font-weight: bold;
  color: inherit;
}
[dir='rtl'] .external__link .button::after {
  transform: scale(-1, 1);
}
.external__link .button:hover {
  color: #e6e6e6;
}
.external__link .button:hover::after {
  display: inline-block;
}
.external__link .button:hover::after {
  content: none;
}
.link-wrapper {
  display: flex;
}
[dir="ltr"] .link {
  padding-right: 1.4rem;
}
[dir="rtl"] .link {
  padding-left: 1.4rem;
}
.link {
  position: relative;
  line-height: 1.38461538;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.link__title {
  display: inline-block;
  vertical-align: top;
}
.link i {
  margin-right: 0.2rem;
}
.link,
.link:link,
.link:visited {
  color: #acb4b9;
}
[dir="ltr"] .link.out::after {
  right: 0;
}
[dir="rtl"] .link.out::after {
  left: 0;
}
.link.out::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -60%);
  content: '\f08e';
  font-size: 1rem;
  font-weight: bold;
  color: inherit;
}
[dir='rtl'] .link::after {
  transform: scale(-1, 1);
}
.link:hover {
  color: #e6e6e6;
}
.link:hover::after {
  display: inline-block;
}
[dir="ltr"] .link .icon {
  margin-right: 0.2rem;
}
[dir="rtl"] .link .icon {
  margin-left: 0.2rem;
}
[dir="ltr"] .link.out::after {
  margin-left: 0.4rem;
}
[dir="rtl"] .link.out::after {
  margin-right: 0.4rem;
}
.link.out::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f08e';
  font-size: 1rem;
}
[dir='rtl'] .link.out::after {
  transform: scale(-1, 1);
}
[dir="ltr"] .full-screen {
  border-right: 1px solid #3a4345;
}
[dir="rtl"] .full-screen {
  border-left: 1px solid #3a4345;
}
.full-screen {
  display: inline-flex;
  vertical-align: top;
  height: 3.2rem;
  line-height: 3.2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: center;
  background: #455054;
  border-radius: 0 0 0.4rem 0.4rem;
  display: none;
}
[dir="ltr"] .full-screen .fa {
  margin-right: 0.8rem;
}
[dir="rtl"] .full-screen .fa {
  margin-left: 0.8rem;
}
.full-screen .fa {
  line-height: inherit;
  font-size: 1.3rem;
}
.full-screen:hover,
.full-screen:active {
  color: #e6e6e6;
  cursor: pointer;
  background: #455054;
}
.full-screen:hover .fa,
.full-screen:active .fa {
  color: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .full-screen {
    font-size: 0;
  }
  [dir="ltr"] .full-screen .fa {
    margin-right: 0;
  }
  [dir="rtl"] .full-screen .fa {
    margin-left: 0;
  }
  .full-screen .fa {
    vertical-align: middle;
    font-size: 1.5rem;
  }
}
[dir="ltr"] .full-screen .fa {
  margin-right: 0;
}
[dir="rtl"] .full-screen .fa {
  margin-left: 0;
}
.full-screen_show_true {
  display: inline-block;
}
.main-layout_isdemo_true .full-screen {
  position: relative;
  z-index: 1;
}
[dir="ltr"] .lang-selector {
  text-align: left;
}
[dir="rtl"] .lang-selector {
  text-align: right;
}
.lang-selector {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.lang-selector_auth_false {
  z-index: 7;
}
[dir="ltr"] .lang-selector .expandable__content {
  left: 0;
}
[dir="rtl"] .lang-selector .expandable__content {
  right: 0;
}
.lang-selector .expandable__content {
  width: auto;
  top: 3.2rem;
  padding-top: 0;
}
.lang-selector .visible-ctrl {
  border-radius: 0;
  background: transparent;
}
[dir="ltr"] .lang-selector .visible-ctrl .selected-item {
  padding-left: 3.2rem;
}
[dir="rtl"] .lang-selector .visible-ctrl .selected-item {
  padding-right: 3.2rem;
}
[dir="ltr"] .lang-selector .visible-ctrl .selected-item {
  padding-right: 0.8rem;
}
[dir="rtl"] .lang-selector .visible-ctrl .selected-item {
  padding-left: 0.8rem;
}
[dir="ltr"] .lang-selector .visible-ctrl .selected-item {
  border-right-color: #3a4345;
}
[dir="rtl"] .lang-selector .visible-ctrl .selected-item {
  border-left-color: #3a4345;
}
.lang-selector .visible-ctrl .selected-item {
  height: 3.3rem;
  font-size: 0;
  font-family: 'Roboto', sans-serif;
  color: inherit;
  border-top: none;
  border-color: transparent;
  border-bottom-color: #3a4345;
  border-radius: 0 0 0.4rem 0.4rem;
}
.lang-selector .visible-ctrl .selected-item:hover {
  color: #e6e6e6;
  cursor: pointer;
}
[dir="ltr"] .lang-selector .visible-ctrl .selected-item::before {
  left: 0.8rem;
}
[dir="rtl"] .lang-selector .visible-ctrl .selected-item::before {
  right: 0.8rem;
}
.lang-selector .visible-ctrl .selected-item::before {
  position: absolute;
  top: 50%;
  font-size: 1.6rem;
  width: 1em;
  height: 0.75em;
  margin-top: -0.375em;
  content: '';
  display: block;
  outline: 1px solid #434d51;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.lang-selector .visible-ctrl .selected-item::after {
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 3.2rem;
  text-shadow: none;
}
.lang-selector .visible-ctrl:not(.visible-ctrl_active_true) .selected-item {
  background: #455054;
  border-color: #3a4345;
}
[dir="ltr"] .lang-selector .visible-ctrl:not(.visible-ctrl_active_true) .selected-item:focus {
  border-right-color: #3a4345;
}
[dir="rtl"] .lang-selector .visible-ctrl:not(.visible-ctrl_active_true) .selected-item:focus {
  border-left-color: #3a4345;
}
.lang-selector .visible-ctrl:not(.visible-ctrl_active_true) .selected-item:focus {
  border-bottom-color: #3a4345;
}
.lang-selector .visible-ctrl_active_true {
  position: relative;
  z-index: 3;
  border-radius: 0;
  background: #505d62;
}
.lang-selector .visible-ctrl_active_true .selected-item,
.lang-selector .visible-ctrl_active_true .selected-item:hover {
  height: 3.4rem;
  color: #4dc6ff;
  background: transparent;
  border-bottom-color: #505d62;
  border-radius: 0;
}
.lang-selector .visible-ctrl_active_true + .expandable__content {
  z-index: inherit;
}
[dir='ltr'] .lang-selector .visible-ctrl_active_true + .expandable__content {
  border-radius: 0 0.4rem 0.4rem 0.4rem;
}
[dir='rtl'] .lang-selector .visible-ctrl_active_true + .expandable__content {
  border-radius: 0.4rem 0 0.4rem 0.4rem;
}
.lang-selector .visible-ctrl_active_true + .expandable__content .scroll-panel {
  z-index: 4;
}
.lang-selector .visible-ctrl_lang_en .selected-item::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><defs><clipPath id='a'><path fill-opacity='.67' d='M-85.33 0h682.67v512H-85.33z'/></clipPath></defs><g clip-path='url(%23a)' transform='translate(80) scale(.94)'><g stroke-width='1pt'><path fill='%23006' d='M-256 0H768.02v512H-256z'/><path fill='%23fff' d='M-256 0v57.24L653.53 512h114.5v-57.23L-141.52 0H-256zM768.02 0v57.24L-141.5 512H-256v-57.23L653.53 0h114.5z'/><path fill='%23fff' d='M170.68 0v512h170.66V0H170.7zM-256 170.67v170.67H768.02V170.67H-256z'/><path fill='%23c00' d='M-256 204.8v102.4H768.02V204.8H-256zM204.8 0v512h102.4V0H204.8zM-256 512L85.34 341.35h76.32L-179.68 512H-256zm0-512L85.34 170.67H9.02L-256 38.17V0zm606.36 170.67L691.7 0h76.32L426.68 170.67h-76.32zM768.02 512L426.68 341.35H503l265.02 132.5v38.17z'/></g></g></svg>");
}
.lang-selector .visible-ctrl_lang_en .selected-item::after {
  content: 'en';
}
.lang-selector .visible-ctrl_lang_ru .selected-item::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><g fill-rule='evenodd' stroke-width='1pt'><path fill='%23fff' d='M0 0h640v480H0z'/><path fill='%230039a6' d='M0 160h640v320H0z'/><path fill='%23d52b1e' d='M0 320h640v160H0z'/></g></svg>");
}
.lang-selector .visible-ctrl_lang_ru .selected-item::after {
  content: 'ru';
}
.lang-selector .visible-ctrl_lang_ae .selected-item::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><path fill='%2300732f' d='M0 0h640v160H0z'/><path fill='%23fff' d='M0 160h640v160H0z'/><path d='M0 320h640v160H0z'/><path fill='red' d='M0 0h220v480H0z'/></svg>");
}
.lang-selector .visible-ctrl_lang_ae .selected-item::after {
  content: 'ae';
}
.lang-selector .visible-ctrl_lang_cn .selected-item::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='a' fill='%23ffde00' d='M-.6.8L0-1 .6.8-.96-.3h1.9z'/></defs><path fill='%23de2910' d='M0 0h640v480H0z'/><use width='30' height='20' xlink:href='%23a' transform='matrix(71.999 0 0 72 120 120)'/><use width='30' height='20' xlink:href='%23a' transform='matrix(-12.3356 -20.587 20.5868 -12.3358 240.29 47.996)'/><use width='30' height='20' xlink:href='%23a' transform='matrix(-3.3857 -23.76 23.7597 -3.3858 287.95 95.796)'/><use width='30' height='20' xlink:href='%23a' transform='matrix(6.599 -23.075 23.0746 6.5992 287.96 168.012)'/><use width='30' height='20' xlink:href='%23a' transform='matrix(14.999 -18.7356 18.7353 14.9993 239.933 216.054)'/></svg>");
}
.lang-selector .visible-ctrl_lang_cn .selected-item::after {
  content: 'cn';
}
.lang-selector .visible-ctrl_lang_cz .selected-item::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><rect fill='%23d7141a' width='640' height='480'/><rect fill='%23fff' width='640' height='240'/><path d='M 320,240 0,0 V 480 z' fill='%2311457e'/></svg>");
}
.lang-selector .visible-ctrl_lang_cz .selected-item::after {
  content: 'cz';
}
.lang-selector .visible-ctrl_lang_de .selected-item::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><path fill='%23ffce00' d='M0 320h640v160H0z'/><path d='M0 0h640v160H0z'/><path fill='%23d00' d='M0 160h640v160H0z'/></svg>");
}
.lang-selector .visible-ctrl_lang_de .selected-item::after {
  content: 'de';
}
.lang-selector .visible-ctrl_lang_es .selected-item::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA1CAYAAADWKGxEAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QgWCiwwRrH/0QAABjRJREFUeNrtmltoHNcZgL8zc2ZnL7Pai1aWFMmSbEdCClLqXhQn1HVaQgKpm1BooIYmfQsUWlIT6EPzVPpeSGmh0EsMDeShLfSlhcQJlFDLTnOrXTnYqhRJXsuRtJW02tXeZnZmTh82Jn4ptBnZm2nmg4Vllt3zn4//P+efsyPOp0aWgANAm4j/BQMoSSAHpLsdTUhpa92OIOxEAgMSCQxIJDAgkcCARAIDEgkMSCQwIJHAgEQCAyJ9W3Q7hlAjp5/f7HYMoUZmHmh1O4ZQI2neoZEEoLo93f3n9m8iojNKtQmuuiMj3lFuz3Q0QAIGOJ5Oo2nwp4UxVrYsbFuipOgcR+rdnn5w5L7/ogb1lqS4FWe3kaDWapHL2iyvOfTogu26QaOW4UDOJZd0GOptgt9tDYGmu48IcByd1y6lMGlS2vTp2XMoXIKcb2It6IxttFlb94i3ba6saVwpWqHOxP3NQAF1V2d9RWH9OseeFBSTCXLvJXAe22b5oslqOc/uuMvyC1k2Z5po39CY0gCv2yo+HvuTgRpgAjrkUm0mD7e4qHnsIlD5FqWjbVTZoXbIpzLlIAyHBVOj3edwdKTW2Z1j3I4F5bYTPGQNWnuC95d0Mjmf4VGfLx93SMU93njXpJ6VaLEWsU0Pka1QcmNYNY/B6RJfP+mSyUCjLLj2gSCXUQwcCFevEzwDJSxf0/jp7zV+94qO8qBeEkwOKg4O25QvK7ZfBvvNNNrfR8gXB0n1HeDEwwXMRAF8weVFwU9+ZfDHs7LT9oTo7jJ4Bnogch5TJzwGsuAZ8PaZNJuvWrTyDkeET7ak4N5pCs/9CCl8dopLvL3lklcDPGB9h2TfFlMP2fQVwPdAC9GmElyggoKVZvDuZ8j4f0PGX0PYAhufpfEqnqGIt0z6YnHszSrl1XWs9yuUsxr+/ToqoyhkcgyOnybjn0WTc6Fqa4KXsAAjneCuiW8RT38GBGi6oJHwqYzGqI0ZVFIKTQnIxNGKFeKaSeLIMIZloISLGcsweORJEvmZ0G0kwcLVoF2D4sUWpfeeRq/d4GU3TeWSQdzT2SjP4CfbHK5/gNjdJKlc3BPjaOdu0F8FW8Z4/Rc5pLdDzTxFPFdm65igMKpCk4XBMtCE4iXJ3M8tjMn70WY/z8FjNeJxaPdVSSdrGF4ae7DML90ZXn3+Rby161TGs2zQIpXL0zvWpPe+NMkvPcHGtV7mXop32pqQbCTBBNow8jmXe79tkHvoKTbn+9B1ReHBBrKS4AtvVTn++gr/VPcx/8gEF1Ie9sIyPQctfKNJ/eo8h07UWP1LHDn8ID1fPMbsY81OXYSkmwlWwgoMA3oze7x5+lnS9ir9j2vs9jRJbmtkrAbORhtxYwJZsak1RvHnz+C0zpDWJJU1hf50g5FDO/zj+6fpn22Q/SahKV8ImoEGrC0KLvzWJPu1k/T/8GFyd/vgCTSpQANViPGV0TkeP/9nnvzXHyiM2ehJD0066DGFrhQTTxU4+OMfUCr18tcXY527kpAQTGAb+kcUR78n6Hv0UaRugfPhZwrUhy/DEhyfvcrk0DaqV/LuXUOga6AEKBC2Ij1+lL5TU0yfdEL1pGIwgQqMFIyM19lYOEuzugQaeC4frWFCAQrbl7joiIpi6toWyhEgQOjgOHXWF1/BMhcZugdwu63lv2dfuq7FtSY31p7FiunUhnV6E7DqCJJJgRAeyvFpDT6C3F7AqK1gxuI4LYnQFD39gvPFbTbWv0vLNKgP6KTi3qdkE9HAbsJv5p/hemOEtiexrJd4YuYcDafO1XdStM0xaodnqYshXDnB2MoV5N4VUtoOs6f2qKoYP7v4HNV2D64fI9fzAl+dfic0ZSzUObaB/Mf7Nriu4Pz1SWrtNEopJvJFxgc2QYNKWafif5Zt/QiXi1tYaZPpvE6i8hb9AxsYcWhWJXNrUzheAoXPPb2rHCpshWUn3gkm8CbGLe99PjocvXkocGtjfPOPJe+W6zfrQNBZ/8IhD2BHkujS0MZ/uB6ikxgAWbkQ73YMoUack6PBS/jTy47UzJD0C59Q/s+eE7jzRAIDEgkMSCQwIJHAgEQCAxIJDEgkMCCRwIBEAgMigTKds5GQHGF+YjCA8r8B270yljV4chUAAAAASUVORK5CYII=");
}
.lang-selector .visible-ctrl_lang_es .selected-item::after {
  content: 'es';
}
.lang-selector .visible-ctrl_lang_id .selected-item::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><g fill-rule='evenodd' stroke-width='1pt'><path fill='%23e70011' d='M0 0h639.96v248.95H0z'/><path fill='%23fff' d='M0 240h639.96v240H0z'/></g></svg>");
}
.lang-selector .visible-ctrl_lang_id .selected-item::after {
  content: 'id';
}
.lang-selector .visible-ctrl_lang_lt .selected-item::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><g fill-rule='evenodd' stroke-width='1pt' transform='scale(.6414 .9677)'><rect width='1063' height='708.66' fill='%23007308' transform='scale(.9386 .697)' rx='0' ry='0'/><rect width='1063' height='236.22' y='475.56' fill='%23bf0000' transform='scale(.9386 .697)' rx='0' ry='0'/><path fill='%23ffb300' d='M0 0h997.77v164.6H0z'/></g></svg>");
}
.lang-selector .visible-ctrl_lang_lt .selected-item::after {
  content: 'lt';
}
.lang-selector .visible-ctrl_lang_my .selected-item::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480' xmlns:xlink='http://www.w3.org/1999/xlink'><path fill='%23cc0001' d='M0-.05h640v480.1H0z'/><path id='a' fill='%23fff' d='M0 445.76h640v34.3H0z'/><use width='100%' height='100%' xlink:href='%23a' transform='translate(0 -68.586)'/><use width='100%' height='100%' xlink:href='%23a' transform='translate(0 -137.17)'/><use width='100%' height='100%' xlink:href='%23a' transform='translate(0 -205.757)'/><use width='100%' height='100%' xlink:href='%23a' transform='translate(0 -274.343)'/><use width='100%' height='100%' xlink:href='%23a' transform='translate(0 -342.93)'/><use width='100%' height='100%' xlink:href='%23a' transform='translate(0 -411.514)'/><path fill='%23010066' d='M0-.05h372.65V274.3H0z'/><g fill='%23fc0'><path d='M149.7 48.53c-49.05 0-88.88 39.7-88.88 88.6 0 48.9 39.83 88.58 88.9 88.58 17.72 0 34.23-5.17 48.1-14.1a78.86 78.86 0 0 1-25.77 4.3c-43.5 0-78.8-35.18-78.8-78.54 0-43.36 35.3-78.55 78.8-78.55 9.62 0 18.83 1.72 27.35 4.87-14.2-9.56-31.3-15.14-49.7-15.14z'/><path d='M297.1 183.24L259.7 163.7l11.07 40-25.04-33.46-7.8 40.7-7.7-40.72-25.14 33.37 11.2-39.96-37.5 19.42 27.85-31.25-42.42 1.64 39-16.37-38.95-16.5 42.43 1.77L178.9 91l37.44 19.54-11.07-39.98L230.3 104l7.82-40.7 7.7 40.73 25.13-33.37-11.2 39.94 37.5-19.42-27.85 31.25 42.43-1.63-39 16.37 38.95 16.5-42.43-1.77z'/></g></svg>");
}
.lang-selector .visible-ctrl_lang_my .selected-item::after {
  content: 'my';
}
.lang-selector .visible-ctrl_lang_lv .selected-item::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><g fill-rule='evenodd'><path fill='%23fff' d='M0 0h640v480H0z'/><path fill='%23ab231d' d='M0 0h640v192H0zm0 288h640v192H0z'/></g></svg>");
}
.lang-selector .visible-ctrl_lang_lv .selected-item::after {
  content: 'lv';
}
.lang-selector .visible-ctrl_lang_pl .selected-item::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><g fill-rule='evenodd'><path fill='%23fff' d='M640 480H0V0h640z'/><path fill='%23dc143c' d='M640 480H0V240h640z'/></g></svg>");
}
.lang-selector .visible-ctrl_lang_pl .selected-item::after {
  content: 'pl';
}
.lang-selector .visible-ctrl_lang_pt .selected-item::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAkCAIAAABAJy5dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAnlJREFUeNrsl8FLG0EUxn82pcHS0Dm00vbSOUkRigNeest4FxqPPXVzKb2Z/gVrjz21HnvS/gWu0JMXJ+AfsNJDVRBGLCZKUwYiNglIO5PY0pvamOhhH8uyzC47337ve997O8Ir/i/WPqP3ufS4wTWLDFAGKAOUATpndLCDATRyMaduIhuIn+FCiLCgLEVHyV0FQ+oYXQsX6SjpGBreGx47VhRlhRWXAyjH1PnQOMRXbAtaOM/QITRoO9p+xbL5gF3NE4toDSVl0utlG+fCsUbg5i3Mw6/TV3SfkUhYtOHcT9w8j25KE8x95M0sRUsq/M7Sa6YkMAGiW3Tpp57CJYmj4gYNyOLyJAmiu5mpRDqOnbGTRx09M26MKU1P7xKwWq8nSSUdsKi1ZGmVahUEH6D3/fJRwTXbvQeWvMyhKsI9S792cDZD7hvyTtgm3Qmlrre+Y6w76ohCPjHWbjcWJNaiRKCnS2hfMjqbIXeAuA1t9CjLjmIhb2vNsN5se1h0hRzB3S4KIQbvQ3KK9JjUp+ok1Jc63Km8eCofFjxD0cy4GsvpLiUrlpdpKEM5aB+y26h71O9ja8gmC5ubUmv7I7+x1Xg2UXhXLm/U6x7F3DLVA1qO1/VB+1Dz1KDdKKxjc8QOFUXOpydJyl4+gjgOyVIKM0vFDsEYa6gc1v9j5NFfAqC/UvElVo2kMdaj8cmKE8QQnDq0jj1kHrOPO0E0UL7Lnpx6QKh3jVQ8XwodZnjd3jdXeRQE3svJfIeiwduTLYVaj33TuIyef7HxQxwjDgNVbu/P+OGYTEPZX9E89M+AtrhKdI3+XG/16zfZkJ8BygBlgK4roN8CDAAON/T5XWKf7gAAAABJRU5ErkJggg==");
}
.lang-selector .visible-ctrl_lang_pt .selected-item::after {
  content: 'pt';
}
.lang-selector .visible-ctrl_lang_ua .selected-item::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><g fill-rule='evenodd'><path fill='%23005bbb' d='M640 480H0V0h640z'/><path fill='%23ffd500' d='M640 480H0V240h640z'/></g></svg>");
}
.lang-selector .visible-ctrl_lang_ua .selected-item::after {
  content: 'ua';
}
.lang-selector .visible-ctrl_lang_vn .selected-item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='flag-icons-vn' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-85.3 0h682.6v512H-85.3z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(80) scale(.9375)'%3E%3Cpath fill='%23da251d' d='M-128 0h768v512h-768z'/%3E%3Cpath fill='%23ff0' d='M349.6 381 260 314.3l-89 67.3L204 272l-89-67.7 110.1-1 34.2-109.4L294 203l110.1.1-88.5 68.4 33.9 109.6z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.lang-selector .visible-ctrl_lang_vn .selected-item::after {
  content: 'vn';
}
.lang-selector .visible-ctrl_lang_th .selected-item::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNkZTEwMTgiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMTAwaDkwMHY0MDBoLTkwMHoiLz4NCjxwYXRoIGZpbGw9IiMwMDI0N2QiIGQ9Im0wLDIwMGg5MDB2MjAwaC05MDB6Ii8+DQo8L3N2Zz4NCg==");
}
.lang-selector .visible-ctrl_lang_th .selected-item::after {
  content: 'th';
}
[dir='ltr'] .lang-selector .drop-down .scroll-panel__content {
  border-radius: 0 0.4rem 0.4rem 0.4rem;
}
[dir='rtl'] .lang-selector .drop-down .scroll-panel__content {
  border-radius: 0.4rem 0 0.4rem 0.4rem;
}
.lang-selector .drop-down__list {
  background: none;
  padding: 0.4rem 0 0.8rem;
}
[dir='ltr'] .lang-selector .drop-down__list {
  border-radius: 0 0.4rem 0.4rem 0.4rem;
}
[dir='rtl'] .lang-selector .drop-down__list {
  border-radius: 0.4rem 0 0.4rem 0.4rem;
}
[dir="ltr"] .lang-selector .drop-down__item {
  padding-left: 3.2rem;
}
[dir="rtl"] .lang-selector .drop-down__item {
  padding-right: 3.2rem;
}
[dir="ltr"] .lang-selector .drop-down__item {
  padding-right: 3.2rem;
}
[dir="rtl"] .lang-selector .drop-down__item {
  padding-left: 3.2rem;
}
.lang-selector .drop-down__item {
  position: relative;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  text-transform: capitalize;
  color: inherit;
  white-space: nowrap;
  background-color: transparent;
}
.lang-selector .drop-down__item:hover {
  color: #e6e6e6;
  background-color: transparent;
}
.lang-selector .drop-down__item_state_active,
.lang-selector .drop-down__item_state_active:hover {
  color: #4dc6ff;
}
[dir="ltr"] .lang-selector .drop-down__item::before {
  left: 0.8rem;
}
[dir="rtl"] .lang-selector .drop-down__item::before {
  right: 0.8rem;
}
.lang-selector .drop-down__item::before {
  position: absolute;
  top: 50%;
  font-size: 1.6rem;
  width: 1em;
  height: 0.75em;
  margin-top: -0.375em;
  content: '';
  display: block;
  outline: 1px solid #434d51;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
[dir="ltr"] .lang-selector .drop-down__item::after {
  float: right;
}
[dir="rtl"] .lang-selector .drop-down__item::after {
  float: left;
}
[dir="ltr"] .lang-selector .drop-down__item::after {
  margin-left: -100%;
}
[dir="rtl"] .lang-selector .drop-down__item::after {
  margin-right: -100%;
}
[dir="ltr"] .lang-selector .drop-down__item::after {
  left: 2rem;
}
[dir="rtl"] .lang-selector .drop-down__item::after {
  right: 2rem;
}
.lang-selector .drop-down__item::after {
  position: relative;
  text-transform: lowercase;
}
.lang-selector .drop-down__item_lang_en::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><defs><clipPath id='a'><path fill-opacity='.67' d='M-85.33 0h682.67v512H-85.33z'/></clipPath></defs><g clip-path='url(%23a)' transform='translate(80) scale(.94)'><g stroke-width='1pt'><path fill='%23006' d='M-256 0H768.02v512H-256z'/><path fill='%23fff' d='M-256 0v57.24L653.53 512h114.5v-57.23L-141.52 0H-256zM768.02 0v57.24L-141.5 512H-256v-57.23L653.53 0h114.5z'/><path fill='%23fff' d='M170.68 0v512h170.66V0H170.7zM-256 170.67v170.67H768.02V170.67H-256z'/><path fill='%23c00' d='M-256 204.8v102.4H768.02V204.8H-256zM204.8 0v512h102.4V0H204.8zM-256 512L85.34 341.35h76.32L-179.68 512H-256zm0-512L85.34 170.67H9.02L-256 38.17V0zm606.36 170.67L691.7 0h76.32L426.68 170.67h-76.32zM768.02 512L426.68 341.35H503l265.02 132.5v38.17z'/></g></g></svg>");
}
.lang-selector .drop-down__item_lang_ru::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><g fill-rule='evenodd' stroke-width='1pt'><path fill='%23fff' d='M0 0h640v480H0z'/><path fill='%230039a6' d='M0 160h640v320H0z'/><path fill='%23d52b1e' d='M0 320h640v160H0z'/></g></svg>");
}
.lang-selector .drop-down__item_lang_ae::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><path fill='%2300732f' d='M0 0h640v160H0z'/><path fill='%23fff' d='M0 160h640v160H0z'/><path d='M0 320h640v160H0z'/><path fill='red' d='M0 0h220v480H0z'/></svg>");
}
.lang-selector .drop-down__item_lang_cn::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><path id='a' fill='%23ffde00' d='M-.6.8L0-1 .6.8-.96-.3h1.9z'/></defs><path fill='%23de2910' d='M0 0h640v480H0z'/><use width='30' height='20' xlink:href='%23a' transform='matrix(71.999 0 0 72 120 120)'/><use width='30' height='20' xlink:href='%23a' transform='matrix(-12.3356 -20.587 20.5868 -12.3358 240.29 47.996)'/><use width='30' height='20' xlink:href='%23a' transform='matrix(-3.3857 -23.76 23.7597 -3.3858 287.95 95.796)'/><use width='30' height='20' xlink:href='%23a' transform='matrix(6.599 -23.075 23.0746 6.5992 287.96 168.012)'/><use width='30' height='20' xlink:href='%23a' transform='matrix(14.999 -18.7356 18.7353 14.9993 239.933 216.054)'/></svg>");
}
.lang-selector .drop-down__item_lang_cz::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><rect fill='%23d7141a' width='640' height='480'/><rect fill='%23fff' width='640' height='240'/><path d='M 320,240 0,0 V 480 z' fill='%2311457e'/></svg>");
}
.lang-selector .drop-down__item_lang_de::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><path fill='%23ffce00' d='M0 320h640v160H0z'/><path d='M0 0h640v160H0z'/><path fill='%23d00' d='M0 160h640v160H0z'/></svg>");
}
.lang-selector .drop-down__item_lang_es::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA1CAYAAADWKGxEAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QgWCiwwRrH/0QAABjRJREFUeNrtmltoHNcZgL8zc2ZnL7Pai1aWFMmSbEdCClLqXhQn1HVaQgKpm1BooIYmfQsUWlIT6EPzVPpeSGmh0EsMDeShLfSlhcQJlFDLTnOrXTnYqhRJXsuRtJW02tXeZnZmTh82Jn4ptBnZm2nmg4Vllt3zn4//P+efsyPOp0aWgANAm4j/BQMoSSAHpLsdTUhpa92OIOxEAgMSCQxIJDAgkcCARAIDEgkMSCQwIJHAgEQCAyJ9W3Q7hlAjp5/f7HYMoUZmHmh1O4ZQI2neoZEEoLo93f3n9m8iojNKtQmuuiMj3lFuz3Q0QAIGOJ5Oo2nwp4UxVrYsbFuipOgcR+rdnn5w5L7/ogb1lqS4FWe3kaDWapHL2iyvOfTogu26QaOW4UDOJZd0GOptgt9tDYGmu48IcByd1y6lMGlS2vTp2XMoXIKcb2It6IxttFlb94i3ba6saVwpWqHOxP3NQAF1V2d9RWH9OseeFBSTCXLvJXAe22b5oslqOc/uuMvyC1k2Z5po39CY0gCv2yo+HvuTgRpgAjrkUm0mD7e4qHnsIlD5FqWjbVTZoXbIpzLlIAyHBVOj3edwdKTW2Z1j3I4F5bYTPGQNWnuC95d0Mjmf4VGfLx93SMU93njXpJ6VaLEWsU0Pka1QcmNYNY/B6RJfP+mSyUCjLLj2gSCXUQwcCFevEzwDJSxf0/jp7zV+94qO8qBeEkwOKg4O25QvK7ZfBvvNNNrfR8gXB0n1HeDEwwXMRAF8weVFwU9+ZfDHs7LT9oTo7jJ4Bnogch5TJzwGsuAZ8PaZNJuvWrTyDkeET7ak4N5pCs/9CCl8dopLvL3lklcDPGB9h2TfFlMP2fQVwPdAC9GmElyggoKVZvDuZ8j4f0PGX0PYAhufpfEqnqGIt0z6YnHszSrl1XWs9yuUsxr+/ToqoyhkcgyOnybjn0WTc6Fqa4KXsAAjneCuiW8RT38GBGi6oJHwqYzGqI0ZVFIKTQnIxNGKFeKaSeLIMIZloISLGcsweORJEvmZ0G0kwcLVoF2D4sUWpfeeRq/d4GU3TeWSQdzT2SjP4CfbHK5/gNjdJKlc3BPjaOdu0F8FW8Z4/Rc5pLdDzTxFPFdm65igMKpCk4XBMtCE4iXJ3M8tjMn70WY/z8FjNeJxaPdVSSdrGF4ae7DML90ZXn3+Rby161TGs2zQIpXL0zvWpPe+NMkvPcHGtV7mXop32pqQbCTBBNow8jmXe79tkHvoKTbn+9B1ReHBBrKS4AtvVTn++gr/VPcx/8gEF1Ie9sIyPQctfKNJ/eo8h07UWP1LHDn8ID1fPMbsY81OXYSkmwlWwgoMA3oze7x5+lnS9ir9j2vs9jRJbmtkrAbORhtxYwJZsak1RvHnz+C0zpDWJJU1hf50g5FDO/zj+6fpn22Q/SahKV8ImoEGrC0KLvzWJPu1k/T/8GFyd/vgCTSpQANViPGV0TkeP/9nnvzXHyiM2ehJD0066DGFrhQTTxU4+OMfUCr18tcXY527kpAQTGAb+kcUR78n6Hv0UaRugfPhZwrUhy/DEhyfvcrk0DaqV/LuXUOga6AEKBC2Ij1+lL5TU0yfdEL1pGIwgQqMFIyM19lYOEuzugQaeC4frWFCAQrbl7joiIpi6toWyhEgQOjgOHXWF1/BMhcZugdwu63lv2dfuq7FtSY31p7FiunUhnV6E7DqCJJJgRAeyvFpDT6C3F7AqK1gxuI4LYnQFD39gvPFbTbWv0vLNKgP6KTi3qdkE9HAbsJv5p/hemOEtiexrJd4YuYcDafO1XdStM0xaodnqYshXDnB2MoV5N4VUtoOs6f2qKoYP7v4HNV2D64fI9fzAl+dfic0ZSzUObaB/Mf7Nriu4Pz1SWrtNEopJvJFxgc2QYNKWafif5Zt/QiXi1tYaZPpvE6i8hb9AxsYcWhWJXNrUzheAoXPPb2rHCpshWUn3gkm8CbGLe99PjocvXkocGtjfPOPJe+W6zfrQNBZ/8IhD2BHkujS0MZ/uB6ikxgAWbkQ73YMoUack6PBS/jTy47UzJD0C59Q/s+eE7jzRAIDEgkMSCQwIJHAgEQCAxIJDEgkMCCRwIBEAgMigTKds5GQHGF+YjCA8r8B270yljV4chUAAAAASUVORK5CYII=");
}
.lang-selector .drop-down__item_lang_id::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><g fill-rule='evenodd' stroke-width='1pt'><path fill='%23e70011' d='M0 0h639.96v248.95H0z'/><path fill='%23fff' d='M0 240h639.96v240H0z'/></g></svg>");
}
.lang-selector .drop-down__item_lang_lt::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><g fill-rule='evenodd' stroke-width='1pt' transform='scale(.6414 .9677)'><rect width='1063' height='708.66' fill='%23007308' transform='scale(.9386 .697)' rx='0' ry='0'/><rect width='1063' height='236.22' y='475.56' fill='%23bf0000' transform='scale(.9386 .697)' rx='0' ry='0'/><path fill='%23ffb300' d='M0 0h997.77v164.6H0z'/></g></svg>");
}
.lang-selector .drop-down__item_lang_my::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480' xmlns:xlink='http://www.w3.org/1999/xlink'><path fill='%23cc0001' d='M0-.05h640v480.1H0z'/><path id='a' fill='%23fff' d='M0 445.76h640v34.3H0z'/><use width='100%' height='100%' xlink:href='%23a' transform='translate(0 -68.586)'/><use width='100%' height='100%' xlink:href='%23a' transform='translate(0 -137.17)'/><use width='100%' height='100%' xlink:href='%23a' transform='translate(0 -205.757)'/><use width='100%' height='100%' xlink:href='%23a' transform='translate(0 -274.343)'/><use width='100%' height='100%' xlink:href='%23a' transform='translate(0 -342.93)'/><use width='100%' height='100%' xlink:href='%23a' transform='translate(0 -411.514)'/><path fill='%23010066' d='M0-.05h372.65V274.3H0z'/><g fill='%23fc0'><path d='M149.7 48.53c-49.05 0-88.88 39.7-88.88 88.6 0 48.9 39.83 88.58 88.9 88.58 17.72 0 34.23-5.17 48.1-14.1a78.86 78.86 0 0 1-25.77 4.3c-43.5 0-78.8-35.18-78.8-78.54 0-43.36 35.3-78.55 78.8-78.55 9.62 0 18.83 1.72 27.35 4.87-14.2-9.56-31.3-15.14-49.7-15.14z'/><path d='M297.1 183.24L259.7 163.7l11.07 40-25.04-33.46-7.8 40.7-7.7-40.72-25.14 33.37 11.2-39.96-37.5 19.42 27.85-31.25-42.42 1.64 39-16.37-38.95-16.5 42.43 1.77L178.9 91l37.44 19.54-11.07-39.98L230.3 104l7.82-40.7 7.7 40.73 25.13-33.37-11.2 39.94 37.5-19.42-27.85 31.25 42.43-1.63-39 16.37 38.95 16.5-42.43-1.77z'/></g></svg>");
}
.lang-selector .drop-down__item_lang_lv::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><g fill-rule='evenodd'><path fill='%23fff' d='M0 0h640v480H0z'/><path fill='%23ab231d' d='M0 0h640v192H0zm0 288h640v192H0z'/></g></svg>");
}
.lang-selector .drop-down__item_lang_pl::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><g fill-rule='evenodd'><path fill='%23fff' d='M640 480H0V0h640z'/><path fill='%23dc143c' d='M640 480H0V240h640z'/></g></svg>");
}
.lang-selector .drop-down__item_lang_pt::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAkCAIAAABAJy5dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAnlJREFUeNrsl8FLG0EUxn82pcHS0Dm00vbSOUkRigNeest4FxqPPXVzKb2Z/gVrjz21HnvS/gWu0JMXJ+AfsNJDVRBGLCZKUwYiNglIO5PY0pvamOhhH8uyzC47337ve997O8Ir/i/WPqP3ufS4wTWLDFAGKAOUATpndLCDATRyMaduIhuIn+FCiLCgLEVHyV0FQ+oYXQsX6SjpGBreGx47VhRlhRWXAyjH1PnQOMRXbAtaOM/QITRoO9p+xbL5gF3NE4toDSVl0utlG+fCsUbg5i3Mw6/TV3SfkUhYtOHcT9w8j25KE8x95M0sRUsq/M7Sa6YkMAGiW3Tpp57CJYmj4gYNyOLyJAmiu5mpRDqOnbGTRx09M26MKU1P7xKwWq8nSSUdsKi1ZGmVahUEH6D3/fJRwTXbvQeWvMyhKsI9S792cDZD7hvyTtgm3Qmlrre+Y6w76ohCPjHWbjcWJNaiRKCnS2hfMjqbIXeAuA1t9CjLjmIhb2vNsN5se1h0hRzB3S4KIQbvQ3KK9JjUp+ok1Jc63Km8eCofFjxD0cy4GsvpLiUrlpdpKEM5aB+y26h71O9ja8gmC5ubUmv7I7+x1Xg2UXhXLm/U6x7F3DLVA1qO1/VB+1Dz1KDdKKxjc8QOFUXOpydJyl4+gjgOyVIKM0vFDsEYa6gc1v9j5NFfAqC/UvElVo2kMdaj8cmKE8QQnDq0jj1kHrOPO0E0UL7Lnpx6QKh3jVQ8XwodZnjd3jdXeRQE3svJfIeiwduTLYVaj33TuIyef7HxQxwjDgNVbu/P+OGYTEPZX9E89M+AtrhKdI3+XG/16zfZkJ8BygBlgK4roN8CDAAON/T5XWKf7gAAAABJRU5ErkJggg==");
}
.lang-selector .drop-down__item_lang_ua::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='480'><g fill-rule='evenodd'><path fill='%23005bbb' d='M640 480H0V0h640z'/><path fill='%23ffd500' d='M640 480H0V240h640z'/></g></svg>");
}
.lang-selector .drop-down__item_lang_vn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='flag-icons-vn' viewBox='0 0 640 480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill-opacity='.7' d='M-85.3 0h682.6v512H-85.3z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' clip-path='url(%23a)' transform='translate(80) scale(.9375)'%3E%3Cpath fill='%23da251d' d='M-128 0h768v512h-768z'/%3E%3Cpath fill='%23ff0' d='M349.6 381 260 314.3l-89 67.3L204 272l-89-67.7 110.1-1 34.2-109.4L294 203l110.1.1-88.5 68.4 33.9 109.6z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.lang-selector .drop-down__item_lang_th::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNkZTEwMTgiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMTAwaDkwMHY0MDBoLTkwMHoiLz4NCjxwYXRoIGZpbGw9IiMwMDI0N2QiIGQ9Im0wLDIwMGg5MDB2MjAwaC05MDB6Ii8+DQo8L3N2Zz4NCg==");
}
.lang-select {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lang-select__img {
  display: block;
  width: 30px;
  height: 20px;
  border: 1px solid #434d51;
  border-radius: 0.4rem;
  vertical-align: middle;
}
[dir="ltr"] .lang-list__item {
  padding-right: 0.4rem;
}
[dir="rtl"] .lang-list__item {
  padding-left: 0.4rem;
}
.lang-list__item {
  position: relative;
  width: 100%;
  vertical-align: middle;
  font-size: 1.3rem;
  white-space: nowrap;
}
[dir="ltr"] .lang-list__item::after {
  left: 3.55rem;
}
[dir="rtl"] .lang-list__item::after {
  right: 3.55rem;
}
[dir="ltr"] .lang-list__item::after {
  right: 0;
}
[dir="rtl"] .lang-list__item::after {
  left: 0;
}
.lang-list__item::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #505d62;
}
[dir="ltr"] .lang-list__wrap {
  margin-right: -2.75rem;
}
[dir="rtl"] .lang-list__wrap {
  margin-left: -2.75rem;
}
[dir="ltr"] .lang-list__wrap {
  margin-left: 0.8rem;
}
[dir="rtl"] .lang-list__wrap {
  margin-right: 0.8rem;
}
.lang-list__wrap {
  display: inline-flex;
  vertical-align: middle;
  width: 1.95rem;
  height: 1.95rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lang-list__img {
  display: block;
  width: 1.95rem;
  height: 1.56rem;
  border: 1px solid #434d51;
  border-radius: 0.4rem;
  vertical-align: middle;
}
[dir="ltr"] .lang-list__label {
  padding-left: 3.55rem;
}
[dir="rtl"] .lang-list__label {
  padding-right: 3.55rem;
}
.lang-list__label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 3.55rem;
  line-height: 3.15rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: #e6e6e6;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir="ltr"] .logo-link {
  left: 0.4rem;
}
[dir="rtl"] .logo-link {
  right: 0.4rem;
}
.logo-link {
  position: absolute;
  top: 0.8rem;
  z-index: 7;
  display: inline-block;
  width: 13.1rem;
  height: 1.6rem;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.logo-block {
  display: block;
  justify-content: center;
  width: 26.4rem;
  height: 3.2rem;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.main-layout {
  height: 100%;
  *zoom: 1;
  overflow: hidden;
}
.main-layout:before,
.main-layout:after {
  content: ' ';
  display: table;
}
.main-layout:after {
  clear: both;
}
.main-layout .connecting {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: xx-large;
  color: #4dc6ff;
}
[dir="ltr"] .main-layout .connecting__text {
  float: right;
}
[dir="rtl"] .main-layout .connecting__text {
  float: left;
}
[dir="ltr"] .main-layout .connecting__text {
  margin-left: 1em;
}
[dir="rtl"] .main-layout .connecting__text {
  margin-right: 1em;
}
.main-layout__content_visibility_hidden .layout_area_work {
  visibility: hidden;
}
[dir="ltr"] .main-layout__nav-bar {
  padding-left: 0.4rem;
}
[dir="rtl"] .main-layout__nav-bar {
  padding-right: 0.4rem;
}
[dir="ltr"] .main-layout__nav-bar {
  text-align: right;
}
[dir="rtl"] .main-layout__nav-bar {
  text-align: left;
}
.main-layout__nav-bar {
  height: 4rem;
  white-space: nowrap;
  color: #acb4b9;
  text-shadow: none;
}
[dir="ltr"] .main-layout__nav-bar .button_type_copyfx {
  border-right: 1px solid #3a4345;
}
[dir="rtl"] .main-layout__nav-bar .button_type_copyfx {
  border-left: 1px solid #3a4345;
}
.main-layout__nav-bar .button_type_copyfx {
  display: inline-flex;
  vertical-align: top;
  height: 3.2rem;
  line-height: 3.2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: center;
  background: #455054;
  border-radius: 0 0 0.4rem 0.4rem;
  border-right: 0 !important;
}
[dir="ltr"] .main-layout__nav-bar .button_type_copyfx .fa {
  margin-right: 0.8rem;
}
[dir="rtl"] .main-layout__nav-bar .button_type_copyfx .fa {
  margin-left: 0.8rem;
}
.main-layout__nav-bar .button_type_copyfx .fa {
  line-height: inherit;
  font-size: 1.3rem;
}
.main-layout__nav-bar .button_type_copyfx:hover,
.main-layout__nav-bar .button_type_copyfx:active {
  color: #e6e6e6;
  cursor: pointer;
  background: #455054;
}
.main-layout__nav-bar .button_type_copyfx:hover .fa,
.main-layout__nav-bar .button_type_copyfx:active .fa {
  color: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .main-layout__nav-bar .button_type_copyfx {
    font-size: 0;
  }
  [dir="ltr"] .main-layout__nav-bar .button_type_copyfx .fa {
    margin-right: 0;
  }
  [dir="rtl"] .main-layout__nav-bar .button_type_copyfx .fa {
    margin-left: 0;
  }
  .main-layout__nav-bar .button_type_copyfx .fa {
    vertical-align: middle;
    font-size: 1.5rem;
  }
}
[dir="ltr"] .main-layout__nav-bar .button_type_settings {
  border-right: 1px solid #3a4345;
}
[dir="rtl"] .main-layout__nav-bar .button_type_settings {
  border-left: 1px solid #3a4345;
}
.main-layout__nav-bar .button_type_settings {
  display: inline-flex;
  vertical-align: top;
  height: 3.2rem;
  line-height: 3.2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: center;
  background: #455054;
  border-radius: 0 0 0.4rem 0.4rem;
}
[dir="ltr"] .main-layout__nav-bar .button_type_settings .fa {
  margin-right: 0.8rem;
}
[dir="rtl"] .main-layout__nav-bar .button_type_settings .fa {
  margin-left: 0.8rem;
}
.main-layout__nav-bar .button_type_settings .fa {
  line-height: inherit;
  font-size: 1.3rem;
}
.main-layout__nav-bar .button_type_settings:hover,
.main-layout__nav-bar .button_type_settings:active {
  color: #e6e6e6;
  cursor: pointer;
  background: #455054;
}
.main-layout__nav-bar .button_type_settings:hover .fa,
.main-layout__nav-bar .button_type_settings:active .fa {
  color: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .main-layout__nav-bar .button_type_settings {
    font-size: 0;
  }
  [dir="ltr"] .main-layout__nav-bar .button_type_settings .fa {
    margin-right: 0;
  }
  [dir="rtl"] .main-layout__nav-bar .button_type_settings .fa {
    margin-left: 0;
  }
  .main-layout__nav-bar .button_type_settings .fa {
    vertical-align: middle;
    font-size: 1.5rem;
  }
}
[dir="ltr"] .main-layout__nav-bar .button_type_chart-settings {
  border-right: 1px solid #3a4345;
}
[dir="rtl"] .main-layout__nav-bar .button_type_chart-settings {
  border-left: 1px solid #3a4345;
}
.main-layout__nav-bar .button_type_chart-settings {
  display: inline-flex;
  vertical-align: top;
  height: 3.2rem;
  line-height: 3.2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: center;
  background: #455054;
  border-radius: 0 0 0.4rem 0.4rem;
}
[dir="ltr"] .main-layout__nav-bar .button_type_chart-settings .fa {
  margin-right: 0.8rem;
}
[dir="rtl"] .main-layout__nav-bar .button_type_chart-settings .fa {
  margin-left: 0.8rem;
}
.main-layout__nav-bar .button_type_chart-settings .fa {
  line-height: inherit;
  font-size: 1.3rem;
}
.main-layout__nav-bar .button_type_chart-settings:hover,
.main-layout__nav-bar .button_type_chart-settings:active {
  color: #e6e6e6;
  cursor: pointer;
  background: #455054;
}
.main-layout__nav-bar .button_type_chart-settings:hover .fa,
.main-layout__nav-bar .button_type_chart-settings:active .fa {
  color: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .main-layout__nav-bar .button_type_chart-settings {
    font-size: 0;
  }
  [dir="ltr"] .main-layout__nav-bar .button_type_chart-settings .fa {
    margin-right: 0;
  }
  [dir="rtl"] .main-layout__nav-bar .button_type_chart-settings .fa {
    margin-left: 0;
  }
  .main-layout__nav-bar .button_type_chart-settings .fa {
    vertical-align: middle;
    font-size: 1.5rem;
  }
}
[dir="ltr"] .main-layout__nav-bar .button_type_chart-settings .fa {
  margin-right: 0;
}
[dir="rtl"] .main-layout__nav-bar .button_type_chart-settings .fa {
  margin-left: 0;
}
[dir="ltr"] .main-layout__nav-bar .button_type_layout-mode {
  border-right: 1px solid #3a4345;
}
[dir="rtl"] .main-layout__nav-bar .button_type_layout-mode {
  border-left: 1px solid #3a4345;
}
.main-layout__nav-bar .button_type_layout-mode {
  display: inline-flex;
  vertical-align: top;
  height: 3.2rem;
  line-height: 3.2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: center;
  background: #455054;
  border-radius: 0 0 0.4rem 0.4rem;
}
[dir="ltr"] .main-layout__nav-bar .button_type_layout-mode .fa {
  margin-right: 0.8rem;
}
[dir="rtl"] .main-layout__nav-bar .button_type_layout-mode .fa {
  margin-left: 0.8rem;
}
.main-layout__nav-bar .button_type_layout-mode .fa {
  line-height: inherit;
  font-size: 1.3rem;
}
.main-layout__nav-bar .button_type_layout-mode:hover,
.main-layout__nav-bar .button_type_layout-mode:active {
  color: #e6e6e6;
  cursor: pointer;
  background: #455054;
}
.main-layout__nav-bar .button_type_layout-mode:hover .fa,
.main-layout__nav-bar .button_type_layout-mode:active .fa {
  color: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .main-layout__nav-bar .button_type_layout-mode {
    font-size: 0;
  }
  [dir="ltr"] .main-layout__nav-bar .button_type_layout-mode .fa {
    margin-right: 0;
  }
  [dir="rtl"] .main-layout__nav-bar .button_type_layout-mode .fa {
    margin-left: 0;
  }
  .main-layout__nav-bar .button_type_layout-mode .fa {
    vertical-align: middle;
    font-size: 1.5rem;
  }
}
[dir="ltr"] .main-layout__nav-bar .button_type_layout-mode .fa {
  margin-right: 0;
}
[dir="rtl"] .main-layout__nav-bar .button_type_layout-mode .fa {
  margin-left: 0;
}
.main-layout__nav-bar .button_type_layout-mode .fa {
  min-width: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
}
[dir="ltr"] .main-layout__nav-bar .button_type_feedback {
  border-right: 1px solid #3a4345;
}
[dir="rtl"] .main-layout__nav-bar .button_type_feedback {
  border-left: 1px solid #3a4345;
}
.main-layout__nav-bar .button_type_feedback {
  display: inline-flex;
  vertical-align: top;
  height: 3.2rem;
  line-height: 3.2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: center;
  background: #455054;
  border-radius: 0 0 0.4rem 0.4rem;
  font-size: 0;
}
[dir="ltr"] .main-layout__nav-bar .button_type_feedback .fa {
  margin-right: 0.8rem;
}
[dir="rtl"] .main-layout__nav-bar .button_type_feedback .fa {
  margin-left: 0.8rem;
}
.main-layout__nav-bar .button_type_feedback .fa {
  line-height: inherit;
  font-size: 1.3rem;
}
.main-layout__nav-bar .button_type_feedback:hover,
.main-layout__nav-bar .button_type_feedback:active {
  color: #e6e6e6;
  cursor: pointer;
  background: #455054;
}
.main-layout__nav-bar .button_type_feedback:hover .fa,
.main-layout__nav-bar .button_type_feedback:active .fa {
  color: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .main-layout__nav-bar .button_type_feedback {
    font-size: 0;
  }
  [dir="ltr"] .main-layout__nav-bar .button_type_feedback .fa {
    margin-right: 0;
  }
  [dir="rtl"] .main-layout__nav-bar .button_type_feedback .fa {
    margin-left: 0;
  }
  .main-layout__nav-bar .button_type_feedback .fa {
    vertical-align: middle;
    font-size: 1.5rem;
  }
}
[dir="ltr"] .main-layout__nav-bar .button_type_feedback .fa {
  margin-right: 0;
}
[dir="rtl"] .main-layout__nav-bar .button_type_feedback .fa {
  margin-left: 0;
}
.main-layout__nav-bar .button_type_feedback .fa {
  font-size: 1.5rem;
}
[dir="ltr"] .main-layout__nav-bar .button_type_mobile {
  border-right: 1px solid #3a4345;
}
[dir="rtl"] .main-layout__nav-bar .button_type_mobile {
  border-left: 1px solid #3a4345;
}
.main-layout__nav-bar .button_type_mobile {
  display: inline-flex;
  vertical-align: top;
  height: 3.2rem;
  line-height: 3.2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: center;
  background: #455054;
  border-radius: 0 0 0.4rem 0.4rem;
  font-size: 0;
  position: relative;
}
[dir="ltr"] .main-layout__nav-bar .button_type_mobile .fa {
  margin-right: 0.8rem;
}
[dir="rtl"] .main-layout__nav-bar .button_type_mobile .fa {
  margin-left: 0.8rem;
}
.main-layout__nav-bar .button_type_mobile .fa {
  line-height: inherit;
  font-size: 1.3rem;
}
.main-layout__nav-bar .button_type_mobile:hover,
.main-layout__nav-bar .button_type_mobile:active {
  color: #e6e6e6;
  cursor: pointer;
  background: #455054;
}
.main-layout__nav-bar .button_type_mobile:hover .fa,
.main-layout__nav-bar .button_type_mobile:active .fa {
  color: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .main-layout__nav-bar .button_type_mobile {
    font-size: 0;
  }
  [dir="ltr"] .main-layout__nav-bar .button_type_mobile .fa {
    margin-right: 0;
  }
  [dir="rtl"] .main-layout__nav-bar .button_type_mobile .fa {
    margin-left: 0;
  }
  .main-layout__nav-bar .button_type_mobile .fa {
    vertical-align: middle;
    font-size: 1.5rem;
  }
}
[dir="ltr"] .main-layout__nav-bar .button_type_mobile .fa {
  margin-right: 0;
}
[dir="rtl"] .main-layout__nav-bar .button_type_mobile .fa {
  margin-left: 0;
}
.main-layout__nav-bar .button_type_mobile .fa {
  font-size: 2rem;
}
.main-layout__nav-bar .button_type_mobile.button_auth_false {
  z-index: 7;
}
[dir="ltr"] .main-layout__auth {
  text-align: left;
}
[dir="rtl"] .main-layout__auth {
  text-align: right;
}
.main-layout__auth {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  height: 0;
}
[dir="ltr"] .main-layout__auth .button {
  margin-left: -50%;
}
[dir="rtl"] .main-layout__auth .button {
  margin-right: -50%;
}
.main-layout__auth .button {
  font-family: 'Roboto', sans-serif;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51, rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  border-radius: 0.4rem;
  display: inline-block;
  margin-top: 0.2rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #4dc6ff;
}
.main-layout__auth .button:hover {
  color: #fff;
  background: #3789b5 linear-gradient(#3789b5 0%, #255c7a 100%);
}
.main-layout__auth .button:hover .important {
  color: #fff;
}
.main-layout__auth .button:active {
  background: #276dab linear-gradient(#276dab 0%, #1e5382 100%);
}
.main-layout__auth .button .important {
  color: #ff7272;
}
[dir="ltr"] .main-layout__color-switch {
  border-right: 1px solid #3a4345;
}
[dir="rtl"] .main-layout__color-switch {
  border-left: 1px solid #3a4345;
}
.main-layout__color-switch {
  display: inline-flex;
  vertical-align: top;
  height: 3.2rem;
  line-height: 3.2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: center;
  background: #455054;
  border-radius: 0 0 0.4rem 0.4rem;
  font-size: 0;
  position: relative;
}
[dir="ltr"] .main-layout__color-switch .fa {
  margin-right: 0.8rem;
}
[dir="rtl"] .main-layout__color-switch .fa {
  margin-left: 0.8rem;
}
.main-layout__color-switch .fa {
  line-height: inherit;
  font-size: 1.3rem;
}
.main-layout__color-switch:hover,
.main-layout__color-switch:active {
  color: #e6e6e6;
  cursor: pointer;
  background: #455054;
}
.main-layout__color-switch:hover .fa,
.main-layout__color-switch:active .fa {
  color: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .main-layout__color-switch {
    font-size: 0;
  }
  [dir="ltr"] .main-layout__color-switch .fa {
    margin-right: 0;
  }
  [dir="rtl"] .main-layout__color-switch .fa {
    margin-left: 0;
  }
  .main-layout__color-switch .fa {
    vertical-align: middle;
    font-size: 1.5rem;
  }
}
.main-layout__color-switch_auth_false {
  z-index: 7;
}
.main-layout__color-switch .button::before,
.main-layout__color-switch .button::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 0.8rem;
}
[dir="ltr"] .main-layout__color-switch .button::before {
  margin-right: -0.8rem;
}
[dir="rtl"] .main-layout__color-switch .button::before {
  margin-left: -0.8rem;
}
.main-layout__color-switch .button::before {
  position: relative;
  top: -0.2rem;
}
[dir="ltr"] .main-layout__color-switch .button::after {
  margin-left: -0.8rem;
}
[dir="rtl"] .main-layout__color-switch .button::after {
  margin-right: -0.8rem;
}
.main-layout__color-switch .button::after {
  position: relative;
  top: 0.2rem;
}
.main-layout__color-switch .button::before {
  background: #e6e6e6;
  border: 1px solid #f8f8f9;
}
.main-layout__color-switch .button::after {
  background: #505d62;
  border: 1px solid #acb4b9;
}
.main-layout__color-switch .button:hover::before {
  background-color: #f8f8f9;
  border-color: #fff;
}
.main-layout_isdemo_true .main-layout__nav-bar .button_type_settings {
  font-size: 0;
}
[dir="ltr"] .main-layout_isdemo_true .main-layout__nav-bar .button_type_settings .fa {
  margin-right: 0;
}
[dir="rtl"] .main-layout_isdemo_true .main-layout__nav-bar .button_type_settings .fa {
  margin-left: 0;
}
.main-layout_isdemo_true .main-layout__nav-bar .button_type_settings .fa {
  font-size: 1.3rem;
}
.main-layout__status-bar {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 1.6rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 0.8rem;
  vertical-align: middle;
  white-space: nowrap;
}
.main-layout__copyright {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  line-height: 1.38461538;
  color: #acb4b9;
  order: 1;
}
.main-layout__status-bar-wrap {
  flex: 1;
  order: 3;
}
.main-layout__sidebar {
  background: #455054;
  margin: 0 0.8rem;
}
.main-layout__main-content {
  min-height: 35rem;
  position: relative;
}
.main-layout_islogout_true .layout_area_work {
  opacity: 0;
}
.main-layout_isfake_true.main-layout_disabled_true {
  pointer-events: none;
}
.main-layout .external {
  z-index: 7;
}
.copyfx-button-wrapper {
  display: inline-flex;
  vertical-align: middle;
  height: 24px;
}
[dir="ltr"] .navigation {
  margin-right: 0;
}
[dir="rtl"] .navigation {
  margin-left: 0;
}
[dir="ltr"] .navigation {
  text-align: left;
}
[dir="rtl"] .navigation {
  text-align: right;
}
.navigation {
  display: inline-block;
  vertical-align: top;
}
.navigation__item {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
}
[dir="ltr"] .navigation__item:first-child {
  margin-right: -1px;
}
[dir="rtl"] .navigation__item:first-child {
  margin-left: -1px;
}
.navigation__item .expandable-wrap__cover {
  z-index: 8;
}
[dir="ltr"] .navigation__item .expandable__content {
  left: 1px;
}
[dir="rtl"] .navigation__item .expandable__content {
  right: 1px;
}
.navigation__item .expandable__content {
  width: auto;
  top: 3.1rem;
  padding-top: 0;
  background: #505d62;
}
[dir='ltr'] .navigation__item .expandable__content {
  border-radius: 0 0.4rem 0.4rem 0.4rem;
}
[dir='rtl'] .navigation__item .expandable__content {
  border-radius: 0.4rem 0 0.4rem 0.4rem;
}
.navigation__item .visible-ctrl {
  position: relative;
  height: 3.2rem;
  line-height: 3.2rem;
  border-radius: 0 0 0.4rem 0.4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border-left: 1px solid #3a4345;
  border-right: 1px solid #3a4345;
}
.navigation__item .visible-ctrl:hover {
  color: #e6e6e6;
  cursor: pointer;
}
.navigation__item .visible-ctrl_active_true {
  z-index: 9;
  height: 3.2rem;
  color: #e6e6e6;
  border-radius: 0;
  border-bottom: none;
  background-color: #505d62;
}
.navigation__item .visible-ctrl_active_true + .expandable__content {
  z-index: 8;
}
[dir='ltr'] .navigation__item .visible-ctrl_active_true + .expandable__content {
  border-radius: 0 0.4rem 0.4rem 0.4rem;
}
[dir='rtl'] .navigation__item .visible-ctrl_active_true + .expandable__content {
  border-radius: 0.4rem 0 0.4rem 0.4rem;
}
.navigation__item .visible-ctrl_active_true .visible-ctrl__title .fa {
  color: #e6e6e6;
}
[dir="ltr"] .navigation__item .visible-ctrl__title .fa {
  margin-right: 0.8rem;
}
[dir="rtl"] .navigation__item .visible-ctrl__title .fa {
  margin-left: 0.8rem;
}
.navigation__item .visible-ctrl__title .fa {
  font-size: 1.3rem;
  line-height: inherit;
}
.navigation__item .visible-ctrl__title:hover .fa {
  color: #e6e6e6;
}
[dir="ltr"] .navigation__item .visible-ctrl__title > sup {
  margin-left: 0.4rem;
}
[dir="rtl"] .navigation__item .visible-ctrl__title > sup {
  margin-right: 0.4rem;
}
.navigation__item .visible-ctrl__title > sup {
  position: relative;
  top: -0.4rem;
  font-weight: 500;
  font-size: 1rem;
  color: #4dc6ff;
}
[dir="ltr"] .navigation__item .visible-ctrl__title > sup::before {
  margin-right: 0.2rem;
}
[dir="rtl"] .navigation__item .visible-ctrl__title > sup::before {
  margin-left: 0.2rem;
}
.navigation__item .visible-ctrl__title > sup::before {
  display: inline;
  content: '\0028';
  font-size: 0.9rem;
  vertical-align: 1px;
  color: #acb4b9;
}
[dir="ltr"] .navigation__item .visible-ctrl__title > sup::after {
  margin-left: 0.2rem;
}
[dir="rtl"] .navigation__item .visible-ctrl__title > sup::after {
  margin-right: 0.2rem;
}
.navigation__item .visible-ctrl__title > sup::after {
  display: inline;
  content: '\0029';
  font-size: 0.9rem;
  vertical-align: 1px;
  color: #acb4b9;
}
@media screen and (max-width: 1024px) {
  .navigation__item .visible-ctrl__title {
    font-size: 0;
  }
  [dir="ltr"] .navigation__item .visible-ctrl__title .fa {
    margin-right: 0;
  }
  [dir="rtl"] .navigation__item .visible-ctrl__title .fa {
    margin-left: 0;
  }
  .navigation__item .visible-ctrl__title .fa {
    font-size: 1.5rem;
    vertical-align: middle;
  }
  .navigation__item .visible-ctrl__title > sup {
    top: 0;
    font-size: 1.1rem;
    vertical-align: middle;
  }
  .navigation__item .visible-ctrl__title > sup::before,
  .navigation__item .visible-ctrl__title > sup::after {
    content: none;
  }
}
.navigation__content {
  font-size: 0;
  line-height: 0;
  min-width: 16rem;
  padding-bottom: 0.4rem;
}
.navigation__title {
  margin: 1.2rem 0 0.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #e6e6e6;
}
.navigation__list {
  list-style: none;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.navigation__list:first-child {
  margin-top: 0.8rem;
}
.navigation__link {
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.2;
}
[dir="ltr"] .navigation__link::before {
  left: 0;
}
[dir="rtl"] .navigation__link::before {
  right: 0;
}
.navigation__link::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #acb4b9;
  box-shadow: 0 0 0 1px #acb4b9;
  border-radius: 50%;
}
.navigation__link:hover::before {
  background-color: #4dc6ff;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.navigation__link:hover .link_type_out::after {
  color: #e6e6e6;
}
[dir="ltr"] .navigation__link .button,[dir="ltr"] 
.navigation__link .link {
  margin-left: 1.2rem;
}
[dir="rtl"] .navigation__link .button,[dir="rtl"] 
.navigation__link .link {
  margin-right: 1.2rem;
}
.navigation__link .button,
.navigation__link .link {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  color: #acb4b9;
  text-shadow: none;
}
.navigation__link .button:hover,
.navigation__link .link:hover {
  color: #e6e6e6;
}
.navigation__link .button:hover sup,
.navigation__link .link:hover sup {
  color: currentcolor;
}
[dir="ltr"] .navigation__link .button > sup {
  margin-left: 0.2rem;
}
[dir="rtl"] .navigation__link .button > sup {
  margin-right: 0.2rem;
}
.navigation__link .button > sup {
  position: relative;
  top: -3px;
  font-weight: 500;
  font-size: 1rem;
  color: #acb4b9;
}
[dir="ltr"] .navigation__link .button > sup::before {
  margin-right: 0.2rem;
}
[dir="rtl"] .navigation__link .button > sup::before {
  margin-left: 0.2rem;
}
.navigation__link .button > sup::before {
  display: inline;
  content: '\0028';
  vertical-align: 1px;
  font-size: 0.9rem;
  color: #acb4b9;
}
.navigation__link .button > sup::after {
  display: inline;
  content: '\0029';
  vertical-align: 1px;
  margin-left: 0.2rem;
  font-size: 0.9rem;
  color: #acb4b9;
}
.navigation__link:first-child .button > sup {
  color: #4dc6ff;
}
.navigation__link .nav-link .fa {
  display: none;
}
.new-version__text,
.new-version__countdown {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #acb4b9;
  text-shadow: none;
  display: block;
  margin-bottom: 0.8rem;
  color: #e6e6e6;
  text-align: justify;
}
.new-version__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2.4rem;
}
.new-version__buttons .button {
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
[dir="ltr"] .new-version__buttons .button:first-child {
  margin-right: 0.8rem;
}
[dir="rtl"] .new-version__buttons .button:first-child {
  margin-left: 0.8rem;
}
.new-version__buttons .button:first-child:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.new-version__buttons .button:first-child.button_enabled_false:focus {
  box-shadow: none !important;
}
[dir="ltr"] .new-version__buttons .button:last-child {
  margin-left: 0.8rem;
}
[dir="rtl"] .new-version__buttons .button:last-child {
  margin-right: 0.8rem;
}
.new-version__buttons .button:last-child {
  text-shadow: 1px 1px 0 #2d6730;
  background: #459c49 linear-gradient(#459c49 0%, #3d8a41 100%);
}
.new-version__buttons .button:last-child:hover {
  background: #459c49 linear-gradient(#459c49 0%, #2d6730 100%);
}
.new-version__buttons .button:last-child:active {
  background: #2f7f32 linear-gradient(#2f7f32 0%, #215a23 100%);
}
.new-version__buttons .button:last-child:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0f0;
}
.new-version__buttons .button:last-child.button_enabled_false:focus {
  box-shadow: none !important;
}
.new-version__buttons .button:last-child[class*='_enabled_false'],
.new-version__buttons .button:last-child[class*='_locked_true'],
.new-version__buttons .button:last-child[class*='_disabled_yes'],
.new-version__buttons .button:last-child[class*='_enabled_false']:hover,
.new-version__buttons .button:last-child[class*='_locked_true']:hover,
.new-version__buttons .button:last-child[class*='_disabled_yes']:hover,
.new-version__buttons .button:last-child[class*='_enabled_false']:active,
.new-version__buttons .button:last-child[class*='_locked_true']:active,
.new-version__buttons .button:last-child[class*='_disabled_yes']:active {
  background: #459c49 linear-gradient(#459c49 0%, #3d8a41 100%);
  cursor: default;
}
.restore-defaults__delete-text {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #acb4b9;
  text-shadow: none;
  display: block;
  margin-bottom: 0.8rem;
  color: #e6e6e6;
  text-align: justify;
}
.restore-defaults__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1.6rem;
}
.restore-defaults__buttons .button {
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
[dir="ltr"] .restore-defaults__buttons .button:first-child {
  margin-right: 0.8rem;
}
[dir="rtl"] .restore-defaults__buttons .button:first-child {
  margin-left: 0.8rem;
}
.restore-defaults__buttons .button:first-child {
  text-shadow: 1px 1px 0 #9e412b;
  background: #cd6148 linear-gradient(#cd6148 0%, #c65136 100%);
}
.restore-defaults__buttons .button:first-child:hover {
  background: #cd6148 linear-gradient(#cd6148 0%, #9e412b 100%);
}
.restore-defaults__buttons .button:first-child:active {
  background: #be4333 linear-gradient(#be4333 0%, #963528 100%);
}
.restore-defaults__buttons .button:first-child:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fb532d;
}
.restore-defaults__buttons .button:first-child.button_enabled_false:focus {
  box-shadow: none !important;
}
.restore-defaults__buttons .button:first-child[class*='_enabled_false'],
.restore-defaults__buttons .button:first-child[class*='_locked_true'],
.restore-defaults__buttons .button:first-child[class*='_disabled_yes'],
.restore-defaults__buttons .button:first-child[class*='_enabled_false']:hover,
.restore-defaults__buttons .button:first-child[class*='_locked_true']:hover,
.restore-defaults__buttons .button:first-child[class*='_disabled_yes']:hover,
.restore-defaults__buttons .button:first-child[class*='_enabled_false']:active,
.restore-defaults__buttons .button:first-child[class*='_locked_true']:active,
.restore-defaults__buttons .button:first-child[class*='_disabled_yes']:active {
  background: #cd6148 linear-gradient(#cd6148 0%, #c65136 100%);
  cursor: default;
}
[dir="ltr"] .restore-defaults__buttons .button:last-child {
  margin-left: 0.8rem;
}
[dir="rtl"] .restore-defaults__buttons .button:last-child {
  margin-right: 0.8rem;
}
.restore-defaults__buttons .button:last-child:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.restore-defaults__buttons .button:last-child.button_enabled_false:focus {
  box-shadow: none !important;
}
.modal-window.modal-window_type_restore-defaults {
  z-index: 10;
}
[lang='de'] .modal-window.modal-window_type_restore-defaults .modal-window__title {
  font-size: 1.6rem;
}
.settings {
  width: 575px;
  padding: 0 1.6rem 1.6rem;
}
.settings__section {
  column-width: auto;
  column-count: 3;
  grid-column-gap: 0;
  column-gap: 0;
  column-rule-color: transparent;
  column-rule-style: solid;
  column-rule-width: 0;
}
.settings__column {
  display: inline-block;
  vertical-align: top;
  width: 33.33333333%;
}
.settings__title {
  margin: 1.6rem 0 0.8rem;
  color: #e6e6e6;
}
.settings > .settings__title:first-child {
  margin-top: 0;
}
[dir="ltr"] .settings .check {
  padding-right: 0.4rem;
}
[dir="rtl"] .settings .check {
  padding-left: 0.4rem;
}
.settings .check {
  display: block;
  padding-bottom: 0.2rem;
  overflow: hidden;
}
.settings .check__label {
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
}
.settings .check__label::before {
  font-size: 0.8em;
}
.settings .check:last-child .check__label {
  margin-bottom: 0;
}
.settings .check__chk:checked + .check__label::after {
  font-size: 1em;
}
.settings .radio-input__item {
  font-size: 1.2rem;
}
[dir="ltr"] .settings__change-colors .button {
  margin-left: 1.6rem;
}
[dir="rtl"] .settings__change-colors .button {
  margin-right: 1.6rem;
}
.settings__change-colors .button {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #acb4b9;
  text-shadow: none;
  position: relative;
  border-bottom: 1px dotted #e6e6e6;
}
.settings__change-colors .button:hover {
  color: #e6e6e6;
  border-bottom-color: transparent;
}
[dir="ltr"] .settings__change-colors .button .fa {
  left: -1.6rem;
}
[dir="rtl"] .settings__change-colors .button .fa {
  right: -1.6rem;
}
.settings__change-colors .button .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #4dc6ff;
}
.settings__restore {
  margin-top: 2.4rem;
  text-align: center;
}
.settings__restore .button {
  display: inline;
  color: #e6e6e6;
  text-shadow: none;
  border-bottom: 1px dotted #e6e6e6;
}
.settings__restore .button:hover {
  border-bottom-color: transparent;
}
.too-many {
  padding: 0 1.6rem;
}
.too-many__text {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #acb4b9;
  text-shadow: none;
  display: block;
  margin-bottom: 0.8rem;
  color: #e6e6e6;
  text-align: justify;
  text-align: center;
}
.too-many__ok {
  margin-top: 1.6rem;
  text-align: center;
}
.too-many__ok .button {
  display: inline-block;
  vertical-align: top;
  min-width: 50%;
}
.too-many__ok .button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.too-many__ok .button.button_enabled_false:focus {
  box-shadow: none !important;
}
.lk-unavailable {
  text-align: justify;
  text-align-last: start;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
[dir="ltr"] .lk-unavailable .fa-exclamation-triangle {
  margin-right: 0.6rem;
}
[dir="rtl"] .lk-unavailable .fa-exclamation-triangle {
  margin-left: 0.6rem;
}
.lk-unavailable .fa-exclamation-triangle {
  color: #e99f09;
}
.lk-unavailable-form__ok {
  width: 50%;
  margin: 2rem auto 0;
}
[dir="ltr"] .margin-info__bonuses {
  padding-left: 7.2rem;
}
[dir="rtl"] .margin-info__bonuses {
  padding-right: 7.2rem;
}
.margin-info__bonuses {
  position: relative;
  border: 1px solid #505d62;
  border-radius: 0.4rem;
  *zoom: 1;
}
.margin-info__bonuses:before,
.margin-info__bonuses:after {
  content: ' ';
  display: table;
}
.margin-info__bonuses:after {
  clear: both;
}
[dir="ltr"] [lang='de'] .margin-info__bonuses,[dir="ltr"] 
[lang='my'] .margin-info__bonuses {
  padding-left: 8.6rem;
}
[dir="rtl"] [lang='de'] .margin-info__bonuses,[dir="rtl"] 
[lang='my'] .margin-info__bonuses {
  padding-right: 8.6rem;
}
[dir="ltr"] .margin-info__bonus {
  float: right;
}
[dir="rtl"] .margin-info__bonus {
  float: left;
}
.margin-info__bonus {
  padding: 0.4rem 0.8rem 0.2rem;
}
[dir="ltr"] .margin-info__deposit,[dir="ltr"] 
.margin-info__nodeposit,[dir="ltr"] 
.margin-info__nontradable {
  border-right: 1px solid #505d62;
}
[dir="rtl"] .margin-info__deposit,[dir="rtl"] 
.margin-info__nodeposit,[dir="rtl"] 
.margin-info__nontradable {
  border-left: 1px solid #505d62;
}
.margin-info__deposit,
.margin-info__nodeposit,
.margin-info__nontradable {
  display: inline-block;
  vertical-align: top;
  padding: 0.4rem 0.8rem 0.2rem;
}
[dir="ltr"] .margin-info__bonus .margin-info__title,[dir="ltr"] 
.margin-info__deposit .margin-info__title,[dir="ltr"] 
.margin-info__nodeposit .margin-info__title,[dir="ltr"] 
.margin-info__nontradable .margin-info__title,[dir="ltr"] 
.margin-info__bonus .margin-info__value,[dir="ltr"] 
.margin-info__deposit .margin-info__value,[dir="ltr"] 
.margin-info__nodeposit .margin-info__value,[dir="ltr"] 
.margin-info__nontradable .margin-info__value {
  margin-right: 0.4rem;
}
[dir="rtl"] .margin-info__bonus .margin-info__title,[dir="rtl"] 
.margin-info__deposit .margin-info__title,[dir="rtl"] 
.margin-info__nodeposit .margin-info__title,[dir="rtl"] 
.margin-info__nontradable .margin-info__title,[dir="rtl"] 
.margin-info__bonus .margin-info__value,[dir="rtl"] 
.margin-info__deposit .margin-info__value,[dir="rtl"] 
.margin-info__nodeposit .margin-info__value,[dir="rtl"] 
.margin-info__nontradable .margin-info__value {
  margin-left: 0.4rem;
}
.margin-info__bonus .margin-info__title,
.margin-info__deposit .margin-info__title,
.margin-info__nodeposit .margin-info__title,
.margin-info__nontradable .margin-info__title,
.margin-info__bonus .margin-info__value,
.margin-info__deposit .margin-info__value,
.margin-info__nodeposit .margin-info__value,
.margin-info__nontradable .margin-info__value {
  display: inline-block;
  vertical-align: top;
}
[dir="ltr"] .margin-info__bonus .margin-info__value > i,[dir="ltr"] 
.margin-info__deposit .margin-info__value > i,[dir="ltr"] 
.margin-info__nodeposit .margin-info__value > i,[dir="ltr"] 
.margin-info__nontradable .margin-info__value > i {
  margin-right: 0.8rem;
}
[dir="rtl"] .margin-info__bonus .margin-info__value > i,[dir="rtl"] 
.margin-info__deposit .margin-info__value > i,[dir="rtl"] 
.margin-info__nodeposit .margin-info__value > i,[dir="rtl"] 
.margin-info__nontradable .margin-info__value > i {
  margin-left: 0.8rem;
}
.margin-info__bonus .margin-info__value > i::before,
.margin-info__deposit .margin-info__value > i::before,
.margin-info__nodeposit .margin-info__value > i::before,
.margin-info__nontradable .margin-info__value > i::before {
  color: #e6e6e6;
}
.margin-info__bonus .margin-info__value > i::after,
.margin-info__deposit .margin-info__value > i::after,
.margin-info__nodeposit .margin-info__value > i::after,
.margin-info__nontradable .margin-info__value > i::after {
  content: '\0029\0020\003a';
  color: #e6e6e6;
}
.margin-info__bonus .margin-info__value {
  font-size: 1.1rem;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
}
.margin-info__bonus .margin-info__value .refresh {
  display: inline;
}
[dir="ltr"] .margin-info__bonus .margin-info__value .refresh .button {
  left: -1px;
}
[dir="rtl"] .margin-info__bonus .margin-info__value .refresh .button {
  right: -1px;
}
[dir="ltr"] .margin-info__bonus .margin-info__value .refresh .button {
  margin-left: 0;
}
[dir="rtl"] .margin-info__bonus .margin-info__value .refresh .button {
  margin-right: 0;
}
.margin-info__bonus .margin-info__value .refresh .button {
  position: absolute;
  top: -1px;
  bottom: -1px;
  height: auto;
  line-height: 2.4rem;
  min-width: 7.5rem;
  font-size: 1.1rem;
  text-shadow: 1px 1px 0 #31454e;
  background: #4f6f7d linear-gradient(#4f6f7d 0%, #45616d 100%);
}
.margin-info__bonus .margin-info__value .refresh .button:hover {
  background: #4f6f7d linear-gradient(#4f6f7d 0%, #31454e 100%);
}
.margin-info__bonus .margin-info__value .refresh .button:active {
  background: #3b5366 linear-gradient(#3b5366 0%, #283946 100%);
}
.margin-info__bonus .margin-info__value .refresh .button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #45616d;
}
.margin-info__bonus .margin-info__value .refresh .button.button_enabled_false:focus {
  box-shadow: none !important;
}
.margin-info__bonus .margin-info__value .refresh .button[class*='_enabled_false'],
.margin-info__bonus .margin-info__value .refresh .button[class*='_locked_true'],
.margin-info__bonus .margin-info__value .refresh .button[class*='_disabled_yes'],
.margin-info__bonus .margin-info__value .refresh .button[class*='_enabled_false']:hover,
.margin-info__bonus .margin-info__value .refresh .button[class*='_locked_true']:hover,
.margin-info__bonus .margin-info__value .refresh .button[class*='_disabled_yes']:hover,
.margin-info__bonus .margin-info__value .refresh .button[class*='_enabled_false']:active,
.margin-info__bonus .margin-info__value .refresh .button[class*='_locked_true']:active,
.margin-info__bonus .margin-info__value .refresh .button[class*='_disabled_yes']:active {
  background: #4f6f7d linear-gradient(#4f6f7d 0%, #45616d 100%);
  cursor: default;
}
.margin-info__bonus .margin-info__value .refresh .button:hover {
  background: #4f6f7d linear-gradient(#4f6f7d 0%, #3b535d 100%);
}
.margin-info__bonus .margin-info__value .refresh .button:active {
  background: #2b74b2 linear-gradient(#2b74b2 0%, #215988 100%);
}
[lang='de'] .margin-info__bonus .margin-info__value .refresh .button,
[lang='my'] .margin-info__bonus .margin-info__value .refresh .button {
  min-width: 9rem;
}
[dir="ltr"] .margin-info__bonus .margin-info__value .refresh .button::before {
  margin-right: 0.4rem;
}
[dir="rtl"] .margin-info__bonus .margin-info__value .refresh .button::before {
  margin-left: 0.4rem;
}
.margin-info__bonus .margin-info__value .refresh .button::before {
  line-height: inherit;
}
[dir="ltr"] .margin-info__bonus .margin-info__value .refresh .button_has-loader_true .fa-spinner {
  margin-right: 0.4rem;
}
[dir="rtl"] .margin-info__bonus .margin-info__value .refresh .button_has-loader_true .fa-spinner {
  margin-left: 0.4rem;
}
.margin-info__bonus .margin-info__value .refresh .button_has-loader_true .fa-spinner {
  vertical-align: 1px;
}
.margin-info {
  position: relative;
  white-space: nowrap;
  border-radius: 0 0 0.4rem 0.4rem;
  background-color: #455054;
}
.margin-info__list {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
[dir="ltr"] .margin-info__panel {
  padding-right: 0.4rem;
}
[dir="rtl"] .margin-info__panel {
  padding-left: 0.4rem;
}
.margin-info__panel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0.4rem;
}
[dir="ltr"] .margin-info-wrap {
  margin-right: 0.8rem;
}
[dir="rtl"] .margin-info-wrap {
  margin-left: 0.8rem;
}
.margin-info-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.margin-info__item {
  position: relative;
  padding-top: 0.4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  flex-grow: 1;
  flex-shrink: 1;
}
[dir="ltr"] .margin-info__item .margin-info__title {
  left: 0.8rem;
}
[dir="rtl"] .margin-info__item .margin-info__title {
  right: 0.8rem;
}
[dir="ltr"] .margin-info__item .margin-info__title {
  padding-right: 0.4rem;
}
[dir="rtl"] .margin-info__item .margin-info__title {
  padding-left: 0.4rem;
}
.margin-info__item .margin-info__title {
  position: absolute;
  top: 0.4rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #455054;
}
.margin-info__item .margin-info__title:hover {
  white-space: normal;
  overflow: visible;
}
.margin-info__item .margin-info__value {
  padding-top: 1.6rem;
}
.margin-info__title {
  font-size: 1.1rem;
  color: #acb4b9;
  text-shadow: none;
}
.margin-info__value {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-shadow: none;
}
.margin-info__digits {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
}
.margin-info_alert_true .margin-info__value {
  color: #c13f4b;
}
.margin-info .close-all-btn {
  position: relative;
  min-width: 8.3rem;
  padding: 0.4rem;
  text-align: center;
  color: #fff;
  border-radius: 0.4rem;
  cursor: pointer;
  text-shadow: 1px 1px 0 #e99f09;
  background: #f8be47 linear-gradient(#f8be47 0%, #f7b52e 100%);
}
.margin-info .close-all-btn:hover {
  background: #f8be47 linear-gradient(#f8be47 0%, #e99f09 100%);
}
.margin-info .close-all-btn:active {
  background: #f6af39 linear-gradient(#f6af39 0%, #f29a0b 100%);
}
.margin-info .close-all-btn:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ff0;
}
.margin-info .close-all-btn.button_enabled_false:focus {
  box-shadow: none !important;
}
.margin-info .close-all-btn[class*='_enabled_false'],
.margin-info .close-all-btn[class*='_locked_true'],
.margin-info .close-all-btn[class*='_disabled_yes'],
.margin-info .close-all-btn[class*='_enabled_false']:hover,
.margin-info .close-all-btn[class*='_locked_true']:hover,
.margin-info .close-all-btn[class*='_disabled_yes']:hover,
.margin-info .close-all-btn[class*='_enabled_false']:active,
.margin-info .close-all-btn[class*='_locked_true']:active,
.margin-info .close-all-btn[class*='_disabled_yes']:active {
  background: #f8be47 linear-gradient(#f8be47 0%, #f7b52e 100%);
  cursor: default;
}
.margin-info_table-scrolled_true .margin-info .close-all-btn {
  min-width: 8.6rem;
}
[dir="ltr"] .margin-info .close-all-btn_locked_true {
  padding-left: 1.7rem;
}
[dir="rtl"] .margin-info .close-all-btn_locked_true {
  padding-right: 1.7rem;
}
[dir="ltr"] .margin-info .close-all-btn_locked_true {
  padding-right: 0.4rem;
}
[dir="rtl"] .margin-info .close-all-btn_locked_true {
  padding-left: 0.4rem;
}
.margin-info .close-all-btn_locked_true::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(80, 93, 98, 0.35);
  cursor: default;
  border-radius: 0.4rem;
}
[dir="ltr"] .margin-info .close-all-btn .fa-lock {
  margin-right: 0.4rem;
}
[dir="rtl"] .margin-info .close-all-btn .fa-lock {
  margin-left: 0.4rem;
}
[dir="ltr"] .margin-info .close-all-btn .fa-lock {
  margin-left: -1.6rem;
}
[dir="rtl"] .margin-info .close-all-btn .fa-lock {
  margin-right: -1.6rem;
}
.margin-info .close-all-btn .fa-lock {
  vertical-align: baseline;
  color: #c52c2c;
}
@media (max-width: 1120px) {
  .margin-info .close-all-btn,
  .margin-info_table-scrolled_true .margin-info .close-all-btn {
    min-width: auto;
    min-width: initial;
  }
}
[dir="ltr"] .deal-details__opened {
  padding-right: 0.8rem;
}
[dir="rtl"] .deal-details__opened {
  padding-left: 0.8rem;
}
.deal-details__opened {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  margin-bottom: 0.8rem;
}
[dir="ltr"] .deal-details__closed {
  padding-left: 0.8rem;
}
[dir="rtl"] .deal-details__closed {
  padding-right: 0.8rem;
}
.deal-details__closed {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  margin-bottom: 0.8rem;
}
[dir="ltr"] .deal-details__symbol {
  padding-right: 1.06666667rem;
}
[dir="rtl"] .deal-details__symbol {
  padding-left: 1.06666667rem;
}
.deal-details__symbol {
  display: inline-block;
  vertical-align: bottom;
  width: 33.3%;
  margin-bottom: 0.8rem;
}
[dir="ltr"] .deal-details__volume {
  padding-left: 1.06666667rem;
}
[dir="rtl"] .deal-details__volume {
  padding-right: 1.06666667rem;
}
.deal-details__volume {
  display: inline-block;
  vertical-align: bottom;
  width: 33.3%;
  margin-bottom: 0.8rem;
}
.deal-details__side {
  display: inline-block;
  vertical-align: bottom;
  width: 33.3%;
  margin-bottom: 0.8rem;
  padding-right: 0.53333333rem;
  padding-left: 0.53333333rem;
  text-align: center;
}
[dir="ltr"] .deal-details__side .labeled__label,[dir="ltr"] 
.deal-details__side .text {
  padding-left: 0 !important;
}
[dir="rtl"] .deal-details__side .labeled__label,[dir="rtl"] 
.deal-details__side .text {
  padding-right: 0 !important;
}
.deal-details__entry {
  display: inline-block;
  vertical-align: bottom;
  width: 66.7%;
  margin-bottom: 0.8rem;
}
[dir="ltr"] [lang='de'] .deal-details__entry {
  padding-right: 0.8rem;
}
[dir="rtl"] [lang='de'] .deal-details__entry {
  padding-left: 0.8rem;
}
[lang='de'] .deal-details__entry {
  width: 50%;
}
[dir="ltr"] .deal-details__entry > .labeled {
  padding-right: 1.06666667rem;
}
[dir="rtl"] .deal-details__entry > .labeled {
  padding-left: 1.06666667rem;
}
.deal-details__entry > .labeled {
  width: 50%;
}
[dir="ltr"] [lang='de'] .deal-details__entry > .labeled {
  padding-right: 0;
}
[dir="rtl"] [lang='de'] .deal-details__entry > .labeled {
  padding-left: 0;
}
[lang='de'] .deal-details__entry > .labeled {
  width: 100%;
}
[dir="ltr"] .deal-details__close_price {
  padding-left: 1.06666667rem;
}
[dir="rtl"] .deal-details__close_price {
  padding-right: 1.06666667rem;
}
.deal-details__close_price {
  display: inline-block;
  vertical-align: bottom;
  width: 33.3%;
  margin-bottom: 0.8rem;
}
[dir="ltr"] [lang='de'] .deal-details__close_price {
  padding-left: 0.8rem;
}
[dir="rtl"] [lang='de'] .deal-details__close_price {
  padding-right: 0.8rem;
}
[lang='de'] .deal-details__close_price {
  width: 50%;
}
.deal-details__sl {
  display: inline-block;
  vertical-align: bottom;
  width: 66.7%;
  margin-bottom: 0.8rem;
}
[dir="ltr"] .deal-details__sl > .labeled {
  padding-right: 1.06666667rem;
}
[dir="rtl"] .deal-details__sl > .labeled {
  padding-left: 1.06666667rem;
}
.deal-details__sl > .labeled {
  width: 50%;
}
[dir="ltr"] .deal-details__tp {
  padding-left: 1.06666667rem;
}
[dir="rtl"] .deal-details__tp {
  padding-right: 1.06666667rem;
}
.deal-details__tp {
  display: inline-block;
  vertical-align: bottom;
  width: 33.3%;
  margin-bottom: 0.8rem;
}
[dir="ltr"] .deal-details__swap {
  padding-right: 1.06666667rem;
}
[dir="rtl"] .deal-details__swap {
  padding-left: 1.06666667rem;
}
.deal-details__swap {
  display: inline-block;
  vertical-align: bottom;
  width: 33.3%;
  margin-bottom: 0.8rem;
}
.deal-details__commission {
  display: inline-block;
  vertical-align: bottom;
  width: 33.3%;
  margin-bottom: 0.8rem;
  padding-right: 0.53333333rem;
  padding-left: 0.53333333rem;
  text-align: center;
}
[dir="ltr"] .deal-details__commission .labeled__label,[dir="ltr"] 
.deal-details__commission .text {
  padding-left: 0 !important;
}
[dir="rtl"] .deal-details__commission .labeled__label,[dir="rtl"] 
.deal-details__commission .text {
  padding-right: 0 !important;
}
[dir="ltr"] .deal-details__profit {
  padding-left: 1.06666667rem;
}
[dir="rtl"] .deal-details__profit {
  padding-right: 1.06666667rem;
}
.deal-details__profit {
  display: inline-block;
  vertical-align: bottom;
  width: 33.3%;
  margin-bottom: 0.8rem;
}
[dir="ltr"] .deal-details__comment .text {
  text-align: left;
}
[dir="rtl"] .deal-details__comment .text {
  text-align: right;
}
.deal-details__comment .text {
  direction: ltr;
}
.modal-window_type_create-order .modal-window__header {
  background-color: #455054;
  border-bottom-color: #000;
}
.tabs_type_order .tabs__items-row {
  background-color: #455054;
}
.tabs_type_order .tabs__item {
  border-top-width: 1px;
}
[dir="ltr"] .current-time {
  float: right;
}
[dir="rtl"] .current-time {
  float: left;
}
[dir="ltr"] .current-time {
  margin-right: 0.8rem;
}
[dir="rtl"] .current-time {
  margin-left: 0.8rem;
}
[dir="ltr"] .current-time {
  padding-left: 2rem;
}
[dir="rtl"] .current-time {
  padding-right: 2rem;
}
.current-time {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.38461538;
  color: #acb4b9;
  text-shadow: none;
  cursor: none;
}
[dir="ltr"] .current-time__title {
  right: 13.8rem;
}
[dir="rtl"] .current-time__title {
  left: 13.8rem;
}
.current-time__title {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  transition-delay: 0.3s;
}
[dir="ltr"] .current-time__date {
  right: 7.2rem;
}
[dir="rtl"] .current-time__date {
  left: 7.2rem;
}
.current-time__date {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  transition-delay: 0.3s;
}
.current-time__time {
  display: inline-block;
  vertical-align: top;
}
[dir="ltr"] .current-time__time::before {
  margin-right: 0.4rem;
}
[dir="rtl"] .current-time__time::before {
  margin-left: 0.4rem;
}
[dir="ltr"] .current-time__time::before {
  margin-left: -1.6rem;
}
[dir="rtl"] .current-time__time::before {
  margin-right: -1.6rem;
}
.current-time__time::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  color: currentColor;
  content: '\f017';
  transition: opacity 0.3s ease-out;
  transition-delay: 0.3s;
  opacity: 1;
}
.current-time:hover ~ .external {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  transition-delay: 0.3s;
}
.current-time:hover .current-time__title {
  transition: opacity 0.3s ease-out;
  transition-delay: 0.3s;
  opacity: 1;
}
.current-time:hover .current-time__date {
  opacity: 1;
  transition: opacity 0.3s ease-out;
  transition-delay: 0.3s;
}
.current-time:hover .current-time__time::before {
  transition: opacity 0.3s ease-out;
  transition-delay: 0.3s;
  opacity: 0;
}
.chart-container {
  position: relative;
  margin: 0 0.4rem;
}
[dir="ltr"] .chart-container__new-order {
  left: 0;
}
[dir="rtl"] .chart-container__new-order {
  right: 0;
}
[dir="ltr"] .chart-container__new-order {
  padding-right: 0.4rem;
}
[dir="rtl"] .chart-container__new-order {
  padding-left: 0.4rem;
}
.chart-container__new-order {
  position: absolute;
  bottom: 1.6rem;
  min-width: 13rem;
  padding-top: 0.4rem;
  background-color: #505d62;
  border-radius: 0 0.4rem 0 0;
  white-space: nowrap;
}
.chart-container__new-order .new-order {
  padding: 0.8rem 0 0.8rem;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 #255c7a;
  background: #3789b5 linear-gradient(#3789b5 0%, #317aa1 100%);
  border-radius: 0.4rem;
}
.chart-container__new-order .new-order:hover {
  background: #3789b5 linear-gradient(#3789b5 0%, #255c7a 100%);
}
.chart-container__new-order .new-order:active {
  background: #276dab linear-gradient(#276dab 0%, #1e5382 100%);
}
.chart-container__new-order .new-order:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.chart-container__new-order .new-order.button_enabled_false:focus {
  box-shadow: none !important;
}
.chart-container__new-order .new-order[class*='_enabled_false'],
.chart-container__new-order .new-order[class*='_locked_true'],
.chart-container__new-order .new-order[class*='_disabled_yes'],
.chart-container__new-order .new-order[class*='_enabled_false']:hover,
.chart-container__new-order .new-order[class*='_locked_true']:hover,
.chart-container__new-order .new-order[class*='_disabled_yes']:hover,
.chart-container__new-order .new-order[class*='_enabled_false']:active,
.chart-container__new-order .new-order[class*='_locked_true']:active,
.chart-container__new-order .new-order[class*='_disabled_yes']:active {
  background: #3789b5 linear-gradient(#3789b5 0%, #317aa1 100%);
  cursor: default;
}
.chart-container__new-order .new-order_locked_true,
.chart-container__new-order .new-order.button_disabled_yes {
  position: relative;
  cursor: default;
}
.chart-container__new-order .new-order_locked_true::after,
.chart-container__new-order .new-order.button_disabled_yes::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(80, 93, 98, 0.35);
  cursor: default;
}
[dir="ltr"] .chart-container__new-order .new-order .fa {
  margin-right: 0.6rem;
}
[dir="rtl"] .chart-container__new-order .new-order .fa {
  margin-left: 0.6rem;
}
.chart-container__new-order .new-order .fa {
  font-size: inherit;
}
.chart-container .layout .layout__item:first-child {
  z-index: 2;
}
.chart-container svg {
  direction: ltr;
}
.chart-container svg line {
  stroke-width: 1;
  shape-rendering: crispEdges;
}
.chart-container svg rect {
  stroke-width: 1;
  shape-rendering: crispEdges;
}
.chart-container svg text {
  text-rendering: optimizeLegibility;
  font-size: 1.1rem;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.5px;
  line-height: 1;
}
html[lang='ae'] .chart-container svg text {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.chart-container svg .hidden {
  display: none;
}
.chart-container svg .crh-line {
  stroke: #acb4b9;
  stroke-dasharray: 5 3;
}
.chart-container svg .crh-plate-rect {
  fill: #acb4b9;
  stroke: #acb4b9;
}
.chart-container svg .crh-plate-text {
  fill: #3a4345;
  stroke-width: 0;
}
.chart-container svg .crh-measure-rect {
  fill: #3a4345;
  stroke: #3a4345;
}
.chart-container svg .crh-measure-text {
  fill: #f7b52e;
  stroke-width: 0;
}
.chart-container svg .market-snapshot-line {
  stroke-dasharray: 12 8;
  stroke: #a6a6a6;
}
.chart-container svg .ver-line,
.chart-container svg .hor-line {
  stroke: #317aa1;
}
.chart-container svg .ver-line.selected,
.chart-container svg .hor-line.selected {
  stroke: #f7b52e;
}
.chart-container svg .ver-plate-rect,
.chart-container svg .hor-plate-rect {
  fill: #317aa1;
  stroke: #317aa1;
}
.chart-container svg .ver-plate-rect.selected,
.chart-container svg .hor-plate-rect.selected {
  fill: #f7b52e;
  stroke: #f7b52e;
}
.chart-container svg .ver-plate-text,
.chart-container svg .hor-plate-text {
  fill: #3a4345;
}
.chart-container svg .ver-point,
.chart-container svg .hor-point {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1;
}
.chart-container svg .ver-point.selected,
.chart-container svg .hor-point.selected {
  fill: #f7b52e;
  stroke: #f7b52e;
}
.chart-container svg .trend-line {
  stroke: #317aa1;
  stroke-dasharray: 7 3;
}
.chart-container svg .trend-line.selected {
  stroke: #f7b52e;
}
.chart-container svg .trend-point {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1;
}
.chart-container svg .trend-point.selected {
  fill: #f7b52e;
  stroke: #f7b52e;
}
.chart-container svg .eq-ch-line {
  stroke: #5fd839;
  stroke-dasharray: 7 3;
}
.chart-container svg .eq-ch-line.selected {
  stroke: #f7b52e;
}
.chart-container svg .eq-ch-point {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1;
}
.chart-container svg .eq-ch-point.selected {
  fill: #f7b52e;
  stroke: #f7b52e;
}
.chart-container svg .future-gap-line {
  stroke: rgba(179, 179, 179, 0.5);
  stroke-dasharray: 14 6 2 6;
}
.chart-container svg .future-gap-line.selected {
  stroke: #f7b52e;
}
.chart-container svg .future-gap-rect {
  fill: rgba(179, 179, 179, 0.5);
}
.chart-container svg .future-gap-rect.selected {
  fill: #f7b52e;
}
.chart-container svg .fibo-level {
  stroke: #c937de;
  fill: #c937de;
}
.chart-container svg .fibo-line {
  stroke: inherit;
  stroke-dasharray: 7 3;
}
.chart-container svg .fibo-main-line {
  stroke: #c937de;
}
.chart-container svg .fibo-main-line.selected {
  stroke: #f7b52e;
}
.chart-container svg .fibo-main-point {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1;
}
.chart-container svg .fibo-main-point.selected {
  fill: #f7b52e;
  stroke: #f7b52e;
}
.chart-container svg .fibo-text {
  stroke: none;
  fill: inherit;
}
.chart-container svg .rect-line,
.chart-container svg .trngl-line {
  stroke: #c937de;
}
.chart-container svg .rect-line.selected,
.chart-container svg .trngl-line.selected {
  stroke: #f7b52e;
}
.chart-container svg .rect-point,
.chart-container svg .trngl-point {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1;
}
.chart-container svg .rect-point.selected,
.chart-container svg .trngl-point.selected {
  fill: #f7b52e;
  stroke: #f7b52e;
}
.chart-container svg .order .highlighted:hover {
  cursor: pointer;
}
.chart-container svg .order-line {
  stroke: inherit !important;
}
.chart-container svg .order-line:not(.selected):not(.highlighted) {
  stroke-dasharray: 6, 2, 3, 2;
}
.chart-container svg .order-plate {
  fill: inherit !important;
  stroke: inherit !important;
}
.chart-container svg .order-plate-down,
.chart-container svg .order-plate-up {
  display: none;
}
.chart-container svg .order-plate-rect {
  fill: inherit;
  stroke: inherit !important;
}
.chart-container svg .order-plate-text1,
.chart-container svg .order-plate-text2 {
  fill: #3a4345;
  stroke: none;
}
.chart-container svg .order-plate-text2.up ~ .order-plate-up {
  display: block;
  fill: #3a4345;
  stroke-width: 0;
}
.chart-container svg .order-plate-text2.down ~ .order-plate-down {
  display: block;
  fill: #3a4345;
  stroke-width: 0;
}
.chart-container svg .order-price {
  fill: inherit !important;
  stroke: inherit !important;
}
.chart-container svg .order-price:not(.selected):not(.highlighted) {
  visibility: hidden;
}
.chart-container svg .order-price-rect {
  fill: inherit;
  stroke: inherit !important;
}
.chart-container svg .order-price-text {
  fill: #3a4345;
  stroke: none;
}
.chart-container svg .order.sell:not(.invalid):not(.blocked) {
  fill: #cd6148;
  stroke: #cd6148;
}
.chart-container svg .order.sell:not(.invalid):not(.blocked).selected {
  stroke: #cd6148 !important;
}
.chart-container svg .order.buy:not(.invalid):not(.blocked) {
  fill: #54a1cb;
  stroke: #54a1cb;
}
.chart-container svg .order.buy:not(.invalid):not(.blocked).selected {
  stroke: #54a1cb !important;
}
.chart-container svg .order:not(.selected):not(.highlighted) {
  opacity: 0.75;
}
.chart-container svg .order.invalid {
  stroke: #973b3d;
  fill: #973b3d;
}
.chart-container svg .order.invalid .order-plate-text1,
.chart-container svg .order.invalid .order-plate-text2,
.chart-container svg .order.invalid .order-price-text {
  fill: #e99f09;
}
.chart-container svg .order.blocked:not(.invalid) {
  stroke: #74848b;
  fill: #74848b;
}
.chart-container svg .order-tpsl-line {
  stroke: inherit !important;
}
.chart-container svg .order-tpsl-line:not(.selected):not(.highlighted) {
  stroke-dasharray: 6, 2, 3, 2;
}
.chart-container svg .order-tpsl-plate {
  fill: inherit !important;
  stroke: inherit !important;
}
.chart-container svg .order-tpsl-plate-rect {
  fill: #3a4345;
  stroke: inherit;
}
.chart-container svg .order-tpsl-plate-text {
  fill: inherit;
  stroke: none;
}
.chart-container svg .order-tpsl-price {
  fill: inherit !important;
  stroke: inherit !important;
}
.chart-container svg .order-tpsl-price:not(.selected):not(.highlighted) {
  visibility: hidden;
}
.chart-container svg .order-tpsl-price-rect {
  fill: #3a4345;
  stroke: inherit;
}
.chart-container svg .order-tpsl-price-text {
  fill: inherit;
  stroke: none;
}
.chart-container svg .order-tpsl.sell:not(.not-set):not(.invalid):not(.blocked) {
  fill: #cd6148;
  stroke: #cd6148;
}
.chart-container svg .order-tpsl.buy:not(.not-set):not(.invalid):not(.blocked) {
  fill: #54a1cb;
  stroke: #54a1cb;
}
.chart-container svg .order-tpsl:not(.selected):not(.highlighted) {
  opacity: 0.75;
}
.chart-container svg .order-tpsl.invalid {
  stroke: #973b3d;
  fill: #973b3d;
}
.chart-container svg .order-tpsl.invalid .order-tpsl-plate-rect,
.chart-container svg .order-tpsl.invalid .order-tpsl-price-rect {
  fill: inherit;
}
.chart-container svg .order-tpsl.invalid .order-tpsl-plate-text,
.chart-container svg .order-tpsl.invalid .order-tpsl-price-text {
  fill: #e99f09;
}
.chart-container svg .order-tpsl.blocked:not(.invalid) {
  stroke: #74848b;
  fill: #74848b;
}
.chart-container svg .not-set.order-tpsl .order-tpsl-line {
  stroke: #ababab;
}
.chart-container svg .not-set.order-tpsl .order-tpsl-line:not(.selected):not(.highlighted) {
  visibility: hidden;
}
.chart-container svg .not-set.order-tpsl .order-tpsl-plate-rect {
  fill: #3a4345;
  stroke: #ababab;
}
.chart-container svg .not-set.order-tpsl .order-tpsl-plate-text {
  fill: #ababab;
}
.chart-container svg .not-set.order-tpsl .order-tpsl-price {
  visibility: hidden;
}
.market-snapshot-data {
  font-family: 'Roboto', sans-serif;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51, rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  border-radius: 0.4rem;
  position: absolute;
  z-index: 9;
  min-width: 12rem;
  padding: 0.4rem;
  font-size: 1.3rem;
  line-height: normal;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}
.market-snapshot-data__timestamp {
  padding: 0.4rem 0.8rem;
  color: #acb4b9;
  white-space: nowrap;
}
[dir="ltr"] .market-snapshot-data__time {
  margin-left: 1.6rem;
}
[dir="rtl"] .market-snapshot-data__time {
  margin-right: 1.6rem;
}
.market-snapshot-data__time {
  display: inline-block;
}
.market-snapshot-data__info {
  width: 100%;
  white-space: nowrap;
  background: #455054;
  border-radius: 0 0 0.4rem 0.4rem;
}
[dir="ltr"] .market-snapshot-data__title {
  padding-left: 0.8rem;
}
[dir="rtl"] .market-snapshot-data__title {
  padding-right: 0.8rem;
}
[dir="ltr"] .market-snapshot-data__title {
  padding-right: 0.4rem;
}
[dir="rtl"] .market-snapshot-data__title {
  padding-left: 0.4rem;
}
.market-snapshot-data__title {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-top: 1px solid #505d62;
  color: #e6e6e6;
}
[dir="ltr"] .market-snapshot-data__value {
  padding-left: 0.4rem;
}
[dir="rtl"] .market-snapshot-data__value {
  padding-right: 0.4rem;
}
[dir="ltr"] .market-snapshot-data__value {
  padding-right: 0.8rem;
}
[dir="rtl"] .market-snapshot-data__value {
  padding-left: 0.8rem;
}
[dir="ltr"] .market-snapshot-data__value {
  text-align: right;
}
[dir="rtl"] .market-snapshot-data__value {
  text-align: left;
}
.market-snapshot-data__value {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-top: 1px solid #505d62;
  color: #4dc6ff;
}
.market-snapshot-data__item:first-child .market-snapshot-data__title,
.market-snapshot-data__item:first-child .market-snapshot-data__value {
  border-top: none;
}
.one-click-trading:hover + .market-snapshot-data {
  display: none !important;
}
.object-settings__colors-react-wrapper {
  display: inline;
}
[dir="ltr"] .object-settings__line-color {
  padding-right: 1.06666667rem;
}
[dir="rtl"] .object-settings__line-color {
  padding-left: 1.06666667rem;
}
.object-settings__line-color {
  display: inline-block;
  vertical-align: bottom;
  width: 33.3%;
  margin-bottom: 0;
}
.object-settings__line-style {
  display: inline-block;
  vertical-align: bottom;
  width: 33.3%;
  padding-right: 0.53333333rem;
  padding-left: 0.53333333rem;
}
[dir="ltr"] .object-settings__line-weight {
  padding-left: 1.06666667rem;
}
[dir="rtl"] .object-settings__line-weight {
  padding-right: 1.06666667rem;
}
.object-settings__line-weight {
  display: inline-block;
  vertical-align: bottom;
  width: 33.3%;
}
.object-settings__obj-name {
  margin-bottom: 1.6rem;
}
.object-settings__extend {
  margin-bottom: 1.6rem;
}
.object-settings .labeled__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.object-settings__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1.6rem;
}
.object-settings__buttons .button {
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
[dir="ltr"] .object-settings__buttons .button:first-child {
  margin-right: 0.8rem;
}
[dir="rtl"] .object-settings__buttons .button:first-child {
  margin-left: 0.8rem;
}
.object-settings__buttons .button:first-child {
  text-shadow: 1px 1px 0 #9e412b;
  background: #cd6148 linear-gradient(#cd6148 0%, #c65136 100%);
}
.object-settings__buttons .button:first-child:hover {
  background: #cd6148 linear-gradient(#cd6148 0%, #9e412b 100%);
}
.object-settings__buttons .button:first-child:active {
  background: #be4333 linear-gradient(#be4333 0%, #963528 100%);
}
.object-settings__buttons .button:first-child:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fb532d;
}
.object-settings__buttons .button:first-child.button_enabled_false:focus {
  box-shadow: none !important;
}
.object-settings__buttons .button:first-child[class*='_enabled_false'],
.object-settings__buttons .button:first-child[class*='_locked_true'],
.object-settings__buttons .button:first-child[class*='_disabled_yes'],
.object-settings__buttons .button:first-child[class*='_enabled_false']:hover,
.object-settings__buttons .button:first-child[class*='_locked_true']:hover,
.object-settings__buttons .button:first-child[class*='_disabled_yes']:hover,
.object-settings__buttons .button:first-child[class*='_enabled_false']:active,
.object-settings__buttons .button:first-child[class*='_locked_true']:active,
.object-settings__buttons .button:first-child[class*='_disabled_yes']:active {
  background: #cd6148 linear-gradient(#cd6148 0%, #c65136 100%);
  cursor: default;
}
[dir="ltr"] .object-settings__buttons .button:last-child {
  margin-left: 0.8rem;
}
[dir="rtl"] .object-settings__buttons .button:last-child {
  margin-right: 0.8rem;
}
.object-settings__buttons .button:last-child:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.object-settings__buttons .button:last-child.button_enabled_false:focus {
  box-shadow: none !important;
}
.tabs_type_chart .tabs__head {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: stretch;
}
.tabs_type_chart .tabs__items-row {
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.tabs_type_chart .tabs__icon {
  margin-right: 0.4rem;
  opacity: 0.5;
}
.tabs_type_chart .tabs__name::after {
  display: inline-block;
  content: ',';
  margin-right: 0.2rem;
  font-size: 1.4rem;
}
[dir="ltr"] .tabs_type_chart .tabs__item {
  padding-left: 0.8rem;
}
[dir="rtl"] .tabs_type_chart .tabs__item {
  padding-right: 0.8rem;
}
[dir="ltr"] .tabs_type_chart .tabs__item {
  padding-right: 2rem;
}
[dir="rtl"] .tabs_type_chart .tabs__item {
  padding-left: 2rem;
}
[dir="ltr"] .tabs_type_chart .tabs__item {
  text-align: left;
}
[dir="rtl"] .tabs_type_chart .tabs__item {
  text-align: right;
}
.tabs_type_chart .tabs__item {
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  white-space: nowrap;
}
.tabs_type_chart .tabs__item_status_active.tabs__item_showas_tile {
  background: #505d62;
  border-bottom: none;
}
.tabs_type_chart .tabs__item_status_active.tabs__item_showas_tile .tabs__name::after {
  content: none;
}
.tabs_type_chart .tabs__item_status_active.tabs__item_showas_tile .toolbar {
  background: none;
}
.tabs_type_chart .tabs__item_status_active.tabs__item_showas_tab .tabs__name::after {
  color: #acb4b9;
}
.tabs_type_chart .tabs__item_status_active.tabs__item_showas_tab .tabs__period {
  color: #e6e6e6;
}
.tabs_type_chart .tabs__item_status_active.tabs__item_showas_tab .tabs__icon {
  opacity: 1;
}
[dir="ltr"] .tabs_type_chart .tabs__close {
  right: 0.8rem;
}
[dir="rtl"] .tabs_type_chart .tabs__close {
  left: 0.8rem;
}
.tabs_type_chart .tabs__close {
  position: absolute;
  top: 0.4rem;
  color: #74848b;
  cursor: pointer;
}
.tabs_type_chart .tabs__close:hover {
  color: #909ca2;
}
.tabs_type_chart .tabs__close_single_true {
  display: none;
}
.tabs_has_tiles .tabs__head {
  width: 100%;
}
.tabs_has_tiles .tabs__items {
  width: 100%;
  white-space: normal;
  overflow: visible;
}
.tabs_has_tiles .tabs__items-row {
  width: 100%;
}
.tabs_has_tiles .tabs__caption {
  height: auto;
  padding: 0.4rem 0 0;
  vertical-align: top;
  line-height: 2.4rem;
}
[dir="ltr"] .tabs_has_tiles .tabs__caption ~ .toolbar {
  padding-left: 1rem;
}
[dir="rtl"] .tabs_has_tiles .tabs__caption ~ .toolbar {
  padding-right: 1rem;
}
.tabs_has_tiles .tabs__caption ~ .toolbar {
  display: inline;
  padding-top: 0;
  padding-bottom: 0;
}
.tabs_has_tiles .tabs__caption ~ .toolbar .chart-options,
.tabs_has_tiles .tabs__caption ~ .toolbar .toolbar__instruments,
.tabs_has_tiles .tabs__caption ~ .toolbar .toolbar__auto-scroll,
.tabs_has_tiles .tabs__caption ~ .toolbar .toolbar__future-gap,
.tabs_has_tiles .tabs__caption ~ .toolbar .toolbar__indicators-list {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.main-layout_isfake_true .one-click-trading {
  min-height: 5.9rem;
  margin-top: 0.8rem;
  font-weight: 500;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.main-layout_isfake_true .one-click-trading__label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 2.8rem;
  line-height: 2.8rem;
  min-width: 5.6rem;
  font-size: 1.3rem;
  padding: 0 0.8rem;
  letter-spacing: 0.5px;
  border-radius: 0.4rem 0.4rem 0 0;
}
.main-layout_isfake_true .one-click-trading__label:first-child {
  background: rgba(198, 81, 54, 0.3);
  margin-right: 1px;
}
.main-layout_isfake_true .one-click-trading__label:last-child {
  background: rgba(49, 122, 161, 0.3);
  margin-left: 1px;
}
.main-layout_isfake_true .one-click-trading__value {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 2.8rem;
  line-height: 2.8rem;
  min-width: 5.6rem;
  font-size: 1.3rem;
}
.main-layout_isfake_true .one-click-trading__value .button {
  position: relative;
  padding: 0 7px;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0.4rem;
}
.main-layout_isfake_true .one-click-trading__value .button__icon {
  display: inline-block;
  height: 100%;
  margin-right: 3px;
}
.main-layout_isfake_true .one-click-trading__value .quote::before,
.main-layout_isfake_true .one-click-trading__value .quote::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  margin: 0 3px;
  font-size: 1.2rem;
}
.main-layout_isfake_true .one-click-trading__value .quote_dir_down {
  color: rgba(255, 255, 255, 0.5);
}
.main-layout_isfake_true .one-click-trading__value .quote_dir_down::before,
.main-layout_isfake_true .one-click-trading__value .quote_dir_down::after {
  content: '\f063';
  color: #ff7272;
}
.main-layout_isfake_true .one-click-trading__value .quote_dir_up {
  color: rgba(255, 255, 255, 0.5);
}
.main-layout_isfake_true .one-click-trading__value .quote_dir_up::before,
.main-layout_isfake_true .one-click-trading__value .quote_dir_up::after {
  content: '\f062';
  color: #5fd839;
}
.main-layout_isfake_true .one-click-trading__value_type_bid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 50%;
  background: rgba(198, 81, 54, 0.3);
  border-radius: 0 0.4rem 0.4rem 0.4rem;
}
.main-layout_isfake_true .one-click-trading__value_type_bid .button {
  padding-left: 0;
  animation: bid 3s ease;
}
.main-layout_isfake_true .one-click-trading__value_type_bid .button:hover {
  background: #9e412b linear-gradient(#9e412b 0%, #c65136 100%);
  color: #fff;
}
.main-layout_isfake_true .one-click-trading__value_type_bid .button:active {
  box-shadow: 0 0 0 1px #fb532d;
}
.main-layout_isfake_true .one-click-trading__value_type_bid .quote::after {
  content: none;
}
.main-layout_isfake_true .one-click-trading__value_type_ask {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  margin-left: 1px;
  background: rgba(49, 122, 161, 0.3);
  border-radius: 0.4rem 0 0.4rem 0.4rem;
}
.main-layout_isfake_true .one-click-trading__value_type_ask .button {
  padding-right: 0;
  animation: ask 3s ease;
}
.main-layout_isfake_true .one-click-trading__value_type_ask .button:hover {
  background: #255c7a linear-gradient(#255c7a 0%, #317aa1 100%);
  color: #fff;
}
.main-layout_isfake_true .one-click-trading__value_type_ask .button:active {
  box-shadow: 0 0 0 1px #4dc6ff;
}
.main-layout_isfake_true .one-click-trading__value_type_ask .quote::before {
  content: none;
}
.main-layout_isfake_true .one-click-trading .volume-list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 2.8rem;
  line-height: 2.8rem;
  min-width: 5.6rem;
  font-size: 1.3rem;
  margin-bottom: 2px;
}
@keyframes bid {
  15% {
    background: transparent;
  }
  45% {
    background-color: #aa462e;
    background: #9e412b linear-gradient(#9e412b 0%, #c65136 100%);
  }
  50% {
    background: transparent;
  }
  55% {
    background-color: #aa462e;
    background: #9e412b linear-gradient(#9e412b 0%, #c65136 100%);
  }
  85% {
    background: transparent;
  }
}
@keyframes ask {
  15% {
    background: transparent;
  }
  45% {
    background-color: #296586;
    background: #255c7a linear-gradient(#255c7a 0%, #317aa1 100%);
  }
  50% {
    background: transparent;
  }
  55% {
    background-color: #296586;
    background: #255c7a linear-gradient(#255c7a 0%, #317aa1 100%);
  }
  85% {
    background: transparent;
  }
}
.indicator-settings,
.indicator-settings .color-palette {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
.indicator-settings_type_moving-average .indicator-settings__colors,
.indicator-settings_type_ex-moving-average .indicator-settings__colors,
.indicator-settings_type_rsi .indicator-settings__colors {
  flex-basis: 33.33333333%;
  flex-shrink: 0;
  flex-grow: 0;
}
.indicator-settings_type_moving-average .indicator-settings__colors .labeled__label,
.indicator-settings_type_ex-moving-average .indicator-settings__colors .labeled__label,
.indicator-settings_type_rsi .indicator-settings__colors .labeled__label,
.indicator-settings_type_moving-average .indicator-settings__colors .color-palette__label,
.indicator-settings_type_ex-moving-average .indicator-settings__colors .color-palette__label,
.indicator-settings_type_rsi .indicator-settings__colors .color-palette__label {
  max-width: 151.2px;
}
.indicator-settings_type_atr .indicator-settings__colors,
.indicator-settings_type_fractals .indicator-settings__colors {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}
.indicator-settings_type_atr .indicator-settings__colors .labeled__label,
.indicator-settings_type_fractals .indicator-settings__colors .labeled__label,
.indicator-settings_type_atr .indicator-settings__colors .color-palette__label,
.indicator-settings_type_fractals .indicator-settings__colors .color-palette__label {
  max-width: 227.6px;
}
.indicator-settings_type_ticks .indicator-settings__colors,
.indicator-settings_type_macd .indicator-settings__colors,
.indicator-settings_type_stochastic .indicator-settings__colors,
.indicator-settings_type_bollinger-bands .indicator-settings__colors,
.indicator-settings_type_ichimoku .indicator-settings__colors,
.indicator-settings_type_bwao .indicator-settings__colors,
.indicator-settings_type_bwac .indicator-settings__colors,
.indicator-settings_type_alligator .indicator-settings__colors,
.indicator-settings_type_heikinashi .indicator-settings__colors {
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.indicator-settings__periods,
.indicator-settings__value-index:nth-child(2),
.indicator-settings__k-periods,
.indicator-settings__d-periods,
.indicator-settings__bb-periods,
.indicator-settings__std,
.indicator-settings__short-offset,
.indicator-settings__medium-offset,
.indicator-settings__long-offset,
.indicator-settings__value-index:nth-child(3),
.indicator-settings__long-periods,
.indicator-settings__short-periods,
.indicator-settings__signal-periods,
.indicator-settings__jaws-periods,
.indicator-settings__jaws-offset,
.indicator-settings__teeth-periods,
.indicator-settings__teeth-offset,
.indicator-settings__lips-periods,
.indicator-settings__lips-offset {
  flex-basis: 33.33333333%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 0.8rem;
}
.indicator-settings__periods .labeled__label,
.indicator-settings__value-index:nth-child(2) .labeled__label,
.indicator-settings__k-periods .labeled__label,
.indicator-settings__d-periods .labeled__label,
.indicator-settings__bb-periods .labeled__label,
.indicator-settings__std .labeled__label,
.indicator-settings__short-offset .labeled__label,
.indicator-settings__medium-offset .labeled__label,
.indicator-settings__long-offset .labeled__label,
.indicator-settings__value-index:nth-child(3) .labeled__label,
.indicator-settings__long-periods .labeled__label,
.indicator-settings__short-periods .labeled__label,
.indicator-settings__signal-periods .labeled__label,
.indicator-settings__jaws-periods .labeled__label,
.indicator-settings__jaws-offset .labeled__label,
.indicator-settings__teeth-periods .labeled__label,
.indicator-settings__teeth-offset .labeled__label,
.indicator-settings__lips-periods .labeled__label,
.indicator-settings__lips-offset .labeled__label,
.indicator-settings__periods .color-palette__label,
.indicator-settings__value-index:nth-child(2) .color-palette__label,
.indicator-settings__k-periods .color-palette__label,
.indicator-settings__d-periods .color-palette__label,
.indicator-settings__bb-periods .color-palette__label,
.indicator-settings__std .color-palette__label,
.indicator-settings__short-offset .color-palette__label,
.indicator-settings__medium-offset .color-palette__label,
.indicator-settings__long-offset .color-palette__label,
.indicator-settings__value-index:nth-child(3) .color-palette__label,
.indicator-settings__long-periods .color-palette__label,
.indicator-settings__short-periods .color-palette__label,
.indicator-settings__signal-periods .color-palette__label,
.indicator-settings__jaws-periods .color-palette__label,
.indicator-settings__jaws-offset .color-palette__label,
.indicator-settings__teeth-periods .color-palette__label,
.indicator-settings__teeth-offset .color-palette__label,
.indicator-settings__lips-periods .color-palette__label,
.indicator-settings__lips-offset .color-palette__label {
  max-width: 151.2px;
}
.indicator-settings_type_bwao .indicator-settings__long-periods,
.indicator-settings_type_bwao .indicator-settings__short-periods,
.indicator-settings_type_atr .indicator-settings__periods,
.indicator-settings__fractal-sq {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}
.indicator-settings_type_bwao .indicator-settings__long-periods .labeled__label,
.indicator-settings_type_bwao .indicator-settings__short-periods .labeled__label,
.indicator-settings_type_atr .indicator-settings__periods .labeled__label,
.indicator-settings__fractal-sq .labeled__label,
.indicator-settings_type_bwao .indicator-settings__long-periods .color-palette__label,
.indicator-settings_type_bwao .indicator-settings__short-periods .color-palette__label,
.indicator-settings_type_atr .indicator-settings__periods .color-palette__label,
.indicator-settings__fractal-sq .color-palette__label {
  max-width: 227.6px;
}
[dir="ltr"] .indicator-settings_type_macd .indicator-settings__value-index {
  padding-left: 0 !important;
}
[dir="rtl"] .indicator-settings_type_macd .indicator-settings__value-index {
  padding-right: 0 !important;
}
.indicator-settings_type_macd .indicator-settings__value-index {
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.indicator-settings .bar-outline,
.indicator-settings .candle-bear-fill,
.indicator-settings .candle-bull-fill,
.indicator-settings .bar-bear-fill,
.indicator-settings .bar-bull-fill,
.indicator-settings .median,
.indicator-settings .chart-bg,
.indicator-settings .grid-color,
.indicator-settings .bid-color,
.indicator-settings .ask-color,
.indicator-settings .bid-text-color,
.indicator-settings .ask-text-color,
.indicator-settings .scale-color,
.indicator-settings .separators-color,
.indicator-settings .tenkan-color,
.indicator-settings .kijun-color,
.indicator-settings .chikou-color,
.indicator-settings .senkou-a-color,
.indicator-settings .senkou-b-color,
.indicator-settings .tl-color,
.indicator-settings .ml-color,
.indicator-settings .bl-color,
.indicator-settings .kp-color,
.indicator-settings .dp-color,
.indicator-settings .lp-color,
.indicator-settings .shp-color,
.indicator-settings .signal-color,
.indicator-settings .jaws-color,
.indicator-settings .teeth-color,
.indicator-settings .lips-color,
.indicator-settings .ha-sroke-color,
.indicator-settings .ha-bear-color,
.indicator-settings .ha-bull-color {
  flex-basis: 33.33333333%;
  flex-shrink: 0;
  flex-grow: 0;
}
.indicator-settings .bar-outline .labeled__label,
.indicator-settings .candle-bear-fill .labeled__label,
.indicator-settings .candle-bull-fill .labeled__label,
.indicator-settings .bar-bear-fill .labeled__label,
.indicator-settings .bar-bull-fill .labeled__label,
.indicator-settings .median .labeled__label,
.indicator-settings .chart-bg .labeled__label,
.indicator-settings .grid-color .labeled__label,
.indicator-settings .bid-color .labeled__label,
.indicator-settings .ask-color .labeled__label,
.indicator-settings .bid-text-color .labeled__label,
.indicator-settings .ask-text-color .labeled__label,
.indicator-settings .scale-color .labeled__label,
.indicator-settings .separators-color .labeled__label,
.indicator-settings .tenkan-color .labeled__label,
.indicator-settings .kijun-color .labeled__label,
.indicator-settings .chikou-color .labeled__label,
.indicator-settings .senkou-a-color .labeled__label,
.indicator-settings .senkou-b-color .labeled__label,
.indicator-settings .tl-color .labeled__label,
.indicator-settings .ml-color .labeled__label,
.indicator-settings .bl-color .labeled__label,
.indicator-settings .kp-color .labeled__label,
.indicator-settings .dp-color .labeled__label,
.indicator-settings .lp-color .labeled__label,
.indicator-settings .shp-color .labeled__label,
.indicator-settings .signal-color .labeled__label,
.indicator-settings .jaws-color .labeled__label,
.indicator-settings .teeth-color .labeled__label,
.indicator-settings .lips-color .labeled__label,
.indicator-settings .ha-sroke-color .labeled__label,
.indicator-settings .ha-bear-color .labeled__label,
.indicator-settings .ha-bull-color .labeled__label,
.indicator-settings .bar-outline .color-palette__label,
.indicator-settings .candle-bear-fill .color-palette__label,
.indicator-settings .candle-bull-fill .color-palette__label,
.indicator-settings .bar-bear-fill .color-palette__label,
.indicator-settings .bar-bull-fill .color-palette__label,
.indicator-settings .median .color-palette__label,
.indicator-settings .chart-bg .color-palette__label,
.indicator-settings .grid-color .color-palette__label,
.indicator-settings .bid-color .color-palette__label,
.indicator-settings .ask-color .color-palette__label,
.indicator-settings .bid-text-color .color-palette__label,
.indicator-settings .ask-text-color .color-palette__label,
.indicator-settings .scale-color .color-palette__label,
.indicator-settings .separators-color .color-palette__label,
.indicator-settings .tenkan-color .color-palette__label,
.indicator-settings .kijun-color .color-palette__label,
.indicator-settings .chikou-color .color-palette__label,
.indicator-settings .senkou-a-color .color-palette__label,
.indicator-settings .senkou-b-color .color-palette__label,
.indicator-settings .tl-color .color-palette__label,
.indicator-settings .ml-color .color-palette__label,
.indicator-settings .bl-color .color-palette__label,
.indicator-settings .kp-color .color-palette__label,
.indicator-settings .dp-color .color-palette__label,
.indicator-settings .lp-color .color-palette__label,
.indicator-settings .shp-color .color-palette__label,
.indicator-settings .signal-color .color-palette__label,
.indicator-settings .jaws-color .color-palette__label,
.indicator-settings .teeth-color .color-palette__label,
.indicator-settings .lips-color .color-palette__label,
.indicator-settings .ha-sroke-color .color-palette__label,
.indicator-settings .ha-bear-color .color-palette__label,
.indicator-settings .ha-bull-color .color-palette__label {
  max-width: 151.2px;
}
.indicator-settings .up-color,
.indicator-settings .down-color {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}
.indicator-settings .up-color .labeled__label,
.indicator-settings .down-color .labeled__label,
.indicator-settings .up-color .color-palette__label,
.indicator-settings .down-color .color-palette__label {
  max-width: 227.6px;
}
[dir="ltr"] .indicator-settings_type_ticks .signal-color {
  padding-left: 0 !important;
}
[dir="rtl"] .indicator-settings_type_ticks .signal-color {
  padding-right: 0 !important;
}
.indicator-settings_type_ticks .signal-color {
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.indicator-settings .atr-color,
.indicator-settings .rsi-color,
.indicator-settings .ema-color,
.indicator-settings .ma-color,
.indicator-settings .fractal-color {
  width: 100%;
}
[dir="ltr"] .indicator-settings_type_bwao .indicator-settings__long-periods,[dir="ltr"] 
.indicator-settings_type_atr .indicator-settings__periods:nth-child(1),[dir="ltr"] 
.indicator-settings__fractal-sq {
  padding-right: 0.8rem;
}
[dir="rtl"] .indicator-settings_type_bwao .indicator-settings__long-periods,[dir="rtl"] 
.indicator-settings_type_atr .indicator-settings__periods:nth-child(1),[dir="rtl"] 
.indicator-settings__fractal-sq {
  padding-left: 0.8rem;
}
[dir="ltr"] .indicator-settings_type_bwao .indicator-settings__short-periods,[dir="ltr"] 
.indicator-settings__value-index {
  padding-left: 0.8rem;
}
[dir="rtl"] .indicator-settings_type_bwao .indicator-settings__short-periods,[dir="rtl"] 
.indicator-settings__value-index {
  padding-right: 0.8rem;
}
[dir="ltr"] .indicator-settings_type_bwao .indicator-settings__short-periods,[dir="ltr"] 
.indicator-settings__value-index {
  padding-right: 0;
}
[dir="rtl"] .indicator-settings_type_bwao .indicator-settings__short-periods,[dir="rtl"] 
.indicator-settings__value-index {
  padding-left: 0;
}
[dir="ltr"] .indicator-settings__periods:nth-child(1),[dir="ltr"] 
.indicator-settings__k-periods,[dir="ltr"] 
.indicator-settings__bb-periods,[dir="ltr"] 
.indicator-settings__short-offset,[dir="ltr"] 
.indicator-settings__long-periods,[dir="ltr"] 
.indicator-settings__jaws-periods,[dir="ltr"] 
.indicator-settings__jaws-offset {
  padding-right: 1.06666667rem;
}
[dir="rtl"] .indicator-settings__periods:nth-child(1),[dir="rtl"] 
.indicator-settings__k-periods,[dir="rtl"] 
.indicator-settings__bb-periods,[dir="rtl"] 
.indicator-settings__short-offset,[dir="rtl"] 
.indicator-settings__long-periods,[dir="rtl"] 
.indicator-settings__jaws-periods,[dir="rtl"] 
.indicator-settings__jaws-offset {
  padding-left: 1.06666667rem;
}
.indicator-settings__value-index:nth-child(2),
.indicator-settings__periods:nth-child(2),
.indicator-settings__d-periods,
.indicator-settings__std,
.indicator-settings__medium-offset,
.indicator-settings__short-periods,
.indicator-settings__teeth-periods,
.indicator-settings__teeth-offset {
  padding-right: 0.53333333rem;
  padding-left: 0.53333333rem;
}
[dir="ltr"] .indicator-settings__value-index:nth-child(3),[dir="ltr"] 
.indicator-settings__long-offset,[dir="ltr"] 
.indicator-settings__signal-periods,[dir="ltr"] 
.indicator-settings__periods:nth-child(3),[dir="ltr"] 
.indicator-settings__lips-periods,[dir="ltr"] 
.indicator-settings__lips-offset {
  padding-left: 1.06666667rem;
}
[dir="rtl"] .indicator-settings__value-index:nth-child(3),[dir="rtl"] 
.indicator-settings__long-offset,[dir="rtl"] 
.indicator-settings__signal-periods,[dir="rtl"] 
.indicator-settings__periods:nth-child(3),[dir="rtl"] 
.indicator-settings__lips-periods,[dir="rtl"] 
.indicator-settings__lips-offset {
  padding-right: 1.06666667rem;
}
[dir="ltr"] .indicator-settings .up-color {
  padding-right: 0.8rem;
}
[dir="rtl"] .indicator-settings .up-color {
  padding-left: 0.8rem;
}
[dir="ltr"] .indicator-settings .atr-color,[dir="ltr"] 
.indicator-settings .down-color,[dir="ltr"] 
.indicator-settings .fractal-color {
  padding-left: 0.8rem;
}
[dir="rtl"] .indicator-settings .atr-color,[dir="rtl"] 
.indicator-settings .down-color,[dir="rtl"] 
.indicator-settings .fractal-color {
  padding-right: 0.8rem;
}
[dir="ltr"] .indicator-settings .bar-outline,[dir="ltr"] 
.indicator-settings .median,[dir="ltr"] 
.indicator-settings .chart-bg,[dir="ltr"] 
.indicator-settings .grid-color,[dir="ltr"] 
.indicator-settings .scale-color,[dir="ltr"] 
.indicator-settings .lp-color,[dir="ltr"] 
.indicator-settings .kp-color,[dir="ltr"] 
.indicator-settings .tl-color,[dir="ltr"] 
.indicator-settings .tenkan-color,[dir="ltr"] 
.indicator-settings .jaws-color,[dir="ltr"] 
.indicator-settings .senkou-a-color,[dir="ltr"] 
.indicator-settings .ha-sroke-color {
  padding-right: 1.06666667rem;
}
[dir="rtl"] .indicator-settings .bar-outline,[dir="rtl"] 
.indicator-settings .median,[dir="rtl"] 
.indicator-settings .chart-bg,[dir="rtl"] 
.indicator-settings .grid-color,[dir="rtl"] 
.indicator-settings .scale-color,[dir="rtl"] 
.indicator-settings .lp-color,[dir="rtl"] 
.indicator-settings .kp-color,[dir="rtl"] 
.indicator-settings .tl-color,[dir="rtl"] 
.indicator-settings .tenkan-color,[dir="rtl"] 
.indicator-settings .jaws-color,[dir="rtl"] 
.indicator-settings .senkou-a-color,[dir="rtl"] 
.indicator-settings .ha-sroke-color {
  padding-left: 1.06666667rem;
}
.indicator-settings .candle-bear-fill,
.indicator-settings .bar-bear-fill,
.indicator-settings .bid-color,
.indicator-settings .bid-text-color,
.indicator-settings .separators-color,
.indicator-settings .shp-color,
.indicator-settings .dp-color,
.indicator-settings .ml-color,
.indicator-settings .kijun-color,
.indicator-settings .teeth-color,
.indicator-settings .senkou-b-color,
.indicator-settings .ha-bear-color {
  padding-right: 0.53333333rem;
  padding-left: 0.53333333rem;
}
[dir="ltr"] .indicator-settings .candle-bull-fill,[dir="ltr"] 
.indicator-settings .bar-bull-fill,[dir="ltr"] 
.indicator-settings .ask-color,[dir="ltr"] 
.indicator-settings .ask-text-color,[dir="ltr"] 
.indicator-settings .ma-color,[dir="ltr"] 
.indicator-settings .ema-color,[dir="ltr"] 
.indicator-settings .rsi-color,[dir="ltr"] 
.indicator-settings .signal-color,[dir="ltr"] 
.indicator-settings .bl-color,[dir="ltr"] 
.indicator-settings .chikou-color,[dir="ltr"] 
.indicator-settings .lips-color,[dir="ltr"] 
.indicator-settings .ha-bull-color {
  padding-left: 1.06666667rem;
}
[dir="rtl"] .indicator-settings .candle-bull-fill,[dir="rtl"] 
.indicator-settings .bar-bull-fill,[dir="rtl"] 
.indicator-settings .ask-color,[dir="rtl"] 
.indicator-settings .ask-text-color,[dir="rtl"] 
.indicator-settings .ma-color,[dir="rtl"] 
.indicator-settings .ema-color,[dir="rtl"] 
.indicator-settings .rsi-color,[dir="rtl"] 
.indicator-settings .signal-color,[dir="rtl"] 
.indicator-settings .bl-color,[dir="rtl"] 
.indicator-settings .chikou-color,[dir="rtl"] 
.indicator-settings .lips-color,[dir="rtl"] 
.indicator-settings .ha-bull-color {
  padding-right: 1.06666667rem;
}
.indicator-settings .labeled,
.indicator-settings .color-palette {
  width: 100%;
}
[dir="ltr"] .indicator-settings .labeled__label,[dir="ltr"] 
.indicator-settings .color-palette__label {
  padding-left: 0;
}
[dir="rtl"] .indicator-settings .labeled__label,[dir="rtl"] 
.indicator-settings .color-palette__label {
  padding-right: 0;
}
.indicator-settings .labeled__label,
.indicator-settings .color-palette__label {
  width: 100%;
}
.indicator-settings__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 1.6rem;
}
.indicator-settings__buttons .button {
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
[dir="ltr"] .indicator-settings__buttons .button:first-child {
  margin-right: 0.8rem;
}
[dir="rtl"] .indicator-settings__buttons .button:first-child {
  margin-left: 0.8rem;
}
.indicator-settings__buttons .button:first-child {
  white-space: nowrap;
  text-shadow: 1px 1px 0 #9e412b;
  background: #cd6148 linear-gradient(#cd6148 0%, #c65136 100%);
}
.indicator-settings__buttons .button:first-child:hover {
  background: #cd6148 linear-gradient(#cd6148 0%, #9e412b 100%);
}
.indicator-settings__buttons .button:first-child:active {
  background: #be4333 linear-gradient(#be4333 0%, #963528 100%);
}
.indicator-settings__buttons .button:first-child:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fb532d;
}
.indicator-settings__buttons .button:first-child.button_enabled_false:focus {
  box-shadow: none !important;
}
.indicator-settings__buttons .button:first-child[class*='_enabled_false'],
.indicator-settings__buttons .button:first-child[class*='_locked_true'],
.indicator-settings__buttons .button:first-child[class*='_disabled_yes'],
.indicator-settings__buttons .button:first-child[class*='_enabled_false']:hover,
.indicator-settings__buttons .button:first-child[class*='_locked_true']:hover,
.indicator-settings__buttons .button:first-child[class*='_disabled_yes']:hover,
.indicator-settings__buttons .button:first-child[class*='_enabled_false']:active,
.indicator-settings__buttons .button:first-child[class*='_locked_true']:active,
.indicator-settings__buttons .button:first-child[class*='_disabled_yes']:active {
  background: #cd6148 linear-gradient(#cd6148 0%, #c65136 100%);
  cursor: default;
}
[dir="ltr"] .indicator-settings__buttons .button:last-child {
  margin-left: 0.8rem;
}
[dir="rtl"] .indicator-settings__buttons .button:last-child {
  margin-right: 0.8rem;
}
.indicator-settings__buttons .button:last-child {
  flex-basis: 100%;
}
.indicator-settings__jaws-periods {
  order: 1;
}
.indicator-settings__teeth-periods {
  order: 2;
}
.indicator-settings__lips-periods {
  order: 3;
}
.indicator-settings__jaws-offset {
  order: 4;
}
.indicator-settings__teeth-offset {
  order: 5;
}
.indicator-settings__lips-offset {
  order: 6;
}
.indicator-settings_type_alligator .indicator-settings__colors {
  order: 7;
}
.indicator-settings_type_alligator .indicator-settings__buttons {
  order: 8;
}
.indicator-settings_type_macd .indicator-settings__long-periods {
  order: 1;
}
.indicator-settings_type_macd .indicator-settings__short-periods {
  order: 2;
}
.indicator-settings_type_macd .indicator-settings__signal-periods {
  order: 3;
}
.indicator-settings_type_macd .indicator-settings__colors {
  order: 4;
}
.indicator-settings_type_macd .indicator-settings__value-index {
  order: 5;
}
.indicator-settings_type_macd .indicator-settings__buttons {
  order: 6;
}
[lang='ru'] .modal-window_type_macd .modal-window__title,
[lang='ru'] .modal-window_type_bwao .modal-window__title {
  font-size: 1.6rem;
}
[lang='ru'] .modal-window_type_bwac .modal-window__title {
  font-size: 1.4rem;
}
.indicators {
  padding: 1.6rem;
}
.indicators_mode_modal.indicators_edited_false {
  width: calc((460px * 1.25 - 2 * 1.6rem) / 3 * 2 + 2 * 1.6rem);
}
[dir="ltr"] .indicators_mode_modal.indicators_edited_true {
  padding-right: 33.33333333%;
}
[dir="rtl"] .indicators_mode_modal.indicators_edited_true {
  padding-left: 33.33333333%;
}
.indicators_mode_modal.indicators_edited_true {
  position: relative;
  width: 575px;
}
.indicators__all {
  column-width: auto;
  column-count: 2;
  grid-column-gap: 1.6rem;
  column-gap: 1.6rem;
  column-rule-color: transparent;
  column-rule-style: solid;
  column-rule-width: 0;
}
[dir="ltr"] .indicators_mode_modal.indicators_edited_true .indicators__edited {
  left: 66.66666667%;
}
[dir="rtl"] .indicators_mode_modal.indicators_edited_true .indicators__edited {
  right: 66.66666667%;
}
[dir="ltr"] .indicators_mode_modal.indicators_edited_true .indicators__edited {
  right: 1.6rem;
}
[dir="rtl"] .indicators_mode_modal.indicators_edited_true .indicators__edited {
  left: 1.6rem;
}
.indicators_mode_modal.indicators_edited_true .indicators__edited {
  position: absolute;
  top: 1.6rem;
  bottom: 1.6rem;
  padding-bottom: 3.38461538rem;
}
.indicators_mode_modal.indicators_edited_true .indicators__edited .scroll-panel {
  height: 100%;
}
.indicators_mode_context-menu {
  font-size: 1.2rem;
}
.indicators_mode_context-menu.indicators_edited_true .indicators__edited {
  padding-top: 0.8rem;
}
.indicators_mode_context-menu.indicators_edited_true .indicators__edited .scroll-panel {
  max-height: 100px;
}
.indicators_mode_context-menu.indicators_edited_true .indicators__edited .cur-indicators {
  column-width: auto;
  column-count: 2;
  grid-column-gap: 1.6rem;
  column-gap: 1.6rem;
  column-rule-color: transparent;
  column-rule-style: solid;
  column-rule-width: 0;
}
.indicators__add-item .button {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: inherit;
  line-height: 1.6rem;
  color: #acb4b9;
  text-shadow: none;
}
.indicators__add-item .button:hover {
  color: #e6e6e6;
}
.indicators__remove {
  position: relative;
  padding-top: 2rem;
}
.indicators__remove::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 1rem;
  display: block;
  border-bottom: 1px solid rgba(172, 180, 185, 0.3);
}
[dir="ltr"] .indicators__remove .button {
  padding-left: 2.4rem;
}
[dir="rtl"] .indicators__remove .button {
  padding-right: 2.4rem;
}
.indicators__remove .button {
  position: relative;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #acb4b9;
  justify-content: flex-start;
}
.indicators__remove .button:hover {
  color: #e6e6e6;
}
[dir="ltr"] .indicators__remove .button .fa {
  left: 0;
}
[dir="rtl"] .indicators__remove .button .fa {
  right: 0;
}
.indicators__remove .button .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: inherit;
  text-align: center;
}
.indicators_mode_modal .indicators__remove {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.interactive-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background-color: rgba(255, 255, 255, 0.01);
}
.interactive-area_cursor-type_select {
  cursor: default;
}
.interactive-area_cursor-type_crosshair {
  cursor: url('/static/img/chart-ico/cross.cur') 7 7, default;
}
.interactive-area_cursor-type_vertical_line {
  cursor: url('/static/img/chart-ico/vertical_line.cur') 7 7, default;
}
.interactive-area_cursor-type_horizontal_line {
  cursor: url('/static/img/chart-ico/horizontal_line.cur') 7 7, default;
}
.interactive-area_cursor-type_trend_line {
  cursor: url('/static/img/chart-ico/trend_line.cur') 7 7, default;
}
.interactive-area_cursor-type_equidistant {
  cursor: url('/static/img/chart-ico/equidistant.cur') 7 7, default;
}
.interactive-area_cursor-type_fibonacci {
  cursor: url('/static/img/chart-ico/retracement.cur') 7 7, default;
}
.interactive-area_cursor-type_market_snapshot {
  cursor: url('/static/img/chart-ico/trendbar_popup.cur') 7 7, default;
}
.interactive-area_cursor-type_rectangle {
  cursor: url('/static/img/chart-ico/rectangle.cur') 7 7, default;
}
.interactive-area_cursor-type_triangle {
  cursor: url('/static/img/chart-ico/triangle.cur') 7 7, default;
}
.market-snapshot-status {
  order: 2;
  position: relative;
  z-index: 8;
  color: #e6e6e6;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.5px;
  background-color: #3a4345;
}
[dir="ltr"] .market-snapshot-status::after {
  right: -100px;
}
[dir="rtl"] .market-snapshot-status::after {
  left: -100px;
}
.market-snapshot-status::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 8;
  display: block;
  width: 100px;
  height: 100%;
  background: #3a4345 linear-gradient(to left, #3a4345 0%, rgba(58, 67, 69, 0) 100%);
}
.market-snapshot-status__symbol,
.market-snapshot-status__comma1,
.market-snapshot-status__period,
.market-snapshot-status__comma2,
.market-snapshot-status__info {
  display: inline-block;
  vertical-align: bottom;
  white-space: normal;
  max-width: 93%;
}
[dir="ltr"] .market-snapshot-status__comma1,[dir="ltr"] 
.market-snapshot-status__comma2 {
  margin-left: 0.2rem;
}
[dir="rtl"] .market-snapshot-status__comma1,[dir="rtl"] 
.market-snapshot-status__comma2 {
  margin-right: 0.2rem;
}
[dir="ltr"] .market-snapshot-status__comma1,[dir="ltr"] 
.market-snapshot-status__comma2 {
  margin-right: 0.8rem;
}
[dir="rtl"] .market-snapshot-status__comma1,[dir="rtl"] 
.market-snapshot-status__comma2 {
  margin-left: 0.8rem;
}
[dir="ltr"] .market-snapshot-status__item {
  padding-left: 0.8rem;
}
[dir="rtl"] .market-snapshot-status__item {
  padding-right: 0.8rem;
}
.market-snapshot-status__item {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
}
[dir="ltr"] .market-snapshot-status__item:first-child {
  padding-left: 0;
}
[dir="rtl"] .market-snapshot-status__item:first-child {
  padding-right: 0;
}
.market-snapshot-status__title {
  display: inline-block;
  vertical-align: bottom;
}
[dir="ltr"] .market-snapshot-status__title::after {
  margin-left: 0.2rem;
}
[dir="rtl"] .market-snapshot-status__title::after {
  margin-right: 0.2rem;
}
[dir="ltr"] .market-snapshot-status__title::after {
  margin-right: 0.4rem;
}
[dir="rtl"] .market-snapshot-status__title::after {
  margin-left: 0.4rem;
}
.market-snapshot-status__title::after {
  display: inline-block;
  vertical-align: text-bottom;
  content: ':';
  color: #95a0a7;
}
.market-snapshot-status__value {
  display: inline-block;
  vertical-align: bottom;
  color: #4dc6ff;
}
[dir="ltr"] .market-snapshot-status__value::after {
  margin-left: 0.2rem;
}
[dir="rtl"] .market-snapshot-status__value::after {
  margin-right: 0.2rem;
}
.market-snapshot-status__value::after {
  display: inline-block;
  content: ',';
  color: #95a0a7;
}
.market-snapshot-status__value:last-child::after {
  content: none;
}
[dir="ltr"] .one-click-trading {
  left: -50%;
}
[dir="rtl"] .one-click-trading {
  right: -50%;
}
.one-click-trading {
  position: relative;
  z-index: 6;
  white-space: nowrap;
  border: 1px solid rgba(80, 93, 98, 0.5);
  border-radius: 0.4rem;
}
.one-click-trading .volume-list {
  width: 6rem;
}
.one-click-trading .volume-list .input__field {
  background: transparent;
  border: none;
}
.one-click-trading .volume-list .visible-ctrl {
  background: transparent;
}
.one-click-trading .volume-list .visible-ctrl_active_true .input__field {
  background-color: #455054;
}
[dir="ltr"] .one-click-trading .volume-list .visible-ctrl__expand-btn {
  padding-right: 0.4rem;
}
[dir="rtl"] .one-click-trading .volume-list .visible-ctrl__expand-btn {
  padding-left: 0.4rem;
}
.one-click-trading .volume-list .visible-ctrl__expand-btn {
  width: 2rem;
}
.one-click-trading .volume-list_enabled_false::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(80, 93, 98, 0.35);
  cursor: default;
  z-index: 1;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading {
  margin-top: 0.8rem;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.2rem;
  text-align: center;
  color: #e6e6e6;
  padding: 0 0.4rem;
  text-transform: uppercase;
  background: rgba(80, 93, 98, 0.3);
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  background: rgba(80, 93, 98, 0.35);
}
[dir='ltr'] .main-layout:not(.main-layout_isfake_true) .one-click-trading__label:first-child,
[dir='ltr'] .main-layout:not(.main-layout_isfake_true) .one-click-trading__label:first-child::after {
  border-radius: 0.4rem 0 0 0.4rem;
}
[dir='rtl'] .main-layout:not(.main-layout_isfake_true) .one-click-trading__label:first-child,
[dir='rtl'] .main-layout:not(.main-layout_isfake_true) .one-click-trading__label:first-child::after {
  border-radius: 0 0.4rem 0.4rem 0;
}
[dir='ltr'] .main-layout:not(.main-layout_isfake_true) .one-click-trading__label:last-child,
[dir='ltr'] .main-layout:not(.main-layout_isfake_true) .one-click-trading__label:last-child::after {
  border-radius: 0 0.4rem 0.4rem 0;
}
[dir='rtl'] .main-layout:not(.main-layout_isfake_true) .one-click-trading__label:last-child,
[dir='rtl'] .main-layout:not(.main-layout_isfake_true) .one-click-trading__label:last-child::after {
  border-radius: 0.4rem 0 0 0.4rem;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.2rem;
  text-align: center;
  color: #e6e6e6;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  background: rgba(80, 93, 98, 0.35);
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value .button {
  position: relative;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 0 0.8rem;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 0.4rem;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value .button__icon {
  display: inline-block;
  height: 100%;
  margin-right: 3px;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value .quote-btn {
  background: rgba(80, 93, 98, 0.3);
  border: 1px solid #74848b;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value:not(.one-click-trading__value_enabled_false):hover .quote-btn:not(.quote-btn_locked_true):not(.button_disabled_yes) {
  background: #3789b5 linear-gradient(#3789b5 0%, #255c7a 100%);
  border-color: #255c7a;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value:not(.one-click-trading__value_enabled_false):active .quote-btn:not(.quote-btn_locked_true):not(.button_disabled_yes) {
  background: #4097c5 linear-gradient(#4097c5 0%, #255c7a 100%);
  border-color: #255c7a;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value:not(.one-click-trading__value_enabled_false):hover .quote-btn:not(.quote-btn_locked_true):not(.button_disabled_yes).quote,
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value:not(.one-click-trading__value_enabled_false):active .quote-btn:not(.quote-btn_locked_true):not(.button_disabled_yes).quote {
  text-shadow: 1px 1px 0 #255c7a;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value:not(.one-click-trading__value_enabled_false):hover .quote-btn:not(.quote-btn_locked_true):not(.button_disabled_yes).quote_dir_up,
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value:not(.one-click-trading__value_enabled_false):active .quote-btn:not(.quote-btn_locked_true):not(.button_disabled_yes).quote_dir_up {
  color: #0f0;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value:not(.one-click-trading__value_enabled_false):hover .quote-btn:not(.quote-btn_locked_true):not(.button_disabled_yes).quote_dir_down,
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value:not(.one-click-trading__value_enabled_false):active .quote-btn:not(.quote-btn_locked_true):not(.button_disabled_yes).quote_dir_down {
  color: #ff6bad;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value_enabled_false .quote-btn,
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value .quote-btn_locked_true,
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value .button_disabled_yes.quote-btn {
  border: 1px solid transparent;
  background: transparent;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value_enabled_false .quote-btn::before,
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value .quote-btn_locked_true::before,
.main-layout:not(.main-layout_isfake_true) .one-click-trading__value .button_disabled_yes.quote-btn::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(80, 93, 98, 0.35);
  cursor: default;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading .volume-list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.2rem;
  text-align: center;
  color: #e6e6e6;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading .volume-list::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  background: rgba(80, 93, 98, 0.35);
}
[dir="ltr"] .main-layout:not(.main-layout_isfake_true) .one-click-trading .volume-list .input__field {
  padding-left: 1.2rem;
}
[dir="rtl"] .main-layout:not(.main-layout_isfake_true) .one-click-trading .volume-list .input__field {
  padding-right: 1.2rem;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading .volume-list .input__field {
  line-height: 1.3rem;
  font-size: 1.2rem;
  height: 2.4rem;
  padding: 0;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading .volume-list .combo-box__item {
  font-size: 1.2rem;
}
.main-layout:not(.main-layout_isfake_true) .one-click-trading .volume-list .expandable__content {
  top: 2.4rem;
}
.symbol-chart {
  position: relative;
  font-size: 0;
  line-height: 0;
  background: #3a4345;
}
.symbol-chart__one-click-trading-wrapper {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 0;
  height: 0;
}
.symbol-chart__loading {
  display: none;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  padding: 0.4rem 1.6rem;
  font-size: 1.3rem;
  line-height: normal;
  color: #4dc6ff;
  text-align: center;
  text-shadow: none;
  font-family: 'Roboto', sans-serif;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51, rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  border-radius: 0.4rem;
}
.symbol-chart__loading_show_true {
  display: inline-block;
}
.symbol-chart__loading .fa {
  vertical-align: 1px;
}
.symbol-chart__loading-text {
  display: inline-block;
}
[dir="ltr"] .symbol-chart__indicator-close {
  right: 4.8rem;
}
[dir="rtl"] .symbol-chart__indicator-close {
  left: 4.8rem;
}
.symbol-chart__indicator-close {
  position: absolute;
  top: 0;
}
.symbol-chart__indicator-close .button {
  position: relative;
  height: 1.6rem;
  width: 2.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  text-align: center;
  color: #74848b;
  background: rgba(80, 93, 98, 0.5);
  border: 1px solid rgba(80, 93, 98, 0.8);
  border-radius: 0 0 0 0.4rem;
}
.symbol-chart__indicator-close .button:hover {
  color: #909ca2;
  background-color: rgba(80, 93, 98, 0.8);
}
[dir="ltr"] .symbol-chart__indicator-name {
  left: 0;
}
[dir="rtl"] .symbol-chart__indicator-name {
  right: 0;
}
.symbol-chart__indicator-name {
  position: absolute;
  top: 0;
  padding: 0 0.8rem;
  font-size: 1.3rem;
  line-height: normal;
  color: #acb4b9;
  text-shadow: none;
  background-color: rgba(80, 93, 98, 0.5);
  border: 1px solid rgba(80, 93, 98, 0.8);
  border-radius: 0 0 0.4rem 0;
}
.tab-symbol-select {
  box-sizing: border-box;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 3.2rem;
  text-align: center;
  background: #505d62;
  border-bottom: 1px solid #3a4345;
  border-left: 1px solid #3a4345;
  border-radius: 0.4rem 0.4rem 0 0;
  cursor: pointer;
}
.main-layout_symbols_loaded .tab-symbol-select {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}
.tab-symbol-select > .expandable-wrap {
  align-self: stretch;
  flex: 1 1 100%;
}
.tab-symbol-select > .expandable-wrap > .expandable-wrap__cover {
  z-index: 7;
}
.tab-symbol-select > .expandable-wrap > .expandable-wrap__cover + .expandable > .visible-ctrl {
  background-color: transparent;
  line-height: 3.2rem;
  vertical-align: middle;
}
[dir="ltr"] .tab-symbol-select > .expandable-wrap > .expandable-wrap__cover + .expandable > .visible-ctrl_active_true + .expandable__content {
  left: auto;
  left: initial;
}
[dir="rtl"] .tab-symbol-select > .expandable-wrap > .expandable-wrap__cover + .expandable > .visible-ctrl_active_true + .expandable__content {
  right: auto;
  right: initial;
}
[dir="ltr"] .tab-symbol-select > .expandable-wrap > .expandable-wrap__cover + .expandable > .visible-ctrl_active_true + .expandable__content {
  left: auto;
}
[dir="rtl"] .tab-symbol-select > .expandable-wrap > .expandable-wrap__cover + .expandable > .visible-ctrl_active_true + .expandable__content {
  right: auto;
}
[dir="ltr"] .tab-symbol-select > .expandable-wrap > .expandable-wrap__cover + .expandable > .visible-ctrl_active_true + .expandable__content {
  right: 0;
}
[dir="rtl"] .tab-symbol-select > .expandable-wrap > .expandable-wrap__cover + .expandable > .visible-ctrl_active_true + .expandable__content {
  left: 0;
}
.tab-symbol-select > .expandable-wrap > .expandable-wrap__cover + .expandable > .visible-ctrl_active_true + .expandable__content {
  z-index: 7;
  top: 0;
  padding-top: 0;
  background-color: #505d62;
  border-radius: 0.4rem;
}
.tab-symbol-select > .expandable-wrap > .expandable-wrap__cover + .expandable > .visible-ctrl_active_true {
  z-index: 0;
}
.tab-symbol-select .fa-plus-square {
  color: #e6e6e6;
}
.tab-symbol-select:hover .fa-plus-square {
  color: #4dc6ff;
}
[dir="ltr"] .tab-symbol-form {
  text-align: left;
}
[dir="rtl"] .tab-symbol-form {
  text-align: right;
}
.tab-symbol-form {
  min-width: 13.8rem;
  padding: 1.6rem;
}
.tab-symbol-form .expandable-wrap > .expandable-wrap__cover {
  display: none;
}
.tab-symbol-form .expandable-wrap > .expandable-wrap__cover + .expandable .visible-ctrl_active_true {
  z-index: 8;
}
.tab-symbol-form .expandable-wrap > .expandable-wrap__cover + .expandable .visible-ctrl .selected-item {
  font-size: 1.3rem;
}
[dir="ltr"] .tab-symbol-form .drop-down__item {
  padding-left: 0.8rem;
}
[dir="rtl"] .tab-symbol-form .drop-down__item {
  padding-right: 0.8rem;
}
.tab-symbol-form .drop-down__item {
  font-size: 1.3rem;
}
.toolbar {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0.4rem 0;
  white-space: normal;
  color: #e6e6e6;
  background: #505d62;
}
.toolbar .drop-down {
  display: inline-block;
  vertical-align: top;
}
.toolbar .drop-down .visible-ctrl {
  background: transparent;
}
.toolbar .drop-down .visible-ctrl .selected-item {
  display: inline-block;
  vertical-align: top;
  min-width: 2.8rem;
  height: 2.4rem;
  padding: 0 0.4rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-shadow: none;
  padding: 0;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  border: none;
}
.toolbar .drop-down .visible-ctrl .selected-item:hover {
  color: #4dc6ff;
}
[dir="ltr"] .toolbar .drop-down .visible-ctrl__expand-btn {
  right: 0.4rem;
}
[dir="rtl"] .toolbar .drop-down .visible-ctrl__expand-btn {
  left: 0.4rem;
}
[dir="ltr"] .toolbar .drop-down .visible-ctrl__expand-btn {
  border-right-color: #74848b;
}
[dir="rtl"] .toolbar .drop-down .visible-ctrl__expand-btn {
  border-left-color: #74848b;
}
.toolbar .drop-down .visible-ctrl__expand-btn {
  bottom: 0.2rem;
  top: initial;
  top: auto;
  width: 0.8rem;
  padding: 0;
  height: 0.8rem;
  border: 1px solid transparent;
  border-bottom-color: #74848b;
}
.toolbar .drop-down .visible-ctrl__expand-btn::before {
  content: none;
}
.toolbar .drop-down .visible-ctrl_active_true {
  z-index: 8;
}
.toolbar .drop-down .visible-ctrl_active_true .visible-ctrl__expand-btn {
  display: none;
}
.toolbar .drop-down .visible-ctrl_active_true + .expandable__content {
  top: 0;
  z-index: 7;
  padding-top: 2.4rem;
  border-radius: 0.4rem;
}
.toolbar .drop-down__item {
  padding: 0;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.4rem;
}
[dir="ltr"] .toolbar .chart-options {
  margin-right: 0.4rem;
}
[dir="rtl"] .toolbar .chart-options {
  margin-left: 0.4rem;
}
.toolbar .chart-options {
  display: inline-block;
}
[dir="ltr"] .toolbar .chart-options:last-child {
  margin-right: 0;
}
[dir="rtl"] .toolbar .chart-options:last-child {
  margin-left: 0;
}
[dir="ltr"] .toolbar .chart-options__chart-type,[dir="ltr"] 
.toolbar .chart-options__chart-period {
  margin-right: 0.4rem;
}
[dir="rtl"] .toolbar .chart-options__chart-type,[dir="rtl"] 
.toolbar .chart-options__chart-period {
  margin-left: 0.4rem;
}
.toolbar .chart-options__chart-type,
.toolbar .chart-options__chart-period {
  display: inline-block;
  vertical-align: middle;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51;
  border-radius: 0.4rem;
}
[dir="ltr"] .toolbar .chart-options__chart-type:last-child,[dir="ltr"] 
.toolbar .chart-options__chart-period:last-child {
  margin-right: 0;
}
[dir="rtl"] .toolbar .chart-options__chart-type:last-child,[dir="rtl"] 
.toolbar .chart-options__chart-period:last-child {
  margin-left: 0;
}
.toolbar .chart-options__zoom {
  display: inline-block;
  vertical-align: top;
}
[dir="ltr"] .toolbar__instruments {
  margin-right: 0.4rem;
}
[dir="rtl"] .toolbar__instruments {
  margin-left: 0.4rem;
}
.toolbar__instruments {
  display: inline-block;
  vertical-align: middle;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51;
  border-radius: 0.4rem;
}
[dir="ltr"] .toolbar__instruments:last-child {
  margin-right: 0;
}
[dir="rtl"] .toolbar__instruments:last-child {
  margin-left: 0;
}
.toolbar__instruments .toolbar__no-draw .radio-button__item:last-child {
  border-radius: 0;
}
.toolbar__instruments .toolbar__draw .drop-down__item:first-child,
.toolbar__instruments .toolbar__draw .drop-down__item:last-child {
  border-radius: 0;
}
[dir="ltr"] .toolbar__auto-scroll {
  margin-right: 0.4rem;
}
[dir="rtl"] .toolbar__auto-scroll {
  margin-left: 0.4rem;
}
.toolbar__auto-scroll {
  display: inline-block;
  vertical-align: middle;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51;
  border-radius: 0.4rem;
}
[dir="ltr"] .toolbar__auto-scroll:last-child {
  margin-right: 0;
}
[dir="rtl"] .toolbar__auto-scroll:last-child {
  margin-left: 0;
}
.toolbar__auto-scroll .check {
  padding: 0;
}
.toolbar__auto-scroll .check .icon {
  display: inline-block;
  vertical-align: top;
  min-width: 2.8rem;
  height: 2.4rem;
  padding: 0 0.4rem;
  font-size: 1.2rem;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  line-height: 2.4rem;
  border-radius: 0.4rem;
  height: 2.4rem !important;
}
.toolbar__auto-scroll .check .icon:hover {
  color: #4dc6ff;
}
.toolbar__auto-scroll .check .icon_type_future-gap {
  width: 14px;
  height: 14px;
}
.toolbar__auto-scroll .check .icon_type_future-gap::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -165px;
}
@media (min-resolution: 124.8dpi) {
  .toolbar__auto-scroll .check .icon_type_future-gap::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.toolbar__auto-scroll .check .icon_type_future-gap::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.toolbar__auto-scroll .check .icon_type_auto-scroll {
  width: 14px;
  height: 14px;
}
.toolbar__auto-scroll .check .icon_type_auto-scroll::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -180px;
}
@media (min-resolution: 124.8dpi) {
  .toolbar__auto-scroll .check .icon_type_auto-scroll::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.toolbar__auto-scroll .check .icon_type_auto-scroll::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.toolbar__auto-scroll .check__label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: inherit;
  z-index: 1;
}
.toolbar__auto-scroll .check__label::before {
  content: none;
}
.toolbar__auto-scroll .check__label:hover + .icon_type_future-gap {
  width: 14px;
  height: 14px;
  background: #455054;
}
.toolbar__auto-scroll .check__label:hover + .icon_type_future-gap::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -165px;
}
@media (min-resolution: 124.8dpi) {
  .toolbar__auto-scroll .check__label:hover + .icon_type_future-gap::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.toolbar__auto-scroll .check__label:hover + .icon_type_future-gap::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.toolbar__auto-scroll .check__label:hover + .icon_type_auto-scroll {
  width: 14px;
  height: 14px;
  background: #455054;
}
.toolbar__auto-scroll .check__label:hover + .icon_type_auto-scroll::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -180px;
}
@media (min-resolution: 124.8dpi) {
  .toolbar__auto-scroll .check__label:hover + .icon_type_auto-scroll::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.toolbar__auto-scroll .check__label:hover + .icon_type_auto-scroll::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.toolbar__auto-scroll .check__chk:checked + .check__label::before {
  background-color: transparent;
}
.toolbar__auto-scroll .check__chk:checked + .check__label::after {
  content: none;
}
.toolbar__auto-scroll .check__chk:checked ~ .icon_type_future-gap {
  width: 14px;
  height: 14px;
  background: #455054;
}
.toolbar__auto-scroll .check__chk:checked ~ .icon_type_future-gap::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -165px;
}
@media (min-resolution: 124.8dpi) {
  .toolbar__auto-scroll .check__chk:checked ~ .icon_type_future-gap::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.toolbar__auto-scroll .check__chk:checked ~ .icon_type_future-gap::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.toolbar__auto-scroll .check__chk:checked ~ .icon_type_auto-scroll {
  width: 14px;
  height: 14px;
  background: #455054;
}
.toolbar__auto-scroll .check__chk:checked ~ .icon_type_auto-scroll::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -180px;
}
@media (min-resolution: 124.8dpi) {
  .toolbar__auto-scroll .check__chk:checked ~ .icon_type_auto-scroll::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.toolbar__auto-scroll .check__chk:checked ~ .icon_type_auto-scroll::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
[dir="ltr"] .toolbar__future-gap {
  margin-right: 0.4rem;
}
[dir="rtl"] .toolbar__future-gap {
  margin-left: 0.4rem;
}
.toolbar__future-gap {
  display: inline-block;
  vertical-align: middle;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51;
  border-radius: 0.4rem;
}
[dir="ltr"] .toolbar__future-gap:last-child {
  margin-right: 0;
}
[dir="rtl"] .toolbar__future-gap:last-child {
  margin-left: 0;
}
.toolbar__future-gap .check {
  padding: 0;
}
.toolbar__future-gap .check .icon {
  display: inline-block;
  vertical-align: top;
  min-width: 2.8rem;
  height: 2.4rem;
  padding: 0 0.4rem;
  font-size: 1.2rem;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  line-height: 2.4rem;
  border-radius: 0.4rem;
  height: 2.4rem !important;
}
.toolbar__future-gap .check .icon:hover {
  color: #4dc6ff;
}
.toolbar__future-gap .check .icon_type_future-gap {
  width: 14px;
  height: 14px;
}
.toolbar__future-gap .check .icon_type_future-gap::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -165px;
}
@media (min-resolution: 124.8dpi) {
  .toolbar__future-gap .check .icon_type_future-gap::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.toolbar__future-gap .check .icon_type_future-gap::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.toolbar__future-gap .check .icon_type_auto-scroll {
  width: 14px;
  height: 14px;
}
.toolbar__future-gap .check .icon_type_auto-scroll::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 0 -180px;
}
@media (min-resolution: 124.8dpi) {
  .toolbar__future-gap .check .icon_type_auto-scroll::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.toolbar__future-gap .check .icon_type_auto-scroll::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.toolbar__future-gap .check__label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: inherit;
  z-index: 1;
}
.toolbar__future-gap .check__label::before {
  content: none;
}
.toolbar__future-gap .check__label:hover + .icon_type_future-gap {
  width: 14px;
  height: 14px;
  background: #455054;
}
.toolbar__future-gap .check__label:hover + .icon_type_future-gap::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -165px;
}
@media (min-resolution: 124.8dpi) {
  .toolbar__future-gap .check__label:hover + .icon_type_future-gap::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.toolbar__future-gap .check__label:hover + .icon_type_future-gap::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.toolbar__future-gap .check__label:hover + .icon_type_auto-scroll {
  width: 14px;
  height: 14px;
  background: #455054;
}
.toolbar__future-gap .check__label:hover + .icon_type_auto-scroll::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -180px;
}
@media (min-resolution: 124.8dpi) {
  .toolbar__future-gap .check__label:hover + .icon_type_auto-scroll::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.toolbar__future-gap .check__label:hover + .icon_type_auto-scroll::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.toolbar__future-gap .check__chk:checked + .check__label::before {
  background-color: transparent;
}
.toolbar__future-gap .check__chk:checked + .check__label::after {
  content: none;
}
.toolbar__future-gap .check__chk:checked ~ .icon_type_future-gap {
  width: 14px;
  height: 14px;
  background: #455054;
}
.toolbar__future-gap .check__chk:checked ~ .icon_type_future-gap::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -165px;
}
@media (min-resolution: 124.8dpi) {
  .toolbar__future-gap .check__chk:checked ~ .icon_type_future-gap::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.toolbar__future-gap .check__chk:checked ~ .icon_type_future-gap::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.toolbar__future-gap .check__chk:checked ~ .icon_type_auto-scroll {
  width: 14px;
  height: 14px;
  background: #455054;
}
.toolbar__future-gap .check__chk:checked ~ .icon_type_auto-scroll::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  width: 14px;
  height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-image: url('/static/img/chart-instrument.png');
  background-position: 100% -180px;
}
@media (min-resolution: 124.8dpi) {
  .toolbar__future-gap .check__chk:checked ~ .icon_type_auto-scroll::before {
    background-image: url('/static/img/chart-instrument.svg');
  }
}
.toolbar__future-gap .check__chk:checked ~ .icon_type_auto-scroll::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.toolbar__draw,
.toolbar__no-draw {
  display: inline-block;
  vertical-align: top;
}
.toolbar .button_type_remove-all-objects.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 2.8rem;
  height: 2.4rem;
  padding: 0 0.4rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  border-radius: 0.4rem;
}
.toolbar .button_type_remove-all-objects.button:hover {
  color: #4dc6ff;
}
[dir="ltr"] .toolbar__indicators-list,[dir="ltr"] 
.toolbar__chart-settings {
  margin-right: 0.4rem;
}
[dir="rtl"] .toolbar__indicators-list,[dir="rtl"] 
.toolbar__chart-settings {
  margin-left: 0.4rem;
}
.toolbar__indicators-list,
.toolbar__chart-settings {
  display: inline-block;
  vertical-align: middle;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51;
  border-radius: 0.4rem;
}
[dir="ltr"] .toolbar__indicators-list:last-child,[dir="ltr"] 
.toolbar__chart-settings:last-child {
  margin-right: 0;
}
[dir="rtl"] .toolbar__indicators-list:last-child,[dir="rtl"] 
.toolbar__chart-settings:last-child {
  margin-left: 0;
}
.toolbar__indicators-list .button,
.toolbar__chart-settings .button {
  display: inline-block;
  vertical-align: top;
  min-width: 2.8rem;
  height: 2.4rem;
  padding: 0 0.4rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
}
.toolbar__indicators-list .button:hover,
.toolbar__chart-settings .button:hover {
  color: #4dc6ff;
}
.symbols__tab {
  flex: 1 1 auto;
}
.symbols {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}
.symbols__header {
  flex-shrink: 0;
  flex-grow: 0;
  background: #505d62;
  border-radius: 0.4rem 0.4rem 0 0;
}
.symbols__content {
  position: relative;
  flex-shrink: 0;
  flex-grow: 1;
  background: #505d62;
  border-radius: 0 0 0.4rem 0.4rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.symbols__tabs {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #3a4345;
  border-radius: 0.4rem 0.4rem 0 0;
}
.symbols__table {
  flex-shrink: 1;
  flex-grow: 1;
  padding-bottom: 7.6rem;
}
[dir="ltr"] .symbols__filters {
  left: 0.2rem;
}
[dir="rtl"] .symbols__filters {
  right: 0.2rem;
}
.symbols__filters {
  position: absolute;
  z-index: 2;
  top: -2.6rem;
  width: 33.33333333%;
}
.symbols__filters .substring-filter {
  min-width: 6rem;
  max-width: 8.8rem;
}
.symbols__chat-tab {
  position: absolute;
  height: 7.2rem;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #455054;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  padding-left: 8.8rem;
  border-top: 0.8rem solid #3a4345;
}
.too-many-orders {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  min-width: 18rem;
  font-size: 1.2rem;
  line-height: 1.38461538;
}
.too-many-orders__text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.8rem;
  text-align: justify;
  color: #f55858;
  text-shadow: none;
  background: rgba(97, 47, 41, 0.85);
  border: 1px solid transparent;
  border-radius: 0.4rem;
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
}
[dir="ltr"] .too-many-orders__tip {
  margin-left: 0.8rem;
}
[dir="rtl"] .too-many-orders__tip {
  margin-right: 0.8rem;
}
.too-many-orders__tip {
  margin-top: -0.4rem;
}
.too-many-orders__desc {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 100%;
  max-height: 200px;
  margin-bottom: 0.6rem;
  padding: 0.8rem;
  opacity: 1;
  color: #c8cdd0;
  text-shadow: none;
  background: rgba(80, 93, 98, 0.85);
  border: 1px solid #434d51;
  border-radius: 0.4rem;
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  transition: all 0.3s ease-out;
  transition-delay: 0s;
  visibility: visible;
}
[dir="ltr"] .too-many-orders__desc::before {
  right: 0.6rem;
}
[dir="rtl"] .too-many-orders__desc::before {
  left: 0.6rem;
}
[dir="ltr"] .too-many-orders__desc::before {
  margin-left: -0.6rem;
}
[dir="rtl"] .too-many-orders__desc::before {
  margin-right: -0.6rem;
}
.too-many-orders__desc::before {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  top: 100%;
  margin-top: 0.1rem;
  border: 0.6rem solid transparent;
  border-top-color: #434d51;
}
[dir="ltr"] .too-many-orders__desc::after {
  right: 0.6rem;
}
[dir="rtl"] .too-many-orders__desc::after {
  left: 0.6rem;
}
[dir="ltr"] .too-many-orders__desc::after {
  margin-left: -0.6rem;
}
[dir="rtl"] .too-many-orders__desc::after {
  margin-right: -0.6rem;
}
.too-many-orders__desc::after {
  position: absolute;
  top: 1.4rem;
  content: ' ';
  display: block;
  margin-top: -0.6rem;
  top: 100%;
  margin-top: 0;
  border: 0.6rem solid transparent;
  border-top-color: rgba(80, 93, 98, 0.85);
}
.too-many-orders__desc_hidden_true {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  transition-delay: 0s;
}
[dir="ltr"] .button_type_overview.button,[dir="ltr"] 
.button_type_how-trade.button {
  border-right: 1px solid #3a4345;
}
[dir="rtl"] .button_type_overview.button,[dir="rtl"] 
.button_type_how-trade.button {
  border-left: 1px solid #3a4345;
}
.button_type_overview.button,
.button_type_how-trade.button {
  display: inline-flex;
  vertical-align: top;
  height: 3.2rem;
  line-height: 3.2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  text-align: center;
  background: #455054;
  border-radius: 0 0 0.4rem 0.4rem;
}
[dir="ltr"] .button_type_overview.button .fa,[dir="ltr"] 
.button_type_how-trade.button .fa {
  margin-right: 0.8rem;
}
[dir="rtl"] .button_type_overview.button .fa,[dir="rtl"] 
.button_type_how-trade.button .fa {
  margin-left: 0.8rem;
}
.button_type_overview.button .fa,
.button_type_how-trade.button .fa {
  line-height: inherit;
  font-size: 1.3rem;
}
.button_type_overview.button:hover,
.button_type_how-trade.button:hover,
.button_type_overview.button:active,
.button_type_how-trade.button:active {
  color: #e6e6e6;
  cursor: pointer;
  background: #455054;
}
.button_type_overview.button:hover .fa,
.button_type_how-trade.button:hover .fa,
.button_type_overview.button:active .fa,
.button_type_how-trade.button:active .fa {
  color: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .button_type_overview.button,
  .button_type_how-trade.button {
    font-size: 0;
  }
  [dir="ltr"] .button_type_overview.button .fa,[dir="ltr"] 
  .button_type_how-trade.button .fa {
    margin-right: 0;
  }
  [dir="rtl"] .button_type_overview.button .fa,[dir="rtl"] 
  .button_type_how-trade.button .fa {
    margin-left: 0;
  }
  .button_type_overview.button .fa,
  .button_type_how-trade.button .fa {
    vertical-align: middle;
    font-size: 1.5rem;
  }
}
.tour-window {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.tour-window_visible_false {
  display: none;
}
.tour-window_visible_true {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(58, 67, 69, 0.25);
}
.tour-window__frame {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  font-family: 'Roboto', sans-serif;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51, rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  border-radius: 0.4rem;
}
.tour-window__header {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  padding: 0.8rem;
  text-align: center;
  background: #505d62;
  border-radius: 0.4rem 0.4rem 0 0;
}
.tour-window__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #c8cdd0;
  text-shadow: none;
}
.tour-window__footer {
  text-shadow: none;
}
[dir="ltr"] .tour-window__close {
  right: 0.8rem;
}
[dir="rtl"] .tour-window__close {
  left: 0.8rem;
}
.tour-window__close {
  position: absolute;
  top: 0.4rem;
  line-height: 0;
  font-size: 1.6rem;
  color: #74848b;
  text-shadow: none;
  cursor: pointer;
}
.tour-window__close:hover {
  color: #909ca2;
}
.tour-window__content {
  flex-grow: 1;
  flex-shrink: 1;
}
.tour-window__footer {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.8rem;
  text-shadow: none;
  background: #505d62;
  border-top: 1px solid #505d62;
  border-radius: 0 0 0.4rem 0.4rem;
}
.tour-window_visible_true {
  background: transparent;
}
.tour-window__curtain {
  background: rgba(58, 67, 69, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tour-window__curtain_type_overlay {
  background: transparent;
  border-radius: 0.4rem;
  box-shadow: inset 0 0 0 1px #4dc6ff;
}
.tour-window__curtain_interactive_true {
  box-shadow: inset 0 0 0 1px #00ff0d;
  z-index: 1;
  cursor: pointer;
}
[dir="ltr"] .tour-window__header {
  text-align: left;
}
[dir="rtl"] .tour-window__header {
  text-align: right;
}
.tour-window__header {
  width: 400px;
  display: flex;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.tour-window__frame {
  position: fixed;
  z-index: 1;
}
.tour-window__frame_position_top .tour-window__content {
  position: relative;
}
.tour-window__frame_position_top .tour-window__content::before {
  content: '';
  position: absolute;
  display: block;
  border: 0.6rem solid transparent;
  left: 0.6rem;
  border-top-color: #505d62;
  bottom: 0;
  margin-bottom: -1.2rem;
}
.tour-window__frame_position_top-right .tour-window__content {
  position: relative;
}
.tour-window__frame_position_top-right .tour-window__content::before {
  content: '';
  position: absolute;
  display: block;
  border: 0.6rem solid transparent;
  right: 0.6rem;
  border-top-color: #505d62;
  bottom: 0;
  margin-bottom: -1.2rem;
}
.tour-window__frame_position_top-left .tour-window__content {
  position: relative;
}
.tour-window__frame_position_top-left .tour-window__content::before {
  content: '';
  position: absolute;
  display: block;
  border: 0.6rem solid transparent;
  left: 0.6rem;
  border-top-color: #505d62;
  bottom: 0;
  margin-bottom: -1.2rem;
}
.tour-window__frame_position_right .tour-window__header::before {
  content: '';
  position: absolute;
  display: block;
  border: 0.6rem solid transparent;
  top: 0.6rem;
  border-right-color: #505d62;
  left: 0;
  margin-left: -1.2rem;
}
.tour-window__frame_position_bottom .tour-window__header::before {
  content: '';
  position: absolute;
  display: block;
  border: 0.6rem solid transparent;
  left: 0.6rem;
  border-bottom-color: #505d62;
  top: 0;
  margin-top: -1.2rem;
}
.tour-window__frame_position_bottom-right .tour-window__header::before {
  content: '';
  position: absolute;
  display: block;
  border: 0.6rem solid transparent;
  right: 0.6rem;
  border-bottom-color: #505d62;
  top: 0;
  margin-top: -1.2rem;
}
.tour-window__frame_position_bottom-left .tour-window__header::before {
  content: '';
  position: absolute;
  display: block;
  border: 0.6rem solid transparent;
  right: 0.6rem;
  border-bottom-color: #505d62;
  top: 0;
  margin-top: -1.2rem;
}
.tour-window__frame_position_left .tour-window__header::before {
  content: '';
  position: absolute;
  display: block;
  border: 0.6rem solid transparent;
  top: 0.6rem;
  border-left-color: #505d62;
  right: 0;
  margin-right: -1.2rem;
}
.tour-window__comment {
  position: absolute;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51, rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
  border-radius: 0.4rem;
  max-width: 20rem;
  padding: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-shadow: none;
}
.tour-window__comment_position_top::before {
  content: '';
  position: absolute;
  display: block;
  border: 0.6rem solid transparent;
  left: 0.6rem;
  border-top-color: #505d62;
  bottom: 0;
  margin-bottom: -1.2rem;
}
.tour-window__comment_position_right::before {
  content: '';
  position: absolute;
  display: block;
  border: 0.6rem solid transparent;
  top: 0.6rem;
  border-right-color: #505d62;
  left: 0;
  margin-left: -1.2rem;
  margin-right: 2rem;
}
.tour-window__comment_position_bottom::before {
  content: '';
  position: absolute;
  display: block;
  border: 0.6rem solid transparent;
  left: 0.6rem;
  border-bottom-color: #505d62;
  top: 0;
  margin-top: -1.2rem;
}
.tour-window__comment_position_left::before {
  content: '';
  position: absolute;
  display: block;
  border: 0.6rem solid transparent;
  top: 0.6rem;
  border-left-color: #505d62;
  right: 0;
  margin-right: -1.2rem;
  margin-left: 2rem;
}
[dir="ltr"] .tour-window__steps-count {
  margin-right: 0.8rem;
}
[dir="rtl"] .tour-window__steps-count {
  margin-left: 0.8rem;
}
.tour-window__steps-count {
  display: inline-block;
  vertical-align: 1px;
  width: 5.2rem;
  padding: 0.4rem 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #c8cdd0;
  text-shadow: none;
  text-align: center;
  background: #505d62;
  border: 1px solid transparent;
  border-radius: 0.4rem;
}
.tour-window__cur-step {
  display: inline-block;
  color: #4dc6ff;
}
.tour-window__total-steps {
  display: inline-block;
}
.tour-window__total-steps::before {
  content: '/';
  display: inline-block;
  margin: 0 0.2rem;
}
[dir="ltr"] .tour-window__title {
  text-align: left;
}
[dir="rtl"] .tour-window__title {
  text-align: right;
}
.tour-window__title {
  display: inline-block;
  flex-grow: 1;
}
.tour-window__content .step {
  width: 400px;
  padding: 1.6rem;
}
.tour-window__content .step__step-description {
  min-height: 4.8rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-shadow: none;
}
[lang='ru'] .tour-window__content .step__step-description {
  min-height: 6.4rem;
}
.tour-window__content .step .next-tour__title {
  font-weight: bold;
  color: #f7b52e;
}
.tour-window__content .step__btn-group {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  margin-top: 2rem;
}
.tour-window__content .step__btn-group .button {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 230px;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin: 0 0.8rem 0 0;
}
.tour-window__content .step__btn-group .button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.tour-window__content .step__btn-group .button.button_enabled_false:focus {
  box-shadow: none !important;
}
[dir="ltr"] .tour-window__content .step__btn-group .button:last-child,[dir="rtl"] 
.tour-window__content .step__btn-group .button:first-child {
  margin: 0;
}
[dir="ltr"] .tour-window__content .step__btn-group .button:nth-child(2)::after {
  margin-left: 0.4rem;
}
[dir="rtl"] .tour-window__content .step__btn-group .button:nth-child(2)::after {
  margin-right: 0.4rem;
}
.tour-window__content .step__btn-group .button:nth-child(2)::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f054';
  font-size: 1.3rem;
  color: #fff;
}
[dir='rtl'] .tour-window__content .step__btn-group .button:nth-child(2)::after {
  transform: scale(-1, 1);
}
.tour-window__content .step__btn-group .button_end_true {
  display: inline-block;
  flex-grow: initial;
  flex-shrink: initial;
  flex-basis: initial;
  white-space: nowrap;
}
.tour-window__content .step__btn-group .button_again_true {
  text-shadow: 1px 1px 0 #2d6730;
  background: #459c49 linear-gradient(#459c49 0%, #3d8a41 100%);
}
.tour-window__content .step__btn-group .button_again_true:hover {
  background: #459c49 linear-gradient(#459c49 0%, #2d6730 100%);
}
.tour-window__content .step__btn-group .button_again_true:active {
  background: #2f7f32 linear-gradient(#2f7f32 0%, #215a23 100%);
}
.tour-window__content .step__btn-group .button_again_true:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0f0;
}
.tour-window__content .step__btn-group .button_again_true.button_enabled_false:focus {
  box-shadow: none !important;
}
.tour-window__content .step__btn-group .button_again_true[class*='_enabled_false'],
.tour-window__content .step__btn-group .button_again_true[class*='_locked_true'],
.tour-window__content .step__btn-group .button_again_true[class*='_disabled_yes'],
.tour-window__content .step__btn-group .button_again_true[class*='_enabled_false']:hover,
.tour-window__content .step__btn-group .button_again_true[class*='_locked_true']:hover,
.tour-window__content .step__btn-group .button_again_true[class*='_disabled_yes']:hover,
.tour-window__content .step__btn-group .button_again_true[class*='_enabled_false']:active,
.tour-window__content .step__btn-group .button_again_true[class*='_locked_true']:active,
.tour-window__content .step__btn-group .button_again_true[class*='_disabled_yes']:active {
  background: #459c49 linear-gradient(#459c49 0%, #3d8a41 100%);
  cursor: default;
}
.tour-window__content .step__btn-group .button_next-tour_true {
  flex-basis: 165%;
  text-shadow: 1px 1px 0 #e99f09;
  background: #f8be47 linear-gradient(#f8be47 0%, #f7b52e 100%);
}
.tour-window__content .step__btn-group .button_next-tour_true:hover {
  background: #f8be47 linear-gradient(#f8be47 0%, #e99f09 100%);
}
.tour-window__content .step__btn-group .button_next-tour_true:active {
  background: #f6af39 linear-gradient(#f6af39 0%, #f29a0b 100%);
}
.tour-window__content .step__btn-group .button_next-tour_true:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ff0;
}
.tour-window__content .step__btn-group .button_next-tour_true.button_enabled_false:focus {
  box-shadow: none !important;
}
.tour-window__content .step__btn-group .button_next-tour_true[class*='_enabled_false'],
.tour-window__content .step__btn-group .button_next-tour_true[class*='_locked_true'],
.tour-window__content .step__btn-group .button_next-tour_true[class*='_disabled_yes'],
.tour-window__content .step__btn-group .button_next-tour_true[class*='_enabled_false']:hover,
.tour-window__content .step__btn-group .button_next-tour_true[class*='_locked_true']:hover,
.tour-window__content .step__btn-group .button_next-tour_true[class*='_disabled_yes']:hover,
.tour-window__content .step__btn-group .button_next-tour_true[class*='_enabled_false']:active,
.tour-window__content .step__btn-group .button_next-tour_true[class*='_locked_true']:active,
.tour-window__content .step__btn-group .button_next-tour_true[class*='_disabled_yes']:active {
  background: #f8be47 linear-gradient(#f8be47 0%, #f7b52e 100%);
  cursor: default;
}
[dir="ltr"] .tour-window ul {
  margin-left: 2rem;
}
[dir="rtl"] .tour-window ul {
  margin-right: 2rem;
}
.tour-window ul {
  list-style-type: decimal;
  list-style-position: outside;
}
.tour-window ul li {
  margin-top: 0.8rem;
  text-align: justify;
}
.tour-window ul li:first-child {
  margin-top: 0;
}
.tour-window p {
  margin-top: 0.8rem;
  margin-bottom: 0;
  text-align: justify;
}
.tour-window p:first-child {
  margin-top: 0;
}
.tour-window p.important {
  text-align: center;
  color: #4dc6ff;
}
.tour-window b {
  font-weight: bold;
  color: #4dc6ff;
}
.tour-window_step_complete .step__btn-group {
  display: grid;
  grid-auto-flow: column;
}
.tour-window_step_complete .step__btn-group .button {
  display: flex;
  align-items: center;
  height: 100%;
}
.tour-window_type_how-trade ~ .modal-window_type_create-order {
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  [dir="ltr"] .tour-window_type_how-trade.tour-window_step_open-order ~ .modal-window_type_create-order .modal-window__frame {
    left: -20rem;
  }
  [dir="rtl"] .tour-window_type_how-trade.tour-window_step_open-order ~ .modal-window_type_create-order .modal-window__frame {
    right: -20rem;
  }
  .tour-window_type_how-trade.tour-window_step_open-order ~ .modal-window_type_create-order .modal-window__frame {
    position: relative;
  }
}
.tour-window_type_how-trade.tour-window_step_position-on-chart .step {
  width: 70rem;
}
.tour-window_type_how-trade.tour-window_step_position-on-chart .tour-window__header {
  width: auto;
}
.highlight-buy {
  font-weight: bold;
  padding: 2px;
  background-color: #317aa1;
}
.highlight-sell {
  font-weight: bold;
  padding: 2px;
  background-color: #c13f4b;
}
.zoom-selector {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.zoom-selector__levels {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.4rem;
}
[dir="ltr"] .zoom-selector__levels .radio-group__item {
  margin-left: 0.2rem;
}
[dir="rtl"] .zoom-selector__levels .radio-group__item {
  margin-right: 0.2rem;
}
.zoom-selector__levels .radio-group__item {
  position: relative;
  bottom: 0.8rem;
  display: inline-block;
  vertical-align: bottom;
  width: 0.4rem;
  min-width: 0.4rem;
  padding: 0;
  margin: 0;
  background-color: #4dc6ff;
  border-color: transparent;
  border-radius: 0 !important;
}
[dir="ltr"] .zoom-selector__levels .radio-group__item:first-child {
  margin-left: 0;
}
[dir="rtl"] .zoom-selector__levels .radio-group__item:first-child {
  margin-right: 0;
}
.zoom-selector__levels .radio-group__item_state_active {
  border-radius: 0;
  box-shadow: none;
}
.zoom-selector__levels .radio-group__item_state_active ~ [class*='zoom'] {
  background-color: #74848b;
}
.zoom-selector__levels .radio-group__item_zoom_x1 {
  height: 0.2rem;
}
.zoom-selector__levels .radio-group__item_zoom_x2 {
  height: 0.3rem;
}
.zoom-selector__levels .radio-group__item_zoom_x4 {
  height: 0.5rem;
}
.zoom-selector__levels .radio-group__item_zoom_x8 {
  height: 0.8rem;
}
.zoom-selector__levels .radio-group__item_zoom_x16 {
  height: 1.2rem;
}
.zoom-selector__increase,
.zoom-selector__decrease {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.4rem;
}
.zoom-selector__increase .step-button,
.zoom-selector__decrease .step-button {
  display: inline-block;
  margin: 0 0.8rem;
  text-align: center;
  cursor: pointer;
}
.zoom-selector__increase .step-button::before,
.zoom-selector__decrease .step-button::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  font-size: 1.5rem;
}
.zoom-selector__increase .step-button:hover::before,
.zoom-selector__decrease .step-button:hover::before {
  color: #4dc6ff;
}
.zoom-selector__decrease .step-button::before {
  content: '\f056';
}
.zoom-selector__increase .step-button::before {
  content: '\f055';
}
.zoom-selector_enabled_false {
  position: relative;
  cursor: default;
}
.zoom-selector_enabled_false::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(80, 93, 98, 0.35);
  cursor: default;
}
.zoom-selector_enabled_false .zoom-selector__levels .radio-group__item_state_active {
  background-color: transparent;
  border-radius: 0;
}
.zoom-selector_enabled_false .zoom-selector__levels .radio-group__item_state_active ~ [class*='zoom'] {
  background-color: transparent;
  border: 1px solid #74848b;
}
.zoom-selector_enabled_false .zoom-selector__levels .radio-group__item_zoom_x1,
.zoom-selector_enabled_false .zoom-selector__levels .radio-group__item_zoom_x2,
.zoom-selector_enabled_false .zoom-selector__levels .radio-group__item_zoom_x4,
.zoom-selector_enabled_false .zoom-selector__levels .radio-group__item_zoom_x8,
.zoom-selector_enabled_false .zoom-selector__levels .radio-group__item_zoom_x16 {
  background-color: transparent;
  border: 1px solid #4dc6ff;
}
.zoom-selector_enabled_false .zoom-selector__increase .step-button::before {
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.3;
  font-size: 0.9rem;
  border: 1px solid #74848b;
  border-radius: 50%;
}
.zoom-selector_enabled_false .zoom-selector__increase .step-button::before {
  content: '\f067';
}
.zoom-selector_enabled_false .zoom-selector__decrease .step-button::before {
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.3;
  font-size: 0.9rem;
  border: 1px solid #74848b;
  border-radius: 50%;
}
.zoom-selector_enabled_false .zoom-selector__decrease .step-button::before {
  content: '\f068';
}
.zoom-selector .expandable-wrap__cover {
  z-index: 7;
}
.zoom-selector .visible-ctrl {
  display: inline-block;
  vertical-align: top;
  min-width: 2.8rem;
  height: 2.4rem;
  padding: 0 0.4rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  padding: 0;
  font-size: 1.6rem;
  background: #505d62;
}
.zoom-selector .visible-ctrl:hover {
  color: #4dc6ff;
}
.zoom-selector .visible-ctrl:not(.visible-ctrl_active_true) {
  box-shadow: 0 0 0 1px #434d51;
  border-radius: 0.4rem;
}
.zoom-selector .visible-ctrl_active_true {
  z-index: 8;
  box-shadow: 0 1px 0px 0px #505d62, 0 0 0 1px #434d51;
  border-radius: 0.4rem 0.4rem 0 0;
}
[dir="ltr"] .zoom-selector .visible-ctrl_active_true + .expandable__content {
  left: auto;
}
[dir="rtl"] .zoom-selector .visible-ctrl_active_true + .expandable__content {
  right: auto;
}
[dir="ltr"] .zoom-selector .visible-ctrl_active_true + .expandable__content {
  left: auto;
  left: initial;
}
[dir="rtl"] .zoom-selector .visible-ctrl_active_true + .expandable__content {
  right: auto;
  right: initial;
}
[dir="ltr"] .zoom-selector .visible-ctrl_active_true + .expandable__content {
  right: -1px;
}
[dir="rtl"] .zoom-selector .visible-ctrl_active_true + .expandable__content {
  left: -1px;
}
.zoom-selector .visible-ctrl_active_true + .expandable__content {
  top: 2.4rem;
  z-index: 7;
  padding: 0.8rem 0.4rem;
  border-radius: 0.4rem 0 0.4rem 0.4rem;
}
.zoom-selector_display_flat .visible-ctrl {
  display: none;
}
.zoom-selector_display_flat .visible-ctrl + .expandable__content {
  position: static;
  z-index: auto;
  display: block;
  visibility: visible;
  background: #505d62;
  box-shadow: 0 0 0 1px #434d51;
  border-radius: 0.4rem;
}
.no-symbols-available {
  display: flex;
  flex: 1;
  justify-content: center;
}
.comment-input__addon {
  top: inherit;
  bottom: 0;
}
.quick-trading-desktop {
  line-height: 2rem;
}
.quick-trading-desktop .error {
  position: relative;
  margin-top: 0.4rem;
}
[dir="ltr"] .quick-trading-double-tap {
  left: 0;
}
[dir="rtl"] .quick-trading-double-tap {
  right: 0;
}
[dir="ltr"] .quick-trading-double-tap {
  right: 0;
}
[dir="rtl"] .quick-trading-double-tap {
  left: 0;
}
.quick-trading-double-tap {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.quick-trading-double-tap__panel-wrapper {
  display: flex;
  flex-direction: column;
}
.quick-trading-double-tap__panel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #455054;
  padding: 0.8rem 1.6rem;
}
[dir="ltr"] .quick-trading-double-tap__select {
  margin-left: 0.4rem;
}
[dir="rtl"] .quick-trading-double-tap__select {
  margin-right: 0.4rem;
}
[dir="ltr"] .quick-trading-double-tap__select {
  margin-right: 0.4rem;
}
[dir="rtl"] .quick-trading-double-tap__select {
  margin-left: 0.4rem;
}
[dir="ltr"] .quick-trading-double-tap__select {
  padding-left: 0.4rem;
}
[dir="rtl"] .quick-trading-double-tap__select {
  padding-right: 0.4rem;
}
[dir="ltr"] .quick-trading-double-tap__select {
  padding-right: 0.4rem;
}
[dir="rtl"] .quick-trading-double-tap__select {
  padding-left: 0.4rem;
}
.quick-trading-double-tap__select-label:focus {
  outline: none;
}
[dir="ltr"] .quick-trading-double-tap__input {
  margin-left: 0.4rem;
}
[dir="rtl"] .quick-trading-double-tap__input {
  margin-right: 0.4rem;
}
.quick-trading-double-tap__input {
  padding-bottom: 0;
}
[dir="ltr"] .quick-trading-double-tap__input-field {
  padding-left: 0;
}
[dir="rtl"] .quick-trading-double-tap__input-field {
  padding-right: 0;
}
[dir="ltr"] .quick-trading-double-tap__input-field {
  padding-right: 2.8rem;
}
[dir="rtl"] .quick-trading-double-tap__input-field {
  padding-left: 2.8rem;
}
.quick-trading-double-tap__input-field {
  width: 6rem;
  text-align: center;
  background-color: transparent;
  border: none !important;
  color: #e8e9eb;
}
.quick-trading-double-tap__input-field:focus {
  background-color: transparent;
}
.quick-trading-double-tap__sell,
.quick-trading-double-tap__buy {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.8rem;
  color: #fdfdfe;
  border-radius: 4px;
}
.quick-trading-double-tap__sell {
  align-items: flex-start;
}
.quick-trading-double-tap__buy {
  align-items: flex-end;
}
.quick-trading-double-tap__label {
  font-size: 1.4rem;
}
.quick-trading-double-tap__value {
  font-size: 1.8rem;
}
.quick-trading-double-tap__error-wrapper {
  display: flex;
  justify-content: center;
}
.quick-trading-double-tap__error {
  text-align: center;
  display: flex;
  flex-direction: column;
}
[dir="ltr"] .quick-trading-single-tap {
  left: 0;
}
[dir="rtl"] .quick-trading-single-tap {
  right: 0;
}
[dir="ltr"] .quick-trading-single-tap {
  right: 0;
}
[dir="rtl"] .quick-trading-single-tap {
  left: 0;
}
.quick-trading-single-tap {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.quick-trading-single-tap__panel-wrapper {
  display: flex;
  flex-direction: column;
}
.quick-trading-single-tap__panel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #455054;
  padding: 0.4rem 1.6rem;
}
[dir="ltr"] .quick-trading-single-tap__select {
  margin-left: 0.4rem;
}
[dir="rtl"] .quick-trading-single-tap__select {
  margin-right: 0.4rem;
}
[dir="ltr"] .quick-trading-single-tap__select {
  margin-right: 0.4rem;
}
[dir="rtl"] .quick-trading-single-tap__select {
  margin-left: 0.4rem;
}
[dir="ltr"] .quick-trading-single-tap__select {
  padding-left: 0.4rem;
}
[dir="rtl"] .quick-trading-single-tap__select {
  padding-right: 0.4rem;
}
[dir="ltr"] .quick-trading-single-tap__select {
  padding-right: 0.4rem;
}
[dir="rtl"] .quick-trading-single-tap__select {
  padding-left: 0.4rem;
}
[dir="ltr"] .quick-trading-single-tap__input {
  margin-left: 0.4rem;
}
[dir="rtl"] .quick-trading-single-tap__input {
  margin-right: 0.4rem;
}
.quick-trading-single-tap__input {
  padding-bottom: 0;
}
[dir="ltr"] .quick-trading-single-tap__input-field {
  padding-left: 0;
}
[dir="rtl"] .quick-trading-single-tap__input-field {
  padding-right: 0;
}
[dir="ltr"] .quick-trading-single-tap__input-field {
  padding-right: 2.8rem;
}
[dir="rtl"] .quick-trading-single-tap__input-field {
  padding-left: 2.8rem;
}
.quick-trading-single-tap__input-field {
  width: 6rem;
  text-align: center;
  background-color: transparent;
  border: none !important;
  color: #e8e9eb;
}
.quick-trading-single-tap__input-field:focus {
  background-color: transparent;
}
.quick-trading-single-tap__sell,
.quick-trading-single-tap__buy {
  flex-basis: 50%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height: 3.2rem;
  padding: 0.6rem 0.8rem;
  color: #fdfdfe;
  border-radius: 4px;
}
.quick-trading-single-tap__sell {
  flex-direction: row;
}
.quick-trading-single-tap__buy {
  flex-direction: row-reverse;
}
.quick-trading-single-tap__label {
  font-size: 1.4rem;
  white-space: nowrap;
}
.quick-trading-single-tap__value {
  font-size: 1.4rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.quick-trading-single-tap__error-wrapper {
  display: flex;
  justify-content: center;
}
.quick-trading-single-tap__error {
  text-align: center;
  display: flex;
  flex-direction: column;
}
[dir="ltr"] .quick-trading {
  left: 0;
}
[dir="rtl"] .quick-trading {
  right: 0;
}
[dir="ltr"] .quick-trading {
  right: 0;
}
[dir="rtl"] .quick-trading {
  left: 0;
}
.quick-trading {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.quick-trading__panel-wrapper {
  display: flex;
  flex-direction: column;
}
.quick-trading__panel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #455054;
  align-items: flex-start;
  background: rgba(69, 80, 84, 0.5);
  border-radius: 0.6rem;
}
.quick-trading__select {
  padding: 0.6rem 0.2rem;
  background: #455054;
}
.quick-trading__select-label {
  position: relative;
}
[dir="ltr"] .quick-trading__input {
  margin-left: 0.4rem;
}
[dir="rtl"] .quick-trading__input {
  margin-right: 0.4rem;
}
.quick-trading__input {
  padding-bottom: 0;
}
[dir="ltr"] .quick-trading__input-field {
  padding-left: 0;
}
[dir="rtl"] .quick-trading__input-field {
  padding-right: 0;
}
[dir="ltr"] .quick-trading__input-field {
  padding-right: 2.8rem;
}
[dir="rtl"] .quick-trading__input-field {
  padding-left: 2.8rem;
}
.quick-trading__input-field {
  width: 6rem;
  text-align: center;
  background-color: transparent;
  border: none !important;
  color: #e8e9eb;
}
.quick-trading__input-field:focus {
  background-color: transparent;
}
.quick-trading__sell,
.quick-trading__buy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}
.quick-trading__sell-bg,
.quick-trading__buy-bg {
  padding: 0.4rem;
  background: #455054;
}
.quick-trading__sell-bg {
  border-radius: 0.6rem 0 0 0.6rem;
}
.quick-trading__buy-bg {
  border-radius: 0 0.6rem 0.6rem 0;
}
.quick-trading__label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.2rem;
  padding: 0.6rem 0.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fdfdfe;
  border-radius: 4px;
}
.quick-trading__value {
  padding: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #a9b8cf;
  text-align: center;
}
.quick-trading__error-wrapper {
  display: flex;
  justify-content: center;
}
.quick-trading__error {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.qt-quote-btn_dir_up {
  background: #61b729;
}
.qt-quote-btn_dir_down {
  background: #e94545;
}
.qt-quote-btn_dir_none {
  background: transparent;
  color: #e8e9eb;
}
.position-close-btn__profit {
  color: #fff;
  text-shadow: 1px 1px 0 #2d6730;
  background: #459c49 linear-gradient(#459c49 0%, #3d8a41 100%);
}
.position-close-btn__profit:hover {
  background: #459c49 linear-gradient(#459c49 0%, #2d6730 100%);
}
.position-close-btn__profit:active {
  background: #2f7f32 linear-gradient(#2f7f32 0%, #215a23 100%);
}
.position-close-btn__profit:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0f0;
}
.position-close-btn__profit.button_enabled_false:focus {
  box-shadow: none !important;
}
.position-close-btn__profit[class*='_enabled_false'],
.position-close-btn__profit[class*='_locked_true'],
.position-close-btn__profit[class*='_disabled_yes'],
.position-close-btn__profit[class*='_enabled_false']:hover,
.position-close-btn__profit[class*='_locked_true']:hover,
.position-close-btn__profit[class*='_disabled_yes']:hover,
.position-close-btn__profit[class*='_enabled_false']:active,
.position-close-btn__profit[class*='_locked_true']:active,
.position-close-btn__profit[class*='_disabled_yes']:active {
  background: #459c49 linear-gradient(#459c49 0%, #3d8a41 100%);
  cursor: default;
}
.position-close-btn__loss {
  color: #fff;
  text-shadow: 1px 1px 0 #a23434;
  background: #c95959 linear-gradient(#c95959 0%, #c34646 100%);
}
.position-close-btn__loss:hover {
  background: #c95959 linear-gradient(#c95959 0%, #a23434 100%);
}
.position-close-btn__loss:active {
  background: #b93e3e linear-gradient(#b93e3e 0%, #933131 100%);
}
.position-close-btn__loss:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fb532d;
}
.position-close-btn__loss.button_enabled_false:focus {
  box-shadow: none !important;
}
.position-close-btn__loss[class*='_enabled_false'],
.position-close-btn__loss[class*='_locked_true'],
.position-close-btn__loss[class*='_disabled_yes'],
.position-close-btn__loss[class*='_enabled_false']:hover,
.position-close-btn__loss[class*='_locked_true']:hover,
.position-close-btn__loss[class*='_disabled_yes']:hover,
.position-close-btn__loss[class*='_enabled_false']:active,
.position-close-btn__loss[class*='_locked_true']:active,
.position-close-btn__loss[class*='_disabled_yes']:active {
  background: #c95959 linear-gradient(#c95959 0%, #c34646 100%);
  cursor: default;
}
.action-button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.action-button-group__separator {
  display: none;
}
[dir="ltr"] .action-button-group__button {
  margin-left: 0.8rem;
}
[dir="rtl"] .action-button-group__button {
  margin-right: 0.8rem;
}
[dir="ltr"] .action-button-group__button {
  margin-right: 0.8rem;
}
[dir="rtl"] .action-button-group__button {
  margin-left: 0.8rem;
}
.action-button-group__button {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  min-height: 3.2rem;
  padding: 0.6rem 0;
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #fff;
  border-radius: 0.4rem;
  text-shadow: 1px 1px 0 #255c7a;
  background: #3789b5 linear-gradient(#3789b5 0%, #317aa1 100%);
}
.action-button-group__button:hover {
  background: #3789b5 linear-gradient(#3789b5 0%, #255c7a 100%);
}
.action-button-group__button:active {
  background: #276dab linear-gradient(#276dab 0%, #1e5382 100%);
}
.action-button-group__button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.action-button-group__button.button_enabled_false:focus {
  box-shadow: none !important;
}
.action-button-group__button[class*='_enabled_false'],
.action-button-group__button[class*='_locked_true'],
.action-button-group__button[class*='_disabled_yes'],
.action-button-group__button[class*='_enabled_false']:hover,
.action-button-group__button[class*='_locked_true']:hover,
.action-button-group__button[class*='_disabled_yes']:hover,
.action-button-group__button[class*='_enabled_false']:active,
.action-button-group__button[class*='_locked_true']:active,
.action-button-group__button[class*='_disabled_yes']:active {
  background: #3789b5 linear-gradient(#3789b5 0%, #317aa1 100%);
  cursor: default;
}
.modal-window_type_ker-test-warning .modal-window__content {
  padding: 2rem;
}
.modal-window_type_ker-test-warning .modal-window__frame {
  max-width: 55rem;
}
.ker-test-warning__expl,
.ker-test-warning__warning {
  text-align: justify;
  margin-bottom: 2rem;
}
.ker-test-warning__warning {
  color: #f05757;
}
svg .price-alert .highlighted:hover {
  cursor: pointer;
}
svg .price-alert-line {
  stroke: #f7b52e;
}
svg .price-alert-line:not(.selected):not(.highlighted) {
  stroke-dasharray: 6, 2, 3, 2;
}
svg .price-alert-plate {
  fill: #f7b52e;
  stroke: #f7b52e;
}
svg .price-alert-plate-down,
svg .price-alert-plate-up {
  display: none;
}
svg .price-alert-plate-rect {
  fill: inherit;
  stroke: inherit !important;
}
svg .price-alert-plate-text1,
svg .price-alert-plate-text2 {
  fill: #3a4345;
  stroke: none;
}
svg .price-alert-plate-text2.up ~ .price-alert-plate-up {
  display: block;
  fill: #3a4345;
  stroke-width: 0;
}
svg .price-alert-plate-text2.down ~ .price-alert-plate-down {
  display: block;
  fill: #3a4345;
  stroke-width: 0;
}
svg .price-alert-price {
  fill: #f7b52e;
  stroke: #f7b52e;
}
svg .price-alert-price:not(.selected):not(.highlighted) {
  visibility: hidden;
}
svg .price-alert-price-rect {
  fill: inherit;
  fill: inherit !important;
}
svg .price-alert-price-text {
  fill: #3a4345;
  stroke: none;
}
svg .price-alert.selected {
  stroke: #f7b52e !important;
}
svg .price-alert:not(.selected):not(.highlighted) {
  opacity: 0.75;
}
svg .invalid .price-alert-line {
  stroke: #973b3d;
}
svg .invalid .price-alert-plate {
  stroke: #973b3d;
  fill: #973b3d;
}
svg .invalid .price-alert-price {
  stroke: #973b3d;
  fill: #973b3d;
}
.copyfx-profit {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.copyfx-profit__label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.copyfx-profit__value {
  margin: 0 0.4rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.copyfx-portfolio {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.copyfx-portfolio__value {
  margin: 0 0.4rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
}
.copyfx-table-spinner__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 2;
}
.copyfx-table-spinner__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #141617;
  opacity: 0.4;
  z-index: 1;
}
.copyfx-subscribe-status-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0.8rem;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  border-radius: 0.4rem;
}
.copyfx-subscribe-status-label_type_subscribed {
  color: #73c340;
  background-color: #455054;
  border: 1px solid #73c340;
}
.copyfx-subscribe-status-label_type_subscribe_in_progress {
  color: #fdfdfe;
  background-color: #61b729;
  border: 1px solid #61b729;
  opacity: 0.5;
}
.copyfx-subscribe-status-label_type_unsubscribe_in_progress {
  color: #fdfdfe;
  background-color: #35a1ef;
  border: 1px solid #35a1ef;
  opacity: 0.5;
}
.copyfx-subscribe-status-label_type_rejected {
  color: #687283;
  background-color: #455054;
  border: 1px solid #455054;
}
.copyfx-subscribe-status-label_type_in_review {
  color: #f7b436;
  background-color: #455054;
  border: 1px solid #f7b436;
}
.copyfx-subscription-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
}
.copyfx-subscription-table__unavailable {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.copyfx-subscription-table-item {
  position: relative;
  margin: 0.8rem;
  padding: 0.8rem;
  background: #455054;
  border-radius: 0.4rem;
  overflow: hidden;
  width: 226px;
}
.copyfx-subscription-table-item__top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.copyfx-subscription-table-item__nickname {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 0.4rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
  overflow: hidden;
  text-overflow: ellipsis;
}
.copyfx-subscription-table-item__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 2rem 0;
  justify-content: space-between;
}
[dir="ltr"] .copyfx-subscription-table-item__item {
  margin-right: 0.4rem;
}
[dir="rtl"] .copyfx-subscription-table-item__item {
  margin-left: 0.4rem;
}
.copyfx-subscription-table-item__item {
  width: auto;
  flex-grow: 1;
  flex-shrink: 1;
  color: #e8e9eb;
}
[dir="ltr"] .copyfx-subscription-table-item__title {
  padding-left: 0;
}
[dir="rtl"] .copyfx-subscription-table-item__title {
  padding-right: 0;
}
.copyfx-subscription-table-item__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
[dir="ltr"] .copyfx-subscription-table-item__value {
  padding-left: 0;
}
[dir="rtl"] .copyfx-subscription-table-item__value {
  padding-right: 0;
}
.copyfx-subscription-table-item__value {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.copyfx-subscription-table-item__action-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0.8rem -0.4rem 0;
}
.copyfx-subscription-table-item__btn {
  flex-basis: 50%;
  margin: 0 0.4rem;
  text-align: center;
}
.copyfx-pause-button {
  color: #36a3f2;
  background-color: #455054;
  border: 1px solid #36a3f2;
}
.copyfx-pause-button_inactive_true {
  color: #fdfdfe;
  background-color: #35a1ef;
  border: 1px solid #35a1ef;
}
.copyfx-unsubscribe-button {
  color: #f05757;
  background-color: #455054;
  border: 1px solid #f05757;
}
.copyfx-subscribe-button {
  border-width: 0.1rem;
  border-style: solid;
}
.copyfx-subscribe-button_type_free {
  border-color: #74c441;
}
.copyfx-subscribe-button_type_by_request {
  border-color: #36a3f2;
}
.copyfx-cancel-request-button {
  color: #f05757;
  background-color: #455054;
  border: 1px solid #f05757;
}
.copyfx-profit-overall {
  align-self: flex-end;
  flex-shrink: 0;
  text-align: right;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.copyfx-profit-overall__label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
[dir="ltr"] .copyfx-profit-overall__value {
  margin-right: 0.4rem;
}
[dir="rtl"] .copyfx-profit-overall__value {
  margin-left: 0.4rem;
}
.copyfx-profit-overall__value {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.copyfx-rating-table-wrapper {
  padding: 0.8rem;
  width: 100%;
}
.copyfx-subscriptions-wrapper {
  width: 100%;
  height: 100%;
  padding: 0.8rem;
}
.copyfx-container {
  display: flex;
  flex: 1;
  height: 100%;
}
.copyfx-container .tabs-div {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.copyfx-container .tabs-div .tabs_type_copyfx {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__items-row .tabs__item {
  border-top-width: 1px;
  border-right-width: 0;
  flex-grow: 0;
  min-width: 13rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  white-space: nowrap;
}
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx {
  position: absolute;
  top: 0;
  flex-basis: 13rem;
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button {
  padding: 0.8rem 3.2rem;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 #255c7a;
  background: #3789b5 linear-gradient(#3789b5 0%, #317aa1 100%);
  height: 100%;
  border-radius: 0.4rem 0.4rem 0 0;
}
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button:hover {
  background: #3789b5 linear-gradient(#3789b5 0%, #255c7a 100%);
}
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button:active {
  background: #276dab linear-gradient(#276dab 0%, #1e5382 100%);
}
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #4dc6ff;
}
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button.button_enabled_false:focus {
  box-shadow: none !important;
}
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button[class*='_enabled_false'],
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button[class*='_locked_true'],
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button[class*='_disabled_yes'],
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button[class*='_enabled_false']:hover,
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button[class*='_locked_true']:hover,
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button[class*='_disabled_yes']:hover,
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button[class*='_enabled_false']:active,
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button[class*='_locked_true']:active,
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__head .tabs__close-copyfx .button[class*='_disabled_yes']:active {
  background: #3789b5 linear-gradient(#3789b5 0%, #317aa1 100%);
  cursor: default;
}
.copyfx-container .tabs-div .tabs_type_copyfx .tabs__content-area {
  display: flex;
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.search {
  display: inline-block;
  vertical-align: top;
  max-width: 8rem;
}
.search__field {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
[dir="ltr"] .search__input-field {
  padding-left: 1.6rem;
}
[dir="rtl"] .search__input-field {
  padding-right: 1.6rem;
}
.search__input-field {
  color: #4dc6ff;
  height: 2.4rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-family: 'Roboto', sans-serif;
}
.search__input-field::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: rgba(172, 180, 185, 0.5);
}
[dir="ltr"] .search__icon {
  left: 0.4rem;
}
[dir="rtl"] .search__icon {
  right: 0.4rem;
}
.search__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: rgba(172, 180, 185, 0.5);
}
[dir="ltr"] .search__clear__icon {
  right: 0.4rem;
}
[dir="rtl"] .search__clear__icon {
  left: 0.4rem;
}
.search__clear__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: #74848b;
  cursor: pointer;
}
.search__clear__icon:hover {
  color: #909ca2;
}
.search-input-debounced__addon {
  top: inherit;
}
.search-input-debounced__addon .input__error .error {
  z-index: 5;
}
[dir="ltr"] .table-select-filter {
  margin-left: 1.6rem;
}
[dir="rtl"] .table-select-filter {
  margin-right: 1.6rem;
}
.table-select-filter {
  display: inline-block;
  vertical-align: top;
  min-width: 8rem;
}
[dir="ltr"] .table-select-filter:first-child {
  margin-left: 0;
}
[dir="rtl"] .table-select-filter:first-child {
  margin-right: 0;
}
.table-select-filter .select__active {
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  border: 1px solid transparent;
}
.table-select-filter_filter_applied_true .select__active {
  color: #4dc6ff;
}
.table-select-filter .select__item {
  height: 2.4rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5rem;
}
.table-select-filter .select__title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
}
[dir="ltr"] .table-select-filter .select__label {
  padding-right: 2rem;
}
[dir="rtl"] .table-select-filter .select__label {
  padding-left: 2rem;
}
[dir="ltr"] .table-select-filter .select__trigger {
  right: 0;
}
[dir="rtl"] .table-select-filter .select__trigger {
  left: 0;
}
.table-select-filter .select__trigger {
  width: 1.8rem;
  height: 2.2rem;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.table-select-filter .select__trigger .fa {
  font-size: 1.2rem;
}
.table-select-filter:hover .select__trigger {
  color: #4dc6ff;
}
.table-select-filter_open_yes {
  z-index: 4;
}
.table-select-filter_open_yes .select__item {
  border-color: #434d51;
}
.table-select-filter_open_yes .select__active,
.table-select-filter_open_yes .select__active:focus {
  border-color: #3a4345;
  background-color: #455054;
  border-radius: 0.4rem 0.4rem 0 0;
}
.table-select-filter_open_yes .select__trigger {
  color: #e6e6e6;
}
.modal-container-header {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  padding: 0.8rem;
  text-align: center;
  background: #505d62;
  border-radius: 0.4rem 0.4rem 0 0;
}
.modal-container-header__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #c8cdd0;
  text-shadow: none;
}
[dir="ltr"] .modal-container-header__close {
  right: 0.8rem;
}
[dir="rtl"] .modal-container-header__close {
  left: 0.8rem;
}
.modal-container-header__close {
  position: absolute;
  top: 0.4rem;
  line-height: 0;
  font-size: 1.6rem;
  color: #74848b;
  text-shadow: none;
  cursor: pointer;
}
.modal-container-header__close:hover {
  color: #909ca2;
}
.modal-container-content {
  flex-grow: 1;
  flex-shrink: 1;
}
.feedback-screen {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.feedback-screen__modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feedback-screen__content-wrapper {
  width: 100%;
}
.feedback-screen__icon {
  display: none;
}
.feedback-screen__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.feedback-screen__thanx-block {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.feedback-screen__email {
  margin-bottom: 1.6rem;
}
.feedback-screen__title {
  display: block;
  margin-bottom: 0.8rem;
  color: #acb4b9;
  text-align: center;
}
.feedback-screen__textarea {
  width: 100%;
}
.feedback-screen__textarea textarea[rows='1'] {
  width: 100%;
  white-space: nowrap;
  height: 8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.feedback-screen__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
  text-align: center;
  display: flex;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.feedback-screen__link {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #36a3f2;
  text-decoration: none;
  text-align: center;
}
.feedback-screen__submit {
  margin: 2rem 0;
  width: 100%;
}
.feedback-screen__btns {
  margin-bottom: 2.4rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  white-space: nowrap;
  width: 100%;
}
.feedback-screen__btn {
  flex-basis: 50%;
}
[dir="ltr"] .feedback-screen__btn_pos_start {
  margin-right: 0.8rem;
}
[dir="rtl"] .feedback-screen__btn_pos_start {
  margin-left: 0.8rem;
}
[dir="ltr"] .feedback-screen__btn_pos_end {
  margin-left: 0.8rem;
}
[dir="rtl"] .feedback-screen__btn_pos_end {
  margin-right: 0.8rem;
}
.sync-button::before {
  display: none;
}
.sync-button.loading svg {
  animation: loader_reset 1.5s infinite linear;
}
@keyframes loader_reset {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.retry-button {
  display: flex;
  flex: 1;
  flex-direction: row;
  height: 4.4rem;
  justify-content: center;
  align-items: center;
  color: #a9b8cf;
}
.retry-button__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0;
}
.network-error {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 9.6rem;
  height: 9.6rem;
}
.network-error__block {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
}
.network-error__fieldset {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.network-error__bg-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1.6rem 0;
}
.network-error__description,
.network-error__countdown {
  display: block;
  margin: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
  text-align: center;
}
.network-error__login-btn {
  margin: 4rem 0 2rem;
}
.in-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 9.6rem;
  height: 9.6rem;
}
.in-progress__spinner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.in-progress__title {
  display: flex;
  font-size: 1.8rem;
  margin-top: 4rem;
}
@media (orientation: portrait) {
  .in-progress__spinner {
    min-height: 316px;
  }
}
@media (orientation: landscape) and (min-height: 400px) {
  .in-progress__spinner {
    min-height: 316px;
  }
}
.auth-in-account-form {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
}
.auth-in-account-form__content {
  justify-content: center;
}
.auth-in-account-form__account {
  display: flex;
  flex-direction: column;
}
.auth-in-account-form__password {
  position: relative;
}
.auth-in-account-form__password .password__switch {
  position: absolute;
  right: 0;
  bottom: 0;
}
.auth-in-account-form__checkbox {
  margin-top: 2.8rem;
  margin-bottom: 3.6rem;
}
.auth-in-account-form__login {
  margin: 1.6rem 0;
}
.auth-in-account-form__warning .important {
  color: #e99f09;
}
.auth-in-account-form__spinner {
  display: none;
}
.number-input__error {
  display: flex;
  flex-direction: column;
}
.checkbox {
  display: inline;
  display: initial;
}
[dir="ltr"] .checkbox__title {
  padding-left: 0.8rem;
}
[dir="rtl"] .checkbox__title {
  padding-right: 0.8rem;
}
[dir="ltr"] .checkbox__title {
  padding-left: 1.5em;
}
[dir="rtl"] .checkbox__title {
  padding-right: 1.5em;
}
.checkbox__title {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #acb4b9;
  text-shadow: none;
  margin-bottom: 0;
  cursor: pointer;
}
.checkbox__title:hover {
  color: #e6e6e6;
}
[dir="ltr"] .checkbox__title::before {
  left: 0;
}
[dir="rtl"] .checkbox__title::before {
  right: 0;
}
.checkbox__title::before {
  content: '';
  position: absolute;
  top: 0.8rem;
  transform: translate(0, -50%);
  display: block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  border: 1px solid #434d51;
  background: #455054;
  border-radius: 0.4rem;
}
.checkbox .switch__bg_selected_true {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.13em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f00c';
  display: block;
  position: absolute;
  top: 0.8rem;
  transform: translate(0, -50%);
  color: #4dc6ff;
}
[dir='ltr'] .checkbox .switch__bg_selected_true {
  left: 1px;
}
[dir='rtl'] .checkbox .switch__bg_selected_true {
  right: -1px;
}
.checkbox .switch__input:focus + .checkbox .switch__label::before {
  background-color: #434d51;
}
.checkbox .switch__input:checked + .checkbox .switch__label::before {
  background-color: #434d51;
}
.checkbox .switch__input:checked + .checkbox .switch__label::after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 1.13em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acb4b9;
  content: '\f00c';
  display: block;
  position: absolute;
  top: 0.8rem;
  transform: translate(0, -50%);
  color: #4dc6ff;
}
[dir='ltr'] .checkbox .switch__input:checked + .checkbox .switch__label::after {
  left: 1px;
}
[dir='rtl'] .checkbox .switch__input:checked + .checkbox .switch__label::after {
  right: -1px;
}
.checkbox .switch__input:checked:focus + .checkbox .switch__label::before {
  box-shadow: 0 0 0 1px #434d51;
}
.checkbox .switch_enabled_false .checkbox .switch__label,
.checkbox .switch_enabled_false .checkbox .switch__input {
  cursor: default;
}
.country-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1.2rem 2.4rem;
}
[dir="ltr"] .country-item::after {
  left: 2.4rem;
}
[dir="rtl"] .country-item::after {
  right: 2.4rem;
}
[dir="ltr"] .country-item::after {
  right: 2.4rem;
}
[dir="rtl"] .country-item::after {
  left: 2.4rem;
}
.country-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  background: #292c31;
}
.country-item:first-child::after {
  display: none;
}
[dir="ltr"] .country-item__icon {
  margin-right: 0.8rem;
}
[dir="rtl"] .country-item__icon {
  margin-left: 0.8rem;
}
.country-item__icon {
  width: 2.4rem;
}
.country-item__label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
[dir='ltr'] .country-item__phone_code {
  flex-grow: 1;
  text-align: right;
}
[dir='rtl'] .country-item__phone_code {
  flex-grow: 1;
  text-align: left;
}
[dir="ltr"] .country-button {
  padding-left: 0.8rem;
}
[dir="rtl"] .country-button {
  padding-right: 0.8rem;
}
[dir="ltr"] .country-button {
  padding-right: 0.2rem;
}
[dir="rtl"] .country-button {
  padding-left: 0.2rem;
}
.country-button {
  display: flex !important;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 2.8rem;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e6e6e6;
  outline: none;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background: #455054;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: auto;
          user-select: auto;
  border-color: #434d51;
  line-height: 2.8rem;
}
.country-button:invalid:not(output) {
  box-shadow: none;
}
.country-button:focus {
  background: #434d51;
  border-color: #434d51;
}
.country-button_enabled_false {
  background: #455054;
}
.country-button__label {
  flex-grow: 1;
}
[dir="ltr"] .country-button__expand-button {
  right: 0;
}
[dir="rtl"] .country-button__expand-button {
  left: 0;
}
.country-button__expand-button {
  width: 3.2rem;
  height: 100%;
  text-align: center;
  cursor: pointer;
  color: #74848b;
}
.country-button__expand-button::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
.country-selector {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}

