html {
  min-height: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 12px;
  font-family: "TT Firs Neue Yelo", Arial, sans-serif;
  text-align: left;
  color: #000;
  background: #fff;
  /*min-height: 100%;
  height: 100%;*/
  overflow-y: overlay;
  overflow-x: clip;
  position: relative;
  touch-action: pan-y;
}

body.overflow {
  overflow: clip;
}

body::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}

body::-webkit-scrollbar-track {
  background-color: transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}

body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

body::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 0px;
  height: 0px;
}

body::-webkit-scrollbar {
  width: 4px;
}

* {
  box-sizing: border-box;
}

:root {
  --app-height: 100%;
}

img[src=""] {
  display: none !important;
}

a.full_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
}

a {
  color: #1B69DE;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

input,
select,
textarea,
button {
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  font-family: "TT Firs Neue Yelo", Helvetica, Arial, sans-serif !important;
}

input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

video::-webkit-media-controls-panel {
  display: none;
  -webkit-appearance: none;
}

video::-webkit-media-controls-play-button {
  display: none;
  -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none;
  -webkit-appearance: none;
}

video::-webkit-media-controls {
  display: none;
  -webkit-appearance: none;
}

video {
  pointer-events: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none;
}

video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}

.form_center {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 120px;
}

.form_center h2 {
  padding: 0 0 48px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  color: #000;
}

.form_center p {
  padding: 0 0 13px;
  font-size: 12px;
  line-height: 1.22;
  text-align: left;
  color: #939393;
}


.input_item_n {
  padding: 0 0 12px;
}

.input_item_n label {
  display: block;
  position: relative;
}

.input_item_n span {
  font-size: 17px;
  line-height: 1.6;
  color: #939393;
  position: absolute;
  left: 16px;
  top: 20px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input_item_n input {
  display: block;
  width: 100%;
  height: 64px;
  padding: 0 16px;
  border: 1px solid #EAEAEA;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input_item_n input:placeholder {
  color: #939393;
}

.input_item_n input:focus {
  padding-top: 20px;
  border-color: #ccc;
}

.input_item_n input:focus+span {
  top: 12px;
  font-size: 12px;
}

.input_item_n input:valid {
  padding-top: 20px;
}

.input_item_n input:valid+span {
  top: 12px;
  font-size: 12px;
}


.main_header {
  position: static;
}

.main_header.compact>div {
  max-width: 900px;
}

.main_header>div {
  height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 120px;
}

.logo a {
  display: none;
  width: 144px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/logo.svg);
}

.lang_selector a {
  margin: 0 0 0 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  color: #939393;
}

.lang_selector a.active {
  color: #000;
}

.first_wrapper>div {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 120px 100px;
}

.index_first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.index_first .inner {
  width: calc(50% - 24px);
}

.index_first .image {
  width: calc(50% - 24px);
}

.index_first .image img {
  width: 100%;
  border-radius: 28px;
}

.index_first h2 {
  padding: 0 0 24px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.index_first p {
  max-width: 530px;
  padding: 0 0 80px;
  font-size: 20px;
  line-height: 1.25;
  color: #939393;
}

.download_link {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}

.download_link .download a {
  display: inline-block;
  padding: 18px 50px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  border-radius: 30px;
  color: #000;
  text-decoration: none;
  background-color: #FFC72C;
}

.qr_link {
  font-size: 0;
}

.qr_link a {
  height: 180px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #F7F7F7;
}

.qr_link.qr-white a {
  background-color: #fff;
}

.qr_link a img {
  width: 120px;
  height: 120px;
}

.advantages_block {
  padding: 72px 0 80px;
  background-color: #24B07E;
}

.advantages_block>div {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 120px 20px;
}

.advantages_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
}

.advantages_grid figure {
  text-align: center;
}

.advantages_grid .icon {
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 28px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.advantages_grid figcaption {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}

.middle_wrapper {
  padding: 124px 0 100px;
}

.middle_wrapper>div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 120px;
}

.middle_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F7F7F7;
  overflow: hidden;
  margin: 0 0 24px;
  font-size: 0;
  border-radius: 30px;
}

.middle_block.compact {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: calc(50% - 12px);
  padding: 60px 56px;
}

.middle_block.compact .inner {
  width: 100%;
  padding: 0;
}

.middle_block.compact h3 {
  padding: 0 0 16px;
  font-size: 20px;
}

.middle_block.compact h2 {
  padding: 0 0 16px;
  font-size: 30px;
}

.middle_block .inner {
  width: calc(50% + 32px);
  padding: 56px;
}

.middle_block .image {
  width: auto;
  width: calc(50% - 32px);
}

.middle_block h3 {
  padding: 0 0 20px;
  font-size: 22px;
  line-height: 1.25;
  text-align: left;
  color: #0072CE;
  text-transform: uppercase;
}

.middle_block h2 {
  padding: 0 0 16px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.04em;
  color: #000;
}

.middle_block p {
  font-size: 20px;
  line-height: 1.45;
  color: #939393;
}

.middle_block .graph {
  padding: 0 0 44px;
}

.middle_block .graph img {
  width: 100%;
}

.middle_block img {
  max-width: 100%;
}

.middle_three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 8px;
  padding: 40px 0 0;
}

.middle_three:empty {
  display: none;
}

.middle_three section {
  padding: 20px 18px;
  background-color: #fff;
  border-radius: 16px;
}

.middle_three .icon {
  min-height: 108px;
}

.middle_three h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41;
  color: #000;
  text-transform: uppercase;
}

.start_wrapper {
  padding: 130px 0;
  background-color: #FFC72C;
}

.start_wrapper>div {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 120px;
}

.start_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.start_block .inner {
  max-width: 510px;
  width: calc(50% - 48px);
}

.start_block h2 {
  padding: 0 0 24px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #000;
}

.start_block p {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
}

.start_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  counter-reset: my-awesome-counter;
}

.start_list li {
  margin: 10px 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 2.42;
  position: relative;
  cursor: pointer;
  counter-increment: my-awesome-counter;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (min-width: 768px) {
  .start_list li:hover::before {
    background-color: #fff;
    left: 0;
    transform: scale(0.8);
  }

  .start_list li:hover span {
    padding-left: 150px;
  }
}

.start_list li::before {
  content: counter(my-awesome-counter);
  display: block;
  width: 109px;
  padding: 20px 0px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.48);
  border-radius: 55px;
  position: absolute;
  left: -130px;
  top: 0;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  pointer-events: none;
}

.start_list li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -130px;
  right: 0;
}

.start_list span {
  font-size: 24px;
  display: inline-block;
  min-width: 400px;
  padding: 20px 52px;
  background-color: rgba(255, 255, 255, 0.48);
  border-radius: 55px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.stocks_wrapper {
  padding: 120px 0;
  background-color: #F7F7F7;
  position: relative;
}

.stocks_wrapper>div {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 120px;
}

.stocks_round {
  display: block;
  width: 700px;
  height: 700px;
  position: relative;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #E3E3E3;
  margin: 0 auto;
  animation: rotating 60s linear infinite;
}

.stocks_round::before {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  position: absolute;
  left: 15%;
  top: 15%;
  background-color: #F0F0F0;
  border-radius: 50%;
}

.stocks_round:hover {
  animation-play-state: paused;
}

.stocks_round:hover figure {
  animation-play-state: paused;
}

.stocks_round figure {
  position: absolute;
  left: -22px;
  top: calc(50% - 22px);
  animation: rotating_reverse 60s linear infinite;
}

.stocks_round figure+figure {
  left: calc(14.22% - 22px);
  top: calc(14.22% - 22px);
}

.stocks_round figure+figure+figure {
  left: calc(50% - 22px);
  top: -22px;
}

.stocks_round figure+figure+figure+figure {
  left: calc(85.78% - 22px);
  top: calc(14.22% - 22px);
}

.stocks_round figure+figure+figure+figure+figure {
  left: calc(100% - 22px);
  top: calc(50% - 22px);
}

.stocks_round figure+figure+figure+figure+figure+figure {
  left: calc(85.78% - 22px);
  top: calc(85.78% - 22px);
}

.stocks_round figure+figure+figure+figure+figure+figure+figure {
  left: calc(50% - 22px);
  top: calc(100% - 22px);
}

.stocks_round figure+figure+figure+figure+figure+figure+figure+figure {
  left: calc(14.22% - 22px);
  top: calc(85.78% - 22px);
}

.stocks_round img {
  border-radius: 50%;
  box-shadow: 0 0 0 10px #EBEBEB;
}

.stocks_center {
  width: 100%;
  position: absolute;
  left: 0;
  top: 320px;
}

.stocks_center h2 {
  width: 500px;
  margin: 0 auto;
  padding: 0 0 48px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.stocks_line {
  display: flex;
  margin: 0 0 30px;
  animation: marquee 30s linear infinite;
}

.stocks_line+.stocks_line {
  animation: marquee_reverse 30s linear infinite;
}

.stocks_line:hover {
  animation-play-state: paused;
}

.stocks_line section {
  width: var(--main-width);
  display: flex;
}

.stocks_line article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 375px;
  margin: 0 30px 0 0;
  padding: 8px 20px;
  background-color: #fff;
  border-radius: 8px;
}

.stocks_line .l_side {
  display: flex;
  align-items: center;
}

.stocks_line h3 {
  padding: 0 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.stocks_line strong {
  padding: 0 28px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #000;
}

.stocks_line span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.stocks_line span.red {
  color: #F95C53;
}

.form_wrapper {
  padding: 120px 0;
}

.form_wrapper>div {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 120px;
}

.form_block {
  padding: 120px;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-image: url(../img/form_bg.png);
  border-radius: 30px;
}

.form_block header {
  padding: 0 0 32px;
  text-align: center;
  position: static;
}

.form_block h2 {
  padding: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.75;
  color: #000;
}

.form_block p {
  font-size: 22px;
  line-height: 1.27;
  color: #939393;
}

.form_inner {
  max-width: 660px;
  margin: 0 auto;
}

.input_item {
  padding: 0 0 12px;
}

.input_item label {
  display: block;
  position: relative;
}

.input_item span {
  font-size: 20px;
  line-height: 1.6;
  color: #939393;
  position: absolute;
  left: 16px;
  top: 23px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input_item input {
  display: block;
  width: 100%;
  height: 74px;
  padding: 0 16px;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input_item input:placeholder {
  color: #939393;
}

.input_item input:focus {
  padding-top: 22px;
  border-color: #ccc;
}

.input_item input:focus+span {
  top: 16px;
  font-size: 15px;
}

.input_item input:valid {
  padding-top: 22px;
}

.input_item input:valid+span {
  top: 16px;
  font-size: 15px;
}

.submit_button {
  padding: 12px 0 0;
}

.submit_button button,
.submit_button a {
  display: block;
  width: 100%;
  padding: 18px 24px;
  border: none;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background-color: #FFC72C;
  border-radius: 8px;
  cursor: pointer;
}

.boost_wrapper {
  padding: 100px 0;
  background-color: #F7F7F7;
}

.boost_wrapper>div {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 120px;
}

.boost_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.boost_block .inner {
  width: calc(50% - 24px);
}

.boost_block .image {
  width: calc(50% - 24px);
}

.boost_block .image img {
  width: 100%;
}

.boost_block h2 {
  padding: 0 0 28px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.boost_block p {
  max-width: 530px;
  padding: 0 0 80px;
  font-size: 22px;
  line-height: 1.25;
  color: #939393;
}

.faq_wrapper {
  padding: 140px 0 86px;
  background-color: #24B07E;
}

.faq_wrapper>div {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 120px;
}

.faq_sides {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.faq_sides .inset {
  width: calc(50% - 24px);
}

.faq_sides .inset p {
  max-width: 500px;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 0.015em;
  color: rgba(255, 255, 255, 0.66);
}

.faq_sides h2 {
  padding: 0 0 24px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}

.faq_accordion article {
  margin: 0 0 24px;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.faq_accordion article.show_me {
  padding: 0 0 12px;
}

.faq_accordion article.show_me h3 a::before {
  transform: rotate(180deg);
}

.faq_accordion h3 a {
  display: block;
  width: 100%;
  padding: 24px 96px 24px 28px;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.faq_accordion h3 a::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 28px;
  top: calc(50% - 1px);
  transform: rotate(90deg);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.faq_accordion h3 a::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 28px;
  top: calc(50% - 1px);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.faq_accordion .inner {
  height: 0;
  padding: 0 24px;
  font-size: 17px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
  overflow: hidden;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.faq_accordion .inner p {
  padding: 0 0 12px;
}

.faq_block {
  width: calc(50% - 24px);
}

.qr_darkness {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.qr_darkness.show_me {
  opacity: 1;
  visibility: visible;
}

.qr_modal {
  width: 480px;
  height: 480px;
  background-color: #fff;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.qr_modal.show_me {
  opacity: 1;
  visibility: visible;
}

.qr_modal img {
  width: 100%;
}

.qr_modal .close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: calc(100% + 0px);
  bottom: calc(100% + 0px);
}

.qr_modal .close::before {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 15%;
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.qr_modal .close::after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 15%;
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.investment-read-more {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  color: #0072CE;
  text-decoration: none;
}

footer {
  font: 16px/1.6 "r", Arial, sans-serif;
}

footer .main_wrap {
  max-width: 1600px;
  padding: 0 120px;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating_reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(var(--main-width) - 0vw));
  }
}

@keyframes marquee_reverse {
  0% {
    transform: translateX(calc(var(--main-width) - 0vw));
  }

  100% {
    transform: translateX(0);
  }
}