@font-face {
  font-family: Tildasans Vf;
  src: url('../fonts/TildaSans-VF.ttf') format("truetype");
  font-weight: 250 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Medium.ttf') format("truetype");
  font-weight: 500;
  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-Thin.ttf') format("truetype");
  font-weight: 100;
  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: Notosansarabic;
  src: url('../fonts/NotoSansArabic-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Druk Wide Super;
  src: url('../fonts/Druk-Wide-Super.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Druk Wide Cyr;
  src: url('../fonts/Druk-Wide-Cyr-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Druk Wide Cyr;
  src: url('../fonts/Druk-Wide-Cyr-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Druk Wide Cyr Super;
  src: url('../fonts/Druk-Wide-Cyr-Super.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Druk Wide;
  src: url('../fonts/Druk-Wide-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #080300;
  --gold: #d0a966;
  --white: white;
  --midnight-blue: #171e37;
  --blue-bay: #00264a;
  --black-2: #282828;
  --dark-grey: #a3a3a3;
  --grey: #757575;
  --linen: #ebe0d6;
  --dim-grey: #616265;
  --indian-red: #b4624e;
  --silver: #b5b5b5;
  --light-grey: #d0d0d0;
  --grey-2: #8b8b8b;
  --light-sea-green: #31b5b8;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--black);
  font-family: Tildasans Vf, sans-serif;
  font-size: 1em;
  line-height: 1.2;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 6.25em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Druk Wide, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: 1.13em;
  line-height: 1.25;
}

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

.section {
  padding-left: 4%;
  padding-right: 4%;
}

.section.blac-color {
  background-color: #161616;
}

.section.blac-color.none {
  display: none;
}

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

.wrapper {
  cursor: default;
}

.padding-150 {
  padding-top: 9.38em;
}

.txt-18 {
  font-size: 1.13em;
}

.txt-18.caps {
  font-weight: 300;
}

.p-18.hover-a {
  transition: margin-right .2s;
}

.p-18.hover-a:hover {
  margin-right: .5em;
}

.p-18._w-370 {
  width: 22.2em;
}

.p-18._w-570 {
  width: 34.3em;
}

.p-18.mw-430 {
  max-width: 28em;
}

.p-16 {
  color: var(--white);
}

.p-16.dark {
  color: var(--midnight-blue);
}

.p-16._40 {
  font-size: 2em;
}

.txt-36 {
  color: var(--gold);
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

.txt-36.bold {
  font-weight: 500;
}

.txt-36.bold.color-blue {
  color: var(--blue-bay);
  font-weight: 700;
}

.txt-36.bold.color-blue.caps {
  font-family: Druk Wide, sans-serif;
}

.txt-36.bold.ar {
  font-family: Notosansarabic, sans-serif;
}

.download-fp {
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 15em;
  padding: 1em 1.5em;
  font-size: 1.5em;
  font-weight: 300;
  line-height: .9;
  text-decoration: none;
}

.caps {
  text-transform: uppercase;
}

.hero-section {
  background-image: url('../images/LivLuxBG_clipdrop-enhanceBG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-section.bluewaters {
  background-image: linear-gradient(#0006, #0009), url('../images/sls_residences_the_p_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  min-height: 100vh;
  padding-top: 5em;
}

.hero-content {
  width: 60%;
}

.hero-logos {
  grid-column-gap: 1.56em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  display: none;
}

.logo-livlux {
  width: 4.38em;
}

.logo-metropolitan {
  width: 10.63em;
}

.link-lang {
  color: #fff;
  text-transform: uppercase;
  padding: .0625rem;
  font-family: Manrope, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

.h-1 {
  color: #fff;
  letter-spacing: .25rem;
  font-weight: 700;
  line-height: 1.1;
}

.h-1._80px {
  font-size: 3.8em;
  font-weight: 500;
}

.h-1._80px.ar {
  font-family: Notosansarabic, sans-serif;
  font-size: 6em;
  line-height: 1.3;
}

.pad-40 {
  padding-top: 2.5em;
}

.pad-40.max-w-32em {
  width: 40em;
  padding-top: 1.5em;
}

.action-buttons-wrp {
  align-items: center;
  margin-top: 4.38em;
  display: flex;
  position: relative;
}

.hero-download-brochure {
  z-index: 3;
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  width: 9.9em;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.hero-download-brochure.ar {
  width: 7em;
  font-family: Notosansarabic, sans-serif;
}

.hero-download-brochure.de {
  width: 13em;
}

.hero-download-brochure.fr {
  width: 12em;
}

.line-decore {
  background-color: #fff;
  width: 6.25em;
  height: .125rem;
  margin-left: 2.25em;
  margin-right: 2.25em;
}

.txt-hero-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
}

.hero-arrow {
  width: 1.31em;
  position: absolute;
  left: -3.7em;
}

.hero-arrow.ar {
  display: none;
  inset: auto -3em 0% auto;
  transform: rotate(180deg);
}

.hero-dowload-img {
  z-index: 1;
  background-image: url('../images/sls_residences_the_p-1_1.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 11.5em;
  height: 11.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-download-img-wrp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% -6.6em;
}

.hero-download-img-wrp.ar {
  inset: -5em -5em 0% auto;
}

.hero-download-cyrcle {
  border: .125rem solid #fff;
  border-radius: 100%;
  width: 11em;
  height: 11em;
  position: absolute;
}

.global-padding {
  padding-top: 9.38em;
  padding-bottom: 9.38em;
}

.global-padding.no-margin-bottom {
  padding-bottom: 0;
}

.global-padding.footer {
  padding-top: 5em;
  padding-bottom: 6.88em;
  position: relative;
}

.global-padding.hide {
  display: none;
}

._3-col_layout {
  grid-column-gap: 4em;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-col_layout.mt-70 {
  grid-template-columns: .8fr 1fr;
  margin-top: 4.38em;
}

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

.spacer-25 {
  padding-top: .8em;
}

.link-wrp {
  align-items: center;
  display: flex;
}

.txt-arrow {
  margin-left: .94em;
}

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

.link-block {
  color: var(--black);
  align-items: center;
  display: flex;
}

.adout-r-col {
  align-items: flex-end;
  max-width: 26em;
  display: flex;
}

.spacer-40 {
  padding-top: 2.5em;
}

.service-wrp {
  margin-top: 5em;
  padding: 0;
}

.service-itm {
  align-items: center;
}

.service-thumb {
  object-fit: cover;
  border-radius: 100%;
  width: 18em;
  height: 18em;
  margin-bottom: 1.56em;
}

.service-thumb.fit {
  object-fit: cover;
  object-position: 100% 50%;
}

.v-flex {
  align-items: center;
}

.heading-service {
  color: var(--gold);
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 1.63em;
  font-weight: 500;
}

.heading-service.color-blue {
  color: var(--blue-bay);
}

.heading-service.color-blue.ar, .heading-service.ar {
  font-family: Notosansarabic, sans-serif;
}

._2-col-row {
  grid-column-gap: 5.63em;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.h2.aligne-right {
  z-index: 1;
  text-align: right;
}

.h2.aligne-right.position-relative {
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 3.44em;
  position: relative;
}

.h2.aligne-right.position-relative.sz-55 {
  font-size: 3.1em;
}

.h2.aligne-right.position-relative.ar {
  font-family: Notosansarabic, sans-serif;
}

.h2.aligne-right.position-relative.ru-heading {
  font-size: 2.6em;
}

.h2.aligne-right.position-relative.ru-heading-min {
  font-size: 2em;
}

.aligne-r-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.feauters-img {
  opacity: .65;
  object-fit: cover;
  border-radius: 100%;
  width: 30em;
  height: 30em;
  margin-top: 0;
  margin-left: -3em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.feauters-img.marina {
  object-fit: cover;
  margin-top: 0;
}

.feauters-img.advantage {
  margin-top: 0;
}

.feauters-img.ar {
  inset: 0% 0% auto auto;
}

.feauters-content.color-white {
  color: var(--white);
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.txt-link_64 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Druk Wide, sans-serif;
  font-size: 4em;
  display: inline-block;
}

.txt-link_64.aligne-right {
  color: var(--gold);
  text-align: right;
  width: 48rem;
  font-family: Druk Wide Cyr, sans-serif;
}

.txt-link_64.aligne-right.ar {
  width: 37rem;
  font-family: Notosansarabic, sans-serif;
}

.txt-link_64.aligne-right.fr {
  font-size: 3.5em;
}

.txt-link_64.aligne-right.nl {
  font-size: 3em;
}

.big-link-wrp {
  justify-content: flex-end;
  margin-top: 4.46em;
  display: flex;
}

.big-link-wrp.mt-74 {
  margin-top: 4.63em;
}

.big-link-wrp.ar {
  direction: rtl;
}

.white-arrow {
  color: #00ade500;
  background-image: url('../images/Group_2196_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  margin-right: .65em;
  display: inline-block;
}

.white-arrow.ar {
  transform-style: preserve-3d;
  display: none;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

._12-col-gallery {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.625rem;
  display: grid;
}

.pic-gallery {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pic-gallery.mh-400 {
  max-height: 33em;
}

.pic-gallery.left {
  object-position: 0% 50%;
}

.txt-30 {
  color: var(--white);
  font-family: Tildasans Vf, sans-serif;
  font-size: 2.08em;
  font-weight: 400;
  line-height: 90%;
}

.txt-30.dark {
  color: var(--midnight-blue);
}

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

.flore-plans {
  margin-top: 3.75em;
}

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

.flore-link {
  color: var(--dark-grey);
  background-color: #0000;
  font-size: 2.25em;
}

.flore-link.w--current {
  color: var(--gold);
  background-color: #0000;
}

.flore-link.none {
  display: none;
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.tab-pane {
  padding-top: 6.25em;
}

.tab-inner {
  grid-column-gap: 0rem;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flore-pic {
  height: 31em;
}

.flore-desc {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flore-pic_wrp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-heading {
  color: var(--gold);
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 3.13em;
  font-weight: 500;
}

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

.spacer-30 {
  padding-top: 1.875rem;
}

.fixed-bg {
  background-image: url('../images/sls_residences_the_palm_dubai_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 37.5em;
}

._2-column {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  width: 100%;
  padding: 0;
}

._2-column.mt-74 {
  margin-top: 4.63em;
}

.map-wrp {
  background-color: var(--white);
  position: relative;
}

.text-aligne-right {
  text-align: right;
  margin-top: 4.38em;
  margin-bottom: -5.3em;
}

.txt-50 {
  z-index: 1;
  color: var(--white);
  font-family: Druk Wide, sans-serif;
  font-size: 3.13em;
  font-weight: 700;
  position: relative;
}

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

.payment-info {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  margin-top: 4.63em;
  padding: 0;
}

.cell-payment {
  background-color: var(--black);
  color: var(--white);
  padding: 2.5em 1.44em 1.44em;
}

.cell-payment.color-blue-bg {
  background-color: var(--blue-bay);
  color: #fff;
}

.spacer-130 {
  width: 100%;
  height: 8.13em;
}

.cell {
  background-image: url('../images/noroot-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 1.88em 2.88em 2.75em;
}

.paymebt-flex-spacebetwin {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 2.13em;
  display: flex;
}

.p-paymant-wrp.max-w496 {
  width: 40em;
}

.bold-blue {
  color: var(--gold);
  font-weight: 400;
}

.txt-23 {
  font-size: 1.44em;
}

.form-heading-wrp {
  grid-column-gap: 1.25em;
  grid-row-gap: 0em;
  padding: 0;
}

.txt-55 {
  text-transform: uppercase;
  padding-right: 4.2em;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.txt-55.ru {
  font-size: 2.4em;
  font-weight: 900;
}

.txt-55.ar {
  padding-right: 0;
}

.form-descript-box {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.5em;
  width: 100%;
  padding: 0;
}

.form-headline {
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 2.5em;
}

.cell-2 {
  justify-content: flex-end;
  padding-bottom: .5em;
}

.txt-16 {
  color: var(--midnight-blue);
  font-size: 1em;
}

.txt-16.mw-200 {
  max-width: 10.4em;
}

.form-stack {
  grid-column-gap: 1.25em;
  grid-row-gap: 0rem;
  padding: 0;
}

.form-subscribe {
  margin-top: 2.88em;
  margin-bottom: 0;
}

.input {
  border: .0625rem solid #000;
  height: 3.75em;
  margin-bottom: .625rem;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-family: Tildasans Vf, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

.input.modal {
  border-color: var(--grey) var(--grey) var(--gold);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-left: 0;
  font-family: Tildasans Vf, sans-serif;
}

.input.modal.ar {
  direction: rtl;
}

.input.modal.phone-input {
  width: 29.5rem;
}

.descript-field {
  font-size: .88em;
}

.submit-button {
  background-color: var(--gold);
  text-transform: uppercase;
  width: 100%;
  height: 3em;
  padding: 0 1.25em;
  font-size: 1.3em;
  font-weight: 300;
}

.submit-button.subscribe {
  height: 3.6em;
}

.cell-3 {
  flex-direction: row;
  align-items: stretch;
}

.form-padding {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.form-padding.no-margin-bottom {
  padding-bottom: 0;
}

.txt-64 {
  color: var(--gold);
  text-transform: uppercase;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 4em;
  line-height: 120%;
}

.txt-64.ru-heading {
  font-size: 3em;
}

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

.form-block {
  width: 100%;
  height: 100%;
}

.success-message {
  background-color: #d0a966cc;
  font-size: 2em;
}

.floating-label {
  z-index: 0;
  color: var(--dark-grey);
  font-family: Tildasans Vf, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  transition: bottom .2s, color .2s, font-size .2s;
  position: absolute;
  bottom: .7em;
  left: 0;
}

.floating-label.new-tem {
  z-index: 0;
  font-family: Manrope, sans-serif;
  bottom: .9em;
  left: 1.4em;
}

.floating-label.new-tem.pop-up-form {
  font-size: .83em;
  bottom: 1.5em;
  left: 2.3em;
}

.floating-label.ar {
  font-family: Notosansarabic, sans-serif;
  inset: auto auto 1em;
}

.field-wrap {
  border-bottom-width: .0625rem;
  border-bottom-color: var(--grey);
  border-radius: 0;
  margin-bottom: .5rem;
  position: relative;
}

.field-wrap.phone {
  margin-bottom: 1rem;
}

.form {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.form-error {
  color: #da4040;
  background-color: #0000;
  border: .0625rem solid #da4040;
  padding: .1875rem .3125rem;
}

.text-block {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.contact-form {
  color: var(--black);
  width: 100%;
  margin-bottom: 0;
}

.contact-form.mt-20 {
  margin-top: 1.39em;
}

.contact-submit {
  background-color: var(--gold);
  text-transform: uppercase;
  width: 14em;
  height: 2.8em;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  font-size: 1.56em;
  font-weight: 300;
  transition: width .4s ease-out, letter-spacing .4s, border-color .4s;
  display: block;
}

.success-msg {
  color: #183152;
  background-color: #0000;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.success-msg.white-color {
  color: #fff;
}

.input-text {
  z-index: 1;
  border-style: none none solid;
  border-bottom-width: .125rem;
  border-bottom-color: var(--gold);
  background-color: #0000;
  border-radius: 0;
  height: 3.75em;
  padding-left: 0;
  padding-right: 0;
  font-family: Tildasans Vf, sans-serif;
  font-size: 1em;
  font-weight: 500;
  position: relative;
}

.input-text::placeholder {
  color: #757575;
}

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

.input-text.phone-input {
  min-width: 100%;
  margin-bottom: 1em;
  overflow: visible;
}

.input-text.phone-input.ar {
  direction: ltr;
  text-align: right;
}

.logo-image-form {
  width: 18em;
  margin-top: 2.5em;
}

.flex-block-v {
  text-align: center;
  align-items: center;
}

.payment-percent-txt {
  font-family: Druk Wide, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: .9;
}

.icon-mail {
  width: 4.5em;
  margin-left: -.4em;
}

.text-block-2, .text-block-2.none {
  display: none;
}

.popup {
  z-index: 999;
  background-color: #080300cc;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup.consultation, .popup.floorplans, .popup.download {
  display: none;
}

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

.popup-content {
  z-index: 2;
  background-color: var(--white);
  flex-direction: column;
  width: 35em;
  height: auto;
  display: flex;
  position: relative;
}

.popup-form {
  height: 100%;
  margin-bottom: 0;
  padding: 2.4em;
}

.form-popup {
  grid-row-gap: 1.25em;
  flex-direction: column;
  display: flex;
}

.heading-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headline-form {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 2.5em;
  line-height: 110%;
}

.headline-form.ru {
  font-family: Manrope, sans-serif;
}

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

.descript-form {
  color: #3f3f3f;
  margin-top: 1em;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.descript-form.ru {
  font-family: Manrope, sans-serif;
}

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

.success-message-2 {
  background-color: #0000;
  height: 100%;
  padding: 0;
}

.succes-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.5em;
  display: flex;
}

.success-txt {
  font-size: 1.5rem;
}

.error-message {
  text-align: center;
}

.txt-free {
  color: var(--grey);
  text-align: center;
}

.close-bg-popup {
  position: absolute;
  inset: 0%;
}

.close-ico {
  cursor: pointer;
  width: 2em;
  position: absolute;
  inset: 1em 1em auto auto;
}

.mw-80 {
  max-width: 80em;
}

.l-box-gallery {
  width: 100%;
  height: 100%;
}

.scripts {
  display: none;
}

.logo-lbluewaters {
  filter: invert();
  width: 8em;
}

.subheading {
  color: var(--white);
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.35714;
}

.mb-40 {
  margin-bottom: 2.5em;
}

.mb-40.none {
  display: none;
}

.text-block-3 {
  font-size: 2.06em;
}

.div-block {
  margin-bottom: 2.5em;
  margin-right: auto;
}

.body-haptoor {
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  line-height: 160%;
}

.page-padding {
  padding-left: 9.72em;
  padding-right: 9.72em;
  position: relative;
}

.page-padding.hero-layout {
  padding-top: 11.04em;
  padding-bottom: 7.22em;
}

.page-padding.about-layout {
  padding-top: 8.33em;
  padding-bottom: 14em;
}

.page-padding.pad-125 {
  padding-top: 3.91em;
  padding-bottom: 7.5em;
  overflow: hidden;
}

.page-padding.pad-125.sticky {
  position: sticky;
  top: 0;
}

.page-padding.pad-140 {
  padding-top: 9.72em;
  padding-bottom: 10.56em;
}

.page-padding._125 {
  padding-top: 8.68em;
}

.section-new {
  background-color: var(--linen);
}

.section-new.blac-color {
  background-color: var(--black);
}

.section-new.blue-color {
  background-color: var(--midnight-blue);
  color: var(--linen);
}

.section-new.blue-color.city {
  background-image: url('../images/pattern1-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-new.blue-color.footer {
  border-top: .0625rem solid var(--linen);
}

.section-new.general-s {
  background-color: var(--linen);
  background-image: url('../images/pattern1-2.png'), url('../images/pattern1-1.png');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.p-text {
  color: var(--midnight-blue);
  font-size: 1.11em;
  line-height: 160%;
}

.p-text.color-gray {
  color: var(--dim-grey);
  font-size: 1.11em;
  font-weight: 300;
}

.p-text._12 {
  font-size: .83em;
}

.p-text._12.red-color {
  color: var(--indian-red);
}

.p-text._12.linen, .p-text.ligte {
  color: var(--linen);
}

.temlate-hero_layout {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo {
  width: 10.9em;
  margin-bottom: 2.78em;
}

.h1-heading {
  font-family: Forum, sans-serif;
  font-size: 4.86em;
  font-weight: 400;
  line-height: 1;
}

.hero-contain {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 51.39em;
  display: flex;
}

.pad-20 {
  padding-top: 1.39em;
}

.pad-20.max-w-670 {
  width: 46.81em;
}

.button2 {
  grid-column-gap: .5em;
  color: var(--linen);
  letter-spacing: .05625rem;
  text-transform: uppercase;
  background-color: #171e37;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.25em 2.78em;
  font-family: Forum, sans-serif;
  font-size: 1.9em;
  text-decoration: none;
  display: flex;
}

.button2.mtop-20 {
  margin-top: 1.39em;
  padding: .95em 1.78em;
  transition: background-color .2s;
}

.button2.mtop-20:hover {
  background-color: var(--indian-red);
}

.button2.nav-buttom {
  border: .0625rem solid var(--dark-grey);
  color: var(--midnight-blue);
  text-transform: none;
  background-color: #0000;
  padding: 1.2em 1.88em;
  font-size: .97em;
}

.button-ico {
  width: .6em;
}

.button-ico.nav {
  width: .8em;
}

.layout-video {
  border-radius: 100vw;
  width: 100%;
  margin-top: 3.47em;
  padding-top: 35.97em;
  position: relative;
  overflow: hidden;
}

.about-contain {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template: "headline1 paragraph"
                 "headling paragraph"
                 / 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.about-txt-contain {
  flex-direction: column;
  justify-content: center;
  width: 25em;
  display: flex;
}

.about-txt-contain._460 {
  width: 31.94em;
}

.about-heading-contain {
  width: 41em;
}

.about-heading-contain.mw-500 {
  width: auto;
  max-width: 31.25em;
}

.h2-heading {
  color: var(--midnight-blue);
  letter-spacing: .03em;
  font-family: Forum, sans-serif;
  font-size: 3.47em;
  font-weight: 400;
}

.h2-heading.color-linen {
  color: var(--linen);
  font-size: 3.47em;
}

.h2-heading.color-white {
  color: var(--white);
  padding-left: 9em;
  padding-right: 1.2em;
}

.quick-stack {
  grid-column-gap: .63em;
  padding: 0;
}

.txt-20 {
  color: var(--midnight-blue);
  font-size: 1.25em;
  font-weight: 300;
}

.txt-20.color-light {
  color: var(--linen);
  font-weight: 300;
}

.dot-17-light {
  background-color: var(--linen);
  border-radius: 50%;
  width: 1.06em;
  height: 1.06em;
}

.layout-row {
  grid-column-gap: .63em;
  padding: 0;
}

.flex-justify-center {
  justify-content: center;
}

.about-pic {
  grid-column-gap: 1.38em;
  justify-content: space-between;
  margin-top: 4.63em;
  display: flex;
}

.about-item {
  border: .0625rem solid var(--linen);
  text-align: center;
  border-radius: 18.75em;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 19em;
  height: 27em;
  padding-top: 3.06em;
  padding-bottom: 3.06em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-item.no-border {
  border-color: #0000;
}

.text-50 {
  text-transform: uppercase;
  font-family: Forum, sans-serif;
  font-size: 3.13em;
  line-height: 90%;
}

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

.pad-44 {
  padding-top: 2.75em;
}

.city-big-img {
  background-color: var(--linen);
  border-radius: 1.25em;
  flex: none;
  width: 88em;
  height: 37.5em;
  position: relative;
  overflow: hidden;
}

.city-big-img-wrp {
  justify-content: flex-end;
  margin-top: 8.68em;
  display: flex;
  position: relative;
}

.big-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.decore-palce {
  z-index: 1;
  background-color: var(--indian-red);
  color: var(--white);
  border-radius: 100vw;
  justify-content: flex-end;
  align-items: center;
  width: 46em;
  height: 24em;
  display: flex;
  position: absolute;
  inset: auto auto -5.2em -18.9em;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-2.flex {
  align-items: center;
  display: flex;
}

.flex-slider-layout {
  grid-column-gap: 2.78em;
  justify-content: flex-end;
  margin-top: 4.72em;
  display: flex;
}

.city-content {
  flex-direction: column;
  width: 25em;
  display: flex;
}

.button-secondary {
  grid-column-gap: .5em;
  background-color: var(--linen);
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .05625rem;
  text-transform: uppercase;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .8em 0;
  font-family: Forum, sans-serif;
  font-size: 1.74em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary:hover {
  background-color: var(--indian-red);
  color: var(--linen);
}

.button-secondary.mtop-20 {
  margin-top: 1.39em;
}

.button-secondary.mtop-20.color-red {
  background-color: var(--indian-red);
  color: var(--linen);
}

.button-secondary.mtop-20.color-red:hover {
  border: .0625rem solid var(--indian-red);
  background-color: var(--linen);
  color: var(--indian-red);
}

.button-secondary.floorpl {
  padding-left: 1.58em;
  padding-right: 1.58em;
}

.spacer-65 {
  padding-top: 4.51em;
}

.slider-wrp {
  background-color: var(--linen);
  border-radius: 1.39em;
  width: 27.78em;
  padding: 1.39em;
}

.slide-nav, .slider-arrow {
  display: none;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.slide-inner {
  background-color: var(--linen);
  height: 100%;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 18.4em;
}

.slide-content {
  padding-top: 1.39em;
}

.p-25 {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Forum, sans-serif;
  font-size: 1.74em;
}

.p-25.color-linen {
  color: var(--linen);
}

.p-25.aligne-left {
  text-align: left;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.dot-17-dark {
  background-color: var(--midnight-blue);
  border-radius: 50%;
  width: 1.06em;
  height: 1.06em;
}

.pad-50 {
  padding-top: 3.47em;
}

.stack-wrp {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 4.17em;
  display: flex;
  position: sticky;
  top: 2em;
}

.card-stack {
  grid-column-gap: 3.47em;
  background-color: #2e3754;
  border-radius: 1.39em;
  justify-content: space-between;
  margin-bottom: 9rem;
  padding: 1.74em;
  display: flex;
}

.card-stack.card-two {
  background-color: #171e37;
  top: 5em;
}

.card-stack.card-thre {
  background-color: #3b4564;
  top: 5em;
}

.card-stack.card-four {
  top: 5em;
}

.card-stack.card-five {
  background-color: var(--midnight-blue);
  top: 5em;
}

.card-stack-content {
  color: var(--linen);
  flex-direction: column;
  justify-content: space-between;
  width: 35em;
  display: flex;
}

.card-stack-img_wrp {
  border-radius: .69em;
  width: 37.15em;
  height: 31.25em;
  position: relative;
  overflow: hidden;
}

.card-stack-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.carsd-stack-ico {
  width: 5.42em;
}

.h3-card {
  letter-spacing: .13125rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 4.86em;
  font-weight: 400;
  line-height: 1;
}

.carsd-stack-descr {
  font-size: 1.53em;
}

.slide-img-wrp {
  border-radius: .9em;
  overflow: hidden;
}

.form-download-broshure {
  background-color: var(--indian-red);
  border-radius: 1.39em;
  padding: 3.47em;
  position: relative;
}

.broshure-form-wrp {
  width: 35.97em;
}

.pad-35 {
  padding-top: 2.43em;
}

.broshure-form-contain {
  width: 27.78em;
  margin-top: 2.08em;
}

.form-input {
  border: .0625rem solid var(--linen);
  background-color: #0000;
  border-radius: 2em;
  height: 3.47em;
  margin-bottom: .56em;
  padding-left: 1.39em;
  padding-right: 1.39em;
  font-size: .875rem;
}

.form-input::placeholder {
  color: var(--linen);
}

.submit-form-btn {
  background-color: var(--linen);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 5em;
  width: 100%;
  padding-top: .79em;
  padding-bottom: .79em;
  font-family: Forum, sans-serif;
  font-size: 1.74em;
}

.mocap-broshure {
  width: 54.58em;
  position: absolute;
  inset: auto -13em -4.4em auto;
}

.entertainment-row {
  grid-column-gap: 1.39em;
  width: 100%;
  padding: 0;
}

.card-schedule {
  background-color: var(--midnight-blue);
  color: var(--linen);
  border-radius: 1.39em;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2.08em 1.67em;
  display: flex;
}

.card-schedule-img-wrp {
  border-radius: 1.39em;
  width: 100%;
  height: 18.75em;
  overflow: hidden;
}

.schedule-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h3-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 3.13em;
  font-weight: 400;
  line-height: 1.2;
}

.spacer-10 {
  width: 20.1em;
  padding-top: .69em;
}

.time-label {
  background-color: #ebe0d6b3;
  border-radius: 2em;
  width: 6.25em;
  height: 1.875rem;
  margin-bottom: auto;
}

.time-label-inner {
  background-color: #ebe0d6;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 5.6em;
  height: 1.875rem;
  display: flex;
}

.label-txt {
  color: var(--midnight-blue);
  font-size: .97em;
}

.entertainment-layout {
  align-items: center;
  padding: 2.08em;
  display: flex;
  position: relative;
}

.punctuation-line {
  border: .0625rem dashed #000;
  height: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.punctuation-line.bottom {
  border: .0625rem dashed var(--midnight-blue);
  width: 100%;
}

.punctuation-line.bottom.right-side {
  inset: auto 0% 0% auto;
}

.punctuation-line.left {
  border: .0625rem dashed var(--midnight-blue);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 0%;
  height: 50%;
  inset: 50% auto auto 0%;
}

.punctuation-line.left.full-hight {
  height: 100%;
  top: 0%;
}

.punctuation-line.left.up {
  inset: 0% auto auto 0%;
}

.punctuation-line.right {
  border: .0625rem dashed var(--midnight-blue);
  width: 0%;
  height: 100%;
  inset: 0% 0% auto auto;
}

.punctuation-dot {
  background-color: var(--midnight-blue);
  outline-color: var(--white);
  outline-offset: 0rem;
  border: .0625rem dashed #000;
  border-radius: 100%;
  outline-width: .5625rem;
  outline-style: solid;
  width: .9em;
  height: .9em;
  margin-left: -.4em;
  position: absolute;
  inset: auto auto auto 0%;
}

.punctuation-dot.bottom {
  border: .0625rem dashed var(--midnight-blue);
  width: 100%;
}

.punctuation-dot.left {
  border: .0625rem dashed var(--midnight-blue);
  width: 0%;
  height: 50%;
}

.punctuation-dot.right-side {
  margin-left: 0;
  margin-right: -.4em;
  left: auto;
  right: 0;
}

.residents-wrp {
  width: 23em;
}

.residents-wrp.jus-center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.text-40 {
  text-align: left;
  text-transform: uppercase;
  font-family: Forum, sans-serif;
  font-size: 2.78em;
  line-height: 130%;
}

.text-40.red-color {
  color: #c97662;
}

.text-40.center {
  text-align: center;
}

.text-40.linen {
  color: var(--linen);
}

.div-block-3 {
  grid-row-gap: 2.43em;
  flex-direction: column;
  margin-top: 2.43em;
  display: flex;
}

.residences-percent {
  grid-column-gap: 4.86em;
  width: 17.1em;
  padding: 0;
}

.resiidents-wrp {
  grid-column-gap: 4.72em;
  grid-row-gap: 1rem;
  grid-template: "headline bubles"
                 "indicators bubles"
                 / 1fr 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.bubble-wrp {
  color: var(--midnight-blue);
  width: 66%;
  height: 28.7em;
  position: relative;
}

.bubble {
  border: .0625rem solid var(--linen);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 14.44em;
  height: 14.44em;
  margin-top: 1.39em;
  padding-left: 1.94em;
  padding-right: 1.94em;
  display: flex;
}

.bubble.bubble-2 {
  text-align: center;
  width: 18.54em;
  height: 18.54em;
  margin-top: 0;
  position: absolute;
  inset: 10.2em auto auto 9.31em;
}

.bubble.bubble-3 {
  text-align: center;
  width: 17.57em;
  height: 17.57em;
  margin-top: 0;
  position: absolute;
  inset: 0 auto auto 22.01em;
}

.bubble.bubble-4 {
  text-align: left;
  width: 16.32em;
  height: 16.32em;
  margin-top: 0;
  padding-left: 4.03em;
  position: absolute;
  inset: 6.94em auto auto 36.6em;
}

.bubble.dark {
  border-color: var(--midnight-blue);
}

.floorplans-wrp {
  margin-top: 7.64em;
}

.tab-content {
  border-radius: 1.39em;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.tab-img-wrp {
  width: 100%;
  position: relative;
}

.tab-floorplans-wrp {
  z-index: 1;
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  text-align: center;
  background-color: #080300cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32.01em;
  margin-left: auto;
  padding-top: 2.43em;
  padding-bottom: 2.43em;
  display: flex;
  position: relative;
}

.tabs-menu {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 3.47em;
  left: 3.47em;
}

.spacer-20 {
  padding-top: 1.39em;
}

.spacer-20.epand {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.floorplan-pic {
  mix-blend-mode: multiply;
  object-fit: contain;
}

.floorplan-pic-wrp {
  background-color: var(--linen);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 22.92em;
  height: 22.92em;
  margin-bottom: 2.08em;
  padding-left: 2.87em;
  padding-right: 2.87em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floorplan-img {
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tabs-froorplans {
  border-radius: 1.39em;
}

.button-wrp-abs {
  z-index: 3;
  position: absolute;
  bottom: 3.47em;
  left: 3.47em;
}

.tabs-link {
  color: #ebe0d6b3;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: 3.47em;
  font-weight: 700;
  line-height: 160%;
}

.tabs-link.w--current {
  color: #ebe0d6;
  background-color: #0000;
}

.lightbox-link {
  background-color: var(--linen);
  outline-offset: 0rem;
  border-radius: 100%;
  outline: .625rem solid #ebe0d61a;
  justify-content: center;
  align-items: center;
  width: 4.17em;
  height: 4.17em;
  padding-left: .2em;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 1.2em 1.2em auto auto;
}

.lightbox-link:hover {
  transform: scale(1.1);
}

.lacation-card-wrp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.78em;
  display: grid;
}

.location-card-wrp {
  grid-column-gap: 1.39em;
  margin-top: 2.78em;
  padding: 0;
}

.location-card {
  background-color: var(--midnight-blue);
  border-radius: .69em;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 1.39em;
}

.location-card-img-wrp {
  border-radius: .69em;
  width: 100%;
  height: 14em;
  margin-bottom: 1.04em;
  position: relative;
  overflow: hidden;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.play-ico {
  width: .97em;
}

.attractions-heading-contain {
  width: 41.67em;
}

.attraction-contain {
  justify-content: space-between;
  margin-top: 7.64em;
  display: flex;
}

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

.traker-line {
  background-color: var(--indian-red);
  width: 100%;
  height: .1875rem;
  position: absolute;
}

.car-point {
  border: .125rem solid var(--indian-red);
  background-color: var(--linen);
  border-radius: 100%;
  width: 2.78em;
  height: 2.78em;
  position: relative;
}

.cell-point {
  justify-content: center;
}

.point-wrp {
  grid-column-gap: .63em;
  padding: 0;
}

.point-content-wrp {
  grid-column-gap: .63em;
  margin-top: 2.78em;
  padding: 0;
}

.t-25 {
  color: var(--midnight-blue);
  font-size: 1.74em;
  font-weight: 600;
}

.car {
  width: 20.83em;
  position: absolute;
  top: -2.7em;
}

.fixed-bg-new-tamplate {
  background-image: url('../images/7197208cd62ca794ddff3e921ed0734f_17197208cd62ca794ddff3e921ed0734f.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 37.5em;
}

.txt-55-form {
  color: var(--white);
  text-transform: uppercase;
  padding-right: 5em;
  font-family: Forum, sans-serif;
  font-size: 4.17em;
  font-weight: 400;
  line-height: 120%;
}

.form-descript-box-copy {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.5em;
  width: 100%;
  padding: 0;
}

.quick-stack-2 {
  width: 100%;
  padding: 0;
}

.form-logo {
  width: 21.32em;
}

.input-2 {
  z-index: 1;
  border: .0625rem solid var(--white);
  color: var(--dark-grey);
  background-color: #0000;
  border-radius: 100vw;
  height: 4.17em;
  margin-bottom: .625rem;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-family: Manrope, sans-serif;
  font-size: .97em;
  font-weight: 500;
  position: relative;
}

.input-2::placeholder {
  color: var(--dark-grey);
}

.input-2.modal {
  border-color: var(--grey);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-left: 0;
}

.input-2.dark-border {
  border-color: var(--black-2);
}

.submit-button-2 {
  border: .0625rem solid var(--linen);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100vw;
  width: 100%;
  height: 2.55em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-family: Forum, sans-serif;
  font-size: 1.56em;
  font-weight: 300;
  transition: all .2s;
}

.submit-button-2:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white);
}

.submit-button-2.solid-color {
  background-color: var(--white);
  color: var(--midnight-blue);
}

.submit-button-2.solid-color:hover {
  background-color: var(--indian-red);
  color: var(--white);
}

.submit-button-2.solid-color.blue {
  background-color: var(--midnight-blue);
  color: var(--white);
  margin-top: .83em;
}

.submit-button-2.solid-color.blue:hover {
  background-color: var(--indian-red);
}

.txt-60 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Forum, sans-serif;
  font-size: 4.17em;
  line-height: 130%;
}

.footer-stack-new {
  grid-column-gap: 18.06em;
  padding: 0;
}

.c-back-button {
  grid-column-gap: .69em;
  background-color: var(--indian-red);
  color: var(--linen);
  border-radius: 100vw;
  align-items: center;
  margin-top: 2.78em;
  padding: .49em 1.39em;
  text-decoration: none;
  display: flex;
}

.txt-14 {
  font-size: .97em;
}

.call-back-wrp {
  grid-row-gap: .69em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-stack-wrp {
  position: sticky;
  top: 7em;
}

.card-stack-wrp._2 {
  top: 8.6em;
}

.card-stack-wrp._3 {
  top: 10.2em;
}

.card-stack-wrp._4 {
  top: 11.8em;
}

.background-video {
  z-index: 20;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header {
  z-index: 999;
  background-color: #0000;
  padding: .72em 9.72em;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-inner {
  grid-column-gap: 2.08em;
  align-items: center;
  margin-left: 4.51em;
  display: flex;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  align-items: center;
  display: flex;
}

.logo-img {
  width: 12.29em;
}

.nav-link {
  color: var(--black-2);
  border-bottom: .0625rem solid #0000;
  padding: .23em 0;
  font-size: .97em;
}

.nav-link:hover {
  border-bottom-color: var(--black-2);
}

.icon {
  display: none;
}

.dropdown-toggle {
  border: .0625rem solid #a3a3a3;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.17em;
  height: 4.17em;
  padding: 0;
  display: flex;
}

.dropdown {
  margin-left: auto;
  margin-right: 0;
}

.lang-link {
  border: .0625rem solid var(--dark-grey);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.17em;
  height: 4.17em;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.drop-long {
  grid-row-gap: .69em;
  background-color: #0000;
  flex-direction: column;
  padding-top: .69em;
}

.drop-long.w--open {
  display: flex;
}

.nav-button-wrp {
  grid-column-gap: .69em;
  margin-left: auto;
  display: flex;
}

.el-blure {
  z-index: -1;
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background-color: #ebe0d6cc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-form-cons {
  z-index: 2;
  background-color: var(--linen);
  background-image: linear-gradient(to right, #ebe0d6f2 47%, #fff0), url('../images/2_12.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 58.33em;
  padding: 2.78em;
  position: relative;
}

.left-content {
  width: 100%;
  max-width: 24.93em;
}

.checkbox-field {
  grid-column-gap: .69em;
  color: var(--black-2);
  align-items: center;
  margin-top: .76em;
  padding-left: 2.19em;
  font-size: .83em;
  display: flex;
}

.checkbox {
  border-color: var(--white);
  background-color: var(--white);
  width: 1.39em;
  height: 1.39em;
  margin-top: 0;
  margin-left: -2.51em;
}

.checkbox.w--redirected-checked {
  background-color: var(--white);
  background-image: url('../images/charm_tick.svg');
  background-size: auto;
}

.term-link {
  color: var(--black-2);
  text-decoration: underline;
  display: inline;
}

.menu-logo.hide {
  display: none;
}

.car-track-vertical {
  display: block;
}

.vertical-wrp {
  display: none;
}

.about-contain-develop {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template: "headling headline1"
                 "headling paragraph"
                 / 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.moadal-window {
  justify-content: center;
  padding-top: 25.05em;
  padding-bottom: 25.05em;
  display: flex;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: .0625rem solid #e4ebf3;
  padding: 5rem 1.875rem;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 1.5rem;
}

.button-primary {
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: .75rem 1.5625rem;
  font-size: .75rem;
  line-height: 1.25rem;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 1.5rem #96a3b514;
}

.volt-body {
  color: #282828;
  font-family: Manrope, sans-serif;
  font-size: 1vw;
}

.navigation-wrapper {
  grid-column-gap: 1.88em;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation {
  color: #fff;
  background-color: #282828;
  align-items: center;
  width: 100%;
  min-height: 5.5rem;
  padding: 1.5rem 5%;
  display: flex;
}

.navigation.header {
  background-color: #161616;
  min-height: 3rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navigation-button {
  outline-offset: 0rem;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 3rem;
  outline: .0625rem solid #ffffff1a;
  justify-content: center;
  align-items: center;
  padding: .63em .94em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button:hover {
  background-color: var(--white);
  color: var(--black-2);
}

.logo-2 {
  width: 10.625rem;
}

.navigation-menu {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  align-items: center;
  width: 100%;
  display: block;
  position: static;
}

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

.navigation-container.larg-container {
  max-width: 80rem;
}

.navigation-link {
  grid-column-gap: .625rem;
  color: var(--white);
  letter-spacing: -.01em;
  text-indent: 0;
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 1px solid #fff0;
  border-radius: 0;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link:hover {
  color: var(--silver);
  border-bottom-color: #fff;
  border-radius: 0;
}

.navigation-link.w--current {
  color: var(--light-grey);
}

.lang-link-wrp {
  outline-offset: 0rem;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 3rem;
  outline: .0625rem solid #ffffff1a;
  justify-content: center;
  align-items: center;
  padding: .63em .94em;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.lang-link-wrp:hover {
  background-color: var(--white);
  color: var(--black-2);
}

.lang-link-wrp.mobile {
  display: none;
}

.lang-link-2 {
  color: #fff;
}

.lang-link-2.w--current {
  color: var(--grey-2);
}

.icon-download {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.nav-buttons {
  grid-column-gap: .625rem;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  flex: none;
  display: flex;
}

.padding-global {
  height: 100%;
  padding-left: 6%;
  padding-right: 6%;
}

.section-volt.hero {
  background-image: url('../images/hero-img_1hero-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-volt.background-fix {
  background-image: url('../images/Rectangle-2778_1Rectangle 2778.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 48em;
}

.section-volt.video-section {
  background-image: url('../images/Rectangle-2782_1Rectangle 2782.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 53.13em;
}

.section-volt.footer {
  background-color: var(--black-2);
}

.larg-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 12.5em;
  padding-bottom: 12.5em;
}

.padding-section-large.hero {
  padding-top: 9.75em;
  padding-bottom: 2.5em;
}

.padding-section-large.no-margin {
  padding-top: 0;
}

.volt-hero_contain {
  justify-content: flex-start;
  display: flex;
}

.hero-heado-prez-wrp {
  grid-row-gap: 3.25rem;
  flex-direction: column;
  padding-left: 4.6875rem;
  display: flex;
}

.prez-item {
  align-items: center;
  display: flex;
}

.prez-item.second {
  margin-left: 13.4375rem;
}

.union-plus {
  width: 1.5625rem;
  position: relative;
  top: 1.71rem;
}

.prez-txt {
  color: #ffffffb3;
  text-transform: uppercase;
  font-size: 2.13em;
  font-weight: 300;
  line-height: 1;
}

.conditions-hero-column {
  grid-row-gap: 1.5625rem;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 16.25rem;
  margin-left: auto;
  display: flex;
}

.left-content-volt {
  flex-direction: column;
  display: flex;
}

.hero-heading-volt-wrp {
  margin-top: 12.25rem;
}

.h1-volt {
  color: var(--white);
  cursor: auto;
  font-family: Manrope, sans-serif;
  font-size: 7.81em;
  font-weight: 400;
  line-height: 1.1;
}

.conditions-hero-item {
  grid-row-gap: .625rem;
  color: #fff;
  flex-direction: column;
  display: flex;
}

.conditions-text {
  text-transform: uppercase;
  font-size: 3.125rem;
  font-weight: 300;
}

.conditions-text.color-white {
  color: var(--white);
  font-size: 3.13em;
  line-height: .9;
}

.text-14 {
  font-size: .88rem;
}

.hero-button-blure {
  grid-column-gap: .3125rem;
  -webkit-backdrop-filter: blur(.125rem);
  backdrop-filter: blur(.125rem);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ffffff1a;
  border: .0625rem solid #ffffff80;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  min-width: 7.5rem;
  min-height: 3rem;
  padding: 1.3125rem .625rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.hero-button-blure:hover {
  color: var(--black-2);
  background-color: #fff;
}

.h-flex {
  display: flex;
}

.h-flex.m-bottom {
  display: none;
}

.heading-section-wrp {
  grid-column-gap: 8.5em;
  align-items: flex-start;
  display: flex;
}

.volta-headline {
  text-transform: uppercase;
  width: 13.13em;
  font-size: 1.25em;
}

.headin-sub-h-wrp {
  max-width: 17em;
  font-weight: 300;
}

.headin-sub-h-wrp._398 {
  max-width: 24.88em;
}

.headin-sub-h-wrp._280 {
  max-width: 17em;
}

.p-sub-h {
  font-size: 2.1875rem;
}

.p-sub-h.color-gray {
  font-size: 2.13em;
  line-height: 1.3;
}

.color-gray {
  color: #d0d0d0;
}

.about-volta-grid {
  grid-column-gap: 6.69em;
  grid-row-gap: 1em;
  grid-template: "about-index about-text"
                 "about-index about-text"
                 "about-index about-text"
                 "about-index about-pic2"
                 "about-pic1 about-pic2"
                 "about-pic1 about-pic3"
                 "about-logo about-pic3"
                 / auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.06em;
  display: grid;
}

.icon-plus-gray {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: auto;
  display: flex;
}

.icon-plus-gray.dark {
  color: var(--black-2);
  position: relative;
  top: 1.25em;
}

.icon-plus-gray.relative {
  position: relative;
  top: 1.4em;
}

.about-index {
  color: var(--silver);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-index.center-item {
  margin-left: 10.8125rem;
}

.index-txt {
  color: var(--silver);
  letter-spacing: 0;
  font-size: 8.75em;
  font-weight: 200;
  line-height: .9;
}

.index-txt.dark {
  color: var(--black-2);
  line-height: .8;
}

.about-index-wrp {
  grid-row-gap: 5.25em;
  flex-direction: column;
  padding-top: 6.85em;
  display: flex;
}

.h2-volta {
  letter-spacing: 0;
  text-transform: none;
  font-family: Manrope, sans-serif;
  font-size: 4.38em;
  font-weight: 400;
  line-height: 1;
}

.h2-volta.color-light-gray {
  color: #d0d0d0;
  font-size: 4.38em;
  font-weight: 300;
}

.p-text-16 {
  align-self: flex-start;
  font-size: 1rem;
  line-height: 1.5;
}

.p-text-16.color-gray {
  color: var(--silver);
}

.p-text-16.gray {
  color: var(--silver);
  margin-bottom: 1rem;
}

.p-text-16.dark {
  color: var(--black-2);
  align-self: flex-start;
}

.about-item-img {
  border-bottom: .0625rem solid var(--silver);
  padding-bottom: 2.19em;
}

.about-item-img.fitnes {
  width: 100%;
  max-width: 28.13em;
  margin-top: 6.23em;
  margin-left: 14.75em;
}

.about-item-img.one-pic {
  margin-top: 4.38em;
}

.about-item-img.two-pic {
  width: 100%;
  max-width: 22.19em;
  margin-top: 11.9em;
}

.about-img-volta {
  width: 100%;
  margin-bottom: 2.1875rem;
}

.about-img-ttl {
  font-size: 2.25em;
  font-weight: 300;
}

.about-img-ttl.mw {
  max-width: 390px;
}

.about-dev-logo_wrp {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  max-width: 15.31em;
  margin-top: 7.4rem;
  display: flex;
}

.dev-logo {
  width: 15.31em;
}

.dev-about_link {
  justify-content: space-between;
  padding-right: .63em;
  font-size: 1rem;
  display: flex;
}

.ico-download {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  margin-left: 4px;
  font-size: 1rem;
  display: flex;
}

.sticky-track {
  height: 300vh;
}

.focus-project_wrp {
  justify-content: space-between;
  display: flex;
  position: sticky;
  top: 6.25rem;
}

.black-circle_shape {
  background-color: var(--black-2);
  color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 53.63em;
  height: 53.63em;
  margin-left: -7.38em;
  padding-left: 11em;
  padding-right: 6.56em;
  display: flex;
}

.h-scroll-wrp {
  width: 41.2em;
  overflow: hidden;
}

.h-scroll_container {
  grid-column-gap: 4.375rem;
  align-items: center;
  display: flex;
}

.h-scroll-item {
  flex-direction: column;
  flex: none;
  width: 41.1em;
  height: 46em;
  display: flex;
}

.item-text-top {
  grid-column-gap: .625rem;
  align-items: flex-start;
  display: flex;
}

.text-16px-gray {
  color: var(--silver);
  font-size: 1rem;
  transition: all .2s;
}

.text-16px-gray.copyright:hover {
  color: var(--silver);
}

.text-16px-gray.hover-effect:hover {
  color: #fff;
}

.scroll-item_img-wrp {
  flex-direction: column;
  height: 29.38em;
  margin-top: auto;
  display: flex;
  position: relative;
}

.floorplan-header_tabl {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.45fr .75fr .82fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.floorplan-header_tabl.bottom-border {
  border-bottom: .0625rem solid var(--light-grey);
  grid-template-columns: 1.45fr .75fr .82fr;
  padding-bottom: 1.875rem;
}

.table-cell {
  align-items: flex-start;
  display: flex;
}

.table-cell.v-flex {
  grid-row-gap: 1.75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.toogle-max-w {
  margin-left: auto;
  margin-right: auto;
}

.toggle-main {
  border-bottom: .0625rem solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-toggle-2 {
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.0625rem;
}

.toggle-icon {
  border: .0625rem solid #fff3;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  margin-right: .8125rem;
  display: flex;
}

.qa-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
}

.toggle-content {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 0;
}

.h-wrap {
  max-width: 42em;
}

.volta-floor-txt {
  text-transform: uppercase;
  margin-top: .5rem;
  font-size: 5em;
  font-weight: 200;
}

.txt-11 {
  font-size: 11px;
}

.floor-plan_content-wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-plan-wrp {
  position: relative;
}

.info-planl-wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation-button-copy {
  border: 1px solid var(--light-sea-green);
  color: var(--light-sea-green);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  min-width: 7.5rem;
  min-height: 3rem;
  padding: 1.31em 2.38em;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button-copy:hover {
  background-color: var(--black-2);
  color: #fff;
}

.navigation-button-copy.field-color {
  background-color: var(--light-sea-green);
  color: #fff;
  justify-content: center;
}

.navigation-button-copy.field-color:hover {
  background-color: var(--black-2);
}

.navigation-button-copy.field-color.left {
  margin-top: 4.38em;
  margin-left: 0;
  margin-right: auto;
}

.navigation-button-copy.field-color.left:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black-2);
}

.navigation-button-copy.field-color.right {
  margin-right: 0;
  padding-left: 1.63em;
  padding-right: 1.63em;
  font-weight: 300;
}

.all-plan-img {
  width: 12.19em;
  margin-left: auto;
  margin-right: auto;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-drop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
}

.floor-plane_image {
  width: 100%;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.swiper-slide {
  flex: none;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.f-testimonial-author {
  grid-column-gap: 1rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 4rem -1rem #393b6a0f;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.8;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: color .2s;
  display: flex;
}

.f-margin-bottom-12 {
  margin-bottom: .75rem;
}

.f-testimonial-section {
  background-color: #fff;
  padding: 6.25rem 5%;
  position: relative;
  overflow: hidden;
}

.f-margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.f-margin-bottom-16 {
  margin-bottom: 1rem;
}

.f-container-regular {
  width: 100%;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-right-a {
  border-width: .0625rem;
  border-color: #e4e6f1;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: .375rem;
  transition: all .3s;
  display: flex;
  inset: -5.625rem 0% auto auto;
  overflow: hidden;
}

.f-testimonial-right-a:hover {
  color: var(--grey-2);
  border-color: #160042;
}

.f-testimonial-star-wrapper {
  grid-column-gap: .25rem;
  margin-bottom: 1rem;
  display: flex;
}

.slider-3 {
  width: 94em;
}

.s-pagination.fraction {
  color: #fff;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: .75rem;
  padding: 2rem;
  box-shadow: 23px 23px 4rem -1rem #393b6a0f;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper.swiper-movies-2 {
  margin-top: 3.38em;
  position: relative;
  overflow: visible;
}

.swiper-navigation-wrp {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.13em;
  display: flex;
}

.f-testimonial-left-a {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: .375rem;
  transition: all .3s;
  display: flex;
  inset: -5.625rem 3.75rem auto auto;
}

.f-testimonial-left-a:hover {
  color: var(--grey-2);
}

.swiper-wrapper {
  display: block;
  position: relative;
}

.slide-img-volta_wrp {
  height: 40.63em;
  position: relative;
}

.l-box-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.l-box-video-thumb {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.play-button-wrp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-button {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 12.88em;
  height: 12.88em;
  padding-left: 1em;
  display: flex;
}

.play-butttop-ico {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
}

.icon-arrow-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.map-arrow {
  color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  display: flex;
}

.map-arrow:hover {
  color: var(--silver);
}

.consultation-wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-cosult-ttl {
  font-size: 4.38em;
  line-height: 1.2;
}

.form-cosult-ttl.txt-sz-55 {
  white-space: normal;
  font-size: 3.44em;
}

.form-cosult-ttl.txt-sz-55.no-wrap {
  white-space: nowrap;
}

.form-descript {
  color: var(--silver);
  max-width: 19em;
  margin-top: 4em;
  font-size: 1.25em;
}

.form-descript.txt-sz-18 {
  max-width: 13em;
  margin-top: 2.7em;
  font-size: 1.13em;
}

.coonsult-image {
  width: 40.38em;
}

.nav-container {
  align-items: center;
  display: flex;
}

.input-3 {
  z-index: 1;
  border: .0625rem solid var(--light-grey);
  color: var(--dark-grey);
  background-color: #0000;
  border-radius: 100vw;
  height: 4.17em;
  margin-bottom: 0;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-family: Manrope, sans-serif;
  font-size: .97em;
  font-weight: 500;
  position: relative;
}

.input-3:hover, .input-3:active, .input-3:focus {
  border-color: var(--light-sea-green);
}

.input-3::placeholder {
  color: var(--dark-grey);
}

.input-3.modal {
  border-color: var(--grey);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-left: 0;
}

.input-3.dark-border {
  border-color: var(--black-2);
}

.submit-form-btn-volt {
  background-color: var(--light-sea-green);
  color: #fff;
  border-radius: 5em;
  width: 100%;
  padding-top: 1.31em;
  padding-bottom: 1.31em;
  font-family: Manrope, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.submit-form-btn-volt.mt-5 {
  margin-top: .31em;
  transition: all .2s;
}

.submit-form-btn-volt.mt-5:hover {
  background-color: var(--black-2);
}

.consultation-wrp-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "heading-form img"
                 "form descr"
                 / .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 2px solid #021d4a1a;
  padding: 2.5em 0;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  transition: color .2s;
  display: flex;
}

.accordion-item-trigger:hover {
  color: var(--light-sea-green);
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.inner-slide {
  grid-column-gap: 3.75em;
  grid-row-gap: 16px;
  grid-template: "img-slide heading-slide"
                 "img-slide content-slide"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.left-column {
  flex: 1;
  position: relative;
}

.right-column {
  flex: 1;
}

._2-slide-img-wrp {
  justify-content: center;
  align-items: center;
  width: 38.75em;
  height: 34.38em;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.swiper-navigation-wrp-copy {
  grid-column-gap: .5rem;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  padding: .84em;
  display: flex;
}

.slider-navigation-box {
  z-index: 3;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: space-between;
  width: 28.44em;
  height: 15.63em;
  display: flex;
  position: absolute;
  inset: auto auto -4.9em 13.8em;
}

.text-70 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 4.38em;
  font-weight: 400;
  line-height: 1;
}

.text-70.color-white {
  color: #fff;
  font-weight: 200;
  line-height: 1.4;
}

.servisec-option {
  margin-top: 2.5em;
  padding: 0;
}

.option-cell {
  grid-row-gap: .63em;
  border-bottom: 1px solid var(--silver);
  padding-bottom: 1.56em;
}

.option-cell.end-cell {
  border-bottom-style: none;
}

.text-30 {
  font-size: 1.88em;
}

.flex-right {
  justify-content: flex-end;
  display: flex;
}

.flex-right.mb-50 {
  margin-top: 3.13em;
}

.about-dev-grid {
  grid-column-gap: 6.69em;
  grid-row-gap: 1em;
  grid-template: "about-index about-text"
                 "about-index about-text"
                 "about-index about-text"
                 / auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.06em;
  display: grid;
}

.dev-project {
  grid-column-gap: 1.25em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.38em;
  display: grid;
}

.dev-card {
  border: 1px solid var(--silver);
  border-radius: 1.25em;
  padding: 1.25em;
}

.card-img-wrp {
  border-radius: .63em;
  height: 21.88em;
  margin-bottom: 1.88em;
  position: relative;
  overflow: hidden;
}

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

.h-4 {
  font-size: 3.13em;
  font-weight: 400;
  line-height: 1;
}

.dev-tag-wrp {
  grid-column-gap: .63em;
  grid-row-gap: .94em;
  flex-wrap: wrap;
  margin-top: 1.56em;
  display: flex;
}

.tag-item {
  border: 1px solid var(--silver);
  color: var(--silver);
  border-radius: 1.88em;
  padding: .31em 1.06em;
}

.text-block-6 {
  font-size: 1em;
}

.located-wrp {
  grid-column-gap: 7.88em;
  grid-row-gap: 16px;
  grid-template: "circle description"
                 "map description"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-2 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.located-content {
  grid-row-gap: 6.88em;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.item-flex_aligne-end {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.located-ttl {
  font-size: 6.25em;
  font-weight: 300;
}

.located-ttl.mw300 {
  max-width: 3.1em;
}

.located-text-mini {
  position: absolute;
  inset: auto auto 3.88em 21.03em;
}

.located-text-mini._2 {
  left: 14.43em;
}

.located-text-mini._3 {
  left: 19.93em;
}

.padding-left-23 {
  margin-top: 1.25em;
  padding-left: 2.04em;
}

.white-circle_shape {
  border: 1px solid var(--silver);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 53.63em;
  height: 53.63em;
  margin-left: -12.6rem;
  padding-left: 11.85em;
  padding-right: 6.25em;
  display: flex;
}

.box-220 {
  width: 13.75em;
}

.located-left-col {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.located-map-wrp {
  background-color: #dbdbdb;
  width: 52.88em;
  height: 28em;
  margin-top: 4.63em;
  margin-left: -12.6em;
  position: relative;
}

.map-pic {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.map-content.dark {
  color: var(--black);
  padding-left: 9.5em;
  position: absolute;
  inset: auto 0% 0%;
}

.flex-box-horizontal {
  grid-column-gap: .63em;
  align-items: center;
  display: flex;
}

.features-wrp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--silver);
  margin-top: 1.88em;
  padding: 0;
}

.feauters-cell {
  justify-content: flex-end;
  padding-bottom: 1.66em;
  padding-right: 1.88em;
}

.feauters-cell.center-cellborder {
  border-right: 1px solid var(--silver);
  border-left: 1px solid var(--silver);
  padding-left: 1.88em;
  padding-right: 1.88em;
}

.feauters-cell.end-item {
  background-color: var(--black-2);
  color: #fff;
  padding-top: 2.5em;
  padding-left: 1.88em;
  padding-right: 1.88em;
}

.text-50-volta {
  font-family: Manrope, sans-serif;
  font-size: 3.13em;
  line-height: 1.1;
}

.limitation-text {
  max-width: 300px;
}

.readmore-link {
  font-size: 1em;
}

.readmore-link.gray {
  color: var(--silver);
  margin-top: auto;
  display: inline-block;
}

.features-content-wrp {
  flex-direction: column;
  min-height: 17.5em;
  display: flex;
}

.slider-arrow-2 {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  display: flex;
}

.slider-arrow-2:hover {
  color: var(--silver);
}

.price-progress-wrp {
  position: relative;
}

.price-percent-wrp {
  grid-row-gap: 0em;
  flex-direction: column;
  display: flex;
}

.price-percent-wrp.index-price {
  width: 39em;
  margin-top: 6.9em;
}

.subtext {
  width: 10.31em;
  margin-left: 2.64em;
}

.subtext.gray {
  color: var(--silver);
}

.text-block-7 {
  color: var(--light-sea-green);
  font-size: 15.63em;
  line-height: .8;
}

.progress-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 18.38em;
  padding: 0;
}

.cell-border-left {
  border-left: 1px solid var(--silver);
}

.cell-border-left.border-right {
  border-right: 1px solid var(--silver);
}

.progress-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.progres-count {
  text-align: center;
  width: 4em;
  margin-left: -1.9em;
  font-size: 12px;
}

.progres-count.r-side {
  width: 4.5em;
  margin-right: -2em;
}

.cell-5 {
  flex-direction: row;
  justify-content: space-between;
}

.progres-item-wrp {
  grid-row-gap: 2.5em;
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0%;
}

.progres-headline {
  font-size: 1.25em;
}

.progress {
  height: 5em;
  margin-top: .69em;
}

.progress.first {
  background-color: #aeddde;
}

.progress.second {
  background-color: #31b5b8;
}

.progress-descript {
  color: #d0d0d0;
  font-size: 1em;
}

.progres-grid {
  grid-column-gap: 6.69em;
  grid-row-gap: 1em;
  grid-template: "about-index about-text"
                 "about-index about-text"
                 "about-index about-text"
                 / auto 1fr;
  grid-auto-columns: 1fr;
  height: 25em;
  margin-top: 4.06em;
  display: grid;
}

.what-change-hat {
  border-bottom: 1px solid var(--light-grey);
  padding: 0 0 1.88em;
}

.text-20 {
  font-size: 1.25em;
}

.what-change-row {
  border-bottom: 1px solid var(--light-grey);
  padding: 2.75em 0;
}

.what-change_ttl-wrp {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-80 {
  font-size: 5em;
  font-weight: 200;
  line-height: 1;
}

.text-12 {
  font-size: .75em;
  line-height: 1.3;
}

.text-12.color-green {
  color: var(--light-sea-green);
}

.payment-plan_wrp {
  grid-column-gap: 6.88em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.payment-plan_content {
  grid-row-gap: 6.88em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

._3-col-auto {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-col-auto.ml-256 {
  margin-left: 10em;
}

.text-100 {
  font-size: 6.25em;
  font-weight: 200;
  line-height: .9;
}

.text-65 {
  font-size: 4.06em;
  font-weight: 200;
  line-height: 1.2;
}

.color-green {
  color: var(--light-sea-green);
}

.video-content-wrp {
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2.75em;
  display: flex;
}

.l-box-btn_wrp {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-button {
  border: 1px solid var(--light-sea-green);
  background-color: var(--light-sea-green);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  min-width: 7.5rem;
  min-height: 3rem;
  padding: 1.31em 2.38em;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.video-button:hover {
  border-color: var(--black-2);
  background-color: var(--black-2);
}

.video-button.field-color {
  background-color: var(--light-sea-green);
  color: #fff;
  justify-content: center;
}

.video-button.field-color.left {
  margin-top: 4.38em;
  margin-left: 0;
  margin-right: auto;
}

.video-button.field-color.right {
  margin-right: 0;
  padding-left: 1.63em;
  padding-right: 1.63em;
  font-weight: 300;
}

.video-play_btn {
  background-color: var(--light-sea-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 3rem;
  min-height: 3rem;
  padding-top: .3125rem;
  display: flex;
}

.video-play_btn:hover {
  background-color: var(--black-2);
}

.about-company_wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-company_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: grid;
}

.about-company_item {
  padding-top: 1.25em;
}

.text-35 {
  font-size: 2.19em;
  font-weight: 300;
  line-height: 1.2;
}

.border-separate {
  background-color: var(--light-grey);
  width: 1px;
  height: 100%;
}

.about-compan-options_wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.38em;
  display: grid;
}

.company-options_item {
  border: 1px solid var(--light-grey);
  border-radius: .63em;
  flex-direction: column;
  min-height: 20em;
  padding: 1.28em;
  display: flex;
}

.company-options_item.black-color {
  background-color: var(--black-2);
  color: #fff;
}

.option-ico {
  width: 5.63em;
  height: 5.63em;
}

._2-col-row-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-col-row-content.m-auto {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content min-content;
  margin-top: auto;
}

._2-col-row-content.m-auto.mb-10 {
  margin-bottom: .63em;
}

._2-col-row-content.max-453 {
  max-width: 29.5em;
}

._2-col-row-content.mw-280 {
  width: 21em;
}

.padding-small {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--silver);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  width: 6.25em;
}

.max-w-500 {
  max-width: 31.25em;
}

.form-wrapper.mt-40 {
  margin-top: 2.5em;
}

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

.form-2 {
  grid-row-gap: .94em;
  flex-direction: column;
  display: flex;
}

.footer-3-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--silver);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75em;
  padding-top: 3.75em;
  display: grid;
}

.footer-col {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-logo-link {
  width: 15em;
}

.footer-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--silver);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link-list.mt-40 {
  margin-top: 2.5em;
}

.footer-link {
  grid-column-gap: .63em;
  align-items: center;
  display: flex;
}

.text-45 {
  font-size: 2.81em;
}

.text-45.color-gray {
  font-weight: 200;
}

.socila-wrapper {
  grid-column-gap: .94em;
  padding: 0;
}

.footer-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 3.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-banner-item {
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.footer-contact-item {
  grid-row-gap: .63em;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.image-3 {
  width: 5.38em;
}

.mobile-progress-wrp {
  display: none;
}

.footer-social-link {
  transition: filter .2s;
}

.footer-social-link:hover {
  filter: brightness(200%);
}

.codes {
  background-color: #000;
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.track {
  height: 270vh;
  position: relative;
}

.stick-block {
  position: sticky;
  top: 9em;
}

.content-block {
  grid-column-gap: 8.63em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.small-padding {
  padding-top: 0;
}

.right-side {
  padding-top: 1em;
  overflow: hidden;
}

.scroll-container {
  width: 35.1em;
  overflow: visible;
}

.step-scroll {
  grid-column-gap: 1.25em;
  align-items: center;
  display: flex;
}

.step-block {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 35.1em;
  height: 39em;
  display: flex;
}

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

.step-img-wrp {
  padding-top: 75%;
  position: relative;
}

.sp-20 {
  padding-top: 1.25em;
}

.paragraph-3 {
  font-family: Manrope, sans-serif;
  font-size: 4.38em;
  font-weight: 200;
  line-height: .9;
}

.trigger {
  width: 100%;
  position: absolute;
}

.trigger.is--1 {
  height: 85%;
  top: 15%;
}

.trigger.is--2 {
  height: 120vh;
  inset: auto 0% 0%;
}

.trigger.is--3 {
  height: 50vh;
  inset: auto 0% 0%;
}

.trigger.is--4 {
  height: 30vh;
  inset: auto 0% 0%;
}

.step-content {
  width: 35em;
}

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

.remodal._1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.close-bg-popup-copy {
  position: absolute;
  inset: 0%;
}

.popup-content-volta {
  z-index: 2;
  background-color: var(--white);
  border-radius: 1.25em;
  flex-direction: column;
  max-width: 72.5em;
  height: auto;
  padding: 2.5em;
  display: flex;
  position: relative;
}

.popup-content-volta.img-background {
  background-image: linear-gradient(to right, var(--white) 51%, #fff0), url('../images/hero-img_1hero-img.webp');
  background-position: 0 0, 210%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.consultation-wrp-popup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "heading-form img"
                 "form descr"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-close-popup {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  position: absolute;
  inset: 0% -3.03em auto auto;
}

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

.icon-close-popup-menu {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  position: absolute;
  inset: 0% -3.03em auto auto;
}

.close {
  grid-column-gap: .625rem;
  color: var(--white);
  letter-spacing: -.01em;
  text-indent: 0;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 3.125rem;
  align-items: center;
  padding: 0;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .35s;
  display: none;
}

.close:hover {
  color: var(--silver);
}

.close.w--current {
  color: #642eff;
}

.menu-links-wrp {
  grid-column-gap: 1.88em;
  justify-content: flex-end;
  display: flex;
}

.mob-menu-controll-button {
  display: none;
}

.inner-menu {
  width: 100%;
}

.image-5, .image-6, .image-7 {
  display: none;
}

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

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

.text-block-10, .text-block-10.none {
  display: none;
}

.heading-2 {
  color: var(--gold);
}

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

.wrp-language {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

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

.text-block-11 {
  font-weight: 500;
}

.col-btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

.text-block-12 {
  display: none;
}

.area {
  margin-top: 1em;
}

.heading-3 {
  color: var(--blue-bay);
}

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

.heading-4 {
  color: var(--blue-bay);
}

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

.navigation-menu-2 {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  align-items: center;
  width: 100%;
  display: block;
  position: static;
}

.inner-menu-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-download-2 {
  overflow-wrap: normal;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.lang-link-dropdown {
  outline-offset: 0rem;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 3rem;
  outline: .0625rem solid #ffffff1a;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 40px;
  padding: 0 0 0 0;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.navigation-link-2 {
  grid-column-gap: .625rem;
  color: #fff;
  letter-spacing: -.01em;
  text-indent: 0;
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 1px solid #fff0;
  border-radius: 0;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-2:hover {
  color: #b5b5b5;
  border-bottom-color: #fff;
  border-radius: 0;
}

.navigation-link-2.w--current {
  color: #d0d0d0;
}

.icon-lang-2 {
  margin-right: 0;
  right: .94em;
}

.hero-button-blure-2 {
  grid-column-gap: .3125rem;
  -webkit-backdrop-filter: blur(.125rem);
  backdrop-filter: blur(.125rem);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #d0a966;
  border: .0625rem #9b3d0680;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  min-width: 7.5rem;
  min-height: 3rem;
  padding: 1rem 2.05rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.hero-button-blure-2:hover {
  color: #282828;
  background-color: #fff;
}

.dropdown-toggle-lang-new {
  color: #fff;
  padding: .63em 2.82em .63em .94em;
}

.logo-3 {
  width: 15rem;
}

.close-2 {
  grid-column-gap: .625rem;
  color: #fff;
  letter-spacing: -.01em;
  text-indent: 0;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 3.125rem;
  align-items: center;
  padding: 0;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .35s;
  display: none;
}

.close-2:hover {
  color: #b5b5b5;
}

.close-2.w--current {
  color: #642eff;
}

.nav-buttons-2 {
  grid-column-gap: .625rem;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  flex: none;
  margin-left: 4em;
  display: flex;
}

.dropdown-link-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  display: flex;
}

.dropdown-link-2:hover {
  color: #a3a3a3;
}

.dropdown-link-2.w--current {
  color: var(--gold);
}

.dropdown-link-2.non, .mob-menu-controll-button-2 {
  display: none;
}

.dropdown-list-3 {
  outline-offset: 0px;
  color: #fff;
  text-align: left;
  background-color: #282828;
  border-radius: 3rem;
  outline: .0625rem solid #ffffff1a;
  width: 100%;
}

.dropdown-list-3.w--open {
  color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 60px;
  overflow: hidden;
}

.navigation-wrapper-2 {
  grid-column-gap: 1.88em;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.p-1-2 {
  font-size: 1.2em;
}

.p-1-2.hover-a {
  transition: margin-right .2s;
}

.p-1-2.hover-a:hover {
  margin-right: .5em;
}

.p-1-2._w-370 {
  width: 22.2em;
}

.p-1-2._w-570 {
  width: 34.3em;
}

.p-1-2.mw-430 {
  max-width: 28em;
}

.p-1-2.name {
  font-size: 1.4em;
  font-weight: 700;
}

.big-text {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2;
}

.sls-footer-wrp {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-agent {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer-title {
  color: var(--gold);
  text-transform: uppercase;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 3em;
  line-height: 120%;
}

.footer-title.ru-heading {
  font-size: 3em;
}

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

.footer-title.ru {
  font-size: 2.5em;
}

.agent-img {
  width: 28rem;
  position: absolute;
  inset: auto 20% 0% auto;
}

.agent-img.ar {
  left: 22%;
  right: auto;
}

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

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

.link-footer {
  color: var(--grey);
  font-size: .875rem;
  text-decoration: underline;
}

.link-footer-2 {
  color: #757575;
  font-size: .875rem;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 7vw;
  }

  .section.blac-color {
    overflow: hidden;
  }

  .txt-36.bold, .txt-36.bold.color-blue {
    font-size: 4vw;
  }

  .hero-section {
    align-items: flex-start;
    padding-top: 6vw;
  }

  .hero-section.bluewaters {
    padding-top: 12vw;
  }

  .hero-content {
    width: 90%;
  }

  .h-1 {
    font-size: 12vw;
  }

  .h-1._80px {
    font-size: 3.4em;
  }

  .h-1._80px.ar {
    font-size: 4em;
  }

  .pad-40.max-w-32em {
    width: 55vw;
  }

  .action-buttons-wrp {
    grid-row-gap: 3vw;
    flex-wrap: wrap;
    margin-top: 6.38vw;
  }

  .line-decore {
    margin-left: 0;
  }

  .global-padding {
    padding-top: 11.32vw;
    padding-bottom: 11.32vw;
  }

  ._3-col_layout {
    grid-row-gap: 4vw;
    grid-template-columns: 1.75fr;
  }

  .spacer-25 {
    padding-top: 2.09em;
  }

  .spacer-40 {
    padding-top: 5.35vw;
  }

  .service-wrp {
    margin-top: 14.61vw;
  }

  .service-thumb {
    width: 11em;
    height: 11em;
  }

  .v-flex {
    grid-column-gap: 2.5em;
    text-align: center;
    flex-direction: column;
    width: 100%;
  }

  .heading-service {
    text-align: center;
    font-size: 3vw;
  }

  ._2-col-row {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .h2.aligne-right.position-relative {
    text-align: left;
    font-size: 2.5em;
  }

  .feauters-img {
    width: 20em;
    height: 20em;
    margin-top: -4em;
    margin-left: 25em;
    position: absolute;
  }

  .feauters-content.color-white {
    max-width: 40em;
  }

  .txt-link_64.aligne-right {
    font-size: 6vw;
  }

  .big-link-wrp {
    margin-top: 3em;
  }

  .paragraph {
    z-index: 2;
  }

  ._12-col-gallery {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .flore-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
  }

  .tab-menu {
    grid-column-gap: 4.18vw;
  }

  .tab-pane {
    padding-top: 2em;
  }

  .tab-inner {
    grid-row-gap: 3em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-heading {
    font-size: 6vw;
  }

  .text-aligne-right {
    margin-bottom: -3.6em;
  }

  .txt-50 {
    font-size: 5vw;
  }

  .spacer-130 {
    height: 3em;
  }

  .cell {
    padding: 2.4em 1.55em 1.9em;
  }

  .paymebt-flex-spacebetwin {
    grid-row-gap: 4.18vw;
    flex-wrap: wrap;
  }

  .txt-55 {
    font-size: 4vw;
  }

  .txt-55.ru {
    font-size: 1.7em;
  }

  .form-headline {
    font-size: 4vw;
    font-weight: 500;
  }

  .input {
    font-size: .8em;
  }

  .input.modal.phone-input {
    width: 30rem;
  }

  .submit-button {
    font-size: 1em;
  }

  .txt-64 {
    font-size: 5vw;
  }

  .txt-64.ru-heading {
    font-size: 2em;
  }

  .floating-label.new-tem.pop-up-form {
    font-size: 1.5em;
    bottom: 1.4em;
  }

  .flex-block-v {
    align-items: center;
  }

  .footer-stack {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding: 0;
  }

  .payment-percent-txt {
    font-size: 2.2em;
  }

  .close-ico {
    width: 4em;
    top: 2.8em;
    right: 2.5em;
  }

  .bold-text {
    font-size: 5vw;
  }

  .page-padding {
    padding-left: 2.02em;
    padding-right: 2.02em;
  }

  .p-text.color-gray {
    font-size: 1rem;
  }

  .logo {
    width: 15.84vw;
  }

  .h1-heading {
    font-size: 6.05vw;
  }

  .hero-contain {
    width: 90em;
  }

  .pad-20.max-w-670 {
    width: auto;
  }

  .button2 {
    font-size: 1.6em;
  }

  .button2.mtop-20 {
    padding: 1.2em 4.04em;
    font-size: 2.52em;
  }

  .button2.nav-buttom {
    font-size: 1.21em;
    display: none;
  }

  .layout-video {
    padding-top: 42.64vw;
  }

  .about-item {
    width: 22em;
    height: 30em;
  }

  .button-secondary {
    font-size: 1.6em;
  }

  .spacer-20 {
    padding-top: 2.09em;
  }

  .spacer-20.epand {
    align-items: flex-start;
  }

  .txt-55-form {
    font-size: 4vw;
  }

  .input-2 {
    height: 6em;
    font-size: .8em;
  }

  .input-2.dark-border, .submit-button-2 {
    font-size: 1em;
  }

  .submit-button-2.solid-color {
    height: 5em;
  }

  .txt-60 {
    font-size: 5vw;
  }

  .footer-stack-new {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding: 0;
  }

  .txt-14 {
    font-size: 1.5em;
  }

  .header {
    padding: 1.03vw 7.02em;
  }

  .nav-inner {
    z-index: 30;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding-top: 4.04em;
    padding-left: 4em;
    padding-right: 4em;
    position: absolute;
    inset: 0%;
  }

  .nav-menu {
    z-index: 10;
    background-color: var(--midnight-blue);
    color: var(--linen);
    width: 50.45em;
    height: 100vh;
  }

  .logo-img {
    width: 19.48vw;
  }

  .nav-link {
    color: var(--linen);
    margin-bottom: 1.51em;
    margin-left: 0;
    margin-right: 0;
    font-size: 3.8em;
  }

  .nav-link.close-menu {
    background-image: url('../images/system-uicons_cross.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: 3.03em;
    height: 3.03em;
    margin-top: 2.02em;
    margin-right: .4em;
    font-size: 1.8em;
    display: flex;
    position: absolute;
    inset: 0 0% auto auto;
  }

  .dropdown-toggle {
    font-size: 1.5vw;
  }

  .nav-button-wrp {
    z-index: 0;
    position: relative;
  }

  .mobile-menu-button {
    justify-content: center;
    align-items: center;
    margin-left: .69em;
    padding: 0;
    display: flex;
  }

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

  .hamburger-wrp {
    background-color: var(--midnight-blue);
    color: var(--white);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.1em;
    height: 2.1em;
    display: flex;
  }

  .content-form-cons.popup-content {
    width: 80em;
  }

  .left-content {
    max-width: 39em;
  }

  .menu-logo {
    width: 32em;
    margin-bottom: 4.44em;
  }

  .menu-logo.hide {
    display: block;
  }

  .container-2 {
    max-width: 45.5rem;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -2.5rem;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation.header {
    padding: 0 5%;
  }

  .logo-link-2 {
    margin-right: 0;
  }

  .menu-button {
    color: #393b6a;
    padding: .75rem;
  }

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

  .logo-2 {
    width: 29.23em;
  }

  .navigation-menu {
    background-color: var(--black-2);
    color: #393b6a;
    border-radius: .5rem;
    flex-direction: column;
    align-items: flex-start;
    width: 61em;
    height: 100vh;
    padding: 4.18em;
    position: fixed;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-container.larg-container {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-link {
    width: 100%;
    font-size: 2.92em;
    line-height: 2;
  }

  .navigation-link:hover {
    color: var(--grey-2);
    background-color: #0000;
  }

  .lang-link-wrp {
    outline-color: #ffffff4a;
  }

  .lang-link-wrp.mobile {
    font-size: 1rem;
    display: flex;
  }

  .nav-buttons {
    display: none;
  }

  .section-volt.hero {
    background-image: linear-gradient(#0003, #0003), url('../images/hero-img_1hero-img.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .padding-section-large {
    padding-top: 18.79em;
  }

  .padding-section-large.hero {
    padding-top: 8.35em;
    padding-bottom: 11.27em;
  }

  .volt-hero_contain {
    flex-direction: column;
  }

  .hero-heado-prez-wrp {
    flex-direction: column;
    margin-top: 4.6875rem;
    padding-left: 0;
  }

  .prez-item.second {
    width: 32em;
    margin-top: 0;
    margin-left: auto;
  }

  .union-plus {
    width: 3.76em;
  }

  .prez-txt {
    font-size: 5.01vw;
  }

  .conditions-hero-column {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 2.1875rem;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: none;
    margin-top: 1.5625rem;
    margin-left: 0;
  }

  .hero-heading-volt-wrp {
    margin-top: 4.18em;
  }

  .h1-volt {
    font-size: 12.53em;
  }

  .conditions-hero-item.hide {
    display: none;
  }

  .conditions-text.color-white {
    font-size: 6.26em;
  }

  .hero-button-blure {
    width: 100%;
    padding: 1.82em 4.54em;
  }

  .button-hero-wrp {
    justify-content: center;
    width: 100%;
    margin-top: 11.69em;
    display: flex;
  }

  .h-flex {
    display: flex;
  }

  .h-flex.m-bottom {
    margin-bottom: 8.35em;
    display: flex;
  }

  .lottie-hamburger {
    filter: invert();
  }

  .heading-section-wrp {
    grid-row-gap: 9.39em;
    flex-direction: column;
    align-items: baseline;
  }

  .volta-headline {
    width: auto;
    font-size: 3.34em;
  }

  .headin-sub-h-wrp {
    align-self: flex-end;
    max-width: 41em;
  }

  .headin-sub-h-wrp._398 {
    max-width: 41.75em;
  }

  .headin-sub-h-wrp._280 {
    max-width: 40em;
  }

  .p-sub-h.color-gray {
    font-size: 5.22em;
  }

  .about-volta-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0em;
    grid-template: "about-text"
                   "about-index"
                   "about-pic2"
                   "about-pic1"
                   "about-pic3"
                   "about-logo"
                   / auto;
    margin-top: 7.31em;
  }

  .about-index.center-item {
    align-self: flex-end;
  }

  .index-txt {
    font-size: 17.12em;
  }

  .index-txt.dark {
    font-size: 14.61em;
  }

  .about-index-wrp {
    grid-row-gap: 8.77em;
    align-items: stretch;
    padding-top: 4.18em;
  }

  .h2-volta, .h2-volta.color-light-gray {
    font-size: 7.31em;
  }

  .p-text-16.color-gray.hide {
    display: none;
  }

  .p-text-16.gray {
    font-size: 2.09em;
  }

  .about-item-img.fitnes {
    width: 50.1em;
    max-width: none;
    margin-top: 18.79em;
    margin-left: 0;
  }

  .about-item-img.one-pic {
    width: 50.1em;
    margin-top: 18.79em;
  }

  .about-item-img.two-pic {
    width: 50.1em;
    max-width: none;
    margin-top: 18.79em;
  }

  .about-img-volta {
    object-fit: cover;
    height: 100%;
    margin-bottom: 0;
    position: absolute;
  }

  .about-img-ttl {
    font-size: 5.22vw;
  }

  .about-dev-logo_wrp {
    width: 40.92em;
    max-width: none;
    margin-top: 52.19em;
  }

  .dev-logo {
    width: 40.92em;
  }

  .sticky-track {
    height: 200vh;
  }

  .focus-project_wrp {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    position: relative;
    top: 0;
  }

  .black-circle_shape {
    width: 87em;
    height: 87em;
    margin-left: -9rem;
    padding-left: 22.99em;
    padding-right: 12.66em;
  }

  .h-scroll-wrp {
    width: auto;
    overflow: hidden;
  }

  .h-scroll-item {
    width: 88em;
    height: auto;
  }

  .item-text-top {
    justify-content: space-between;
    align-items: flex-end;
  }

  .text-16px-gray {
    font-size: 2.51vw;
  }

  .text-16px-gray.copyright {
    text-align: center;
  }

  .text-16px-gray.max-w {
    max-width: 23em;
  }

  .scroll-item_img-wrp {
    height: 100em;
    margin-top: 4.18em;
  }

  .floorplan-header_tabl {
    grid-template-columns: 1.45fr 1fr 1fr;
  }

  .floorplan-header_tabl.bottom-border {
    grid-template-columns: 1.65fr .75fr;
    display: none;
  }

  .table-cell {
    grid-column-gap: 2.09em;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .qa-text {
    white-space: normal;
    font-size: 1.3125rem;
    line-height: 1.5625rem;
  }

  .h-wrap {
    max-width: none;
    margin-top: 18.79em;
    position: sticky;
    top: 4.18em;
  }

  .volta-floor-txt {
    font-size: 3.13vw;
  }

  .txt-11.color-gray {
    align-self: flex-end;
    font-size: 8px;
  }

  .floor-plan_content-wrp {
    grid-template-columns: 1.1fr;
  }

  .info-planl-wrp {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-button-copy {
    width: 31.32vw;
    min-width: 19rem;
  }

  .all-plan-img {
    width: 22em;
  }

  .icon-drop {
    width: 4rem;
  }

  .map-arrow {
    margin-right: 4.4em;
  }

  .form-cosult-ttl {
    font-size: 7.31em;
  }

  .form-cosult-ttl.txt-sz-55 {
    white-space: normal;
    font-size: 7.31em;
  }

  .form-cosult-ttl.txt-sz-55.no-wrap {
    white-space: normal;
  }

  .form-descript {
    max-width: none;
    margin-top: 0;
    font-size: 2.09em;
  }

  .form-descript.txt-sz-18 {
    max-width: none;
    margin-top: .125em;
    font-size: 2.09em;
  }

  .coonsult-image {
    display: none;
  }

  .input-3 {
    height: 10.44vw;
    padding-left: 4.18vw;
    font-size: 2.51vw;
  }

  .input-3.dark-border {
    font-size: 1em;
  }

  .submit-form-btn-volt, .submit-form-btn-volt.mt-5 {
    font-size: 2.51vw;
  }

  .consultation-wrp-copy {
    grid-template: "heading-form"
                   "descr"
                   "form"
                   / 1.75fr;
  }

  .inner-slide {
    grid-template: "heading-slide"
                   "img-slide"
                   "content-slide"
                   / 1fr;
  }

  ._2-slide-img-wrp {
    width: 100%;
    height: 70em;
  }

  .about-dev-grid {
    grid-column-gap: 0rem;
    grid-template: "about-text"
                   "about-index"
                   "about-pic2"
                   "about-pic1"
                   "about-pic3"
                   "about-logo"
                   / auto;
    margin-top: 9.39em;
  }

  .dev-project {
    grid-row-gap: 8.35vw;
    grid-template-columns: 1fr;
  }

  .dev-card {
    border-style: none;
    padding: 0;
  }

  .card-img-wrp {
    height: 41.75em;
  }

  .h-4.ml {
    margin-left: .8em;
  }

  .dev-tag-wrp {
    margin-top: 3.34em;
  }

  .dev-tag-wrp.max-w {
    width: 71em;
  }

  .tag-item {
    font-size: 2.09vw;
  }

  .located-wrp {
    grid-template: "circle"
                   "description"
                   "map"
                   / 1fr;
  }

  .item-flex_aligne-end {
    justify-content: space-between;
  }

  .located-ttl.mw300 {
    max-width: none;
    margin-right: auto;
  }

  .located-text-mini {
    font-size: 2.51em;
    position: static;
  }

  .located-text-mini._2, .located-text-mini._3 {
    font-size: 2.51em;
  }

  .white-circle_shape {
    grid-row-gap: 4.18em;
    border-style: none;
    width: 95em;
    height: auto;
    padding-left: 6.55em;
  }

  .box-220 {
    width: 26em;
  }

  .located-map-wrp {
    width: 114%;
    height: 40vw;
    margin-left: -6em;
  }

  .located-map-wrp.animate {
    width: 113.5%;
    height: auto;
  }

  .map-content.dark {
    padding-bottom: 6.9em;
    padding-left: 4.4em;
    inset: auto 0% 0%;
  }

  .flex-box-horizontal {
    grid-column-gap: .94em;
    justify-content: center;
  }

  .features-wrp {
    border-top-style: none;
  }

  .feauters-cell {
    border-bottom: 1px solid var(--silver);
  }

  .feauters-cell.center-cellborder {
    border-left-style: none;
    border-right-style: none;
    padding-top: 9.39em;
  }

  .feauters-cell.end-item {
    padding-top: 7.31em;
    padding-bottom: 5.22em;
  }

  .text-50-volta {
    font-size: 6.26em;
    font-weight: 200;
  }

  .readmore-link.gray {
    font-size: 2.09em;
  }

  .features-content-wrp {
    align-items: flex-start;
  }

  .price-progress-wrp {
    display: none;
  }

  .price-percent-wrp.index-price {
    width: auto;
  }

  .subtext.gray {
    width: auto;
    font-size: 2.09em;
  }

  .progres-grid {
    grid-column-gap: 0rem;
    grid-template: "about-text"
                   "about-index"
                   "about-pic2"
                   "about-pic1"
                   "about-pic3"
                   "about-logo"
                   / auto;
  }

  .what-change-hat {
    margin-bottom: 14.61em;
  }

  .text-20.color-gray {
    align-self: center;
    font-size: 20px;
  }

  .what-change-row {
    padding-top: 9.39em;
    padding-bottom: 9.39em;
  }

  .what-change_ttl-wrp {
    justify-content: space-between;
  }

  .text-80 {
    font-size: 7.31em;
  }

  .text-12.color-green {
    font-size: 1.67em;
  }

  .payment-plan_wrp {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  ._3-col-auto.ml-256 {
    margin-left: auto;
  }

  .text-100 {
    font-size: 17.12em;
  }

  .text-65 {
    font-size: 35px;
  }

  .video-content-wrp {
    justify-content: center;
    padding-bottom: 0;
  }

  .l-box-btn_wrp {
    justify-content: center;
    margin-bottom: -2.8em;
  }

  .l-box-video-link {
    width: 100%;
  }

  .about-company_wrp, .about-company_content {
    grid-template-columns: 1fr;
  }

  .text-35 {
    font-size: 7.31vw;
  }

  .border-separate {
    width: 100%;
    height: 1px;
  }

  .about-compan-options_wrp {
    grid-template-columns: 1fr 1fr;
  }

  .company-options_item {
    min-height: 42em;
  }

  ._2-col-row-content.mw-280 {
    justify-content: center;
    justify-items: center;
    width: 59.92em;
    margin-left: auto;
    margin-right: auto;
  }

  .form-horizontal {
    grid-template-columns: 1fr;
  }

  .form-2 {
    grid-row-gap: 3.13em;
  }

  .footer-3-column {
    grid-column-gap: 4.18em;
    grid-row-gap: 4.18em;
    grid-template-columns: 1fr;
  }

  .footer-logo-link {
    width: 50.1em;
  }

  .footer-link-list.mt-40 {
    margin-top: 8.98em;
  }

  .text-45.color-gray {
    font-size: 7.31vw;
  }

  .socila-wrapper {
    margin-top: 4.59em;
  }

  .footer-contact-item {
    align-items: center;
    margin-top: 12.53em;
  }

  .image-3 {
    width: auto;
  }

  .about-img-box {
    margin-bottom: 4.18em;
    position: relative;
  }

  .about-img-box._1-pic {
    height: 89.77em;
  }

  .about-img-box._2-pic {
    height: 73.07em;
  }

  .about-img-box._3-pic {
    height: 62.63em;
  }

  .text-block-8 {
    font-size: 2.51vw;
  }

  .mobile-progress-wrp {
    min-height: 50vh;
    display: block;
    position: relative;
  }

  .progress-mark-wrp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 202px 202px 202px 202px;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-right: 0;
    display: grid;
  }

  .marker-count {
    margin-top: -.6em;
    margin-left: .4em;
    font-size: 2.51em;
  }

  .marker-count.down {
    position: relative;
    bottom: -.6em;
  }

  .marker {
    border-top: 1px solid var(--silver);
  }

  .cell-marker-count {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .progres-line-wrp {
    grid-column-gap: 15.03em;
    grid-row-gap: 15.03em;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 70em;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .progres-line-item {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    align-items: flex-end;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .box {
    font-size: 2.09em;
    transform: rotate(180deg);
  }

  .progres-indicator {
    background-color: #aeddde;
    width: 16.7em;
    height: 30%;
  }

  .progres-indicator.second {
    background-color: var(--light-sea-green);
    height: 90%;
  }

  .cell-6 {
    justify-content: flex-end;
  }

  .stick-block {
    height: auto;
    position: sticky;
    top: -87.8em;
  }

  .content-block {
    grid-row-gap: 4.54em;
    flex-direction: column;
    height: 200vh;
    display: flex;
  }

  .small-padding {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .right-side {
    position: sticky;
    top: 1.88em;
    overflow: visible;
  }

  .scroll-container {
    width: auto;
    overflow: hidden;
  }

  .step-block {
    width: 55em;
    height: 80em;
  }

  .paragraph-2 {
    font-size: 1rem;
  }

  .paragraph-3 {
    font-size: 7em;
  }

  .step-content {
    width: 47em;
  }

  .popup-content-volta {
    padding: 12.94em 3.55em 3.55em;
  }

  .popup-content-volta.img-background {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .consultation-wrp-popup {
    grid-template: "heading-form"
                   "descr"
                   "form"
                   / 1.75fr;
  }

  .icon-close-popup {
    color: var(--black-2);
    width: 6.26em;
    height: 6.26em;
    position: absolute;
    inset: 3.2em 2.09em auto auto;
  }

  .map-link {
    align-items: flex-end;
  }

  .image-4 {
    width: 30.27em;
  }

  .div-block-4 {
    margin-bottom: 8.35em;
    display: flex;
  }

  .icon-close-popup-menu {
    color: var(--black-2);
    width: 6.26em;
    height: 6.26em;
    position: absolute;
    inset: 3.2em 2.09em auto auto;
  }

  .close {
    background-image: url('../images/system-uicons_cross.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2em;
    height: 2em;
    margin-right: 0;
    font-size: 2.92em;
    line-height: 2;
    display: flex;
    position: absolute;
    inset: 1em .4em auto auto;
  }

  .close:hover {
    color: var(--grey-2);
    background-color: #0000;
  }

  .menu-links-wrp {
    flex-direction: column;
  }

  .mob-menu-controll-button {
    grid-row-gap: 3.13em;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
    font-size: 1rem;
    display: flex;
  }

  .inner-menu {
    border-radius: 0;
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .heading-4 {
    font-size: 4vw;
  }

  .navigation-menu-2 {
    color: #393b6a;
    background-color: #282828;
    border-radius: .5rem;
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    padding: 4.18rem;
    position: fixed;
  }

  .navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .menu-button-2 {
    color: #393b6a;
    padding: .75rem;
  }

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

  .inner-menu-2 {
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 80vh;
    display: flex;
  }

  .col-btn-2 {
    display: none;
  }

  .lang-link-dropdown {
    min-height: auto;
    margin-left: 0;
    font-size: 14px;
  }

  .navigation-link-2 {
    font-size: 1.5rem;
    line-height: 2;
  }

  .navigation-link-2:hover {
    color: #8b8b8b;
    background-color: #0000;
  }

  .lottie-hamburger-2 {
    filter: invert();
    display: flex;
  }

  .close-2 {
    background-image: url('../images/system-uicons_cross.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    margin-right: 0;
    font-size: 2.92em;
    line-height: 2;
    display: flex;
    position: absolute;
    inset: 1rem 1rem auto auto;
  }

  .close-2:hover {
    color: #8b8b8b;
    background-color: #0000;
  }

  .nav-buttons-2 {
    z-index: 0;
    margin-left: 0;
    position: relative;
  }

  .dropdown-link-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mob-menu-controll-button-2 {
    grid-row-gap: 3.13em;
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .dropdown-list-3 {
    width: auto;
  }

  .dropdown-list-3.w--open {
    flex-direction: row;
    top: 40px;
  }

  .navigation-wrapper-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

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

  .footer-form {
    width: 100%;
  }

  .footer-agent {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .footer-title {
    font-size: 5vw;
  }

  .footer-title.ru-heading {
    font-size: 2em;
  }

  .agent-img {
    width: 22rem;
    left: 0;
    right: 0;
  }

  .agent-img.ar {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-16 {
    font-size: 3vw;
  }

  .p-16.size-10 {
    font-size: .625rem;
  }

  .hero-section {
    background-position: 38%;
    align-items: flex-start;
    padding-top: 6.32vw;
    padding-left: 7%;
    padding-right: 7%;
  }

  .hero-section.bluewaters {
    padding-top: 18vw;
  }

  .hero-content {
    width: 100%;
  }

  .hero-logos {
    grid-column-gap: 7.52vw;
  }

  .logo-livlux {
    width: 14.61vw;
  }

  .logo-metropolitan {
    width: 29.23vw;
  }

  .link-lang {
    font-size: 3.34vw;
  }

  .h-1 {
    font-size: 20.88vw;
  }

  .h-1._80px {
    font-size: 7vw;
  }

  .pad-40.max-w-32em {
    width: 75vw;
  }

  .action-buttons-wrp {
    grid-row-gap: 4.18vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-download-brochure {
    font-size: 5.01vw;
  }

  .line-decore {
    width: 20.88vw;
    margin-left: 0;
  }

  .txt-hero-link {
    font-size: 5.01vw;
  }

  .hero-arrow {
    width: 4vw;
    margin-top: 4vw;
    left: -5.1vw;
  }

  .global-padding.footer {
    padding-top: 12.53vw;
  }

  .service-wrp {
    grid-row-gap: 4.18vw;
    font-size: 4.18vw;
  }

  .service-thumb {
    width: 30vw;
    height: 30vw;
    margin-bottom: 0;
  }

  .v-flex {
    grid-column-gap: 4.18vw;
    text-align: center;
    flex-direction: row;
    width: 100%;
    font-size: 3vw;
  }

  .heading-service {
    text-align: left;
    font-size: 4vw;
  }

  ._2-col-row {
    grid-row-gap: 5.36vw;
  }

  .h2.aligne-right.position-relative.ru-heading-min {
    font-size: 1.6em;
  }

  .feauters-img {
    width: 60vw;
    height: 60vw;
    margin-top: -2em;
    margin-left: 15em;
  }

  .txt-link_64.aligne-right.fr {
    font-size: 2em;
  }

  ._12-col-gallery {
    grid-column-gap: 4.18vw;
    grid-row-gap: 4.18vw;
    margin-top: 10.44vw;
  }

  .txt-30 {
    font-size: 1.5em;
  }

  .txt-30.dark, .flore-link {
    font-size: 5vw;
  }

  .tab-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .tab-pane {
    padding-top: 3em;
  }

  .tab-inner {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .flore-pic {
    object-fit: contain;
    height: 100%;
  }

  .content-heading {
    font-size: 6vw;
    font-weight: 700;
  }

  .fixed-bg {
    height: 80vw;
  }

  .text-aligne-right {
    margin-top: 10.38vw;
    margin-bottom: -8.4vw;
  }

  .p-paymant-wrp.max-w496 {
    width: auto;
  }

  .form-heading-wrp {
    grid-row-gap: 4.18vw;
  }

  .form-headline {
    font-size: 5vw;
    font-weight: 500;
  }

  .txt-16 {
    font-size: 1rem;
  }

  .txt-16.mw-200 {
    line-height: 1.5;
  }

  .form-stack {
    grid-row-gap: 2.09vw;
  }

  .input.modal.phone-input {
    width: 27rem;
  }

  .descript-field {
    display: none;
  }

  .floating-label {
    font-size: 3vw;
  }

  .floating-label.new-tem {
    bottom: 2.4em;
  }

  .floating-label.new-tem.pop-up-form {
    font-size: 2.92em;
    bottom: 1.9em;
    left: 1.7em;
  }

  .flex-block-v {
    align-items: flex-start;
  }

  .popup-inner-flex {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .popup-content {
    width: 100%;
    max-width: 90vw;
  }

  .headline-form {
    font-size: 8vw;
    font-weight: 700;
  }

  .descript-form {
    font-size: 3vw;
  }

  .close-ico {
    width: 5em;
    top: 5.4em;
    right: 3.1em;
  }

  .logo-lbluewaters {
    width: 14.61vw;
  }

  .page-padding.hero-layout {
    padding-top: 20vw;
  }

  .page-padding.pad-125 {
    padding: 16.7em 2.52em;
    overflow: visible;
  }

  .page-padding.pad-125._207 {
    padding-bottom: 43.22em;
  }

  .page-padding.pad-140 {
    padding-top: 20.88em;
  }

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

  .p-text._12.red-color, .p-text._12.linen {
    font-size: .75rem;
  }

  .p-text.ligte {
    font-size: 2.92em;
  }

  .layout-video {
    padding-top: 53vw;
  }

  .about-contain {
    grid-row-gap: 1.25rem;
    grid-template: "headline1"
                   "headling"
                   "paragraph"
                   / 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-txt-contain, .about-txt-contain._460, .about-heading-contain {
    width: auto;
  }

  .about-heading-contain.mw-500 {
    max-width: 70em;
  }

  .h2-heading, .h2-heading.color-linen {
    font-size: 7.52vw;
  }

  .h2-heading.color-linen.size-24 {
    font-size: 5.01vw;
  }

  .h2-heading.color-white {
    padding-right: 2.2em;
    font-size: 4.04em;
  }

  .txt-20 {
    font-size: 1.25rem;
    line-height: 1;
  }

  .txt-20.color-light {
    font-size: 4.18vw;
    line-height: 1;
  }

  .dot-17-light {
    width: 3.55vw;
    height: 3.55vw;
  }

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

  .about-pic {
    grid-column-gap: 4.18vw;
    grid-row-gap: 8.35vw;
    flex-wrap: nowrap;
    grid-template: "_1 _2 ."
                   ". _3 _4"
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-item {
    border-radius: 62.63em;
    width: 29vw;
    height: 39vw;
  }

  .text-50 {
    font-size: 5vw;
  }

  .pad-44.no-padding {
    padding-top: 0;
  }

  .city-big-img {
    width: 95.9em;
    height: 60vw;
  }

  .decore-palce {
    height: 27.65em;
  }

  .flex-slider-layout {
    grid-row-gap: 1.875rem;
    flex-direction: column;
    margin-top: 12.61em;
  }

  .city-content {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .button-secondary {
    padding: 1.3125rem 2.5rem;
    font-size: 1.125rem;
  }

  .button-secondary.mtop-20.color-red, .button-secondary.floorpl {
    padding-top: 7vw;
    padding-bottom: 7vw;
    font-size: 3.76em;
  }

  .slider-wrp {
    border-radius: 2em;
    width: auto;
    padding: 4.18em;
  }

  .slide-image {
    height: 75em;
  }

  .slide-content {
    padding-top: 1.875rem;
  }

  .p-25 {
    font-size: 5.22em;
  }

  .p-25.aligne-left {
    display: none;
  }

  .dot-17-dark {
    width: 1.25rem;
    height: 1.25rem;
  }

  .pad-50 {
    width: 79em;
    padding-top: 8.35em;
  }

  .card-stack {
    grid-row-gap: 8.35em;
    border-radius: 4.18em;
    flex-direction: column;
    padding: 4.18em;
  }

  .card-stack-content {
    grid-row-gap: 8.35em;
    width: auto;
  }

  .card-stack-img_wrp {
    border-radius: 1em;
    width: auto;
    height: 50em;
  }

  .carsd-stack-ico {
    width: 16.28em;
  }

  .h3-card {
    font-size: 8.35em;
  }

  .carsd-stack-descr {
    font-size: 4.59em;
    line-height: 1.2;
  }

  .slide-img-wrp {
    border-radius: 2em;
  }

  .form-download-broshure {
    padding: 6.26em 4.18em;
  }

  .broshure-form-wrp, .broshure-form-contain {
    width: auto;
  }

  .submit-form-btn {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
    font-size: 4.59em;
  }

  .mocap-broshure {
    inset: -20.4em 0 auto auto;
  }

  .card-schedule {
    height: 52.19em;
    padding: 4.18em;
  }

  .card-schedule-img-wrp {
    display: none;
  }

  .h3-heading {
    font-size: 6.68em;
  }

  .spacer-10 {
    width: auto;
    padding-top: 3.34em;
  }

  .time-label {
    border-radius: 3em;
    width: 18.79em;
    height: 6.26em;
  }

  .time-label-inner {
    border-radius: 3em;
    width: 17em;
    height: 6.26em;
  }

  .label-txt {
    font-size: 2.6em;
  }

  .residents-wrp {
    width: auto;
  }

  .text-40 {
    font-size: 8.35em;
  }

  .text-40.center {
    font-size: 7.52em;
  }

  .text-40.linen {
    font-size: 7.52vw;
  }

  .div-block-3 {
    flex-direction: row;
    justify-content: space-between;
  }

  .residences-percent {
    flex: 0 auto;
    width: 54%;
  }

  .resiidents-wrp {
    flex-direction: column;
    grid-template: "headline"
                   "bubles"
                   "indicators"
                   / 1fr;
  }

  .bubble-wrp {
    width: auto;
    height: 84em;
    margin-top: 14.82em;
  }

  .bubble.bubble-2 {
    align-items: center;
    width: 45.93em;
    height: 45.93em;
    position: absolute;
    top: 38.5em;
    left: 18.11em;
  }

  .bubble.bubble-3 {
    align-items: center;
    width: 41.75em;
    height: 41.75em;
    position: absolute;
    left: 37.21em;
  }

  .bubble.bubble-4 {
    width: 37.58em;
    height: 37.58em;
    position: absolute;
    inset: 7.2em auto auto 0;
  }

  .bubble._1 {
    align-items: center;
    width: 32.15em;
    height: 32.15em;
    position: absolute;
    inset: auto 0% 16.4em auto;
  }

  .floorplans-wrp {
    margin-top: 16.7em;
  }

  .tab-content {
    overflow: visible;
  }

  .tab-img-wrp {
    border-radius: 4.18em;
  }

  .tab-floorplans-wrp {
    border-radius: 0 0 3em 3em;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    height: 26.72em;
    padding-left: 5.43em;
    padding-right: 5.43em;
    position: absolute;
    inset: auto 0% 0%;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: space-between;
    width: 93%;
  }

  .floorplan-pic-wrp {
    width: 42.17em;
    height: 42.17em;
  }

  .floorplan-img {
    border-radius: 3em;
    height: 53em;
    position: relative;
  }

  .button-wrp-abs {
    position: relative;
    bottom: -24.73em;
    left: 0;
  }

  .lightbox-link {
    width: 11em;
    height: 11em;
    inset: -6.1em 0% auto auto;
  }

  .lacation-card-wrp {
    margin-top: 10.44em;
    overflow: auto;
  }

  .location-card-wrp {
    width: 96vw;
    overflow: auto;
  }

  .location-card {
    border-radius: 2.09vw;
    width: 44.68em;
    padding: 3.13em;
  }

  .location-card-img-wrp {
    height: 39em;
  }

  .play-ico {
    width: 3em;
  }

  .attractions-heading-contain {
    width: auto;
  }

  .attraction-contain {
    flex-direction: column;
  }

  .traker-wrapper {
    display: none;
  }

  .point-content-wrp {
    grid-row-gap: 23.8em;
    width: 44em;
    margin-top: 0;
  }

  .t-25 {
    font-size: 5.22vw;
    line-height: 1;
  }

  .point-item {
    grid-row-gap: .625rem;
    flex-direction: column;
    display: flex;
  }

  .fixed-bg-new-tamplate {
    height: 80vw;
  }

  .txt-55-form {
    padding-right: 2.8em;
    font-size: 8.35vw;
  }

  .input-2 {
    font-size: .875rem;
  }

  .input-2.dark-border {
    height: 12.53em;
  }

  .submit-button-2 {
    padding-top: 7vw;
    padding-bottom: 7vw;
    font-size: 1.5rem;
  }

  .submit-button-2.solid-color {
    height: 12.53vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .txt-60 {
    font-size: 8.35vw;
  }

  .c-back-button {
    padding: .625rem 1.25rem;
  }

  .txt-14 {
    font-size: .875rem;
    line-height: 1;
  }

  .logo-img {
    width: 32.78vw;
  }

  .dropdown-toggle {
    font-size: 2vw;
  }

  .mobile-menu-button {
    margin-left: 2vw;
  }

  .hamburger-wrp {
    width: 1.7em;
    height: 1.7em;
    font-size: 5vw;
  }

  .content-form-cons.popup-content {
    background-image: linear-gradient(to right, #ebe0d6f2 47%, #fff0);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 93.53em;
    max-width: none;
    padding: 6.26em;
  }

  .left-content {
    text-align: center;
    max-width: none;
  }

  .checkbox-field {
    margin-top: 1.23em;
    font-size: 2.3em;
  }

  .menu-logo.hide {
    display: block;
  }

  .cell-4 {
    align-items: flex-end;
  }

  .tabs-content {
    overflow: visible;
  }

  .car-track-vertical {
    display: flex;
  }

  .vertical-wrp {
    display: block;
    position: relative;
  }

  .v-point-track {
    flex-direction: column;
    height: 92%;
    display: flex;
  }

  .quick-stack-3 {
    grid-column-gap: 1.25rem;
  }

  .v-poin-cell {
    flex-direction: column;
    flex: 1;
    align-items: center;
    padding-left: 14.82em;
    padding-right: 14.82em;
    display: flex;
    position: relative;
  }

  .v-point-line {
    background-color: var(--indian-red);
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: .1875rem;
    display: flex;
  }

  .track-point {
    border: .125rem solid var(--indian-red);
    background-color: var(--linen);
    border-radius: 100%;
    width: 8.35em;
    height: 8.35em;
    position: relative;
    inset: 0% auto auto;
  }

  .v-car {
    width: 13.75rem;
    margin-top: -12.7em;
    margin-left: -5.2em;
    position: sticky;
    inset: 15.5em auto auto -5.5em;
  }

  .car-wrp {
    height: 100%;
    margin-left: 0;
    position: absolute;
    inset: 0% 0% auto 0;
  }

  .text-block-4 {
    font-size: .875rem;
  }

  .about-contain-develop {
    grid-row-gap: 1.25rem;
    grid-template: "headline1"
                   "headling"
                   "paragraph"
                   / 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-heading-left {
    padding: 3.75rem .9375rem;
  }

  .menu-button {
    color: #fff;
  }

  .navigation-link {
    font-size: 2.92em;
  }

  .nav-buttons {
    display: none;
  }

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

  .padding-section-large {
    padding-top: 18.79em;
    padding-bottom: 18.79em;
  }

  .padding-section-large.hero {
    padding-bottom: 15.66em;
  }

  .hero-heado-prez-wrp {
    padding-left: 0;
  }

  .prez-txt {
    font-size: 5.01vw;
  }

  .conditions-hero-column {
    grid-column-gap: 7.31em;
  }

  .hero-heading-volt-wrp {
    margin-top: 5.625rem;
  }

  .h1-volt {
    font-size: 12.53vw;
  }

  .conditions-hero-item.hide {
    display: none;
  }

  .conditions-text.color-white {
    font-size: 6.26vw;
  }

  .text-14 {
    font-size: 12px;
  }

  .hero-button-blure {
    width: 100%;
    padding: 3.76vw 2.24em;
  }

  .button-hero-wrp {
    margin-top: 7.31em;
  }

  .heading-section-wrp {
    grid-row-gap: 9.39em;
    flex-direction: column;
  }

  .headin-sub-h-wrp {
    margin-left: auto;
  }

  .headin-sub-h-wrp._398 {
    max-width: 45.93em;
  }

  .about-volta-grid {
    margin-top: 2.1875rem;
  }

  .index-txt {
    font-size: 14.61em;
  }

  .about-index-wrp {
    grid-row-gap: 2.625rem;
    padding-top: 3.75rem;
  }

  .h2-volta, .h2-volta.color-light-gray {
    font-size: 7.31em;
  }

  .about-item-img.fitnes {
    width: 50.1em;
    max-width: none;
    margin-top: 18.79em;
  }

  .about-item-img.two-pic {
    width: 50.1em;
    max-width: none;
  }

  .about-img-ttl {
    font-size: 5.22em;
  }

  .about-dev-logo_wrp {
    max-width: 40.92em;
    margin-top: 20.88em;
  }

  .dev-logo {
    width: 40.92em;
  }

  .sticky-track {
    height: auto;
  }

  .focus-project_wrp {
    flex-direction: column;
  }

  .black-circle_shape {
    width: 120.88em;
    height: 120.88em;
    margin-left: -31.32em;
    padding-left: 35.49em;
  }

  .h-scroll-wrp {
    position: sticky;
    top: 8.35em;
  }

  .h-scroll-item {
    width: 93em;
    height: 83em;
  }

  .item-text-top {
    justify-content: space-between;
  }

  .text-16px-gray.copyright {
    font-size: 1rem;
  }

  .scroll-item_img-wrp {
    height: 61em;
    margin-top: 4.18em;
  }

  .floorplan-header_tabl {
    grid-column-gap: 1rem;
    grid-template-columns: auto auto;
  }

  .floorplan-header_tabl.bottom-border {
    grid-template-columns: 1.65fr;
    display: none;
  }

  .table-cell {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    align-items: center;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .h-wrap {
    height: 200vh;
    margin-top: 18.79em;
  }

  .volta-floor-txt {
    font-size: 3.13em;
  }

  .info-planl-wrp {
    grid-template-columns: 1fr;
  }

  .navigation-button-copy {
    width: auto;
    min-width: auto;
    padding: 2.71vw 3.55vw;
  }

  .icon-drop {
    width: 3rem;
    height: 3rem;
    position: relative;
  }

  .f-h3-heading {
    font-size: 2.5rem;
  }

  .f-testimonial-right-a {
    display: none;
  }

  .f-testimonial-right-a.s-button-next {
    display: flex;
    overflow: hidden;
  }

  .slider-3 {
    width: 96em;
    overflow: hidden;
  }

  .s-pagination.fraction {
    flex: 1;
  }

  .swiper-navigation-wrp {
    justify-content: flex-end;
  }

  .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-left-a.s-button-prev {
    display: flex;
    overflow: hidden;
  }

  .slide-img-volta_wrp {
    height: 61.8em;
  }

  .form-cosult-ttl {
    font-size: 7.31em;
  }

  .form-descript {
    max-width: none;
    margin-top: 0;
    font-size: 2.09em;
  }

  .coonsult-image {
    display: none;
  }

  .input-3 {
    font-size: .875rem;
  }

  .input-3.dark-border {
    height: 12.53em;
  }

  .submit-form-btn-volt {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
    font-size: 4.59em;
  }

  .consultation-wrp-copy {
    grid-template: "heading-form"
                   "descr"
                   "form"
                   / 1.5fr;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .inner-slide {
    grid-row-gap: 7.5em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._2-slide-img-wrp {
    width: 100%;
    height: 73em;
  }

  .swiper-navigation-wrp-copy {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }

  .slider-navigation-box {
    flex-direction: row-reverse;
    width: 100%;
    inset: 72.3em 0% auto;
  }

  .text-70 {
    font-size: 7.31em;
  }

  .text-30 {
    font-size: 3.13em;
  }

  .flex-right.mb-50 {
    justify-content: center;
    margin-top: 7.18em;
  }

  .about-dev-grid {
    margin-top: 6.26em;
  }

  .dev-project {
    grid-row-gap: 8.35em;
    grid-template-columns: 1fr;
  }

  .dev-card {
    border-style: none;
  }

  .card-img-wrp {
    border-radius: 2.09em;
    height: 41.34em;
    margin-bottom: 3.55em;
  }

  .tag-item {
    font-size: 2.09em;
  }

  .located-wrp {
    grid-row-gap: 13.36em;
    flex-direction: column;
  }

  .located-ttl.mw300 {
    max-width: none;
    font-size: 6.26em;
  }

  .white-circle_shape {
    grid-row-gap: 2.09em;
    border-style: none;
    align-items: flex-start;
    width: 93em;
    height: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .white-circle_shape.animate {
    align-self: flex-start;
    width: auto;
  }

  .box-220 {
    width: 38em;
  }

  .located-map-wrp {
    width: 108%;
    height: 63em;
    margin-left: -3.8em;
    margin-right: 0;
  }

  .located-map-wrp.animate {
    width: 100vw;
    margin-left: -3.4em;
  }

  .flex-box-horizontal {
    grid-column-gap: 2.09em;
    grid-row-gap: 2.09em;
  }

  .text-50-volta {
    font-size: 5vw;
  }

  .slider-arrow-2 {
    height: 2rem;
  }

  .price-percent-wrp {
    grid-row-gap: 2.625rem;
    padding-top: 3.75rem;
  }

  .progres-grid {
    margin-top: 2.1875rem;
  }

  .about-company_wrp {
    grid-template-columns: 1fr;
  }

  .about-company_content {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .border-separate {
    width: 100%;
    height: 1px;
  }

  .about-compan-options_wrp {
    grid-template-columns: 1fr;
  }

  .form-2 {
    grid-row-gap: 3.13em;
  }

  .socila-wrapper {
    grid-column-gap: 3.13em;
    grid-row-gap: 3.13em;
  }

  .footer-col-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 8.35em;
  }

  .footer-banner-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-img-box._2-pic {
    height: 73.07em;
  }

  .about-img-box._3-pic {
    height: 62.63em;
  }

  .text-block-8 {
    font-size: .75rem;
  }

  .form-3 {
    flex-direction: column;
    display: flex;
  }

  .mw {
    width: 383px;
  }

  .progress-mark-wrp {
    grid-template-columns: 1fr auto;
  }

  .progres-indicator, .progres-indicator.second {
    height: 0%;
  }

  .text-block-9 {
    font-size: 2.92vw;
  }

  .popup-content-volta {
    width: 100%;
    max-width: 90vw;
  }

  .consultation-wrp-popup {
    grid-template: "heading-form"
                   "descr"
                   "form"
                   / 1.5fr;
  }

  .inner-menu {
    min-width: 0;
  }

  .navigation-menu-2 {
    padding: 1.88rem;
  }

  .menu-button-2 {
    color: #fff;
  }

  .inner-menu-2 {
    justify-content: space-between;
    min-width: 0;
    padding-top: 1.25rem;
  }

  .close-2 {
    width: 2rem;
    height: 2rem;
  }

  .agent-img {
    width: 15rem;
    inset: auto auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .section.blac-color {
    overflow: hidden;
  }

  .p-18 {
    font-size: 1em;
  }

  .p-18._w-370, .p-18._w-570 {
    width: auto;
  }

  .p-16 {
    font-size: 1em;
  }

  .p-16._40 {
    font-size: 1.5em;
    line-height: 1.1;
  }

  .txt-36.bold {
    font-size: 8vw;
  }

  .txt-36.bold.color-blue {
    font-size: 6vw;
  }

  .download-fp {
    padding: .7em .2em;
  }

  .txt-btn {
    font-size: .8em;
  }

  .hero-section {
    background-position: 43%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10%;
    padding-right: 7%;
  }

  .hero-section.bluewaters {
    padding: 35vw 4% 8vw;
  }

  .hero-content {
    width: 100%;
  }

  .hero-logos {
    grid-row-gap: 1.5em;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
  }

  .logo-livlux {
    width: 14.61vw;
  }

  .logo-metropolitan {
    width: 40vw;
  }

  .link-lang {
    font-size: 3.34vw;
  }

  .h-1 {
    font-size: 17vw;
  }

  .h-1._80px {
    font-size: 8vw;
  }

  .h-1._80px.ar {
    font-size: 2.5em;
  }

  .pad-40.max-w-32em {
    width: 90vw;
    padding-top: 1em;
  }

  .action-buttons-wrp {
    grid-row-gap: 6vw;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100vw;
    margin-top: 16vw;
  }

  .hero-download-brochure {
    background-color: var(--gold);
    width: 100%;
    padding: 1.6em 1em;
    font-size: 4vw;
  }

  .hero-download-brochure.ar, .hero-download-brochure.de, .hero-download-brochure.fr {
    width: 100%;
  }

  .line-decore {
    text-align: center;
    width: 20.88vw;
    margin-left: 0;
    margin-right: 0;
  }

  .txt-hero-link {
    font-size: 5.01vw;
  }

  .hero-arrow {
    width: 5vw;
    margin-top: 3vw;
    display: none;
    left: -7.4vw;
  }

  .hero-download-img-wrp {
    display: none;
  }

  .global-padding {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .global-padding.footer {
    padding-top: 3em;
    padding-bottom: 60vw;
  }

  ._3-col_layout.mt-70 {
    grid-template-columns: 1.25fr;
    margin-top: 3em;
  }

  ._2-col_layout.col-auto {
    grid-template-columns: 1fr;
  }

  .spacer-25 {
    padding-top: .5em;
  }

  .service-wrp {
    grid-row-gap: 8vw;
  }

  .service-thumb {
    width: 60vw;
    height: 60vw;
  }

  .v-flex.h-flex-mob {
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .heading-service {
    text-align: center;
    font-size: 6vw;
  }

  .heading-service.color-blue {
    text-align: center;
  }

  .h2.aligne-right.position-relative {
    text-align: left;
    font-size: 8vw;
  }

  .h2.aligne-right.position-relative.size {
    font-size: 8vw;
  }

  .h2.aligne-right.position-relative.ru-heading {
    font-size: 6vw;
  }

  .h2.aligne-right.position-relative.ru-heading-min {
    font-size: 4.6vw;
  }

  .aligne-r-content {
    flex-flow: row;
  }

  .feauters-img {
    opacity: .5;
    width: 70vw;
    height: 70vw;
    inset: 0% 0% auto -8em;
  }

  .txt-link_64.aligne-right {
    font-size: 8vw;
  }

  .txt-link_64.aligne-right.fr {
    font-size: 1.2em;
  }

  .txt-link_64.aligne-right.nl {
    font-size: 1.5em;
  }

  .big-link-wrp, .big-link-wrp.mt-74 {
    margin-top: 12vw;
  }

  .paragraph, .txt-30 {
    font-size: 1em;
  }

  .txt-30.dark {
    color: var(--black-2);
  }

  .txt-30.size {
    font-size: 2em;
  }

  .flore-plans {
    margin-top: 1em;
  }

  .tab-pane {
    padding-top: 11.25vw;
  }

  .flore-pic {
    object-fit: contain;
  }

  .content-heading {
    font-size: 7vw;
  }

  .txt-50 {
    text-align: left;
  }

  .payment-info {
    margin-top: 7vw;
  }

  .txt-23 {
    font-size: 1.2em;
  }

  .txt-55 {
    padding-right: 0;
    font-size: 7vw;
  }

  .txt-55.ru {
    font-size: 1.4em;
  }

  .form-descript-box {
    grid-column-gap: 1.25vw;
    grid-row-gap: 1.5vw;
  }

  .form-headline {
    font-size: 6vw;
  }

  .cell-2 {
    padding-bottom: .5vw;
  }

  .form-subscribe {
    margin-top: 2.88vw;
  }

  .input {
    border-radius: 0;
  }

  .input.modal {
    font-size: 1em;
  }

  .input.modal.phone-input {
    width: 20.5rem;
  }

  .submit-button {
    height: 4em;
  }

  .form-padding {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .txt-64 {
    font-size: 8vw;
  }

  .txt-64.ru-heading {
    font-size: 1.7em;
  }

  .floating-label {
    text-align: left;
    font-size: 4vw;
  }

  .floating-label.new-tem {
    font-size: .875rem;
    line-height: 1;
    bottom: 1.7em;
    left: 2.2em;
  }

  .floating-label.new-tem.pop-up-form {
    font-size: .875rem;
    bottom: 1.6em;
  }

  .field-wrap {
    width: 100%;
  }

  .form {
    text-align: left;
    margin-top: 0;
  }

  .contact-submit {
    width: 100%;
    height: 3.6em;
    font-size: 1em;
  }

  .logo-image-form {
    width: 10em;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-v {
    font-size: 4vw;
  }

  .icon-mail {
    width: 13vw;
    margin-left: -1vw;
  }

  .popup.consultation, .popup.floorplans, .popup.download {
    display: none;
  }

  .popup-form {
    padding: 8vw 5vw;
  }

  .headline-form {
    font-size: 6vw;
  }

  .descript-form {
    font-size: 3vw;
  }

  .txt-free {
    font-size: .8em;
  }

  .close-ico {
    width: 1.5em;
    top: 3em;
    right: 1em;
  }

  .logo-lbluewaters {
    width: 25vw;
  }

  .subheading {
    line-height: 1.2;
  }

  .mb-40, .div-block {
    margin-bottom: 1em;
  }

  .bold-text-2 {
    font-size: 6vw;
  }

  .page-padding {
    padding-left: 3.34vw;
    padding-right: 3.34vw;
  }

  .page-padding.hero-layout {
    padding-top: 30vw;
    padding-bottom: 20.88em;
  }

  .page-padding.about-layout {
    padding-top: 16.7em;
    padding-bottom: 16.7em;
  }

  .page-padding.pad-125 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .page-padding.pad-125._207 {
    padding-top: 16.7em;
  }

  .page-padding._125 {
    padding-top: 20.88em;
  }

  .p-text._12.linen {
    font-size: .625rem;
  }

  .p-text.ligte {
    font-size: .875rem;
  }

  .p-text.ligte.hide {
    display: none;
  }

  .logo {
    width: 32.78vw;
    margin-bottom: 8.35em;
  }

  .h1-heading {
    font-size: 8.35vw;
  }

  .pad-20.max-w-670 {
    padding-top: 4.18em;
  }

  .button2.mtop-20 {
    height: 14.61vw;
    margin-top: 4.18vw;
    padding: 0 8.35vw;
    font-size: 5.22vw;
  }

  .layout-video {
    margin-top: 8.35em;
    padding-top: 41.34vw;
  }

  .about-contain {
    flex-direction: column;
  }

  .h2-heading {
    font-size: 7.52em;
  }

  .h2-heading.color-white {
    padding-right: 0;
    font-size: 7.52em;
  }

  .about-pic {
    grid-column-gap: 4.18em;
    grid-row-gap: 4.18em;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "_1 _2"
                         "_3 _4";
    margin-top: 10.44em;
  }

  .about-item {
    width: 44vw;
    height: 60vw;
  }

  .city-big-img {
    border-radius: 4.18em;
  }

  .city-big-img-wrp {
    margin-top: 16.7em;
  }

  .decore-palce {
    width: 67em;
    height: 38.62em;
    padding-right: 7.31em;
    left: -21.7em;
  }

  .container-2.flex {
    border-bottom: .0625rem solid #171e374d;
    padding-bottom: 2.09em;
  }

  .flex-slider-layout {
    grid-row-gap: 6.26em;
    margin-top: 28.18em;
  }

  .button-secondary.mtop-20.color-red {
    line-height: 1;
  }

  .slide-content {
    padding-top: 6.26em;
  }

  .p-25 {
    font-size: 5.01em;
  }

  .p-25.color-linen {
    font-size: 5.22em;
  }

  .pad-50 {
    padding-top: 8.35em;
  }

  .pad-50.mw-65 {
    width: 65em;
  }

  .stack-wrp {
    margin-top: 8.35em;
  }

  .card-stack-img_wrp {
    border-radius: 2.09em;
  }

  .form-download-broshure {
    border-radius: 4.18em;
  }

  .entertainment-wrp {
    margin-top: 4.18em;
  }

  .card-schedule {
    border-radius: 4.18em;
  }

  .punctuation-dot {
    width: 2em;
    height: 2em;
  }

  .text-40.center {
    font-size: 7.52em;
  }

  .tabs-menu {
    grid-row-gap: .625rem;
    flex-flow: wrap;
  }

  .button-wrp-abs {
    bottom: -27.13em;
  }

  .tabs-link {
    width: 50%;
    font-size: 5.01em;
  }

  .lacation-card-wrp {
    margin-top: 10.44em;
  }

  .location-card {
    width: 70vw;
    min-width: 0;
    height: 80em;
  }

  .location-card-img-wrp {
    height: 51em;
    margin-bottom: 4.74em;
  }

  .img {
    width: 100%;
  }

  .attraction-contain {
    margin-top: 20.88em;
  }

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

  .form-descript-box-copy {
    grid-column-gap: 1.25vw;
    grid-row-gap: 1.5vw;
  }

  .form-logo {
    width: 42.17em;
  }

  .input-2 {
    height: 14.61vw;
    padding-left: 2.25em;
  }

  .input-2.dark-border {
    height: 3.75rem;
  }

  .txt-60 {
    font-size: 7vw;
  }

  .call-back-wrp {
    margin-top: 14.61em;
  }

  .header {
    padding: 5.43em 3.34vw 2.03vw;
  }

  .nav-inner {
    padding-top: 10em;
    padding-left: 11em;
  }

  .nav-menu {
    width: 90vw;
  }

  .logo-img {
    width: 40.29vw;
  }

  .nav-link {
    font-size: 6vw;
  }

  .nav-link.close-menu {
    margin-top: 8vw;
    font-size: 3.4em;
  }

  .menu-logo {
    width: 50vw;
    margin-bottom: 15vw;
  }

  .about-contain-develop {
    grid-row-gap: 6.26em;
    flex-direction: column;
  }

  .text-block-5 {
    line-height: 1;
  }

  .container-2 {
    max-width: none;
  }

  .navigation {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation.header {
    padding-left: 4%;
    padding-right: 4%;
  }

  .menu-button {
    border-style: none;
  }

  .navigation-button {
    display: none;
  }

  .logo-2 {
    width: 29.23em;
  }

  .navigation-menu {
    border-radius: 0;
    width: 79em;
  }

  .navigation-link {
    font-size: 5vw;
    font-weight: 300;
  }

  .icon-download {
    width: 1.7rem;
  }

  .nav-buttons {
    display: none;
  }

  .padding-section-large.hero {
    padding-top: 25.05em;
  }

  .prez-item.second {
    margin-left: auto;
  }

  .hero-button-blure {
    width: 100%;
    padding-left: .84em;
    padding-right: .84em;
  }

  .lottie-hamburger {
    filter: invert();
    width: 2.4em;
  }

  .about-index.center-item {
    margin-left: 7.875rem;
  }

  .index-txt {
    font-size: 17.12vw;
  }

  .heading-description_wrp {
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .h2-volta {
    font-size: 7.31em;
  }

  .p-text-16.color-gray {
    color: var(--silver);
  }

  .p-text-16.color-gray.center {
    text-align: center;
    margin-top: 1.19em;
  }

  .p-text-16.gray {
    font-size: .625rem;
  }

  .about-item-img.fitnes {
    width: 15rem;
    max-width: none;
  }

  .about-item-img.one-pic {
    width: 50.1vw;
  }

  .about-item-img.two-pic {
    width: 50.1em;
    max-width: none;
  }

  .about-img-ttl {
    font-size: 1.5rem;
  }

  .black-circle_shape {
    width: 120.88em;
    height: 120.88em;
    margin-left: -34.62em;
    padding-left: 35.49em;
    padding-right: 22.76em;
  }

  .text-16px-gray {
    font-size: 3.34vw;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .dropdown-toggle-2 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    font-size: 1.125rem;
  }

  .qa-text {
    white-space: break-spaces;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .txt-11.color-gray.mw {
    width: auto;
  }

  .navigation-button-copy {
    display: none;
  }

  .navigation-button-copy.field-color.left {
    width: 100%;
    margin-top: 2.08em;
    padding-top: 3.71vw;
    padding-bottom: 3.71vw;
    display: flex;
  }

  .all-plan-img {
    width: 20.04em;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .swiper-navigation-wrp {
    justify-content: flex-end;
  }

  .form-cosult-ttl.txt-sz-55 {
    font-size: 10vw;
  }

  .form-descript {
    font-size: .625rem;
  }

  .form-descript.txt-sz-18 {
    font-size: 2.9em;
    line-height: 1.8;
  }

  .input-3 {
    height: 14.61vw;
    padding-left: 2.25em;
    font-size: 12px;
  }

  .input-3.dark-border {
    height: 3.75rem;
  }

  .submit-form-btn-volt.mt-5 {
    font-size: 12px;
  }

  .text-70.color-white {
    font-size: 7.31vw;
  }

  .text-30 {
    font-size: 3rem;
  }

  .located-map-wrp {
    width: 107%;
  }

  .located-map-wrp.animate {
    margin-left: -8.4em;
    left: 4em;
  }

  .text-50-volta {
    font-size: 6.26vw;
  }

  .price-progress-wrp {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .progres-grid {
    width: auto;
  }

  .text-12 {
    font-size: 1.67em;
  }

  .text-12.color-green {
    font-size: 2.09em;
  }

  .video-button {
    display: none;
  }

  ._2-col-row-content.max-453 {
    max-width: none;
  }

  .padding-small {
    padding-top: 9.39em;
    padding-bottom: 9.19em;
  }

  .column-2 {
    grid-column-gap: 12.53em;
    grid-row-gap: 12.53em;
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 13.99em;
  }

  .max-w-500 {
    width: 50.1em;
    max-width: none;
  }

  .form-wrapper.mt-40 {
    margin-top: 7.52em;
  }

  .footer-3-column {
    padding-top: 38.41em;
  }

  .footer-link {
    grid-column-gap: 2.75em;
    grid-row-gap: 2.75em;
  }

  .mw {
    width: auto;
  }

  .progress-mark-wrp {
    grid-template-columns: 1fr auto;
  }

  .progres-line-wrp {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    justify-content: flex-start;
  }

  .codes {
    display: none;
  }

  .track {
    height: auto;
  }

  .stick-block {
    position: static;
  }

  .content-block {
    grid-row-gap: 9.08em;
    height: 500vh;
  }

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

  .right-side {
    top: 7em;
  }

  .step-block {
    width: 100%;
    height: 167em;
  }

  .step-img-wrp {
    margin-top: 8.35em;
    padding-top: 140%;
  }

  .sp-20 {
    padding-top: 2.02em;
  }

  .paragraph-3 {
    font-size: 3.53em;
  }

  .trigger.is--2 {
    height: 60%;
  }

  .trigger.is--3 {
    height: 40%;
  }

  .trigger.is--4 {
    height: 20%;
  }

  .step-content {
    width: 90%;
  }

  .image-4 {
    width: 43vw;
  }

  .close {
    font-size: 3.76em;
  }

  .mob-menu-controll-button {
    grid-row-gap: 20px;
  }

  .inner-menu {
    height: 80vh;
  }

  .heading {
    font-size: 8vw;
  }

  .text-block-10 {
    font-size: 4vw;
  }

  .heading-2 {
    font-size: 7vw;
  }

  .col-btn {
    display: none;
  }

  .heading-3, .heading-4 {
    font-size: 8vw;
  }

  .paragraph-4 {
    font-size: .9em;
  }

  .location {
    font-size: 6vw;
  }

  .navigation-menu-2 {
    border-radius: 0;
    width: 100%;
    height: 100svh;
  }

  .icon-download-2 {
    width: 1.7rem;
  }

  .lang-link-dropdown {
    margin-left: 0;
  }

  .navigation-link-2 {
    font-weight: 300;
  }

  .hero-button-blure-2 {
    width: 100%;
    padding-left: .84em;
    padding-right: .84em;
  }

  .lottie-hamburger-2 {
    filter: invert();
    width: 2em;
  }

  .logo-3 {
    width: auto;
    max-width: 8rem;
  }

  .close-2 {
    font-size: 3.76em;
  }

  .mob-menu-controll-button-2 {
    grid-row-gap: 20px;
  }

  .dropdown-list-3 {
    display: none;
  }

  .navigation-wrapper-2 {
    grid-column-gap: .05rem;
  }

  .p-1-2 {
    font-size: 1em;
  }

  .p-1-2._w-370, .p-1-2._w-570 {
    width: auto;
  }

  .p-1-2.name {
    font-size: 1em;
  }

  .sls-footer-wrp {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .footer-form {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .footer-title {
    font-size: 8vw;
  }

  .footer-title.ru-heading {
    font-size: 1.7em;
  }

  .footer-title.ru {
    font-size: 1.5em;
  }

  .agent-img {
    width: 16rem;
    left: -1em;
  }

  .agent-img.ar {
    width: 15rem;
    left: auto;
  }

  .agent-info {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }
}

#w-node-cc86b97a-1669-b548-e9b8-f18c1c9d19d2-0f5a769d, #w-node-a2fb5fe1-ac12-2606-7cca-9241f59c23a8-0f5a769d, #w-node-_5160b12f-86ee-708c-9fea-38476d63dcf4-0f5a769d, #w-node-_81011960-87fa-dc7f-648c-0d0811d843ee-0f5a769d, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138a1-0f5a769d, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ac-0f5a769d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ad-0f5a769d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-0f5a769d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-0f5a769d, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-0f5a769d, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-0f5a769d, #w-node-_194ac06e-bf9c-4fbd-e739-c2a16ff94bde-0f5a769d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba0971ae-6646-d9eb-da25-3012a3d34ad2-0f5a769d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_283cc12c-8e44-0113-ad78-f1fd31305ec7-0f5a769d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1bba656f-e662-9370-8de5-9215dfd22492-0f5a769d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5909b5e3-28c8-7948-d87a-5de44eedfaed-0f5a769d {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-f55a807c-d092-d207-99fb-663d457a3e1e-0f5a769d {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_88ea7d8a-a383-96e1-48d5-c565f1dae304-0f5a769d {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-d0103089-e622-c17a-4deb-5b3d0fd2dfd4-0f5a769d, #w-node-b456bf8e-91cc-0df7-4086-21df2e455afd-0f5a769d, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371a-0f5a769d, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371c-0f5a769d, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fb-0f5a769d, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fd-0f5a769d, #w-node-_3849d473-e515-05c2-b453-b8631974e57d-0f5a769d, #w-node-_3849d473-e515-05c2-b453-b8631974e581-0f5a769d, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061810-0f5a769d, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061815-0f5a769d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-0f5a769d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-0f5a769d, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-0f5a769d, #w-node-_749f4e22-830a-9037-1623-70cece7ad5ed-0f5a769d, #w-node-cc86b97a-1669-b548-e9b8-f18c1c9d19d2-b34a1ade, #w-node-a2fb5fe1-ac12-2606-7cca-9241f59c23a8-b34a1ade, #w-node-_5160b12f-86ee-708c-9fea-38476d63dcf4-b34a1ade, #w-node-_81011960-87fa-dc7f-648c-0d0811d843ee-b34a1ade, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138a1-b34a1ade, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ac-b34a1ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ad-b34a1ade {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-b34a1ade {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-b34a1ade, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-b34a1ade, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-b34a1ade, #w-node-_194ac06e-bf9c-4fbd-e739-c2a16ff94bde-b34a1ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba0971ae-6646-d9eb-da25-3012a3d34ad2-b34a1ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_519bc8af-44c7-cef5-479d-a8debdcfe4d8-b34a1ade {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_519bc8af-44c7-cef5-479d-a8debdcfe4db-b34a1ade {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_519bc8af-44c7-cef5-479d-a8debdcfe4de-b34a1ade {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_519bc8af-44c7-cef5-479d-a8debdcfe4e1-b34a1ade {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_519bc8af-44c7-cef5-479d-a8debdcfe4e4-b34a1ade {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-d0103089-e622-c17a-4deb-5b3d0fd2dfd4-b34a1ade, #w-node-b456bf8e-91cc-0df7-4086-21df2e455afd-b34a1ade, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371a-b34a1ade, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371c-b34a1ade, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fb-b34a1ade, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fd-b34a1ade, #w-node-_3849d473-e515-05c2-b453-b8631974e57d-b34a1ade, #w-node-_3849d473-e515-05c2-b453-b8631974e581-b34a1ade, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061810-b34a1ade, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061815-b34a1ade {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-b34a1ade {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-b34a1ade, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-b34a1ade, #w-node-_749f4e22-830a-9037-1623-70cece7ad5ed-b34a1ade, #w-node-cc86b97a-1669-b548-e9b8-f18c1c9d19d2-abfb21b4, #w-node-a2fb5fe1-ac12-2606-7cca-9241f59c23a8-abfb21b4, #w-node-_5160b12f-86ee-708c-9fea-38476d63dcf4-abfb21b4, #w-node-_81011960-87fa-dc7f-648c-0d0811d843ee-abfb21b4, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138a1-abfb21b4, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ac-abfb21b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ad-abfb21b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-abfb21b4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-abfb21b4, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-abfb21b4, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-abfb21b4, #w-node-_194ac06e-bf9c-4fbd-e739-c2a16ff94bde-abfb21b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba0971ae-6646-d9eb-da25-3012a3d34ad2-abfb21b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2446e0da-f61b-41c7-329b-e2f9f087559b-abfb21b4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2446e0da-f61b-41c7-329b-e2f9f087559e-abfb21b4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2446e0da-f61b-41c7-329b-e2f9f08755a1-abfb21b4 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_2446e0da-f61b-41c7-329b-e2f9f08755a4-abfb21b4 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_2446e0da-f61b-41c7-329b-e2f9f08755a7-abfb21b4 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-d0103089-e622-c17a-4deb-5b3d0fd2dfd4-abfb21b4, #w-node-b456bf8e-91cc-0df7-4086-21df2e455afd-abfb21b4, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371a-abfb21b4, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371c-abfb21b4, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fb-abfb21b4, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fd-abfb21b4, #w-node-_3849d473-e515-05c2-b453-b8631974e57d-abfb21b4, #w-node-_3849d473-e515-05c2-b453-b8631974e581-abfb21b4, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061810-abfb21b4, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061815-abfb21b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-abfb21b4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-abfb21b4, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-abfb21b4, #w-node-_749f4e22-830a-9037-1623-70cece7ad5ed-abfb21b4, #w-node-cc86b97a-1669-b548-e9b8-f18c1c9d19d2-e1031482, #w-node-a2fb5fe1-ac12-2606-7cca-9241f59c23a8-e1031482, #w-node-_5160b12f-86ee-708c-9fea-38476d63dcf4-e1031482, #w-node-_81011960-87fa-dc7f-648c-0d0811d843ee-e1031482, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138a1-e1031482, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ac-e1031482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ad-e1031482 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-e1031482 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-e1031482, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-e1031482, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-e1031482, #w-node-_194ac06e-bf9c-4fbd-e739-c2a16ff94bde-e1031482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba0971ae-6646-d9eb-da25-3012a3d34ad2-e1031482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a3c43c3c-9944-a852-9c96-cd312bf15c79-e1031482 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a3c43c3c-9944-a852-9c96-cd312bf15c7c-e1031482 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a3c43c3c-9944-a852-9c96-cd312bf15c7f-e1031482 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-a3c43c3c-9944-a852-9c96-cd312bf15c82-e1031482 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-a3c43c3c-9944-a852-9c96-cd312bf15c85-e1031482 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-d0103089-e622-c17a-4deb-5b3d0fd2dfd4-e1031482, #w-node-b456bf8e-91cc-0df7-4086-21df2e455afd-e1031482, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371a-e1031482, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371c-e1031482, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fb-e1031482, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fd-e1031482, #w-node-_3849d473-e515-05c2-b453-b8631974e57d-e1031482, #w-node-_3849d473-e515-05c2-b453-b8631974e581-e1031482, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061810-e1031482, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061815-e1031482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-e1031482 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-e1031482, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-e1031482, #w-node-_749f4e22-830a-9037-1623-70cece7ad5ed-e1031482, #w-node-cc86b97a-1669-b548-e9b8-f18c1c9d19d2-a9122446, #w-node-a2fb5fe1-ac12-2606-7cca-9241f59c23a8-a9122446, #w-node-_5160b12f-86ee-708c-9fea-38476d63dcf4-a9122446, #w-node-_81011960-87fa-dc7f-648c-0d0811d843ee-a9122446, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138a1-a9122446, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ac-a9122446 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ad-a9122446 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-a9122446 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-a9122446, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-a9122446, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-a9122446, #w-node-_194ac06e-bf9c-4fbd-e739-c2a16ff94bde-a9122446 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba0971ae-6646-d9eb-da25-3012a3d34ad2-a9122446 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_79edbc64-bf94-d343-d321-9686a43c28b6-a9122446 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_79edbc64-bf94-d343-d321-9686a43c28b9-a9122446 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_79edbc64-bf94-d343-d321-9686a43c28bc-a9122446 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_79edbc64-bf94-d343-d321-9686a43c28bf-a9122446 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_79edbc64-bf94-d343-d321-9686a43c28c2-a9122446 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-d0103089-e622-c17a-4deb-5b3d0fd2dfd4-a9122446, #w-node-b456bf8e-91cc-0df7-4086-21df2e455afd-a9122446, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371a-a9122446, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371c-a9122446, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fb-a9122446, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fd-a9122446, #w-node-_3849d473-e515-05c2-b453-b8631974e57d-a9122446, #w-node-_3849d473-e515-05c2-b453-b8631974e581-a9122446, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061810-a9122446, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061815-a9122446 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-a9122446 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-a9122446, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-a9122446, #w-node-_749f4e22-830a-9037-1623-70cece7ad5ed-a9122446, #w-node-cc86b97a-1669-b548-e9b8-f18c1c9d19d2-02445a5d, #w-node-a2fb5fe1-ac12-2606-7cca-9241f59c23a8-02445a5d, #w-node-_5160b12f-86ee-708c-9fea-38476d63dcf4-02445a5d, #w-node-_81011960-87fa-dc7f-648c-0d0811d843ee-02445a5d, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138a1-02445a5d, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ac-02445a5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ad-02445a5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-02445a5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-02445a5d, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-02445a5d, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-02445a5d, #w-node-_194ac06e-bf9c-4fbd-e739-c2a16ff94bde-02445a5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba0971ae-6646-d9eb-da25-3012a3d34ad2-02445a5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c86aa0ba-10a4-b471-ea55-48c8eeec0afb-02445a5d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c86aa0ba-10a4-b471-ea55-48c8eeec0afe-02445a5d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c86aa0ba-10a4-b471-ea55-48c8eeec0b01-02445a5d {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-c86aa0ba-10a4-b471-ea55-48c8eeec0b04-02445a5d {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-c86aa0ba-10a4-b471-ea55-48c8eeec0b07-02445a5d {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-d0103089-e622-c17a-4deb-5b3d0fd2dfd4-02445a5d, #w-node-b456bf8e-91cc-0df7-4086-21df2e455afd-02445a5d, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371a-02445a5d, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371c-02445a5d, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fb-02445a5d, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fd-02445a5d, #w-node-_3849d473-e515-05c2-b453-b8631974e57d-02445a5d, #w-node-_3849d473-e515-05c2-b453-b8631974e581-02445a5d, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061810-02445a5d, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061815-02445a5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-02445a5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-02445a5d, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-02445a5d, #w-node-_749f4e22-830a-9037-1623-70cece7ad5ed-02445a5d, #w-node-cc86b97a-1669-b548-e9b8-f18c1c9d19d2-98ddae91, #w-node-a2fb5fe1-ac12-2606-7cca-9241f59c23a8-98ddae91, #w-node-_5160b12f-86ee-708c-9fea-38476d63dcf4-98ddae91, #w-node-_81011960-87fa-dc7f-648c-0d0811d843ee-98ddae91, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138a1-98ddae91, #w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ac-98ddae91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7e8f4d-fc60-7c00-f0c1-b00c769138ad-98ddae91 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-98ddae91 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-98ddae91, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-98ddae91, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-98ddae91, #w-node-_194ac06e-bf9c-4fbd-e739-c2a16ff94bde-98ddae91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba0971ae-6646-d9eb-da25-3012a3d34ad2-98ddae91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d87fddc3-6699-1bf8-d96c-49ad59668bc5-98ddae91 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d87fddc3-6699-1bf8-d96c-49ad59668bc8-98ddae91 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d87fddc3-6699-1bf8-d96c-49ad59668bcb-98ddae91 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-d87fddc3-6699-1bf8-d96c-49ad59668bce-98ddae91 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-d87fddc3-6699-1bf8-d96c-49ad59668bd1-98ddae91 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-d0103089-e622-c17a-4deb-5b3d0fd2dfd4-98ddae91, #w-node-b456bf8e-91cc-0df7-4086-21df2e455afd-98ddae91, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371a-98ddae91, #w-node-_8395d735-0cf7-ee68-497c-69e3c76a371c-98ddae91, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fb-98ddae91, #w-node-_7cac5d7c-c1ff-a130-9b93-85a94e87d6fd-98ddae91, #w-node-_3849d473-e515-05c2-b453-b8631974e57d-98ddae91, #w-node-_3849d473-e515-05c2-b453-b8631974e581-98ddae91, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061810-98ddae91, #w-node-aad815c4-dc7c-a8af-8bcf-c07996061815-98ddae91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-98ddae91 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-98ddae91, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-98ddae91, #w-node-_749f4e22-830a-9037-1623-70cece7ad5ed-98ddae91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-0f5a769d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_283cc12c-8e44-0113-ad78-f1fd31305ec7-0f5a769d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1bba656f-e662-9370-8de5-9215dfd22492-0f5a769d {
    grid-column: span 1 / span 1;
  }

  #w-node-_5909b5e3-28c8-7948-d87a-5de44eedfaed-0f5a769d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f55a807c-d092-d207-99fb-663d457a3e1e-0f5a769d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88ea7d8a-a383-96e1-48d5-c565f1dae304-0f5a769d {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-b34a1ade {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_519bc8af-44c7-cef5-479d-a8debdcfe4d8-b34a1ade {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_519bc8af-44c7-cef5-479d-a8debdcfe4db-b34a1ade {
    grid-column: span 1 / span 1;
  }

  #w-node-_519bc8af-44c7-cef5-479d-a8debdcfe4de-b34a1ade {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_519bc8af-44c7-cef5-479d-a8debdcfe4e1-b34a1ade {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_519bc8af-44c7-cef5-479d-a8debdcfe4e4-b34a1ade {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-abfb21b4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_2446e0da-f61b-41c7-329b-e2f9f087559b-abfb21b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2446e0da-f61b-41c7-329b-e2f9f087559e-abfb21b4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2446e0da-f61b-41c7-329b-e2f9f08755a1-abfb21b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2446e0da-f61b-41c7-329b-e2f9f08755a4-abfb21b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2446e0da-f61b-41c7-329b-e2f9f08755a7-abfb21b4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-e1031482 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-a3c43c3c-9944-a852-9c96-cd312bf15c79-e1031482 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3c43c3c-9944-a852-9c96-cd312bf15c7c-e1031482 {
    grid-column: span 1 / span 1;
  }

  #w-node-a3c43c3c-9944-a852-9c96-cd312bf15c7f-e1031482 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a3c43c3c-9944-a852-9c96-cd312bf15c82-e1031482 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3c43c3c-9944-a852-9c96-cd312bf15c85-e1031482 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-a9122446 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_79edbc64-bf94-d343-d321-9686a43c28b6-a9122446 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79edbc64-bf94-d343-d321-9686a43c28b9-a9122446 {
    grid-column: span 1 / span 1;
  }

  #w-node-_79edbc64-bf94-d343-d321-9686a43c28bc-a9122446 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_79edbc64-bf94-d343-d321-9686a43c28bf-a9122446 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79edbc64-bf94-d343-d321-9686a43c28c2-a9122446 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-02445a5d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-c86aa0ba-10a4-b471-ea55-48c8eeec0afb-02445a5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c86aa0ba-10a4-b471-ea55-48c8eeec0afe-02445a5d {
    grid-column: span 1 / span 1;
  }

  #w-node-c86aa0ba-10a4-b471-ea55-48c8eeec0b01-02445a5d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c86aa0ba-10a4-b471-ea55-48c8eeec0b04-02445a5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c86aa0ba-10a4-b471-ea55-48c8eeec0b07-02445a5d {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-98ddae91 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-d87fddc3-6699-1bf8-d96c-49ad59668bc5-98ddae91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d87fddc3-6699-1bf8-d96c-49ad59668bc8-98ddae91 {
    grid-column: span 1 / span 1;
  }

  #w-node-d87fddc3-6699-1bf8-d96c-49ad59668bcb-98ddae91 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d87fddc3-6699-1bf8-d96c-49ad59668bce-98ddae91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d87fddc3-6699-1bf8-d96c-49ad59668bd1-98ddae91 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-0f5a769d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-0f5a769d, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-0f5a769d, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-0f5a769d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-0f5a769d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-0f5a769d, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-0f5a769d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-b34a1ade {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-b34a1ade, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-b34a1ade, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-b34a1ade {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-b34a1ade {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-b34a1ade, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-b34a1ade {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-abfb21b4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-abfb21b4, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-abfb21b4, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-abfb21b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-abfb21b4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-abfb21b4, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-abfb21b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-e1031482 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-e1031482, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-e1031482, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-e1031482 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-e1031482 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-e1031482, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-e1031482 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-a9122446 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-a9122446, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-a9122446, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-a9122446 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-a9122446 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-a9122446, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-a9122446 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-02445a5d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-02445a5d, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-02445a5d, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-02445a5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-02445a5d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-02445a5d, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-02445a5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a43c82e-c1e3-0b23-9117-358ef77c2b97-98ddae91 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4bb1f33e-d2b8-8b2f-909e-3361e34c6cde-98ddae91, #w-node-ca4b00e7-3f96-40aa-15aa-e2a0b92cd7f1-98ddae91, #w-node-c0ade82a-c01c-3986-557d-f89ee2c8b084-98ddae91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de6-98ddae91 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de7-98ddae91, #w-node-_317934d3-4fa0-69bf-3679-8c51c75c8de8-98ddae91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Tildasans Vf';
  src: url('../fonts/TildaSans-VF.ttf') format('truetype');
  font-weight: 250 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Bold.ttf') format('truetype'), url('../fonts/NotoSansArabic-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Medium.ttf') format('truetype');
  font-weight: 500;
  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-Thin.ttf') format('truetype');
  font-weight: 100;
  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: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide Super';
  src: url('../fonts/Druk-Wide-Super.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide Cyr';
  src: url('../fonts/Druk-Wide-Cyr-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide Cyr';
  src: url('../fonts/Druk-Wide-Cyr-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide Cyr Super';
  src: url('../fonts/Druk-Wide-Cyr-Super.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide';
  src: url('../fonts/Druk-Wide-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}