/*-------------------------reset-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1.3;
  font-size: 15px;
  background-color: #fcfdff;
  color: #5f5f5f;
  overflow-x: hidden;
  min-height: 100vh; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body * {
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-style: normal; }

.containerb {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

img {
  max-width: 100%;
  height: auto; }

a,
a:hover,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease; }

.dflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

strong {
  color: #303f4d;
  font-weight: 600; }

/*-------------------------firstscreen------------------------*/
.home .header {
  padding-bottom: 220px; }

.btnpurple {
  font-size: 15px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #883ffb;
  background: linear-gradient(90deg, #883ffb 0%, #4b5ffc 100%);
  height: 60px;
  padding: 0 45px;
  display: inline-flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .btnpurple:hover {
    background: #883ffb;
    background: linear-gradient(279deg, #883ffb 0%, #4b5ffc 100%); }

.firstscreen {
  color: #fff;
  padding-bottom: 38px; }
  .firstscreen__bottom {
    align-items: center; }
    .firstscreen__bottom_a {
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      font-weight: 700;
      flex-basis: 61px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      padding: 10px; }
      .firstscreen__bottom_a:hover {
        background-color: rgba(255, 255, 255, 0.4); }
  .firstscreen__bottomrow {
    flex-basis: calc(100% - 70px);
    padding-left: 30px; }
  .firstscreen__bottomitem {
    flex-basis: 33%; }
    .firstscreen__bottomitem:hover {
      text-decoration: underline; }

.header {
  padding-top: 30px;
  padding-bottom: 125px; }
  .header .dflex {
    align-items: center; }
  .header__logo {
    flex-basis: 170px; }
  .header__right {
    flex-basis: calc(97% - 170px); }
  .header__menu {
    justify-content: flex-end; }
  .header__login a:hover {
    color: #8242fb; }
  .header__lang {
    margin-right: 28px;
    display: inline-flex;
    text-transform: uppercase;
    padding: 0 12px 0 37px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 38px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative; }
    .header__lang:before {
      content: "";
      display: block;
      background-image: url(../images/lang.png);
      background-repeat: no-repeat;
      width: 15px;
      height: 15px;
      position: absolute;
      left: 10px;
      top: 9px; }
  .header .btna {
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    margin-left: 28px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .header .btna:hover {
      background-color: white; }

.hamburger {
  display: none; }

.menunav ul {
  display: flex;
  align-items: center; }
  .menunav ul a {
    display: block;
    margin-right: 40px; }
    .menunav ul a:hover {
      color: #8242fb; }

.lang__hidden {
  display: none;
  position: absolute;
  top: 40px;
  right: 5px;
  width: 100%;
  text-align: right; }
  .lang__hidden li {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .lang__hidden li:hover {
      color: #8242fb; }

.firstinside__title {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px; }
  .firstinside__title span {
    color: #8242fb;
    font-weight: 700; }
.firstinside__subtitle {
  margin-bottom: 55px;
  font-size: 17px;
  line-height: 1.7;
  color: #fff;
  text-align: center; }

.getstart {
  margin-bottom: 103px; }
  .getstart__inside {
    justify-content: center; }
  .getstart__input {
    height: 55px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 0;
    outline: none;
    width: 400px;
    padding: 0 15px;
    font-weight: 600; }
  .getstart__btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
    outline: none;
    height: 55px;
    font-weight: 700; }

.homeitem {
  width: 270px;
  padding: 21px 15px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .homeitem__left {
    flex-basis: calc(100% - 65px); }
  .homeitem__title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 23px; }
  .homeitem__details {
    line-height: 1.7;
    font-size: 13px;
    font-weight: 500;
    color: #d0ddfc; }
    .homeitem__details span {
      color: #fff;
      font-weight: 700;
      font-size: 15px; }
    .homeitem__details .greenval {
      color: #00c162; }
  .homeitem__right {
    margin-top: 10px;
    display: flex;
    align-items: flex-end;
    flex-basis: 61px;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat; }
    .homeitem__right_green {
      color: #10d078;
      background-image: url(../images/graf1.png); }
    .homeitem__right_red {
      color: #dc0000;
      background-image: url(../images/graf2.png); }
    .homeitem__right_green2 {
      color: #10d078;
      background-image: url(../images/graf3.png); }
  .homeitem__value {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 600; }

/*-------------------------homeexchange------------------------*/
.homeexchange {
  padding-bottom: 100px;
  padding-top: 60px;
  background-color: #fcfdff; }

.pageNav {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden; }
  .pageNav__tabList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #1652f0; }
  .pageNav__tabItem {
    flex-grow: 1;
    height: 62px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #1652f0;
    margin-bottom: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 14.5%;
    color: #1c2437;
    font-weight: 700;
    background: #fff;
    cursor: pointer;
    transition: all 0.3 ease-in-out;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3 ease-in-out;
    -ms-transition: all 0.3 ease-in-out;
    -o-transition: all 0.3 ease-in-out;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .pageNav__tabItem img {
      display: inline-block;
      margin-right: 20px; }
    .pageNav__tabItem--active {
      background: #fafafa;
      color: #1652f0;
      border-top: 1px solid #1652f0;
      border-color: #1652f0;
      border-bottom: 1px solid transparent; }
    .pageNav__tabItem:first-child {
      border-left: 0;
      border-top-left-radius: 5px; }
  .pageNav__contentList {
    background: #eee; }
  .pageNav__contentItem {
    font-size: 14px;
    display: none; }
    .pageNav__contentItem--active {
      display: block; }

.searchblock {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-right-radius: 5px;
  flex-basis: 27.5%; }
  .searchblock__inside {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .searchblock__input {
    width: 100%;
    border: 0;
    outline: none;
    height: 60px;
    padding-left: 20px;
    padding-right: 50px;
    font-weight: 600;
    font-size: 15px; }
  .searchblock__btn {
    background-color: transparent;
    border: 0;
    flex-basis: fill;
    position: absolute;
    outline: none;
    cursor: pointer;
    right: 20px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .searchblock__btn:hover {
      color: #8242fb; }

/*-------------------------tableb------------------------*/
.tableb__header {
  background-color: #fafafa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tableb__header .tableb__row div {
    font-weight: 400;
    font-size: 14px; }
  .tableb__header .tableb__star {
    opacity: 0; }
  .tableb__header .tableb__change {
    display: flex;
    align-items: center; }
    .tableb__header .tableb__change img {
      display: inline-block;
      margin-left: 5px; }
.tableb__row {
  padding-right: 50px;
  padding-left: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -ms-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  font-weight: 500;
  color: #797979; }
  .tableb__row div {
    font-weight: 600; }
  .tableb__row:hover {
    background: #fafafa; }
  .tableb__row:last-child {
    border: 0; }
.tableb__star {
  margin-right: 2.7%;
  flex-basis: 16px;
  height: 15px;
  background-image: url(../images/icon_star_grey.png);
  background-repeat: no-repeat; }
  .tableb__star.active {
    background-image: url(../images/icon_star_gold.png); }
.tableb__pair {
  flex-basis: 16.4%; }
.tableb__lastprice {
  flex-basis: 17.8%; }
  .tableb__lastprice span {
    font-weight: 700; }
.tableb__change {
  flex-basis: 11%;
  text-align: center; }
  .tableb__change_red {
    color: #dc0000; }
  .tableb__change_green {
    color: #00c162; }
.tableb__high {
  font-weight: 700;
  flex-basis: 13.2%;
  text-align: right; }
.tableb__low {
  flex-basis: 17.8%;
  text-align: right; }
.tableb__volume {
  flex-basis: 19.2%;
  text-align: right; }
.tableb__content {
  background-color: #fff; }
  .tableb__content .tableb__row {
    height: 60px; }
.tableb__lastpricegreen {
  color: #00c162; }
.tableb__lastpricered {
  color: #dc0000; }

/*-------------------------bestthree------------------------*/
.bestthree {
  padding-top: 137px;
  padding-bottom: 158px;
  position: relative; }
  .bestthree:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 30px;
    background-image: url(../images/bg_circle_line.png);
    background-repeat-y: no-repeat;
    left: 0;
    top: -15px; }
  .bestthree__item {
    text-align: center; }
  .bestthree__img {
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 3px 7px 0px black;
    -moz-box-shadow: 0px 3px 7px 0px black;
    box-shadow: 0px 3px 7px 0px black;
    height: 125px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; }
  .bestthree__title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 600; }

/*-------------------------advanced------------------------*/
.advanced {
  padding-top: 115px;
  padding-bottom: 60px; }
  .advanced__left {
    flex-basis: 38%; }
  .advanced__title {
    font-size: 40px;
    color: #303f4d;
    font-weight: 600;
    margin-bottom: 40px; }
  .advanced__descr {
    color: #6b87a4;
    font-size: 17px;
    line-height: 1.7; }
    .advanced__descr p {
      margin-bottom: 30px; }
  .advanced__right {
    flex-basis: 56%; }
  .advanced .btnpurple {
    margin-top: 20px;
    height: 50px;
    padding: 0 28px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff !important; }
    .advanced .btnpurple span {
      font-weight: 600; }
    .advanced .btnpurple .fa {
      font-size: 20px;
      display: inline-block;
      margin-left: 5px; }
  .advanced .containerb {
    align-items: center;
    max-width: 1320px; }

/*-------------------------ourwallets------------------------*/
.ourwallets {
  background-color: #f2f7ff;
  padding-bottom: 115px;
  text-align: center; }
  .ourwallets__desr {
    margin-bottom: 43px;
    color: #5f5f5f;
    font-weight: 500;
    margin-top: 25px;
    line-height: 1.7; }
    .ourwallets__desr span {
      font-weight: 500;
      color: #1652f0;
      display: block;
      margin-top: 5px; }
  .ourwallets__select {
    margin-bottom: 47px;
    justify-content: center; }
    .ourwallets__select input {
      display: none; }
      .ourwallets__select input:checked + span .ourwallets__circle {
        background-color: #1652f0;
        border-color: #1652f0;
        color: #fff; }
  .ourwallets__circle {
    cursor: pointer;
    font-size: 28px;
    color: #0b132d;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .ourwallets__title {
    color: #5f5f5f;
    font-weight: 700;
    margin-top: 15px;
    text-align: center;
    display: block; }

/*-------------------------latestnews------------------------*/
.latestnews {
  background-color: #f2f7ff;
  padding-bottom: 105px; }
  .latestnews__item {
    margin-top: 22px;
    flex-basis: calc(100% / 3 - 20px);
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 20px 45px -8px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 20px 45px -8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 20px 45px -8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 35px 30px; }
  .latestnews__date {
    font-size: 14px;
    text-transform: uppercase;
    color: #5f5f5f;
    margin-bottom: 7px; }
  .latestnews__title {
    color: #0b132d;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    display: block; }
    .latestnews__title:hover {
      color: #873ffb; }
  .latestnews__desr {
    color: #5f5f5f;
    margin-bottom: 25px;
    line-height: 1.7; }
  .latestnews__readmore {
    color: #873ffb;
    display: block;
    font-size: 14px;
    font-weight: 700; }
    .latestnews__readmore:hover {
      color: #000; }

.titleb {
  margin-bottom: 35px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #5f5f5f;
  font-size: 16px; }
  .titleb:before {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0; }
  .titleb span {
    position: relative;
    background-color: #f2f7ff;
    font-weight: 700;
    display: inline-block;
    padding: 0 30px; }

/*-------------------------prefooter------------------------*/
.prefooter {
  color: #fcfdff;
  padding: 90px 0 97px; }
  .prefooter__left {
    flex-basis: 49%; }
  .prefooter__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px; }
  .prefooter__right {
    flex-basis: 49%;
    justify-content: flex-end;
    align-items: center; }
    .prefooter__right span {
      font-size: 14px;
      font-weight: 700;
      margin-left: 15px;
      margin-right: 15px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.2); }
    .prefooter__right .btna {
      height: 60px;
      padding: 0 35px;
      font-weight: 700;
      background-color: rgba(255, 255, 255, 0.1);
      border: 2px solid rgba(255, 255, 255, 0.2);
      display: flex;
      border-radius: 5px;
      align-items: center;
      justify-content: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      .prefooter__right .btna:hover {
        background-color: rgba(255, 255, 255, 0.7);
        border-color: white;
        color: #13192b; }
      .prefooter__right .btna_blue {
        font-weight: 700;
        color: #1652f0 !important;
        border-color: #fcfdff;
        background-color: #fcfdff; }
  .prefooter .containerb {
    align-items: center; }

.homebg {
  background-image: url(../images/bg_prefooter.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fcfdff; }

/*-------------------------footer------------------------*/
.footer {
  background-color: #1f2738;
  padding-top: 110px;
  padding-bottom: 55px;
  color: #8e94a6; }
  .footer__left {
    flex-basis: 19%;
    margin-right: 5%; }
  .footer__logo a:hover {
    opacity: 0.7; }
  .footer__descr {
    margin-top: 28px;
    color: #717a8d;
    font-size: 12px;
    line-height: 1.5; }
  .footer__center {
    flex-basis: 51%; }
  .footer__centeritem {
    flex-basis: 33%; }
    .footer__centeritem a {
      display: block;
      margin-bottom: 21px; }
      .footer__centeritem a:hover {
        color: #fff; }
  .footer__title {
    font-weight: 700;
    color: #fff;
    font-size: 19px;
    margin-bottom: 45px;
    margin-top: 18px; }
  .footer__right {
    flex-basis: 25%; }
  .footer__rightli {
    margin-bottom: 11px; }
    .footer__rightli a {
      color: #fff; }
      .footer__rightli a:hover {
        opacity: 0.7; }
  .footer__social {
    margin-top: 30px; }
    .footer__social ul {
      margin-top: 15px;
      justify-content: flex-start; }
      .footer__social ul li {
        margin-right: 30px; }
        .footer__social ul li a {
          color: #fff;
          font-size: 18px; }
          .footer__social ul li a:hover {
            color: #1652f0; }

.underfooter {
  background-color: #1f2738;
  padding-bottom: 50px;
  color: #8e94a6;
  padding-top: 45px;
  border-top: 1px solid rgba(252, 253, 255, 0.1); }
  .underfooter__item {
    padding-left: 25px; }
    .underfooter__item span {
      color: #fff; }
  .underfooter .dflex {
    align-items: center; }

.mobileblock {
  display: none; }

/*-------------------------particles------------------------*/
/* ---- stats.js ---- */
.particles-js-canvas-el {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }

.count-particles {
  background: #fff;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #fff;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold; }

.js-count-particles {
  font-size: 1.1em; }

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px; }

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden; }

.count-particles {
  border-radius: 0 0 3px 3px; }

/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  height: 100%;
  background-color: #14162e; }

.particles-js-canvas-el {
  background-image: url("../images/bg_particular.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/*-------------------------logincenter------------------------*/
.logincenter__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px; }
.logincenter__white {
  margin-bottom: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  max-width: 470px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 3.4%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
.logincenter__whitetext {
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
  color: #5f5f5f;
  font-size: 14px; }
.logincenter__href {
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .logincenter__href:before {
    position: relative;
    top: 1px;
    content: "\f023";
    font-family: 'FontAwesome';
    font-size: 17px;
    color: #00c162;
    display: inline-block;
    margin-right: 5px; }
  .logincenter__href span {
    font-weight: 700;
    color: #00c162; }
.logincenter__formdetail {
  align-items: center;
  margin-bottom: 30px; }
  .logincenter__formdetail a {
    font-weight: 500; }
    .logincenter__formdetail a:hover {
      text-decoration: underline; }
.logincenter__formdetailleft {
  flex-wrap: wrap;
  display: flex;
  align-items: center; }
  .logincenter__formdetailleft span {
    font-weight: 500;
    display: inline-block;
    margin-left: 5px; }
  .logincenter__formdetailleft label {
    display: flex;
    align-items: center; }
  .logincenter__formdetailleft a {
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
    color: #1652f0; }
    .logincenter__formdetailleft a:hover {
      text-decoration: underline; }
.logincenter__bottom {
  text-align: left;
  font-size: 14px;
  color: #5f5f5f;
  margin-top: 25px;
  font-weight: 500; }
  .logincenter__bottom a {
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
    color: #1652f0; }
    .logincenter__bottom a:hover {
      text-decoration: underline; }
    .logincenter__bottom a.purpbold {
      font-weight: 700;
      color: #883ffb; }
.logincenter .btnpurple {
  width: 100%;
  display: block;
  height: 55px;
  font-size: 15px;
  font-weight: 700; }
.logincenter .logincenter__formtwo .logininput {
  flex-basis: 47%; }
.logincenter select {
  background-color: #f9f9f9;
  color: #5f5f5f;
  font-weight: 500;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(../images/selectarrow.png);
  background-repeat: no-repeat;
  background-position: 96% center; }

.logininput {
  display: block;
  margin-bottom: 30px;
  height: 55px;
  padding: 0 20px;
  font-weight: 500;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 15px;
  width: 100%; }

/*-------------------------maincontent------------------------*/
.maincontent {
  background-color: #fcfdff;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative; }
  .maincontent:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 30px;
    background-image: url(../images/bg_circle_line.png);
    background-repeat-y: no-repeat;
    left: 0px;
    top: -15px; }
  .maincontent .logincenter__form {
    max-width: 630px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .maincontent .logincenter__formtwo .logininput {
    flex-basis: 47%; }
  .maincontent textarea {
    resize: none;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 160px; }
  .maincontent .btnpurplemore {
    height: 55px;
    font-weight: 700; }

.contactblock {
  margin-bottom: 85px;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 120px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 8px 41px -18px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 8px 41px -18px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 8px 41px -18px rgba(0, 0, 0, 0.17); }
  .contactblock__left {
    margin-bottom: -5px;
    flex-basis: 49%; }
    .contactblock__left iframe {
      width: 100% !important;
      height: 405px !important; }
  .contactblock__right {
    flex-basis: 49%;
    padding-left: 9%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px; }
  .contactblock__title {
    margin-bottom: 45px;
    color: #0b132d;
    font-size: 24px;
    font-weight: 700; }
  .contactblock__ul li {
    padding-left: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left 14%;
    display: block;
    margin-bottom: 25px; }
  .contactblock__ul span,
  .contactblock__ul a {
    line-height: 1.7;
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 500; }
  .contactblock__ul a {
    display: block; }
    .contactblock__ul a:hover {
      color: #1652f0; }
  .contactblock__liadress {
    background-image: url(../images/icon_map.png); }
  .contactblock__limail {
    background-image: url(../images/icon_mail.png); }
  .contactblock__litel {
    background-image: url(../images/icon_tel.png); }

.capthcablock {
  display: flex;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 20px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  max-width: 300px;
  width: 100%;
  min-height: 75px;
  background-color: #f9f9f9;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-right: 10px; }
  .capthcablock__left span {
    font-weight: 500;
    display: inline-block;
    margin-left: 5px; }
  .capthcablock__left label {
    display: flex;
    align-items: center; }

.forsinglehead {
  padding-bottom: 25px; }
  .forsinglehead .header {
    padding-bottom: 115px; }

/*-------------------------singlenews------------------------*/
.singlenews {
  max-width: 1030px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }
  .singlenews ul {
    margin-bottom: 10px; }
  .singlenews li {
    margin-bottom: 15px;
    padding-left: 30px; }
    .singlenews li:before {
      padding-right: 15px;
      display: inline-block;
      content: "\f058";
      font-family: 'FontAwesome';
      color: #aaaaaa;
      font-size: 14px; }
  .singlenews .padd {
    padding-left: 30px;
    font-size: 16px;
    color: #0b132d; }

h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0b132d;
  margin-bottom: 30px; }

p {
  line-height: 1.7;
  margin-bottom: 20px; }

.mainscreen {
  text-align: center;
  width: 100%;
  margin-bottom: 25px; }

/*-------------------------newsblock------------------------*/
.newsblock {
  flex-basis: calc(100% / 3 - 1.5%);
  margin-right: 2.2%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 60px; }
  .newsblock:nth-child(3n) {
    margin-right: 0; }
  .newsblock__left {
    flex-basis: 100%; }
    .newsblock__left img {
      width: 100%; }
  .newsblock__right {
    flex-basis: 100%; }
  .newsblock__date {
    margin-top: 25px;
    color: #8440fb;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 25px;
    padding-right: 35px; }
  .newsblock__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #0b132d;
    padding-left: 25px;
    padding-right: 35px;
    margin-bottom: 20px; }
    .newsblock__title:hover {
      color: #8440fb; }
  .newsblock__descr {
    min-height: 112px;
    padding-left: 25px;
    padding-right: 35px;
    margin-bottom: 35px;
    line-height: 1.7;
    font-weight: 500; }
  .newsblock__bottom {
    padding-left: 25px;
    padding-right: 35px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .newsblock__bottom a {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
  .newsblock__spanmore {
    color: #8440fb;
    font-weight: 700;
    letter-spacing: -0.4px; }
  .newsblock__row {
    display: flex;
    flex-wrap: wrap; }
  .newsblock_full {
    -webkit-box-shadow: 0px 8px 41px -18px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 8px 41px -18px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 8px 41px -18px rgba(0, 0, 0, 0.17);
    display: flex;
    flex-basis: 100%;
    margin-bottom: 80px;
    margin-right: 0; }
    .newsblock_full .newsblock__left {
      flex-basis: 49%;
      line-height: 0; }
    .newsblock_full .newsblock__right {
      flex-basis: 51%;
      padding-left: 20px;
      padding-right: 10px; }
    .newsblock_full .newsblock__date {
      margin-bottom: 8px;
      margin-top: 77px; }
    .newsblock_full .newsblock__title {
      font-size: 24px;
      margin-bottom: 33px; }
    .newsblock_full .newsblock__descr {
      min-height: 160px; }
  .newsblock .btnpurple {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 15px; }

.paginationnews {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .paginationnews ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .paginationnews ul li a {
      height: 24px;
      display: flex;
      align-items: center;
      margin: 0 15px;
      padding: 0 10px;
      border-bottom: 1px solid #1652f0;
      color: #1a1a1a;
      font-size: 16px;
      font-weight: 600; }
      .paginationnews ul li a:hover, .paginationnews ul li a.active {
        color: #7748fb; }
  .paginationnews__btn {
    margin: 0 15px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #1a1a1a;
    border-radius: 5px;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .paginationnews__btn:hover {
      opacity: 1;
      background: linear-gradient(90deg, #883ffb 0%, #4b5ffc 100%);
      color: #fff; }
    .paginationnews__btn_noactive:hover {
      color: #1a1a1a;
      background: #fff; }

/*-------------------------cartstop------------------------*/
.cartstop {
  margin-bottom: 20px;
  align-items: center; }
  .cartstop__left {
    position: relative; }
    .cartstop__left select {
      min-width: 150px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      background-color: #f7f7f7;
      height: 50px;
      outline: none;
      padding-left: 45px;
      padding-right: 30px;
      background-image: url(../images/selectarrow.png);
      background-repeat: no-repeat;
      background-position: 95% center;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
      font-size: 13px;
      font-weight: 700;
      color: #797979; }
    .cartstop__left .img_currency {
      position: absolute;
      left: 12px;
      top: 12px; }
  .cartstop__right .searchblock {
    max-width: 270px;
    border: 0; }
    .cartstop__right .searchblock__input {
      height: 50px;
      width: 270px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      padding-right: 35px; }
    .cartstop__right .searchblock__btn {
      right: 8px; }

.cartstable .tableb {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
  color: #797979;
  font-weight: 500; }
  .cartstable .tableb span,
  .cartstable .tableb div {
    font-weight: 600; }
  .cartstable .tableb__row {
    padding: 0; }
    .cartstable .tableb__row:hover .tableb__numb {
      border: 0 !important; }

.tableb__numb {
  flex-basis: 4.3%;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
.tableb__name {
  flex-basis: 18.8%;
  text-align: left;
  display: flex;
  padding-left: 20px;
  align-items: center; }
  .tableb__name span {
    display: inline-block;
    margin-left: 5px; }
.tableb__price {
  flex-basis: 10%;
  text-align: right; }
.tableb__marketcap {
  flex-basis: 12%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .tableb__marketcap img {
    display: inline-block;
    margin-left: 4px; }
.tableb__24volume {
  flex-basis: 14%;
  text-align: right; }
.tableb__circulating {
  flex-basis: 14.5%;
  text-align: right; }
.tableb__24change {
  flex-basis: 11%;
  text-align: right; }
.tableb__supply {
  flex-basis: 14.5%;
  text-align: right;
  padding-right: 15px; }

/*-------------------------supportpage------------------------*/
.supportpage .logincenter__white {
  -webkit-box-shadow: 0px 8px 41px -18px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 8px 41px -18px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 8px 41px -18px rgba(0, 0, 0, 0.17);
  padding: 45px 8.5%; }
.supportpage .logincenter__whitetext {
  font-size: 24px;
  color: #0b132d;
  font-weight: 700;
  text-align: left;
  margin-bottom: 35px; }
.supportpage .logincenter__bottom {
  text-align: center; }
.supportpage .btnpurple {
  width: 100%;
  font-weight: 700;
  height: 55px; }

.supportpagetop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .supportpagetop__left {
    flex-basis: 40%; }
  .supportpagetop__item {
    margin-bottom: 35px; }
  .supportpagetop__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #8540fb;
    background: -webkit-linear-gradient(#8540fb, #4b5ffc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .supportpagetop__descr {
    padding-left: 50px;
    color: #5f5f5f;
    position: relative;
    background-image: url(../images/bg_line.png);
    background-repeat: no-repeat;
    background-position: 17px 0;
    line-height: 1.7;
    padding-bottom: 15px; }
  .supportpagetop__right {
    flex-basis: 40%;
    padding-top: 5px; }

.supportpagebottom {
  padding-top: 210px;
  padding-bottom: 80px;
  margin-top: 20px;
  background-image: url(../images/bg_charts.png);
  background-repeat: no-repeat;
  background-position: center top; }
  .supportpagebottom__row {
    margin-bottom: 87px; }
  .supportpagebottom__item {
    flex-basis: 25%;
    text-align: center;
    margin-bottom: 30px; }
  .supportpagebottom__title {
    font-size: 30px;
    margin-bottom: 10px;
    color: #893efb;
    font-weight: 700; }
  .supportpagebottom__descr {
    color: #5f5f5f;
    font-size: 18px;
    font-weight: 500; }
  .supportpagebottom__bot {
    text-align: center; }
  .supportpagebottom__bottitle {
    font-size: 36px;
    color: #0b132d;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: -20px; }

.maincontent_marginbottom0 {
  padding-bottom: 0; }

.downloadlinks {
  justify-content: center; }
  .downloadlinks__item {
    width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px; }
    .downloadlinks__item:hover {
      background-color: rgba(0, 0, 0, 0.04); }
  .downloadlinks__img {
    flex-basis: 60px;
    text-align: right; }
  .downloadlinks__descr {
    flex-basis: 140px;
    padding: 10px;
    text-align: left; }
  .downloadlinks__title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #797979; }
  .downloadlinks__text {
    font-size: 16px;
    color: #0b132d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }

/*-------------------------faq------------------------*/
.faqblock__content {
  margin-bottom: 115px; }
.faqblock__bottom {
  text-align: center; }
.faqblock__bottomtitle {
  font-size: 24px;
  color: #0b132d;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 1px; }
.faqblock__bottomdescr {
  margin-bottom: 30px;
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 500; }
.faqblock .btnpurple {
  margin: 0 15px;
  color: #fff;
  height: 50px;
  font-weight: 700; }
  .faqblock .btnpurple_black {
    background: linear-gradient(90deg, #07183c 0%, #010510 100%); }
    .faqblock .btnpurple_black:hover {
      background: linear-gradient(90deg, #010510 0%, #07183c 100%); }

/*-------------------------faqblock__content------------------------*/
.faqblock__content .pageNav {
  align-items: stretch;
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
  .faqblock__content .pageNav__tabList {
    width: 33%;
    float: left;
    background-color: transparent;
    border: 0; }
  .faqblock__content .pageNav__headerinside {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .faqblock__content .pageNav__tabItem {
    position: relative;
    border: 0 !important;
    background-color: transparent !important;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-left: 25px; }
    .faqblock__content .pageNav__tabItem:before {
      content: "";
      display: block;
      width: 5px;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background-color: transparent; }
    .faqblock__content .pageNav__tabItem:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      display: block;
      top: 0;
      left: 0; }
  .faqblock__content .pageNav__tabItem--active:before {
    background: #883ffb;
    background: linear-gradient(90deg, #883ffb 0%, #4b5ffc 100%); }
  .faqblock__content .pageNav__tabItem--active .faqblock__title {
    color: #8540fb;
    background: -webkit-linear-gradient(#8540fb, #4b5ffc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .faqblock__content .pageNav__contentList {
    float: right;
    width: 58%;
    background-color: transparent; }
.faqblock__content .faqblock__title {
  font-size: 18px;
  color: #0b132d;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px; }
.faqblock__content .faqblock__descr {
  padding-bottom: 20px;
  font-size: 15px;
  color: #5f5f5f;
  font-weight: 500;
  line-height: 1.7; }
.faqblock__content .faqblock__maintitle {
  background-color: transparent;
  font-size: 24px;
  font-weight: 700;
  color: #0b132d;
  margin-bottom: 50px; }

.faqinside {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .faqinside__item {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .faqinside__title {
    padding-right: 45px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #0b132d;
    padding-top: 25px;
    padding-bottom: 15px;
    position: relative; }
    .faqinside__title:before {
      content: "+";
      display: block;
      font-size: 30px;
      font-weight: 100;
      position: absolute;
      right: 7px;
      line-height: 1;
      top: calc(50% - 18px);
      color: #0b132d;
      z-index: 2; }
    .faqinside__title:after {
      content: "";
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 30px;
      height: 30px;
      display: block;
      position: absolute;
      right: 0;
      top: calc(50% - 15px); }
    .faqinside__title.active {
      color: #8540fb;
      background: -webkit-linear-gradient(#8540fb, #4b5ffc);
      -webkit-background-clip: text;
      font-weight: 700;
      -webkit-text-fill-color: transparent; }
      .faqinside__title.active:before {
        content: "-";
        color: #8540fb; }
  .faqinside__content {
    padding-right: 45px;
    padding-top: 25px;
    display: none;
    color: #5f5f5f;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7; }
    .faqinside__content p {
      font-weight: 600;
      margin-bottom: 25px; }

/*-------------------------exchorderbook------------------------*/
.exchorderbook {
  border: 1px solid rgba(252, 253, 255, 0.05);
  border-radius: 5px;
  background-color: #1b2334; }
  .exchorderbook__top {
    height: 35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between; }
  .exchorderbook__title {
    display: flex;
    align-items: center;
    flex-basis: 50%;
    font-size: 14px;
    font-weight: 700;
    color: #fff; }
    .exchorderbook__title img {
      display: inline-block;
      margin-left: 8px; }
    .exchorderbook__title_green {
      color: #00c162; }
  .exchorderbook__right {
    flex-basis: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .exchorderbook__filter {
    display: flex;
    align-items: center; }
    .exchorderbook__filter select {
      background-color: transparent;
      outline: none;
      border: 0;
      color: #797979;
      font-size: 13px;
      font-weight: 700; }
    .exchorderbook__filter label {
      align-items: center;
      width: 30px;
      cursor: pointer;
      display: flex;
      justify-content: center; }
      .exchorderbook__filter label span {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        width: 8px;
        height: 12px;
        display: block;
        background-repeat: no-repeat;
        background-image: url(../images/inputup.png); }
        .exchorderbook__filter label span.exchorderbook__filterdownloadarrow {
          width: 10px;
          height: 15px;
          background-image: url(../images/input_arrr.png); }
      .exchorderbook__filter label input {
        display: none; }
        .exchorderbook__filter label input:checked + span {
          background-image: url(../images/inputup_selected.png); }
          .exchorderbook__filter label input:checked + span.exchorderbook__filterdownloadarrow {
            background-image: url(../images/input_arrrr_selected.png); }
  .exchorderbook__filterdownloaddown {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .exchorderbook__header {
    color: rgba(252, 253, 255, 0.5);
    font-size: 12px;
    font-weight: 700;
    background-color: #272e3e;
    height: 40px;
    display: flex;
    align-items: center; }
    .exchorderbook__header div {
      font-weight: 700; }
    .exchorderbook__header_sec {
      padding-left: 10px;
      padding-right: 10px; }
  .exchorderbook__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    font-size: 13px;
    color: #fff; }
    .exchorderbook__row div {
      font-weight: 700; }
  .exchorderbook__price {
    padding-left: 10px;
    text-align: left;
    flex-basis: 30%; }
    .exchorderbook__price_red {
      color: #b71c10; }
    .exchorderbook__price_green {
      color: #00c162; }
  .exchorderbook__amount {
    flex-basis: 31%;
    text-align: right; }
  .exchorderbook__total {
    padding-right: 10px;
    text-align: right;
    flex-basis: 39%; }
  .exchorderbook__content .exchorderbook__row {
    margin-top: 10px;
    height: 20px;
    align-items: center; }
    .exchorderbook__content .exchorderbook__row:last-child {
      margin-bottom: 10px; }
  .exchorderbook__colorbg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #dd1900;
    opacity: 0.08;
    z-index: 1; }
    .exchorderbook__colorbg_green {
      background-color: #00c162; }

/*------------------------exchange------------------------*/
.header_exchange {
  padding-bottom: 0 !important; }

.exchange {
  padding-bottom: 50px;
  min-height: 90vh;
  background-color: #192030;
  padding-top: 50px; }
  .exchange__container {
    max-width: 1780px;
    padding: 0 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .exchange__top {
    justify-content: center; }
  .exchange__wrapper {
    flex-basis: calc(100% - 630px); }
  .exchange__leftsidebar {
    flex-basis: 300px; }
    .exchange__leftsidebar .searchblock {
      width: 100%;
      flex-basis: 100%; }
      .exchange__leftsidebar .searchblock__input {
        background-color: transparent;
        color: #fff;
        height: 35px;
        width: 100%;
        padding: 0px 25px 0 10px; }
      .exchange__leftsidebar .searchblock__btn {
        color: #fff;
        right: -2px; }
        .exchange__leftsidebar .searchblock__btn:hover {
          color: #1652f0; }
    .exchange__leftsidebar .exchorderbook:first-child {
      margin-bottom: 20px; }
      .exchange__leftsidebar .exchorderbook:first-child .exchorderbook__right {
        border-left: 1px solid rgba(255, 255, 255, 0.1); }
      .exchange__leftsidebar .exchorderbook:first-child .exchorderbook__content {
        overflow-y: auto;
        height: 490px; }
      .exchange__leftsidebar .exchorderbook:first-child .exchorderbook__amount,
      .exchange__leftsidebar .exchorderbook:first-child .exchorderbook__total {
        color: #797979; }
      .exchange__leftsidebar .exchorderbook:first-child .exchorderbook__price_red {
        color: #b71c10; }
      .exchange__leftsidebar .exchorderbook:first-child .exchorderbook__price_green {
        color: #00c162; }
    .exchange__leftsidebar .exchorderbook__row {
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
    .exchange__leftsidebar .exchorderbook__header .exchorderbook__row {
      color: rgba(252, 253, 255, 0.5); }
    .exchange__leftsidebar .exchorderbook__price {
      flex-basis: 40%;
      display: flex;
      align-items: center; }
      .exchange__leftsidebar .exchorderbook__price img {
        display: inline-block;
        margin-right: 10px; }
    .exchange__leftsidebar .exchorderbook__amount {
      flex-basis: 33%; }
    .exchange__leftsidebar .exchorderbook__total {
      flex-basis: 26%; }
    .exchange__leftsidebar .exchorderbook__content {
      overflow-y: auto;
      height: 397px; }
  .exchange__rightsidebar {
    flex-basis: 300px; }
  .exchange__latest {
    border: 1px solid rgba(252, 253, 255, 0.05);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #1b2334;
    margin-top: 20px; }
  .exchange__latesttitle {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 10px; }
  .exchange__latestheader {
    background-color: #272e3e;
    color: #a2a2a2;
    font-size: 12px;
    padding: 15px 0; }
    .exchange__latestheader div {
      font-weight: 600; }
  .exchange__latestrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .exchange__latesttime {
    flex-basis: 9.5%;
    padding-left: 10px; }
  .exchange__latestname {
    flex-basis: 14%; }
  .exchange__latestbuy {
    flex-basis: 13.5%; }
  .exchange__latestprice {
    flex-basis: 15.5%; }
  .exchange__latesttotal {
    flex-basis: 14%; }
  .exchange__latestfill {
    flex-basis: 13.5%; }
  .exchange__latestamount {
    flex-basis: 10%; }
  .exchange__lateststatus {
    flex-basis: 9%;
    text-align: right;
    padding-right: 10px; }
  .exchange__latestcontent .exchange__latestrow {
    color: #fff;
    font-size: 12px;
    height: 50px;
    align-items: center; }
    .exchange__latestcontent .exchange__latestrow div {
      font-weight: 700; }
  .exchange__nologin {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .exchange__nologintext {
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 600; }
    .exchange__nologintext a {
      color: #1652f0;
      font-weight: 600; }
      .exchange__nologintext a:hover {
        text-decoration: underline; }
  .exchange__tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(252, 253, 255, 0.1); }
  .exchange__tab {
    cursor: pointer;
    color: #fff;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-basis: 50px;
    border-left: 1px solid rgba(252, 253, 255, 0.1); }
    .exchange__tab:first-child {
      border: 0;
      flex-basis: 100px; }
    .exchange__tab.active {
      color: #0978ff;
      background-color: rgba(252, 253, 255, 0.1);
      border: transparent;
      position: relative; }
      .exchange__tab.active:before {
        width: 100%;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        z-index: 1;
        bottom: -1px;
        left: 0;
        background-color: rgba(255, 255, 255, 0.1); }
    .exchange__tab img {
      display: inline-block;
      margin-right: 5px; }

.exchangetoprow {
  margin-bottom: 50px; }
  .exchangetoprow__item_select {
    display: flex;
    align-items: center;
    min-width: 160px;
    border-right: 1px solid rgba(252, 253, 255, 0.1); }
    .exchangetoprow__item_select select {
      font-weight: 700;
      color: #fff;
      font-size: 16px;
      background-color: transparent;
      border: 0;
      outline: none; }
  .exchangetoprow__title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #717f9d; }
  .exchangetoprow__value {
    color: #fff;
    font-weight: 700;
    font-size: 15px; }
    .exchangetoprow__value span {
      font-weight: 700; }
  .exchangetoprow__red {
    color: #dd1900; }
  .exchangetoprow__green {
    color: #00c162; }

.exchange__tabitem .active {
  color: red; }

.exchange__tabitem {
  display: none; }

.exchange__tabitem:first-child {
  display: block; }

/*-------------------------marketdepth------------------------*/
.marketdepth {
  flex-basis: calc(50% - 10px);
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #1b2334; }
  .marketdepth__header {
    background-color: #272e3e;
    color: #fff;
    height: 35px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-weight: 700;
    font-size: 14px; }
  .marketdepth__content {
    font-size: 13px;
    color: rgba(252, 253, 255, 0.5);
    padding-top: 45px;
    padding-bottom: 35px;
    padding-left: 8px;
    padding-right: 45px; }
    .marketdepth__content div {
      font-weight: 600; }
  .marketdepth__inside {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .marketdepth__leftnumb {
    flex-basis: 30px; }
    .marketdepth__leftnumb span {
      font-weight: 600;
      color: rgba(252, 253, 255, 0.5);
      font-size: 13px;
      display: block;
      margin-bottom: 19px; }
  .marketdepth__rightgraf {
    position: relative;
    flex-basis: calc(100% - 30px); }
  .marketdepth__hoverinfo {
    position: absolute;
    top: 35px;
    background-color: #222c43;
    z-index: 1;
    padding: 10px 15px;
    left: 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .marketdepth__hoverinfo span {
      display: block;
      font-weight: 600;
      font-size: 13px;
      color: #fff;
      line-height: 1.7; }
  .marketdepth__bottom {
    margin-top: 15px;
    display: flex;
    justify-content: space-between; }
  .marketdepth__bottomtext {
    flex-basis: 50%;
    text-align: center; }

/*-------------------------limitorder------------------------*/
.limitorder {
  flex-basis: calc(50% - 10px);
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #1b2334; }

/*-------------------------adaptive------------------------*/
.limitorder__column {
  flex-basis: 50%; }
  .limitorder__column:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
    .limitorder__column:first-child .limitorder__contentheader {
      margin-right: -1px;
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
.limitorder__contentheader {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 700;
  padding-left: 13px;
  padding-right: 15px;
  min-height: 40px;
  display: flex;
  align-items: center; }
.limitorder__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 15px;
  margin-bottom: 10px; }
  .limitorder__row:first-child {
    margin-top: 15px; }
.limitorder__title {
  font-size: 13px;
  color: #797979;
  font-weight: 700;
  flex-basis: 36%; }
.limitorder__value {
  flex-basis: 64%;
  position: relative; }
.limitorder__input {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: transparent;
  height: 40px;
  padding-left: 8px;
  padding-right: 40px;
  font-weight: 700;
  width: 100%;
  color: #fff; }
  .limitorder__input_bg {
    background-color: #20293b; }
.limitorder__currency {
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 700; }
.limitorder__submit {
  padding-left: 13px;
  padding-right: 15px;
  display: flex;
  justify-content: flex-end; }
.limitorder__btn {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 64%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  outline: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #00c162;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-bottom: 15px; }
  .limitorder__btn:hover {
    opacity: 0.7; }
  .limitorder__btn_red {
    background-color: #dd1900; }
.limitorder .pageNav {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
  .limitorder .pageNav__tabList {
    width: 100%;
    border-bottom: 0;
    margin: 0;
    justify-content: flex-start; }
  .limitorder .pageNav__tabItem {
    max-width: 25%;
    border: 0;
    margin: 0;
    height: 35px;
    flex-basis: 25%;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .limitorder .pageNav__tabItem--active {
    border: 0;
    color: #0978ff;
    background-color: rgba(255, 255, 255, 0.1); }
  .limitorder .pageNav__contentList {
    background-color: transparent;
    border-top: 0; }

/*-------------------------adaptive------------------------*/
.serverblock.active {
  color: red; }

.serverblock__tabitem {
  display: none; }

.serverblock__tabitem:first-child {
  display: block; }

.serverblockhoverb {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 255px;
  background-color: #222c43;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .serverblockhoverb__header {
    min-height: 40px;
    background-color: #28354f;
    color: #7fa8e6;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 15px; }
  .serverblockhoverb__row {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px; }
  .serverblockhoverb__left {
    flex-basis: 33%;
    font-weight: 700; }
  .serverblockhoverb__right {
    font-weight: 700;
    flex-basis: 63%; }
  .serverblockhoverb__bottom {
    margin-top: 5px;
    min-height: 40px;
    background-color: #28354f;
    color: #7fa8e6;
    font-size: 13px;
    display: flex;
    align-items: center;
    font-weight: 700; }
    .serverblockhoverb__bottom .serverblockhoverb__row {
      margin-bottom: 0;
      color: #7fa8e6; }

.serverblock {
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #1b2334; }
  .serverblock__header {
    height: 36px;
    align-items: center;
    background-color: #272e3e;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px; }
  .serverblock__headertitle {
    font-size: 14px;
    font-weight: 700;
    color: #fff; }
  .serverblock__tab {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    padding: 0 12px;
    cursor: pointer; }
    .serverblock__tab.active {
      color: #0978ff; }
  .serverblock__tabcontent {
    padding-right: 25px;
    padding-left: 7px; }
  .serverblock__center {
    position: relative; }
  .serverblock__green {
    color: #10d078;
    font-weight: 600; }
  .serverblock__red {
    color: #dd1900;
    font-weight: 600; }
  .serverblock__bottom {
    padding-bottom: 15px;
    flex-wrap: wrap;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .serverblock__bottomleft {
    font-weight: 600;
    padding-left: 35px; }
  .serverblock__bottomright {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .serverblock__bottomrightitem {
    font-weight: 600;
    padding-left: 15px; }

.exchange__leftsidebar .exchorderbook__content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #323949; }

.exchange__leftsidebar .exchorderbook__content::-webkit-scrollbar {
  width: 3px; }

.exchange__leftsidebar .exchorderbook__content::-webkit-scrollbar-thumb {
  background-color: #5b616d;
  outline: 1px solid #5b616d; }

/*-------------------------adaptive------------------------*/
/*-------------------------adaptive------------------------*/
/*-------------------------adaptive------------------------*/
/*-------------------------adaptive------------------------*/
@media screen and (max-width: 1600px) {
  .marketdepth {
    flex-basis: 100%;
    margin-bottom: 20px; }

  .limitorder {
    flex-basis: 100%; } }
@media screen and (max-width: 1400px) {
  .advanced .containerb {
    max-width: 1170px; }

  .latestnews__item {
    padding: 30px 20px; } }
@media screen and (max-width: 1320px) {
  .exchange__wrapper {
    flex-basis: 100%; }

  .marketdepth {
    flex-basis: calc(50% - 10px);
    margin-bottom: 0; }

  .limitorder {
    flex-basis: calc(50% - 10px); }

  .exchange__leftsidebar {
    order: 2; }

  .exchange__wrapper {
    margin-bottom: 20px; }

  .exchange__center {
    justify-content: space-around; } }
@media screen and (max-width: 1180px) {
  .containerb {
    padding: 0 15px; }

  .homeitem {
    width: 230px;
    padding: 20px 10px; }

  .header__right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse; }

  .header .containerb {
    align-items: center; }

  .header {
    padding-top: 10px; }

  .header__logo a {
    display: flex;
    align-items: center; }

  .hamburger {
    display: block;
    width: 40px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .hamburger span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #fff;
      border-radius: 2px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px; }
    .hamburger span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger span:nth-child(2) {
      top: 10px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger span:nth-child(3) {
      top: 20px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .hamburger.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -4px;
      left: 7px; }
    .hamburger.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .hamburger.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 25px;
      left: 7px; }

  .footer__rightli {
    font-size: 14px; }

  .footer {
    padding-top: 50px; }

  .underfooter {
    padding: 20px 0;
    font-size: 13px; }

  .prefooter {
    padding: 45px 0; }

  .latestnews {
    padding-bottom: 50px; }

  .advanced__title {
    font-size: 30px; }

  .advanced {
    padding-top: 55px; }

  .advanced__descr p {
    margin-bottom: 20px; }

  .advanced__left {
    flex-basis: 42%; }

  .bestthree {
    padding-top: 70px;
    padding-bottom: 60px; }

  .header__menu {
    z-index: 4;
    display: block;
    position: absolute;
    padding: 30px 0;
    top: 60px;
    left: -43%;
    background-color: #fff;
    width: 40%;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .header__menu.active {
      left: 0; }
    .header__menu .header__lang {
      display: none; }

  .menunav ul {
    flex-direction: column; }
    .menunav ul li {
      margin-bottom: 20px; }

  .header .btna {
    padding: 0;
    margin: 0;
    height: auto; }

  .menunav ul a {
    margin-right: 0; }

  .header__login {
    margin: 20px 20% 0; }

  .mobileblock {
    display: block; }

  .newsblock_full .newsblock__date {
    margin-top: 40px; }

  .newsblock__descr {
    font-size: 14px; }

  .newsblock_full .newsblock__descr {
    min-height: 140px; }

  .newsblock_full .newsblock__right {
    padding: 0; }

  .paginationnews {
    margin-top: 0; }

  .supportpagetop__right {
    flex-basis: 45%; }

  .supportpagetop__left {
    flex-basis: 50%; }

  .supportpagebottom {
    margin-top: 0; } }
@media screen and (max-width: 980px) {
  .header {
    padding-bottom: 60px; }

  .home .header {
    padding-bottom: 100px; }

  .firstinside__title {
    font-size: 40px; }

  .homeitem {
    width: 280px; }

  .firstinside__row {
    justify-content: space-around; }

  .getstart {
    margin-bottom: 70px; }

  .bestthree__title {
    font-size: 20px; }

  .bestthree__img img {
    max-width: 100px; }

  body {
    font-size: 14px; }

  .ourwallets {
    padding-bottom: 60px; }

  .advanced__title {
    font-size: 27px; }

  .prefooter__title {
    font-size: 28px; }

  .prefooter__right .btna {
    padding: 0 20px; }

  .latestnews__title {
    font-size: 18px; }

  .footer__title {
    margin-bottom: 20px;
    font-size: 18px; }

  .footer__right {
    flex-basis: 40%; }

  .footer__left {
    flex-basis: 100%;
    margin-right: 0;
    text-align: center; }

  .footer {
    padding-top: 25px; }

  .footer__descr {
    margin-top: 15px;
    margin-bottom: 10px; }

  .footer__center {
    flex-basis: 59%; }

  .footer {
    padding-bottom: 15px; }

  .pageNav__tabItem {
    height: 50px;
    font-size: 13px; }
    .pageNav__tabItem img {
      display: none; }

  .searchblock__btn {
    right: 5px; }

  .searchblock__input {
    height: 48px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 35px; }

  .tableb__row {
    padding-right: 10px;
    padding-left: 5px; }

  .tableb__star {
    margin-right: 1%; }

  .tableb__content .tableb__row {
    font-size: 13px; }

  .homeexchange {
    padding-bottom: 60px; }

  .latestnews__item {
    margin-top: 5px;
    flex-basis: calc(33.3333% - 10px);
    padding: 20px 10px; }

  .contactblock__right {
    padding-left: 3%; }

  .maincontent {
    padding-top: 60px;
    padding-bottom: 65px; }

  .forsinglehead .header {
    padding-bottom: 70px; }

  .newsblock_full .newsblock__title {
    font-size: 20px;
    margin-bottom: 10px; }

  .newsblock_full .newsblock__right {
    flex-basis: 39%; }

  .newsblock_full .newsblock__left {
    flex-basis: 61%; }

  .newsblock_full .newsblock__descr {
    margin-bottom: 10px; }

  .newsblock {
    margin-bottom: 40px; }

  .newsblock__date,
  .newsblock__title,
  .newsblock__descr,
  .newsblock__bottom {
    padding: 0 15px; }

  .cartstable .tableb__row {
    width: 1000px;
    background-color: #fff; }

  .cartstable .tableb {
    overflow: scroll; }

  .tableb__header .tableb__row {
    background: #fafafa; }

  .exchangetoprow {
    margin-bottom: 20px; }

  .marketdepth {
    flex-basis: 100%;
    margin-bottom: 20px; }

  .limitorder {
    flex-basis: 100%; }

  .exchange__nologin {
    min-height: 180px; }

  .exchangetoprow__item_select {
    min-width: 130px; } }
@media screen and (max-width: 760px) {
  .header__menu {
    width: 70%;
    left: -72%; }

  .logininput {
    margin-bottom: 15px; }

  .firstinside__subtitle br {
    display: none; }

  .firstinside__title {
    font-size: 30px; }

  .logincenter .logincenter__formtwo .logininput {
    flex-basis: 100%; }

  .firstinside__subtitle {
    font-size: 14px; }

  .getstart__input {
    width: 60%; }

  .homeitem {
    width: 210px;
    padding: 15px 8px;
    margin-bottom: 15px; }

  .btnpurple {
    padding: 0 15px;
    font-size: 14px; }

  .homeitem__details,
  .homeitem__details span {
    font-size: 12px; }

  .firstscreen__bottomitem {
    flex-basis: 47%; }
    .firstscreen__bottomitem:last-child {
      display: none; }

  .bestthree__item {
    flex-basis: 31%; }

  .bestthree__title {
    font-size: 15px; }

  .bestthree__img {
    width: 95%; }

  .advanced__left {
    flex-basis: 100%;
    margin-bottom: 30px; }

  .advanced {
    padding-bottom: 45px;
    padding-top: 45px; }

  .advanced__descr {
    font-size: 14px; }

  .advanced__title {
    font-size: 22px;
    margin-bottom: 15px; }

  .advanced .btnpurple {
    margin-top: 5px;
    height: 40px;
    padding: 0px 16px; }

  .advanced__right {
    flex-basis: 100%;
    text-align: center; }

  .ourwallets__circle {
    margin: 0 10px; }

  .btnpurple {
    height: 40px; }

  .latestnews__item {
    flex-basis: 49%; }
    .latestnews__item:last-child {
      display: none; }

  .latestnews {
    padding-bottom: 25px; }

  .underfooter .containerb {
    align-items: center;
    text-align: center;
    flex-direction: column; }

  .underfooter__copyr {
    margin-bottom: 10px; }

  .footer__right {
    flex-basis: 100%;
    text-align: center; }

  .footer__social ul {
    justify-content: center; }
    .footer__social ul li {
      margin: 0 10px; }

  .footer__center {
    flex-basis: 100%;
    text-align: center; }

  .prefooter .containerb {
    flex-direction: column;
    text-align: center; }

  .prefooter {
    padding: 25px 0px; }

  .prefooter__title {
    font-size: 25px;
    margin-bottom: 10px; }

  .prefooter__left {
    margin-bottom: 30px; }

  .prefooter__right .btna {
    height: 45px;
    padding: 0 10px;
    width: 130px; }

  .footer__centeritem a {
    margin-bottom: 10px; }

  .prefooter__right span {
    line-height: 35px; }

  .getstart__input {
    height: 40px; }

  .firstinside__subtitle {
    margin-bottom: 25px; }

  .getstart {
    margin-bottom: 40px; }

  .homeexchange {
    padding-top: 35px; }

  .searchblock {
    flex-basis: 100%; }

  .searchblock__input {
    height: 37px;
    font-size: 12px; }

  .pageNav__tabItem {
    height: 45px;
    font-size: 11px;
    text-align: center; }

  .pageNav__tabItem:last-child {
    border-right: 0 !important; }

  .tableb__row {
    width: 700px;
    overflow: scroll; }

  .tableb__content .tableb__row,
  .tableb__row {
    font-size: 12px; }

  .tableb__header .tableb__row div {
    font-size: 12px; }

  .tableb {
    overflow: scroll; }

  .tableb__change {
    flex-basis: 12%; }

  .tableb__header .tableb__row {
    background: #fafafa; }

  .advanced .btnpurple {
    font-size: 14px; }

  .tableb__row {
    background-color: #fff; }

  .contactblock {
    margin-top: 60px;
    margin-bottom: 0px;
    flex-direction: column-reverse; }

  .contactblock__title {
    text-align: center;
    margin-bottom: 20px; }

  .contactblock__ul li {
    margin-bottom: 10px; }

  .singlenews .padd {
    padding-left: 10px; }

  h2 {
    font-size: 20px; }

  .singlenews li {
    padding-left: 5px; }

  .singlenews {
    margin-bottom: 0; }

  .newsblock {
    flex-basis: calc(48%);
    margin-right: 4%; }
    .newsblock:nth-child(3n) {
      margin-right: 4%; }
    .newsblock:nth-child(2n) {
      margin-right: 0; }

  .newsblock_full {
    margin-right: 0 !important; }

  .newsblock_full {
    flex-wrap: wrap; }

  .newsblock_full .newsblock__left,
  .newsblock_full .newsblock__right {
    flex-basis: 100%; }

  .newsblock_full .newsblock__descr {
    min-height: 0; }

  .supportpagetop__left,
  .supportpagetop__right {
    flex-basis: 100%; }

  .supportpagetop__item {
    margin-bottom: 20px; }

  .supportpagebottom__item {
    flex-basis: 50%;
    margin-bottom: 35px; }

  .supportpagebottom {
    padding-bottom: 0; }

  .downloadlinks {
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  .downloadlinks__item {
    margin-bottom: 15px; }

  .supportpagebottom__bottitle {
    font-size: 30px;
    margin-bottom: 35px;
    margin-top: -5px; }

  .supportpagebottom__row {
    margin-bottom: 40px; }

  .supportpagebottom {
    padding-top: 110px;
    background-position: center -16%; }

  .faqblock__content .pageNav {
    display: flex;
    flex-direction: column; }

  .faqblock__content .pageNav__tabList,
  .faqblock__content .pageNav__contentList {
    width: 100%;
    float: none; }

  .faqblock__content .pageNav__tabList {
    margin-bottom: 30px; }

  .faqblock__content .faqblock__maintitle {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px; }

  .serverblockhoverb {
    top: 0%;
    left: 15%;
    width: 215px; }

  .serverblockhoverb__header {
    padding-left: 5px;
    padding-right: 5px; }

  .serverblockhoverb__row {
    margin-bottom: 5px; }

  .serverblock__bottomleft {
    padding-left: 10px; }

  .limitorder__value {
    flex-basis: 57%; }

  .limitorder__title {
    flex-basis: 40%; }

  .marketdepth__leftnumb span {
    margin-bottom: 16px; }

  .exchange__rightsidebar {
    margin-bottom: 20px; }

  .exchange__latestrow {
    width: 760px; }

  .exchange__latest {
    overflow: scroll; }

  .exchangetoprow {
    flex-wrap: wrap; }

  .exchangetoprow__item {
    flex-basis: 33%;
    margin-bottom: 20px;
    border: 0; }

  .exchangetoprow__title {
    margin-bottom: 0; }

  .exchangetoprow {
    margin-bottom: 0; }

  .exchange {
    padding-top: 30px; }

  .exchange__latestheader {
    background-color: #272e3e;
    padding: 0; }

  .exchange__latestheader .exchange__latestrow {
    height: 45px;
    background-color: #272e3e;
    align-items: center; }

  .exchange__nologintext {
    text-align: center; } }
@media screen and (max-width: 460px) {
  .header__logo {
    flex-basis: 120px; }

  .header__lang {
    height: 30px; }

  .header__lang::before {
    top: 6px; }

  .header__menu {
    width: 85%;
    left: -88%; }

  .lang__hidden {
    top: 33px;
    right: 11px; }

  .getstart__input {
    width: 55%; }

  .btnpurple {
    font-size: 13px; }

  .homeitem {
    width: 235px; }

  .firstscreen__bottomitem {
    flex-basis: 100%; }

  .firstscreen__bottomrow .firstscreen__bottomitem:nth-child(2) {
    display: none; }

  .containerb {
    padding: 0px 10px; }

  .bestthree .containerb {
    flex-direction: column; }

  .bestthree__img {
    width: 150px;
    margin-bottom: 15px; }

  .bestthree {
    padding-top: 45px;
    padding-bottom: 35px; }

  .bestthree__item {
    margin-bottom: 25px; }

  .ourwallets__circle {
    width: 55px;
    height: 55px; }

  .ourwallets__select {
    margin-bottom: 25px; }

  .latestnews__item {
    flex-basis: 100%; }

  .prefooter__right .btna {
    width: auto;
    padding: 0px 15px; }

  .forsinglehead .header {
    padding-bottom: 40px; }

  .firstinside__title {
    margin-bottom: 15px; }

  .maincontent .logincenter__formtwo .logininput {
    flex-basis: 100%; }

  .newsblock {
    flex-basis: calc(100%);
    margin-right: 0%; }

  .newsblock__descr,
  .newsblock__bottom {
    margin-bottom: 10px; }

  .cartstop__left select {
    min-width: 125px;
    height: 40px;
    padding-left: 30px;
    padding-right: 20px; }

  .cartstop__left .img_currency {
    left: 3px;
    top: 7px; }

  .cartstop__right .searchblock__input {
    height: 40px;
    width: 165px; }

  .supportpage .logincenter__whitetext {
    font-size: 20px; }

  .supportpagebottom__title {
    font-size: 23px; }

  .supportpagebottom__item {
    flex-basis: 100%;
    margin-bottom: 30px; }

  .supportpagebottom__bottitle {
    font-size: 25px;
    margin-top: 0; }

  .faqblock__content .faqblock__title {
    font-size: 17px;
    padding-bottom: 10px;
    padding-top: 10px; }

  .faqinside__title {
    font-size: 16px;
    padding-top: 20px; }

  .faqinside__content {
    font-size: 14px;
    padding-right: 20px; }

  .faqblock__content {
    margin-bottom: 65px; }

  .faqblock__bottomtitle {
    font-size: 20px;
    margin-bottom: 10px; }

  .exchangetoprow__item {
    flex-basis: 49%; }

  .exchange__container {
    padding: 0 10px; }

  .marketdepth__content {
    padding-right: 5px; }

  .marketdepth__hoverinfo {
    top: 0; }

  .limitorder .pageNav__tabItem {
    max-width: 50%; }

  .limitorder__column {
    flex-basis: 100%;
    bottom: 0; }

  .serverblockhoverb {
    display: none; }

  .serverblock__tabcontent {
    padding-right: 7px; }

  .serverblock__headertitle,
  .serverblock__right {
    margin-bottom: 5px; }

  .serverblock__header {
    height: auto;
    padding-top: 5px; } }
@media screen and (max-width: 360px) {
  .supportpagebottom {
    padding-top: 80px;
    background-position: center -24%; }

  .marketdepth__leftnumb span {
    margin-bottom: 6px; }

  .marketdepth__content {
    padding-top: 30px;
    padding-bottom: 20px; } }

/*# sourceMappingURL=style.css.map */
