@font-face {
  font-family: Druk wide;
  src: url('../fonts/Druk-Wide-Bold.woff2') format("woff2"), url('../fonts/Druk-Wide-Bold.woff') format("woff"), url('../fonts/Druk-Wide-Bold.ttf') format("truetype"), url('../fonts/Druk-Wide-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --main: #020f02;
  --white: white;
  --accent: #1bd423;
  --light-accent: #1bd423;
  --grey: #8c8c8c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--main);
  color: var(--white);
  background-image: url('../images/noise.svg');
  background-position: 50%;
  background-size: cover;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

a {
  color: var(--white);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.header {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
}

.navigation__wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation__wrapper.container-header {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navigation__wrapper.header-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navigation__wrapper.container_greeting {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.header-logo {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.nav-list {
  display: flex;
}

.navbar {
  max-height: none;
  display: block;
}

.list-item {
  padding-right: 0;
}

.navigation {
  background-color: #0000;
  width: 100%;
}

.navigation__logo-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.navigation__item {
  color: var(--white);
  background-color: #0000;
  margin-left: 50px;
  padding: 0;
  font-size: 16px;
}

.navigation__item:hover {
  color: var(--accent);
}

.greeting {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-top: 106px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.greeting__content {
  grid-template-rows: auto auto auto;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.greeting__content.larger {
  margin-top: 53px;
}

.accent {
  color: var(--accent);
}

.greeting__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Druk wide, sans-serif;
  font-size: 56px;
  line-height: 1.07;
}

.greeting__text {
  max-width: 520px;
  font-size: 20px;
  line-height: 1.5;
}

.greeting__text._2 {
  margin-left: 19px;
  font-size: 15px;
}

.button {
  border: 2px solid var(--accent);
  color: var(--accent);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  width: auto;
  padding: 25px 50px;
  font-weight: 700;
  transition: all .3s;
  display: block;
}

.button:hover {
  box-shadow: none;
  color: var(--white);
  background-color: #10b617;
  border-color: #10b617;
}

.button.green {
  background-color: var(--accent);
  border-radius: 10px;
}

.button.button_accent {
  background-color: var(--accent);
  color: var(--white);
  transition: all .3s;
  box-shadow: 0 20px 40px #1bd4234d;
}

.button.button_accent:hover {
  box-shadow: none;
  background-color: #10b617;
  border-color: #10b617;
}

.button.button_accent.hidden {
  display: block;
}

.greeting__content_left {
  z-index: 1;
  width: 52%;
  position: relative;
}

.greeting__content_right {
  z-index: 0;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
  position: relative;
}

.greeting__buttons {
  grid-column-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.greeting__img {
  z-index: auto;
  width: 90%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.greeting__img.greeting__img_bottom {
  z-index: 4;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  width: 100%;
  position: relative;
  inset: auto;
}

.greeting__img.greting__img_top {
  z-index: 5;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  perspective: 999px;
  mix-blend-mode: normal;
  background-color: #0000;
  border-radius: 15px;
  width: 100%;
  position: relative;
  inset: auto;
  transform: perspective(999px);
  box-shadow: inset 0 2px 4px #ffffff40, 21px 21px 60px #1b093a4d;
}

.description-section {
  margin-bottom: 150px;
  padding-bottom: 0;
}

.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.container-questions {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.container.container-bank {
  background-color: var(--accent);
  color: var(--white);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.container-description {
  padding-left: 0;
  padding-right: 0;
}

.container.lottie-wrp {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.container.lottie-wrp-bottom {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.container.padding-top {
  padding-top: 82px;
}

.description-list {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  min-width: 100%;
  padding-top: 2px;
  padding-bottom: 30px;
  display: flex;
}

.description__item {
  z-index: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: none;
  background-size: auto;
  border-radius: 10px;
  width: 100%;
  min-width: 320px;
  max-width: 386px;
  padding: 30px;
  position: relative;
}

.description__item.hidden {
  display: none;
}

.description__item.add {
  opacity: 1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.description__item.add.add2 {
  background-image: url('../images/transparent-card.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ffffff80;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.description-title {
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Druk wide, sans-serif;
  font-size: 40px;
}

.description-item-string {
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.description-icons {
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 51px;
  margin-left: -10px;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50px;
  font-family: Druk wide, sans-serif;
  font-size: 16px;
}

.dedscription-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.56;
  position: relative;
}

.div-block {
  width: 33px;
  height: 33px;
}

.description-img1 {
  z-index: 1;
  transform-origin: 40% 60%;
  position: absolute;
}

.description-img2 {
  z-index: 2;
  transform-origin: 60% 40%;
  background-color: #0000;
  position: absolute;
}

.offers {
  z-index: 5;
  margin-bottom: 0;
  position: relative;
}

.offers-description {
  grid-column-gap: 150px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 430px auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end start;
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 1.6;
  display: grid;
}

.offer-title {
  width: 100%;
  margin-right: 20px;
  font-family: Druk wide, sans-serif;
  font-size: 40px;
}

.offer-description {
  grid-template-rows: auto;
  grid-template-columns: 5fr 6fr;
  justify-content: stretch;
  align-items: end;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
}

.offer-variants {
  border-bottom: 1px solid #fff3;
}

.offer-item {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.offer-item-title {
  width: 230px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Druk wide, sans-serif;
  line-height: 1.3;
}

.variant-advantages-item {
  align-items: center;
  width: 250px;
  max-width: 300px;
  margin-bottom: 10px;
  padding-left: 34px;
  font-size: 16px;
  line-height: 1.55;
  transition: all .3s;
  display: flex;
  position: relative;
}

.variant-price {
  min-width: 150px;
  height: auto;
  font-family: Druk wide, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.questions {
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.questions-pictires {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 10%;
  display: flex;
  position: relative;
}

.questions-content {
  z-index: 1;
  width: 56%;
  position: relative;
}

.questions-title {
  margin-bottom: 30px;
  font-family: Druk wide, sans-serif;
  font-size: 40px;
}

.questions-box {
  border-bottom: 1px solid #fff3;
  padding-top: 0;
  padding-bottom: 0;
}

.question-string {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.question-arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.questions-answer {
  opacity: 1;
  color: #fff9;
  height: auto;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 40px;
  display: block;
}

.question-box-title {
  cursor: pointer;
  width: auto;
  max-width: 450px;
  margin-right: 70px;
  font-family: Druk wide, sans-serif;
  line-height: 1.6;
  transition: color .3s;
}

.question-box-title.active {
  color: var(--light-accent);
}

.digital-bank {
  z-index: 1;
  margin-bottom: 100px;
  position: relative;
}

.bank-content {
  max-width: 490px;
  height: 100%;
  margin: 80px 0 80px 65px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.bank-img {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  margin: 0;
  padding-top: 0;
  display: flex;
}

.bank-title {
  font-family: Druk wide, sans-serif;
  font-size: 40px;
}

.bank-description {
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 16px;
  font-style: normal;
  line-height: 160%;
}

.bank-button {
  background-color: #0c0c0c;
  border-radius: 10px;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 54px;
  padding: 12px 20px;
  display: flex;
}

.footer {
  padding-bottom: 50px;
}

.button-string {
  display: flex;
}

.footer-top {
  justify-content: space-between;
  display: flex;
}

.footer-communicate {
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
  display: flex;
}

.footer-newsletter {
  width: 49%;
}

.footer-logo {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-logo.small-size {
  display: none;
}

.footer-logo-name {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 1.3;
}

.footer-contacts {
  display: flex;
}

.footer-contacts-item {
  align-items: center;
  width: auto;
  margin-right: 50px;
  display: flex;
}

.footer-icon {
  border: 1px solid #343538;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
}

.footer-content-text {
  flex-direction: column;
  margin-left: 12px;
  display: flex;
}

.footer-icon-link {
  border-radius: 50%;
  height: auto;
}

.footer-icon-link.networks {
  margin-right: 25px;
}

.footer-content-text-description {
  color: var(--grey);
  margin-bottom: 2px;
}

.digital-link {
  border-radius: 10px;
}

.digital-link-wrapper {
  margin-right: 20px;
}

.footer-newsletter-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Druk wide, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.footer-newsletter-description {
  color: var(--grey);
  max-width: 470px;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.enter-email {
  margin-bottom: 0;
}

.footer-form {
  border-radius: 70px;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: relative;
}

.form-input {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #343538;
  border-radius: 70px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0 200px 0 42px;
}

.form-input:focus {
  border-color: #343538;
}

.form-input::placeholder {
  color: var(--grey);
}

.form-btn {
  border: 2px solid var(--accent);
  background-color: var(--accent);
  text-transform: uppercase;
  border-radius: 70px;
  width: 185px;
  height: 100%;
  padding: 0;
  font-weight: 700;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-btn:hover {
  background-color: #10b617;
  border-color: #10b617;
}

.form-input-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 15px;
}

.image {
  position: absolute;
}

.footer-bottom {
  margin-top: 100px;
  margin-bottom: 0;
}

.footer-navigation {
  justify-content: space-between;
  display: flex;
}

.footer-navigation-link {
  color: var(--grey);
  margin-bottom: 0;
  line-height: 1.5;
  transition: all .3s;
  display: block;
}

.footer-navigation-link:hover {
  color: var(--white);
  text-shadow: 1px 0 0 var(--white);
}

.footer-string {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-networks {
  margin-top: 0;
}

.copyright {
  color: var(--grey);
  margin-bottom: 0;
  line-height: 1.5;
}

.question-arrow {
  cursor: pointer;
}

.body {
  background-image: url('../images/noise.svg');
  background-size: cover;
}

.bckg-top {
  z-index: -1;
  opacity: 1;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: -600px -1000px auto auto;
  overflow: visible;
}

.questions-answer-wrapper {
  opacity: 1;
  height: 0;
  transition: all .3s;
  overflow: hidden;
}

.questions-img {
  z-index: -1;
  width: 120vw;
  max-width: 1544px;
  height: auto;
  position: absolute;
  top: -7vw;
  left: -52vw;
}

.questions-img.hidden {
  display: block;
  right: 0;
}

.questions-img.lottie, .questions-img.lines {
  width: 2000px;
  display: block;
  top: 0;
  left: auto;
  right: -650px;
  transform: translate(0, -150px);
}

.baks {
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  position: absolute;
  top: 0;
}

.coin {
  z-index: 5;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: #4000ff08;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 183px;
  height: 183px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 24px #ffffff14, inset 0 3px 2.8px #ffffff29;
}

.coin.baks {
  z-index: 5;
  filter: none;
  position: absolute;
  left: 0;
}

.coin.evro {
  position: absolute;
  bottom: 0;
  right: 0;
}

.coin-image {
  background-color: #0000;
}

.bckg-main {
  z-index: -1;
  opacity: .99;
  background-image: url('https://cdn.prod.website-files.com/6810ca1d430e13c4d8e465d2/6810ca1d430e13c4d8e46660_background1.png');
  background-position: -180px -600px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.bckg-main.bckg-translatex, .bckg-main.bckg-translatex-1 {
  z-index: -1;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.body-class {
  background-color: var(--main);
  background-image: none;
}

.description__item-noise {
  z-index: 0;
  opacity: .1;
  background-color: #0000;
  background-image: url('../images/Rectangle.png');
  background-position: 0 0;
  background-size: 220px;
  border: 1px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.description__item-noise.hidden {
  display: none;
}

.description__item-black {
  z-index: 0;
  background-color: var(--main);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.description__item-black.hidden {
  display: none;
}

.bckg-black {
  z-index: -5;
  background-color: var(--main);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bckg-noise {
  z-index: -3;
  mix-blend-mode: overlay;
  background-image: url('../images/Rectangle.png');
  background-size: 220px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.greeting__img-wrapper {
  z-index: 5;
  width: 90%;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 48%;
  right: auto;
}

.greeting__img-wrapper.greeting__img-wrapper__top {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  perspective: 999px;
  border-radius: 16px;
  width: 100%;
  max-width: 490px;
  transition: opacity .5s;
  right: 25px;
  transform: perspective(999px)rotate(12deg);
}

.greeting__img-wrapper.greeting__img-wrapper__bottom {
  z-index: 4;
  perspective: 999px;
  border-radius: 18px;
  width: 100%;
  transition: opacity .5s;
  top: 48%;
  bottom: auto;
  left: -25px;
  transform: perspective(999px)rotate(-10deg);
}

.greeting-img-noise {
  z-index: -5;
  opacity: .12;
  filter: none;
  mix-blend-mode: overlay;
  background-image: url('../images/Rectangle.png');
  background-position: 0 0;
  background-size: 220px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bckg-main-wrapper {
  display: none;
}

.css {
  display: block;
}

.description__item-gray {
  z-index: -5;
  background-image: linear-gradient(135deg, #ffffff94, #fff0);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.description__item-gray.hidden {
  display: none;
}

.greeting-img-white {
  z-index: 3;
  background-color: #ffffff12;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.grid {
  grid-template-rows: auto;
}

.link-block {
  width: 40px;
  height: 40px;
  position: relative;
}

.image-3 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.figure-rotate {
  z-index: -22;
  width: 85px;
  height: 85px;
  display: none;
  position: absolute;
  top: -10px;
  left: -10px;
}

.image-4 {
  z-index: -5;
  position: absolute;
}

.coin-wrapper {
  z-index: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 50%;
  width: 183px;
  height: 183px;
  position: absolute;
  top: 0;
  left: 90px;
}

.coin-wrapper.bitcoin {
  z-index: 1;
  position: relative;
  inset: auto auto 0;
}

.coin-wrapper.evro {
  inset: auto 80px 0 auto;
}

.coin-bck-blur {
  z-index: 4;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff26;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 30px #ffffff24;
}

.coin-rotate {
  z-index: 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.coin-bckg-img {
  z-index: 3;
  filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: url('../images/Surface.png');
  background-position: 50%;
  background-size: 183px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sssssss {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.figure-wrp {
  z-index: 0;
  width: 85px;
  height: 85px;
  position: absolute;
}

.figure-wrp.circle {
  top: -20px;
  left: 210px;
}

.figure-wrp.triangle {
  margin-top: 100px;
  left: -40px;
}

.figure-wrp.square {
  bottom: 80px;
  right: 40px;
}

.description-list-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  overflow: auto;
}

.bank-img__inner {
  object-fit: contain;
  object-position: 50% 0%;
  width: 200px;
  height: auto;
  margin-left: -15px;
  display: block;
}

.faq-bckg2 {
  filter: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.header-logo__word {
  object-fit: contain;
  width: 100px;
  max-width: none;
  height: 20px;
  transition: opacity .3s;
  display: block;
}

.header-networks {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.networks-menu {
  margin-top: 0;
  display: none;
}

.network-menu {
  border: 1px solid #343538;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: none;
}

.footer-icon-copy {
  border: 1px solid #343538;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
}

.black {
  opacity: .6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 10px;
  height: 10px;
  position: absolute;
}

.black.black2 {
  opacity: .9;
}

.block-hidden {
  opacity: 0;
  display: block;
}

.top-lottie {
  min-width: 300vw;
  height: auto;
  transition: opacity .25s;
  position: relative;
  transform: translate(500px, -400px);
}

.top-lottie.hidden {
  display: none;
}

.top-lottie.left-position {
  min-width: 3900px;
  margin-left: -140vw;
  transform: none;
}

.div-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.background-image-secondary {
  display: none;
}

.paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-size: 17px;
}

.hidden {
  display: none;
}

.image-5 {
  width: 60px;
}

.link-block-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 47px;
  margin-left: 15px;
  display: flex;
}

.text-field {
  color: var(--white);
  background-color: #181818;
  border: 1px solid #0b220c;
  border-radius: 20px;
}

.form {
  width: 50vw;
}

.form-block {
  margin-top: 47px;
}

.field-label {
  margin-top: 67px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 27px;
}

.submit-button {
  background-color: var(--accent);
  border-radius: 20px;
  margin-top: 53px;
  padding: 15px 24px;
  font-size: 22px;
  line-height: 25px;
}

@media screen and (min-width: 1280px) {
  .greeting {
    padding-bottom: 200px;
  }

  .greeting__title {
    font-size: 72px;
  }

  .description-section {
    margin-bottom: 170px;
  }

  .description-list {
    padding-right: 2px;
  }

  .description__item {
    max-width: 392px;
    padding: 40px;
  }

  .description-title {
    font-size: 45px;
  }

  .description-icons {
    width: 51px;
    min-width: 51px;
    margin-left: 0;
  }

  .heading {
    margin-left: 65px;
    font-size: 18px;
  }

  .offers-description {
    grid-column-gap: 150px;
    grid-template-columns: 475px auto;
  }

  .offer-title {
    font-size: 45px;
  }

  .offer-description {
    font-size: 18px;
  }

  .questions {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .questions-pictires {
    width: 44%;
    margin-left: 0%;
  }

  .questions-content {
    width: 52%;
  }

  .questions-title {
    font-size: 45px;
  }

  .bank-img {
    padding-right: 60px;
  }

  .bank-title {
    font-size: 45px;
  }

  .questions-img {
    max-width: 1550px;
    left: -45vw;
  }

  .questions-img.hidden {
    display: none;
  }

  .bckg-main.bckg-translatex-1 {
    width: 100vw;
  }

  .bank-img__inner {
    margin-left: 0;
  }

  .top-lottie {
    min-width: 4400px;
    transform: translate(700px, -420px);
  }

  .top-lottie.left-position {
    margin-left: -90vw;
  }
}

@media screen and (max-width: 991px) {
  .navigation__wrapper.container_greeting {
    max-width: none;
  }

  .navigation__logo-block {
    padding-left: 0;
  }

  .navigation__item {
    text-shadow: 2px 0 #000;
  }

  .greeting {
    padding-top: 97px;
    padding-bottom: 150px;
  }

  .greeting__content {
    align-items: center;
  }

  .greeting__content.larger {
    margin-top: 62px;
  }

  .greeting__title {
    margin-bottom: 25px;
    font-size: 55px;
  }

  .greeting__text {
    font-size: 16px;
  }

  .button {
    padding: 18px 30px;
    font-size: 12px;
    line-height: 130%;
  }

  .button.button_accent.hidden {
    display: block;
  }

  .greeting__content_left {
    min-width: 52%;
  }

  .greeting__content_right {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    margin-left: -100px;
  }

  .greeting__buttons {
    grid-column-gap: 10px;
    margin-top: 40px;
  }

  .greeting__img.greeting__img_bottom, .greeting__img.greting__img_top {
    width: 100%;
    max-width: 400px;
    position: relative;
  }

  .description-section {
    margin-bottom: 150px;
  }

  .container {
    flex-direction: column;
    display: flex;
  }

  .container.container-bank {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .container.lottie-wrp, .container.lottie-wrp-bottom {
    flex-direction: row;
  }

  .container.padding-top.hidden {
    display: none;
  }

  .description-list {
    grid-template-columns: 1fr;
  }

  .description-title {
    font-size: 28px;
  }

  .dedscription-text {
    font-size: 14px;
  }

  .offers-description {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .offer-title {
    margin-right: 0;
    padding-bottom: 0;
    font-size: 28px;
  }

  .offer-description {
    max-width: 100%;
    font-size: 14px;
  }

  .offer-item {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .offer-item-title {
    width: 145px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .variant-advantages-item {
    width: 200px;
    font-size: 14px;
  }

  .variant-price {
    margin-right: 15px;
    padding-right: 0;
    font-size: 16px;
  }

  .questions {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .questions-pictires {
    z-index: -1;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .questions-content {
    text-shadow: 1px 0 #000;
    width: 100%;
    min-width: 100%;
  }

  .questions-title {
    font-size: 28px;
  }

  .bank-content {
    width: 100%;
    max-width: 100%;
    margin: 50px 0 50px 35px;
  }

  .bank-img {
    justify-content: center;
    align-items: center;
    height: 350px;
    margin-top: 50px;
    margin-left: 35px;
    margin-right: auto;
    padding-top: 0;
  }

  .bank-title {
    font-size: 28px;
  }

  .bank-description {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .button-string {
    text-align: left;
    align-items: center;
  }

  .footer-top {
    align-items: flex-start;
  }

  .footer-communicate {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .footer-newsletter {
    width: 100%;
  }

  .footer-logo {
    justify-content: flex-start;
    display: none;
  }

  .footer-logo.small-size {
    margin-bottom: 50px;
    display: flex;
  }

  .footer-contacts {
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-contacts-item.letter, .footer-bottom {
    margin-top: 30px;
  }

  .bckg-top {
    top: -800px;
    left: -500px;
  }

  .questions-answer-wrapper {
    height: 0;
  }

  .questions-img {
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: none;
    left: auto;
    right: -500px;
  }

  .coin {
    color: #fff;
  }

  .coin.baks {
    left: auto;
    right: 90px;
  }

  .coin.bitcoin {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .menu-button {
    background-color: #0000;
    transition: all .2s;
  }

  .menu-button.w--open {
    background-color: var(--accent);
    transition: all .3s;
  }

  .greeting__img-wrapper.greeting__img-wrapper__top {
    width: 300px;
    max-width: none;
    inset: auto 0 -30px auto;
  }

  .greeting__img-wrapper.greeting__img-wrapper__bottom {
    width: 300px;
    max-width: none;
    left: auto;
    right: 0;
  }

  .description-list-wrapper {
    width: 100%;
  }

  .bank-img__inner {
    width: 200px;
    display: block;
  }

  .faq-bckg2 {
    z-index: -5;
    filter: blur(150px);
    display: block;
    top: auto;
    bottom: -100px;
    left: -15px;
  }

  .top-lottie {
    min-width: 3100px;
    transform: translate(390px, -300px);
  }

  .form {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .navigation__wrapper.container_greeting {
    margin-bottom: 0;
  }

  .navigation__item {
    margin-left: 20px;
    font-size: 12px;
  }

  .greeting {
    padding-bottom: 100px;
  }

  .greeting__content.larger {
    margin-top: 94px;
    margin-bottom: 107px;
  }

  .greeting__title {
    font-size: 50px;
  }

  .greeting__text._2 {
    font-size: 13px;
  }

  .button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button.button_accent.hidden {
    display: block;
  }

  .button.btn-offer {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .greeting__content_left {
    width: 100%;
  }

  .greeting__content_right {
    display: none;
  }

  .greeting__img.greeting__img_bottom, .greeting__img.greting__img_top {
    right: 0;
  }

  .description-section {
    margin-bottom: 100px;
  }

  .container.container-bank {
    flex-direction: column;
    margin-top: 0;
    padding: 30px;
  }

  .container.lottie-wrp-bottom {
    display: none;
  }

  .description__item {
    max-width: 320px;
    padding: 25px;
  }

  .description__item.add.add2 {
    margin-right: 10px;
  }

  .description-title {
    font-size: 32px;
  }

  .heading {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 900;
  }

  .offers-description {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  .offer-title {
    width: 100%;
    font-size: 32px;
  }

  .offer-variants {
    border-bottom-color: #0000;
    justify-content: space-around;
    display: flex;
  }

  .offer-item {
    text-align: center;
    border-bottom: 1px solid #fff3;
    flex-direction: column;
    align-items: center;
    width: 190px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .offer-item-title {
    width: auto;
    min-height: 60px;
    margin-bottom: 26px;
    font-size: 23px;
  }

  .variant-advantages-item {
    justify-content: center;
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .variant-price {
    min-width: auto;
    margin-top: 20px;
    margin-right: 0;
  }

  .questions-title {
    font-size: 32px;
  }

  .question-box-title {
    font-family: Montserrat, sans-serif;
  }

  .bank-content {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .bank-img {
    justify-content: center;
    display: none;
  }

  .bank-title {
    font-size: 32px;
  }

  .bank-description {
    margin-top: 25px;
    margin-bottom: 40px;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-newsletter {
    margin-top: 30px;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .footer-logo.small-size {
    margin-bottom: 30px;
  }

  .footer-contacts {
    flex-direction: row;
    justify-content: flex-start;
  }

  .footer-contacts-item {
    margin-right: 0;
  }

  .footer-contacts-item.letter {
    margin-top: 0;
    margin-left: 30px;
  }

  .footer-icon-link.networks {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }

  .footer-navigation {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .footer-navigation-link {
    height: auto;
    margin-bottom: 20px;
    margin-right: 20px;
    display: block;
  }

  .footer-string {
    flex-direction: column;
    margin-top: 10px;
  }

  .footer-networks {
    margin-bottom: 20px;
  }

  .bank-img__inner {
    margin-left: 12vw;
    display: none;
  }

  .header-networks {
    flex-direction: column;
  }

  .networks-menu {
    margin-bottom: 20px;
  }

  .top-lottie {
    opacity: .38;
  }

  .image-5 {
    width: 49px;
  }

  .link-block-2 {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 0;
  }

  .navigation__wrapper {
    z-index: auto;
    object-fit: fill;
    align-items: flex-start;
    min-height: 0;
    padding: 15px 20px;
    transition: all .5s;
    position: static;
  }

  .navigation__wrapper.container-header {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation__wrapper.container_greeting {
    padding-top: 0;
  }

  .header-logo {
    transition: filter .4s, transform .3s linear;
  }

  .navigation {
    background-color: #020f02e6;
    transition: opacity .3s linear;
    position: fixed;
    top: 0;
    left: 0;
  }

  .navigation__logo-block {
    z-index: 15;
    order: -1;
  }

  .navigation__menu {
    z-index: 10;
    text-align: center;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .navigation__item {
    letter-spacing: -.03em;
    text-shadow: none;
    justify-content: center;
    width: 100%;
    margin-top: 45px;
    margin-left: 0;
    font-size: 30px;
    line-height: 1.3;
    display: flex;
  }

  .navigation__item:hover {
    color: var(--white);
  }

  .navigation__item.first {
    text-shadow: none;
    margin-top: 0;
  }

  .greeting {
    padding-top: 152px;
    padding-left: 41px;
    padding-right: 41px;
  }

  .greeting.larger {
    padding-left: 0;
    padding-right: 0;
  }

  .greeting__content.larger {
    margin-top: 62px;
  }

  .accent {
    font-size: 28px;
    line-height: .8;
  }

  .accent.larger {
    font-size: 40px;
  }

  .greeting__title {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: .9;
  }

  .greeting__text {
    font-size: 16px;
  }

  .greeting__text._2 {
    margin-left: 12px;
    font-size: 12px;
  }

  .button {
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button.button_accent.hidden {
    text-align: center;
    display: block;
  }

  .button.hidden {
    display: none;
  }

  .greeting__buttons {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }

  .container.container-bank {
    border-radius: 10px;
    padding-bottom: 30px;
  }

  .description-list {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-top: 0;
  }

  .description__item {
    min-width: auto;
    max-width: none;
    padding: 20px;
  }

  .description__item.add.add2 {
    max-width: none;
  }

  .description-title {
    font-size: 25px;
  }

  .heading {
    font-size: 16px;
  }

  .dedscription-text {
    font-size: 14px;
  }

  .offer-title {
    font-size: 25px;
  }

  .offer-variants {
    flex-direction: column;
    align-items: center;
  }

  .offer-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .offer-item-title {
    min-height: auto;
    margin-bottom: 30px;
    font-size: 35px;
  }

  .variant-price {
    margin-top: 20px;
  }

  .questions-title {
    font-size: 25px;
  }

  .bank-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bank-img {
    width: auto;
    max-width: none;
    height: 290px;
    margin-left: -30px;
    margin-right: -30px;
    display: none;
  }

  .bank-title {
    font-size: 25px;
  }

  .bank-description {
    margin-top: 10px;
  }

  .bank-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-bottom: 15px;
  }

  .button-string {
    flex-direction: row;
    width: 100%;
  }

  .footer-contacts {
    flex-direction: column;
  }

  .footer-contacts-item.letter {
    margin-top: 30px;
    margin-left: 0;
  }

  .footer-icon.center, .footer-icon-link.networks {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-icon-link.networks.center {
    margin-left: 25px;
    margin-right: 25px;
  }

  .footer-content-text-description {
    font-size: 12px;
  }

  .digital-link {
    width: 100%;
  }

  .button-first-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .digital-link-wrapper {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    margin-right: 6px;
    display: flex;
  }

  .footer-newsletter-description {
    font-size: 12px;
    line-height: 2;
  }

  .footer-form {
    flex-direction: column;
    height: auto;
  }

  .form-input {
    height: 46px;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 12px;
  }

  .form-btn {
    width: 100%;
    height: 46px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: 500;
    position: static;
  }

  .form-input-icon {
    top: 15px;
  }

  .footer-navigation {
    justify-content: flex-start;
  }

  .footer-navigation-link {
    text-align: left;
    width: 40%;
    margin-right: 0;
    font-size: 12px;
  }

  .footer-string {
    align-items: flex-start;
  }

  .copyright {
    font-size: 12px;
  }

  .bckg-main.bckg-translatex-1 {
    display: none;
  }

  .menu-button {
    z-index: 15;
    opacity: 1;
    background-color: #0000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    transition: all .2s linear;
    display: flex;
  }

  .menu-button:hover {
    opacity: 1;
  }

  .menu-button.w--open {
    z-index: 15;
    background-color: #0000;
  }

  .menu-button.hidden {
    display: none;
  }

  .css {
    display: flex;
  }

  .bank-img__inner {
    width: 200px;
    min-width: 0;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .burger {
    border: 1px solid var(--white);
    background-color: #0000;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    display: none;
  }

  .burger-line {
    background-color: var(--white);
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line.top {
    margin-bottom: 0;
    transition: all .2s linear;
    transform: translate(0, 4px);
  }

  .burger-line.bottom {
    margin-top: 0;
    transition: all .2s linear;
    transform: translate(0, -4px);
  }

  .networks-menu {
    z-index: 99999;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .network-menu {
    border-width: 1px;
    border-color: var(--white);
    background-color: var(--white);
    display: flex;
  }

  .network-menu.center {
    margin-left: 25px;
    margin-right: 25px;
  }

  .menu-ancors {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-inner {
    z-index: 2;
    background-color: var(--accent);
    flex-direction: column;
    height: 100vh;
    padding: 120px 20px 20px;
    transition: all .6s;
    display: flex;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .text-span {
    font-size: 28px;
    line-height: .8;
  }

  .image-5 {
    width: 43px;
  }

  .link-block-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 47px;
    margin-left: 5px;
    display: flex;
  }

  .larger-hero {
    font-size: 40px;
  }
}

#w-node-_23e26934-13f7-478e-5bab-225b2a19f121-d8e46636, #w-node-eafceb0a-3dcd-3f0b-0de9-842d26bb4cc1-d8e46636 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_23e26934-13f7-478e-5bab-225b2a19f121-d8e46636, #w-node-eafceb0a-3dcd-3f0b-0de9-842d26bb4cc1-d8e46636 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Druk wide';
  src: url('../fonts/Druk-Wide-Bold.woff2') format('woff2'), url('../fonts/Druk-Wide-Bold.woff') format('woff'), url('../fonts/Druk-Wide-Bold.ttf') format('truetype'), url('../fonts/Druk-Wide-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}