@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/ppneuemontreal-book.woff2') format("woff2"), url('../fonts/ppneuemontreal-book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/ppneuemontreal-thin.woff2') format("woff2"), url('../fonts/ppneuemontreal-thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/ppneuemontreal-bold.woff2') format("woff2"), url('../fonts/ppneuemontreal-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/ppneuemontreal-medium.woff2') format("woff2"), url('../fonts/ppneuemontreal-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand_main: #15293d;
  --_typography---body_m: 1.125rem;
  --accent: #15293d40;
  --main: white;
  --accent_low: #15293d0d;
  --text_dark: #1c1c1c;
  --_typography---body_xs: .875rem;
  --_typography---body_s: 1rem;
  --_typography---body_l: 1.25rem;
  --neutral: #b6cee6;
  --_typography---h1: 6.75rem;
  --brand_third: #a38c72;
  --_typography---h2: 4.25rem;
  --_typography---h3: 2.375rem;
  --surface-light: #85add529;
  --_typography---h4: 1.75rem;
  --success: #1e4d3e1a;
  --surface: #ebf2f8;
  --text_secondary: #141f33cc;
  --text_success: #1e4d3e;
  --_typography---text-tab: .875rem;
  --text_error: #aa281b;
  --error: #aa281b1a;
  --_typography---button: 1.125rem;
  --_typography---text-link: 1.125rem;
  --_typography---nav-link: 1.125rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--brand_main);
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-size: var(--_typography---body_m);
  line-height: 140%;
  overflow: visible;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

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

p {
  margin-bottom: 0;
}

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

.container {
  width: 100%;
  min-width: auto;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6.25rem 2.5rem;
}

.container.header__container {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  max-width: 90rem;
  height: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.container.hero__container {
  min-width: auto;
  max-width: 90rem;
  padding-top: 8.75rem;
  transition: background-color .25s;
}

.container.grid-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.golden-visa-types__container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.container.comparison__container {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container.client-benefits__container {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.container.border-top {
  border-top: 1px solid var(--accent);
  margin-top: 6.25rem;
  padding-top: 2rem;
}

.container.border-top.about-us__container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.reviews__container, .container.faq__container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.container.footer__container {
  grid-column-gap: 12.5rem;
  grid-row-gap: 12.5rem;
  color: var(--main);
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.container.company-types__container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.company-types__container.border-top {
  z-index: 3;
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
  position: relative;
}

.container.assist-services__container {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.header {
  border: 1px solid var(--accent_low);
  background-color: #0000;
  width: 100%;
  height: 4.25rem;
  min-height: 0;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header.is-solid {
  background-color: var(--main);
}

.header__logos {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: 100%;
  display: flex;
}

.header__logo {
  border-right: 1px solid var(--accent_low);
  color: var(--text_dark);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
}

.header__logo-img {
  max-height: 1.875rem;
}

.google-rating {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.google-rating__info {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.google-rating__number {
  font-size: var(--_typography---body_xs);
  font-weight: 500;
}

.header__nav {
  height: 100%;
  display: flex;
}

.header__nav-link {
  color: var(--text_dark);
  font-size: var(--_typography---body_s);
  text-transform: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 1rem;
  display: flex;
}

.header__nav-link.w--current {
  color: var(--brand_main);
}

.button {
  z-index: 1;
  background-color: var(--brand_main);
  color: var(--main);
  border-radius: 1rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 1rem 2rem;
  line-height: 120%;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.button:hover {
  background-color: var(--brand_main);
}

.button.header__button {
  align-self: center;
  padding: .875rem 1rem;
}

.button.white {
  background-color: var(--main);
  color: var(--brand_main);
}

.button.white:hover {
  background-color: var(--neutral);
}

.button.gradient-button {
  overflow: hidden;
}

.button.gradient-button.button-quiz.forward {
  cursor: pointer;
  margin-left: auto;
}

.button.gradient-button.button-quiz.forward.disabled {
  opacity: .7;
  cursor: not-allowed;
  pointer-events: none;
  margin-left: auto;
}

.button.quiz-form__submit {
  margin-top: 2rem;
  margin-left: auto;
}

.section.hero {
  background-image: url('../images/hero_rectangle.avif');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
}

.section.hero.main {
  background-image: url('../images/Section_hero.avif');
  background-position: 50%;
  background-size: cover;
}

.section.golden-visa-types.bg-blur {
  background-image: url('../images/Section.jpg');
  background-position: 50%;
  background-size: auto;
}

.section.comparison {
  background-color: #0000;
  position: relative;
  overflow: clip visible;
}

.section.client-benefits {
  position: relative;
  overflow: visible;
}

.section.client-benefits.bg-blur {
  background-image: url('../images/Section.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section.reviews {
  overflow: hidden;
}

.section.faq {
  display: flex;
}

.section.company-types {
  position: relative;
  overflow: visible;
}

.section.assist-services {
  position: relative;
}

.section.hidden {
  display: none;
}

.hero__wrapper {
  flex-flow: column;
  display: flex;
}

.hero__title-root {
  border-bottom: 1px solid var(--accent);
  padding-bottom: 2rem;
}

.hero__title {
  color: var(--brand_main);
  font-size: var(--_typography---h1);
  font-weight: 500;
  line-height: 100%;
}

.hero__title.gold {
  color: var(--brand_third);
}

.hero__title.gradient-text.right {
  text-align: right;
  padding-bottom: .5rem;
  line-height: 100%;
}

.hero__root {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-top: 1.5rem;
  display: grid;
}

.hero__descr-root {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.hero__descr {
  max-width: 30rem;
}

.hero__list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hero__item {
  font-size: var(--_typography---body_l);
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
}

.hero__item.escrow {
  padding-left: 50px;
}

.grid-container__root {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.title-two {
  font-size: var(--_typography---h2);
  font-weight: 500;
  line-height: 100%;
}

.title-two.gradient-text {
  align-self: auto;
}

.title-two.gradient-text.max-w-480 {
  max-width: 30rem;
}

.title-two.gradient-text.max-w-480.title-sticky {
  position: sticky;
  top: 0;
  left: 0;
}

.title-two.gradient-text.max-w-480.title-sticky.border-top {
  max-width: 39rem;
  top: 6.25rem;
}

.title-two.gradient-text.comparison__title {
  max-width: 43.75rem;
}

.title-two.gradient-text.client-benefits__title {
  max-width: 48rem;
}

.title-two.gradient-text.opening-company {
  max-width: 60rem;
}

.title-two.gradient-text.quiz-form__title {
  max-width: 50rem;
}

.title-two.modal__title {
  font-size: var(--_typography---h3);
}

.gradient-text {
  padding-bottom: .5rem;
}

.description.max-w-656 {
  max-width: 41rem;
}

.dot-list {
  border-bottom: 1px solid var(--accent_low);
}

.dot-list__item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--accent_low);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: .5rem;
  font-weight: 500;
  display: flex;
}

.visa-categories {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.visa-category {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--surface-light);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: .25rem;
  flex-flow: column;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.visa-category__tag {
  background-color: var(--surface-light);
  border-radius: 999px;
  align-self: flex-start;
  padding: .375rem .75rem;
}

.visa-category__tag.number {
  margin-bottom: 4rem;
}

.visa-category__image {
  object-fit: contain;
  order: 0;
  max-height: 23.75rem;
  display: inline-flex;
}

.visa-category__text-root {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.visa-category__text-root.ru {
  height: 15rem;
}

.visa-category__title {
  font-size: var(--_typography---h3);
  font-weight: 500;
}

.visa-category__title.gradient-text {
  padding-bottom: 0;
  line-height: 110%;
}

.visa-category__title.gradient-text.h4 {
  font-size: var(--_typography---h4);
}

.visa-category__title.h4 {
  font-size: var(--_typography---h4);
  line-height: 120%;
}

.visa-category__title._20px {
  font-size: 1.25rem;
}

.visa-category__descr {
  font-weight: 500;
}

.visa-category__descr.op-70 {
  opacity: .7;
}

.visa-category__tag-text.gradient-text {
  padding-bottom: 0;
  display: inline-block;
}

.banner {
  z-index: 11;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--brand_main);
  border-radius: .25rem;
  flex-flow: column;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner__title-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 49rem;
  display: flex;
}

.banner__title {
  color: var(--main);
  font-size: var(--_typography---h3);
  font-weight: 500;
  line-height: 100%;
}

.banner__descr {
  color: var(--main);
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
}

.cons-btn.button {
  transition-property: none;
  position: relative;
  overflow: hidden;
}

.cons-btn.button:hover {
  background-color: var(--brand_main);
}

.cons-btn.button.white {
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
}

.cons-btn.button.white:hover {
  background-color: var(--neutral);
}

.cons-btn.button.center {
  align-self: center;
}

.cons-btn.button.gradient-button {
  z-index: 11;
}

.cons-btn.button.gradient-button.center {
  overflow: clip;
}

.banner__image {
  width: 30.75rem;
  max-height: none;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 4rem;
  transform: translate(0, 50%);
}

.comparison__wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  font-size: var(--_typography---body_m);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.comparison__descr {
  text-align: left;
  max-width: 41.25rem;
}

.comparison__card {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  background-color: var(--main);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  min-height: 0;
  padding: 2rem;
  display: flex;
}

.comparison__card.blue {
  background-color: var(--surface-light);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

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

.title-three {
  font-size: var(--_typography---h3);
  font-weight: 500;
}

.comparison__icon {
  object-fit: contain;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  display: flex;
}

.comparison__item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--accent_low);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.comparison__item-title {
  opacity: .5;
  font-size: var(--_typography---body_s);
  font-weight: 500;
}

.comparison__item-value {
  font-size: var(--_typography---body_l);
  text-transform: uppercase;
  font-weight: 500;
}

.comparison__summary {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.comparison__summary-point {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.comparison__summary-title {
  opacity: .5;
  font-size: var(--_typography---body_s);
  font-weight: 500;
}

.comparison__summary-value {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 100%;
}

.comparison__summary-value.gradient-text {
  align-self: flex-start;
}

.comparison__grid-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 109%;
  position: absolute;
  top: 0;
  left: 0;
}

.comparison__blur-image {
  width: 100%;
  height: 100%;
  min-height: 57.125rem;
  max-height: 100%;
  transition: transform .35s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0 0% 0% -45rem;
}

.comparison__blur-image.notary-services {
  max-height: none;
  left: auto;
}

.client-benefits__list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-benefits__item {
  background-color: var(--surface-light);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  height: 20rem;
  padding: 1.5rem;
  display: flex;
}

.client-benefits__icon {
  align-self: flex-start;
  display: flex;
}

.client-benefits__text {
  font-weight: 500;
}

.blur-image {
  z-index: 1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: -6.875rem;
  overflow: visible;
}

.mp-image {
  z-index: 2;
  width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  overflow: visible;
}

.mp-image.company-types {
  max-height: calc(100% - 25rem);
  top: 25rem;
}

.cta-form {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--surface-light);
  border-radius: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 39.8125rem;
  padding: 2rem;
  display: grid;
  overflow: hidden;
}

.about-us__text-root {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 35rem;
  display: flex;
}

.about-us__list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us__item-value {
  font-size: 7rem;
  line-height: 100%;
}

.about-us__item-value.gradient-text {
  padding-bottom: 0;
  display: flex;
}

.about-us__item-value.gradient-text.ru {
  font-size: 5rem;
}

.about-us__item-title {
  font-weight: 500;
}

.about-us__item-title.gradient-text {
  padding-bottom: 0;
}

.reviews__title-root {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.reviews__buttons {
  z-index: 3;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.reviews__google-button {
  border: 1px solid var(--surface-light);
  color: var(--text_dark);
  border-radius: 999px;
  padding: .75rem 1.125rem;
  text-decoration: none;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
}

.reviews__google-button:hover {
  background-color: var(--surface-light);
}

.swiper.reviews-swiper {
  width: 100%;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide.reviews__slide {
  width: auto;
}

.navigations {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.nav {
  background-color: var(--surface-light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav:hover {
  background-color: var(--neutral);
}

.nav.prev.reviews, .nav.next.reviews {
  cursor: pointer;
}

.nav__icon {
  pointer-events: auto;
  display: flex;
}

.reviews__card {
  background-color: var(--surface-light);
  border-radius: .25rem;
  width: 26.25rem;
  height: 15rem;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.form__wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.success-message {
  background-color: var(--success);
  border-radius: .25rem;
  height: 100%;
  padding: 0;
}

.success-message.quiz__success-message {
  background-color: var(--surface);
  border-radius: 1rem;
  height: 31.25rem;
  min-height: 31.25rem;
}

.error-message {
  font-size: var(--_typography---body_s);
  text-align: center;
  padding: .5rem 1rem;
}

.form__title-root {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.form__input {
  border: 1px solid var(--accent_low);
  color: var(--brand_main);
  font-size: var(--_typography---body_m);
  background-color: #85add51f;
  border-radius: 1rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem;
}

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

.modal__button.button {
  width: 100%;
}

.cta-form__agent-root {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 2rem;
  display: flex;
  position: relative;
}

.cta-form__agent-image {
  z-index: 0;
  max-width: 25rem;
  position: relative;
  bottom: 0;
  right: 0;
}

.cta-form__logo {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.cta-form__image-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: calc(100% - 2rem);
  display: flex;
  position: absolute;
  bottom: -2rem;
  right: 1.5rem;
}

.bubble-message {
  background-color: var(--main);
  color: var(--text_secondary);
  font-size: var(--_typography---body_xs);
  border-radius: 1rem;
  max-width: 15rem;
  padding: 1rem;
  font-weight: 500;
  position: absolute;
  top: 10rem;
  left: 1rem;
}

.success-message__root {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.success-message__text-root {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: var(--text_success);
  flex-flow: column;
  display: flex;
}

.title-four {
  font-size: var(--_typography---h4);
  font-weight: 500;
  line-height: 120%;
}

.success-message__icon {
  display: flex;
}

.cta-form__agent-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.cta-form__agent-info-root {
  grid-column-gap: var(--_typography---text-tab);
  grid-row-gap: var(--_typography---text-tab);
  flex-flow: column;
  display: flex;
}

.cta-form__agent-name {
  font-weight: 500;
}

.cta-form__agent-job {
  max-width: 18rem;
}

.cta-form__agent-job.contacts {
  color: var(--brand_main);
  font-size: var(--_typography---body_s);
  line-height: 150%;
  text-decoration: none;
}

.faq__title-root {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.dropdown-faq {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.dropdown-faq__icon {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 16px;
  left: .6rem;
}

.dropdown-faq__icon.vertical {
  opacity: .42;
  display: flex;
  position: absolute;
  top: .57rem;
  left: .99rem;
}

.dropdown-faq__title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  font-size: var(--_typography---h4);
  white-space: pre-wrap;
  border-top: 1px #8e8e931a;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.faq__list {
  flex-flow: column;
  display: flex;
}

.dropdown-faq__button {
  background-color: var(--accent_low);
  border-radius: 999px;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  position: relative;
}

.faq__item {
  border-top: 1px solid #544d481a;
  border-bottom: 1px solid #544d481a;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.dropdown-faq__answer {
  padding-top: 1rem;
  line-height: 150%;
}

.dropdown-faq__content {
  opacity: .7;
  background-color: #0000;
  flex-flow: column;
  display: flex;
  position: static;
  overflow: hidden;
}

.footer {
  background-color: #15293d;
}

.footer.section {
  position: relative;
  overflow: hidden;
}

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

.footer__logo {
  height: 3.75rem;
}

.footer__logo-image {
  height: 100%;
}

.footer__nav-root {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 42.9375rem;
  display: flex;
}

.footer__nav-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer__nav-link {
  color: var(--main);
  font-size: var(--_typography---h3);
  text-transform: none;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  transition: color .25s cubic-bezier(.25, .46, .45, .94);
}

.footer__nav-link:hover, .footer__nav-link.current {
  color: var(--brand_third);
}

.footer__social-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer__social-link {
  color: var(--main);
}

.footer__social-icon {
  display: flex;
}

.footer__bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.footer__cta-button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px none var(--accent);
  cursor: pointer;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  font-size: 8.25rem;
  line-height: 100%;
  display: flex;
}

.footer__cta-icon {
  object-fit: contain;
  justify-content: flex-start;
  align-items: flex-end;
  width: 6.25rem;
  min-width: 6.25rem;
  height: 6.25rem;
  min-height: 6.25rem;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: static;
}

.footer__info-root {
  border-top: 1px solid var(--accent);
  font-size: var(--_typography---body_s);
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2rem;
  display: flex;
}

.footer__info-root.op-50 {
  opacity: .5;
  border-top-color: #ffffff0d;
}

.date {
  font-size: var(--_typography---body_s);
  font-weight: 400;
}

.footer__link-root {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.footer__link {
  color: var(--main);
  text-decoration: none;
  transition: color .25s cubic-bezier(.25, .46, .45, .94);
}

.footer__link:hover {
  color: var(--brand_third);
}

.cons-modal {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.cons-modal__bg {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #1c1c1c40;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cons-modal__cross-btn {
  cursor: pointer;
  background-color: #fff6;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.cons-modal__cross-btn.mobile {
  display: none;
}

.cons-modal__cross-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal__form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--main);
  border-radius: .5rem;
  flex-flow: column;
  width: 41.125rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.modal__chat-root {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.modal__chat-separator {
  color: var(--brand_main);
  font-size: var(--_typography---body_xs);
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: relative;
}

.modal__chat-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: var(--_typography---body_s);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 150%;
  display: flex;
}

.modal__chat-bottom.nav, .modal__chat-bottom.mobile-menu {
  display: none;
}

.button-whatsapp {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--surface-light);
  color: var(--brand_main);
  font-size: var(--_typography---body_m);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button-whatsapp:hover {
  background-color: var(--neutral);
}

.button-whatsapp__icon {
  flex: 0 auto;
  align-self: auto;
  display: flex;
}

.form__input-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.text-block {
  color: var(--text_error);
}

.footer__grid-img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.footer__blur-img {
  height: 100%;
  max-height: 100%;
  position: absolute;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  font-size: .75rem;
  font-weight: 600;
}

.button-2.gradient-button {
  color: #f0f0f0;
  border: 1px solid #757575;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-2.gradient-button.hero__button {
  transform-style: preserve-3d;
  background-image: linear-gradient(0deg, #70dbff, #00b8f5);
  border-style: none;
  border-radius: 6.25rem;
  min-width: 14rem;
  max-width: 26rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  transition-property: transform;
}

.button-2.gradient-button.hero__button:hover {
  transform: none;
  box-shadow: 0 36px 32px -16px #02c4ff29, inset 0 2px 32px #ffffff3d;
}

.cons-btn__text {
  z-index: 1;
  position: relative;
}

.gradient-button__blur {
  filter: blur(40px);
  pointer-events: none;
  color: #01aee50a;
  background-color: #0000;
  border-radius: 100vw;
  width: 10rem;
  height: 10rem;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  right: -1rem;
  overflow: auto;
}

.bold-text {
  font-weight: 400;
}

.dot-list__wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.company-types__title-root {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 6.25rem;
  left: 0;
  right: 0;
}

.company-types__descr {
  max-width: 27.5rem;
}

.company-types__category-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.visa-category__bg-image {
  z-index: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1rem;
}

.company-types__root {
  flex-flow: column;
  display: flex;
  position: relative;
}

.assist-services__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.assist-services__list.attorney {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.assist-services__item {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.assist-services__item.tall {
  justify-content: center;
  align-items: flex-end;
  height: 34.3125rem;
  display: flex;
}

.assist-card {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--main);
  border-radius: .5rem;
  flex-flow: column;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.assist-card__tag {
  color: var(--accent);
  font-size: var(--_typography---body_l);
  font-weight: 500;
}

.assist-card__image {
  object-fit: contain;
  max-height: 12.5rem;
  position: static;
}

.assist-card__title {
  font-weight: 500;
}

.assist-button {
  height: 100%;
  position: relative;
}

.assist-button__card {
  z-index: 3;
  grid-column-gap: 3.875rem;
  grid-row-gap: 3.875rem;
  background-color: var(--surface-light);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.assist-button__card.mid {
  z-index: 2;
  background-color: #b6cee633;
  width: 90%;
  position: absolute;
  top: -.5rem;
  left: .8rem;
}

.assist-button__card.back {
  z-index: 1;
  background-color: #b6cee633;
  width: 80%;
  position: absolute;
  top: -1rem;
  left: 1.6rem;
}

.assist-button__card.top {
  background-color: #b6cee633;
  position: relative;
  overflow: hidden;
}

.assist-button__card-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.assist-button__card-title {
  font-weight: 500;
  position: relative;
}

.assist-button__blur {
  filter: blur(40px);
  background-color: #b6cee666;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: 5rem;
  left: 3.1rem;
}

.assist-card__title-root {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.assist-card__descr {
  opacity: .5;
  font-size: var(--_typography---body_s);
}

.visa-category__link {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.visa-category__link.visible {
  display: block;
}

.quiz-form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.quiz-form__form {
  z-index: auto;
  justify-content: center;
  align-items: center;
  min-height: 31.25rem;
  display: flex;
  position: relative;
}

.slide {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--surface-light);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  min-height: 31.25rem;
  padding: 2.5rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.slide.slide-one {
  z-index: 5;
}

.slide.slide-one.is-active {
  background-color: var(--surface);
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slide.slide-two {
  z-index: 4;
  width: auto;
  display: flex;
  top: -1rem;
  overflow: hidden;
  transform: scale(.97);
}

.slide.slide-three {
  z-index: 3;
  width: auto;
  display: flex;
  top: -1rem;
  overflow: hidden;
  transform: scale(.97);
}

.slide.slide-four {
  z-index: 2;
  width: 100%;
  display: flex;
  top: -2rem;
  transform: scale(.94);
}

.slide.slide-five {
  z-index: 1;
}

.slide.end {
  z-index: 1;
  width: 100%;
  top: -2rem;
  transform: scale(.94);
}

.slide.end.hidden {
  display: none;
}

.slide__progress-bar {
  background-color: var(--surface-light);
  border-radius: .25rem;
  width: 100%;
  height: 6px;
  position: relative;
  overflow: hidden;
}

.slide__progress-bar--dark {
  background-color: var(--brand_main);
  height: 100%;
  position: absolute;
}

.slide__progress-bar--dark.one {
  background-color: var(--brand_main);
  width: 25%;
  height: 100%;
}

.slide__progress-bar--dark.two {
  background-color: var(--brand_main);
  width: 50%;
  height: 100%;
}

.slide__progress-bar--dark.three {
  width: 75%;
}

.slide__progress-bar--dark.four, .slide__progress-bar--dark.five {
  width: 100%;
}

.slide__step-quiz {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.slide__step-quiz.end {
  height: 100%;
}

.slide__question_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.slide__input-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.radio-button__button {
  border: 1px solid var(--brand_main);
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  position: relative;
}

.radio-button__button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--brand_main);
}

.radio-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button__text {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
}

.slide__step-root {
  flex-flow: column;
  display: flex;
}

.slide__total-steps {
  opacity: .3;
  font-style: normal;
}

.slide__current-slide {
  font-weight: 500;
}

.slide__buttons {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-bottom: 0;
  display: flex;
}

.checkbox__button {
  border: 1px solid var(--brand_main);
  border-radius: .25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}

.checkbox__button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--brand_main);
  background-color: var(--brand_main);
}

.checkbox {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox__label {
  margin-bottom: 0;
  font-weight: 400;
}

.slide__done {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--main);
  color: var(--text_success);
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 27.5rem;
  height: 15.875rem;
  padding: 2rem;
  display: flex;
}

.slide__end-form {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  width: 100%;
  max-width: 37.25rem;
}

.slide__inputs {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.modal__descr {
  color: var(--text_secondary);
}

.header__nav-wrapper {
  display: flex;
}

.header__mob-block {
  display: none;
}

.header__mobile-wrapper {
  display: flex;
}

.header__buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.language__button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0 0 0 1.5rem;
  display: flex;
}

.language__button-text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--text_dark);
  font-size: var(--_typography---body_s);
  justify-content: flex-start;
  align-items: center;
  line-height: 130%;
  display: flex;
}

.language__flag {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
}

.language__button-icon {
  display: flex;
}

.language__dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: 9.75rem;
  left: 0;
}

.language__dropdown-root {
  background-color: var(--main);
  border-radius: .8rem;
  margin-top: .5rem;
  overflow: hidden;
}

.language__link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text_dark);
  font-size: var(--_typography---body_s);
  padding: .5rem .75rem;
  text-decoration: none;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.language__link:hover {
  background-color: var(--accent_low);
}

.language__link.current {
  background-color: var(--surface-light);
}

.right {
  text-align: right;
  display: block;
}

.right.gold {
  color: var(--brand_third);
}

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

.services-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #85add529;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  height: 30rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.divider {
  background-color: #15293d40;
  height: 1px;
}

.flex-h-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.flex-h-10.align-center {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-h-10.bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

.icon-37px {
  flex: none;
  width: 2.3125rem;
  height: 2.3125rem;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
}

.flex-h-0 {
  justify-content: space-between;
  display: flex;
}

.offer-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.offer-item {
  background-color: var(--main);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  height: 20rem;
  padding: 1.5rem;
  display: flex;
}

.offer-item.ru {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: auto;
}

.offer-text {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
}

.gold {
  color: var(--brand_third);
}

.key-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fff;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: space-between;
  height: 24.3125rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.key-item.ru {
  height: 100%;
  min-height: 30rem;
}

.flex-h-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-22px {
  flex: none;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: .5rem;
}

.flex-v-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.key__text-root {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.grid-3x1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3x1.mt-48 {
  margin-top: 3rem;
}

.ml-auto {
  margin-left: auto;
}

.dot-10px {
  background-color: #15293d;
  border-radius: 50%;
  flex: none;
  width: .625rem;
  height: .625rem;
  margin-top: .5rem;
}

.flex-v-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.escrow-item {
  background-color: var(--main);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  height: 24.3125rem;
  padding: 1.5rem;
  display: flex;
}

.escrow-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #15293d40;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  height: 2.25rem;
  display: flex;
}

.dot-8px {
  background-color: #15293d;
  border-radius: 50%;
  flex: none;
  width: .625rem;
  height: .625rem;
}

.number-text {
  font-size: 1.25rem;
  font-weight: 500;
}

.flex-v-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.escrow-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--accent_low);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: .5rem;
  font-weight: 500;
  display: flex;
}

.icon-28px {
  width: 1.75rem;
  height: 1.75rem;
}

.modal__button_cons.button, .modal__button-copy.button {
  width: 100%;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---body_m: 1.125rem;
    --_typography---body_xs: .875rem;
    --_typography---body_s: .875rem;
    --_typography---body_l: 1rem;
    --_typography---h1: 3.5rem;
    --_typography---h2: 2.5rem;
    --_typography---h3: 1.875rem;
    --_typography---h4: 1.5rem;
    --_typography---text-tab: .875rem;
    --_typography---button: 1.125rem;
    --_typography---text-link: 1.125rem;
    --_typography---nav-link: 1.125rem;
  }

  .container {
    padding: 4.375rem 1rem;
  }

  .container.header__container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.hero__container {
    padding-top: 6.25rem;
  }

  .container.golden-visa-types__container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .container.client-benefits__container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .container.border-top.grid-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-top-style: none;
    flex-flow: column;
    margin-top: 0;
    padding-top: 4.375rem;
    display: flex;
  }

  .container.border-top.about-us__container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-top-style: none;
    flex-flow: column;
    margin-top: 4.375rem;
    padding-top: 0;
    display: flex;
  }

  .container.reviews__container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container.faq__container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .container.footer__container {
    grid-column-gap: 5.25rem;
    grid-row-gap: 5.25rem;
  }

  .container.company-types__container.border-top {
    grid-column-gap: 3rem;
    border-top-style: none;
    flex-flow: column;
    margin-top: 0;
    padding-top: 4.375rem;
    display: flex;
  }

  .container.assist-services__container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .header__logo {
    border-right-style: none;
  }

  .header__nav {
    background-color: var(--main);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100svh;
    min-height: 0%;
    max-height: 102svh;
    margin-top: 4.125rem;
    display: flex;
    top: 4.2rem;
  }

  .header__nav-link {
    color: var(--brand_main);
    font-size: var(--_typography---body_l);
    text-transform: uppercase;
    background-color: #0000;
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 500;
  }

  .button.quiz-form__submit {
    margin-top: 1.5rem;
  }

  .section.golden-visa-types {
    overflow: hidden;
  }

  .section.client-benefits {
    overflow: visible;
  }

  .section.assist-services {
    overflow: hidden;
  }

  .hero__title-root {
    padding-bottom: 1.5rem;
  }

  .hero__title.gradient-text.right {
    text-align: left;
  }

  .hero__root {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hero__descr-root {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .hero__descr {
    max-width: none;
  }

  .hero__list {
    order: -9999;
  }

  .hero__item.escrow {
    padding-left: 0;
  }

  .main {
    overflow-x: hidden;
  }

  .grid-container__root {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .title-two.gradient-text.max-w-480.title-sticky.border-top {
    border-top: 1px solid var(--accent);
    max-width: none;
    padding-top: 2rem;
  }

  .title-two.gradient-text.border-top {
    border-top: 1px solid var(--accent);
    padding-top: 1.5rem;
  }

  .visa-categories {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-right: -2rem;
    padding-right: 2rem;
    display: flex;
    overflow: auto;
  }

  .visa-category {
    padding: 1rem;
  }

  .visa-category__image {
    max-height: 12.5rem;
  }

  .visa-category__text-root {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .visa-category__text-root.ru {
    height: auto;
  }

  .visa-category__title.gradient-text {
    font-size: var(--_typography---h3);
  }

  .visa-category__descr, .visa-category__tag-text.gradient-text {
    font-size: var(--_typography---body_s);
  }

  .banner {
    border-radius: .25rem;
    padding: 2rem 1.5rem;
    overflow: hidden;
  }

  .banner__title-wrapper {
    z-index: 1;
    max-width: 25rem;
    position: relative;
  }

  .cons-btn.button.white {
    z-index: 1;
    position: relative;
  }

  .cons-btn.button.header__button {
    display: none;
  }

  .banner__image {
    z-index: 0;
    object-fit: contain;
    width: 14rem;
    max-height: none;
    top: 50%;
    right: 1rem;
    overflow: visible;
    transform: translateY(-50%);
  }

  .comparison__wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2rem;
  }

  .comparison__wrapper.tablet-flex {
    flex-flow: column;
    display: flex;
  }

  .comparison__descr {
    max-width: none;
  }

  .comparison__card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    min-height: 0;
    padding: 1.5rem 1rem;
  }

  .comparison__title-root {
    justify-content: space-between;
    align-items: flex-start;
  }

  .comparison__icon {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .comparison__item-title {
    line-height: 140%;
  }

  .comparison__summary-value.gradient-text {
    font-size: 2rem;
  }

  .comparison__blur-image {
    min-width: 83.75rem;
    min-height: 0;
    max-height: 37.5rem;
    inset: 10rem auto auto 50%;
    transform: translateX(-50%);
  }

  .client-benefits__list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-right: -2rem;
    padding-right: 2rem;
    display: flex;
    overflow: auto;
  }

  .client-benefits__item {
    width: 17.5rem;
    min-width: 17.5rem;
    height: 17.5rem;
  }

  .blur-image.assist {
    top: 0;
  }

  .mp-image.company-types {
    display: none;
  }

  .cta-form {
    flex-flow: column;
    padding: 1.5rem;
    display: flex;
  }

  .about-us__text-root {
    max-width: none;
  }

  .about-us__list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .about-us__item-value.gradient-text {
    font-size: 4rem;
  }

  .navigations {
    display: none;
  }

  .reviews__card {
    width: 18.75rem;
    height: 14.8125rem;
  }

  .form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta-form__agent-root {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 30rem;
    padding-left: 0;
  }

  .cta-form__agent-image {
    max-width: 20rem;
  }

  .cta-form__logo {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .cta-form__image-wrapper {
    bottom: -1.5rem;
    right: 3rem;
  }

  .cta-form__agent-job {
    max-width: 25rem;
  }

  .dropdown-faq__title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer__top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .footer__logo {
    align-self: flex-start;
    height: 2.8125rem;
  }

  .footer__nav-root {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column-reverse;
  }

  .footer__bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer__cta-button {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    font-size: 3.5rem;
  }

  .footer__cta-icon {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .cons-modal {
    justify-content: center;
    align-items: flex-end;
  }

  .cons-modal__cross-btn.mobile {
    display: none;
  }

  .modal__form {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 40.9375rem;
    padding-bottom: 4rem;
  }

  .modal__chat-bottom {
    position: static;
    bottom: 5rem;
  }

  .modal__chat-bottom.nav, .modal__chat-bottom.mobile-menu {
    display: flex;
  }

  .form__input-wrapper.tablet-flex {
    flex-flow: column;
  }

  .hidden {
    display: none;
  }

  .footer__grid-img, .footer__blur-img {
    height: 100%;
  }

  .button-2.gradient-button.hero__button {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .company-types__descr {
    display: none;
  }

  .company-types__category-list {
    flex-flow: row;
    margin-right: -2rem;
    padding-right: 2rem;
    overflow: auto;
  }

  .company-types__category-item {
    min-width: 20.75rem;
  }

  .assist-services__list {
    margin-right: -2rem;
    padding-right: 2rem;
    overflow: auto;
  }

  .assist-services__item {
    min-width: 15.875rem;
  }

  .burger-button {
    border-left: 1px solid #15293d0d;
    justify-content: center;
    align-items: center;
    margin-right: -1rem;
    padding: 1.75rem 1rem;
    display: flex;
  }

  .burger-button.w--open {
    background-color: #0000;
  }

  .burger-button__icon {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1rem;
    display: flex;
    position: relative;
  }

  .burger-button__line {
    width: 100%;
    height: 1px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide {
    padding: 1.5rem;
  }

  .slide.end {
    z-index: 1;
  }

  .slide__question_container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .slide__input-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .slide__done {
    width: auto;
    max-width: 17.5rem;
    height: auto;
  }

  .slide__inputs {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .header__nav-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 4.125rem);
    padding-bottom: 1.5rem;
    display: flex;
  }

  .header__mob-block {
    display: block;
  }

  .header__mobile-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .header__buttons {
    margin-left: auto;
  }

  .language__button {
    padding-right: .75rem;
  }

  .grid-2x1 {
    grid-template-columns: 1fr;
  }

  .services-item {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    height: auto;
    padding: 1rem;
  }

  .flex-h-0.mob-v-32 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .offer-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    overflow: auto;
  }

  .offer-item {
    width: 17.5rem;
    min-width: 17.5rem;
    height: 17.5rem;
  }

  .key-item {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    width: 20.8125rem;
    height: 24.375rem;
    padding: 1rem;
  }

  .key-item.ru {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    min-height: auto;
  }

  .key__text-root {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .key__text-root.ru {
    min-height: 12.75rem;
  }

  .grid-3x1 {
    overflow: auto;
  }

  .grid-3x1.mt-48 {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .escrow-item {
    width: 100%;
  }

  .escrow-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
    overflow: auto;
  }

  .number-text {
    font-size: var(--_typography---body_s);
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---body_m: 1rem;
    --_typography---body_xs: .75rem;
    --_typography---body_s: .875rem;
    --_typography---body_l: 1rem;
    --_typography---h1: 2.625rem;
    --_typography---h2: 2.25rem;
    --_typography---h3: 1.875rem;
    --_typography---h4: 1.5rem;
    --_typography---text-tab: .875rem;
    --_typography---button: 1.125rem;
    --_typography---text-link: 1.125rem;
    --_typography---nav-link: 1.125rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.comparison__container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .container.company-types__container.border-top {
    border-top-style: none;
  }

  .button {
    width: 100%;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button.white.button-quiz.back, .button.gradient-button.button-quiz.forward, .button.gradient-button.button-quiz.forward.disabled {
    width: auto;
  }

  .hero__descr {
    max-width: none;
  }

  .hero__list {
    order: -9999;
  }

  .hero__item.escrow {
    padding-left: 80px;
  }

  .visa-categories {
    margin-right: -1rem;
    padding-right: 1rem;
  }

  .banner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 3.75rem 1rem 1rem;
    display: flex;
    overflow: hidden;
  }

  .banner__title-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
  }

  .cons-btn.button.white {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    min-width: 0;
  }

  .cons-btn.button.faq__button, .cons-btn.button.gradient-button.faq {
    width: auto;
  }

  .banner__image {
    max-width: 14rem;
    max-height: none;
    position: static;
    overflow: visible;
    transform: translateY(0);
  }

  .comparison__wrapper {
    flex-flow: column;
    display: flex;
  }

  .client-benefits__list {
    margin-right: -1rem;
    padding-right: 1rem;
  }

  .mp-image {
    width: 34.4375rem;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }

  .cta-form {
    padding: 1rem;
  }

  .about-us__list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta-form__agent-root {
    justify-content: space-between;
    align-items: flex-start;
  }

  .cta-form__logo {
    position: relative;
  }

  .cta-form__image-wrapper {
    z-index: 0;
    width: 100%;
    top: 5rem;
    bottom: auto;
    right: auto;
  }

  .bubble-message {
    top: 5rem;
    bottom: auto;
    left: 0;
  }

  .cta-form__agent-info {
    position: relative;
  }

  .cta-form__agent-job {
    max-width: none;
  }

  .faq__list {
    margin-bottom: 5rem;
  }

  .footer__info-root {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .cons-modal__cross-btn {
    z-index: 10;
  }

  .cons-modal__cross-btn.mobile {
    background-color: var(--surface-light);
    display: flex;
  }

  .modal__form {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: flex-end;
    align-items: stretch;
    min-height: 100vh;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal__chat-top {
    margin-top: -2rem;
  }

  .form__input-wrapper {
    flex-flow: column;
  }

  .footer__blur-img {
    height: 100%;
  }

  .company-types__category-list, .assist-services__list {
    margin-right: -1rem;
    padding-right: 1rem;
  }

  .assist-button__card.top {
    background-color: #0000;
    background-image: radial-gradient(circle, #b6cee666, #b6cee633);
  }

  .assist-button__blur {
    display: none;
  }

  .burger-button {
    margin-right: 0;
  }

  .quiz-form__form.end {
    min-height: 40.6875rem;
  }

  .slide {
    padding: 1rem;
  }

  .slide.slide-one.is-active {
    height: auto;
  }

  .slide.end {
    z-index: 1;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    opacity: 0;
    height: -moz-fit-content;
    height: fit-content;
    top: -2rem;
    transform: scale(.9);
  }

  .slide__progress-bar {
    width: calc(100% - 2rem);
    position: absolute;
    top: 6.625rem;
  }

  .slide__progress-bar.end {
    display: none;
  }

  .slide__step-quiz {
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
    flex-flow: column-reverse;
    justify-content: space-between;
  }

  .slide__step-quiz.end {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .slide__question_container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .slide__input-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .slide__buttons.end {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .slide__done {
    max-width: none;
    height: auto;
  }

  .slide__end-form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .header__buttons {
    margin-left: auto;
  }

  .offer-list {
    margin-right: -1rem;
    padding-right: 1rem;
  }

  .key__text-root.ru {
    min-height: 12.5rem;
  }

  .escrow-list {
    margin-right: -1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .hero__item.escrow {
    padding-left: 0;
  }

  .bubble-message {
    top: auto;
    bottom: 8rem;
  }

  .cta-form__agent-job {
    max-width: 19rem;
  }

  .quiz-form__form.end {
    min-height: 46.875rem;
  }

  .slide.end {
    opacity: 0;
    top: -3rem;
  }

  .grid-3x1.mt-48 {
    margin-top: 2rem;
  }
}

#w-node-_1c7c27a3-0399-056f-9a36-e163273d605f-bc7ebf09, #w-node-_1c7c27a3-0399-056f-9a36-e163273d605f-bc7ebf2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e068563-9069-8d2f-afe7-3f8d6fecc0b6-bc7ebf2e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fc7d786a-de3e-6c58-d4df-ddec64a63cdf-bc7ebf2e {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0e010ee0-c812-0576-269c-2790735b70d1-bc7ebf2e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e71df272-fcdf-b188-4d94-a75baf83d065-bc7ebf2e {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1c7c27a3-0399-056f-9a36-e163273d605f-bc7ebf44, #w-node-_1c7c27a3-0399-056f-9a36-e163273d605f-4500f3f3, #w-node-_1c7c27a3-0399-056f-9a36-e163273d605f-345d011b, #w-node-_1c7c27a3-0399-056f-9a36-e163273d605f-0200279f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e068563-9069-8d2f-afe7-3f8d6fecc0b6-0200279f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fc7d786a-de3e-6c58-d4df-ddec64a63cdf-0200279f {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0e010ee0-c812-0576-269c-2790735b70d1-0200279f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e71df272-fcdf-b188-4d94-a75baf83d065-0200279f {
  grid-area: 2 / 3 / 3 / 4;
}


@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/ppneuemontreal-book.woff2') format('woff2'), url('../fonts/ppneuemontreal-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/ppneuemontreal-thin.woff2') format('woff2'), url('../fonts/ppneuemontreal-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/ppneuemontreal-bold.woff2') format('woff2'), url('../fonts/ppneuemontreal-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/ppneuemontreal-medium.woff2') format('woff2'), url('../fonts/ppneuemontreal-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}