.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #48a6eb;
  line-height: 1.625rem;
  outline: none;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.125rem;
  padding: 7px 40px;
  white-space: nowrap;
  opacity: 0.9;
  text-decoration: none;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
}
.btn:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .btn--fullsized {
    white-space: normal;
    text-align: center;
    padding: 7px 40px;
    width: 100%;
  }
}
.btn--fullsized-container {
  text-align: center;
  width: 100%;
}
@media (min-width: 480px) {
  .btn--fullsized-container {
    width: auto;
  }
}
.btn--outlined {
  color: #48a6eb;
}
.btn--filled {
  opacity: 1;
  background: #48a6eb;
}
.btn--filled:hover {
  background: #249ae9;
  border-color: #249ae9;
}
.btn--like-link {
  border: none;
  background: transparent;
  color: #48a6eb;
  padding: 0;
}
.btn--min-size {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.btn--table-size {
  padding: 5px 16px;
  line-height: 1.5rem;
  font-size: 1rem;
}
.btn--description {
  margin-bottom: 16px;
}
.mainmenu__register-link.btn {
  padding: 5px 16px;
}
.btn--toggle {
  padding: 4px 11px;
  border: 1px solid #dcdce9;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn--toggle:hover {
  background: #f7f7f7;
}
.btn--toggle--active,
.btn--toggle:active {
  background: #f7f7f7;
  color: #48a6eb;
  border: 1px solid #48a6eb;
}
.prm-link,
.prs-link {
  color: #48a6eb;
  cursor: pointer;
  text-decoration: none;
}
.prs-link {
  font-weight: 400;
  display: block;
  font-size: 1rem;
}
.prs-link:hover {
  text-decoration: underline;
}
.prs-link:after {
  content: "";
  display: inline-block;
  margin-left: 0.313rem;
  width: 6px;
  height: 10px;
  background: url("/assets/images/arrow.svg?rev=fe0c3f21") no-repeat 0 0;
}
button.prs-link {
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: 0;
  padding: 0;
}
.prs-container {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .prs-container {
    padding: 0 24px;
  }
}
@media (min-width: 1328px) {
  .prs-container {
    padding: 0 calc(50% - 632px);
  }
}
.prs-container--dark-bg {
  background-color: #f7f7f7;
}
body.branch-banner-is-active .header {
  top: 76px;
}
.header,
iframe#branch-banner-iframe {
  position: fixed;
}
.header {
  z-index: 1050;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
  transition: background-color 0.1s ease-in-out;
}
.header--scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}
.header--scrolled .mainmenu__link--black {
  color: #fff !important;
}
.header--scrolled .header__logo-svg--black--christmas path.fillable,
.header--scrolled .header__logo-svg--black path {
  fill: #fff !important;
}
.header--scrolled .login-logo__svg--black path {
  stroke: #fff !important;
}
.header--scrolled .link-dropdown__svg--black path {
  fill: #fff !important;
}
.header--scrolled .header__burger-icon-svg path {
  stroke: #fff !important;
}
.header--index-page {
  border-bottom: 1px solid hsla(0, 0%, 84.7%, 0.2);
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  transition: all 0.4s ease;
}
@media (min-width: 480px) {
  .header-wrapper {
    justify-content: flex-start;
  }
}
.header .header-wrapper.container {
  max-width: 100%;
  padding: 0 19px;
}
@media (min-width: 480px) {
  .header .header-wrapper.container {
    max-width: 100%;
    padding: 0 32px;
  }
}
.header__logo {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  order: 2;
}
.header__logo a {
  height: inherit;
  display: flex;
}
@media (min-width: 992px) {
  .header__logo {
    margin-right: 22px;
  }
}
.header__logo .header__logo-svg,
.header__logo .header__logo-svg--christmas {
  width: 116px;
  height: auto;
}
@media (min-width: 768px) {
  .header__logo .header__logo-svg,
  .header__logo .header__logo-svg--christmas {
    width: 153px;
  }
}
.header__logo .header__logo-svg--christmas {
  position: relative;
  z-index: 1;
}
.header__logo canvas.snow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 0;
}
.header__logo-img {
  width: 116px;
  height: 18px;
  display: block;
}
@media (min-width: 768px) {
  .header__logo-img {
    width: 153px;
  }
}
.header__logo-img-christmas {
  width: 116px;
  height: 30px;
  display: block;
}
@media (min-width: 768px) {
  .header__logo-img-christmas {
    width: 153px;
  }
}
.header__mainmenu {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  flex: 1;
  order: 3;
}
@media (min-width: 480px) {
  .header__mainmenu {
    display: flex;
  }
}
@media (min-width: 768px) {
  .header__mainmenu li:first-of-type {
    order: 1;
  }
  .header__mainmenu li:nth-of-type(2) {
    order: 2;
  }
  .header__mainmenu li:nth-of-type(3) {
    order: 3;
  }
}
@media (min-width: 1250px) {
  .header__mainmenu li:first-of-type,
  .header__mainmenu li:nth-of-type(2),
  .header__mainmenu li:nth-of-type(3) {
    order: unset;
  }
}
.header__lang {
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .header__lang {
    margin-right: 0;
  }
}
.header__burger {
  width: 40px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  order: 1;
}
.header__burger svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .header__burger {
    margin-right: 17px;
  }
  .header__burger svg {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1250px) {
  .header__burger {
    display: none;
  }
}
.header__burger-icon {
  width: 18px;
  height: 13px;
}
.header__logo-svg--black--christmas path.fillable,
.header__logo-svg--black path {
  fill: #000;
}
.header__burger-icon-svg--black path,
.login-logo__svg--black path {
  stroke: #000;
}
.link-dropdown__svg--black path {
  fill: #000;
}
.header--dark {
  background-color: rgba(0, 0, 0, 0.8);
}
.popup {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  font-size: 1.1875rem;
}
.popup--opened {
  transition: all 0.4s ease;
  pointer-events: auto;
  opacity: 1;
}
.popup__wrapper {
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.popup__close {
  position: fixed;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #48a6eb;
  cursor: pointer;
  z-index: 20;
}
.popup__close-icon {
  width: 36px;
  height: 36px;
  display: block;
  background: url("/assets/icons/close.svg?rev=f80c0923") no-repeat 50%;
}
.popup__body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem 0;
}
@media (min-width: 768px) {
  .popup__body {
    padding-top: 6rem;
  }
}
.popup__body--docs {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.popup__body--divider {
  padding-top: 0;
}
.popup__current {
  display: none;
}
.popup__current--active {
  display: block;
}
.popup-header {
  font-weight: 300;
  font-size: 1.75rem;
  color: rgba(0, 0, 0, 0.9);
  margin: 0 0 2rem;
}
.popup__title {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.popup-content {
  font-size: 0.875rem;
  font-weight: 300;
  color: #333;
}
.popup-content ul {
  padding-left: 1rem;
}
.popup-content ol {
  list-style: none;
  counter-reset: li;
}
.popup-content ol > li {
  position: relative;
  margin-bottom: 0.875rem;
  margin-top: 0.875rem;
}
.popup-content ol > li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  position: absolute;
  left: 0;
  transform: translate(-100%);
  top: 0;
  padding-right: 5px;
}
.popup-content .p__ol {
  padding-left: 1rem;
}
.popup-content .p__ol > li:before {
  font-weight: 600;
  font-size: 1rem;
}
.popup-content .p__ol-2 {
  padding-left: 2rem;
}
.popup-content .p__ol-2 .p__subheader:before {
  font-weight: 600;
}
.popup-content .p__ol-inner {
  padding-left: 2.5rem;
}
.popup-content .p__ol-inner-2 {
  padding-left: 3rem;
}
.last-update {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  margin-bottom: 1rem;
}
.risk-title {
  font-size: 1.3125rem;
  color: #515151;
}
.link-to-leverage {
  text-decoration: none;
  color: #48a6eb;
  cursor: pointer;
  font-weight: 400;
}
.footer {
  position: relative;
  z-index: 100;
  background-color: #161b28;
}
.footer .footer-container {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .footer .footer-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1250px) {
  .footer .footer-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer__logo-container {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  margin-bottom: 24px;
  min-height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1250px) {
  .footer__logo-container {
    border: none;
    margin: 0;
    padding: 0;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
}
@media (min-width: 1250px) {
  .footer .footer__middle-wrapper-container {
    display: flex;
    justify-content: space-between;
  }
}
.footer__logo-img {
  display: block;
  width: 121px;
  height: 14px;
}
.footer__logo-img-christmas {
  display: block;
  width: 121px;
  height: auto;
}
.footer__links {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 768px) {
  .footer__links {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer__link-item {
    margin: 0 2rem;
  }
}
.footer__link-item:first-child {
  margin-left: 0;
}
.footer__link-item:last-child {
  margin-right: 0;
}
.footer__link {
  display: block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .footer__info {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .footer__info {
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (min-width: 1250px) {
  .footer__info {
    display: none;
  }
}
.footer__address {
  order: 2;
  color: #fff;
  line-height: 1.5;
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .footer__address {
    padding-bottom: 0;
  }
}
.footer__address a {
  color: #fff;
  text-decoration: none;
}
.footer__address a:hover {
  text-decoration: underline;
}
.footer__links-to-s {
  order: 1;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  margin-bottom: 24px;
}
@media (min-width: 480px) {
  .footer__links-to-s {
    justify-content: start;
  }
}
@media (min-width: 768px) {
  .footer__links-to-s {
    margin-bottom: 0;
    justify-content: end;
  }
}
.footer__link-to-s {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  opacity: 0.8;
  transition: all 0.3s ease;
}
@media (min-width: 480px) {
  .footer__link-to-s {
    margin-right: 24px;
  }
}
.footer__link-to-s:last-child {
  margin-right: 0;
}
.footer__link-to-s:hover {
  opacity: 1;
}
.footer__link-to-s a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__link-to-s svg {
  fill: currentColor;
}
.footer__copyright {
  font-size: 0.75rem;
  color: #bbc4c9;
  font-weight: 300;
}
.footer__copyright p:last-child {
  margin-bottom: 0;
}
.footer__copyright strong {
  font-weight: 600;
}
.footer .footer__info-first-block {
  display: none;
}
@media (min-width: 1250px) {
  .footer .footer__info-first-block {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-bottom: 0;
    border-bottom: none;
    max-width: 743px;
    width: 100%;
  }
}
@media (min-width: 1250px) {
  .footer .footer__info-first-block .footer__links-to-s {
    justify-content: space-between;
    max-width: none;
    flex-grow: 0;
  }
}
.footer .footer__menu-mainmenu {
  display: none;
}
@media (min-width: 1250px) {
  .footer .footer__menu-mainmenu {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    margin-bottom: 32px;
    margin-top: 50px;
    border-top: 1px solid hsla(0, 0%, 84.7%, 0.1);
    padding-top: 32px;
  }
}
.footer .footer__menu-mainmenu ul {
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 0;
  color: #fff;
  padding: 0;
  margin-bottom: 0;
}
.footer .footer__menu-mainmenu li {
  list-style: none;
  min-width: 85px;
  margin-bottom: 10px;
}
.footer .footer__menu-mainmenu li:first-child {
  margin-top: 9px;
}
.footer .footer__menu-mainmenu li:last-child {
  margin-bottom: 0;
}
.footer .footer__menu-mainmenu li a {
  text-decoration: none;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #fff;
}
.footer .footer__menu-mainmenu li a:focus,
.footer .footer__menu-mainmenu li a:hover {
  border-bottom: 1px solid #fff;
}
.footer .mobmenu {
  background: none;
  overflow-y: auto;
  padding-bottom: 1rem;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  position: static;
  border-top: 1px solid hsla(0, 0%, 84.7%, 0.1);
  margin-top: 24px;
}
.footer .mobmenu .mobmenu__item {
  border-bottom: 1px solid hsla(0, 0%, 84.7%, 0.1);
}
.footer .mobmenu .mobmenu__section-caption {
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
}
.footer .mobmenu .mobmenu__section-caption:not(:last-child) {
  border-bottom: none;
}
.footer .mobmenu .mobmenu__section-item a {
  padding: 0;
}
.footer .mobmenu .mobmenu__section-item:not(:last-child) {
  border-bottom: none;
}
.footer .badge {
  margin-left: 6px;
  transform: translateY(-3px);
}
.gray-blue__panels {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .gray-blue__panels {
    padding: 0 24px;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .gray-blue__panels {
    max-width: 1312px;
    margin: 0 auto 50px;
  }
}
.gray-blue__panels p:not(last-shild) {
  margin-top: 0;
  margin-bottom: 24px;
}
.gray-blue__panel {
  flex: 0 0 50%;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .gray-blue__panel {
    padding: 24px;
  }
}
.gray-blue__panel--left {
  background: #f7f7f7;
}
.gray-blue__panel--right {
  background: #48a6eb;
  color: #fff;
}
.gray-blue__panel-header {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 600;
  margin-bottom: 32px;
}
.gray-blue__panel-header-left {
  color: rgba(0, 0, 0, 0.9);
}
.gray-blue__panel-header--right {
  color: #fff;
}
.gray-blue__panel-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.gray-blue__panel-text--left {
  color: rgba(0, 0, 0, 0.8);
}
.gray-blue__panel-text--right {
  color: #fff;
}
.gray-blue__panel-text p:last-child {
  margin-bottom: 0;
}
.leverage__open {
  position: relative;
  background: #f3f3f3;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
  background: url("open-bg.webp");
  background-color: #f3f3f3;
  overflow: hidden;
  background-size: auto 100%;
}
.leverage__open-wrapper {
  max-width: 1232px;
  margin: 0 auto;
  padding: 50px 16px;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .leverage__open-wrapper {
    padding: 50px 24px;
  }
}
@media (min-width: 1200px) {
  .leverage__open-wrapper {
    max-width: 1313px;
  }
}
.leverage__open-wrapper:before {
  display: none;
  position: absolute;
  content: " ";
  background-image: url("open-pc.png?rev=de281d72");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  height: 100%;
  width: 372px;
  z-index: -1;
  margin-top: -50px;
  right: 60px;
  transform: translate(85px);
}
@media (min-width: 768px) {
  .leverage__open-wrapper:before {
    display: block;
  }
}
@media (min-width: 1300px) {
  .leverage__open-wrapper:before {
    background-position: 50%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .leverage__open-wrapper:before {
    background-image: url("/assets/images/open-pc@2x.png?rev=a5bfc621");
  }
}
@media (min-width: 768px) {
  .leverage__open-container {
    padding-right: 256px;
  }
}
.leverage__open-header {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .leverage__open-header {
    font-size: 2.75rem;
    line-height: 3.75rem;
    margin-bottom: 48px;
  }
}
.leverage__open-text {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .leverage__open-text {
    font-size: 1.1875rem;
    line-height: 1.75rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .leverage__open-buttons {
    display: flex;
  }
}
.leverage__open-open {
  border-color: rgba(0, 0, 0, 0.9) !important;
  color: rgba(0, 0, 0, 0.8) !important;
}
@media (min-width: 768px) {
  .leverage__open-open {
    margin-bottom: 0;
  }
}
.leverage__open-view {
  background: #48a6eb;
}
.leverage-container,
.leverage__figures--leverage {
  background: url("leverage-bg.webp") no-repeat 50% /
      cover,
    #1c1c1c;
}
.leverage__figures--market {
  background: url("market-bg.webp") no-repeat 50% /
      cover,
    #1c1c1c;
}
.leverage__figures-inner {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .leverage__figures-inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .leverage__figure {
    display: block;
  }
}
@media (min-width: 768px) {
  .leverage__figure--left {
    margin-bottom: 0;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .leverage__figure--right {
    padding-left: 16px;
  }
}
.leverage__figure-header {
  font-size: 1.5rem;
  max-width: 420px;
}
@media (min-width: 768px) {
  .leverage__figure-header {
    font-size: 2rem;
    text-align: left;
  }
}
.leverage__figure-img img {
  margin: 0 auto;
}
.leverage__figure-buttons {
  padding-bottom: 48px;
}
.leverage__figure-view {
  font-size: 0.875rem;
}
.leverage__figures-inner {
  max-width: 1200px;
  margin: 0 auto 32px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .leverage__figures-inner {
    display: flex;
    margin-bottom: 50px;
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .leverage__figures-inner {
    padding: 0;
    max-width: 1263px;
  }
}
.leverage__figure {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.leverage__figure--left {
  padding-top: 50px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .leverage__figure--left {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .leverage__figure--left .leverage__figure-img {
    margin-right: 56px;
  }
}
.leverage__figure--right {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .leverage__figure--right {
    padding-top: 50px;
    margin: 0;
  }
}
.leverage__figure-header {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 600;
  max-width: 430px;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .leverage__figure-header {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .leverage__figure-header--right {
    margin-left: 8px;
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .leverage__figure-header--left {
    align-self: flex-start;
  }
}
.leverage__figure-img img {
  width: 328px;
  height: 166px;
  max-width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .leverage__figure-img img {
    width: 348px;
    height: 177px;
  }
}
@media (min-width: 1200px) {
  .leverage__figure-img img {
    width: 424px;
    height: 216px;
  }
}
.leverage__figure-buttons {
  display: flex;
  justify-content: center;
  padding: 0 16px 48px;
}
@media (min-width: 1200px) {
  .leverage__figure-buttons {
    padding-bottom: 50px;
  }
}
.leverage__figure-view {
  font-size: 0.875rem;
  padding: 0.4em 16px;
  background: #48a6eb;
}
.badge.badge--thin {
  color: #2da36a;
  font-size: 0.5625rem;
  font-weight: 400;
  line-height: 0.5625rem;
}
.badge.badge--pill,
.badge.badge--thin {
  font-style: normal;
  display: inline-flex;
  align-items: center;
}
.badge.badge--pill {
  padding: 2px 6px;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 100px;
  background: #2da36a;
}
.mainmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
.mainmenu--left-part {
  display: none;
  flex-shrink: 0;
}
@media (min-width: 1250px) {
  .mainmenu--left-part {
    display: flex;
    align-items: center;
    margin-right: auto;
  }
}
.mainmenu__submenu {
  display: none;
  background: rgba(0, 0, 0, 0.87);
  padding: 1rem 1rem 0.5rem;
  position: absolute;
  top: 71px;
  left: 7px;
  list-style: none;
}
.mainmenu__submenu > li {
  margin-bottom: 0.5rem;
}
.mainmenu__submenu > li > a {
  white-space: nowrap;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.mainmenu__submenu > li > a:hover {
  color: #52afef;
}
.mainmenu__submenu--languages {
  top: 71px;
  left: -234px;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 400px;
  max-height: 400px;
  padding: 8px 28px;
}
@media (min-width: 768px) {
  .mainmenu__submenu--languages {
    justify-content: flex-start;
    min-width: 504px;
    max-height: 300px;
    left: -239px;
  }
}
.mainmenu__submenu--languages li {
  display: flex;
  min-width: 160px;
  min-height: 44px;
  margin: 0;
  padding: 10px 16px;
}
.mainmenu__submenu--languages li:first-of-type,
.mainmenu__submenu--languages li:nth-of-type(2),
.mainmenu__submenu--languages li:nth-of-type(3) {
  order: unset;
}
.mainmenu__item {
  position: relative;
  height: 100%;
}
.mainmenu__item .mainmenu__link > a {
  white-space: nowrap;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.mainmenu__item .mainmenu__link > a:hover {
  color: #52afef;
}
@media (min-width: 920px) {
  .mainmenu__item:hover:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0.5rem;
    left: 0.5rem;
    height: 2px;
    background: #52afef;
  }
}
.mainmenu__item--hoverable {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 920px) {
  .mainmenu__item--hoverable:hover .mainmenu__submenu {
    display: block;
  }
  .mainmenu__item--hoverable:hover .mainmenu__submenu--languages {
    display: flex;
  }
}
.mainmenu__item--language-selector .language-selector__backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.mainmenu__item--language-selector .language-selector__backdrop.active {
  display: block;
}
@media (min-width: 1250px) {
  .mainmenu__item--language-selector {
    order: 0;
  }
}
.mainmenu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  padding: 28px 8px;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .mainmenu__link {
    min-height: 50px;
  }
}
.mainmenu__link--login .mainmenu__link--inscription {
  display: none;
}
@media (min-width: 1250px) {
  .mainmenu__link--login .mainmenu__link--inscription {
    display: flex;
    padding: 28px 8px;
  }
}
.mainmenu__link--login .mainmenu__link--logo {
  display: flex;
  padding-right: 0;
}
@media (min-width: 480px) {
  .mainmenu__link--login .mainmenu__link--logo {
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .mainmenu__link--login .mainmenu__link--logo svg {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1250px) {
  .mainmenu__link--login .mainmenu__link--logo {
    display: none;
  }
}
.mainmenu__link--register {
  display: none;
}
@media (min-width: 768px) {
  .mainmenu__link--register {
    display: block;
  }
}
.mainmenu .mainmenu__link--black {
  color: #000;
}
.mainmenu .mainmenu__link--black > a {
  color: inherit;
}
.mainmenu .mainmenu__item.mainmenu__link--login:hover:before {
  display: none;
}
@media (min-width: 1250px) {
  .mainmenu .mainmenu__item.mainmenu__link--login:hover:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0.5rem;
    left: 0.5rem;
    height: 2px;
    background: #52afef;
  }
}
.mainmenu__link-dropdown {
  display: flex;
  height: 12px;
  margin-left: 5px;
  width: 12px;
}
.mainmenu__register-link {
  display: none;
  background: #48a6eb;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.9;
  margin-left: 16px;
  padding: 5px 16px;
}
.mainmenu__register-link:hover {
  opacity: 1;
}
@media (min-width: 480px) {
  .mainmenu__register-link {
    display: inline-flex;
  }
}
@media (min-width: 1250px) {
  .mainmenu__register-link {
    margin-right: 0;
  }
}
@media (min-width: 920px) {
  .mainmenu__item--hoverable:hover .mainmenu__link-dropdown {
    transform: rotate(180deg);
  }
}
body.branch-banner-is-active .mobmenu--opened {
  top: 76px;
}
.mobmenu {
  background: #000;
  bottom: 0;
  visibility: hidden;
  left: 0;
  overflow-y: auto;
  padding-bottom: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
.mobmenu__content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.mobmenu__head {
  display: flex;
  padding: 26px 19px;
  align-items: center;
}
.mobmenu__head .header__logo .header__logo-img-christmas {
  position: relative;
  z-index: 1;
  height: auto;
}
.mobmenu__head .header__logo canvas.snow {
  top: auto;
  bottom: 10px;
}
@media (min-width: 480px) {
  .mobmenu__head {
    padding: 26px 32px;
  }
}
@media (min-width: 768px) {
  .mobmenu__head {
    padding: 20px 32px;
  }
}
.mobmenu--opened {
  visibility: visible;
  z-index: 2;
}
@media (min-width: 1250px) {
  .mobmenu {
    display: none;
  }
}
.mobmenu__item {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  font-family: inherit;
  font-size: 1.125rem;
  line-height: 3.75rem;
  margin: 0;
  min-height: 3.75rem;
  padding: 0 2rem 0 1rem;
  text-align: left;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.mobmenu__section {
  line-height: normal;
  list-style: none;
  padding: 0;
}
.mobmenu__section > :not(:last-child) {
  border-bottom: 1px solid transparent;
}
.mobmenu__section-caption {
  color: #fff;
  display: flex;
  height: 3.75rem;
  justify-content: space-between;
  line-height: 3.75rem;
  padding: 0 2.3rem 0 1rem;
  width: 100%;
}
.mobmenu__section-caption > a {
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: inherit;
}
.mobmenu__section--opened > .mobmenu__section-caption > img {
  transform: rotate(180deg);
}
.mobmenu__section-caption:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}
.mobmenu__section-item {
  display: none;
  font-size: 0.875rem;
  height: 3.75rem;
  line-height: 3.75rem;
  opacity: 0;
  width: 100%;
  will-change: opacity, height;
}
.mobmenu__section-item > a {
  color: #fff;
  display: block;
  height: 100%;
  padding-left: 2rem;
  text-decoration: none;
  width: 100%;
}
.mobmenu__section--opened > .mobmenu__section-item {
  animation: opening 0.2s;
  opacity: 1;
  transform-origin: top;
  display: block;
}
.mobmenu__section--opened > .mobmenu__section-item:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}
@keyframes opening {
  0% {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 3.75rem;
  }
}
.mobmenu__btn-link {
  margin: 0 16px 1rem;
  width: calc(100% - 32px);
}
@media (min-width: 480px) {
  .mobmenu__btn-link {
    width: 18rem;
    margin: 0 auto 1rem;
  }
}
.mobmenu__btn-link--register {
  margin-top: 3.75rem;
}
.mobmenu .mobmenu__btn-link--login {
  margin-bottom: 50px;
}
.mobmenu__link {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 auto 1rem;
  text-align: center;
}
.mobmenu__socials {
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 480px) {
  .mobmenu__socials {
    padding: 0 10%;
  }
}
@media (min-width: 768px) {
  .mobmenu__socials {
    padding: 0 30%;
  }
}
.mobmenu__social {
  display: block;
}
.mobmenu__social > svg {
  fill: #fff;
}
.mobmenu__icons {
  align-items: flex-end;
  display: flex;
  flex: 1;
  justify-content: center;
}
.mobmenu__icons > img:first-child {
  margin-right: 1rem;
}
.flag {
  margin-right: 5px;
  width: 20px;
  height: 15px;
}
.mainmenu__item--hoverable.mainmenu__item--language-selector {
  margin-right: 16px;
}
@media (max-width: 920px) {
  .show {
    display: flex;
  }
}
.mainmenu .badge,
.mobmenu .badge {
  margin-left: 8px;
}
.main {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
  padding-top: 112px;
  background: url("main.jpg") no-repeat 50% /
      cover,
    #030b33;
  padding-bottom: 82px;
}
@media (min-width: 768px) {
  .main {
    padding-bottom: 48px;
    background: url("main.jpg?rev=35318ac7") no-repeat 50% /
        cover,
      #030b33;
    min-height: 385px;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  (min-width: 768px) and (min-resolution: 2dppx) {
  .main {
    background: url("main@2x.jpg?rev=7cb19fce") no-repeat 50% /
        cover,
      #030b33;
  }
}
@media (min-width: 1200px) {
  .main {
    padding-bottom: 0;
  }
}
.main__content {
  position: relative;
}
@media (min-width: 992px) {
  .main__inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main__header {
    margin-bottom: 0;
  }
}
.main__x100 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .main__x100 {
    font-size: 4.5rem;
  }
}
.main__title {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.25rem;
  font-weight: 800;
  margin: 0;
}
@media (min-width: 768px) {
  .main__title {
    margin-bottom: 48px;
    line-height: 4rem;
    font-size: 3rem;
    min-height: 0;
  }
}
.main__title--line-1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .main__title--line-1 {
    margin-bottom: 0;
  }
}
.main__description {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.75rem;
  line-height: 1.2;
  max-width: 500px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .main__description {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .main__description {
    font-size: 2.25rem;
  }
}
.main__description p {
  margin: 0;
}
.main__title-3 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 0;
  margin-bottom: 46px;
  font-weight: 400;
  display: none;
}
@media (min-width: 768px) {
  .main__title-3 {
    display: block;
  }
}
.main__btn {
  padding: 0.6875rem 3.5rem;
}
.main__registration {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  justify-content: center;
  max-width: 442px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .main__registration {
    max-width: 307px;
    margin: 0;
  }
}
.main__social {
  align-self: flex-start;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  padding: 5px 30px;
  width: 100%;
}
@media (min-width: 480px) {
  .main__social {
    width: auto;
    padding: 0 20px;
    flex-direction: row;
  }
}
.main__social-title {
  color: #fff;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  margin-right: 15px;
  line-height: 1;
  margin-bottom: 10px;
  display: none;
}
@media (min-width: 480px) {
  .main__social-title {
    display: block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .main__social-title {
    text-align: left;
  }
}
.main__social-links {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .main__social-links {
    justify-content: flex-start;
  }
}
.main__social-link {
  width: 44px;
  height: 40px;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.main__social-link:last-child {
  margin-right: 0;
}
.main__social-link:hover {
  opacity: 1;
}
.main__social-link a {
  display: block;
  line-height: 1;
  color: #fff;
}
.main__social-link svg {
  fill: currentColor;
}
.main__view-btn {
  background: url("/assets/icons/view-trading.svg?rev=a4cc8656") no-repeat 17px
      8px,
    #48a6eb;
  padding-left: 45px;
  background-size: 20px;
}
.dropdown-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.dropdown-section .dropdown-items-container {
  padding: 16px 0 16px 28px;
}
.dropdown-section .dropdown-items-container:focus,
.dropdown-section .dropdown-items-container:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .dropdown-section .dropdown-items-container {
    padding: 25px 0 25px 57px;
  }
}
.dropdown-section .dropdown-items-container:not(:last-of-type) {
  border-bottom: 1px solid rgba(187, 196, 201, 0.5);
}
.dropdown-section .dropdown-item__title {
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  position: relative;
  margin: 0;
}
@media (min-width: 1200px) {
  .dropdown-section .dropdown-item__title:focus:after,
  .dropdown-section .dropdown-item__title:focus:before,
  .dropdown-section .dropdown-item__title:hover:after,
  .dropdown-section .dropdown-item__title:hover:before {
    background-color: #249ae9;
  }
}
.dropdown-section .dropdown-item__title:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #bbc4c9;
  left: -25px;
  top: 14px;
}
@media (min-width: 768px) {
  .dropdown-section .dropdown-item__title:before {
    width: 22px;
    height: 2px;
    left: -52px;
    top: 19px;
  }
}
.dropdown-section .dropdown-item__title:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #bbc4c9;
  transform: rotate(90deg);
  left: -25px;
  top: 14px;
}
@media (min-width: 768px) {
  .dropdown-section .dropdown-item__title:after {
    width: 22px;
    height: 2px;
    left: -52px;
    top: 19px;
  }
}
@media (min-width: 768px) {
  .dropdown-section .dropdown-item__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.dropdown-section .dropdown-item__title.active {
  margin-bottom: 16px;
}
.dropdown-section .dropdown-item__title.active:after {
  display: none;
}
.dropdown-section .dropdown-item__title.active:before {
  background-color: #249ae9;
}
@media (min-width: 768px) {
  .dropdown-section .dropdown-item__title.active {
    margin-bottom: 25px;
  }
}
.dropdown-section .prs-title {
  text-align: center;
}
.dropdown-item__description p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.dropdown-item__description p:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .dropdown-item__description p {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
  .dropdown-item__description p:not(:last-child) {
    margin-bottom: 28px;
  }
}
.dropdown-item__description .subsection-title,
.dropdown-item__description h4 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1875rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin: 24px 0 10px;
}
@media (min-width: 768px) {
  .dropdown-item__description .subsection-title,
  .dropdown-item__description h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 28px;
  }
}
.subsection-link {
  margin-left: 5px;
}
.subsection-description {
  display: inline;
}
.hidden {
  display: none;
}
.prs-title {
  font-family: inherit;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .prs-title {
    font-size: 2.75rem;
    line-height: 3.75rem;
    margin-bottom: 48px;
  }
}
.prs-title--secondary {
  color: #fff;
}
.prs-text,
.prs-text > p {
  font-family: inherit;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  font-size: 1rem;
  text-align: left;
  font-weight: 400;
  margin: 0;
}
.prs-text--secondary,
.prs-text > p--secondary {
  color: #fff;
}
.prs-text > p a,
.prs-text a {
  color: #48a6eb;
  text-decoration: none;
}
.prs-text > p a:hover,
.prs-text a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .prs-text,
  .prs-text > p {
    font-size: 1.1875rem;
  }
}
.prs-text-comment {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}
@media (min-width: 480px) {
  .prs-text-comment {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.prs-text-bullet {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .prs-hide-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
.bread-crumb-section {
  background-color: #ebedef;
  display: none;
  flex-direction: column;
  overflow: hidden;
  transition-duration: 0.3s;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.bread-crumb-section-triangle {
  top: 15px;
  right: 20px;
  border-left: 2px solid #48a6eb;
  border-bottom: 2px solid #48a6eb;
  position: absolute;
  height: 10px;
  width: 10px;
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}
@media (min-width: 768px) {
  .bread-crumb-section {
    overflow: visible;
    flex-wrap: nowrap;
    flex-direction: row;
    box-shadow: none;
    height: 45px;
    margin-top: 0;
  }
  .bread-crumb-section .bread-crumb-section-triangle {
    display: none;
  }
}
.bread-crumb-section.bread-crumb-section--mobile-opened {
  height: unset;
  margin-top: 0;
}
.bread-crumb-section.bread-crumb-section--mobile-opened
  .bread-crumb-section-triangle {
  transform: rotate(133deg);
  top: 18px;
}
@media screen and (min-width: 420px) {
  .bread-crumb-section {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.bread-crumb-section .breadcrumbs,
.bread-crumb-section .breadcrumbs__child {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 1rem;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 768px) {
  .bread-crumb-section .breadcrumbs,
  .bread-crumb-section .breadcrumbs__child {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 420px) {
  .bread-crumb-section .breadcrumbs .second-crumb,
  .bread-crumb-section .breadcrumbs__child .second-crumb {
    width: unset;
  }
}
.bread-crumb-section .breadcrumbs__child li,
.bread-crumb-section .breadcrumbs li {
  margin-right: 22px;
}
@media (min-width: 768px) {
  .bread-crumb-section .breadcrumbs__child li,
  .bread-crumb-section .breadcrumbs li {
    margin-right: 6px;
  }
}
.bread-crumb-section .breadcrumbs__child li .prs-link,
.bread-crumb-section .breadcrumbs li .prs-link {
  font-size: 1rem;
  text-transform: capitalize;
}
.bread-crumb-section .breadcrumbs__child li .prs-link:after,
.bread-crumb-section .breadcrumbs li .prs-link:after {
  margin-left: 12px;
  width: 6px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .bread-crumb-section .breadcrumbs__child li .prs-link:after,
  .bread-crumb-section .breadcrumbs li .prs-link:after {
    display: none;
  }
}
.bread-crumb-section .breadcrumbs .sub-menu,
.bread-crumb-section .breadcrumbs__child .sub-menu {
  width: 35px;
  height: 100%;
  position: relative;
  font-size: 1.25rem;
  color: #48a6eb;
  padding-top: 4px;
  margin-left: -10px;
}
.bread-crumb-section .breadcrumbs .sub-menu:before,
.bread-crumb-section .breadcrumbs__child .sub-menu:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 10px;
  background: url("/assets/images/arrow.svg?rev=fe0c3f21") no-repeat 0 0;
}
.bread-crumb-section .breadcrumbs .sub-menu:active,
.bread-crumb-section .breadcrumbs .sub-menu:hover,
.bread-crumb-section .breadcrumbs__child .sub-menu:active,
.bread-crumb-section .breadcrumbs__child .sub-menu:hover {
  color: rgba(0, 0, 0, 0.65);
}
.bread-crumb-section .breadcrumbs .sub-menu-list,
.bread-crumb-section .breadcrumbs__child .sub-menu-list {
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  height: 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.bread-crumb-section .breadcrumbs .sub-menu:active .sub-menu-list,
.bread-crumb-section .breadcrumbs .sub-menu:hover .sub-menu-list,
.bread-crumb-section .breadcrumbs__child .sub-menu:active .sub-menu-list,
.bread-crumb-section .breadcrumbs__child .sub-menu:hover .sub-menu-list {
  overflow: hidden;
  height: unset;
  padding: 16px;
  list-style: none;
}
.bread-crumb-section .breadcrumbs .sub-menu:active .sub-menu-list .prs-link,
.bread-crumb-section .breadcrumbs .sub-menu:hover .sub-menu-list .prs-link,
.bread-crumb-section
  .breadcrumbs__child
  .sub-menu:active
  .sub-menu-list
  .prs-link,
.bread-crumb-section
  .breadcrumbs__child
  .sub-menu:hover
  .sub-menu-list
  .prs-link {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.875rem;
}
.bread-crumb-section
  .breadcrumbs
  .sub-menu:active
  .sub-menu-list
  .prs-link:after,
.bread-crumb-section
  .breadcrumbs
  .sub-menu:hover
  .sub-menu-list
  .prs-link:after,
.bread-crumb-section
  .breadcrumbs__child
  .sub-menu:active
  .sub-menu-list
  .prs-link:after,
.bread-crumb-section
  .breadcrumbs__child
  .sub-menu:hover
  .sub-menu-list
  .prs-link:after {
  display: none;
}
@media (min-width: 768px) {
  .bread-crumb-section .breadcrumbs .sub-menu,
  .bread-crumb-section .breadcrumbs__child .sub-menu {
    width: 40px;
  }
}
.bread-crumb-section .breadcrumbs,
.bread-crumb-section .breadcrumbs__child {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .bread-crumb-section .breadcrumbs,
  .bread-crumb-section .breadcrumbs__child {
    flex-direction: row;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.bread-crumb-section .breadcrumbs__child__link,
.bread-crumb-section .breadcrumbs__link {
  padding: 6px 0;
}
@media (min-width: 768px) {
  .bread-crumb-section .breadcrumbs__child__link,
  .bread-crumb-section .breadcrumbs__link {
    padding: 6px 0 6px 6px;
  }
}
@media (min-width: 768px) {
  .bread-crumb-section .breadcrumbs__child__link.prs-link,
  .bread-crumb-section .breadcrumbs__link.prs-link {
    font-weight: 400;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.bread-crumb-section .breadcrumbs__child__link.morelink,
.bread-crumb-section .breadcrumbs__link.morelink {
  padding: 4px 0 4px 12px;
}
.bread-crumb-section .breadcrumbs__child__item,
.bread-crumb-section .breadcrumbs__item {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  padding: 6px 0;
  margin-bottom: 0;
}
.bread-crumb-section .breadcrumbs__child__item:last-of-type .prs-link:after,
.bread-crumb-section .breadcrumbs__item:last-of-type .prs-link:after {
  display: none;
}
@media (min-width: 768px) {
  .bread-crumb-section .breadcrumbs__child__item,
  .bread-crumb-section .breadcrumbs__item {
    border-left: none;
    padding: 6px 0;
    margin-bottom: 0;
    border-bottom: 0;
    font-weight: 400;
    font-size: 1rem;
  }
}
.bread-crumb-section .breadcrumbs .current-page,
.bread-crumb-section .breadcrumbs__child .current-page {
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .bread-crumb-section .breadcrumbs .current-page:after,
  .bread-crumb-section .breadcrumbs__child .current-page:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url("/assets/images/arrow.svg?rev=fe0c3f21") no-repeat 0 0;
    margin-left: 12px;
  }
}
.bread-crumb-section .breadcrumbs__child {
  width: 100%;
}
.bread-crumb-section .breadcrumbs__child .prs-link {
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .bread-crumb-section .breadcrumbs__child {
    padding-left: 6px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bread-crumb-section .breadcrumbs__child:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url("/assets/images/arrow.svg?rev=fe0c3f21") no-repeat 0 0;
    margin-right: 6px;
    margin-top: 2px;
  }
}
.bread-crumb-section .breadcrumbs__child .crumb-elem {
  padding-bottom: 3px;
  padding-top: 3px;
}
.bread-crumb-section
  .breadcrumbs__child
  .crumb-elem:last-of-type
  .prs-link:after {
  display: none;
}
@media (min-width: 768px) {
  .bread-crumb-section .breadcrumbs__child .crumb-elem {
    padding-bottom: 6px;
    padding-top: 6px;
  }
}
.bread-crumb-section .breadcrumbs__child .link-text {
  font-weight: 400;
  color: #83838d;
}
.breadcrumbs {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
}
.breadcrumbs:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: -4%;
  width: 110%;
  border-bottom: 1px solid #83838d;
}
@media (min-width: 768px) {
  .breadcrumbs:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .breadcrumbs {
    border-bottom: none;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.breadcrumbs .link-text {
  font-weight: 600;
  color: #000;
}
.breadcrumbs .breadcrumbs__item .prs-link {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
.breadcrumbs .breadcrumbs__item .prs-link:first-child {
  padding-left: 0;
}
.breadcrumbs .breadcrumbs__item:last-of-type .link-text {
  font-weight: 600;
  color: #000;
  padding-left: 0;
}
@media (min-width: 768px) {
  .breadcrumbs .breadcrumbs__item:last-of-type .link-text {
    padding-left: 6px;
  }
}
.smr {
  position: relative;
}
.smr:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url("/assets/images/arrow.svg?rev=fe0c3f21") no-repeat 0 0;
  position: absolute;
  right: -18px;
  top: 17px;
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
@media (min-width: 768px) {
  .smr.canshow:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background: url("/assets/images/arrow.svg?rev=fe0c3f21") no-repeat 0 0;
    position: absolute;
    right: -18px;
    top: 17px;
    transform: rotate(-90deg);
  }
}
.addits .breadcrumbs__item {
  padding: 5px 0 6px 16px;
}
.addits .breadcrumbs__item:first-of-type {
  border-bottom: none;
}
.addits .breadcrumbs__item .prs-link:after,
.addits .breadcrumbs__item:first-of-type span:before {
  display: none;
}
@media (min-width: 768px) {
  .addits {
    display: none;
  }
}
@media (min-width: 768px) {
  .canshow .addits {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap;
    background: #ebedef;
    transform: translate(0);
    padding: 16px;
    text-align: right;
    z-index: 11;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  }
}
.morelink {
  display: none;
}
@media (min-width: 768px) {
  .morelink {
    display: block;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-weight: 400;
    padding-top: 5px;
  }
  .morelink:hover {
    text-decoration: underline;
  }
}
.smr .morelink .breadcrumbs__delimeter {
  transform: rotate(90deg);
}
.addits .breadcrumbs__item {
  padding: 6px 0;
}
.pre-elem {
  height: 40px;
  min-height: 40px;
  line-height: 2.5rem;
  padding-left: 20px;
  padding-right: 40px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 1rem;
  color: #000;
}
@media (min-width: 768px) {
  .pre-elem {
    display: none;
  }
}
.market {
  padding-top: 50px;
}
.market p:last-child {
  margin-bottom: 0;
}
.market p.market__text-thin {
  max-width: 700px;
}
.market p.market__text-margin {
  margin-bottom: 48px;
}
.market a {
  color: #48a6eb;
}
.market__header {
  font-size: 1.75rem;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 32px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .market__header {
    font-size: 2.75rem;
  }
}
.market__text {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .market__text {
    font-size: 1.1875rem;
  }
}
.market__text-thin {
  max-width: 700px;
  margin-bottom: 48px;
}
.market__header-2 {
  font-size: 1.75rem;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 32px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .market__header-2 {
    font-size: 2.75rem;
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .market__text-blocks {
    display: flex;
  }
}
.market__text-block {
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .market__text-block:first-child {
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .market__text-block:first-child {
    padding-right: 112px;
  }
}
@media (min-width: 768px) {
  .market__text-block:last-child {
    padding-left: 64px;
  }
}
.market__img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.market__link {
  display: block;
  color: #48a6eb;
}
.market__moments {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
  background-color: #f3f3f3;
}
@media (min-width: 768px) {
  .market__moments {
    background: url("/assets/images/market-moment-bg.jpg?rev=953d6451")
        no-repeat 100% / cover,
      #f3f3f3;
    background-position: -600px;
    background-size: auto 100%;
  }
}
@media (min-width: 1200px) {
  .market__moments {
    background: url("/assets/images/market-moment-bg.jpg?rev=953d6451")
        no-repeat 100% / cover,
      #f3f3f3;
    background-position: 50%;
    background-size: cover;
  }
}
.market__moments-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 32px 32px;
}
.market__moments-header {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 32px;
  font-size: 1.75rem;
  max-width: 500px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .market__moments-header {
    font-size: 2.75rem;
    margin-bottom: 48px;
  }
}
.market__moments-description {
  max-width: 550px;
  margin-bottom: 48px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
}
@media (min-width: 768px) {
  .market__moments-description {
    font-size: 1.1875rem;
  }
}
.market__moments-buttons {
  display: block;
}
@media (min-width: 768px) {
  .market__moments-buttons {
    display: flex;
  }
}
.market__section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.market__section p:last-child {
  margin-bottom: 0;
}
.leverage__header {
  margin: 0 0 32px;
  font-weight: 300;
  font-size: 1.75rem;
  color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  .leverage__header {
    font-size: 2.75rem;
  }
}
.leverage__header-2 {
  margin: 0 0 32px;
  font-weight: 300;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  .leverage__header-2 {
    font-size: 2rem;
  }
}
.leverage__benefits-header {
  font-size: 1.5rem;
  margin-bottom: 32px;
  margin-top: 0;
  padding-top: 48px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 300;
}
@media (min-width: 768px) {
  .leverage__benefits-header {
    font-size: 2rem;
  }
}
.leverage__text {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 300;
  margin-bottom: 32px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .leverage__text {
    font-size: 1.1875rem;
  }
}
.leverage__text-thin {
  max-width: 700px;
  margin-bottom: 80px;
}
.leverage__text p {
  margin-bottom: 48px;
}
.leverage__text p.leverage__text-line-1 {
  margin-bottom: 32px;
}
.leverage__panels {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .leverage__panels {
    display: flex;
  }
}
.leverage__panel {
  flex: 0 0 50%;
  padding: 48px 16px 32px;
}
@media (min-width: 768px) {
  .leverage__panel {
    padding: 32px 16px 48px;
  }
}
.leverage__panel--left {
  background: #efeff4;
}
.leverage__panel--right {
  background: #48a6eb;
  color: #fff;
}
.leverage__panel-header {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .leverage__panel-header {
    font-size: 2rem;
  }
}
.leverage__panel-header-left {
  color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  .leverage__panel-header-left {
    min-height: 86px;
  }
}
.leverage__panel-header--right {
  color: #fff;
}
.leverage__panel-text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .leverage__panel-text {
    font-size: 1.1875rem;
  }
}
.leverage__panel-text--left {
  color: rgba(0, 0, 0, 0.65);
}
.leverage__panel-text--right {
  color: #fff;
}
.leverage__panel-text p:last-child {
  margin-bottom: 0;
}
.leverage__benefits-wrapper {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .leverage__benefits-wrapper {
    display: flex;
  }
}
.leverage__benefits {
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .leverage__benefits {
    padding-right: 32px;
  }
}
.leverage__benefits-list {
  padding: 0 0 0 25px;
  list-style-type: none;
  margin: 0;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
  font-weight: 300;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .leverage__benefits-list {
    font-size: 1.1875rem;
  }
}
.leverage__benefits-item {
  margin-bottom: 32px;
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
}
.leverage__benefits-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: -25px;
  background: url("/assets/icons/check.svg?rev=383d70a3") no-repeat 50%;
}
.leverage__calculator-wrapper {
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .leverage__calculator-wrapper {
    padding-left: 16px;
  }
}
.leverage__calculator-text {
  color: rgba(0, 0, 0, 0.65);
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
  font-weight: 300;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .leverage__calculator-text {
    font-size: 1.1875rem;
  }
}
.leverage__calculator-text p {
  margin: 0 0 32px;
}
.leverage__calculator {
  display: flex;
}
.leverage__calculator-capital {
  flex: 1 1 50%;
  min-width: 120px;
  max-width: 200px;
  background: #efeff4;
  padding: 16px 8px 16px 16px;
}
@media (min-width: 1200px) {
  .leverage__calculator-capital {
    padding: 16px 16px 16px 32px;
  }
}
.leverage__calculator-header {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .leverage__calculator-header {
    font-size: 1.1875rem;
  }
}
.leverage__calculator-input {
  margin-bottom: 8px;
}
.leverage__calculator-btc {
  border-radius: 4px;
  background: #fff;
  padding: 0.64px 8px;
  width: 100%;
  height: 35px;
  border: 0;
  color: #9f9f9f;
  font-size: 0.8125rem;
}
@media (min-width: 1200px) {
  .leverage__calculator-btc {
    font-size: 1.1875rem;
  }
}
.leverage__calculator-power {
  flex: 1 1 50%;
  background: #48a6eb;
  padding: 16px;
}
.leverage__calculator-dollars {
  font-size: 0.8125rem;
  color: #303030;
  text-align: center;
}
@media (min-width: 1200px) {
  .leverage__calculator-dollars {
    font-size: 1.1875rem;
  }
}
.leverage__calculator-power-header {
  color: #f4f4f4;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .leverage__calculator-power-header {
    font-size: 1.1875rem;
  }
}
.leverage__calculator-power-btc {
  font-weight: 600;
  font-size: 1.0625rem;
  color: #fff;
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .leverage__calculator-power-btc {
    font-size: 1.1875rem;
  }
}
.leverage__calculator-power-dollars {
  font-size: 0.8125rem;
  color: #fff;
}
@media (min-width: 1200px) {
  .leverage__calculator-power-dollars {
    font-size: 1.1875rem;
  }
}
