.section--exchange-page-wr .section:nth-child(odd) {
  background-color: #fff; }

.exchange--asleep .section--background .tile--dark-blue, .exchange--asleep .tile--green-header-sleep {
  background-color: #011d57; }
  .exchange--asleep .exchange-start-time {
    color: #706e6f; }

.section--exchange-page {
  position: relative;
  padding-bottom: 90px; }
  .section--exchange-page .tile .button--info {
    position: absolute;
    top: 0;
    right: 0; }
  .section--exchange-page.section--background .tile {
    background-size: auto;
    background-position: right bottom; }
    .section--exchange-page.section--background .tile--dark-blue {
      padding: 30px 26px 30px 32px; }
    @media (max-width: 575px) {
      .section--exchange-page.section--background .right {
        padding-top: 0 !important; } }
  .section--exchange-page:first-child {
    padding-bottom: 0; }
  .section--exchange-page[id] {
    padding-top: 120px;
    margin-top: -120px; }
  .section--exchange-page .left {
    position: relative; }
    .section--exchange-page .left .button {
      position: absolute;
      bottom: 0; }
      @media (max-width: 767px) {
    .section--exchange-page .left .button {
      position: static; } }
  .section--exchange-page.section--background {
    padding-top: 40px;
    background-color: #f0f5fa; }
    .section--exchange-page.section--background .tile--green-header {
      top: -23px; }
      @media (max-width: 575px) {
    .section--exchange-page.section--background .tile--green-header {
      left: 32px;
      width: 135px; } }
  .section--exchange-page .section__square.square--yellow {
    left: auto;
    top: 29%;
    right: 10%; }
  .section--exchange-page .section__square.square--dark-blue {
    top: 65%; }
  .section--exchange-page .section__square.square--light-green {
    right: 13%;
    top: 63%; }

.exchange-register {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  padding-bottom: 100px; }
  .exchange-register--left {
    background-size: cover;
    background-position: center;
    -ms-grid-column: 1; }
    @media (max-width: 767px) {
    .exchange-register--left {
      height: 249px; } }
    @media (max-width: 767px) {
  .exchange-register {
    grid-template-columns: 1fr; } }
  .exchange-register--right {
    padding: 20px 80px 40px;
    background-color: #098626;
    -ms-grid-column: 2; }
    @media (max-width: 991px) {
    .exchange-register--right {
      padding-right: 30px;
      padding-left: 30px; } }

.coin, .point {
  width: 32px;
  height: 32px;
  vertical-align: middle; }

.coin--small {
  width: 17px;
  height: 17px; }

.exchange-table .exchange-table__header-column {
  text-align: left; }
  .exchange-table .exchange-table__header-column th {
    width: 15%;
    padding-bottom: 15px;
    text-align: left; }
  .exchange-table .exchange-table__header-column th:first-child {
    width: 45%; }
  .exchange-table .coin {
    width: 18px; }
  .exchange-table .point {
    width: 18px; }

.exchange-table__body-row .paragraph, .exchange-table__body-row .wallet-table__header, .exchange-table__body-row .wallet-table__content, .exchange-table__body-row .score-place, .exchange-table__body-row .timeline__item p, .timeline__item .exchange-table__body-row p, .exchange-table__body-row .timeline__item--box blockquote + p, .timeline__item--box .exchange-table__body-row blockquote + p {
  margin: 0; }
  .exchange-table__body-row .minus {
    color: #d51111; }
  .exchange-table__body-row .plus {
    color: #098626; }
  .exchange-table__body-row td {
    width: 18%; }
  .exchange-table__body-row td:first-child {
    width: 45%; }
  .exchange-table__body-row td:first-child span {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px;
    display: block;
    white-space: nowrap; }

.exchange-table__footer {
  text-align: right; }

.list-friends-benefit {
  overflow: auto;
  max-height: 118px;
  padding-right: 20px;
  width: 100%; }
  .list-friends-benefit .button--green-plain {
    font-size: 13px; }
  .list-friends-benefit table {
    width: 100%; }
  .list-friends-benefit .col-block {
    width: 70px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .list-friends-benefit p {
    margin: 0; }
  .list-friends-benefit .col-img img {
    vertical-align: middle; }

.tile__container {
  display: flex;
  margin: 93px -2px 0; }
  @media (max-width: 767px) {
    .tile__container {
      margin-top: 50px; } }

.tile--padding.tile {
  background-position: right bottom; }
  .tile--padding p {
    padding-right: 145px; }

.tile__header {
  padding: 18px 0; }

.tile__container--shadow {
  box-shadow: 0px 23px 55px 0 rgba(0, 27, 97, 0.12); }
  @media (max-width: 767px) {
    .tile__container--shadow {
      box-shadow: none; } }
  @media (max-width: 767px) {
      .tile__container--shadow .tile {
        box-shadow: 0px 23px 55px 0 rgba(0, 27, 97, 0.12); } }

.tile {
  position: relative;
  background-color: #fff;
  color: #002b84;
  margin: 0 2px;
  padding: 30px 26px 30px 32px;
  line-height: 1.63;
  background-repeat: no-repeat;
  background-position: left bottom; }
  .tile h4 {
    color: #002b84;
    margin-bottom: 0;
    font-size: 20px; }

.tile--shadow {
  box-shadow: 0px 30px 55px 0 rgba(0, 27, 97, 0.12); }

.tile--light-blue {
  background-color: #f0f5fa; }

.tile__container--style-1-1 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 50% 50%;
  -ms-grid-columns: 1fr 1fr;
  grid-column-gap: 3px; }
  @media (max-width: 991px) {
    .tile__container--style-1-1 {
      grid-row-gap: 10px; } }
  @media (max-width: 767px) {
    .tile__container--style-1-1 {
      grid-template-columns: 100%;
      -ms-grid-columns: 100%; } }
  .tile__container--style-1-1 .tile p {
    font-size: 15px;
    line-height: 1.8; }
  .tile__container--style-1-1 .tile:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__container--style-1-1 .tile:last-child {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }

.tile__container--style-1-3 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
  grid-column-gap: 3px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr; }
  .tile__container--style-1-3 .tile:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__container--style-1-3 .tile:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }
  .tile__container--style-1-3 .tile:last-child {
    -ms-grid-column: 3;
    -ms-grid-row: 1; }

.tile__container--style-2-3 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 2fr;
  -ms-grid-columns: 1fr 2fr;
  grid-column-gap: 3px; }
  @media (max-width: 991px) {
    .tile__container--style-2-3 {
      grid-template-columns: 100%;
      -ms-grid-columns: 1fr;
      grid-row-gap: 10px; } }
  .tile__container--style-2-3 .tile:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__container--style-2-3 .tile:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }

.tile__container--style-1-2 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 30% 70%;
  -ms-grid-columns: 1fr 2fr;
  grid-column-gap: 3px; }
  @media (max-width: 991px) {
    .tile__container--style-1-2 {
      grid-template-columns: 100%;
      -ms-grid-columns: 100%;
      grid-row-gap: 10px; } }
  @media (max-width: 767px) {
    .tile__container--style-1-2 {
      width: 100%; } }
  @media (max-width: 767px) {
    .tile__container--style-1-2 {
      width: 100%; } }
  .tile__container--style-1-2 .tile:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__container--style-1-2 .tile {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }

.tile__container--style-2-1 {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-column-gap: 3px; }
  @media (max-width: 991px) {
    .tile__container--style-2-1 {
      grid-template-columns: 100%;
      -ms-grid-columns: 100%;
      grid-row-gap: 10px; } }
  .tile__container--style-2-1 .tile {
    padding: 72px 61px 64px 31px; }
  @media (max-width: 767px) {
      .tile__container--style-2-1 .tile {
        padding-right: 31px; } }
  .tile__container--style-2-1 .tile--green {
    padding: 0 22px; }
  @media (max-width: 767px) {
    .tile__container--style-2-1 {
      flex-wrap: wrap; } }

.tile--static {
  position: static !important; }

.tile--green {
  background-color: #098626;
  color: #fff;
  text-transform: uppercase;
  padding: 0 22px;
  margin: 0;
  z-index: 2; }
  @media (max-width: 575px) {
    .tile--green {
      left: 0;
      right: 0; } }
  .tile--green .header, .tile--green .title {
    color: #fff; }

.tile--green-header {
  position: absolute;
  top: -32px; }

.tile--header {
  margin-top: -64px !important; }

.tile--green-text {
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 16px 0;
  font-size: 16px; }

.tile--green-small {
  padding: 12px;
  max-width: 144px; }

.tile--green-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -28px; }

.tile--green-label {
  padding: 12px 24px;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  max-width: none;
  text-transform: none;
  background: #098626;
  margin: 48px 5px 12px;
  color: #fff; }

.tile--big-label {
  padding: 18px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 24px; }

.tile--big-label {
  padding: 12px 22px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 24px; }

.tile--dark-blue-2 {
  background-color: #002b84 !important; }
  .tile--dark-blue-2.tile {
    background-position: right bottom !important;
    background-size: auto; }

.tile--dark-blue {
  background-color: #184090;
  color: #fff;
  padding: 20px;
  z-index: 1; }
  .tile--dark-blue.tile {
    background-position: right center; }
  @media (max-width: 575px) {
      .tile--dark-blue.tile {
        background-position: 104% 118%;
        background-size: 25%; }
        .tile--dark-blue.tile.tile-background {
          background-position: center; } }

.tile--light-blue {
  background-color: #f0f5fa; }

.tile--dark-border {
  border: solid 2px #706e6f; }

.tile--small-1 {
  padding: 65px 13px 18px;
  flex: 1 0 250px;
  margin: 0 5px; }

.tile__content {
  display: grid;
  display: -ms-grid; }

.tile__content--vertical-center {
  align-items: center; }

.tile__content-1-2 {
  grid-template-columns: 35% 65%;
  -ms-grid-columns: 1fr 2fr; }
  @media (max-width: 767px) {
    .tile__content-1-2 {
      grid-template-columns: 100%;
      grid-row-gap: 30px; } }
  .tile__content-1-2 .left, .tile__content-1-2 h5:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__content-1-2 .right, .tile__content-1-2 h5 {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }

.tile__content-1-1 {
  grid-template-columns: 50% 50%;
  -ms-grid-columns: 1fr 1fr; }
  .tile__content-1-1 div:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__content-1-1 div:last-child {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }
  @media (max-width: 575px) {
    .tile__content-1-1 {
      grid-template-columns: 100%;
      -ms-grid-columns: 1fr; } }

.tile__content-1 {
  grid-template-columns: 100%; }

.tile__content--no-padding .right {
  padding: 0; }
  @media (max-width: 767px) {
    .tile__content--no-padding {
      grid-row-gap: 0; } }

.tile__container--style-3-2 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 2fr 1fr;
  -ms-grid-columns: 2fr 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 10px; }
  .tile__container--style-3-2 div:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__container--style-3-2 div:last-child {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }
  @media (max-width: 991px) {
    .tile__container--style-3-2 {
      grid-template-columns: 100%;
      -ms-grid-columns: 1fr;
      grid-row-gap: 10px; }
      .tile__container--style-3-2 div:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1; }
      .tile__container--style-3-2 div:last-child {
        -ms-grid-column: 1;
        -ms-grid-row: 2; } }

.header, .title {
  color: #002b84;
  font-size: 36px;
  font-weight: 700; }

.header--2 {
  font-size: 32px; }

.header--3 {
  font-size: 24px; }
  @media (max-width: 575px) {
    .header--3 {
      font-size: 20px; } }

.header--4 {
  font-size: 20px; }

.header--5 {
  font-size: 16px; }

.header--6 {
  font-size: 14px; }

.header--big, .title {
  font-size: 92px; }

.header--white {
  color: #fff !important; }

.header--green, .paragraph--green {
  color: #098626; }

.header--gray {
  color: #706e6f; }

.header--light {
  font-weight: 400; }

.header--uppercase, .paragraph--uppercase {
  text-transform: uppercase; }

.header--notuppercase, .timeline__item--box .header, .timeline__item--box .title, .paragraph--notuppercase, .wallet-table__header, .wallet-table__content, .timeline__item--box p {
  text-transform: none; }

.paragraph, .wallet-table__header, .wallet-table__content, .score-place, .timeline__item p, .timeline__item--box blockquote + p {
  font-size: 16px;
  word-break: break-word; }

.paragraph--blue, .menu__user-top, .timeline__item p {
  color: #002b84; }

.paragraph--block, .header--block {
  display: flex;
  align-items: center; }
  @media (max-width: 575px) {
    .paragraph--block, .header--block {
      flex-wrap: wrap; } }

.header--block-baseline {
  align-items: baseline; }

.paragraph--block-center {
  justify-content: center; }

.paragraph--bold, .score-place, .timeline__item--box blockquote + p {
  font-weight: 700; }

.paragraph--1, .score-place, .timeline__item--box blockquote + p {
  font-size: 14px; }

.paragraph--2 {
  font-size: 12px; }

.paragraph--3, .wallet-table__header, .wallet-table__content {
  font-size: 13px !important; }

.paragraph--gray {
  color: #706e6f; }

.paragraph--white, .wallet-table__header, .wallet-table__content, .score-place, .table__row.table__row--highlight td, .timeline__item--box p {
  color: #fff; }

.paragraph--border {
  border: 1px solid #706e6f;
  padding: 32px; }

.paragraph--white-space {
  white-space: pre-line;
  margin-bottom: 30px; }

.paragraph--small {
  font-size: 9px; }

.paragraph--italic, .timeline__item--box blockquote {
  font-style: italic; }

.paragraph--underline {
  text-decoration: underline; }

.paragraph--underline-hover {
  transition: all 0.5s; }
  .paragraph--underline-hover a:hover {
    text-decoration: underline;
    transition: all 0.5s; }

.paragraph-line-height--2 {
  line-height: 2 !important; }

.paragraph-line-height--1 {
  line-height: 1.8 !important; }

.paragraph--left {
  text-align: left; }

.exchange--asleep .wallet__money, .exchange--asleep .wallet__content {
  opacity: 0.5; }
  .exchange--asleep .wallet .tile--green {
    background-color: #002b84; }
  .exchange--asleep .wallet .tile--dark-blue {
    background-image: url('../assets/images/moon.png');
    background-size: cover !important; }
  .exchange--asleep .wallet .tile {
    color: #fff; }

.wallet {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 2fr;
  -ms-grid-columns: 1fr 2fr; }
  @media (max-width: 1190px) {
    .wallet {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .wallet {
      grid-template-columns: 1fr;
      -ms-grid-columns: 1fr;
      margin-top: 0; } }
  .wallet .tile__container--style-1-1 {
    grid-row-gap: 0; }
  .wallet .tile__container--style-1-1 .tile {
    margin: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
      .wallet .tile__container--style-1-1 {
        grid-template-columns: 1fr; } }

.wallet__panel--left {
  margin-right: 35px;
  -ms-grid-column: 1;
  -ms-grid-row: 1; }
  @media (max-width: 767px) {
    .wallet__panel--left {
      margin-right: 0; } }

.wallet__panel-right {
  -ms-grid-column: 2;
  -ms-grid-row: 1; }
  .wallet__panel-right.tile__container--style-1-1 {
    grid-column-gap: 0 !important; }
  .wallet__panel-right.tile__container--style-1-1 .tile p {
    font-size: 13px; }
  .wallet__panel-right .tile--dark-blue {
    background-image: url('../assets/images/coin_bg.png'); }
  .wallet__panel-right .tile--dark-blue.tile {
    background-position: right bottom !important;
    background-size: auto; }
  .wallet__panel-right .button--plain {
    padding: 12px 0; }

.wallet__money {
  margin: 20px 0;
  display: flex;
  align-items: center; }
  .wallet__money .coin {
    width: 30px;
    margin-left: 15px; }

.wallet__content {
  padding-right: 45px; }
  .wallet__content p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap; }
  .wallet__content .coin {
    width: 18px;
    margin-left: 15px; }

.wallet__btn {
  display: flex;
  flex-wrap: wrap; }

.wallet-table-wr {
  overflow: auto;
  height: 195px;
  padding-right: 18px; }

.wallet-table {
  width: 100%; }

.wallet-table__header th {
  padding-bottom: 15px; }

.wallet-table__header th, .wallet-table__content th, .wallet-table__header td, .wallet-table__content td {
  width: 25%;
  text-align: right; }
  .wallet-table__header th:nth-child(2), .wallet-table__content th:nth-child(2), .wallet-table__header td:nth-child(2), .wallet-table__content td:nth-child(2) {
    width: 15%; }
  .wallet-table__header th:first-child, .wallet-table__content th:first-child, .wallet-table__header td:first-child, .wallet-table__content td:first-child {
    text-align: left;
    width: 55%; }
  .wallet-table__header a, .wallet-table__content a {
    transition: all 0.5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    display: block; }
  .wallet-table__header a:hover, .wallet-table__content a:hover {
    color: #fff !important;
    text-decoration: underline;
    transition: all 0.5s; }
  @media (min-width: 1191px) {
      .wallet-table__header a, .wallet-table__content a {
        max-width: 190px; } }

.button {
  padding: 12px 32px;
  font-size: 16px;
  line-height: 1.2;
  background-color: transparent;
  color: #002b84;
  border: 2px solid #002b84;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  transform: scale3d(1, 1, 1);
  position: relative;
  transition: color 0.2s;
  text-align: center; }
  .button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002b84;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button:hover {
    color: #fff; }
  .button:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  @media (max-width: 575px) {
    .button.margin-left--65 {
      margin-left: 0 !important; } }

.button--100 {
  width: 100%; }

.button--underline {
  text-decoration: underline; }

.button--small {
  font-size: 11px; }

.button--small-2 {
  font-size: 13px; }

.button-arrow-right {
  position: relative;
  padding-right: 40px; }
  .button-arrow-right:after {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    margin-left: 10px; }

.button--filled {
  border: none;
  color: #fff;
  background-color: #002b84;
  margin-top: 49px;
  transition: all 0.15s; }
  .button--filled.button:before {
    background-color: #42c0f0;
    color: #fff; }

.button--rectangle {
  position: relative;
  overflow: visible;
  transition: all 0.15s; }
  .button--rectangle:after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #42c0f0;
    position: absolute;
    left: 100%;
    top: 0; }
  .button--rectangle:hover:after {
    background-color: #002b84; }

.button--primary-plain {
  color: #002b84; }

.button--white {
  background-color: #fff;
  color: #002b84;
  border: none; }
  .button--white.button:before {
    background-color: #002b84; }

.button--white-plain {
  border: 2px solid #fff;
  color: #fff; }
  .button--white-plain.button:before {
    background-color: #fff; }
  .button--white-plain:hover {
    color: #002b84; }
  @media (max-width: 575px) {
    .button--white-plain {
      text-align: left; } }

.button--white-text {
  color: #fff; }

.button--light-blue {
  background-color: #f0f5fa;
  color: #002b84;
  border: none; }

.button--green, .tabs__button--active {
  background: #098626;
  color: #fff;
  border: 2px solid #098626; }
  .button--green.button:before, .tabs__button--active.button:before {
    background-color: #0f6239; }
  .button--green:hover, .tabs__button--active:hover {
    border-color: #0f6239; }

.button--green-plain {
  font-size: 12px;
  background-color: transparent;
  color: #098626;
  text-align: center;
  border: 2px solid #098626;
  max-width: 100%; }
  .button--green-plain.button:before {
    background-color: #098626;
    color: #fff; }

.button--green-plain.button--plain.button:before {
  content: none; }
  .button--green-plain.button--plain:hover {
    color: #0f6239; }

.button--plain {
  border: none;
  padding: 0;
  background-color: transparent; }
  .button--plain.button:before {
    content: none; }

.button:disabled, .button--disabled {
  border: none;
  color: #c7c7c7;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #f1f1f1; }

.button__icon {
  font-size: 24px;
  line-height: 0 !important;
  vertical-align: middle !important;
  margin-right: 8px;
  display: inline-block; }
  .button__icon.icon-facebook {
    font-size: 19px; }

.button--font-bold {
  font-weight: 700; }

.button--social {
  box-shadow: 9.8px 36.7px 80px 0 rgba(0, 27, 97, 0.14);
  color: #fff;
  font-family: 'Poppins', sans-serif; }
  .button--social.button:before {
    content: none; }

.button--social-fb {
  background-color: #3c57a8;
  border: 1px solid #3c57a8;
  align-items: center;
  display: flex;
  justify-content: center; }

.button--social-google {
  background-color: #df5e53;
  border: 1px solid #df5e53;
  align-items: center;
  display: flex;
  justify-content: center; }

.button--social-text {
  font-size: 14px;
  line-height: 1.57;
  display: inline-block;
  width: 70%;
  margin-left: 10px;
  text-align: left; }

.button--social-icon {
  width: 20%;
  font-size: 30px; }
  .button--social-icon:before {
    content: '';
    font-family: FontAwesome; }
  .button--social-icon-fb:before {
    content: '\f082'; }
  .button--social-icon-google:before {
    content: '\f0d4'; }

.button--active {
  background: #098626;
  border: 1px solid #098626;
  color: #fff;
  box-shadow: 0px 30px 55px 0 rgba(0, 27, 97, 0.12); }

.button--info {
  text-transform: lowercase;
  padding: 6px 14px;
  background-color: #016fba;
  color: #fff;
  border: none; }

.button--uppercase {
  text-transform: uppercase; }

.button--shadow {
  box-shadow: 0px 9px 12px 0 rgba(0, 27, 97, 0.2); }

.button--bottom {
  position: absolute;
  bottom: 10%; }

.header, .title {
  color: #002b84;
  font-size: 36px;
  font-weight: 700; }

.header--2 {
  font-size: 32px; }

.header--3 {
  font-size: 24px; }
  @media (max-width: 575px) {
    .header--3 {
      font-size: 20px; } }

.header--4 {
  font-size: 20px; }

.header--5 {
  font-size: 16px; }

.header--6 {
  font-size: 14px; }

.header--big, .title {
  font-size: 92px; }

.header--white {
  color: #fff !important; }

.header--green, .paragraph--green {
  color: #098626; }

.header--gray {
  color: #706e6f; }

.header--light {
  font-weight: 400; }

.header--uppercase, .paragraph--uppercase {
  text-transform: uppercase; }

.header--notuppercase, .timeline__item--box .header, .timeline__item--box .title, .paragraph--notuppercase, .wallet-table__header, .wallet-table__content, .timeline__item--box p {
  text-transform: none; }

.paragraph, .wallet-table__header, .wallet-table__content, .score-place, .timeline__item p, .timeline__item--box blockquote + p {
  font-size: 16px;
  word-break: break-word; }

.paragraph--blue, .menu__user-top, .timeline__item p {
  color: #002b84; }

.paragraph--block, .header--block {
  display: flex;
  align-items: center; }
  @media (max-width: 575px) {
    .paragraph--block, .header--block {
      flex-wrap: wrap; } }

.header--block-baseline {
  align-items: baseline; }

.paragraph--block-center {
  justify-content: center; }

.paragraph--bold, .score-place, .timeline__item--box blockquote + p {
  font-weight: 700; }

.paragraph--1, .score-place, .timeline__item--box blockquote + p {
  font-size: 14px; }

.paragraph--2 {
  font-size: 12px; }

.paragraph--3, .wallet-table__header, .wallet-table__content {
  font-size: 13px !important; }

.paragraph--gray {
  color: #706e6f; }

.paragraph--white, .wallet-table__header, .wallet-table__content, .score-place, .table__row.table__row--highlight td, .timeline__item--box p {
  color: #fff; }

.paragraph--border {
  border: 1px solid #706e6f;
  padding: 32px; }

.paragraph--white-space {
  white-space: pre-line;
  margin-bottom: 30px; }

.paragraph--small {
  font-size: 9px; }

.paragraph--italic, .timeline__item--box blockquote {
  font-style: italic; }

.paragraph--underline {
  text-decoration: underline; }

.paragraph--underline-hover {
  transition: all 0.5s; }
  .paragraph--underline-hover a:hover {
    text-decoration: underline;
    transition: all 0.5s; }

.paragraph-line-height--2 {
  line-height: 2 !important; }

.paragraph-line-height--1 {
  line-height: 1.8 !important; }

.paragraph--left {
  text-align: left; }

.gallery__image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 178px;
  position: relative;
  background-position: center; }

.gallery__list-col-5 {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fill, minmax(216px, 1fr)); }

.gallery__element {
  background-color: #fff;
  box-shadow: 0px 30px 55px 0 rgba(0, 27, 97, 0.12);
  text-align: center;
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  margin: 0 5px; }
  .gallery__element .gallery__element-content {
    padding: 20px 0; }
  .gallery__element .gallery__element-content .paragraph, .gallery__element .gallery__element-content .wallet-table__header, .gallery__element .gallery__element-content .wallet-table__content, .gallery__element .gallery__element-content .score-place, .gallery__element .gallery__element-content .timeline__item p, .timeline__item .gallery__element .gallery__element-content p, .gallery__element .gallery__element-content .timeline__item--box blockquote + p, .timeline__item--box .gallery__element .gallery__element-content blockquote + p {
    margin: 0;
    padding: 0 10px;
    line-height: normal;
    transition: 0.3s color; }
  .gallery__element:hover .gallery__element-content .paragraph, .gallery__element:hover .gallery__element-content .wallet-table__header, .gallery__element:hover .gallery__element-content .wallet-table__content, .gallery__element:hover .gallery__element-content .score-place, .gallery__element:hover .gallery__element-content .timeline__item p, .timeline__item .gallery__element:hover .gallery__element-content p, .gallery__element:hover .gallery__element-content .timeline__item--box blockquote + p, .timeline__item--box .gallery__element:hover .gallery__element-content blockquote + p {
    color: transparent; }
  @media (max-width: 767px) {
        .gallery__element:hover .gallery__element-content {
          opacity: 1; } }

.gallery__element-content {
  position: relative; }

.gallery__element-label {
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
  left: 50%; }

.startup-label {
  background: #232323;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  justify-content: center; }

.startup-label__img {
  height: 19px;
  margin-bottom: 10px; }

.startup-label--small {
  padding-top: 8px;
  padding-bottom: 8px; }
  .startup-label--small .startup-label__img {
    height: 18px;
    margin-bottom: 4px; }

.gallery__element:nth-child(1) {
  -ms-grid-row: 1;
  margin-bottom: 10px;
  -ms-grid-column: 1; }

.gallery__element:nth-child(2) {
  -ms-grid-row: 1;
  margin-bottom: 10px;
  -ms-grid-column: 2; }

.gallery__element:nth-child(3) {
  -ms-grid-row: 1;
  margin-bottom: 10px;
  -ms-grid-column: 3; }

.gallery__element:nth-child(4) {
  -ms-grid-row: 1;
  margin-bottom: 10px;
  -ms-grid-column: 4; }

.gallery__element:nth-child(5) {
  -ms-grid-row: 1;
  margin-bottom: 10px;
  -ms-grid-column: 5; }

.gallery__element:nth-child(6) {
  -ms-grid-row: 2;
  margin-bottom: 10px;
  -ms-grid-column: 1; }

.gallery__element:nth-child(7) {
  -ms-grid-row: 2;
  margin-bottom: 10px;
  -ms-grid-column: 2; }

.gallery__element:nth-child(8) {
  -ms-grid-row: 2;
  margin-bottom: 10px;
  -ms-grid-column: 3; }

.gallery__element:nth-child(9) {
  -ms-grid-row: 2;
  margin-bottom: 10px;
  -ms-grid-column: 4; }

.gallery__element:nth-child(10) {
  -ms-grid-row: 2;
  margin-bottom: 10px;
  -ms-grid-column: 5; }

.gallery-overlay__text {
  color: #fff;
  padding: 16px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  max-height: 218px;
  height: 100%; }
  .gallery-overlay__text .button {
    font-size: 12px;
    padding: 12px 20px;
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    width: 159px;
    margin: 0 auto; }
  .gallery-overlay__text .button.button--white-plain {
    text-align: center; }
  .gallery-overlay__text .paragraph, .gallery-overlay__text .wallet-table__header, .gallery-overlay__text .wallet-table__content, .gallery-overlay__text .score-place, .gallery-overlay__text .timeline__item p, .timeline__item .gallery-overlay__text p, .gallery-overlay__text .timeline__item--box blockquote + p, .timeline__item--box .gallery-overlay__text blockquote + p {
    line-height: normal; }

.gallery-overlay {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
  background-color: #002b84; }
  @media (max-width: 767px) {
    .gallery-overlay {
      display: none; } }

.gallery__element:hover .gallery__element {
  opacity: 0.3; }

.gallery__element:hover .gallery-overlay {
  opacity: 0.9; }

.gallery__icon:before {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block;
  font-style: normal; }

.gallery__icon-arrow:before {
  content: "\f063"; }

.gallery__icon-arrow--down:before {
  transform: rotate(-45deg); }

.gallery__icon-arrow--up:before {
  transform: rotate(-135deg); }

@media (min-width: 768px) {
      .mobile-link {
        cursor: not-allowed;
        pointer-events: none; } }

.score {
  max-width: 49px;
  max-height: 48px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #fff;
  font-size: 14px; }
  .score .score__number {
    margin-right: 5px; }

.score--none {
  background-color: #ffd000;
  color: #002b84; }

.score--up {
  background-color: #098626; }

.score--down {
  background-color: #d51111; }

.score--yellow {
  background: #ffd000; }

.score-place {
  background-color: #002b84;
  border: 1px solid #002b84;
  padding: 10px 20px;
  margin-left: 48px; }
  @media (max-width: 767px) {
    .score-place {
      width: 100%; } }

.score-wr {
  position: absolute;
  bottom: 0;
  display: flex; }
  @media (max-width: 767px) {
    .score-wr {
      width: 100%; } }

.category-btn {
  margin-bottom: 32px;
  text-align: center; }
  .category-btn .button {
    font-size: 13px;
    padding: 12px 24px;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    margin: 0 5px; }
  .category-btn .button:first-child {
    -ms-grid-column: 1; }
  .category-btn .button:last-child {
    -ms-grid-column: 3; }

.tabs__button--active {
  position: relative;
  box-shadow: 0px 23px 55px 0 rgba(0, 27, 97, 0.12); }
  .tabs__button--active:hover:after {
    border-top-color: #0f6239; }
  .tabs__button--active:after {
    content: "";
    top: 100%;
    left: 50%;
    border: 12px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #098626;
    margin-left: -12px; }

.tabs__tab {
  display: none;
  transition: all 0.5s; }

.tabs__tab--visible {
  display: block; }

@media (max-width: 767px) {
      .section--chart {
        display: none; } }

.trends {
  background-color: #f0f5fa;
  padding: 30px 0;
  margin-bottom: 80px; }

.trends__chart {
  text-align: center; }

.exchange-landing__section {
  overflow: hidden; }

@media (max-width: 767px) {
        .exchange-landing .section__top {
          flex-wrap: wrap; } }
  .exchange-landing .section__left {
    max-width: 547px; }
  @media (max-width: 767px) {
      .exchange-landing .section__left {
        max-width: 100%; } }
  .exchange-landing .section__top-image {
    max-width: 547px; }
  .exchange-landing .section__top-image img {
    width: 100% !important;
    height: auto !important; }

.exchange-landing__section-header, .exchange-landing__section-footer {
  background-color: #f0f5fa;
  position: relative; }

.exchange-landing__section-footer {
  margin-top: 80px; }
  .exchange-landing__section-footer .tile {
    background-size: cover; }
  .exchange-landing__section-footer .tile__container--style-1-1 {
    grid-column-gap: 0 !important; }
  .exchange-landing__section-footer .tile__container--style-1-1 p {
    max-width: 450px;
    font-size: 16px !important; }
  .exchange-landing__section-footer .tile--dark-blue, .exchange-landing__section-footer .tile--green {
    padding: 30px 80px 30px 32px;
    text-transform: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
  .exchange-landing__section-footer .paragraph, .exchange-landing__section-footer .wallet-table__header, .exchange-landing__section-footer .wallet-table__content, .exchange-landing__section-footer .score-place, .exchange-landing__section-footer .timeline__item p, .timeline__item .exchange-landing__section-footer p, .exchange-landing__section-footer .timeline__item--box blockquote + p, .timeline__item--box .exchange-landing__section-footer blockquote + p {
    width: 100%; }

.exchange-landing__section-footer .tile-background {
  background-size: cover;
  background-position: center; }
  .exchange-landing__section-footer .tile__container {
    position: relative; }

.background-outside:before, .background-outside:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%; }
  .background-outside:before {
    right: 100%; }
  .background-outside:after {
    left: 100%; }

.background-outside--white:before, .background-outside--white:after {
  background-color: #fff;
  height: 40%; }

.background-outside--blue:before, .background-outside--blue:after {
  background-color: #f0f5fa;
  height: 40%; }

.attached-files {
  display: flex;
  align-items: center; }
  .attached-files .header, .attached-files .title {
    margin-right: 20px; }
  .attached-files .btn {
    height: 100%; }
  @media (max-width: 575px) {
    .attached-files {
      flex-wrap: wrap; } }

.button {
  padding: 12px 32px;
  font-size: 16px;
  line-height: 1.2;
  background-color: transparent;
  color: #002b84;
  border: 2px solid #002b84;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  transform: scale3d(1, 1, 1);
  position: relative;
  transition: color 0.2s;
  text-align: center; }
  .button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002b84;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button:hover {
    color: #fff; }
  .button:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  @media (max-width: 575px) {
    .button.margin-left--65 {
      margin-left: 0 !important; } }

.button--100 {
  width: 100%; }

.button--underline {
  text-decoration: underline; }

.button--small {
  font-size: 11px; }

.button--small-2 {
  font-size: 13px; }

.button-arrow-right {
  position: relative;
  padding-right: 40px; }
  .button-arrow-right:after {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    margin-left: 10px; }

.button--filled {
  border: none;
  color: #fff;
  background-color: #002b84;
  margin-top: 49px;
  transition: all 0.15s; }
  .button--filled.button:before {
    background-color: #42c0f0;
    color: #fff; }

.button--rectangle {
  position: relative;
  overflow: visible;
  transition: all 0.15s; }
  .button--rectangle:after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #42c0f0;
    position: absolute;
    left: 100%;
    top: 0; }
  .button--rectangle:hover:after {
    background-color: #002b84; }

.button--primary-plain {
  color: #002b84; }

.button--white {
  background-color: #fff;
  color: #002b84;
  border: none; }
  .button--white.button:before {
    background-color: #002b84; }

.button--white-plain {
  border: 2px solid #fff;
  color: #fff; }
  .button--white-plain.button:before {
    background-color: #fff; }
  .button--white-plain:hover {
    color: #002b84; }
  @media (max-width: 575px) {
    .button--white-plain {
      text-align: left; } }

.button--white-text {
  color: #fff; }

.button--light-blue {
  background-color: #f0f5fa;
  color: #002b84;
  border: none; }

.button--green, .tabs__button--active {
  background: #098626;
  color: #fff;
  border: 2px solid #098626; }
  .button--green.button:before, .tabs__button--active.button:before {
    background-color: #0f6239; }
  .button--green:hover, .tabs__button--active:hover {
    border-color: #0f6239; }

.button--green-plain {
  font-size: 12px;
  background-color: transparent;
  color: #098626;
  text-align: center;
  border: 2px solid #098626;
  max-width: 100%; }
  .button--green-plain.button:before {
    background-color: #098626;
    color: #fff; }

.button--green-plain.button--plain.button:before {
  content: none; }
  .button--green-plain.button--plain:hover {
    color: #0f6239; }

.button--plain {
  border: none;
  padding: 0;
  background-color: transparent; }
  .button--plain.button:before {
    content: none; }

.button:disabled, .button--disabled {
  border: none;
  color: #c7c7c7;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #f1f1f1; }

.button__icon {
  font-size: 24px;
  line-height: 0 !important;
  vertical-align: middle !important;
  margin-right: 8px;
  display: inline-block; }
  .button__icon.icon-facebook {
    font-size: 19px; }

.button--font-bold {
  font-weight: 700; }

.button--social {
  box-shadow: 9.8px 36.7px 80px 0 rgba(0, 27, 97, 0.14);
  color: #fff;
  font-family: 'Poppins', sans-serif; }
  .button--social.button:before {
    content: none; }

.button--social-fb {
  background-color: #3c57a8;
  border: 1px solid #3c57a8;
  align-items: center;
  display: flex;
  justify-content: center; }

.button--social-google {
  background-color: #df5e53;
  border: 1px solid #df5e53;
  align-items: center;
  display: flex;
  justify-content: center; }

.button--social-text {
  font-size: 14px;
  line-height: 1.57;
  display: inline-block;
  width: 70%;
  margin-left: 10px;
  text-align: left; }

.button--social-icon {
  width: 20%;
  font-size: 30px; }
  .button--social-icon:before {
    content: '';
    font-family: FontAwesome; }
  .button--social-icon-fb:before {
    content: '\f082'; }
  .button--social-icon-google:before {
    content: '\f0d4'; }

.button--active {
  background: #098626;
  border: 1px solid #098626;
  color: #fff;
  box-shadow: 0px 30px 55px 0 rgba(0, 27, 97, 0.12); }

.button--info {
  text-transform: lowercase;
  padding: 6px 14px;
  background-color: #016fba;
  color: #fff;
  border: none; }

.button--uppercase {
  text-transform: uppercase; }

.button--shadow {
  box-shadow: 0px 9px 12px 0 rgba(0, 27, 97, 0.2); }

.button--bottom {
  position: absolute;
  bottom: 10%; }

.calendar__event--complete {
  background-color: #fff !important;
  color: #706e6f !important;
  border: 2px solid #706e6f; }
  .calendar__event--complete .tile--green {
    background-color: #706e6f;
    box-shadow: none; }
  .calendar__event--complete .header:nth-last-child(2), .calendar__event--complete .title:nth-last-child(2) {
    color: #706e6f; }

.calendar {
  padding-top: 26px;
  text-align: center;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .calendar {
      padding-top: 0; } }
  .calendar.tile__container {
    margin: 0 -10px; }
  @media (max-width: 767px) {
      .calendar.tile__container .tile {
        margin: 10px; }
        .calendar.tile__container .tile--green {
          margin: auto; } }

.checkbox__wr {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .checkbox__wr {
      max-width: 725px; } }

.checkbox {
  margin: 10px 0; }
  .checkbox input[type="checkbox"] {
    float: left;
    margin-top: 6px; }

.checkbox__label {
  font-size: 14px;
  line-height: 1.83;
  letter-spacing: 0.9px;
  color: #706e6f;
  display: block; }
  input[type="checkbox"] + .checkbox__label {
    margin-left: 30px; }

.graph {
  display: flex;
  text-align: center;
  padding-top: 60px;
  flex-wrap: wrap; }
  @media (max-width: 1190px) {
    .graph {
      text-align: left; } }
  @media (max-width: 767px) {
    .graph {
      text-align: center;
      flex-direction: column;
      align-items: center; } }
  .graph__col {
    width: 25%;
    z-index: 2;
    flex: 1 0 150px; }
  @media (max-width: 767px) {
      .graph__col {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 10px; } }
  @media (max-width: 767px) {
      .graph p {
        width: 175px;
        margin: auto; } }

.graph__arrow {
  align-self: flex-start; }
  @media (max-width: 767px) {
    .graph__arrow {
      display: none; } }
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../assets/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../assets/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../assets/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../assets/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../assets/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal; }
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em; }
/* makes sure icons active on rollover in links */
a [class^="icon-"], a [class*=" icon-"] {
  display: inline; }
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em; }

[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em; }

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none; }

.icons-ul > li {
  position: relative; }

.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit; }

[class^="icon-"].hide, [class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eee; }

.icon-light {
  color: #fff; }

.icon-dark {
  color: #333; }

.icon-border {
  border: solid 1px #eee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
  margin-right: 0.3em; }

[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
  margin-left: 0.3em; }
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"], [class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }
/* more sprites.less reset */
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
  line-height: 0.9em; }

.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em; }

.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em; }

.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em; }
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
  line-height: inherit; }
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack, a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-alt:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-power-off:before, .icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-gear:before, .icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file-alt:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-rotate-right:before, .icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before, .icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-gears:before, .icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up-alt:before {
  content: "\f087"; }

.icon-thumbs-down-alt:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-unchecked:before, .icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paperclip:before, .icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before, .icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-text-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before, .icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before, .icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before, .icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before, .icon-usd:before {
  content: "\f155"; }

.icon-rupee:before, .icon-inr:before {
  content: "\f156"; }

.icon-yen:before, .icon-jpy:before {
  content: "\f157"; }

.icon-renminbi:before, .icon-cny:before {
  content: "\f158"; }

.icon-won:before, .icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before, .icon-btc:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

.page_subfooter {
  background-color: #f0f5fa; }

.page__subfooter-image-list {
  display: flex;
  align-items: center;
  padding-bottom: 83px; }
  @media (max-width: 575px) {
    .page__subfooter-image-list {
      flex-direction: column;
      align-items: flex-start; } }

.page__subfooter-image {
  width: auto; }
  .page__subfooter-image:not(:last-child) {
    margin-right: 140px; }
  @media (max-width: 767px) {
    .page__subfooter-image {
      margin-top: 20px; }
      .page__subfooter-image:not(:last-child) {
        margin-right: 30px; } }

.page__subfooter-paragraph {
  color: #002b84;
  padding: 56px 0; }
  @media (max-width: 767px) {
    .page__subfooter-paragraph {
      padding-bottom: 20px; } }

.page__footer {
  background-color: #002b84; }

.page__footer-content {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  .page__footer-content .paragraph, .page__footer-content .wallet-table__header, .page__footer-content .wallet-table__content, .page__footer-content .score-place, .page__footer-content .timeline__item p, .timeline__item .page__footer-content p, .page__footer-content .timeline__item--box blockquote + p, .timeline__item--box .page__footer-content blockquote + p {
    margin-bottom: 16px; }

.footer__list {
  margin: 42px 0;
  max-width: 100%;
  flex: 1 0 220px; }
  @media (max-width: 767px) {
    .footer__list {
      margin: 0; } }
  @media (max-width: 991px) {
    .footer__list {
      margin-top: 0; } }
  .footer__list .menu-serwisy-spolecznosciowe-container .menu {
    display: flex; }
  .footer__list .menu-serwisy-spolecznosciowe-container .menu .menu-item {
    padding-right: 32px; }
  .footer__list .menu-item {
    font-size: 14px;
    cursor: pointer;
    padding: 14px 0; }
  .footer__list .menu-item a {
    color: #fff; }
  .footer__list .menu-item a:hover {
    color: #42c0f0; }
  .footer__list .textwidget li {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0; }
  .footer__list .textwidget li:hover {
    color: #42c0f0; }
  .footer__list .textwidget li a {
    color: #fff; }
  .footer__list .textwidget li a:hover {
    color: #42c0f0; }
  @media (max-width: 767px) {
      .footer__list .textwidget {
        margin-bottom: 20px; } }
  .footer__list .textwidget .icon-phone, .footer__list .textwidget .icon-envelope-alt {
    font-size: 24px;
    margin-right: 24px; }
  .footer__list .textwidget .icon-envelope-alt {
    margin-right: 20px; }

.form__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.form__content--column {
  flex-direction: column; }

.form__fields-wr {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: baseline; }
  @media (max-width: 767px) {
    .form__fields-wr {
      flex-wrap: wrap; } }

.form__fields {
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .form__fields {
      max-width: 380px; } }
  @media (max-width: 767px) {
    .form__fields {
      width: auto; } }

.form__fields--full-width {
  max-width: 100%;
  padding-left: 180px; }
  @media (max-width: 767px) {
    .form__fields--full-width {
      padding-left: 0; } }

.form__fields--big {
  width: 100%; }
  @media (min-width: 768px) {
    .form__fields--big {
      max-width: 725px;
      min-width: 725px; } }
  .form__fields--big-2 {
    max-width: 600px; }
  .form__fields--big-2 input {
    width: 380px; }

.input {
  padding: 12px;
  outline: none;
  font-size: 16px;
  color: #002b84;
  border: 1px solid #cdd1d6; }

.input--primary, #loginform .input, #registerform .input, #lostpasswordform .input {
  background-color: #f0f5fa; }

.input--primary-plain {
  padding: 0;
  background-color: transparent;
  border-bottom: 2px solid #002b84; }

.input__label {
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #706e6f;
  margin-bottom: 15px; }

.input__label--notuppercase {
  text-transform: none; }

.textarea {
  outline: none;
  height: 177px;
  width: 100%;
  font-size: 16px;
  color: #002b84;
  padding: 30px;
  min-height: 100px;
  overflow: auto;
  border: 1px solid #cdd1d6;
  box-sizing: border-box; }
  @media (min-width: 992px) {
    .textarea {
      max-width: 780px;
      min-width: 780px; } }

.textarea--primary {
  background-color: #f0f5fa; }

.textarea-short {
  height: 115px; }

.form__fields-search {
  position: relative;
  width: 100%; }
  .form__fields-search .icon-chevron-down {
    position: absolute;
    right: 16px;
    top: 14px;
    color: #002b84;
    pointer-events: none; }

select {
  width: 100%;
  height: 49px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

select::-ms-expand {
  display: none; }

.textarea::placeholder {
  color: #706e6f;
  line-height: 1.38;
  font-size: 16px; }

body #gallery-1, body #gallery-2 {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
      body #gallery-1, body #gallery-2 {
        padding: 0; } }
  body #gallery-1 .gallery, body #gallery-2 .gallery {
    padding-bottom: 60px; }
  body #gallery-1 img, body #gallery-2 img {
    width: auto;
    border: none;
    max-width: 100%; }
  body #gallery-1 .gallery-caption, body #gallery-2 .gallery-caption {
    font-size: 13px; }
  body .gallery:last-child {
    padding-bottom: 0; }
  .gallery-columns-1 .gallery-item {
    width: 100% !important; }
  @media (min-width: 576px) and (max-width: 767px) {
        .gallery-columns-1 .gallery-item {
          width: 100% !important; } }
  @media (max-width: 575px) {
        .gallery-columns-1 .gallery-item {
          width: 100% !important; } }
  .gallery-columns-2 .gallery-item {
    width: 50% !important; }
  @media (min-width: 576px) and (max-width: 767px) {
        .gallery-columns-2 .gallery-item {
          width: 100% !important; } }
  @media (max-width: 575px) {
        .gallery-columns-2 .gallery-item {
          width: 100% !important; } }
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333% !important; }
  @media (min-width: 576px) and (max-width: 767px) {
        .gallery-columns-3 .gallery-item {
          width: 50% !important; } }
  @media (max-width: 575px) {
        .gallery-columns-3 .gallery-item {
          width: 100% !important; } }
  .gallery-columns-4 .gallery-item {
    width: 25% !important; }
  @media (min-width: 576px) and (max-width: 767px) {
        .gallery-columns-4 .gallery-item {
          width: 50% !important; } }
  @media (max-width: 575px) {
        .gallery-columns-4 .gallery-item {
          width: 50% !important; } }
  .gallery-columns-5 .gallery-item {
    width: 20% !important; }
  @media (min-width: 576px) and (max-width: 767px) {
        .gallery-columns-5 .gallery-item {
          width: 33.3333333333% !important; } }
  @media (max-width: 575px) {
        .gallery-columns-5 .gallery-item {
          width: 50% !important; } }
  .gallery-columns-6 .gallery-item {
    width: 16.6666666667% !important; }
  @media (min-width: 576px) and (max-width: 767px) {
        .gallery-columns-6 .gallery-item {
          width: 33.3333333333% !important; } }
  @media (max-width: 575px) {
        .gallery-columns-6 .gallery-item {
          width: 50% !important; } }
  .gallery-columns-7 .gallery-item {
    width: 14.2857142857% !important; }
  @media (min-width: 576px) and (max-width: 767px) {
        .gallery-columns-7 .gallery-item {
          width: 25% !important; } }
  @media (max-width: 575px) {
        .gallery-columns-7 .gallery-item {
          width: 33.3333333333% !important; } }
  .gallery-columns-8 .gallery-item {
    width: 12.5% !important; }
  @media (min-width: 576px) and (max-width: 767px) {
        .gallery-columns-8 .gallery-item {
          width: 25% !important; } }
  @media (max-width: 575px) {
        .gallery-columns-8 .gallery-item {
          width: 33.3333333333% !important; } }
  .gallery-columns-9 .gallery-item {
    width: 11.1111111111% !important; }
  @media (min-width: 576px) and (max-width: 767px) {
        .gallery-columns-9 .gallery-item {
          width: 20% !important; } }
  @media (max-width: 575px) {
        .gallery-columns-9 .gallery-item {
          width: 33.3333333333% !important; } }

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif; }

body.body--without-scroll {
  overflow: hidden; }

textarea, input, button {
  font-family: 'Poppins', sans-serif; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1191px) {
    .container {
      width: 1170px; } }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  color: #002b84;
  transition: all 0.15s; }
  a:hover {
    color: #42c0f0; }

a[href="#"] {
  cursor: default; }

.menu a[href*="//facebook.com"], .menu a[href*="//www.facebook.com"] {
  font-size: 0; }
  .menu a[href*="//facebook.com"]:before, .menu a[href*="//www.facebook.com"]:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 28px; }
  @media (max-width: 575px) {
        .menu a[href*="//facebook.com"]:before, .menu a[href*="//www.facebook.com"]:before {
          font-size: 24px; } }
  .menu a[href*="//instagram.com"], .menu a[href*="//www.instagram.com"] {
    font-size: 0; }
  .menu a[href*="//instagram.com"]:before, .menu a[href*="//www.instagram.com"]:before {
    content: "\f16d";
    font-family: FontAwesome;
    font-size: 28px; }
  @media (max-width: 575px) {
        .menu a[href*="//instagram.com"]:before, .menu a[href*="//www.instagram.com"]:before {
          font-size: 24px; } }
  .menu a[href*="//youtube.com"], .menu a[href*="//www.youtube.com"] {
    font-size: 0; }
  .menu a[href*="//youtube.com"]:before, .menu a[href*="//www.youtube.com"]:before {
    content: "\f16a";
    font-family: FontAwesome;
    font-size: 28px; }
  @media (max-width: 575px) {
        .menu a[href*="//youtube.com"]:before, .menu a[href*="//www.youtube.com"]:before {
          font-size: 24px; } }

.menu a:hover {
  color: #42c0f0; }

.icon--user:before {
  content: "\f007";
  font-family: FontAwesome;
  font-size: 22px; }

.icon--usd:before {
  content: "\f155";
  font-family: FontAwesome; }

.align--left {
  float: left; }

.align--right {
  float: right; }

.inline-list li {
  display: inline-block !important;
  padding-left: 0 !important;
  margin-right: 16px !important; }
  .inline-list li:before {
    position: static !important;
    display: inline-block !important;
    margin-right: 12px !important; }

.menu:last-child .menu-item {
  padding-right: 0;
  margin-right: 0; }

.header-menu {
  background-color: #f0f5fa;
  padding: 10px 0; }
  @media (max-width: 767px) {
    .header-menu {
      background-color: #fff;
      position: relative; } }

.header-menu__content {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 768px) {
      .header-menu__content .login-btn {
        display: none; } }

.header-menu__social .menu {
  display: flex;
  flex-direction: row;
  list-style: none;
  text-decoration: none; }
  .header-menu__social .menu-item {
    padding: 0 23px; }
  @media (max-width: 767px) {
      .header-menu__social .menu-item {
        display: none; } }

.header-menu__image-wr {
  display: flex;
  align-items: center; }
  .header-menu__image-wr .header-menu_image {
    margin-right: 32px; }
  .header-menu__image-wr .header-menu_image:last-child {
    height: 32px; }
  @media (max-width: 575px) {
      .header-menu__image-wr .header-menu_image {
        margin-right: 0; }
        .header-menu__image-wr .header-menu_image:last-child {
          display: none; } }

.header-menu__content--right {
  display: flex;
  align-items: center;
  height: 60px; }

@media (max-width: 575px) {
      .header__search.header__search--active {
        z-index: 10;
        width: 93%;
        top: -3px;
        right: 0;
        left: 0;
        position: absolute;
        background: #fff;
        padding: 10px; } }
  .header__search.header__search--active .search__icon--primary {
    z-index: 2;
    cursor: pointer;
    transition: all 0.4s ease;
    right: -22px; }
  .header__search.header__search--active .search__icon--primary:before {
    font-size: 16px; }
  .header__search.header__search--active #search-input {
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    width: 300px;
    z-index: 1;
    border-bottom: 2px solid #002b84;
    cursor: text;
    right: 0; }
  @media (max-width: 575px) {
      .header__search.header__search--active #search-input {
        width: 96%; } }
  .header__search.header__search--active #search-input::-ms-clear {
    display: none; }

.header__search {
  display: inline-block;
  height: 67px;
  float: right;
  padding: 0;
  position: relative; }
  .header__search .search__icon--primary {
    border: none;
    background: none;
    padding: 0;
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 2;
    cursor: pointer;
    height: 67px;
    width: 75px;
    display: inline-block;
    float: right; }
  .header__search .search__icon--primary:before {
    color: #002b84;
    font-size: 25px;
    height: 60px; }
  @media (max-width: 575px) {
        .header__search .search__icon--primary:before {
          font-size: 18px; } }
  @media (max-width: 767px) {
      .header__search .search__icon--primary {
        margin-top: 0;
        right: -6px; } }
  .header__search #search-input {
    display: inline-block;
    border: none;
    outline: none;
    width: 0px;
    position: absolute;
    top: 24px;
    right: -10px;
    background: none;
    z-index: 3;
    cursor: pointer; }

.header, .title {
  color: #002b84;
  font-size: 36px;
  font-weight: 700; }

.header--2 {
  font-size: 32px; }

.header--3 {
  font-size: 24px; }
  @media (max-width: 575px) {
    .header--3 {
      font-size: 20px; } }

.header--4 {
  font-size: 20px; }

.header--5 {
  font-size: 16px; }

.header--6 {
  font-size: 14px; }

.header--big, .title {
  font-size: 92px; }

.header--white {
  color: #fff !important; }

.header--green, .paragraph--green {
  color: #098626; }

.header--gray {
  color: #706e6f; }

.header--light {
  font-weight: 400; }

.header--uppercase, .paragraph--uppercase {
  text-transform: uppercase; }

.header--notuppercase, .timeline__item--box .header, .timeline__item--box .title, .paragraph--notuppercase, .wallet-table__header, .wallet-table__content, .timeline__item--box p {
  text-transform: none; }

.paragraph, .wallet-table__header, .wallet-table__content, .score-place, .timeline__item p, .timeline__item--box blockquote + p {
  font-size: 16px;
  word-break: break-word; }

.paragraph--blue, .menu__user-top, .timeline__item p {
  color: #002b84; }

.paragraph--block, .header--block {
  display: flex;
  align-items: center; }
  @media (max-width: 575px) {
    .paragraph--block, .header--block {
      flex-wrap: wrap; } }

.header--block-baseline {
  align-items: baseline; }

.paragraph--block-center {
  justify-content: center; }

.paragraph--bold, .score-place, .timeline__item--box blockquote + p {
  font-weight: 700; }

.paragraph--1, .score-place, .timeline__item--box blockquote + p {
  font-size: 14px; }

.paragraph--2 {
  font-size: 12px; }

.paragraph--3, .wallet-table__header, .wallet-table__content {
  font-size: 13px !important; }

.paragraph--gray {
  color: #706e6f; }

.paragraph--white, .wallet-table__header, .wallet-table__content, .score-place, .table__row.table__row--highlight td, .timeline__item--box p {
  color: #fff; }

.paragraph--border {
  border: 1px solid #706e6f;
  padding: 32px; }

.paragraph--white-space {
  white-space: pre-line;
  margin-bottom: 30px; }

.paragraph--small {
  font-size: 9px; }

.paragraph--italic, .timeline__item--box blockquote {
  font-style: italic; }

.paragraph--underline {
  text-decoration: underline; }

.paragraph--underline-hover {
  transition: all 0.5s; }
  .paragraph--underline-hover a:hover {
    text-decoration: underline;
    transition: all 0.5s; }

.paragraph-line-height--2 {
  line-height: 2 !important; }

.paragraph-line-height--1 {
  line-height: 1.8 !important; }

.paragraph--left {
  text-align: left; }

@media (min-width: 768px) {
      .history {
        padding-top: 50px; } }
  @media (min-width: 1191px) {
    .history {
      padding-top: 0; } }
  .history .container {
    position: relative; }
  .history .section__left, .history .section__right {
    width: 50%; }
  @media (max-width: 767px) {
      .history .section__left, .history .section__right {
        width: 100%; } }
  .history .section__left {
    max-width: 417px; }
  .history .section__right {
    position: absolute;
    right: 0;
    top: -33px; }
  @media (max-width: 767px) {
      .history .section__right {
        margin-top: 30px;
        position: static; } }

.table {
  width: 80%;
  margin: 50px auto;
  text-align: left;
  color: #002b84;
  border-collapse: collapse;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .table {
      max-width: 100%;
      white-space: nowrap;
      display: block;
      overflow-x: auto; } }
  .table .coin {
    width: 21px;
    height: 21px; }
  .table .point, .table .coin {
    vertical-align: middle; }
  .table th {
    padding-bottom: 45px; }
  .table th:last-child {
    width: 17%; }

.column--center {
  text-align: center; }

.table__header th {
  text-align: left; }
  .table__header .column--center {
    text-align: center; }

.table__row td {
  padding: 15px 0;
  border-bottom: 1px solid #dfebf7; }
  .table__row td:first-child {
    padding-left: 20px; }
  .table__row.table__row--highlight {
    background-color: #098626; }
  .table__row.table__row--highlight td {
    border-bottom: none; }

.award {
  width: 22px;
  vertical-align: middle; }

.result-text {
  width: 54px;
  display: inline-block; }

.result-col {
  height: 33.2px; }

.initiatives {
  position: relative;
  justify-content: space-between;
  list-style: none;
  margin-top: -48px; }
  @media (max-width: 767px) {
    .initiatives {
      flex-wrap: wrap; } }

.initiatives__event {
  margin: 48px 0; }

.initiatives__content {
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .initiatives__content {
      margin-top: 40px; } }

.initiatives__event-date {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.571;
  text-transform: uppercase;
  color: #002b84; }
  .initiatives__event-date a {
    font-size: 14px;
    line-height: 1.571;
    text-transform: uppercase;
    color: #002b84;
    margin: 0 5px;
    text-decoration: underline; }
  .initiatives__event-date a:hover {
    color: #42c0f0; }

.initiatives__event-description h3 {
  margin: 0; }
  .initiatives__event-description h3 a:hover {
    color: #42c0f0; }

.form__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.form__content--column {
  flex-direction: column; }

.form__fields-wr {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: baseline; }
  @media (max-width: 767px) {
    .form__fields-wr {
      flex-wrap: wrap; } }

.form__fields {
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .form__fields {
      max-width: 380px; } }
  @media (max-width: 767px) {
    .form__fields {
      width: auto; } }

.form__fields--full-width {
  max-width: 100%;
  padding-left: 180px; }
  @media (max-width: 767px) {
    .form__fields--full-width {
      padding-left: 0; } }

.form__fields--big {
  width: 100%; }
  @media (min-width: 768px) {
    .form__fields--big {
      max-width: 725px;
      min-width: 725px; } }
  .form__fields--big-2 {
    max-width: 600px; }
  .form__fields--big-2 input {
    width: 380px; }

.input {
  padding: 12px;
  outline: none;
  font-size: 16px;
  color: #002b84;
  border: 1px solid #cdd1d6; }

.input--primary, #loginform .input, #registerform .input, #lostpasswordform .input {
  background-color: #f0f5fa; }

.input--primary-plain {
  padding: 0;
  background-color: transparent;
  border-bottom: 2px solid #002b84; }

.input__label {
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #706e6f;
  margin-bottom: 15px; }

.input__label--notuppercase {
  text-transform: none; }

.textarea {
  outline: none;
  height: 177px;
  width: 100%;
  font-size: 16px;
  color: #002b84;
  padding: 30px;
  min-height: 100px;
  overflow: auto;
  border: 1px solid #cdd1d6;
  box-sizing: border-box; }
  @media (min-width: 992px) {
    .textarea {
      max-width: 780px;
      min-width: 780px; } }

.textarea--primary {
  background-color: #f0f5fa; }

.textarea-short {
  height: 115px; }

.form__fields-search {
  position: relative;
  width: 100%; }
  .form__fields-search .icon-chevron-down {
    position: absolute;
    right: 16px;
    top: 14px;
    color: #002b84;
    pointer-events: none; }

select {
  width: 100%;
  height: 49px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

select::-ms-expand {
  display: none; }

.textarea::placeholder {
  color: #706e6f;
  line-height: 1.38;
  font-size: 16px; }

.login {
  background-color: #f0f5fa;
  overflow: auto;
  height: 100vh; }
  @media (max-width: 767px) {
    .login .square--green, .login .square--yellow, .login .square--dark-blue, .login .square--light-green {
      display: none; } }
  .login .container {
    position: relative; }
  .login .square {
    position: absolute; }
  .login .square--light-green {
    top: 38%; }
  .login .square--green {
    top: 59%;
    left: 15%; }
  .login .square--yellow {
    right: 14%;
    top: 20%; }
  .login .square--dark-blue {
    right: 0;
    top: 42%; }

.login--block {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .login--block .button {
    width: 200px !important;
    text-align: right; }
  @media (max-width: 575px) {
    .login--block {
      flex-wrap: wrap; } }

.login__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px; }
  .login__content .tile__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative; }
  @media (max-width: 767px) {
      .login__content .tile__container {
        max-width: 100%; } }
  .login__content .tile__container .tile--main {
    padding: 30px 98px;
    max-width: 385px; }
  @media (max-width: 767px) {
        .login__content .tile__container .tile--main {
          padding-left: 28px;
          padding-right: 28px; } }
  .login__content .tile__container .square__wr {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0; }
  .login__content .tile--dark-blue {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -35px;
    width: 173px; }
  .login__content .tile--dark-blue p {
    margin: 0; }
  .login__content .coin {
    width: 70px; }

.social-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px; }
  .social-btn .button {
    margin: 16px 0;
    width: 100%;
    max-width: 380px; }
  .social-btn .button .icon--facebook, .social-btn .button .icon--google-plus {
    width: 20% !important; }

#lostpasswordform {
  padding-top: 50px; }

#loginform, #registerform, #lostpasswordform {
  text-align: center;
  padding-right: 20px; }
  @media (min-width: 768px) {
    #loginform, #registerform, #lostpasswordform {
      width: 100%; } }
  #loginform .login-username label, #registerform .login-username label, #lostpasswordform .login-username label, #loginform .login-password label, #registerform .login-password label, #lostpasswordform .login-password label {
    display: none; }
  #loginform .input, #registerform .input, #lostpasswordform .input {
    width: 344px; }
  @media (max-width: 575px) {
      #loginform .input, #registerform .input, #lostpasswordform .input {
        width: 100%; } }
  #loginform .button, #registerform .button, #lostpasswordform .button {
    width: 370px; }
  @media (max-width: 575px) {
      #loginform .button, #registerform .button, #lostpasswordform .button {
        width: 100%; } }
  .login__top {
    margin-top: 30px;
    margin-bottom: 20px; }

.text-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 50px 0; }

.text-block--vertical {
  flex-direction: column;
  margin: 0; }

.text-block--spaces {
  justify-content: space-between; }

.login-remember {
  font-size: 12px; }
  @media (max-width: 575px) {
    .login-remember {
      font-size: 12px; } }

.register-terms {
  text-align: left; }
  .register-terms label {
    margin-left: 26px;
    display: block; }
  .register-terms input[type='checkbox'] {
    margin-left: -18px; }

.g-recaptcha {
  margin: 30px 8px; }
  .margin-top--0 {
    margin-top: 0px !important; }
  .padding-top--0 {
    padding-top: 0px !important; }
  @media (max-width: 575px) {
        .padding-top--0 {
          padding-top: 0px !important; } }
  .margin-bottom--0 {
    margin-bottom: 0px !important; }
  .padding-bottom--0 {
    padding-bottom: 0px !important; }
  @media (max-width: 575px) {
        .padding-bottom--0 {
          padding-bottom: 0px !important; } }
  .margin-left--0 {
    margin-left: 0px !important; }
  .padding-left--0 {
    padding-left: 0px !important; }
  @media (max-width: 575px) {
        .padding-left--0 {
          padding-left: 0px !important; } }
  .margin-right--0 {
    margin-right: 0px !important; }
  .padding-right--0 {
    padding-right: 0px !important; }
  @media (max-width: 575px) {
        .padding-right--0 {
          padding-right: 0px !important; } }
  .margin-top--5 {
    margin-top: 5px !important; }
  .padding-top--5 {
    padding-top: 5px !important; }
  @media (max-width: 575px) {
        .padding-top--5 {
          padding-top: 5px !important; } }
  .margin-bottom--5 {
    margin-bottom: 5px !important; }
  .padding-bottom--5 {
    padding-bottom: 5px !important; }
  @media (max-width: 575px) {
        .padding-bottom--5 {
          padding-bottom: 5px !important; } }
  .margin-left--5 {
    margin-left: 5px !important; }
  .padding-left--5 {
    padding-left: 5px !important; }
  @media (max-width: 575px) {
        .padding-left--5 {
          padding-left: 5px !important; } }
  .margin-right--5 {
    margin-right: 5px !important; }
  .padding-right--5 {
    padding-right: 5px !important; }
  @media (max-width: 575px) {
        .padding-right--5 {
          padding-right: 5px !important; } }
  .margin-top--10 {
    margin-top: 10px !important; }
  .padding-top--10 {
    padding-top: 10px !important; }
  @media (max-width: 575px) {
        .padding-top--10 {
          padding-top: 10px !important; } }
  .margin-bottom--10 {
    margin-bottom: 10px !important; }
  .padding-bottom--10 {
    padding-bottom: 10px !important; }
  @media (max-width: 575px) {
        .padding-bottom--10 {
          padding-bottom: 10px !important; } }
  .margin-left--10 {
    margin-left: 10px !important; }
  .padding-left--10 {
    padding-left: 10px !important; }
  @media (max-width: 575px) {
        .padding-left--10 {
          padding-left: 10px !important; } }
  .margin-right--10 {
    margin-right: 10px !important; }
  .padding-right--10 {
    padding-right: 10px !important; }
  @media (max-width: 575px) {
        .padding-right--10 {
          padding-right: 10px !important; } }
  .margin-top--15 {
    margin-top: 15px !important; }
  .padding-top--15 {
    padding-top: 15px !important; }
  @media (max-width: 575px) {
        .padding-top--15 {
          padding-top: 15px !important; } }
  .margin-bottom--15 {
    margin-bottom: 15px !important; }
  .padding-bottom--15 {
    padding-bottom: 15px !important; }
  @media (max-width: 575px) {
        .padding-bottom--15 {
          padding-bottom: 15px !important; } }
  .margin-left--15 {
    margin-left: 15px !important; }
  .padding-left--15 {
    padding-left: 15px !important; }
  @media (max-width: 575px) {
        .padding-left--15 {
          padding-left: 15px !important; } }
  .margin-right--15 {
    margin-right: 15px !important; }
  .padding-right--15 {
    padding-right: 15px !important; }
  @media (max-width: 575px) {
        .padding-right--15 {
          padding-right: 15px !important; } }
  .margin-top--20 {
    margin-top: 20px !important; }
  .padding-top--20 {
    padding-top: 20px !important; }
  @media (max-width: 575px) {
        .padding-top--20 {
          padding-top: 20px !important; } }
  .margin-bottom--20 {
    margin-bottom: 20px !important; }
  .padding-bottom--20 {
    padding-bottom: 20px !important; }
  @media (max-width: 575px) {
        .padding-bottom--20 {
          padding-bottom: 20px !important; } }
  .margin-left--20 {
    margin-left: 20px !important; }
  .padding-left--20 {
    padding-left: 20px !important; }
  @media (max-width: 575px) {
        .padding-left--20 {
          padding-left: 20px !important; } }
  .margin-right--20 {
    margin-right: 20px !important; }
  .padding-right--20 {
    padding-right: 20px !important; }
  @media (max-width: 575px) {
        .padding-right--20 {
          padding-right: 20px !important; } }
  .margin-top--25 {
    margin-top: 25px !important; }
  .padding-top--25 {
    padding-top: 25px !important; }
  @media (max-width: 575px) {
        .padding-top--25 {
          padding-top: 25px !important; } }
  .margin-bottom--25 {
    margin-bottom: 25px !important; }
  .padding-bottom--25 {
    padding-bottom: 25px !important; }
  @media (max-width: 575px) {
        .padding-bottom--25 {
          padding-bottom: 25px !important; } }
  .margin-left--25 {
    margin-left: 25px !important; }
  .padding-left--25 {
    padding-left: 25px !important; }
  @media (max-width: 575px) {
        .padding-left--25 {
          padding-left: 25px !important; } }
  .margin-right--25 {
    margin-right: 25px !important; }
  .padding-right--25 {
    padding-right: 25px !important; }
  @media (max-width: 575px) {
        .padding-right--25 {
          padding-right: 25px !important; } }
  .margin-top--30 {
    margin-top: 30px !important; }
  .padding-top--30 {
    padding-top: 30px !important; }
  @media (max-width: 575px) {
        .padding-top--30 {
          padding-top: 30px !important; } }
  .margin-bottom--30 {
    margin-bottom: 30px !important; }
  .padding-bottom--30 {
    padding-bottom: 30px !important; }
  @media (max-width: 575px) {
        .padding-bottom--30 {
          padding-bottom: 30px !important; } }
  .margin-left--30 {
    margin-left: 30px !important; }
  .padding-left--30 {
    padding-left: 30px !important; }
  @media (max-width: 575px) {
        .padding-left--30 {
          padding-left: 30px !important; } }
  .margin-right--30 {
    margin-right: 30px !important; }
  .padding-right--30 {
    padding-right: 30px !important; }
  @media (max-width: 575px) {
        .padding-right--30 {
          padding-right: 30px !important; } }
  .margin-top--35 {
    margin-top: 35px !important; }
  .padding-top--35 {
    padding-top: 35px !important; }
  @media (max-width: 575px) {
        .padding-top--35 {
          padding-top: 35px !important; } }
  .margin-bottom--35 {
    margin-bottom: 35px !important; }
  .padding-bottom--35 {
    padding-bottom: 35px !important; }
  @media (max-width: 575px) {
        .padding-bottom--35 {
          padding-bottom: 35px !important; } }
  .margin-left--35 {
    margin-left: 35px !important; }
  .padding-left--35 {
    padding-left: 35px !important; }
  @media (max-width: 575px) {
        .padding-left--35 {
          padding-left: 35px !important; } }
  .margin-right--35 {
    margin-right: 35px !important; }
  .padding-right--35 {
    padding-right: 35px !important; }
  @media (max-width: 575px) {
        .padding-right--35 {
          padding-right: 35px !important; } }
  .margin-top--40 {
    margin-top: 40px !important; }
  .padding-top--40 {
    padding-top: 40px !important; }
  @media (max-width: 575px) {
        .padding-top--40 {
          padding-top: 40px !important; } }
  .margin-bottom--40 {
    margin-bottom: 40px !important; }
  .padding-bottom--40 {
    padding-bottom: 40px !important; }
  @media (max-width: 575px) {
        .padding-bottom--40 {
          padding-bottom: 40px !important; } }
  .margin-left--40 {
    margin-left: 40px !important; }
  .padding-left--40 {
    padding-left: 40px !important; }
  @media (max-width: 575px) {
        .padding-left--40 {
          padding-left: 40px !important; } }
  .margin-right--40 {
    margin-right: 40px !important; }
  .padding-right--40 {
    padding-right: 40px !important; }
  @media (max-width: 575px) {
        .padding-right--40 {
          padding-right: 40px !important; } }
  .margin-top--45 {
    margin-top: 45px !important; }
  .padding-top--45 {
    padding-top: 45px !important; }
  @media (max-width: 575px) {
        .padding-top--45 {
          padding-top: 45px !important; } }
  .margin-bottom--45 {
    margin-bottom: 45px !important; }
  .padding-bottom--45 {
    padding-bottom: 45px !important; }
  @media (max-width: 575px) {
        .padding-bottom--45 {
          padding-bottom: 45px !important; } }
  .margin-left--45 {
    margin-left: 45px !important; }
  .padding-left--45 {
    padding-left: 45px !important; }
  @media (max-width: 575px) {
        .padding-left--45 {
          padding-left: 45px !important; } }
  .margin-right--45 {
    margin-right: 45px !important; }
  .padding-right--45 {
    padding-right: 45px !important; }
  @media (max-width: 575px) {
        .padding-right--45 {
          padding-right: 45px !important; } }
  .margin-top--50 {
    margin-top: 50px !important; }
  .padding-top--50 {
    padding-top: 50px !important; }
  @media (max-width: 575px) {
        .padding-top--50 {
          padding-top: 50px !important; } }
  .margin-bottom--50 {
    margin-bottom: 50px !important; }
  .padding-bottom--50 {
    padding-bottom: 50px !important; }
  @media (max-width: 575px) {
        .padding-bottom--50 {
          padding-bottom: 50px !important; } }
  .margin-left--50 {
    margin-left: 50px !important; }
  .padding-left--50 {
    padding-left: 50px !important; }
  @media (max-width: 575px) {
        .padding-left--50 {
          padding-left: 50px !important; } }
  .margin-right--50 {
    margin-right: 50px !important; }
  .padding-right--50 {
    padding-right: 50px !important; }
  @media (max-width: 575px) {
        .padding-right--50 {
          padding-right: 50px !important; } }
  .margin-top--55 {
    margin-top: 55px !important; }
  .padding-top--55 {
    padding-top: 55px !important; }
  @media (max-width: 575px) {
        .padding-top--55 {
          padding-top: 55px !important; } }
  .margin-bottom--55 {
    margin-bottom: 55px !important; }
  .padding-bottom--55 {
    padding-bottom: 55px !important; }
  @media (max-width: 575px) {
        .padding-bottom--55 {
          padding-bottom: 55px !important; } }
  .margin-left--55 {
    margin-left: 55px !important; }
  .padding-left--55 {
    padding-left: 55px !important; }
  @media (max-width: 575px) {
        .padding-left--55 {
          padding-left: 55px !important; } }
  .margin-right--55 {
    margin-right: 55px !important; }
  .padding-right--55 {
    padding-right: 55px !important; }
  @media (max-width: 575px) {
        .padding-right--55 {
          padding-right: 55px !important; } }
  .margin-top--60 {
    margin-top: 60px !important; }
  .padding-top--60 {
    padding-top: 60px !important; }
  @media (max-width: 575px) {
        .padding-top--60 {
          padding-top: 60px !important; } }
  .margin-bottom--60 {
    margin-bottom: 60px !important; }
  .padding-bottom--60 {
    padding-bottom: 60px !important; }
  @media (max-width: 575px) {
        .padding-bottom--60 {
          padding-bottom: 60px !important; } }
  .margin-left--60 {
    margin-left: 60px !important; }
  .padding-left--60 {
    padding-left: 60px !important; }
  @media (max-width: 575px) {
        .padding-left--60 {
          padding-left: 60px !important; } }
  .margin-right--60 {
    margin-right: 60px !important; }
  .padding-right--60 {
    padding-right: 60px !important; }
  @media (max-width: 575px) {
        .padding-right--60 {
          padding-right: 60px !important; } }
  .margin-top--65 {
    margin-top: 65px !important; }
  .padding-top--65 {
    padding-top: 65px !important; }
  @media (max-width: 575px) {
        .padding-top--65 {
          padding-top: 65px !important; } }
  .margin-bottom--65 {
    margin-bottom: 65px !important; }
  .padding-bottom--65 {
    padding-bottom: 65px !important; }
  @media (max-width: 575px) {
        .padding-bottom--65 {
          padding-bottom: 65px !important; } }
  .margin-left--65 {
    margin-left: 65px !important; }
  .padding-left--65 {
    padding-left: 65px !important; }
  @media (max-width: 575px) {
        .padding-left--65 {
          padding-left: 65px !important; } }
  .margin-right--65 {
    margin-right: 65px !important; }
  .padding-right--65 {
    padding-right: 65px !important; }
  @media (max-width: 575px) {
        .padding-right--65 {
          padding-right: 65px !important; } }
  .margin-top--70 {
    margin-top: 70px !important; }
  .padding-top--70 {
    padding-top: 70px !important; }
  @media (max-width: 575px) {
        .padding-top--70 {
          padding-top: 70px !important; } }
  .margin-bottom--70 {
    margin-bottom: 70px !important; }
  .padding-bottom--70 {
    padding-bottom: 70px !important; }
  @media (max-width: 575px) {
        .padding-bottom--70 {
          padding-bottom: 70px !important; } }
  .margin-left--70 {
    margin-left: 70px !important; }
  .padding-left--70 {
    padding-left: 70px !important; }
  @media (max-width: 575px) {
        .padding-left--70 {
          padding-left: 70px !important; } }
  .margin-right--70 {
    margin-right: 70px !important; }
  .padding-right--70 {
    padding-right: 70px !important; }
  @media (max-width: 575px) {
        .padding-right--70 {
          padding-right: 70px !important; } }
  .margin-top--80 {
    margin-top: 80px !important; }
  .padding-top--80 {
    padding-top: 80px !important; }
  @media (max-width: 575px) {
        .padding-top--80 {
          padding-top: 80px !important; } }
  .margin-bottom--80 {
    margin-bottom: 80px !important; }
  .padding-bottom--80 {
    padding-bottom: 80px !important; }
  @media (max-width: 575px) {
        .padding-bottom--80 {
          padding-bottom: 80px !important; } }
  .margin-left--80 {
    margin-left: 80px !important; }
  .padding-left--80 {
    padding-left: 80px !important; }
  @media (max-width: 575px) {
        .padding-left--80 {
          padding-left: 80px !important; } }
  .margin-right--80 {
    margin-right: 80px !important; }
  .padding-right--80 {
    padding-right: 80px !important; }
  @media (max-width: 575px) {
        .padding-right--80 {
          padding-right: 80px !important; } }
  .margin-top--90 {
    margin-top: 90px !important; }
  .padding-top--90 {
    padding-top: 90px !important; }
  @media (max-width: 575px) {
        .padding-top--90 {
          padding-top: 90px !important; } }
  .margin-bottom--90 {
    margin-bottom: 90px !important; }
  .padding-bottom--90 {
    padding-bottom: 90px !important; }
  @media (max-width: 575px) {
        .padding-bottom--90 {
          padding-bottom: 90px !important; } }
  .margin-left--90 {
    margin-left: 90px !important; }
  .padding-left--90 {
    padding-left: 90px !important; }
  @media (max-width: 575px) {
        .padding-left--90 {
          padding-left: 90px !important; } }
  .margin-right--90 {
    margin-right: 90px !important; }
  .padding-right--90 {
    padding-right: 90px !important; }
  @media (max-width: 575px) {
        .padding-right--90 {
          padding-right: 90px !important; } }
  .margin-top--100 {
    margin-top: 100px !important; }
  .padding-top--100 {
    padding-top: 100px !important; }
  @media (max-width: 575px) {
        .padding-top--100 {
          padding-top: 100px !important; } }
  .margin-bottom--100 {
    margin-bottom: 100px !important; }
  .padding-bottom--100 {
    padding-bottom: 100px !important; }
  @media (max-width: 575px) {
        .padding-bottom--100 {
          padding-bottom: 100px !important; } }
  .margin-left--100 {
    margin-left: 100px !important; }
  .padding-left--100 {
    padding-left: 100px !important; }
  @media (max-width: 575px) {
        .padding-left--100 {
          padding-left: 100px !important; } }
  .margin-right--100 {
    margin-right: 100px !important; }
  .padding-right--100 {
    padding-right: 100px !important; }
  @media (max-width: 575px) {
        .padding-right--100 {
          padding-right: 100px !important; } }
  .margin-top--110 {
    margin-top: 110px !important; }
  .padding-top--110 {
    padding-top: 110px !important; }
  @media (max-width: 575px) {
        .padding-top--110 {
          padding-top: 110px !important; } }
  .margin-bottom--110 {
    margin-bottom: 110px !important; }
  .padding-bottom--110 {
    padding-bottom: 110px !important; }
  @media (max-width: 575px) {
        .padding-bottom--110 {
          padding-bottom: 110px !important; } }
  .margin-left--110 {
    margin-left: 110px !important; }
  .padding-left--110 {
    padding-left: 110px !important; }
  @media (max-width: 575px) {
        .padding-left--110 {
          padding-left: 110px !important; } }
  .margin-right--110 {
    margin-right: 110px !important; }
  .padding-right--110 {
    padding-right: 110px !important; }
  @media (max-width: 575px) {
        .padding-right--110 {
          padding-right: 110px !important; } }
  .margin-top--120 {
    margin-top: 120px !important; }
  .padding-top--120 {
    padding-top: 120px !important; }
  @media (max-width: 575px) {
        .padding-top--120 {
          padding-top: 120px !important; } }
  .margin-bottom--120 {
    margin-bottom: 120px !important; }
  .padding-bottom--120 {
    padding-bottom: 120px !important; }
  @media (max-width: 575px) {
        .padding-bottom--120 {
          padding-bottom: 120px !important; } }
  .margin-left--120 {
    margin-left: 120px !important; }
  .padding-left--120 {
    padding-left: 120px !important; }
  @media (max-width: 575px) {
        .padding-left--120 {
          padding-left: 120px !important; } }
  .margin-right--120 {
    margin-right: 120px !important; }
  .padding-right--120 {
    padding-right: 120px !important; }
  @media (max-width: 575px) {
        .padding-right--120 {
          padding-right: 120px !important; } }
  .margin-top--150 {
    margin-top: 150px !important; }
  .padding-top--150 {
    padding-top: 150px !important; }
  @media (max-width: 575px) {
        .padding-top--150 {
          padding-top: 150px !important; } }
  .margin-bottom--150 {
    margin-bottom: 150px !important; }
  .padding-bottom--150 {
    padding-bottom: 150px !important; }
  @media (max-width: 575px) {
        .padding-bottom--150 {
          padding-bottom: 150px !important; } }
  .margin-left--150 {
    margin-left: 150px !important; }
  .padding-left--150 {
    padding-left: 150px !important; }
  @media (max-width: 575px) {
        .padding-left--150 {
          padding-left: 150px !important; } }
  .margin-right--150 {
    margin-right: 150px !important; }
  .padding-right--150 {
    padding-right: 150px !important; }
  @media (max-width: 575px) {
        .padding-right--150 {
          padding-right: 150px !important; } }

.header, .title {
  color: #002b84;
  font-size: 36px;
  font-weight: 700; }

.header--2 {
  font-size: 32px; }

.header--3 {
  font-size: 24px; }
  @media (max-width: 575px) {
    .header--3 {
      font-size: 20px; } }

.header--4 {
  font-size: 20px; }

.header--5 {
  font-size: 16px; }

.header--6 {
  font-size: 14px; }

.header--big, .title {
  font-size: 92px; }

.header--white {
  color: #fff !important; }

.header--green, .paragraph--green {
  color: #098626; }

.header--gray {
  color: #706e6f; }

.header--light {
  font-weight: 400; }

.header--uppercase, .paragraph--uppercase {
  text-transform: uppercase; }

.header--notuppercase, .timeline__item--box .header, .timeline__item--box .title, .paragraph--notuppercase, .wallet-table__header, .wallet-table__content, .timeline__item--box p {
  text-transform: none; }

.paragraph, .wallet-table__header, .wallet-table__content, .score-place, .timeline__item p, .timeline__item--box blockquote + p {
  font-size: 16px;
  word-break: break-word; }

.paragraph--blue, .menu__user-top, .timeline__item p {
  color: #002b84; }

.paragraph--block, .header--block {
  display: flex;
  align-items: center; }
  @media (max-width: 575px) {
    .paragraph--block, .header--block {
      flex-wrap: wrap; } }

.header--block-baseline {
  align-items: baseline; }

.paragraph--block-center {
  justify-content: center; }

.paragraph--bold, .score-place, .timeline__item--box blockquote + p {
  font-weight: 700; }

.paragraph--1, .score-place, .timeline__item--box blockquote + p {
  font-size: 14px; }

.paragraph--2 {
  font-size: 12px; }

.paragraph--3, .wallet-table__header, .wallet-table__content {
  font-size: 13px !important; }

.paragraph--gray {
  color: #706e6f; }

.paragraph--white, .wallet-table__header, .wallet-table__content, .score-place, .table__row.table__row--highlight td, .timeline__item--box p {
  color: #fff; }

.paragraph--border {
  border: 1px solid #706e6f;
  padding: 32px; }

.paragraph--white-space {
  white-space: pre-line;
  margin-bottom: 30px; }

.paragraph--small {
  font-size: 9px; }

.paragraph--italic, .timeline__item--box blockquote {
  font-style: italic; }

.paragraph--underline {
  text-decoration: underline; }

.paragraph--underline-hover {
  transition: all 0.5s; }
  .paragraph--underline-hover a:hover {
    text-decoration: underline;
    transition: all 0.5s; }

.paragraph-line-height--2 {
  line-height: 2 !important; }

.paragraph-line-height--1 {
  line-height: 1.8 !important; }

.paragraph--left {
  text-align: left; }

.nav {
  background-color: #fff;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .nav {
      padding-bottom: 16px;
      background-color: #f0f5fa; } }

.nav__content {
  padding-top: 30px;
  align-items: center;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1190px) {
    .nav__content {
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .nav__content {
      padding-top: 18px; } }
  .nav__content h1 {
    margin: 0; }

@media (max-width: 767px) {
      .menu__list {
        animation: slideDownMenu ease-in-out 0.5s;
        display: none; } }
  .menu__list.menu__list--mobile {
    display: block; }
  .menu__list .menu {
    position: relative;
    display: flex;
    text-transform: uppercase; }
  .menu__list .menu-item {
    margin: 0 30px; }
  .menu__list .menu-item a {
    font-size: 12px;
    color: #002b84; }
  .menu__list .menu-item:hover > .sub-menu, .menu__list .menu-item:focus > .sub-menu {
    display: block; }
  .menu__list .sub-menu {
    margin-bottom: 3px;
    display: none;
    position: absolute;
    padding: 6px 0;
    margin-left: -16px;
    box-shadow: 0px 23px 55px 0 rgba(0, 27, 97, 0.12);
    background-color: #fff;
    z-index: 20; }
  .menu__list .sub-menu .menu-item {
    white-space: nowrap;
    margin: 2px 0;
    position: relative;
    padding: 0 16px; }
  .menu__list .sub-menu .menu-item a:hover {
    color: #098626; }
  .menu__list .sub-menu .sub-menu {
    position: absolute;
    top: -8px;
    left: 100%;
    margin-left: 0; }
  .menu__list .current-menu-parent:after, .menu__list .current-menu-item:after {
    content: "";
    display: block;
    background-color: #002b84;
    height: 2px;
    margin-bottom: 3px; }

.menu-item-has-children {
  position: relative;
  padding-right: 16px; }
  .menu-item-has-children > a:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 5px solid #6f6d6e;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: rotate(-135deg) translate(2px, -5px);
    margin-left: 4px;
    display: inline-block;
    top: -6px;
    position: relative;
    opacity: 0.4;
    transition: transform 0.2s; }
  @media (max-width: 767px) {
        .menu-item-has-children > a:after {
          display: none; } }
  .menu-item-has-children:hover > a:after {
    transform: rotate(-45deg); }

.nav__hamburger-btn {
  display: none;
  font-size: 0; }
  @media (max-width: 767px) {
    .nav__hamburger-btn {
      display: block; } }
  .nav__hamburger-btn:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 42px;
    z-index: 1; }

.menu-mobile {
  position: fixed;
  top: -1400px;
  transition: top 0.5s;
  height: 100vh;
  overflow: auto;
  background-color: #f0f5fa;
  right: 0;
  left: 0;
  z-index: 30; }
  @media (min-width: 768px) {
    .menu-mobile {
      display: none; } }
  @media (max-width: 767px) {
  .menu__list--mobile .menu-item a[href="#"] {
    color: #6f6d6e;
    cursor: default;
    margin-bottom: 8px;
    display: block; }
    .sub-menu {
      padding-left: 16px; }
      .sub-menu .sub-menu {
        padding-left: 32px;
        margin-top: 8px; }

    .menu-mobile--active {
      top: 0; }

    .nav__cross-btn {
      z-index: 20;
      width: 45px;
      height: 45px;
      position: absolute;
      right: 25px;
      font-size: 0; }
      .nav__cross-btn:before {
        content: "\f00d";
        font-size: 30px;
        font-family: FontAwesome;
        position: absolute;
        z-index: 1; }

    .menu__list--mobile-wr {
      padding: 100px 50px 0; }

    .menu__list--mobile .menu {
      flex-direction: column; }
      .menu__list--mobile .menu-item {
        padding-bottom: 30px;
        margin: 0; }
        .menu__list--mobile .menu-item a {
          text-transform: uppercase;
          font-size: 16px;
          color: #002b84;
          font-weight: 700; }
      .menu__list--mobile .current-menu-parent, .menu__list--mobile .current-menu-item {
        width: 100%; }
      .menu__list--mobile .current-menu-parent:after {
        content: none; }
      .menu__list--mobile .sub-menu {
        position: static;
        display: block;
        box-shadow: none;
        background-color: transparent; }
        .menu__list--mobile .sub-menu .menu-item {
          padding: 10px 0;
          text-transform: lowercase; }
          .menu__list--mobile .sub-menu .menu-item a {
            font-size: 16px;
            color: #002b84;
            font-weight: 700; } }

.nav--sticky {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 20;
  box-shadow: 0px 30px 55px 0 rgba(0, 27, 97, 0.2);
  transition: box-shadow 200ms; }
  .nav--sticky .nav__content {
    padding-top: 0; }

.nav__container {
  height: 130px; }
  @media (min-width: 768px) {
    .nav__container {
      padding-bottom: 40px; } }

.menu__user {
  max-width: 167px;
  width: 100%; }
  .menu__user:hover .menu__user-dropdown {
    display: block; }

.menu__user--mobile {
  display: none; }
  @media (max-width: 767px) {
    .menu__user--mobile {
      display: block; } }
  .menu__user--mobile .menu__user-top {
    background-color: #fff; }
  .menu__user--mobile .menu__user-top .account {
    align-items: center; }
  .menu__user--mobile .menu__user-top .account p {
    margin: 0 10px; }
  .menu__user--mobile .menu__user-dropdown {
    right: 0;
    left: auto; }

.menu__user-top {
  background-color: #f0f5fa;
  padding: 17px 12px;
  display: flex;
  flex-direction: column;
  position: relative; }
  .menu__user-top p {
    margin: 0; }
  .menu__user-top .icon-user {
    font-size: 20px; }
  .menu__user-top .coin {
    width: 21px;
    height: 21px; }
  .menu__user-top .account {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 5px; }
  .menu__user-top .account-coin {
    display: flex;
    align-items: center;
    margin-left: -2px; }

.menu__user-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0px 23px 55px 0 rgba(0, 27, 97, 0.12);
  background-color: #fff;
  z-index: 20;
  cursor: pointer; }
  @media (max-width: 767px) {
      .menu__user-dropdown .menu__user-links {
        width: 168px; } }
  .menu__user-dropdown .menu__user-links li a {
    padding: 6px 28px 6px 19px;
    display: block; }
  .menu__user-dropdown .menu__user-links li:first-child a {
    padding-top: 15px; }
  .menu__user-dropdown .menu__user-links li:last-child a {
    padding-bottom: 15px;
    color: #706e6f; }
  .menu__user-dropdown a:hover {
    color: #098626; }

.menu__list-wr {
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .menu__list-wr {
      display: none; } }

.user-points {
  text-align: right; }

.login-btns {
  display: flex; }
  .login-btns .button {
    padding: 12px 20px; }

.notification {
  box-sizing: border-box;
  border-top: 1px solid rgba(230, 187, 0, 0.95);
  background: rgba(255, 208, 0, 0.95);
  display: block;
  padding: 20px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10; }

.notification__content {
  font-size: 15px; }
  .notification__content a {
    color: inherit;
    text-decoration: underline; }

.outdated-browser__notification {
  display: none; }
  @media (max-width: 991px) {
    .outdated-browser__notification {
      display: none !important; } }
  .outdated-browser .outdated-browser__notification {
    display: block; }

.page__404 {
  padding-bottom: 200px; }
  .page__404 .page__top-left .paragraph, .page__404 .page__top-left .wallet-table__header, .page__404 .page__top-left .wallet-table__content, .page__404 .page__top-left .score-place, .page__404 .page__top-left .timeline__item p, .timeline__item .page__404 .page__top-left p, .page__404 .page__top-left .timeline__item--box blockquote + p, .timeline__item--box .page__404 .page__top-left blockquote + p {
    margin-top: 0; }

.page__content {
  overflow: hidden;
  padding-bottom: 100px; }
  .page__content ul li {
    position: relative;
    padding-left: 78px;
    padding-bottom: 20px;
    word-break: break-word;
    color: #002b84; }
  @media (max-width: 767px) {
      .page__content ul li {
        padding-left: 20px;
        max-width: 445px; } }
  .page__content ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #42c0f0;
    position: absolute;
    right: 97%; }
  .page__content h2 {
    margin-bottom: 0;
    font-size: 32px;
    color: #002b84; }
  .page__content table {
    border: 1px solid #002b84;
    border-collapse: collapse;
    margin: 25px 0; }
  .page__content th, .page__content td {
    border: 1px solid #002b84;
    background: #fff;
    padding: 8px 16px; }
  .page__content th {
    font-weight: 700;
    text-align: left; }
  .page__content .square__wr {
    margin-top: 60px; }
  @media (max-width: 767px) {
    .page__content table {
      width: 100%;
      max-width: 100%; }
      .page__content th, .page__content td {
        padding: 4px 8px;
        font-size: 12px;
        overflow-wrap: break-word; } }

.page__top {
  display: flex;
  justify-content: space-between;
  padding-top: 40px; }
  @media (max-width: 767px) {
    .page__top {
      flex-wrap: wrap;
      align-items: center; } }
  .page__top img {
    width: 100%;
    height: auto; }

.page__top-left {
  max-width: 526px;
  color: #002b84; }
  @media (max-width: 767px) {
    .page__top-left {
      max-width: 100%; } }
  .page__top-left .paragraph, .page__top-left .wallet-table__header, .page__top-left .wallet-table__content, .page__top-left .score-place, .page__top-left .timeline__item p, .timeline__item .page__top-left p, .page__top-left .timeline__item--box blockquote + p, .timeline__item--box .page__top-left blockquote + p {
    margin-top: 53px; }
  .page__top-left .button.margin-top--30 {
    margin-top: 0 !important; }

.page__top-image {
  max-width: 547px; }
  @media (max-width: 767px) {
    .page__top-image {
      margin-top: 40px; } }

.page__content-widget {
  transition: background-color 0.2s;
  position: relative; }
  .page__content-widget:before, .page__content-widget:after {
    transition: background-color 0.2s;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .page__content-widget:before {
    right: 100%; }
  .page__content-widget:after {
    left: 100%; }
  .page__content-widget:first-child {
    margin-top: 100px; }
  .page__content-widget .page__content-paragraph p {
    color: #002b84; }
  .page__content-widget .header__icon {
    transition: transform 0.2s; }
  .page__content-widget .header__icon:before {
    content: "\f054";
    font-family: FontAwesome; }

.page__content-widget--active {
  background-color: #f0f5fa; }
  .page__content-widget--active:after, .page__content-widget--active:before {
    background-color: #f0f5fa; }
  .page__content-widget--active .header__icon {
    transform: rotate(90deg); }

.page__content-paragraph {
  z-index: 10;
  position: relative;
  padding: 25px 78px 72px 100px;
  word-break: break-word;
  display: none; }
  @media (max-width: 575px) {
    .page__content-paragraph {
      margin: 0; } }

.page__content-header {
  z-index: 10;
  max-height: 27px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px 0; }
  @media (max-width: 575px) {
    .page__content-header {
      padding: 40px 0 0; } }

.header__icon {
  color: #002b84;
  font-size: 32px;
  font-style: normal; }
  @media (max-width: 575px) {
    .header__icon {
      font-size: 24px; } }

blockquote {
  position: relative;
  margin: 50px 0 90px;
  display: block; }
  blockquote p {
    font-size: 20px;
    color: #002b84;
    padding: 65px 78px;
    max-width: 885px;
    z-index: 10;
    position: relative;
    display: block;
    margin: 0; }
  @media (max-width: 767px) {
      blockquote p {
        padding: 10px 32px 20px 32px; } }
  blockquote:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f0f5fa;
    position: absolute;
    box-shadow: 0px 23px 55px 0 rgba(0, 27, 97, 0.12); }
  @media (max-width: 767px) {
      blockquote:before {
        max-height: 270px;
        height: 100%; } }
  @media (min-width: 768px) {
      blockquote:before {
        max-width: 480px; } }

.columns--count-2 {
  column-count: 2; }
  @media (max-width: 767px) {
    .columns--count-2 {
      column-count: 1; } }
  @media (max-width: 991px) {
      .columns--count-2 ul li {
        padding-left: 30px; } }

.columns {
  margin-bottom: 90px; }
  @media (max-width: 575px) {
    .columns {
      margin-top: 40px;
      margin-bottom: 80px; } }
  .columns ul li {
    max-width: 523px;
    width: 100%;
    box-sizing: border-box;
    page-break-inside: avoid; }

.wp-caption {
  display: flex;
  align-items: center;
  width: auto !important; }
  @media (max-width: 991px) {
    .wp-caption {
      flex-wrap: wrap; } }
  .wp-caption .wp-caption-text {
    font-size: 20px;
    color: #002b84;
    word-break: break-word;
    max-width: 430px;
    background-color: #f0f5fa;
    padding: 64px 95px 54px 89px; }
  @media (max-width: 991px) {
      .wp-caption .wp-caption-text {
        padding: 20px 40px;
        max-width: 510px; } }
  .wp-caption img {
    width: 590px;
    height: auto; }
  @media (max-width: 991px) {
      .wp-caption img {
        margin-bottom: -30px; } }
  @media (max-width: 575px) {
    .wp-caption {
      display: block; } }

.page__content-more {
  background-color: #f0f5fa;
  color: #002b84;
  padding-bottom: 89px;
  margin-bottom: -100px; }
  .page__content-more .columns--count-2 {
    margin-bottom: 115px; }
  .page__content-more .columns--count-2 ul li:before {
    background-color: #098626; }
  .page__content-more .columns--count-2 p:nth-of-type(1) {
    margin-top: 0; }
  .page__content-more .columns--count-2 p {
    max-width: 528px;
    word-break: break-word; }
  @media (max-width: 767px) {
      .page__content-more .columns--count-2 {
        margin-bottom: 50px; } }
  .page__content-more .wp-caption .wp-caption-text {
    background-color: #fff; }
  .page__content-more blockquote {
    padding-top: 0; }
  .page__content-more blockquote:before {
    background-color: #fff; }
  @media (max-width: 767px) {
      .page__content-more .tile__container {
        flex-wrap: wrap;
        padding-top: 40px; } }

.pagination {
  margin-bottom: 100px; }
  .pagination .screen-reader-text {
    display: none; }
  .pagination .nav-links {
    display: flex; }
  .pagination .nav-links .page-numbers {
    font-size: 16px;
    color: #002b84;
    border: 2px solid #002b84;
    padding: 12px 30px;
    margin: 0 4px; }
  @media (max-width: 575px) {
      .pagination .nav-links .page-numbers {
        padding: 12px 16px; } }
  .pagination .prev:before {
    display: inline-block;
    content: "\f053";
    font-family: FontAwesome; }
  .pagination .next:before {
    display: inline-block;
    content: "\f054";
    font-family: FontAwesome; }
  .pagination .current {
    background-color: #002b84; }
  .pagination .current.page-numbers {
    color: #fff; }

.person {
  margin: 20px 10px 0;
  flex: 1 0 280px;
  box-shadow: 0px 30px 55px 0 rgba(0, 27, 97, 0.2);
  display: flex;
  flex-direction: column; }
  @media (max-width: 575px) {
    .person {
      flex: 1 0 270px; } }
  .person .square {
    position: absolute; }
  .persons--squares .person:first-child .square {
    bottom: 22px;
    left: 0;
    background-color: #ffd000; }
  .persons--squares .person:nth-child(2) .square {
    background-color: #42c0f0; }
  .persons--squares .person:last-child .square {
    right: 0;
    top: 39px;
    background-color: #098626; }

.person__content {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 20px 40px 85px;
  flex: auto; }
  @media (max-width: 767px) {
    .person__content {
      height: auto; } }

.person__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 280px;
  position: relative;
  width: 100%; }

.person__content-paragraph p {
  margin: 0; }

.person__content-header {
  color: #002b84; }

.person__content-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 21px; }
  .person__content-btn .btn {
    font-size: 20px;
    text-transform: lowercase; }
  .person__content-btn .btn:hover .icon-play {
    color: #002b84; }
  .person__content-btn .icon-play {
    color: #ffd000;
    font-size: 16px;
    margin-right: 20px; }

.persons {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 25px -10px 0;
  position: relative;
  flex-wrap: wrap; }
  @media (max-width: 1190px) {
    .persons {
      flex-wrap: wrap;
      justify-content: flex-start; } }

.overlay {
  transition: opacity 0.4s, visibility 0s 0.4s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 22;
  overflow: auto;
  height: 100vh; }

.overlay--active {
  transition: opacity 0.4s, visibility 0s;
  opacity: 1;
  visibility: visible; }

.popup {
  margin: 100px auto;
  padding: 28px 63px 48px;
  background: #fff;
  width: 60%;
  max-width: 1050px;
  position: relative; }
  .popup + .popup {
    display: none; }
  @media (max-width: 767px) {
    .popup {
      width: 70%;
      padding-right: 43px;
      padding-left: 43px; } }
  .popup .square__wr {
    position: absolute;
    bottom: 0;
    right: 0; }
  .popup.popup-exchange .square__wr {
    top: auto; }

.exchange-table-container {
  max-height: 400px;
  overflow: auto; }

.popup__content {
  max-height: 30%;
  line-height: 1.67; }
  .popup__content .paragraph--border {
    padding: 0 50px;
    margin-top: 50px; }
  @media (max-width: 767px) {
      .popup__content .paragraph--border {
        padding: 0 30px; } }
  .popup__content h1, .popup__content h2 {
    text-align: center; }
  .popup__content h1 {
    font-size: 18px; }
  .popup__content h2 {
    font-size: 16px; }
  .popup__content p {
    font-size: 12px; }
  .popup__content ol {
    padding: 0; }
  .popup__content ol > li {
    list-style: none;
    counter-increment: item;
    text-align: justify;
    font-size: 12px; }
  .popup__content ol > li:before {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
    content: counter(item) "."; }
  .popup__content .paragraph--border {
    overflow: auto;
    max-height: 260px; }
  @media (max-width: 767px) {
      .popup__content .paragraph--border {
        padding: 10px; } }

.popup__footer {
  position: absolute;
  bottom: -4%;
  right: 8%; }
  @media (max-width: 575px) {
    .popup__footer {
      bottom: -2%; } }

.popup__header {
  position: absolute;
  top: 0;
  right: 0; }

.popup-exchange {
  width: 60%;
  max-width: 501px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto; }
  .popup-exchange .header.minus, .popup-exchange .title.minus {
    color: #d51111; }
  .popup-exchange .header.plus, .popup-exchange .title.plus {
    color: #098626; }

.popup__content-exchange {
  min-height: 279px;
  height: auto; }
  .popup__content-exchange .point--big {
    width: 37px; }
  .popup__content-exchange .point--center {
    vertical-align: middle; }
  .popup__content-exchange .result-text {
    width: 28px;
    display: inline-block; }
  .popup__content-exchange .result-text--2 {
    width: 35px;
    display: inline-block; }
  .popup__content-exchange h2 {
    font-size: 31px;
    line-height: 1.08;
    text-align: left; }
  @media (max-width: 767px) {
      .popup__content-exchange h2 {
        font-size: 24px; } }
  .popup__content-exchange .exchange__result-button.button {
    position: static; }
  .popup__content-exchange.popup__content-exchange-result {
    max-height: 700px; }
  @media (max-width: 575px) {
    .popup__content-exchange {
      max-height: none; } }
  @media (max-width: 575px) {
      .popup__content-exchange .paragraph--mobile {
        padding-bottom: 40px; } }
  .popup__content-exchange .header--block h5 {
    margin-right: 40px; }
  @media (max-width: 575px) {
        .popup__content-exchange .header--block h5 {
          margin-right: 0;
          margin-bottom: 0; } }
  .popup__content-exchange .links {
    align-items: flex-start;
    display: -ms-flex; }
  .popup__content-exchange .links .share-links__link {
    max-width: none;
    flex: auto; }
  .popup__content-exchange .links .share-links__link .button {
    width: 120px; }
  @media (max-width: 767px) {
      .popup__content-exchange table {
        max-width: 100%;
        white-space: nowrap;
        display: block;
        overflow-x: auto; } }

@media (max-width: 575px) {
        .popup-extra-coins .paragraph-extra-coins {
          margin-top: 0 !important; } }

.popup__tile-header {
  position: absolute;
  top: -32px;
  padding: 15px 18px; }

.popup__tile-header--blue {
  background: #002b84; }

@media (max-width: 575px) {
        .popup-friends .paragraph--block {
          flex-wrap: wrap; } }
  .popup-friends .paragraph--block .button {
    margin-left: 10px;
    position: static;
    margin-top: 0;
    width: 120px; }
  @media (max-width: 575px) {
        .popup-friends .paragraph--block .button {
          margin-top: 10px;
          margin-left: 0; } }
  @media (max-width: 767px) {
        .popup-friends .paragraph--block .input {
          width: 100%; } }
  .popup-friends .links {
    align-items: flex-start;
    display: -ms-flex; }
  .popup-friends .links .share-links__link {
    max-width: none;
    flex: auto; }
  .popup-friends .links .share-links__link .button {
    width: 120px; }
  .popup-friends .input {
    padding: 10px 12px;
    font-size: 12px;
    width: 223px; }

.post {
  display: flex;
  color: #002b84;
  position: relative;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .post {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      margin-top: 100px; } }
  .post .container {
    position: relative; }

.post__image {
  align-self: center;
  position: absolute;
  right: 15px;
  top: 15%; }
  @media (max-width: 991px) {
    .post__image {
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      top: -60px; } }
  .post__image .square {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    pointer-events: none; }
  @media (max-width: 767px) {
      .post__image .square {
        right: 17%; } }
  @media (max-width: 767px) {
      .post__image img {
        width: auto;
        height: auto; } }

.post__content {
  background-color: #f0f5fa;
  margin-right: 35px;
  padding: 31px 65px;
  max-width: 830px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    .post__content {
      margin-right: 0;
      padding: 31px 10px;
      max-width: 100%; } }

.post__description {
  margin-bottom: 32px;
  word-break: break-word; }
  @media (min-width: 1191px) {
    .post__description {
      max-width: 740px; } }
  @media (min-width: 992px) and (max-width: 1190px) {
    .post__description {
      max-width: 600px; } }

.post__title {
  margin-top: 33px;
  padding-right: 120px;
  word-break: break-word; }
  @media (max-width: 991px) {
    .post__title {
      padding-right: 0;
      max-width: 100%; } }
  .post__title h3 {
    margin: 0; }
  .post__title a {
    color: #002b84; }
  @media (min-width: 1191px) {
    .post__title {
      max-width: 740px; } }
  @media (min-width: 992px) and (max-width: 1190px) {
    .post__title {
      max-width: 600px; } }

.post__btn {
  align-self: flex-start; }

.post__header {
  display: flex;
  color: #002b84;
  font-size: 14px; }
  @media (max-width: 991px) {
    .post__header {
      max-width: 100%;
      margin-top: 150px;
      flex-wrap: wrap; } }
  .post__header .post__tags {
    max-width: 600px; }

.post__date {
  margin-right: 5px;
  text-decoration: underline; }

.post__tags {
  text-transform: uppercase;
  display: flex;
  font-size: 14px;
  text-decoration: underline;
  flex-wrap: wrap; }
  .post__tags a {
    color: #002b84;
    margin: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap; }
  .post__tags a:hover {
    color: #42c0f0; }
  @media (max-width: 575px) {
      .post__tags a:first-child {
        margin-left: 0; } }
  @media (max-width: 575px) {
    .post__tags {
      flex-wrap: wrap; } }

.post__image-wr {
  position: relative;
  display: block;
  width: 300px;
  height: 200px;
  margin: 0 0 0 25px;
  padding: 0; }
  .post__image-wr a {
    width: 300px;
    height: 200px;
    margin: 0;
    padding: 0;
    display: block;
    background: #fff;
    overflow: hidden; }
  .post__image-wr a img {
    overflow: visible;
    transition: 0.2s ease-in;
    transform: translate(-30px, 0); }
  .post__image-wr a:hover img {
    transform: translate(0, 0); }
  @media (max-width: 767px) {
    .post__image-wr {
      margin: 0; } }

.range {
  display: flex;
  align-items: center; }

.range__slider.noUi-target, .range__slider .noUi-handle {
  background: #098626;
  border-radius: 0;
  border: none;
  box-shadow: none; }
  .range__slider.noUi-horizontal {
    height: 2px;
    max-width: 228px;
    width: 100%; }
  @media (max-width: 999999px) {
      .range__slider.noUi-horizontal {
        width: 190px; } }
  .range__slider .noUi-handle {
    width: 17px;
    height: 24px;
    top: -11px; }
  .range__slider .noUi-handle:before, .range__slider .noUi-handle:after {
    content: none; }

.search__container {
  padding: 0 65px 35px;
  background-color: #f0f5fa;
  margin-bottom: 34px;
  box-shadow: 0px 23px 55px 0 rgba(0, 27, 97, 0.12); }
  @media (max-width: 767px) {
    .search__container {
      padding: 30px; } }
  .search__container .header, .search__container .title {
    text-transform: capitalize; }

.search__form {
  display: flex; }
  @media (max-width: 767px) {
    .search__form {
      flex-wrap: wrap; } }
  .search__form input {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; }
  .search__form label {
    display: none; }

.search__paragraph {
  margin-top: 37px; }

.search__icon {
  outline: none;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 0; }
  .search__icon:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
    color: #002b84; }

.search__input {
  padding-right: 40px;
  max-width: 500px;
  width: 100%; }

.search__icon--primary {
  margin-left: 10px;
  background-color: #184090;
  border: 2px solid #002b84;
  padding: 9px 13px;
  transition: all 0.15s; }
  .search__icon--primary:hover:before {
    color: #42c0f0; }
  .search__icon--primary:before {
    color: #fff; }
  @media (max-width: 767px) {
    .search__icon--primary {
      margin-left: 0;
      margin-top: 30px; } }

::placeholder {
  display: none;
  color: #002b84;
  font-size: 12px; }

input[type=search] {
  -webkit-appearance: none; }

.section--columns {
  color: #002b84; }
  .section--columns .section__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px; }
  @media (max-width: 767px) {
      .section--columns .section__top {
        flex-direction: column;
        margin-bottom: 30px; } }
  @media (min-width: 992px) and (max-width: 1190px) {
      .section--columns .section__top {
        margin-top: 45px; } }
  .section--columns .section__top h2 {
    flex: 0 1 49%;
    margin: 20px 0; }
  .section--columns .section__top-image {
    flex: 0 1 49%; }
  .section--columns .section__top-image img {
    display: block;
    max-width: 100%;
    height: auto; }
  @media (max-width: 991px) {
        .section--columns .section__top-image img {
          width: 100%; } }
  .section--columns .content {
    display: flex;
    justify-content: space-between; }
  @media (max-width: 767px) {
      .section--columns .content {
        flex-direction: column;
        position: inherit;
        padding-bottom: 0; } }
  .section--columns .content__part {
    flex: 0 1 49%; }
  .section--columns .content__part ul li {
    position: relative;
    padding-left: 78px;
    padding-bottom: 20px;
    word-break: break-word;
    color: #002b84; }
  @media (max-width: 767px) {
        .section--columns .content__part ul li {
          padding-left: 20px;
          max-width: 445px; } }
  .section--columns .content__part ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #42c0f0;
    position: absolute;
    right: 97%; }
  .section--columns .content__part ul li {
    padding-left: 36px; }
  .section--columns .content__part p {
    margin: 0 10px 20px 0; }

.section--splitted .section__content {
  display: flex;
  width: 100%; }
  @media (max-width: 767px) {
      .section--splitted .section__content {
        flex-direction: column; } }

.section__tile {
  margin-right: 180px;
  flex: 1 0 480px;
  max-width: 480px;
  box-shadow: 0px 30px 55px 0 rgba(0, 27, 97, 0.2);
  height: 100%; }
  @media (max-width: 991px) {
    .section__tile {
      margin-right: 0;
      flex: 1 0 380px; } }

.section__tile-image {
  background-repeat: no-repeat;
  height: 280px; }

.section__tile-text {
  padding: 15px 55px;
  background-color: #fff;
  color: #002b84;
  text-align: center;
  word-break: break-word; }
  @media (max-width: 575px) {
    .section__tile-text {
      padding-right: 20px;
      padding-left: 20px; } }

.section__event {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .section__event .button {
    margin-top: -48px; }
  @media (max-width: 991px) {
    .section__event {
      margin-top: 70px; } }

.section__square {
  position: absolute; }
  .section__square.square--yellow {
    left: 93%;
    top: 26%; }
  .section__square.square--dark-blue {
    right: 93%;
    top: 65%; }
  .section__square.square--green {
    left: 80.5%;
    top: 56%; }
  @media (max-width: 767px) {
    .section__square {
      display: none; } }
  .section__square.square--small.square--light-green {
    top: 54.5%;
    left: 8%; }
  .section__square.square--light-green {
    top: 24%;
    right: 12%; }

.section.section__background--dark {
  background-color: #002b84 !important; }
  .section.section__background--dark .section__content-text {
    color: #fff; }
  .section.section__background--dark h2 {
    color: #fff !important; }

.section {
  padding-bottom: 100px;
  position: relative; }
  .section p {
    line-height: 1.63; }
  .section:nth-child(odd) {
    background-color: #f0f5fa; }
  .section:nth-child(odd) .section__content-text .calendar .tile--light-blue {
    background-color: #fff !important; }
  .section:nth-child(odd) .section__content-text .calendar .tile--light-blue.calendar__event--complete {
    background-color: transparent !important; }
  .section[id] {
    padding-top: 120px;
    margin-top: -120px; }
  .section h2 {
    margin: 30px 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    color: #002b84; }

.section__content {
  display: flex; }
  .section__content ul li {
    position: relative;
    padding-left: 78px;
    padding-bottom: 20px;
    word-break: break-word;
    color: #002b84; }
  @media (max-width: 767px) {
      .section__content ul li {
        padding-left: 20px;
        max-width: 445px; } }
  .section__content ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #42c0f0;
    position: absolute;
    right: 97%; }
  .section__content ul li {
    padding-left: 36px; }
  @media (max-width: 991px) {
    .section__content {
      flex-wrap: wrap; } }

.section__content--left {
  width: 100%; }
  .section__content--left .tile--dark-blue {
    margin-top: 5px; }
  .section__content--left .tile--dark-blue p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 15px 0; }
  @media (max-width: 767px) {
        .section__content--left .tile--dark-blue p {
          padding-right: 30px;
          max-width: 350px; } }
  @media (max-width: 767px) {
          .section__content--left .tile--dark-blue p .button {
            margin: 20px 0 0 !important; } }

.section__content-image {
  margin-left: 85px;
  margin-top: 21px; }
  @media (max-width: 767px) {
    .section__content-image {
      margin-left: 0; }
      .section__content-image img {
        width: 100%;
        height: auto; } }

.section__content-text {
  font-size: 16px;
  color: #002b84;
  line-height: 1.375; }
  .section__content-text h4 {
    margin-bottom: 40px;
    margin-top: 0;
    color: #098626;
    font-size: 24px; }
  .section__content-text ul li {
    position: relative;
    padding-left: 78px;
    padding-bottom: 20px;
    word-break: break-word;
    color: #002b84; }
  @media (max-width: 767px) {
      .section__content-text ul li {
        padding-left: 20px;
        max-width: 445px; } }
  .section__content-text ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #42c0f0;
    position: absolute;
    right: 97%; }
  .section__content-text ul li {
    padding-left: 36px; }

.share-links {
  display: flex;
  margin: 0 -4px; }
  @media (max-width: 767px) {
    .share-links {
      flex-wrap: wrap; } }

.share-links--inline {
  display: inline-flex; }

.share-links__link {
  margin: 0 4px;
  max-width: 175px;
  width: 100%;
  flex: 1 0 200px;
  padding: 0 !important; }
  .share-links--inline .share-links__link {
    flex: 0;
    width: auto; }
  @media (max-width: 767px) {
    .share-links__link {
      margin-top: 10px; } }
  .share-links__link:before {
    content: none !important; }

.share-links__link--spread {
  margin: 0 10px; }

.button {
  padding: 12px 32px;
  font-size: 16px;
  line-height: 1.2;
  background-color: transparent;
  color: #002b84;
  border: 2px solid #002b84;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  transform: scale3d(1, 1, 1);
  position: relative;
  transition: color 0.2s;
  text-align: center; }
  .button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002b84;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button:hover {
    color: #fff; }
  .button:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  @media (max-width: 575px) {
    .button.margin-left--65 {
      margin-left: 0 !important; } }

.button--100 {
  width: 100%; }

.button--underline {
  text-decoration: underline; }

.button--small {
  font-size: 11px; }

.button--small-2 {
  font-size: 13px; }

.button-arrow-right {
  position: relative;
  padding-right: 40px; }
  .button-arrow-right:after {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    margin-left: 10px; }

.button--filled {
  border: none;
  color: #fff;
  background-color: #002b84;
  margin-top: 49px;
  transition: all 0.15s; }
  .button--filled.button:before {
    background-color: #42c0f0;
    color: #fff; }

.button--rectangle {
  position: relative;
  overflow: visible;
  transition: all 0.15s; }
  .button--rectangle:after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #42c0f0;
    position: absolute;
    left: 100%;
    top: 0; }
  .button--rectangle:hover:after {
    background-color: #002b84; }

.button--primary-plain {
  color: #002b84; }

.button--white {
  background-color: #fff;
  color: #002b84;
  border: none; }
  .button--white.button:before {
    background-color: #002b84; }

.button--white-plain {
  border: 2px solid #fff;
  color: #fff; }
  .button--white-plain.button:before {
    background-color: #fff; }
  .button--white-plain:hover {
    color: #002b84; }
  @media (max-width: 575px) {
    .button--white-plain {
      text-align: left; } }

.button--white-text {
  color: #fff; }

.button--light-blue {
  background-color: #f0f5fa;
  color: #002b84;
  border: none; }

.button--green, .tabs__button--active {
  background: #098626;
  color: #fff;
  border: 2px solid #098626; }
  .button--green.button:before, .tabs__button--active.button:before {
    background-color: #0f6239; }
  .button--green:hover, .tabs__button--active:hover {
    border-color: #0f6239; }

.button--green-plain {
  font-size: 12px;
  background-color: transparent;
  color: #098626;
  text-align: center;
  border: 2px solid #098626;
  max-width: 100%; }
  .button--green-plain.button:before {
    background-color: #098626;
    color: #fff; }

.button--green-plain.button--plain.button:before {
  content: none; }
  .button--green-plain.button--plain:hover {
    color: #0f6239; }

.button--plain {
  border: none;
  padding: 0;
  background-color: transparent; }
  .button--plain.button:before {
    content: none; }

.button:disabled, .button--disabled {
  border: none;
  color: #c7c7c7;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #f1f1f1; }

.button__icon {
  font-size: 24px;
  line-height: 0 !important;
  vertical-align: middle !important;
  margin-right: 8px;
  display: inline-block; }
  .button__icon.icon-facebook {
    font-size: 19px; }

.button--font-bold {
  font-weight: 700; }

.button--social {
  box-shadow: 9.8px 36.7px 80px 0 rgba(0, 27, 97, 0.14);
  color: #fff;
  font-family: 'Poppins', sans-serif; }
  .button--social.button:before {
    content: none; }

.button--social-fb {
  background-color: #3c57a8;
  border: 1px solid #3c57a8;
  align-items: center;
  display: flex;
  justify-content: center; }

.button--social-google {
  background-color: #df5e53;
  border: 1px solid #df5e53;
  align-items: center;
  display: flex;
  justify-content: center; }

.button--social-text {
  font-size: 14px;
  line-height: 1.57;
  display: inline-block;
  width: 70%;
  margin-left: 10px;
  text-align: left; }

.button--social-icon {
  width: 20%;
  font-size: 30px; }
  .button--social-icon:before {
    content: '';
    font-family: FontAwesome; }
  .button--social-icon-fb:before {
    content: '\f082'; }
  .button--social-icon-google:before {
    content: '\f0d4'; }

.button--active {
  background: #098626;
  border: 1px solid #098626;
  color: #fff;
  box-shadow: 0px 30px 55px 0 rgba(0, 27, 97, 0.12); }

.button--info {
  text-transform: lowercase;
  padding: 6px 14px;
  background-color: #016fba;
  color: #fff;
  border: none; }

.button--uppercase {
  text-transform: uppercase; }

.button--shadow {
  box-shadow: 0px 9px 12px 0 rgba(0, 27, 97, 0.2); }

.button--bottom {
  position: absolute;
  bottom: 10%; }

.single-businessman__top-wr {
  background-color: #f0f5fa;
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 70px; }
  .single-businessman__top-wr .coin {
    width: 22px;
    margin-left: 8px; }
  @media (max-width: 575px) {
      .single-businessman__top-wr .score {
        height: 100%;
        max-height: none; } }
  .single-businessman__top-wr .tile--green.tile--green-header {
    position: static;
    display: flex; }

.single-businessman__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 464px;
  position: relative; }
  .single-businessman__image .score {
    top: auto;
    bottom: 0; }
  @media (max-width: 767px) {
    .single-businessman__image {
      height: 472px; } }

.single-businessman {
  padding-top: 50px; }
  .single-businessman .tile__container {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .single-businessman .tile__container--style-3-2 {
    grid-column-gap: 0 !important; }
  .single-businessman .tile__container--style-3-2 > div {
    margin: 0 4px; }

.exchange--asleep .single-businessman__top-wr .tile--green {
  background: #002b84; }
  .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) {
    background-image: url('../assets/images/moon_1.png');
    background-position: right bottom;
    background-size: cover;
    color: #fff; }
  .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) .header, .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) .title, .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) .paragraph, .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) .wallet-table__header, .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) .wallet-table__content, .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) .score-place, .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) .timeline__item p, .timeline__item .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) p, .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) .timeline__item--box blockquote + p, .timeline__item--box .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) blockquote + p {
    color: #fff; }
  .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) .button {
    border-color: #fff;
    color: #fff;
    transition: color 0.2s; }
    .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) .button:before {
      background: #fff; }
    .exchange--asleep .single-businessman__top-wr .right .tile:not(.tile--green) .button:hover {
      color: #002b84; }
  .exchange--asleep .single-businessman__top-wr .right .square__wr {
    display: none; }
  .exchange--asleep .single-businessman__top-wr .right .business-list li:before {
    background-color: #fff; }

.right {
  position: relative; }
  .right .header, .right .title {
    line-height: 1.08; }
  @media (max-width: 991px) {
    .right {
      padding-top: 50px; } }
  .right .square__wr {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0; }
  .right .tile:not(.tile--green) {
    margin: 0;
    min-height: 360px;
    max-height: 370px; }
  .right .button.button--plain:hover {
    color: #002b84 !important; }

.single-businessman__information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .single-businessman__information .info-block {
    flex: 1 0 191px; }
  .single-businessman__information .info-block:last-child {
    align-self: flex-end;
    margin-bottom: 6px; }
  @media (max-width: 767px) {
    .single-businessman__information {
      justify-content: flex-start; }
      .single-businessman__information .info-block:last-child {
        margin-top: 20px; } }

.single-businessman__information-wr {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 575px) {
    .single-businessman__information-wr {
      justify-content: flex-start;
      flex-wrap: wrap; } }

.single-businessman__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .single-businessman__btns {
      flex-wrap: wrap;
      margin-bottom: 80px; }
      .single-businessman__btns .button {
        margin-bottom: 10px; } }
  @media (max-width: 575px) {
    .single-businessman__btns .button {
      width: 100%;
      text-align: center; } }

.btns-right {
  display: flex; }
  .btns-right .button {
    margin-left: 10px; }
  @media (max-width: 767px) {
    .btns-right .button:first-child {
      margin-left: 0; } }
  @media (max-width: 575px) {
    .btns-right {
      width: 100%;
      flex-wrap: wrap; }
      .btns-right .button {
        padding: 12px 18px;
        margin-left: 0; }
        .btns-right .button:first-child {
          margin-right: 0; } }

.business-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between; }

.single-businessman__nonactive .timeline, .single-businessman__sleep .timeline, .single-businessman__nonactive .trends, .single-businessman__sleep .trends, .single-businessman__nonactive .single-businessman__btns, .single-businessman__sleep .single-businessman__btns {
  display: none; }

.single-businessman__sleep .tile--green {
  background-color: #002b84; }
  .single-businessman__sleep .right--sleep {
    display: block; }
  .single-businessman__sleep .right--sleep .tile {
    margin: 0;
    background-color: #002b84;
    color: #fff; }
  .single-businessman__sleep .right {
    display: none; }

.right--sleep {
  display: none; }

.links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 23px; }
  @media (max-width: 991px) {
    .links {
      align-items: flex-start; } }
  .links .share-links__link {
    flex: 1 0 104px; }
  .links .share-links__link .button {
    padding: 12px 4px;
    width: 104px; }
  .links .share-links__label {
    display: none; }

.history {
  position: relative; }
  .history .section--left, .history .section--right {
    width: 50%; }
  .history .section--right {
    position: absolute;
    right: 0;
    top: -33px; }

.business-list li {
  position: relative;
  margin-left: 13px; }
  .business-list li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #002b84;
    position: absolute;
    left: -11px;
    top: 7px; }

.single-post.post {
  background-color: transparent;
  display: block;
  margin-bottom: 50px;
  margin-top: 0; }
  @media (max-width: 767px) {
    .single-post.post {
      padding: 0 20px; } }
  .single-post.post .post__header {
    margin-top: 0; }

.single-post {
  margin: 0 auto;
  color: #002b84; }

.single-post__description p {
  font-size: 20px; }

.single-post__intro {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-color: #f0f5fa;
  padding: 25px 15px 54px;
  margin-top: 33px; }
  @media (max-width: 767px) {
    .single-post__intro {
      margin-top: 100px;
      padding-top: 100px; } }
  .single-post__intro .single__post-image {
    position: absolute;
    right: 0;
    top: -90px; }
  @media (max-width: 1190px) {
      .single-post__intro .single__post-image {
        left: 55%; } }
  @media (max-width: 767px) {
      .single-post__intro .single__post-image {
        left: 0 !important;
        right: 0;
        display: flex;
        justify-content: center;
        top: -300px; } }
  @media (max-width: 767px) {
        .single-post__intro .single__post-image .square {
          right: 17%; } }

.single__post-image-wr {
  width: 400px;
  height: 266px; }
  .single__post-image-wr a {
    width: 400px;
    height: 266px; }
  .single__post-image-wr a img {
    width: 436px;
    height: 266px; }
  @media (max-width: 767px) {
        .single__post-image-wr a img {
          width: auto;
          height: auto; } }

.single-post__header {
  max-width: 53%; }
  @media (max-width: 767px) {
    .single-post__header {
      max-width: 100%;
      margin-top: 150px; } }

.single-post__links {
  padding: 31px 0 57px; }
  .single-post__links .button--green-plain {
    max-width: 170px;
    font-size: 14px;
    width: 100%; }

.single-post__content-wr {
  margin-top: 57px;
  position: relative;
  max-width: 976px; }
  .single-post__content-wr .square {
    position: absolute;
    top: 10px; }
  @media (max-width: 767px) {
      .single-post__content-wr .square {
        display: none; } }

.single-post__content {
  margin: 57px 0 0 65px; }
  @media (max-width: 767px) {
    .single-post__content {
      margin-left: 0; } }
  .single-post__content p {
    margin-bottom: 50px; }
  .single-post__content .post__tags {
    margin-bottom: 50px; }
  .single-post__content .first-word {
    font-size: 32px;
    font-weight: 700; }
  @media (max-width: 767px) {
      .single-post__content .first-word {
        font-size: 16px;
        font-weight: 400; } }
  .single-post__content ol li {
    list-style-position: outside;
    padding: 5px; }
  .single-post__content ul li {
    position: relative;
    padding-left: 38px;
    padding-bottom: 20px;
    word-break: break-word;
    color: #002b84; }
  @media (max-width: 767px) {
      .single-post__content ul li {
        padding-left: 20px; } }
  .single-post__content ul li:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #42c0f0;
    position: absolute;
    right: 97%;
    margin-top: 5px; }
  .single-post__content img {
    max-width: 100%;
    height: auto; }

.gallery__container {
  padding-bottom: 100px;
  position: relative; }

.gallery__tile {
  width: 235px;
  height: 142px;
  background-color: #f0f5fa;
  position: relative; }

.gallery__header {
  margin-left: 70px;
  padding-top: 33px; }

.gallery__content {
  position: absolute;
  top: 75px;
  left: 62px; }
  .gallery__content .gallery img {
    width: 180px;
    height: 110px;
    box-shadow: 0px 23px 55px 0 rgba(0, 27, 97, 0.12); }
  .gallery__content #gallery-1 {
    display: flex;
    flex-wrap: nowrap; }
  .gallery__content #gallery-1 .gallery-item {
    margin: 0;
    width: 100% !important;
    padding: 0 8px 0 27px; }
  @media (max-width: 767px) {
      .gallery__content #gallery-1 {
        flex-wrap: wrap; } }

.square {
  width: 64px;
  height: 64px; }
  .square--yellow {
    background-color: #ffd000; }
  .square--yellow.square__child:after {
    background-color: #adca0d; }
  .square--dark-green {
    background-color: #0f6239; }
  .square--dark-green.square__child:after {
    background-color: #0f6239; }
  .square--light-green {
    background-color: #adca0d; }
  .square--green {
    background-color: #098626; }
  .square--green.square__child:after {
    background-color: #ffd000; }
  .square--blue {
    background-color: #42c0f0; }
  .square--blue.square__child:after {
    background-color: #016fba; }
  .square--dark-blue {
    background-color: #016fba; }
  .square--small {
    width: 32px;
    height: 32px; }
  .square--small-2 {
    width: 20px;
    height: 20px; }

.square__child {
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
  position: relative; }
  .square__child:after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0; }

.square__wr {
  position: relative;
  top: 0;
  display: flex;
  width: 64px;
  height: 64px; }
  .square__wr .square--turn {
    position: absolute;
    top: 32px;
    left: 0; }
  .square__wr .square--turn-left {
    left: 32px; }

.square__wr--rotate-180 {
  transform: rotate(180deg); }

.square__wr--rotate-270 {
  transform: rotate(270deg); }

.square__wr--rotate-90 {
  transform: rotate(90deg); }

.square__wr--blue .square:last-child {
  background-color: #016fba; }
  .square__wr--blue .square:nth-child(2), .square__wr--blue .square:first-child {
    background-color: #42c0f0; }

.square__wr--green .square:last-child {
  background-color: #0f6239; }
  .square__wr--green .square:nth-child(2), .square__wr--green .square:first-child {
    background-color: #098626; }

.square__wr--green-1 .square:first-child {
  background-color: #adca0d; }
  .square__wr--green-1 .square:last-child {
    background-color: #0f6239; }
  .square__wr--green-1 .square:nth-child(2) {
    background-color: #098626; }

.square__wr--mix-1 .square:first-child {
  background-color: #adca0d; }
  .square__wr--mix-1 .square:last-child {
    background-color: #016fba; }
  .square__wr--mix-1 .square:nth-child(2) {
    background-color: #ffd000; }

.square__wr--mix-2 .square:first-child {
  background-color: #ffd000; }
  .square__wr--mix-2 .square:last-child {
    background-color: #0f6239; }
  .square__wr--mix-2 .square:nth-child(2) {
    background-color: #adca0d; }

.square__wr--mix-3 .square:first-child {
  background-color: #0f6239; }
  .square__wr--mix-3 .square:last-child {
    background-color: #adca0d; }
  .square__wr--mix-3 .square:nth-child(2) {
    background-color: #016fba; }

.square__wr--mix-4 .square:first-child {
  background-color: #42c0f0; }
  .square__wr--mix-4 .square:last-child {
    background-color: #016fba; }
  .square__wr--mix-4 .square:nth-child(2) {
    background-color: #adca0d; }

.header, .title {
  color: #002b84;
  font-size: 36px;
  font-weight: 700; }

.header--2 {
  font-size: 32px; }

.header--3 {
  font-size: 24px; }
  @media (max-width: 575px) {
    .header--3 {
      font-size: 20px; } }

.header--4 {
  font-size: 20px; }

.header--5 {
  font-size: 16px; }

.header--6 {
  font-size: 14px; }

.header--big, .title {
  font-size: 92px; }

.header--white {
  color: #fff !important; }

.header--green, .paragraph--green {
  color: #098626; }

.header--gray {
  color: #706e6f; }

.header--light {
  font-weight: 400; }

.header--uppercase, .paragraph--uppercase {
  text-transform: uppercase; }

.header--notuppercase, .timeline__item--box .header, .timeline__item--box .title, .paragraph--notuppercase, .wallet-table__header, .wallet-table__content, .timeline__item--box p {
  text-transform: none; }

.paragraph, .wallet-table__header, .wallet-table__content, .score-place, .timeline__item p, .timeline__item--box blockquote + p {
  font-size: 16px;
  word-break: break-word; }

.paragraph--blue, .menu__user-top, .timeline__item p {
  color: #002b84; }

.paragraph--block, .header--block {
  display: flex;
  align-items: center; }
  @media (max-width: 575px) {
    .paragraph--block, .header--block {
      flex-wrap: wrap; } }

.header--block-baseline {
  align-items: baseline; }

.paragraph--block-center {
  justify-content: center; }

.paragraph--bold, .score-place, .timeline__item--box blockquote + p {
  font-weight: 700; }

.paragraph--1, .score-place, .timeline__item--box blockquote + p {
  font-size: 14px; }

.paragraph--2 {
  font-size: 12px; }

.paragraph--3, .wallet-table__header, .wallet-table__content {
  font-size: 13px !important; }

.paragraph--gray {
  color: #706e6f; }

.paragraph--white, .wallet-table__header, .wallet-table__content, .score-place, .table__row.table__row--highlight td, .timeline__item--box p {
  color: #fff; }

.paragraph--border {
  border: 1px solid #706e6f;
  padding: 32px; }

.paragraph--white-space {
  white-space: pre-line;
  margin-bottom: 30px; }

.paragraph--small {
  font-size: 9px; }

.paragraph--italic, .timeline__item--box blockquote {
  font-style: italic; }

.paragraph--underline {
  text-decoration: underline; }

.paragraph--underline-hover {
  transition: all 0.5s; }
  .paragraph--underline-hover a:hover {
    text-decoration: underline;
    transition: all 0.5s; }

.paragraph-line-height--2 {
  line-height: 2 !important; }

.paragraph-line-height--1 {
  line-height: 1.8 !important; }

.paragraph--left {
  text-align: left; }

.tile__container {
  display: flex;
  margin: 93px -2px 0; }
  @media (max-width: 767px) {
    .tile__container {
      margin-top: 50px; } }

.tile--padding.tile {
  background-position: right bottom; }
  .tile--padding p {
    padding-right: 145px; }

.tile__header {
  padding: 18px 0; }

.tile__container--shadow {
  box-shadow: 0px 23px 55px 0 rgba(0, 27, 97, 0.12); }
  @media (max-width: 767px) {
    .tile__container--shadow {
      box-shadow: none; } }
  @media (max-width: 767px) {
      .tile__container--shadow .tile {
        box-shadow: 0px 23px 55px 0 rgba(0, 27, 97, 0.12); } }

.tile {
  position: relative;
  background-color: #fff;
  color: #002b84;
  margin: 0 2px;
  padding: 30px 26px 30px 32px;
  line-height: 1.63;
  background-repeat: no-repeat;
  background-position: left bottom; }
  .tile h4 {
    color: #002b84;
    margin-bottom: 0;
    font-size: 20px; }

.tile--shadow {
  box-shadow: 0px 30px 55px 0 rgba(0, 27, 97, 0.12); }

.tile--light-blue {
  background-color: #f0f5fa; }

.tile__container--style-1-1 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 50% 50%;
  -ms-grid-columns: 1fr 1fr;
  grid-column-gap: 3px; }
  @media (max-width: 991px) {
    .tile__container--style-1-1 {
      grid-row-gap: 10px; } }
  @media (max-width: 767px) {
    .tile__container--style-1-1 {
      grid-template-columns: 100%;
      -ms-grid-columns: 100%; } }
  .tile__container--style-1-1 .tile p {
    font-size: 15px;
    line-height: 1.8; }
  .tile__container--style-1-1 .tile:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__container--style-1-1 .tile:last-child {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }

.tile__container--style-1-3 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
  grid-column-gap: 3px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr; }
  .tile__container--style-1-3 .tile:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__container--style-1-3 .tile:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }
  .tile__container--style-1-3 .tile:last-child {
    -ms-grid-column: 3;
    -ms-grid-row: 1; }

.tile__container--style-2-3 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 2fr;
  -ms-grid-columns: 1fr 2fr;
  grid-column-gap: 3px; }
  @media (max-width: 991px) {
    .tile__container--style-2-3 {
      grid-template-columns: 100%;
      -ms-grid-columns: 1fr;
      grid-row-gap: 10px; } }
  .tile__container--style-2-3 .tile:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__container--style-2-3 .tile:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }

.tile__container--style-1-2 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 30% 70%;
  -ms-grid-columns: 1fr 2fr;
  grid-column-gap: 3px; }
  @media (max-width: 991px) {
    .tile__container--style-1-2 {
      grid-template-columns: 100%;
      -ms-grid-columns: 100%;
      grid-row-gap: 10px; } }
  @media (max-width: 767px) {
    .tile__container--style-1-2 {
      width: 100%; } }
  @media (max-width: 767px) {
    .tile__container--style-1-2 {
      width: 100%; } }
  .tile__container--style-1-2 .tile:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__container--style-1-2 .tile {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }

.tile__container--style-2-1 {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-column-gap: 3px; }
  @media (max-width: 991px) {
    .tile__container--style-2-1 {
      grid-template-columns: 100%;
      -ms-grid-columns: 100%;
      grid-row-gap: 10px; } }
  .tile__container--style-2-1 .tile {
    padding: 72px 61px 64px 31px; }
  @media (max-width: 767px) {
      .tile__container--style-2-1 .tile {
        padding-right: 31px; } }
  .tile__container--style-2-1 .tile--green {
    padding: 0 22px; }
  @media (max-width: 767px) {
    .tile__container--style-2-1 {
      flex-wrap: wrap; } }

.tile--static {
  position: static !important; }

.tile--green {
  background-color: #098626;
  color: #fff;
  text-transform: uppercase;
  padding: 0 22px;
  margin: 0;
  z-index: 2; }
  @media (max-width: 575px) {
    .tile--green {
      left: 0;
      right: 0; } }
  .tile--green .header, .tile--green .title {
    color: #fff; }

.tile--green-header {
  position: absolute;
  top: -32px; }

.tile--header {
  margin-top: -64px !important; }

.tile--green-text {
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 16px 0;
  font-size: 16px; }

.tile--green-small {
  padding: 12px;
  max-width: 144px; }

.tile--green-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -28px; }

.tile--green-label {
  padding: 12px 24px;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  max-width: none;
  text-transform: none;
  background: #098626;
  margin: 48px 5px 12px;
  color: #fff; }

.tile--big-label {
  padding: 18px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 24px; }

.tile--big-label {
  padding: 12px 22px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 24px; }

.tile--dark-blue-2 {
  background-color: #002b84 !important; }
  .tile--dark-blue-2.tile {
    background-position: right bottom !important;
    background-size: auto; }

.tile--dark-blue {
  background-color: #184090;
  color: #fff;
  padding: 20px;
  z-index: 1; }
  .tile--dark-blue.tile {
    background-position: right center; }
  @media (max-width: 575px) {
      .tile--dark-blue.tile {
        background-position: 104% 118%;
        background-size: 25%; }
        .tile--dark-blue.tile.tile-background {
          background-position: center; } }

.tile--light-blue {
  background-color: #f0f5fa; }

.tile--dark-border {
  border: solid 2px #706e6f; }

.tile--small-1 {
  padding: 65px 13px 18px;
  flex: 1 0 250px;
  margin: 0 5px; }

.tile__content {
  display: grid;
  display: -ms-grid; }

.tile__content--vertical-center {
  align-items: center; }

.tile__content-1-2 {
  grid-template-columns: 35% 65%;
  -ms-grid-columns: 1fr 2fr; }
  @media (max-width: 767px) {
    .tile__content-1-2 {
      grid-template-columns: 100%;
      grid-row-gap: 30px; } }
  .tile__content-1-2 .left, .tile__content-1-2 h5:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__content-1-2 .right, .tile__content-1-2 h5 {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }

.tile__content-1-1 {
  grid-template-columns: 50% 50%;
  -ms-grid-columns: 1fr 1fr; }
  .tile__content-1-1 div:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__content-1-1 div:last-child {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }
  @media (max-width: 575px) {
    .tile__content-1-1 {
      grid-template-columns: 100%;
      -ms-grid-columns: 1fr; } }

.tile__content-1 {
  grid-template-columns: 100%; }

.tile__content--no-padding .right {
  padding: 0; }
  @media (max-width: 767px) {
    .tile__content--no-padding {
      grid-row-gap: 0; } }

.tile__container--style-3-2 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 2fr 1fr;
  -ms-grid-columns: 2fr 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 10px; }
  .tile__container--style-3-2 div:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .tile__container--style-3-2 div:last-child {
    -ms-grid-column: 2;
    -ms-grid-row: 1; }
  @media (max-width: 991px) {
    .tile__container--style-3-2 {
      grid-template-columns: 100%;
      -ms-grid-columns: 1fr;
      grid-row-gap: 10px; }
      .tile__container--style-3-2 div:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1; }
      .tile__container--style-3-2 div:last-child {
        -ms-grid-column: 1;
        -ms-grid-row: 2; } }

.header, .title {
  color: #002b84;
  font-size: 36px;
  font-weight: 700; }

.header--2 {
  font-size: 32px; }

.header--3 {
  font-size: 24px; }
  @media (max-width: 575px) {
    .header--3 {
      font-size: 20px; } }

.header--4 {
  font-size: 20px; }

.header--5 {
  font-size: 16px; }

.header--6 {
  font-size: 14px; }

.header--big, .title {
  font-size: 92px; }

.header--white {
  color: #fff !important; }

.header--green, .paragraph--green {
  color: #098626; }

.header--gray {
  color: #706e6f; }

.header--light {
  font-weight: 400; }

.header--uppercase, .paragraph--uppercase {
  text-transform: uppercase; }

.header--notuppercase, .timeline__item--box .header, .timeline__item--box .title, .paragraph--notuppercase, .wallet-table__header, .wallet-table__content, .timeline__item--box p {
  text-transform: none; }

.paragraph, .wallet-table__header, .wallet-table__content, .score-place, .timeline__item p, .timeline__item--box blockquote + p {
  font-size: 16px;
  word-break: break-word; }

.paragraph--blue, .menu__user-top, .timeline__item p {
  color: #002b84; }

.paragraph--block, .header--block {
  display: flex;
  align-items: center; }
  @media (max-width: 575px) {
    .paragraph--block, .header--block {
      flex-wrap: wrap; } }

.header--block-baseline {
  align-items: baseline; }

.paragraph--block-center {
  justify-content: center; }

.paragraph--bold, .score-place, .timeline__item--box blockquote + p {
  font-weight: 700; }

.paragraph--1, .score-place, .timeline__item--box blockquote + p {
  font-size: 14px; }

.paragraph--2 {
  font-size: 12px; }

.paragraph--3, .wallet-table__header, .wallet-table__content {
  font-size: 13px !important; }

.paragraph--gray {
  color: #706e6f; }

.paragraph--white, .wallet-table__header, .wallet-table__content, .score-place, .table__row.table__row--highlight td, .timeline__item--box p {
  color: #fff; }

.paragraph--border {
  border: 1px solid #706e6f;
  padding: 32px; }

.paragraph--white-space {
  white-space: pre-line;
  margin-bottom: 30px; }

.paragraph--small {
  font-size: 9px; }

.paragraph--italic, .timeline__item--box blockquote {
  font-style: italic; }

.paragraph--underline {
  text-decoration: underline; }

.paragraph--underline-hover {
  transition: all 0.5s; }
  .paragraph--underline-hover a:hover {
    text-decoration: underline;
    transition: all 0.5s; }

.paragraph-line-height--2 {
  line-height: 2 !important; }

.paragraph-line-height--1 {
  line-height: 1.8 !important; }

.paragraph--left {
  text-align: left; }

.timeline {
  position: relative;
  display: flex;
  margin: 3.125em auto;
  padding: 1em 2em 1em;
  max-width: 1000px; }
  .timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 50%;
    width: 2px;
    background-color: #002b84; }
  @media (max-width: 767px) {
      .timeline:before {
        left: 0; } }
  @media (max-width: 767px) {
    .timeline {
      padding-right: 2em;
      padding-left: 1em; } }

.timeline__list {
  width: 100%; }

.timeline__item {
  display: block;
  position: relative;
  background-color: inherit;
  width: 100%;
  float: left;
  padding: 20px;
  clear: both;
  text-align: left;
  max-width: calc(50% - 80px);
  min-height: 160px;
  margin-top: -160px; }
  @media (max-width: 767px) {
    .timeline__item {
      text-align: left;
      max-width: 100%;
      padding-left: 10px;
      margin-top: 0; } }
  .timeline__item:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #adca0d;
    width: 39px;
    top: 50%;
    margin-top: -1px;
    right: -29px; }
  @media (max-width: 767px) {
      .timeline__item:after {
        content: none; } }
  .timeline__item:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #002b84;
    border-radius: 100%;
    border: 4px solid #fff;
    top: 50%;
    margin-top: -10px;
    right: -51px;
    z-index: 10; }
  @media (max-width: 767px) {
      .timeline__item:before {
        content: none; } }
  .timeline__item:nth-child(2n) {
    text-align: left;
    float: right; }
  @media (max-width: 767px) {
      .timeline__item:nth-child(2n) {
        float: left; } }
  .timeline__item:nth-child(2n):after {
    left: -29px;
    right: auto;
    top: 50%; }
  @media (max-width: 767px) {
        .timeline__item:nth-child(2n):after {
          content: none; } }
  .timeline__item:nth-child(2n):before {
    left: -49px;
    right: auto; }
  @media (max-width: 767px) {
        .timeline__item:nth-child(2n):before {
          content: none; } }
  .timeline__item ul {
    margin-top: 20px; }
  .timeline__item iframe {
    max-width: 100%; }
  @media (max-width: 767px) {
      .timeline__item .header.header--3, .timeline__item .title.header--3 {
        margin-top: 20px !important; } }

.timeline__item--box {
  margin-top: -50px; }
  .timeline__item--box:first-child {
    margin-top: 0; }
  .timeline__item--box:after, .timeline__item--box:before {
    content: none; }
  .timeline__item--box .tile--green:first-child {
    margin-right: -60px; }
  @media (max-width: 767px) {
      .timeline__item--box .tile--green:first-child {
        margin-right: 0; } }
  .timeline__item--box .tile--green:last-child {
    margin-left: -58px; }
  @media (max-width: 767px) {
      .timeline__item--box .tile--green:last-child {
        margin-left: -25px; } }
  @media (max-width: 767px) {
    .timeline__item--box {
      margin-left: 0;
      max-width: 100%;
      margin-top: 0; } }
  .timeline__item--box .tile--green {
    z-index: 18;
    position: relative;
    padding: 40px 60px; }
  @media (max-width: 575px) {
      .timeline__item--box .tile--green {
        padding-left: 35px;
        padding-right: 35px; } }
  .timeline__item--box blockquote {
    margin: 0;
    font-size: 19px; }
  .timeline__item--box blockquote:before {
    background-color: #098626;
    box-shadow: none; }
  .timeline__item--box blockquote p {
    padding: 0; }
  .timeline__item--with-list li, .timeline__item ul li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 10px;
    word-break: break-word;
    text-transform: none; }
  .timeline__item--with-list li:before, .timeline__item ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #adca0d;
    position: absolute;
    right: 97%;
    top: 5px; }
  @media (max-width: 575px) {
    .timeline__item--with-list li, .timeline__item ul li {
      padding-left: 23px; } }

.timeline__item:last-child {
  padding-bottom: 100px; }

.title {
  background-color: #f0f5fa;
  box-shadow: 0px 23px 55px 0 rgba(0, 27, 97, 0.12);
  position: relative;
  max-width: 99px;
  text-align: center; }
  @media (max-width: 767px) {
    .title {
      max-width: 64px;
      font-size: 48px; } }

.timeline__point {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -18px;
  width: 13px;
  height: 13px;
  background-color: #002b84;
  z-index: 10;
  border: 4px solid #fff; }
  @media (max-width: 767px) {
    .timeline__point {
      display: none; } }

.tooltip {
  border-bottom: 1px dashed #016fba;
  color: #016fba;
  cursor: default;
  font-style: normal;
  position: relative; }
  .tooltip:hover {
    color: #016fba; }

.tooltip__popup {
  transition: opacity 0.2s 0.5s, left 0.3s 0.5s;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 11px;
  line-height: 1.5em;
  text-transform: none;
  opacity: 0;
  pointer-events: none;
  display: block;
  position: absolute;
  left: calc(50% + 20px);
  top: calc(100% + 10px);
  padding: 10px 12px;
  width: 400px;
  z-index: 1; }
  .tooltip:hover .tooltip__popup, .tooltip:focus .tooltip__popup {
    transition: opacity 0.2s, left 0.3s;
    opacity: 1;
    left: 50%; }
