/* ------------ *Default ------------- */
@charset "UTF-8";
/* Flex Class */
.fx-column {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex Class End */

/* Reserved Class */
.text-center {text-align: center;}
/* Reserved Class End*/

/* Style Default*/
a, a:hover,button, button:hover, .speed {-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
button {border: 0;padding: 0;cursor: pointer;}
* {outline: none;}
/* Style Default End */

body {
  color: #031926;
  font-size: 14px;
  font-family: "CirceRegular";
}

.wrapper {
  min-height: 100%;
  overflow-x: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* ------------ *Header ------------- */

.header {
  padding: 13px 0;
}

.header__logo,
.footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__logo img {
  width: 67px;
}

.footer__logo img {
  width: 58px;
}

.logo__link {
  margin-right: 10px;
}

.logo__link img {
  display: inherit;
}

.logo__txt {
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "CirceExtraBold";
}

.header__nav {
  margin-left: 120px;
}

.nav__item {
  padding: 10px;
  margin: 0 10px;
  position: relative;
}

.nav__item:after {
  opacity: 0;
  height: 2px;
  background: #e20303;
  top: 100%;left: 0;right: 0;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.nav__item_active:after {
  opacity: 1;
}

.nav__link, a.nav__link {
  color: #031926;
  font-size: 13px;
  font-family: "CirceBold";
  text-transform: uppercase;
}

.nav__link:hover {
  color: #e20303;
}

.navbar-toggle {
  z-index: 60;
  display: none;
  background: none;
}

.navbar-toggle span {
  display: block;
  position: relative;
  background: #e20303;
  width: 26px;height: 3px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

.navbar-toggle.active span:first-child {
  top: 9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:last-child {
  top: -9px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__lang {
  line-height: 1;
}

.lang__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang__item:not(:last-child):after {
  content: " ";
  margin: 0 10px;
  background: #e4e5e6;
  width: 1px;height: 11px;
}

.lang__link {
  color: #c4c4c4;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "CirceRegular";
}

.lang__link_active, .lang__link:hover {
  color: #031926;
}

/* ------------ *Banner ------------- */

.banner {
  padding: 135px 0 120px;
  background: url(../img/bg/main.png) 0 center/cover no-repeat;
}

.banner__txt {
  color: #fff;
  max-width: 46%;width: 100%;
}

.banner__title {
  font-size: 51px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-family: "CirceBold";
  text-transform: uppercase;
}

.banner__line {
  margin: 25px 0 15px;
  background: #ff0000;
  display: inline-block;
  width: 75px;height: 2px;
}

.banner__info {
  font-size: 18px;
  line-height: 1.15;
  font-family: "CirceLight";
  max-width: 57%;width: 100%;
}

/* ------------ *Course ------------- */

.course {
  padding: 20px 0;
}

.border-box {
  border-radius: 3px;
  border: 1px solid #e7e7e7;
}

.graph {
  height: 100%;
  padding: 20px 0;
  /* padding: 55px 65px; */
}

.info {
  height: 100%;
  padding: 30px 20px;
}

.info__title {
  line-height: 1;
  font-size: 24px;
  font-family: "CirceBold";
}

span.i-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

span.i-bc:after {
  content: " ";
  margin-left: 10px;
  width: 22px;height: 22px;
  background: url(../img/icons/i-bc.png) center no-repeat;
}

.currency__price {
  position: relative;
}

.currency__price:after {
  top: 5px;right: 0;
  border-radius: 2px;
  pointer-events: none;
  width: 25px;height: 25px;
  background: url(../img/icons/arrow-down.png) center no-repeat #c4c4c4;
}

.currency__price select {
  border: 0;
  font-size: 27px;
  background: none;
  padding-right: 40px;
  font-family: "CirceExtraBold";

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info__list_mb {
  margin-bottom: 30px; /* was 50px */
}

.i-list__item {
  width: 50%;
  margin-top: 20px;
  padding-right: 5px;
}

.i-list__item span {
  display: block;
}

.i-list__title {
  color: #bab9b9;
  font-size: 15px;
}

.i-list__rept {
  font-size: 18px;
  margin-top: 15px;
  font-family: "CirceBold";
}

/* ------------ *Footer ------------- */

.footer {
  padding: 30px 0;
  background: #e8e9eb;
  font-family: "CirceLight";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer__left {
  max-width: 52%;width: 100%;
}

.copyright {
  line-height: 1.5;
  max-width: 21%;width: 100%;
  font-family: "CirceRegular";
}

.copyright a {
  color: #e20303;
}

.copyright a:hover {
  text-decoration: underline;
}

.footer__txt {
  color: #6a757d;
}

.footer__txt_one {
  margin: 0 35px 0 100px;
  max-width: 33%;width: 100%;
}

.footer__txt_two {
  max-width: 29%;width: 100%;
}

.footer__logo span {
  color: #667179;
  font-size: 11px;
}

/* =================================== */
/*           Page: Holders             */
/* =================================== */

.header_gray {
  background: #f2f2f4;
}

.header__search {
  margin-right: 42px;
}

.search {
  position: relative;
}

.search__field {
  display: block;
  width: 490px;height: 40px;
}

.search__field input {
  font-size: 15px;
  background: #fff;
  border-radius: 3px;
  padding: 0 45px 0 20px;
  border: 1px solid #e6e7e9;
  font-family: "CirceRegular";
  color: rgba(3, 25, 38, 0.5);
  width: inherit;height: inherit; 
}

.search__field input::-webkit-input-placeholder {color: rgba(3, 25, 38, 0.5);}
.search__field input::-moz-placeholder          {color: rgba(3, 25, 38, 0.5);}/* Firefox 19+ */
.search__field input:-moz-placeholder           {color: rgba(3, 25, 38, 0.5);}/* Firefox 18- */
.search__field input:-ms-input-placeholder      {color: rgba(3, 25, 38, 0.5);}

.search__btn {
  position: absolute;
  top: 50%;right: 15px;
  width: 15px;height: 15px;
  background: url(../img/icons/i-search.png) center no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search__btn:hover {
  opacity: .5;
}

.title_page {
  margin: 50px 0 35px;
}

.title h2 {
  line-height: 1;
  font-size: 24px;
  font-family: "CirceBold";
  text-transform: uppercase;
}

.table_holders {
  padding-bottom: 65px;
}

.table__box {
  margin-bottom: 40px;
}

.table__item_header {
  background: #f2f2f4;
}

.table__item {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table__item:not(:first-child) {
  border-bottom: 1px solid #e7e7e7;
}

.table__cell {
  padding: 5px;
}

.table__checker {
  position: relative;
  top: 2px;
  right: 10px;
}

.table__cell_1 {
  width: 40%;
}

.table__cell_2 {
  width: 25%;
}

.table__cell_3 {
  width: 20%;
}

.table__cell_4 {
  width: 15%;
}

.table__item_header .table__cell {
  font-size: 15px;
  font-family: "CirceBold";
}

.table__item_row .table__cell {
  color: #6a757d;
  font-size: 17px;
}

.table__item_row .table__cell:nth-child(2) {
  font-family: "CirceExtraBold";
}

.table__cell a {
  color: #6a757d;
}

.table__cell a:hover, .table_holders .table__cell_active a {
  color: #e20303;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page__list {
  line-height: 1;
  margin-right: 30px;
}

.page__item:not(:last-child) a {
  border-right: 0;
}

.page__link {
  height: 38px;
  color: #031926;
  font-size: 15px;
  padding: 7px 15px;
  border: 1px solid #e6e7e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page__link_active, .page__link:hover {
  color: #fff;
  background: #e20303;
}

.page__prev,
.page__next {
  display: block;
  width: 38px;height: 38px;
  border: 1px solid #e6e7e9;
}

.page__prev_two {
  background: url(../img/icons/link-prev-two.png) center no-repeat #f9f9fb;
}

.page__prev_one {
  background: url(../img/icons/link-prev-one.png) center no-repeat #f9f9fb;
}

.page__next_one {
  background: url(../img/icons/link-next-one.png) center no-repeat #f9f9fb;
}

.page__next_two {
  background: url(../img/icons/link-next-two.png) center no-repeat #f9f9fb;
}

.page__prev:hover,
.page__next:hover {
  opacity: .6;
}

.disabled-link:hover {
  color: #fff;
  cursor: default;
  background: #ff9d9d !important;
}

.page__select {
  color: #031926;
  font-size: 15px;
}

.page__select select {
  color: #031926;
  font-size: 15px;
  padding: 0 15px;
  margin-left: 15px;
  width: 88px;height: 38px;
  border: 1px solid #e6e7e9;
}

/* =================================== */
/*              Page: Faq              */
/* =================================== */

.faq {  
  padding-bottom: 95px;
}

.wrap {
  width: 950px;
  font-size: 18px;
  line-height: 1.35;
  margin-left: 280px;
}

.title_red {
  color: #e20303;
  margin-bottom: 30px;
}

.join {
  margin-bottom: 40px;
}

.join p b {
  font-family: "CirceBold";
}

.join p span {
  color: #6a757d;
}

.join__paragraph {
  margin-bottom: 50px;
  font-family: "CirceBold";
}

.join__address {
  position: relative;
  margin-bottom: 30px;
}

.join__rig {
  position: relative;
}

.join__rig p:first-child {
  margin-bottom: 15px;
}

.join__rig p:nth-child(2) {
  margin-bottom: 30px;
}

.questions__item {
  position: relative;
}

.questions__item:not(:last-child) {
  margin-bottom: 30px;
}

.questions__header {
  font-size: 22px;
  font-family: "CirceBold";
}

.title-info {
  font-size: 20px;
  position: absolute;
  top: 0;right: 100%;
  margin-right: 35px;
  text-transform: uppercase;
  font-family: "CirceExtraBold";
}

/* =================================== */
/*            Page: About              */
/* =================================== */

.about {
  padding-bottom: 150px;
}

.agreement {
  padding-right: 30%;
  margin-bottom: 50px;
}

.agreement p:not(:last-child) {
  margin-bottom: 30px;
}

.contcts a {
  color: #e20303;
}

.contcts a:hover {
  text-decoration: underline;
}

/* =================================== */
/*          Page: Statistics           */
/* =================================== */

.title__user {
  color: #e20303;
  font-size: 22px;
  margin-top: 20px;
  font-family: "CirceBold";
}

.statistics__user {
  margin-bottom: 35px;
  margin-left: -1.5px;
  margin-right: -1.5px;
}

.statistics__user.row [class*='col'] {
  padding: 0;
}

.statistics__user__item {
  height: 100%;
  padding: 40px;
  min-height: 215px;
  background: #f2f2f4;
  border: 1.5px solid #fff;
  border-bottom: 3px solid #fff;
  border-top: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.statistics__title {
  font-size: 20px;
}

.statistics__txt p {
  color: #a0a0a0;
  font-size: 14px;
}

.statistics__num {
  line-height: 1;
  color: #e20303;
  font-size: 33px;
  margin-top: 5px;
  font-family: "CirceBold";
}

.statistics__big {
  font-size: 45px;
}

.statistics__holders h2 {
  font-size: 32px;
  margin-bottom: 25px;
  font-family: "CirceBold";
}

.statistics__holders .table__box {
  margin-bottom: 80px;
}

.statistics__holders .table__cell_1 {
  width: 26%;
}

.statistics__holders .table__cell_2 {
  width: 59%;
}

.statistics__holders .table__cell_3 {
  width: 25%;
}

.statistics__holders .table__item_row .table__cell:nth-child(2) {
  font-family: "CirceRegular";
}

.statistics__holders .table__item_row .table__cell:nth-child(3) {
  font-family: "CirceBold";
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.nav__item:after,
.currency__price:after {
  content: " ";
  position: absolute;
}