/* Font text values */
/* Character Styles */
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 62.5%;
  -webkit-user-select: none;
          user-select: none;
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  writing-mode: horizontal-tb;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html[dir='rtl'] {
  direction: rtl;
}
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #e8e9eb;
  background-color: #292c31;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
body.isblocked {
  position: fixed;
}
body.isblocked .inner-screen__content {
  overflow: hidden;
}
.wrap-out {
  min-height: 100%;
  height: 100%;
  background-color: #141617;
}
.mobile-wrapper {
  height: 100%;
  display: flex;
}
.tablet-wrapper {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.app {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
}
.app_for_tablet {
  width: 36rem;
  height: auto;
}
.app_view_full {
  width: 100%;
}
.app_view_full .inner-screen__content {
  top: 0;
  bottom: 0;
}
textarea.input-view {
  width: 100%;
  max-width: 100%;
  padding: 1rem 0;
  vertical-align: middle;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: currentColor;
  text-align: inherit;
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
  box-sizing: border-box;
  resize: none;
  overflow: auto;
  white-space: normal;
  height: auto;
  min-height: 4rem;
  color: #e8e9eb;
  transition: height 0.3s linear;
  transition-delay: 0s;
}
textarea.input-view::placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #687283;
}
textarea.input-view:invalid:not(output) {
  box-shadow: none;
}
textarea.input-view:-moz-ui-invalid:not(output) {
  box-shadow: none;
}
textarea.input-view:-moz-ui-invalid:-moz-focusring:not(output) {
  box-shadow: none;
}
textarea.input-view:-webkit-autofill,
textarea.input-view:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.inner-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.inner-screen__header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.inner-screen__content {
  overflow: auto;
  position: absolute;
  top: 4.4rem;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: stretch;
  background-color: #141617;
}
.inner-screen_view_full .inner-screen__content {
  top: 0;
}
.inner-screen__bottom-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.tablet-wrapper > .inner-screen {
  position: relative;
  width: 36rem;
  height: auto;
}
.tablet-wrapper > .inner-screen_view_full {
  width: 100%;
}
.period-picker {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.period-picker > div {
  flex-grow: 1;
  border-bottom: 1px dashed #1e2125;
}
.lang-select {
  width: 4rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lang-select__img {
  display: block;
  width: 30px;
  height: 20px;
  border: 1px solid #1e2125;
  border-radius: 4px;
  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: 4rem;
}
[dir="rtl"] .lang-list__item::after {
  right: 4rem;
}
[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: #292c31;
}
[dir="ltr"] .lang-list__wrap {
  margin-right: -3.2rem;
}
[dir="rtl"] .lang-list__wrap {
  margin-left: -3.2rem;
}
[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: 2.4rem;
  height: 2.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lang-list__img {
  display: block;
  width: 2.4rem;
  height: 1.92rem;
  border: 1px solid #1e2125;
  border-radius: 4px;
  vertical-align: middle;
}
[dir="ltr"] .lang-list__label {
  padding-left: 4.4rem;
}
[dir="rtl"] .lang-list__label {
  padding-right: 4.4rem;
}
.lang-list__label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 4.4rem;
  line-height: 4rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: #e8e9eb;
  overflow: hidden;
  text-overflow: ellipsis;
}
.label-floating {
  position: absolute;
  top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #687283;
  transform: translate(0, 2.4rem) scale(1.33333333);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0ms;
  pointer-events: none;
}
[dir='rtl'] .label-floating {
  right: 0;
  left: auto;
  transform-origin: right;
}
[dir='ltr'] .label-floating {
  left: 0;
  right: auto;
  transform-origin: left;
}
.label-floating_ontop_true {
  transform: none;
  color: #a9b8cf;
}
.label-floating_active_true {
  color: #36a3f2;
}
.label-floating_invalid_true {
  color: #f05757;
}
.label-floating__req-mark {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #f05757;
}
.new-version {
  padding: 3.2rem 1.6rem;
}
.new-version p {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: justify;
}
.new-version .important {
  font-family: 'Roboto', sans-serif, sans-serif;
  font-weight: bold;
}
.new-version__buttons {
  margin-top: 3.2rem;
  margin-bottom: 0;
}
.new-version__reload {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.6rem;
}
.new-version__delay {
  overflow: hidden;
  text-overflow: ellipsis;
}
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.tip {
  display: none;
}
.scroll-table {
  flex-grow: 1;
  overflow: auto;
}
.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: #35a1ef;
}
.spinner_color_brand:before {
  background: #141617;
}
.spinner_color_brand:after {
  background: #141617;
}
.spinner_color_light {
  border-color: #141617;
}
.spinner_color_light:before {
  background: #b6d6ed;
}
.spinner_color_light:after {
  background: #b6d6ed;
}
.spinner_color_green {
  border-color: #141617;
}
.spinner_color_green:before {
  background: #71bf3e;
}
.spinner_color_green:after {
  background: #71bf3e;
}
.spinner_color_bluewhite {
  border-color: #35a1ef;
}
.spinner_color_bluewhite:before {
  background: #ffffff;
}
.spinner_color_bluewhite:after {
  background: #ffffff;
}
.spinner_color_gray {
  border-color: #e8e9eb;
}
.spinner_color_gray:before {
  background: #141617;
}
.spinner_color_gray:after {
  background: #141617;
}
.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 #35a1ef solid;
  border-right-color: transparent;
  box-sizing: border-box;
}
.spinner_color_bluetransparent:after {
  border: 0.6rem #35a1ef 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);
  }
}
.link {
  display: inline-flex;
  vertical-align: top;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
  text-decoration: none;
}
.link__label {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.loader__item {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 0.4rem;
  border-radius: 4px;
  background-color: #fff;
  margin-left: 1px;
  margin-right: 1px;
  animation: loader 1000ms infinite;
}
.loader__item:nth-child(2) {
  animation-delay: 150ms;
}
.loader__item:nth-child(3) {
  animation-delay: 300ms;
}
.loader__item:nth-child(4) {
  animation-delay: 450ms;
}
.loader__item:nth-child(5) {
  animation-delay: 600ms;
}
@keyframes loader {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scrollable_enabled_false .scroll-table {
  flex-shrink: 0;
  flex-grow: 0;
}
.switch {
  flex-shrink: 0;
  display: flex;
  position: relative;
  height: 2rem;
  width: 3.6rem;
  cursor: pointer;
}
.switch__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #292c31;
  border-width: 0.2rem;
  border-color: #687283;
  border-style: solid;
  border-radius: 0.6rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.switch__bg_selected_true {
  background-color: #36a3f2;
  border-color: #36a3f2;
}
[dir="ltr"] .switch__ctrl {
  left: 0;
}
[dir="rtl"] .switch__ctrl {
  right: 0;
}
.switch__ctrl {
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  background-color: #141617;
  border-width: 0.2rem;
  border-color: #687283;
  border-style: solid;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  border-radius: 0.6rem;
}
[dir="ltr"] .switch__ctrl_selected_true {
  left: auto;
}
[dir="rtl"] .switch__ctrl_selected_true {
  right: auto;
}
[dir="ltr"] .switch__ctrl_selected_true {
  left: auto;
  left: initial;
}
[dir="rtl"] .switch__ctrl_selected_true {
  right: auto;
  right: initial;
}
[dir="ltr"] .switch__ctrl_selected_true {
  right: 0;
}
[dir="rtl"] .switch__ctrl_selected_true {
  left: 0;
}
.switch__ctrl_selected_true {
  border-color: #36a3f2;
}
.react-datepicker {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-shrink: 0;
  background: #141617;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  margin: 0.8rem;
}
.react-datepicker-popper {
  z-index: 2;
}
[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(38, 42, 43, 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: #292c31;
  border-bottom: 1px solid #1e2125;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  *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 #1e2125;
}
[dir="rtl"] .react-datepicker__header--time {
  border-right: 1px solid #1e2125;
}
.react-datepicker__current-month,
.react-datepicker-time__header {
  padding: 1.6rem 0;
  font-family: 'Roboto', sans-serif, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #e8e9eb;
  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: 4rem;
  height: 4rem;
  font-size: 0;
  line-height: 4rem;
  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.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e8e9eb;
  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 #1e2125;
}
[dir="rtl"] .react-datepicker__time-list-item {
  border-right: 1px solid #1e2125;
}
.react-datepicker__time-list-item {
  position: relative;
  display: block;
  width: 7rem;
  padding: 0.8rem;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  color: #e8e9eb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: lowercase;
  cursor: pointer;
  border-bottom: 1px solid #1e2125;
}
.react-datepicker__time-list-item:active,
.react-datepicker__time-list-item--selected {
  color: #fff;
  background-color: #35a1ef;
}
.react-datepicker__time-list-item--disabled {
  color: #1e2125;
}
.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: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
}
.react-datepicker__day-name,
.react-datepicker__time-name {
  font-family: 'Roboto', sans-serif, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
.react-datepicker__day {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  border: 1px solid transparent;
  cursor: pointer;
}
.react-datepicker__day:hover {
  font-weight: 700;
  color: #fff;
  background-color: #35a1ef;
}
.react-datepicker__day--today {
  color: #36a3f2;
}
.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: #fff;
  background-color: #35a1ef;
  border-color: transparent;
}
.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: #35a1ef;
}
.react-datepicker__day--weekend,
.react-datepicker__day--weekend:hover {
  color: #f55858;
}
.react-datepicker__day--outside-month,
.react-datepicker__day--disabled {
  cursor: default;
  color: #1e2125;
}
.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.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f073';
  position: absolute;
  top: 0;
  height: 100%;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #e8e9eb;
  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-right: 4rem;
}
[dir="rtl"] .react-datepicker__input-container input {
  padding-left: 4rem;
}
.react-datepicker__input-container input {
  width: 100%;
  max-width: 100%;
  padding: 1rem 0;
  vertical-align: middle;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: currentColor;
  text-align: inherit;
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
  color: #e8e9eb;
  text-align: left;
}
.react-datepicker__input-container input::placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #687283;
}
.react-datepicker__input-container input:invalid:not(output) {
  box-shadow: none;
}
.react-datepicker__input-container input:-moz-ui-invalid:not(output) {
  box-shadow: none;
}
.react-datepicker__input-container input:-moz-ui-invalid:-moz-focusring:not(output) {
  box-shadow: none;
}
.react-datepicker__input-container input:-webkit-autofill,
.react-datepicker__input-container input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.react-datepicker__aria-live {
  display: none;
}
.react-datepicker__header__dropdown {
  display: flex;
  justify-content: flex-end;
  position: relative;
  background-color: #141617;
}
[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: #fff;
  border: 1px solid #1e2125;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 4px;
}
.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.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e8e9eb;
  content: '\f077';
  color: #1e2125;
}
.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.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e8e9eb;
  content: '\f077';
  color: #1e2125;
}
.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', sans-serif;
  text-align: center;
  color: #e8e9eb;
  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: #292c31;
}
.react-datepicker__year-option:last-child::after {
  height: 0;
}
.react-datepicker__year-option--selected_year {
  color: #36a3f2;
}
.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.4rem;
  color: #e8e9eb;
  background: #141617;
  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.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e8e9eb;
  content: '\f0d7';
  color: #1e2125;
}
.react-datepicker__year-read-view--selected-year {
  padding: 0.8rem 0;
}
.select__active {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  cursor: pointer;
}
[dir="ltr"] .select__icon {
  margin-right: 0.8rem;
}
[dir="rtl"] .select__icon {
  margin-left: 0.8rem;
}
.select__icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.select__label {
  width: 100%;
  max-width: 100%;
  padding: 1rem 0;
  vertical-align: middle;
  color: currentColor;
  text-align: inherit;
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
  width: auto;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.select__label::placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #687283;
}
.select__label:invalid:not(output) {
  box-shadow: none;
}
.select__label:-moz-ui-invalid:not(output) {
  box-shadow: none;
}
.select__label:-moz-ui-invalid:-moz-focusring:not(output) {
  box-shadow: none;
}
.select__label:-webkit-autofill,
.select__label:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.select__label_active_yes {
  color: #a9b8cf;
}
.select__trigger {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  cursor: pointer;
}
.select__group {
  padding: 1.6rem 2.4rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.select__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1.4rem 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #a9b8cf;
  text-align: left;
  text-align: initial;
  cursor: pointer;
}
.select__item:active,
.select__item_state_active {
  color: #36a3f2;
}
.select__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
}
.select__description {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  margin-top: 0.4rem;
}
.select__divider {
  position: relative;
  height: 1px;
  background: #292c31;
  margin: 0 2.4rem;
}
.select__items {
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
}
.combined__active {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: initial;
  align-items: flex-start;
}
[dir='rtl'] .select__label {
  text-align: right;
}
.select-modal-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 4.4rem auto 5.4rem;
  border-radius: 1.6rem;
  padding: 1.2rem 0;
}
.select-modal-wrapper__scrollview {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
}
.select-modal-wrapper__action-btns {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 2.4rem 1.6rem;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.bottom-nav-swiper-menu {
  display: flex;
  width: 100%;
}
.bottom-nav-swiper-menu__swiper {
  width: 100%;
}
.bottom-nav-swiper-menu__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}
.bottom-nav-swiper-menu .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-nav-swiper-menu .swiper-container-horizontal > .swiper-pagination-bullets > .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #a9b8cf;
  opacity: 0.3;
}
.bottom-nav-swiper-menu .swiper-container-horizontal > .swiper-pagination-bullets > .swiper-pagination-bullet-active {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #a9b8cf;
  opacity: 1;
}
.bottom-nav-swiper-menu .swiper-wrapper {
  height: 4.6rem;
  top: 0;
}
.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;
}
.country-button {
  color: #e8e9eb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.2rem;
  padding-bottom: 0.6rem;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
}
.country-button__label {
  flex-grow: 0;
}
.country-selector {
  border-bottom: 0.1rem solid #292c31;
  margin-right: 1rem;
}
.jurisdiction {
  display: block;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.jurisdiction__title {
  display: block;
  width: 100%;
  color: #a9b8cf;
  text-align: center;
  margin-bottom: 0.5rem;
}
.jurisdiction__text {
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
  line-height: normal;
  margin-top: 0.4rem;
}
[dir="ltr"] .modal-window {
  left: 0;
}
[dir="rtl"] .modal-window {
  right: 0;
}
.modal-window {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 1;
  z-index: 2;
  transition: all 0.3s ease-out;
  transition-delay: 0s;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
  outline: none;
}
.modal-window_view-from_full-screen {
  justify-content: center;
  align-items: center;
  margin: 0;
}
.modal-window_view-from_center {
  justify-content: center;
  align-items: center;
}
.modal-window_view-from_top {
  justify-content: flex-start;
  align-items: center;
}
.modal-window_view-from_bottom {
  justify-content: flex-end;
  align-items: center;
}
.modal-window_view-from_left,
.modal-window_view-from_right {
  justify-content: center;
}
[dir='ltr'] .modal-window_view-from_left,
[dir='rtl'] .modal-window_view-from_right {
  align-items: flex-start;
}
[dir='ltr'] .modal-window_view-from_right,
[dir='rtl'] .modal-window_view-from_left {
  align-items: flex-end;
}
.modal-window__background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(41, 44, 49, 0.8);
}
.modal-window__frame {
  max-height: 100%;
  background-color: #141617;
  box-shadow: 0 2px 4px rgba(0,0,0,0.16078);
  transition: all 0.3s ease-out;
  transition-delay: 0s;
  z-index: 2;
}
.modal-window__frame_view-from_full-screen {
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
}
.modal-window__frame_view-from_center {
  width: 100%;
  transform: scale(0.9);
  border-radius: 1.6rem;
}
.modal-window__frame_view-from_top {
  width: 100%;
  border-radius: 0 0 1.6rem 1.6rem;
}
.modal-window__frame_view-from_bottom {
  width: 100%;
  border-radius: 1.6rem 1.6rem 0 0;
}
.modal-window__frame_view-from_left,
.modal-window__frame_view-from_right {
  height: 100%;
  width: 84.46601942%;
}
[dir='ltr'] .modal-window__frame_view-from_left,
[dir='rtl'] .modal-window__frame_view-from_right {
  border-radius: 0 1.6rem 0 0;
}
[dir='ltr'] .modal-window__frame_view-from_right {
  transform: translate(50%, 0);
  border-radius: 1.6rem 0 0 0;
}
[dir='rtl'] .modal-window__frame_view-from_left {
  transform: translate(20%, 0);
  border-radius: 1.6rem 0 0 0;
}
.modal-window__frame_for_fullscreen {
  max-width: 36rem;
}
.modal-window_visible_true {
  opacity: 1;
}
.modal-window_visible_true .modal-window__frame {
  transform: translate(0, 0);
  transform: scale(1);
}
.modal-window_for_tablet {
  width: 36rem;
}
.modal-list {
  width: 100%;
}
.modal-list__content {
  display: flex;
  flex-direction: column;
}
.modal-list__view {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
}
.modal-list__action-btn {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: auto;
  padding-bottom: 1.6rem;
}
.bonuses-table {
  width: 100%;
}
.bonuses-table__double {
  background: #1e2125;
}
.bonuses-table__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #a9b8cf;
  background: #141617;
  border-bottom: 1px solid #292c31;
  padding: 0.8rem;
}
.bonuses-table__canttrade,
.bonuses-table__row_cantrade_false,
.bonuses-table__row_disabled_true {
  color: #687283;
  background: #1e2125;
}
.bonuses-table__row_selected_true {
  color: #36a3f2;
  background: #1e2125;
}
.bonuses-table__cell {
  white-space: nowrap;
  padding-left: 0.8rem;
}
.bonuses-table__cell_view_details {
  width: 100%;
  padding: 0.8rem 0.4rem;
  background: #1e2125;
  white-space: normal;
  border-bottom: 1px solid #292c31;
}
.bonuses-table__row {
  align-items: center;
  min-height: 5.2rem;
}
.bonuses-table__cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.bonuses-table__cell_child_first {
  width: 33.3%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.bonuses-table__cell_child_second {
  width: 33.3%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
[dir="ltr"] .bonuses-table__cell_child_last {
  padding-left: 0;
}
[dir="rtl"] .bonuses-table__cell_child_last {
  padding-right: 0;
}
[dir="ltr"] .bonuses-table__cell_child_last {
  padding-right: 0.8rem;
}
[dir="rtl"] .bonuses-table__cell_child_last {
  padding-left: 0.8rem;
}
[dir="ltr"] .bonuses-table__cell_child_last {
  text-align: right;
}
[dir="rtl"] .bonuses-table__cell_child_last {
  text-align: left;
}
.bonuses-table__cell_child_last {
  width: 33.3%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir="ltr"] .form {
  text-align: left;
}
[dir="rtl"] .form {
  text-align: right;
}
.form {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.form__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 4.4rem;
  position: relative;
}
.form__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 3.2rem 1.6rem;
}
.form__footer {
  min-height: 4.4rem;
  padding: 0 1.6rem;
}
.form__title {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.6rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
  text-align: center;
}
.form__field {
  margin-bottom: 2rem;
}
.form__fieldset {
  width: 100%;
  max-width: 36.8rem;
  margin: 0 auto;
}
@media (orientation: portrait) and (min-height: 490px) {
  body.iemobile .form {
    height: 100%;
  }
}
@media (max-height: 1024px) {
  .form__content {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
}
@media (max-height: 736px) {
  .form__content {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
@media (max-height: 667px) {
  .form__content {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
@media (max-height: 568px) {
  .form__content {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media (max-height: 540px) and (orientation: portrait) {
  .form__content {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.price-input {
  position: relative;
  text-align: center;
}
.price-input__input-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.price-input__input {
  width: 100%;
  text-align: center;
}
[dir="ltr"] .price-input__minus {
  left: 0;
}
[dir="rtl"] .price-input__minus {
  right: 0;
}
.price-input__minus {
  position: absolute;
  top: 0;
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  font-size: 1.6rem;
  color: #1e2125;
  border-radius: 4px;
}
.price-input__minus:active {
  background-color: #1e2125;
}
.price-input__minus_disabled {
  background-color: transparent;
}
[dir="ltr"] .price-input__plus {
  right: 0;
}
[dir="rtl"] .price-input__plus {
  left: 0;
}
.price-input__plus {
  position: absolute;
  top: 0;
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  font-size: 1.6rem;
  color: #1e2125;
  border-radius: 4px;
}
.price-input__plus:active {
  background-color: #1e2125;
}
.price-input__plus_disabled {
  background-color: transparent;
}
.text {
  width: 100%;
  max-width: 100%;
  padding: 1rem 0;
  vertical-align: middle;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: currentColor;
  text-align: inherit;
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
  color: #e8e9eb;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text::placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #687283;
}
.text:invalid:not(output) {
  box-shadow: none;
}
.text:-moz-ui-invalid:not(output) {
  box-shadow: none;
}
.text:-moz-ui-invalid:-moz-focusring:not(output) {
  box-shadow: none;
}
.text:-webkit-autofill,
.text:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.loading-more-data {
  width: 100%;
  margin-top: 1px;
  padding: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.25;
  text-align: center;
  color: #36a3f2;
  background: #141617;
}
[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: #a9b8cf;
  background: #141617;
}
.chart-loader {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.underline {
  border: 0 solid transparent;
  border-bottom-width: 1px;
  border-bottom-color: #292c31;
}
.underline_focused_true {
  animation: inputHighlighter 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  border-color: #36a3f2;
}
.underline_invalid_true {
  border-color: #f05757;
}
@keyframes inputHighlighter {
  0% {
    border-color: #292c31;
  }
  100% {
    border-color: #36a3f2;
  }
}
.quote_dir_down {
  color: #f15757;
}
.quote_dir_up {
  color: #73c340;
}
[dir="ltr"] .quote__label {
  margin-left: 0;
}
[dir="rtl"] .quote__label {
  margin-right: 0;
}
.quote__label {
  line-height: 1;
}
.order-quotes {
  white-space: nowrap;
}
.order-quotes__quote {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-bottom: 0.4rem;
  font-size: 2rem;
  line-height: 3.2rem;
  font-family: 'Roboto', 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;
}
.input {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #e8e9eb;
}
.input_valid_false {
  color: #f05757;
}
.input_has_label-floating {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
}
.input__field {
  width: 100%;
  max-width: 100%;
  padding: 1rem 0;
  vertical-align: middle;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: currentColor;
  text-align: inherit;
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
  border: 0 solid transparent;
  border-bottom-width: 1px;
  border-color: #292c31;
}
.input__field::placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #687283;
}
.input__field:invalid:not(output) {
  box-shadow: none;
}
.input__field:-moz-ui-invalid:not(output) {
  box-shadow: none;
}
.input__field:-moz-ui-invalid:-moz-focusring:not(output) {
  box-shadow: none;
}
.input__field:-webkit-autofill,
.input__field:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.input__field.focused {
  animation: inputHighlighter 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  border-color: #36a3f2;
}
.number-input .input__field {
  direction: ltr;
}
.comment-input .input__field {
  direction: ltr;
}
.input__addon {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  transform: translate(0, 100%);
  width: 100%;
}
[dir="ltr"] .input__error {
  text-align: right;
}
[dir="rtl"] .input__error {
  text-align: left;
}
.sell-buy {
  text-align: center;
}
.sell-buy__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  white-space: nowrap;
  font-size: 0;
  margin-bottom: 1.2rem;
}
.sell-buy__sell,
.sell-buy__buy {
  flex-grow: 1;
  display: block;
  font-size: 2rem;
}
[dir="ltr"] .sell-buy__sell {
  margin-right: 0.8rem;
}
[dir="rtl"] .sell-buy__sell {
  margin-left: 0.8rem;
}
.sell-buy__sell_disabled {
  color: #fff;
  background-color: #f0dddd;
}
.sell-buy__sell_disabled:active {
  background: #f0dddd;
}
[dir="ltr"] .sell-buy__buy {
  margin-left: 0.8rem;
}
[dir="rtl"] .sell-buy__buy {
  margin-right: 0.8rem;
}
.sell-buy__buy_disabled {
  color: #fff;
  background-color: #f4f9fc;
}
.sell-buy__buy_disabled:active {
  background: #f4f9fc;
}
.label {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-direction: row;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
  cursor: text;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.label__req-mark {
  width: 0.8rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #f05757;
}
[dir='rtl'] .label__req-mark {
  margin-right: 0.4rem;
}
[dir='ltr'] .label__req-mark {
  margin-left: 0.4rem;
}
[dir='rtl'] .label {
  direction: rtl;
}
[dir='ltr'] .label {
  direction: ltr;
}
.color-palette {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  cursor: pointer;
}
.color-palette__field {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 4rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #292c31;
}
.color-palette__label {
  flex-grow: 1;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
  white-space: normal;
  word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto;
  line-height: initial;
}
.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.6rem;
  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;
 *   }
 *
 */
.status-label_type_primary {
  color: #a9b8cf;
}
.status-label_type_success {
  color: #73c340;
}
.status-label_type_danger {
  color: #f15757;
}
.status-label_type_warning {
  color: #f7b436;
}
.status-label_type_info {
  color: #36a3f2;
}
.market-guard {
  position: relative;
  margin-bottom: 1.6rem;
}
.market-guard__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #a9b8cf;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.market-guard__label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  text-align: center;
  justify-content: center;
  position: relative;
  top: 0.4rem;
}
.market-guard__error {
  position: absolute;
  bottom: -1.6rem;
  background-color: #141617;
  width: 100%;
}
.modify-position,
.modify-order {
  display: block;
  width: 100%;
  text-align: left;
}
.modify-position-screen__action-btns {
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.modify-position-screen__close-container {
  text-align: center;
  margin-bottom: 1.6rem;
}
.modify-position-screen__close-quote {
  display: flex;
  flex-direction: row;
}
.order__hr {
  margin: 0 -1.6rem 3.2rem;
  border: 1px solid transparent;
  border-top: 1px solid #f4b235;
  border-bottom-color: #fff;
}
.order__volume {
  margin-bottom: 1.6rem;
}
.order__price {
  margin-top: 1.2rem;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  cursor: pointer;
}
.button:active {
  outline: none;
}
.button_size_large {
  padding: 1rem 0.4rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
}
.button_color_brand {
  background-color: #35a1ef;
  color: #fdfdfe;
}
.button_color_outline {
  color: #36a3f2;
  border-width: 1px;
  border-style: solid;
  border-color: #36a3f2;
  background-color: #141617;
}
.button_color_outlinered {
  color: #f05757;
  border-width: 1px;
  border-style: solid;
  border-color: #f05757;
  background-color: #141617;
}
.button_color_strip {
  color: #36a3f2;
  background-color: #141617;
}
.button_color_stripred {
  color: #f05757;
  background-color: #141617;
}
.button_color_red {
  color: #fff;
  background-color: #f55858;
  border-radius: 4px;
}
.button_color_yellow {
  color: #fff;
  background-color: #f4b235;
  border-radius: 4px;
}
.button_color_gray {
  color: #fff;
  background-color: #292c31;
  border-radius: 4px;
  color: #e8e9eb;
}
.button_color_green {
  color: #fff;
  background-color: #71bf3e;
  border-radius: 4px;
}
.button_color_light {
  color: #36a3f2;
  background-color: #f1f1f1;
  border-radius: 4px;
}
.button_locked_yes {
  cursor: default;
  opacity: 0.5;
  position: relative;
}
.button_locked_yes .switch,
.button_locked_yes .button,
.button_locked_yes .radio-button,
.button_locked_yes .checkbox {
  cursor: default;
}
.button_disabled_yes {
  cursor: default;
  opacity: 0.5;
  position: relative;
}
.button_disabled_yes .switch,
.button_disabled_yes .button,
.button_disabled_yes .radio-button,
.button_disabled_yes .checkbox {
  cursor: default;
}
.button__label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.button__label_invisible_true {
  opacity: 0;
}
.button__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.radio-input {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2rem;
  height: 2rem;
  background-color: #292c31;
  border-width: 0.2rem;
  border-color: #687283;
  border-style: solid;
  border-radius: 50%;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.radio-input_selected_true {
  background-color: #36a3f2;
  border-color: #36a3f2;
}
.radio-input__ctrl {
  width: 100%;
  height: 100%;
  background-color: #292c31;
  border-width: 0.2rem;
  border-color: #292c31;
  border-style: solid;
  border-radius: 50%;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.radio-input__ctrl_selected_true {
  background-color: #36a3f2;
  border-color: #141617;
}
.items-list {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.items-list__wrap {
  justify-content: flex-start;
}
.items-list__col {
  padding: 0 0.8rem;
  min-width: 165px;
}
.items-list__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-family: 'Roboto', sans-serif;
}
[dir="ltr"] .items-list__title {
  padding-left: 0.8rem;
}
[dir="rtl"] .items-list__title {
  padding-right: 0.8rem;
}
.items-list__title {
  flex-shrink: 1;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[dir="ltr"] .items-list__value {
  padding-left: 0.8rem;
}
[dir="rtl"] .items-list__value {
  padding-right: 0.8rem;
}
.items-list__value {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0;
  color: #e8e9eb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  direction: ltr;
  direction: initial;
}
.items-list__value_show_alert {
  color: #f7b436;
}
[dir='rtl'] .items-list__value {
  direction: rtl;
}
[dir='ltr'] .items-list__value {
  direction: ltr;
}
.modify-trade__list {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2rem;
}
.modify-trade__wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.modify-trade__item {
  width: 47%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
[dir="ltr"] .modify-trade__title {
  padding-left: 0;
}
[dir="rtl"] .modify-trade__title {
  padding-right: 0;
}
.modify-trade__title {
  width: auto;
}
.link-constructed {
  color: #36a3f2;
  text-decoration: none;
}
.new-order {
  flex-shrink: 0;
  flex-direction: row-reverse;
}
.new-order__label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.bottom-nav {
  display: flex;
  background: #292c31;
  height: 5.4rem;
}
.bottom-nav__item {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bottom-nav__icon {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-nav__title {
  display: block;
  margin-top: -0.2rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0;
  text-align: center;
  color: #e8e9eb;
  padding-bottom: 0.2rem;
}
.bottom-nav__title_active_yes {
  color: #36a3f2;
}
[dir="ltr"] .bottom-nav__notif {
  left: 50%;
}
[dir="rtl"] .bottom-nav__notif {
  right: 50%;
}
.bottom-nav__notif {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2rem;
  height: 2rem;
  top: 0.2rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.2rem;
  letter-spacing: 0;
  color: #fdfdfe;
  background-color: #36a3f2;
  border-width: 0.2rem;
  border-style: solid;
  border-color: #292c31;
  border-radius: 1rem;
  overflow: hidden;
}
.toggle-menu {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.4rem;
  width: 4.4rem;
  cursor: pointer;
}
.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;
}
@media (orientation: portrait) {
  .in-progress__spinner {
    min-height: 316px;
  }
}
@media (orientation: landscape) and (min-height: 400px) {
  .in-progress__spinner {
    min-height: 316px;
  }
}
.layout {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #141617;
}
.layout_position_center {
  justify-content: center;
  align-items: center;
}
.inner-screen__content .layout {
  position: absolute;
  top: 4.4rem;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  height: initial;
  overflow: auto;
}
.tablet-wrapper > .layout {
  width: 36rem;
}
.signal__tool {
  margin: 0;
}
.signals-table {
  width: 100%;
}
.signals-table__double {
  background: #1e2125;
}
.signals-table__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #a9b8cf;
  background: #141617;
  border-bottom: 1px solid #292c31;
  padding: 0.8rem;
}
.signals-table__canttrade,
.signals-table__row_cantrade_false,
.signals-table__row_disabled_true {
  color: #687283;
  background: #1e2125;
}
.signals-table__row_selected_true {
  color: #36a3f2;
  background: #1e2125;
}
.signals-table__cell {
  white-space: nowrap;
  padding-left: 0.8rem;
}
.signals-table__cell_view_details {
  width: 100%;
  padding: 0.8rem 0.4rem;
  background: #1e2125;
  white-space: normal;
  border-bottom: 1px solid #292c31;
}
.signals-table__row {
  align-items: center;
  justify-content: space-between;
}
.signals-table__cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.signals-table__cell_child_second {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
[dir="ltr"] .signals-table__cell_child_last {
  text-align: right;
}
[dir="rtl"] .signals-table__cell_child_last {
  text-align: left;
}
.signals-table__cell_child_last {
  padding-left: 0;
  padding-right: 0.8rem;
}
.signals-table .signal__date {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.signals-table .signal__pair {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
[dir='rtl'] .signals-table .signal__pair {
  margin-right: 0.8rem;
}
[dir='ltr'] .signals-table .signal__pair {
  margin-left: 0.8rem;
}
.signals-table .signal__recommendation {
  display: block;
  margin-bottom: 0.2rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.signals-table .signal__action {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0;
}
.signals-table .signal__action_type_neutral {
  color: #e8e9eb;
}
.signals-table .signal__action_type_sell {
  color: #f15757;
}
.signals-table .signal__action_type_active-sell {
  color: #f15757;
}
.signals-table .signal__action_type_buy {
  color: #73c340;
}
.signals-table .signal__action_type_active-buy {
  color: #73c340;
}
[dir="ltr"] .signals-table .signal__title {
  text-align: right;
}
[dir="rtl"] .signals-table .signal__title {
  text-align: left;
}
.signals-table .signal__title {
  width: 50%;
  padding: 0 0.4rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
[dir="ltr"] .signals-table .signal__value {
  text-align: left;
}
[dir="rtl"] .signals-table .signal__value {
  text-align: right;
}
.signals-table .signal__value {
  display: inline-block;
  width: 50%;
  padding: 0 0.4rem;
}
.chart-option-items__panel {
  z-index: 1;
  background: #1e2125;
  overflow-y: auto;
  max-height: 100%;
}
.chart-option-items__dropdown {
  overflow: hidden;
  overflow-y: auto;
  max-height: 75%;
  padding: 0.4rem;
  background: #1e2125;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.chart-option-items {
  position: relative;
  transition: height 0.3s ease-out;
  transition-delay: 0s;
  height: 0;
}
body:not(.iemobile) .chart-option-items {
  transform: translateZ(0);
}
.chart-option-items_limited_true {
  transition: height 0.3s ease-out;
  transition-delay: 0s;
  height: 100%;
}
.chart-option-items__group {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.chart-option-items__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 4.4rem;
  color: #a9b8cf;
  cursor: pointer;
}
.chart-option-items__item:active,
.chart-option-items__item_state_active {
  color: #36a3f2;
}
[dir="ltr"] .chart-option-items__title {
  padding-right: 1.2rem;
}
[dir="rtl"] .chart-option-items__title {
  padding-left: 1.2rem;
}
.chart-option-items__title {
  flex-grow: 1;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
}
[dir="ltr"] .chart-option-items__title.chart-indicators {
  padding-left: 1.2rem;
}
[dir="rtl"] .chart-option-items__title.chart-indicators {
  padding-right: 1.2rem;
}
[dir="ltr"] .chart-option-items__title.chart-indicators {
  padding-right: 0;
}
[dir="rtl"] .chart-option-items__title.chart-indicators {
  padding-left: 0;
}
.chart-option-items__icon {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
}
.chart-option-items__extra {
  flex-shrink: 0;
}
.chart-option-items__divider {
  display: none;
}
.chart-option-items__action-btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0.8rem;
}
[dir="ltr"] .chart-option-items__remove {
  padding-right: 1.2rem;
}
[dir="rtl"] .chart-option-items__remove {
  padding-left: 1.2rem;
}
.chart-option-items__remove {
  min-height: 4.4rem;
  margin: 0.4rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #fdfdfe;
  background-color: #f55858;
}
.search {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.search__field {
  width: 100%;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
[dir="ltr"] .search__label {
  left: 2.4rem;
}
[dir="rtl"] .search__label {
  right: 2.4rem;
}
[dir="ltr"] .search__icon {
  left: 0;
}
[dir="rtl"] .search__icon {
  right: 0;
}
.search__icon {
  position: absolute;
  bottom: 1.2rem;
  display: flex;
  align-items: center;
}
[dir="ltr"] .search__clear {
  right: 0;
}
[dir="rtl"] .search__clear {
  left: 0;
}
.search__clear {
  position: absolute;
  bottom: 0.8rem;
}
.sort-by {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.sort-by__select {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
}
.sort-by__direction {
  flex-shrink: 0;
}
[dir="ltr"] .active-account {
  padding-left: 0.4rem;
}
[dir="rtl"] .active-account {
  padding-right: 0.4rem;
}
.active-account {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background: #1e2125;
  cursor: pointer;
}
[dir="ltr"] .active-account__col-account,[dir="ltr"] 
.active-account__col-platform,[dir="ltr"] 
.active-account__col-currency {
  padding-left: 0.8rem;
}
[dir="rtl"] .active-account__col-account,[dir="rtl"] 
.active-account__col-platform,[dir="rtl"] 
.active-account__col-currency {
  padding-right: 0.8rem;
}
.active-account__col-account,
.active-account__col-platform,
.active-account__col-currency {
  flex-grow: 1;
}
.active-account__account-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1.2rem;
  height: 1.6rem;
  line-height: 1.6rem;
}
.active-account__account {
  display: block;
  padding-top: 1.2rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
  padding-top: 0;
  color: #36a3f2;
}
.active-account__account-icon {
  position: relative;
  top: 0.2rem;
}
.active-account__demo {
  display: block;
  padding-bottom: 0.8rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
  color: #36a3f2;
}
.active-account__platform {
  display: block;
  padding-top: 1.2rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.active-account__type {
  display: block;
  padding-bottom: 0.8rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.active-account__currency {
  display: block;
  padding-top: 1.2rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.active-account__leverage {
  display: block;
  padding-bottom: 0.8rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.active-account__auth-btn {
  flex-shrink: 0;
  opacity: 1;
}
[dir='ltr'] .active-account {
  border-radius: 0 1.6rem 0 0;
}
[dir='rtl'] .active-account {
  border-radius: 1.6rem 0 0 0;
}
.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);
  }
}
.action-button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.action-button-group__separator {
  height: 2.6rem;
  width: 2px;
  background: #292c31;
}
[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%;
}
.password {
  position: relative;
}
.password__switch {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
}
.password__switch::before {
  display: none;
}
[dir='rtl'] .password__switch {
  left: 0;
  right: auto;
}
.date-filter {
  margin-bottom: 1.6rem;
}
.date-filter__calendar {
  width: 100%;
  margin-top: 1.6rem;
}
.simple-input_state_invalid {
  border-color: #f05757;
  -webkit-text-fill-color: #f05757;
}
.preview {
  padding: 1.6rem;
  border-bottom: 1px solid #292c31;
}
.preview__title {
  display: block;
  margin-bottom: 1.2rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #36a3f2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preview__date {
  display: block;
  margin-bottom: 0.4rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.preview__summary {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.filter__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  max-width: initial;
  max-height: 100vh;
  overflow-y: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.filter__bar {
  width: 100%;
  padding: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.25;
  text-align: center;
  color: #74c441;
  background: #141617;
}
[dir='rtl'] .button_type_back {
  transform: rotateY(180deg);
}
.button__label_type_back {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #36a3f2;
}
.header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 4.4rem;
  background-color: #292c31;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.force-update {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
}
.force-update__header {
  background-color: #292c31;
}
.force-update__title {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif, sans-serif;
  font-weight: bold;
  color: #e8e9eb;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.force-update__description {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
.force-update__button {
  width: 20rem;
  margin-top: 3.2rem;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.settings {
  padding: 1.6rem;
}
.settings__theme-option {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
[dir="ltr"] .settings__theme-option-label {
  margin-left: 0;
}
[dir="rtl"] .settings__theme-option-label {
  margin-right: 0;
}
[dir="ltr"] .settings__theme-option-label {
  margin-right: 0.8rem;
}
[dir="rtl"] .settings__theme-option-label {
  margin-left: 0.8rem;
}
.settings__theme-option-label {
  flex-grow: 1;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
}
.settings__colors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.2rem;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #292c31;
  color: #a9b8cf;
}
.settings__option {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
}
.settings__option_disabled_true {
  cursor: default;
  opacity: 0.5;
}
.settings__option_disabled_true .switch,
.settings__option_disabled_true .button,
.settings__option_disabled_true .radio-button,
.settings__option_disabled_true .checkbox {
  cursor: default;
}
[dir="ltr"] .settings__option-label {
  margin-left: 0;
}
[dir="rtl"] .settings__option-label {
  margin-right: 0;
}
[dir="ltr"] .settings__option-label {
  margin-right: 0.8rem;
}
[dir="rtl"] .settings__option-label {
  margin-left: 0.8rem;
}
.settings__option-label {
  flex-grow: 1;
}
.settings__option-label_type_theme {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
}
.settings__radio {
  flex-direction: row-reverse;
  align-items: center;
  min-height: 4rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
[dir="ltr"] .settings__radio-label {
  margin-left: 0;
}
[dir="rtl"] .settings__radio-label {
  margin-right: 0;
}
[dir="ltr"] .settings__radio-label {
  margin-right: 0.8rem;
}
[dir="rtl"] .settings__radio-label {
  margin-left: 0.8rem;
}
.settings__radio-label {
  flex-grow: 1;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
[dir="ltr"] .settings__radio-label-important {
  margin-right: 0.4rem;
}
[dir="rtl"] .settings__radio-label-important {
  margin-left: 0.4rem;
}
.settings__radio-label-important {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
}
[dir="ltr"] .settings__note {
  padding-left: 2.8rem;
}
[dir="rtl"] .settings__note {
  padding-right: 2.8rem;
}
[dir="ltr"] .settings__note {
  padding-right: 4rem;
}
[dir="rtl"] .settings__note {
  padding-left: 4rem;
}
.settings__note {
  position: relative;
  margin: 2.4rem 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
[dir="ltr"] .settings__note-important {
  margin-right: 0.4rem;
}
[dir="rtl"] .settings__note-important {
  margin-left: 0.4rem;
}
.settings__note-important {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  font-weight: 700;
}
[dir="ltr"] .settings__note-icon {
  left: 0;
}
[dir="rtl"] .settings__note-icon {
  right: 0;
}
.settings__note-icon {
  position: absolute;
  top: -0.4rem;
  height: 2.4rem;
}
.settings__group {
  display: flex;
  margin-top: 3.2rem;
  margin-bottom: 2rem;
}
.settings__group-label-wrapper {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}
[dir="ltr"] .settings__group-label {
  padding-right: 0.8rem;
}
[dir="rtl"] .settings__group-label {
  padding-left: 0.8rem;
}
.settings__group-label {
  width: auto;
  color: #e8e9eb;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
}
.settings__group-line {
  flex: 1;
  width: auto;
  border-bottom: 1px solid #292c31;
}
.settings__button-wrapper {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  background-color: #1e2125;
}
.settings__form {
  flex: 1;
  overflow: auto;
  min-height: auto;
}
.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__checkbox {
  margin-top: 2rem;
  margin-bottom: 3.6rem;
}
.auth-in-account-form__login {
  margin: 1.6rem 0;
}
.auth-in-account-form__warning .important {
  color: #fdfdfe;
}
.auth-in-account-form__spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #141617;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart-settings {
  flex-grow: 1;
  min-height: auto;
  padding: 1.6rem;
}
.chart-settings__field {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}
.chart-settings__label-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
}
[dir="ltr"] .chart-settings__label {
  left: 0;
}
[dir="rtl"] .chart-settings__label {
  right: 0;
}
.chart-settings__label {
  width: auto;
  width: initial;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
  white-space: normal;
  word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}
[dir="ltr"] .chart-settings__input,[dir="ltr"] 
.chart-settings__select-label {
  text-align: right;
}
[dir="rtl"] .chart-settings__input,[dir="rtl"] 
.chart-settings__select-label {
  text-align: left;
}
.chart-settings__input,
.chart-settings__select-label {
  margin-bottom: 0;
  padding-bottom: 0;
}
.chart-settings__input .select__label,
.chart-settings__select-label .select__label {
  width: 100%;
}
[dir="ltr"] .chart-settings__active-element {
  text-align: right;
}
[dir="rtl"] .chart-settings__active-element {
  text-align: left;
}
.chart-settings__select {
  z-index: 1;
  width: 100%;
  padding-bottom: 0;
}
.chart-settings__input {
  z-index: 1;
}
.chart-settings__input-field {
  padding-top: 0.6rem;
}
.chart-settings__radio {
  flex-direction: row-reverse;
  align-items: center;
  min-height: 5.2rem;
}
[dir="ltr"] .chart-settings__radio-label {
  margin-left: 0;
}
[dir="rtl"] .chart-settings__radio-label {
  margin-right: 0;
}
[dir="ltr"] .chart-settings__radio-label {
  margin-right: 0.8rem;
}
[dir="rtl"] .chart-settings__radio-label {
  margin-left: 0.8rem;
}
.chart-settings__radio-label {
  flex-grow: 1;
}
.chart-settings__palette {
  margin-top: -0.8rem;
  padding-top: 0;
  padding-bottom: 0;
}
.chart-settings__action-btns {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 1.6rem 0;
}
@media (min-width: 400px) and (orientation: landscape) {
  .mobile-wrapper .chart-settings {
    width: 100vh;
    margin: auto;
  }
}
@media (min-device-width: 320px) and (orientation: landscape) {
  .mobile-wrapper .chart-settings {
    min-width: 320px;
  }
}
@media (min-device-width: 360px) and (orientation: landscape) {
  .mobile-wrapper .chart-settings {
    min-width: 360px;
  }
}
.feedback-screen {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.feedback-screen__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1.6rem;
}
.feedback-screen__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.feedback-screen__thanx-block {
  min-height: 36rem;
}
.feedback-screen__email {
  margin-bottom: 1.6rem;
}
.feedback-screen__title {
  margin-top: 0;
  margin-bottom: 3.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;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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: 4rem 0 3.6rem;
  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;
}
.auth-form {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.auth-form__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.6rem;
}
.auth-form__checkboxes {
  margin-top: 4rem;
}
.auth-form__remind {
  flex-shrink: 0;
  flex-grow: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #36a3f2;
}
.auth-form__login,
.auth-form__register,
.auth-form__recheck {
  margin: 1.6rem 0;
}
.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;
}
.auth-screen__hidden {
  visibility: hidden !important;
}
.full-screen-switcher__button {
  position: absolute;
  bottom: 3.4rem;
  left: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 0;
  background-color: #1e2125;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  cursor: pointer;
}
.chart-submenu {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  z-index: 2;
}
.chart-submenu__list {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  align-items: center;
  width: 100%;
  background: #292c31;
}
.chart__tools {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.chart__wrap-in {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
}
.chart__wrap-out {
  position: relative;
  flex-grow: 1;
  background-color: #292c31;
}
.chart__header_for_tablet {
  z-index: 2;
}
.chart__content {
  overflow: hidden;
}
[dir="ltr"] .chart__content_for_tablet {
  border-left: 0.4rem solid #292c31;
}
[dir="rtl"] .chart__content_for_tablet {
  border-right: 0.4rem solid #292c31;
}
.symbol-chart {
  font-size: 0;
}
.chart-menu {
  flex-grow: 1;
  flex-shrink: 1;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
}
[dir="ltr"] .chart-menu_for_tablet {
  padding-left: 0.4rem;
}
[dir="rtl"] .chart-menu_for_tablet {
  padding-right: 0.4rem;
}
.chart-menu__tablet-controls {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.chart-icons-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.bonuses {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.bonuses__tools {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.bonuses__info {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  padding: 0.8rem 0;
  background: #1e2125;
}
.bonuses__group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6rem;
}
[dir="ltr"] .bonuses__label {
  margin-right: 0.8rem;
}
[dir="rtl"] .bonuses__label {
  margin-left: 0.8rem;
}
[dir="ltr"] .bonuses__label {
  padding-left: 0;
}
[dir="rtl"] .bonuses__label {
  padding-right: 0;
}
.bonuses__label {
  width: auto;
  min-width: 25%;
  max-width: 33.3%;
  margin-bottom: 0;
}
.bonuses__label::after {
  content: ':';
  display: inline;
}
.bonuses__select {
  flex-grow: 1;
}
.bonuses__select .select__active {
  min-width: 100%;
}
.article {
  width: 100%;
  min-height: calc(100vh - 4.4rem);
  color: #a9b8cf;
  padding: 1.6rem;
  overflow-x: hidden;
}
.article__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.article__date {
  margin-top: 0.8rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.article__text {
  margin-top: 1.6rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
  text-align: justify;
  overflow: auto;
}
.article__text strong,
.article__text b {
  font-weight: 700;
}
.article__text em,
.article__text i {
  font-style: italic;
}
.article__text strike {
  text-decoration: line-through;
}
.article__text sup {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}
.article__text sub {
  position: relative;
  bottom: -0.4em;
  vertical-align: baseline;
}
.article__text p {
  margin: 1em 0;
}
[dir="ltr"] .article__text ul {
  margin-left: 20px;
}
[dir="rtl"] .article__text ul {
  margin-right: 20px;
}
.article__text ul {
  margin: 1em 0;
  list-style-type: disc;
}
[dir="ltr"] .article__text ol {
  margin-left: 20px;
}
[dir="rtl"] .article__text ol {
  margin-right: 20px;
}
.article__text ol {
  margin: 1em 0;
  list-style-type: decimal;
}
.article__text li {
  margin: 0 0 10px;
}
.article__text img {
  max-width: 100%;
  border: 0;
}
.article__text a:link {
  color: #35a1ef;
  text-decoration: underline;
  outline-width: 0;
}
.article__text a:visited {
  color: #35a1ef;
  outline-width: 0;
}
.article__text a:hover,
.article__text a:active {
  text-decoration: none;
}
.article__text * {
  box-sizing: content-box;
}
.event__tools {
  flex-shrink: 1;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
.event__periods {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.event__time {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.event__country {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
[dir="ltr"] .event__icon {
  margin-right: 0.4rem;
}
[dir="rtl"] .event__icon {
  margin-left: 0.4rem;
}
.event__icon {
  display: inline-block;
  height: 1.8rem;
}
.event__heading {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.event__cell {
  align-self: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
[dir="ltr"] .event__cell_child_first {
  padding-left: 0.8rem;
}
[dir="rtl"] .event__cell_child_first {
  padding-right: 0.8rem;
}
.event__cell_child_second {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
[dir="ltr"] .event__cell_child_last {
  text-align: right;
}
[dir="rtl"] .event__cell_child_last {
  text-align: left;
}
.event__cell_child_last {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 4.4rem;
  padding: 0;
}
.event__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 2rem;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.event__item {
  flex-grow: 1;
  flex-basis: 33.3%;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #1e2125;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.event__title {
  order: 1;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event__value {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  color: #36a3f2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.signals {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.trades-table {
  width: 100%;
}
.trades-table__double {
  background: #1e2125;
}
.trades-table__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #a9b8cf;
  background: #141617;
  border-bottom: 1px solid #292c31;
  padding: 0.8rem;
}
.trades-table__canttrade,
.trades-table__row_cantrade_false,
.trades-table__row_disabled_true {
  color: #687283;
  background: #1e2125;
}
.trades-table__row_selected_true {
  color: #36a3f2;
  background: #1e2125;
}
.trades-table__cell {
  white-space: nowrap;
  padding-left: 0.8rem;
}
.trades-table__cell_view_details {
  width: 100%;
  padding: 0.8rem 0.4rem;
  background: #1e2125;
  white-space: normal;
  border-bottom: 1px solid #292c31;
}
.trades-table__row {
  min-height: 5.2rem;
  align-items: stretch;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}
[dir="ltr"] .trades-table__cell {
  padding-left: 0.8rem;
}
[dir="rtl"] .trades-table__cell {
  padding-right: 0.8rem;
}
.trades-table__cell {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  width: 33.3%;
}
.trades-table__cell_child_symbol {
  flex-basis: 12%;
}
.trades-table__cell_child_first {
  position: relative;
  justify-content: flex-start;
}
.trades-table__cell_child_second {
  flex-wrap: wrap;
  justify-content: center;
}
[dir="ltr"] .trades-table__cell_child_last {
  padding-right: 0.8rem;
}
[dir="rtl"] .trades-table__cell_child_last {
  padding-left: 0.8rem;
}
.trades-table__cell_child_last {
  justify-content: flex-end;
}
.trades-table__cell_valign_center {
  align-items: center;
}
.trades-table__cell_valign_end {
  align-items: flex-end;
}
.trades-table__initial {
  display: flex;
}
.trades-table__symbol-block {
  display: flex;
  flex-direction: column;
}
[dir='ltr'] .trades-table__symbol-block {
  margin-left: 1.6rem;
}
[dir='rtl'] .trades-table__symbol-block {
  margin-right: 1.6rem;
}
.trades-table__symbol {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.trades-table__volume {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
[dir="ltr"] .trades-table__go-chart {
  padding-right: 0.8rem;
}
[dir="rtl"] .trades-table__go-chart {
  padding-left: 0.8rem;
}
.trades-table__go-chart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.4rem 0;
}
[dir="ltr"] .trades-table__type {
  margin-right: 0.8rem;
}
[dir="rtl"] .trades-table__type {
  margin-left: 0.8rem;
}
.trades-table__type {
  text-transform: lowercase;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0;
}
.trades-table__type_side_buy {
  color: #73c340;
}
.trades-table__type_side_sell {
  color: #f15757;
}
.trades-table__price {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.trades-table__price_state_close {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0;
  color: #e8e9eb;
  direction: ltr;
}
.trades-table__spread {
  margin-left: 1px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.trades-table__time {
  display: block;
  margin-bottom: 0.4rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.trades-table__profit {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0;
  direction: ltr;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-right: 1.2rem;
}
.trades-table__profit_direction_up {
  color: #73c340;
}
.trades-table__profit_direction_down {
  color: #f15757;
}
.trades-table__icon {
  display: flex;
  align-items: center;
  height: 1.4rem;
  margin: 0 0.4rem;
}
[dir='rtl'] .trades-table__icon {
  transform: rotateY(180deg);
}
.details {
  width: 100%;
  background: #f3f4f6;
  white-space: normal;
  border-bottom: 1px solid #e7eaee;
  flex-direction: column;
}
.details__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: 400;
  white-space: normal;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.history-trade-results__list {
  display: flex;
  flex-direction: row;
}
.history-trade-results__item {
  width: auto;
  display: flex;
  flex-direction: column;
  min-width: 33.3%;
}
.history-filter-panel {
  padding-top: 0;
}
.history-filter-panel__input-wrapper {
  margin-bottom: 0.8rem;
}
.history-filter-panel__action-buttons {
  flex-direction: row;
}
.history-table-row__second-child {
  height: auto;
  align-self: flex-end;
}
.history-table-row__last-child {
  flex-direction: column;
  align-items: flex-end;
}
.history-table-row__quantity-data {
  display: flex;
  flex-direction: column;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.history-table-row__profit {
  margin-right: 0;
}
.bonus-summary {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.bonus-summary__list {
  flex-grow: 1;
  flex-shrink: 1;
}
.bonus-summary__list > .fx-row {
  align-items: flex-start;
}
.bonus-summary__item {
  width: 33.3%;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.bonus-summary__title {
  width: 100%;
  margin-bottom: 0.4rem;
  white-space: normal;
}
.bonus-summary__value {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.bonus-sync-button {
  flex-shrink: 0;
}
.trades-filter-panel {
  padding-top: 0;
}
.trades-filter-panel__options {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.trades-filter-panel__input-wrapper {
  margin-bottom: 0.8rem;
}
.trades-filter-panel__action-buttons {
  flex-direction: row;
}
.agreement-country-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1.2rem 2.4rem;
}
[dir="ltr"] .agreement-country-item::after {
  left: 2.4rem;
}
[dir="rtl"] .agreement-country-item::after {
  right: 2.4rem;
}
[dir="ltr"] .agreement-country-item::after {
  right: 2.4rem;
}
[dir="rtl"] .agreement-country-item::after {
  left: 2.4rem;
}
.agreement-country-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  background: #292c31;
}
.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;
}
.registration-form {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
}
.registration-form .form__content {
  padding-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);
}
.registration-form__unavailable {
  width: 75%;
}
.registration-form__country {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 1rem;
  margin-bottom: 0;
}
.registration-form__country-item {
  padding: 0;
}
.registration-form__checkbox-field {
  margin-bottom: 2.4rem;
}
.registration-form__checkbox-title {
  flex-shrink: 1;
}
.registration-form__submit {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.registration-form__submit-btn {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.registration-form__cancel {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  margin-left: 0;
  margin-right: 0;
  background-color: transparent;
}
.registration-form .select__items_mod_country {
  max-width: none;
  max-width: initial;
  width: 200%;
}
.registration-form__warning {
  margin: 0 0 0.8rem;
  font-family: 'Roboto', sans-serif, sans-serif;
  font-size: 1.2rem;
  line-height: normal;
  text-align: justify;
  color: #a9b8cf;
}
.registration-form__warning_mod_title {
  font-size: 1.4rem;
  margin: 0 0 0.4rem;
}
.registration-form__copyright {
  display: block;
  width: 100%;
  margin: 0 0 0.8rem;
  font-family: 'Roboto', sans-serif, sans-serif;
  font-size: 1.2rem;
  line-height: normal;
}
.registration-form__error {
  display: flex;
  margin: 0;
  justify-content: center;
}
.registration-form__agree_message {
  text-align: center;
  font-size: 1.6rem;
  line-height: normal;
}
.quick-trading-settings {
  flex-grow: 1;
  justify-content: center;
  min-height: auto;
  padding: 1.6rem;
}
.quick-trading-settings__container {
  max-height: 100%;
}
.quick-trading-settings__radio-label-important {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
}
[dir="ltr"] .quick-trading-settings__note {
  padding-right: 4rem;
}
[dir="rtl"] .quick-trading-settings__note {
  padding-left: 4rem;
}
.quick-trading-settings__note {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 1.6rem 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.quick-trading-settings__note-important {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  font-weight: 700;
}
.quick-trading-settings__note-icon {
  position: relative;
  top: -0.4rem;
  height: 2.4rem;
}
.quick-trading-settings__action-btns {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.color-picker__trigger {
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.color-picker__wrap {
  flex-shrink: 0;
}
.tablet-wrapper .color-picker__panel-wrap {
  width: 36rem;
}
.color-picker__panel-wrap .modal-window__frame {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.6rem;
}
.color-picker__panel-container {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  width: 100%;
  max-width: none;
  max-width: initial;
  max-height: 100vh;
  padding: 1.6rem;
}
.color-picker__panel {
  display: flex;
  flex-grow: 1;
  min-height: auto;
  position: relative;
  background-color: #141617;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.color-picker__panel .chrome-picker {
  box-shadow: none !important;
}
.color-picker__panel .chrome-picker input {
  line-height: normal;
  line-height: initial;
}
.color-picker__panel .sketch-picker .flexbox-fix:nth-of-type(3) {
  display: none !important;
}
.color-picker__panel .sketch-picker .flexbox-fix:last-child {
  margin-top: 2.4rem !important;
  margin-bottom: 0.8rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  border-top: 0 !important;
  justify-content: space-between;
  width: 100%;
}
.color-picker__panel .sketch-picker .flexbox-fix:last-child div {
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
}
.color-picker__colors-container {
  width: 100%;
  margin-bottom: 2.8rem;
  margin-top: 2.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);
}
[dir="ltr"] .color-picker__apply {
  right: 0.8rem;
}
[dir="rtl"] .color-picker__apply {
  left: 0.8rem;
}
.color-picker__apply {
  margin-top: 0.8rem;
  width: 100%;
}
[dir="ltr"] .tablet-wrapper .color-picker__apply {
  left: auto;
}
[dir="rtl"] .tablet-wrapper .color-picker__apply {
  right: auto;
}
[dir="ltr"] .tablet-wrapper .color-picker__apply {
  left: auto;
  left: initial;
}
[dir="rtl"] .tablet-wrapper .color-picker__apply {
  right: auto;
  right: initial;
}
.number-combo__input {
  border-bottom: 0 none;
}
.number-input__error {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: -1.6rem;
  right: 0;
}
.real-acc-register__warning-container {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.real-acc-register__warning {
  display: inline;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: left;
  color: #a9b8cf;
}
.real-acc-register__agent-id {
  padding-top: 0.8rem;
}
.real-acc-register__currency {
  flex: 1;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.real-acc-register__leverage {
  flex: 1;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.real-acc-register__password-row {
  margin-bottom: 4rem;
}
.real-acc-register__password-errors {
  text-align: right;
}
.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;
}
[dir="ltr"] .quick-deposit__button {
  padding-left: 0.4rem;
}
[dir="rtl"] .quick-deposit__button {
  padding-right: 0.4rem;
}
[dir="ltr"] .quick-deposit__button {
  padding-right: 2rem;
}
[dir="rtl"] .quick-deposit__button {
  padding-left: 2rem;
}
.quick-deposit__button {
  position: relative;
  height: 4.4rem;
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #36a3f2;
  white-space: nowrap;
}
.quick-deposit__label {
  line-height: 1;
  white-space: normal;
  word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}
[dir="ltr"] .quick-deposit__icon {
  right: 0.2rem;
}
[dir="rtl"] .quick-deposit__icon {
  left: 0.2rem;
}
.quick-deposit__icon {
  position: absolute;
  top: 0;
  font-size: 1.1rem;
}
.quick-deposit__icon .fa {
  vertical-align: -2px;
}
.margin-info__list {
  display: flex;
  flex-direction: column;
}
.margin-info__list > .fx-row {
  align-items: flex-start;
}
.margin-info__item {
  width: 33.3%;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.margin-info__title {
  width: 100%;
  margin-bottom: 0.4rem;
  white-space: normal;
}
.margin-info__value {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.margin-info__value_show_alert {
  color: #f55858;
}
.item-row {
  width: 100%;
  white-space: nowrap;
}
.item-row__title {
  width: auto;
  min-width: 33.3%;
  margin-bottom: 0;
}
.no-symbols-available {
  display: flex;
  flex: 1;
  justify-content: center;
}
.create-pending-order-form-quotes-area__sell-buy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 2.4rem -1rem;
}
.create-pending-order-form-quotes-area__sell-buy-btn_type_sell,
.create-pending-order-form-quotes-area__sell-buy-btn_type_buy {
  text-align: center;
  flex-grow: 1;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1.4rem 1.6rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fdfdfe;
}
.create-pending-order-form-quotes-area__sell-buy-btn_type_sell {
  background-color: #e94545;
}
.create-pending-order-form-quotes-area__sell-buy-btn_type_buy {
  background-color: #61b729;
}
.create-pending-order-form-quotes-area__quote-label {
  display: flex;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: 0;
}
.create-position-form-quotes-area__sell-buy {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 1.6rem;
  margin-bottom: 3.2rem;
}
.create-position-form-quotes-area__sell-btn,
.create-position-form-quotes-area__buy-btn {
  flex-grow: 1;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fdfdfe;
}
.create-position-form-quotes-area__sell-btn {
  flex-direction: row-reverse;
  background-color: #e94545;
}
.create-position-form-quotes-area__buy-btn {
  background-color: #61b729;
}
.symbols-table {
  width: 100%;
}
.symbols-table__double {
  background: #1e2125;
}
.symbols-table__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #a9b8cf;
  background: #141617;
  border-bottom: 1px solid #292c31;
  padding: 0.8rem;
}
.symbols-table__canttrade,
.symbols-table__row_cantrade_false,
.symbols-table__row_disabled_true {
  color: #687283;
  background: #1e2125;
}
.symbols-table__row_selected_true {
  color: #36a3f2;
  background: #1e2125;
}
.symbols-table__cell {
  white-space: nowrap;
  padding-left: 0.8rem;
}
.symbols-table__cell_view_details {
  width: 100%;
  padding: 0.8rem 0.4rem;
  background: #1e2125;
  white-space: normal;
  border-bottom: 1px solid #292c31;
}
.symbols-table__group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1.6rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
  border-top: 1px solid #292c31;
  background-color: #1e2125;
  cursor: pointer;
}
.symbols-table__row {
  align-items: center;
}
.symbols-table__cell {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir="ltr"] .symbols-table__favorite {
  padding-left: 0.4rem;
}
[dir="rtl"] .symbols-table__favorite {
  padding-right: 0.4rem;
}
[dir="ltr"] .symbols-table__favorite {
  padding-right: 0.4rem;
}
[dir="rtl"] .symbols-table__favorite {
  padding-left: 0.4rem;
}
.symbols-table__favorite {
  width: 3.2rem;
  text-align: center;
  cursor: pointer;
}
.symbols-table__symbol {
  flex: 0.42;
  flex-direction: row;
  padding-left: 0.4rem;
  padding-right: 0;
  justify-content: flex-start;
  align-items: center;
  color: #e8e9eb;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
}
.symbols-table__symbol_cantrade_false {
  color: rgba(232, 233, 235, 0.5);
}
.symbols-table__symbol-icon {
  margin-left: 0.4rem;
  margin-right: 0.8rem;
}
.symbols-table__quote {
  justify-content: flex-start;
  align-items: center;
  flex: 0.23;
  cursor: pointer;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0;
}
.symbols-table__quote.quote_cantrade_false {
  cursor: default;
}
.symbols-table__spread {
  flex: 0.12;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.6rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.too-many-orders {
  position: relative;
  z-index: 1;
  line-height: normal;
  text-align: justify;
  text-align-last: left;
}
.too-many-orders__text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: justify;
  color: #f55858;
  background: #141617;
}
[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;
  top: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  max-height: 100vh;
  padding: 0.8rem;
  font-size: 1.3rem;
  font-weight: normal;
  color: #a9b8cf;
  background-color: #141617;
  opacity: 1;
  overflow: hidden;
  transform: translate(0, 0);
  transition: all 0.3s ease-out;
  transition-delay: 0s;
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 0.8rem, rgba(0, 0, 0, 0.117647) 0 1px 0.4rem;
}
.too-many-orders__desc_hidden_true {
  max-height: 0;
  opacity: 0.75;
  transform: translate(0, -100%);
  transition: all 0.3s ease-out;
  transition-delay: 0s;
}
[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;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.quick-trading-double-tap__panel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #1e2125;
  width: 100%;
  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 {
  border-bottom: 0 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;
}
.quick-trading-double-tap__input-field {
  width: 3.2rem;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.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;
}
.quick-trading-double-tap__sell {
  align-items: flex-start;
}
.quick-trading-double-tap__buy {
  align-items: flex-end;
}
.quick-trading-double-tap__label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0;
  text-transform: uppercase;
}
.quick-trading-double-tap__value {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0;
}
.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;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.quick-trading-single-tap__panel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #1e2125;
  width: 100%;
  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;
}
.quick-trading-single-tap__input-field {
  width: 3.2rem;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.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;
}
.quick-trading-single-tap__sell {
  flex-direction: row;
}
[dir="ltr"] .quick-trading-single-tap__sell span:first-child {
  margin-right: 0.4rem;
}
[dir="rtl"] .quick-trading-single-tap__sell span:first-child {
  margin-left: 0.4rem;
}
.quick-trading-single-tap__buy {
  flex-direction: row-reverse;
}
[dir="ltr"] .quick-trading-single-tap__buy span:first-child {
  margin-left: 0.4rem;
}
[dir="rtl"] .quick-trading-single-tap__buy span:first-child {
  margin-right: 0.4rem;
}
.quick-trading-single-tap__label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0;
  text-transform: uppercase;
}
.quick-trading-single-tap__value {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: 0;
}
.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;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.quick-trading__panel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #1e2125;
  align-items: flex-start;
  background: rgba(30, 33, 37, 0.5);
  border-radius: 0.6rem;
}
[dir="ltr"] .quick-trading__select {
  padding-left: 0.4rem;
}
[dir="rtl"] .quick-trading__select {
  padding-right: 0.4rem;
}
[dir="ltr"] .quick-trading__select {
  padding-right: 0.4rem;
}
[dir="rtl"] .quick-trading__select {
  padding-left: 0.4rem;
}
.quick-trading__select {
  background: #1e2125;
  border-bottom: 0 none;
}
[dir="ltr"] .quick-trading__input {
  margin-left: 0.4rem;
}
[dir="rtl"] .quick-trading__input {
  margin-right: 0.4rem;
}
.quick-trading__input {
  padding-bottom: 0;
}
.quick-trading__input-field {
  width: 3.2rem;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #e8e9eb;
}
.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: #1e2125;
}
.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 {
  height: 3.2rem;
  padding: 0.6rem 0.8rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fdfdfe;
}
.quick-trading__value {
  padding: 0.4rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  color: #a9b8cf;
  text-align: center;
}
.quick-trading__error {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.qt-quote-btn_dir_none {
  background: #1e2125;
  color: #e8e9eb;
}
.qt-quote-btn_dir_up {
  background: #61b729;
}
.qt-quote-btn_dir_down {
  background: #e94545;
}
.country-pair {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
.country-pair__first {
  position: absolute;
  left: 0;
  top: 0;
}
.country-pair__last {
  position: absolute;
  right: 0;
  bottom: 0;
}
.create-pending-order-form__first-row,
.create-position-form__first-row {
  align-items: flex-start;
}
.create-pending-order-form__first-row-column-select,
.create-position-form__first-row-column-select {
  height: 4rem;
}
.create-pending-order-form__first-row-column-select .select__active,
.create-position-form__first-row-column-select .select__active {
  border-bottom: 0;
}
.create-pending-order-form__first-row-column-select .underline,
.create-position-form__first-row-column-select .underline {
  display: none;
}
.important {
  color: #35a1ef;
}
.text-uppercase {
  text-transform: uppercase;
}
[dir="ltr"] .text-left {
  text-align: left;
}
[dir="rtl"] .text-left {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.on-accent {
  color: #36a3f2;
}
.hidden {
  display: none;
}
.ker-test-warning {
  padding: 5rem 2rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.ker-test-warning__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #e8e9eb;
  text-align: center;
  margin-bottom: 3rem;
}
.ker-test-warning__expl,
.ker-test-warning__warning {
  text-align: justify;
  margin-bottom: 2rem;
}
.ker-test-warning__warning {
  color: #f05757;
}
.text-avatar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  background: #1e2125;
  border-radius: 50%;
  overflow: hidden;
  color: #292c31;
}
.chart-colors {
  background-color: #141617;
}
.chart-colors__form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  padding: 1.6rem;
  min-height: auto;
}
.chart-colors__palette {
  margin-top: -1.2rem;
  padding-top: 0;
  padding-bottom: 0;
}
.chart-colors__action-btns {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 1.6rem 0;
  text-align: center;
}
@media (min-width: 400px) and (orientation: landscape) {
  .mobile-wrapper .chart-colors {
    width: 100vh;
    margin: auto;
  }
}
@media (min-device-width: 320px) and (orientation: landscape) {
  .mobile-wrapper .chart-colors {
    min-width: 320px;
  }
}
@media (min-device-width: 360px) and (orientation: landscape) {
  .mobile-wrapper .chart-colors {
    min-width: 360px;
  }
}
.top-rating-avatar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  background: #1e2125;
  border-radius: 50%;
  overflow: hidden;
}
.stocks-growth {
  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;
}
.stocks-growth__label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.stocks-growth__value {
  direction: ltr;
  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;
}
.html-container__spinner {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.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-header-filters {
  display: flex;
  flex-direction: row;
}
.copyfx-header-filters__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyfx-header-filters__period-label-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.copyfx-header-filters__period-label {
  color: #a9b8cf;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
}
.copyfx-header-filters__period-trigger {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.copyfx-header-filters__search-button {
  width: 4.4rem;
  height: 4.4rem;
}
.copyfx-search-filter-panel__input-wrapper {
  margin-bottom: 1.6rem;
}
.copyfx-search-filter-panel__action-buttons {
  display: flex;
  flex-direction: row;
}
.copyfx-subscribe-status-label {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 0.4rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  border-radius: 0.4rem;
}
.copyfx-subscribe-status-label_type_subscribed {
  color: #73c340;
  background-color: #141617;
  border: 0.1rem solid #73c340;
}
.copyfx-subscribe-status-label_type_subscribe_in_progress {
  color: #fdfdfe;
  background-color: #61b729;
  border: 0.1rem solid #61b729;
  opacity: 0.5;
}
.copyfx-subscribe-status-label_type_unsubscribe_in_progress {
  color: #fdfdfe;
  background-color: #35a1ef;
  border: 0.1rem solid #35a1ef;
  opacity: 0.5;
}
.copyfx-subscribe-status-label_type_rejected {
  color: #687283;
  background-color: #1e2125;
  border: 0.1rem solid #1e2125;
}
.copyfx-subscribe-status-label_type_in_review {
  color: #f7b436;
  background-color: #141617;
  border: 0.1rem solid #f7b436;
}
.copyfx-subscribe-status-label_type_canceled {
  color: #f7b436;
  background-color: #141617;
  border: 0.1rem solid #f7b436;
}
.copyfx-unsubscribe-button {
  color: #f05757;
  background-color: #141617;
  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: #141617;
  border: 0.1rem solid #f05757;
}
.copyfx-subscription-table {
  width: 100%;
  background: #1e2125;
  overflow: hidden;
}
.copyfx-subscription-table__unavailable {
  display: flex;
  flex: 1;
  flex-direction: row;
}
.copyfx-subscription-table-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  margin: 0.8rem;
  background: #141617;
  border-radius: 0.4rem;
  overflow: hidden;
}
.copyfx-subscription-table-item__top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 1.2rem;
}
[dir="ltr"] .copyfx-subscription-table-item__avatar {
  margin-right: 0.4rem;
}
[dir="rtl"] .copyfx-subscription-table-item__avatar {
  margin-left: 0.4rem;
}
.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: column;
  flex-wrap: nowrap;
  margin: 0 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 {
  white-space: normal;
  overflow: auto;
  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: 1.2rem 0.8rem;
}
.copyfx-subscription-table-item__btn {
  flex-grow: 1;
  flex-basis: 50%;
  margin: 0 0.4rem;
  text-align: center;
}
.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;
}
.copyfx-profit-overall__value-row {
  margin-bottom: -0.6rem;
}
[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-pause-button {
  color: #36a3f2;
  background-color: #141617;
  border: 1px solid #36a3f2;
}
.copyfx-pause-button_inactive_true {
  color: #fdfdfe;
  background-color: #35a1ef;
  border: 1px solid #35a1ef;
}
.connection-indicator {
  position: absolute;
  top: -20px;
  height: 20px;
  color: #fdfdfe;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0;
}
.connection-indicator__connected {
  background-color: #71bf3e;
}
.connection-indicator__disconnected {
  background-color: #f55858;
}
.volume-list {
  text-align: left;
  position: relative;
}
.volume-list__input-wrapper {
  flex-grow: 1;
  flex-shrink: 1;
}
.volume-list .input__addon {
  right: -24px;
}
.volume-list .error {
  bottom: -1.6rem;
}
[dir="rtl"] .volume-list {
  text-align: right;
}
.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;
}
.about-screen {
  padding: 2rem 2rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  color: #a9b8cf;
}
.about-screen__screen_title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  color: #e8e9eb;
  text-align: center;
  margin-bottom: 3rem;
}
.about-screen__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0.4rem 0 0;
  font-weight: 400;
  white-space: normal;
  margin-bottom: 1rem;
}
.about-screen__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  margin-bottom: 1.2rem;
}
[dir="ltr"] .about-screen__title {
  padding-left: 0;
}
[dir="rtl"] .about-screen__title {
  padding-right: 0;
}
[dir="ltr"] .about-screen__title {
  padding-right: 0.4rem;
}
[dir="rtl"] .about-screen__title {
  padding-left: 0.4rem;
}
[dir="ltr"] .about-screen__title {
  text-align: left;
}
[dir="rtl"] .about-screen__title {
  text-align: right;
}
.about-screen__title {
  display: flex;
  width: auto;
  color: #a9b8cf;
  white-space: nowrap;
  overflow: visible;
  overflow: initial;
  text-overflow: initial;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0;
}
[dir="ltr"] .about-screen__value {
  padding-left: 0;
}
[dir="rtl"] .about-screen__value {
  padding-right: 0;
}
[dir="ltr"] .about-screen__value {
  text-align: right;
}
[dir="rtl"] .about-screen__value {
  text-align: left;
}
.about-screen__value {
  display: flex;
  color: #e8e9eb;
  white-space: normal;
  word-break: break-all;
  overflow: visible;
  overflow: initial;
  text-overflow: initial;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0;
}

