#header .lang__overlay:empty + .lang__select {
  cursor: default;
  pointer-events: none;
}

@charset "UTF-8";
/*buttons*/
.button {
  font-size: 2.2rem;
  line-height: 1.18;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
  max-width: 38rem;
  width: 100%;
  padding: 17px 2rem 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 575px) {
  .button {
    min-width: auto;
    max-width: 100%;
  }
}
.button--green {
  background: #98c838;
  background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(50%, #98c838), to(#7fba2f));
  background: linear-gradient(to right, #7fba2f 0%, #98c838 50%, #7fba2f 100%);
}
.button--green:hover {
  background: -webkit-gradient(linear, left top, right top, from(#98c838), to(#98c838));
  background: linear-gradient(to right, #98c838 0%, #98c838 100%);
}
.button--blue {
  background: #98c838;
  background: -webkit-gradient(linear, left top, right top, from(#1378bf), color-stop(50%, #168ac9), to(#1378bf));
  background: linear-gradient(to right, #1378bf 0%, #168ac9 50%, #1378bf 100%);
}
.button--blue:hover {
  background: -webkit-gradient(linear, left top, right top, from(#168ac9), to(#168ac9));
  background: linear-gradient(to right, #168ac9 0%, #168ac9 100%);
}

.margin-top__button {
  margin-top: -3rem;
}

.button__holder {
  text-align: center;
  position: relative;
}

/*titles*/
.main-title {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.2;
  color: #000;
  padding: 0 0 1rem;
}

.section-padding {
  padding: 8rem 0;
}
@media (max-width: 575px) {
  .section-padding {
    padding: 6rem 0;
  }
}

.page-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 575px) {
  .page-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*assets*/
.assets-section {
  position: relative;
}
@media (max-width: 680px) {
  .assets-section {
    height: 100%;
    padding-bottom: 6rem;
    overflow: hidden;
  }
}
.assets-section .assets__wrapper {
  padding-bottom: 5rem;
}
@media (max-width: 680px) {
  .assets-section .assets__wrapper {
    height: 100%;
  }
}
.assets-section .asset-item__lead {
  position: relative;
}
.assets-section .asset-item__lead .section__more {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  text-indent: -9999px;
}
.assets-section__desc {
  font-size: 1.8rem;
  line-height: 1.22;
  color: #697d8c;
  margin: 0;
}
.assets-section__btns {
  margin-bottom: -11rem;
  position: relative;
}
@media (max-width: 680px) {
  .assets-section__btns {
    margin-bottom: 0;
  }
}
.assets-section__btns .assets__real {
  -webkit-transform: none;
          transform: none;
  position: initial;
  margin: 0;
}
.assets-section .assets__slider {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-bottom: 0;
  padding-top: 2.7rem;
}
.assets-section .assets__scrollable {
  padding-left: 300px;
}
.assets-section .assets__tab-item {
  padding: 0;
  margin: 0 2rem 0 0;
}
@media (max-width: 680px) {
  .assets-section .assets__tab-item {
    margin: 0;
    padding: 0 1.5rem;
  }
}
.assets-section .assets__tab-item .assets__tab-link {
  font-size: 1.8rem;
  line-height: 1.11;
  color: #697d8c;
}
.assets-section .assets__tab-item .assets__tab-link:hover {
  color: #000;
}
.assets-section .assets__tab-item.active .assets__tab-link {
  color: #000;
}
.assets-section .assets__pagination {
  position: absolute;
  top: 0.2rem;
  right: 1rem;
  display: block;
}
.assets-section .assets__pagination a {
  width: 29px;
  height: 29px;
}
.assets-section .assets__pagination a svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 1440px) {
  .assets-section .assets__pagination {
    top: 50%;
    right: -11rem;
    left: -11rem;
  }
  .assets-section .assets__pagination .assets__prev {
    position: absolute;
    left: 0;
  }
  .assets-section .assets__pagination .assets__next {
    position: absolute;
    right: 0;
  }
  .assets-section .assets__pagination a {
    width: 29px;
    height: 56px;
  }
}
@media (max-width: 991px) {
  .assets-section .assets__pagination {
    top: 3rem;
  }
}
@media (max-width: 680px) {
  .assets-section .assets__pagination {
    top: 3rem;
    left: 0;
    right: auto;
  }
}
.assets-section .assets__list {
  position: relative;
  /*
  &:after{
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%; 
      content: "";
      display: block;
      width: 75rem;
      transition: all .6s linear;
      pointer-events: none;
      z-index: 10;
      margin: -3rem 0 -3rem -5rem;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 10%, #ffffff 100%);
  }
  */
}
.assets-section .asset-item:hover:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.assets-section .asset-item:hover .asset-item__lead {
  position: relative;
  z-index: 1;
}
.assets-section .asset-item__heading {
  color: #000;
  font-size: 2.2rem;
  margin: 0;
}
.assets-section .asset-item__desc {
  font-size: 1.4rem;
  line-height: 1.42;
  color: #697d8c;
}
.assets-section .asset-item__details {
  padding: 0;
  width: 38rem;
}
@media (max-width: 680px) {
  .assets-section .asset-item__details {
    width: 100%;
  }
}
.assets-section .asset-item__details .section__more {
  color: #1378bf !important;
  margin-top: 0.8rem;
}
.assets-section .asset-item__title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.assets-section .asset-item__list {
  margin-top: 2rem;
}
.assets-section .asset-item__list li {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #697d8c;
}
.assets-section .asset-item:not(.detailed) {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(105, 125, 140, 0.19);
          box-shadow: 0px 4px 16px 0px rgba(105, 125, 140, 0.19);
}
.assets-section .asset-item:not(.detailed):hover {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(105, 125, 140, 0.19);
          box-shadow: 0px 2px 6px 0px rgba(105, 125, 140, 0.19);
}
.assets-section .asset-item_indexes:not(.detailed) {
  background-color: transparent;
}
.assets-section .asset-item_indexes:not(.detailed) .asset-item__lead {
  background-image: url(images/assets/indexes.svg);
}
.assets-section .asset-item_indexes:not(.detailed):before {
  background-image: url(images/assets/bg-index.png);
}
.assets-section .asset-item_metails:not(.detailed) {
  background-color: transparent;
}
.assets-section .asset-item_metails:not(.detailed) .asset-item__lead {
  background-image: url(images/assets/metals.svg);
}
.assets-section .asset-item_metails:not(.detailed):before {
  background-image: url(images/assets/bg-metals.png);
}
.assets-section .asset-item_etf:not(.detailed) {
  background-color: transparent;
}
.assets-section .asset-item_etf:not(.detailed) .asset-item__lead {
  background-image: url(images/assets/etf.svg);
}
.assets-section .asset-item_etf:not(.detailed):before {
  background-image: url(images/assets/bg-etf.png);
}
.assets-section .asset-item_energies:not(.detailed) {
  background-color: transparent;
}
.assets-section .asset-item_energies:not(.detailed) .asset-item__lead {
  background-image: url(images/assets/energies.svg);
}
.assets-section .asset-item_energies:not(.detailed):before {
  background-image: url(images/assets/bg-energies.png);
}
.assets-section .asset-item_commodities:not(.detailed) {
  background-color: transparent;
}
.assets-section .asset-item_commodities:not(.detailed) .asset-item__lead {
  background-image: url(images/assets/commodities.svg);
}
.assets-section .asset-item_commodities:not(.detailed):before {
  background-image: url(images/assets/bg-commodities.png);
}
.assets-section .asset-item_forex:not(.detailed) {
  background-color: transparent;
}
.assets-section .asset-item_forex:not(.detailed) .asset-item__lead {
  background-image: url(images/assets/forex.svg);
}
.assets-section .asset-item_forex:not(.detailed):before {
  background-image: url(images/assets/bg-forex.png);
}
.assets-section .asset-item_stocks:not(.detailed) {
  background-color: transparent;
}
.assets-section .asset-item_stocks:not(.detailed) .asset-item__lead {
  background-image: url(images/assets/stocks.svg);
}
.assets-section .asset-item_stocks:not(.detailed):before {
  background-image: url(images/assets/bg-stocks.png);
}

/*brand-benefits*/
.brand-benefits {
  padding: 9.5rem 0 6.5rem 0;
}
@media (max-width: 575px) {
  .brand-benefits {
    padding: 6rem 0;
  }
}
.brand-benefits {
  background: #006cd6 url(images/benefits/bg-brand-benefits.webp) 50% 0 no-repeat;
  background-size: auto 100%;
}


@media (max-width: 991px) {
  .webplossless .brand-benefits {
    background-position-x: 0%;
  }
}





@media (max-width: 991px) {
  .no-webplossless .brand-benefits {
    background-position-x: 0%;
  }
}
.brand-benefits__header {
  padding: 0 0 6rem;
}
.brand-benefits__title {
  color: #fff;
}
.brand-benefits__text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.brand-benefits .benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;

}
.brand-benefits .benefits-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38rem;
          flex: 0 0 38rem;
  padding: 0 0 4rem;
}
@media (max-width: 991px) {
  .brand-benefits .benefits-list__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

@media (max-width: 650px) {
.brand-benefits {
  background: #006cd6 url(images/benefits/bg-brand-benefits--mobile.webp) 50% 0 no-repeat;
  background-size: auto 100%;
}
}


@media (max-width: 575px) {
  .brand-benefits .benefits-list__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .brand-benefits .benefits-list__item:last-child {
    padding-bottom: 0;
  }
}
.brand-benefits .benefits-list__link {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}
.brand-benefits .benefits-list__text:hover {
  text-decoration: underline;
  cursor: pointer;
}
.brand-benefits .benefits-list__ico {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9rem;
          flex: 0 0 9rem;
  width: 25%;
  height: 100%;
  min-height: 8rem;
  font-size: 1rem;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100% 8em;
  margin: 0 1.4rem 0 0;
}
@media (max-width: 991px) {
  .brand-benefits .benefits-list__ico {
    font-size: 0.8rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7rem;
            flex: 0 0 7rem;
  }
}
.brand-benefits .benefits-list__ico--spread {
  background-image: url(images/benefits/icon-spreads.svg);
}
.brand-benefits .benefits-list__ico--fast-order {
  background-image: url(images/benefits/icon-fast-order.svg);
}
.brand-benefits .benefits-list__ico--commission {
  background-image: url(images/benefits/icon-commission.svg);
}
.brand-benefits .benefits-list__ico--withdrawal {
  background-image: url(images/benefits/icon-withdrawal.svg);
}
.brand-benefits .benefits-list__ico--stocks {
  background-image: url(images/benefits/icon-stocks.svg);
}
.brand-benefits .benefits-list__ico--advisors {
  background-image: url(images/benefits/icon-advisors.svg);
}

/*accounts*/
.accounts-slider {
  background: #fff;
  overflow-x: hidden;
}
.accounts-slider__link {
  text-align: center;
}
.accounts-slider__link a {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.6rem;
}
.accounts-slider__link a:hover {
  text-decoration: none;
}
.accounts-slider .accounts__btns {
  margin: 1rem 0 2.2rem;
}
.accounts-slider .accounts__btns .button {
  max-width: 28rem;
  margin: 0 10px;
}
@media (max-width: 680px) {
  .accounts-slider .accounts__btns .button {
    margin: 0;
    max-width: 100%;
  }
  .accounts-slider .accounts__btns .button:first-child {
    margin-bottom: 2rem;
  }
}
.accounts-slider .account.active ~ .account ~ .account:after {
  display: none;
}
.accounts-slider .accounts__table {
  margin-top: 3.1rem;
}
.accounts-slider .accounts__prev {
  top: 45.3%;
  left: -71px;
}
.accounts-slider .accounts__next {
  top: 45.3%;
  right: -71px;
}
.accounts-slider .account {
  padding: 0 1rem 17rem;
  width: 30rem;
  height: 29.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
:lang(pt) .accounts-slider .account {
  height: 35.5rem;
}
@media (max-width: 680px) {
  :lang(pt) .accounts-slider .account, .accounts-slider .account {
    width: 100%;
    padding-bottom: 0;
    height: 100%;
  }
  .accounts-slider .account.active ~ .account {
    -webkit-transform: translate3d(100rem, 0, 0);
            transform: translate3d(100rem, 0, 0);
  }
}
.accounts-slider .accounts__list {
  margin: 0;
}
.accounts-slider .accounts__scrollable {
  padding-left: 1rem;
  height: 35rem;
}
@media (max-width: 680px) {
  .accounts-slider .accounts__scrollable {
    padding: 0;
    height: 42rem;
  }
  :lang(es) .accounts-slider .accounts__scrollable, :lang(de) .accounts-slider .accounts__scrollable {
    height: 44rem;
  }
}
@media (max-width: 375px) {
  :lang(lv) .accounts-slider .accounts__scrollable, :lang(lt) .accounts-slider .accounts__scrollable, :lang(pt) .accounts-slider .accounts__scrollable, :lang(pl) .accounts-slider .accounts__scrollable, :lang(it) .accounts-slider .accounts__scrollable, :lang(et) .accounts-slider .accounts__scrollable, :lang(de) .accounts-slider .accounts__scrollable {
    height: 44rem;
  }
}
.accounts-slider .caption {
  width: 28rem;
  padding: 0 1rem 0 0;
  margin: 0;
}
@media (max-width: 680px) {
  .accounts-slider .caption {
    display: none;
  }
}
.accounts-slider .caption li {
  display: block;
  color: #697d8c;
  right: 33px;
  left: 0;
  text-align: right;
  padding: 1rem 0;
}
.accounts-slider .caption li:before {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgba(224, 228, 235, 0)), color-stop(25%, rgb(224, 228, 235)), color-stop(50%, rgb(224, 228, 235)), color-stop(75%, rgb(224, 228, 235)), to(rgba(224, 228, 235, 0)));
  background: linear-gradient(to right, rgba(224, 228, 235, 0) 0%, rgb(224, 228, 235) 25%, rgb(224, 228, 235) 50%, rgb(224, 228, 235) 75%, rgba(224, 228, 235, 0) 100%);
}
.accounts-slider .caption li.caption__deposit {
  top: 17.5rem;
}
.accounts-slider .caption li.caption__exec {
  top: 21.5rem;
}
:lang(pt) .accounts-slider .caption li.caption__exec {
  top: 23.5rem;
}
.accounts-slider .caption li.caption__spread {
  top: 25.5rem;
}
:lang(pt) .accounts-slider .caption li.caption__spread {
  top: 27.5rem;
}
.accounts-slider .caption li.caption__terminal {
  top: 29.5rem;
}
:lang(pt) .accounts-slider .caption li.caption__terminal {
  top: 31.5rem;
}
.accounts-slider .account__header {
  margin: 0;
  padding: 0 0 2rem;
}
.accounts-slider .account__header .badge {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.14;
  background: #f2f5fa;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 9px;
  word-spacing: 2px;
}
.accounts-slider .account__header .badge--green {
  color: #81c100;
}
.accounts-slider .account__header .badge--blue {
  color: #168ac9;
}
.accounts-slider .account__title {
  display: block;
  color: #000;
  margin: 0 0 0.3rem;
  font-size: 3rem;
  line-height: 1.13;
}
.accounts-slider .account__desc {
  color: #697d8c;
}
@media (max-width: 680px) {
  .accounts-slider .account__desc {
    font-size: 1.4rem;
  }
}
.accounts-slider .account__desc p {
  margin: 0;
}
.accounts-slider .account__details {
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
}
@media (max-width: 680px) {
  .accounts-slider .account__details {
    position: relative;
    left: 0;
    right: 0;
  }
}
.accounts-slider .account__details li {
  position: initial;
  color: #000;
  top: auto;
  left: auto;
  right: auto;
  padding: 1rem 0;
}
@media (max-width: 680px) {
  .accounts-slider .account__details li dl {
    white-space: initial;
  }
  .accounts-slider .account__details li dt,
.accounts-slider .account__details li dd {
    display: block;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    font-size: 1.4rem;
  }
}

/*best-terminal*/
.webplossless .best-terminal {
  background: #f2f5fa url(images/popular-platform/bg-best-terminal.webp?=v1) 50% 0 no-repeat;
  background-size: auto 100%;
}
@media (max-width: 991px) {
  .webplossless .best-terminal {
    background-position-x: 0%;
  }
}
.no-webplossless .best-terminal {
  background: #f2f5fa url(images/popular-platform/bg-best-terminal.jpg?=v1) 50% 0 no-repeat;
  background-size: auto 100%;
}
@media (max-width: 991px) {
  .no-webplossless .best-terminal {
    background-position-x: 0%;
  }
}
.best-terminal__terminal {
  position: relative;
  padding: 3.6rem 4rem 2.5rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.best-terminal__terminal:hover {
  background: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0px 0px 32px 0px rgb(213, 226, 243);
          box-shadow: 0px 0px 32px 0px rgb(213, 226, 243);
}
.best-terminal__block-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.best-terminal__content {
  max-width: 53rem;
}
.best-terminal__title {
  padding: 0 0 2.5rem;
}
.best-terminal__link {
  color: transparent;
  display: inline-block;
  background: url(images/popular-platform/trader.svg) 0 0 no-repeat;
  width: 16.2rem;
  height: 4.4rem;
  background-size: 100% 4.4rem;
  color: transparent;
}
.best-terminal__list {
  list-style: none;
  margin: 3.8rem 0 0 0;
  padding: 0;
}
.best-terminal__list li {
  position: relative;
  padding: 0 0 1.1rem 3rem;
  font-size: 1.8rem;
  line-height: 1.33;
  color: #697d8c;
}
.best-terminal__list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #7fba2f;
  position: absolute;
  top: 8px;
  left: 0;
}

/*best-terminal*/
#best-terminal .content-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 1450px) {
  #best-terminal .content-wrapper:before {
    content: none;
  }
}
#best-terminal .content-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  width: 871px;
  height: 551px;
  z-index: -1;
  background-repeat: no-repeat;
  top: -18%;
  right: -10%;
}
@media (max-width: 1450px) {
  #best-terminal .content-wrapper:before {
    content: none;
  }
}
html.webplossless #best-terminal .content-wrapper:before {
  background-image: url(/uploads/pages/main/images/the-best-platform/bg_image.webp);
}
html.no-webplossless #best-terminal .content-wrapper:before {
  background-image: url(/uploads/pages/main/images/the-best-platform/bg_image.png);
}
.iphone-browser #best-terminal .rstockstrader__app-link_android {
  display: none;
}
.not-iphone-browser #best-terminal .rstockstrader__app-link_iphone {
  display: none;
}
#best-terminal .content-line {
  background-color: #f2f5fa;
  padding: 6rem 0 5.5rem;
}
#best-terminal .content-line .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#best-terminal .content-line .content-wrapper::after {
  content: none;
  display: block;
}
#best-terminal .content-line .content-wrapper::before {
  content: none;
  display: block;
}
@media (max-width: 1150px) {
  #best-terminal .content-line .content-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 680px) {
  #best-terminal .content-line .content-wrapper {
    padding: 3.6rem 0;
  }
}
#best-terminal .content-line__sticker {
  max-width: 41rem;
  max-height: 4rem;
  margin-left: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6rem 1.5rem;
  border-radius: 0.6rem;
  background-color: #e9edf1;
  font-size: 2rem;
  line-height: 1.25;
  color: #000;
}
@media (max-width: 1150px) {
  #best-terminal .content-line__sticker {
    max-height: 100%;
    margin-right: 2rem;
    min-width: 28.6rem;
  }
}
@media (max-width: 680px) {
  #best-terminal .content-line__sticker {
    margin: 0;
    text-align: center;
    padding: 0.8rem;
    max-width: 28.6rem;
  }
}
#best-terminal .content-line__platforms {
  width: 100%;
  max-width: 68rem;
  margin-right: 1rem;
  padding-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1150px) {
  #best-terminal .content-line__platforms {
    margin-top: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media (max-width: 680px) {
  #best-terminal .content-line__platforms {
    margin: 3.3rem 0 0;
    text-align: center;
  }
}
@media (max-width: 1150px) {
  #best-terminal .content-line {
    padding: 3rem 0;
  }
}
@media (max-width: 1150px) {
  #best-terminal .content-line__app-link:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (max-width: 680px) {
  #best-terminal .content-line__app-link {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #best-terminal .content-line__app-link:not(:first-child) {
    margin-left: 0rem;
    margin-top: 2rem;
  }
}
#best-terminal.rstockstrader {
  padding: 8rem 0rem 8rem 0rem;
  background-color: #F2F4FB;
  background-repeat: no-repeat;
}
#best-terminal .rstockstrader .nowrap {
  white-space: nowrap;
}
#best-terminal .rstockstrader__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
  z-index: 1;
  position: relative;
}
@media (max-width: 1150px) {
  #best-terminal .rstockstrader__wrapper {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 767px) {
  #best-terminal .rstockstrader__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
}
#best-terminal .rstockstrader__head {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  max-width: 49rem;
  /* margin-left: 1rem; */
  text-align: left;
  z-index: 1;
}
@media (max-width: 680px) {
  #best-terminal .rstockstrader__head {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
    margin-left: 0;
  }
}
#best-terminal .rstockstrader__content {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  max-width: 49rem;
  /* margin-left: 1rem; */
  text-align: left;
}
@media (max-width: 767px) {
  #best-terminal .rstockstrader__content {
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  #best-terminal .rstockstrader__content {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
#best-terminal .rstockstrader__picture {
  max-width: 48rem;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 15;
  -ms-grid-column-span: -9;
  grid-area: 1/15/3/6;
}
@media (max-width: 1150px) {
  #best-terminal .rstockstrader__picture {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    grid-area: 1/2/4/2;
    -ms-grid-row-align: end;
        align-self: end;
  }
}
@media (max-width: 880px) {
  #best-terminal .rstockstrader__picture {
    max-width: 100%;
    margin: 0 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (max-width: 767px) {
  #best-terminal .rstockstrader__picture {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    grid-area: 1/2/4/2;
    height: 29.9rem;
  }
}
@media (max-width: 680px) {
  #best-terminal .rstockstrader__picture {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 3.4rem;
  }
}
#best-terminal .rstockstrader__picture img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 33rem;
}
@media (max-width: 880px) {
  #best-terminal .rstockstrader__picture img {
    width: 33rem;
  }
}
#best-terminal .rstockstrader__title {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  margin: 0rem 0 5rem;
}
@media (max-width: 680px) {
  #best-terminal .rstockstrader__title {
    margin-top: 0;
  }
}
#best-terminal .rstockstrader__list {
  list-style: none;
  margin: 3rem 0 3rem;
  padding: 0 0 0 4rem;
}
#best-terminal .rstockstrader__list-item {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #687587;
  position: relative;
}
#best-terminal .rstockstrader__list-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
#best-terminal .rstockstrader__list-item::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 6px;
  background: #7fba2f;
  position: absolute;
  top: 6px;
  left: -3.5rem;
}
#best-terminal .rstockstrader__logo {
  width: 253px;
  height: 40px;
}
#best-terminal .rstockstrader__link {
  font-size: 1.6rem;
  position: relative;
  text-decoration: underline;
}
#best-terminal .rstockstrader__link:hover {
  text-decoration: none;
}
#best-terminal .rstockstrader__link::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: -2rem;
  display: block;
  border: solid #7fba2f;
  border-width: 2px 2px 0 0;
  width: 0.7rem;
  height: 0.7rem;
}
#best-terminal .rstockstrader__link::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: -1.6rem;
  display: block;
  width: 0.2rem;
  height: 1rem;
  background-color: #7fba2f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#best-terminal .rstockstrader__icon-wrapper {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 6;
  -ms-grid-column-span: -1;
  grid-area: 2/6/5/5;
  max-width: 18rem;
  max-height: 18rem;
  margin-right: 2rem;
  margin-left: 1rem;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-self: flex-end;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 0.5rem;
  background-color: #ffffff;
  display: none;
}
@media (max-width: 1450px) {
  #best-terminal .rstockstrader__icon-wrapper {
    display: none;
  }
}
#best-terminal .rstockstrader__icon {
  width: 100%;
  max-width: 14.3rem;
}
#best-terminal .rstockstrader__links-block {
  display: none;
}
@media (max-width: 1150px) {
  #best-terminal .rstockstrader__links-block {
    display: inline-block;
    margin-top: 2rem;
  }
}
@media (max-width: 680px) {
  #best-terminal .rstockstrader__links-block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 3.3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 680px) {
  #best-terminal .rstockstrader {
    padding: 6rem 0px 6rem;
  }
}

/*popular-platform*/
.popular-platform {
  background: #f2f5fa url(images/popular-platform/bg-popular-platforms.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding: 8rem 0;
}
@media (max-width: 575px) {
  .popular-platform {
    display: none;
  }
}
.popular-platform__title {
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0 0 18px;
}
.popular-platform__text {
  font-size: 1.8rem;
  line-height: 1.22;
  font-weight: 300;
  color: #697d8c;
  margin: 0 0 2.2rem;
}
.popular-platform .platform-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 2.3rem;
}
@media (max-width: 1199px) {
  .popular-platform .platform-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.popular-platform .platform-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26rem;
          flex: 0 0 26rem;
  padding-right: 40px;
}
.popular-platform .platform-list__item:last-child {
  padding-right: 0;
}
@media (max-width: 1199px) {
  .popular-platform .platform-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30rem;
            flex: 0 0 30rem;
    margin-bottom: 4rem;
  }
  .popular-platform .platform-list__item:nth-child(3), .popular-platform .platform-list__item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .popular-platform .platform-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .popular-platform .platform-list__item {
    padding: 0;
  }
  .popular-platform .platform-list__item:nth-child(3) {
    margin-bottom: 4rem;
  }
}
.popular-platform .platform-list__img-holder {
  margin-bottom: 0.8rem;
  height: 3.6rem;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .popular-platform .platform-list__img-holder {
    position: relative;
  }
  .popular-platform .platform-list__img-holder:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/popular-platform/icon-link.svg) 0 0 no-repeat;
    width: 2rem;
    height: 2rem;
  }
}
.popular-platform .platform-list__img {
  width: 15.8rem;
  height: 3rem;
  font-size: 0;
  color: transparent;
  background: url(images/popular-platform/mt4-mt5.svg) 0 0 no-repeat;
  background-size: 100% 6rem;
  display: block;
}
.popular-platform .platform-list__img--mt5 {
  background-position: 0 100%;
  width: 15.6rem;
  height: 2.6rem;
}
.popular-platform .platform-list__img--web {
  background: url(images/popular-platform/wtrader.svg) 0 -8px no-repeat;
  background-size: 100% 6rem;
  width: 15.8rem;
  height: 2.3rem;
}
.popular-platform .platform-list__img--mobile {
  background: url(images/popular-platform/wtrader.svg) 0 -29px no-repeat;
  background-size: 100% 6rem;
  width: 15.8rem;
  height: 2.3rem;
}
.popular-platform .platform-list__link {
  display: block;
  height: 100%;
  padding: 2.5rem 3rem 2.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.popular-platform .platform-list__link:hover {
  background: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0px 0px 32px 0px rgb(213, 226, 243);
          box-shadow: 0px 0px 32px 0px rgb(213, 226, 243);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.popular-platform .platform-list__desc {
  font-size: 1.4rem;
  line-height: 1.42;
  color: #697d8c;
  margin: 0;
  display: block;
}
.popular-platform__link-holder {
  text-align: center;
}
.popular-platform__link-holder a {
  font-size: 1.6rem;
}

/*security*/
.webplossless .security-section {
  background: #021033 url(images/security/security-bg.webp) 50% 0 no-repeat;
  background-size: auto 100%;
}



@media (max-width: 991px) {
  .webplossless .security-section {
    background-position-x: 100%;
  }
}

@media (max-width: 991px) {
  .no-webplossless .security-section {
    background-position-x: 100%;
  }
}
.security-section__content {
  max-width: 78rem;
  margin-left: auto;
  color: #fff;
}
@media (max-width: 991px) {
  .security-section__content {
    margin: 0;
  }
}
.security-section__header {
  max-width: 68rem;
  padding-bottom: 5.2rem;
}
.security-section__title {
  color: #fff;
  padding-bottom: 1.2rem;
}
.security-section__text {
  font-size: 1.8rem;
  color: #fff;
  opacity: 0.75;
  margin: 0;
}
.security-section__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.security-section__list li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 4rem;
}

@media (max-width: 650px) {
.webplossless .security-section {
  background: #021033 url(images/security/security-bg--mobile.webp) 50% 0 no-repeat;
  background-size: auto 100%;
}
}



@media (max-width: 575px) {
  .security-section__list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 4rem;
  }
}
.security-section__list a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.security-section__list a:hover {
  text-decoration: none;
}
.security-section__list a span:hover {
  text-decoration: underline;
}
.security-section__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  margin-right: 1rem;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100% 8em;
  min-height: 8rem;
  height: 100%;
}
@media (max-width: 575px) {
  .security-section__icon {
    font-size: 0.8rem;
    margin-right: 2rem;
  }
}
.security-section__icon--license {
  background-image: url(images/security/img/license.svg?=v1);
}
.security-section__icon--protection {
  background-image: url(images/security/img/protection.svg?=v1);
}
.security-section__icon--ifc {
  background-image: url(images/security/img/ifc.svg?=v1);
}
.security-section__icon--accounts {
  background-image: url(images/security/img/accounts.svg?=v1);
}

/*special-offers*/
.special-offers {
  padding: 1rem 0 9.2rem 0;
}
@media (max-width: 991px) {
  .special-offers {
    padding: 0 0 6rem;
  }
}
.special-offers__title {
  padding: 0 0 2.8rem;
}
.special-offers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.special-offers__item {
  max-width: 48rem;
}
@media (max-width: 1199px) {
  .special-offers__item {
    max-width: 48%;
  }
}
.special-offers__item:first-child {
  margin-right: 12rem;
}
@media (max-width: 1199px) {
  .special-offers__item:first-child {
    margin-right: 4%;
  }
}
@media (max-width: 991px) {
  .special-offers__item {
    max-width: 100%;
  }
  .special-offers__item:first-child {
    margin-bottom: 4rem;
    margin-right: 0;
  }
}
.special-offers__item .main-title a {
  color: #000;
}
.special-offers__item .main-title a:hover {
  color: #126cab;
}
.special-offers__item--text p {
  margin: 0;
  font-size: 1.4rem;
  padding: 0 0 1.5rem;
}
.special-offers__read-more {
  text-decoration: underline;
  font-size: 1.6rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.special-offers__read-more:hover {
  text-decoration: none;
}

/*payment-systems*/
.payment-systems__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .payment-systems__holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.payment-systems__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85rem;
          flex: 0 0 85rem;
}
@media (max-width: 1199px) {
  .payment-systems__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 4rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 575px) {
  .payment-systems__top {
    padding-bottom: 2rem;
  }
}
.payment-systems__title {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .payment-systems__title {
    text-align: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
}
.payment-systems__title strong {
  font-weight: 500;
  display: block;
}
.payment-systems__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48rem;
          flex: 0 0 48rem;
}
@media (max-width: 991px) {
  .payment-systems__list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.payment-systems__list a {
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  margin: 0 3.7rem 0 0;
}
.payment-systems__list a:last-child {
  margin: 0;
}
@media (max-width: 575px) {
  .payment-systems__list a {
    margin: 0;
  }
}
.payment-systems__list a:hover {
  opacity: 1;
}
.payment-systems__ico {
  display: block;
  width: 9.2rem;
  height: 100%;
  min-height: 6rem;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .payment-systems__ico {
    width: 5rem;
    min-height: 4rem;
  }
}
.payment-systems__ico_visa {
  background-image: url(images/payment/visa.svg?v1);
}
.payment-systems__ico_mastercard {
  background-image: url(images/payment/mastercard.svg);
}
.payment-systems__ico_bank_transfer {
  background-image: url(images/payment/bank_transfer.svg);
}
.payment-systems__ico_paypal {
  background-image: url(images/payment/paypal.svg);
}
@media (max-width: 1199px) {
  .payment-systems__other {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .payment-systems__other {
    max-width: 80%;
  }
}
.payment-systems__other a {
  display: inline-block;
  position: relative;
  padding-left: 11.2rem;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 575px) {
  .payment-systems__other a {
    padding-left: 7rem;
  }
}
.payment-systems__other a:hover {
  text-decoration: none;
}
.payment-systems__other a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 97px;
  height: 58px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(images/redesign/icon-other-payment.svg) 50% 50% no-repeat;
  background-size: 100%;
}
@media (max-width: 575px) {
  .payment-systems__other a:before {
    width: 5rem;
    min-height: 4rem;
  }
}

/*mobile-trading-platform*/
.mobile-trading-platform {
  display: none;
}
@media (max-width: 575px) {
  .mobile-trading-platform {
    display: block;
  }
}
.mobile-trading-platform__slider {
  position: relative;
}
.mobile-trading-platform__scrollable {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 62rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mobile-trading-platform__item {
  height: 63rem;
  position: relative;
}
.mobile-trading-platform__list {
  height: 100%;
}
.mobile-trading-platform__icon {
  width: 17.2rem;
  height: 2.7rem;
  font-size: 0;
  color: transparent;
  display: block;
  margin: 0 0 16px;
}
.mobile-trading-platform__icon--stocks-trader {
  background: url(images/popular-platform/stocks.svg) 0 0 no-repeat;
  background-size: 100% 2.7rem;
}
.mobile-trading-platform__icon--mobile-trader {
  background: url(images/popular-platform/wtrader.svg) 0 -29px no-repeat;
  background-size: 100% 6rem;
  width: 15.8rem;
  height: 2.3rem;
}
.mobile-trading-platform__text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #697d8c;
  margin: 0 0 1.3rem;
}
.mobile-trading-platform__img {
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  height: 50rem;
}
.mobile-trading-platform__img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3rem;
  right: -3rem;
  height: 211px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
}
.mobile-trading-platform__img img {
  position: absolute;
  bottom: 6rem;
  left: -5rem;
  right: 0;
  height: 363px;
  -webkit-transition: zoom 1s linear;
  transition: zoom 1s linear;
}
.slick-slide:nth-child(1):not(.slick-active) .mobile-trading-platform__img img {
  left: 11rem;
}
@media (min-width: 376px) and (max-width: 414px) {
  .slick-slide:nth-child(1):not(.slick-active) .mobile-trading-platform__img img {
    left: 19rem;
  }
}
@media (min-width: 376px) and (max-width: 320px) {
  .slick-slide:nth-child(1):not(.slick-active) .mobile-trading-platform__img img {
    left: 8rem;
  }
}
.not-iphone-browser .mobile-trading-platform__img img, .slick-active .mobile-trading-platform__img img {
  height: 416px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-name: animate__zoomIn;
          animation-name: animate__zoomIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.mobile-trading-platform__link {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 4rem 0;
  opacity: 0;
  width: auto;
  left: 3rem;
  right: 3rem;
}
.mobile-trading-platform__link:before {
  display: none;
}
.slick-active .mobile-trading-platform__link {
  opacity: 1;
}
.mobile-trading-platform__pagination {
  left: 0;
  right: 0;
  margin: 0;
  text-align: right;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 5px;
}
.mobile-trading-platform__bullet {
  width: 2.6rem;
  height: 2.6rem;
  font-style: normal;
  line-height: 0;
  text-align: center;
  color: #126cab;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.15;
  cursor: pointer;
  margin: 0 15px 0 0;
}
.mobile-trading-platform__bullet.active {
  color: #126cab;
  opacity: 1;
}
.mobile-trading-platform__bullet:after {
  content: "•";
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 4rem;
  color: currentColor;
}
.mobile-trading-platform__bullet:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-right: -1px;
}
.mobile-trading-platform .slick-prev,
.mobile-trading-platform .slick-next {
  position: absolute;
  top: 6px;
  right: 26px;
  background: url(images/popular-platform/arrow-mobile.png) 0 0 no-repeat;
  width: 15px;
  height: 28px;
  font-size: 0;
  border: 0;
  cursor: pointer;
  display: block;
  outline: none;
  z-index: 2;
}
.mobile-trading-platform .slick-prev {
  background-position: 0 -28px;
  right: 73px;
}

@-webkit-keyframes animate__zoomIn {
  from {
    height: 363px;
  }
  to {
    height: 416px;
  }
}

@keyframes animate__zoomIn {
  from {
    height: 363px;
  }
  to {
    height: 416px;
  }
}
body.not-iphone-browser .mobile-trading-platform__link[href*=google] {
  background: #7fba2f url(images/popular-platform/android_store.svg) 50% 0 no-repeat;
  background-size: 85% 100%;
}

body.iphone-browser .mobile-trading-platform__link[href*=apple] {
  background: #7fba2f url(images/popular-platform/app_store.svg) 50% 0 no-repeat;
  background-size: 75% 100%;
}

body.iphone-browser .mobile-trading-platform__link[href*=google] {
  display: none;
}

body.iphone-browser .mobile-trading-platform__link[href*=apple] {
  display: block;
}

body.not-iphone-browser .mobile-trading-platform__link[href*=apple] {
  display: none;
}

body.not-iphone-browser .mobile-trading-platform__link[href*=google] {
  display: block;
  opacity: 1;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.slick-slider .slick-slide {
  display: none;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35rem;
          flex: 0 0 35rem;
}
@media (min-width: 376px) and (max-width: 415px) {
  .slick-slider .slick-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41rem;
            flex: 0 0 41rem;
  }
}
@media (max-width: 414px) and (min-width: 359px) {
  .slick-slider .slick-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36rem;
            flex: 0 0 36rem;
  }
}
@media (max-width: 360px) {
  .slick-slider .slick-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34rem;
            flex: 0 0 34rem;
  }
}
@media (max-width: 320px) {
  .slick-slider .slick-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30rem;
            flex: 0 0 30rem;
  }
}
.slick-slider .slick-slide .mobile-trading-platform__content {
  opacity: 0;
  padding: 0 1rem;
}
.not-iphone-browser .slick-slider .slick-slide .mobile-trading-platform__content {
  opacity: 1;
}
.slick-slider .slick-slide.slick-active .mobile-trading-platform__content {
  opacity: 1;
}

/* Slider */
.slick-dots {
  position: absolute;
  top: 5px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  left: 1rem;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 17px 0 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #d3dfef;
  cursor: pointer;
  border: 0;
  outline: none;
  padding: 0;
}

.slick-dots li.slick-active button {
  background-color: #136dac;
}

/* Slider */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 5.5rem 0 0 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.not-iphone-browser .slick-arrow,
body.not-iphone-browser .slick-dots,
body.not-iphone-browser .slick-slide:first-of-type {
  display: none !important;
}




/*promo-block*/
 #promo-banner {
     text-align: center;
     padding: 8rem 0;
     background-image: url(images/promo/img_trading_view.jpg);
     background-position: 50% 78%;
     background-repeat: no-repeat;
     background-size: auto;
}
 html.webplossless #promo-banner {
     background-image: url(images/promo/img_trading_view.webp);
}
 html.no-webplossless #promo-banner {
     background-image: url(images/promo/img_trading_view.jpg);
}
 #promo-banner p {
     margin: 0;
}
 #promo-banner .promo-banner__title {
     font-size: 4rem;
     line-height: 4.8rem;
     font-weight: 300;
     text-align: center;
     color: #000000;
     margin: 0;
     margin-bottom: 1rem;
}
 #promo-banner .promo-banner__subtext {
     font-size: 1.8rem;
     line-height: 2.4rem;
     font-weight: 400;
     text-align: center;
     color: #697D8C;
     max-width: 590px;
     margin: 0 auto;
}
 #promo-banner .bg-block__container {
     max-width: 26rem;
     border-radius: 0.8rem;
     margin: 14.2rem 37.8% 9.2rem auto;
     padding: 3.6rem 2.4rem 2.3rem;
     background: transparent linear-gradient(227deg, #1378bf 0%, #1145d1 100%) 0% 0% no-repeat padding-box;
     box-shadow: 0px 0px 30px rgb(0 88 181 / 40%);
     color: #fff;
}
 #promo-banner .bg-block__title {
     margin: 0;
     color: #ffffff;
     font-size: 2rem;
     font-weight: 500;
     line-height: 2.4rem;
     margin-top: 0.7rem;
     margin-bottom: 0.7rem;
}
 #promo-banner .bg-block__subtext {
     color: #ffffffcc;
     font-size: 1.4rem;
     font-weight: 500;
     line-height: 2rem;
     max-width: 65%;
     margin: 0 auto;
     margin-bottom: 2rem;
}
 #promo-banner .bg-block__btn {
     background:#7FBA2F;
     color:#ffffff;
     font-size: 2rem;
     line-height: 2.4rem;
     font-weight: 400;
     color: #fff;
     display: inline-block;
     border-radius: 4px;
     border: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
     -webkit-transition: background .5s linear;
     transition: background .5s linear;
     max-width: 26rem;
     width: 100%;
     padding: 13px 0rem 13px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     text-decoration: none;
}
 #promo-banner .bg-block__btn:hover {
     background: #82ce1a;
}
 @media (max-width: 1200px) {
     #promo-banner {
         background-position: 50% 50%;
         background-size: 132%;
    }
     #promo-banner .bg-block__container {
         margin: 9rem auto 4.6rem auto;
    }
}
 @media (max-width: 980px) {
     #promo-banner .bg-block__container {
         margin-top: 5rem;
    }
     #promo-banner {
         background-position: 50% 87%;
         background-size: 144%;
    }
     #promo-banner .bg-block__container {
         margin: 11.2rem 28.8% auto auto;
    }
}
 @media (max-width: 768px) {
     #promo-banner {
         background-position: 50% 70%;
         background-size: 151%;
         padding: 6rem 0;
    }
}
 @media (max-width: 680px) {
     html.webplossless #promo-banner {
         background-image: none;
    }
     #promo-banner .bg-block__container {
         margin: 0 auto;
    }
     #promo-banner .promo-banner__subtext {
         margin-bottom: 3rem;
    }
}

/*# sourceMappingURL=main-page (1).css.map */