@font-face {
  font-family: Opensanshebrew;
  src: url('../fonts/OpenSansHebrew-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensanshebrew;
  src: url('../fonts/OpenSansHebrew-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --color--mid-gray: #999;
  --text--14px: .875rem;
  --color--base: #343434;
  --text-mob--h2-23px: 1.438rem;
  --0d2e4c: #0d2e4c;
  --color--body--grey--colors--body: #1d1d1f;
  --color--primary: #01b4e5;
  --color--body--black--100: #1e1e20;
  --text--h2-35px: 2.1875rem;
  --color--deep: #61b1e8;
  --color--body--whiite--100\<deleted\|variable-dc8be938\>: white;
  --color--white: white;
  --color--primary-light: #01cde5;
  --color--btn: #02b6e5;
  --color--secondary-light: #e7f0f5;
  --color--secondary: #6fa3c0;
  --color--light-gray: #f4f9f9;
  --size--50px: 3.125rem;
  --text--h1-50px: 3.125rem;
  --text-mob--h1-30px: 1.875rem;
  --size--10px: .625rem;
  --size--15px: .9375rem;
  --size--30px: 1.875rem;
  --size--5px: .3125rem;
  --size--25px: 1.5rem;
  --text--16px: 1rem;
  --text--18px: 1.125rem;
  --text--12px: .75rem;
  --size--40px: 2.5rem;
  --size--20px: 1.25rem;
  --size--35px: 2.188rem;
  --text--title-25px: 1.5625rem;
  --text-mob--title-18px: 1.125rem;
  --size--60px: 3.75rem;
  --size--70px: 4.375rem;
  --color--body--grey--100: #e3e3e3;
  --color--body--black--48: #1e1e207a;
  --071b2d: #071b2d;
  --color--deep-blue\<deleted\|variable-5b029ba1-b477-5057-da97-1c64214f5f35\>: #61b1e8;
  --color--body--white--100: white;
  --color--text-black: #222;
  --color--body--blue--100: #27abe2;
  --color--body--blue--background-blue: #edf7ff;
  --color--body--blue--hover: #1a9dd4;
  --color--body--blue--95: #10acdd;
  --color--body--white--24: #ffffff3d;
  --color--body--white--16: #ffffff29;
  --color--body--white--hover: #f7efef;
  --color--body--grey--light: #e9e9e9;
  --color--body--grey--300: #6d6e70;
  --colors--grey: #7d7d7d;
  --f5f5f7: #f5f5f7;
  --9d9d9d: #9d9d9d;
  --color--body--black--64: #1e1e20a3;
  --bg-moscow: #bababa;
  --00ade5: #00ade5;
  --black: black;
  --surface: #f3f3f7;
  --divider: #8e8e931a;
  --color--body--grey--colors--grey: #78787d;
  --color--body--black--text-body: #333336;
  --color--body--grey--10: #8e8e931a;
  --color--body--blue--10: #27abe21a;
  --success--text_and-outline: #0d8255;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--color--mid-gray);
  background-color: #f4f9f9;
  font-family: Opensanshebrew, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

h1 {
  color: var(--color--base);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  color: var(--color--base);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  opacity: .7;
  color: var(--0d2e4c);
  text-decoration: none;
}

ul {
  margin-top: 0;
}

li {
  color: var(--color--body--grey--colors--body);
  text-transform: uppercase;
  border: 0 #00aee6;
  border-radius: 0;
  padding: 0;
  font-size: .75rem;
  font-weight: 500;
}

img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.u-bg-primary {
  background-color: var(--color--primary);
}

.styles__card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 8px;
  overflow: hidden;
}

.h2 {
  color: var(--color--body--black--100);
  font-size: var(--text--h2-35px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
}

.h2.u-text-secondary_light {
  z-index: 2;
  position: relative;
}

.h2.u-text-deep_blue {
  color: var(--color--deep);
}

.h2.white {
  color: var(--color--body--whiite--100\<deleted\|variable-dc8be938\>);
}

.h2.white.m-w-840 {
  max-width: 52.5rem;
}

.styles__card-preview {
  text-align: center;
  border-bottom: 1px solid #1d1c1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
  display: flex;
  position: relative;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.styles__selector-callout {
  color: #fff;
  background-color: #0073e6;
  border-radius: 3px;
  margin-top: .1em;
  margin-bottom: .1em;
  margin-right: .2em;
  padding: .08em .6em;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px;
}

.u-mb-0 {
  margin-bottom: 0;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.u-bg-white {
  background-color: var(--color--white);
}

.container {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.container.is--coin {
  padding-top: 8.125rem;
}

.container.hero-container {
  height: 100%;
  display: flex;
  position: relative;
}

.container.hero-container.is--partners {
  display: flex;
}

.container.footer__grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.container.hero-event {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 27.5rem;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  display: none;
}

.col {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.col.col-lg-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
}

.styles__section-label {
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 2px dotted #888680;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 8px;
}

.u-text-primary {
  color: var(--color--base);
}

.developers {
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
}

.u-bg-primary-light {
  background-color: var(--color--primary-light);
}

.u-bg-btn {
  background-color: var(--color--btn);
}

.u-bg-sec-light {
  background-color: var(--color--secondary-light);
}

.u-bg-secondary {
  background-color: var(--color--secondary);
}

.u-bg-light_gray {
  background-color: var(--color--light-gray);
}

.u-text-secondary {
  color: var(--color--mid-gray);
}

.u-text-secondary_dark {
  color: var(--color--secondary);
}

.u-text-secondary_light {
  color: var(--color--light-gray);
}

.page-wrap {
  border-top-left-radius: var(--size--50px);
  border-top-right-radius: var(--size--50px);
  width: 100%;
}

.h1 {
  color: var(--color--base);
  font-size: var(--text--h1-50px);
  font-weight: 700;
  line-height: 110%;
}

.h1.color-white {
  color: var(--color--light-gray);
}

.max-w-600px {
  max-width: 37.5rem;
}

.flex-h-10px {
  grid-column-gap: var(--size--10px);
  grid-row-gap: var(--size--10px);
  display: flex;
}

.flex-h-10px.hidden {
  display: none;
}

.btn-primary {
  padding: var(--size--15px);
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-radius: var(--size--10px);
  background-image: linear-gradient(to bottom, var(--color--primary-light), var(--color--primary));
  color: var(--color--light-gray);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 13.75rem;
  min-height: 11.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-w-60 {
  z-index: 1;
  max-width: 60%;
  margin-bottom: 0;
  position: relative;
}

.tag {
  grid-column-gap: var(--size--5px);
  grid-row-gap: var(--size--5px);
  border-radius: var(--size--5px);
  background-color: var(--color--light-gray);
  color: var(--color--secondary);
  flex-direction: row;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  overflow: hidden;
}

.tag.round {
  border-radius: var(--size--30px);
  background-color: var(--color--secondary-light);
  color: var(--color--deep);
}

.tag.big-with_icon {
  padding: var(--size--5px) var(--size--10px);
  background-color: var(--color--secondary-light);
  color: #6fa3c0;
  font-size: var(--text--14px);
}

.tag.mob_display-none {
  z-index: 1;
  position: relative;
}

.point {
  border-radius: var(--size--10px);
  background-color: var(--color--secondary);
  flex: 0 auto;
  width: .438rem;
  height: .438rem;
}

.btn-secondary {
  padding: var(--size--15px);
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-radius: var(--size--10px);
  background-color: var(--color--secondary-light);
  color: var(--color--secondary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 13.75rem;
  min-height: 11.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 120%;
  transition: color .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-wrap-30px {
  width: 1.875rem;
  height: 1.875rem;
}

.icon-wrap-30px.mob_display-none {
  z-index: 1;
  position: relative;
}

.flex-v-48px {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: stretch;
}

.flex-h-48px-center {
  z-index: 10;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.flex-v-15px {
  grid-column-gap: var(--size--15px);
  grid-row-gap: var(--size--15px);
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-small-14px {
  color: var(--color--mid-gray);
  font-size: .875rem;
  font-weight: 400;
  line-height: 130%;
}

.text-small-14px.u-text-primary {
  color: var(--color--base);
}

.text-small-14px.color-deep_blue {
  z-index: 2;
  color: #e6eaea;
  position: relative;
}

.text-small-14px.text-color-black {
  color: #222;
  line-height: 130%;
}

.text-small-14px.text-color-blue {
  color: #1eade5;
  font-weight: 600;
}

.text-small-14px.is-program {
  color: #565656;
  font-size: var(--text--16px);
  line-height: 150%;
}

.text-small-14px.text-color-565656 {
  color: #565656;
  font-size: 1rem;
  line-height: 150%;
}

.text-small-14px.text-color-dark-grey {
  color: #5b5b5b;
  line-height: 150%;
}

.text-small-14px.text-color-dark-grey.m-w-370 {
  max-width: 20rem;
}

.text-large {
  font-size: var(--text--18px);
  line-height: 140%;
}

.text-large.bold {
  font-weight: 700;
}

.icon-wrap-16px {
  justify-content: center;
  align-items: stretch;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.media-wrap-large {
  border-radius: var(--size--30px);
  background-color: var(--color--light-gray);
  height: 42rem;
  position: relative;
  overflow: hidden;
}

.tabs-menu {
  z-index: 10;
  border-radius: var(--size--25px);
  background-color: #e6eaea;
  padding: .125rem;
  display: flex;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  overflow: hidden;
}

.tab-link {
  border-radius: var(--size--25px);
  color: var(--color--mid-gray);
  font-size: var(--text--12px);
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  padding: .75rem;
  line-height: 110%;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--color--white);
  color: var(--color--base);
  font-weight: 700;
}

.tab-pane {
  flex: 0 auto;
  width: 100%;
  height: 42rem;
}

.image-cover {
  object-fit: cover;
  object-position: 50% 50%;
}

.caps {
  text-transform: uppercase;
}

.max-w-420px {
  color: var(--color--body--black--100);
  max-width: 26.25rem;
}

.max-w-420px.margin-top-auto {
  margin-bottom: 0;
}

.flex-v-spaceb {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-v-spaceb.max-w-400 {
  grid-row-gap: 10px;
  max-width: 16rem;
}

.flex-v-40px {
  grid-column-gap: var(--size--40px);
  grid-row-gap: var(--size--40px);
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.btn-whis_icon {
  padding: var(--size--10px) var(--size--10px) var(--size--10px) var(--size--20px);
  grid-column-gap: var(--size--20px);
  grid-row-gap: var(--size--20px);
  border-radius: var(--size--10px);
  background-color: var(--color--btn);
  color: var(--color--white);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.icon-wrap-35px {
  width: var(--size--35px);
  height: var(--size--35px);
}

.margin-top-25px {
  margin-top: var(--size--25px);
}

.align-h-center {
  align-items: center;
  display: flex;
}

.flex-v-5px {
  grid-column-gap: var(--size--5px);
  grid-row-gap: var(--size--5px);
  flex-direction: column;
  display: flex;
}

.text-title {
  color: var(--color--base);
  font-size: var(--text--title-25px);
  font-weight: 700;
  line-height: 140%;
}

.grid-4col-2-left-big {
  grid-column-gap: var(--size--20px);
  grid-row-gap: var(--size--20px);
  grid-template-rows: min-content;
  grid-template-columns: 1.5fr 1.5fr .75fr .75fr;
  grid-auto-rows: min-content;
}

.card-minimal-wrap {
  padding: var(--size--25px);
  grid-column-gap: var(--size--10px);
  grid-row-gap: var(--size--10px);
  border-radius: var(--size--15px);
  background-color: var(--color--secondary-light);
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-absolu {
  z-index: 0;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.gradient-card {
  z-index: 1;
  background-image: linear-gradient(#0000, #00000080);
  position: absolute;
  inset: 0%;
}

.card-info-wrap {
  padding: var(--size--20px);
  grid-column-gap: var(--size--60px);
  grid-row-gap: var(--size--60px);
  border-radius: var(--size--15px);
  background-color: var(--color--secondary-light);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.flex-v-10px {
  grid-column-gap: var(--size--10px);
  grid-row-gap: var(--size--10px);
  flex-direction: column;
  display: flex;
}

.icon-wrap-50px {
  width: 3.125rem;
  height: 3.125rem;
}

.icon-wrap-70px {
  width: var(--size--70px);
  height: var(--size--70px);
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.wrap-100 {
  width: 100%;
  height: 100%;
}

.flex-v-30px {
  grid-column-gap: var(--size--30px);
  grid-row-gap: var(--size--30px);
  display: flex;
}

.flex-h-15px-center {
  grid-column-gap: var(--size--15px);
  grid-row-gap: var(--size--15px);
  align-items: center;
  display: flex;
}

.icon-wrap-40px {
  width: var(--size--40px);
  height: var(--size--40px);
}

.text-bold {
  color: var(--color--secondary);
  font-weight: 700;
  line-height: 120%;
}

.tag-dark {
  padding: var(--size--5px) var(--size--15px);
  grid-column-gap: var(--size--5px);
  grid-row-gap: var(--size--5px);
  border-radius: var(--size--5px);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #f4f9f9;
  background-color: #34343480;
  flex-direction: row;
  align-items: center;
  font-size: .75rem;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  overflow: hidden;
}

.tag-dark.with-icon {
  padding-right: var(--size--10px);
  padding-left: var(--size--10px);
}

.flex-v-20px {
  grid-column-gap: var(--size--20px);
  grid-row-gap: var(--size--20px);
  flex-direction: column;
  display: flex;
  position: relative;
}

.logo-180px {
  height: var(--size--40px);
  opacity: 1;
  width: 11.875rem;
  display: flex;
}

.logo-180px.w--current {
  opacity: 1;
}

.logo-180px.nav.w--current {
  border-right: 1px solid var(--color--body--grey--100);
  padding-right: 1rem;
}

.card-projects-wrap {
  border-radius: var(--size--10px);
  background-color: var(--color--secondary-light);
  flex: 1;
  position: relative;
  overflow: hidden;
}

.card-image-wrap {
  height: 15.625rem;
}

.card-project-info {
  padding: var(--size--20px);
  grid-column-gap: var(--size--5px);
  grid-row-gap: var(--size--5px);
  border-radius: var(--size--15px);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.tag-wrapper-absolu-card {
  grid-column-gap: var(--size--5px);
  grid-row-gap: var(--size--5px);
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 23.75rem;
  display: flex;
  position: absolute;
  inset: 1.25rem auto auto 1.25rem;
}

.tag-wrapper-absolu-card.invers {
  justify-content: flex-end;
  left: auto;
  right: 1.25rem;
}

.content-wrapper-bg_-brand_light {
  padding: var(--size--30px);
  grid-column-gap: var(--size--25px);
  grid-row-gap: var(--size--25px);
  border-radius: var(--size--15px);
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: static;
}

.form__text-input {
  padding: var(--size--15px) 1rem;
  border: 1px solid var(--color--body--grey--100);
  border-radius: var(--size--10px);
  background-color: var(--color--white);
  color: var(--color--base);
  justify-content: flex-start;
  align-items: center;
  height: 3.375rem;
  margin-bottom: 0;
  display: flex;
}

.form__text-input::placeholder {
  -webkit-text-stroke-color: var(--color--body--black--48);
  font-size: 1rem;
}

.form__text-input.is-partners {
  width: 17.5rem;
}

.form__text-input.is-partners.rad-30 {
  border-radius: 1.875rem;
}

.form__text-input.radius-100 {
  border-radius: 6.25rem;
  margin-top: -4px;
}

.form__wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--071b2d);
  font-size: var(--text--14px);
  flex-direction: column;
  align-items: stretch;
  width: 27.5rem;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.form__wrapper.horizontal {
  grid-column-gap: var(--size--10px);
  grid-row-gap: var(--size--10px);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form__wrapper.partners {
  grid-column-gap: var(--size--15px);
  grid-row-gap: var(--size--15px);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: flex;
}

.form__wrapper.form-hero {
  width: auto;
}

.input {
  padding: var(--size--15px);
  border-radius: var(--size--10px);
  background-color: var(--color--white);
  border: .0625rem solid #d8d8d8;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.input.is-partners {
  width: 17.5rem;
}

.input.is-partners.rad-30 {
  border-radius: 1.875rem;
}

.input.form__text-input {
  border-width: 1px;
  border-color: var(--color--body--grey--100);
  height: 3.375rem;
}

.input.form__text-input.radius-100 {
  margin-top: -4px;
}

.btn-brand_color {
  padding: var(--size--5px) var(--size--20px);
  border-radius: var(--size--10px);
  background-color: var(--color--btn);
  color: var(--color--light-gray);
  text-align: center;
  height: 3rem;
  font-weight: 700;
  transition: background-color .5s cubic-bezier(.215, .61, .355, 1);
}

.btn-brand_color:hover {
  background-color: var(--color--primary-light);
}

.btn-brand_color.border {
  border: .125rem solid var(--color--primary);
  color: var(--color--primary);
  background-color: #0000;
  transition: color .5s cubic-bezier(.215, .61, .355, 1), background-color .5s cubic-bezier(.215, .61, .355, 1);
}

.btn-brand_color.border:hover {
  border-color: var(--color--primary-light);
  color: var(--color--primary-light);
}

.btn-brand_color.is-black {
  background-color: var(--071b2d);
  flex: 1;
}

.btn-brand_color.is-black.rad-30 {
  border-radius: 1.875rem;
}

.btn-brand_color.is-black.first {
  order: -1;
}

.slide-nav {
  font-size: var(--size--10px);
}

.arrow {
  font-size: var(--size--25px);
}

.slider-wrap {
  background-color: var(--color--white);
  direction: ltr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask {
  flex: 1;
}

.hero {
  z-index: 51;
  background-image: linear-gradient(209deg, #0000001a 23%, #000000b5), url('../images/87d34e4276750a9dad7f13dbd621d2b53549b8f9-1-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  min-height: 0;
  padding-top: 5.25rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero.partners-hero {
  background-image: url('../images/hero-partners-bg.png');
  background-position: 50% 0;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.hero.event {
  z-index: 52;
  background-image: none;
  height: 100%;
}

.btn-whatsapp {
  padding: var(--size--15px) var(--size--20px);
  grid-column-gap: var(--size--10px);
  grid-row-gap: var(--size--10px);
  border-radius: var(--size--10px);
  color: var(--color--white);
  cursor: pointer;
  background-color: #60d669;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 170%;
  display: flex;
  position: absolute;
  inset: auto 3.75rem 3.125rem auto;
}

.icon-wrap-24px {
  width: 1.5rem;
  height: 1.5rem;
}

.btn-telegram {
  padding: var(--size--15px) var(--size--20px);
  grid-column-gap: var(--size--10px);
  grid-row-gap: var(--size--10px);
  border-radius: var(--size--10px);
  color: var(--color--white);
  background-color: #61b1e8;
  justify-content: center;
  align-items: center;
  height: 3.375rem;
  font-weight: 700;
  line-height: 170%;
  display: flex;
}

.success-message {
  padding: var(--size--20px);
  border-radius: var(--size--10px);
  color: var(--color--light-gray);
  font-size: var(--text--18px);
  background-color: #0000;
  width: 100%;
  height: 100%;
  font-weight: 700;
  line-height: 150%;
}

.success-message.white {
  background-image: linear-gradient(to bottom, var(--color--light-gray), var(--color--light-gray));
  color: var(--color--primary);
}

.error-message {
  padding: .25rem var(--size--10px);
  border-radius: var(--size--10px);
  color: #ff3b30;
  text-align: center;
  background-color: #ff645c29;
  align-self: auto;
  margin-top: 0;
  font-weight: 400;
  line-height: 150%;
}

.image-form-absolu-left {
  object-fit: contain;
  object-position: 50% 100%;
  max-width: 40%;
  height: 90%;
  margin-right: -.5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.logo-form-absolu {
  height: var(--size--35px);
  width: 12.1875rem;
  display: flex;
  position: absolute;
  inset: 1.875rem 1.875rem auto auto;
}

.flex-v-30px-full-w {
  grid-column-gap: var(--size--30px);
  grid-row-gap: var(--size--30px);
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid-3col-20-30px {
  grid-column-gap: var(--size--20px);
  grid-row-gap: var(--size--30px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.media-wrap-small {
  border-radius: var(--size--20px);
  background-color: var(--color--light-gray);
  height: 25rem;
  position: relative;
  overflow: hidden;
}

.content-wrap {
  padding: var(--size--25px) var(--size--25px) var(--size--25px) var(--size--20px);
  grid-column-gap: var(--size--35px);
  grid-row-gap: var(--size--35px);
  border-radius: var(--size--20px);
  background-color: var(--color--secondary-light);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.grid-2col {
  grid-column-gap: var(--size--40px);
  grid-row-gap: var(--size--40px);
  grid-template-rows: 1fr;
  height: 100%;
}

.form-wrapper-bg_none {
  grid-column-gap: var(--size--15px);
  grid-row-gap: var(--size--15px);
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.image-form-absolu-right {
  object-fit: contain;
  object-position: 50% 100%;
  max-width: 80%;
  height: 95%;
  position: absolute;
  inset: auto -13% 0% auto;
}

.image-form-absolu-right.is--popup {
  pointer-events: none;
  width: auto;
  max-width: none;
  height: 100%;
  top: 0;
  bottom: -1%;
  right: 0%;
}

.image-form-absolu-right.is--popup.right {
  max-width: 38rem;
  inset: auto -6% 0% auto;
}

.image-form-absolu-right.cta {
  pointer-events: none;
  max-width: 40%;
  right: 0;
}

.flex-v-spaceb-absolu-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 12.5rem;
  display: flex;
  position: absolute;
  inset: 1.5625rem 1.5625rem 1.5625rem auto;
}

.align-h-stretch {
  align-items: stretch;
  display: flex;
}

.text-regular {
  color: #222;
  font-weight: 400;
  line-height: 130%;
}

.text-regular.u-text-grey {
  color: #a6a6a6;
}

.text-regular.u-text-grey-dark {
  color: #565656;
}

.image-full-absolu {
  object-fit: contain;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-full-absolu.cover {
  object-fit: cover;
  border-radius: 0;
}

.cont-wrap-gradient {
  padding: var(--size--25px);
  grid-column-gap: var(--size--35px);
  grid-row-gap: var(--size--35px);
  border-radius: var(--size--20px);
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--color--primary-light), var(--color--primary));
  color: var(--color--light-gray);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.btn-white {
  padding: var(--size--15px) var(--size--20px);
  border-radius: var(--size--10px);
  background-color: var(--color--light-gray);
  color: var(--color--btn);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 3.375rem;
  font-weight: 700;
  display: flex;
}

.btn-white.is-open {
  cursor: pointer;
  border-radius: 1.875rem;
  width: 22.5rem;
}

.grid-3col-r-max-420px {
  grid-column-gap: var(--size--20px);
  grid-row-gap: var(--size--20px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 26.25rem;
}

.cont-wrap-white-s {
  padding: var(--size--15px);
  grid-column-gap: var(--size--15px);
  grid-row-gap: var(--size--15px);
  border-radius: var(--size--10px);
  background-color: var(--color--white);
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.grid-4col {
  grid-column-gap: var(--size--20px);
  grid-row-gap: var(--size--20px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4col.margin-top-25px.op-h {
  margin-top: 2.25rem;
}

.text-title-small {
  color: var(--color--base);
  font-size: var(--size--20px);
  font-weight: 700;
  line-height: 140%;
}

.opacity-50 {
  opacity: .5;
}

.ellipse {
  width: var(--size--20px);
  height: var(--size--20px);
  background-color: #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ellipse.inside {
  width: var(--size--10px);
  height: var(--size--10px);
  opacity: 1;
  background-color: #fff;
}

.v-line-absolu {
  margin-top: var(--size--10px);
  margin-bottom: var(--size--10px);
  margin-left: var(--size--10px);
  opacity: .3;
  background-color: #f4f9f933;
  flex-direction: column;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.u-text-deep_blue {
  color: var(--color--deep-blue\<deleted\|variable-5b029ba1-b477-5057-da97-1c64214f5f35\>);
}

.form-horiz-blue {
  padding: var(--size--25px);
  grid-column-gap: var(--size--35px);
  grid-row-gap: var(--size--35px);
  border-radius: var(--size--15px);
  background-color: #0000;
  background-image: linear-gradient(175deg, var(--color--primary-light), var(--color--primary));
  color: var(--color--light-gray);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text-input-border {
  padding: var(--size--15px);
  border-radius: var(--size--10px);
  color: var(--color--light-gray);
  background-color: #0000;
  border: 1px solid #fff;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 3.375rem;
  margin-bottom: 0;
  display: flex;
}

.text-input-border:focus {
  border-color: var(--color--white);
  color: var(--color--light-gray);
  background-color: #ffffff1a;
}

.text-input-border::placeholder {
  color: #ffffff80;
}

.foooter-wrapper {
  grid-column-gap: var(--size--70px);
  grid-row-gap: var(--size--70px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.flex-h-60px-100 {
  z-index: 10;
  grid-column-gap: var(--size--60px);
  grid-row-gap: var(--size--60px);
  justify-content: space-between;
  position: relative;
}

.footer {
  padding-top: var(--size--70px);
  padding-bottom: var(--size--60px);
  position: relative;
}

.footer.bg-blue {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  background-color: #edf7ff;
  flex-flow: column;
  padding-top: 3.75rem;
  display: flex;
}

.flex-v-60px {
  grid-column-gap: var(--size--60px);
  grid-row-gap: var(--size--60px);
  align-items: stretch;
}

.icon-wrap-20px {
  width: var(--size--20px);
  height: var(--size--20px);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.navbar {
  padding-top: var(--size--20px);
  padding-bottom: var(--size--20px);
  background-color: var(--color--body--white--100);
  color: var(--color--light-gray);
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 25px 50px #222a2d12;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu__link {
  opacity: 1;
  color: var(--color--text-black);
  font-size: var(--text--14px);
  white-space: nowrap;
  padding: 0;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-menu__link:hover {
  opacity: .65;
  color: var(--color--body--blue--100);
}

.nav-menu__link:active {
  color: var(--color--body--grey--colors--body);
}

.nav-menu__link:focus, .nav-menu__link:focus-visible, .nav-menu__link[data-wf-focus-visible], .nav-menu__link:visited {
  color: var(--color--text-black);
}

.flex-h-40px {
  grid-column-gap: var(--size--40px);
  grid-row-gap: var(--size--40px);
  display: flex;
}

.flex-h-40px.mob-20 {
  justify-content: space-between;
}

.text-center {
  color: var(--color--mid-gray);
  text-align: center;
  font-size: 1rem;
}

.video-wrap-absolu {
  z-index: 1;
  grid-column-gap: var(--size--15px);
  grid-row-gap: var(--size--15px);
  cursor: pointer;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 20% 8% auto auto;
}

.loop-border-anim {
  border: .0625rem solid var(--color--white);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.hover {
  z-index: 0;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-light {
  z-index: 0;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.display-none {
  display: none;
}

.popup_cons-wrap {
  z-index: 1000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-pop_up-icon {
  z-index: 5;
  color: var(--color--body--blue--background-blue);
  cursor: pointer;
  background-color: #8e8e9380;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: -webkit-text-stroke-color .2s, color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.close-pop_up-icon:hover {
  color: var(--color--body--grey--colors--body);
}

.close-popup-cons {
  z-index: 4;
  border-radius: 50px;
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.popup_brochure-wrap {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-popup-brochure {
  z-index: 4;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000004d;
  border-radius: 0;
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-fill {
  background-color: var(--color--white);
  flex: 1;
  height: 0;
}

.hover-fill-primary {
  background-color: #1f1f1f;
  flex: 1;
  height: 0;
}

.close-popup-consultation {
  z-index: 4;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000004d;
  border-radius: 0;
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.close-pop_up-brochure-icon {
  z-index: 5;
  width: var(--size--35px);
  height: var(--size--35px);
  cursor: pointer;
  transition: filter .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.close-pop_up-brochure-icon:hover {
  filter: invert(40%);
}

.popup_map-wrap {
  z-index: 1000;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-map {
  border-radius: var(--size--10px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 70rem;
  height: 83vh;
  display: flex;
  overflow: hidden;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.close-map_popup {
  width: var(--size--35px);
  height: var(--size--35px);
  cursor: pointer;
  transition: filter .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.close-map_popup:hover {
  filter: invert(50%);
}

.white-btn {
  height: auto;
}

.u-text-white {
  color: var(--color--white);
}

.close-popup-floor_plans {
  z-index: 4;
  border-radius: 50px;
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn-floor_plans {
  padding: var(--size--15px) var(--size--20px);
  border-radius: var(--size--10px);
  background-color: var(--color--btn);
  color: var(--color--light-gray);
  text-align: center;
  height: 3.375rem;
  font-weight: 700;
  transition: background-color .5s cubic-bezier(.215, .61, .355, 1);
}

.btn-floor_plans:hover {
  background-color: var(--color--primary-light);
}

.close-pop_up-floor_plans-icon {
  z-index: 5;
  cursor: pointer;
  width: 35px;
  height: 35px;
  transition: filter .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 2rem 1.25rem auto auto;
}

.close-pop_up-floor_plans-icon:hover {
  filter: invert(40%);
}

.popup_video-wrap {
  z-index: 1000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-block {
  z-index: 6;
  border-radius: var(--size--10px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.close-video-block {
  z-index: 5;
  padding-top: var(--size--30px);
  padding-right: var(--size--30px);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  background-color: #0000004d;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.close-popup-video-icon {
  z-index: 5;
  width: var(--size--40px);
  height: var(--size--40px);
  cursor: pointer;
  background-color: #8e8e9380;
  border-radius: 50%;
  display: flex;
  position: relative;
}

.margin-top-auto {
  margin-top: auto;
}

.body-land {
  background-color: #fcfcfc;
  font-family: Inter, sans-serif;
}

.btn {
  background-color: var(--color--body--blue--100);
  opacity: 1;
  color: var(--color--body--white--100);
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-height: 3rem;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
}

.btn:hover {
  border-color: var(--color--body--blue--hover);
  background-color: var(--color--body--blue--hover);
  color: var(--color--body--whiite--100\<deleted\|variable-dc8be938\>);
}

.btn.is-partners {
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn.is-partners:hover {
  background-color: #0000;
}

.btn.navbar__button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-color: var(--color--body--blue--95);
  opacity: 1;
  color: var(--color--body--blue--95);
  background-color: #0000;
  align-items: center;
  padding: .625rem 1.25rem;
  font-weight: 500;
}

.btn.navbar__button:hover {
  border-color: var(--color--body--blue--100);
  background-color: var(--color--body--blue--100);
  color: var(--color--body--whiite--100\<deleted\|variable-dc8be938\>);
}

.btn.glass {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-width: 1px;
  border-color: var(--color--body--white--24);
  background-color: var(--color--body--white--16);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--color--body--white--100);
  align-items: center;
}

.btn.glass:hover {
  border-color: var(--color--body--white--100);
  background-color: var(--color--body--white--100);
  color: var(--color--body--black--100);
}

.btn.white {
  background-color: var(--color--body--white--100);
  color: var(--color--body--blue--100);
  display: inline-flex;
}

.btn.white:hover {
  border-color: var(--color--body--white--hover);
  background-color: var(--color--body--white--hover);
}

.btn.catalog-item__btn {
  text-transform: none;
  width: 100%;
  margin-top: auto;
  font-size: 1rem;
}

.btn.form__btn {
  border-radius: .625rem;
}

.btn.form__btn.radius-100 {
  border-radius: 6.25rem;
}

.btn.transparent {
  clear: none;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--body--black--100);
  white-space: normal;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-end;
  max-width: 9.0625rem;
  margin-bottom: 0;
  padding: 0;
}

.btn.transparent:hover {
  color: var(--color--body--blue--100);
  border-style: none;
  border-width: 0;
}

.btn.bottom {
  margin-top: auto;
}

.btn-sec {
  color: var(--color--primary);
  white-space: nowrap;
  border: 2px solid #00aee6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.25rem;
  transition: border-color .3s, color .2s, background-color .3s;
  display: flex;
}

.btn-sec:hover {
  color: var(--color--white);
  background-color: #00aee6;
  border-color: #fff;
}

.btn-sec.is--nav {
  cursor: pointer;
  height: 40px;
  padding: 0;
}

.btn-sec.is--area-cards {
  z-index: 22;
  background-color: #fff;
  border-color: #00aee600;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: none;
  position: relative;
}

.btn-sec.is--area-cards:hover {
  background-color: #00aee6;
}

.btn-sec.is--tel {
  cursor: pointer;
  height: 40px;
  padding: 0 1.25rem;
}

.hero-h1 {
  margin-bottom: 1.25rem;
}

.hero-h1.is-open {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 110%;
}

.hero-h1.text-28 {
  margin-bottom: .75rem;
  font-size: 1.75rem;
  line-height: 110%;
}

.hero-h1.text-28.d-h, .hero-h1.text-28.d-h-2 {
  display: none;
}

.hero-h1._36px {
  margin-bottom: 0;
  font-size: 2.25rem;
}

.btn-icon {
  align-items: center;
  width: .7rem;
  margin-left: .25rem;
  display: flex;
}

.section-map {
  padding-top: 5.625rem;
  padding-bottom: var(--size--70px);
  position: relative;
}

.section-map.overflow-hidden {
  overflow: hidden;
}

.text-small-16px {
  color: #222;
  line-height: 130%;
}

.text-small-16px.line-h-150 {
  line-height: 150%;
}

.text-small-16px.line-h-150.text-light-70 {
  color: #565656b3;
}

.btn-desc {
  font-size: .75rem;
}

.main-btn_content {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  max-width: 5rem;
  display: flex;
}

.main-btn_content.open-house {
  max-width: 9rem;
}

.btn-whatsapp-banner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  cursor: pointer;
  background-color: #ffffff80;
  border-radius: 3.75rem;
  width: 23.75rem;
  padding: .875rem 1rem;
  text-decoration: none;
  display: flex;
}

.main-btn_p {
  font-weight: 700;
  line-height: 120%;
}

.banner_btn-wrap {
  z-index: 1;
  position: absolute;
  inset: auto -5% 1.875rem auto;
}

.service_banner {
  text-align: left;
  background-color: #1eade5;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 5.625rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 1.875rem;
  position: relative;
  overflow: hidden;
}

.banner-h {
  color: #fff;
  max-width: 65%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 110%;
}

.banner_icon {
  flex: none;
  width: 7.5rem;
  height: 7.5rem;
  transition: all .2s;
}

.banner_icon:hover {
  opacity: .8;
}

.coin-item-wrap {
  background-color: #fff;
  border-radius: 1.875rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.875rem;
  display: flex;
}

.coin-item-wrap.bg-blue {
  background-color: #eaf4fb;
  margin-bottom: 3.75rem;
}

.coin_info-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  margin-top: 3.125rem;
  position: relative;
}

.coin_item {
  border-radius: 1.5625rem;
  width: 100%;
  height: 4.375rem;
  padding: 0 1.875rem;
}

.coin_item-inner {
  grid-column-gap: var(--size--10px);
  grid-row-gap: var(--size--10px);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.coin_item-h {
  color: #1f1f1f;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
}

.coin_item-text {
  color: #a6a6a6;
  font-size: .75rem;
  line-height: 130%;
}

.coin_separator {
  width: 96%;
  height: auto;
  margin-left: 6px;
  position: absolute;
  top: auto;
  bottom: auto;
}

.coin_header {
  grid-column-gap: var(--size--15px);
  grid-row-gap: var(--size--15px);
  flex-direction: column;
  justify-content: space-between;
  max-width: 37.1875rem;
  display: flex;
}

.coin_header.mob-w-50 {
  max-width: 26rem;
}

.big-text {
  color: #1f1f1f;
  text-align: left;
  max-width: 20rem;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.big-text.blue {
  color: #00aee6;
}

.dropdown-link {
  cursor: pointer;
  align-items: center;
  height: 40px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 120%;
  transition: color .2s, background-color .2s;
  display: flex;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #00ade5;
}

.project {
  grid-column-gap: 10px;
  cursor: pointer;
  background-color: #1c1c1c;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 300px;
  height: 180px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  display: flex;
  position: relative;
}

.project.success {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 23.5%;
  max-width: 275px;
  height: auto;
  overflow: hidden;
}

.dropdown-wrapper {
  color: #525252;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  font-size: .875em;
  display: flex;
  position: relative;
}

.round {
  background-color: #00ade5;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}

.block-w-project {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 285px;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 50px;
  left: 20px;
  right: auto;
  overflow: hidden;
  box-shadow: 0 5px 10px 2px #0003;
}

.block-w-project.down {
  top: 490px;
  left: auto;
  right: 40px;
}

.loop-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.loop_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: none;
  justify-content: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.loop-image {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.flex-h-spb {
  grid-column-gap: var(--size--40px);
  grid-row-gap: var(--size--40px);
  background-color: #ffffff4d;
  border-radius: 1.875rem;
  justify-content: space-between;
  padding: .75rem .75rem .75rem 2rem;
  display: flex;
}

.flex-h-spb.sticky {
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.form-bg {
  z-index: 33;
  background-color: var(--color--body--blue--background-blue);
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: stretch;
  min-height: 37.188rem;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-bg.popup {
  min-height: 41.188rem;
  padding: 2rem;
}

.catalog-item {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e9e9e945;
  border-radius: 1rem;
  flex-flow: column;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.catalog-item:hover {
  box-shadow: 0 8px 16px #00000014;
}

.catalog-item__top {
  width: 100%;
  height: 20rem;
  min-height: 20rem;
  position: relative;
  overflow: hidden;
}

.catalog-item__image {
  object-fit: cover;
}

.catalog-item__handover-text {
  z-index: 1;
  border: 1px solid var(--color--body--grey--light);
  color: var(--color--text-black);
  text-align: left;
  text-transform: none;
  background-color: #fff;
  border-radius: 1.5625rem;
  padding: .25rem .625rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 150%;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.catalog-item__info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  box-shadow: 0 8px 16px #00000014;
}

.brochure-name {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .8rem 1.25rem;
  display: flex;
}

.brochure-name.is--footer {
  height: auto;
  padding: 0;
  font-weight: 600;
}

.catalog-item__location_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--body--grey--300);
  text-transform: none;
  align-items: center;
  margin-bottom: .75rem;
  font-weight: 400;
  display: flex;
}

.catalog-item__dev-wrap {
  border: 1px solid var(--color--body--grey--300);
  color: var(--color--body--grey--300);
  border-radius: 1.625rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: .25rem .625rem;
  line-height: 1.25rem;
  display: flex;
}

.catalog-item__price-wrap {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: baseline;
  margin-bottom: 1rem;
  display: flex;
}

.catalog-item__from-text {
  color: var(--color--body--grey--300);
  text-align: left;
  font-size: .75rem;
  font-weight: 400;
  line-height: 150%;
}

.catalog-item__price-text {
  color: var(--color--text-black);
  text-align: left;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
}

.footer-h3 {
  color: #222;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  transition: all .2s;
}

.footer-h3:hover {
  opacity: .6;
}

.footer_btn {
  color: #1eade5;
  background-color: #1eade51a;
  border-top-right-radius: 3.75rem;
  border-bottom-right-radius: 3.75rem;
  justify-content: flex-end;
  width: 25rem;
  min-width: 25rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: -8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 3.75rem;
  transition: background-color .3s;
  display: none;
}

.footer_btn:hover {
  background-color: #ffffff82;
}

.footer-logo-desc {
  color: #222;
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 600;
  line-height: 100%;
}

.footer_adress-text {
  z-index: 51;
  color: #6d6e70;
  font-size: .75rem;
  line-height: 140%;
  position: relative;
}

.footer_link {
  width: 11.6875rem;
  height: 3rem;
  margin-top: 1.5625rem;
}

.policy-link {
  color: var(--color--mid-gray);
  text-decoration: underline;
  display: flex;
}

.footer_link-visa {
  width: 7.3125rem;
}

.footer_bottom-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.soc_link {
  width: 2.25rem;
  height: 2.25rem;
}

.area_cards-gradient {
  background-image: linear-gradient(to top, #edf7ff, #fff0);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.popup-brochure {
  z-index: 33;
  background-color: #e7f0f5;
  border-radius: 15px;
  padding: 3.125rem 3.75rem;
  position: relative;
  overflow: hidden;
}

.popup-brochure.is--popup {
  background-color: var(--color--body--blue--background-blue);
  min-height: 41.188rem;
  padding: 2rem;
}

.brochure-code {
  cursor: pointer;
}

.close-popup-video-2 {
  z-index: 5;
  cursor: pointer;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 1.875rem;
  padding-right: 1.875rem;
  transition: filter .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.close-popup-video-2:hover {
  filter: invert(40%);
}

.arrow-span {
  color: #2220;
  background-image: url('../images/Polygon-17.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.footer-desc {
  margin-top: .625rem;
}

.catalog-item__project-name {
  color: var(--color--text-black);
  text-transform: none;
  margin-bottom: .375rem;
  font-size: 1.125rem;
  line-height: 140%;
}

.soc_links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.body-roadshow-m {
  color: var(--colors--grey);
  font-family: Involve, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.section-hiro {
  background-image: linear-gradient(86deg, #000911, #0e3355 36%, #000911 70%, #0f3150);
  height: 100vh;
  overflow: hidden;
}

.containr-hiro {
  width: 100%;
  max-width: 75rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-hiro {
  grid-column-gap: 5.6875rem;
  grid-row-gap: 5.6875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.block-utp {
  padding-top: 1.5625rem;
}

.image-logo {
  width: 11.625rem;
  height: auto;
}

.heding1 {
  color: var(--f5f5f7);
  font-size: 4rem;
  font-weight: 600;
  line-height: 100%;
}

.box-h1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 12vh;
  margin-bottom: 3.125rem;
  display: flex;
}

.circul-btn {
  background-color: var(--0d2e4c);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.6875rem;
  height: 2.6875rem;
  display: flex;
}

.btn-arrow-m {
  width: 1rem;
  height: 1rem;
}

.btn-m {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--f5f5f7);
  color: var(--0d2e4c);
  border-radius: 10rem;
  align-items: center;
  height: 3.5625rem;
  padding: 7px 7px 7px 1.25rem;
  font-weight: 600;
  display: flex;
}

.btn-m.invest {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.box-btn {
  display: flex;
}

.box-btn.mob {
  display: none;
}

.box-h2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  margin-top: 10vh;
  display: flex;
}

.h2-smol-m {
  color: var(--9d9d9d);
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.h2-smol-m.mpb {
  display: none;
}

.h3-smol-m {
  color: var(--f5f5f7);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.text-block-14 {
  line-height: 120%;
}

.h3-box {
  justify-content: flex-end;
  width: 35%;
  display: flex;
}

.h3-box.mob {
  display: none;
}

.h2-box {
  width: 68%;
}

.blok-trea {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.blok-trea.mob {
  display: none;
}

.col-l, .col-r {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.im-trai {
  object-fit: cover;
  border-radius: .9375rem;
  height: 16.875rem;
}

.vagon-trae {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.trea-move {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.colon.mar {
  margin-top: -73px;
}

.section-real-estate {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.containr-m {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.h2-m {
  color: var(--0d2e4c);
  font-size: 3.38rem;
  font-weight: 600;
  line-height: 100%;
}

.h2-m.wight {
  color: var(--f5f5f7);
}

.div-block-29 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  display: flex;
}

.text-16-m {
  color: var(--f5f5f7);
}

.text-16-m._7d7d7d {
  color: var(--colors--grey);
}

.text-16-m._9d9d9d {
  color: var(--9d9d9d);
}

.div-block-30 {
  width: 36%;
}

.div-block-31 {
  width: 50%;
}

.cart {
  background-color: var(--0d2e4c);
  color: var(--0d2e4c);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 25rem;
  padding: 1.5rem;
  transition: all .3s;
  display: flex;
}

.cart:hover {
  background-color: #071b2d;
}

.cart.bg-blakc {
  background-color: var(--071b2d);
  transition: all .3s;
}

.cart.bg-blakc:hover {
  background-color: #111;
}

.tag-block {
  border: 1px solid var(--f5f5f7);
  color: var(--f5f5f7);
  text-transform: uppercase;
  border-radius: 10rem;
  padding: .1875rem .6875rem 0;
  font-size: .75rem;
}

.text-44-m {
  color: var(--f5f5f7);
  font-size: 2.75rem;
  line-height: 100%;
}

.text-44-m.black {
  color: var(--0d2e4c);
}

.text-block-15 {
  line-height: 110%;
}

.image-7 {
  width: 1.375rem;
  height: 1.375rem;
}

.sectiot-video {
  height: 42rem;
}

.link-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-stroke-color: #c7a48400;
  background-color: #03030f;
  border-radius: 10rem;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 2.81rem 1.25rem auto;
}

.block-video {
  align-self: center;
  width: 75rem;
  height: 42em;
  margin-bottom: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.lightbox-link-video {
  z-index: 5;
  cursor: pointer;
  border-top-left-radius: .31rem;
  border-top-right-radius: .31rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wrapper_perspective {
  z-index: 4;
  perspective: 1000px;
  border-radius: .31rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.html-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrapper-manager {
  flex-direction: column;
  display: flex;
}

.box-video {
  z-index: 1;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-14 {
  color: var(--color--body--black--64);
  font-size: .875rem;
}

.text-14.grin {
  color: #6e6e6e;
}

.html-video {
  width: 100%;
  height: 100%;
}

.image-play, .im-sound {
  width: 1.5rem;
}

.section-advantages {
  background-image: linear-gradient(88deg, #000911, #0e3355 33%, #000911 70%, #0f3150);
  padding-top: 8.38rem;
  padding-bottom: 8.38rem;
}

.grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1.94rem;
  margin-bottom: 6.25rem;
}

.adv-cart {
  border-radius: .5rem;
  align-items: flex-end;
  height: 16.25rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.adv-cart.big {
  cursor: pointer;
}

.im-bg-adv {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.im-bg-adv.vob, .im-bg-adv.pl, .im-bg-adv.mob1 {
  display: none;
}

.box-text-adv-cart {
  z-index: 2;
  position: relative;
}

.text-32-m {
  color: var(--0d2e4c);
  font-size: 2rem;
  line-height: 100%;
}

.box-prise {
  z-index: 4;
  background-color: var(--0d2e4c);
  border-radius: .63rem;
  width: 10rem;
  padding: .9rem .94rem .69rem 1.3rem;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.list-2 {
  color: var(--f5f5f7);
  margin-bottom: 0;
  padding-left: .94rem;
}

.list-item-2 {
  color: var(--f5f5f7);
  border-style: none;
}

.box-h2-m {
  width: 50%;
}

.wrap-form {
  background-color: var(--f5f5f7);
  border-radius: 1.25rem;
  width: 100%;
  padding: 2.5rem;
  position: relative;
}

.success-div-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 39rem;
  height: 100%;
  display: flex;
}

.error-message-2 {
  color: red;
  background-color: #ffdede00;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto auto -1.4rem 0%;
}

.form-block-main {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  flex-direction: column;
  width: 100%;
  min-height: 25.3rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.cont-mxw-394 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-direction: column;
  max-width: 31rem;
  display: flex;
}

.input-3 {
  z-index: 1;
  background-color: var(--f5f5f7);
  border: .0625rem solid #d0d0d0;
  border-radius: 100vw;
  width: 100%;
  height: 3.44rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .97rem;
  font-weight: 500;
  position: relative;
}

.input-3:hover {
  border-color: var(--0d2e4c);
}

.input-3:active, .input-3:focus {
  border-color: #d0a966;
}

.input-3:focus-visible, .input-3[data-wf-focus-visible] {
  border-color: var(--0d2e4c);
  color: #222;
}

.input-3::placeholder {
  color: var(--9d9d9d);
}

.submit-form-btn-volt {
  background-color: #0d2e4c;
  background-image: url('../images/Arrow-2.svg'), linear-gradient(to bottom, var(--0d2e4c), var(--0d2e4c));
  color: var(--f5f5f7);
  background-position: 98.5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 2.8rem 2.9rem, auto;
  border-radius: 100vw;
  align-items: center;
  width: 100%;
  height: 3.56rem;
  margin-top: .63rem;
  padding: 8.9px .44rem 9px 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.submit-form-btn-volt:hover {
  color: #f3f2ee;
  background-image: url('../images/Arrow-2.svg'), linear-gradient(#071b2d, #071b2d);
  background-position: 98.5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 2.8rem 2.9rem, auto;
}

.success-message-3 {
  color: #222;
  background-color: #ddd0;
  border: 1px #d0d0d0;
  padding: 0;
  font-size: 1rem;
}

.form-footer {
  flex-direction: column;
  justify-content: space-between;
  min-height: 25.3rem;
  display: flex;
}

.text-40-m {
  color: var(--0d2e4c);
  text-align: left;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
}

.box-text {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-direction: column;
  display: flex;
}

.box-text-form {
  grid-column-gap: .94rem;
  grid-row-gap: .94rem;
  flex-direction: column;
  width: 80%;
  margin-bottom: 1.56rem;
  display: flex;
}

.box-text-name {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 2.5rem 2.5rem auto auto;
}

.tex-14-m {
  font-size: .88rem;
}

.max_w-22ch {
  grid-column-gap: .44rem;
  grid-row-gap: .44rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 22ch;
  height: 100%;
  display: flex;
}

.agent {
  z-index: 2;
  object-fit: contain;
  object-position: 50% 100%;
  width: 25.25rem;
  height: 32rem;
  position: absolute;
  inset: auto 12.4rem 0% auto;
}

.call-tracker {
  color: var(--color--light-gray);
  justify-content: center;
  align-items: center;
  padding: 0 2.5rem 2.5rem 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bg__section {
  display: block;
}

.bg__section.background-fix {
  background-image: url('../images/Big-Img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 40.63rem;
}

.image-12 {
  display: none;
}

.section-project {
  padding-top: 4.06rem;
  padding-bottom: 4.69rem;
}

.box-h2-3 {
  width: 57%;
}

.wrapper-projects {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.slider-projects {
  border-top-left-radius: .94rem;
  border-top-right-radius: .94rem;
  height: auto;
  font-size: .5rem;
  overflow: hidden;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 3.38rem;
  display: flex;
}

.left-arrow.non {
  display: none;
}

.im-location {
  width: 1.25rem;
  height: 1.25rem;
}

.im-arrow-l {
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.im-arrow-l.absolute {
  z-index: 1;
  position: absolute;
}

.btn-video-lb {
  z-index: 5;
  background-color: var(--f5f5f7);
  color: var(--071b2d);
  border-radius: 10rem;
  padding: .25rem .69rem;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
}

.h3-22 {
  color: var(--071b2d);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.38rem;
  font-weight: 400;
}

.box-text-cart-projects {
  cursor: pointer;
  background-color: #fff;
  border-bottom-right-radius: .94rem;
  border-bottom-left-radius: .94rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  padding: .94rem;
  display: flex;
}

.box-loc {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.block-cart-projects {
  border-bottom-right-radius: .94rem;
  border-bottom-left-radius: .94rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
}

.block-cart-projects:hover {
  box-shadow: 0 5px 5px #12112d12;
}

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

.mask-2 {
  width: 100%;
  height: 100%;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.box-text-cart {
  grid-column-gap: .44rem;
  grid-row-gap: .44rem;
  flex-direction: column;
  margin-bottom: 1.38rem;
  display: flex;
}

.box-arrow {
  display: flex;
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding-top: 0;
  display: flex;
}

.slide-nav-2.non {
  display: none;
}

.im-arrow-r {
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.im-arrow-r.absolute {
  z-index: 1;
  position: absolute;
  transform: translate(0);
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 3.38rem;
  display: flex;
}

.right-arrow.non {
  display: none;
}

.im-cart-proj {
  object-fit: cover;
  width: 100%;
  height: 20rem;
}

.div-block-53 {
  z-index: 5;
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  display: flex;
  position: absolute;
  inset: .94rem auto auto .94rem;
}

.box-prez {
  grid-column-gap: .44rem;
  grid-row-gap: .44rem;
  align-items: center;
  display: flex;
}

.box-prez.non {
  display: none;
}

.text-14-m {
  color: var(--color--body--black--100);
  font-size: .875rem;
}

.text-14-m.w600 {
  font-weight: 600;
}

.text-14-m.gray {
  color: var(--9d9d9d);
}

.text-14-m.gray.mob {
  display: none;
}

.text-14-m.width-600 {
  font-weight: 600;
}

.link-block-8 {
  z-index: 2;
  background-color: var(--color--body--whiite--100\<deleted\|variable-dc8be938\>);
  color: var(--0d2e4c);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.56rem;
  font-weight: 600;
  display: flex;
}

.section-partner {
  padding-top: 4.06rem;
  padding-bottom: 8.13rem;
}

.grid-2 {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
}

.text-22-m {
  font-size: 1.38rem;
}

.text-22-m.wight {
  color: var(--f5f5f7);
  line-height: 125%;
}

.text-22-m._9d9d9d {
  color: var(--9d9d9d);
}

.div-block-55 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.btn-m-dark {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--0d2e4c);
  color: var(--9d9d9d);
  border-radius: 10rem;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 3.5625rem;
  padding: 7px 7px 7px 1.25rem;
  font-weight: 600;
  display: flex;
}

.circul-btn-darc {
  background-color: var(--f5f5f7);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.6875rem;
  height: 2.6875rem;
  display: flex;
  position: relative;
}

.btn-arrow-m-dark {
  width: 1rem;
  height: 1rem;
}

.text-btn {
  color: var(--f5f5f7);
}

.btn-arrow-m-dark-absolut {
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.h2-m--64 {
  color: var(--0d2e4c);
  font-size: 4rem;
  font-weight: 600;
  line-height: 100%;
}

.cart--partner {
  background-color: var(--0d2e4c);
  color: var(--0d2e4c);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 1.5rem;
  display: flex;
}

.box-text-partner {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-direction: column;
  margin-top: 1.88rem;
  margin-bottom: 2.25rem;
  display: flex;
}

.div-block-58 {
  grid-column-gap: 1.69rem;
  grid-row-gap: 1.69rem;
  display: flex;
}

.div-block-59 {
  background-color: var(--f5f5f7);
  border-radius: .31rem;
  justify-content: center;
  align-items: center;
  min-width: 3.88rem;
  min-height: 3.88rem;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.image-14 {
  width: 2.5rem;
  height: 2.5rem;
}

.div-block-61 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.section-map-m {
  background-color: var(--0d2e4c);
  padding-top: 8.13rem;
  padding-bottom: 9.13rem;
}

.box-h2-4 {
  grid-column-gap: .94rem;
  grid-row-gap: .94rem;
  flex-direction: column;
  width: 73%;
  display: flex;
}

.grid-map {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 49.06rem;
  margin-bottom: 4.81rem;
  display: grid;
  position: relative;
}

.div-block-64 {
  width: 48%;
}

.blok-grid-map {
  z-index: 2;
  position: relative;
}

.blok-grid-map-2 {
  z-index: 2;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 1.38rem;
  display: flex;
  position: relative;
}

.grid-investition {
  grid-column-gap: 3.06rem;
  grid-row-gap: 3.06rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.88rem 1.88rem 1.88rem 1.56rem;
  display: grid;
  position: relative;
}

.image-bg {
  z-index: 1;
  object-fit: fill;
  width: 75rem;
  height: 37.7rem;
  position: absolute;
  inset: 0%;
}

.image-bg.mob {
  display: none;
}

.blok-grid-invest {
  z-index: 2;
  position: relative;
}

.list-3 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  color: var(--colors--grey);
  flex-direction: column;
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding-left: 1.88rem;
  line-height: 150%;
  display: flex;
}

.list-item-3 {
  color: var(--colors--grey);
  text-transform: none;
  border-style: none;
  font-size: 1rem;
}

.box-awards {
  grid-column-gap: 3.13rem;
  grid-row-gap: 3.13rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-15 {
  height: auto;
}

.wr-awardes {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.image-16 {
  z-index: 2;
  object-fit: fill;
  width: 34.81rem;
  height: 32.5rem;
  position: relative;
}

.image-16.mob {
  display: none;
}

.box-btn--invest {
  z-index: 2;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-msp {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-msp.mob {
  display: none;
}

.bg__section2 {
  display: block;
}

.bg__section2.background-fix {
  background-image: url('../images/img4-1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 40.63rem;
}

.section-frequently {
  padding-top: 4.06rem;
  padding-bottom: 8.13rem;
  display: block;
}

.wrapper-dropdown {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-top: 1.56rem;
  display: flex;
}

.dropdown {
  border-top: 1px #e1e3e7;
  border-bottom: 1px solid #e1e3e7;
  width: 100%;
}

.dropdown.lin-app {
  border-top-style: solid;
}

.dropdown-toggle-2 {
  color: var(--0d2e4c);
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1.56rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

.icon-2 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 2em;
  font-size: 1.5em;
  display: none;
}

.dropdown-list-2 {
  background-color: #fff0;
  display: block;
  position: static;
  overflow: hidden;
}

.list-blok-content {
  padding-bottom: 1.56rem;
}

.text-24-m {
  color: var(--f5f5f7);
  font-size: 1.5rem;
  line-height: 120%;
}

.text-24-m._0d2e4c {
  color: var(--0d2e4c);
}

.bpx-plus {
  justify-content: center;
  align-items: center;
  width: 2.06rem;
  height: 2.06rem;
  display: flex;
  position: relative;
}

.minus {
  border-radius: 50%;
}

.plus {
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-form {
  z-index: 2;
  grid-column-gap: 2.44rem;
  grid-row-gap: 2.44rem;
  grid-template-rows: auto;
  position: relative;
}

.block-form {
  grid-column-gap: 1.56rem;
  grid-row-gap: 1.56rem;
  background-color: var(--color--body--whiite--100\<deleted\|variable-dc8be938\>);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 4.31rem;
  padding: 2.1875rem 1.875rem;
  display: flex;
  overflow: hidden;
}

.image-prod {
  z-index: 2;
  object-fit: contain;
  object-position: 50% 100%;
  width: 25.25rem;
  height: 32rem;
  position: static;
  inset: auto 12.4rem 0% auto;
}

.box-dec {
  grid-column-gap: .94rem;
  grid-row-gap: .94rem;
  flex-direction: column;
  margin-bottom: 1.56rem;
  display: flex;
}

.section-form {
  padding-top: 5.88rem;
  position: relative;
}

.div-block-67 {
  align-items: flex-end;
  display: flex;
}

.image-18 {
  z-index: 1;
  height: 26rem;
  position: absolute;
  inset: auto 0% 0%;
}

.section-footer {
  background-color: #071b2d;
  padding-top: 3.75rem;
  padding-bottom: 2.94rem;
}

.grid-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr .7fr 1fr;
}

.box-text-foo {
  width: 70%;
  margin-top: 1.5rem;
  margin-bottom: 1.38rem;
}

.block-grid-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blok-link-foo {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.link {
  color: var(--9d9d9d);
  line-height: 140%;
}

.link.tras {
  color: #9d9d9d00;
}

.box-link-foo {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-direction: column;
  display: flex;
}

.blok-link-foo2 {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.box-text-foo-st {
  width: 90%;
}

.soc-link-m {
  color: var(--f5f5f7);
  padding-bottom: 0;
  transition: color .3s;
}

.soc-link-m:hover {
  color: var(--bg-moscow);
}

.box-soc {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-direction: row;
  display: flex;
}

.blok-link-foo3 {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-70 {
  flex-direction: column;
  justify-content: space-between;
  width: 72%;
  height: 100%;
  display: flex;
}

.soc-icon, .icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
}

.anim-grid {
  z-index: 1;
  position: relative;
}

.wr-btn-anim {
  z-index: 2;
  background-color: #f4f9f9;
  position: relative;
}

.remodal {
  z-index: 999;
  background-color: #0101014d;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.popup-inner-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tooltip__text {
  font-size: .75rem;
  line-height: 130%;
}

.icon-close-popup {
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  position: absolute;
  inset: -.5rem -3.63em auto auto;
}

.popup-content-volta {
  z-index: 2;
  background-color: #fff;
  border-radius: .63rem;
  flex-direction: row;
  width: 56.25rem;
  height: 30.4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-cons-pa {
  z-index: 2;
  width: 21rem;
  height: 32.4rem;
  position: absolute;
  inset: auto 0 0% auto;
}

.image-cons-pa.mob-non {
  object-fit: contain;
  object-position: 50% 100%;
  height: 100%;
}

.box-btn--hiro {
  display: flex;
}

.h2-box-vob {
  width: 68%;
}

.text-block-17 {
  text-align: left;
}

.input-hidden {
  z-index: 1;
  background-color: var(--f5f5f7);
  border: .0625rem solid #d0d0d0;
  border-radius: 100vw;
  width: 100%;
  height: 3.44rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .97rem;
  font-weight: 500;
  display: none;
  position: relative;
}

.input-hidden:hover {
  border-color: var(--0d2e4c);
}

.input-hidden:active, .input-hidden:focus {
  border-color: #d0a966;
}

.input-hidden:focus-visible, .input-hidden[data-wf-focus-visible] {
  border-color: var(--0d2e4c);
  color: #222;
}

.input-hidden::placeholder {
  color: var(--9d9d9d);
}

.popup_partner-wrap {
  z-index: 1000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-popup-partner {
  z-index: 4;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000004d;
  border-radius: 0;
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-adv-cart {
  z-index: 3;
  display: flex;
  position: absolute;
  inset: 0%;
}

.box-im-bg {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.text-block-20 {
  z-index: 4;
  color: #071b2d;
  line-height: 140%;
  position: relative;
}

.grid-2col-copy-copy {
  grid-column-gap: 1.19rem;
  grid-row-gap: 1.19rem;
  grid-template-rows: minmax(30rem, 1fr);
}

.text-block-24 {
  color: var(--0d2e4c);
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.2;
}

.text--16-success {
  color: var(--colors--grey);
  text-align: left;
}

.text-36-m {
  color: var(--0d2e4c);
  text-align: left;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 100%;
}

.form-block-main-mini {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  flex-direction: column;
  width: 100%;
  min-height: 24.2rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.html-bg-video-mob {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.lightbox-link-video-mob {
  cursor: pointer;
  border-top-left-radius: .31rem;
  border-top-right-radius: .31rem;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
  overflow: hidden;
}

.award-img {
  width: auto;
  height: 18.75rem;
  max-height: 300px;
  position: absolute;
  inset: 3.75rem 0% auto auto;
}

.award-img.is--partners {
  top: 0;
  right: 1rem;
}

.award-img.home {
  height: auto;
  max-height: 256px;
  top: 0;
  right: 2.5rem;
}

.award-img.is--open {
  height: 13.625rem;
  top: 0;
  right: -4rem;
}

.form-partners-wrapper {
  grid-column-gap: var(--size--20px);
  grid-row-gap: var(--size--20px);
  color: var(--color--base);
  font-size: var(--text--14px);
  flex-direction: column;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 0;
  display: flex;
}

.btn-brand_black {
  padding: var(--size--15px) var(--size--20px);
  border-radius: var(--size--10px);
  background-color: var(--color--base);
  color: var(--color--light-gray);
  text-align: center;
  height: 3.375rem;
  font-weight: 700;
  transition: background-color .5s cubic-bezier(.215, .61, .355, 1);
}

.btn-brand_black:hover {
  background-color: var(--color--primary-light);
}

.widget-msk {
  z-index: 50;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.widget-block {
  z-index: 55;
  background-color: #00aee6;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px 2px #05272e1a;
}

.widget-block:hover {
  transform: scale(1.1);
}

.widget-img {
  width: 1.875rem;
  height: 1.875rem;
  position: static;
}

.partners-btn_wrapper {
  background-image: url('../images/Vector-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  width: 9.125rem;
  height: 2rem;
  display: flex;
}

.text-wrapper-widget {
  padding-left: .625rem;
}

.widget-button {
  position: relative;
}

.widget-pulse {
  z-index: 49;
  background-color: #00aee6;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.widget-pulse:hover {
  transform: scale(1.1);
}

.plyr_embed {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.plyr_pause-trigger {
  display: none;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wrp-btn-play {
  z-index: 11;
  background-image: url('../images/Player-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6.125rem 6.125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
  position: absolute;
  inset: auto;
}

.plyr_component {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-20 {
  object-fit: contain;
  max-width: 125px;
  max-height: 125px;
  transition: opacity .2s;
}

.image-20:hover {
  opacity: .8;
}

.partners_hero {
  background-color: #eaf4fb;
  height: 90svh;
  overflow: hidden;
}

.container-hero-partners {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 75rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.max-w-500 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 31.25rem;
  display: flex;
}

.partners_hero-image {
  object-fit: contain;
  width: 37.375rem;
  height: auto;
  max-height: 39rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.partners_hero-image-2 {
  width: 24.4375rem;
  height: auto;
  position: absolute;
  inset: auto -7.5rem 0% auto;
}

.partners_hero-blue-card {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  border: 1px solid #00aee680;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20.625rem;
  height: 7.5rem;
  margin-top: 3.75rem;
  padding: .8125rem 1rem;
  display: flex;
}

.blue-card-image {
  width: 2rem;
  height: auto;
}

.flex-v-6 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: column;
  display: flex;
}

.text-size-18 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 110%;
}

.text-size-18.text-color-blue {
  color: var(--00ade5);
}

.text-size-12 {
  font-size: .75rem;
  line-height: 130%;
}

.text-size-12.text-color-blue-light {
  color: #00aee6b3;
}

.partners-btn-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  padding-top: 2.5rem;
  display: flex;
}

.program-header {
  grid-column-gap: var(--size--15px);
  grid-row-gap: var(--size--15px);
  flex-direction: column;
  justify-content: space-between;
  max-width: 28.25rem;
  display: flex;
}

.program-p-wrap {
  padding-top: var(--size--20px);
  grid-column-gap: var(--size--30px);
  grid-row-gap: var(--size--30px);
  border-top: 1px solid #10acdd;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 22.5rem;
  display: flex;
  overflow: hidden;
}

.program-card {
  background-color: #eaf4fb;
  border-radius: 15px;
  width: 22.5rem;
  overflow: hidden;
}

.program-card.stroked {
  background-color: #0000;
  border: 1px solid #93d5f0;
}

.program-card.visible {
  overflow: visible;
}

.program-card-h {
  color: #222;
  margin-bottom: .9375rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
}

.program_card-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.box-text-h-g18 {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-m-w-77-5 {
  width: 100%;
  max-width: 77.5em;
  margin-left: auto;
  margin-right: auto;
}

.tooltip__wrapper {
  text-align: center;
  background-color: #fff;
  border-radius: .63rem;
  width: 13.3rem;
  height: 6.25rem;
  padding: .81rem .63rem;
  font-style: italic;
  box-shadow: 0 5px 15px #081b4912;
}

.form_profit {
  margin-bottom: 0;
}

.reward__wrapper {
  position: relative;
}

.profit-input {
  border: 1px solid var(--color--body--grey--100);
  color: #bbb;
  border-radius: .75em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  min-height: 3.5em;
  margin-bottom: 0;
  padding: 0 1em;
  font-size: .94em;
  display: flex;
  overflow: hidden;
}

.profit-input:focus {
  color: #303030;
  border-color: #00ade5;
}

.image {
  width: auto;
  height: 3.125rem;
}

.title-wrap {
  z-index: 2;
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-blue {
  color: #fff;
  background-color: #00ade5;
  border: 2px solid #00ade5;
  border-radius: .63em;
  justify-content: center;
  align-items: center;
  padding: .81em 1.81em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.btn-blue:hover {
  color: #00ade5;
  background-color: #fff;
  border-color: #fff;
}

.btn-blue.is-open {
  border-radius: 1.875rem;
  width: 22.5rem;
}

.btn-blue.is-open.desk-hide {
  display: none;
}

.btn-blue.is-open.mob-hide {
  cursor: pointer;
}

.btn-blue.is-open.mob-hide:hover {
  background-color: var(--black);
  color: var(--color--body--whiite--100\<deleted\|variable-dc8be938\>);
}

.reward {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.reward.padding-top-130 {
  padding-top: 8.125rem;
  padding-bottom: 3.75rem;
}

.reward.padding-top-127 {
  padding-top: 7.9375rem;
}

.box-text-h-g14 {
  grid-column-gap: .94rem;
  grid-row-gap: .94rem;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-left: 2.5rem;
  display: flex;
}

.im-arrow {
  color: #00ade566;
  width: 2.5rem;
}

.im-arrow._00ade580 {
  color: #00ade5b3;
}

.box-profit {
  background-color: var(--surface);
  color: #616161;
  border-radius: .94rem;
  padding: 3.5rem 2rem;
  position: relative;
}

.line-blue {
  background-color: #00ade5;
  width: 100%;
  height: 2px;
}

.grid-profit {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr .75fr;
}

.tooltip__triangle {
  background-color: #fff;
  border-radius: .31rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: auto 40% -.6rem auto;
  transform: rotate(45deg);
}

.box-text-w51 {
  width: 50%;
  margin-top: 2.5rem;
  margin-bottom: 1.81rem;
  margin-left: 2.5rem;
}

.box-text-w51._2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.81rem;
  line-height: 1.2;
}

.h3.mob-28 {
  max-width: 30ch;
  font-size: 2.25rem;
  line-height: 110%;
}

.res-text {
  color: #00ade5;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.4;
}

.calac-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-span-3 {
  color: #00ade5;
  font-weight: 600;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-2 {
  cursor: pointer;
  width: .94rem;
}

.tooltip {
  position: absolute;
  inset: -7.5rem -5.7rem auto auto;
}

.im-many {
  border-radius: .94rem;
  width: 19rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-16-2 {
  color: var(--color--body--black--100);
  line-height: 1.5;
}

.text-16-2.no-wrap {
  white-space: nowrap;
}

.block-profit {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-h-sp {
  flex-flow: row;
  justify-content: space-between;
}

.how-cards-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.how_card-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  min-height: 12.125rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.how-card {
  background-color: #eaf4fb;
  border-radius: 15px;
  width: 37.5rem;
  overflow: hidden;
}

.how-card-image {
  object-fit: cover;
  width: auto;
  height: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.awards-image {
  width: 22.9375rem;
  height: auto;
}

.why_cards-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.why-card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--surface);
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 33.75rem 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 30rem;
  padding: 2rem;
  display: grid;
  position: sticky;
  top: 10rem;
}

.why-card.bg-dark, .why-card.bg-darker {
  background-color: var(--surface);
}

.why-card-h {
  color: var(--black);
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
}

.why-card-stat {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--divider);
  border-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.25rem 1.5rem;
  display: grid;
}

.why-card-stat.flex-v {
  flex-flow: column;
  min-width: 35.2rem;
}

.why-card-stat.vertical {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.why_item-h {
  color: var(--color--body--black--100);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.why-card-points {
  max-width: 80%;
}

.why-card-list {
  color: var(--black);
  margin-bottom: 0;
  padding-left: 10px;
}

.why-card-list-item {
  color: var(--black);
  text-transform: none;
  border-style: none;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
}

.why-card-visual {
  object-fit: cover;
  border-radius: .75rem;
  width: auto;
  min-width: 100%;
  height: 100%;
  max-height: 26rem;
  overflow: hidden;
}

.why-card-visual.card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--divider);
  flex-flow: column;
  max-height: none;
  padding: 1.5rem;
  list-style-type: none;
  display: flex;
}

.point-line {
  background-color: #00aee6;
  flex: none;
  width: 1.75rem;
  height: 1px;
  margin-top: .8rem;
}

.medium-30 {
  font-weight: 500;
}

.medium-30.bold {
  font-weight: 700;
}

.coin-h {
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
  line-height: 110%;
}

.coins_item-h {
  color: #005a8c;
  font-size: 1.5rem;
  font-weight: 600;
}

.coin-item {
  border-bottom: 1px solid #005a8c33;
  width: 40%;
  padding-bottom: 1.875rem;
}

.coin-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #eaf4fb;
  border-radius: 1.875rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 35rem;
  padding: 1.875rem;
  display: flex;
}

.coin-card.rad-20 {
  border-radius: 1.25rem;
  flex: 1;
  align-items: flex-end;
}

.coin-card.big {
  border-radius: 1.25rem;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.icon-140 {
  width: 8.75rem;
  height: 8.75rem;
}

.partners-form {
  z-index: 33;
  color: var(--color--body--whiite--100\<deleted\|variable-dc8be938\>);
  background-color: #02b6e5;
  border-radius: 15px;
  padding: 1.875rem;
  position: relative;
  overflow: hidden;
}

.partners-form.rad-30 {
  border-radius: 1.875rem;
}

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

.is--white {
  color: var(--color--body--whiite--100\<deleted\|variable-dc8be938\>);
}

.partners-form-image {
  width: 11.0625rem;
  height: 4.5rem;
  position: absolute;
  inset: 1.875rem 1.875rem auto auto;
}

.partners_cards-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.flex-20-margin-auto {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  margin-top: auto;
  display: flex;
}

.widget-msk-wrapper {
  z-index: 55;
  justify-content: flex-start;
  align-items: center;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 85svh;
  left: 5%;
  right: auto;
}

.text-size-14px-2 {
  font-size: .875rem;
  font-weight: 300;
  line-height: 100%;
}

.success-icon {
  width: 3.5625rem;
  margin-bottom: 3.125rem;
}

.form-header {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  margin-bottom: 1.25rem;
  display: flex;
}

.main-form-2 {
  margin-bottom: 0;
}

.form-4.h-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.flex-v-10 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  line-height: 130%;
  display: flex;
}

.success-content {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 27.5rem;
  display: flex;
}

.logo_block-mob {
  display: none;
}

.input-5 {
  color: #bbb;
  background-color: #0000;
  border: .0625rem solid #e4e4e7;
  border-radius: 1.875rem;
  height: 3.4375rem;
  margin-bottom: 0;
  padding: 1rem;
  font-weight: 300;
  line-height: 100%;
}

.input-5::placeholder {
  color: #bbb;
  font-size: 1rem;
}

.google-logo {
  object-fit: contain;
}

.hero-form-w-440-2 {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.5rem;
}

.hero-form-w-440-2.bg-none {
  background-color: #0000;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.error-message-3 {
  opacity: .5;
  color: red;
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: 20px;
  margin-top: 0;
  padding: 0;
  font-size: .88rem;
}

.text-size-36px {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 110%;
}

.divider-v-2 {
  background-color: #dfdfdf;
  width: 1px;
  height: 2.5rem;
}

.success-message-2 {
  text-align: left;
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.open_hero {
  background-color: #eaf4fb;
  height: auto;
  overflow: hidden;
}

.open-btn {
  color: #fff;
  background-color: #333;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.open-btn.is--form {
  background-color: var(--00ade5);
  transition: all .2s;
}

.open-btn.is--form:hover {
  color: #fff;
}

.container-hero-open {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 75rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.375rem;
  padding-bottom: 4.8125rem;
  display: flex;
  position: relative;
}

.hero-open_blue-text {
  color: var(--00ade5);
  margin-bottom: .9375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 110%;
}

.hero-open_blue-text.text-14px {
  font-size: .875rem;
}

.hero-open_blue-text.d-h {
  display: none;
}

.hero-open_bold-text {
  color: var(--00ade5);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 110%;
}

.hero-open_bold-text._14px {
  color: var(--black);
  font-size: .875rem;
  line-height: 140%;
}

.hero-open_bold-text._14px.d-h {
  display: none;
}

.open-hero-btn-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-top: 1.5rem;
  display: flex;
}

.open-hero-btn-wrap.d-h {
  display: none;
}

.max-w-350 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 21.875rem;
  display: flex;
}

.open_hero-blue-card {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  border: 1px solid #00aee680;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20.625rem;
  height: auto;
  margin-top: 1.25rem;
  padding: .8125rem 1rem;
  display: flex;
}

.open_hero-blue-card.d-h {
  display: none;
}

.open_mockup-component {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 21.875rem;
  height: 33.375rem;
  margin-top: -1rem;
  display: flex;
  position: relative;
}

.mockup {
  z-index: 11;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.wrp-video-about {
  border-radius: 2rem;
  width: 68%;
  height: 91%;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.section-blue {
  background-color: #27abe2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-32-b {
  color: var(--color--body--whiite--100\<deleted\|variable-dc8be938\>);
  font-size: 1.75rem;
  line-height: 110%;
}

.text-32-b.max-w-570 {
  max-width: 34rem;
}

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

.logo-232px {
  width: 14.5rem;
  height: auto;
}

.blue-banner-btn-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-106-abs {
  width: 6.625rem;
  height: 6.625rem;
  position: absolute;
  inset: -2rem -2rem auto auto;
}

.open-how-cards-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.logo-260px {
  width: 15rem;
  height: auto;
}

.text-size-24 {
  color: #3333334d;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 120%;
}

.open-form-2-wrap {
  grid-column-gap: var(--size--40px);
  grid-row-gap: var(--size--40px);
  background-color: #ffffff4d;
  border-radius: 1.875rem;
  justify-content: space-between;
  display: flex;
}

.best-header {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.best-visual {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.8125rem;
  display: grid;
}

.best-visual.hide {
  display: none;
}

.best-content {
  align-items: stretch;
}

.best-image-1 {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 28.75rem;
  height: 31.25rem;
}

.best-image-2 {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 17.5rem;
  height: 21.875rem;
}

.best-image-3 {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 10rem;
  height: 12.5rem;
}

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

.flex-v-16.max-w-350 {
  max-width: 24rem;
}

.logo-120px {
  width: 7.5rem;
  height: auto;
}

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

.metro-visual {
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 34.375rem;
  margin-top: 2.5rem;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.metro-content.desk-hide {
  display: none;
}

.metro-h {
  color: #fff;
  margin-bottom: .625rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 110%;
}

.metro-sep {
  background-color: #ffffff80;
  border-radius: 13px;
  justify-content: space-between;
  align-items: stretch;
  width: 1px;
  height: 8.125rem;
  margin-left: 3.5rem;
  margin-right: 2.625rem;
  display: flex;
}

.gradient-black {
  pointer-events: none;
  background-image: linear-gradient(#3330 27%, #333 77%);
  position: absolute;
  inset: 0%;
}

.open_cards-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.hero-form-w-400 {
  background-color: #fff;
  border-radius: 1.25rem;
  max-width: 25rem;
  padding: 1.5rem;
}

.max-w-400 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 26rem;
  display: flex;
}

.gallery-slider {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper {
  direction: ltr;
}

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

.gallery-image {
  object-fit: cover;
  border-radius: 1.25rem;
  height: 37.5rem;
  overflow: hidden;
}

.swiper-right2 {
  z-index: 111;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.swiper-right2:hover {
  opacity: .65;
}

.icon-48px {
  object-fit: scale-down;
  width: 3rem;
  height: 3rem;
}

.swiper-left2 {
  z-index: 111;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.swiper-left2:hover {
  opacity: .65;
}

.h2-36px {
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
}

.coin-card-image {
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.catalog-item__list-tags {
  grid-column-gap: .325rem;
  grid-row-gap: .325rem;
  flex-flow: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.catalog-item__wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.privacy-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1rem;
  display: flex;
}

.inputs-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  order: -1;
  width: 75%;
  display: flex;
}

.div-block-80 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.navbar__wrapper {
  grid-column-gap: 9.8125rem;
  grid-row-gap: 9.8125rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.navbar__logo-root.hidden-on-tablet {
  display: flex;
}

.navbar__logo-root.hidden-on-desktop {
  display: none;
}

.google-reviews {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  max-height: 2.5rem;
  display: flex;
}

.google-reviews__wrapper {
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.google-reviews__top {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  white-space: nowrap;
  align-items: center;
  line-height: 100%;
  display: flex;
}

.google-reviews__rating {
  font-size: .75rem;
  font-weight: 500;
}

.google-reviews__rating.dark {
  color: var(--color--body--grey--colors--body);
  line-height: 100%;
}

.google-reviews__rating.blue {
  color: var(--color--body--blue--100);
  line-height: 100%;
}

.google-reviews__bottom {
  font-size: .75rem;
}

.google-reviews__bottom.dark {
  color: var(--color--body--grey--colors--grey);
  white-space: nowrap;
  line-height: 100%;
}

.google-reviews__bottom.blue {
  color: var(--color--body--blue--100);
  white-space: nowrap;
  line-height: 100%;
}

.google-reviews__logo {
  display: flex;
}

.hero__wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.hero__wrapper.partners {
  padding-bottom: 7.75rem;
}

.hero__text-wrapper {
  flex-flow: column;
  max-width: 30rem;
  display: flex;
}

.hero__text-wrapper.long {
  max-width: 38.75rem;
}

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

.hero__list {
  border-top: 1px solid var(--color--body--white--16);
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.hero__item {
  color: var(--color--body--white--100);
  text-transform: none;
  border-style: none;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
}

.hero__title {
  color: var(--color--body--white--100);
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 600;
}

.hero__descr {
  color: var(--color--body--white--100);
  font-size: var(--text--18px);
  margin-bottom: 3.75rem;
  font-weight: 500;
  line-height: 140%;
}

.hero__descr.short {
  max-width: 32.25rem;
}

.about {
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.about.about-partners, .about.no-padding {
  padding-top: 5rem;
}

.location {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--surface);
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 28.75rem;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 3rem;
  padding: 3rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.location__wrapper {
  position: relative;
}

.location__title {
  color: var(--color--body--black--text-body);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 120%;
}

.location__subtitle {
  color: var(--color--body--black--64);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
}

.location__descr {
  color: var(--color--body--black--64);
  margin-bottom: 4rem;
  font-weight: 500;
}

.location__list {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.location__item {
  border-style: none;
  padding: 0;
}

.location__map {
  width: 48.813rem;
  max-width: none;
  height: 37.063rem;
  max-height: 37rem;
  position: absolute;
  top: 7rem;
  left: -5.438rem;
}

.location__map.mobile {
  display: none;
}

.services {
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.title-h2 {
  color: var(--color--body--black--100);
  font-size: 2.625rem;
  font-weight: 600;
}

.title-h2.services__title {
  margin-bottom: 3rem;
}

.title-h2.developers__title {
  max-width: 31.25rem;
}

.title-h2.commission__title {
  max-width: 33.375rem;
}

.title-h2.about-partners__title {
  max-width: 50rem;
}

.title-h2.privilege__title {
  margin-bottom: 4.25rem;
}

.title-h2.margin-bottom {
  margin-bottom: 4rem;
}

.services__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.services__item {
  background-color: var(--surface);
  border-style: none;
  border-radius: 1.5rem;
  flex-flow: column;
  height: auto;
  min-height: 18.75rem;
  padding: 1rem;
  display: flex;
}

.services__item-title {
  color: var(--color--body--black--100);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.services__item-descr {
  color: var(--color--body--black--100);
  text-transform: none;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.services__item-icon {
  background-color: var(--divider);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: auto;
  margin-left: auto;
  display: flex;
  position: static;
}

.blue {
  color: var(--color--body--blue--100);
  font-weight: 600;
}

.services__icon {
  display: flex;
}

.awards {
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.awards__list {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 13.75rem 13.75rem 13.75rem 13.75rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.awards__item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 13.75rem;
  padding: 0;
  display: flex;
}

.awards__image-wrapper {
  background-image: url('../images/the-palm-branch.svg');
  background-position: 50%;
  background-size: contain;
  height: 13.75rem;
  position: relative;
}

.awards__image {
  position: relative;
}

.awards__subtitle {
  color: var(--color--body--black--100);
  text-align: center;
  text-transform: none;
  font-size: .875rem;
  font-weight: 400;
}

.partnership {
  background-image: linear-gradient(#00ade5, #00adff);
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
}

.partnership__tag {
  color: var(--color--body--white--100);
}

.partnership__title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 42.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.partnership__title {
  color: var(--color--body--white--100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 100%;
}

.partnership__descr {
  color: var(--color--body--white--100);
}

.partnership__video-button {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--color--body--white--16);
  cursor: pointer;
  background-color: #ffffff1a;
  background-image: none;
  border-top-left-radius: 12.5rem;
  border-bottom-left-radius: 12.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 23.75rem;
  height: 14rem;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-left: 2.375rem;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
}

.partnership__video-button:hover {
  background-color: #ffffff3d;
  background-image: none;
}

.partnership__video-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.partnership__video-timing {
  color: var(--color--body--white--100);
  font-size: .75rem;
}

.partnership__video-descr {
  color: var(--color--body--white--100);
  font-weight: 500;
}

.partnership__tag-wrapper {
  border: 1px solid var(--color--body--white--16);
  background-color: var(--color--body--white--16);
  -webkit-backdrop-filter: blur(5.3px);
  backdrop-filter: blur(5.3px);
  border-radius: .75rem;
  margin-bottom: 2rem;
  padding: .75rem 1rem;
  display: inline-flex;
}

.advantages {
  object-fit: fill;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.advantages__wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.advantages__grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.advantages__grid-item {
  background-color: var(--surface);
  color: var(--color--body--white--100);
  border-style: none;
  border-radius: 1.5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.advantages__grid-item.dark {
  color: var(--color--body--black--64);
}

.advantages__item-tag-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--color--body--white--16);
  background-color: var(--color--body--white--16);
  -webkit-backdrop-filter: blur(5.3px);
  backdrop-filter: blur(5.3px);
  color: var(--color--body--white--100);
  text-transform: none;
  border-radius: .75rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  max-height: 3.125rem;
  padding: .75rem 1rem .75rem .625rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 100%;
  display: inline-flex;
}

.advantages__item-tag-wrapper.dark {
  border-color: var(--color--body--grey--10);
  background-color: var(--color--body--grey--10);
  color: var(--color--body--black--100);
  padding-right: 1rem;
}

.advantages__item-descr {
  text-transform: none;
  margin-top: auto;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.advantages__item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.advantages__item-image {
  object-fit: cover;
}

.advantages__item-gradient {
  background-image: linear-gradient(#0000, #0000008a 64%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.advantages__card {
  background-color: var(--surface);
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
  position: relative;
}

.advantages__card.privilege__card {
  flex-flow: column;
  min-height: 20.625rem;
}

.advantages__text-root h3 {
  color: var(--color--body--black--100);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 100%;
}

.advantages__text-root p {
  color: var(--color--body--black--64);
}

.advantages__text-root em {
  color: var(--color--body--black--100);
  font-size: 5.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: block;
}

.advantages__text-root strong {
  color: var(--color--body--blue--100);
  padding-left: 7.5rem;
  font-size: 8rem;
  font-weight: 600;
  line-height: 130%;
}

.advantages__text-root.short {
  max-width: 25rem;
}

.advantages__card-wrapper {
  max-width: 30rem;
}

.advantages__card-image {
  max-width: 34.938rem;
  height: auto;
  position: absolute;
  bottom: 2rem;
  left: .5rem;
}

.projects {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.projects__list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.projects__item {
  border-style: none;
  padding: 0;
}

.projects__wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.catalog-item__location_icon {
  display: flex;
}

.catalog-item__tag-item {
  background-color: var(--surface);
  color: var(--color--body--black--100);
  border-style: none;
  border-radius: .375rem;
  padding: .125rem .5rem;
  font-weight: 600;
}

.loop_item__item {
  background-color: var(--surface);
  border-style: none;
  justify-content: center;
  align-items: center;
  height: 10rem;
  min-height: 0;
  max-height: 10rem;
  padding: 2rem;
  display: flex;
}

.developers__wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 8rem;
  display: flex;
}

.developers__title-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.developers__title-wrapper.border {
  border: 1px solid var(--color--body--grey--100);
  color: var(--color--body--black--64);
  border-radius: 1rem;
  padding: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
}

.developers__descr {
  color: var(--color--body--black--64);
  max-width: 30rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
}

.warrning-icon {
  align-self: flex-start;
  display: flex;
}

.developers__list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.developers__top {
  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;
}

.developers__item {
  border-style: none;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  height: 30rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.developers__item-title {
  color: var(--color--body--white--100);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  position: relative;
}

.developers__item-descr {
  color: var(--color--body--white--100);
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.developers__item-images {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.developers__item-gradient {
  background-image: linear-gradient(#0000, #0000008a 64.67%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

.form-bg__wrapper {
  width: 27.5rem;
  position: relative;
}

.form-bg__logo {
  max-width: 12.5rem;
}

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

.form__descr {
  color: var(--color--body--black--100);
  max-width: 20rem;
}

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

.form__input {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: column;
  display: flex;
}

.form__label {
  color: var(--color--body--black--100);
  font-weight: 600;
}

.form-bg__image {
  width: auto;
  max-height: 39.375rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer__top {
  position: relative;
}

.footer__row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
  position: static;
}

.footer__row.bottom {
  justify-content: flex-end;
}

.footer__row.row {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer__logo-link {
  opacity: 1;
  width: 13.75rem;
  margin-bottom: .5rem;
}

.footer__google-logo {
  border: 1px solid var(--color--body--blue--10);
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding: .5rem .75rem;
  display: inline-flex;
}

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

.footer__nav-title {
  color: var(--color--body--grey--300);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%;
}

.footer__nav-menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  transition: font-variation-settings .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.footer__nav-item {
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.footer__nav-link {
  opacity: 1;
  color: var(--color--body--black--100);
  text-transform: none;
  font-size: .875rem;
  font-weight: 400;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.footer__nav-link:hover {
  color: var(--color--body--blue--100);
}

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

.footer__location-img {
  max-width: 10rem;
}

.footer__location-text {
  flex-flow: column;
  max-width: 16.25rem;
  display: flex;
}

.footer__location-text h4 {
  color: var(--color--body--black--100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 600;
}

.footer__location-text p {
  color: var(--color--body--grey--300);
  font-size: .75rem;
}

.footer__social-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer__social-item {
  border-style: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.code-embed {
  -webkit-text-stroke-color: #e60041;
  display: flex;
}

.footer__social-link {
  color: var(--color--body--blue--100);
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.footer__social-link:hover {
  color: var(--color--body--blue--hover);
}

.footer__video-btn {
  background-color: var(--color--body--blue--10);
  width: 40rem;
  min-width: 40rem;
  margin-top: auto;
  margin-left: -25rem;
  position: static;
  bottom: 0;
  left: 0;
}

.footer__video-btn.video-btn {
  cursor: pointer;
  border-top-right-radius: 12.5rem;
  border-bottom-right-radius: 12.5rem;
  width: 80rem;
  min-width: 80rem;
  margin-left: -65rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 4rem;
}

.video-btn__content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--body--blue--100);
  justify-content: flex-end;
  align-items: center;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.video-btn__content:hover {
  color: var(--color--body--blue--hover);
}

.video-btn__text-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  max-width: 5rem;
  display: flex;
}

.video-btn__text-wrapper p {
  margin-bottom: .5rem;
  font-size: .75rem;
}

.video-btn__text-wrapper h6, .video-btn__text-wrapper h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.footer__name {
  color: var(--color--body--blue--100);
  font-size: .75rem;
  font-weight: 600;
}

.date {
  font-weight: 600;
}

.footer__link-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer__link-item {
  border-style: none;
  padding: 0;
}

.footer__link {
  color: var(--color--body--grey--300);
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__payment-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer__payment-list.hidden-desktop {
  display: none;
}

.footer__payment-item {
  border-style: none;
  padding: 0;
  display: flex;
}

.footer__payment-icon, .cross-icon {
  display: flex;
}

.form__success-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.form__success-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.form__success-text h3 {
  color: var(--success--text_and-outline);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 110%;
}

.form__success-text p {
  color: var(--success--text_and-outline);
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}

.navbar__logo {
  opacity: 1;
}

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

.developers__item-images-copy {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.hero__btn-text {
  color: var(--color--body--white--100);
  font-size: .875rem;
}

.agent-img {
  width: auto;
  max-height: 90%;
  position: absolute;
  bottom: 0;
  right: 2.5rem;
}

.partners-hero__list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.partners-hero__item {
  border-style: solid;
  border-color: var(--color--body--white--16);
  background-color: var(--color--body--white--16);
  -webkit-backdrop-filter: blur(5.3px);
  backdrop-filter: blur(5.3px);
  color: var(--color--body--white--100);
  text-transform: none;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 600;
}

.commission {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

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

.calc-item__tooltip {
  display: flex;
}

.about-partners__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-partners__descr {
  color: var(--color--body--black--64);
  margin-top: auto;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
}

.about-partners__card {
  background-color: var(--surface);
  color: var(--color--body--black--100);
  border-radius: 1.5rem;
  flex-flow: column;
  min-height: 23.75rem;
  padding: 1rem;
  display: flex;
}

.about-partners__card-text {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.about-partners__card-text h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.about-partners__icon-wrapper {
  background-color: var(--divider);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: auto;
  margin-left: auto;
  display: flex;
}

.about-partners__icon {
  display: flex;
}

.how {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.how__descr {
  color: var(--color--body--black--64);
  max-width: 27.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.how__list {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.how__item {
  border-style: none;
  padding: 0 0 2.5rem 5.5rem;
}

.how__text-wrapper {
  color: var(--color--body--black--100);
}

.how__text-wrapper h3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.how__text-wrapper p {
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
}

.privilege {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.privilege__wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: grid;
}

.privilege__icon-wrapper {
  background-color: var(--divider);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: auto;
  margin-left: auto;
  display: flex;
}

.privilege__icon {
  display: flex;
}

.privilege__list {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.privilege__item {
  border-style: solid none;
  border-top-color: var(--color--body--grey--100);
  border-bottom-color: var(--color--body--grey--100);
  border-radius: 0;
  padding: 2rem 0;
}

.privilege__item-text h4 {
  color: var(--color--body--blue--100);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.privilege__item-text p {
  color: var(--color--body--black--100);
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
}

.reward__title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.reward__awards-image {
  max-width: 19.25rem;
}

.why-card__text-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  max-width: 33.75rem;
  height: 100%;
  display: flex;
}

.why-card__icon-wrapper {
  border: 1px solid var(--color--body--white--16);
  background-color: var(--divider);
  -webkit-backdrop-filter: blur(5.3px);
  backdrop-filter: blur(5.3px);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.why-card__icon {
  display: flex;
}

.why-card__text {
  flex-flow: column;
  display: block;
}

.why-card__text h3 {
  color: var(--color--body--black--100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 110%;
}

.why-card__text ul {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.why-card__text li {
  color: var(--color--body--black--64);
  text-transform: none;
  border-style: none;
  padding: 0 0 0 2.5rem;
  font-size: 1rem;
  position: relative;
}

.why-card-stat__wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.why-card-visual__item {
  border-style: none;
  padding: 0 0 0 3.25rem;
  position: relative;
}

.why-card-visual__item-text {
  position: relative;
}

.why-card-visual__item-text h4 {
  color: var(--color--body--black--100);
  text-transform: none;
  margin-top: 0;
  margin-bottom: .375rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.why-card-visual__item-text p {
  color: var(--color--body--black--64);
  text-transform: none;
  font-size: .875rem;
  font-weight: 400;
}

.hero-event__card {
  opacity: 1;
  color: var(--color--body--white--100);
  background-image: linear-gradient(#0000, #0009), url('../images/hero-event-image.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-height: 100%;
  padding: 1.5rem;
  display: flex;
}

.hero-event__form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--surface);
  border-radius: 1.5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.hero-event__card-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.hero-event__card-title {
  color: var(--color--body--white--100);
  font-weight: 600;
  line-height: 120%;
}

.hero-event__card-descr {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
}

.hero-event__card-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-event__card-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.hero-event__card-link {
  border: 2px solid var(--color--body--white--100);
  border-radius: 6.25rem;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  display: flex;
}

.hero-event__card-text {
  color: var(--color--body--white--100);
  font-size: 1.5rem;
  font-weight: 600;
}

.hero-event__date-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.hero-event__date {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: baseline;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.hero-event__title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.hero-event__title {
  color: var(--color--body--black--100);
  font-size: 1.5rem;
  font-weight: 600;
}

.hero-event__descr {
  color: var(--color--body--black--100);
}

.bg-image {
  align-self: auto;
  width: auto;
  max-width: 41.875rem;
  height: auto;
  position: absolute;
  top: 2.25rem;
  right: 0;
}

@media screen and (min-width: 1280px) {
  .block-cart-projects:hover {
    box-shadow: 0 20px 40px #11112d12;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: var(--text--14px);
  }

  h1 {
    font-size: 2.25rem;
  }

  h2, .h2 {
    font-size: var(--text-mob--h2-23px);
  }

  .h2.white.m-w-840 {
    max-width: 25rem;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .container, .container.hero-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .container.footer__grid {
    grid-column-gap: 2rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .container.hero-event {
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 0;
    display: flex;
  }

  .developers {
    padding-top: 5.5rem;
    padding-bottom: 3.75rem;
  }

  .h1 {
    font-size: var(--text-mob--h1-30px);
  }

  .max-w-600px {
    max-width: none;
  }

  .btn-primary {
    padding: var(--size--15px) var(--size--30px);
    background-color: var(--color--primary);
    font-size: var(--text--14px);
    text-align: center;
    background-image: none;
    order: -1;
    justify-content: center;
    align-items: center;
    width: auto;
    min-height: auto;
  }

  .max-w-60 {
    max-width: none;
  }

  .btn-secondary {
    padding: var(--size--15px) var(--size--30px);
    font-size: var(--text--14px);
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    min-height: auto;
  }

  .flex-v-48px {
    grid-column-gap: var(--size--25px);
    grid-row-gap: var(--size--25px);
  }

  .flex-h-48px-center {
    grid-column-gap: var(--size--25px);
    grid-row-gap: var(--size--25px);
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flex-v-15px {
    grid-column-gap: var(--size--10px);
    grid-row-gap: var(--size--10px);
  }

  .text-small-14px.text-color-dark-grey.m-w-370 {
    max-width: none;
  }

  .text-large {
    font-size: var(--text--14px);
  }

  .media-wrap-large {
    border-radius: var(--size--10px);
    height: 22.5rem;
  }

  .tabs-menu {
    top: .9375rem;
    left: .9375rem;
  }

  .tab-pane {
    height: 22.5rem;
  }

  .max-w-420px {
    max-width: none;
  }

  .flex-v-spaceb {
    grid-column-gap: var(--size--25px);
    grid-row-gap: var(--size--25px);
    justify-content: flex-start;
  }

  .flex-v-40px {
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
  }

  .btn-whis_icon {
    font-size: var(--text--14px);
  }

  .margin-top-25px {
    margin-top: var(--size--15px);
  }

  .flex-v-5px._100 {
    width: 100%;
  }

  .text-title {
    font-size: var(--text-mob--title-18px);
  }

  .grid-4col-2-left-big {
    grid-column-gap: var(--size--10px);
    grid-row-gap: var(--size--10px);
    grid-template-columns: 1fr 1fr;
  }

  .card-minimal-wrap {
    padding: var(--size--15px);
    border-radius: var(--size--10px);
    min-height: 21.875rem;
  }

  .card-info-wrap {
    padding: var(--size--15px);
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
    border-radius: var(--size--10px);
    min-height: 10rem;
  }

  .flex-v-10px {
    grid-column-gap: var(--size--5px);
    grid-row-gap: var(--size--5px);
  }

  .flex-v-30px {
    grid-column-gap: var(--size--25px);
    grid-row-gap: var(--size--25px);
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icon-wrap-40px {
    width: var(--size--35px);
    height: var(--size--35px);
  }

  .text-bold {
    font-size: var(--text--14px);
  }

  .logo-180px.nav.w--current {
    border-right-style: none;
  }

  .card-projects-wrap {
    flex: 1;
    width: 18.125rem;
  }

  .card-project-info {
    padding: var(--size--15px);
  }

  .tag-wrapper-absolu-card {
    top: .9375rem;
    left: .9375rem;
  }

  .content-wrapper-bg_-brand_light {
    padding: var(--size--15px);
    border-radius: var(--size--10px);
    min-height: 18.75rem;
  }

  .form__text-input.is-partners.rad-30 {
    width: 100%;
  }

  .form__wrapper {
    align-self: auto;
  }

  .form__wrapper.partners {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form__wrapper.full, .input.is-partners.rad-30 {
    width: 100%;
  }

  .btn-brand_color {
    font-size: var(--text--14px);
    align-self: stretch;
  }

  .hero {
    justify-content: flex-end;
    height: 55rem;
    min-height: auto;
    padding-top: 4.5rem;
    padding-bottom: 3.75rem;
  }

  .hero.partners-hero {
    background-position: 75%;
    height: auto;
    padding-bottom: 0;
  }

  .hero.event {
    height: 100%;
    padding-bottom: 2.5rem;
  }

  .btn-whatsapp {
    font-size: var(--text--14px);
    position: static;
  }

  .btn-telegram {
    font-size: var(--size--15px);
  }

  .success-message {
    font-size: var(--text--14px);
  }

  .flex-v-30px-full-w {
    grid-column-gap: var(--size--15px);
    grid-row-gap: var(--size--15px);
  }

  .grid-3col-20-30px {
    grid-template-columns: 1fr;
  }

  .media-wrap-small {
    border-radius: var(--size--10px);
  }

  .content-wrap {
    background-color: #0000;
    border-radius: 0;
    padding: 0;
  }

  .content-wrap.mob_bg {
    padding: var(--size--15px);
    border-radius: var(--size--10px);
    background-color: var(--color--white);
  }

  .grid-2col {
    grid-template-rows: 1fr;
  }

  .form-wrapper-bg_none {
    justify-content: flex-start;
  }

  .image-form-absolu-right {
    max-width: 50%;
    height: 40%;
    inset: auto auto 0% 20%;
  }

  .image-form-absolu-right.is--popup, .image-form-absolu-right.cta {
    display: none;
  }

  .flex-v-spaceb-absolu-left {
    top: .9375rem;
    right: .9375rem;
  }

  .cont-wrap-gradient {
    padding: var(--size--15px);
    border-radius: var(--size--10px);
  }

  .btn-white {
    font-size: var(--text--14px);
  }

  .grid-3col-r-max-420px {
    grid-template-columns: 1fr;
  }

  .form-horiz-blue {
    padding: var(--size--15px);
    border-radius: var(--size--10px);
    flex-direction: column;
    align-items: stretch;
  }

  .foooter-wrapper {
    grid-column-gap: var(--size--70px);
    grid-row-gap: var(--size--70px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-h-60px-100 {
    justify-content: flex-start;
  }

  .footer {
    padding-top: var(--size--35px);
    padding-bottom: var(--size--70px);
  }

  .footer.bg-blue {
    padding-top: 3.75rem;
    padding-bottom: var(--size--5px);
  }

  .flex-v-60px {
    grid-column-gap: var(--size--40px);
    grid-row-gap: var(--size--40px);
  }

  .navbar {
    padding-top: var(--text--12px);
    padding-bottom: var(--text--12px);
    margin-top: 0;
  }

  .container-navbar {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav-menu__link {
    border-bottom: 1px solid var(--color--body--grey--100);
    color: var(--color--body--black--100);
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 140%;
    display: block;
  }

  .nav-menu__link.no-border {
    border-bottom-style: none;
  }

  .mob_display-none {
    display: none;
  }

  .flex-h-40px {
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
    flex-wrap: wrap;
    overflow: auto;
  }

  .burger-btn {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border: 1px solid var(--color--white);
    background-color: #0000;
    border-radius: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: flex;
  }

  .burger-btn.w--open {
    background-color: #0000;
    width: 3rem;
    height: 3rem;
    transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
    position: relative;
  }

  .burger-line {
    background-color: var(--color--white);
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    width: .9375rem;
    height: 1px;
    padding: 0;
    display: flex;
  }

  .line-burger-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .video-wrap-absolu {
    grid-column-gap: var(--size--10px);
    grid-row-gap: var(--size--10px);
    position: static;
  }

  .popup_brochure-wrap {
    display: none;
  }

  .popup-map {
    width: 80vw;
    height: 70vh;
  }

  .white-btn {
    height: auto;
    display: none;
  }

  .btn-floor_plans {
    font-size: var(--text--14px);
    align-self: stretch;
  }

  .video-block {
    width: 40vw;
  }

  .margin-top-auto {
    margin-top: 0;
  }

  .btn {
    width: 100%;
  }

  .btn.navbar__button {
    height: 3rem;
    margin-top: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .btn.white {
    max-width: 20rem;
  }

  .btn.form__btn {
    height: 3rem;
  }

  .btn.transparent {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }

  .btn.bottom {
    margin-top: .75rem;
  }

  .btn-sec.is--nav, .btn-sec.is--tel {
    display: none;
  }

  .hero-h1.is-open {
    font-size: 1.5rem;
  }

  .hero-h1.text-28 {
    font-size: 1.375rem;
  }

  .section-map {
    padding-bottom: var(--size--35px);
  }

  .main-btn_content {
    max-width: 8.5rem;
  }

  .banner_btn-wrap {
    z-index: 0;
    justify-content: flex-end;
    width: 75%;
    margin-top: 1.875rem;
    display: flex;
    position: relative;
    top: 0;
    bottom: 0;
    right: -40%;
  }

  .service_banner {
    height: auto;
    padding-right: 1.875rem;
  }

  .banner-h {
    max-width: none;
  }

  .coin-item-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .coin_item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .coin_item-inner {
    grid-column-gap: var(--size--5px);
    grid-row-gap: var(--size--5px);
  }

  .coin_header {
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
    flex-direction: column;
    justify-content: flex-start;
  }

  .big-text {
    max-width: none;
  }

  .project {
    width: 225px;
    height: 240px;
  }

  .project:hover {
    transform: none;
  }

  .project.success {
    width: 47.5%;
  }

  .dropdown-wrapper {
    font-size: 14px;
  }

  .loop-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .loop_item {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .flex-h-spb {
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
    flex-direction: column;
    padding: 1.25rem;
    overflow: auto;
  }

  .form-bg {
    min-height: 33.5rem;
    padding: 1.5rem;
  }

  .form-bg.popup {
    min-height: 37.313rem;
  }

  .catalog-item {
    width: 100%;
  }

  .catalog-item__info {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1.25rem;
  }

  .footer_bottom-row {
    margin-top: 2rem;
  }

  .popup-brochure {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .popup-brochure.is--popup {
    min-height: 37.313rem;
  }

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

  .section-hiro {
    height: auto;
    padding-bottom: 3rem;
  }

  .containr-hiro {
    height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-hiro {
    grid-template-columns: 1fr;
  }

  .box-h1 {
    margin-top: 5vh;
  }

  .box-btn.mob {
    display: flex;
  }

  .box-btn.ps, .box-h2 {
    display: none;
  }

  .h3-smol-m {
    font-size: 1rem;
  }

  .h3-smol-m.ps {
    display: none;
  }

  .h3-box {
    width: 23%;
  }

  .h3-box.mob {
    width: 16%;
    display: flex;
  }

  .blok-trea.ps {
    display: none;
  }

  .blok-trea.mob {
    margin-top: 2.5rem;
    display: flex;
  }

  .col-l, .col-r {
    flex-direction: row;
  }

  .im-trai {
    border-radius: .63rem;
    width: 6.88rem;
    min-width: 22rem;
    height: 11.88rem;
  }

  .vagon-trae {
    flex-direction: row;
  }

  .vagon-trae.mar {
    flex-direction: row;
    padding-top: 0;
  }

  .trea-move {
    flex-direction: column;
  }

  .colon {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: row;
    display: flex;
  }

  .colon.mar {
    margin-top: 0;
    margin-left: -91px;
  }

  .section-real-estate {
    padding-top: 4.38rem;
    padding-bottom: 4.38rem;
  }

  .containr-m {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .text-16-m {
    font-size: .88rem;
  }

  .div-block-30 {
    width: 80%;
  }

  .div-block-31 {
    width: 90%;
  }

  .tag-block {
    padding-bottom: .1rem;
  }

  .text-44-m {
    font-size: 2rem;
  }

  .text-44-m.black {
    font-size: 1.88rem;
  }

  .sectiot-video {
    height: 30rem;
  }

  .block-video {
    width: 100%;
    height: 30rem;
  }

  .wrapper_perspective {
    width: 100%;
  }

  .wrapper-manager {
    margin-bottom: 0;
  }

  .section-advantages {
    padding-top: 4.38rem;
    padding-bottom: 4.38rem;
  }

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

  .adv-cart {
    height: 10rem;
  }

  .im-bg-adv {
    height: 100%;
  }

  .text-32-m {
    font-size: 1.13rem;
  }

  .box-h2-m {
    width: auto;
  }

  .error-message-2 {
    font-size: 2.51vw;
  }

  .form-block-main {
    height: auto;
    margin-bottom: 0;
  }

  .form-block-main.pa {
    width: 60%;
  }

  .cont-mxw-394 {
    max-width: none;
  }

  .input-3 {
    padding-left: 1rem;
    font-size: .88rem;
  }

  .success-message-3 {
    font-size: 2.51vw;
  }

  .text-40-m {
    font-size: 2.13rem;
  }

  .max_w-22ch {
    display: none;
  }

  .agent {
    width: 20rem;
    height: 27rem;
  }

  .agent.mobile-none {
    display: none;
  }

  .bg__section.background-fix {
    height: 70vh;
  }

  .section-project {
    padding-top: 4.38rem;
    padding-bottom: 4.38rem;
  }

  .box-h2-3 {
    width: auto;
  }

  .h3-22 {
    font-size: 1.25rem;
  }

  .grid-projects {
    grid-template-columns: 1fr 1fr;
  }

  .text-14-m.gray.mob {
    display: flex;
  }

  .text-14-m.gray.ps {
    display: none;
  }

  .section-partner {
    padding-top: 4.38rem;
    padding-bottom: 4.38rem;
  }

  .grid-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .btn-m-dark {
    width: 100%;
  }

  .div-block-58 {
    width: 80%;
  }

  .section-map-m {
    padding-top: 4.38rem;
    padding-bottom: 4.38rem;
  }

  .box-h2-4 {
    width: 140%;
  }

  .grid-investition {
    background-color: var(--f5f5f7);
    border-radius: 1.56rem;
  }

  .image-bg {
    height: 34rem;
  }

  .image-bg.ps {
    height: 35.7rem;
    display: none;
  }

  .list-item-3 {
    font-size: .88rem;
  }

  .box-awards {
    display: none;
  }

  .image-16 {
    height: 22rem;
  }

  .image-16.ps {
    height: auto;
  }

  .box-btn--invest {
    padding-bottom: 1.6rem;
    padding-right: 1.4rem;
  }

  .image-msp.mob {
    z-index: 5;
    display: none;
  }

  .bg__section2.background-fix {
    height: 60rem;
  }

  .grid-form {
    grid-template-columns: 1fr;
  }

  .section-form {
    padding-top: 4rem;
  }

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

  .grid-footer {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .block-grid-2, .blok-link-foo3 {
    align-items: flex-start;
  }

  .div-block-70 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .wr-btn-anim {
    display: block;
  }

  .icon-close-popup {
    color: #fff;
    position: absolute;
    inset: -4.3rem 0 auto auto;
  }

  .popup-content-volta {
    width: 100%;
    max-width: 45rem;
  }

  .image-cons-pa.mob-non {
    width: 17rem;
  }

  .box-btn--hiro {
    justify-content: space-between;
  }

  .h2-box-vob {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
  }

  .text-block-17 {
    font-size: .88rem;
  }

  .div-block-71 {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
    flex-direction: column;
    display: flex;
  }

  .input-hidden {
    padding-left: 1rem;
    font-size: .88rem;
  }

  .hover-adv-cart {
    display: flex;
  }

  .box-im-bg {
    padding-bottom: .8rem;
    padding-left: .8rem;
    padding-right: .4rem;
  }

  .text-block-20 {
    font-size: .69rem;
    line-height: 120%;
  }

  .div-block-74 {
    width: 40%;
  }

  .grid-2col-copy-copy {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: 1fr;
  }

  .text-block-21, .text--16-success {
    font-size: .88rem;
  }

  .text-36-m {
    font-size: 2.13rem;
  }

  .form-block-main-mini {
    height: auto;
    min-height: 24.5rem;
    margin-bottom: 0;
  }

  .award-img.home, .award-img.is--open {
    display: none;
  }

  .form-partners-wrapper {
    align-self: auto;
  }

  .btn-brand_black {
    font-size: var(--text--14px);
    align-self: stretch;
  }

  .widget-block {
    z-index: 50;
  }

  .partners_hero {
    height: auto;
  }

  .container-hero-partners {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .max-w-500.is-open {
    max-width: none;
  }

  .partners_hero-image {
    max-height: 32rem;
    position: relative;
  }

  .partners_hero-image-2 {
    right: 0;
  }

  .program-header {
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .program-p-wrap {
    padding: var(--size--15px);
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
    border-radius: var(--size--10px);
    min-height: 10rem;
  }

  .program-card {
    width: 48%;
  }

  .container-m-w-77-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .loader {
    display: none;
  }

  .btn-blue {
    width: 100%;
  }

  .btn-blue.is-open.desk-hide {
    display: flex;
  }

  .btn-blue.is-open.mob-hide {
    display: none;
  }

  .reward {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .box-text-h-g14 {
    margin-left: 0;
  }

  .box-profit {
    z-index: 2;
    flex-flow: column;
    padding: 2rem 1.5rem 1rem;
    display: block;
  }

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

  .box-text-w51 {
    z-index: 2;
    width: 80%;
    position: relative;
  }

  .box-text-w51._2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-left: 0;
  }

  .im-many {
    z-index: 1;
    width: 17rem;
  }

  .flex-h-sp {
    flex-flow: column;
  }

  .how_card-info {
    min-height: auto;
  }

  .awards-image {
    width: 100%;
  }

  .why_cards-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .why-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    min-height: 0;
    padding: 1.5rem;
    display: flex;
    top: 6rem;
  }

  .why-card-h {
    font-size: 1.5rem;
  }

  .why-card-stat {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .why-card-stat.flex-v {
    min-width: auto;
  }

  .why-card-visual, .why-card-visual.card {
    width: 100%;
  }

  .why-card-visual.hidden-tablet {
    display: none;
  }

  .coin-item, .coin-card {
    width: 100%;
  }

  .partners-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .mpp-logo {
    object-fit: contain;
    width: auto;
  }

  .main-form-2 {
    display: flex;
  }

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

  .logo_block-mob {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: row;
    align-self: flex-start;
    height: 2.5rem;
    display: flex;
  }

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

  .input-5 {
    background-color: #fcfcfc;
    font-size: .75rem;
  }

  .input-5::placeholder {
    font-size: .75rem;
  }

  .google-logo {
    object-position: 0% 50%;
    width: auto;
  }

  .hero-form-w-440-2 {
    z-index: 1;
    background-color: #0000;
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem 0;
    position: relative;
  }

  .error-message-3 {
    height: 20px;
  }

  .text-size-36px {
    font-size: 1.75rem;
  }

  .open_hero {
    height: auto;
  }

  .open-btn.is--form {
    margin-top: 0;
  }

  .container-hero-open {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-open_blue-text {
    font-size: 1.125rem;
  }

  .open_hero-blue-card {
    display: none;
  }

  .section-blue {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-blue.mob-transparent {
    background-color: #0000;
    padding-top: 0;
  }

  .text-32-b {
    font-size: 1.13rem;
  }

  .text-32-b.max-w-570 {
    max-width: none;
    font-size: 1.5rem;
  }

  .banner-content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
  }

  .open-form-2-wrap {
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
    flex-direction: column;
    overflow: auto;
  }

  .best-visual {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 1.25rem;
  }

  .best-image-1 {
    width: 12.625rem;
    height: 19.125rem;
  }

  .best-image-2 {
    width: 7.75rem;
    height: 11.25rem;
  }

  .best-image-3 {
    display: none;
  }

  .open_cards-wrap {
    overflow: visible;
  }

  .hero-form-w-400 {
    z-index: 1;
    background-color: #0000;
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem 0;
    position: relative;
  }

  .gallery-slider {
    justify-content: center;
    height: 25rem;
  }

  .swiper {
    width: 100%;
  }

  .gallery-image {
    object-fit: cover;
    height: 25rem;
  }

  .h2-36px {
    font-size: 2.5rem;
  }

  .privacy-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 3rem;
  }

  .navbar__logo-root.hidden-on-tablet {
    display: none;
  }

  .navbar__logo-root.hidden-on-desktop {
    display: flex;
  }

  .hero__wrapper {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .hero__wrapper.partners {
    padding-bottom: 6.25rem;
  }

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

  .hero__buttons {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .hero__buttons.column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .hero__list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: .75rem;
    padding-bottom: 0;
  }

  .hero__item {
    border: 1px #000;
    border-bottom: 1px solid #ffffff29;
    border-radius: 0;
    width: 100%;
    padding-bottom: .75rem;
  }

  .hero__title {
    max-width: 30rem;
    font-size: 2.5rem;
  }

  .hero__descr {
    max-width: 30rem;
    margin-bottom: 2.5rem;
  }

  .about {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
  }

  .about.about-partners {
    padding-top: 3.75rem;
  }

  .location {
    grid-column-gap: 27.75rem;
    grid-row-gap: 27.75rem;
    flex-flow: column;
    margin-bottom: 2rem;
    padding: 1.5rem;
    display: flex;
  }

  .location__title {
    margin-bottom: .5rem;
    font-size: 2rem;
  }

  .location__descr {
    margin-bottom: 3rem;
    font-size: 1rem;
  }

  .location__list {
    grid-column-gap: 3rem;
    grid-row-gap: 3.125rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .services {
    padding-top: 5.5rem;
    padding-bottom: 3.75rem;
  }

  .title-h2 {
    font-size: 2rem;
  }

  .title-h2.developers__title, .title-h2.commission__title {
    max-width: none;
  }

  .title-h2.about-partners__title {
    margin-bottom: .5rem;
  }

  .title-h2.privilege__title {
    margin-bottom: 2rem;
  }

  .title-h2.margin-bottom {
    margin-bottom: 3rem;
  }

  .services__list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .services__item {
    min-height: 15.0625rem;
  }

  .services__item-title {
    margin-bottom: .75rem;
  }

  .services__item-icon {
    width: 3rem;
    height: 3rem;
    margin-left: 0;
  }

  .services__icon {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
  }

  .awards {
    margin-bottom: 3.75rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .awards__list {
    grid-column-gap: 3.75rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
  }

  .awards__item {
    max-width: none;
    height: 22.25rem;
  }

  .awards__image-wrapper {
    height: 19.125rem;
  }

  .partnership {
    padding: 1.5rem;
  }

  .partnership__tag {
    font-size: 1rem;
  }

  .partnership__title-wrapper {
    margin-bottom: 2rem;
  }

  .partnership__title {
    max-width: 26.25rem;
    font-size: 1.5rem;
  }

  .partnership__descr {
    max-width: 21.5rem;
    font-size: 1rem;
  }

  .partnership__video-button {
    width: 22rem;
    height: auto;
    max-height: 12rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    padding-left: 2.25rem;
    bottom: auto;
  }

  .partnership__tag-wrapper {
    margin-bottom: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .advantages {
    padding-top: 3.75rem;
    padding-bottom: 2rem;
  }

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

  .advantages__grid-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .advantages__item-tag-wrapper {
    max-height: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
    font-size: 1rem;
  }

  .advantages__card {
    grid-column-gap: 8.625rem;
    grid-row-gap: 8.625rem;
    flex-flow: column;
    padding: 1.5rem;
    overflow: hidden;
  }

  .advantages__card.privilege__card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-height: 0;
  }

  .advantages__text-root h3 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }

  .advantages__text-root p {
    font-size: 1rem;
  }

  .advantages__text-root em {
    font-size: 4rem;
    display: inline-block;
  }

  .advantages__text-root strong {
    padding-left: 0;
    font-size: 4rem;
  }

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

  .advantages__card-image {
    max-width: none;
    height: auto;
    inset: auto 0% 8rem;
  }

  .projects {
    padding-top: 5.5rem;
    padding-bottom: 2rem;
  }

  .projects__list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .loop_item__item {
    height: 7.5rem;
    max-height: 7.5rem;
    padding-left: 2rem;
  }

  .developers__wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 0;
    padding-top: 5rem;
  }

  .developers__title-wrapper.border {
    padding: 1rem;
  }

  .developers__descr {
    max-width: none;
  }

  .developers__list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .developers__item {
    height: 16rem;
  }

  .developers__item-title {
    font-size: 1.75rem;
  }

  .developers__item-descr {
    font-size: .875rem;
  }

  .cta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .form-bg__wrapper {
    width: 100%;
  }

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

  .form__descr {
    max-width: none;
    font-size: 1rem;
  }

  .form-bg__image {
    display: none;
  }

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

  .footer__row.bottom {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__row.row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .footer__logo-link {
    margin-bottom: 0;
  }

  .footer__video-btn.video-btn {
    padding-top: 2rem;
    padding-right: 4rem;
  }

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

  .footer__payment-list.hidden {
    display: none;
  }

  .footer__payment-list.hidden-desktop {
    display: flex;
  }

  .navbar__logo {
    display: none;
  }

  .nav-menu__links {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: 90%;
  }

  .burger-btn__close {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .burger-btn__close.hidden {
    display: none;
  }

  .burger-btn__open {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .burger-btn__open.hidden {
    display: none;
  }

  .agent-img {
    bottom: 0;
    right: -8rem;
  }

  .partners-hero__list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    max-width: 18.75rem;
    margin-bottom: 2rem;
  }

  .commission {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }

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

  .about-partners__wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .about-partners__descr {
    margin-bottom: 2.25rem;
  }

  .about-partners__card {
    min-height: 18.75rem;
    padding: 1.5rem;
  }

  .about-partners__card-text p {
    font-size: var(--text--16px);
  }

  .about-partners__icon-wrapper {
    margin-left: 0;
  }

  .how {
    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
  }

  .how__wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .how__descr {
    max-width: none;
  }

  .how__item {
    padding-bottom: 2.5rem;
    padding-left: 6.25rem;
  }

  .privilege {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .privilege__wrapper {
    flex-flow: column;
    margin-bottom: 2rem;
    display: flex;
  }

  .privilege__list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top: 1px solid var(--color--body--grey--100);
    flex-flow: column;
    display: flex;
  }

  .privilege__item {
    border-top-style: none;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .privilege__item-text {
    text-transform: none;
  }

  .reward__title-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2.5rem;
  }

  .reward__awards-image {
    max-width: 14.4375rem;
  }

  .why-card__text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
  }

  .why-card__text h3 {
    font-size: 1.75rem;
  }

  .why-card__text ul {
    margin-top: 1.5rem;
  }

  .why-card__text li {
    padding-left: 2.5rem;
  }

  .hero-event__card {
    height: 28.75rem;
  }

  .hero-event__form {
    padding-top: 1.25rem;
  }

  .hero-event__card-top {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .hero-event__card-title {
    font-size: 2.5rem;
  }

  .hero-event__descr {
    font-size: 1rem;
  }

  .bg-image {
    max-width: 30.625rem;
    top: 7.6875rem;
    right: -2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .card-body {
    padding: 20px;
  }

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

  .container.footer__grid {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .container.footer__grid.custom {
    grid-row-gap: 1.5rem;
  }

  .container.hero-event {
    padding-top: 3rem;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .developers {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .max-w-60 {
    max-width: 70%;
  }

  .flex-h-48px-center {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .icon-wrap-70px {
    width: var(--size--50px);
    height: var(--size--50px);
  }

  .form__text-input.is-partners {
    width: 100%;
  }

  .form__wrapper.horizontal {
    flex-direction: column;
    display: flex;
  }

  .form__wrapper.partners {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .input.is-partners {
    width: 100%;
  }

  .hero {
    height: auto;
    padding-bottom: 3.75rem;
  }

  .hero.partners-hero {
    background-image: url('../images/hero-partners-bg-mobile.png');
    background-position: 50% 100%;
  }

  .hero.event {
    padding-bottom: 0;
  }

  .media-wrap-small {
    height: 18rem;
  }

  .image-form-absolu-right {
    max-width: none;
  }

  .image-full-absolu {
    object-fit: cover;
  }

  .grid-4col {
    grid-template-columns: 1fr 1fr;
  }

  .form-horiz-blue {
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
  }

  .foooter-wrapper {
    grid-column-gap: var(--size--40px);
    grid-row-gap: var(--size--40px);
    flex-wrap: wrap;
  }

  .footer.bg-blue {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .nav-menu {
    height: 100svh;
    padding-bottom: 7.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu__link {
    padding-top: 0;
  }

  .flex-h-40px {
    grid-column-gap: var(--size--40px);
    grid-row-gap: var(--size--40px);
  }

  .flex-h-40px.mob-20 {
    flex-flow: column;
  }

  .popup_cons-wrap {
    display: none;
  }

  .close-pop_up-icon {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }

  .close-popup-cons {
    z-index: 5;
    filter: invert();
    height: 10%;
    inset: 0% 0% auto auto;
  }

  .close-pop_up-brochure-icon {
    filter: invert();
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }

  .popup-map {
    border-radius: var(--size--10px);
    width: 90vw;
  }

  .close-map_popup {
    top: 1.5rem;
    right: 1.5rem;
  }

  .close-popup-floor_plans {
    z-index: 5;
    height: 10%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .close-pop_up-floor_plans-icon {
    filter: invert();
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }

  .video-block {
    border-radius: var(--size--10px);
    width: 47vw;
    height: 60vh;
  }

  .close-video-block {
    padding-top: var(--size--20px);
    padding-right: var(--size--20px);
    filter: invert();
    position: absolute;
  }

  .close-popup-video-icon {
    filter: invert();
  }

  .btn.white {
    max-width: none;
    margin-bottom: 3rem;
  }

  .btn.white.pertner-btn {
    margin-bottom: 0;
  }

  .btn.transparent {
    font-size: var(--text--18px);
    line-height: 140%;
  }

  .btn-sec.is--area-cards {
    width: 100%;
  }

  .hero-h1.is--partners, .hero-h1.is-open, .hero-h1.text-28, .hero-h1._36px {
    font-size: 1.75rem;
  }

  .main-btn_content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .btn-whatsapp-banner {
    width: 100%;
  }

  .banner_btn-wrap {
    z-index: 1;
    justify-content: flex-start;
    width: 100%;
    margin-top: 2rem;
    inset: auto 0% 0 auto;
  }

  .service_banner {
    z-index: 33;
    min-height: 300px;
    position: relative;
    overflow: visible;
  }

  .banner-h {
    margin-bottom: 1.25rem;
  }

  .coin_info-wrap {
    flex-wrap: wrap;
    max-width: none;
  }

  .coin_item-inner {
    justify-content: flex-start;
  }

  .coin_separator {
    display: none;
  }

  .coin_header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .big-text {
    text-align: center;
    font-size: 3rem;
  }

  .project {
    width: 48%;
  }

  .project.success {
    width: 100%;
  }

  .dropdown-wrapper {
    margin-bottom: 0;
  }

  .loop-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .loop_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 300%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .flex-h-spb {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-h-spb.radius-0 {
    background-color: #0000;
    border-radius: 0;
  }

  .flex-h-spb.sticky {
    border-radius: 0;
    position: relative;
  }

  .form-bg {
    min-height: 34.4375rem;
    padding: 1rem;
  }

  .form-bg.is--popup {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .form-bg.popup {
    min-height: 33.6875rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
  }

  .footer_btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .footer_bottom-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .popup-brochure.is--popup {
    min-height: 33.6875rem;
  }

  .close-popup-video-2 {
    filter: invert();
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
  }

  .section-hiro {
    overflow: hidden;
  }

  .heding1 {
    font-size: 3rem;
  }

  .h3-box.mob {
    width: 30%;
  }

  .im-trai {
    width: 11.88rem;
    min-width: 11.88rem;
    height: 6.88rem;
  }

  .h2-m {
    font-size: 3rem;
  }

  .div-block-30, .div-block-31 {
    width: auto;
  }

  .cart {
    height: 20rem;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .adv-cart {
    height: 13.3rem;
  }

  .im-bg-adv.ps {
    display: none;
  }

  .im-bg-adv.pl {
    display: block;
  }

  .wrap-form {
    padding: 1.5rem;
  }

  .form-block-main.pa {
    width: 100%;
  }

  .bg__section.background-fix {
    height: 100vh;
  }

  .grid-projects {
    grid-template-columns: 1fr;
  }

  .div-block-53 {
    align-items: flex-start;
  }

  .grid-map {
    grid-template-columns: 1fr 1fr;
    height: 45rem;
  }

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

  .grid-investition {
    grid-template-columns: 1fr;
    height: 29rem;
  }

  .list-3 {
    padding-left: 1.1rem;
  }

  .image-16.ps {
    display: none;
  }

  .image-msp.ps {
    height: 86%;
  }

  .popup-inner-flex {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .icon-close-popup {
    right: 0;
  }

  .popup-content-volta {
    width: 100%;
    height: 33rem;
  }

  .popup-content-volta.non {
    height: 36rem;
  }

  .image-cons-pa.mob-non {
    display: none;
  }

  .h2-box-vob {
    width: auto;
  }

  .popup_partner-wrap {
    display: none;
  }

  .hover-adv-cart {
    display: flex;
  }

  .text-block-20 {
    font-size: .88rem;
  }

  .grid-2col-copy-copy {
    flex-direction: column;
    display: flex;
  }

  .award-img {
    display: none;
  }

  .widget-msk {
    width: 100%;
    max-width: none;
    position: sticky;
    top: auto;
    bottom: 0;
  }

  .partners-btn_wrapper {
    background-color: #00aee6;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.125rem;
  }

  .text-wrapper-widget {
    padding-left: 0;
  }

  .widget-button {
    display: none;
  }

  .container-hero-partners {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2.5rem;
  }

  .max-w-500 {
    align-items: stretch;
  }

  .max-w-500.is-open {
    order: -1;
  }

  .partners_hero-blue-card {
    display: none;
  }

  .program-p-wrap {
    border: 1px #000;
    min-height: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .program-card {
    flex: none;
    width: 18.75rem;
  }

  .program-card.stroked, .program-card.visible {
    width: 100%;
  }

  .reward.padding-top-130 {
    padding-top: 4rem;
  }

  .box-text-h-g14 {
    margin-left: 0;
  }

  .grid-profit {
    grid-template-columns: 1fr;
  }

  .box-text-w51 {
    margin-left: 0;
  }

  .h3 {
    font-size: 2rem;
  }

  .h3.mob-28 {
    font-size: 1.75rem;
  }

  .calac-item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .block-profit {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-h-sp {
    flex-flow: column;
  }

  .how-cards-wrap {
    grid-row-gap: .75rem;
  }

  .how_card-info {
    height: auto;
  }

  .how-card {
    width: 100%;
  }

  .how-card-image {
    height: 50%;
  }

  .why-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.25rem;
    position: relative;
    top: 0;
  }

  .why-card.bg-dark, .why-card.bg-darker {
    padding: 1.25rem;
  }

  .why-card-stat {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .why_item-h {
    font-size: 1.25rem;
  }

  .why-card-visual {
    height: auto;
  }

  .coin-h {
    font-size: 2rem;
  }

  .coin-card {
    padding: 1.35rem;
  }

  .icon-140 {
    width: 4.375rem;
    height: 4.375rem;
  }

  .partners-form-image {
    width: 8rem;
    height: auto;
  }

  .partners_cards-wrap {
    flex-flow: row;
    margin-left: -1.7rem;
    margin-right: -1.7rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    overflow: auto;
  }

  .widget-msk-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    left: 0%;
    right: 0%;
  }

  .container-hero-open {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2.5rem;
  }

  .max-w-350 {
    align-items: stretch;
  }

  .open_hero-blue-card {
    display: none;
  }

  .icon-106-abs {
    right: 0;
  }

  .open-how-cards-wrap {
    grid-row-gap: .75rem;
    margin-top: 5.625rem;
  }

  .text-size-24 {
    font-size: 1.25rem;
  }

  .open-form-2-wrap {
    padding-top: 0;
    padding-left: 0;
  }

  .best-header {
    margin-bottom: 1.5rem;
  }

  .metro-content.mob-hide {
    display: none;
  }

  .metro-content.desk-hide {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    margin-top: 2.5rem;
    display: flex;
  }

  .metro-h {
    color: #000;
  }

  .metro-sep, .gradient-black {
    display: none;
  }

  .open_cards-wrap {
    flex-flow: column;
    overflow: auto;
  }

  .max-w-400 {
    order: 1;
    align-items: stretch;
  }

  .gallery-slider, .gallery-image {
    height: 18rem;
  }

  .coin-card-image {
    width: 4.375rem;
    height: 4.375rem;
  }

  .hero__wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .hero__wrapper.partners {
    padding-bottom: 4rem;
  }

  .hero__text-wrapper.long {
    width: 100%;
    max-width: none;
  }

  .hero__buttons {
    flex-flow: column;
  }

  .hero__buttons.column {
    margin-bottom: 4rem;
  }

  .hero__title {
    font-size: 2.25rem;
  }

  .hero__descr, .hero__descr.short {
    margin-bottom: 2.5rem;
  }

  .about {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .about.about-partners {
    padding-top: 2.5rem;
  }

  .location {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 1rem;
  }

  .location__list {
    grid-template-columns: 1fr 1fr;
  }

  .location__map {
    margin-left: -1rem;
    display: none;
    position: static;
  }

  .location__map.mobile {
    width: auto;
    height: auto;
    display: block;
  }

  .services {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .title-h2 {
    font-size: 1.75rem;
  }

  .title-h2.services__title, .title-h2.privilege__title {
    margin-bottom: 2rem;
  }

  .title-h2.margin-bottom {
    margin-bottom: 1.5rem;
  }

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

  .services__item {
    min-height: 14.75rem;
  }

  .services__item-title {
    font-size: 1.25rem;
  }

  .awards {
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .awards__list {
    grid-column-gap: 1rem;
    margin-top: 2rem;
  }

  .awards__item {
    height: auto;
  }

  .awards__image-wrapper {
    height: 10.75rem;
  }

  .partnership {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .partnership__title-wrapper {
    margin-bottom: 2.5rem;
  }

  .partnership__title, .partnership__descr {
    max-width: none;
  }

  .partnership__video-button {
    width: 21.5625rem;
    margin-left: auto;
    margin-right: -1rem;
    position: static;
  }

  .partnership__video-icon {
    justify-content: center;
    align-items: center;
    width: 7.5rem;
    height: 7.5rem;
    display: flex;
  }

  .partnership__tag-wrapper {
    margin-bottom: 2rem;
  }

  .advantages {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .advantages__wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

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

  .advantages__grid-item {
    height: auto;
    min-height: 22.5rem;
    max-height: none;
    padding: 1rem;
  }

  .advantages__grid-item.dark {
    aspect-ratio: auto;
  }

  .advantages__card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1rem;
  }

  .advantages__card.privilege__main-card {
    padding: 1.25rem;
  }

  .advantages__card.privilege__card {
    grid-column-gap: 2.125rem;
    grid-row-gap: 2.125rem;
    padding: 1.25rem 1.25rem 1.25rem 1rem;
  }

  .advantages__text-root h3 {
    font-size: 1.5rem;
  }

  .advantages__text-root em {
    font-size: 2.5rem;
    display: block;
  }

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

  .advantages__card-image {
    position: static;
  }

  .projects {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

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

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

  .developers__wrapper {
    margin-top: 0;
    padding-top: 4rem;
  }

  .developers__item {
    height: 19.6875rem;
  }

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

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

  .footer__row.row-mobile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .footer__nav-menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 12.25rem;
    display: grid;
  }

  .footer__location-text {
    max-width: none;
  }

  .footer__video-btn.video-btn {
    width: 65.14%;
    min-width: 65.14%;
    margin-left: -1rem;
    position: absolute;
    top: 22rem;
    bottom: auto;
  }

  .footer__bottom {
    padding-bottom: 5rem;
  }

  .nav-menu__links {
    height: 100%;
  }

  .burger-btn__open {
    order: 0;
    display: flex;
  }

  .burger-btn__open.hidden {
    display: none;
  }

  .hero__btn-text {
    text-align: center;
  }

  .agent-img {
    max-height: 19rem;
    bottom: -2.5rem;
    right: -.75rem;
  }

  .partners-hero__list {
    flex-flow: wrap;
    order: 1;
    align-self: baseline;
    max-width: 10.9375rem;
  }

  .commission {
    padding-bottom: 2.5rem;
  }

  .about-partners__card {
    min-height: 21rem;
    padding: 1.25rem;
  }

  .about-partners__card-text h3 {
    font-size: 1.25rem;
  }

  .referral {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .how {
    padding-bottom: 0;
  }

  .how__item {
    padding-bottom: 2.5rem;
    padding-left: 4.5rem;
  }

  .how__text-wrapper h3 {
    font-size: 1.25rem;
  }

  .privilege {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .privilege__wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
  }

  .privilege__item {
    padding-top: 3rem;
  }

  .reward__title-wrapper {
    margin-bottom: 2.5rem;
  }

  .reward__awards-image {
    max-width: 13.625rem;
  }

  .why-card__text h3 {
    font-size: 1.5rem;
  }

  .why-card-visual__item {
    padding-left: 2.25rem;
  }

  .why-card-visual__item-text h4 {
    font-size: 1.25rem;
  }

  .hero-event__card {
    padding: 1rem;
  }

  .hero-event__form {
    padding-top: 1rem;
  }

  .hero-event__card-title {
    font-size: 2.25rem;
  }

  .hero-event__card-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-event__card-text-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .hero-event__card-link {
    align-self: auto;
  }

  .hero-event__card-text {
    font-size: 1.25rem;
  }

  .bg-image {
    max-width: 100%;
    display: block;
    inset: auto 0% -18rem;
  }
}

@media screen and (max-width: 479px) {
  .u-mb-0 {
    margin-bottom: 0;
  }

  .container {
    width: 100%;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .max-w-60 {
    max-width: 80%;
  }

  .flex-v-15px.max-w-420px {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: row;
  }

  .text-small-14px.is-program, .text-small-14px.text-color-565656 {
    font-size: .875rem;
  }

  .text-small-14px.text-color-dark-grey.m-h {
    display: none;
  }

  .flex-v-5px._80 {
    flex: none;
    width: 80%;
  }

  .flex-v-10px {
    grid-column-gap: var(--size--10px);
    grid-row-gap: var(--size--10px);
  }

  .flex-h-15px-center {
    grid-column-gap: var(--size--15px);
    grid-row-gap: var(--size--15px);
    grid-template-rows: auto;
    grid-template-columns: min-content;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-projects-wrap {
    width: auto;
  }

  .form__text-input.is-partners.rad-30 {
    border-radius: 1rem;
  }

  .form__wrapper {
    width: auto;
  }

  .input.is-partners.rad-30, .btn-brand_color.is-black.rad-30 {
    border-radius: 1rem;
  }

  .hero.event {
    padding-bottom: 0;
  }

  .text-regular.m-10 {
    font-size: .625rem;
  }

  .grid-4col.margin-top-25px.op-h {
    display: flex;
    overflow: scroll;
  }

  .foooter-wrapper {
    grid-column-gap: var(--size--15px);
    grid-row-gap: var(--size--15px);
    flex-direction: column;
  }

  .nav-menu {
    min-height: 100svh;
  }

  .flex-h-40px {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flex-h-40px.mob-20 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .popup_cons-wrap {
    display: none;
  }

  .close-pop_up-icon {
    filter: none;
  }

  .popup_brochure-wrap {
    display: none;
  }

  .video-block {
    width: 90vw;
    height: 67vh;
  }

  .btn, .btn-sec {
    width: 100%;
  }

  .hero-h1.is--partners, .hero-h1.is-open {
    margin-bottom: .75rem;
  }

  .hero-h1.is-open.m-h {
    display: none;
  }

  .hero-h1.text-28 {
    margin-bottom: .75rem;
    font-size: 1.5rem;
  }

  .hero-h1.text-28.d-h {
    margin-bottom: 0;
    display: block;
  }

  .hero-h1.text-28.m-h {
    display: none;
  }

  .hero-h1.text-28.d-h-2 {
    text-align: center;
    max-width: 90%;
    display: block;
  }

  .hero-h1._36px {
    margin-bottom: .75rem;
  }

  .btn-whatsapp-banner {
    align-items: center;
  }

  .main-btn_p {
    font-size: .875rem;
  }

  .banner_btn-wrap {
    margin-top: 1rem;
    bottom: 0%;
    right: 0%;
  }

  .service_banner {
    min-height: 230px;
    margin-bottom: 0;
    padding: 1.25rem;
  }

  .banner-h {
    margin-bottom: 1.25rem;
    font-size: 1.6rem;
  }

  .banner_icon {
    width: 4rem;
    height: 4rem;
  }

  .coin_item-inner {
    grid-column-gap: var(--size--10px);
    grid-row-gap: var(--size--10px);
  }

  .coin_header.mob-w-50 {
    z-index: 1;
    max-width: 15rem;
    position: relative;
  }

  .big-text {
    font-size: 2rem;
  }

  .dropdown-link {
    height: 30px;
  }

  .project {
    height: 130px;
  }

  .dropdown-wrapper {
    font-size: 12px;
  }

  .loop-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .loop_item {
    width: 380%;
  }

  .flex-h-spb {
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flex-h-spb.radius-0 {
    padding-bottom: 0;
  }

  .form-bg.popup {
    min-height: 37.5rem;
  }

  .popup-brochure.is--popup {
    min-height: 37.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
  }

  .section-hiro {
    overflow: hidden;
  }

  .heding1 {
    font-size: 2.13rem;
  }

  .box-h1 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-bottom: 1.56rem;
  }

  .circul-btn {
    display: none;
  }

  .btn-m {
    height: 3.13rem;
    padding-right: 1.25rem;
  }

  .h2-smol-m {
    font-size: .75rem;
  }

  .h2-smol-m.mpb {
    display: block;
  }

  .h3-smol-m {
    font-size: .88rem;
  }

  .h3-box.mob {
    width: 41%;
  }

  .im-trai {
    width: 11.88rem;
    min-width: 11.88rem;
    height: 6.88rem;
  }

  .section-real-estate {
    padding-top: 5.63rem;
    padding-bottom: 5.63rem;
  }

  .h2-m, .h2-m.wight {
    font-size: 2.13rem;
  }

  .div-block-29 {
    margin-bottom: 1.88rem;
  }

  .cart {
    padding: 1.25rem;
  }

  .sectiot-video {
    height: 45.8rem;
  }

  .link-block-6 {
    right: 1.25rem;
  }

  .block-video {
    width: 100%;
    height: 45.8rem;
  }

  .lightbox-link-video {
    display: none;
  }

  .wrapper_perspective {
    border-radius: 2em;
  }

  .html-bg-video {
    object-fit: contain;
    display: none;
  }

  .section-advantages {
    padding-top: 5.63rem;
    padding-bottom: 5.63rem;
  }

  .grid {
    grid-column-gap: .94rem;
    grid-row-gap: .94rem;
    margin-top: 1.88rem;
    margin-bottom: 5.63rem;
  }

  .adv-cart {
    height: 10.56rem;
  }

  .adv-cart.big {
    height: 12rem;
    padding-left: .94rem;
    padding-right: .63rem;
  }

  .im-bg-adv.vob {
    display: block;
  }

  .im-bg-adv.ps, .im-bg-adv.pl {
    display: none;
  }

  .im-bg-adv.mob1 {
    display: block;
  }

  .im-bg-adv.ps-pl {
    display: none;
  }

  .text-32-m.mob24 {
    font-size: 1.5rem;
  }

  .box-prise {
    padding-top: .75rem;
    padding-bottom: .63rem;
    top: .63rem;
    right: .63rem;
  }

  .list-2 {
    padding-left: .7rem;
  }

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

  .wrap-form {
    padding: 1.25rem .94rem;
  }

  .success-div-2 {
    font-size: 1.13rem;
  }

  .error-message-2 {
    bottom: -1.1rem;
  }

  .form-block-main {
    min-height: 28.9rem;
  }

  .form-block-main.pa {
    width: 100%;
    min-height: 26.7rem;
  }

  .input-3 {
    height: 3.13rem;
    font-size: .88rem;
  }

  .submit-form-btn-volt {
    height: 3.13rem;
    font-size: .75rem;
  }

  .box-text-form {
    width: 100%;
  }

  .bg__section.background-fix {
    height: 40.63rem;
  }

  .section-project {
    padding-top: 5.63rem;
    padding-bottom: 2.81rem;
  }

  .btn-video-lb.mob-non {
    display: none;
  }

  .grid-projects {
    grid-column-gap: 1.56rem;
    grid-row-gap: 1.56rem;
    grid-template-columns: 1fr;
  }

  .text-14-m.gray.mob {
    display: block;
  }

  .text-14-m.gray.ps {
    display: none;
  }

  .section-partner {
    padding-top: 2.81rem;
    padding-bottom: 5.63rem;
  }

  .text-22-m {
    font-size: 1rem;
  }

  .h2-m--64 {
    font-size: 2.13rem;
  }

  .div-block-58 {
    grid-column-gap: .94rem;
    grid-row-gap: .94rem;
    flex-direction: column;
  }

  .div-block-59 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .div-block-61 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .section-map-m {
    padding-top: 5.63rem;
    padding-bottom: 5.63rem;
    position: relative;
  }

  .box-h2-4 {
    width: 80%;
  }

  .grid-map {
    grid-template-columns: 1fr;
    height: 45.3rem;
  }

  .div-block-64 {
    width: 90%;
  }

  .blok-grid-map-2 {
    justify-content: flex-start;
  }

  .grid-investition {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    background-color: var(--f5f5f7);
    grid-template-columns: 1fr;
    height: auto;
    padding: 1.31rem 1.25rem;
    overflow: hidden;
  }

  .image-bg.ps {
    display: none;
  }

  .image-bg.mob {
    width: 100%;
    height: 63rem;
    display: block;
  }

  .list-3 {
    padding-left: 1.2rem;
  }

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

  .image-16 {
    height: 15rem;
  }

  .image-16.mob {
    display: block;
  }

  .image-16.ps {
    height: 22rem;
    display: none;
  }

  .box-btn--invest {
    padding-bottom: .5rem;
    padding-right: 0;
  }

  .t-btn {
    font-size: .88rem;
  }

  .image-msp.ps {
    display: none;
  }

  .image-msp.mob {
    height: auto;
    display: block;
    top: 7.9rem;
  }

  .bg__section2.background-fix {
    height: 40.63rem;
  }

  .text-24-m.mob-non {
    display: none;
  }

  .block-form {
    margin-bottom: 5.63rem;
    padding: 1.25rem;
  }

  .section-footer {
    padding-top: 3.13rem;
    padding-bottom: 7.9rem;
  }

  .grid-footer {
    grid-column-gap: 2.25rem;
    grid-row-gap: 1.56rem;
    grid-template-columns: 1fr 1fr;
  }

  .box-text-foo {
    width: 60%;
  }

  .block-grid-2 {
    align-items: flex-start;
  }

  .blok-link-foo2 {
    width: 100%;
    height: auto;
    padding-left: 2.2rem;
  }

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

  .wr-btn-anim {
    align-items: flex-end;
    display: flex;
  }

  .popup-inner-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-close-popup {
    color: #fff;
    top: 1rem;
    right: 1rem;
  }

  .popup-content-volta {
    background-color: #fff0;
    border-radius: 0;
    height: 100vh;
    padding: 4.5rem 0 3.5rem;
  }

  .popup-content-volta.non {
    height: auto;
  }

  .image-cons-pa.mob-non {
    display: none;
  }

  .box-btn--hiro {
    align-items: center;
  }

  .text-block-18, .text-block-19 {
    text-transform: none;
  }

  .div-block-72.mob-non {
    display: none;
  }

  .input-hidden {
    height: 3.13rem;
    font-size: .88rem;
  }

  .hover-adv-cart {
    display: none;
  }

  .text-block-20 {
    font-size: .69rem;
  }

  .form-block-main-mini {
    min-height: 26.5rem;
  }

  .html-bg-video-mob {
    object-fit: contain;
    height: 45.8rem;
    display: block;
  }

  .lightbox-link-video-mob {
    display: block;
    position: absolute;
    inset: 0%;
  }

  .award-img.is--partners {
    height: 11.8125rem;
    display: block;
    inset: auto auto 9rem 0%;
  }

  .award-img.is--open {
    height: 11.8125rem;
    inset: auto auto 9rem 0%;
  }

  .plyr_embed {
    object-fit: cover;
    width: 100%;
    left: 0%;
  }

  .wrp-btn-play {
    justify-content: center;
    align-items: center;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .container-hero-partners {
    width: 92%;
  }

  .max-w-500.is-open {
    margin-bottom: 3.75rem;
  }

  .partners_hero-image {
    max-height: 24rem;
    right: -42%;
  }

  .partners_hero-image-2 {
    width: 15rem;
    right: -.9rem;
  }

  .partners-btn-wrap {
    flex-wrap: wrap;
  }

  .program-header {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .program-card-h {
    font-size: 1.25rem;
  }

  .container-m-w-77-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn-blue.is-open.desk-hide {
    width: 100%;
  }

  .reward.padding-top-130 {
    padding-top: 5rem;
  }

  .reward.padding-top-127 {
    padding-top: 3rem;
  }

  .box-text-h-g14 {
    z-index: 2;
    position: relative;
  }

  .box-text-h-g14.mob-hide {
    display: none;
  }

  .box-profit {
    padding: 1.5rem 1.25rem;
  }

  .box-text-w51 {
    width: 100%;
  }

  .h3 {
    font-size: 1.7rem;
  }

  .calac-item {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .im-many {
    top: 3.2rem;
  }

  .how-cards-wrap {
    margin-top: 1.75rem;
  }

  .how_card-info {
    padding: 1.25rem;
  }

  .how_card-info.mob-h {
    min-height: 19.4375rem;
  }

  .how-card-image.is-open {
    height: 40%;
  }

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

  .why-card-h {
    font-size: 1.5rem;
  }

  .why-card-stat {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .why-card-list {
    padding-left: 20px;
  }

  .medium-30 {
    font-size: 1.25rem;
  }

  .coin-h {
    font-size: 1.75rem;
  }

  .coin-item {
    border: 1px #000;
    width: 100%;
  }

  .coin-card {
    border-radius: 1.7rem;
    justify-content: space-between;
    align-items: flex-end;
  }

  .coin-card.big {
    overflow: hidden;
  }

  .icon-140.mob-hide {
    display: none;
  }

  .partners-form.rad-30 {
    border-radius: 1rem;
  }

  .partners-form-image {
    display: none;
  }

  .partners_cards-wrap {
    margin-right: -.8rem;
  }

  .partners-h2 {
    font-size: 1.75rem;
  }

  .widget-msk-wrapper {
    top: auto;
    bottom: 0;
  }

  .logo_block-mob {
    height: 2.5rem;
  }

  .input-5 {
    border-style: none;
    height: 3.125rem;
  }

  .input-5.mob-stroke {
    border-style: solid;
  }

  .hero-form-w-440-2 {
    padding: 1rem 0;
  }

  .container-hero-open {
    width: 92%;
    padding-top: 2rem;
  }

  .hero-open_blue-text {
    font-size: 1.25rem;
  }

  .hero-open_blue-text.text-14px.mob-10 {
    margin-bottom: 0;
    font-size: .625rem;
  }

  .hero-open_blue-text.d-h {
    text-align: center;
    font-size: 1.125rem;
    display: block;
  }

  .hero-open_blue-text.m-h {
    display: none;
  }

  .hero-open_bold-text {
    font-size: 1.25rem;
  }

  .hero-open_bold-text._14px.d-h {
    display: block;
  }

  .hero-open_bold-text._14px.m-h {
    display: none;
  }

  .hero-open_bold-text.m-16 {
    font-size: 1rem;
  }

  .open-hero-btn-wrap {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }

  .open-hero-btn-wrap.d-h {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 2rem;
    display: flex;
  }

  .open-hero-btn-wrap.m-h {
    display: none;
  }

  .open_hero-blue-card {
    display: flex;
  }

  .open_hero-blue-card.d-h {
    order: 1;
    display: flex;
  }

  .open_hero-blue-card.m-h {
    display: none;
  }

  .open_mockup-component {
    order: 1;
  }

  .icon-106-abs {
    top: -.6rem;
    right: 1rem;
  }

  .open-how-cards-wrap {
    margin-top: 5.625rem;
  }

  .text-size-24 {
    font-size: .875rem;
  }

  .text-size-24.mob-20 {
    font-size: 1.25rem;
  }

  .open-form-2-wrap {
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
    border-radius: 0;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: grid;
  }

  .best-image-1, .best-image-2 {
    border-radius: 1rem;
  }

  .metro-header {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .metro-visual {
    height: 20rem;
  }

  .metro-content.mob-hide {
    display: none;
  }

  .metro-content.desk-hide {
    flex-flow: column;
    display: flex;
  }

  .metro-h {
    font-size: 1.25rem;
  }

  .gradient-black {
    display: none;
  }

  .open_cards-wrap {
    grid-row-gap: 1.25rem;
    margin-top: 2rem;
    overflow: visible;
  }

  .hero-form-w-400 {
    padding: 1rem 0;
  }

  .max-w-400.m-center {
    align-items: center;
  }

  .gallery-image {
    object-fit: cover;
  }

  .swiper-right2 {
    margin-right: .5rem;
  }

  .swiper-left2 {
    margin-left: .5rem;
  }

  .coin-card-image {
    width: auto;
    height: 100%;
    top: 10%;
    bottom: -10%;
    right: -60%;
  }

  .privacy-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .hero__wrapper.partners {
    padding-bottom: 4rem;
  }

  .hero__title {
    font-size: 2.15rem;
  }

  .advantages__grid-item {
    aspect-ratio: 1;
    height: auto;
    min-height: 22.5rem;
    max-height: none;
  }

  .footer__row.row-mobile {
    width: 100%;
  }

  .nav-menu__links {
    height: 90%;
  }

  .hero-event__form {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-event__title {
    font-size: 1.25rem;
  }

  .bg-image {
    display: block;
    bottom: -18rem;
  }
}

#w-node-_31563f95-12a2-7697-f67f-d04a34e03a96-64fbea7d, #w-node-f76fc26b-4812-4486-b784-fb879c0ec909-64fbea7d, #w-node-_5ca36440-8b48-9e0a-4107-206a84a3d868-64fbea7d, #w-node-_5c8da83b-36c4-ad51-8dd9-30bb56120800-64fbea7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c8da83b-36c4-ad51-8dd9-30bb5612080c-64fbea7d, #w-node-_5c8da83b-36c4-ad51-8dd9-30bb56120812-64fbea7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c8da83b-36c4-ad51-8dd9-30bb56120818-64fbea7d, #w-node-_1478673d-dad1-cdc5-a887-7b9f3202084c-64fbea7d, #w-node-_1478673d-dad1-cdc5-a887-7b9f3202084e-64fbea7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1478673d-dad1-cdc5-a887-7b9f32020851-64fbea7d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1478673d-dad1-cdc5-a887-7b9f32020875-64fbea7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1478673d-dad1-cdc5-a887-7b9f32020877-64fbea7d, #w-node-_1478673d-dad1-cdc5-a887-7b9f3202087d-64fbea7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9439a56-7038-0fcc-3138-67a90eda59a9-64fbea7d, #w-node-e9439a56-7038-0fcc-3138-67a90eda59bd-64fbea7d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0abf9617-82c2-ee60-f9c8-31c50895eef2-0895eede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0abf9617-82c2-ee60-f9c8-31c50895ef09-0895eede {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0abf9617-82c2-ee60-f9c8-31c50895ef21-0895eede {
  justify-self: end;
}

#w-node-b0e8b5e4-20d9-5898-7281-d88ac134f5fe-c134f5fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Lead-Name-5.w-node-b0e8b5e4-20d9-5898-7281-d88ac134f605-c134f5fd, #w-node-ec89dc39-ec9e-48ab-3336-9618148ad9c9-148ad9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2c7c467-786b-8489-8f50-c603723f5f8b-723f5f8b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1ac03f6b-e82e-b512-8545-06d3f493903d-943cfac1, #w-node-_744c4086-00c3-300b-5dd4-30ee135d0c87-943cfac1, #w-node-_1957084b-11e1-ce92-9c2a-bf12fdd049f3-943cfac1, #w-node-b8fa0465-9ce5-3563-6e46-f75f9fedb68f-943cfac1, #w-node-_7bfc67d5-c0b7-0b1a-f519-436bb32ef536-943cfac1, #w-node-_6481d3f9-f1b8-8c22-3ec9-40aa4e8c6141-943cfac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff300b2a-86f8-c4a9-8ea0-b0a7c81ab5c9-943cfac1 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-c7f03e2a-718e-9a38-92dd-9e3cf386dcfe-943cfac1 {
  grid-area: 2 / 2 / 2 / 3;
}

#w-node-_7ddd7c41-84f6-83d1-5e03-5d0aa834acbd-943cfac1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e2ca5d68-cf0a-e467-fb7d-84f388b1e710-943cfac1, #w-node-_8adbc7ee-ccc4-e94d-007e-8e376b676d0b-943cfac1, #w-node-da3d48f1-fab6-73ca-e459-e6dcde3cfa3f-943cfac1, #w-node-_3f401d0f-5733-ba29-5ba4-31539423055a-943cfac1, #w-node-_6f5bd78f-e070-18b5-3486-07bcd1d89d83-943cfac1, #w-node-_75afea84-863c-b171-b8f0-efa62488c8e8-943cfac1, #w-node-be706f1e-026d-e212-ef89-f8938a726eb5-943cfac1, #w-node-_03b831b5-f4e9-89c2-ec54-eea7c5a5c9a6-943cfac1, #w-node-_0c92f9d4-cd90-1b22-c7da-9e2dd06ebbf8-943cfac1, #w-node-_5e104028-c4c3-198e-5f13-02e3a432fbc7-943cfac1, #w-node-dc8592b4-77ee-aa72-ddda-aaa2cfa431f5-943cfac1, #w-node-ab4ddb2d-6496-0721-a7ae-8b4a3e09ea03-943cfac1, #w-node-e83358d3-1e17-c248-73fc-1ffecb456ac0-943cfac1, #w-node-_8b06aa45-0908-123b-aebb-ebeaf25f80a5-943cfac1, #w-node-_878f57e1-c790-ee86-75d2-e185538a927e-943cfac1, #w-node-_40bea383-9f2c-f4d9-c43b-4cedbf0b5556-943cfac1, #w-node-b4ffa6e1-bb91-eeef-5581-c37a5ea8bbfd-943cfac1, #w-node-fa9cca63-2178-ea51-54e3-f24dde833467-943cfac1, #w-node-cfaa3c37-740a-2a1a-8a30-d46a5b395052-943cfac1, #w-node-_375b7b35-15db-332d-1118-d75c7903e595-943cfac1, #w-node-_556efbfc-ff00-3a69-6bda-11b0385bc964-943cfac1, #w-node-f7ee8ce2-d230-3656-63bb-fa5eb12240c8-fe71d1ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7ee8ce2-d230-3656-63bb-fa5eb12240dd-fe71d1ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0cf17070-917e-31cd-bb9b-36900a73dac5-fe71d1ce {
  justify-self: end;
}

#w-node-_97bd38ec-4e29-9df4-e76b-1b2470a74d90-95cdac5d {
  grid-area: 1 / 1 / 4 / 5;
}

#w-node-_38863d09-3d65-6f5d-f18f-6293709911e1-95cdac5d {
  grid-area: 1 / 5 / 3 / 9;
  justify-self: auto;
}

#w-node-_9d592e8c-a906-0f9c-c575-2c3c96baf340-95cdac5d {
  grid-area: 2 / 10 / 4 / 13;
  place-self: end center;
}

#w-node-_949669f5-5a64-6a95-e8af-132869a074c3-95cdac5d {
  grid-area: 1 / 7 / 2 / 12;
  place-self: start end;
}

#w-node-_08148863-8b4d-86c7-43f9-580fbcffff6b-95cdac5d, #w-node-_08148863-8b4d-86c7-43f9-580fbcffff6f-95cdac5d, #w-node-_08148863-8b4d-86c7-43f9-580fbcffff73-95cdac5d, #w-node-_08148863-8b4d-86c7-43f9-580fbcffff77-95cdac5d, #w-node-f7ee8ce2-d230-3656-63bb-fa5eb12240c8-95cdac5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7ee8ce2-d230-3656-63bb-fa5eb12240dd-95cdac5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0cf17070-917e-31cd-bb9b-36900a73dac5-95cdac5d {
  justify-self: end;
}

#w-node-d74e77aa-4b8c-7844-b7b1-41099e9e87a7-787df771, #w-node-_82251f58-a54a-52f9-0d45-c03e41e8a08a-787df771 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_868b8344-4a62-1f02-074e-e150630d3784-787df771, #w-node-e762d35b-4cc3-5e14-c846-661b6ae5e7da-787df771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4d6a03bc-52bb-6af2-f695-98779552c76f-64fbea79, #w-node-faec5d2f-3b0f-b868-f4c9-986af637c280-64fbea79, #w-node-e7b746e1-a9d6-6b97-dd51-10118b4c66c1-64fbea79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f76fc26b-4812-4486-b784-fb879c0ec909-64fbea7d, #w-node-_5ca36440-8b48-9e0a-4107-206a84a3d868-64fbea7d {
    grid-column: span 1 / span 1;
  }

  #w-node-aea12c86-2417-df82-57e0-2b6a79c674ff-64fbea7d, #w-node-e9439a56-7038-0fcc-3138-67a90eda59b7-64fbea7d, #w-node-e9439a56-7038-0fcc-3138-67a90eda5a0b-64fbea7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0abf9617-82c2-ee60-f9c8-31c50895ef0c-0895eede {
    grid-column: span 2 / span 2;
  }

  #w-node-cfaa3c37-740a-2a1a-8a30-d46a5b395052-943cfac1, #w-node-ecc17bff-77c6-853e-ab6e-bda6f6d8d472-943cfac1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c67c625-2a11-af9c-333d-ebdec3f39180-fe71d1ce {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3c67c625-2a11-af9c-333d-ebdec3f3918d-fe71d1ce {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_3c67c625-2a11-af9c-333d-ebdec3f391a9-fe71d1ce {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_3c96f343-28e9-4991-4ed0-904f690ea61e-fe71d1ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f7ee8ce2-d230-3656-63bb-fa5eb12240df-fe71d1ce {
    grid-column: span 2 / span 2;
  }

  #w-node-e4a26b23-9097-2ec9-1453-08c2c0300ac8-fe71d1ce, #w-node-e4a26b23-9097-2ec9-1453-08c2c0300ae3-fe71d1ce, #w-node-faec5d2f-3b0f-b868-f4c9-986af637c280-fe71d1ce, #w-node-faec5d2f-3b0f-b868-f4c9-986af637c29d-fe71d1ce, #w-node-e7b746e1-a9d6-6b97-dd51-10118b4c66c1-fe71d1ce, #w-node-e7b746e1-a9d6-6b97-dd51-10118b4c66dc-fe71d1ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_97bd38ec-4e29-9df4-e76b-1b2470a74d90-95cdac5d {
    grid-row-start: 2;
    grid-column-end: 4;
  }

  #w-node-_38863d09-3d65-6f5d-f18f-6293709911e1-95cdac5d {
    grid-column: 3 / 5;
    grid-row-start: 2;
  }

  #w-node-_949669f5-5a64-6a95-e8af-132869a074c3-95cdac5d {
    grid-column: 1 / 3;
  }

  #w-node-_3c96f343-28e9-4991-4ed0-904f690ea61e-95cdac5d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f7ee8ce2-d230-3656-63bb-fa5eb12240df-95cdac5d {
    grid-column: span 2 / span 2;
  }

  #w-node-e4a26b23-9097-2ec9-1453-08c2c0300ac8-95cdac5d, #w-node-e4a26b23-9097-2ec9-1453-08c2c0300ae3-95cdac5d, #w-node-faec5d2f-3b0f-b868-f4c9-986af637c280-95cdac5d, #w-node-faec5d2f-3b0f-b868-f4c9-986af637c29d-95cdac5d, #w-node-e7b746e1-a9d6-6b97-dd51-10118b4c66c1-95cdac5d, #w-node-e7b746e1-a9d6-6b97-dd51-10118b4c66dc-95cdac5d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0cfe10a9-dd88-975f-9f34-8a421f42adec-787df771 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0cfe10a9-dd88-975f-9f34-8a421f42adf8-787df771 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_4d6a03bc-52bb-6af2-f695-98779552c76f-787df771, #w-node-faec5d2f-3b0f-b868-f4c9-986af637c280-787df771, #w-node-e7b746e1-a9d6-6b97-dd51-10118b4c66c1-787df771 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e9439a56-7038-0fcc-3138-67a90eda59b7-64fbea7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6481d3f9-f1b8-8c22-3ec9-40aa4e8c6141-943cfac1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ff300b2a-86f8-c4a9-8ea0-b0a7c81ab5c9-943cfac1 {
    grid-column: 1 / 3;
    grid-row-start: 3;
  }

  #w-node-c7f03e2a-718e-9a38-92dd-9e3cf386dcfe-943cfac1 {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-_7ddd7c41-84f6-83d1-5e03-5d0aa834acbd-943cfac1 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-_3c67c625-2a11-af9c-333d-ebdec3f39180-fe71d1ce, #w-node-_3c67c625-2a11-af9c-333d-ebdec3f3918d-fe71d1ce, #w-node-_3c67c625-2a11-af9c-333d-ebdec3f391a9-fe71d1ce, #w-node-_0cfe10a9-dd88-975f-9f34-8a421f42adec-787df771, #w-node-_0cfe10a9-dd88-975f-9f34-8a421f42adf8-787df771 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b353b70a-d003-c018-ea40-37fda68b76fb-64fbea7d, #w-node-_38de0396-195d-ac52-8503-3f345da38038-64fbea7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e104028-c4c3-198e-5f13-02e3a432fbc7-943cfac1, #w-node-_6b9ae33c-0fb6-fd89-ddc8-8d7fcaacfbd4-943cfac1, #w-node-fa9cca63-2178-ea51-54e3-f24dde833467-943cfac1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cfaa3c37-740a-2a1a-8a30-d46a5b395052-943cfac1, #w-node-ecc17bff-77c6-853e-ab6e-bda6f6d8d472-943cfac1, #w-node-_7d495f8a-e54f-0a29-a635-660f7953b2a4-943cfac1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_97bd38ec-4e29-9df4-e76b-1b2470a74d90-95cdac5d {
    grid-column-end: 3;
  }

  #w-node-_949669f5-5a64-6a95-e8af-132869a074c3-95cdac5d {
    grid-column-end: 5;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Opensanshebrew';
  src: url('../fonts/OpenSansHebrew-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensanshebrew';
  src: url('../fonts/OpenSansHebrew-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Involve';
  src: url('../fonts/Involve-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Involve';
  src: url('../fonts/Involve-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}