/*
	--------------------
	General dependencies
	--------------------
*/
@import 'https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700';
.heading {
  font-weight: 700;
  font-family: 'Ubuntu'; }

.heading_blue {
  color: #2da1ec; }

.heading_l0 {
  font-size: 3.975rem; }

.heading_l1 {
  font-size: 2.5rem; }

.heading_l2 {
  font-size: 1.875rem; }

.heading_upper {
  text-transform: uppercase; }

.heading_white {
  color: #fff; }

.heading_gray {
  color: #414141; }

.heading_italic {
  font-style: italic; }

.text {
  line-height: 1.25rem; }

.text_gray {
  color: #414141; }

.text_big {
  font-size: 1.2rem;
  line-height: 1.425rem; }

.text_italic {
  font-style: italic; }

.card-section, .card-diff, .wallet-section, .options-group {
  font-size: 0; }

.card-section__img, .card-section__desc, .card-diff__half, .wallet-section__20, .wallet-section__40, .wallet-section__50, .wallet-section__60, .wallet-section__80 {
  font-size: 1rem; }

.card-section__img, .card-section__desc, .card-diff__half, .wallet-section__20, .wallet-section__40, .wallet-section__50, .wallet-section__60, .wallet-section__80, .wallet-heading_bg, .options-heading, .options-group img {
  display: inline-block; }

.card-section__img, .card-section__desc, .wallet-section__20, .wallet-section__40, .wallet-section__50, .wallet-section__60, .wallet-section__80, .options-group img {
  vertical-align: middle; }

.card-diff__half {
  vertical-align: top; }

.text_italic, .table__cell_head, .table__head .table__cell, .table__body .table__row .table__cell:not(:first-of-type) {
  font-weight: 700; }

.list {
  font-weight: 500; }

html {
  font-size: 16px; }

body {
  font-family: Arial; }

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1060px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto; }

.card-section {
  padding: 50px 0;
  background-color: #fff; }
  .card-section .heading_l1 {
    margin-bottom: 40px; }
  .card-section .heading_l2,
  .card-section .text:not(:last-of-type) {
    margin-bottom: 25px; }
  .card-section__img, .card-section__desc {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .card-section__img {
    width: 40%; }
  .card-section__desc {
    width: 60%;
    padding-left: 20px; }

.card-diff {
  padding: 60px 0;
  background-color: #2da1ec;
  color: #fff; }
  .card-diff__half {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
    .card-diff__half:first-of-type {
      padding-right: 20px; }
    .card-diff__half:last-of-type {
      padding-left: 20px; }
  .card-diff .heading_l2 {
    margin-bottom: 25px; }
  .card-diff .text {
    margin-bottom: 70px; }

.list__el {
  padding: 13px 0;
  font-size: 1.375rem; }
  .list__el:not(:last-of-type) {
    border-bottom: 1px solid #fff; }

.fees {
  padding: 50px 0; }
  .fees .heading_l1 {
    margin-bottom: 28px; }
  .fees .heading_l2 {
    margin-bottom: 10px; }
  .fees .text {
    margin-bottom: 45px; }

.table {
  width: 100%; }
  .table_mb50 {
    margin-bottom: 50px; }

.table__cell {
  padding-left: 30px;
  font-size: 1rem;
  color: #414141; }

.table__cell_upper {
  text-transform: uppercase; }

.table__cell_head {
  border-top: 5px solid #2da1ec;
  padding-bottom: 25px !important;
  font-size: 1.125rem;
  color: #2da1ec; }

.table__head {
  text-align: left; }
  .table__head .table__cell {
    padding-bottom: 10px; }

.table__body .table__cell {
  padding: 10px 0 10px 30px; }

.table__body .table__row .table__cell:not(:first-of-type) {
  color: #2da1ec; }

.table__foot .table__cell {
  padding: 10px 0 10px 30px;
  background-color: #414141;
  color: #fff; }

.wallet-slider {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #fff; }
  .wallet-slider:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    margin-left: -10px;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
  .wallet-slider .slide {
    background-image: url(../images/slide1.jpg);
    background-position: 50% 85%;
    background-size: cover; }
    .wallet-slider .slide .slide-content {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 470px;
      padding-top: 160px;
      background-color: rgba(0, 0, 0, 0.6);
      background-image: url(../images/pattern.png);
      color: #fff; }
      .wallet-slider .slide .slide-content .heading_l0 {
        color: #fff; }
      .wallet-slider .slide .slide-content .heading_italic {
        margin-top: 50px;
        font-weight: 300;
        color: #fff; }

.wallet-section {
  padding: 48px 0 20px; }
  .wallet-section_blue {
    background-color: #2da1ec; }
  .wallet-section_gray {
    background-color: #bebfbf; }
  .wallet-section_blue, .wallet-section_gray {
    color: #fff; }
    .wallet-section_blue .wallet-heading, .wallet-section_gray .wallet-heading {
      color: #fff; }
  .wallet-section_white, .wallet-section_gray {
    position: relative; }
    .wallet-section_white:after, .wallet-section_gray:after {
      position: absolute;
      content: '';
      left: 50%;
      top: 100%;
      margin-left: -10px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }
  .wallet-section_white:after {
    border-top: 10px solid #fff; }
  .wallet-section_gray:after {
    border-top: 10px solid #bebfbf; }
  .wallet-section_white .wallet-heading {
    color: #414141; }
  .wallet-section__20, .wallet-section__40, .wallet-section__50, .wallet-section__60, .wallet-section__80 {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .wallet-section__20 {
    width: 20%; }
  .wallet-section__40 {
    width: 40%; }
  .wallet-section__50 {
    width: 50%; }
  .wallet-section__60 {
    width: 60%; }
  .wallet-section__80 {
    width: 80%; }
  .wallet-section_centered {
    text-align: center; }
  .wallet-section_last {
    padding-bottom: 47px; }

.wallet-heading {
  margin-bottom: 22px;
  font-size: 2.7rem;
  text-align: center;
  text-transform: uppercase; }
  .wallet-heading_bg {
    padding: 12px 15px;
    background-color: #fff;
    color: #2da1ec !important; }
  .wallet-heading_small {
    font-size: 1.5625rem; }
  .wallet-heading_medium {
    font-size: 2.1875rem; }
  .wallet-heading_small, .wallet-heading_medium {
    text-transform: uppercase;
    color: #fff; }
  .wallet-heading_italic {
    font-style: italic;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 50px; }
  .wallet-heading_bold {
    font-weight: 700;
    margin-bottom: 27px; }

.wallet-chart {
  background-image: url(../img/chart-faded.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 5% 0; }
  .wallet-chart .wallet-text_big {
    padding-left: 20px;
    color: #fff; }

.wallet-text {
  font-size: 1.3437rem;
  line-height: 1.8rem; }
  .wallet-text_big {
    font-size: 1.5625rem;
    line-height: 2rem; }
  .wallet-text_blue {
    color: #2da1ec; }
  .wallet-text_bold {
    font-weight: 700; }
  .wallet-text_upper {
    text-transform: uppercase; }
  .wallet-text_center {
    text-align: center; }
  .wallet-text_mb35 {
    margin-bottom: 35px; }
  .wallet-text_mb20 {
    margin-bottom: 20px; }

.options-heading {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0 30px;
  border-radius: 40px;
  font-size: 1.3437rem;
  background-color: #2da1ec;
  color: #fff; }

.options-group:not(:last-of-type) {
  margin-bottom: 30px; }

.options-group img:not(:last-of-type) {
  margin-right: 10px; }

.options-group__single {
  max-width: 150px;
  max-height: 60px; }

.wallet-section_card .wallet-section__60 {
  padding: 60px 0 60px 20px; }

.card-outside {
  position: absolute;
  top: -95px; }

.wallet-currency {
  text-align: center; }

.wallet-shop {
  position: relative; }
  .wallet-shop .protection {
    position: absolute;
    left: 54%; }

.wallet-btns .btn {
  height: 57px;
  line-height: 51px;
  padding: 0 25px;
  border: 3px solid #778631;
  border-radius: 7.5px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b0d11e), to(#87a511));
  background-image: -webkit-linear-gradient(top, #b0d11e, #87a511);
  background-image: -o-linear-gradient(top, #b0d11e, #87a511);
  background-image: linear-gradient(to bottom, #b0d11e, #87a511);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
  .wallet-btns .btn:not(:last-of-type) {
    margin-right: 36px; }
