.section {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: center center; }
  .section > .grid {
    max-width: 1310px;
    margin: auto;
    padding: 0 15px; }
  .section_width_full {
    padding: 0; }
    .section_width_full > .grid {
      width: 100%;
      max-width: 100%;
      padding: 0; }
  .section_style_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
  .section_style_head {
    /*height: 665px;*/
    padding: 40px 0;
    /*background: url(../img/bg_head.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom; }
    @media screen and (max-width: 768px) {
      .section_style_head {
        height: auto; } }
  .section_style_blue {
    padding: 0;
    background-image: url(../img/bg_block_style_blue.html);
    background-size: cover;
    background-position: center center; }
    .section_style_blue .content-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 280px;
      padding: 15px 0;
      color: #fff; }
  .section_style_blue2 {
    background-image: url(../img/bg_block_style_blue.html); }
  .section_style_gray {
    min-height: 280px;
    background-image: url(../img/bg_block_style_gray.html);
    background-size: cover;
    background-position: center center; }
	.section_style_gray .swiper-container {
		  height: 220px;
	  }
  .section_bgcolor_gray {
    background-color: #F2F2F2; }
  .section_bgcolor_light-gray {
    background-color: #F7F9FA; }
  .section_bgcolor_dark-gray {
    background-color: #808080;
    color: #fff; }
  .section_align_center {
    text-align: center; }
  .section_pad_top-bottom {
    padding: 50px 0; }
  .section_type_social {
    padding: 25px 0 5px 0; }
    .section_type_social .section__container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      font-size: 15px; }
    .section_type_social .social-buttons {
      margin-bottom: 25px; }

.head-block {
  position: relative;
  min-height: 100%;
  margin-right: 20px;
  padding-top: 60px; }
  @media screen and (max-width: 768px) {
    .head-block {
      margin-right: 0; } }
  @media screen and (max-width: 605px) {
    .head-block {
      padding-top: 20px;
      font-size: 30px;
      text-align: center; } }
  .head-block__title {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 900; }
    @media screen and (max-width: 605px) {
      .head-block__title {
        font-size: 30px; } }
  .head-block__sub-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 25px; }
  .head-block__title, .head-block__sub-text {
    margin-right: 30%;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .head-block__title, .head-block__sub-text {
        margin-right: 0; } }
  .head-block__img-block {
    text-align: right; }
    @media screen and (max-width: 768px) {
      .head-block__img-block {
        margin: 20px 40px; } }
  .head-block__img-block__img {
    max-width: 100%; }

[dir=rtl] .head-block {
  margin-right: 0;
  margin-left: 20px; }
  @media screen and (max-width: 768px) {
    [dir=rtl] .head-block {
      margin-left: 0; } }
  [dir=rtl] .head-block__title, [dir=rtl] .head-block__sub-text {
    margin-right: 0;
    margin-left: 30%; }
    @media screen and (max-width: 768px) {
      [dir=rtl] .head-block__title, [dir=rtl] .head-block__sub-text {
        margin-left: 0; } }
  [dir=rtl] .head-block__img-block {
    text-align: left; }

.title_bordered {
  position: relative;
  padding-bottom: 17px;
  text-align: center; }
  .title_bordered:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 2px;
    margin-left: -30px;
    background-color: #44C3D2; }

.buttons-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }
  @media screen and (max-width: 1024px) {
    .buttons-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .buttons-block__button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px; }
    @media screen and (max-width: 1024px) {
      .buttons-block__button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-bottom: 15px; }
        .buttons-block__button:last-child {
          margin-bottom: 0; } }

.statistics-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 220px; }
  .statistics-block__item__title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 17px;
    color: #44C3D2;
    font-size: 40px;
    font-weight: 900; }
    .statistics-block__item__title:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 60px;
      height: 2px;
      margin-left: -30px;
      background-color: #44C3D2; }
  .statistics-block__item__sub-text {
    color: #fff;
    font-size: 20px; }

.features_first {
  padding-top: 30px; }
  @media screen and (max-width: 1024px) {
    .features_first {
      padding-bottom: 200px; } }

.features_second {
  height: 400px;
  color: #fff;
  background-image: url(../img/bg_block_style_blue2.html);
  background-size: cover;
  background-position: center center; }

.features__wrapper {
  max-width: 1310px;
  margin: auto;
  padding: 15px 15px; }
  @media screen and (max-width: 1024px) {
    .features__wrapper {
      text-align: center; } }

.features__img-block {
  margin-top: -200px; }
  @media screen and (max-width: 1024px) {
    .features__img-block {
      margin-top: -220px;
      margin-bottom: 10px; } }
  .features__img-block__img {
    max-width: 100%; }
    @media screen and (max-width: 1024px) {
      .features__img-block__img {
        width: 381px; } }
    @media screen and (max-width: 605px) {
      .features__img-block__img {
        width: 350px; } }

[dir=rtl] .features__img-block {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 605px) {
    .products {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .products__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
    margin-bottom: 20px; }
    @media screen and (max-width: 605px) {
      .products__item {
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 14px; } }
    .products__item:last-child {
      margin-right: 0; }
    .products__item:before {
      content: "";
      display: inline-block;
      width: 59px;
      height: 60px;
      margin-right: 20px;
      background-image: url(../media/1012/icon_coins.png); }

[dir=rtl] .products__item {
  margin-right: 0;
  margin-left: 30px; }
  @media screen and (max-width: 605px) {
    [dir=rtl] .products__item {
      margin-left: 0; } }
  [dir=rtl] .products__item:before {
    margin-right: 0;
    margin-left: 20px; }

.downloads-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 765px;
  /*background-image: url(../img/bg_block_style_map.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;*/ }
  @media screen and (max-width: 1024px) {
    .downloads-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 768px) {
    .downloads-block {
      height: auto;
      margin: 0 -15px 20px -15px; } }
  @media screen and (max-width: 768px) {
    .downloads-block {
      overflow: hidden; } }
  .downloads-block__platforms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
    margin-left: -250px; }
    @media screen and (max-width: 1024px) {
      .downloads-block__platforms {
        padding: 0;
        margin: 0 0 20px 0; } }
    @media screen and (max-width: 605px) {
      .downloads-block__platforms {
        margin-left: -120px;
        margin-right: -120px; } }
    .downloads-block__platforms:before {
      content: "";
      display: inline-block;
      top: 0;
      left: 0;
      width: 115px;
      height: 110px;
      margin-bottom: 20px;
      background-image: url(../media/1013/icon_metatrader4.png); }
    .downloads-block__platforms img {
      max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .downloads-block__description {
      text-align: center; } }
  .downloads-block__description__text {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px; }
    @media screen and (max-width: 1024px) {
      .downloads-block__description__text {
        margin-bottom: 30px; } }
  .downloads-block__buttons {
    font-size: 0; }
    @media screen and (max-width: 605px) {
      .downloads-block__buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .downloads-block__button {
    display: inline-block;
    width: 195px;
    height: 62px;
    margin-right: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #000; }
    @media screen and (max-width: 605px) {
      .downloads-block__button {
        margin-right: 0; } }
    .downloads-block__button:last-child {
      margin-right: 0; }
    .downloads-block__button_google {
      background-image: url(../media/1011/button_google-play.png); }
    .downloads-block__button_apple {
      background-image: url(../media/1010/button_apple-store.png); }

[dir=rtl] .downloads-block__platforms {
  margin-left: 0;
  margin-right: -250px;
  padding-right: 0;
  padding-left: 20px; }
  @media screen and (max-width: 1024px) {
    [dir=rtl] .downloads-block__platforms {
      padding: 0;
      margin: 0 0 20px 0; } }
  @media screen and (max-width: 605px) {
    [dir=rtl] .downloads-block__platforms {
      margin-left: -120px;
      margin-right: -120px; } }

[dir=rtl] .downloads-block__button {
  margin-right: 0;
  margin-left: 40px; }
  @media screen and (max-width: 605px) {
    [dir=rtl] .downloads-block__button {
      margin-left: 0; } }

.banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px; }
  @media screen and (max-width: 768px) {
    .banners {
      margin: -30px -15px; } }
  @media screen and (max-width: 768px) {
    .banners__title {
      display: none; } }
  .banners__item {
    padding: 0 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .banners__item {
        margin-bottom: 0;
        padding: 0; } }
    .banners__item_size_big {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%; }
      .banners__item_size_big .banners__item__wrapper {
        height: 292px;
        padding: 30px 30px 30px 110px; }
        @media screen and (max-width: 768px) {
          .banners__item_size_big .banners__item__wrapper {
            padding: 15px;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                        -ms-grid-row-align: center;
                    align-items: center; } }
      .banners__item_size_big .banners__item__title {
        font-size: 40px;
        font-weight: 900;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .banners__item_size_big .banners__item__title {
            text-align: center; } }
        @media screen and (max-width: 605px) {
          .banners__item_size_big .banners__item__title {
            font-size: 25px; } }
    .banners__item_size_small {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      max-width: 50%;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .banners__item_size_small {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
          max-width: 100%; } }
      .banners__item_size_small .banners__item__title {
        font-size: 25px;
        font-weight: 900;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .banners__item_size_small .banners__item__title {
            text-align: center; } }
      .banners__item_size_small .banners__item__wrapper {
        height: 186px;
        padding: 20px; }
        @media screen and (max-width: 768px) {
          .banners__item_size_small .banners__item__wrapper {
            padding: 15px;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                        -ms-grid-row-align: center;
                    align-items: center; } }
    .banners__item_style_brexit .banners__item__wrapper {
      background-image: url(../media/1002/bg_banner_eggs.jpg);
      background-position: top right; }
    .banners__item_style_cards .banners__item__wrapper {
      background-image: url(../media/1001/bg_banner_card.jpg); }
    .banners__item_style_micro .banners__item__wrapper {
      background-image: url(../media/1003/bg_banner_micro.jpg); }
  .banners__item__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-radius: 5px;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .banners__item__wrapper {
        border-radius: 0; } }
