@font-face {
  font-family: Vtb Group;
  src: url('../fonts/VTB-Group-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vtb Group;
  src: url('../fonts/VTB-Group-Bold-Oblique.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Vtb Group Cond;
  src: url('../fonts/VTB-Group-Cond-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vtb Group;
  src: url('../fonts/VTB-Group-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vtb Group Demi;
  src: url('../fonts/VTB-Group-Demi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vtb Group Cond;
  src: url('../fonts/VTB-Group-Cond-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vtb Group Book;
  src: url('../fonts/VTB-Group-Book-Oblique.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Vtb Group Book;
  src: url('../fonts/VTB-Group-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vtb Group Cond Book;
  src: url('../fonts/VTB-Group-Cond-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vtbgroupui;
  src: url('../fonts/VTBGroupUI-DemiBold.ttf') format("truetype"), url('../fonts/VTBGroupUI-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vtb Group Extra;
  src: url('../fonts/VTB-Group-Extra-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vtbgroupui;
  src: url('../fonts/VTBGroupUI-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vtbgroupui;
  src: url('../fonts/VTBGroupUI-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vtbgroupui;
  src: url('../fonts/VTBGroupUI-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vtbgroupui;
  src: url('../fonts/VTBGroupUI-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --desktop_container_margin: 240px;
  --block_margin_btn\<deleted\|variable-40b73e6c-ae00-2e22-78cd-d96b3b3467bf\>: 14px;
  --inline_margin_btn\<deleted\|variable-dc7d9d10-f5a3-b749-5d6c-cddcfa859164\>: 24px;
  --button_border_radius\<deleted\|variable-9dbf1b79-930b-6dfa-f1b2-b3239e1a36ee\>: 100px;
  --basic--white: #fff;
  --btn_font-size\<deleted\|variable-e718e22e-a4b8-c03c-a88b-376d8e478706\>: .875rem;
  --p_text-size: 1.125rem;
  --default_line-height: 20px;
  --text-color-white: #f0f0f5;
  --default_letter-spacing: -.4px;
  --_btn---block_margin_btn: 14px;
  --_btn---inline_margin_btn: 24px;
  --_btn---btn_border-radius: 100px;
  --_btn---btn_font-size: .875rem;
  --basic--blue: #0004e5;
  --h2_font-size: 3.375rem;
  --desktop_width-container: 1200px;
  --text-color-white2\<deleted\|variable-1daa8ab8-187f-b41a-7afa-a3adebe6c22a\>: #d9d9d9;
  --p-medium_font-size: 1.5rem;
  --p-big_font-size: 2.125rem;
  --p-medium-2_font-size: 2rem;
  --small_letter-spacing: -1.4px;
  --basic--blue_gray: #b6c1dd;
  --p3_font-size: 1.25rem;
  --disabled_bullet-color: #ffffff1a;
  --megasmall_font-size: .8125rem;
  --mega-small_letter-spacing: -2.5px;
  --basic--light_white: #e1edfe;
  --blue_secondary: #030697;
  --basic--light_blue: #0af;
  --reset_width_container: 0px;
  --p-medium_line-height: 28.8px;
  --list-tems_line-height: 33.92px;
}

.body {
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  font-family: Vtbgroupui, Arial, sans-serif;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  margin-right: var(--desktop_container_margin);
  margin-left: var(--desktop_container_margin);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button {
  padding: var(--block_margin_btn\<deleted\|variable-40b73e6c-ae00-2e22-78cd-d96b3b3467bf\>) var(--inline_margin_btn\<deleted\|variable-dc7d9d10-f5a3-b749-5d6c-cddcfa859164\>);
  border-radius: var(--button_border_radius\<deleted\|variable-9dbf1b79-930b-6dfa-f1b2-b3239e1a36ee\>);
  color: var(--basic--white);
  font-size: var(--btn_font-size\<deleted\|variable-e718e22e-a4b8-c03c-a88b-376d8e478706\>);
  background-image: linear-gradient(#000, #fff);
}

.code-embed {
  display: none;
}

.container-2 {
  margin-right: var(--desktop_container_margin);
  margin-left: var(--desktop_container_margin);
  width: 100%;
  max-width: 100%;
}

.header {
  margin-right: var(--desktop_container_margin);
  margin-left: var(--desktop_container_margin);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_main {
  width: 100%;
  height: 100svh;
}

.section_main._2 {
  top: 100vh;
}

.p {
  color: var(--basic--white);
  font-size: var(--p_text-size);
  line-height: var(--default_line-height);
  max-width: 307px;
  position: relative;
  right: 0%;
}

.p.unic-1 {
  position: relative;
  inset: -40% 21% 21%;
}

.main_content {
  width: 100%;
  height: 100vh;
}

.lottie-card-w-sh {
  z-index: 40;
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 810px;
  display: flex;
  position: sticky;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}

.section1 {
  justify-content: center;
  align-items: center;
  height: 195svh;
}

.section1.spacer-buttom {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block {
  color: var(--text-color-white);
  text-align: left;
  letter-spacing: var(--default_letter-spacing);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 343px;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 124%;
  position: relative;
  top: 2px;
}

.text-block._2 {
  letter-spacing: var(--default_letter-spacing);
  max-width: 360px;
}

.text-block._4 {
  max-width: 300px;
  right: auto;
}

.text-block._6 {
  letter-spacing: var(--default_letter-spacing);
  max-width: 340px;
}

.text-block._1 {
  letter-spacing: var(--default_letter-spacing);
  max-width: 304px;
  margin-top: 12px;
}

.text-block.p1 {
  letter-spacing: -.5px;
  width: 100%;
  max-width: 100%;
}

.text-block.p1.mob._312 {
  max-width: 440px;
  bottom: 0;
}

.text-block.p1.mob.hide, .text-block.p1.vis, .text-block.p2.hide-copy {
  display: none;
}

.text_block_wrapper3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  max-width: 1120px;
  display: flex;
  position: absolute;
  top: calc(200% - 265px);
  left: 50%;
  transform: translateX(-50%);
}

.nav {
  z-index: 50;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  display: flex;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.button-2 {
  padding: var(--_btn---block_margin_btn) var(--_btn---inline_margin_btn);
  border-radius: var(--_btn---btn_border-radius);
  color: var(--basic--white);
  font-size: var(--_btn---btn_font-size);
}

.button-2.header_btn {
  display: flex;
}

.button-2.header_btn.rev {
  letter-spacing: -.3px;
  line-height: 120%;
  display: flex;
}

.button-2.header_btn.request-btn {
  position: absolute;
  bottom: -128px;
}

.button-2.header_btn.request-btn.pseudobutton.openmodal {
  letter-spacing: -.4px;
  padding-right: 28px;
  font-size: 20px;
  line-height: 120%;
}

.button-2.header_btn.cards {
  display: none;
}

.data-1 {
  width: 800px;
  height: 800px;
  display: none;
  position: absolute;
}

.main-card-80 {
  width: 250px;
  height: 250px;
}

.image {
  z-index: 1;
  position: relative;
}

.main_heading_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
  display: flex;
  position: absolute;
  top: 180px;
}

.main-card {
  z-index: 5;
  width: 710px;
  height: 1830px;
  display: none;
  position: absolute;
  top: 0;
}

.main-card.vis {
  width: 670px;
  height: 1940px;
  display: block;
  top: -34px;
}

.main-card.vis.mobcard {
  height: 1940px;
  display: block;
  top: -34px;
}

.shadow {
  z-index: 4;
  width: 590px;
  max-width: none;
  height: 511px;
  margin-top: -24px;
  position: absolute;
}

.shadow.hide {
  opacity: 1;
  display: none;
}

.shadow.mob {
  width: 590px;
  height: 400px;
  margin-top: 0;
  top: 166px;
  left: -50%;
  transform: translateX(-50%);
}

.text_block_wrapper1 {
  z-index: 6;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
  display: flex;
  position: absolute;
  top: 302px;
}

.text_block_wrapper1.vtb-wrapper {
  z-index: 45;
}

.text_block_wrapper1.textasa {
  justify-content: flex-end;
  align-items: flex-start;
  height: 60%;
}

.text_block_wrapper2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1120px;
  display: flex;
  position: absolute;
  top: calc(100% + 170px);
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

.image-2 {
  z-index: 1;
  position: relative;
}

.image-3 {
  z-index: 10;
  position: relative;
}

.card-terminal-2 {
  width: 100px;
  height: 250px;
}

.code-embed-2 {
  display: none;
}

.text_container3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.text_container2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: absolute;
}

.section2 {
  height: 100svh;
  position: relative;
}

.section2.spacer-buttom {
  height: 110svh;
}

.bg_elipse_shadow {
  height: 100svh;
  display: block;
  position: fixed;
  bottom: 0;
}

.bg_elipse_shadow.desktop {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.bg_elipse_shadow.desktop.sadad {
  bottom: 45%;
}

.bg_elipse_shadow.desktop.footer-bg-elipse {
  object-fit: cover;
}

.bg_elipse_shadow.desktop.elipse-bg-foooter.hide {
  pointer-events: none;
  display: block;
}

.bg_elipse_shadow.mob, .bg_elipse_shadow.tablet {
  display: none;
}

.section2-wrapper {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 110%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  top: 50svh;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gradient-title {
  color: var(--basic--blue);
  font-size: var(--h2_font-size);
  font-weight: 500;
  line-height: 1;
}

.gradient-title.h3 {
  position: relative;
  top: 14px;
}

.gradient-title.h3.hidee {
  display: none;
}

.wrapper2-section2 {
  max-width: var(--desktop_width-container);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 25.5vh;
  left: 50%;
  transform: translateX(-50%);
}

.text-block-3 {
  color: var(--text-color-white2\<deleted\|variable-1daa8ab8-187f-b41a-7afa-a3adebe6c22a\>);
  font-size: var(--p-medium_font-size);
  letter-spacing: -.4px;
  max-width: 343px;
  padding-top: 40svh;
  padding-bottom: 0;
  line-height: 120%;
  position: relative;
}

.text-block-3.p3.ls {
  color: var(--text-color-white);
  max-width: 450px;
}

.center {
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.center.section3_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  display: flex;
}

.section3 {
  width: 100%;
}

.text-block-4 {
  color: var(--text-color-white);
  font-size: var(--p-big_font-size);
  letter-spacing: -1.5px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 573px;
  line-height: 120%;
}

.text-block-4.text-52 {
  color: var(--text-color-white);
  max-width: 573px;
  line-height: 120%;
}

.text-block-4.text-52.p4.ls {
  max-width: 643px;
}

.div-block-3 {
  overflow-wrap: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 90px;
  display: flex;
  position: relative;
  overflow: scroll hidden;
}

.slide_wrapper {
  justify-content: center;
  align-items: center;
  width: max-content;
  display: flex;
}

.slide_wrapper.second_slider {
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  overflow: visible;
}

.height {
  height: 300vh;
  position: relative;
}

.sticky {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.mover {
  width: min-content;
  margin-top: 0;
  display: block;
}

.flex-offset {
  display: flex;
}

.full-page {
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.full-page.horizontal-scroll-section {
  height: auto;
  padding-bottom: 3%;
  overflow: hidden;
}

.full-page.horizontal-scroll-section.secondslide {
  width: 100vw;
}

.full-page.horizontal-scroll-section_mob {
  width: 70vw;
  height: auto;
}

.full-page.horizontal-scroll-section_mob.secondslide {
  width: 100vw;
}

.phone {
  width: 800px;
  height: 2000px;
  position: sticky;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main-card-copy {
  z-index: 5;
  width: 800px;
  height: 2000px;
  position: absolute;
  top: 0;
}

.phone2 {
  z-index: 5;
  height: 70%;
  position: absolute;
}

.phone-wrapper {
  z-index: 5;
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.card-terminal-3 {
  width: 100px;
  height: 250px;
}

.vtb {
  color: var(--basic--white);
  position: absolute;
}

.vtb.h2 {
  text-shadow: 30px 30px 50px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.code-embed-3 {
  display: none;
}

.phone-v2 {
  width: 100px;
  height: 250px;
}

.div-block-7 {
  transform: translateY(50%);
}

.image-4 {
  display: block;
}

.div-block-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.image-5 {
  aspect-ratio: 1;
  height: 322px;
}

.div-block-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  display: flex;
}

.section3-wrapper.spacer-buttom {
  padding-bottom: 10svh;
}

.pop-up {
  z-index: 6;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  height: 100vh;
  padding-bottom: 2%;
  display: flex;
  position: relative;
  inset: 0% 0% 0% 50%;
  transform: translateX(-50%);
}

.pop-up_content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.list {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.item_title {
  color: var(--basic--white);
  min-width: 310px;
  max-width: 310px;
  line-height: 106%;
}

.item_title.asda {
  display: none;
}

.link {
  color: var(--basic--blue);
  font-size: var(--p-medium-2_font-size);
  letter-spacing: var(--small_letter-spacing);
  line-height: 120%;
  text-decoration: none;
}

.link.item_title {
  letter-spacing: -1.5px;
  line-height: 106%;
}

.text-block-6 {
  max-width: 280px;
}

.item_subtitle {
  color: var(--basic--blue_gray);
  font-size: var(--p3_font-size);
  letter-spacing: -.5px;
  max-width: 280px;
  line-height: 120%;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-11.sad {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
}

.div-block-11.padding-reset._3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.code-embed-4 {
  display: none;
}

.close-modal_wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.close-modal {
  cursor: pointer;
  padding-right: 32px;
}

.bullets_wrapper {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.bullet {
  aspect-ratio: 1;
  background-color: var(--disabled_bullet-color);
  border-radius: 50%;
  width: auto;
  height: 16px;
  padding: 0;
}

.section-2 {
  width: 100%;
  height: 95svh;
  display: flex;
  position: absolute;
  top: 100vh;
}

.section-1 {
  height: 100vh;
  position: static;
}

.section-3 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100svh;
  display: flex;
  position: absolute;
}

.code-embed-5 {
  display: none;
}

.footer-container {
  z-index: 30;
  border-bottom-width: 1px;
  border-bottom-color: #2f3441;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1120px;
  display: flex;
  position: relative;
}

.footer {
  color: var(--text-color-white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  bottom: 0;
}

.text-block-7 {
  color: var(--text-color-white);
  font-size: var(--megasmall_font-size);
  letter-spacing: var(--small_letter-spacing);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  line-height: 120%;
}

.text-block-7.p6 {
  letter-spacing: var(--default_letter-spacing);
}

.text-block-88 {
  color: var(--text-color-white);
  font-size: var(--p-medium-2_font-size);
  letter-spacing: var(--mega-small_letter-spacing);
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  text-decoration: none;
}

.text-block-88.p5 {
  letter-spacing: -2.5px;
}

.div-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-block-89 {
  color: var(--text-color-white);
  letter-spacing: -1px;
  width: -moz-fit-content;
  width: fit-content;
}

.text-block-89.p7 {
  max-width: 230px;
}

.adress-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--basic--blue_gray);
  font-size: var(--p_text-size);
  flex-flow: row;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 120%;
  display: flex;
}

.div-block-15 {
  width: 100%;
  position: relative;
  left: 0;
}

.div-block-16 {
  border-top: 1px solid #ffffff20;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 24px;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-bottom: 40px;
  display: flex;
}

.section-hands {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.div-block-17 {
  max-width: var(--desktop_width-container);
  color: var(--basic--blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 120px;
  line-height: 1;
  display: flex;
  position: static;
  top: 70px;
  left: 50%;
}

.card-dragon {
  width: 100px;
  height: 250px;
}

.hands {
  z-index: 20;
  pointer-events: none;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  bottom: -60px;
  overflow: hidden;
}

.phone-3 {
  width: 195px;
  height: 250px;
}

.div-block-18 {
  z-index: 25;
  background-image: url('../images/c2a6de1e3558a2798def6407746541deda486635.png');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.card-1 {
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 6%;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cursor-wrapper {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  cursor: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-22, .div-block-23 {
  background-color: var(--basic--light_white);
  width: 20px;
  height: 2px;
}

.target {
  z-index: 30;
  pointer-events: none;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.target.hide {
  display: flex;
}

.crosshair {
  z-index: 30;
  position: absolute;
}

.image-8 {
  position: absolute;
}

.image-9 {
  position: absolute;
  bottom: -216px;
}

.card-2 {
  z-index: 15;
  position: absolute;
  top: 40vh;
  left: 50%;
  transform: translateX(-50%);
}

.card-11 {
  z-index: 15;
  opacity: 1;
  position: relative;
}

.card-11.card3-hover {
  z-index: 16;
}

.card1-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.card1_shadow {
  z-index: 16;
  opacity: 0;
  position: absolute;
}

.text3 {
  z-index: 16;
  color: var(--basic--white);
  font-size: var(--p-medium_font-size);
  opacity: 0;
  line-height: 1;
  position: absolute;
}

.card2-wrapper {
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
}

.card-3-copy {
  z-index: 15;
  opacity: 1;
  position: relative;
}

.card-3-copy.card3-hover {
  z-index: 16;
}

.card-22 {
  z-index: 15;
  opacity: 1;
  position: relative;
}

.card-22.card3-hover {
  z-index: 16;
}

.card2_shadow {
  z-index: 16;
  opacity: 0;
  position: absolute;
}

.text2, .text1 {
  z-index: 16;
  color: var(--basic--white);
  font-size: var(--p-medium_font-size);
  opacity: 0;
  line-height: 1;
  position: absolute;
}

.card3-wrapper {
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
}

.card-3-mob {
  z-index: 15;
  opacity: 1;
  position: relative;
}

.card-3-mob.card3-hover {
  z-index: 16;
}

.card3_shadow {
  z-index: 16;
  opacity: 0;
  position: absolute;
}

.code-embed-6 {
  display: none;
}

.full-page1 {
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.full-page1.horizontal-scroll-section {
  width: 100vw;
  height: auto;
  padding-bottom: 3%;
}

.full-page1.horizontal-scroll-section.secondslide {
  width: 100vw;
}

.full-page1.horizontal-scroll-section_mob1 {
  width: 100vw;
  height: auto;
}

.full-page1.horizontal-scroll-section_mob1.secondslide {
  width: 100vw;
}

.full-page1.horizontal-scroll-section_tablet {
  width: 100vw;
  height: auto;
}

.full-page1.horizontal-scroll-section_tablet.secondslide {
  width: 100vw;
}

.link-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}

.div-block-24 {
  width: -moz-fit-content;
  width: fit-content;
}

.code-embed-7 {
  display: none;
}

.phone-5 {
  width: 195px;
  height: 250px;
}

.galss1 {
  position: absolute;
  top: 442.5px;
  right: 645.5px;
}

.crosshair-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.glass1 {
  opacity: 0;
  background-image: url('../images/6746e1f90ae04ebf4dc900fc_shot.svg');
  background-position: 0 0;
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.glass2 {
  opacity: 0;
  pointer-events: auto;
  background-image: url('../images/6746e1f90ae04ebf4dc9016b_glass-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto;
  transform: translate(-50%, -50%);
}

.glass3 {
  opacity: 0;
  background-image: url('../images/6746e1f90ae04ebf4dc9016a_glass.png');
  background-position: 0 0;
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: auto;
  left: auto;
  transform: translate(-50%, -50%);
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-img-bg {
  z-index: 5;
  aspect-ratio: auto;
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 800px;
  position: absolute;
  bottom: 0;
  overflow: visible;
}

.title2 {
  color: var(--basic--blue);
  font-size: var(--h2_font-size);
  width: 100%;
  max-width: 340px;
  font-weight: 500;
  line-height: 1;
}

.bg-elipse {
  width: 1200px;
  height: 100svh;
  position: fixed;
  top: 920px;
  left: 50%;
  transform: translateX(-50%);
}

.phone-6 {
  width: 195px;
  height: 250px;
}

.heading {
  z-index: 1;
  color: var(--blue_secondary);
  position: relative;
}

.heading.h1 {
  letter-spacing: -2px;
  font-weight: 600;
}

.heading-2 {
  color: var(--basic--white);
  position: absolute;
}

.card-dragon-3, .card-dragon-mob {
  width: 100px;
  height: 250px;
}

.stickymob {
  flex-flow: column;
  width: 100%;
  display: none;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover_mob {
  width: min-content;
  margin-top: 68px;
  display: block;
}

.div-block-29 {
  color: var(--basic--blue);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  line-height: 192px;
  display: flex;
  position: relative;
  top: -22px;
}

.heading-3.sale_title {
  color: var(--basic--blue);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 100%;
}

.text-block-90.percent {
  color: var(--basic--light_white);
  line-height: 100%;
}

.code-embed-8 {
  max-width: 968px;
  display: none;
}

.sale_words {
  line-height: 120%;
}

.sale_words.weight {
  font-weight: 700;
  line-height: 90%;
}

.heading-4 {
  font-weight: 600;
}

.heading-4.section5_title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.section5_subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 80%;
}

.cards_wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.cards_wrapper.cards_slider-mob, .code-embed-9 {
  display: none;
}

.cards_wrapper-mob {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.cards_wrapper-mob.cards_slider-mob {
  display: none;
}

.cards_wrapper_mob {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.cards_wrapper_mob.cards_slider-mob, .div-block-31 {
  display: none;
}

.hands-2 {
  display: block;
}

.image-12 {
  display: none;
}

.card1-wrapper-mob {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.card2-wrapper-mob, .card3-wrapper-mob {
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
}

.card-1-mob {
  z-index: 15;
  opacity: 1;
  position: relative;
}

.card-1-mob.card3-hover {
  z-index: 16;
}

.card-2-mob {
  z-index: 15;
  opacity: 1;
  position: relative;
}

.card-2-mob.card3-hover {
  z-index: 16;
}

.myswiper.swiper {
  display: none;
}

.card1_shadow_mob, .card2_shadow_mob, .card3_shadow_mob {
  z-index: 16;
  opacity: 0;
  position: absolute;
}

.card-dragon-4 {
  width: 100px;
  height: 250px;
}

.image-15 {
  position: relative;
  bottom: 50px;
}

.request_title {
  color: var(--basic--white);
  letter-spacing: -.36px;
  max-width: 860px;
  line-height: 106%;
  display: none;
}

.request_title.hide {
  display: flex;
}

.image-16.mob {
  width: 252px;
}

.div-block-33 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pop-up_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.code-embed-12 {
  display: none;
}

.mob-img, .desktop-img {
  display: flex;
}

.item-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-block: 1px solid #ffffff20;
  align-items: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.item-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 28px;
  display: flex;
}

.item-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  width: 100%;
  padding-top: 28px;
  display: flex;
}

.steps-img {
  width: 68px;
}

.div-block-34 {
  position: absolute;
}

.footer-img-bg-tablet {
  z-index: 5;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 310px;
  position: absolute;
  bottom: 0;
  overflow: visible;
}

.footer-img-bg-mob {
  z-index: 5;
  position: relative;
}

.cmodal {
  z-index: 499;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0;
}

.c-modal-background {
  z-index: 50;
  background-color: #000000f0;
  background-image: url('../images/grid-decor_1.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0;
}

.c-modal-background.closemodal {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000fcc;
  background-image: url('../images/grid-decor.png');
  background-position: 0 0;
  background-size: auto;
}

.c-modal-background.header-bg-decor {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000001f;
  position: fixed;
}

.code-embed-14 {
  letter-spacing: -.3px;
  cursor: text;
  width: 100%;
  font-size: 22px;
  line-height: 26.4px;
  display: flex;
}

.code-embed-15 {
  cursor: text;
  display: flex;
}

.cbtn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  cursor: none;
  background-color: #fff;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  padding: 15px 40px 20px;
  text-decoration: none;
  display: flex;
}

.cbtn:hover {
  background-color: #b6c1dd;
}

.cbtn.header_btn {
  color: var(--basic--white);
  cursor: pointer;
  padding-top: 14px;
  padding-bottom: 14px;
}

.div-block-81 {
  z-index: 100;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  font-family: Vtbgroupui, Arial, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.image-72 {
  display: none;
}

.div-block-83 {
  background-color: #14161c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40px, -40px);
}

.div-block-83.closemodal {
  z-index: 1000;
  background-color: #14161c00;
  width: auto;
  height: auto;
  padding-top: 40px;
  padding-right: 40px;
  transform: none;
}

.div-block-777 {
  z-index: 100;
  background-color: #14161c00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.div-block-82 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.ccopyblock-success {
  letter-spacing: -.3px;
  font-family: Vtbgroupui, Arial, sans-serif;
  font-size: 22px;
  line-height: 26.4px;
  display: none;
}

.image-71 {
  color: var(--basic--white);
  width: 32px;
  height: 32px;
}

.text-block-17 {
  color: #b6c1dd;
  text-align: center;
  letter-spacing: -1.5px;
  margin-top: 16px;
  font-family: Vtbgroupui, Arial, sans-serif;
  font-size: 28px;
  line-height: 29.68px;
}

.c-share-button {
  display: none;
}

.ccopyblock {
  letter-spacing: -.3px;
  font-family: Vtbgroupui, Arial, sans-serif;
  font-size: 22px;
  line-height: 26.4px;
}

.c-modal-button {
  letter-spacing: -.3px;
  cursor: none;
  background-color: #3898ec00;
  border: 2px solid #606981;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 258.5px;
  padding: 15px 40px 20px;
  font-family: Vtbgroupui, Arial, sans-serif;
  font-size: 22px;
  line-height: 26.4px;
  transition: all .3s;
  display: flex;
}

.c-modal-button:hover {
  color: #2f3441;
  background-color: #9eadd4;
  border-width: 2px;
  border-color: #9eadd4;
}

.c-modal-button:active {
  background-color: #b6c1dd;
  border-color: #b6c1dd;
}

.c-modal-button.header_btn {
  cursor: pointer;
  border-width: 0;
}

.c-modal-button.header_btn:hover {
  color: var(--text-color-white);
}

.c-modal-button.header_btn.modal-btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

.div-block-83-2 {
  background-color: #14161c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40px, -40px);
}

.div-block-83-2.closemodal {
  background-color: #0000;
  width: auto;
  height: auto;
  transform: none;
}

.last-section-wraper {
  width: 100%;
  height: auto;
  position: relative;
}

.footer-img-bg-big {
  z-index: 5;
  pointer-events: none;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.code-embed-17 {
  display: flex;
}

.c-modal-close-2 {
  margin-top: 40px;
  padding-right: 40px;
}

.image-73, .image-74 {
  width: 24px;
}

.mail {
  aspect-ratio: 1;
  width: 360px;
  display: none;
}

.mail.mobmail {
  display: flex;
}

.div-block-780 {
  display: none;
}

.image-75 {
  aspect-ratio: 1;
  width: 322px;
}

.phone-8 {
  width: 195px;
  height: 250px;
}

.code-embed-18 {
  display: none;
}

.header-bg-decor {
  background-image: url('../images/grid-decor_1.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 84px;
  position: absolute;
}

.code-embed-19, .code-embed-20 {
  display: none;
}

.text_block_wrapper3-mob {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  max-width: 1120px;
  display: flex;
  position: absolute;
  top: calc(200% - 265px);
  left: 50%;
  transform: translateX(-50%);
}

.card-dragon-mob-2 {
  width: 100px;
  height: 250px;
}

.div-block-781 {
  display: none;
}

.number {
  color: var(--text-color-white);
  font-size: var(--p-medium-2_font-size);
  letter-spacing: var(--mega-small_letter-spacing);
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  text-decoration: none;
}

.number.p5 {
  letter-spacing: -2.5px;
}

.code-embed-21 {
  display: none;
}

.loader {
  z-index: 1001;
  background-color: var(--blue_secondary);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: none;
  position: absolute;
}

.text-block-91 {
  color: var(--basic--white);
  font-size: 80px;
}

.div-block-782 {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.div-block-783 {
  z-index: 6;
  background-color: var(--basic--blue);
  height: 300px;
  position: absolute;
  bottom: 0;
}

.div-block-784 {
  width: 100%;
  height: 400px;
  position: fixed;
  bottom: 0;
}

.elipse-bg-foooter {
  position: absolute;
  bottom: 357px;
  overflow: visible;
}

.div-block-785 {
  display: none;
}

.bg_elipse_shadow-tablet {
  height: 100svh;
  display: block;
  position: fixed;
  bottom: 0;
}

.bg_elipse_shadow-tablet.desktop {
  width: 100%;
  display: none;
  left: 50%;
  overflow: visible;
  transform: translateX(-50%);
}

.bg_elipse_shadow-tablet.desktop.sadad {
  bottom: 45%;
}

.bg_elipse_shadow-tablet.desktop.footer-bg-elipse {
  object-fit: cover;
}

.bg_elipse_shadow-tablet.desktop.elipse-bg-foooter.hide {
  display: block;
}

.bg_elipse_shadow-tablet.mob, .bg_elipse_shadow-tablet.tablet, .code-embed-24 {
  display: none;
}

.phone-hafl {
  width: 195px;
  height: 250px;
}

.text-block-92 {
  color: #f0f0f5;
  letter-spacing: -.4px;
  max-width: 573px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.2;
}

.link-span {
  color: #3af;
}

.benefit-text {
  color: #f0f0f5;
  letter-spacing: -.4px;
  max-width: 573px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.2;
}

.div-block-28-mobile {
  display: none;
}

.cmodal2 {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.pop-up-modal {
  z-index: 1001;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  display: flex;
  position: relative;
}

.pop-up-modal_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.cmodal2-lottie {
  width: 416px;
  display: block;
}

.cmodal2-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0;
}

._3card {
  width: 208px;
  height: 250px;
}

.code-embed-25 {
  display: none;
}

.pay_mob-1 {
  width: 100px;
  height: 250px;
}

@media screen and (min-width: 1280px) {
  .lottie-card-w-sh {
    height: 800px;
    top: 35px;
  }

  .text-block.p1 {
    max-width: 288px;
  }

  .text-block.p1.mob {
    display: none;
  }

  .text-block.p1.vis {
    max-width: 300px;
    display: flex;
  }

  .text-block.p1.vis.ls.w {
    max-width: 320px;
  }

  .text_block_wrapper3 {
    max-width: 1200px;
  }

  .nav {
    z-index: 102;
    max-width: 1200px;
  }

  .button-2.header_btn.rev {
    font-size: var(--_btn---btn_font-size);
    display: flex;
  }

  .button-2.header_btn.rev.w--current {
    display: flex;
  }

  .main_heading_wrapper {
    max-width: 1200px;
  }

  .main-card {
    width: 750px;
    height: 1920px;
    display: block;
  }

  .main-card.vis.mobcard {
    display: none;
  }

  .shadow {
    opacity: 0;
  }

  .shadow.hide {
    opacity: 100;
    margin-top: -24px;
    display: block;
    top: 166px;
  }

  .shadow.hide.sdadas {
    top: 0;
  }

  .shadow.mob {
    display: none;
  }

  .text_block_wrapper1 {
    z-index: 80;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    height: auto;
    top: 333px;
  }

  .text_block_wrapper1.textasa {
    justify-content: flex-end;
    align-items: flex-start;
    top: 357px;
  }

  .text_block_wrapper2 {
    max-width: 1200px;
  }

  .section2-wrapper {
    flex-flow: row;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3.p3 {
    color: var(--basic--white);
  }

  .text-block-3.p3.ls {
    max-width: 343px;
  }

  .sticky {
    position: sticky;
  }

  .phone2 {
    height: 100%;
  }

  .phone-wrapper {
    width: 530px;
  }

  .pop-up {
    max-width: 1200px;
  }

  .item_subtitle {
    letter-spacing: -.5px;
    line-height: 120%;
  }

  .div-block-11 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
  }

  .section-2 {
    display: flex;
  }

  .section-3 {
    height: 100svh;
  }

  .footer-container {
    max-width: 1200px;
  }

  .text-block-7.p6 {
    letter-spacing: var(--default_letter-spacing);
  }

  .heading.h1 {
    color: var(--basic--blue);
  }

  .text-block-90.percent {
    color: var(--basic--white);
  }

  .mob-img, .desktop-img {
    display: flex;
  }

  .item-1 {
    justify-content: flex-start;
    width: 100%;
  }

  .footer-img-bg-tablet {
    height: 480px;
  }

  .cmodal {
    display: none;
  }

  .c-modal-background.header-bg-decor {
    z-index: 100;
  }

  .code-embed-15 {
    display: flex;
  }

  .cbtn {
    cursor: pointer;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-81 {
    background-color: #14161c00;
    display: flex;
  }

  .div-block-777 {
    display: none;
  }

  .c-modal-close, .c-modal-button, .div-block-83-2.closemodal {
    cursor: pointer;
  }

  .code-embed-16 {
    display: none;
  }

  .mail.mobmail {
    display: flex;
  }

  .div-block-780 {
    display: none;
  }

  .text_block_wrapper3-mob {
    max-width: 1200px;
  }

  .div-block-785, .cmodal2 {
    display: none;
  }

  .pop-up-modal {
    max-width: 1200px;
  }

  .cmodal2-lottie {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .text-block.p1.vis {
    width: auto;
    max-width: 304px;
  }

  .text-block.p1.vis.ls.w {
    max-width: 320px;
  }

  .button-2.header_btn.request-btn.pseudobutton.openmodal {
    padding-left: 28px;
  }

  .main_heading_wrapper {
    left: 50%;
    transform: translateX(-50%);
  }

  .text_block_wrapper1.textasa {
    top: 381px;
  }

  .text_block_wrapper2 {
    position: absolute;
  }

  .bg_elipse_shadow.tablet {
    width: 100%;
  }

  .gradient-title.h3.hide {
    letter-spacing: -1.5px;
  }

  .text-block-4.text-52.p4.ls {
    max-width: 650px;
  }

  .phone-wrapper {
    width: 680px;
  }

  .pop-up_content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
  }

  .link.item_title {
    letter-spacing: -2px;
    line-height: 120%;
  }

  .div-block-11 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
  }

  .div-block-11.sad {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    justify-content: flex-start;
    width: 100%;
  }

  .div-block-11.padding-reset._3 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
  }

  .section-2 {
    display: flex;
  }

  .section-3 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .footer {
    height: 88vh;
  }

  .text-block-7.p6 {
    letter-spacing: var(--default_letter-spacing);
  }

  .text-block-88 {
    font-size: var(--p-medium-2_font-size);
  }

  .card-3-mob {
    border-radius: 20px;
  }

  .image-15 {
    bottom: 60px;
  }

  .request_title {
    letter-spacing: -2px;
  }

  .image-16 {
    aspect-ratio: 70 / 67;
    width: 610px;
  }

  .mob-img {
    display: none;
  }

  .desktop-img {
    width: 520px;
    display: block;
    position: relative;
  }

  .item-1 {
    justify-content: flex-start;
  }

  .last-section-wraper {
    height: auto;
  }

  .div-block-779 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .image-73, .image-74 {
    width: 32px;
  }

  .mail {
    width: 520px;
    display: flex;
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
  }

  .number {
    font-size: var(--p-medium-2_font-size);
  }

  .div-block-785 {
    width: 100%;
    height: 900px;
    display: none;
    position: absolute;
    bottom: 0;
  }

  .bg_elipse_shadow-tablet.tablet {
    width: 100%;
  }

  .cmodal2, .cmodal2-lottie {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .text_block_wrapper3.hide.text-bottom.text_position_buttom {
    top: calc(200% - 290px);
  }

  .button-2.header_btn.request-btn.pseudobutton.openmodal {
    font-size: 20px;
  }

  .text_block_wrapper1.textasa {
    top: 382px;
  }

  .text_block_wrapper2.hide {
    top: calc(100% + 220px);
  }

  .bg_elipse_shadow.desktop.elipse-bg-foooter.hide {
    display: block;
    bottom: 134px;
  }

  .gradient-title.h3.hide {
    letter-spacing: -1.5px;
  }

  .text-block-4.text-52.p4.ls {
    max-width: 720px;
  }

  .text-block-4.p4.ls {
    max-width: 580px;
  }

  .phone-wrapper {
    width: 680px;
  }

  .list {
    justify-content: center;
    align-items: center;
  }

  .item_title, .item_title.ide {
    max-width: 380px;
  }

  .item_subtitle.ls {
    max-width: 500px;
  }

  .div-block-11, .div-block-11.sad {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer {
    height: 85vh;
  }

  .item-2, .item-1, .item-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .last-section-wraper {
    height: auto;
  }

  .mail {
    width: 520px;
  }

  .text-span {
    white-space: nowrap;
  }

  .bg_elipse_shadow-tablet.desktop.elipse-bg-foooter.hide {
    display: block;
    bottom: 72px;
  }

  .cmodal2 {
    display: none;
  }

  .pop-up-modal {
    max-width: 1400px;
  }

  .cmodal2-lottie {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .lottie-card-w-sh {
    height: 820px;
  }

  .section1.spacer-buttom {
    position: relative;
  }

  .text-block {
    top: 0;
  }

  .text-block._2.p2 {
    max-width: 100%;
    top: 2px;
  }

  .text-block.p1 {
    width: 100%;
    max-width: 100%;
  }

  .text-block.p2.hide {
    display: none;
  }

  .text-block.p2.hide-copy {
    display: flex;
  }

  .text_block_wrapper3 {
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .nav {
    padding-left: 60px;
    padding-right: 60px;
    left: 50%;
  }

  .button-2.header_btn {
    letter-spacing: -.4px;
    font-size: 20px;
    line-height: 120%;
  }

  .button-2.header_btn.rev {
    font-size: var(--_btn---btn_font-size);
  }

  .button-2.header_btn.request-btn {
    bottom: -112px;
  }

  .button-2.header_btn.request-btn.pseudobutton.openmodal {
    margin-top: 60px;
    position: static;
  }

  .button-2.header_btn.cards {
    z-index: 800;
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .button-2.header_btn.cards.openmodal {
    bottom: 200px;
  }

  .main_heading_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    line-height: 1;
    top: 170px;
    left: 0%;
  }

  .main-card {
    display: none;
  }

  .main-card.vis, .main-card.vis.mobcard {
    width: 700px;
    height: 1340px;
    display: block;
    top: 139px;
  }

  .shadow {
    width: 500px;
    height: 370px;
  }

  .shadow.mob {
    top: 187px;
    left: -224px;
  }

  .shadow.mob-shadow-img {
    left: 50%;
  }

  .text_block_wrapper1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 30%;
    padding-left: 60px;
    padding-right: 60px;
    top: 290px;
  }

  .text_block_wrapper1.vtb-wrapper {
    height: auto;
  }

  .text_block_wrapper1.textasa {
    justify-content: flex-end;
    align-items: flex-start;
    height: 34%;
  }

  .text_block_wrapper2 {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    top: 60%;
  }

  .text_container2 {
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 150px;
  }

  .bg_elipse_shadow.desktop, .bg_elipse_shadow.desktop.elipse-bg-foooter.hide {
    display: none;
  }

  .bg_elipse_shadow.tablet {
    width: 100%;
    display: block;
  }

  .section2-wrapper {
    max-width: none;
  }

  .gradient-title.h3.hide {
    display: none;
  }

  .gradient-title.h3.hidee {
    display: flex;
    top: 96px;
  }

  .text-block-3.p3.ls {
    max-width: 450px;
  }

  .center.section3_wrapper {
    padding-top: 0;
  }

  .text-block-4.text-52.p4, .text-block-4.p4 {
    width: 422px;
  }

  .full-page.horizontal-scroll-section_mob {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .phone-wrapper {
    width: 550px;
    display: flex;
  }

  .vtb.h2 {
    flex: 0 auto;
    padding-left: 0;
    line-height: 1;
    display: block;
  }

  .div-block-6 {
    position: relative;
  }

  .image-5 {
    width: 206px;
    height: 206px;
  }

  .section3-wrapper.spacer-buttom {
    display: none;
  }

  .pop-up {
    padding-left: 60px;
    padding-right: 60px;
  }

  .item {
    align-items: center;
    width: 100%;
  }

  .item_title {
    min-width: 260px;
    max-width: 260px;
  }

  .item_title.ide {
    min-width: 256px;
  }

  .item_title.asda {
    display: none;
  }

  .div-block-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
  }

  .div-block-11.sad {
    justify-content: space-between;
    align-items: center;
  }

  .bullets_wrapper {
    display: flex;
  }

  .section-2 {
    display: block;
  }

  .section-3 {
    height: 100svh;
  }

  .footer-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer {
    height: 150vh;
  }

  .div-block-14 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    border-bottom: 1px solid #ffffff20;
    flex-flow: column;
    padding-bottom: 22px;
  }

  .text-block-89.p7 {
    letter-spacing: -.3px;
    max-width: 440px;
  }

  .adress-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    border-bottom: 1px solid #ffffff20;
    flex-flow: column;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .div-block-16 {
    border-top: none;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .social-wrapper {
    padding-bottom: 60px;
  }

  .section-hands {
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .div-block-17 {
    margin-top: 70px;
    position: static;
    transform: translateX(0);
  }

  .hands.hide {
    display: flex;
    bottom: 0;
  }

  .cursor-wrapper {
    cursor: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 66px;
  }

  .target {
    justify-content: center;
    align-items: flex-start;
    padding-top: 541px;
    display: flex;
  }

  .target.hide {
    display: none;
  }

  .card-3-mob {
    border-radius: 22px;
    width: 420px;
  }

  .full-page1.horizontal-scroll-section_mob1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .full-page1.horizontal-scroll-section_mob1._222 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: max-content;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .full-page1.horizontal-scroll-section_tablet {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-img-bg {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 0%;
    height: 890px;
    display: block;
    overflow: visible;
  }

  .heading.h1 {
    letter-spacing: -2.8px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
  }

  .div-block-26 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    display: flex;
  }

  .stickymob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    display: flex;
    position: sticky;
  }

  .image-11 {
    width: 206px;
    height: 206px;
  }

  .mover_mob {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .div-block-27 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-28 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-29 {
    color: var(--basic--blue);
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    display: flex;
    position: relative;
    top: 32px;
    transform: translate(0, -22%);
  }

  .heading-3 {
    color: var(--basic--blue);
    font-weight: 600;
  }

  .heading-3.sale_title {
    margin-top: 160px;
    line-height: 106%;
  }

  .text-block-90 {
    color: var(--basic--white);
  }

  .text-block-90.percent {
    line-height: 100%;
  }

  .code-embed-8 {
    font-weight: 600;
    display: none;
  }

  .sale_words {
    line-height: 120%;
  }

  .cards_wrapper {
    display: none;
  }

  .cards_wrapper.cards_slider-mob {
    display: flex;
  }

  .cards_wrapper-mob {
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .cards_wrapper-mob.cards_slider-mob {
    display: flex;
  }

  .cards_wrapper_mob {
    width: max-content;
    max-width: none;
    margin-right: 25vw;
    display: flex;
    position: relative;
  }

  .cards_wrapper_mob.cards_slider-mob {
    display: flex;
  }

  .div-block-31 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: scroll hidden;
  }

  .hands-2 {
    display: none;
  }

  .image-12 {
    display: block;
  }

  .card-1-mob, .card-2-mob {
    border-radius: 22px;
    width: 420px;
  }

  .myswiper.swiper {
    margin-bottom: 261px;
    display: block;
  }

  .code-embed-10 {
    display: none;
  }

  .card1_shadow_mob {
    left: 0;
  }

  .card2_shadow_mob, .card3_shadow_mob {
    width: 420px;
    left: 0;
  }

  .selected_card {
    z-index: 6123123;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: var(--basic--blue);
    border-right-style: solid;
    border-right-width: 3px;
    border-right-color: var(--basic--blue);
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-bottom-color: var(--basic--blue);
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: var(--basic--blue);
    opacity: 0;
    border-radius: 22px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    left: 0;
  }

  .selected_card-img_1 {
    z-index: 20;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .selected_card-img_3 {
    z-index: 20;
    background-color: var(--basic--blue);
    opacity: 0;
    color: var(--basic--white);
    border-top-left-radius: 22px;
    border-bottom-right-radius: 15px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .selected_card_3 {
    z-index: 6123123;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: var(--basic--blue);
    border-right-style: solid;
    border-right-width: 3px;
    border-right-color: var(--basic--blue);
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-bottom-color: var(--basic--blue);
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: var(--basic--blue);
    opacity: 0;
    border-radius: 22px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .selected_card_2 {
    z-index: 800;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: var(--basic--blue);
    border-right-style: solid;
    border-right-width: 3px;
    border-right-color: var(--basic--blue);
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-bottom-color: var(--basic--blue);
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: var(--basic--blue);
    opacity: 1;
    border-radius: 22px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .selected_card-img_2 {
    z-index: 20;
    background-color: var(--basic--blue);
    opacity: 0;
    color: var(--basic--white);
    letter-spacing: -.23px;
    border-top-left-radius: 22px;
    border-bottom-right-radius: 16px;
    font-weight: 300;
    line-height: 120%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .selected_card_1 {
    z-index: 800;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: var(--basic--blue);
    border-right-style: solid;
    border-right-width: 3px;
    border-right-color: var(--basic--blue);
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-bottom-color: var(--basic--blue);
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: var(--basic--blue);
    opacity: 0;
    border-radius: 22px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .in_a_3, .days_counter_2, .days_2, .days_counter_3, .in_a_2, .days_counter_2-copy, .days_3 {
    height: -moz-fit-content;
    height: fit-content;
  }

  .wrapper-mover-mob {
    display: none;
  }

  .wrapper-mover-mob.tablet {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-15 {
    bottom: 40px;
  }

  .pop-up_wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .mob-img {
    display: flex;
  }

  .desktop-img {
    display: none;
  }

  .item-2 {
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-1 {
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .item-3 {
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }

  .code-embed-13 {
    flex-flow: column;
    display: flex;
  }

  .div-block-35 {
    display: flex;
    position: absolute;
    bottom: 0;
  }

  .footer-img-bg-tablet {
    object-fit: cover;
    height: 900px;
    overflow: visible;
  }

  .cmodal {
    display: none;
  }

  .div-block-81 {
    width: 100%;
  }

  .div-block-777 {
    padding-top: 0;
    display: none;
  }

  .image-73, .image-74 {
    width: 40px;
  }

  .mail {
    width: 330px;
  }

  .mail.mobmail {
    width: 315px;
    display: block;
  }

  .div-block-780 {
    display: none;
  }

  .text_block_wrapper3-mob {
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .wrapper-mover-tablet {
    flex-flow: column;
    display: flex;
  }

  .wrapper-mover-tablet.tablet {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-28-copy, .div-block-27-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .elipse-bg-foooter {
    position: absolute;
    bottom: 632px;
  }

  .bg_elipse_shadow-tablet.desktop {
    display: block;
    position: absolute;
    bottom: 451px;
    overflow: visible;
  }

  .bg_elipse_shadow-tablet.desktop.elipse-bg-foooter.hide {
    display: none;
  }

  .div-block-786 {
    height: 250vh;
  }

  .div-block-28-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .div-block-28-desk {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .pop-up-modal {
    padding-left: 60px;
    padding-right: 60px;
  }

  .pop-up-modal_wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cmodal2-lottie {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .lottie-card-w-sh {
    height: 850px;
    display: flex;
    overflow: visible;
  }

  .text-block.p1.mob {
    letter-spacing: -.2px;
    max-width: 400px;
    line-height: 128%;
    display: flex;
  }

  .text-block.p1.mob._312 {
    display: none;
  }

  .text-block.p1.vis {
    display: flex;
  }

  .text_block_wrapper3 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2.header_btn, .button-2.header_btn.rev {
    display: flex;
  }

  .main_heading_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    top: 150px;
  }

  .main-card.vis {
    width: 460px;
    height: 1200px;
    top: 92px;
  }

  .main-card.vis.mobcard {
    width: 460px;
    height: 1200px;
    top: 92px;
    overflow: hidden;
  }

  .shadow {
    width: 470px;
    height: 513.636px;
    margin-top: -375px;
  }

  .shadow.mob {
    top: 493px;
  }

  .shadow.mob-shadow-img {
    left: 50%;
  }

  .text_block_wrapper1 {
    padding-left: 13px;
    padding-right: 13px;
    top: 242px;
  }

  .text_block_wrapper1.vtb-wrapper, .text_block_wrapper1.textasa, .text_block_wrapper2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_container2 {
    position: relative;
  }

  .bg_elipse_shadow {
    display: block;
  }

  .bg_elipse_shadow.desktop {
    width: 100%;
    display: none;
    left: 50%;
  }

  .bg_elipse_shadow.tablet {
    width: 100%;
    display: block;
    left: -50%;
    transform: translateX(50%);
  }

  .section2-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gradient-title.h3 {
    text-align: center;
    letter-spacing: -1.5px;
    width: 100%;
  }

  .gradient-title.h3.hide {
    display: none;
  }

  .gradient-title.h3.hidee {
    text-align: left;
  }

  .text-block-3.p3 {
    color: var(--basic--white);
    letter-spacing: -.695px;
    width: 100%;
    max-width: none;
  }

  .text-block-4.text-52.p4 {
    width: auto;
  }

  .text-block-4.p4 {
    width: auto;
    max-width: none;
  }

  .full-page.horizontal-scroll-section_mob {
    padding-left: 20px;
    padding-right: 20px;
  }

  .phone-wrapper {
    width: 540px;
  }

  .vtb.h2 {
    font-weight: 550;
  }

  .pop-up {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .item {
    width: 100%;
  }

  .item_title {
    min-width: auto;
    max-width: none;
  }

  .item_title.ide {
    display: none;
  }

  .item_title.asda {
    display: flex;
  }

  .div-block-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .div-block-11.sad {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }

  .div-block-11.padding-reset {
    padding-bottom: 0;
  }

  .div-block-11.padding-reset._3 {
    border-bottom: 0 solid #ffffff20;
  }

  .section-3 {
    height: 100svh;
  }

  .div-block-20 {
    justify-content: flex-start;
    align-items: center;
  }

  .card-11, .card-22, .card3-wrapper, .card-3-mob {
    width: 420px;
  }

  .full-page1.horizontal-scroll-section_mob1, .full-page1.horizontal-scroll-section_tablet {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-elipse {
    display: block;
    top: 611px;
    left: -128%;
  }

  .bg-elipse.desktop {
    z-index: 2147483647;
    width: 480px;
    height: 800px;
    display: flex;
    top: 0;
    left: 0%;
    transform: translateX(0%);
  }

  .heading.h1 {
    color: var(--basic--blue);
    font-weight: 550;
  }

  .heading-4.section5_title {
    white-space: nowrap;
  }

  .div-block-30 {
    width: min-content;
    display: flex;
    position: relative;
  }

  .cards_wrapper_mob {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: max-content;
    max-width: none;
    padding-left: 60px;
    display: flex;
    overflow: hidden;
  }

  .div-block-31 {
    overflow: scroll;
  }

  .card3-wrapper-mob, .card-1-mob, .card-2-mob {
    width: 420px;
  }

  .image-13, .image-14 {
    width: 28px;
  }

  .request_title {
    letter-spacing: -1.5px;
    display: none;
  }

  .request_title.hide {
    display: flex;
  }

  .div-block-33 {
    width: 100%;
  }

  .pop-up_wrapper {
    max-width: 100%;
  }

  .mob-img {
    position: relative;
  }

  .item-2 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 9px;
  }

  .item-1 {
    width: 100%;
    padding-bottom: 9px;
  }

  .item-3 {
    width: 100%;
    padding-top: 8px;
  }

  .footer-img-bg-tablet {
    box-sizing: content-box;
    object-fit: cover;
    height: 800px;
    overflow: visible;
  }

  .footer-img-bg-mob {
    width: 100%;
    position: absolute;
  }

  .cmodal {
    padding-left: 48px;
    padding-right: 48px;
    display: none;
  }

  .div-block-81 {
    width: 100%;
    height: 100%;
    padding: 24px;
  }

  .text-block-16 {
    font-size: 36px;
    line-height: 100%;
  }

  .div-block-83.closemodal {
    padding-right: 0;
  }

  .div-block-777 {
    width: 100%;
    height: 100%;
  }

  .div-block-82 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
    margin-top: 24px;
  }

  .text-block-17 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .c-modal-button {
    width: 100%;
  }

  .mail {
    width: 250px;
  }

  .mail.mobmail {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 280px;
    display: block;
  }

  .code-embed-20 {
    display: none;
  }

  .text_block_wrapper3-mob {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .elipse-bg-foooter {
    height: 100%;
    position: absolute;
    bottom: 370px;
  }

  .bg_elipse_shadow-tablet {
    display: block;
  }

  .bg_elipse_shadow-tablet.desktop {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 401px;
    left: 50%;
  }

  .bg_elipse_shadow-tablet.tablet {
    width: 100%;
    display: block;
    left: -50%;
    transform: translateX(50%);
  }

  .div-block-28-mobile {
    display: none;
  }

  .pop-up-modal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-up-modal_wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .lottie-card-w-sh {
    height: auto;
    top: 0;
  }

  .text-block.p1.mob._312 {
    z-index: -40000;
    display: none;
  }

  .text-block.p1.mob.hide {
    color: var(--basic--white);
    display: flex;
  }

  .text-block.p1.vis {
    display: none;
  }

  .text_block_wrapper3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_block_wrapper3.hide {
    display: none;
  }

  .nav {
    padding-left: 20px;
    padding-right: 20px;
    top: 20px;
  }

  .button-2.header_btn.rev {
    white-space: nowrap;
  }

  .button-2.header_btn.request-btn {
    bottom: -92px;
  }

  .button-2.header_btn.request-btn.pseudobutton.openmodal {
    margin-top: 40px;
  }

  .button-2.header_btn.cards {
    white-space: nowrap;
  }

  .button-2.header_btn.cards.openmodal {
    bottom: 100px;
  }

  .main_heading_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    top: 170px;
  }

  .main-card {
    display: none;
  }

  .main-card.vis {
    width: 300px;
    height: 850px;
    top: 130px;
  }

  .main-card.vis.mobcard {
    width: 350px;
    height: 850px;
    margin-top: 20px;
    top: 143px;
  }

  .shadow {
    width: 342px;
    height: 291px;
    top: 45px;
  }

  .shadow.hide {
    opacity: 0;
    margin-top: -199px;
  }

  .shadow.mob {
    width: 342px;
    height: 297px;
    left: -50%;
    transform: translateX(-50%);
  }

  .shadow.mob.mob-shadow {
    width: 292px;
    display: block;
    top: 164px;
  }

  .shadow.mob-shadow-img {
    width: 280px;
    margin-top: 0;
    position: absolute;
    top: 12px;
    left: 6%;
  }

  .text_block_wrapper1 {
    z-index: 133;
  }

  .text_block_wrapper1.vtb-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    top: 230px;
  }

  .text_block_wrapper1.textasa {
    z-index: 35;
    height: 630px;
    padding-left: 20px;
    padding-right: 20px;
    top: auto;
  }

  .text_block_wrapper2 {
    padding-left: 20px;
    padding-right: 20px;
    top: 55%;
  }

  .text_block_wrapper2.hide {
    display: none;
  }

  .text_container2 {
    padding-bottom: 0;
  }

  .section2.spacer-buttom {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 115svh;
    display: flex;
  }

  .bg_elipse_shadow.desktop {
    transform: translateX(-50%);
  }

  .bg_elipse_shadow.mob {
    width: 100%;
    display: block;
  }

  .bg_elipse_shadow.tablet {
    display: none;
  }

  .section2-wrapper {
    height: 100%;
    top: 50%;
  }

  .gradient-title.h3.hidee {
    padding-bottom: 30px;
    top: 14px;
  }

  .text-block-3.p3 {
    letter-spacing: -.695px;
  }

  .text-block-3.p3.ls {
    max-width: none;
  }

  .center.section3_wrapper {
    height: -moz-fit-content;
    height: fit-content;
  }

  .text-block-4.text-52.p4 {
    letter-spacing: -.48px;
    min-width: 240px;
  }

  .text-block-4.p4 {
    letter-spacing: -.48px;
    max-width: 240px;
  }

  .text-block-4.p4.ls {
    max-width: none;
  }

  .mover {
    -webkit-appearance: none;
    appearance: none;
  }

  .phone2 {
    height: 100%;
  }

  .phone-wrapper {
    width: 315px;
  }

  .vtb.h2 {
    z-index: 2343;
  }

  .image-5 {
    width: 160px;
    height: 160px;
  }

  .pop-up {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link.item_title {
    letter-spacing: -1px;
  }

  .bullets_wrapper {
    display: none;
  }

  .footer-container {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 0;
  }

  .footer {
    height: 100vh;
  }

  .text-block-7.p6 {
    color: var(--text-color-white);
  }

  .text-block-88 {
    color: var(--text-color-white);
    font-size: 22px;
    text-decoration: none;
  }

  .social-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 0;
  }

  .div-block-17 {
    padding-left: 13px;
    padding-right: 13px;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .crosshair {
    top: 406px;
  }

  .full-page1.horizontal-scroll-section_mob1 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .full-page1.horizontal-scroll-section_mob1._222 {
    justify-content: center;
    align-items: flex-start;
  }

  .full-page1.horizontal-scroll-section_tablet, .div-block-24 {
    width: auto;
  }

  .stickymob {
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
  }

  .image-11 {
    width: 160px;
    height: 160px;
  }

  .mover_mob {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    scrollbar-width: none;
    -webkit-clip-path: inset(0 0 8px);
    clip-path: inset(0 0 8px);
    flex-flow: row;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 8px;
    padding-left: 20px;
    overflow-x: scroll;
  }

  .div-block-27 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }

  .div-block-28 {
    flex-flow: column;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-29 {
    top: 10px;
  }

  .heading-3.sale_title {
    font-weight: 550;
  }

  .text-block-90.percent {
    font-weight: 550;
    line-height: 120%;
  }

  .sale_words {
    font-weight: 550;
  }

  .card-1-mob {
    border-radius: 22px;
  }

  .swiper-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .swiper-slide.card1-wrapper {
    width: 280px;
  }

  .swiper-slide.card1-wrapper.openmodal {
    max-width: none;
    position: static;
  }

  .swiper-slide.card2-wrapper {
    width: 280px;
  }

  .swiper-slide.card2-wrapper.openmodal {
    position: static;
  }

  .swiper-slide.card3-wrapper {
    width: 280px;
  }

  .swiper-slide.card3-wrapper.openmodal {
    position: static;
  }

  .myswiper.swiper {
    width: 100%;
    overflow: hidden;
  }

  .image-13 {
    width: 22px;
    height: 22px;
  }

  .image-14 {
    width: 22px;
  }

  .code-embed-11 {
    display: none;
  }

  .wrapper-mover-mob {
    display: flex;
    overflow: scroll;
  }

  .image-15 {
    width: 30px;
    bottom: 15px;
  }

  .request_title {
    width: min-content;
    line-height: 112%;
    display: flex;
  }

  .request_title.hide {
    display: none;
  }

  .div-block-33 {
    pointer-events: none;
    justify-content: center;
    align-items: center;
  }

  .mob-img {
    display: flex;
  }

  .steps-img {
    width: 40px;
  }

  .code-embed-13 {
    display: none;
  }

  .footer-img-bg-tablet {
    box-sizing: content-box;
    object-fit: cover;
    overflow: visible;
  }

  .footer-img-bg-mob {
    object-fit: cover;
    object-position: 58% 50%;
    height: 630px;
    bottom: 0;
    overflow: visible;
  }

  .cmodal {
    padding: 0;
    display: none;
  }

  .c-modal-background.closemodal {
    height: 100vh;
    display: block;
  }

  .code-embed-14 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 16.8px;
    display: flex;
  }

  .div-block-778 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 232px;
    display: flex;
  }

  .cbtn {
    border-radius: 22px;
    width: 180px;
    height: 44px;
    padding-top: 20px;
  }

  .cbtn.header_btn {
    width: 182px;
  }

  .div-block-81 {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
  }

  .text-block-16 {
    text-align: center;
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 106%;
  }

  .image-72 {
    width: 22px;
    height: 22px;
  }

  .div-block-83.closemodal {
    z-index: 2000;
    width: 40px;
    height: 40px;
    padding-top: 0;
    top: 40px;
    right: 40px;
    transform: translate(16px, -20px);
  }

  .div-block-777 {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: none;
  }

  .div-block-82 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 24px;
  }

  .ccopyblock-success {
    font-size: 20px;
    line-height: 16.8px;
  }

  .image-71 {
    width: 22px;
    height: 22px;
  }

  .text-block-17 {
    text-align: center;
    letter-spacing: -.3px;
    margin-top: 6px;
    font-size: 22px;
    line-height: 1;
  }

  .c-share-button {
    aspect-ratio: 1;
    background-color: var(--basic--blue);
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 100%;
    display: flex;
  }

  .ccopyblock {
    font-size: 20px;
    line-height: 16.8px;
  }

  .c-modal-button {
    width: 168px;
    font-size: 14px;
    line-height: 16.8px;
  }

  .c-modal-button.header_btn.modal-btn {
    width: 260px;
    font-size: 20px;
  }

  .div-block-83-2.closemodal {
    width: 40px;
    height: 40px;
    top: 40px;
    right: 40px;
    transform: translate(16px, -20px);
  }

  .last-section-wraper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .c-modal-close-2 {
    margin-top: 0;
    padding-right: 0;
  }

  .image-73, .image-74 {
    width: 24px;
  }

  .mail, .mail.mobmail {
    width: 170px;
  }

  .div-block-780 {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
  }

  .code-embed-20 {
    display: none;
  }

  .text_block_wrapper3-mob {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_block_wrapper3-mob.hide {
    display: none;
  }

  .wrapper-mover-tablet {
    display: none;
    overflow: scroll;
  }

  .div-block-28-copy {
    flex-flow: column;
  }

  .div-block-27-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }

  .div-block-781 {
    z-index: 1002;
    background-color: #030303;
    width: 100%;
    height: 90px;
    display: flex;
    position: absolute;
    bottom: 0;
  }

  .number {
    color: var(--basic--white);
    font-size: 22px;
    text-decoration: none;
  }

  .code-embed-22 {
    display: none;
  }

  .loader {
    position: fixed;
  }

  .code-embed-23 {
    display: none;
  }

  .div-block-782 {
    z-index: 2;
    background-color: var(--black);
    color: var(--black);
    width: 100%;
    height: 410px;
    position: absolute;
    bottom: 0;
  }

  .div-block-784 {
    z-index: -1;
    opacity: 0;
    background-color: #000;
  }

  .elipse-bg-foooter {
    height: 100svh;
    position: absolute;
    bottom: 214px;
  }

  .bg_elipse_shadow-tablet.desktop {
    bottom: 220px;
    transform: translateX(-50%);
  }

  .bg_elipse_shadow-tablet.mob {
    width: 100%;
    display: block;
  }

  .bg_elipse_shadow-tablet.tablet {
    display: none;
  }

  .benefit-text {
    height: 0;
    margin-top: 0;
    font-size: 16px;
    overflow: hidden;
  }

  .div-block-28-mobile {
    flex-flow: column;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-28-desk {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .text-show {
    color: #3af;
    font-size: 16px;
    line-height: 1.2;
  }

  .div-block-787 {
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-hide {
    color: #3af;
    font-size: 16px;
    line-height: 1.2;
    display: none;
  }

  .image-77 {
    transform: rotate(180deg);
  }

  .div-block-788 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .cmodal2 {
    display: none;
  }

  .pop-up-modal {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-up-modal_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cmodal2-lottie {
    width: 220px;
  }
}


@font-face {
  font-family: 'Vtb Group';
  src: url('../fonts/VTB-Group-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtb Group';
  src: url('../fonts/VTB-Group-Bold-Oblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vtb Group Cond';
  src: url('../fonts/VTB-Group-Cond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtb Group';
  src: url('../fonts/VTB-Group-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtb Group Demi';
  src: url('../fonts/VTB-Group-Demi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtb Group Cond';
  src: url('../fonts/VTB-Group-Cond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtb Group Book';
  src: url('../fonts/VTB-Group-Book-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vtb Group Book';
  src: url('../fonts/VTB-Group-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtb Group Cond Book';
  src: url('../fonts/VTB-Group-Cond-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtbgroupui';
  src: url('../fonts/VTBGroupUI-DemiBold.ttf') format('truetype'), url('../fonts/VTBGroupUI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtb Group Extra';
  src: url('../fonts/VTB-Group-Extra-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtbgroupui';
  src: url('../fonts/VTBGroupUI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtbgroupui';
  src: url('../fonts/VTBGroupUI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtbgroupui';
  src: url('../fonts/VTBGroupUI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vtbgroupui';
  src: url('../fonts/VTBGroupUI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}