@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.is-visible .collapse:after {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.comp-text-and-images:after {
  content: "";
  display: table;
  clear: both;
}

.comp-text-and-images .comp-left-side,
.comp-text-and-images .comp-right-side {
  float: left;
}

.comp-text-and-images .comp-left-side {
  width: 42%;
}

.comp-text-and-images .comp-right-side {
  padding-left: 82px;
  width: 58%;
}

.comp-text-and-images .comp-left-side img {
  width: 100%;
  margin-bottom: 30px;
}

.list_of_related_pages.related-pages--type2 > UL > LI > .image {
  float: none;
  margin: 0 auto;
}

.list_of_related_pages.related-pages--type2.no-header > UL > LI h3 {
  margin: 0 !important;
}

.list_of_related_pages.related-pages--type2 > UL > LI h3 {
  margin-top: 15px !important;
  font-size: 16px !important;
  font-weight: 600;
}

.list_of_related_pages.related-pages--type2 > UL > LI > .text.with-image {
  margin-left: 0;
  text-align: center;
}

.block_how_to_start h3 {
  display: none;
}

.block_how_to_start .content_area {
  text-align: center;
}

.block_how_to_start > .wrapper.digits .item .step_number {
  order: 1;
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.block_how_to_start > .wrapper.digits .items .item {
  border: 0;
}

.block_how_to_start > .wrapper.arrows .items .item .inner:before, .block_how_to_start > .wrapper.digits .items .item .inner:before,
.block_how_to_start > .wrapper.arrows .items .item .inner .head, .block_how_to_start > .wrapper.digits .items .item .inner .head {
  display: none;
}

.block_how_to_start > .wrapper.digits .items .item p {
  padding-top: 70px;
}

.js-comp-hidden {
  display: none;
}

.is-visible .expand {
  display: none;
}

.is-visible .collapse {
  display: block;
}

.is-visible .collapse:after {
  content: "\E069";
}

.apps-logos ul li:before {
  display: none;
}

.apps-logos ul li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .comp-text-and-images .comp-left-side,
  .comp-text-and-images .comp-right-side {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .block_how_to_start > .wrapper.digits .item .step_number {
    top: 70%;
    bottom: auto;
  }
}