@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Italic';
  src: url('./fonts/Montserrat/Montserrat-Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

* {
  font-family: Inter;
}


.default_button:hover, .white_button:hover{
  text-decoration: none;
}
.header_v2 .white_button.tg svg {
  display: none;
}

.header_v2 {
  background: #F7F8FF;
  padding-top: 63px;
}
.question_v2{
  font-family: Montserrat;
  font-size: 18px;
font-weight: 500;
line-height: 22px;
}
.answer_v2{
  font-size: 18px;
font-weight: 500;
line-height: 22px;
}
section {
  padding: 0;
}

.header_wrapper_v2 {
  max-width: 1520px;
  margin: 0 auto;
  width: 100%;

}

.header_content_v2 {
  padding: 0 40px;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
}

.header_container_v2 {
  padding: 10px 40px;
  border-radius: 8px;
  backdrop-filter: blur(3px);
}

.header_container_v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background-color: rgba(247, 248, 255, 0.50);
  border: 2px solid rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 0 20px -5px rgba(255, 255, 255, 0.45);
  pointer-events: none;
}

.header_container_v2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  isolation: isolate;
  -webkit-backdrop-filter: var(--lg-filter, blur(8px));
  backdrop-filter: var(--lg-filter, blur(8px));
}

.header_v2 .white_button,
.header_v2 .default_button {
  height: 38px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  gap: 10px;
  padding: 0 20px;
}

.section_wrapper_v2 {
  background: #F7F8FF;
  padding: 0 40px;
}

.section_welcome_v2 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 0;
}

.welcome_slider_v2 {
  padding: 0 8px;
}

.welcome_slider_card_v2 {
  border-radius: 24px;
  background: #FFF;
  padding: 16px 60px;
  height: 490px;
  overflow: hidden;
  position: relative;
}

.welcome_slider_card_content_v2 {
  padding: 10px 40px;
  height: 100%;
}

.hero_v2 {
  display: flex;
  gap: 24px;
  height: 100%;
}

.hero_v2__content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
}

.hero_v2__title {
  margin-top: 10px;
  color: #464646;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.hero_v2__chips {
  margin-top: 24px;
}


.hero_v2__label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  background: linear-gradient(90deg, #6841EA 0%, #DE76E5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero_v2__title {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  color: #464646;
  font-family: Montserrat;
}

.hero_v2__chips {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 500px;
}

.hero_v2__chip {
  position: relative;
  z-index: 0;
  overflow: hidden;

  padding: 4px 16px;
  border-radius: 19px;
  border: 1px solid #BFAFFF;
  color: #967EE6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  background: transparent;
  cursor: pointer;
}

.hero_v2__chip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background: linear-gradient(90deg, #FFF 0%, #E7ECFF 100%);
  opacity: 0;
  transition: opacity .4s ease;
}

.hero_v2__chip:hover::before {
  opacity: 1;
}

.hero_v2__chip:hover {
  cursor: pointer;
  color: #967EE6;
  text-decoration: none;
}

.hero_v2__media {
  flex: 1 1 50%;
  position: relative;
  height: 100%;
}

.hero_v2__img {
  display: block;
  height: 470px;
  object-position: 50% 50%;
  object-fit: contain;
  position: absolute;
  bottom: -26px;
  right: 40px;
}

.welcome_slider_card_v2_ball_1 {
  position: absolute;
  width: 167px;
  height: 167px;
  top: 31px;
  left: -85px;
  z-index: 1;
}

.welcome_slider_card_v2_ball_2 {
  position: absolute;
  width: 84px;
  height: 84px;
  bottom: -26px;
  left: 388px;
}

.welcome_slider_card_v2_ball_3 {
  position: absolute;
  width: 109px;
  height: 109px;
  top: 27px;
  left: 635px;
}

.welcome_slider_card_v2_bg_1 {
  position: absolute;
  width: 568px;
  height: 568px;
  right: -6px;
  bottom: -163px;
}

.welcome_slider_card_v2_bg_2 {
  position: absolute;
  width: 398px;
  height: 398px;
  left: -61px;
  top: -215px;
}

.hero_v2__badges_list {
  position: absolute;
  top: 117px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  right: 0;
}

.hero_v2__badge {
  position: relative;
}

.hero_v2__badge.one {
  right: 344px;
}

.hero_v2__badge.two {
  right: 382px;
}

.hero_v2__badge.three {
  right: 429px;
}

.hero_v2__badge.four {
  right: 436px;
}

.hero_v2__badge_text {
  color: #C17ED4;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  text-wrap: nowrap;
  position: relative;
  z-index: 1;
}

.hero_v2__badge_text b {
  font-weight: 800;
}

.hero_v2__badge_text span {
  color: #6F6F6F;
  font-weight: 500;
}

.hero_v2__badge_bg {
  position: absolute;
  z-index: 1;
  width: 129px;
  height: 129px;
}

.hero_v2__badge_bg.one {
  top: -38px;
  right: -32px;
}

.hero_v2__badge_bg.two {
  top: -44px;
  right: -9px;
}

.hero_v2__badge_bg.three {
  top: -41px;
  right: -13px;
}

.hero_v2__badge_bg.four {
  top: -59px;
  right: -48px;
  width: 175px;
  height: 175px;
}

.hero_v2__media_label {
  width: 295px;
  padding: 10px 24px;
  border-radius: 16px;
  position: absolute;
  bottom: 34px;
  right: 50px;

  isolation: isolate;
  /* стек-контекст для ::after z-index:-1 */
}

/* текст держим поверх стеклянных слоёв */
.hero_v2__media_label>* {
  position: relative;
  z-index: 1;
}

/* тинт + внутренняя подсветка + граница (Figma: E3F2FE 50%, бордюр 2px белый 26%) */
.hero_v2__media_label::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background-color: rgba(227, 242, 254, 0.50);
  border: 2px solid rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 0 20px -5px rgba(255, 255, 255, 0.45);
  pointer-events: none;
}

/* слой преломления (жидкое стекло) — позади контента */
.hero_v2__media_label::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  isolation: isolate;
  -webkit-backdrop-filter: var(--lg-filter, blur(8px));
  backdrop-filter: var(--lg-filter, blur(8px));
}

.hero_v2__media_label_title {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 2px;
  font-family: Montserrat;
}

.hero_v2__media_label_text {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
}

.section_v2 {
  max-width: 1296px;
  margin: 0 auto;
  padding: 60px 0;
}

.section_title_v2 {
  color: #464646;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat;
}

.section_title_v2 span {
  background: linear-gradient(90deg, #6841EA 0%, #DE76E5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.section_v2.experts {
  padding-top: 40px;
  padding-bottom: 32px;
}

.experts_marquee_v2 {
  width: 100%;
  overflow: hidden;

  -webkit-mask-image: linear-gradient(to right,
      transparent 0,
      black 80px,
      black calc(100% - 80px),
      transparent 100%);
  mask-image: linear-gradient(to right,
      transparent 0,
      black 80px,
      black calc(100% - 80px),
      transparent 100%);
}

.experts_track_v2 {
  display: flex;
  width: max-content;
  animation: expertsMarqueeV2 18s linear infinite;
  will-change: transform;
}

.experts_group_v2 {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  padding-right: 14px;
}

.experts_item_v2 {
  width: 132px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 132px;
}

.experts_item_img_v2 {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  display: block;
}

@keyframes expertsMarqueeV2 {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.why_us_list_v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.why_us_item_v2 {
  border-radius: 16px;
  background: #FFF;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  transition:
    transform 0.25s ease,
    all .1s linear;
  border: 2px solid transparent;
}

.why_us_item_v2:hover {
  border: 2px solid #6841EA;
}

.why_us_item_v2.why_us_flip {
  border-radius: 16px 16px 116px 16px;
}

a.why_us_item_title_v2 {
  display: block;
  text-decoration: underline;
}

.why_us_item_title_v2 {
  color: #464646;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: Montserrat;
}

.why_us_item_text_v2 {
  font-size: 16px;
  color: #464646;
  font-weight: 500;
  line-height: 20px;
}

.why_us_item_text_v2 span {
  color: #6F6F6F;
}

.why_us_item_warning_v2 {
  color: #6F6F6F;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
}

.why_us_item_img_v2 {
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: 50% 50%;
  margin-bottom: 24px;
}

.why_us_item_hint_v2 {
  display: flex;
  justify-content: end;
}

.why_us_item_hint_v2 svg:hover {
  cursor: pointer;
}

/* ===== Переиспользуемое жидкое стекло (для нескольких элементов) =====
   JS вешает на каждый .liquid_glass_v2 свой фильтр через --lg-filter.
   До инициализации / вне Chromium — фолбэк blur. */
.liquid_glass_v2 {
  isolation: isolate;
}

.liquid_glass_v2>* {
  position: relative;
  z-index: 1;
}

.liquid_glass_v2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  -webkit-backdrop-filter: var(--lg-filter, blur(8px) saturate(130%));
  backdrop-filter: var(--lg-filter, blur(8px) saturate(130%));
}

/* подсказка над "?" в карточке «Реферальная программа» */
.why_us_item_hint_v2 {
  position: relative;
}

.why_us_tooltip_v2 {
  position: absolute;
  right: -50%;
  bottom: calc(100% + 4px);
  width: 334px;
  padding: 10px 16px;
  border-radius: 16px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity .25s ease,
    bottom .25s ease,
    visibility 0s linear .25s;
  z-index: 100;
}

.why_us_item_hint_v2:hover .why_us_tooltip_v2 {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 12px);
  transition:
    opacity .25s ease,
    bottom .25s ease,
    visibility 0s;
}

.why_us_item_hint_v2 svg * {
  transition: all .2s linear;
}

.why_us_item_hint_v2 svg path {
  fill: #A8AFCA;
}

.why_us_item_hint_v2 svg circle {
  stroke: #A8AFCA;
}

.why_us_item_hint_v2 svg:hover circle {
  stroke: #6841EA;
}

.why_us_item_hint_v2 svg:hover path {
  fill: #6841EA;
}

.why_us_tooltip_v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: rgba(236, 242, 252, 0.7);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 0 20px -5px rgba(255, 255, 255, 0.5),
    0 8px 24px rgba(20, 20, 45, 0.18);
  pointer-events: none;
}

.why_us_tooltip_text_v2 {
  color: #303030;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

/* ===== Карточка-переворот (6: «Юридическая поддержка») ===== */
.why_us_flip {
  display: block;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  /* тень уезжает на грани (ниже) */
  overflow: visible;
  perspective: 1600px;
  cursor: pointer;
}

/* отключаем общую hover-обводку — её получит лицевая грань */
.why_us_flip:hover {
  border: none;
}

.why_us_flip_inner {
  display: grid;
  /* обе грани в одной ячейке → высота по контенту лица */
  height: 100%;
  transition: transform .7s cubic-bezier(.4, .15, .2, 1);
  transform-style: preserve-3d;
}

.why_us_flip.is-flipped .why_us_flip_inner {
  transform: rotateY(-180deg);
}

.why_us_flip_face {
  grid-area: 1 / 1;
  /* грани друг на друге */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 32px;
  border-radius: 16px 16px 116px 16px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

.why_us_flip_front {
  background: #FFF;
  transition: border-color .15s linear;
  transition: all .2s linear;
  outline: 2px solid transparent;
}

.why_us_flip:hover .why_us_flip_front,
.why_us_flip:hover .why_us_flip_back {
  box-shadow: 0 4px 12px 0 rgba(89, 81, 81, 0.14);
  outline: 2px solid #6841EA;
}

.why_us_flip_back {
  background: url(/static/rrllc_v2/why_us/bg_flip_card_6.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #FFF;
  justify-content: center;
  transform: rotateY(180deg);
  transition: all .2s linear;
  outline: 2px solid transparent;
}

.why_us_flip_back_title {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}

.why_us_flip_back_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

/* загнутый уголок со стрелкой */
.why_us_corner {
  position: absolute;
  right: -4px;
  bottom: -3px;
  width: 112px;
  height: 106px;
  z-index: 2;
  pointer-events: none;
  /* клик ловит вся карточка */
  display: flex;
  justify-content: center;
  align-items: center;
}

.why_us_corner_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: transform .25s ease;
}

.why_us_corner_arrow {
  transition: transform .25s ease;
  z-index: 1;
  position: relative;
  top: 0;
  left: 7px;
}




/* при наведении на карточку кончик чуть приподнимается */
.why_us_flip:hover .why_us_corner::before {
  transform: translate(-4px, -4px) scale(1.06);
  filter: drop-shadow(-3px -3px 5px rgba(80, 50, 150, 0.4));
}

.why_us_flip:hover .why_us_corner svg {
  transform: translate(-4px, -4px) scale(1.06);
}

.section_title_wrapper_v2 {
  margin-bottom: 24px;
}

.section_title_wrapper_v2 .section_title_v2 {
  margin-bottom: 10px;
}

.section_subtitle_v2 {
  color: #464646;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.income_list_v2 {
  width: 100%;
}

.income_list_wrapper_v2 {
  position: relative;
  width: 100%;
  height: 315px;
}

.income_item_v2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 11.2px 0 rgba(89, 81, 81, 0.14);
  padding: 32px;
  border: 2px solid transparent;

  width: 316px;
  min-width: 316px;
  height: 315px;

  position: absolute;
  top: 0;
  left: 0;

  transition:
    left 0.35s ease,
    transform 0.25s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;

  will-change: left, transform;
}

.income_item_v2:hover {
  border-color: #6841ea;
  cursor: pointer;
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(89, 81, 81, 0.22);
}

.income_list_wrapper_v2.has-hover .income_item_v2:not(:hover) {
  transform: translateY(0);
}

.income_item_title_v2 {
  color: #303030;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.income_item_text_v2 {
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.income_item_images_v2 {
  display: flex;
  gap: 16px;
  height: 32px;
  max-width: 100%;
}

.income_item_image_wrapper_v2 {
  max-width: 100%;
  min-width: 0;
  height: auto;
  flex: 1 1 auto;

  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.income_item_image_v2 {
  min-width: 0;
  max-height: 100%;

  max-width: 100%;
  height: auto;
  object-position: 50% 50%;
  object-fit: contain;
}

.income_item_svg_container_v2 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.income_item_svg_container_v2 p {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.credit_image_container_v2 {
  position: relative;
  bottom: -60px;
  width: 100%;
  max-width: 430px;
}

.credit_image_wrapper_v2 img {
  position: absolute;
  bottom: 0;
}

.credit_image_label_v2 {
  padding: 10px 16px;
  position: absolute;
  bottom: 186px;
  left: 20px;
  z-index: 1;
  border-radius: 16px;
  background: rgba(66, 66, 66, 0.575);
  max-width: 351px;
}

.credit_image_label_v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background-color: rgba(251, 229, 253, 0.50);
  border: 2px solid rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 0 20px -5px rgba(255, 255, 255, 0.45);
  pointer-events: none;
}

/* слой преломления (жидкое стекло) — позади контента */
.credit_image_label_v2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  isolation: isolate;
  -webkit-backdrop-filter: var(--lg-filter, blur(8px));
  backdrop-filter: var(--lg-filter, blur(8px));
}

.credit_content_v2 {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.credit_advantage_list_v2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}

.credit_advantage_item_v2 {
  border-radius: 16px;
  border: 3px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  gap: 16px;
  padding: 8px 24px;
  width: 100%;
  position: relative;
  align-items: center;
}

.credit_container_v2 {
  display: flex;
  gap: 80px;
  position: relative;
  z-index: 1;
}

.credit_advantage_item_img_v2 {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: 50% 50%;
}

.credit_advantage_item_v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.05);
  border: 3px solid rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 0 20px -5px rgba(255, 255, 255, 0.45);
  pointer-events: none;
  width: 100%;
}

.section_v2.credit {
  position: relative;
  overflow-y: clip;
}

.credit_bg_circle_v2.one {
  position: absolute;
  top: 7px;
  right: -387px;
  width: 593px;
  height: 590px;
}

.credit_bg_circle_v2.two {
  position: absolute;
  top: 24px;
  left: -434px;
  width: 501px;
  height: 498px;
}

.credit_bg_circle_v2.three {
  position: absolute;
  bottom: 35px;
  left: 260px;
  width: 322px;
  height: 321px;
}

.credit_banks_country_title_v2 {
  color: #464646;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
}

.credit_banks_country_list_v2 {
  display: flex;
  margin-bottom: 8px;
}

.credit_banks_wrapper_v2 {
  display: flex;
  gap: 24px;
}

.credit_banks_v2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.credit_banks_country_item_v2 {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #E7EDFF;
  background: #FFF;
}

.credit_banks_country_item_v2,
.credit_banks_country_item_link_v2 {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
}

.credit_banks_country_item_v2:first-child {
  margin-left: 0;
}

.credit_banks_country_item_v2:not(:first-child),
.credit_banks_country_item_link_v2 {
  margin-left: -38px;
}

.credit_banks_country_link_v2 {
  color: #6841EA;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  width: fit-content;
}

.credit_banks_country_item_link_v2 {
  width: 70px;
  height: 70px;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  border: 2px solid transparent;

  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to left,
      rgba(222, 118, 229, 1),
      rgba(122, 200, 249, 1)) border-box;
}
.credit_banks_country_item_link_v2:hover{
  text-decoration: none;
}
.credit_banks_country_item_link_v2 .count {
  background: linear-gradient(180deg, #DD77E5 0%, #8DB8F5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.credit_banks_country_item_link_v2 .banks {
  background: linear-gradient(180deg, #DD77E5 0%, #8DB8F5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}

.section_wrapper_v2.parts_v2 {
  border-radius: 24px;
  background: linear-gradient(94deg, #E4E8FF 0.36%, #ECF6FF 100.41%);
  overflow-y: clip;
}

.section_wrapper_v2.payment_method_v2 {
  border-radius: 24px;
  background: linear-gradient(94deg, #E4E8FF 0.36%, #ECF6FF 100.41%);
  overflow-y: clip;
}

.section_v2.parts_v2 {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.parts_image_container_v2 {
  position: absolute;
  top: 104px;
}

.section_v2.parts_v2 .section_title_v2 {
  z-index: 1;
}

.parts_blocks_container_v2 {
  margin-top: 94px;
  display: flex;
  gap: 107px;
  z-index: 12;
  width: 100%;
}

.parts_block_wrapper_v2 {
  flex: 1;
}

.parts_block_wrapper_v2.one {
  display: flex;
  align-items: start;
  justify-content: end;
}

.parts_block_wrapper_v2.two {
  display: flex;
  align-items: end;
}

.parts_block_v2 {
  padding: 24px 32px;
  position: relative;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 16px;
  max-width: 517px;
  width: 100%;
  align-items: start;
}

.parts_block_v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 3px solid rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 0 20px -5px rgba(255, 255, 255, 0.45);
  pointer-events: none;
  width: 100%;
}

.parts_block_v2.one {
  padding-right: 50px;
}

.parts_block_v2.two {
  padding-left: 50px;
  margin-top: 80px;
}

.parts_block_img_v2 {
  height: 55px;
  object-fit: contain;
  object-position: 50% 50%;
}

.parts_block_list_v2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 16px;
  margin: 0;
}

.parts_block_list_v2.one .parts_block_item_v2::marker {
  color: #37CA5A;
}

.parts_block_item_v2 {
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-wrap: nowrap;
}

.parts_img_bg_left_v2 {
  position: absolute;
  left: -61px;
  top: 48px;
  width: 262px;
  height: 317px;
}

.parts_img_bg_right_v2 {
  position: absolute;
  right: 41px;
  top: 190px;
  width: 286px;
  height: 231px;
}

.parts_section_label {
  padding: 8px 16px;
  border-radius: 12px;
  background: rgba(242, 232, 254, 0.20);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 100px;
  left: calc(50% + 79px);
  z-index: 13;
  display: flex;
  align-items: center;
}

.parts_section_label span {
  background: linear-gradient(90deg, #6841EA 0%, #DE76E5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.section_title_v2.parts {
  margin: 0;
}

.section_v2.payment_v2 {
  display: flex;
  gap: 24px;
}

.payment_card_v2 {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  gap: 32px;
}

.payment_card_v2.one {
  background: #FFF;
}

.payment_card_v2.two {
  background: #EDEFFF;
}

.section_title_v2.payment_v2 span {
  text-transform: none;
}

.section_title_v2.payment_v2 {
  width: 100%;
}

.payment_card_text_v2 {
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 16px;
}

.payment_card_text_item_v2::marker {
  color: #6841EA;
  font-size: 20px;
}

.payment_card_text_list_v2 {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.payment_card_text_item_v2 {
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.payment_card_text_item_v2::before {
  content: "•";
  color: #6841EA;
  margin-right: 8px;
  font-size: 20px;
}

.payment_card_text_item_v2.dark::before {
  color: #464646;
}

.payment_card_text_list_v2.two {
  padding-left: 18px;
  gap: 2px;
}

.payment_card_bg_v2 {
  position: absolute;
}

.payment_card_bg_v2.one {
  width: 286px;
  height: 276px;
  right: -100px;
  bottom: -66px;
}

.payment_card_bg_v2.two {
  width: 286px;
  height: 286px;
  right: -100px;
  bottom: -66px;
}

.payment_card_content_v2 {
  z-index: 2;
}

.section_v2.guide_v2 {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.section_title_v2.guide_v2 {
  text-align: left;
  margin-bottom: 16px;
}

.section_title_v2.guide_v2.tablet {
  display: none;
}

.guide_chips_v2 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.guide_chip_v2 {
  position: relative;
  color: #967EE6;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 6px 16px;
  border-radius: 19px;
  border: 2px solid #BFAFFF;
  text-wrap: nowrap;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}

.guide_chip_v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #FFF 0%, #E7ECFF 100%);
  opacity: 0;
  transition: opacity .2s linear;
  z-index: -1;
}

.guide_chip_v2:hover::before {
  opacity: 1;
}

.guide_chip_v2:hover {
  cursor: pointer;
}

.guide_content_container_v2 {}

.guide_title_v2 {
  color: #464646;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 16px;
}

.guide_list_v2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.guide_item_v2 {
  display: flex;
  gap: 16px;
  align-items: center;
}

.guide_item_count_v2 {
  color: #A58FFF;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

.guide_item_text_v2 {
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.section_v2.payment_method_v2 {
  border-radius: 16px;
  background: #FFF;
  padding: 32px 50px 32px 50px;
  min-height: 394px;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}

.payment_method_wrapper_v2 {
  display: flex;
  align-items: end;
  gap: 80px;
}

.payment_method_phones_v2 {
  width: 538px;
  position: relative;
  z-index: 2;
  object-fit: contain;
  object-position: 50% 50%;
}

.payment_method_image_v2 {
  position: relative;
  bottom: -32px;
}

.payment_method_bg_icon_v2.one {
  position: absolute;
  width: 120px;
  height: 137px;
  right: -50px;
  top: -20px;
  object-fit: contain;
  object-position: 50% 50%;
}

.payment_method_bg_icon_v2.two {
  position: absolute;
  width: 175px;
  height: 175px;
  right: -35px;
  bottom: 23px;
  object-fit: contain;
  object-position: 50% 50%;
}

.section_v2.additional_income_v2 {
  display: flex;
  gap: 33px;
  align-items: center;
}

.section_title_v2.left {
  text-align: left;
}

.section_subtitle_v2.left {
  text-align: left;
}

.additional_income_is_for_v2 {
  margin-top: 24px;
}

.additional_income_is_for_title_v2 {
  color: #464646;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}

.additional_income_content_v2 {
  width: 100%;
  max-width: 642px;
}

.additional_income_image_container_v2 {
  flex: 1;
}

.additional_income_image_v2 {
  object-fit: contain;
  object-position: 50% 50%;
}

.section_v2.best_services_v2 {
  display: flex;
  gap: 32px;
  align-items: center;
}

.best_services_text_container_v2 {
  max-width: 634px;
}

.section_title_v2.best_services_v2 {
  margin-bottom: 32px;
}

.best_services_buttons_v2 {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.best_services_signature_v2 {
  display: flex;
  gap: 8px;
}

.best_services_signature_text_v2 {
  color: #464646;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.best_services_signature_link_v2 {
  background: linear-gradient(90deg, #6841EA 0%, #DE76E5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.best_services_content_container_v2 {
  width: 616px;
  min-width: 616px;
  height: 490px;
  display: flex;
  gap: 10px;
}

.best_services_services_container_v2 {
  min-width: 217px;
  max-width: 217px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}



.best_services_services_list_v2 {
  display: flex;
}

.best_services_services_screen_container_v2 {
  border-radius: 16px;
  background: linear-gradient(58deg, #F4E2F7 38.89%, #AB9CE4 90.61%);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.best_services_services_screen_img_container_v2 {
  width: 154px;
  position: absolute;
  top: 18px;
  object-fit: contain;
  object-position: 50% 50%;
}




.best_services_media_container_v2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.best_services_media_video_container_v2 {
  flex: 1;
  display: flex;
  gap: 10px;
  background: #F7F8FF;
  z-index: 1000;
}

.best_services_media_banner_container_v2 {
  flex: 1;
  border-radius: 16px;
  background: #A288F3;
  padding: 20px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  background: url(/static/rrllc_v2/best_services/bg_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.best_services_media_video_v2 {
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(13deg, #E6CAEB 4.05%, #A58BF1 95.05%);
  position: relative;
  z-index: 100;
}

.best_services_media_video_badge_v2 {
  width: 76px;
  border-radius: 16px;
  background: linear-gradient(13deg, #E6CAEB 4.05%, #A58BF1 95.05%);
}

.best_services_media_banner_bg_img_v2.one {
  position: absolute;
  transform: rotate(-23.191deg);
  left: -70px;
  top: -62px;
  width: 233.946px;
  height: 233.946px;
  z-index: 2;
}

.best_services_media_banner_bg_img_v2.two {
  position: absolute;
  width: 243px;
  height: 324px;
  object-fit: contain;
  object-position: 50% 50%;
  right: -23px;
  bottom: -99px;
  z-index: 2;
}

.best_services_media_banner_bg_img_v2.three {
  width: 307px;
  height: 307px;
  position: absolute;
  left: -84px;
  bottom: -124px;
  border-radius: 307px;
  background: #AC9CE4;
  filter: blur(36.150001525878906px);
  z-index: 1;
}

.best_services_media_banner_bg_img_v2.four {
  width: 339px;
  height: 397px;
  position: absolute;
  right: -171px;
  top: -157px;
  border-radius: 397px;
  background: #E6CAEB;
  filter: blur(36.150001525878906px);
}

.best_services_media_banner_text_v2 {
  position: absolute;
  left: 20px;
  top: 69px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  z-index: 3;
  width: 263px;
}

.best_services_media_banner_benefit_v2 {
  background: rgba(255, 255, 255, 0.1);
  border: 3px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(3px);
  border-radius: 16px;
  position: relative;
  z-index: 4;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.best_services_media_banner_benefit_tesxt_v2 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
}

.best_services_services_list_wrapper_v2 {
  position: relative;
  --item-size: 64px;
  --overlap: 13px;
  --items-closed: 4;
  --items-open: 9;

  --step: calc(var(--item-size) - var(--overlap));
  --closed-width: calc(var(--item-size) + (var(--items-closed) - 1) * var(--step));
  --open-width: calc(var(--item-size) + (var(--items-open) - 1) * var(--step));
}

.best_services_services_list_container_v2 {


  position: relative;
  width: var(--closed-width);
  height: calc(var(--item-size) * 3);
  min-height: calc(var(--item-size) * 3);

  overflow: hidden;
  transition: width 0.45s ease, transform 0.45s ease;
  z-index: 1;
}

/* открываемся влево, правая сторона остается на месте */
.best_services_services_list_container_v2.is-open {
  width: var(--open-width);
  transform: translateX(calc(var(--closed-width) - var(--open-width)));
  overflow: visible;
  z-index: 20;
}

.best_services_services_track_v2 {
  width: var(--open-width);
  height: 100%;
  transition: transform 0.45s ease;
}

/* при открытии лента едет влево вместе с видимыми элементами */
.best_services_services_list_container_v2.is-open .best_services_services_track_v2 {
  transform: translateX(0);
}

.best_services_services_list_v2 {
  display: flex;
  height: var(--item-size);
}

.best_services_services_item_v2,
.best_services_services_item_link_v2 {
  flex: 0 0 var(--item-size);
  width: var(--item-size);
  height: var(--item-size);
  border-radius: 50%;
  border: 2px solid #de76e5;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.best_services_services_item_link_v2 {
  padding: 10px;
}

.best_services_services_item_v2:not(:first-child) {
  margin-left: calc(var(--overlap) * -1);
}

.best_services_services_item_img_v2,
.best_services_services_item_v2 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

/* пустое место в 3-й строке под кнопку */
.best_services_services_item_placeholder_v2 {
  opacity: 0;
  pointer-events: none;
}

/* кнопка стоит поверх и не двигается относительно правого края блока */
.best_services_services_item_link_v2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  cursor: pointer;
  text-decoration: none;
}

.best_services_services_item_link_v2 span {
  background: linear-gradient(180deg, #dd77e5 0%, #8db8f5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.best_services_services_list_v2 .best_services_services_item_v2:nth-child(5) {
  position: relative;
  right: -20px;
}

.best_services_services_list_container_v2.is-open .best_services_services_item_v2:nth-child(5) {
  position: initial;
}

.partners_list_v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 32px;
  width: 100%;
}

.partners_item_v2 {
  border-radius: 16px;
  overflow: hidden;
}

.section_v2.partners_v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.question_item_v2 {
  border-bottom: 2px solid #E4DEFF;
  overflow: hidden;
  padding: 8px 32px 16px 32px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.question_item_v2.open_question_v2 {
  border-bottom: 2px solid #6841EA;
}

.question_item_v2.open_question_v2 svg line {
  stroke: #6841EA;
}

.question_item_v2:hover {
  cursor: pointer;
  border-bottom: 2px solid #6841EA;
}

.question_item_v2 svg line {
  transition: all .2s ease;
}

.question_item_v2:hover svg line {
  stroke: #6841EA;
}

.question_v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.answer_v2 {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.question_item_v2.open_question_v2 .answer_v2 {
  max-height: 1000px;
  opacity: 1;
  margin-top: 24px;
}
.question_item_v2.open_question_v2 .answer_v2 *{
  font-family: Inter;
}
.question_item_v2 .question_v2_svg_line {
  transform-box: fill-box;
  transition: all .2s linear;
  transform-origin: center;
}

.question_item_v2.open_question_v2 .question_v2_svg_line {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section_v2.form_v2 {
  border-radius: 32px;
  background: #FFF;
  padding: 80px 80px 50px 80px;
  display: flex;
  gap: 50px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.form_form_v2 {
  display: flex;
  flex-direction: column;
  max-width: 593px;
  width: 100%;
}

.form_first_v2 {
  display: flex;
  gap: 32px;
}

.form_inputs_v2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  gap: 16px;
}

.form_input_v2 input{
  height: 44px;
  padding: 12px 8px;
  border: none;
  border-bottom: 2px solid #A8AFCA;
  outline: none;
  border-radius: 0px;

  font-size: 16px;
  font-weight: 500;
  line-height: 20px;

  flex: 1;
  transition: all .2s linear;
}

.form_input_v2 input:hover {
  border-bottom: 2px solid #6841EA;
  background: #F9F8FF;
}

.form_input_v2 input:focus {
  border-bottom: 2px solid #6841EA;
  box-shadow: none;

}
.modal_form_button{
  justify-content: start;
  height: 44px;
}
.form_input_v2::placeholder {
  color: #A8AFCA;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.form_form_v2 .form-check {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.form_form_v2 input[type="checkbox"] {
  accent-color: #D2C6F9;
  width: 24px;
  min-width: 24px;
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: transparent;
  border-radius: 4px;
  border: 2px solid #D2C6F9;
  margin: 0;
  margin-right: 8px;
  transition: all .2s linear;
}

.form_form_v2 .form-check .form-check-label {
  margin-left: 8px;
  color: #464646;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form_form_v2 input[type="checkbox"]:checked {
  border: 2px solid #6841EA;
  padding: 2px;
}

.form_form_v2 input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  font-size: 20px;
  overflow: hidden;
  color: #fff;
}

.form_form_v2 input[type="checkbox"]:checked::after {
  width: 16px;
  height: 16px;
  background-color: #6841EA;
  border-radius: 2px;
}

.form_image {
  width: 405px;
  object-fit: contain;
  object-position: 50% 50%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 73px;
}

.form_bg_circle {
  position: absolute;
  width: 654px;
  height: 637px;
  position: absolute;
  right: -86px;
  bottom: -283.65px;
}

.form_call_center_v2 {
  padding: 8px 24px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.43);
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: fit-content;
  z-index: 100;
  position: absolute;
  backdrop-filter: blur(1px);
  right: 50px;
  bottom: 32px;
}

.form_call_center_title_v2 {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.form_call_center_phone_v2 {
  color: #6841EA;
  font-family: Inter;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
}

.footer {
  padding: 50px 0;
  max-width: 1296px;
}

.footer_container {
  background: #F7F8FF;
  padding: 0 40px;
}

.section_v2.experts_v2 {
  padding-top: 40px;
  padding-bottom: 32px;
}

.credit_advantage_item_text_v2 {
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.section_title_v2.payment_method_v2.tablet {
  display: none;
}

.best_services_services_item_link_v2.table {
  display: none;
}

.parts_image_v2 {
  width: 274px;
  height: 569px;
}
.partners_item_v2 .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.mobile_menu {
  position: absolute;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  /* right: 90px; */
  width: 520px;
  border-radius: 24px;
  /* background: rgb(247, 248, 255); */
  max-height: 0px;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  padding: 0 40px;
  border: 2px solid transparent;
  opacity: 0;
}

.payment_method_content_v2{
  margin-bottom: 40px;
}
.hero_v2__badge_hint_v2 {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 280px;
  padding: 10px 16px;
  border-radius: 16px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity .25s ease,
    bottom .25s ease,
    visibility 0s linear .25s;
  z-index: 100;
}

.hero_v2__badge_hint_v2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: rgba(236, 242, 252, 0.7);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 0 20px -5px rgba(255, 255, 255, 0.5),
    0 8px 24px rgba(20, 20, 45, 0.18);
  pointer-events: none;
}

.hero_v2__badge_hint_text_v2 {
  color: #303030;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
}

/* показываем при наведении на бейдж «На ХХ% выше одобряемость банков» */
.hero_v2__badge.one:hover .hero_v2__badge_hint_v2 {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 8px);
  transition:
    opacity .25s ease,
    bottom .25s ease,
    visibility 0s;
}
@media (max-width:1280px) {
  .welcome_slider_v2 {
    padding: 0;
  }

  .header_content_v2 {
    padding: 0 20px;
  }

  .header_container_v2 {
    padding: 10px 16px;
  }

  .section_wrapper_v2 {
    padding: 0 32px;
  }

  .hero_v2__badge.one {
    right: 315px;
  }

  .hero_v2__badge.two {
    right: 364px;
  }

  .hero_v2__badge.three {
    right: 411px;
  }

  .hero_v2__badge.four {
    right: 418px;
  }

  .section_v2 {
    padding: 40px 0;
  }

  .credit_container_v2 {
    gap: 50px;
  }

  .credit_banks_country_item_v2:not(:first-child),
  .credit_banks_country_item_link_v2 {
    margin-left: -42px;
  }

  .welcome_slider_card_v2_ball_3 {
    left: 515px;
  }

  .parts_img_bg_left_v2 {
    width: 216px;
    height: 261px;
    left: 94px;
    top: 38px;
  }

  .parts_img_bg_right_v2 {
    right: -25px;
    top: auto;
    bottom: 72px;
  }

  .parts_block_v2 {
    max-width: none;
  }

  .payment_card_bg_v2.one {
    width: 278px;
    height: 268px;
  }

  .payment_card_bg_v2.two {
    width: 254px;
    height: 253px;
  }

  .payment_method_wrapper_v2 {
    gap: 50px;
  }

  .payment_method_bg_icon_v2.one {
    width: 108px;
    height: 123px;
    top: -19px;
    right: -40px;
  }

  .payment_method_bg_icon_v2.two {
    width: 153px;
    height: 154px;
    right: -28px;
    bottom: 22px;
  }

  .guide_chip_v2 {
    padding: 4px 16px;
  }

  .section_v2.additional_income_v2 {
    gap: 24px;
  }

  .section_v2.form_v2 {
    padding: 80px 32px 50px 32px;
  }
}

@media (max-width:1250px) {
  .welcome_slider_card_content_v2 {
    padding: 10px 0px;
  }

  .welcome_slider_card_v2_ball_1 {
    width: 113px;
    height: 113px;
    left: -85px;
    top: 33px;
  }
}

@media (max-width:1180px) {
  .welcome_slider_card_v2 {
    padding: 16px 32px;
  }
}

@media (max-width:1120px) {
  .welcome_slider_card_v2_bg_1 {
    right: -147px;
  }

  .hero_v2__img {
    right: -16px;
  }

  .hero_v2__media_label {
    right: -6px;
  }

  .hero_v2__badge.one {
    right: 224px;
  }

  .hero_v2__badge.two {
    right: 252px;
  }

  .hero_v2__badge.three {
    right: 270px;
  }

  .hero_v2__badge.four {
    right: 313px;
  }
}

@media (max-width:1150px) {
  .credit_container_v2 {
    flex-direction: column-reverse;
  }

  .credit_image_wrapper_v2 img {
    position: initial;
  }

  .credit_image_container_v2 {
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: center;
    flex: 1;
  }

  .credit_image_wrapper_v2 {
    max-width: 430px;
    position: relative;
  }

  .credit_image_label_v2 {
    max-width: 429px;
  }

  .parts_blocks_container_v2 {
    gap: 16px;
  }

  .parts_block_item_v2 {
    text-wrap: wrap;
  }

  .form_first_v2 {
    flex-direction: column;
  }

  .form_form_v2 {
    max-width: 389px;
  }
}

@media (max-width:1020px) {
  .welcome_slider_card_content_v2 {
    padding: 40px 0;
  }

  .hero_v2__title {
    font-size: 26px;
    line-height: 30px;
  }

  .welcome_slider_card_v2_ball_3 {
    width: 76px;
    height: 76px;
    top: 6px;
    left: 458px;
  }

  .welcome_slider_card_v2_ball_2 {
    width: 62px;
    height: 62px;
    bottom: -27px;
    left: 287px;
  }

  .welcome_slider_card_v2_bg_1 {
    width: 430px;
    height: 430.819px;
    right: -91px;
    bottom: -122px;
  }

  .hero_v2__img {
    height: 380px;
    right: -8px;
    bottom: -86px;
  }

  .hero_v2__media_label {
    width: 238px;
    bottom: -18px;
    right: -13px;
    padding: 8px 16px;
  }

  .hero_v2__badge.one {
    right: 174px;
  }

  .hero_v2__badges_list {
    gap: 24px;
    top: auto;
    bottom: -10px;
  }

  .hero_v2__badge.two {
    right: 198px;
  }

  .hero_v2__badge.three {
    right: 218px;
  }

  .hero_v2__badge.four {
    right: 238px;
  }

  .welcome_slider_card_v2 {
    min-height: 382px;
    height: auto;
  }

  .section_v2.best_services_v2 {
    flex-direction: column;

  }

  .best_services_text_container_v2 {
    max-width: none;
    width: 100%;
  }

  /* ≤1020: по умолчанию видны последние 4 сервиса, остальные выезжают вправо */

  /* лента сдвинута влево на (open-width - closed-width) — в окне 217px видны
     последние 4 элемента (6–9) */
  .best_services_services_list_inner_v2 {
    transform: translateX(calc(var(--closed-width) - var(--open-width)));
    transition: transform 0.45s ease;
  }

  /* отключаем десктопное "выглядывание" 5-го элемента */
  /* кнопка ">20" уходит влево — это ведущий элемент и точка, от которой раскрываемся */
  .best_services_services_item_link_v2 {
    right: auto;
    left: 0;
  }

  /* при открытии: контейнер растёт вправо, лента возвращается на место,
     и остальные сервисы выезжают вправо */
  .best_services_services_list_container_v2.is-open {
    transform: none;
  }

  .best_services_services_list_container_v2.is-open .best_services_services_list_inner_v2 {
    transform: none;
  }

  .best_services_services_item_link_v2 {
    display: none;
  }

  .best_services_services_item_link_v2.table {
    display: flex;
    margin: 0;
    left: auto;
    right: 0;
  }

  .best_services_services_list_container_v2 {
    z-index: 1001;
  }

  .best_services_services_list_container_v2.is-open {
    z-index: 1001;
  }

  .best_services_content_container_v2 {
    overflow: hidden;
  }

  .best_services_services_list_v2 .best_services_services_item_v2:nth-child(5) {
    position: relative;
    right: 20px;
  }

  .hero_v2 {
    align-items: end;
  }
}
@media (max-width:1000px) {
  .footer_buttons{
    left: 0;
  }
}

@media (max-width:950px) {
  .form_bg_circle {
    width: 614px;
    height: 598px;
    right: -156px;
    bottom: -230.5px;
  }

  .form_image {
    width: 405px;
    height: 410px;
    position: absolute;
    right: -1px;
    bottom: -7px;
  }
}

@media (max-width:900px) {
  .header_content_v2 {
    padding: 0 24px;
  }

  .section_wrapper_v2.welcome_v2 {
    padding: 0 24px;
  }

  .section_wrapper_v2 {
    padding: 0 32px;
  }

  .section_v2.experts_v2 {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .section_title_v2 {
    font-size: 22px;
    line-height: 26px;
  }

  .experts_item_v2 {
    width: 91px;
    height: 44px;
    flex: 0 0 91px;
  }

  .why_us_list_v2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .why_us_item_title_v2 {
    font-size: 18px;
    line-height: 22px;
  }

  .credit_banks_country_item_v2:not(:first-child),
  .credit_banks_country_item_link_v2 {
    margin-left: -37px;
  }

  .credit_bg_circle_v2.one {
    width: 436px;
    height: 433px;
    right: -161px;
    top: 59px;
  }

  .credit_bg_circle_v2.two {
    width: 344px;
    height: 341px;
    left: -93px;
    bottom: 448px;
    top: auto;
  }

  .credit_bg_circle_v2.three {
    width: 165px;
    height: 164px;
    left: auto;
    right: -43px;
    bottom: 158px;
  }

  .parts_image_container_v2 {
    top: 84px;
  }

  .parts_img_bg_left_v2 {
    width: 148px;
    height: 179px;
    left: 51px;
    top: 50px;
  }

  .parts_img_bg_right_v2 {
    width: 233px;
    height: 188px;
    right: 32px;
    bottom: 123px;
  }

  .parts_block_v2 {
    padding: 16px 24px;
    max-width: 366px;
  }

  .parts_block_img_v2 {
    height: 40px;
  }

  .parts_block_v2.one {
    padding-right: 24px;
  }

  .parts_block_v2.two {
    padding-left: 24px;
  }

  .parts_block_wrapper_v2.one {
    justify-content: start;
  }

  .parts_block_wrapper_v2two {
    justify-content: end;
  }

  .payment_card_v2 {
    padding: 32px 24px;
  }

  .payment_card_text_v2 {
    margin-bottom: 8px;
  }

  .section_title_v2.payment_v2 {
    margin-bottom: 16px;
  }

  .payment_card_bg_v2.one {
    width: 200px;
    height: 200px;
    right: -80px;
    bottom: -72px;
  }

  .payment_card_bg_v2.two {
    width: 200px;
    height: 199px;
    right: -80px;
    bottom: -72px;
  }

  .section_v2.guide_v2 {
    flex-direction: column;
  }

  .section_title_v2.guide_v2 {
    display: none;
  }

  .section_title_v2.guide_v2.tablet {
    display: inline-block;
  }

  .section_v2.guide_v2 {
    gap: 24px;
  }

  .payment_method_wrapper_v2 {
    flex-direction: column-reverse;
    align-items: start;
  }

  .section_v2.payment_method_v2 {
    height: auto;
    align-items: center;
    padding: 32px 24px;
    padding-bottom: 0;
  }

  .payment_method_image_v2 {
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 0;
  }

  .payment_method_phones_v2 {
    min-width: 538px;
  }

  .section_title_v2.payment_method_v2 {
    display: none;
  }

  .section_title_v2.payment_method_v2.tablet {
    display: inline-block;
  }

  .payment_method_bg_icon_v2.two {
    width: 229px;
    height: 230px;
    right: -46px;
    top: 145px;
  }

  .payment_method_bg_icon_v2.one {
    width: 142px;
    height: 162px;
    left: -63px;
    bottom: 31px;
    top: auto;
  }

  .section_v2.additional_income_v2 {
    flex-direction: column;
  }

  .additional_income_content_v2 {
    max-width: none;
  }

  .additional_income_image_v2 {
    max-width: 640px;
  }

  .best_services_buttons_v2 {
    margin-bottom: 24px;
  }

  .footer_buttons {
    left: 0;
  }

  .section_v2.form_v2 {
    padding: 32px;
    padding-top: 40px;
  }

  .question_item_v2 {
    padding: 4px 24px 10px 24px;
  }
}

@media (max-width: 850px) {

  .credit_banks_country_item_v2:not(:first-child),
  .credit_banks_country_item_link_v2 {
    margin-left: -51px;
  }

  .best_services_content_container_v2 {
    width: 100%;
    min-width: 0;
  }

  .section_v2.form_v2 {
    flex-direction: column;
    padding: 32px 24px;
    padding-bottom: 0;
  }

  .form_image {
    position: initial;
  }

  .form_media_v2 {
    display: flex;
    justify-content: center;
  }

  .form_bg_circle {
    width: 614px;
    height: 598px;

    position: absolute;
    left: 50%;
    right: auto;
    bottom: -230.5px;

    transform: translateX(-50%);
  }

}

@media (max-width: 800px) {
  .hero_v2 {
    flex-direction: column;
  }

  .hero_v2__content {
    flex: 1;
    width: 100%;
  }

  .hero_v2__media {
    flex: auto;
    width: 242px;
  }

  .welcome_slider_card_v2 {
    height: 673px;
  }

  .hero_v2 {
    gap: 0;
  }

  .welcome_slider_card_v2_bg_1 {
    width: 429.818px;
    height: 424.594px;
    right: -76.818px;
    bottom: -127.594px;
  }

  .welcome_slider_card_v2_bg_2 {
    left: -121px;
    top: -231px;
  }

  .welcome_slider_card_v2_ball_3 {
    width: 76px;
    height: 76px;
    right: 10px;
    top: 8px;
    left: auto;
  }

  .welcome_slider_card_v2_ball_2 {
    width: 62px;
    height: 62px;
    left: 39px;
    bottom: 244px;
  }

  .hero_v2__media_label {
    width: 230px;
  }

  .hero_v2__badge.one {
    right: 219px;
  }

  .hero_v2__badge.two {
    right: 238px;
  }

  .hero_v2__badge.three {
    right: 267px;
  }

  .hero_v2__badge.four {
    right: 288px;
  }

  .hero_v2__badge_text {
    font-size: 14px;
    line-height: 18px;
  }

  .hero_v2__chips {
    margin-top: 16px;
  }


}


@media (max-width: 600px) {

  .section_title_v2 {
    font-size: 20px;
    line-height: 24px;
  }

  .why_us_list_v2 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .why_us_flip_back_text {
    font-size: 16px;
    line-height: 20px;
  }

  .section_subtitle_v2 {
    font-size: 16px;
    line-height: 20px;
  }

  /* income-карточки → обычная горизонтальная карусель во всю ширину экрана */

  /* выходим из боковых отступов секции: карусель от края до края окна */
  .income_list_v2 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  /* трек карусели: горизонтальный скролл вместо абсолютной раскладки */
  .income_list_wrapper_v2 {
    position: relative;
    height: auto;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    /* боковые отступы = (экран − карточка)/2: крайние карточки тоже встают по центру */
    padding: 12px 10vw 20px;
    -webkit-overflow-scrolling: touch;

    /* скролл работает, но полоса прокрутки скрыта */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/old Edge */
  }

  .income_list_wrapper_v2::-webkit-scrollbar {
    display: none;
    /* Chrome / Safari */
  }

  /* карточки в обычном потоке; активная — по центру, соседние выглядывают по краям */
  .income_item_v2 {
    position: static;
    flex: 0 0 80vw;
    width: 80vw;
    min-width: 0;
    max-width: 320px;
    height: 315px;
    scroll-snap-align: center;
    transform: none;
    padding: 32px 24px;
  }

  /* на тач-устройствах убираем "подъём" при hover, чтобы не дёргался скролл */
  .income_item_v2:hover {
    transform: none;
  }

  .credit_image_wrapper_v2 {
    max-width: 335px;
  }

  .credit_image_label_v2 {
    max-width: 364px;
    bottom: 26px;
  }

  .credit_image_container_v2 {
    bottom: -40px;
  }

  .parts_img_bg_left_v2 {
    width: 148px;
    height: 179px;
    left: -74px;
    top: 23px;
  }

  .parts_img_bg_right_v2 {
    width: 160px;
    height: 129px;
    right: -21px;
    bottom: 116px;
  }

  .section_v2.parts_v2 {
    align-items: start;
    padding-top: 32px;
  }

  .parts_blocks_container_v2 {
    flex-direction: column;
  }

  .parts_block_v2 {
    width: 342px;
  }

  .parts_block_v2.two {
    margin: 0;
  }

  .parts_block_wrapper_v2.one {
    justify-content: end;
  }

  .parts_block_wrapper_v2 {
    justify-content: end;
  }

  .parts_section_label {
    top: 58px;
    right: 49px;
    text-wrap: nowrap;
    left: auto;
  }

  .parts_section_label span {
    font-size: 18px;
    line-height: 22px;
  }

  .section_v2.payment_v2 {
    flex-direction: column;

  }

  .payment_card_v2 {
    flex: auto;
  }

  .section_title_v2.payment_method_v2 {
    display: inline-block;
  }

  .section_title_v2.parts {
    width: 100%;
  }

  .section_title_v2.payment_method_v2.tablet {
    display: none;
  }

  .payment_method_bg_icon_v2.two {
    width: 119px;
    height: 119px;
    right: -43px;
    bottom: 176px;
  }

  .payment_method_phones_v2 {
    min-width: 0;
    max-width: 420px;
    width: auto;
  }

  .payment_method_wrapper_v2 {
    gap: 24px;
  }

  .section_v2.payment_method_v2 {
    margin-bottom: 40px;
  }

  .payment_method_bg_icon_v2.one {
    width: 124px;
    height: 141px;
    left: -90px;
    bottom: 17px;
  }

  .additional_income_image_v2 {
    max-width: 100%;
  }

  .best_services_media_banner_container_v2 {
    height: 187px;
    max-height: 187px;
    flex: auto;
  }

  .best_services_media_banner_text_v2 {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    width: auto;
  }

  .best_services_media_banner_benefit_tesxt_v2 {
    font-size: 16px;
    line-height: 20px;
  }

  .partners_list_v2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .partners_list_v2>*:nth-last-child(-n + 2) {
    display: none;
  }

  .hero_v2__badge_text {
    font-size: 10px;
    line-height: 14px;
  }

  .header_buttons {
    gap: 12px;
  }

  .why_us_tooltip_v2 {
    right: 0;
  }

}

@media (max-width: 580px) {
  .credit_banks_wrapper_v2 {
    flex-direction: column;
  }

  .credit_banks_country_item_v2:not(:first-child),
  .credit_banks_country_item_link_v2 {
    margin-left: -32px;
  }
}

@media (max-width: 530px) {
  .hero_v2__img {
    width: 194px;
    right: 57px;
    bottom: -56px;
    height: auto;
  }

  .hero_v2__media_label {
    width: 192px;
  }

  .welcome_slider_card_v2_bg_1 {
    width: 326px;
    height: 323px;
    right: -31px;
    bottom: -70px;
  }

  .welcome_slider_card_v2 {
    padding: 16px;
  }

  .hero_v2__media_label {
    right: 48px;
  }

  .hero_v2__badge.one {
    right: 212px;
  }

  .hero_v2__badge.two {
    right: 235px;
  }

  .hero_v2__badge.three {
    right: 252px;
  }

  .hero_v2__badge.four {
    right: 243px;
  }

  .welcome_slider_card_v2_ball_1 {
    width: 113px;
    height: 113px;
    left: 48px;
    top: -64px;
  }

  .welcome_slider_card_v2_ball_3 {
    width: 76px;
    height: 76px;
    right: 11px;
    top: 115px;
  }

  .welcome_slider_card_v2_ball_2 {
    width: 62px;
    height: 62px;
    left: -17px;
    bottom: 253px;
  }

  .header_v2 .white_button.tg {
    padding: 10px;
  }

  .header_v2 .white_button.tg svg {
    display: flex;
  }

  .header_v2 .white_button.tg p {
    display: none;
  }

  .best_services_media_banner_text_v2 {
    font-size: 12px;
    line-height: 16px;
    left: 12px;
    top: 69px;
  }

  .best_services_media_banner_benefit_tesxt_v2 {
    font-size: 12px;
    line-height: 16px;
  }

  .best_services_services_container_v2 {
    max-width: 131px;
    min-width: 131px;
  }

  .best_services_services_screen_img_container_v2 {
    width: 111.738px;
    bottom: -12px;
    top: auto;
  }

  .best_services_media_video_badge_v2 {
    display: none;
  }

  .best_services_content_container_v2 {
    height: 445px;
  }

  .best_services_services_list_wrapper_v2 {
    --overlap: 41px;
  }

  .best_services_services_list_container_v2.is-open {
    --overlap: 37px;
    width: 280px;
  }

  .best_services_services_list_v2 .best_services_services_item_v2:nth-child(5),
  .best_services_services_list_v2 .best_services_services_item_v2:nth-child(4) {
    position: relative;
    right: 40px;
  }

  .best_services_services_list_container_v2.is-open .best_services_services_item_v2:nth-child(5),
  .best_services_services_list_container_v2.is-open .best_services_services_item_v2:nth-child(4) {
    position: initial;
  }

  .form_image {
    height: 283px;
  }
}

@media (max-width: 500px) {
  .section_wrapper_v2.welcome_v2 {
    padding: 0 16px;
  }


  .hero_v2__title {
    font-size: 22px;
    line-height: 26px;
  }

  .hero_v2__chips {
    margin-bottom: 16px;
  }

  .credit_banks_country_item_v2:not(:first-child),
  .credit_banks_country_item_link_v2 {
    margin-left: -40px;
  }


}

@media (max-width: 450px) {
  .section_wrapper_v2 {
    padding: 0 24px;
  }

  .income_item_v2 {
    padding: 24px 16px;
  }

  .parts_section_label {
    top: 60px;
  }

  .section_v2.parts_v2 {
    padding: 32px 0;
  }

  .parts_section_label {
    padding: 6px 12px;
  }

  .section_wrapper_v2.parts_v2 {
    height: 639px;
  }

  .parts_image_container_v2 {
    width: 274px;
    top: 0;
    bottom: -257px;
    display: flex;
    align-items: end;
  }

  .parts_img_bg_left_v2 {
    width: 148px;
    height: 179px;
    left: -56px;
    top: 23px;
  }

  .parts_img_bg_right_v2 {
    display: none;
  }

  .parts_block_v2 {
    width: 100%;
    max-width: none;
  }

  .parts_blocks_container_v2 {
    margin-top: 46px;
    gap: 8px;
  }

  .section_v2.payment_method_v2 {
    padding: 24px 16px;
    padding-bottom: 0;
  }

  .payment_method_bg_icon_v2.one {
    width: 102px;
    height: 117px;
    left: -40px;
    bottom: 22px;
  }

  .payment_method_bg_icon_v2.two {
    width: 119px;
    height: 119px;
    right: 6px;
    bottom: 166px;
    top: auto;
  }

  .partners_list_v2 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .question_item_v2 {
    padding: 4px 8px 10px 8px;
  }

  .section_v2.form_v2 {
    padding: 32px 16px;
    padding-bottom: 0;
  }


}

@media (max-width: 446px) {
  .hero_v2__badge {
    display: none;
  }

}