@charset "UTF-8";
/*==========  Desktop First Method  ==========*/

@media only screen and (max-width : 1640px) {
  .banner__txt {
    max-width: 41%;
  }
  .jq-selectbox__select {
    font-size: 20px;
  }
  .calc__value input {
    width: 220px;
    font-size: 24px;
  }
  .result {
    font-size: 26px;
  }
  .btn__start {
    font-size: 18px;
    padding: 19px 50px;
  }
  .course .row .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64%;
            flex: 0 0 64%;
    max-width: 64%;
  }
  .course .row .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    max-width: 36%;
  }
  .footer__left {
    max-width: 77%;
  }
  .wrap {
    width: auto;
    margin-left: 250px;
  }
  .table__cell_1 {
    width: 28.5%;
  }
  .table__cell_2 {
    width: 20%; /* fixed. was 38% */
  }
  .users__table .table__item_row .table__cell {
    font-size: 15px;
  }
  .users__table .table__item_header b {
    font-size: 16px;
    text-transform: none;
  }
  .users__table .table__cell_1 {
    width: 40% !important;
  }
  .users__table .table__cell_2 {
    width: 15% !important;
  }
  .users__table .table__cell_3 {
    width: 20% !important;
  }
  .users__table .table__cell_4 {
    width: 35% !important;
  }
  .statistics__user__item {
    padding: 30px;
    min-height: 190px;
  }
  .statistics__title {
    font-size: 18px;
  }
  .statistics__num {
    font-size: 28px;
  }
  .statistics__big {
    font-size: 40px;
  }
  .statistics__your__json {
    padding-left: 0;
  }
  .network .row .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.5%;
            flex: 0 0 46.5%;
    max-width: 46.5%;
  }
  .network .row .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    max-width: 52%;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav__item {
    margin: 0 15px;
  }
  .nav__link, a.nav__link {
    font-size: 12px;
  }
  .banner__txt {
    max-width: 49%;
  }
  .calc {
    padding: 25px 0;
  }
  .calc .container,
  .footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .calc__selected,
  .calc__value,
  .result,
  .btn__start {
    width: 50%;
    margin: 0 0 15px;
  }
  .calc__value input {
    width: 100%;
  }
  .course .row .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .graph {
    padding: 20px 0;
  }
  .course .row .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .footer__left {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-bottom: 25px;
  }
  .faq, .about {
    padding-bottom: 50px;
  }
  .title h2 {
    font-size: 18px;
  }
  .wrap {
    font-size: 14px;
  }
  .title-info {
    font-size: 14px;
  }
  .join__paragraph {
    margin-bottom: 30px;
  }
  .join__address,
  .questions__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .table__item_row .table__cell {
    font-size: 15px;
  }
  .table__cell_2 {
    width: 30%;
  }
  .table__cell_3 {
    width: 41.5%;
  }
  .users .table__box {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .users__table {
    width: 1200px !important;
  }
  .title__user {
    font-size: 16px;
  }
  .statistics__your__json span {
    font-size: 20px;
  }
  .statistics__your__txt {
    font-size: 16px;
  }
  .network .row .col-8 {
    display: none;
  }
  .network .row .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .header__nav {
    z-index: 10;
    display: none;
    margin-left: 0;
    position: absolute;
    background: #0d4cab;
    top: 0;left: 0;right: 0;
  }
  .nav__list {
    display: block;
    padding: 20px 0;
  }
  .nav__item {
    margin: 20px 0;
    text-align: center;
  }
  .nav__link, a.nav__link {
    font-size: 13px;
  }
  .navbar-toggle {
    display: block;
  }
  .banner {
    padding: 50px 0 150px;
  }
  .banner__txt {
    max-width: 100%;
    text-align: center;
  }
  .banner__title {
    font-size: 36px;
  }
  .banner__info {
    font-size: 16px;
  }
  .calc__selected,
  .calc__value,
  .result,
  .btn__start {
    width: 100%;
    text-align: center;
  }
  .course .row .col-9 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .course .row .col-3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  span.i-bc,
  .currency__price {
    width: 50%;
  }
  .footer__left p {
    margin: 0;
    text-align: center;
    max-width: 100%;width: 100%;
  }
  .footer__left p:not(:last-child) {
    margin-bottom: 15px;
  }
  .title h2 {
    text-align: center;
  }
  .wrap {
    margin-left: 0;
  }
  .title-info {
    display: block;
    margin-right: 0;
    position: static;
    margin-bottom: 10px;
  }
  .table__box {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table__list {
    width: 1100px;
  }
  .page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page__list {
    margin-right: 0;
  }
  .title__user {
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
  }
  .tabs__table {
    width: 1000px !important;
  }
  .statistics__user.row [class*='col'] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .statistics__user__item {
    min-height: 170px;
  }
  .tabs__name__item {
    min-width: 25%;
  }
  .statistics__your.row [class*='col'] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .statistics__your__json {
    margin-top: 20px;
    text-align: center;
  }
  .statistics__your__json span br {
    display: none;
  }
  .network .tabs__table {
    width: 100% !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .currency__price {
    margin-right: 0;
  }
  .payouts {
    padding-bottom: 50px;
  }
  .page__select {
    display: none;
  }
  .statistics__user__item {
    padding: 20px;
    min-height: 150px;
  }
  .statistics__title {
    font-size: 16px;
  }
  .statistics__num {
    font-size: 20px;
  }
  .statistics__big {
    font-size: 30px;
  }
  .tabs__name {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tabs__name__item {
    min-width: 50%;
  }
  .tabs__name__item:not(:last-child) {
    border-right: 1px solid #e6e7e9;
  }
  .tabs__name__item:nth-child(1),
  .tabs__name__item:nth-child(2) {
    border-bottom: 0;
  }
  .tabs__name__item:nth-child(3) {
    border-right: 0;
  }
  .statistics__your__json span {
    font-size: 16px;
  }
  .network .tabs__name__item {
    min-width: 33.333333%;
  }
  .network .tabs__name__item:nth-child(3) {
    border-right: 1px solid #e6e7e9;
  }
  .network .tabs__name__item:nth-child(1),
  .network .tabs__name__item:nth-child(2) {
    border-bottom: 1px solid #e6e7e9;
  }
  .network .tabs__name__item:not(:last-child) {
    border-right: 0;
  }
}

@media only screen and (max-width : 600px) {
  .table__list {
    width: 900px;
  }
  .table__item_row .table__cell {
    font-size: 14px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .banner {
    padding: 50px 0 110px;
  }
  .banner__title {
    font-size: 34px;
  }
  .result {
    font-size: 18px;
  }
  .info__title {
    font-size: 20px;
  }
  .i-list__item {
    margin-top: 10px;
    line-height: 1.2;
  }
  .i-list__title {
    font-size: 13px;
  }
  .i-list__rept {
    font-size: 15px;
    margin-top: 10px;
  }
  .info__select .jq-selectbox__select-text {
    font-size: 18px;
  }
  .page__prev, .page__next {
    width: 28px;
    height: 28px;
  }
  .page__link {
    height: 28px;
    font-size: 12px;
    padding: 4px 12px;
  }
  .statistics__user.row [class*='col'] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .statistics__user__item {
    border-left: 0;
    border-right: 0;
    min-height: 130px;
  }
  .tabs__name__item span {
    display: none;
  }
  .network .tabs__name__item {
    min-width: 100%;
  }
  .network .tabs__name__item:not(:last-child) {
    border-bottom: 0;
  }
  .network .tabs__table .table__cell_1 {
    width: 15%;
  }
  .network .tabs__table .table__cell_2 {
    width: 71%;
  }
}

@media only screen and (max-width : 400px) {
  .currency__price select {
    font-size: 18px;
  }
  .currency__price:after {
    display: none;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .container {
    width: 750px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .container {
    width: 970px;
  }
  .header__nav {
    display: block !important;
  }
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .container {
    width: 1170px;
  }
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1640px) {
  .container {
    width: 1630px;
  }
}