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

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

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

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

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

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

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

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

@font-face {
  font-family: Involve;
  src: url('../fonts/Involve-Bold.ttf') format("truetype");
  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;
}

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

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

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

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

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

:root {
  --colors--white: #fff;
  --colors--black: #201a23;
  --colors--grey: #4f4c55;
  --colors--light-grey: #e4e4e7;
  --colors--primary: #353150;
  --colors--red: #c51619;
  --green: #4fb44d;
  --colors--old-primary: #6d61c2;
}

body {
  background-color: var(--colors--white);
  color: var(--colors--white);
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  color: var(--colors--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  color: var(--colors--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 110%;
}

p {
  margin-bottom: 0;
  font-weight: 300;
}

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

.navbar-london {
  z-index: 5;
  background-color: #ddd0;
  border-bottom: 1px solid #ffffff80;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  inset: 0% 0% auto;
}

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

.line-naw {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.brand.none {
  display: none;
}

.naw-logo {
  width: 11.81rem;
  font-size: .625rem;
}

.naw-logo.min {
  width: 6rem;
  height: auto;
}

.naw-logo.vienna, .naw-logo.vienna-logo, .naw-logo.vienna-logo {
  width: 10rem;
}

.naw-logo.vienna-logo.desk {
  display: none;
}

.naw-logo.vienna-logo {
  width: 10rem;
}

.naw-logo.vienna-logo-desk {
  width: 10rem;
  display: none;
}

.naw-logo.vienna-logo-desk.desk {
  display: none;
}

.naw-logo-black {
  width: 11.81rem;
  font-size: .625rem;
  display: none;
}

.nav-menu, .block-link {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--colors--white);
  padding: .3125rem 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 110%;
  transition: all .3s;
}

.nav-link:hover {
  color: #f3f3f3b3;
}

.section-hero {
  min-height: 100vh;
  padding-bottom: 2rem;
  position: relative;
}

.container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrp {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

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

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

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

.bg-video-overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #0009, #00000080);
  position: absolute;
  inset: 0%;
}

.hero-content {
  flex-flow: column;
  justify-content: space-between;
  max-width: 45rem;
  display: flex;
}

.hero-content.ru {
  max-width: 47rem;
}

.hero-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.points {
  border-top: .0625rem solid #ffffff80;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 2rem;
}

.hero-form-wrp {
  background-color: #fff;
  border-radius: 1.25rem;
  width: 25rem;
  padding: 1.25rem;
}

.main-heading {
  text-transform: none;
  margin-bottom: .5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}

.main-heading.ar {
  font-family: Notosansarabic, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 130%;
}

.main-heading.ru {
  font-size: 2.8rem;
}

.main-heading.h2 {
  color: var(--colors--white);
}

.text-1-5rem {
  color: var(--colors--grey);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}

.text-1-5rem.black {
  color: var(--colors--black);
}

.hero-point {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  min-width: 30%;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.hero-point.first {
  padding-left: 0;
}

.hero-point.first.ar {
  padding-right: 0;
}

.hero-point.center {
  border-left: .0625rem solid #f3f3f380;
  border-right: .0625rem solid #f3f3f380;
}

.hero-point.center.ar, .hero-point.ar {
  padding-right: 1rem;
}

.heading-1-75rem {
  text-transform: none;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 120%;
}

.heading-1-75rem.feature {
  max-width: 20rem;
  font-family: Involve, sans-serif;
  font-weight: 700;
  line-height: 110%;
}

.heading-1-75rem.ar {
  font-family: Notosansarabic, sans-serif;
}

.heading-1-75rem.weight-600 {
  font-weight: 600;
}

.heading-1-75rem.weight-600.ru {
  font-size: 1.6rem;
}

.text-1rem {
  color: #f3f3f3b3;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.text-1rem.gray {
  color: var(--colors--grey);
}

.text-1rem.black {
  color: #333333b3;
  line-height: 140%;
}

.text-1rem.light-black {
  z-index: 3;
  color: #333333b3;
  font-family: Involve, sans-serif;
  font-weight: 400;
  position: relative;
}

.text-1rem.light-black.ar {
  font-family: Notosansarabic, sans-serif;
}

.text-1rem.light-gray {
  color: #f3f3f3b3;
  text-align: center;
  max-width: 50rem;
  line-height: 140%;
}

.text-1rem.mob-gray {
  color: #f3f3f3cc;
  line-height: 140%;
}

.text-1rem.white {
  color: var(--colors--white);
}

.text-1rem.point {
  justify-content: center;
  align-items: flex-start;
}

.hero-form {
  color: var(--colors--grey);
  margin-bottom: 0;
}

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

.form.ar {
  text-align: right;
}

.form-info-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.form-info-wrapper.horizontal {
  padding: 1.5rem;
}

.form-info-wrapper.ar {
  text-align: right;
}

.heading-1-625rem {
  font-size: 1.8rem;
  line-height: 120%;
}

.heading-1-625rem.max-w-15 {
  max-width: 15rem;
  font-size: 1.8rem;
}

.heading-1-625rem.max-w-15.ar {
  max-width: 10rem;
}

.heading-1-625rem.min {
  font-size: 1.5rem;
}

.heading-1-625rem.ar {
  font-family: Notosansarabic, sans-serif;
  line-height: 120%;
}

.text-0-875rem {
  color: var(--colors--grey);
  font-size: .875rem;
  line-height: 140%;
}

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

.form-inputs.horizontal {
  flex-flow: row;
}

.input {
  border: .0625rem solid var(--colors--light-grey);
  color: var(--colors--black);
  background-color: #fff;
  border-radius: .75rem;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 0 1rem;
  font-size: 1rem;
}

.input.phone {
  width: 25rem;
}

.input.phone.ar {
  direction: ltr;
}

.input.ar {
  text-align: right;
}

.btn-red {
  border: .0625rem solid var(--colors--primary);
  text-transform: none;
  background-color: #353150;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  min-width: 18.125rem;
  height: 3.5rem;
  padding: 0;
  font-family: Involve, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: border .3s, background-color .3s;
  display: flex;
}

.btn-red:hover {
  border: .0625rem solid var(--colors--white);
  background-color: var(--colors--black);
}

.btn-red.max-w-22 {
  max-width: 22rem;
}

.btn-red.max-w-22.mob-only {
  display: none;
}

.btn-red.big {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-end;
  width: 25rem;
  height: 10rem;
  padding: 1rem 1.5rem 1rem 1rem;
}

.btn-red.ar {
  font-family: Notosansarabic, sans-serif;
}

.btn-red.video {
  z-index: 1;
  width: 18.125rem;
  display: none;
  position: absolute;
  bottom: 1.5rem;
}

.btn-red.video:hover {
  border-style: none;
}

.section-about {
  background-color: var(--colors--white);
  padding-top: 5rem;
}

.section-about.hide {
  display: none;
}

.about-wrp {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

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

.about-opportunity {
  flex-flow: column;
  justify-content: space-between;
  max-width: 33.25rem;
  display: flex;
}

.about-developer {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  flex-flow: column;
  display: flex;
}

.text-point {
  color: var(--colors--white);
  text-transform: uppercase;
  flex: 1;
  font-family: Involve, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

.text-point.ar {
  font-family: Notosansarabic, sans-serif;
}

.dev-logo {
  width: 10.2rem;
  display: none;
}

.dev-feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

.icon {
  background-color: var(--colors--white);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .3rem;
  display: flex;
}

.heading-1-25rem {
  color: var(--colors--white);
  text-transform: none;
  font-family: Involve, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
}

.heading-1-25rem.black {
  color: var(--colors--black);
  text-align: center;
  text-transform: uppercase;
}

.heading-1-25rem.ar {
  font-family: Notosansarabic, sans-serif;
}

.section-company {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.heading-3-125rem {
  max-width: 50rem;
  font-size: 2.75rem;
  font-weight: 600;
}

.heading-3-125rem.white {
  color: var(--colors--white);
  max-width: none;
  font-size: 3rem;
}

.heading-3-125rem.white.mob-size {
  font-size: 3rem;
}

.heading-3-125rem.white.mob-size.ar {
  font-family: Notosansarabic, sans-serif;
}

.heading-3-125rem.mw {
  max-width: 40rem;
}

.heading-3-125rem.mw.ar {
  font-family: Notosansarabic, sans-serif;
  line-height: 130%;
}

.heading-3-125rem.mw.ru {
  max-width: 45rem;
}

.heading-3-125rem.ar {
  font-family: Notosansarabic, sans-serif;
  line-height: 120%;
}

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

.google-wrp {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: flex-end;
  max-width: 16rem;
  display: flex;
}

.google-wrp.ru {
  max-width: 20rem;
}

.google-logo {
  width: 6.95rem;
}

.body {
  background-color: #faf9fc;
}

.google-text {
  color: #3336;
  text-transform: none;
  font-family: Involve, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.google-text.ar {
  font-family: Notosansarabic, sans-serif;
}

.company-wrp {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.company-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: url('../images/team-1.webp');
  background-position: 50% 60%;
  background-size: cover;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 43.125rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.features-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.company-feature {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  display: flex;
}

.company-feature.center {
  border-right: .0625rem solid var(--colors--white);
  border-left: .0625rem solid var(--colors--white);
  padding-left: 2rem;
  padding-right: 1rem;
}

.company-feature.center.ar {
  padding-right: 2rem;
}

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

.block-cart-nominates {
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 24.19rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-20 {
  z-index: 5;
  width: 100%;
  position: relative;
}

.div-block-20.lift {
  justify-content: flex-end;
  display: flex;
}

.div-block-19 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-8 {
  z-index: 1;
  width: 12.5rem;
  position: relative;
}

.hover {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-10 {
  width: 100%;
  height: 100%;
}

.section-form {
  background-color: var(--colors--primary);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.success-message {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 1.25rem;
  padding: 0;
}

.error-message {
  background-color: #0000;
  margin-top: .5rem;
  padding: 0;
}

.horizontal-inputs {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--colors--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrp-video-about {
  position: relative;
}

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

.plyr_component.is-full-screen {
  height: 38rem;
  overflow: hidden;
}

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

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

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

.wrp-btn-watch {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 10.25rem;
  height: 10.25rem;
  display: flex;
  position: absolute;
  inset: auto;
}

.wrp-btn-watch.plyr_cover {
  width: 6.8125rem;
  height: 6.8125rem;
  position: relative;
}

.wrp-btn-watch.plyr_invitation {
  display: none;
}

.wrp-btn-watch.plyr_cover {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #ffffff40;
  border-radius: 32rem;
  width: 5rem;
  height: 5rem;
  position: relative;
  box-shadow: 2px 2px 32px 16px #0000001a;
}

.plyr_pause-trigger {
  display: none;
}

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

.project-head {
  justify-content: space-between;
  margin-top: 1rem;
  display: none;
}

.heading-big {
  text-transform: uppercase;
  flex-flow: column;
  font-size: 8rem;
  display: flex;
}

.heading-big.ar {
  font-family: Notosansarabic, sans-serif;
  line-height: 120%;
}

.heading-2-5rem {
  color: #3333334d;
  text-transform: none;
  max-width: 22rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 110%;
}

.heading-2-5rem.black {
  color: var(--colors--black);
  text-transform: uppercase;
  font-family: Involve, sans-serif;
  font-weight: 700;
}

.heading-2-5rem.black.big {
  text-transform: none;
  max-width: none;
}

.heading-2-5rem.black.big.ar, .heading-2-5rem.black.ar {
  font-family: Notosansarabic, sans-serif;
}

.heading-2-5rem.mob-size {
  text-transform: none;
  max-width: 40rem;
  font-family: Manrope, sans-serif;
  font-size: 1.75rem;
}

.heading-2-5rem.mob-size.ar {
  font-family: Notosansarabic, sans-serif;
  line-height: 120%;
}

.btn-wrp {
  flex-flow: column;
  justify-content: space-between;
  width: 27rem;
  display: flex;
}

.project-residences {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 4.2rem;
  margin-bottom: 6.8rem;
  display: grid;
}

.project-residences.second {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr 2fr;
  margin-top: 0;
  margin-bottom: 0;
}

.project-content {
  flex-flow: column;
  justify-content: space-between;
  width: 27rem;
  display: flex;
}

.project-content.sec {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-start;
}

.images-wrp {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.image-big {
  object-fit: cover;
  width: 26rem;
  height: 35rem;
}

.image-big.min {
  height: 34rem;
}

.image-small {
  object-fit: cover;
  width: 18rem;
  height: 24rem;
}

.project-info {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.infractructure-points {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.point {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line {
  background-color: var(--colors--black);
  width: 4.25rem;
  height: 1px;
}

.section-offer {
  background-color: var(--colors--black);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.offer-wrp {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.offer-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.offer-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-3rem {
  color: var(--colors--white);
  text-align: center;
  font-size: 3rem;
}

.heading-3rem.ar {
  font-family: Notosansarabic, sans-serif;
}

.arrow {
  width: 2rem;
  margin-bottom: .2rem;
}

.arrow.ar {
  transform: rotate(90deg);
}

.footer {
  background-color: var(--colors--primary);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.footer.buttom {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  inset: auto 0% 0%;
}

.flex-v-30 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
  position: relative;
}

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

.flex-h-0.footer {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-h-0.footer._1 {
  justify-content: space-between;
  width: 100%;
}

.flex-h-0.footer._2 {
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 100%;
}

.flex-h-0.footer {
  justify-content: flex-start;
  align-items: center;
  width: 52.5rem;
}

.flex-h-0.footer.space-between {
  justify-content: space-between;
  align-items: center;
  width: 48rem;
  margin-left: 0;
  margin-right: 0;
}

.logo-footer {
  background-image: url('../images/logo-group-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13rem;
  height: 3rem;
}

.logo-footer.submit {
  background-image: none;
}

.footer-menu {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.footer-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--colors--black);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 110%;
  transition: opacity .3s;
  display: flex;
}

.footer-link:hover {
  opacity: .65;
}

.social-block {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  display: flex;
}

.icon-40px {
  object-fit: scale-down;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.img-contain {
  filter: invert(60%);
  object-fit: scale-down;
  height: auto;
}

.divider-h {
  background-color: #cecdd0;
  width: 100%;
  height: .0625rem;
}

.flex-h-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flex-h-20.footer-bottom {
  justify-content: center;
  align-items: stretch;
}

.text-size-16px {
  color: var(--colors--black);
  font-size: 1rem;
}

.text-size-16px.text-color-black-light {
  color: #6d6e70;
  text-align: center;
  width: 100%;
}

.text-size-16px.ar {
  text-align: right;
}

.text-size-16px.weight-500 {
  font-weight: 500;
}

.success-logo {
  background-image: url('../images/logo-group-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13rem;
  height: 3rem;
  margin-top: 21rem;
  margin-left: auto;
  margin-right: auto;
}

.error-text {
  color: var(--colors--red);
  text-align: center;
  font-size: .8rem;
}

.horizontal-form {
  margin-bottom: 0;
}

.gallery-btn {
  border: .0625rem solid var(--colors--black);
  cursor: pointer;
  border-radius: 100rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  margin-left: auto;
  display: none;
}

.btn-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.remodal {
  z-index: 999;
  background-color: #6d6e70;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0;
}

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

.popup-inner-wrp {
  z-index: 2;
  position: relative;
}

.popup {
  z-index: 2;
  background-color: #fff;
  border-radius: 1.25rem;
  width: 53.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  position: relative;
  overflow: visible;
}

.popup-inner {
  display: flex;
}

.popup-form-wrp {
  width: 27rem;
  height: 100%;
  margin-bottom: 0;
}

.popup-form-img {
  border-radius: .625rem;
  width: 16rem;
  position: absolute;
  inset: auto 2.8rem 0 auto;
}

.popup-form-img.ar {
  transform-style: preserve-3d;
  left: 2.8rem;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.popup-close-icon {
  color: #fff;
  cursor: pointer;
  width: 2.5rem;
  position: absolute;
  inset: 0% -4rem 0 auto;
}

.slider-wrap {
  background-color: #fff;
  border-radius: 1.25rem;
  width: 100%;
  height: 37.5rem;
  display: flex;
  overflow: hidden;
}

.mask {
  flex: 1;
}

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

.arrow-2 {
  font-size: 1.5rem;
}

.slide-nav {
  font-size: .625rem;
}

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

.dev-features.grid {
  margin-top: 5rem;
}

.btn-grid-wrp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.btn-grid-wrp.mw {
  width: 45rem;
}

.naw-logo-2 {
  width: 11.81rem;
  font-size: .625rem;
}

.naw-logo-black-2 {
  width: 11.81rem;
  font-size: .625rem;
  display: none;
}

.text-1-5 {
  margin-bottom: .2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 130%;
  display: inline-block;
}

.text-1-5.black {
  color: var(--colors--black);
}

.text-1-5.ar {
  max-width: 30rem;
}

.section-statistics {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.statistics-wrp {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

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

.statistics-text {
  color: #333333b3;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.statistics-desc {
  flex-flow: column;
  flex: 0 45rem;
  justify-content: flex-end;
  display: flex;
}

.statistics-content-wrp {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.statistics-content-wrp.ru {
  flex-flow: column;
}

.statistics-img-wrp {
  flex-flow: column;
  width: 38.75rem;
  height: 100%;
}

.statistics-img {
  object-fit: cover;
  border-radius: 1rem;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.statistics-img.ru {
  width: auto;
  height: 35rem;
}

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

.card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #6d61c20d;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.25rem 1rem 1.25rem 1.25rem;
  display: flex;
}

.card-num {
  color: var(--colors--black);
  font-family: Involve, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.card-num.green {
  color: var(--green);
}

.card-num.ar {
  font-family: Notosansarabic, sans-serif;
}

.card-desc {
  color: var(--colors--black);
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.card-desc.ar {
  font-family: Notosansarabic, sans-serif;
}

.card-num-flex {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-num-flex.footer-bottom {
  justify-content: center;
  align-items: stretch;
  width: 52.5rem;
}

.green-arrow {
  height: 1.5rem;
}

.btn-form {
  background-color: var(--colors--black);
  text-transform: none;
  border-radius: .75rem;
  order: 0;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding: 0;
  font-family: Involve, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: border .3s, background-color .3s;
  display: flex;
}

.btn-form:hover {
  background-color: #282828;
}

.btn-form.max-w-22 {
  max-width: 22rem;
}

.btn-form.max-w-22.mob-only {
  display: none;
}

.btn-form.big {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-end;
  width: 25rem;
  height: 7.625rem;
  padding: 1rem 1.5rem 1rem 1rem;
}

.btn-form.ar {
  font-family: Notosansarabic, sans-serif;
}

.section-projects {
  background-color: var(--colors--black);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section-projects.hide {
  display: none;
}

.projects-content-wrp {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-projects {
  color: var(--colors--white);
  text-align: center;
  max-width: 65%;
  font-size: 2.5rem;
  font-weight: 600;
}

.heading-projects.ar {
  font-family: Notosansarabic, sans-serif;
}

.projects-grid {
  grid-column-gap: .625rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #e4e4e71a;
  border-radius: 1.5625rem;
  flex-flow: column;
  padding: 2.5rem 3.125rem;
  display: flex;
}

.project-name-wrp {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.project-gallery {
  height: 19.5rem;
  overflow: hidden;
}

.project-info-wrp {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.project-name {
  font-family: Involve, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 110%;
}

.project-name.ar {
  font-family: Notosansarabic, sans-serif;
}

.project-dev {
  font-family: Involve, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 120%;
}

.slider {
  direction: ltr;
  color: #f3f3f3;
  background-color: #ddd0;
  border-radius: 1rem;
  height: 100%;
  overflow: hidden;
}

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

.slide-img {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.project-points {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.project-point {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  display: flex;
}

.point-icon {
  width: 1rem;
}

.point-text {
  color: #f3f3f3;
  font-weight: 400;
}

.project-btn {
  text-transform: none;
  background-color: #0000;
  border: .0625rem solid #f5f5f780;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  transition: border .3s, background-color .3s;
  display: flex;
}

.project-btn:hover {
  background-color: var(--colors--white);
  color: var(--colors--black);
  border-color: #ffffff80;
}

.project-btn.max-w-22 {
  max-width: 22rem;
}

.project-btn.max-w-22.mob-only {
  display: none;
}

.project-btn.big {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-end;
  width: 25rem;
  height: 7.625rem;
  padding: 1rem 1.5rem 1rem 1rem;
}

.slider-icon-wrp {
  width: 1.875rem;
  height: 1.875rem;
}

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

.slider-icon {
  width: 1.875rem;
  height: auto;
  overflow: visible;
}

.slider-icon.right {
  transform: rotate(180deg);
}

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

.icon-img {
  width: 100%;
  height: auto;
}

.divider {
  background-color: var(--colors--black);
  opacity: .2;
  width: 100%;
  height: 1px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.hero_loop-component {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  direction: ltr;
  width: 100%;
  margin-top: 5rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.loop-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  direction: ltr;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.loop-logo {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.logo-img {
  opacity: .5;
  object-fit: contain;
  max-width: 13rem;
  max-height: 8rem;
}

.body-ar {
  direction: rtl;
  font-family: Notosansarabic, sans-serif;
}

.selector-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
}

.dropdown-lang {
  background-color: #0000;
  margin-bottom: -4rem;
  margin-left: -2rem;
  margin-right: 0;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 0;
  text-decoration: none;
}

.lang-wrap {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: #f0ece8;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0 2rem 2rem;
  font-size: 1rem;
  display: flex;
}

.lang-wrap.w--open {
  color: #f0ece8;
  -webkit-text-stroke-color: #f0ece8;
  border-radius: .9375rem .9375rem 0 0;
}

.lang-flag {
  object-fit: scale-down;
  width: 1.25rem;
  height: 1.25rem;
}

.lang-text {
  color: var(--colors--white);
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 120%;
  position: static;
}

.lang-text.black {
  color: var(--colors--black);
}

.lang-arrow {
  margin: 0;
  font-size: .6rem;
  line-height: 110%;
  position: static;
}

.lang-arrow.black {
  color: var(--colors--black);
}

.dropdown-lang-list-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #0000;
  background-color: #f0ece8;
  border-radius: .625rem;
  margin-top: 1rem;
  font-size: .75rem;
  line-height: 110%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem #0003;
}

.dropdown-lang-list-wrap.w--open {
  background-color: #fff;
  flex-flow: column;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: .625rem;
  display: flex;
}

.dropdown-lang-list-wrap.ar.w--open {
  min-width: 5rem;
  padding-left: 0;
  padding-right: .625rem;
}

.flex-h-5 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: #6d6e70;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.weight-400 {
  color: var(--colors--black);
  font-weight: 400;
}

.arrow-ar {
  width: 2rem;
  margin-bottom: .2rem;
  transform: rotate(90deg);
}

.arrow-ar.ar {
  transform: rotate(90deg);
}

.slide-nav-3, .slide-nav-4, .slide-nav-5 {
  display: none;
}

.more {
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 120%;
  display: inline-block;
}

.text-span {
  text-align: right;
}

.text-span.ar {
  text-align: left;
}

.project-cta-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.icon-text {
  color: var(--colors--black);
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.text-size-20 {
  color: var(--colors--black);
  font-size: 1.25rem;
  line-height: 140%;
}

.text-size-20.gray {
  color: var(--colors--grey);
  line-height: 130%;
}

.text-size-20.black {
  color: #333333b3;
  line-height: 140%;
}

.text-size-20.light-black {
  z-index: 3;
  color: #333333b3;
  font-family: Involve, sans-serif;
  font-weight: 400;
  position: relative;
}

.text-size-20.light-black.ar {
  font-family: Notosansarabic, sans-serif;
}

.text-size-20.light-gray {
  color: #f3f3f3b3;
  text-align: center;
  max-width: 50rem;
  line-height: 140%;
}

.text-size-20.mob-gray {
  color: #f3f3f3cc;
  line-height: 140%;
}

.text-size-20.white {
  color: var(--colors--white);
}

.text-size-20.white.weight-500 {
  font-weight: 500;
}

.text-size-20.point {
  justify-content: center;
  align-items: flex-start;
}

.text-size-20.invite {
  opacity: .7;
  color: var(--colors--white);
  line-height: 130%;
}

.text-size-20.text-footer {
  color: var(--colors--white);
  font-size: 1rem;
}

.text-size-20.text-footer.weight-500 {
  font-weight: 500;
}

.palm-link {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c7c4c4a1;
  border-radius: 1.125rem;
  justify-content: center;
  align-items: center;
  width: 13.5rem;
  height: 5rem;
  margin-top: 2rem;
  padding: .9375rem;
  text-decoration: none;
  display: flex;
}

.hero-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bold-text {
  margin-bottom: 1.5rem;
  display: inline-block;
}

.about-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--colors--black);
  flex-flow: column;
  display: flex;
}

.about-img-wrp {
  border-radius: .625rem;
  height: 18.75rem;
  position: relative;
  overflow: hidden;
}

.about-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-img.big {
  object-position: 0% 50%;
  height: 120%;
}

.section-developers {
  padding-top: 5rem;
  padding-bottom: 0;
}

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

.developers-wrp {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.developers-logos {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dev-logo-wrp {
  justify-content: center;
  align-items: center;
  min-width: 5rem;
  max-width: 7.5rem;
  display: flex;
}

.dev-logo-wrp.last {
  order: 1;
}

.dev-logo-img {
  opacity: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  min-height: 2.5rem;
  max-height: 3rem;
}

.section-gallery {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  max-width: 120rem;
  margin-top: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6.25rem;
  display: flex;
}

.gallery-video {
  border-radius: 1.875rem;
  height: 40rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  overflow: hidden;
}

.gallery-video.invitation {
  border: 2px solid var(--colors--black);
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.gallery-photos {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1.25fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 40rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: grid;
  overflow: hidden;
}

.ticket-wrp {
  background-color: var(--colors--white);
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.ticket-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--colors--primary);
  background-color: #00ade51a;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.ticket-heading-wrp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.ticket-nums {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  background-color: #fff;
  border: 1px solid #cecdd0;
  border-radius: 1rem;
  padding: 1.8rem;
  display: flex;
}

.tag-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.tag-wrp {
  flex-flow: row;
  display: flex;
}

.num-wrp {
  color: var(--colors--grey);
  text-transform: capitalize;
  flex-flow: column;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.num-wrp.ar {
  font-family: Notosansarabic, sans-serif;
}

.num-icon {
  width: 2.25rem;
}

.num {
  color: var(--colors--primary);
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 110%;
}

.num.ar {
  font-family: Notosansarabic, sans-serif;
}

.ticket-divider {
  background-color: #0000001a;
  width: 1px;
  height: 100%;
}

.ticket-form-wrp {
  background-color: #fff;
  border-left: 1px solid #cecdd0;
  width: 29rem;
  padding-left: 2rem;
}

.form-head {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.photo {
  object-fit: cover;
  border-radius: 1rem;
}

.photo.pos {
  object-position: 100% 50%;
}

.photo.new {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-31 {
  max-height: 100%;
}

.form-feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.form-subtitle-wrp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  display: flex;
}

.form-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.section-faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.faq-inner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.questions-wrp {
  flex-flow: column;
  display: flex;
}

.dropdown {
  z-index: 1;
  border-bottom: .0625rem solid #dfdfdf;
  width: 100%;
}

.dropdown.top {
  border-top: .0625rem solid #dfdfdf;
}

.dropdown-toggle {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  white-space: pre-line;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.56rem 0;
  display: flex;
}

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

.text-size-28px.max-80vw {
  font-weight: 600;
}

.text-size-28px.max-80vw.ar {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.faq-icon {
  width: 1.75rem;
  height: 1.75rem;
}

.dropdown-list-3 {
  background-color: #ddd0;
  display: block;
  position: static;
}

.faq-text-wrp {
  padding-bottom: 1.56rem;
  padding-right: 5rem;
}

.icon-3 {
  margin: 0;
  display: none;
  position: static;
}

.gallery-slider {
  justify-content: center;
  align-items: center;
  display: none;
  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;
}

.flex-v-2-125 {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  flex-flow: column;
  display: flex;
}

.company-awards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--colors--grey);
  background-color: #fff;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  display: grid;
  position: relative;
  top: 3rem;
}

.awards-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  display: flex;
}

.award-text {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.awards-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-20 {
  color: var(--colors--black);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 110%;
}

.award-img {
  width: auto;
  height: 4.5rem;
}

.awards-divider {
  background-color: #0000001a;
  width: 1px;
  height: 100%;
}

.awards-google {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--colors--grey);
  border-left: 1px solid #0000001a;
  align-items: center;
  padding-left: 6rem;
  display: flex;
}

.awards-google.ar {
  border-left-style: none;
  border-right: 1px solid #0000001a;
  padding-left: 0;
  padding-right: 2.2rem;
}

.google-rating {
  color: var(--colors--black);
  border: 1px solid #0000001a;
  border-radius: 100rem;
  padding: .5rem;
  font-weight: 600;
  line-height: 150%;
}

.google-img {
  height: 3.5rem;
}

.google-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.main-heading-copy {
  text-transform: none;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 110%;
}

.main-heading-copy.ar {
  font-family: Notosansarabic, sans-serif;
  font-size: 3.2rem;
  line-height: 140%;
}

.main-heading-copy.ru {
  font-size: 2.8rem;
}

.navbar {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  box-shadow: 8px 8px 2rem #0000001a;
}

.container-main {
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-logo {
  object-fit: contain;
  flex: none;
  width: 13rem;
  max-width: 12rem;
  height: 3rem;
}

.flex-h-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.nav-item {
  color: #86868b;
  font-weight: 400;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-item:hover {
  color: #1d1d1f;
}

.btn-cons {
  color: #fff;
  background-color: #1eade5;
  border-radius: 10rem;
  max-width: 18.75rem;
  padding: 1.125rem 2.625rem;
  font-size: 1.125rem;
  line-height: 120%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.btn-cons:hover {
  background-color: #1d1d1f;
}

.btn-cons.nav {
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.btn-cons.nav:hover {
  background-color: #1d1d1f;
}

.section.succes-page {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.spacer-60 {
  height: 3.75rem;
}

.flex-v-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flex-v-40.center {
  border-right: .0625rem solid var(--colors--white);
  border-left: .0625rem solid var(--colors--white);
  justify-content: flex-start;
  align-items: center;
}

.flex-v-24-center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-wrap-blue-large {
  background-color: var(--colors--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.flex-v-16-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-size-26px {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 120%;
}

.text-size-26px.text-color-grey.text-center {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-width-semibold {
  font-weight: 600;
}

.text-width-semibold.text-color-blue.text-center {
  color: var(--colors--primary);
}

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

.icon-80px {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.btn-link {
  color: #fff;
  text-align: center;
  background-color: #1eade5;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 2.625rem;
  font-size: 1.125rem;
  line-height: 120%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.btn-link:hover {
  background-color: #1d1d1f;
}

.btn-link.w--current {
  background-color: #8576e3;
}

.btn-link.ar {
  font-family: Notosansarabic, sans-serif;
  font-weight: 400;
}

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

.text-color-grey {
  color: #86868b;
}

.h1-submit {
  color: var(--colors--black);
  font-weight: 600;
}

.h1-submit.ar {
  font-family: Notosansarabic, sans-serif;
}

.invitation-block {
  z-index: 4;
  justify-content: flex-start;
  align-items: flex-end;
  width: 33%;
  max-width: 30rem;
  height: 17.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto auto 2.5rem 2.5rem;
}

.invitation-block.ar {
  width: 20%;
  height: 25rem;
  left: auto;
  right: 2.5rem;
}

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

.close-invitation {
  z-index: 5;
  background-color: var(--colors--white);
  opacity: .8;
  cursor: pointer;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

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

.body-wrap {
  margin-left: auto;
  margin-right: auto;
}

.flex_v-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gold-tag {
  background-image: linear-gradient(95deg, #dab556, #dec073);
  border-radius: .625rem;
  padding: .5rem .75rem;
  font-weight: 600;
}

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

.hero-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #f5f5f7;
  flex-flow: column;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.hero-list-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ellipse {
  border: 1px solid var(--colors--white);
  border-radius: 100rem;
  flex: none;
  width: 1.375rem;
  height: 1.375rem;
}

.brand-color {
  color: #353150;
}

.heading-32 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-32.max-w-15 {
  max-width: 15rem;
  font-size: 1.8rem;
}

.heading-32.max-w-15.ar {
  max-width: 10rem;
}

.heading-32.min {
  font-size: 1.5rem;
}

.heading-32.ar {
  font-family: Notosansarabic, sans-serif;
  line-height: 120%;
}

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

.heading-32.color-black {
  max-width: 25rem;
}

.text-0-875rem-copy {
  color: var(--colors--grey);
  font-size: 1.125rem;
  line-height: 140%;
}

.flex-h-12-center {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.point-tag {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff2e;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.point-tag.red {
  background-color: #eb4f3a;
}

.icon-18 {
  width: 1.125rem;
  height: 1.125rem;
}

.icon-22 {
  width: 1.375rem;
  height: 1.375rem;
}

.heading-44 {
  text-transform: none;
  max-width: 42.5rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 113%;
}

.heading-44.feature {
  max-width: 20rem;
  font-family: Involve, sans-serif;
  font-weight: 700;
  line-height: 110%;
}

.heading-44.ar {
  font-family: Notosansarabic, sans-serif;
}

.color-black {
  color: var(--colors--black);
  font-weight: 600;
}

.spacer-80, .spacer-80._80 {
  height: 5rem;
}

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

.section-featues {
  background-color: var(--colors--white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-featues.hide {
  display: none;
}

.heading-40 {
  text-transform: none;
  max-width: 42.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 113%;
}

.heading-40.feature {
  max-width: 20rem;
  font-family: Involve, sans-serif;
  font-weight: 700;
  line-height: 110%;
}

.heading-40.ar {
  font-family: Notosansarabic, sans-serif;
}

.heading-40.invite {
  color: var(--colors--white);
  max-width: none;
}

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

.card-num-2 {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.card-desc-2 {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

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

.statistics-img-wrapper {
  border-radius: 1.25rem;
  height: 100%;
}

.statistics-img-wrapper.ru {
  width: auto;
  height: 35rem;
}

.flex-v-48 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flex-v-48.center {
  border-right: .0625rem solid var(--colors--white);
  border-left: .0625rem solid var(--colors--white);
  justify-content: flex-start;
  align-items: center;
}

.flex_h-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.text-size-24 {
  color: var(--colors--black);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 126%;
}

.text-size-24.gray {
  color: var(--colors--grey);
}

.text-size-24.black {
  color: #333333b3;
  line-height: 140%;
}

.text-size-24.light-black {
  z-index: 3;
  color: #333333b3;
  font-family: Involve, sans-serif;
  font-weight: 400;
  position: relative;
}

.text-size-24.light-black.ar {
  font-family: Notosansarabic, sans-serif;
}

.text-size-24.light-gray {
  color: #f3f3f3b3;
  text-align: center;
  max-width: 50rem;
  line-height: 140%;
}

.text-size-24.mob-gray {
  color: #f3f3f3cc;
  line-height: 140%;
}

.text-size-24.white {
  color: var(--colors--white);
}

.text-size-24.white.weight-500 {
  font-weight: 500;
}

.text-size-24.point {
  justify-content: center;
  align-items: flex-start;
}

.text-size-24.min {
  color: var(--colors--grey);
  font-weight: 400;
}

.text-size-24.dev {
  z-index: 1;
  color: var(--colors--white);
  position: relative;
}

.text-size-24.brand-color {
  color: #353150;
}

.text-size-18 {
  color: var(--colors--grey);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
}

.text-size-18.text-color-black-light {
  color: #6d6e70;
  text-align: center;
  width: 100%;
}

.text-size-18.ar {
  text-align: right;
}

.section-developer {
  padding-top: 5rem;
}

.section-developer.hide {
  display: none;
}

.flex_v-36 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.grey-logo {
  filter: invert(90%);
  width: 12rem;
}

.dev-points {
  background-color: var(--colors--white);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 10rem;
  display: grid;
}

.dev-point {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
}

.dev-point.middle {
  border-left: 1px solid #f3f3f7;
  border-right: 1px solid #f3f3f7;
}

.text-size-14 {
  opacity: .8;
  color: var(--colors--grey);
  font-size: .875rem;
  line-height: 130%;
}

.text-size-14.text-color-black-light {
  color: #6d6e70;
  text-align: center;
  width: 100%;
}

.text-size-14.ar {
  text-align: right;
}

.text-size-14.text-award {
  color: var(--colors--black);
  font-weight: 500;
}

.dev-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.25rem 1rem 1.25rem 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dev-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient {
  background-image: linear-gradient(0deg, #00000080, #fff0);
  position: absolute;
  inset: 0%;
}

.abs {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.flex_h-24.center {
  justify-content: center;
  align-items: center;
}

.rate-wrp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--colors--black);
  border: 1px solid #dbe3e6;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.advanteges {
  color: var(--colors--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.flex_v-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex_v-40.adv {
  padding-left: 3rem;
  padding-right: 3rem;
}

.flex_v-40.adv._1 {
  padding-left: 0;
}

.flex_v-40.adv._3 {
  padding-right: 0;
}

.flex_v-40.adv._2 {
  border-left: 1px solid #dbe3e6;
  border-right: 1px solid #dbe3e6;
}

.adv-icon-wrp {
  border: 1px solid #cecdd0;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.75rem;
  display: flex;
}

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

.icon-32 {
  width: 2rem;
  height: 2rem;
}

.section-invite {
  background-color: var(--colors--primary);
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.invite-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.invite-content {
  flex-flow: column;
  justify-content: space-between;
  max-width: 42rem;
  display: flex;
}

.invite-content.ru {
  max-width: 44rem;
}

.invite-form-wrp {
  background-color: #fff;
  border-radius: 1.25rem;
  width: 31.875rem;
  padding: 1.25rem;
}

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

.flex_h-spaceb.footer {
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.flex_h-spaceb.center {
  justify-content: center;
}

.link-footer {
  color: var(--colors--white);
}

.flex_v-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.invite-wrp {
  z-index: 2;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: relative;
}

.map-link {
  cursor: pointer;
}

.new-awards {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  background-color: var(--colors--white);
  border-radius: 2rem;
  flex-flow: column;
  padding: 3.25rem;
  display: flex;
}

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

.awards-wrap {
  grid-column-gap: 6.26rem;
  grid-row-gap: 6.26rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.award {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.award-img-new {
  flex: 1;
  width: 100%;
  margin-bottom: .625rem;
}

.section-office {
  padding-bottom: 5rem;
}

.office_inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 7rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.flex_v-sb {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.office_img {
  border-radius: 1.25rem;
  flex: none;
  width: 46.25rem;
  height: 26.25rem;
  position: relative;
  overflow: hidden;
}

.office_logo {
  width: 16.875rem;
  height: auto;
}

.flex_v-48 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex_v-48.adv {
  padding-left: 3rem;
  padding-right: 3rem;
}

.flex_v-48.adv._1 {
  padding-left: 0;
}

.flex_v-48.adv._3 {
  padding-right: 0;
}

.flex_v-48.adv._2 {
  border-left: 1px solid #dbe3e6;
  border-right: 1px solid #dbe3e6;
}

.vienna {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  color: var(--colors--grey);
  background-color: #fff;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 2.25rem;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.vienna_logo {
  flex: none;
  width: 16.875rem;
  height: auto;
}

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

.vienna-logo-new {
  width: 10rem;
  font-size: .625rem;
}

.vienna-logo-new.min {
  width: 6rem;
  height: auto;
}

.vienna-logo-new.vienna, .vienna-logo-new.vienna-logo, .vienna-logo-new.vienna-logo {
  width: 10rem;
}

.vienna-logo-new.vienna-logo.desk {
  display: none;
}

.vienna-logo-new.vienna-logo {
  width: 10rem;
}

.vienna-logo-new.vienna-logo-desk {
  width: 10rem;
  display: none;
}

.vienna-logo-new.vienna-logo-desk.desk {
  display: none;
}

.logo-desk {
  width: 10rem;
  font-size: .625rem;
}

.logo-desk.min {
  width: 6rem;
  height: auto;
}

.logo-desk.vienna, .logo-desk.vienna-logo, .logo-desk.vienna-logo {
  width: 10rem;
}

.logo-desk.vienna-logo.desk {
  display: none;
}

.logo-desk.vienna-logo {
  width: 10rem;
}

.logo-desk.vienna-logo-desk {
  width: 10rem;
  display: none;
}

.logo-desk.vienna-logo-desk.desk {
  display: none;
}

.arada-logo-new {
  width: 10rem;
  font-size: .625rem;
  display: none;
}

.arada-logo-new.min {
  width: 6rem;
  height: auto;
}

.arada-logo-new.vienna, .arada-logo-new.vienna-logo, .arada-logo-new.vienna-logo {
  width: 10rem;
}

.arada-logo-new.vienna-logo.desk {
  display: none;
}

.arada-logo-new.vienna-logo {
  width: 10rem;
}

.arada-logo-new.vienna-logo-desk {
  width: 10rem;
  display: none;
}

.arada-logo-new.vienna-logo-desk.desk {
  display: none;
}

.arada-desk {
  width: 8rem;
  font-size: .625rem;
}

.arada-desk.min {
  width: 6rem;
  height: auto;
}

.arada-desk.vienna, .arada-desk.vienna-logo, .arada-desk.vienna-logo {
  width: 10rem;
}

.arada-desk.vienna-logo.desk {
  display: none;
}

.arada-desk.vienna-logo {
  width: 10rem;
}

.arada-desk.vienna-logo-desk {
  width: 10rem;
  display: none;
}

.arada-desk.vienna-logo-desk.desk {
  display: none;
}

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

.pin {
  z-index: 1;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--colors--white);
  background-color: #4f4c5599;
  border-radius: 1rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: .375rem 1rem .375rem .625rem;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  position: relative;
}

.icon-22-mob {
  width: 1.375rem;
  height: 1.375rem;
}

.btn-icon {
  filter: drop-shadow(0 2px 5px #000000b3);
  object-fit: fill;
  width: 1rem;
  height: 1rem;
}

.photo-wrp {
  position: relative;
}

.div-block-33 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-image {
  width: 7.5rem;
}

.div-block-34 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-london {
    border-bottom-color: #ffffff1a;
  }

  .naw-container {
    justify-content: space-between;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .naw-logo-black {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .nav-menu {
    z-index: 1;
    background-color: #f3f2ee;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 92svh;
    padding: 1.88rem 1.25rem 1.88rem 1.38rem;
  }

  .block-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: auto;
    display: flex;
  }

  .nav-link {
    color: #222;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.1;
  }

  .menu-button {
    grid-column-gap: .44rem;
    grid-row-gap: .44rem;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .menu-button.w--open {
    background-color: #f3f2ee00;
  }

  .div-block-30 {
    perspective-origin: 50%;
    transform-origin: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .line-mini {
    background-color: #f3f2ee;
    align-self: flex-end;
    width: 1.88rem;
    height: 1px;
    margin-bottom: .44rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-big {
    background-color: #f3f2ee;
    width: 2.5rem;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-hero {
    height: 100%;
    padding-bottom: 5rem;
  }

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

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

  .html-bg-video {
    display: none;
  }

  .hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
  }

  .points {
    flex-flow: row;
    margin-top: 0;
  }

  .hero-form-wrp {
    width: 100%;
    min-height: 0;
  }

  .text-1-5rem, .heading-1-75rem {
    font-size: 1.5rem;
  }

  .heading-1-75rem.feature {
    max-width: none;
  }

  .input {
    font-size: 1rem;
  }

  .input.phone {
    width: 40rem;
  }

  .btn-red {
    order: 0;
    width: 100%;
  }

  .btn-red.max-w-22 {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .btn-red.max-w-22.mob-only {
    display: flex;
  }

  .btn-red.max-w-22.desktop-only, .white-btn {
    display: none;
  }

  .section-about {
    padding-top: 4rem;
  }

  .about-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

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

  .about-opportunity {
    max-width: none;
  }

  .heading-1-25rem {
    font-size: 1rem;
  }

  .section-company {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .company-head {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-3-125rem {
    font-size: 2.5rem;
  }

  .heading-3-125rem.mw, .google-wrp, .google-wrp.ru {
    max-width: none;
  }

  .google-text {
    font-size: 1rem;
  }

  .company-content {
    height: 50rem;
  }

  .features-wrp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .company-feature.center {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-style: solid none;
    border-top-width: .0625px;
    border-top-color: var(--colors--white);
    border-bottom-width: .0625px;
    border-bottom-color: var(--colors--white);
    padding: 1rem 0;
  }

  .blok-cart-nom {
    overflow: hidden;
  }

  .box-scroll {
    overflow: auto;
  }

  .grid {
    width: 64rem;
  }

  .section-form {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .horizontal-inputs {
    flex-flow: column;
    order: 0;
    display: flex;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
  }

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

  .project-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .heading-big {
    font-size: 5rem;
  }

  .heading-2-5rem {
    max-width: none;
    font-size: 2rem;
  }

  .heading-2-5rem.mob-size {
    max-width: 100%;
    font-size: 2rem;
  }

  .btn-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
  }

  .project-residences {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    margin-bottom: 8rem;
  }

  .project-residences.second {
    grid-template-columns: 1fr;
  }

  .project-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
  }

  .project-content.sec {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .image-big {
    width: 62%;
  }

  .image-small {
    width: 35%;
  }

  .project-info {
    width: 90%;
  }

  .infractructure-points {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center stretch;
    width: 100%;
    max-width: 80%;
  }

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

  .offer-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-3rem {
    font-size: 2.5rem;
  }

  .flex-v-30 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-h-0 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-h-0.footer {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-h-0.footer._2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .flex-h-0.footer.space-between {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -2.5rem;
  }

  .logo-footer {
    z-index: 1;
    width: 12rem;
    position: relative;
  }

  .footer-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-link {
    font-weight: 500;
  }

  .social-block {
    flex-flow: row;
  }

  .flex-h-20 {
    flex-flow: column;
  }

  .flex-h-20.footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 95vw;
  }

  .flex-h-20.footer-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    justify-content: center;
    width: 95vw;
  }

  .text-size-16px {
    width: 100%;
  }

  .success-logo {
    z-index: 1;
    width: 12rem;
    position: relative;
  }

  .gallery-btn {
    border-radius: .75rem;
    width: 22rem;
    height: 4rem;
    margin-left: 0;
  }

  .popup {
    width: 100%;
    height: auto;
  }

  .popup-form-img {
    display: none;
  }

  .popup-close-icon {
    top: -3rem;
    right: 0;
  }

  .slider-wrap {
    height: 30rem;
  }

  .image-cover {
    height: 100%;
  }

  .dev-features {
    flex-flow: row;
  }

  .dev-features.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
  }

  .btn-grid-wrp.mw {
    width: auto;
  }

  .naw-logo-black-2 {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .text-1-5 {
    font-size: 1rem;
  }

  .section-statistics {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .statistics-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .statistics-text {
    font-size: 1rem;
  }

  .statistics-desc {
    flex: none;
  }

  .statistics-content-wrp {
    flex-flow: column;
  }

  .statistics-img {
    order: 1;
    width: 100%;
    height: 25rem;
  }

  .statistics-img.ru {
    height: 20rem;
  }

  .statistics-content {
    width: 100%;
  }

  .card {
    padding-right: 1.25rem;
  }

  .card-num-flex {
    flex-flow: row;
  }

  .card-num-flex.footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 95vw;
  }

  .btn-form {
    order: 0;
  }

  .btn-form.max-w-22 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .btn-form.max-w-22.mob-only {
    display: flex;
  }

  .btn-form.max-w-22.desktop-only {
    display: none;
  }

  .section-projects {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading-projects {
    max-width: 100%;
    font-size: 2.5rem;
  }

  .projects-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .slide-img {
    width: 100%;
    height: 100%;
  }

  .project-btn.max-w-22 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .project-btn.max-w-22.mob-only {
    display: flex;
  }

  .project-btn.max-w-22.desktop-only {
    display: none;
  }

  .loop-logo {
    flex: none;
  }

  .selector-wrp {
    margin-right: 2rem;
  }

  .dropdown-lang-list-wrap {
    margin-top: 2rem;
    inset: 0% 0% auto auto;
  }

  .hero-img {
    display: block;
  }

  .about-img-wrp {
    height: auto;
    min-height: 20rem;
  }

  .section-developers {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .dev-head {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    display: flex;
  }

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

  .dev-logo-wrp {
    max-width: 10rem;
  }

  .section-gallery {
    margin-top: 4rem;
  }

  .gallery-video {
    height: 25rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .gallery-photos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
    height: 25rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    display: none;
  }

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

  .ticket-content {
    max-width: none;
  }

  .ticket-nums {
    justify-content: space-between;
    align-items: center;
  }

  .ticket-divider {
    height: 8rem;
  }

  .ticket-form-wrp {
    border-left-style: none;
    width: 100%;
    min-height: 0;
    padding-left: 0;
  }

  .form-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .photo {
    border-radius: .5rem;
  }

  .section-faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .questions-wrp {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
  }

  .text-size-28px {
    font-size: 1.25rem;
  }

  .faq-text-wrp {
    padding-right: 0;
  }

  .gallery-slider {
    justify-content: center;
    height: 25rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .swiper {
    width: 100%;
  }

  .gallery-image {
    object-fit: cover;
    height: 25rem;
  }

  .company-awards {
    flex-flow: column;
    display: flex;
  }

  .awards-info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .awards-images {
    align-items: center;
  }

  .awards-divider {
    height: 8rem;
  }

  .awards-google {
    border-top: 1px solid #0000001a;
    border-left-style: none;
    padding-top: 2rem;
    padding-left: 0;
  }

  .awards-google.ar {
    border-right-style: none;
    padding-right: 0;
  }

  .google-link {
    justify-content: center;
    align-items: stretch;
  }

  .main-heading-copy {
    font-size: 3rem;
  }

  .container-main {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .header-logo {
    width: 11rem;
  }

  .mobile-hidden {
    display: none;
  }

  .flex-h-32 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .btn-cons {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .btn-cons.nav {
    flex: none;
  }

  .flex-v-40 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .flex-v-40.center {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-style: solid none;
    border-top-width: .0625px;
    border-top-color: var(--colors--white);
    border-bottom-width: .0625px;
    border-bottom-color: var(--colors--white);
    padding: 1rem 0;
  }

  .text-size-26px {
    font-size: 1.5rem;
  }

  .icon-80px {
    width: 3rem;
    height: 3rem;
  }

  .btn-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }

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

  .invitation-block {
    width: 50%;
    max-width: 20rem;
    height: 15rem;
    bottom: 2.5vw;
    left: 2.5vw;
  }

  .invitation-block.ar {
    width: 30%;
  }

  .hero-list {
    padding-left: 0;
  }

  .heading-44 {
    font-size: 2rem;
  }

  .heading-44.feature {
    max-width: none;
  }

  .spacer-80, .spacer-80._80 {
    height: 4rem;
  }

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

  .section-featues {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-40 {
    font-size: 2rem;
  }

  .heading-40.feature {
    max-width: none;
  }

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

  .features-grid {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .statistics-img-wrapper {
    width: 100%;
    height: 25rem;
  }

  .statistics-img-wrapper.ru {
    height: 20rem;
  }

  .flex-v-48 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .flex-v-48.center {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-style: solid none;
    border-top-width: .0625px;
    border-top-color: var(--colors--white);
    border-bottom-width: .0625px;
    border-bottom-color: var(--colors--white);
    padding: 1rem 0;
  }

  .text-size-18 {
    width: 100%;
  }

  .section-developer {
    padding-top: 4rem;
  }

  .text-size-14 {
    width: 100%;
  }

  .dev-card {
    min-height: 10rem;
    padding-right: 1.25rem;
  }

  .flex_h-24 {
    flex-flow: column;
  }

  .flex_h-24.center {
    flex-flow: row;
  }

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

  .flex_v-40.adv._1 {
    padding-right: 0;
  }

  .flex_v-40.adv._3 {
    padding-left: 0;
  }

  .flex_v-40.adv._2 {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #dbe3e6;
    border-bottom-width: 1px;
    border-bottom-color: #dbe3e6;
    padding: 3rem 0;
  }

  .section-invite {
    height: 100%;
    padding-bottom: 5rem;
  }

  .invite-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
  }

  .invite-form-wrp {
    width: 100%;
    min-height: 0;
  }

  .flex_h-spaceb.footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .flex_v-12 {
    order: 1;
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

  .section-office {
    padding-bottom: 5rem;
  }

  .office_inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .office_img {
    width: 100%;
  }

  .flex_v-48.adv._1 {
    padding-right: 0;
  }

  .flex_v-48.adv._3 {
    padding-left: 0;
  }

  .flex_v-48.adv._2 {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #dbe3e6;
    border-bottom-width: 1px;
    border-bottom-color: #dbe3e6;
    padding: 3rem 0;
  }

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

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

@media screen and (max-width: 767px) {
  .naw-logo {
    width: 8rem;
  }

  .naw-logo.min {
    width: 5rem;
    display: none;
  }

  .naw-logo.vienna-logo, .naw-logo.vienna-logo.desk {
    display: block;
  }

  .naw-logo.vienna-logo {
    display: none;
  }

  .naw-logo.vienna-logo-desk, .naw-logo.vienna-logo-desk.desk {
    display: block;
  }

  .main-heading {
    font-size: 2.5rem;
  }

  .main-heading.ar {
    font-size: 3rem;
  }

  .input.phone {
    width: 30rem;
  }

  .about-wrp.grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-3-125rem, .heading-3-125rem.white.mob-size {
    font-size: 2rem;
  }

  .heading-3-125rem.mw {
    max-width: 100%;
  }

  .horizontal-inputs {
    flex-flow: column;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .heading-big {
    font-size: 3.5rem;
  }

  .project-residences {
    margin-bottom: 4rem;
  }

  .infractructure-points {
    max-width: none;
  }

  .footer.buttom {
    position: static;
  }

  .popup {
    width: 80%;
  }

  .popup-form-wrp {
    width: auto;
  }

  .popup-close-icon {
    right: 1rem;
  }

  .btn-grid-wrp {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .text-1-5 {
    font-size: 1.2rem;
  }

  .statistics-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .statistics-desc {
    max-width: 100%;
  }

  .statistics-content.ru {
    grid-template-columns: 1fr;
  }

  .card-num.min {
    font-size: 1.5rem;
  }

  .section-projects {
    padding-top: 5rem;
  }

  .project-card {
    padding: 1.5rem 2rem;
  }

  .slide-img {
    width: 100%;
    height: 100%;
  }

  .text-size-20 {
    font-size: 1rem;
  }

  .about-img-wrp {
    height: 18rem;
  }

  .developers-logos {
    grid-column-gap: 3rem;
  }

  .dev-logo-wrp {
    min-width: 7.5rem;
    max-width: 8rem;
    max-height: 4rem;
  }

  .section-gallery {
    padding-bottom: 3rem;
  }

  .ticket-wrp {
    padding: 1rem;
  }

  .section-faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .dropdown-toggle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-size-28px.max-80vw {
    white-space: normal;
    word-break: normal;
    max-width: 80vw;
  }

  .faq-icon {
    max-width: none;
  }

  .gallery-slider {
    height: 18rem;
  }

  .gallery-image {
    height: 17.5rem;
  }

  .awards-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .main-heading-copy {
    font-size: 2.5rem;
  }

  .main-heading-copy.ar {
    font-size: 3rem;
  }

  .mobile-hidden {
    display: none;
  }

  .btn-cons {
    width: 100%;
    max-width: none;
  }

  .btn-cons.nav {
    width: auto;
  }

  .section.succes-page {
    height: auto;
  }

  .spacer-60 {
    height: 2.5rem;
  }

  .icon-wrap-blue-large {
    width: 4rem;
    height: 4rem;
  }

  .text-size-26px {
    font-size: 1.125rem;
  }

  .flex-h-16 {
    font-size: 1.75rem;
  }

  .icon-80px {
    width: 3rem;
    height: 3rem;
  }

  .btn-link {
    width: 100%;
  }

  .flex-spaceb {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .invitation-block.ar {
    width: 35%;
    height: 20rem;
  }

  .flex_v-24.mob-16 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex-h-16-center {
    flex-flow: wrap;
  }

  .flex-h-12-center {
    font-size: 1.75rem;
  }

  .text-size-24 {
    font-size: 1.25rem;
  }

  .section-invite {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .new-awards {
    padding: 2rem;
  }

  .awards-wrap {
    grid-template-columns: 1fr 1fr;
  }

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

  .office_logo {
    width: 10rem;
  }

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

  .vienna-logo-new {
    width: 8rem;
    display: block;
  }

  .vienna-logo-new.vienna-logo.desk {
    display: block;
  }

  .vienna-logo-new.vienna-logo {
    display: none;
  }

  .vienna-logo-new.vienna-logo-desk, .vienna-logo-new.vienna-logo-desk.desk {
    display: block;
  }

  .logo-desk, .logo-desk.vienna-logo {
    display: none;
  }

  .logo-desk.vienna-logo.desk {
    display: block;
  }

  .logo-desk.vienna-logo {
    display: none;
  }

  .logo-desk.vienna-logo-desk, .logo-desk.vienna-logo-desk.desk {
    display: block;
  }

  .arada-logo-new {
    width: 8rem;
    display: block;
  }

  .arada-logo-new.vienna-logo.desk {
    display: block;
  }

  .arada-logo-new.vienna-logo {
    display: none;
  }

  .arada-logo-new.vienna-logo-desk, .arada-logo-new.vienna-logo-desk.desk {
    display: block;
  }

  .arada-desk {
    width: 8rem;
    display: none;
  }

  .arada-desk.min {
    width: 5rem;
    display: none;
  }

  .arada-desk.vienna-logo, .arada-desk.vienna-logo.desk {
    display: block;
  }

  .arada-desk.vienna-logo {
    display: none;
  }

  .arada-desk.vienna-logo-desk, .arada-desk.vienna-logo-desk.desk {
    display: block;
  }

  .pin {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding: .25rem .8rem .25rem .5rem;
    font-size: .875rem;
  }

  .icon-22-mob {
    width: 1.25rem;
    height: 1.25rem;
  }

  .div-block-34 {
    flex-flow: row;
  }
}

@media screen and (max-width: 479px) {
  .navbar-london {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .brand {
    flex: none;
    padding-left: 0;
    top: 0;
  }

  .brand.w--current {
    height: 1.9rem;
    padding-left: 0;
  }

  .naw-logo {
    width: 10rem;
  }

  .naw-logo.min {
    width: 5rem;
  }

  .naw-logo.vienna, .naw-logo.vienna-logo, .naw-logo.vienna-logo {
    width: 7rem;
  }

  .naw-logo.vienna-logo.desk {
    width: 9rem;
  }

  .naw-logo.vienna-logo, .naw-logo.vienna-logo-desk {
    width: 7rem;
  }

  .naw-logo.vienna-logo-desk.desk {
    width: 9rem;
  }

  .naw-logo-black {
    width: 10rem;
    min-width: 10rem;
    display: none;
  }

  .nav-menu {
    height: 84svh;
    padding-bottom: 2.5rem;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero {
    padding-bottom: 3rem;
  }

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

  .hero-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 1.5rem;
  }

  .html-bg-video {
    object-fit: contain;
  }

  .bg-video-overlay {
    background-image: linear-gradient(270deg, #0009, #0006);
  }

  .hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .hero-form-wrp {
    padding: 1rem 1.2rem;
  }

  .main-heading {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 110%;
  }

  .main-heading.ar {
    font-size: 2rem;
    line-height: 140%;
  }

  .main-heading.ru {
    font-size: 1.8rem;
  }

  .text-1-5rem {
    font-size: 1rem;
  }

  .text-1-5rem.min {
    font-size: .9rem;
  }

  .hero-point {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 28%;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .hero-point.first.ar {
    padding-left: 1rem;
    padding-right: 0;
  }

  .hero-point.ar {
    padding-left: .5rem;
    padding-right: 1rem;
  }

  .heading-1-75rem {
    font-size: 1.25rem;
  }

  .heading-1-75rem.feature {
    color: var(--colors--black);
    font-size: 1.2rem;
  }

  .heading-1-75rem.weight-600.ru {
    font-size: 1.5rem;
  }

  .text-1rem {
    font-size: .875rem;
  }

  .text-1rem.black {
    max-width: none;
  }

  .text-1rem.mob-hide {
    display: none;
  }

  .text-1rem.mob-gray {
    color: #333333b3;
    font-size: .8rem;
  }

  .text-1rem.white {
    font-size: 1rem;
  }

  .text-1rem.white.min {
    font-size: .8rem;
  }

  .text-1rem.point {
    font-size: 1rem;
    display: block;
  }

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

  .form-info-wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .form-info-wrapper.horizontal {
    padding: 1rem;
  }

  .heading-1-625rem {
    font-size: 1.4rem;
    line-height: 120%;
  }

  .heading-1-625rem.max-w-15 {
    font-size: 1.5rem;
  }

  .heading-1-625rem.min {
    font-size: 1.25rem;
  }

  .form-inputs.horizontal {
    flex-flow: column;
  }

  .input::placeholder {
    font-size: 1rem;
  }

  .input.phone {
    width: 23rem;
  }

  .btn-red {
    order: 1;
  }

  .btn-red.max-w-22 {
    max-width: none;
  }

  .btn-red.big {
    width: 100%;
    height: 8rem;
  }

  .btn-red.video {
    bottom: 1rem;
  }

  .section-about {
    padding-top: 4rem;
  }

  .about-wrp.grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .text-point {
    flex: 1;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .heading-1-25rem.black {
    line-height: 120%;
  }

  .section-company {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .company-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .heading-3-125rem {
    max-width: none;
    font-size: 1.75rem;
  }

  .heading-3-125rem.white {
    font-size: 2rem;
  }

  .heading-3-125rem.white.mob-size {
    font-size: 1.7rem;
  }

  .heading-3-125rem.mw {
    font-size: 1.9rem;
  }

  .google-wrp {
    flex-flow: row;
    align-items: center;
    max-width: none;
  }

  .google-text {
    font-size: 1rem;
  }

  .company-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: .75rem;
    height: 15rem;
    padding: 0;
    position: relative;
  }

  .company-content.ru {
    margin-top: 46rem;
  }

  .features-wrp {
    position: absolute;
    inset: -40rem auto auto 0%;
  }

  .features-wrp.ru {
    top: -46rem;
  }

  .company-feature.center {
    border-top-color: var(--colors--grey);
    border-bottom-color: var(--colors--grey);
  }

  .company-feature.center.ar {
    padding-right: 0;
  }

  .grid {
    padding-right: 1.25rem;
  }

  .block-cart-nominates {
    border-radius: .75rem;
    height: 20rem;
  }

  .hover {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .image-10 {
    height: 100%;
  }

  .section-form {
    padding-bottom: 4rem;
  }

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

  .horizontal-inputs {
    flex-flow: column;
    display: flex;
  }

  .plyr_component.is-full-screen {
    height: 25rem;
    margin-top: 0;
  }

  .plyr_embed {
    object-fit: cover;
  }

  .plyr_cover {
    pointer-events: none;
  }

  .wrp-btn-watch {
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
  }

  .wrp-btn-watch.plyr_invitation {
    pointer-events: auto;
    display: flex;
  }

  .wrp-btn-watch.plyr_cover {
    pointer-events: auto;
    width: 5rem;
    height: 5rem;
  }

  .section-project {
    padding-top: 5rem;
  }

  .project-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .heading-big {
    font-size: 2.5rem;
  }

  .heading-2-5rem {
    font-size: 2rem;
  }

  .heading-2-5rem.black {
    font-size: 1.5rem;
  }

  .heading-2-5rem.black.big {
    font-size: 1.8rem;
    line-height: 110%;
  }

  .heading-2-5rem.mob-size {
    font-size: 1.7rem;
    display: none;
  }

  .btn-wrp {
    flex-flow: column;
  }

  .project-residences {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    display: flex;
  }

  .project-residences.second {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .project-content, .project-content.sec {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .images-wrp {
    order: -1;
  }

  .image-big {
    width: 55%;
    height: 20rem;
  }

  .image-big.min {
    height: 20rem;
  }

  .image-small {
    width: 40%;
    height: 15rem;
  }

  .project-info {
    width: 100%;
  }

  .infractructure-points {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .section-offer {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

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

  .heading-3rem {
    font-size: 1.5rem;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .footer.buttom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .flex-v-30 {
    max-width: 90vw;
  }

  .flex-h-0 {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    width: 90vw;
  }

  .flex-h-0.footer._2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    max-width: 90vw;
  }

  .flex-h-0.footer.space-between {
    width: 100%;
  }

  .logo-footer.submit {
    display: none;
  }

  .icon-40px {
    justify-content: center;
    align-items: center;
  }

  .flex-h-20.footer-bottom {
    width: 90vw;
  }

  .success-logo {
    margin-top: 10.2rem;
  }

  .success-logo.pop-up {
    margin-top: 7rem;
  }

  .horizontal-form {
    display: block;
  }

  .gallery-btn {
    width: 100%;
    height: 3.5rem;
  }

  .gallery-btn.mob-hide {
    display: none;
  }

  .arrow-small {
    width: .8rem;
  }

  .popup-wrp {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .popup-inner-wrp {
    width: 100vw;
    height: 70vh;
    display: flex;
  }

  .popup {
    width: 100%;
    padding: 1.25rem;
  }

  .content-wrp, .popup-form-wrp {
    width: 100%;
  }

  .popup-form-img {
    display: none;
    bottom: 22.9vh;
    right: 0;
  }

  .popup-close-icon {
    z-index: 5;
    color: #000;
    width: 2.188rem;
    top: -3rem;
    right: 0;
  }

  .popup-close-icon.white {
    color: var(--colors--white);
    right: 1rem;
  }

  .slider-wrap {
    height: 27rem;
    margin-top: 5rem;
  }

  .arrow-2 {
    max-width: 4rem;
  }

  .naw-logo-2, .naw-logo-black-2 {
    width: 10.06rem;
  }

  .text-1-5 {
    font-size: 1rem;
  }

  .text-1-5.min {
    font-size: .9rem;
  }

  .statistics-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .statistics-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .statistics-text {
    font-size: .875rem;
    font-weight: 300;
    line-height: 140%;
  }

  .statistics-desc {
    flex-flow: row;
    align-items: center;
    max-width: none;
  }

  .statistics-content-wrp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .statistics-img {
    border-radius: .75rem;
  }

  .statistics-content {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    display: flex;
  }

  .card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: .75rem;
    padding: 1rem;
  }

  .card-num {
    font-size: 1.5rem;
  }

  .card-num.min {
    font-size: 1rem;
  }

  .card-num.ar {
    flex: 1;
  }

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

  .card-num-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-num-flex.footer-bottom {
    width: 90vw;
  }

  .green-arrow {
    height: 1.2rem;
  }

  .btn-form.max-w-22 {
    max-width: none;
  }

  .btn-form.big {
    width: auto;
    height: auto;
  }

  .section-projects {
    padding-top: 5rem;
  }

  .heading-projects {
    font-size: 1.5rem;
  }

  .projects-grid {
    grid-column-gap: 1.625rem;
    grid-row-gap: 1.625rem;
  }

  .project-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: .75rem;
    padding: 1rem;
  }

  .project-gallery {
    height: 20rem;
  }

  .project-info-wrp {
    align-items: center;
  }

  .project-name {
    font-size: 1.5rem;
  }

  .project-dev {
    font-size: 1rem;
  }

  .slider {
    border-radius: .75rem;
  }

  .slide-img {
    border-radius: .75rem;
    width: 100%;
  }

  .point-text {
    font-size: .875rem;
  }

  .project-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .project-btn.max-w-22 {
    max-width: none;
  }

  .project-btn.big {
    width: auto;
    height: auto;
  }

  .divider {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .hero_loop-component {
    margin-top: 4rem;
  }

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

  .logo-img {
    max-width: 9rem;
    max-height: 5rem;
  }

  .selector-wrp {
    margin-right: 0;
  }

  .dropdown-lang {
    z-index: 1;
    margin-left: 0;
    padding-left: 0;
  }

  .dropdown-lang.ar {
    margin-left: -2rem;
    margin-right: 2rem;
    padding-left: 2rem;
  }

  .lang-wrap {
    z-index: 1;
    border-style: none;
    margin-right: -1rem;
    padding-left: 4rem;
    padding-right: 1rem;
  }

  .dropdown-lang-list-wrap.ar.w--open {
    min-width: 6rem;
  }

  .flex-h-5 {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
  }

  .more {
    font-size: 1.2rem;
  }

  .text-size-20 {
    font-size: 1rem;
  }

  .text-size-20.black {
    max-width: none;
  }

  .text-size-20.mob-hide {
    display: none;
  }

  .text-size-20.mob-gray {
    color: #333333b3;
    font-size: .8rem;
  }

  .text-size-20.white, .text-size-20.white.min {
    font-size: .8rem;
  }

  .text-size-20.white.weight-500 {
    font-size: 1rem;
  }

  .text-size-20.point {
    font-size: .8rem;
    display: block;
  }

  .text-size-20.text-footer.min {
    font-size: .8rem;
  }

  .palm-link {
    width: 14rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text {
    font-weight: 600;
    display: inline-block;
  }

  .about-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-img-wrp {
    height: 15rem;
  }

  .about-img {
    object-fit: cover;
    height: 100%;
  }

  .section-developers {
    padding-bottom: 0;
  }

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

  .developers-logos {
    grid-column-gap: 1.5rem;
  }

  .dev-logo-wrp {
    min-width: 5rem;
    max-width: 6rem;
    max-height: 5rem;
  }

  .dev-logo-img {
    max-height: 4rem;
  }

  .section-gallery {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gallery-video {
    border-radius: 1.25rem;
    height: 25rem;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-video.invitation {
    border-style: none;
    border-width: 0;
    border-radius: .625rem;
  }

  .gallery-photos {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: 4rem 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 15rem;
    max-height: 15rem;
    overflow: hidden;
  }

  .ticket-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .ticket-nums {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    padding: 1.25rem;
  }

  .num-wrp {
    font-size: .875rem;
  }

  .num-icon {
    width: 1.5rem;
  }

  .num {
    margin-bottom: .3125rem;
    font-size: 1.5rem;
  }

  .ticket-divider {
    height: 7rem;
  }

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

  .photo.mob-none, .form-icon {
    display: none;
  }

  .faq-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .questions-wrp {
    max-width: 90vw;
  }

  .dropdown-toggle {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .faq-icon {
    flex: none;
  }

  .dropdown-list-3 {
    width: 100%;
  }

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

  .gallery-slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .swiper, .swiper-wrapper {
    border-radius: 1.25rem;
  }

  .gallery-image {
    object-fit: cover;
    width: 100%;
  }

  .company-awards {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: .8rem;
    top: 14rem;
  }

  .awards-divider {
    height: 7rem;
  }

  .awards-google {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
  }

  .google-img {
    height: 3rem;
  }

  .main-heading-copy {
    font-size: 2rem;
    line-height: 110%;
  }

  .main-heading-copy.ar {
    font-size: 2rem;
    line-height: 140%;
  }

  .main-heading-copy.ru {
    font-size: 2rem;
  }

  .flex-h-32.mob-sb {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    width: 100%;
  }

  .spacer-60 {
    height: 1rem;
  }

  .flex-v-40 {
    text-align: center;
  }

  .flex-v-40.center, .flex-v-24-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-size-26px.text-color-grey.text-center {
    font-size: 1rem;
  }

  .flex-h-16 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .icon-80px {
    width: 2rem;
    height: 2rem;
  }

  .btn-link {
    margin-top: 1rem;
  }

  .text-color-grey {
    text-align: center;
  }

  .h1-submit {
    font-size: 2rem;
  }

  .invitation-block {
    background-color: var(--colors--black);
    width: auto;
    max-width: none;
    height: 22.5rem;
    padding: 5rem 1.25rem 0;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .invitation-block.ar {
    width: 100%;
    height: 35rem;
    right: auto;
  }

  .flex-h-16-center {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-size: 1rem;
  }

  .hero-list-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ellipse {
    flex: none;
    width: 1rem;
    height: 1rem;
  }

  .heading-32 {
    font-size: 1.4rem;
    line-height: 120%;
  }

  .heading-32.max-w-15 {
    font-size: 1.5rem;
  }

  .heading-32.min {
    font-size: 1.25rem;
  }

  .heading-32.weight-600, .heading-32.color-black {
    font-size: 1.5rem;
  }

  .flex-h-12-center {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: flex-start;
    align-items: center;
  }

  .point-tag, .point-tag.red {
    flex: none;
  }

  .heading-44 {
    font-size: 1.5rem;
  }

  .heading-44.feature {
    color: var(--colors--black);
    font-size: 1.2rem;
  }

  .spacer-80, .spacer-80._80 {
    height: 3rem;
  }

  .heading-40 {
    font-size: 1.5rem;
  }

  .heading-40.feature {
    color: var(--colors--black);
    font-size: 1.2rem;
  }

  .card-num-2 {
    font-size: 1.5rem;
  }

  .card-num-2.min {
    font-size: 1.35rem;
  }

  .card-desc-2 {
    font-size: .75rem;
  }

  .statistics-img-wrapper {
    border-radius: .75rem;
    height: 25rem;
  }

  .flex-v-48.center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-size-24.black {
    max-width: none;
  }

  .text-size-24.mob-hide {
    display: none;
  }

  .text-size-24.mob-gray {
    color: #333333b3;
    font-size: .8rem;
  }

  .text-size-24.white, .text-size-24.white.min {
    font-size: .8rem;
  }

  .text-size-24.point {
    font-size: .8rem;
    display: block;
  }

  .text-size-18 {
    font-size: 1rem;
  }

  .section-developer {
    padding-top: 4rem;
  }

  .flex_v-36 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grey-logo {
    width: 8rem;
  }

  .dev-points {
    flex-flow: column;
    display: flex;
  }

  .dev-point.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .dev-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: .75rem;
    padding: 1rem;
  }

  .advanteges {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-bottom: 0;
  }

  .flex_v-40.adv._2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .adv-icon-wrp {
    padding: .5rem 1.375rem;
  }

  .icon-32 {
    width: 1.5rem;
    height: 1.5rem;
  }

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

  .invite-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .invite-form-wrp {
    padding: 1rem 1.2rem;
  }

  .flex_h-spaceb.footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: stretch;
    display: flex;
  }

  .flex_v-12 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .invite-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .new-awards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

  .awards-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-office {
    padding-bottom: 4rem;
  }

  .office_inner {
    margin-top: 17rem;
  }

  .office_img {
    height: 20rem;
  }

  .flex_v-48.adv._2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .vienna {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.5rem;
    font-size: .8rem;
    top: 14rem;
  }

  .vienna-logo-new {
    flex: none;
    width: 7rem;
  }

  .vienna-logo-new.min {
    width: 5rem;
  }

  .vienna-logo-new.vienna, .vienna-logo-new.vienna-logo, .vienna-logo-new.vienna-logo {
    width: 7rem;
  }

  .vienna-logo-new.vienna-logo.desk {
    width: 9rem;
  }

  .vienna-logo-new.vienna-logo, .vienna-logo-new.vienna-logo-desk {
    width: 7rem;
  }

  .vienna-logo-new.vienna-logo-desk.desk {
    width: 9rem;
  }

  .vienna-logo-new._1, .logo-desk {
    width: 10rem;
  }

  .logo-desk.min {
    width: 5rem;
  }

  .logo-desk.vienna, .logo-desk.vienna-logo, .logo-desk.vienna-logo {
    width: 7rem;
  }

  .logo-desk.vienna-logo.desk {
    width: 9rem;
  }

  .logo-desk.vienna-logo, .logo-desk.vienna-logo-desk {
    width: 7rem;
  }

  .logo-desk.vienna-logo-desk.desk {
    width: 9rem;
  }

  .arada-logo-new {
    width: 6rem;
  }

  .arada-logo-new.min {
    width: 5rem;
  }

  .arada-logo-new.vienna, .arada-logo-new.vienna-logo, .arada-logo-new.vienna-logo {
    width: 7rem;
  }

  .arada-logo-new.vienna-logo.desk {
    width: 9rem;
  }

  .arada-logo-new.vienna-logo, .arada-logo-new.vienna-logo-desk {
    width: 7rem;
  }

  .arada-logo-new.vienna-logo-desk.desk {
    width: 9rem;
  }

  .arada-desk {
    width: 10rem;
  }

  .arada-desk.min {
    width: 5rem;
  }

  .arada-desk.vienna, .arada-desk.vienna-logo, .arada-desk.vienna-logo {
    width: 7rem;
  }

  .arada-desk.vienna-logo.desk {
    width: 9rem;
  }

  .arada-desk.vienna-logo, .arada-desk.vienna-logo-desk {
    width: 7rem;
  }

  .arada-desk.vienna-logo-desk.desk {
    width: 9rem;
  }

  .place.mob-sb {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    width: 100%;
  }

  .div-block-34 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-d98450fa-5f26-5b55-9d63-d4298124997a-8e6bbe28 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6242bbab-df62-1dd7-7a6f-803ec44dc517-8e6bbe28, #w-node-_8c228904-c04d-5750-7071-a50fea1d2e35-8e6bbe28, #w-node-_8c228904-c04d-5750-7071-a50fea1d2e36-8e6bbe28 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c228904-c04d-5750-7071-a50fea1d2e38-8e6bbe28 {
  justify-self: end;
}

#w-node-_0aae020d-6fd3-8e17-762e-386ba1a2552a-8e6bbe28 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7091e47b-9742-d41b-eb6a-6c3a0aa534a9-8e6bbe28 {
  grid-area: 1 / 1 / 5 / 2;
  align-self: stretch;
}

#w-node-f58a669d-76e3-c0f0-7db1-8c680ccf482d-8e6bbe28 {
  align-self: stretch;
}

#w-node-cc54b9ce-7f75-db65-c9f7-94537911b34f-8e6bbe28 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-d4093c5c-a9eb-4799-8ae4-33517963991b-8e6bbe28 {
  grid-area: 1 / 4 / 5 / 5;
  align-self: stretch;
}

#w-node-a7a8c685-81d7-34d9-3970-e0291001d80d-8e6bbe28 {
  grid-area: 1 / 5 / 3 / 6;
  align-self: stretch;
}

#w-node-_68a542d4-1ae6-e455-8976-9d49d296462e-8e6bbe28 {
  grid-area: 2 / 2 / 5 / 3;
  align-self: stretch;
}

#w-node-a605c574-ada7-bd52-4f8f-04ea082dcf6d-8e6bbe28 {
  grid-area: 3 / 3 / 5 / 4;
  align-self: stretch;
}

#w-node-_38f9b2b4-79cb-4cdc-4fc2-0f90ed8ffb75-8e6bbe28 {
  grid-area: 3 / 5 / 5 / 6;
  align-self: stretch;
}

#w-node-eed66d71-24d1-fe88-7b07-80ea5025058b-8e6bbe28 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3bd4a52-90b5-58bd-ca5f-5db64b83c857-8e6bbe28 {
  justify-self: end;
}

#w-node-d98450fa-5f26-5b55-9d63-d4298124997a-8e6bbe8a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6242bbab-df62-1dd7-7a6f-803ec44dc517-8e6bbe8a, #w-node-_8c228904-c04d-5750-7071-a50fea1d2e35-8e6bbe8a, #w-node-_8c228904-c04d-5750-7071-a50fea1d2e36-8e6bbe8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c228904-c04d-5750-7071-a50fea1d2e38-8e6bbe8a {
  justify-self: end;
}

#w-node-_7091e47b-9742-d41b-eb6a-6c3a0aa534a9-8e6bbe8a {
  grid-area: 1 / 1 / 5 / 2;
  align-self: stretch;
}

#w-node-f58a669d-76e3-c0f0-7db1-8c680ccf482d-8e6bbe8a {
  align-self: stretch;
}

#w-node-cc54b9ce-7f75-db65-c9f7-94537911b34f-8e6bbe8a {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-d4093c5c-a9eb-4799-8ae4-33517963991b-8e6bbe8a {
  grid-area: 1 / 4 / 5 / 5;
  align-self: stretch;
}

#w-node-a7a8c685-81d7-34d9-3970-e0291001d80d-8e6bbe8a {
  grid-area: 1 / 5 / 3 / 6;
  align-self: stretch;
}

#w-node-_4096f357-13fa-ebf9-fffc-780758280375-8e6bbe8a {
  grid-area: 2 / 2 / 5 / 3;
  align-self: stretch;
}

#w-node-a605c574-ada7-bd52-4f8f-04ea082dcf6d-8e6bbe8a {
  grid-area: 3 / 3 / 5 / 4;
  align-self: stretch;
}

#w-node-_38f9b2b4-79cb-4cdc-4fc2-0f90ed8ffb75-8e6bbe8a {
  grid-area: 3 / 5 / 5 / 6;
  align-self: stretch;
}

#w-node-eed66d71-24d1-fe88-7b07-80ea5025058b-8e6bbe8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3bd4a52-90b5-58bd-ca5f-5db64b83c857-8e6bbe8a {
  justify-self: end;
}

#w-node-d98450fa-5f26-5b55-9d63-d4298124997a-8e6bbe8c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6242bbab-df62-1dd7-7a6f-803ec44dc517-8e6bbe8c, #w-node-_8c228904-c04d-5750-7071-a50fea1d2e35-8e6bbe8c, #w-node-_8c228904-c04d-5750-7071-a50fea1d2e36-8e6bbe8c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c228904-c04d-5750-7071-a50fea1d2e38-8e6bbe8c {
  justify-self: end;
}

#w-node-_0aae020d-6fd3-8e17-762e-386ba1a2552a-8e6bbe8c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7091e47b-9742-d41b-eb6a-6c3a0aa534a9-8e6bbe8c {
  grid-area: 1 / 1 / 5 / 2;
  align-self: stretch;
}

#w-node-f58a669d-76e3-c0f0-7db1-8c680ccf482d-8e6bbe8c {
  align-self: stretch;
}

#w-node-cc54b9ce-7f75-db65-c9f7-94537911b34f-8e6bbe8c {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-d4093c5c-a9eb-4799-8ae4-33517963991b-8e6bbe8c {
  grid-area: 1 / 4 / 5 / 5;
  align-self: stretch;
}

#w-node-a7a8c685-81d7-34d9-3970-e0291001d80d-8e6bbe8c {
  grid-area: 1 / 5 / 3 / 6;
  align-self: stretch;
}

#w-node-d0516726-af4e-d0c5-8b85-5fef0e77096a-8e6bbe8c {
  grid-area: 2 / 2 / 5 / 3;
  align-self: stretch;
}

#w-node-a605c574-ada7-bd52-4f8f-04ea082dcf6d-8e6bbe8c {
  grid-area: 3 / 3 / 5 / 4;
  align-self: stretch;
}

#w-node-_38f9b2b4-79cb-4cdc-4fc2-0f90ed8ffb75-8e6bbe8c {
  grid-area: 3 / 5 / 5 / 6;
  align-self: stretch;
}

#w-node-_3e9241ca-d6a4-9318-9a88-93ccec976700-8e6bbe8c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e9241ca-d6a4-9318-9a88-93ccec976711-8e6bbe8c {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-cbafe8d5-2736-93de-c5c2-a5ad1d88c9e4-8e6bbe28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3985badb-5cb1-8721-b496-d0d508b98649-8e6bbe28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-cbafe8d5-2736-93de-c5c2-a5ad1d88c9e4-8e6bbe8a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3985badb-5cb1-8721-b496-d0d508b98649-8e6bbe8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-cbafe8d5-2736-93de-c5c2-a5ad1d88c9e4-8e6bbe8c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d98450fa-5f26-5b55-9d63-d4298124997a-8e6bbe28, #w-node-_8c228904-c04d-5750-7071-a50fea1d2e35-8e6bbe28, #w-node-d98450fa-5f26-5b55-9d63-d4298124997a-8e6bbe8a, #w-node-_8c228904-c04d-5750-7071-a50fea1d2e35-8e6bbe8a, #w-node-d98450fa-5f26-5b55-9d63-d4298124997a-8e6bbe8c, #w-node-_8c228904-c04d-5750-7071-a50fea1d2e35-8e6bbe8c {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d4093c5c-a9eb-4799-8ae4-33517963991b-8e6bbe28 {
    grid-column: 3 / 4;
  }

  #w-node-a7a8c685-81d7-34d9-3970-e0291001d80d-8e6bbe28 {
    grid-column: 4 / 5;
  }

  #w-node-_68a542d4-1ae6-e455-8976-9d49d296462e-8e6bbe28 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_38f9b2b4-79cb-4cdc-4fc2-0f90ed8ffb75-8e6bbe28 {
    grid-column: 4 / 5;
  }

  #w-node-d4093c5c-a9eb-4799-8ae4-33517963991b-8e6bbe8a {
    grid-column: 3 / 4;
  }

  #w-node-a7a8c685-81d7-34d9-3970-e0291001d80d-8e6bbe8a {
    grid-column: 4 / 5;
  }

  #w-node-_4096f357-13fa-ebf9-fffc-780758280375-8e6bbe8a {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_38f9b2b4-79cb-4cdc-4fc2-0f90ed8ffb75-8e6bbe8a {
    grid-column: 4 / 5;
  }

  #w-node-d4093c5c-a9eb-4799-8ae4-33517963991b-8e6bbe8c {
    grid-column: 3 / 4;
  }

  #w-node-a7a8c685-81d7-34d9-3970-e0291001d80d-8e6bbe8c {
    grid-column: 4 / 5;
  }

  #w-node-d0516726-af4e-d0c5-8b85-5fef0e77096a-8e6bbe8c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_38f9b2b4-79cb-4cdc-4fc2-0f90ed8ffb75-8e6bbe8c {
    grid-column: 4 / 5;
  }
}


@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Involve';
  src: url('../fonts/Involve-Bold.ttf') format('truetype');
  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;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}