@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Work+Sans:wght@700&display=swap);

@charset "UTF-8";

.c-sidebar__text,.c-user__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

:root {
  --scrollbar-track: var(--ex-bg-color--400);
  --scrollbar-thumb: var(--ex-color-secondary);
}

.c-dialog__body,.c-dialog__list,.c-footer,.mat-drawer-container .mat-drawer-content,.o-select__list,body {
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
  scrollbar-width: thin;
}

.c-dialog__body::-webkit-scrollbar,.c-dialog__list::-webkit-scrollbar,.c-footer::-webkit-scrollbar,.mat-drawer-container .mat-drawer-content::-webkit-scrollbar,.o-select__list::-webkit-scrollbar,body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 100px;
}

.c-dialog__body::-webkit-scrollbar-track,.c-dialog__list::-webkit-scrollbar-track,.c-footer::-webkit-scrollbar-track,.mat-drawer-container .mat-drawer-content::-webkit-scrollbar-track,.o-select__list::-webkit-scrollbar-track,body::-webkit-scrollbar-track {
  border-radius: 100px;
  -webkit-transition: var(--ex-transition-primary);
  transition: var(--ex-transition-primary);
  box-shadow: inset 0 0 50px var(--scrollbar-track);
}

.c-dialog__body::-webkit-scrollbar-thumb,.c-dialog__list::-webkit-scrollbar-thumb,.c-footer::-webkit-scrollbar-thumb,.mat-drawer-container .mat-drawer-content::-webkit-scrollbar-thumb,.o-select__list::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb {
  border-radius: 100px;
  -webkit-transition: var(--ex-transition-primary);
  transition: var(--ex-transition-primary);
  background-color: var(--scrollbar-thumb);
}

.c-exchangeHeader__button--notification:after,.c-exchangeHeader__button--notification:before {
  width: 10px;
  min-width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  background-color: var(--ex-color-red);
  border-radius: var(--ex-radius--round);
  box-shadow: 0 0 0 0 var(--ex-color-red);
}

.c-exchangeHeader__button--notification:before {
  animation: pulse 1.5s cubic-bezier(.22,.61,.36,1) infinite;
}

.u-game {
  display: flex;
  align-items: center;
  justify-content: center;
}

a,article,b,body,center,details,div,footer,h1,h2,h3,h4,h5,h6,header,html,i,img,label,li,nav,p,s,section,span,summary,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}

article,details,footer,header,nav,section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

a {
  color: inherit;
}

button {
  background-color: transparent;
  border: 0;
  font: inherit;
  padding: 0;
}

* {
  box-sizing: border-box;
  outline: none;
}

html {
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  background-color: var(--ex-body-bg);
  font-size: 16px;
  color: var(--ex-color-primary);
  font-weight: 400;
  width: 100%;
  overflow-x: auto;
  line-height: 1.2;
}

body,button {
  font-family: var(--ex-font-family);
}

button {
  outline: 0 none;
  color: inherit;
}

i svg {
  max-width: 100%;
  max-height: 100%;
}

a[data-analytics-id] .mat-icon,a[data-analytics-id] i,a[data-analytics-id] svg,button[data-analytics-id] .mat-icon,button[data-analytics-id] i,button[data-analytics-id] svg {
  pointer-events: none;
}

.o-link {
  color: var(--ex-color-green);
  cursor: pointer;
}

.o-link--blue {
  color: var(--ex-color-blue);
}

.o-link:hover {
  text-decoration: underline;
}

.container,.l-container {
  display: block;
  max-width: var(--gl-mWidth);
  padding: 0 var(--ex-container-padding);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container--sm,.l-container--sm {
  max-width: 970px;
}

.mat-h1 {
  font: 400 24px/32px Roboto,Helvetica Neue,sans-serif;
}

.mat-h2,.mat-title {
  font: 500 20px/32px Roboto,Helvetica Neue,sans-serif;
}

.mat-h3 {
  font: 400 16px/28px Roboto,Helvetica Neue,sans-serif;
}

.mat-h4 {
  font: 400 15px/24px Roboto,Helvetica Neue,sans-serif;
}

.mat-h5 {
  font: 400 11.62px/20px Roboto,Helvetica Neue,sans-serif;
}

.mat-h6 {
  font: 400 9.38px/20px Roboto,Helvetica Neue,sans-serif;
}

.mat-body-2 {
  font: 500 14px/24px Roboto,Helvetica Neue,sans-serif;
}

.mat-body,.mat-body-1 {
  font: 400 14px/20px Roboto,Helvetica Neue,sans-serif;
}

.mat-display-4 {
  font: 300 112px/112px Roboto,Helvetica Neue,sans-serif;
}

.mat-display-3 {
  font: 400 56px/56px Roboto,Helvetica Neue,sans-serif;
}

.mat-display-2 {
  font: 400 45px/48px Roboto,Helvetica Neue,sans-serif;
}

.mat-display-1 {
  font: 400 34px/40px Roboto,Helvetica Neue,sans-serif;
}

.mat-button,.mat-card,.mat-icon-button {
  font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-dialog-title {
  font: 500 20px/32px Roboto,Helvetica Neue,sans-serif;
}

.mat-select {
  font-family: Roboto,Helvetica Neue,sans-serif;
}

.mat-list-item {
  font-family: Roboto,Helvetica Neue,sans-serif;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.mat-h1 {
  font: 400 24px/32px var(--ex-font-family);
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,.mat-title {
  font: 500 20px/32px var(--ex-font-family);
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3 {
  font: 400 16px/28px var(--ex-font-family);
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4 {
  font: 400 15px/24px var(--ex-font-family);
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5 {
  font: 400 11.62px/20px var(--ex-font-family);
  margin: 0 0 12px;
}

.mat-h6 {
  font: 400 9.38px/20px var(--ex-font-family);
  margin: 0 0 12px;
}

.mat-body-2 {
  font: 500 14px/24px var(--ex-font-family);
  letter-spacing: normal;
}

.mat-body,.mat-body-1 {
  font: 400 14px/20px var(--ex-font-family);
  letter-spacing: normal;
}

.mat-body-1 p,.mat-body p {
  margin: 0 0 12px;
}

.mat-display-4 {
  font: 300 112px/112px var(--ex-font-family);
  letter-spacing: -.05em;
  margin: 0 0 56px;
}

.mat-display-3 {
  font: 400 56px/56px var(--ex-font-family);
  letter-spacing: -.02em;
  margin: 0 0 64px;
}

.mat-display-2 {
  font: 400 45px/48px var(--ex-font-family);
  letter-spacing: -.005em;
  margin: 0 0 64px;
}

.mat-display-1 {
  font: 400 34px/40px var(--ex-font-family);
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-button,.mat-icon-button {
  font-family: var(--ex-font-family);
  font-size: 14px;
  font-weight: 500;
}

.mat-card {
  font-family: var(--ex-font-family);
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-content,.mat-card-subtitle {
  font-size: 14px;
}

.mat-dialog-title {
  font: 500 20px/32px var(--ex-font-family);
  letter-spacing: normal;
}

.mat-select {
  font-family: var(--ex-font-family);
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-list-item {
  font-family: var(--ex-font-family);
}

.mat-app-background {
  background-color: #303030;
  color: #fff;
}

.mat-button,.mat-icon-button {
  color: inherit;
  background: transparent;
}

.mat-card {
  background: #424242;
  color: #fff;
}

.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
}

.mat-card-subtitle {
  color: hsla(0,0%,100%,.7);
}

[mat-footer-row],[mat-header-row],[mat-row],mat-footer-row,mat-header-row,mat-row {
  background: inherit;
}

mat-footer-row,mat-header-row,mat-row {
  border-bottom-color: hsla(0,0%,100%,.12);
}

.mat-dialog-container {
  box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
  background: #424242;
  color: #fff;
}

.mat-error {
  color: #f44336;
}

.mat-nav-list .mat-list-item:focus,.mat-nav-list .mat-list-item:hover {
  background: hsla(0,0%,100%,.04);
}

.mat-select-value {
  color: #fff;
}

.mat-drawer-container {
  background-color: #303030;
  color: #fff;
}

.mat-drawer {
  color: #fff;
}

.mat-drawer,.mat-drawer.mat-drawer-push {
  background-color: #424242;
}

.mat-error {
  font-size: 12px;
  color: var(--ex-color-red);
  padding: .25em .7em 0;
  text-align: left;
}

:root {
  --mat-icon-size: 24px;
  --mat-icon-display: inline-block;
  --mat-icon-color: currentColor;
}

.mat-icon,.material-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: var(--mat-icon-display)!important;
  width: var(--mat-icon-size)!important;
  height: var(--mat-icon-size)!important;
  font-size: var(--mat-icon-size)!important;
  color: var(--mat-icon-color)!important;
  font-family: Material Icons,serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

:root {
  --mat-spinner-size: 20px;
  --mat-spinner-color: var(--ex-color-green);
  --mat-spinner-position: relative;
}

:root {
  --mat-checkbox-fs: 16px;
  --mat-checkbox-lh: 1.1;
  --mat-checkbox-size: 16px;
  --mat-checkbox-border: 1.5px;
  --mat-checkbox-gap: 10px;
  --mat-checkbox-color: var(--ex-color-primary);
  --mat-checkbox-color--danger: var(--ex-color-red);
  --mat-checkbox-color--frame: var(--ex-color-green);
  --color-dark-green: rgba(141,210,148,0.45);
}

:root {
  --mat-pseudo-checkbox-fs: 14px;
  --mat-pseudo-checkbox-lh: 1.1;
  --mat-pseudo-checkbox-size: 16px;
  --mat-pseudo-checkbox-border: 1.5px;
  --mat-pseudo-checkbox-gap: 10px;
}

:root {
  --mat-form-field-color: var(--ex-color-primary);
  --mat-form-field-color--accent: var(--ex-color-blue);
  --mat-form-field-subscript-wrapper-position: relative;
}

:root {
  --mat-radio-fs: 16px;
  --mat-radio-lh: 1.1;
  --mat-radio-size: 16px;
  --mat-radio-border: 1.5px;
  --mat-radio-gap: 10px;
  --mat-radio-color: var(--ex-color-primary);
}

:root {
  --ex-mat-button-height: var(--ex-field-size);
  --ex-mat-button-width: initial;
  --ex-mat-button-min-width: initial;
  --ex-mat-button-fz: 16px;
  --ex-mat-button-padding: 16px;
}

@supports not (-webkit-overflow-scrolling:touch) {
  .mat-flat-button.mat-orange {
    --ex-mat-button-background: linear-gradient(253.3deg,#f0965d,#f5d673);
  }
}

@supports (-webkit-overflow-scrolling:touch) {
  .mat-flat-button.mat-orange {
    --ex-mat-button-background: var(--ex-color-orange);
  }
}

@supports not (-webkit-overflow-scrolling:touch) {
  .mat-flat-button.mat-green {
    --ex-mat-button-background: linear-gradient(253.3deg,#75cbbe,#63ca7c);
  }
}

@supports (-webkit-overflow-scrolling:touch) {
  .mat-flat-button.mat-green {
    --ex-mat-button-background: var(--ex-color-green);
  }
}

:root {
  --ex-mat-button-radius: var(--ex-radius--primary);
  --ex-mat-button-size: var(--ex-field-size);
  --ex-mat-button-background: var(--ex-bg-color--200);
  --ex-mat-button-color: var(--ex-color-primary);
  --ex-mat-button-gap: 0;
}

:root {
  --ex-icon-size: inherit;
}

.o-icon {
  display: inline-flex;
  width: var(--ex-icon-size);
  height: var(--ex-icon-size);
}

.o-icon--right {
  margin-left: 10px;
}

.o-icon--green {
  color: var(--ex-color-green);
}

.o-icon svg {
  width: inherit;
  height: inherit;
  fill: currentColor;
}

[class*=" ic-"],[class^=ic-] {
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: inherit;
  text-align: center;
  line-height: 1em;
  fill: currentcolor;
  z-index: 1;
}

[class*=" o-currencies--"],[class^=o-currencies--] {
  font-family: var(--ex-font-family);
  speak: none;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@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;
}

:root {
  --swiper-navigation-size: 44px;
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  95% {
    opacity: 0;
  }

  to {
    display: block;
    opacity: 1;
  }
}

.c-app--bannersOpen {
  --ex-top-nav-height: 65px;
}

.c-app__navigationTop {
  position: sticky;
  top: 0;
  z-index: 25;
}

.c-navigationControls {
  position: relative;
  padding: 0 15px 0 20px;
  border-radius: 50px 0 0 50px;
  font-size: 12px;
}

.c-navigationControls {
  display: flex;
  align-items: center;
}

.c-navigationControls__user {
  display: inline-flex;
}

.c-navigationControls--exchange {
  padding: 0;
  color: var(--ex-color-primary);
  margin-left: 16px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes animationRotate {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(180deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes rotateLeft {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-1turn);
  }
}

@keyframes fading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  to {
    opacity: 1;
  }
}

@keyframes hideRight {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  75% {
    transform: translateX(5%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  75% {
    transform: translateX(-5%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes showRight {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes showLeft {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes showUp {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes hideDown {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes turnUp {
  0% {
    opacity: 0;
    visibility: collapse;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: collapse;
  }
}

@keyframes showUpTop {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@keyframes fadeInToFadeOut {
  0% {
    opacity: 0;
    visibility: collapse;
    transform: translateY(-20px) scale(.9);
    transform-origin: top left;
  }

  5% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  95% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  to {
    opacity: 0;
    visibility: collapse;
    transform: translateY(20px) scale(1);
  }
}

@keyframes scrollDownTop {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0);
  }

  95% {
    transform: translateY(20%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleFromMyself {
  0% {
    opacity: 0;
    transform: scale(1.07);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleOnYourself {
  0% {
    opacity: 0;
    transform: scale(.93);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

:root {
  --bgNotification: var(--ex-bg-color--400);
  --colorNotification: var(--ex-color-primary);
  --colorIconNotification: var(--ex-color-green);
  --colorIconNotification--error: var(--ex-color-red);
  --colorIconNotification--success: var(--ex-color-green);
  --colorIconNotification--info: var(--ex-color-green);
  --colorIconNotification--warn: var(--ex-color-orange);
  --ex-asset-border-color: #474e50;
  --ex-asset-width: 90px;
}

.c-notifications {
  z-index: 1001;
  position: absolute;
}

.c-notification {
  display: flex;
  align-items: center;
  padding: 15px;
  background: var(--bgNotification);
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
  border-radius: var(--ex-radius--primary);
  min-height: 60px;
  letter-spacing: var(--ex-letter-spacing);
  font-size: 14px;
  font-weight: 300;
  color: var(--colorNotification);
  margin-bottom: 10px;
  cursor: pointer;
}

.c-notification--error {
  --colorIconNotification: var(--colorIconNotification--error);
}

.c-notification--info {
  --colorIconNotification: var(--colorIconNotification--info);
}

.c-notification__wrapper {
  position: fixed;
  width: 390px;
  z-index: 1000;
  --marginNotification: 20px;
}

.c-notification__wrapper.left {
  left: var(--marginNotification);
}

.c-notification__wrapper.top {
  top: var(--marginNotification);
}

.c-notification__wrapper.right {
  right: var(--marginNotification);
}

.c-notification__wrapper.bottom {
  bottom: var(--marginNotification);
}

.c-notification__wrapper.center {
  left: 50%;
  transform: translateX(-50%);
}

.c-notification__inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.c-notification__content {
  width: 100%;
}

.c-notification__content a {
  font-weight: var(--ex-fontWeight--500);
}

.c-notification__content a {
  text-decoration: underline;
}

.c-notification__content a:hover {
  text-decoration: none;
}

.c-notification__title {
  font-size: 16px;
  font-weight: var(--ex-fontWeight--500);
  margin-bottom: 10px;
}

.c-notification__icon {
  --ex-icon-size: 20px;
  margin-right: 13px;
  color: var(--colorIconNotification);
}

.c-notification__icon.target {
  --ex-icon-size: 25px;
}

@keyframes bang {
  to {
    box-shadow: var(--ex-confetti-color);
  }
}

@keyframes gravity {
  to {
    transform: translateY(200px);
    opacity: 0;
  }
}

@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

.c-user {
  display: flex;
  align-items: center;
  position: relative;
  color: currentColor;
  font-size: 14px;
  cursor: pointer;
}

.c-user__logo {
  width: 45px;
  min-width: 45px;
  height: 45px;
  position: relative;
  display: inline-flex;
  border-radius: var(--ex-radius--primary);
  overflow: hidden;
  padding: 2px;
}

.c-user__logo--subscription {
  background: linear-gradient(253.3deg,#75cbbe,#63ca7c);
}

@supports (-webkit-overflow-scrolling:touch) {
  .c-user__logo--subscription {
    background: var(--ex-color-green);
  }
}

.c-user__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-user__info {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  max-width: 195px;
  line-height: 20px;
}

.c-user__name {
  max-width: 100%;
  font-size: 15px;
}

.c-user--exchange {
  color: var(--ex-color-orange);
}

.c-user--exchange .c-user__logo {
  width: 28px;
  min-width: 28px;
  height: 28px;
}

.c-user--exchange .c-user__info {
  padding-left: 12px;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: .46px;
}

.c-sidebar {
  display: none;
  position: fixed;
  height: var(--ex-screen-height);
  width: 300px;
  transform: translateX(-300px);
  top: 0;
  background: var(--ex-bg-color--400);
  pointer-events: auto;
}

.c-sidebar.mat-drawer {
  z-index: 50;
}

.c-sidebar__login {
  display: flex;
  flex-flow: column;
  padding-bottom: 24px;
}

.c-sidebar__login .c-footer__button:first-child,.c-sidebar__login .o-dmButton:first-child {
  margin-bottom: 24px;
}

.c-sidebar__wrap {
  --ex-sidebar-main-color: var(--ex-color-green);
  height: 100%;
  background: var(--ex-bg-color--400);
  overflow-y: auto;
  padding: 24px 20px 100px;
}

.c-sidebar__wrap.navination {
  --ex-sidebar-main-color: var(--ex-color-navi);
}

.c-sidebar__wrap.maincast {
  --ex-sidebar-main-color: var(--ex-color-maincast);
}

.c-sidebar__list {
  margin-bottom: 40px;
}

.c-sidebar__item {
  margin-top: 14px;
}

.c-sidebar__item,.c-sidebar__link {
  display: flex;
}

.c-sidebar__link {
  align-items: center;
  position: relative;
  width: 100%;
  color: var(--ex-color-primary);
  line-height: 38px;
  height: 38px;
  font-size: 15px;
  cursor: pointer;
}

.c-sidebar__icon {
  --mat-icon-color: var(--ex-sidebar-main-color);
  --size-for-icon: 24px;
  display: inline-flex;
  justify-content: center;
  margin-right: 12px;
  width: var(--size-for-icon);
  height: var(--size-for-icon);
  color: var(--ex-sidebar-main-color);
}

.c-sidebar__icon--padding-sm,.c-sidebar__item--details .c-sidebar__icon {
  padding: 2px;
}

.c-sidebar__item--details .c-sidebar__icon svg {
  width: 24px;
  height: 24px;
}

.c-sidebar__user {
  position: relative;
  margin-bottom: 24px;
}

.mat-drawer-container {
  background-color: var(--ex-body-bg);
  font-size: 16px;
  color: var(--ex-sidebar-main-color);
  font-weight: 400;
  width: 100%;
  line-height: 1.2;
  overflow: visible!important;
}

.mat-drawer-container.l-wrap {
  overflow: inherit;
}

.mat-drawer-container .mat-drawer-content {
  display: flex;
  flex-flow: column;
  min-height: var(--ex-screen-height);
  overflow: inherit;
}

:root {
  --breadcrumb-padding: 16px 0;
  --breadcrumb-bg-color: transparent;
  --breadcrumb-color: var(--ex-color-green);
  --breadcrumb-color--active: var(--ex-color-primary);
}

.c-navigationAuth {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 14px;
}

.c-navigationAuth__authBtn {
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  color: var(--ex-color-primary);
  font-size: 13px;
  font-weight: 700;
  padding: 15px 24px;
  font-family: Work Sans,sans-serif;
}

.c-navigationAuth__authBtn--signUp {
  background-color: var(--gl-bSup-color);
}

.c-navigationAuth__authBtn--logIn {
  background-color: var(--gl-bSin-color);
  margin-right: 8px;
}

:root {
  --ex-notice-success: var(--ex-color-green);
  --ex-notice-warn: var(--ex-color-orange);
  --ex-notice-error: var(--ex-color-red);
  --ex-notice-text-color: var(--ex-color-white);
}

:root {
  --ex-select-item-padding: 5px 14px;
  --ex-select-item-padding--child: 25px;
  --ex-select-item-hover: rgba(0,0,0,0.1);
}

.o-select {
  position: relative;
}

.o-select__item {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  padding-right: 5px;
  min-width: 61px;
  flex-grow: 1;
  font-size: 14px;
  color: var(--ex-color-primary);
}

.o-select__itemImg {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 -5px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: var(--ex-radius--primary);
}

.o-select__itemIcon {
  justify-content: center;
  width: 24px;
  margin: 0 8px 0 -5px;
}

.o-select__list {
  max-width: 280px;
  min-width: 280px;
  max-height: 253px;
  overflow: auto;
  --ex-field-bg-color: var(--ex-bg-color--200);
}

.o-select__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 36px;
  padding: var(--ex-select-item-padding);
  transition: var(--ex-transition-primary);
  cursor: pointer;
}

.o-select__item--text {
  white-space: pre-wrap;
}

.o-select__item--search {
  cursor: default;
}

.o-select__item--search:hover {
  background: transparent;
}

:root {
  --hoverButtoncolor: rgba(0,0,0,0.1);
  --buttonAlignText: flex-start;
  --buttonPadding: 0 12px;
  --buttonWidth: auto;
  --buttonMinWidth: 160px;
  --buttonHeight: var(--ex-field-size);
  --buttonRadius: var(--ex-radius--primary);
  --buttonWidth--sm: var(--ex-field-size);
  --buttonMinWidth--sm: var(--ex-field-size);
  --buttonHeight--sm: var(--ex-field-size);
  --buttonSize--xs: 30px;
  --buttonBg: var(--ex-bg-color--200);
}

.c-footer__button,.o-dmButton {
  cursor: pointer;
  border-radius: var(--buttonRadius);
  padding: var(--buttonPadding);
  line-height: 1;
  position: relative;
  z-index: 1;
  background: var(--buttonBg);
  color: var(--ex-color-primary);
  width: var(--buttonWidth);
  min-width: var(--buttonMinWidth);
  min-height: var(--buttonHeight);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  box-shadow: inset 0 -70px 0 0 transparent;
  justify-content: var(--buttonAlignText);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: box-shadow var(--ex-transition-primary);
  overflow: hidden;
}

.c-footer__button *,.o-dmButton * {
  pointer-events: none;
}

.o-dmButton[disabled],[disabled].c-footer__button {
  pointer-events: none;
  opacity: .2;
}

.c-footer__button:hover,.o-dmButton:hover {
  box-shadow: inset 0 -70px 0 0 var(--hoverButtoncolor);
}

.o-dmButton__text {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
  margin-left: 10px;
  text-align: left;
}

.o-dmButton__text--value {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
  font-size: 14px;
}

.o-dmButton__status {
  display: flex;
  flex-direction: column;
}

.o-dmButton__icon {
  --ex-icon-size: 26px;
  max-height: var(--ex-icon-size);
  max-width: var(--ex-icon-size);
}

.o-dmButton__icon.o-icon-sell {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.o-dmButton__icon.o-icon-steam {
  width: 21px;
  min-width: 21px;
  height: 16px;
}

.o-dmButton__icon.o-icon-target {
  width: 23px;
  min-width: 23px;
  height: 23px;
  margin: 0 -3px 0 -2px;
}

.o-dmButton__icon.o-icon-exchange {
  width: 14px;
  min-width: 14px;
  height: 24px;
}

.o-dmButton__icon.o-icon-filter {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.o-dmButton__icon.o-icon-active {
  width: 10px;
  min-width: 10px;
  height: 10px;
}

.c-footer__button>*,.o-dmButton>* {
  z-index: 2;
}

.o-dmButton--green {
  background: var(--ex-bg-green);
}

.o-dmButton--blue {
  background: var(--ex-bg-blue);
}

.o-dmButton--link {
  padding: 0;
  min-height: 0;
  color: var(--ex-color-blue);
  --buttonBg: transparent;
  --hoverButtoncolor: transparent;
}

.o-dmButton--fluid {
  min-width: 100%;
  justify-content: center;
}

.o-dmButton--fluid .o-dmButton__text {
  margin-left: 0;
  text-align: center;
  flex-grow: 1;
}

.o-dmButton--center {
  justify-content: center;
}

.c-footer__button .o-icon-steam,.o-dmButton .o-icon-steam {
  height: 16px;
}

:root {
  --sidesControl-width: 24px;
}

:root {
  --qualityChart-margin--inner: 4px;
  --qualityChart-margin: 0 -6px -6px;
}

:root {
  --ex-bg-color-hue: 210;
  --ex-bg-color-saturation: 0%;
  --ex-bg-color-lightness: 0%;
  --ex-bg-color--100: #3e4044;
  --ex-bg-color--200: #35373a;
  --ex-bg-color--400: #2a2c2e;
  --ex-bg-color--700: #1d1f20;
  --ex-bg-color--1000: #17191a;
  --ex-body-bg: var(--ex-bg-color--700);
  --ex-color-black: #000;
  --ex-color-white: #fff;
  --ex-color-gray: #848484;
  --ex-color-yellow: #fff200;
  --ex-color-orange: #ffb661;
  --ex-color-grapefruit: #fc7e73;
  --ex-color-orangeInt: #ff8761;
  --ex-color-darkOrange: #f08441;
  --ex-color-green: #8dd294;
  --ex-color-dark-green: #44a569;
  --ex-color-blue: #4daef8;
  --ex-color-navi: #fff200;
  --ex-color-maincast: #f44856;
  --ex-bg-blue: var(--ex-color-blue);
  --ex-bg-gray: var(--ex-bg-color--100);
  --ex-color-red: #ff6464;
  --ex-color-violet: #af7fff;
  --ex-color-violet-blue: #5957f7;
  --ex-color-violet--dark: #7056e1;
  --ex-color-purple: #8851f6;
  --ex-color-primary: var(--ex-color-white);
  --ex-color-secondary: var(--ex-color-gray);
  --ex-border-color: var(--ex-bg-color--400);
  --ex-font-family: "Montserrat",arial,sans-serif;
  --ex-font-family--currencies: "dmarket-currencies",arial,sans-serif;
  --ex-letter-spacing: 0.46px;
  --ex-radius--round: 100px;
  --ex-radius--primary: 2px;
  --ex-transition-primary: all 250ms ease-in-out;
  --ex-transition-secondary: 150ms ease-in-out;
  --ex-bg-color--backdrop: hsla(var(--ex-bg-color-hue),calc(6% + var(--ex-bg-color-saturation)),10%,0.7);
  --ex-field-bg-color: var(--ex-bg-color--400);
  --ex-field-color--disabled: var(--ex-color-secondary);
  --ex-field-size: 48px;
  --ex-container-padding: 24px;
  --ex-content-width: 1280px;
  --ex-header-height: 60px;
  --ex-header-border-size: 2px;
  --ex-headerBannner-height: 65px;
  --ex-banner-height: 70px;
  --ex-screen-height: calc(var(--vh, 1vh)*100);
  --ex-screenBanner-height: calc(var(--ex-screen-height) - var(--ex-banner-height));
  --ex-assetInner-padding: 6px;
  --ex-asset-radius: 0;
  --ex-side-width--small: 437px;
  --ex-side-width--fluid: calc(100vw - var(--ex-side-width--small) - 6px);
  --ex-side-width--user: var(--ex-side-width--small);
  --ex-side-width--market: var(--ex-side-width--fluid);
  --ex-line-gradient: var(--ex-line-gradient--user);
  --ex-side-display: inherit;
  --ex-user-side-display: flex;
  --ex-image-filters: saturate(1.2) brightness(1.2) contrast(1.2);
  --ex-tabs-spacing: 18px;
  --font-size-for-tab-title: 13px;
  --ex-top-nav-height: 1px;
  --ex-games-selector-height: 1px;
}

@supports not (-webkit-overflow-scrolling:touch) {
  :root {
    --ex-bg-orange: linear-gradient(253.3deg,#f0965d,#f5d673);
    --ex-bg-green: linear-gradient(253.3deg,#75cbbe,#63ca7c);
    --ex-bg-secondary: linear-gradient(253.3deg,#4b55f5,#7556f5);
    --ex-bg-grapefruit: linear-gradient(180deg,#fc7e73,#fc7e73),linear-gradient(0deg,#df7053,#df7053),#8dd294;
    --ex-bg-pink-orange: linear-gradient(223.23deg,#df678f,#f7cc88 100%,#e9a2d2 0);
  }
}

@supports (-webkit-overflow-scrolling:touch) {
  :root {
    --ex-bg-orange: var(--ex-color-orange);
    --ex-bg-green: var(--ex-color-green);
    --ex-bg-secondary: var(--ex-color-violet--dark);
    --ex-bg-grapefruit: #fc7e73;
    --ex-bg-pink-orange: #e47b8e;
  }
}

.c-exchange {
  display: flex;
  flex-flow: column;
  position: relative;
  background: var(--ex-bg-color--700);
  width: 100%;
  flex: 1;
}

.c-exchange__container {
  display: flex;
  flex-grow: 1;
  border-top: 2px solid var(--ex-bg-color--400);
}

.c-exchange__inner {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 100%;
}

.c-exchange--exchange {
  --ex-side-width--market: calc(100vw - var(--ex-side-width--small) - 6px);
  --ex-side-width--user: var(--ex-side-width--small);
  --ex-side-display: none;
}

.c-exchange__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

:root {
  --ex-exchangeTabsItem-color--active: var(--ex-color-green);
  --colorActiveTab: var(--ex-color-orange);
  --colorActiveTab--market: #7dffd8;
  --colorActiveTab--exchange: var(--ex-color-violet);
  --ex-navigation-active-tab-bg: rgba(0,0,0,0.4);
  --ex-navigation-item-opacity: 1;
  --ex-navigation-item-after-bg: none;
}

@supports not (-webkit-overflow-scrolling:touch) {
  :root {
    --gradientActiveTab: linear-gradient(189.51deg,#ff7254 16.24%,#ffb359 92.96%);
    --gradientActiveTab--market: linear-gradient(89.98deg,#428649,#7dffd8 99.42%);
    --gradientActiveTab--exchange: linear-gradient(189.51deg,#7942d2 2.04%,#af7fff 49.26%,#7740d0 71.86%);
  }
}

@supports (-webkit-overflow-scrolling:touch) {
  :root {
    --gradientActiveTab: var(--ex-color-orange);
    --gradientActiveTab--market: var(--colorActiveTab--market);
    --gradientActiveTab--exchange: var(--ex-color-violet);
  }
}

.c-exchangeHeader {
  --ex-icon-size: 24px;
  display: flex;
  top: 0;
  letter-spacing: .46px;
  font-size: 16px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
}

.c-exchangeHeader__logo {
  --ex-icon-size: 28px;
  border-right: 2px solid var(--ex-bg-color--400);
  height: var(--ex-header-height);
  width: var(--ex-header-height);
  min-width: var(--ex-header-height);
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-exchangeHeader__wrap {
  display: block;
  background-color: var(--ex-bg-color--700);
  z-index: 25;
}

.c-exchangeHeader__title {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px;
  height: 100%;
  letter-spacing: var(--ex-letter-spacing);
  font-size: 13px;
  color: var(--ex-color-green);
  cursor: pointer;
}

.c-exchangeHeader__title--line:after {
  display: none;
}

.c-exchangeHeader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: var(--ex-header-height);
  width: 100%;
}

.c-exchangeHeader__inner--user {
  min-width: var(--ex-side-width--user);
  max-width: var(--ex-side-width--user);
  background: var(--ex-bg-color--1000);
  display: var(--ex-user-side-display);
  padding: 0 20px;
}

.c-exchangeHeader__inner--market {
  min-width: var(--ex-side-width--market);
  padding: 0 16px 0 0;
  background: var(--ex-bg-color--700);
}

.c-exchangeHeader__nav {
  display: flex;
  align-items: center;
}

.c-exchangeHeader__button {
  --ex-icon-size: 24px;
  display: inline-flex;
  position: relative;
  width: 24px;
  color: var(--ex-color-primary);
  cursor: pointer;
  margin-left: 16px;
}

.c-exchangeHeader__button--iconAnim,.c-sidebar__icon--iconAnim {
  animation: iconPulse 1.3s cubic-bezier(.22,.61,.36,1) infinite;
}

@keyframes iconPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: .4;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.c-exchangeHeader__button--language {
  --ex-icon-size: 20px;
  justify-content: center;
}

.c-exchangeHeader__button--language .o-icon {
  border-radius: 2px;
}

.c-exchangeHeader__link {
  position: relative;
  font-size: 14px;
  cursor: pointer;
  color: var(--ex-color-primary);
}

.c-exchangeHeader__link:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  width: 0;
  bottom: 0;
  background: currentColor;
  transition: var(--ex-transition-primary);
}

.c-exchangeHeader__link:hover:after {
  width: 100%;
}

.c-exchangeHeader__link:not(:last-child) {
  margin-right: 16px;
}

.c-exchangeHeader--banner {
  position: relative;
  height: 65px;
  width: 100%;
  overflow: hidden;
  display: block;
}

.c-exchangeHeader--main {
  display: block;
  background: var(--ex-bg-color--1000);
  border-bottom: var(--ex-header-border-size) solid var(--ex-bg-color--400);
}

.c-exchangeHeader--main .c-exchangeHeader__title {
  padding-left: 0;
}

.c-exchangeHeader--main .c-exchangeHeader__inner {
  padding: 0 16px;
}

.notification-container {
  justify-content: space-evenly;
}

.notification-container {
  display: flex;
  align-items: center;
}

:root {
  --dialogColor--400: var(--ex-bg-color--400);
  --dialogColor--700: var(--ex-bg-color--700);
  --dialogColor: var(--ex-color-green);
  --dialogColor--buy: var(--ex-color-green);
  --dialogColor--sell: var(--ex-color-green);
  --dialogColor--offer: var(--ex-color-green);
  --dialogColor--target: var(--ex-color-orange);
  --dialogColor--bargain: var(--ex-color-grapefruit);
  --dialogColor--exchange: var(--ex-color-violet);
  --dialogColor--withdraw: var(--ex-color-blue);
  --dialogColor--steam: var(--ex-color-blue);
  --dialogColor--twoFactor: var(--ex-color-blue);
  --dialogColor--onboarding: transparent;
  --dialogHeaderBg: var(--ex-bg-color--400);
  --dialogFooterBg: transparent;
  --dialogFooterShadow: none;
  --dialogPadding: 24px;
  --dialogWidth: 600px;
  --dialogHeight: 600px;
  --copy-icon-size: 13px;
  --mat-form-field-color--accent: var(--ex-color-white);
  --ex-dialogDrop-bg: rgba(24,24,26,0.95);
}

.c-dialog {
  --ex-field-bg-color: var(--ex-bg-color--200);
  --mat-spinner-color: var(--dialogColor);
  --mat-spinner-size: 100px;
  display: flex;
  flex-flow: column;
  position: relative;
  width: var(--dialogWidth);
  min-height: var(--dialogHeight);
  max-width: 100%;
  background: var(--ex-bg-color--400);
  box-shadow: 0 4px 35px rgba(0,0,0,.35);
  border-radius: var(--ex-radius--primary);
}

.c-dialog__inner {
  display: flex;
  flex-flow: column;
  height: var(--dialogHeight);
  max-height: var(--dialogHeight);
  color: var(--dialogColor);
  --ex-bg-color--400: var(--ex-bg-color--200);
  --ex-asset-border-color: var(--ex-bg-color--200);
  --ex-asset-figure-bg: var(--ex-bg-color--200);
}

.c-dialog__row {
  flex: 1;
  padding: 20px 0;
}

.c-dialog__list {
  --padding-left: 20px;
  position: relative;
  display: block;
  max-height: 100%;
  overflow: auto;
  flex-grow: 1;
  padding-left: var(--padding-left);
  margin-left: calc(var(--padding-left) - var(--padding-left) - var(--padding-left));
}

.c-dialog__button {
  margin: 0 8px;
}

.c-dialog__button .c-footer__button,.c-dialog__button .o-dmButton {
  min-width: 100%;
  justify-content: center;
}

.c-dialog__text {
  color: var(--ex-color-white);
}

.c-dialog__text--center {
  margin: auto;
  text-align: center;
}

.c-dialog__text--green {
  color: var(--ex-color-green);
}

.c-dialog__text--blue {
  color: var(--ex-color-blue);
}

.c-dialog__notification {
  display: block;
  width: calc(100% + var(--dialogPadding)*2);
  margin-left: calc(0px - var(--dialogPadding));
  margin-right: calc(0px - var(--dialogPadding));
}

.c-dialog__body {
  display: flex;
  flex-flow: column;
  position: relative;
  flex-grow: 1;
  padding: 0 var(--dialogPadding);
  overflow: auto;
}

.c-dialog__body--center {
  justify-content: center;
}

.c-dialog__body .c-dialog__body {
  padding: 0;
}

.c-dialog__footer {
  position: relative;
  border-radius: 4px;
  padding: 16px var(--dialogPadding) 24px;
  background-color: var(--dialogFooterBg);
  box-shadow: var(--dialogFooterShadow);
}

.c-dialog__footer:empty {
  display: none;
}

.c-dialog__footer--shadow:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg,#2a2c2e,rgba(42,44,46,.6404762589) 55%,rgba(42,44,46,0));
}

.c-dialog__body-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 460px;
  text-align: center;
  margin: 0 auto;
}

.c-dialog--offer,.c-dialog--sell {
  --ex-dialog-tabs-height: 55px;
  --dialogFooterBg: #2d2e30;
  --dialogFooterShadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.c-dialog--offer .c-dialog__list,.c-dialog--sell .c-dialog__list {
  padding-top: 20px;
}

.c-dialog--sell {
  --dialogColor: var(--dialogColor--sell);
  --dialogWidth: 680px;
  --dialogSellHeigh: auto;
  --dialogSell-MaxHeigh: 850px;
}

.c-dialog--sell,.c-dialog--sell .c-dialog__inner {
  height: var(--dialogSellHeigh);
  max-height: var(--dialogSell-MaxHeigh);
}

.c-dialog--sell .c-dialog__inner {
  min-height: var(--dialogHeight);
}

.c-dialog--offer {
  --dialogColor: var(--dialogColor--offer);
}

.c-dialog--target {
  --dialogColor: var(--dialogColor--target);
}

.c-dialog--exchange {
  --dialogColor: var(--dialogColor--exchange);
}

.c-dialog--steam {
  --dialogColor: var(--dialogColor--steam);
}

.c-dialog--redeem {
  --dialogHeight: 550px;
}

.c-dialog--redeem .c-dialog__footer {
  padding: 36px var(--dialogPadding);
}

.c-dialog--redeem .c-dialog__button {
  --ex-mat-button-width: 400px;
}

.c-dialog--navination {
  --dialogColor: var(--ex-color-navi);
  --ex-bg-main: linear-gradient(180deg,#fff766,#fff200 84.04%);
  --ex-border-main: #daab04;
  --ex-bg-secondary: linear-gradient(180deg,#9068ff,#854bff 84.04%);
  --ex-color-violet: #854bff;
  --ex-border-secondary: #703ddd;
  --ex-bg-gray: linear-gradient(180deg,#9b9b9b,#8b8b8b 84.04%);
  --ex-border-gray: #6f6f6f;
  --ex-border-orange: var(--ex-color-orange);
  --ex-border-green: #75cbbe;
  --ex-border-blue: #067ea9;
  --ex-border-width: 1px 1px 2px 1px;
  --ex-progressBar-color: var(--ex-bg-main);
  --ex-color-light-blue: #b6ced5;
  --ex-assetCraftImg-size: 112px;
  --ex-assetCraftImg-padding: 10px;
}

.c-dialog--navination .c-footer__button,.c-dialog--navination .o-dmButton {
  border: solid rgba(0,0,0,.3);
  border-width: 1px 1px 3px;
}

.c-dialog--navination .o-dmButton--main {
  background: var(--ex-bg-main);
  color: var(--ex-color-black);
}

.c-dialog--maincast {
  --dialogColor: var(--ex-color-maincast);
  --ex-bg-main: var(--ex-color-maincast);
  --ex-border-main: #cd3541;
  --ex-bg-secondary: var(--ex-color-white);
  --ex-color-violet: #854bff;
  --ex-border-secondary: #a9a7a7;
  --ex-bg-gray: linear-gradient(180deg,#9b9b9b,#8b8b8b 84.04%);
  --ex-border-gray: #6f6f6f;
  --ex-border-orange: var(--ex-color-orange);
  --ex-border-green: #75cbbe;
  --ex-border-blue: #067ea9;
  --ex-border-width: 1px 1px 2px 1px;
  --stream-box-bg: #33363b;
  --ex-progressBar-color: var(--ex-bg-main);
  --ex-color-light-blue: #b6ced5;
  --ex-assetCraftImg-size: 112px;
  --ex-assetCraftImg-padding: 10px;
}

.c-dialog--maincast .c-footer__button,.c-dialog--maincast .o-dmButton {
  border: solid rgba(0,0,0,.3);
  border-width: 1px 1px 3px;
}

.c-dialog--maincast .o-dmButton--main {
  background: var(--ex-bg-main);
  color: var(--ex-color-white);
}

:root {
  --progressColor: var(--ex-color-secondary);
  --progressColor--current: var(--ex-color-green);
  --progressColor--completed: var(--ex-color-green);
  --progressCircleBg: var(--ex-color-secondary);
  --progressCircleBg--current: var(--ex-color-green);
  --progressCircleBg--completed: var(--ex-color-green);
}

:root {
  --dialogHeaderLineHeight: 2.1px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(2);
    opacity: 0;
  }
}

@supports not (-webkit-overflow-scrolling:touch) {
  .c-dialogExchange__wrap {
    background: linear-gradient(90deg,var(--dialogColor--400),var(--dialogColor--400) 50%,var(--dialogColor--700) 0,var(--dialogColor--700));
  }
}

@supports (-webkit-overflow-scrolling:touch) {
  .c-dialogExchange__wrap {
    background: var(--dialogColor--400);
  }
}

:root {
  --dialogStub-color: var(--ex-color-primary);
  --dialogStub-close-color: var(--ex-color-primary);
  --dialogStub-accent-color: var(--ex-color-primary);
  --dialogStub-color--targets: var(--ex-color-orange);
  --dialogStub-color--instant: var(--ex-color-orange);
  --dialogStub-color--exchange: var(--ex-color-violet);
  --dialogStub-color--equaliser: #6583ad;
}

:root {
  --margin-for-p2p-onboarding-cards: 30px;
  --size-for-p2p-onboarding-cards-img: 120px;
  --size-for-p2p-onboarding-counter: 30px;
  --notice-bg-p2p-onboarding: rgba(141,210,148,0.1);
}

:root {
  --dialog-policy-padding: 40px;
}

:root {
  --dialog-terms-padding: 23px;
}

.c-footerNav__block {
  margin-top: 10px;
  padding: 0 10px;
}

:root {
  --footer-bg: var(--ex-bg-color--700);
  --footer-color: var(--ex-color-primary);
  --footer-color--title: var(--ex-color-primary);
  --footer-color--text: hsla(0,0%,100%,0.6);
  --footer-color--opacity: rgba(227,223,198,0.4);
  --footer-content--width: 1366px;
  --footer-icon-color: var(--ex-color-green);
}

.c-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 110;
  width: 100%;
  max-height: 100%;
  pointer-events: none;
  background-color: var(--footer-bg);
  color: var(--footer-color--text);
}

.c-footer--static {
  pointer-events: auto;
}

.c-footer--static {
  position: static;
  height: auto;
  background: var(--gl-cDark);
}

.c-footer__title {
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--footer-color--title);
}

.c-footer__button {
  --buttonMinWidth: 30px;
  --buttonHeight: 30px;
  --mat-icon-size: 20px;
  min-height: 48px;
  line-height: 1.1;
  max-width: 200px;
  padding: 2px 8px;
  font-size: 14px;
  text-transform: capitalize;
  background: var(--ex-bg-color--400);
}

.c-footer__buttonWrap {
  position: absolute;
  right: 20px;
  bottom: 16px;
}

.c-footer__button--open {
  margin-left: 4px;
  overflow: visible;
}

.c-footer__button--sm {
  --buttonMinWidth: 48px;
  --buttonHeight: 48px;
  justify-content: center;
  width: auto;
  padding: 0;
}

.c-footer__content {
  max-width: var(--gl-mWidth);
  margin: auto;
  overflow-y: auto;
  height: 100%;
}

.c-footer__main {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px 30px;
}

.c-footer__info {
  border-top: 1px solid var(--ex-border-color);
  padding: 30px 40px;
}

.c-footer__text {
  font-size: 12px;
  line-height: 18px;
}

.c-footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.c-footer__logo {
  width: 100%;
  height: 100%;
  max-width: 130px;
  margin-right: 16px;
  margin-top: 25px;
}

.c-footerNav {
  display: flex;
  flex: 100%;
  padding-top: 25px;
  justify-content: space-between;
}

.c-footerNav__block {
  flex-basis: 30%;
  flex-grow: 0;
}

.c-footerNav__listItem {
  margin-top: 15px;
}

.c-footerNav__link {
  display: inline-block;
}

.c-footerNav__link:hover {
  text-decoration: underline;
}

.c-footerSteam {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 25px 0 0;
}

.c-footerSteam__logo {
  margin-left: 5px;
  width: 100%;
  height: 100%;
  max-width: 80px;
}

:root {
  --ex-asset-size: 124px;
  --ex-asset-img-size: 82px;
  --ex-asset-size--sm: 90px;
  --ex-asset-margin: 2px;
  --ex-asset-margin--sm: 2px;
  --ex-asset-figure-size: 100%;
  --ex-assetInner-after-display: none;
  --ex-assetStatTrack-color: #d98a59;
}

@supports not (display:grid) {
  .c-assets__container {
    display: flex;
    flex-wrap: wrap;
    flex-basis: unset;
    background: none!important;
    margin-top: -4px;
    margin-left: -4px;
  }
}

@supports not (display:grid) {
  .c-asset,  .c-assetPreviewSlider__asset {
    margin-top: 4px;
    margin-left: 4px;
  }
}

@supports not (-webkit-overflow-scrolling:touch) {
  .c-asset__figure .u-game--dota2:after,  .c-asset__figure .u-game--dota2:before {
    background: linear-gradient(180deg,#444342 30%,rgba(68,68,68,0));
  }
}

@supports not (-webkit-overflow-scrolling:touch) {
  .c-asset__inner {
    overflow: hidden;
  }
}

@supports not (-webkit-overflow-scrolling:touch) {
  .c-asset__inner:hover .o-assetBadge--mine,  .c-asset__inner:hover .o-assetBadge--new {
    transform: translateX(110%);
  }
}

@supports (-webkit-overflow-scrolling:touch) {
  .c-asset__inner:hover .o-assetBadge--mine,  .c-asset__inner:hover .o-assetBadge--new {
    display: none;
  }
}

:root {
  --badgeBackground: var(--ex-bg-color--400);
  --badgeBackground--discount: transparent;
  --badgeBackground--sale: var(--ex-color-green);
  --badgeBackground--new: var(--ex-color-red);
  --badgeBackground--mine: var(--ex-color-green);
  --badgeBackground--mine-grey: var(--ex-color-gray);
  --badgeColor: var(--ex-color-primary);
  --badgeColor--dark: var(--ex-bg-color--400);
}

:root {
  --ex-search-sizeSm: 166px;
  --ex-search-size: 255px;
}

.o-filter {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: var(--ex-field-size);
  height: var(--ex-field-size);
  background: var(--ex-bg-color--400);
  border-radius: var(--ex-radius--primary);
  color: var(--ex-color-primary);
  cursor: pointer;
}

.o-filter:hover {
  box-shadow: inset 0 -70px 0 0 rgba(0,0,0,.1);
}

.o-filter--active {
  color: var(--ex-color-green);
}

.o-filter--active.o-filter--user {
  color: var(--ex-color-orange);
}

.o-filter__icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.o-filter__icon--active {
  color: var(--ex-color-green);
  transform: rotate(180deg);
}

.o-filter__search {
  display: inline-flex;
  align-items: center;
  width: 0;
  border-radius: var(--ex-radius--primary);
  overflow: hidden;
}

.o-filter--search {
  min-width: var(--ex-search-size);
  overflow: hidden;
  transition: var(--ex-transition-primary);
  width: var(--ex-field-size);
  border: 1px solid var(--ex-bg-color--400);
}

.o-filter--search__exchange {
  min-width: var(--ex-search-sizeSm);
}

.o-filter--search.o-filter--active {
  min-width: var(--ex-search-size);
  border-color: var(--ex-color-green);
}

:root {
  --assetPreviewParam-color: var(--ex-color-primary);
}

:root {
  --auth-color: var(--ex-color-blue);
  --auth-bg-color: var(--ex-bg-color--400);
  --ex-auth-width: 100%;
}

@supports not (-webkit-overflow-scrolling:touch) {
  :root {
    --auth-border-color: linear-gradient(270deg,#0a87ce 1.02%,#72c3f0 99.9%);
  }
}

@supports (-webkit-overflow-scrolling:touch) {
  :root {
    --auth-border-color: var(--ex-color-blue);
  }
}

.c-auth {
  --ex-field-bg-color: var(--ex-bg-color--200);
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: var(--ex-auth-width);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ex-color-primary);
  background: var(--auth-bg-color);
}

.c-auth__inner {
  height: 100%;
}

.c-auth__inner>* {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.c-auth__body {
  flex: 1;
  overflow-y: auto;
}

.c-auth__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 280px;
  padding: 24px 18px 0;
  max-width: 450px;
  flex-grow: 1;
  --ex-bg-color--400: var(--ex-bg-color--200);
}

.c-auth__content--steam {
  min-height: 160px;
}

.c-auth__icon {
  --mat-icon-size: 75px;
  --mat-icon-display: none;
  --mat-icon-color: var(--ex-color-secondary);
  display: none;
  margin: 0 auto 56px;
  color: var(--ex-color-secondary);
  width: 128px;
}

.c-auth--dialog {
  --ex-auth-width: 568px;
  position: static;
  justify-content: center;
  align-items: center;
}

.c-auth--dialog .c-auth__inner {
  width: 100%;
}

.c-auth--dialog .c-auth__content {
  margin: 0 auto;
  width: 400px;
  padding: 50px 20px 40px;
}

.c-auth--black {
  --auth-color: var(--ex-color-white);
  --auth-border-color: hsla(0,0%,100%,0.3);
  --auth-bg-color: var(--ex-color-black);
}

.c-auth--black .c-footer__button,.c-auth--black .o-dmButton {
  background: var(--ex-color-white);
  color: var(--ex-color-black);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

:root {
  --seoArea-margin: 16px;
  --seoArea-width: 365px;
  --seoArea-width--minus: -365px;
  --seoArea-topGap: 16px;
}

.game-banners {
  position: relative;
  padding: 16px 0;
  background: var(--ex-color-black);
  max-width: 100%;
}

.game-banners__container {
  width: 124px;
  height: 186px;
  margin-right: 4px;
  border-radius: 2px;
  background: transparent;
}

.game-banners__inner {
  height: 100%;
  padding: 10px;
  align-items: flex-end;
}

.game-banners__inner,.game-banners__inner a {
  display: flex;
}

.game-banners__inner a {
  flex-direction: column;
}

.game-banners__logo {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  z-index: 1;
}

.game-banners__logo {
  left: 0;
  top: 0;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}

.game-banners__title {
  font-weight: 500;
  font-size: 16px;
}

.game-banners__title {
  position: relative;
  color: var(--ex-color-white);
}

.game-banners--Game div {
  cursor: pointer;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
}

.c-glMainList__item span {
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: none!important;
  color: #fff;
}

.c-glMain__subtitle,.c-glMain__title,.c-glMainList {
  max-width: 540px!important;
}

.article a {
  color: #7c63ff;
}

@media (max-width:768px) {
  :root {
    --ex-asset-width: 57px;
  }

  .c-footerNav__block {
    margin-top: 40px;
  }

  .c-footer {
    height: 100%;
  }

  .c-footer__logo {
    order: 2;
  }

  .c-footerNav {
    padding-top: 0;
    flex-direction: column;
  }

  .c-footerSteam {
    order: -1;
    margin-left: 0;
  }
}

@media (max-width:767px) {
  .c-navigationControls--exchange {
    margin-left: 10px;
  }

  .c-navigationControls--exchange .c-navigationControls__user {
    display: none;
  }

  .c-notification {
    margin-bottom: 5px;
  }

  .c-notification__wrapper {
    width: auto;
    --marginNotification: 0;
  }

  .o-dmButton__text--mobile {
    text-transform: capitalize;
    display: block!important;
    position: absolute;
    bottom: -4px;
    width: 110%;
    left: 50%;
    transform: translate(-50%,100%);
    margin: 0;
    text-align: center;
    font-size: 11px;
  }

  .o-dmButton__text--value {
    font-size: 11px;
  }

  :root {
    --ex-header-height: 58px;
    --ex-container-padding: 16px;
  }

  .c-exchange {
    display: flex;
    background: var(--ex-bg-color--1000);
  }

  .c-exchange__container {
    overflow: hidden;
  }

  .c-exchange__inner {
    padding: 0 10px;
    position: static;
    flex: 1;
  }

  .c-exchangeHeader {
    padding: 0;
  }

  .c-exchangeHeader__title {
    display: none;
  }

  .c-exchangeHeader__inner--user {
    display: flex;
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }

  .c-exchangeHeader__inner--market {
    display: none;
  }

  .c-exchangeHeader__button--language {
    display: inline-flex;
  }

  .c-dialog__list {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-dialog__button:nth-child(2) {
    margin-bottom: 16px;
    order: -1;
  }

  .c-dialog__body--exchange {
    padding-top: 0;
  }

  .c-dialog--sell .c-dialog__body {
    padding-top: var(--ex-dialog-tabs-height);
  }

  .c-dialog--redeem .c-dialog__body {
    padding-top: 0;
  }

  .c-dialog {
    --dialogWidth: 100vw;
    --dialogHeight: var(--ex-screen-height);
    --dialogPadding: 16px;
    border-radius: 0;
  }

  .c-footer__button--open {
    display: none;
  }

  :root {
    --ex-asset-size: 110px;
    --ex-asset-size--sm: 80px;
  }

  .c-auth {
    height: 100%;
    width: 100%;
  }

  .c-auth:empty {
    display: none;
  }

  .c-auth__inner {
    overflow-y: auto;
  }

  .c-auth__content {
    padding: 24px 24px 190px;
    min-height: 390px;
    max-width: 100%;
  }

  .c-auth__content--steam {
    min-height: 390px;
    padding: 24px 24px 170px;
  }

  .c-auth__icon {
    --mat-icon-display: flex;
    display: flex;
  }

  .c-auth--dialog {
    width: 100vw;
    min-width: auto;
    height: var(--ex-screen-height);
    padding-bottom: 0;
  }

  .c-auth--dialog .c-auth__content {
    width: 100%;
    padding: 24px 24px 190px;
  }

  :root {
    --seoArea-margin: 12px;
    --seoArea-width: 255px;
    --seoArea-width--minus: -255px;
    --seoArea-topGap: 11px;
  }
}

@media (max-width:991px) {
  .c-sidebar {
    display: block;
  }

  .c-navigationAuth__authBtn {
    padding: 15px 24px;
  }

  .c-glHeaderLogo img {
    width: 95px;
    height: 40px;
  }

  .c-glHeaderLogo__title,  .o-select--filter .o-select__item {
    display: none;
  }

  :root {
    --ex-side-width--small: 340px;
    --ex-tabs-spacing: 10px;
  }

  .c-exchange__inner {
    padding: 0 16px;
  }

  .c-exchange--exchange {
    --ex-side-width--small: 340px;
  }

  .c-exchangeHeader__inner--user {
    padding: 0 16px;
  }

  .c-exchangeHeader__button {
    margin-left: 10px;
  }

  .o-filter--search {
    min-width: 180px;
  }
}

@media (max-width:1280px) {
  :root {
    --buttonMinWidth: 150px;
    --ex-container-padding: 20px;
  }

  .c-footerSteam {
    margin-right: 0;
    margin-left: auto;
  }

  :root {
    --seoArea-topGap: 82px;
  }
}

@media (max-width:1440px) {
  :root {
    --ex-header-height: 70px;
  }
}

@media (max-width:1112px) {
  :root {
    --ex-tabs-spacing: 16px;
  }

  .c-exchangeHeader__button--language {
    display: none;
  }

  .o-filter--search__exchange {
    min-width: 0;
  }
}

@media (max-width:1100px) {
  :root {
    --ex-header-height: 65px;
  }

  .c-exchangeHeader__logo {
    display: none;
  }
}

@media (max-width:480px) {
  .c-footer__logo {
    order: 1;
  }
}

@media (max-width:1366px) {
  .c-footer__button--open {
    --buttonMinWidth: 48px;
    --buttonHeight: 48px;
    justify-content: center;
    width: auto;
    padding: 0;
  }
}

@media (max-height:870px) {
  .c-dialog--sell {
    --dialogSell-MaxHeigh: 98vh;
  }
}

@media (max-height:568px) {
  .c-dialog {
    --dialogHeight: 98vh;
  }
}

@media (max-height:568px) and (orientation:landscape) {
  :root {
    --ex-asset-size: 110px;
    --ex-asset-size--sm: 80px;
  }
}

.mat-drawer-container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow: hidden;
}

.mat-drawer-container[fullscreen] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.mat-drawer-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  z-index: 3;
  visibility: hidden;
}

.mat-drawer-content {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  overflow: auto;
}

.mat-drawer {
  position: relative;
  z-index: 4;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  overflow-y: auto;
  transform: translate3d(-100%,0,0);
}

[dir=rtl] .mat-drawer {
  transform: translate3d(100%,0,0);
}

.mat-drawer-inner-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.mat-sidenav-fixed {
  position: fixed;
}

.mat-icon {
  background-repeat: no-repeat;
  display: inline-block;
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.mat-icon.mat-icon-inline {
  font-size: inherit;
  height: inherit;
  line-height: inherit;
  width: inherit;
}

:root {
  --hoverButtoncolor: rgba(0,0,0,0.1);
  --buttonAlignText: flex-start;
  --buttonPadding: 0 12px;
  --buttonWidth: auto;
  --buttonMinWidth: 160px;
  --buttonHeight: var(--ex-field-size);
  --buttonRadius: var(--ex-radius--primary);
  --buttonWidth--sm: var(--ex-field-size);
  --buttonMinWidth--sm: var(--ex-field-size);
  --buttonHeight--sm: var(--ex-field-size);
  --buttonSize--xs: 30px;
  --buttonBg: var(--ex-bg-color--200);
}

.c-glButton,.o-dmButton {
  cursor: pointer;
  border-radius: var(--buttonRadius);
  padding: var(--buttonPadding);
  line-height: 1;
  position: relative;
  z-index: 1;
  background: var(--buttonBg);
  color: var(--ex-color-primary);
  width: var(--buttonWidth);
  min-width: var(--buttonMinWidth);
  min-height: var(--buttonHeight);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  box-shadow: inset 0 -70px 0 0 transparent;
  justify-content: var(--buttonAlignText);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: box-shadow var(--ex-transition-primary);
  overflow: hidden;
}

.c-glButton *,.o-dmButton * {
  pointer-events: none;
}

.o-dmButton[disabled],[disabled].c-glButton {
  pointer-events: none;
  opacity: .2;
}

.c-glButton:hover,.o-dmButton:hover {
  box-shadow: inset 0 -70px 0 0 var(--hoverButtoncolor);
}

.o-dmButton__text {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
  margin-left: 10px;
  text-align: left;
}

.o-dmButton__text--value {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
  font-size: 14px;
}

.o-dmButton__status {
  display: flex;
  flex-direction: column;
}

.o-dmButton__icon {
  --ex-icon-size: 26px;
  max-height: var(--ex-icon-size);
  max-width: var(--ex-icon-size);
}

.o-dmButton__icon.o-icon-sell {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.o-dmButton__icon.o-icon-steam {
  width: 21px;
  min-width: 21px;
  height: 16px;
}

.o-dmButton__icon.o-icon-target {
  width: 23px;
  min-width: 23px;
  height: 23px;
  margin: 0 -3px 0 -2px;
}

.o-dmButton__icon.o-icon-exchange {
  width: 14px;
  min-width: 14px;
  height: 24px;
}

.o-dmButton__icon.o-icon-filter {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.o-dmButton__icon.o-icon-active {
  width: 10px;
  min-width: 10px;
  height: 10px;
}

.c-glButton>*,.o-dmButton>* {
  z-index: 2;
}

.o-dmButton--green {
  background: var(--ex-bg-green);
}

.o-dmButton--blue {
  background: var(--ex-bg-blue);
}

.o-dmButton--link {
  padding: 0;
  min-height: 0;
  color: var(--ex-color-blue);
  --buttonBg: transparent;
  --hoverButtoncolor: transparent;
}

.o-dmButton--fluid {
  min-width: 100%;
  justify-content: center;
}

.o-dmButton--fluid .o-dmButton__text {
  margin-left: 0;
  text-align: center;
  flex-grow: 1;
}

.o-dmButton--center {
  justify-content: center;
}

.c-glButton .o-icon-steam,.o-dmButton .o-icon-steam {
  height: 16px;
}

:root {
  --gl-cDark: #161e26;
  --gl-mWidth: 920px;
  --gl-paddingDef: 15px;
  --gl-buttonMaxWidth: 360px;
  --gl-buttonHeight: 80px;
  --gl-cGray: #525252;
  --gl-cWhite: #fff;
  --gl-bSin-color: #2a2454;
  --gl-bSup-color: #fdbb3f;
  --gl-b-second-color: #000;
}

.c-gl {
  background: var(--gl-cDark);
}

.c-gl__title {
  font-family: Montserrat,sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.c-gl__title--center {
  text-align: center;
}

.c-gl__title--green {
  color: #fdbb3f;
}

.c-gl__subtitle {
  color: var(--ex-color-white);
  margin-bottom: 24px;
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.c-gl__subtitle--center {
  text-align: center;
}

.c-glButton {
  width: 100%;
  max-width: var(--gl-buttonMaxWidth);
  min-height: var(--gl-buttonHeight);
  align-self: flex-start;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 6px;
}

.c-glButton:hover {
  box-shadow: 0 calc(0px - var(--gl-buttonHeight)) 0 0 var(--hoverButtoncolor) inset;
}

@supports not (-webkit-overflow-scrolling:touch) {
  .c-glButton--yellow {
    background: var(--gl-bSup-color);
    color: var(--gl-b-second-color);
    box-shadow: 0 0 8px #f2a01c;
    border-radius: 8px;
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 27px;
    padding: 15px 24px;
    font-weight: 800;
    min-height: -moz-fit-content!important;
    min-height: fit-content!important;
  }
}

@supports (-webkit-overflow-scrolling:touch) {
  .c-glButton--yellow {
    background: var(--gl-bSup-color);
    color: var(--gl-b-second-color);
    box-shadow: 0 0 8px #f2a01c;
    border-radius: 8px;
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 27px;
    font-weight: 800;
    padding: 15px 24px;
    height: 60px!important;
    max-width: 337px;
    min-height: -moz-fit-content!important;
    min-height: fit-content!important;
  }
}

.c-glHeader {
  background: var(--gl-cDark);
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.c-glHeaderNav {
  justify-content: space-between;
  width: 100%;
  max-width: var(--gl-mWidth);
  padding: 0 var(--gl-paddingDef);
  margin: auto;
}

.c-glHeaderNav,.c-glHeaderNav__link {
  display: flex;
  align-items: center;
}

.c-glHeaderNav__link {
  font-size: 14px;
  text-transform: capitalize;
  color: var(--ex-color-white);
}

.c-glHeaderNav__link span {
  opacity: .5;
}

.c-glHeaderNav__link img {
  margin-right: var(--gl-paddingDef);
}

.c-glHeaderLogo {
  display: flex;
  align-items: flex-start;
}

.c-glHeaderLogo__title {
  padding-left: 20px;
  margin-left: 20px;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  border-left: 2px solid var(--gl-cWhite);
  color: var(--gl-cWhite);
}

.c-glRow {
  display: flex;
  margin-left: calc(0px - var(--gl-paddingDef));
  margin-right: calc(0px - var(--gl-paddingDef));
  margin-bottom: 60px;
}

.c-glRow--reverse {
  flex-direction: row-reverse;
}

.c-glRow__img {
  max-width: 100%;
  max-height: 670px;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-glCol {
  flex: 50%;
  padding-left: var(--gl-paddingDef);
  padding-right: var(--gl-paddingDef);
}

.c-glMain {
  display: flex;
  padding: 20px 0 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: calc(86vh - 63px);
  max-height: 890px;
}

.c-glMain .l-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.c-glMain .c-glButton {
  margin-right: auto;
}

.c-glMain__title {
  font-style: italic;
  font-weight: 900;
  font-size: 80px;
  text-transform: uppercase;
  color: var(--ex-color-white);
  max-width: 580px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-glMain__subtitle {
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 24px;
}

.c-glMainList {
  margin-top: auto;
  padding-top: 30px;
}

.c-glMainList__item {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--ex-color-white);
}

.c-glMainList__item:not(:last-child) {
  margin-bottom: 24px;
}

.c-glMainList__itemIcon {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 24px;
}

.c-glPayments {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  padding: 45px 0;
}

.c-glPayments,.c-glPayments__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-glPayments__item {
  flex: 1;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  padding: 18px;
}

.c-glPayments__itemImg {
  -o-object-fit: contain;
  object-fit: contain;
}

.c-glVideo {
  position: relative;
  padding-bottom: 57%;
  max-width: 950px;
  width: 100%;
  margin: 0 auto 40px;
  border: 1px solid #4e2865;
  filter: drop-shadow(0 0 74px rgba(144,77,255,.3));
}

.c-glVideo__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.c-glVideo__section h2,.c-glVideo__section h3 {
  font-family: Montserrat,sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.c-glVideo__section p {
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fff;
}

.c-glVideo__link {
  text-align: center;
  text-transform: uppercase;
  color: var(--ex-color-green);
  text-decoration: underline;
  font-weight: 600;
}

.c-glFinalSection {
  margin-top: 100px;
  padding: 50px 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-glFinalSection__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 555px;
  margin: auto;
}

.c-glFinalSection__content .c-glButton {
  margin: 0 auto;
}

.c-glFinalSection__img {
  display: none;
  margin-top: 15px;
  max-width: 100%;
}

.c-gl--tradeCSGO .c-glMain {
  background-image: url(assets/png/e8a5cbe1327e4aa66b4726638e6ce92c.png);
}

.c-gl--tradeCSGO .c-glFinalSection {
  background-image: url(assets/png/fe52248cb6d83322a394eaf3467bc85f.png);
}

.c-gl .c-trust__content {
  background: transparent;
  padding: 0;
  overflow: hidden;
}

.c-gl .c-trustList__item {
  background: transparent;
}

.c-gl .c-trustSocials__item {
  color: #393d46;
}

:root {
  --trustList-gap: 20px;
}

.c-trust__section {
  --ex-color-green: #49bc74;
  margin-bottom: 30px;
}

.c-trust__title {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 55px;
  text-transform: uppercase;
  text-align: center;
}

.c-trust__content {
  background: #1c1c1e;
  padding: 24px;
}

.c-trustList {
  display: flex;
  align-items: center;
  margin-left: calc(0px - var(--trustList-gap));
}

.c-trustList__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-left: var(--trustList-gap);
  margin-bottom: var(--trustList-gap);
  padding: 16px;
  background: #2b2b2e;
  border-radius: 2px;
  flex: 1;
  text-align: center;
  min-width: 130px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.c-trustList__img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 24px;
}

.c-trustList__title {
  font-weight: 900;
  font-size: 30px;
  color: var(--ex-color-white);
  margin-bottom: 16px;
}

.c-trustList__subTitle {
  font-size: 16px;
  color: var(--ex-color-white);
  text-transform: lowercase;
}

.c-trustSocials {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  margin-left: calc(0px - var(--trustList-gap));
  margin-bottom: calc(0px - var(--trustList-gap));
}

.c-trustSocials,.c-trustSocials__item {
  display: flex;
  align-items: center;
}

.c-trustSocials__item {
  flex: 1;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  margin-left: var(--trustList-gap);
  margin-bottom: var(--trustList-gap);
  color: #aaaaab;
}

.c-trustSocials__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
}

.c-trustSocials__text,.c-trustSocials__title {
  font-family: Montserrat,sans-serif;
  font-style: normal;
  color: #424e4b;
}

.c-trustSocials__text {
  font-weight: 500;
  font-size: 8px;
  line-height: 10px;
}

.c-trustSocials__item img {
  --ex-icon-size: 30px;
  margin-right: 15px;
  width: 27px;
  height: 24px;
}

:root {
  --scrollbar-track: var(--ex-bg-color--400);
  --scrollbar-thumb: var(--ex-color-secondary);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(2);
    opacity: 0;
  }
}

:root {
  --ex-height-cookie-banner: 65px;
}

.article {
  margin-top: 20px;
}

.article img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.article h2 {
  font-size: 24px;
}

.article h2,.article h3 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.article h3 {
  font-size: 20px;
}

@media (max-width:1280px) {
  :root {
    --buttonMinWidth: 150px;
  }
}

@media (max-width:767px) {
  .o-dmButton__text--mobile {
    text-transform: capitalize;
    display: block!important;
    position: absolute;
    bottom: -4px;
    width: 110%;
    left: 50%;
    transform: translate(-50%,100%);
    margin: 0;
    text-align: center;
    font-size: 11px;
  }

  .o-dmButton__text--value {
    font-size: 11px;
  }

  .c-gl__title {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #fdbb3f;
  }

  .c-glMain {
    background-position: 0;
  }

  .c-glMain__title {
    font-size: 40px;
  }

  .c-glMain__subtitle {
    font-size: 18px;
  }

  .c-glFinalSection {
    padding-bottom: 0;
  }
}

@media (max-width:480px) {
  .c-glButton {
    max-width: unset;
  }

  .c-glMainList__item {
    font-size: 14px;
  }

  .c-gl .c-trustSocials__item {
    background: transparent;
  }

  :root {
    --trustList-gap: 4px;
  }

  .c-trust__content {
    background: none;
    padding: 0;
  }

  .c-trustList__item {
    background: #2b2b2e;
  }

  .c-trustSocials__item {
    background: #1c1c1e;
    padding: 5px;
    max-width: calc(50% - var(--trustList-gap));
  }
}

@media (max-width:991px) {
  .c-glButton {
    align-self: center;
  }

  .c-glRow {
    flex-direction: column-reverse;
  }

  .c-trustList {
    flex-wrap: wrap;
  }
}

@media (max-height:1000px) {
  .c-glMain {
    height: auto;
    min-height: calc(86vh - 63px);
    max-height: unset;
  }
}

@media screen and (max-width:567px) {
  .c-glMainList {
    padding: 0;
    margin-top: 24px;
  }
}

@media (min-width:768px) {
  .c-glVideo {
    padding-bottom: 43%;
  }
}

@media (max-width:768px) {
  .c-glFinalSection__img {
    display: block;
  }

  .c-trustList__title {
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
  }

  .c-trustList__subTitle,  .c-trustList__title {
    font-family: Montserrat,sans-serif;
    color: #fff;
  }

  .c-trustList__subTitle {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }

  .c-trustList__item {
    padding: 0!important;
  }
}

@media screen and (max-width:480px) {
  .c-gl--tradeCSGO .c-glFinalSection {
    background-image: url(assets/png/e7f008ff165918543c19761664a42ce3.png)!important;
    background-size: contain;
    background-position: 0 250px;
    align-items: baseline;
    padding: 0;
    margin: 0;
    min-height: 600px;
  }

  .c-glMain {
    background-image: url(assets/png/d26c0d774a7e24825e22b328a9d33da0.png)!important;
    height: 372px!important;
    min-height: auto!important;
    margin-bottom: 150px!important;
  }

  .c-glMain .l-container {
    position: relative;
    padding-top: 40px;
  }
}