/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  min-width: 360px;
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #333333;
  scroll-behavior: smooth;
}
body.fixed {
  position: fixed;
  overflow: hidden;
}
body.fixed::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 8;
  content: "";
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  color: #000000;
}

h1, .h1 {
  font-size: 64px;
  line-height: 1.1;
}

h2, .h2 {
  font-size: 42px;
  line-height: 1.14;
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.16;
}

h4, .h4 {
  font-size: 18px;
  font-weight: normal;
}

button {
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.3s;
}

a {
  color: #12225D;
  text-decoration: none;
}
a:hover {
  color: #63A4FF;
}

.container {
  width: 100%;
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  padding: 15px 38px 14px;
  border: 2px solid #000000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-align: center;
  transition: all 0.3s;
}
.btn:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
.btn_green {
  border-color: #14964F;
  background-color: #14964F;
  color: #ffffff;
}
.btn_green:hover {
  background-color: #006C31;
  border-color: #006C31;
}
.btn_white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn_white:hover {
  background-color: #006C31;
  border-color: #006C31;
  color: #ffffff;
}

.app-btn {
  display: inline-flex;
  align-items: flex-end;
  padding: 13px 32px;
  line-height: 0.9;
}
.app-btn svg {
  margin-right: 10px;
}
.app-btn:hover svg path {
  fill: #ffffff;
}

.section {
  padding: 120px 0;
}
.section__title {
  margin-bottom: 48px;
}
.section__subtitle {
  max-width: 830px;
  margin-bottom: 48px;
}
.section_blue {
  background-color: #12225D;
  color: #ffffff;
}
.section_blue h1, .section_blue h2 {
  color: #ffffff;
}

.section__title + .section__subtitle {
  margin-top: -32px;
}

.icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 5px;
  background-color: #F2F4FA;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.icon_blue {
  background-color: #12225D;
}
.icon-shield {
  background-image: url(../img/shield.svg);
}
.icon-shield-white {
  background-image: url(../img/shield_white.svg);
}
.icon-rocket {
  background-image: url(../img/rocket.svg);
}
.icon-shieldLock {
  background-image: url(../img/shieldLock.svg);
}
.icon-support {
  background-image: url(../img/support.svg);
}
.icon-cards {
  background-image: url(../img/cards.svg);
}
.icon-user {
  background-image: url(../img/user.svg);
}
.icon-arrows {
  background-image: url(../img/arrows.svg);
}
.icon-hand {
  background-image: url(../img/hand.svg);
}
.icon-hands {
  background-image: url(../img/hands.svg);
}
.icon-candles {
  background-image: url(../img/candles.svg);
}
.icon-diamond {
  background-image: url(../img/diamond.svg);
}
.icon-flag {
  background-image: url(../img/flag.svg);
}
.icon-crown {
  background-image: url(../img/crown.svg);
}
.icon-web {
  background-image: url(../img/web.svg);
}
.icon-desktop {
  background-image: url(../img/desktop.svg);
}
.icon-mobile {
  background-image: url(../img/mobile.svg);
  background-size: 15px;
}
.icon-dollar {
  background-image: url(../img/dollar.svg);
}
.icon-dollar-2 {
  background-image: url(../img/dollar-2.svg);
}
.icon-chart {
  background-image: url(../img/chart.svg);
}
.icon-bulb {
  background-image: url(../img/bulb.svg);
}
.icon-world {
  background-image: url(../img/world.svg);
}
.icon-portfolio {
  background-image: url(../img/portfolio.svg);
}
.icon-folder {
  background-image: url(../img/folder.svg);
}
.icon-folder {
  background-image: url(../img/folder.svg);
}
.icon-phone {
  background-image: url(../img/phone.svg);
}
.icon-envelope {
  background-image: url(../img/envelope.svg);
}
.icon-marker {
  background-image: url(../img/marker.svg);
}
.icon-grow {
  background-image: url(../img/grow.svg);
}
.icon-income {
  background-image: url(../img/income.svg);
}
.icon-hand-2 {
  background-image: url(../img/hand-2.svg);
}
.icon-zoom {
  background-image: url(../img/zoom.svg);
}
.icon-flex {
  background-image: url(../img/flex.svg);
}
.icon-timezone {
  background-image: url(../img/timezone.svg);
}
.icon-calendar {
  background-image: url(../img/calendar.svg);
}
.icon-flag-2 {
  background-image: url(../img/flag-2.svg);
}

.bitcoin-icon {
  background-image: url(../img/Bitcoin.svg);
}

.tether-icon {
  background-image: url(../img/Tether.svg);
}

.bank-icon {
  background-image: url(../img/bank.svg);
}

.cards-icon {
  background-image: url(../img/cards-2.svg);
}

.arrow-link::after {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 6px;
  -webkit-mask: url(../img/arrow.svg);
  mask: url(../img/arrow.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #12225D;
  content: "";
}
.arrow-link:hover::after {
  background-color: #63A4FF;
}

.checked-list li {
  display: flex;
  align-items: baseline;
}
.checked-list li::before {
  flex-shrink: 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 7px;
  background-image: url(../img/checked-circle.svg);
  background-size: contain;
  content: "";
}
.checked-list li:not(:last-child) {
  margin-bottom: 10px;
}
.checked-list_white li::before {
  background-image: url(../img/checked-circle_white.svg);
}

.slider-btn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  cursor: pointer;
}
.slider-btn svg {
  display: block;
  margin: 0 auto;
}
.slider-btn:hover {
  background-color: #006C31;
  border-color: #006C31;
}
.slider-btn:hover svg path {
  fill: #ffffff;
}
.slider-btn_blue {
  border-color: #12225D;
}
.slider-btn_blue:hover {
  background-color: #12225D;
  border-color: #12225D;
}
.slider-btn_blue:hover svg path {
  fill: #ffffff;
}

.owl-carousel .owl-stage {
  display: flex;
}

.pageHeader {
  padding: 120px 0;
  background: #12225D;
  color: #ffffff;
}
.pageHeader__title {
  color: #ffffff;
}
.pageHeader__title + .btn {
  margin-top: 24px;
}
.pageHeader__subtitle {
  margin: 16px 0 24px;
}

.banner {
  transform: translateY(-50%);
  color: #ffffff;
}
.banner__wrap {
  display: flex;
  border-radius: 5px;
  padding: 32px;
  background-color: #63A4FF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: calc(100% - 170px) 100%;
}
.banner__wrap > div {
  max-width: 500px;
}
.banner__title {
  color: #ffffff;
}
.banner__title + a {
  margin-top: 24px;
}
.banner__subtitle {
  margin: 16px 0 24px;
}

.banner-1 .banner__wrap {
  background-image: url(../img/banner-1-bg.png);
}

.banner-2 .banner__wrap {
  background-image: url(../img/banner-2-bg.png);
}

.banner-3 .banner__wrap {
  background-image: url(../img/banner-3-bg.png);
}
.banner-3 .banner__wrap > div {
  max-width: 500px;
}

.banner-4 .banner__wrap {
  background-image: url(../img/banner-4-bg.png);
}
.banner-4 .banner__wrap > div {
  max-width: 608px;
}

input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border: 0;
  border-radius: 5px;
  background-color: #F2F4FA;
  font-family: inherit;
  font-size: 16px;
  color: #333333;
}
input[type=text]:placeholder, input[type=tel]:placeholder, input[type=email]:placeholder, input[type=password]:placeholder, textarea:placeholder {
  font-size: 16px;
  color: #333333;
}

input[type=submit] {
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
}

.custom-checkbox {
  position: absolute;
  z-index: -10;
  opacity: 0;
}
.custom-checkbox + label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.custom-checkbox + label span {
  margin-top: 0.2em;
}
.custom-checkbox + label:before {
  flex-shrink: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin-right: 20px;
  background-color: #F2F4FA;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  content: "";
}
.custom-checkbox:checked + label::before {
  background-image: url(../img/check.svg);
}

.success-message {
  display: none;
  width: 100%;
  border-radius: 5px;
  padding: 42px;
  background-color: #14964F;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

textarea {
  resize: none;
}

.two-cols-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.two-cols-layout .content {
  flex: 0 1 695px;
}
.two-cols-layout .content.news-content {
  flex: 1 1 700px;
}
.two-cols-layout .aside {
  flex: 0 1 300px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.content h1, .content h2, .content h3, .content h4, .content p {
  margin: 1em 0;
}
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content p:first-child {
  margin-top: 0;
}
.content p + h3 {
  margin-top: 48px;
}
.content p br:only-child {
  display: none;
}

.steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 56px;
  counter-reset: count;
}
.steps::before {
  position: absolute;
  left: 19px;
  top: 40px;
  display: block;
  width: 1px;
  height: calc(100% - 80px);
  content: "";
  background-color: #ffffff;
}
.steps li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.steps li::before {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  color: #12225D;
  text-align: center;
  line-height: 44px;
  counter-increment: count;
  content: counter(count);
  z-index: 2;
}
.steps__title {
  display: block;
  margin-bottom: 8px;
}
.steps__subtitle {
  display: block;
  max-width: 608px;
  color: #C0C0C0;
}

table {
  width: 100%;
}

.custom-table {
  border-radius: 5px;
  font-size: 18px;
}
.custom-table th, .custom-table td {
  padding: 16px 25px;
  border-right: 1px solid #E4E4E4;
  vertical-align: middle;
}
.custom-table th:last-child, .custom-table td:last-child {
  border: 0;
}
.custom-table th {
  color: #ffffff;
  background-color: #12225D;
}
.custom-table tr:nth-last-child(odd) td {
  background-color: #F6F6F6;
}
.custom-table tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
.custom-table tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
.custom-table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.custom-table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.card {
  flex: 1 1 384px;
  padding: 32px;
  border-radius: 5px;
  background-color: #F2F4FA;
  font-size: 18px;
}
.card__title {
  margin-bottom: 16px;
}

.news-item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  flex: 1 1 330px;
  overflow: hidden;
}
.news-item__img {
  display: block;
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.3s ease;
}
.news-item__img-wrap {
  display: block;
  height: 200px;
  overflow: hidden;
}
.news-item__text-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px;
  border-radius: 5px;
  background-color: #F2F4FA;
}
.news-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.news-item__tags-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  min-height: 30px;
  overflow: hidden;
}
.news-item__tags span {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #12225D;
  padding: 6px 8px 3px;
  color: #12225D;
  font-size: 14px;
  line-height: 16px;
}
.news-item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 16px;
  color: #333333;
}
.news-item .arrow-link {
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
}
.news-item__date {
  font-size: 14px;
  color: #9D9D9D;
}
.news-item:hover img {
  transform: scale(1.2);
}

.news-item__title:hover {
  color: #63A4FF;
}

.news-item__img-wrap + .news-item__text-wrap {
  border-radius: 0 0 5px 5px;
}

.single-news-header {
  position: relative;
  background-size: cover;
}
.single-news-header::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 34, 93, 0.7);
  content: "";
}
.single-news-header .container {
  position: relative;
}

.single-news-tags {
  margin: 16px 0;
}
.single-news-tags span {
  color: #ffffff;
  border-color: #ffffff;
}

.other-news {
  padding: 143px 0 234px;
  background-color: #12225D;
}
.other-news__title {
  margin-bottom: 48px;
  color: #ffffff;
}
.other-news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.pagination {
  display: flex;
  gap: 10px;
  margin: 48px 0;
}
.pagination li {
  border-radius: 3px;
  width: 30px;
  height: 30px;
  background-color: #F2F4FA;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
}
.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagination li.active {
  background-color: #12225D;
  color: #ffffff;
}
.pagination li.next, .pagination li.prev {
  background-image: url(../img/chevron.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination li.next {
  transform: rotate(-90deg);
}
.pagination li.prev {
  transform: rotate(90deg);
}
.pagination li.prev a {
  display: block;
  width: 100%;
  height: 100%;
}

.analytics {
  padding-bottom: 250px;
}
.analytics_full {
  padding-bottom: 0;
}
.analytics__news {
  align-items: flex-start;
}

.analytics-news-wrap {
  flex: 1 1 700px;
}

.online-charts__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 30px;
}

.owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.owl-dot span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #F2F4FA;
}
.owl-dot.active span {
  background-color: #12225D;
}

.article-author {
  margin-top: 52px;
  width: -moz-max-content;
  width: max-content;
}
.article-author__wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin: 6px 0 -14px;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.acceptance-wrap {
  margin: 20px 0;
}

.header {
  background: #ffffff;
}
.header__toggle-mnu {
  display: none;
}
.header__wrap {
  display: flex;
  align-items: center;
  height: 98px;
  width: 100%;
  justify-content: space-between;
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo img {
  display: block;
  width: 150px;
}
.header__nav > ul {
  display: flex;
}
.header__nav > ul a {
  padding: 0 12px;
  color: #000000;
}
.header__nav > ul a:hover {
  color: #63A4FF;
}
.header__nav > ul > li {
  position: relative;
}
.header__nav > ul > li > a {
  display: block;
  height: 100%;
  line-height: 98px;
}
.header__nav > ul > li > ul {
  position: absolute;
  display: none;
  border-radius: 0 0 5px 5px;
  background-color: #ffffff;
  padding: 12px;
  white-space: nowrap;
  z-index: 5;
}
.header__nav > ul > li > ul > li a {
  display: block;
  font-size: 16px;
  padding: 3px 0;
}
.header__btns {
  display: flex;
  gap: 25px;
}
.header .menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.header .menu-item-has-children > a::after {
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 6px;
  -webkit-mask: url(../img/chevron.svg);
  mask: url(../img/chevron.svg);
  background-color: #000000;
  content: "";
}

@media (width > 1199px) {
  .header__nav .menu-item-has-children:hover > a {
    color: #63A4FF;
  }
  .header__nav .menu-item-has-children:hover > a::after {
    background-color: #63A4FF;
    transform: scaleY(-1);
  }
  .header__nav .menu-item-has-children:hover > ul {
    display: block;
  }
}
.fixed-banner {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #095CFF 0%, #8C3BF3 100%);
  font-size: 16px;
  color: #ffffff;
  z-index: 100;
}
.fixed-banner__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  background-image: url(../img/candle-chart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 65%;
}
.fixed-banner__text {
  max-width: 690px;
  line-height: 18px;
  flex: 1;
}
.fixed-banner__text a {
  color: #ffffff;
  text-decoration: underline;
}
.fixed-banner__btns {
  display: flex;
  gap: 15px;
}
.fixed-banner__btns .btn {
  flex-shrink: 0;
}
.fixed-banner__agree:hover {
  background-color: #E4E4E4;
  border-color: #E4E4E4;
  color: #000000;
}

@media (width < 1200px) {
  .header__nav {
    display: none;
  }
  .header__btns {
    display: none;
  }
  .header__toggle-mnu {
    display: block;
    width: 42px;
    height: 42px;
    background: transparent;
  }
}
.header__mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 320px;
  background-color: #ffffff;
  z-index: 10;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.header__mobile-nav nav a {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.header__mobile-nav nav > ul > li > a {
  padding: 12px 15px;
}
.header__mobile-nav nav > ul > li > ul a {
  padding: 7px 15px 7px 25px;
  font-weight: 300;
  font-size: 16px;
}
.header__mobile-nav nav > ul > li.menu-item-has-children > a {
  justify-content: space-between;
}
.header__mobile-nav nav > ul > li.menu-item-has-children > a:hover::after {
  background-color: #63A4FF;
}
.header__mobile-nav nav > ul > li.menu-item-has-children > ul {
  display: none;
  padding: 8px 0;
}
.header__mobile-nav nav > ul > li.menu-item-has-children.active {
  background-color: #12225D;
}
.header__mobile-nav nav > ul > li.menu-item-has-children.active > a {
  color: #ffffff;
}
.header__mobile-nav nav > ul > li.menu-item-has-children.active > a::after {
  transform: scaleY(-1);
  background-color: #ffffff;
}
.header__mobile-nav nav > ul > li.menu-item-has-children.active > ul {
  background-color: #F2F4FA;
}

.header__mobile-top {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.header__mobile-btns {
  padding: 0 15px;
  margin-top: 48px;
}
.header__mobile-btns .btn {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.close-nav {
  background-color: transparent;
}

.lang__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lang__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 9px;
  width: 100%;
}
.lang__flag {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 3px solid #F2F4FA;
  border-radius: 50%;
}
.lang__flag-ru {
  background-image: url(../img/ru.svg);
}
.lang__flag-gb {
  background-image: url(../img/gb.svg);
}
.lang__list {
  display: none;
}

@media (width > 1199px) {
  .lang {
    position: relative;
  }
  .lang_mobile {
    display: none;
  }
  .lang__current-lang {
    padding: 0 9px;
    line-height: 98px;
    cursor: pointer;
  }
  .lang__current-lang:hover {
    color: #63A4FF;
  }
  .lang:hover .lang__list {
    display: block;
  }
  .lang__list {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 8px 8px;
    background-color: #ffffff;
    z-index: 10;
  }
}
@media (width < 1200px) {
  .lang_mobile {
    display: block;
  }
  .lang_desktop {
    display: none;
  }
  .lang__current-lang {
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
  }
  .lang__current-lang::after {
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 6px;
    -webkit-mask: url(../img/chevron.svg);
    mask: url(../img/chevron.svg);
    background-color: #000000;
    content: "";
  }
  .lang__current-lang > span:last-child {
    margin-right: auto;
  }
  .lang__current-lang.active {
    background-color: #12225D;
    color: #ffffff;
  }
  .lang__current-lang.active::after {
    transform: scaleY(-1);
    background-color: #ffffff;
  }
  .lang__item a {
    padding: 12px 15px;
  }
  .lang__list {
    background-color: #F2F4FA;
  }
}
@media (width < 768px) {
  .fixed-banner {
    font-size: 14px;
  }
  .fixed-banner .btn {
    font-size: 14px;
  }
  .fixed-banner__wrap {
    flex-direction: column;
    align-items: flex-start;
    background-image: none;
  }
  .fixed-banner__text {
    max-width: 500px;
  }
}
@media (width < 600px) {
  .header__mobile-nav {
    max-width: 100%;
  }
}
@media (width < 480px) {
  .fixed-banner .btn {
    padding: 8px 20px 7px;
  }
}
.wpglobus_language_name {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none !important;
  padding: 0 !important;
}
.wpglobus_language_name:before {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 3px solid #F2F4FA;
  border-radius: 50%;
  content: "";
}

.wpglobus_flag {
  width: auto !important;
  height: auto !important;
}

.menu-lang-container .sub-menu .menu-item a {
  display: block;
  padding: 18px 9px;
}

.wpglobus_flag_ru:before {
  background-image: url(../img/ru.svg);
}

.wpglobus_flag_en:before {
  background-image: url(../img/gb.svg);
}

@media (width > 1199px) {
  .lang-mobile {
    display: none;
  }
  .menu-lang-container .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 0 0 8px 8px;
    background-color: #ffffff;
    z-index: 10;
    line-height: 1.33;
  }
  .wpglobus-current-language {
    position: relative;
    padding: 0 9px;
    line-height: 98px;
    cursor: pointer;
  }
  .wpglobus-current-language:hover > ul {
    display: block;
  }
}
@media (width < 1200px) {
  .lang-mobile {
    display: block;
  }
  .lang-desktop {
    display: none;
  }
  .wpglobus-current-language > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    pointer-events: none;
  }
  .wpglobus-current-language > a:after {
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 6px;
    -webkit-mask: url(../img/chevron.svg);
    mask: url(../img/chevron.svg);
    background-color: #000000;
    content: "";
  }
  .menu_item_wpglobus_menu_switch:hover > a {
    background-color: #12225D;
    color: #ffffff;
  }
  .menu_item_wpglobus_menu_switch:hover > a:after {
    transform: scaley(-1);
    background-color: #ffffff;
  }
  .menu_item_wpglobus_menu_switch:hover .sub-menu {
    background-color: #F2F4FA;
  }
  .menu-lang-container .sub-menu .menu-item a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.mainIntro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
  overflow: hidden;
}
.mainIntro::before {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 1159px;
  height: 105%;
  min-height: 650px;
  -webkit-clip-path: path("M795.334 657C1065.88 657 1152 4 1152 4H0V657H795.334Z");
  clip-path: path("M795.334 657C1065.88 657 1152 4 1152 4H0V657H795.334Z");
  background: rgba(18, 34, 93, 0.9);
  content: "";
  z-index: 2;
}
.mainIntro::after {
  position: absolute;
  top: -5px;
  right: 0;
  display: block;
  width: 29%;
  height: 105%;
  min-height: 650px;
  max-width: 531px;
  background-image: url(../img/intro-shape-2.svg);
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
  content: "";
  z-index: 2;
}
.mainIntro__video {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  min-height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateY(-50%);
}
.mainIntro__text {
  position: relative;
  z-index: 2;
}
.mainIntro__title {
  max-width: 695px;
  margin-bottom: 24px;
  color: #ffffff;
}

@media screen and (max-width: 1599px) {
  .mainIntro::after {
    right: -10%;
  }
}
@media screen and (max-width: 1399px) {
  .mainIntro::before {
    left: -15%;
  }
}
.mainPluses__title {
  max-width: 485px;
  margin-bottom: 48px;
}
.mainPluses__list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 35px;
}
.mainPluses__item {
  flex: 1 1 250px;
}

.forClients {
  background-image: url(../img/forClients-bg.jpg);
  background-size: cover;
  background-position: 100%;
}
.forClients__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.forClients__text {
  color: #ffffff;
  flex: 1 1 330px;
}
.forClients__title {
  margin-bottom: 16px;
  color: #ffffff;
}
.forClients__subtitle {
  margin-bottom: 24px;
}
.forClients__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  flex: 0 1 592px;
}
.forClients__item {
  flex: 0 1 280px;
  border-radius: 5px;
  padding: 32px;
  background-color: #F2F4FA;
}
.forClients__item-title {
  margin-bottom: 16px;
}
.forClients__item-text {
  margin-bottom: 32px;
  color: #000000;
}

.accountTypes__title {
  margin-bottom: 16px;
}
.accountTypes__subtitle {
  margin-bottom: 66px;
}
.accountTypes__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 56px 32px;
}
.accountTypes__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  padding: 32px;
  background-color: #F2F4FA;
}
.accountTypes__item-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 24px;
}
.accountTypes__item-title {
  margin-bottom: 24px;
}
.accountTypes__item-deposit {
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
.accountTypes__item-popular {
  border-radius: 0 0 5px 5px;
  background-color: #12225D;
  color: #ffffff;
}
.accountTypes__item-popular .accountTypes__item-title, .accountTypes__item-popular .accountTypes__item-deposit {
  color: #ffffff;
}
.accountTypes__content {
  margin-bottom: 32px;
}
.accountTypes__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  padding: 6px 0 5px;
  border-radius: 5px 5px 0 0;
  background-color: #0027B2;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.finAssets {
  background-image: url(../img/finAssets-bg.jpg);
  background-size: cover;
  color: #ffffff;
}
.finAssets__wrap {
  display: flex;
  gap: 32px;
}
.finAssets__text {
  flex: 0 0 280px;
}
.finAssets__title {
  margin-bottom: 16px;
  color: #ffffff;
}
.finAssets__subtitle {
  margin-bottom: 24px;
}
.finAssets__btn {
  width: 100%;
  margin-bottom: 48px;
}
.finAssets__btns {
  display: flex;
  gap: 15px;
}
.finAssets__slider {
  overflow: hidden;
}
.finAssets__item {
  position: relative;
  display: flex;
  place-items: flex-end;
  border-radius: 5px;
  height: 392px;
  padding: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 1 280px;
}
.finAssets__item::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  transition: opacity 0.3s;
  content: "";
}
.finAssets__item:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  transition: background 0.3s ease;
  transition: opacity 0.3s;
  opacity: 0;
  content: "";
}
.finAssets__item-title {
  position: relative;
  color: #ffffff;
  z-index: 2;
}
.finAssets__item:hover::before {
  opacity: 0;
}
.finAssets__item:hover::after {
  opacity: 1;
}
.finAssets__item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.finAssets__item-1 {
  background-image: url(../img/finAssets-img-1.jpg);
}
.finAssets__item-2 {
  background-image: url(../img/finAssets-img-2.jpg);
}
.finAssets__item-3 {
  background-image: url(../img/finAssets-img-3.jpg);
}
.finAssets__item-4 {
  background-image: url(../img/finAssets-img-4.jpg);
}
.finAssets__item-5 {
  background-image: url(../img/finAssets-img-5.jpg);
}
.finAssets .owl-dot span {
  background-color: #12225D;
}
.finAssets .owl-dot.active span {
  background-color: #ffffff;
}

.mainPlatform__wrap {
  display: flex;
}
.mainPlatform__text {
  flex: 1 0 590px;
}
.mainPlatform__title {
  margin-bottom: 42px;
}
.mainPlatform__item {
  margin-bottom: 26px;
}
.mainPlatform__item-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mainPlatform__item-title h3 {
  margin-top: 0.2em;
  line-height: 1;
}
.mainPlatform__item .icon {
  margin-bottom: 0;
  margin-right: 12px;
}

.analyticsNews {
  padding: 120px 0 235px;
  background-color: #12225D;
}
.analyticsNews__title {
  margin-bottom: 48px;
  color: #ffffff;
}
.analyticsNews__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 280px);
  gap: 32px;
}
.analyticsNews__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  padding: 32px;
  background-color: #F2F4FA;
  background-repeat: no-repeat;
  background-position: 105% 115%;
}
.analyticsNews__item-title {
  margin-bottom: 16px;
}
.analyticsNews__item-text {
  max-width: 290px;
  margin-bottom: 32px;
}
.analyticsNews__news {
  grid-row: span 2;
}
.analyticsNews__news-list {
  margin-bottom: 26px;
}
.analyticsNews__news-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #9D9D9D;
}
.analyticsNews__news-item-title {
  flex: 0 1 350px;
  font-weight: 400;
  color: #333333;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.analyticsNews__news-item-title:hover {
  color: #63A4FF;
}
.analyticsNews__news-item-date {
  flex-shrink: 0;
  font-size: 14px;
  color: #9D9D9D;
}
.analyticsNews__news-item:last-child {
  border-bottom: 0;
}
.analyticsNews__tabs {
  display: flex;
  gap: 5px;
}
.analyticsNews__tabs button {
  border: 1px solid #12225D;
  border-radius: 5px;
  padding: 6px 8px 3px;
  background: none;
  font-size: 14px;
  line-height: 16px;
  color: #12225D;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.analyticsNews__tabs li.active button {
  background-color: #12225D;
  color: #ffffff;
}
.analyticsNews__tabs li:not(.active) button {
  cursor: pointer;
}
.analyticsNews__tabs li:not(.active):hover button {
  border-color: #36458F;
  background-color: #36458F;
  color: #ffffff;
}
.analyticsNews__calendar {
  background-image: url(../img/analyticsNews-calendar-bg.png);
}
.analyticsNews__forecasts {
  background-image: url(../img/analyticsNews-forecasts-bg.png);
}

@media (width < 1200px) {
  .mainIntro::after {
    display: none;
  }
  .mainIntro::before {
    width: 100%;
    left: 0;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .analyticsNews__wrap {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .analyticsNews__news {
    order: -1;
  }
  .analyticsNews__item-text {
    max-width: 58%;
  }
}
@media (width < 992px) {
  .forClients__text {
    max-width: 566px;
  }
  .forClients__list {
    flex-grow: 1;
  }
  .forClients__item {
    flex-grow: 1;
  }
  .finAssets__wrap {
    flex-direction: column;
  }
  .finAssets__btn {
    width: auto;
  }
  .finAssets__btns {
    display: none;
  }
  .finAssets__text {
    flex: auto;
  }
  .finAssets__subtitle {
    max-width: 560px;
  }
  .mainPlatform__text {
    flex-basis: 455px;
    flex-grow: 0;
  }
}
@media (width < 934px) {
  .accountTypes__list {
    gap: 30px;
  }
  .accountTypes__item {
    padding-top: 50px;
  }
  .accountTypes__item-popular {
    border-radius: 5px;
  }
  .accountTypes__label {
    transform: none;
  }
}
@media (width < 768px) {
  .mainPlatform__text {
    flex: 0 1 600px;
  }
  .mainPlatform__img {
    display: none;
  }
}
@media (width < 600px) {
  .mainIntro .btn {
    width: 100%;
  }
  .mainPluses__list {
    gap: 20px;
  }
  .forClients__list {
    gap: 16px;
  }
  .forClients__item {
    padding: 20px 16px;
  }
  .forClients .btn {
    width: 100%;
  }
  .forClients__title {
    max-width: 400px;
  }
  .accountTypes__list {
    gap: 32px;
  }
  .accountTypes__item {
    padding: 20px 16px;
  }
  .accountTypes__item-popular {
    order: -1;
    padding-top: 42px;
  }
  .finAssets__btn {
    width: 100%;
    margin-bottom: 16px;
  }
  .finAssets__item {
    height: 320px;
    padding: 32px 16px;
  }
  .mainPlatform .btn {
    width: 100%;
  }
  .analyticsNews {
    padding: 60px 0 150px;
  }
  .analyticsNews__wrap {
    gap: 16px;
  }
  .analyticsNews__item {
    padding: 20px 16px;
    background-image: none;
  }
  .analyticsNews__item-text {
    max-width: 100%;
  }
  .pageHeader {
    padding: 60px 0;
  }
}
.aboutInfo__whatIs {
  display: flex;
  align-items: center;
  gap: 65px;
  margin-bottom: 120px;
}
.aboutInfo__title {
  margin-bottom: 16px;
}
.aboutInfo p {
  margin: 1em 0;
}
.aboutInfo__nums {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.aboutInfo__nums-item {
  position: relative;
  border-radius: 5px;
  padding: 32px;
  background-color: #F2F4FA;
  color: #000000;
}
.aboutInfo__nums-item-title {
  margin-bottom: 8px;
  font-size: 42px;
  font-weight: 500;
  color: #12225D;
}
.aboutInfo__nums-item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.aboutInfo__nums-item:hover {
  background-color: #E2E8FA;
}
.aboutInfo__history {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.aboutInfo__history-img {
  flex: 0 0 411px;
}
.aboutInfo__history-img img {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 411px;
}
.aboutInfo__history-text {
  flex: 0 1 700px;
}
.aboutInfo__text {
  flex: 1 0 500px;
}
.aboutInfo__img img {
  display: block;
  width: 100%;
}

.aboutPluses {
  background-color: #12225D;
}
.aboutPluses__title {
  margin-bottom: 48px;
  max-width: 520px;
  color: #ffffff;
}
.aboutPluses__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 48px 78px;
}
.aboutPluses__item-title {
  color: #ffffff;
}

.aboutLiquidity__title {
  max-width: 832px;
  margin-bottom: 72px;
}
.aboutLiquidity__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px 88px;
}

.aboutAverageTime {
  padding: 120px 0 236px;
  background-color: #12225D;
  color: #ffffff;
}
.aboutAverageTime__title {
  margin-bottom: 16px;
  color: #ffffff;
}
.aboutAverageTime__img {
  display: block;
  width: 100%;
  margin-top: 48px;
}

@media (width < 992px) {
  .aboutInfo__whatIs {
    gap: 20px;
  }
  .aboutInfo__text {
    flex-basis: 415px;
  }
  .aboutInfo__nums-item {
    padding: 16px;
  }
  .aboutInfo__history {
    flex-direction: column-reverse;
  }
  .aboutInfo__history-text {
    flex: auto;
  }
}
@media (width < 768px) {
  .aboutInfo__img {
    display: none;
  }
  .aboutInfo__text {
    flex: auto;
  }
  .aboutInfo__nums {
    gap: 16px;
  }
  .aboutLiquidity__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    align-items: center;
    justify-items: center;
  }
}
@media (width < 600px) {
  .aboutInfo__whatIs {
    margin-bottom: 60px;
  }
  .aboutPluses__list {
    gap: 20px;
  }
  .aboutPluses__item-title {
    max-width: 400px;
  }
  .aboutLiquidity__title {
    margin-bottom: 48px;
  }
  .aboutAverageTime {
    padding: 60px 0 120px;
  }
  .aboutInfo__nums-item-title {
    font-size: 32px;
  }
}
@media (width < 480px) {
  .aboutInfo__nums {
    grid-template-columns: auto;
  }
}
.docs {
  padding: 120px 0 232px;
  background-color: #12225D;
}
.docs__title {
  margin-bottom: 120px;
  color: #ffffff;
}
.docs__list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.docs__item {
  flex: 1 1 384px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: 5px;
  padding: 32px;
  background-color: #ffffff;
}
.docs__item-icon {
  width: 70px;
  height: 70px;
  background-size: 50px;
  margin-bottom: 48px;
}
.docs__item-title {
  margin-bottom: 24px;
}
.docs__item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.docs__item .arrow-link {
  font-size: 16px;
  font-weight: 500;
  color: #12225D;
}
.docs__item:hover {
  background-color: #F2F4FA;
}

@media (width < 600px) {
  .docs {
    padding: 60px 0 150px;
  }
  .docs__title {
    margin-bottom: 48px;
  }
  .docs__list {
    gap: 16px;
  }
  .docs__item {
    padding: 16px;
  }
  .docs__item-icon {
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    background-size: 30px;
  }
  .docs__item-title {
    margin-bottom: 16px;
  }
}
.contacts {
  padding: 120px 0 232px;
  background-color: #12225D;
}
.contacts__title {
  margin-bottom: 120px;
  color: #ffffff;
}
.contacts__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 32px;
}
.contacts__item {
  border-radius: 5px;
  padding: 32px;
  background-color: #ffffff;
}
.contacts__item-title {
  margin-bottom: 32px;
}
.contacts__map {
  padding: 0;
}
.contacts__list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contacts__list li span {
  margin-top: 0.2em;
}
.contacts__list li:last-child {
  margin-bottom: 0;
}
.contacts__icon {
  width: 30px;
  height: 30px;
  background-size: 20px;
  margin-bottom: 0;
  margin-right: 15px;
  flex-shrink: 0;
}
.contacts__form {
  grid-row-end: span 2;
}
.contacts__form-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts__form .btn {
  align-self: flex-start;
}

@media (width < 768px) {
  .contacts__wrap {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .contacts__form {
    order: 1;
  }
  .contacts__map {
    height: 220px;
    border-radius: 5px;
  }
  .contacts__map iframe {
    border-radius: 5px;
  }
}
@media (width < 600px) {
  .contacts {
    padding: 60px 0 150px;
  }
  .contacts__title {
    margin-bottom: 48px;
  }
  .contacts__wrap {
    gap: 16px;
  }
  .contacts__item {
    padding: 20px 16px;
  }
  .contacts__map {
    padding: 0;
  }
  .contacts__form .btn {
    width: 100%;
  }
}
.error-page {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-height: 800px;
  padding: 60px 0;
  background-color: #12225D;
  background-image: url(../img/error-page-bg.jpg);
  background-size: cover;
  color: #ffffff;
}
.error-page::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(18, 34, 93, 0.9);
  content: "";
}
.error-page__text {
  position: relative;
}
.error-page__title {
  font-size: 96px;
  color: #ffffff;
}
.error-page__subtitle {
  margin: 24px 0 32px;
  font-size: 24px;
  font-weight: 500;
}

@media (width < 992px) {
  .error-page__title {
    font-size: 42px;
  }
  .error-page__subtitle {
    font-size: 20px;
  }
}
@media (width < 600px) {
  .error-page .btn {
    width: 100%;
  }
}
.whyChoose__title {
  margin-bottom: 48px;
  max-width: 705px;
}
.whyChoose__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 33px;
}
.whyChoose__list > div {
  flex: 1 1 300px;
  max-width: 700px;
}
.whyChoose__item-title {
  margin-bottom: 16px;
}

.resposibility {
  background-color: #12225D;
}
.resposibility__title {
  margin-bottom: 48px;
  max-width: 800px;
  color: #ffffff;
}
.resposibility__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.resposibility__item {
  border-radius: 5px;
  padding: 32px;
  background-color: #F2F4FA;
  flex-basis: 488px;
  min-height: 300px;
}
.resposibility__item-title {
  margin-bottom: 16px;
}
.resposibility__item-wrap {
  max-width: 316px;
}
.resposibility__item:first-child {
  background-image: url(../img/laptop.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 336px;
  flex-grow: 1;
}
.resposibility__item:last-child {
  background-image: url(../img/phones-2.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  flex-grow: 1;
}

.awards__top {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
}
.awards__top > * {
  flex: 1;
}
.awards__img img {
  display: block;
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}
.awards__text {
  flex: 0 0 560px;
}
.awards__title {
  margin-bottom: 24px;
}
.awards__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-radius: 5px;
  background-color: #F2F4FA;
  height: 100%;
}
.awards__item img {
  margin-top: 16px;
}
.awards__year {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  color: #12225D;
}
.awards__list-wrap {
  position: relative;
}
.awards__list-wrap .slider-btn_prev, .awards__list-wrap .slider-btn_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.awards__list-wrap .slider-btn_prev {
  left: -70px;
}
.awards__list-wrap .slider-btn_next {
  right: -70px;
}

.faq {
  padding-top: 120px;
  padding-bottom: 232px;
  background-color: #12225D;
  color: #ffffff;
}
.faq__title {
  margin-bottom: 48px;
  color: #ffffff;
}
.faq__item {
  display: flex;
  gap: 20px 104px;
  padding: 25px 0;
  border-bottom: 1px solid #9D9D9D;
}
.faq__item-title {
  flex: 1 0 415px;
  font-size: 24px;
  font-weight: 500;
}
.faq__item:last-child {
  border: 0;
}
.faq__item:first-child {
  padding-top: 0;
}

@media (width < 1400px) {
  .awards__item {
    padding: 20px;
  }
  .awards__list-wrap {
    max-width: calc(100% - 160px);
    margin: 0 auto;
  }
}
@media (width < 1200px) {
  .resposibility__item {
    flex: 1 0;
  }
  .resposibility__item:first-child, .resposibility__item:last-child {
    flex: auto;
    width: 100%;
  }
  .resposibility__item-wrap {
    max-width: 400px;
  }
  .faq__item {
    gap: 20px;
  }
}
@media (width < 992px) {
  .awards__top {
    flex-direction: column;
  }
  .awards__text {
    flex: auto;
  }
  .awards__img {
    max-width: 650px;
  }
  .awards .slider-btn {
    display: none;
  }
  .awards__list-wrap {
    max-width: 100%;
  }
  .faq__item {
    flex-direction: column;
    gap: 16px;
  }
  .faq__item > * {
    flex: auto;
  }
}
@media (width < 768px) {
  .resposibility__list {
    flex-direction: column;
    gap: 20px;
  }
  .resposibility__item {
    padding: 20px 16px;
    min-height: auto;
  }
  .resposibility__item:first-child, .resposibility__item:last-child {
    background-image: none;
  }
  .resposibility__item-wrap {
    max-width: 90%;
  }
}
@media (width < 600px) {
  .awards .btn {
    width: 100%;
  }
  .faq {
    padding: 60px 0 120px;
  }
  .faq__title {
    margin-bottom: 20px;
  }
  .faq__item-title {
    font-size: 20px;
  }
}
@media (width < 500px) {
  .awards__item {
    text-align: center;
  }
}
@media (width < 480px) {
  .resposibility__item-wrap {
    max-width: 100%;
  }
}
.how-to-start {
  padding: 120px 0 243px;
  background-color: #12225D;
  color: #ffffff;
}
.how-to-start__title {
  margin-bottom: 58px;
  color: #ffffff;
}
.how-to-start__wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.how-to-start__img {
  flex: 0 1 592px;
  border-radius: 5px;
  height: auto;
  background-image: url(../img/how-to-start-img.jpg);
  background-size: cover;
  background-position: center;
}
.how-to-start__text {
  flex: 0 1 564px;
}

.howToStart-layout .aside {
  flex: 0 1 300px;
}

@media (width < 1120px) {
  .aside.aside-two-items {
    flex-direction: row;
    gap: 20px;
    flex: 1;
  }
  .aside.aside-two-items .start-invest-banner {
    max-width: 380px;
    flex: 1;
  }
  .aside.aside-two-items .subscribe-form {
    max-width: 380px;
    flex: 1;
  }
  .two-cols-layout .content {
    flex: 0 1 955px;
  }
  .two-cols-layout .content.news-content {
    max-width: 1000px;
  }
}
@media (width < 992px) {
  .how-to-start__img {
    display: none;
  }
}
@media (width < 660px) {
  .aside.aside-two-items {
    flex-direction: column;
  }
  .aside.aside-two-items .start-invest-banner {
    max-width: 100%;
  }
  .aside.aside-two-items .subscribe-form {
    max-width: 100%;
  }
}
@media (width < 600px) {
  .how-to-start {
    padding: 60px 0 150px;
  }
  .how-to-start__title {
    margin-bottom: 32px;
  }
}
.start-invest-banner {
  border-radius: 5px;
  padding: 270px 32px 32px;
  background-color: #FFE45E;
  background-image: url(../img/start-invest-banner-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  text-align: center;
}
.start-invest-banner__text {
  margin: 16px 0 24px;
}
.start-invest-banner .btn {
  width: 100%;
}

@media (width < 660px) {
  .start-invest-banner {
    background-image: none;
    padding: 16px;
  }
}
.subscribe-form {
  border-radius: 5px;
  padding: 32px;
  background-color: #F2F4FA;
}
.subscribe-form__title {
  margin: 0 auto 32px auto;
  max-width: 250px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.05;
  text-align: center;
}
.subscribe-form input:not(.btn) {
  background-color: #ffffff;
  border: 1px solid #D0D0D0;
}
.subscribe-form input:not(.btn)::-moz-placeholder {
  color: #333333;
}
.subscribe-form input:not(.btn)::placeholder {
  color: #333333;
}
.subscribe-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.subscribe-form .custom-checkbox + label {
  font-size: 14px;
}
.subscribe-form .custom-checkbox + label:before {
  background-color: #ffffff;
  border: 1px solid #D0D0D0;
}
.subscribe-form .btn {
  width: 100%;
  margin-top: 20px;
}

@media (width < 768px) {
  .subscribe-form__title {
    font-size: 26px;
  }
}
@media (width < 600px) {
  .subscribe-form {
    padding: 16px;
  }
  .subscribe-form__title {
    max-width: 100%;
  }
}
.platform__title {
  margin-bottom: 48px;
}
.platform__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.platform__item {
  border-radius: 5px;
  background-color: #F2F4FA;
}
.platform__item-title {
  margin-bottom: 16px;
}
.platform__item-text {
  margin-bottom: 24px;
  max-width: 450px;
}
.platform__item-text-wrap {
  padding: 32px 32px 0;
}
.platform__item-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.platform__item-btns_desktop {
  flex-direction: column;
  align-items: flex-start;
}
.platform__item-btns_desktop .btn {
  width: 270px;
  justify-content: center;
}
.platform__pc, .platform__web {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 27px;
  flex: 1;
}
.platform__pc-img, .platform__web-img {
  align-self: flex-end;
}
.platform__mobile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.platform__mobile-text-wrap {
  padding: 32px;
  align-self: center;
  flex-shrink: 0;
}
.platform__mobile-img {
  flex: 1 1;
  align-self: flex-end;
  min-width: 300px;
  width: 100%;
  max-width: 592px;
}
.platform__mobile-img img {
  display: block;
  width: 100%;
  height: auto;
}

@media (width < 992px) {
  .platform__mobile {
    flex-direction: column;
  }
  .platform__mobile-text-wrap {
    align-self: flex-start;
  }
  .platform__mobile-img {
    max-width: 400px;
  }
}
@media (width < 600px) {
  .platform__list {
    flex-direction: column;
  }
  .platform__item .btn {
    width: 100%;
    justify-content: center;
  }
  .platform__item-text {
    max-width: 100%;
  }
  .platform__item-text-wrap {
    padding: 16px 16px 0;
  }
  .platform__mobile {
    gap: 27px;
  }
  .platform__mobile-text-wrap {
    padding: 16px 16px 0;
  }
  .platform__mobile-img {
    min-width: unset;
  }
  .platform__pc-img, .platform__web-img {
    width: 100%;
    max-width: 398px;
    height: auto;
  }
}
.deposits__title {
  margin-bottom: 16px;
}
.deposits__text {
  margin-bottom: 54px;
  max-width: 760px;
}
.deposits__table {
  margin-bottom: 32px;
}
.deposits__table td {
  width: 33.3333333333%;
}
.deposits__table td:first-child {
  min-width: 396px;
}
.deposits__table_mobile {
  display: none;
}
.deposits__table_mobile span {
  display: block;
}
.deposits__table_mobile .deposits__icon {
  margin-bottom: 10px;
}
.deposits__table_mobile .text {
  font-size: 16px;
  color: #9D9D9D;
}
.deposits__method-name {
  display: flex;
  align-items: center;
  gap: 20px;
}
.deposits__icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}

.market {
  padding-bottom: 232px;
  background-color: #12225D;
}
.market__title {
  color: #ffffff;
}
.market__text {
  max-width: 773px;
  margin: 16px 0 48px;
  color: #ffffff;
}

@media (width < 992px) {
  .deposits__table {
    display: none;
  }
  .deposits__table_mobile {
    display: table;
  }
  .deposits__table td:first-child {
    min-width: unset;
  }
}
@media (width < 768px) {
  .section.market {
    padding: 60px 0 150px;
  }
}
@media (width < 600px) {
  .deposits .btn {
    width: 100%;
  }
}
.invest__title {
  margin-bottom: 48px;
}
.invest__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.invest__list_first {
  margin-bottom: 120px;
}

.popular-shares {
  background-color: #12225D;
  color: #ffffff;
}
.popular-shares__title {
  margin-bottom: 48px;
  color: #ffffff;
}

@media (width < 600px) {
  .invest__list {
    gap: 20px;
  }
  .invest__list_first {
    margin-bottom: 60px;
  }
}
.analytics__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px;
  flex-wrap: wrap;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}

.news-list__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  flex: 1 1 700px;
}

.invest-in-future {
  flex: 1 1 300px;
  max-width: 384px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  padding: 40px 18px 32px;
  background-color: #E98A15;
  background-image: url(../img/invest-banner-bg.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
}
.invest-in-future__title {
  margin-bottom: 16px;
  line-height: 1;
}
.invest-in-future img {
  display: block;
  margin: 26px 0 38px;
  width: 100%;
  height: auto;
}
.invest-in-future .btn {
  width: 100%;
}

.online-quotes {
  color: #ffffff;
  background-color: #12225D;
}
.online-quotes__title {
  margin-bottom: 16px;
  color: #ffffff;
}
.online-quotes__subtitle {
  margin-bottom: 48px;
}

.online-chart__title {
  margin-bottom: 16px;
}
.online-chart__subtitle {
  margin-bottom: 48px;
  max-width: 770px;
}
.online-chart__cols {
  display: flex;
  gap: 32px;
  margin-top: 120px;
}
.online-chart__cols > div {
  border-radius: 5px;
  padding: 32px;
  background-color: #F2F4FA;
}
.online-chart__w-wrap {
  max-width: 360px;
  margin: 0 auto;
}

.forecasts {
  padding-top: 143px;
  padding-bottom: 237px;
  color: #ffffff;
  background-color: #12225D;
}
.forecasts__title {
  margin-bottom: 16px;
  color: #ffffff;
}
.forecasts__subtitle {
  margin-bottom: 48px;
  max-width: 770px;
}

@media (width < 992px) {
  .online-chart__cols {
    flex-direction: column;
  }
}
@media (width < 768px) {
  .section.forecasts {
    padding: 60px 0 150px;
  }
}
@media (width < 600px) {
  .analytics__header .btn {
    width: 100%;
  }
  .online-chart__cols > div {
    padding: 20px 16px;
  }
}
@media (width < 1062px) {
  .invest-in-future {
    max-width: 100%;
    background-size: cover;
  }
  .invest-in-future img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.calendar {
  padding-bottom: 250px;
}
.calendar .icon {
  margin: 0 auto 32px auto;
}
.calendar__list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.calendar__item {
  flex: 1;
  text-align: center;
}
.calendar__item-title {
  margin-bottom: 16px;
  color: #ffffff;
}

@media (width < 992px) {
  .calendar .section__title {
    text-align: center;
  }
  .calendar__list {
    flex-direction: column;
    gap: 32px;
  }
  .calendar__item {
    margin: 0 auto;
    max-width: 400px;
  }
  .calendar__item-title {
    margin-bottom: 8px;
  }
  .calendar .icon {
    margin-bottom: 16px;
  }
}
@media (width < 768px) {
  .section.calendar {
    padding: 60px 0 150px;
  }
}
.instr-list__tabs {
  display: flex;
  width: 100%;
  border-radius: 5px 5px 0 0;
  min-width: 960px;
}
.instr-list__tabs-wrap {
  border-radius: 5px 5px 0 0;
  border: 1px solid #E4E4E4;
  overflow-x: auto;
}
.instr-list__tabs li {
  flex: 1;
}
.instr-list__tabs li button {
  display: block;
  width: 100%;
  padding: 16px;
  background-color: #F6F6F6;
  font-size: 18px;
  line-height: 1.33;
  color: #575757;
}
.instr-list__tabs li.active {
  pointer-events: none;
}
.instr-list__tabs li.active button {
  background-color: #12225D;
  color: #ffffff;
}
.instr-list__tabs li:first-child button {
  border-top-left-radius: 5px;
}
.instr-list__tabs li:last-child button {
  border-top-right-radius: 5px;
}

.instr-list__tables {
  overflow-x: auto;
}

.instr-list__table {
  display: none;
  color: #000000;
  border: 1px solid #E4E4E4;
  border-top: 0;
  border-bottom: 0;
  min-width: 960px;
}
.instr-list__table th {
  padding: 22px 20px;
  text-align: left;
  background-color: #ffffff;
  color: inherit;
}
.instr-list__table td {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
}
.instr-list__table td:first-child span {
  display: block;
}
.instr-list__table td:first-child span:last-child {
  color: #9D9D9D;
}
.instr-list__table td:last-child {
  white-space: nowrap;
  width: 1px;
}
.instr-list__table td:last-child span {
  display: inline-block;
}
.instr-list__table td:last-child span:first-child {
  margin-right: 65px;
  width: 98px;
}
.instr-list__table.active {
  display: table;
}
.instr-list__table.small tr:nth-child(n+7) {
  display: none;
}
.instr-list__table tr:nth-child(even) td {
  background-color: #F6F6F6;
}
.instr-list__table tr:hover td {
  background-color: #E4E4E4;
}

.instr-btn {
  display: inline-block;
  border-radius: 5px;
  padding: 8px 16px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
}
.instr-btn:hover {
  color: #ffffff;
}
.instr-btn_green {
  background-color: #14964F;
}
.instr-btn_green:hover {
  background-color: #006C31;
}
.instr-btn_red {
  margin-left: 10px;
  background-color: #9E0303;
}
.instr-btn_red:hover {
  background-color: #7C0000;
}

.instr-list__more {
  border-radius: 0 0 5px 5px;
  border: 1px solid #E4E4E4;
  border-top: 0;
}
.instr-list__more button {
  border-radius: 0 0 5px 5px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 20px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.33;
  text-align: center;
}
.instr-list__more button:hover {
  background-color: #E4E4E4;
}
.instr-list__more button::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 7px;
  background-image: url(../img/chevron.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  vertical-align: middle;
  content: "";
}
.instr-list__more.active button::after {
  transform: scaleY(-1);
}

@media (hover) {
  .instr-list__tabs li:hover button {
    background-color: #E4E4E4;
  }
}
.banner + .footer {
  padding-top: 0;
}

.footer {
  padding-top: 120px;
  padding-bottom: 50px;
}
.footer_offset {
  padding-bottom: 130px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__logo img {
  width: 150px;
}
.footer__links {
  display: flex;
  align-items: flex-start;
}
.footer__apps {
  display: flex;
  gap: 20px;
  margin-right: 60px;
}
.footer__apps-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 48px;
  height: 48px;
  background-color: #12225D;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  transition: background-color 0.3s ease;
}
.footer__apps-item:hover {
  background-color: #36458F;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.footer__nav {
  flex: 1 1;
}
.footer__nav > ul {
  display: flex;
  justify-content: space-between;
  gap: 20px 50px;
}
.footer__nav > ul > li.menu-item-has-children > a {
  color: #9D9D9D;
  pointer-events: none;
}
.footer__nav > ul > li > a {
  margin-bottom: 15px;
  line-height: 24px;
  color: #000000;
}
.footer__nav > ul > li ul {
  margin-top: 15px;
}
.footer__nav > ul > li ul li {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 18px;
}
.footer__nav > ul > li ul li a {
  color: #333333;
}
.footer__nav > ul > li ul li a:hover {
  color: #63A4FF;
}
.footer__contacts {
  flex: 0 0 265px;
  margin-left: 110px;
}
.footer__contacts-title {
  margin-bottom: 15px;
  color: #000000;
}
.footer__contacts-list {
  color: #9D9D9D;
}
.footer__contacts-list li {
  margin-bottom: 7px;
  font-size: 16px;
}
.footer__contacts-list li a {
  color: #333333;
}
.footer__contacts-list li a:hover {
  color: #63A4FF;
}
.footer__risk {
  font-size: 16px;
  color: #9D9D9D;
}
.footer__risk p {
  margin: 16px 0;
}
.footer__risk p:last-child {
  margin-bottom: 0;
}

@media (width < 1024px) {
  .footer__bottom {
    flex-direction: column;
    gap: 40px;
  }
  .footer__contacts {
    margin: 0;
    flex: auto;
  }
  .footer__nav {
    max-width: 800px;
  }
  .footer__apps {
    margin-right: 20px;
    gap: 12px;
  }
}
@media (width < 768px) {
  .footer__top {
    flex-direction: column;
    gap: 20px;
  }
  .footer__links {
    justify-content: space-between;
  }
  .footer__nav > ul {
    gap: 20px;
  }
}
@media (width < 600px) {
  .footer__links {
    flex-direction: column;
    gap: 20px;
  }
  .footer .btn {
    width: 100%;
  }
  .footer__nav > ul {
    flex-direction: column;
  }
  .footer__bottom {
    gap: 20px;
  }
}
@media (width < 1024px) {
  .banner__wrap {
    background-position: 110%;
    background-blend-mode: soft-light;
  }
}
@media (width < 768px) {
  body {
    font-size: 16px;
  }
  h1, .h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 26px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  .section {
    padding: 60px 0;
  }
  .section.other-news {
    padding: 60px 0 150px;
  }
  .section.analytics {
    padding: 60px 0 150px;
  }
  .section.analytics_full {
    padding: 60px 0 0;
  }
}
@media (width < 600px) {
  .banner__wrap {
    text-align: center;
    background-image: none !important;
    padding: 20px 16px;
  }
  .banner__wrap .btn {
    width: 100%;
  }
  .two-cols-layout .aside {
    flex: auto;
    gap: 20px;
  }
  .card {
    padding: 20px 16px;
  }
  .card__title {
    margin-bottom: 8px;
  }
  .pageHeader .btn {
    width: 100%;
  }
  .online-charts__list {
    grid-template-columns: 100%;
  }
  .online-charts__list > div {
    height: 500px;
  }
}