@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap";
.Loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 120px;
  color: #c9aa4c;
  font-size: 25px;
}
.BaseLazyRenderer.is-active {
  min-height: 40vh;
}
.DashBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50vh;
  min-height: 30rem;
  width: 100%;
  background: url(/img/welcome/dashBannerMobile.png);
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  .DashBanner {
    min-height: 20rem;
    height: 20rem;
    padding-left: 7.5%;
    background: url(/img/welcome/dashBanner.png);
    background-size: 100% 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .DashBanner {
    padding-left: 10%;
    min-height: 20rem;
  }
}
.DashBanner__dots {
  display: none;
}
@media (min-width: 992px) {
  .DashBanner__dots {
    display: block;
    margin-top: 2rem;
    width: 33%;
    height: 7px;
    margin-bottom: -1rem;
  }
}
@media (min-width: 1440px) {
  .DashBanner__dots {
    width: 417px;
  }
}
.DashBanner__logo {
  height: 9vh;
  min-height: 5rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .DashBanner__logo {
    position: absolute;
    right: 5%;
    top: 20%;
    max-height: 5rem;
  }
}
@media (min-width: 1440px) {
  .DashBanner__logo {
    right: 10%;
    top: 20%;
    max-height: 5rem;
  }
}
.DashBanner__date {
  margin: 0.5rem 0 1rem;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: #fff;
}
@media (min-width: 992px) {
  .DashBanner__date {
    font-size: 1.5rem;
  }
}
.DashBanner__button {
  padding: 2.5vw 12.5vw;
  background: #c5b358;
  border-radius: 5px;
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  border: none;
  color: #27221f;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .DashBanner__button {
    padding: 1rem 4.5rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .DashBanner__button {
    position: absolute;
    right: 5%;
    bottom: 15%;
    padding: 0.5rem 3rem;
  }
}
@media (min-width: 1440px) {
  .DashBanner__button {
    right: 10%;
  }
}
.DashBanner__button:active,
.DashBanner__button:focus,
.DashBanner__button:hover {
  color: #27221f;
}
.DashBanner h1 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .DashBanner h1 {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .DashBanner h1 {
    font-size: 3.25rem;
    margin-bottom: 1rem;
  }
}
.DashBanner h1 span {
  font-weight: 600;
}
.DashBanner h4 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0;
  font-size: 1.75rem;
  text-align: center;
  padding: 0 10%;
}
@media (min-width: 992px) {
  .DashBanner h4 {
    padding: 0;
    color: #008de4;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
}
.MarketTabs.spaceAround .MarketTabs__tabs._groups {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (min-width: 992px) {
  .MarketTabs.spaceAround .MarketTabs__tabs._moneys {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.MarketTabs__divider {
  height: 2px;
  background-color: #f2f2f2;
}
.BaseLayout.is-dark .MarketTabs__divider {
  background-color: #909090;
}
.MarketTabs__tabs {
  font-size: 28px;
  color: ORANGE;
}
.MarketTabs__tabs._groups .MarketTabs__tab.is-active:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #b1a14f;
  border-radius: 1px;
}
.MarketTabs__tabs._moneys {
  max-height: 26px;
  min-height: 26px;
  -webkit-transition: max-height 0.2s, min-height 0.2s, opacity 0.2s;
  transition: max-height 0.2s, min-height 0.2s, opacity 0.2s;
}
.MarketTabs__tabs._moneys:empty {
  opacity: 0;
  max-height: 0 !important;
  overflow: hidden;
  min-height: 0 !important;
}
.MarketTabs__tab {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.MarketTabs__tab.is-active {
  color: #b1a14f;
  color: var(--c-main-yellow, #b1a14f);
}
.BaseStatefulValue {
  contain: paint;
  will-change: color;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.BaseStatefulValue.isUp0 {
  -webkit-animation-name: showUp0;
  animation-name: showUp0;
}
.BaseStatefulValue.isUp1 {
  -webkit-animation-name: showUp1;
  animation-name: showUp1;
}
.BaseStatefulValue.isDown0 {
  -webkit-animation-name: showDown0;
  animation-name: showDown0;
}
.BaseStatefulValue.isDown1 {
  -webkit-animation-name: showDown1;
  animation-name: showDown1;
}
@-webkit-keyframes showUp0 {
  to {
    color: #4aa657;
  }
}
@keyframes showUp0 {
  to {
    color: #4aa657;
  }
}
@-webkit-keyframes showUp1 {
  to {
    color: #4aa657;
  }
}
@keyframes showUp1 {
  to {
    color: #4aa657;
  }
}
@-webkit-keyframes showDown0 {
  to {
    color: #c8313e;
  }
}
@keyframes showDown0 {
  to {
    color: #c8313e;
  }
}
@-webkit-keyframes showDown1 {
  to {
    color: #c8313e;
  }
}
@keyframes showDown1 {
  to {
    color: #c8313e;
  }
}
.WelcomeMarketRow {
  display: grid;
  grid-template-columns: 0.2fr 0.8fr 1fr 0.7fr 1.2fr;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-bottom: 1px solid #e8e9ea;
  line-height: 1;
  font-size: 0.875rem;
  color: #5c5a76;
  color: var(--c-alt-text, #5c5a76);
}
.WelcomeMarketRow:hover {
  background-color: #f7f7f7;
}
.BaseLayout.is-dark .WelcomeMarketRow:hover {
  background-color: #2a2a2a;
}
.WelcomeMarketRow__favIcon {
  font-size: 0.8rem;
  color: #c3c6c9;
}
.WelcomeMarketRow__favIcon.isFavorite {
  color: #c9aa4c;
}
.WelcomeMarketRow__cell {
  padding: 0.5rem;
  color: #25233a;
  color: var(--c-main-text, #25233a);
}
@media (min-width: 768px) {
  .WelcomeMarketRow__cell {
    padding: 0.75rem;
  }
}
.WelcomeMarketRow__cell:first-child,
.WelcomeMarketRow__cell:nth-child(3),
.WelcomeMarketRow__cell:nth-child(4),
.WelcomeMarketRow__cell:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.WelcomeMarketRow__cell:first-child {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.WelcomeMarketRow__priceInUsdt {
  color: #969fa8;
}
.WelcomeMarketRow__stock:after {
  content: "/";
  margin: 0 3px;
}
.WelcomeMarketRow__money {
  color: #969fa8;
}
.WelcomeMarketRow__change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margint: -0.1rem 0;
  height: 1.85rem;
  min-width: 55px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .WelcomeMarketRow__change {
    margin: -0.5rem 0;
    min-width: 80px;
  }
}
.WelcomeMarketRow__change.is-same {
  background-color: #e4f4fc;
  color: #8598a8;
}
.WelcomeMarketRow__change.is-up {
  background-color: #e6f5ee;
  color: #09a25c;
}
.WelcomeMarketRow__change.is-down {
  background-color: #fbe9ec;
  color: #da2541;
}
.WelcomeMarketsTable {
  height: 300px;
}
@media (min-width: 768px) {
  .WelcomeMarketsTable {
    height: 500px;
  }
}
.WelcomeMarketsTable__headers {
  display: grid;
  grid-template-columns: 0.2fr 0.8fr 1fr 0.7fr 1.2fr;
  background-color: #f9fafb;
  border-bottom: 1px solid #e8e9ea;
  border-top: 1px solid #e8e9ea;
  font-size: 0.75rem;
  color: #969fa8;
  line-height: 1;
  text-transform: uppercase;
}
.WelcomeMarketsTable__headers > span {
  padding: 0.8rem;
}
.WelcomeMarketsTable__rows {
  overflow-y: auto;
}
.WelcomeMarketsTable__rows::-webkit-scrollbar,
.WelcomeMarketsTable__rows ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.WelcomeMarketsTable__rows::-webkit-scrollbar-thumb,
.WelcomeMarketsTable__rows ::-webkit-scrollbar-thumb {
  background: #e9e9e9;
  background: var(--c-scroll-thumb, #e9e9e9);
}
.WelcomeMarketsTable__rows::-webkit-scrollbar-track,
.WelcomeMarketsTable__rows ::-webkit-scrollbar-track {
  background: var(--c-scroll);
}
.Markets {
  width: auto;
}
.Markets .MarketTabs__tabs._moneys {
  min-height: 33px;
  max-height: 33px;
}
@media (min-width: 768px) {
  .Markets .MarketTabs__tabs._moneys {
    min-height: 47px;
    max-height: 47px;
  }
}
.InfiniteSlider {
  width: 500%;
  contain: content;
  position: relative;
  pointer-events: unset;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: slide linear infinite;
  animation: slide linear infinite;
  -webkit-animation-duration: var(--duration);
  animation-duration: var(--duration);
}
.InfiniteSlider:active,
.no-touch .InfiniteSlider:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.InfiniteSlider > * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@-webkit-keyframes slide {
  to {
    -webkit-transform: translate3d(var(--endTranslateX), 0, 0);
    transform: translate3d(var(--endTranslateX), 0, 0);
  }
}
@keyframes slide {
  to {
    -webkit-transform: translate3d(var(--endTranslateX), 0, 0);
    transform: translate3d(var(--endTranslateX), 0, 0);
  }
}
.MarketsBar {
  background: #2d2926;
  overflow-x: hidden;
}
.MarketsBar__slider {
  min-height: 43px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.MarketsBar__slider.isActive {
  opacity: 1;
}
@media (min-width: 768px) {
  .MarketsBar__slider {
    height: 50px;
  }
}
.MarketsBar__pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  line-height: 1.1;
  cursor: pointer;
  font-size: 0.8125rem;
  color: #fff;
  color: var(--c-opposite-text, #fff);
  font-weight: 800;
}
.MarketsBar__price {
  font-weight: 600;
}
.MarketsBar__change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7a7a;
}
.MarketsBar__change.is-up {
  color: #31b787;
}
.MarketsBar__change.is-up:before {
  content: "+";
}
.MarketsBar__change.is-down {
  color: #e43f67;
}
.NewsWhite {
  height: 240px;
  width: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .NewsWhite {
    height: 80px;
  }
}
.NewsWhite__newsContainer {
  height: 100%;
}
@media (min-width: 768px) {
  .NewsWhite__newsLink height to {
    border: none;
  }
}
.NewsWhite__postTitle {
  font-size: 1.3rem;
  color: #c8313e;
  color: var(--c-accent, #c8313e);
  font-weight: 500;
}
.NewsWhite__day {
  color: #2e384d;
  font-size: 28px;
  width: 48px;
  height: 40px;
  border-bottom: 1px solid #c9aa4c;
}
.NewsWhite__monthAndYear {
  font-size: 0.9rem;
  color: BLACK;
  color: var(--c-black, BLACK);
  font-weight: 400;
}
.NewsWhite__skeletonView {
  width: 100%;
  height: 79px;
}
.NewsWhite__skeletonBlock {
  width: 250px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.NewsWhite__skeletonCircle {
  width: 48px;
  height: 48px;
  background-color: #ddd;
  border-radius: 100%;
}
.NewsWhite__skeletonPostTitle {
  width: 180px;
  height: 20px;
  background-color: #ddd;
  border-radius: 10px;
}
.TopSection {
  background: #27221f url(/img/welcome/topSectionBg.svg);
  background-size: 100% 100%;
  z-index: 2;
  padding: 0 25px;
  position: relative;
  max-height: 350px;
  height: 350px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 550px) {
  .TopSection {
    max-height: 300px;
    height: 300px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .TopSection {
    padding: 0 210px 0 130px;
  }
}
@media (min-width: 1920px) {
  .TopSection {
    height: 550px;
    max-height: 550px;
  }
}
.TopSection__header {
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 300;
  border-color: #222;
  margin-bottom: 12px;
  font-size: 1.5rem;
}
@media (min-width: 550px) {
  .TopSection__header {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .TopSection__header {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .TopSection__header {
    font-size: 2.25rem;
  }
}
.TopSection__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 414px) {
  .TopSection__title {
    font-size: 2.25rem;
  }
}
.TopSection__icon {
  width: 200px;
  margin-bottom: 30px;
}
@media (min-width: 550px) {
  .TopSection__icon {
    margin-bottom: 0;
    min-width: 260px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .TopSection__icon {
    min-width: 300px;
    height: auto;
  }
}
@media (min-width: 1920px) {
  .TopSection__icon {
    width: 500px;
    height: 300px;
  }
}
.TopSection .BaseButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #c5b358;
  font-size: 0.875rem;
  color: #151515;
  color: var(--c-dark-text, #151515);
  font-weight: 400;
  width: 208px;
  height: 48px;
  border-color: #222;
  text-transform: uppercase;
  -webkit-transition: color 0.2s, -webkit-transform 0.3s;
  transition: color 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.2s;
  transition: transform 0.3s, color 0.2s, -webkit-transform 0.3s;
}
.TopSection .BaseButton:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  color: #fff;
}
.Welcome {
  margin: 0 -15px;
}
