.anychart-credits
{
	display: none;
}

.trading-stats
{
  /*margin: 0 auto;*/
  width: calc(100vw - 40px);
  max-width: 1440px;

  margin: -50px auto -120px;
  transform: scale(0.8, 0.8);
}

.trading-stats__item
{
  height: 56px;
  padding: 30px;
  display: grid;
  /*grid-template-columns: 21vw 115px 210px 210px 192px 137px;*/
  grid-template-columns: 350px 135px 210px 210px 210px 105px;
  justify-content: space-between;
  font-size: 20px;
  align-items: center;
  border-radius: 0;
  transition: box-shadow .35s ease, border-color .35s ease;
  position: relative;
}

.trading-stats__item-block:nth-child(n+3) {
  border-top: 1px solid #e9edf0
}

.trading-stats__item:hover {
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(73, 160, 199, .18);
  border-color: transparent
}

.trading-stats__item_header {
  height: unset;
  padding: 0 30px;
  font-size: 16px;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 15px
}

.trading-stats__item_header:hover {
  box-shadow: none!important
}

.trading-stats__item_header .trading-stats__item-change {
  color: unset
}

.trading-stats__item_header .trading-stats__item-price
{
   font-weight: 400;
   white-space: nowrap;
}

.trading-stats__item_header .trading-stats__item-info {
  padding-left: 66px
}

.trading-stats__item-info {
  display: flex;
  align-items: center;
  padding-right: 25px
}

.trading-stats__item-button
{
  border-radius: 46px;
  height: 52px;
  border: 2px solid #03a9f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #03a9f4;
  transition: all .2s ease;
  cursor: pointer;
  text-transform: uppercase;
}

.trading-stats__item-button:hover {
  color: #fff;
  background: #03a9f4
}

.trading-stats__item-button:hover path {
  stroke: #fff
}

.trading-stats__item-order {
  display: flex;
  align-items: center
}

.trading-stats__item-order-arrow {
  margin-right: 9px
}

.trading-stats__item-order-size {
  margin-right: 5px
}

.trading-stats__item-order-symbol {
  color: #9ba8ad
}

.trading-stats__item-change {
  color: #3fd027
}

.trading-stats__item-change_down {
  color: #f0937c
}

.trading-stats__item-change_down .trading-stats__item-change_percent {
  background: rgba(240, 147, 124, .2)
}

.trading-stats__item-change_fraction {
  opacity: .5
}

.trading-stats__item-change_percent
{
	background: rgba(36, 193, 12, .2);
	border-radius: 5px;
	/*font-weight: 600;*/
	font-weight: 400;
	padding: 4px;
	margin-right: 12px;
}

.trading-stats__item-change_percent_symbol {
  opacity: .5
}

.trading-stats__item-price
{
	/*font-weight: 600;*/
	font-weight: 400;
	display: flex;
}

.trading-stats__item-price_grey {
  color: #9ba8ad
}

.trading-stats__item-name
{
	/*font-weight: 600;*/
	font-weight: 400;
}

.trading-stats__item-icon {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 14px
}

.trading-stats__item-symbol
{
   color: #9ba8ad;
   /*margin-left: auto;*/
   position: absolute;
   left: 250px;
}

.trading-stats__wrapper
{
  background: #fff;
  /*min-width: 1377px;*/
}

.home-slider.slider-block--trade .slider .slick-dots {
  bottom: -50px
}

.home-slider .slider .slick-arrow {
  background: hsla(0, 0%, 100%, .18);
  transition: background-color .2s ease
}

.home-slider .slider .slick-arrow:hover {
  background: hsla(0, 0%, 100%, .03)
}

.home-slider .slider .slick-dots button {
  height: 6px;
  width: 122px;
  border-radius: 15px;
  background: hsla(0, 0%, 100%, .3)
}

.home-slider .slider .slick-dots .slick-active button {
  background: #fff
}

.slider-block--trade
{
	transform: scale(0.9, 0.9);
	max-width: 1050px;
}

.slider-block
{
   margin-bottom: 0;
}

.welcome
{
	margin-bottom: 180px;
}

.slick-list
{
	margin: 0 10px;
}

.trading-stats__item-button
{
	transform: scale(1.2, 1.2);
	height: 42px;
	font-size: 14px;
	width: 103px;
}
.trading-stats__item-button svg
{
	height: 10px !important;
	margin-left: 15px !important;
}


@media (max-width:1400px)
{
   .trading-stats__item_header .trading-stats__item-price
   {
      white-space: inherit;
   }

   .trading-stats__item-symbol
   {
      display: none;
   }

   .trading-stats__item
   {
      grid-template-columns: 180px 90px 160px 190px 150px 105px;
   }
}

@media (max-width:1300px)
{
   .trading-stats__item_header .trading-stats__item-price
   {
      white-space: inherit;
   }

   .trading-stats__item-order
   {
      display: none;
   }

   .trading-stats__item
   {
      grid-template-columns: 180px 90px 160px 190px 105px;
   }

   .trading-stats__wrapper
   {
      padding-bottom: 70px;
   }
}

@media (max-width:1250px)
{
	.welcome
	{
		margin-bottom: 30px;
	}

	.slider-block
	{
		margin-bottom: 0;
	}

	.trading-stats
	{
		margin-top: -80px;
	}

	.slider-block--trade
	{
		max-width: 700px;
	}
}

@media (max-width:1000px)
{
   .trading-stats__item_header .trading-stats__item-price
   {
      white-space: inherit;
   }

   .trading-stats__item-symbol,
   .trading-stats__item-order,
   .trading-stats__item-chart
   {
      display: none;
   }

   .trading-stats__item
   {
      grid-template-columns: 150px 90px 190px 105px;
   }
}

@media (max-width:900px)
{
	.slider-block--trade
	{
		max-width: 400px;
	}
}

@media (max-width:800px)
{
	.slider-block--trade
	{
		height: 170px;
	}
}

@media (max-width:767px)
{
   .trading-stats__item_header .trading-stats__item-price
   {
      white-space: inherit;
   }

   .trading-stats__item-symbol,
   .trading-stats__item-order,
   .trading-stats__item-chart,
   .trading-stats__item-button
   {
      display: none;
   }

   .trading-stats__item
   {
      grid-template-columns: 130px 90px 190px;
   }
}

@media (max-width:500px)
{
   .trading-stats__item_header .trading-stats__item-price
   {
      white-space: inherit;
   }

   .trading-stats__item-change_main,
   .trading-stats__item-symbol,
   .trading-stats__item-order,
   .trading-stats__item-chart,
   .trading-stats__item-button
   {
      display: none;
   }

   .trading-stats__item
   {
      grid-template-columns: 160px 110px 100px;
   }

   .slider-block--trade
	{
		max-width: 330px;
		height: 170px;
	}
}

@media (max-width:450px)
{
   .trading-stats__item_header .trading-stats__item-price
   {
      white-space: inherit;
   }

   .trading-stats__item-symbol,
   .trading-stats__item-change,
   .trading-stats__item-order,
   .trading-stats__item-chart,
   .trading-stats__item-button
   {
      display: none;
   }

   .trading-stats__item
   {
      grid-template-columns: 100px 100px;
   }
}

.currency-card-price span
{
   color: #042433;
}

span.insgnzrs
{
   opacity: 0.5;
}
.trading-stats__item-price span.insgnzrs,
.trading-stats__item-order-size span.insgnzrs
{
   opacity: 0.3;
}

.slick-initialized .slick-slide
{
	margin: 0 5px;
}

.trading-stats__item
{
	cursor: pointer;
}
.trading-stats__item:hover .trading-stats__item-button
{
	color: #fff;
   background: #03a9f4
}
.trading-stats__item:hover .trading-stats__item-button path
{
  stroke: #fff
}

.currency-card-heading span
{
	font-weight: 300;
}

.fa-ust::before
{
  content: "Ŧ";
}
