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

@media only screen and (max-width : 1640px) {
  .header__nav {
    margin-left: 60px;
  }
  .search__field {
    width: 280px;
  }
  .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: 70%;
  }
  .footer__txt_one {
    margin: 0 35px;
  }
  .copyright {
    max-width: 20%;
  }
  .footer__txt {
    max-width: 35%;
  }
  .table__item {
    padding: 10px 15px;
  }
  .table__item_header .table__cell,
  .table__item_row .table__cell {
    font-size: 14px;
  }
  .wrap {
    width: auto;
    margin-left: 250px;
  }
  .about {
    padding-bottom: 80px;
  }
  .statistics__user__item {
    padding: 30px;
    min-height: 190px;
  }
  .statistics__title {
    font-size: 18px;
  }
  .statistics__num {
    font-size: 28px;
  }
  .statistics__big {
    font-size: 40px;
  }
  .statistics__holders .table__cell_1,
  .statistics__holders .table__cell_3 {
    width: 20%;
  }
  .statistics__holders .table__cell_2 {
    width: 60%;
  }
}

@media only screen and (max-width : 1570px) {
  .banner {
    background-position: 30% center;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .banner {
    padding: 100px 0;
    background-position: 0 0;
  }
  .header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__left {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__right {
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__search {
    width: 70%;
  }
  .search__field {
    width: 100%;
  }
  .lang_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav__item:last-child {
    margin-right: 0;
  }
  .banner__title {
    font-size: 40px;
  }
  .banner__info {
    max-width: 70%;
    font-size: 16px;
  }
  .course .row .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .course .row .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .footer__left {
    max-width: 80%;
  }
  .footer__txt {
    max-width: 30%;
  }
  .title h2 {
    font-size: 18px;
  }
  .faq, .about {
    padding-bottom: 50px;
  }
  .wrap {
    font-size: 14px;
  }
  .join__paragraph {
    margin-bottom: 30px;
  }
  .join__address,
  .questions__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .title-info {
    font-size: 14px;
  }
  .questions__header {
    font-size: 15px;
  }
  .title__user {
    font-size: 16px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .header .container {
    position: relative;
  }
  .header__nav {
    z-index: 1;
    display: none;
    margin-left: 0;
    padding: 10px 0;
    background: #fff;
    position: absolute;
    top: -13px;left: 15px;right: 15px;
  }
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggle {
    display: block;
  }
  .banner__txt {
    max-width: 80%;
  }
  .course .row .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .course .row .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  .currency__price {
    margin-right: 180px;
  }
  .footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .footer__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    margin-top: 20px;
  }
  .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__left p {
    max-width: 100%;
    text-align: center;
  }
  .footer__left p:not(:first-child) {
    margin-bottom: 10px;
  }
  .title h2 {
    text-align: center;
  }
  .table__box {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table__list {
    width: 1000px;
  }
  .page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrap {
    margin-left: 0;
  }
  .title-info {
    display: block;
    margin-right: 0;
    position: static;
    margin-bottom: 10px;
  }
  .agreement, .contcts {
    padding-right: 0;
    text-align: center;
  }
  .title__user {
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
  }
  .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;
  }
  .statistics__holders .table__list {
    width: 1150px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .currency__price {
    margin-right: 0;
  }
  .info__title {
    font-size: 20px;
  }
  .currency__price select {
    font-size: 22px;
  }
  .currency__price:after {
    top: 2px;
  }
  .table__list {
    width: 750px;
  }
  .table__item_header .table__cell, .table__item_row .table__cell {
    font-size: 12px;
  }
  .page__list {
    margin-right: 0;
  }
  .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;
  }
  .statistics__holders .table__list {
    width: 1000px;
  }
}

@media only screen and (max-width : 600px) {
  .banner__txt {
    max-width: 100%;
    text-align: center;
  }
  .banner__info {
    max-width: 100%;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .banner {
    padding: 80px 0;
  }
  .banner__title {
    font-size: 30px;
  }
  .header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__left {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navbar-toggle {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .header__search {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header__lang {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .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;
  }
  .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;
  }
}

@media only screen and (max-width : 400px) {
  .currency__price {
    width: 50%;
  }
  .currency__price select { 
    font-size: 18px;
    padding-right: 0;
  }
  .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;
  }
}