@font-face {
  font-family: Notosansarabic Variable;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Trivia;
  src: url('../fonts/Storm---TriviaSerifRegular-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Triviaserifbook;
  src: url('../fonts/Storm---TriviaSerifBook-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #333;
  --gold: #e1bc88;
  --grey\<deleted\|variable-8e3f203f-65b6-5287-2d5b-d8d2fc20c227\>: #6d6e70;
  --radius-30px: 1.875rem;
  --ph-dark: #2f2c28;
  --light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>: #b5b5b5;
  --blue: #1eade5;
  --size--14px: .875rem;
  --size--12px: .75rem;
  --ph-light: #f0ece8;
  --radius-12px\<deleted\|variable-99862a56-dbe5-1481-7893-638ca1341ef4\>: 1.25rem;
  --20px-radius: 1.25rem;
  --baige\<deleted\|variable-f4ac48dd-7920-cc12-4e48-4348ee749876\>: #dfdfdf;
  --size--16px: 1rem;
  --dark-grey\<deleted\|variable-fc0fe0a2\>: #171717;
  --size--10px: .625rem;
  --black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>: #6d6e70;
  --size--20px: 1.25rem;
  --35px-radius: 2.1875rem;
  --trivia-serif: Triviaserifbook, sans-serif;
  --arabic: "Notosansarabic Variable", sans-serif;
  --1px: .0625rem;
  --size--32px: 2rem;
  --size--28px: 1.75rem;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--white);
  color: var(--black);
  object-fit: fill;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 100%;
}

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

a {
  color: #6e6e6e;
  object-fit: fill;
  text-decoration: none;
}

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

strong {
  font-weight: bold;
}

.page-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.section {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.is--hero {
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  display: block;
  position: relative;
}

.section.is--hero._404 {
  padding-top: 0;
}

.section.visible {
  overflow: visible;
}

.section.black {
  background-color: var(--black);
  overflow: visible;
}

.section.cta {
  background-color: var(--black);
  padding-bottom: 3.125rem;
}

.section.about {
  height: 43.75rem;
}

.section.bg-img {
  background-image: linear-gradient(#f0ece8, #f0ece8e6 65%, #f0ece8b3 86%, #f0ece8bf), url('../images/V6rvwJxy4Yu9L2Q8JL2DvHgP7MO56srUJ29Y6NXi_1V6rvwJxy4Yu9L2Q8JL2DvHgP7MO56srUJ29Y6NXi.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.footer {
  background-color: var(--black);
  padding: 5rem 0 2.5rem;
  overflow: visible;
}

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

.container-1380 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.container-1380.for-arrow {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-color-grey {
  color: #8f8f8f;
}

.text-size-20px {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
}

.text-size-20px.text-color-white {
  font-size: 1.25rem;
}

.text-size-20px.awards {
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.text-size-20px.text-color-grey-light-hero {
  color: #b5b5b5;
}

.text-size-20px.text-color-grey {
  line-height: 130%;
}

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

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

.btn-black {
  border-radius: var(--radius-30px);
  background-color: var(--ph-dark);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 100%;
  transition: background-color .2s;
  display: flex;
}

.btn-black:hover {
  background-color: var(--gold);
}

.btn-black.is--form {
  transition: all .2s;
}

.btn-black.is--form:hover {
  border: .0625rem solid var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
  background-color: var(--blue);
  color: var(--white);
}

.btn-black.is--form.blue-mobile {
  margin-top: 0;
}

.btn-black.is--form.blue-mobile:hover {
  border-color: var(--blue);
}

.btn-black.max-w-300 {
  display: none;
}

.btn-black.light {
  background-color: var(--gold);
}

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

.flex-v-20.space-between {
  justify-content: space-between;
}

.flex-v-20.max-w-840 {
  max-width: 52.5rem;
}

.flex-v-20.center {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  border-radius: var(--radius-30px);
  background-color: var(--ph-dark);
  color: var(--white);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 3.4375rem;
  padding: .96875rem 4.875rem;
  font-weight: 700;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

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

.btn.max-w345 {
  max-width: 15.3125rem;
}

.btn.max-w345:hover {
  background-color: var(--white);
  color: var(--blue);
}

.btn.first {
  order: -1;
}

.icon-40px {
  color: #000;
  object-fit: scale-down;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.icon-40px.bg-black {
  border-radius: .3125rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.icon-embed {
  flex: none;
  width: 100%;
  height: 100%;
}

.icon-24px {
  object-fit: scale-down;
  width: 1.5rem;
  height: 1.5rem;
}

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

.input {
  border-radius: var(--radius-30px);
  background-color: var(--white);
  direction: ltr;
  color: var(--black);
  font-size: var(--size--14px);
  height: 3.4375rem;
  margin-bottom: 0;
  padding: 1rem;
  font-weight: 300;
  line-height: 100%;
}

.input::placeholder {
  font-size: 1rem;
}

.input.bg-white {
  background-color: var(--white);
  height: 3.75rem;
}

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

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

.form.h-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--white);
  text-align: left;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.form.h-20.popup {
  color: var(--black);
}

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

.form.h-20 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--black);
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.text-size-12px {
  color: #8f8f8f;
  font-size: .75rem;
  font-weight: 400;
  line-height: 150%;
}

.text-size-12px.policy-text {
  color: var(--grey\<deleted\|variable-8e3f203f-65b6-5287-2d5b-d8d2fc20c227\>);
  font-size: .75rem;
  font-weight: 300;
  line-height: 150%;
}

.text-size-24px {
  font-family: Triviaserifbook, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
}

.text-size-24px.play {
  z-index: 1;
  color: var(--white);
  text-align: center;
  font-family: Manrope, sans-serif;
  position: relative;
}

.main-form {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.main-form.hero {
  text-align: left;
  flex-flow: column;
  padding-bottom: 0;
}

.hero-form-w-440 {
  background-color: #333;
  border-radius: 1.25rem;
  min-width: 23.75rem;
  padding: 1.5rem;
}

.text-size-14px {
  color: var(--ph-dark);
  font-size: var(--size--14px);
  font-weight: 400;
  line-height: 150%;
}

.text-size-14px.text-color-grey.card {
  line-height: 110%;
}

.text-size-14px.text-color-grey.center {
  color: #6d6e70;
  text-align: center;
}

.text-size-14px.text-color-white {
  color: var(--white);
  font-weight: 300;
  line-height: 140%;
}

.text-size-14px.text-color-white.weight-300 {
  font-weight: 300;
}

.text-size-14px.text-color-grey {
  color: var(--grey\<deleted\|variable-8e3f203f-65b6-5287-2d5b-d8d2fc20c227\>);
}

.text-size-14px.heading {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
}

.text-size-14px.op-80 {
  opacity: .8;
}

.text-size-14px.light {
  opacity: .7;
  color: var(--ph-light);
  max-width: 30rem;
  font-weight: 300;
}

.text-size-14px.dark {
  color: var(--ph-dark);
}

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

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

.flex-v-10.left {
  align-items: flex-start;
}

.flex-v-10.ar {
  text-align: right;
}

.flex-v-10.max-w-400 {
  max-width: 25rem;
}

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

.form-header.white-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  flex-flow: row;
  max-width: 50%;
}

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

.success-message._2 {
  min-height: auto;
}

.success-message.ar {
  text-align: right;
}

.form-type-middle {
  border-radius: var(--radius-12px\<deleted\|variable-99862a56-dbe5-1481-7893-638ca1341ef4\>);
  background-color: #efefef;
  width: 52.5rem;
  padding: 2.5rem;
  position: relative;
}

.form-type-middle.minus-margin {
  background-color: var(--gold);
  border-radius: 1.25rem;
  width: 100%;
  max-width: 52.5rem;
  margin-right: 5rem;
  position: absolute;
  inset: auto 0% -4.9rem auto;
}

.second-form {
  color: #6d6e70;
  margin-bottom: 0;
}

.second-form.max-w-450.ar {
  text-align: right;
}

.agent-image {
  object-fit: contain;
  width: 22.5rem;
  position: absolute;
  inset: auto -2% 0 auto;
}

.agent-image.popup {
  object-fit: contain;
  object-position: 50% 100%;
  width: auto;
  max-width: 40%;
  bottom: 0;
}

.agent-image.popup.ar {
  transform-style: preserve-3d;
  left: -5%;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.agent-image.card {
  object-fit: contain;
  object-position: 50% 100%;
}

.horizontal-form {
  background-color: #1f1f1f;
  border-radius: 1.25rem;
  width: 100%;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

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

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

.text-size-36px.align-right, .text-size-36px.mob-2-25.ar {
  text-align: right;
}

.text-size-36px.max-w-450, .text-size-36px.max-w-500 {
  font-size: 2rem;
}

.text-size-36px.max-w-240 {
  text-align: right;
  font-size: 2rem;
}

.text-size-36px.heading {
  font-family: Triviaserifbook, sans-serif;
  font-size: 3rem;
}

.text-size-36px.heading.ar {
  font-family: Notosansarabic, sans-serif;
  font-weight: 400;
}

.hero-bg {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.hero_items-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  border-radius: var(--20px-radius);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.25rem 1.5rem;
  display: grid;
}

.hero_items-wrap.max-w-640 {
  max-width: 40rem;
}

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

.navigation {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-content {
  border-bottom: .0625rem solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.nav-content.desk_only-second {
  border-top: 1px solid var(--baige\<deleted\|variable-f4ac48dd-7920-cc12-4e48-4348ee749876\>);
}

.nav_logo-wrap {
  object-fit: scale-down;
  height: auto;
  padding: 0;
}

.nav_logo-wrap.cta {
  background-image: url('../images/Logotypes.svg');
  background-position: 0 0;
  background-size: cover;
  width: 12rem;
  height: 2rem;
}

.nav_review-link {
  width: 6rem;
  height: 2.4375rem;
}

.nav_review-link.review {
  width: auto;
  height: auto;
}

.nav_logos {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.sep-vertical {
  background-color: #dfdfdf;
  width: .0625rem;
  height: 2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.nav-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #a9a9a9;
  font-size: var(--size--14px);
  text-transform: uppercase;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 500;
  transition: opacity .3s;
  display: flex;
}

.nav-link:hover {
  opacity: .65;
  text-decoration: none;
}

.nav-link:focus {
  opacity: .65;
}

.nav-link.second {
  font-size: .875rem;
}

.nav-link.second.w--current {
  color: var(--black);
}

.lang-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f0ece8;
  font-size: var(--size--16px);
  border: 1px solid #f0ece8;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.col-btn {
  color: #f2f0ef;
  height: auto;
  font-size: .75rem;
}

.burger-btn {
  padding: 0;
}

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

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

.flex-h-15px-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-icon {
  width: auto;
  height: auto;
}

.nav-link-icon.hidden {
  display: none;
}

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

.flex-v-50 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.plyr_component.is-full-screen {
  object-fit: cover;
  background-image: url('../images/66352a4d796a51bf9879732a_image-.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.25rem;
  height: 43rem;
  overflow: hidden;
}

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

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

.wrp-btn-play {
  justify-content: flex-end;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 1.25rem;
}

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

.flex-h-0.footer.space-between {
  justify-content: space-between;
  align-items: center;
  width: 63rem;
}

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

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

.flex-h-0.footer._2 {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
}

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

.flex-h-0.footer.space-between {
  justify-content: space-between;
  align-items: center;
}

.flex-h-0.align-left {
  justify-content: flex-start;
}

.flex-h-0.pad-right-30 {
  padding-right: 3rem;
}

.about-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: .0625rem #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.flex-h-120 {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  display: flex;
}

.flex-h-120.max-w-840 {
  max-width: 52.5rem;
  position: relative;
}

.flex-h-120.top-auto {
  margin-top: auto;
}

.max-w-640px {
  max-width: 40rem;
}

.max-w-300 {
  max-width: 18.75rem;
}

.max-w-300.number {
  flex: none;
  align-self: flex-start;
  width: 2.5rem;
  height: 2.5rem;
}

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

.flex-v-30.step {
  border-radius: var(--20px-radius);
  background-color: var(--dark-grey\<deleted\|variable-fc0fe0a2\>);
  padding: 2.5rem;
  font-weight: 300;
}

.flex-v-30.max-w-840 {
  max-width: 52.5rem;
}

.flex-v-30.fp, .flex-v-30.center {
  justify-content: flex-start;
  align-items: center;
}

.banners {
  height: 37.5rem;
  display: flex;
}

.banners._3-item {
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 3fr 3fr;
  grid-auto-columns: 1fr;
  height: 34rem;
  display: grid;
}

.banners._3-item-project {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 34rem;
  display: grid;
}

.banner-item {
  background-color: var(--black);
  flex-flow: column;
  justify-content: space-between;
  width: 25%;
  height: 100%;
  padding: 1.5rem;
  position: relative;
}

.banner-item.aboutus-1 {
  width: auto;
  padding-right: 5rem;
}

.banner-item.aboutus-2 {
  background-color: var(--blue);
  width: 100%;
}

.banner-item.project-2 {
  background-color: var(--black);
  width: 100%;
}

.banner-item.aboutus-3, .banner-item.project-1 {
  width: auto;
  padding-right: 5rem;
}

.banner-item.project-3 {
  width: auto;
  padding-right: 17rem;
}

.banner-item.project, .banner-item.mobile {
  display: none;
}

.image-abs-full {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-abs-full.opacity-50 {
  z-index: -1;
  opacity: .5;
  height: auto;
  top: -1.25rem;
}

.image-abs-full.z-index--1 {
  z-index: -1;
  object-fit: contain;
  height: 120%;
  top: -6%;
}

.banner-content {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.max-w-240 {
  max-width: 15rem;
}

.flex-v-25 {
  grid-column-gap: 1.563rem;
  grid-row-gap: 1.563rem;
  flex-flow: column;
  display: flex;
}

.flex-v-25.max-w-520 {
  max-width: 32.5rem;
}

.big-black-card {
  border-radius: var(--20px-radius);
  background-color: var(--black);
  padding: 3.125rem 3.125rem 12.5rem;
}

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

.developer-grid.gap-25 {
  grid-column-gap: 3.375rem;
  grid-row-gap: 1.5625rem;
}

.developer-grid.right-small {
  grid-column-gap: 3.375rem;
  grid-row-gap: 1.5625rem;
  grid-template-columns: 1fr .95fr;
}

.dev-logo {
  width: 12.5rem;
}

.dev-logo.basic {
  object-fit: scale-down;
  object-position: 0% 50%;
  width: 8rem;
  max-height: 5rem;
  margin-bottom: .5rem;
}

.dev-logo.basic.invert {
  filter: invert();
}

.dev-logo.small {
  width: 8rem;
}

.dev-tag {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dev-items-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: grid;
}

.dev-items-block.gap-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.dev-item {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.dev-item.dark {
  color: var(--black);
}

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

.btn-stroked {
  border: .0625rem solid var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
  border-radius: var(--radius-30px);
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.btn-stroked.max-w-240 {
  cursor: pointer;
  transition: all .2s;
}

.btn-stroked.max-w-240:hover {
  background-color: var(--blue);
  color: var(--white);
}

.btn-stroked.max-w-240.big-card {
  z-index: 20;
  position: relative;
}

.btn-stroked.max-w-240.big-card:hover {
  border-color: var(--blue);
}

.dev-card-small {
  border-radius: var(--20px-radius);
  border: .0625rem solid #dfdfdf;
  padding: 2.5rem 1.875rem;
}

.dev-card-small-images {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.dev-card-small-image {
  border-radius: var(--size--10px);
  width: 50%;
}

.dev-card-small-image.full-w {
  width: 100%;
}

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

.flex-v-40.hidden {
  display: block;
}

.flex-v-40.pad-l-48 {
  padding-left: 3rem;
}

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

.cta-grid.gap-20 {
  grid-column-gap: 1.25rem;
}

.cta-header {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  color: #6d6e70;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 2.5rem;
  display: flex;
}

.review-card-header {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: row;
  align-items: center;
  margin-bottom: .625rem;
  display: flex;
}

.review-image {
  width: 2.75rem;
  display: inline-block;
}

.text-size-18px {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.text-size-18px.text-color-white.text {
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.text-size-18px.mw {
  max-width: 25ch;
}

.text-size-18px.max-w-360 {
  max-width: 28rem;
}

.text-size-18px.max-w-360.op-80 {
  opacity: .8;
}

.review-stars-mage {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: auto;
  max-width: 6.7rem;
  height: 1rem;
}

.review-caontent {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  display: flex;
}

.cta-card {
  border-radius: var(--20px-radius);
  background-color: var(--black);
  padding: 3.125rem;
}

.cta-card.middle {
  padding: 0 0 3.75rem;
}

.cta-card.footer {
  padding-top: 5rem;
}

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

.text-size-28px.light {
  color: var(--ph-light);
}

.text-size-28px.thin {
  color: var(--ph-light);
  text-wrap: wrap;
  font-weight: 300;
}

.max-w-360 {
  max-width: 22.5rem;
}

.invest-item {
  grid-column-gap: 25rem;
  grid-row-gap: 25rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.invest-item.space-between {
  flex-flow: row;
  width: 100%;
}

.invest-item.grid {
  grid-column-gap: var(--size--16px);
  grid-row-gap: var(--size--16px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 52.5rem;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.swiper {
  direction: ltr;
}

.swiper.hide {
  display: none;
}

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

.gallery-image {
  border-radius: var(--20px-radius);
  object-fit: cover;
  height: 37.5rem;
  overflow: hidden;
}

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

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

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

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

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

.btn-stroked-white {
  border: .0625rem solid var(--white);
  border-radius: var(--radius-30px);
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.btn-stroked-white.max-w-240 {
  cursor: pointer;
  transition: all .2s;
}

.btn-stroked-white.max-w-240:hover {
  border-color: var(--white);
  background-color: var(--blue);
  color: var(--white);
}

.btn-stroked-white.max-w-240.transp {
  color: var(--white);
  background-color: #fff0;
}

.btn-stroked-white.max-w-240.transp:hover {
  background-color: var(--blue);
}

.btn-stroked-white.max-w-240.transp.wo-mobile:hover {
  border-color: var(--blue);
}

.text-color-light-grey {
  color: var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
}

.grid-h-15 {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-h-15.cta {
  grid-template-columns: 3fr 1fr;
}

.grid-h-15.ar {
  text-align: right;
}

.text-size-16px {
  opacity: .7;
  color: #1f1f1f;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.text-size-16px.text-color-white {
  color: var(--white);
  font-weight: 400;
  line-height: 140%;
}

.text-size-16px.text-color-grey {
  color: var(--grey\<deleted\|variable-8e3f203f-65b6-5287-2d5b-d8d2fc20c227\>);
}

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

.text-size-16px.weight-300.text-colorr-black-light, .text-size-16px.text-color-black-light {
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
}

.text-size-16px.black {
  opacity: 1;
  color: var(--black);
  cursor: default;
  line-height: 100%;
}

.text-size-16px.mob-only {
  display: none;
}

.text-size-16px.no-wrap {
  flex: none;
}

.grid-2x3-30 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.count {
  padding: var(--size--12px) var(--size--10px);
  border-radius: var(--size--10px);
  background-color: var(--black);
  font-size: var(--size--20px);
  flex: none;
  font-weight: 500;
}

.award-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: 13.75rem auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.award-logo {
  justify-content: center;
  align-items: center;
  height: 13.75rem;
  display: flex;
  position: relative;
}

.award-image {
  object-fit: scale-down;
  width: auto;
  height: 100%;
}

.wreath {
  z-index: -1;
  opacity: .4;
  filter: grayscale();
  object-fit: cover;
  width: 17.5rem;
  max-width: none;
  position: absolute;
}

.grid-4x1-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.swiper-review {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  border-radius: var(--20px-radius);
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  min-width: 18rem;
  height: 100%;
  padding: 2.5rem;
  display: flex;
}

.card-small-info {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.card-small-info.review {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card-small-info.h {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.icon-star {
  width: 1rem;
  height: 1rem;
}

.stars-block {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  direction: ltr;
  flex: none;
  display: flex;
}

.first-swiper {
  overflow: hidden;
}

.arrow-previous-2 {
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  cursor: pointer;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.arrow-previous-2:hover {
  background-color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  color: var(--white);
}

.arrow-next-2 {
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  cursor: pointer;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.arrow-next-2:hover {
  background-color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  color: var(--white);
}

.image-arrow {
  object-fit: scale-down;
  width: auto;
}

.image-arrow.sec {
  transform: rotate(180deg);
}

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

.small-logo {
  object-fit: contain;
  width: auto;
  max-width: 10rem;
  height: auto;
  max-height: 3.5rem;
}

.image-12 {
  width: 3.125rem;
  height: 3.125rem;
}

.div-block {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.media-grid {
  grid-column-gap: var(--35px-radius);
  grid-row-gap: var(--35px-radius);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10rem;
  display: grid;
}

.media-item {
  grid-column-gap: var(--radius-30px);
  grid-row-gap: var(--radius-30px);
  border: .0625rem solid var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
  border-radius: var(--size--10px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.media-image {
  padding-right: var(--size--10px);
  padding-left: var(--size--10px);
  object-fit: contain;
  width: 100%;
  max-width: none;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.logo-footer {
  object-fit: scale-down;
  width: 13rem;
  height: 3rem;
}

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

.text-size-32px.padding {
  font-size: 2rem;
}

.text-size-32px.light {
  color: var(--ph-light);
  font-size: 2.125rem;
  line-height: 110%;
}

.logo-mobile {
  display: none;
}

.shadow {
  background-image: linear-gradient(180deg, #0000 50%, var(--black));
  position: absolute;
  inset: 0%;
}

.close-popup-cons {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cons-popup {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-popup {
  z-index: 2;
  background-color: #f5f5f7;
  background-image: none;
  border-radius: 1.875rem;
  justify-content: space-between;
  max-width: 75rem;
  margin: auto;
  display: flex;
  position: relative;
  inset: auto;
}

.div-block-popup.brochure {
  border-radius: 1.25rem;
  overflow: hidden;
}

.error-message {
  border-radius: var(--radius-30px);
  background-color: var(--white);
  color: #ff3b30;
  text-align: center;
  width: 100%;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem;
  font-size: .75rem;
}

.error-message.dark {
  opacity: 1;
  color: #ff453a;
  background-color: #545458a6;
}

.form-type {
  z-index: 1;
  background-color: var(--ph-light);
  border-radius: 1.25rem;
  width: 52.5rem;
  padding: 1.5rem;
  position: relative;
}

.form-type.brochure {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #efefef00;
  background-image: linear-gradient(90deg, #efefef 55%, #fff0 100%, #fff);
  flex-flow: column;
  display: flex;
}

.form-type.brochure.ar {
  background-image: linear-gradient(90deg, #fff, #fff0 0%, #efefef 45%);
}

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

.divider-h.light {
  background-color: #fff3;
}

.divider-h.small {
  background-color: var(--black);
  flex: none;
  width: 1rem;
  height: 1px;
}

.brochure-popup {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.social-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-52 {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-52.center {
  text-align: center;
}

.heading-52.text-color-white.weight-500 {
  font-weight: 500;
}

.heading-44 {
  color: var(--ph-light);
  font-family: Triviaserifbook, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 110%;
}

.heading-44.black {
  color: var(--black);
  font-size: 2.5rem;
}

.link-text {
  color: var(--grey\<deleted\|variable-8e3f203f-65b6-5287-2d5b-d8d2fc20c227\>);
  text-decoration: underline;
  transition: all .2s;
}

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

.brochure-img {
  object-fit: contain;
  width: 20rem;
  position: absolute;
  inset: auto -2% -.0625rem auto;
}

.brochure-img.popup {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0%;
}

.spacer-150 {
  height: 9.375rem;
}

.spacer-70 {
  height: 4.375rem;
}

.spacer-40 {
  height: 2.5rem;
}

.spacer-50 {
  height: 3.125rem;
}

.spacer-50.wo-mobile {
  display: none;
}

.grid-2x2-20 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 37.5rem;
  display: grid;
}

.floorplan-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--20px-radius);
  text-align: center;
  border: .0625rem solid #cfc5bb;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem;
  display: flex;
  position: relative;
}

.floorplan-item.dark {
  background-color: #3e3e3e;
  border-style: none;
}

.zoom {
  border-radius: var(--radius-30px);
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  margin: auto;
  padding: .75rem;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

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

.lightbox-link {
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

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

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

.flex-h-20.space-between.h-100 {
  height: 100%;
}

.flex-h-20.footer-bottom {
  width: 52.5rem;
}

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

.project-slide {
  height: 100%;
}

.slider {
  direction: ltr;
  background-color: #ddd0;
  height: 100%;
}

.left_arrow {
  border: .0625rem solid var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
  direction: ltr;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.5rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.right_arrow {
  border: .0625rem solid var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
  direction: ltr;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.5rem;
  display: flex;
  inset: auto auto 0% 5.625rem;
}

.image-slider {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  object-fit: cover;
  flex-flow: column;
  display: flex;
}

.image-slider._w-840 {
  border-radius: var(--20px-radius);
  background-image: url('../images/OUTDOOR-1_1OUTDOOR-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  min-width: 52.5rem;
  max-width: 52.5rem;
  min-height: 31rem;
  position: relative;
  overflow: hidden;
}

.image-slider._w-840._2 {
  background-image: url('../images/CORRIDOR_1CORRIDOR.webp');
}

.image-slider._w-840._3 {
  background-image: url('../images/ypFYWuCIBpk7QoFKa9ffBXtiosAzTV9pu8odosUv_1ypFYWuCIBpk7QoFKa9ffBXtiosAzTV9pu8odosUv.webp');
}

.image-slider._w-840._4 {
  background-image: url('../images/ROOM3-1_1ROOM3,-1.webp');
}

.image-slider._w-840._1 {
  background-image: url('../images/NZJ6GAaREs1e2HDeWHYqLuQKroMrPpw4be6QIKTS_1NZJ6GAaREs1e2HDeWHYqLuQKroMrPpw4be6QIKTS.webp');
}

.image-slider._w-840._5 {
  background-image: url('../images/jPvL1BvFuDFivbzN1nopBnaSw9npHpcBEOANvWp6_1jPvL1BvFuDFivbzN1nopBnaSw9npHpcBEOANvWp6.webp');
}

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

.flex-v-100.first {
  order: -1;
}

.flex-v-100.mw {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  width: 27rem;
}

.flex-v-100.mw.ar {
  text-align: right;
  order: 1;
}

.flex-v-100.mw-copy {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  width: 27rem;
}

.slide-project {
  height: 31.25rem;
}

.dots {
  max-width: 52.2rem;
  margin-left: auto;
  margin-right: 0;
  font-size: .6rem;
}

.dots.ar {
  margin-left: 0;
  margin-right: auto;
}

.image-block-big-card {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.image-block-big-card.project {
  border-radius: var(--20px-radius);
  height: 35rem;
  margin-top: -9.375rem;
  position: relative;
  overflow: hidden;
}

.image-block-big-card.main {
  border-radius: var(--20px-radius);
  height: 34.375rem;
  margin-top: -9.375rem;
  overflow: hidden;
}

.container-1280 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.container-1280.footer {
  background-color: var(--black);
  padding-top: 4.6875rem;
}

.container-1280.ishero {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.container-1280.is-hero {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.flex-v-60.align-center {
  justify-content: flex-start;
  align-items: center;
}

.big-black-black-card {
  border-radius: var(--20px-radius);
  background-color: var(--black);
  padding-bottom: 10rem;
  padding-left: 0;
  padding-right: 0;
}

.hero-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: grid;
}

.text-arrow {
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.grid-2x4 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 52.5rem;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.divider-v.full {
  opacity: .3;
  background-color: #f0ece8;
  flex: none;
  align-self: stretch;
  width: 1px;
  height: 100%;
  min-height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
}

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

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

.flex-h-30.hidden {
  display: none;
}

.spacer-120 {
  height: 7.5rem;
}

.spacer-120.hidden {
  display: none;
}

.form-type-bottom {
  border-radius: var(--radius-12px\<deleted\|variable-99862a56-dbe5-1481-7893-638ca1341ef4\>);
  background-color: #efefef;
  width: 52.5rem;
  padding: 2.5rem;
  position: relative;
}

.form-type-bottom.minus-margin {
  margin-bottom: -6.25rem;
}

.footer-link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 400;
  transition: opacity .3s;
  display: flex;
}

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

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

.image-bg {
  object-fit: cover;
  height: 37.5rem;
}

.image-bg.about {
  height: 100%;
}

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

.flex-h-60.align-top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
}

.cross {
  cursor: pointer;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: auto;
  margin-left: auto;
  position: relative;
}

.section-p-p {
  padding-top: 7.7rem;
  padding-bottom: 9.38rem;
}

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

.box-text-p-p {
  border-bottom: .0625rem solid #dfdfdf;
  margin-top: 3.13em;
  margin-bottom: 1.88em;
  padding-bottom: 1.25em;
}

.h1 {
  color: var(--ph-light);
  text-transform: uppercase;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 110%;
}

.h1.ar {
  margin-bottom: 1rem;
  font-size: 5rem;
}

.h1.ru {
  font-size: 3.4rem;
}

.wrp-p-p {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  flex-flow: column;
  display: flex;
}

.blok-text-gap-13 {
  grid-column-gap: .81rem;
  grid-row-gap: .81rem;
  flex-flow: column;
  display: flex;
}

.list {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  width: 100%;
  list-style-type: lower-roman;
  display: flex;
}

.list-line {
  background-color: var(--blue);
  min-width: 1.88rem;
  height: .125rem;
  margin-top: .7rem;
}

.list-it {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.text-18-grin {
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
}

.text-22 {
  font-size: 1.38em;
  font-weight: 500;
  line-height: 150%;
}

.link-footer {
  box-shadow: 0 1px 0 0 var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
}

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

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

.success-icon.no-margin {
  margin-bottom: 0;
}

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

.success-content.small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  min-height: auto;
}

.success-content.small.ar, .success-content.ar {
  text-align: right;
}

.text-size-52px {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 100%;
}

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

.div-block-2 {
  max-width: 15rem;
}

.play-icon {
  width: 2.25rem;
  height: 2.25rem;
}

.map {
  border-radius: var(--20px-radius);
  background-image: url('../images/Rectangle-3077_1Rectangle 3077.webp');
  background-position: 50% 42%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 35rem;
  margin-top: 0;
  padding-bottom: 1.87rem;
  padding-left: 1.87rem;
  padding-right: 1.87rem;
  display: flex;
}

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

.popup-map {
  border-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 70rem;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

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

.close-map_popup {
  z-index: 1000;
  cursor: pointer;
  width: 2.188rem;
  height: 2.188rem;
  transition: filter .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 5rem 2rem auto auto;
}

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

.map-btn {
  z-index: 2;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--ph-light);
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  color: var(--white);
  cursor: pointer;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2.2rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.map-btn:hover {
  color: var(--black);
}

.text-block-11 {
  color: var(--white);
  font-weight: 400;
}

.video-wrp {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-erth {
  width: auto;
  height: auto;
  max-height: 3rem;
}

.logo-solidere {
  width: auto;
  height: 2.5rem;
}

.project-card {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #f2edf8;
  border: .0625rem solid #dfdfdf;
  border-radius: 1.25rem;
  padding: 1.775rem;
  display: flex;
  position: relative;
}

.project-img-wrp {
  border-radius: .625rem;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-v-35 {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.flex-h-10.mob-h-grid {
  align-items: stretch;
}

.project-img {
  object-fit: cover;
}

.project-img.absolu {
  position: absolute;
  inset: 0%;
}

.text-size-16px-2 {
  color: #6d6e70;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.text-size-16px-2.max-w-530 {
  max-width: 33rem;
}

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

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

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

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

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

.dropdown {
  border-bottom: .0625rem solid #3333;
  width: 100%;
}

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

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

.rtb-h52-p20 h2 {
  margin-bottom: 1.25rem;
}

.rtb-h52-p20 p {
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  font-size: 1.25rem;
  line-height: 130%;
}

.rtb-h52-p20 h3 {
  color: var(--grey\<deleted\|variable-8e3f203f-65b6-5287-2d5b-d8d2fc20c227\>);
  margin-bottom: .75rem;
  font-size: 2.25rem;
}

.rtb-h52-p20 strong {
  color: var(--black);
  font-weight: 500;
  display: block;
}

.rtb-h52-p20 h4 {
  margin-bottom: 1rem;
}

.rtb-h52-p20-light h2 {
  color: var(--white);
  margin-bottom: 1.25rem;
}

.rtb-h52-p20-light p {
  color: #979797;
  font-size: 1.25rem;
  line-height: 130%;
}

.rtm-h32-p16 h4 {
  margin-bottom: .625rem;
  font-size: 1.75rem;
  line-height: 115%;
}

.rtm-h32-p16 p {
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  line-height: 140%;
}

.rtm-h32-p16 h2 {
  margin-bottom: .625rem;
}

.rtm-h32-p16 h3 {
  margin-bottom: .625rem;
  font-size: 2.125rem;
}

.gradient {
  z-index: 0;
  background-image: linear-gradient(#0000 40%, #000000b3);
  position: absolute;
  inset: 0%;
}

.gradient.border {
  border-radius: 4px;
}

.img-contain {
  object-fit: scale-down;
  height: auto;
}

.grid-2col {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.close-popup-brochure {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn-cons {
  border-radius: var(--radius-30px);
  background-color: var(--gold);
  color: var(--white);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 3.4375rem;
  padding: .96875rem 4.875rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

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

.btn-cons.white {
  border: .062rem solid var(--baige\<deleted\|variable-f4ac48dd-7920-cc12-4e48-4348ee749876\>);
  background-color: var(--white);
  color: var(--black);
  padding: 1.125rem 2.625rem;
}

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

.btn-cons.white-stroked {
  border: 1px solid var(--baige\<deleted\|variable-f4ac48dd-7920-cc12-4e48-4348ee749876\>);
  background-color: #0000;
  flex-flow: column;
}

.btn-cons.white-stroked:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.btn-cons.black {
  background-color: var(--ph-dark);
}

.btn-cons.black:hover {
  background-color: var(--gold);
  color: var(--white);
}

.burger-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.burger_line {
  color: #f0ece8;
  background-color: #f0ece8;
  border-radius: .0625rem;
  width: 2.875rem;
  height: .0625rem;
}

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

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

.hidden {
  display: none;
}

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

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

.text-color-black-light {
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
}

.lang-text {
  color: #f0ece8;
  margin: 0;
  font-weight: 300;
  line-height: 120%;
  position: static;
}

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

.dropdown-lang-list-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-radius: var(--size--12px);
  background-color: var(--ph-light);
  font-size: var(--size--12px);
  line-height: 110%;
  text-decoration: none;
  top: 1rem;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem #0003;
}

.dropdown-lang-list-wrap.w--open {
  flex-flow: column;
  margin-top: 2rem;
  padding: .625rem;
  display: flex;
  right: 0;
}

.dropdown-lang {
  background-color: #0000;
  margin-bottom: -4rem;
  padding-bottom: 4rem;
  text-decoration: none;
  display: flex;
}

.list-item {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  flex-flow: row;
  width: 100%;
  padding: .5rem;
  transition: background-color .4s;
  display: flex;
}

.list-item:hover {
  color: var(--blue);
  background-color: #b5b5b51a;
}

.flex-h-5 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.project-card-min {
  border: .062rem solid var(--baige\<deleted\|variable-f4ac48dd-7920-cc12-4e48-4348ee749876\>);
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  border-radius: .75rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.project-image {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 21.4375rem;
  height: 21.25rem;
}

.project-image.small {
  flex: 1;
  width: 10.25rem;
  height: 100%;
}

.project-image.main {
  height: 24rem;
}

.project-info {
  z-index: 2;
  flex: 1;
  padding: 1.25rem;
  overflow: hidden;
}

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

.flex-v-16.ar {
  text-align: right;
}

.link-card-absolute {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-img-wrap {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  flex: none;
  height: 18.75rem;
  position: relative;
  overflow: hidden;
}

.rich-payment {
  margin-left: auto;
  margin-right: auto;
}

.rich-payment h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.rich-payment p {
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  font-size: 1.25rem;
  line-height: 130%;
}

.rich-payment ol {
  grid-column-gap: var(--size--20px);
  grid-row-gap: var(--size--20px);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.rich-payment li {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: .0625rem solid var(--baige\<deleted\|variable-f4ac48dd-7920-cc12-4e48-4348ee749876\>);
  border-radius: var(--size--12px);
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  flex-flow: column;
  flex: 2 2 auto;
  order: -1;
  justify-content: space-between;
  min-width: 14%;
  max-width: 14%;
  height: 10rem;
  padding: 1.25rem;
  line-height: 140%;
  display: flex;
}

.rich-payment strong {
  margin-bottom: 1rem;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 120%;
}

.rich-payment em {
  font-style: normal;
}

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

._404-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._404-title {
  color: var(--white);
  font-size: 4.375rem;
  font-weight: 700;
}

.container-main {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
}

.card-wrap-dark {
  background-color: var(--dark-grey\<deleted\|variable-fc0fe0a2\>);
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
  border-radius: .75rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.flex-v-5px {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  line-height: 130%;
  display: flex;
}

.grid-asymmetric {
  grid-column-gap: var(--size--16px);
  grid-row-gap: var(--size--16px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 52.5rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-asymmetric._2col-small {
  grid-template-columns: 1fr 50rem;
}

.white_bg-card {
  padding: var(--size--20px);
  object-fit: scale-down;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18.75rem;
  display: flex;
}

.logo-260-56px-wrap {
  justify-content: center;
  align-items: center;
  width: 16.25rem;
  height: 3.375rem;
  display: flex;
}

.icon-64px-dark-wrap {
  border-radius: var(--size--10px);
  background-color: var(--dark-grey\<deleted\|variable-fc0fe0a2\>);
  object-fit: scale-down;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: .625rem;
  display: flex;
  overflow: hidden;
}

.mob-only {
  display: none;
}

.margin-top-40px {
  align-self: stretch;
  margin-top: 2.5rem;
}

.text-color-beige {
  color: #f0ece8;
}

.spacer-90 {
  height: 5.625rem;
}

.flex-h-28px {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  display: flex;
}

.tag-promo-blue {
  padding: .5rem var(--size--12px);
  border-radius: var(--radius-30px);
  background-color: var(--blue);
  color: var(--white);
  font-size: var(--size--14px);
  flex: none;
  font-weight: 300;
  line-height: 130%;
}

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

.flex-mobile_second_nav {
  display: none;
}

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

.flex-h-60-all_screen {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  display: flex;
}

.max-w-450 {
  max-width: 28.125rem;
}

.slide-wrp {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.left-arrow-2 {
  border: 1px solid #b5b5b5;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.5rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow-2.ar {
  margin-left: 15rem;
  left: auto;
  right: 5.6125rem;
}

.right-arrow-2 {
  border: 1px solid #b5b5b5;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2.5rem;
  display: flex;
  inset: auto auto 0% 5.625rem;
}

.right-arrow-2.ar {
  left: auto;
  right: 0;
}

.flex-v-30-3 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-v-30-3.sb {
  justify-content: space-between;
}

.text-size-16px-5 {
  color: #6d6e70;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.text-size-16px-5.text-color-black-light {
  color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
}

.text-size-16px-5.text-color-black-light.weight-300 {
  font-weight: 300;
}

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

.btn-brochure {
  z-index: 20;
  color: #fff;
  white-space: nowrap;
  background-color: #1eade5;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  height: 3.4375rem;
  padding: .96875rem 4.875rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn-brochure:hover {
  color: #1eade5;
  background-color: #fff;
}

.image-block-big-card-3 {
  margin-left: 0;
  margin-right: 0;
}

.image-block-big-card-3.project {
  border-radius: var(--20px-radius);
  height: 35rem;
  margin-top: -5.625rem;
  overflow: hidden;
}

.text-block-12 {
  color: var(--ph-dark);
  font-weight: 600;
}

.number {
  color: var(--grey\<deleted\|variable-8e3f203f-65b6-5287-2d5b-d8d2fc20c227\>);
  font-size: .75rem;
}

.image-floorplan-2 {
  object-fit: cover;
  border-radius: 1rem;
}

.main-logo {
  width: 100%;
  max-width: 11.25rem;
  height: auto;
}

.gradient-hero {
  background-image: linear-gradient(#222c, #222222b3);
  position: absolute;
  inset: 0%;
}

.white-btn {
  color: #f2f0ef;
  height: auto;
  font-size: .75rem;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.container-main {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.heading-28 {
  color: var(--ph-light);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 120%;
}

.btn-gold {
  border-radius: var(--radius-30px);
  background-color: var(--gold);
  color: var(--white);
  font-size: var(--size--14px);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 700;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.btn-gold:hover {
  background-color: var(--ph-light);
  color: var(--black);
}

.btn-gold.mw-200 {
  max-width: 14rem;
}

.btn-gold.mw-200:hover {
  background-color: var(--ph-dark);
  color: var(--white);
}

.btn-gold.black {
  border-color: var(--ph-dark);
  background-color: var(--ph-dark);
  transition: all .3s;
}

.btn-gold.black:hover {
  border-color: var(--gold);
  background-color: var(--gold);
}

.btn-gold.stroke {
  border: 1px solid var(--ph-light);
  background-color: #0000;
  max-width: 16.25rem;
  transition: border-color .2s, background-color .2s;
}

.btn-gold.stroke:hover {
  border-color: var(--gold);
  background-color: var(--gold);
}

.btn-gold.cons:hover {
  background-color: var(--ph-dark);
}

.hero-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-points {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid #f0ece880;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: min-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.hero-points.mob-only {
  display: none;
}

.hero-point {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: var(--white);
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 14rem;
  height: 10rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.hero-point.sec {
  border-left: 1px solid #f0ece880;
  border-right: 1px solid #f0ece880;
  width: 16rem;
  padding-left: 1rem;
}

.hero-point.sec.ar {
  padding-left: 0;
  padding-right: 1rem;
}

.hero-point.ar {
  padding-left: 1rem;
  padding-right: 0;
}

.hero-point-heading {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 120%;
}

.hero-point-heading.jbr {
  font-weight: 400;
  line-height: 150%;
}

.hero-point-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.hero-tittle-wrp {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--ph-light);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.five-logo {
  width: auto;
  max-width: 10rem;
  height: auto;
}

.five-logo.invert {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  object-fit: scale-down;
  width: auto;
  max-width: 10rem;
  max-height: 5rem;
}

.heading-small {
  font-size: var(--size--14px);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 120%;
}

.heading-small.align-right {
  text-align: right;
}

.heading-56 {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-56.card {
  border-bottom: 1px solid #00000080;
  width: 48.75rem;
}

.heading-56.text-color-white.de {
  font-size: 3.3rem;
}

.heading-56.svged {
  background-image: url('../images/Union.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 5rem;
}

.heading-56.svged.ar {
  background-position: 100%;
  padding-left: 0;
  padding-right: 5rem;
}

.heading-56.ru {
  font-size: 3.1rem;
}

.spacer-60 {
  height: 3.75rem;
}

.amenity-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  display: flex;
  position: absolute;
  top: 15.5rem;
  left: 33rem;
}

.amenity-wrap._2 {
  width: 14rem;
  top: 13.5rem;
  left: 60rem;
}

.amenity-wrap._3 {
  top: 23.5rem;
  left: 16rem;
}

.amenity-wrap._4 {
  top: 25rem;
  left: 46rem;
}

.amenity-wrap._5 {
  width: 14rem;
  top: 30rem;
  left: 72.5rem;
}

.amenity-wrap._6 {
  top: 35.625rem;
  left: 4rem;
}

.amenity {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--ph-light);
  border: .3125rem solid #f0ece866;
  border-radius: 1.5625rem;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem;
  display: flex;
}

.amenity-icon-wrap {
  background-color: var(--black);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.amenity-icon {
  width: .5rem;
  height: auto;
}

.amenity-image {
  border: .1875rem solid var(--ph-light);
  object-fit: cover;
  border-radius: 1.25rem;
  width: 12.5rem;
  max-width: 12.5rem;
  height: 10.625rem;
  position: absolute;
  top: -11rem;
}

.spacer-80 {
  height: 5rem;
}

.card-image {
  background-image: url('../images/img-1_1img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 26.25rem;
  padding: 1.25rem;
  display: flex;
}

.card-image._2 {
  background-image: url('../images/ROOM-2_1ROOM 2.webp');
}

.card-arrow {
  width: auto;
  height: 3.75rem;
}

.gard-info {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  border-radius: .75rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.gard-info.mob-bg {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1.25fr;
}

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

.grid-text-wrp {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.quotations-icon {
  width: .875rem;
  height: auto;
  position: absolute;
  inset: auto 7rem .5rem auto;
}

.quotations-icon._2 {
  bottom: 0;
  right: 3rem;
}

.card-amenities {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

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

.card-amenity-icon, .card-amenity-line {
  width: 3.75rem;
  height: auto;
}

.card-amenities-wrp {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.fp-bg-img {
  width: 24.375rem;
  height: auto;
  display: none;
  position: absolute;
  inset: -5rem 0% auto auto;
}

.gallery-rectangle {
  cursor: pointer;
  background-image: linear-gradient(0deg, #33333380, #3330 50%), url('../images/pic_1pic.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 1.25rem;
  display: flex;
}

.gallery-rectangle._1 {
  background-image: linear-gradient(0deg, #333, #3330 50%), url('../images/pic_1pic.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  position: relative;
}

.gallery-rectangle._1.plyr_component {
  background-image: linear-gradient(0deg, #333, #333 50%), url('../images/pic_1pic.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.gallery-rectangle._3 {
  background-image: linear-gradient(0deg, #33333380, #3330 50%), url('../images/int_1int.webp');
}

.gallery-rectangle._2 {
  background-image: linear-gradient(0deg, #33333380, #3330 50%), url('../images/ext_1ext.webp');
  align-items: stretch;
}

.gallery-rectangle._4 {
  background-image: linear-gradient(0deg, #33333380, #3330 50%), url('../images/pic-1_1pic-1.webp');
  justify-content: center;
  align-items: center;
  position: relative;
}

.gallery-rectangle._4.plyr_component {
  cursor: auto;
  overflow: hidden;
}

.gallery-rectangle._5 {
  background-image: linear-gradient(0deg, #33333380, #3330 50%), url('../images/OUTDOOR-3_1OUTDOOR-3.webp');
  background-position: 0 0, 50%;
}

.gallery-rectangle._6 {
  background-image: linear-gradient(0deg, #33333380, #3330 50%), url('../images/ROOM4-5_1ROOM4-5.webp');
}

.gallery-arrow {
  object-fit: scale-down;
  width: 3.75rem;
  height: auto;
}

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

.play-btn {
  background-color: var(--white);
  opacity: 0;
  border-radius: 100rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
}

.play-btn:hover {
  background-color: var(--white);
  opacity: .3;
}

.plyr_cover-button {
  z-index: 3;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--white);
  cursor: pointer;
  background-color: #333;
  border-radius: 1.875rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  position: relative;
}

.plyr_cover-button.round {
  background-color: #0000;
  border: 1px solid #ffffff80;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
  transition: all .3s;
}

.plyr_cover-button.round:hover {
  background-color: #ffffff4d;
}

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

.card-headings-wrp {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  display: flex;
}

.grid-form {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 7.5rem;
  display: flex;
  position: relative;
}

.grid-form.overflow-hidden {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1.25fr 1fr .75fr;
}

.form-wrp {
  background-color: var(--black);
  color: var(--white);
  border-radius: 1.875rem;
  flex: none;
  width: 60%;
  padding: 2.6rem;
  position: relative;
}

.agent-img {
  object-position: 50% 100%;
  width: auto;
  height: 35rem;
  position: absolute;
  inset: auto -23% 0% auto;
  overflow: visible;
}

.agent-img.ar {
  z-index: 1;
  transform-style: preserve-3d;
  left: -18%;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.agent-img.de {
  right: -23%;
}

.form-logo-wrp {
  background-color: #f2edf8;
  border-radius: 1.875rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 2.5rem 2.5rem 13rem;
  display: flex;
}

.form-logo-wrp.ar {
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 2.5rem;
  padding-right: 9.5rem;
}

.logo-penthouse {
  width: 13.75rem;
  height: auto;
}

.zoom-2 {
  background-color: #ffffff80;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  margin: auto;
  padding: .75rem;
  transition: all .2s;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.zoom-2:hover {
  background-color: #fff;
}

.feature-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--black);
  background-color: #dfd9cb;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
}

.feature-img {
  border-radius: .75rem;
  height: 15.375rem;
}

.heading-40 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-40.black {
  color: var(--black);
  text-wrap: wrap;
}

.heading-40.ar {
  text-align: right;
}

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

.slider-3 {
  direction: ltr;
  background-color: #ddd0;
  height: 100%;
}

.text-size-23px {
  font-size: 1.4375rem;
  font-weight: 300;
  line-height: 130%;
}

.manage-info {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  flex-flow: column;
  max-width: 23rem;
  display: flex;
}

.grid-3x1-20px {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.manage-card {
  background-image: linear-gradient(180deg, #3330 50%, var(--black)), url('../images/CORRIDOR_1CORRIDOR.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.manage-card._2 {
  background-color: var(--black);
  background-image: none;
  justify-content: space-between;
}

.manage-card._2.mw {
  min-width: 20rem;
}

.manage-card._3 {
  background-image: linear-gradient(180deg, #3330 50%, var(--black)), url('../images/OUTDOOR-4_1OUTDOOR-4.webp');
}

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

.text-size-16px-8 {
  opacity: .7;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.photogallery {
  z-index: 4;
  background-color: var(--ph-light);
  border-radius: .375rem;
  padding: .75rem 1.2rem;
  position: absolute;
  inset: 1.25rem auto auto 1.25rem;
}

.photogallery.ar {
  left: auto;
  right: 1.25rem;
}

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

.plyr_cover {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_cover.mob-only {
  display: none;
}

.plyr_cover.mob-none {
  z-index: 2;
}

.remodal {
  z-index: 999;
  direction: ltr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: relative;
  inset: 0;
  background-color: #0000 !important;
}

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

.popup-inner-wrp {
  width: 75vw;
  position: relative;
}

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

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

.mask-2 {
  flex: 1;
}

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

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

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

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

.agent-wrap {
  height: 32.188rem;
}

.btn-load-more {
  border-radius: var(--radius-30px);
  background-color: var(--gold);
  color: var(--white);
  font-size: var(--size--14px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.btn-load-more.mw-200 {
  cursor: pointer;
  max-width: 12.5rem;
  transition: background-color .2s;
}

.plyr_pause-trigger {
  display: none;
}

.content-wrap-grid {
  border-radius: var(--size--12px);
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  overflow: hidden;
}

.dark-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--black);
  color: var(--ph-light);
  padding: 2.5rem;
  display: flex;
}

.gold-wrap {
  background-color: var(--gold);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.icon-50-42 {
  flex: none;
  width: 3.125rem;
  height: 2.625rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.heading-large {
  color: var(--ph-light);
  text-transform: uppercase;
  font-family: Trivia, sans-serif;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 110%;
}

.heading-large.opasity-10 {
  opacity: .1;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.heading-large.dark {
  opacity: .1;
  color: var(--black);
  text-align: left;
  flex-flow: wrap;
  display: flex;
}

.grid-4col-20px {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-wrap {
  border-radius: var(--size--12px);
  color: var(--ph-light);
  cursor: pointer;
  border: 1px solid #f0ece880;
  min-height: 18.75rem;
  max-height: 22rem;
  padding: .625rem;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.card-wrap:hover {
  border-color: #f0ece800;
  box-shadow: 4px 4px 12px 4px #0000001a;
}

.card-wrap-content {
  z-index: 1;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: .9375rem;
  display: flex;
  position: relative;
}

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

.img-card-absolute.border {
  border-radius: 4px;
}

.flex-h-spaceb-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.title-24px-caps {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

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

.heading-48px {
  font-family: Triviaserifbook, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-48px.card {
  border-bottom: 1px solid #00000080;
  padding-bottom: 1rem;
}

.heading-48px.text-color-beige.ar {
  text-align: right;
}

.grid-2col-40px {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
}

.title-24px-light {
  opacity: 1;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 120%;
}

.horizontal-form-gold {
  background-color: var(--gold);
  border-radius: 1.25rem;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.desc-only {
  position: relative;
}

.sticker-wrap {
  border-radius: var(--size--12px);
  background-color: #dfd9cb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 28rem;
  margin-top: -2.5rem;
  padding: 1.5rem;
  display: grid;
  transform: rotate(2deg);
}

.span.ar {
  margin-left: 0;
  margin-right: auto;
}

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

.max-w-ch {
  max-width: 80ch;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.ellipse-section-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.ellipse-card {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--black);
  color: var(--gold);
  text-align: center;
  border: 1px solid #e1bc8880;
  border-radius: 100%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 21.25rem;
  height: 21.25rem;
  padding: 2rem;
  font-size: 3.625rem;
  line-height: 80%;
  display: flex;
}

.ellipse-card.num-2, .ellipse-card.num-3 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.trivia-serif {
  font-family: var(--trivia-serif);
  font-weight: 400;
  line-height: 90%;
}

.team-avatar {
  background-image: url('../images/agent-bg-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .3125rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 25rem;
  display: flex;
}

.img-agent-inside {
  object-fit: scale-down;
  object-position: 50% 100%;
  width: 100%;
  height: 98%;
}

.max-w-80 {
  max-width: 80%;
}

.title-22px {
  color: var(--ph-light);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 130%;
}

.card-media {
  z-index: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.award-card-wrap {
  background-color: #f1ede7;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  height: 24.375rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.awward-label-bg {
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: 12.5rem;
  margin: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.award-card-img {
  object-fit: scale-down;
  position: absolute;
  inset: 0%;
}

.container-navbar {
  border-bottom: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .75rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.logo-description {
  color: var(--white);
  font-size: var(--size--14px);
  border-left: 1px solid #ffffff80;
  max-width: 18ch;
  padding-left: .9375rem;
  line-height: 130%;
}

.logo-description.ar {
  border-left-style: none;
  border-right: 1px solid #ffffff80;
  padding-left: 0;
  padding-right: .9375rem;
}

.flex-h-20px-center {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
  position: relative;
}

.spetial-text {
  color: var(--ph-dark);
  max-width: 30ch;
  font-family: Triviaserifbook, sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.event-info-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.event-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 120%;
}

.opasity-70 {
  opacity: .7;
}

.divider-v-event {
  background-color: #dfdfdf;
  width: .0625rem;
  height: 2.5rem;
  display: none;
}

.only-mobile {
  display: none;
}

.hero-info-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.input-wrap-horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 72%;
  display: grid;
}

.contact_us-popup {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.close-popup-contact_us {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-absolu {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.img-absolu.mob-only {
  display: none;
}

.img-absolu.mob-none {
  z-index: 3;
}

.divider-desc {
  background-color: #f0ece880;
  width: 1px;
  height: 100%;
}

.flex-v-spaceb {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.number-tag {
  z-index: 1;
  background-color: var(--black);
  color: var(--ph-light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .625rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 110%;
  display: flex;
  position: relative;
}

.text-size-24px-default {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
}

.text-size-24px-default.play {
  z-index: 1;
  color: var(--white);
  text-align: center;
  font-family: Manrope, sans-serif;
  position: relative;
}

.text-size-24px-default.margin_for_steps {
  margin: .625rem 1.375rem .25rem;
}

.text-size-24px-default.light {
  font-weight: 300;
}

.position-relative {
  position: relative;
}

.line_dotted-absolu {
  border-right: 1px dashed #000;
  height: 90%;
  position: absolute;
  left: 1.25rem;
}

.line_dotted-absolu.ru {
  height: 86%;
}

.line_dotted-absolu.ar {
  left: auto;
  right: 1.25rem;
}

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

.flex-h-20-all.space-between {
  justify-content: space-between;
}

.flex-h-20-all.space-between.h-100 {
  height: 100%;
}

.flex-h-20-all.footer-bottom {
  width: 52.5rem;
}

.flex-h-20-all.center {
  justify-content: space-between;
  align-items: center;
}

.btn-gold-form {
  border-radius: var(--radius-30px);
  background-color: var(--blue);
  color: var(--white);
  font-size: var(--size--14px);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 700;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

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

.btn-gold-form.mw-200 {
  max-width: 12.5rem;
}

.btn-gold-form.mw-200:hover {
  background-color: var(--ph-dark);
}

.btn-gold-form.black {
  border-color: var(--ph-dark);
  background-color: var(--ph-dark);
  transition: all .3s;
}

.btn-gold-form.black:hover {
  border-color: var(--gold);
  background-color: var(--gold);
}

.btn-gold-form.black.button.max-w-400 {
  max-width: 25rem;
}

.btn-gold-form.stroke {
  border: 1px solid var(--ph-light);
  background-color: #0000;
  max-width: 16.25rem;
  transition: border-color .2s, background-color .2s;
}

.btn-gold-form.stroke:hover {
  border-color: var(--gold);
  background-color: var(--gold);
}

.btn-gold-form.cons:hover {
  background-color: var(--ph-dark);
}

.btn-gold-form.max-w-400 {
  max-width: 25rem;
}

.flex-baceline {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.flex-baceline.mob-h-grid {
  align-items: stretch;
}

.dark-wrap-card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: var(--20px-radius);
  background-color: var(--black);
  color: var(--ph-light);
  flex-flow: column;
  align-items: flex-start;
  padding: 1.875rem;
  display: flex;
}

.big-logo {
  width: auto;
  max-width: 20rem;
  height: auto;
}

.link-text-gold {
  color: var(--gold);
  font-weight: 600;
  text-decoration: underline;
}

.agent-name {
  font-family: Triviaserifbook, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
}

.agent-name.black {
  color: var(--black);
}

.margin-top-auto {
  align-self: stretch;
  margin-top: auto;
}

.ar {
  direction: rtl;
  font-family: Notosansarabic, sans-serif;
  transform: rotate(0);
}

.mirror {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.about-img {
  border-radius: 1.875rem;
  width: 42.0625rem;
}

.dropdown-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  position: relative;
}

.html-embed-5 {
  color: var(--black);
  align-items: center;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 15px 0% auto;
}

.html-embed-5.ar {
  left: 1rem;
  right: auto;
}

.dropdown-trigger {
  border-radius: var(--radius-30px);
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #b8b8b8;
  justify-content: space-between;
  align-items: center;
  height: 3.4375rem;
  padding-left: 15px;
  padding-right: 15px;
  transition: background-color .2s;
  display: flex;
}

.dropdown-trigger.ar {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.text-block-dropdown-trigger {
  color: #333;
  font-size: var(--size--16px);
  font-weight: 300;
  line-height: 100%;
}

.text-block-dropdown-trigger.ar {
  text-align: right;
}

.dropdown-content {
  z-index: 1;
  border-radius: var(--20px-radius);
  color: #a6a6a6;
  background-color: #fff;
  width: 100%;
  margin-top: 4rem;
  font-size: 16px;
  font-weight: 400;
  display: none;
  position: absolute;
  overflow: hidden;
}

.dropdown-link {
  cursor: pointer;
  align-items: center;
  height: 3rem;
  padding-left: 15px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.dropdown-link:hover {
  background-color: #ebebeb;
}

.dropdown-link.ar {
  padding-left: 0;
  padding-right: 1rem;
}

.text-block-dropdown {
  color: #7c7c7c;
  font-size: var(--size--16px);
  line-height: 140%;
}

.html-embed-6 {
  color: var(--black);
  align-items: center;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 15px 0% auto;
}

.hidden-input {
  display: none;
}

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

.text-size-14px-2.text-color-grey {
  color: #6d6e70;
}

.text-size-14px-2.text-color-grey.wo-mobile {
  color: var(--white);
}

.stroke-btn {
  border-radius: var(--radius-30px);
  color: var(--white);
  font-size: var(--size--14px);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #bebebe;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding: .75rem 1.875rem;
  font-weight: 500;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.stroke-btn:hover {
  background-color: var(--ph-light);
  color: var(--black);
}

.stroke-btn.mw-200 {
  max-width: 14rem;
}

.stroke-btn.mw-200:hover {
  background-color: var(--ph-dark);
  color: var(--white);
}

.stroke-btn.black {
  border-color: var(--ph-dark);
  background-color: var(--ph-dark);
  transition: all .3s;
}

.stroke-btn.black:hover {
  border-color: var(--gold);
  background-color: var(--gold);
}

.stroke-btn.stroke {
  border: 1px solid var(--ph-light);
  background-color: #0000;
  max-width: 16.25rem;
  transition: border-color .2s, background-color .2s;
}

.stroke-btn.stroke:hover {
  border-color: var(--gold);
  background-color: var(--gold);
}

.stroke-btn.cons:hover {
  background-color: var(--ph-dark);
}

.h1-span {
  background-image: url('../images/Frame-25-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 4.2rem;
}

.h1-span.ar {
  background-position: 100%;
  padding-left: 0;
  padding-right: 4.2rem;
}

.hero-image {
  width: 11.25rem;
  height: 11.25rem;
  position: absolute;
  inset: auto auto 10rem -9rem;
}

.hero-image.ar {
  inset: auto -22% 0% auto;
}

.hero-image.ru {
  bottom: 8.8rem;
  left: -10.1rem;
}

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

.success-content-2.ar {
  text-align: right;
}

.success-icon-2 {
  flex: none;
  width: 3.5625rem;
  height: 3.5625rem;
  margin-bottom: 2rem;
}

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

.btn-black-2.is--form {
  text-align: center;
  transition: all .2s;
}

.btn-black-2.is--form:hover {
  background-color: var(--blue);
  color: #fff;
  border: .0625rem solid #b5b5b5;
}

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

.main-form-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.main-form-2.hero {
  color: var(--black);
  text-wrap: wrap;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
}

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

.h1-2 {
  color: var(--black);
  font-size: 2rem;
}

.input-2 {
  color: #6d6e70;
  background-color: #0000;
  border: .0625rem solid #b5b5b5;
  border-radius: 1.875rem;
  height: 3.75rem;
  margin-bottom: 0;
  padding: 1rem;
  font-weight: 300;
  line-height: 100%;
}

.input-2::placeholder {
  font-size: 1rem;
}

.error-message-2 {
  color: #ff3b30;
  text-align: center;
  background-color: #dfdfdf;
  border-radius: 1.875rem;
  width: 100%;
  margin-top: .75rem;
  padding: .25rem;
  font-size: .75rem;
}

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

.flex-v-0 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.flex-v-0.align-center {
  justify-content: center;
  align-items: flex-start;
}

.centered {
  text-align: center;
}

.centered.max-w-700 {
  max-width: 57rem;
}

.circles-component {
  display: flex;
}

.circles-component.ar {
  justify-content: flex-end;
  align-items: stretch;
}

.circle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #eceae5;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 29.25rem;
  height: 29.25rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.circle.gold {
  background-color: #feeac6;
}

.circle._1 {
  margin-right: -2.5rem;
}

.circle._2 {
  background-color: #feeac6;
  margin-right: -2.5rem;
}

.circle._3 {
  margin-right: -2.5rem;
}

.circle.is-pink {
  background-color: #f2edf8;
  margin-left: -2rem;
}

.icon-70 {
  object-fit: fill;
  width: 4.375rem;
  height: 4.375rem;
}

.h2-wrap {
  padding-bottom: 2rem;
  position: relative;
}

.h2-image {
  object-fit: fill;
  width: 35.625rem;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.h2-image.ar {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.h2-image.ru {
  right: 15%;
}

.flex-v-15.max-w-343 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 22rem;
  display: flex;
}

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

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

.icon-12 {
  width: .75rem;
}

.flex-h-46 {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  display: flex;
}

.text-size-25 {
  font-size: 1.5625rem;
}

.project-tag {
  color: #d1b7e3;
  border: 1px solid #d1b7e3;
  border-radius: 1.875rem;
  padding: .625rem .9375rem;
}

.project-tag.white {
  color: #c5c5c5;
  border-color: #c5c5c5;
}

.flex-h-25 {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  display: flex;
}

.black-card-link {
  background-color: #1f1f1f;
  border-radius: 1.875rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 27.0625rem;
  padding: 1.875rem;
  transition: background-color .3s;
  display: flex;
}

.black-card-link:hover {
  background-color: #000;
}

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

.flex-v-32.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-size-45 {
  font-size: 2.8125rem;
  line-height: 130%;
}

.text-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}

.projects-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1160px;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.catalog_item-wrap {
  background-color: #2220;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.catalog-image {
  object-fit: cover;
  transition: transform .3s;
  position: absolute;
  inset: 0%;
}

.catalog-brochure-btn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #4e4e4e;
  cursor: pointer;
  background-color: #ffffffbd;
  border-radius: 3.75rem 0 0 3.75rem;
  width: 8.5rem;
  padding: .4375rem 1rem .5rem .5rem;
  text-decoration: none;
  transition: all .3s, background-color .3s, color .3s;
  display: flex;
}

.catalog-brochure-btn:hover {
  color: #bb977c;
  background-color: #fff;
}

.catalog-brochure-btn.small {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 7.9rem;
}

.catalog-item {
  cursor: pointer;
  width: 23.3125rem;
  position: relative;
  overflow: hidden;
}

.catalog-item-top {
  border-radius: .625rem;
  width: 100%;
  height: 26.25rem;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  overflow: hidden;
}

.project-name {
  color: #464646;
  flex: none;
  font-family: Manrope, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 130%;
}

.location-text {
  color: #8f8f8f;
  text-align: left;
  font-size: .875rem;
  line-height: 166%;
}

.price-text {
  color: #222;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

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

.catalog-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.icon-wrap-45px {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.catalog-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  margin-top: 3px;
  display: flex;
}

.play-button {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: #464646;
  background-color: #fff;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .625rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  position: absolute;
  inset: 1.25rem auto auto 1.25rem;
}

.main-btn_p {
  font-size: .875rem;
  font-weight: 600;
  line-height: 120%;
}

.flex-h-5px {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  align-items: center;
  display: flex;
}

.item-name {
  direction: ltr;
  color: #8f8f8f;
  text-align: left;
  justify-content: space-between;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.location_wrap {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  align-items: flex-start;
  width: 100%;
  padding-top: .9375rem;
  display: flex;
}

.icon-10 {
  justify-content: center;
  align-items: center;
  width: .625rem;
  height: .625rem;
  display: flex;
}

.img-card-default {
  object-fit: cover;
  width: 100%;
  height: 24rem;
  min-height: 24rem;
}

.img-card-link {
  z-index: 2;
  border-radius: 1.25rem;
  min-height: 24rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn_black {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border: 1px #fff;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.88rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn_black:hover {
  background-color: var(--blue);
}

.btn_black.card {
  z-index: 2;
  cursor: pointer;
  border-style: solid;
  border-color: #3f3f3f;
  flex: 1;
  padding: .75rem 1.5rem;
  font-weight: 400;
  transition: all .3s;
}

.btn_black.card:hover {
  border-color: #d0a966;
}

.btn_black.card.w--current {
  flex: 1;
}

.btn_black.right {
  order: 1;
  max-width: 18.75rem;
  margin-left: auto;
}

.btn_black.right.ru {
  max-width: 23rem;
}

.hover {
  z-index: 1;
  background-color: #d0a966;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
}

.box-v-g12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  height: 100%;
  padding-top: 1.25rem;
  display: flex;
}

.btn_trans {
  z-index: 2;
  color: #3f3f3f;
  cursor: pointer;
  background-color: #3f3f3f00;
  border: 1px solid #3f3f3f;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .8rem 1.88rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn_trans:hover {
  color: #f2f0ef;
  border-color: #d0a966;
}

.overlay-card {
  z-index: 1;
  transform-origin: 50% 0;
  background-color: #6b6b6b;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay-card.light-grey {
  background-color: #f2f0ef;
}

.box-v {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.card-block-wrapper {
  color: #3f3f3f;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

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

.text-cart {
  padding-right: 1rem;
  line-height: 1.7;
}

.text-cart.bolt {
  font-weight: 700;
}

.box-h-g10-proj {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.img-card-hover {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 24rem;
  display: none;
  position: absolute;
}

.text-25 {
  text-wrap: balance;
  font-size: 1.56rem;
  line-height: 120%;
}

.text-25.text-color-gold {
  color: #d0a966;
}

.box-v-g18 {
  z-index: 111;
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  flex-flow: column;
  margin-top: auto;
  display: flex;
  position: relative;
}

.text-16-btn {
  z-index: 2;
  white-space: nowrap;
  line-height: 110%;
  position: relative;
}

.project-rich {
  text-wrap: wrap;
  margin-top: .5rem;
}

.project-rich p {
  font-size: .875rem;
  line-height: 140%;
}

.sticky-card {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #f2edf8;
  border: .0625rem solid #dfdfdf;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  width: 68rem;
  padding: 1.875rem;
  display: flex;
}

.sticky-card._1 {
  background-color: #eceae5;
}

.sticky-card._2 {
  background-color: #dce1e2;
}

.sticky-card._3 {
  background-color: #f1eee2;
}

.icon-94 {
  width: 5.875rem;
  height: 5.875rem;
}

.sep {
  background-color: #a6a6a6;
  width: 1px;
  height: 100%;
  margin-left: 1.5rem;
  margin-right: 3.125rem;
}

.heading-50 {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-50.card {
  border-bottom: 1px solid #00000080;
  width: 48.75rem;
}

.flex-v-42 {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.sticky-image {
  border-radius: 1.875rem;
  width: 27.0625rem;
  height: 32.5625rem;
}

.sticky-image._1 {
  width: 59rem;
}

.sticky-wrap {
  min-height: 32.5rem;
  margin-bottom: 4rem;
  position: sticky;
  top: 5rem;
}

.horizontal-form-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-flex-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #6d6e70;
  text-wrap: balance;
  flex-flow: wrap;
  display: flex;
}

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

.success-icon-3.no-margin {
  margin-bottom: 0;
}

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

.error-message-3 {
  border-radius: var(--radius-30px);
  background-color: var(--white);
  color: #ff3b30;
  text-align: center;
  width: 100%;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem;
  font-size: .75rem;
}

.error-message-3.dark {
  opacity: 1;
  color: #ff453a;
  background-color: #545458a6;
}

.brochure-form-wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.error-message-4 {
  border-radius: var(--radius-30px);
  background-color: var(--white);
  color: #ff3b30;
  text-align: center;
  width: 100%;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem;
  font-size: .75rem;
}

.error-message-4.dark {
  opacity: 1;
  color: #ff453a;
  background-color: #545458a6;
}

.btn-blue {
  border-radius: var(--radius-30px);
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 16.25rem;
  height: 3.75rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.btn-blue:hover {
  background-color: #000;
}

.btn-blue.mw-200 {
  max-width: 14rem;
}

.btn-blue.mw-200:hover {
  background-color: var(--ph-dark);
  color: var(--white);
}

.btn-blue.black {
  border-color: var(--ph-dark);
  background-color: var(--ph-dark);
  transition: all .3s;
}

.btn-blue.black:hover {
  border-color: var(--gold);
  background-color: var(--gold);
}

.btn-blue.stroke {
  border: 1px solid var(--ph-light);
  background-color: #0000;
  max-width: 16.25rem;
  transition: border-color .2s, background-color .2s;
}

.btn-blue.stroke:hover {
  border-color: var(--gold);
  background-color: var(--gold);
}

.btn-blue.cons:hover {
  background-color: var(--ph-dark);
}

.btn-blue.is-grey {
  background-color: #888;
}

.padding-global-3 {
  height: 100%;
  padding-left: 3.13rem;
  padding-right: 3.13rem;
  position: relative;
}

.footer-3-column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #b5b5b5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3.75em;
  display: grid;
}

.footer-logo-2 {
  object-fit: contain;
}

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

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

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

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

._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;
}

.footer-col-grid-2 {
  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-link-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #b5b5b5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link-list-2.mt-40 {
  grid-template-rows: auto auto auto;
  margin-top: 2.5em;
}

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

.p-text-16-3.color-gray {
  color: #b5b5b5;
  margin-top: 10px;
}

.image-13 {
  object-fit: fill;
  width: 5.38em;
  height: auto;
}

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

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

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

.footer-2 {
  background-color: #282828;
}

.image-11 {
  object-fit: fill;
  border-radius: 5px;
}

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

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

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

.text-16px-gray-2 {
  color: #b5b5b5;
  font-size: 1rem;
  transition: all .2s;
}

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

.text-16px-gray-2.copyright:hover {
  color: #b5b5b5;
}

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

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

.socila-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 0;
}

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

.text-45 {
  font-size: 2.2rem;
}

.text-45.color-gray {
  color: #b5b5b5;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
}

.text-45.color-gray.ar {
  text-align: right;
}

.hero-image-2 {
  object-fit: fill;
  width: 12rem;
  height: 12rem;
  position: absolute;
  inset: -4rem -5rem auto auto;
}

.hero-image-2.ar {
  inset: -18% auto auto -3%;
}

.hero-image-2.ru {
  top: -4.5rem;
  right: -6.5rem;
}

.image-14 {
  object-fit: contain;
}

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

.btn-black-br {
  border-radius: var(--radius-30px);
  background-color: var(--ph-dark);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 100%;
  transition: background-color .2s;
  display: flex;
}

.btn-black-br:hover {
  background-color: var(--gold);
}

.btn-black-br.is--form {
  transition: all .2s;
}

.btn-black-br.is--form:hover {
  border: .0625rem solid var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
  background-color: var(--blue);
  color: var(--white);
}

.btn-black-br.is--form.blue-mobile {
  margin-top: 0;
}

.btn-black-br.is--form.blue-mobile:hover {
  border-color: var(--blue);
}

.btn-black-br.max-w-300 {
  display: none;
}

.btn-black-br.light {
  background-color: var(--gold);
}

.btn-gold-pop {
  border-radius: var(--radius-30px);
  background-color: var(--gold);
  color: var(--white);
  font-size: var(--size--14px);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 700;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.btn-gold-pop:hover {
  background-color: var(--ph-light);
  color: var(--black);
}

.btn-gold-pop.mw-200 {
  max-width: 14rem;
}

.btn-gold-pop.mw-200:hover {
  background-color: var(--ph-dark);
  color: var(--white);
}

.btn-gold-pop.black {
  border-color: var(--ph-dark);
  background-color: var(--ph-dark);
  transition: all .3s;
}

.btn-gold-pop.black:hover {
  border-color: var(--gold);
  background-color: var(--gold);
}

.btn-gold-pop.stroke {
  border: 1px solid var(--ph-light);
  background-color: #0000;
  max-width: 16.25rem;
  transition: border-color .2s, background-color .2s;
}

.btn-gold-pop.stroke:hover {
  border-color: var(--gold);
  background-color: var(--gold);
}

.btn-gold-pop.cons:hover {
  background-color: var(--ph-dark);
}

.btn-black-1 {
  border-radius: var(--radius-30px);
  background-color: var(--ph-dark);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 100%;
  transition: background-color .2s;
  display: flex;
}

.btn-black-1:hover {
  background-color: var(--gold);
}

.btn-black-1.is--form {
  transition: all .2s;
}

.btn-black-1.is--form:hover {
  border: .0625rem solid var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
  background-color: var(--blue);
  color: var(--white);
}

.btn-black-1.is--form.blue-mobile {
  margin-top: 0;
}

.btn-black-1.is--form.blue-mobile:hover {
  border-color: var(--blue);
}

.btn-black-1.max-w-300 {
  display: none;
}

.btn-black-1.light {
  background-color: var(--gold);
}

.btn-black- {
  border-radius: var(--radius-30px);
  background-color: var(--ph-dark);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 100%;
  transition: background-color .2s;
  display: flex;
}

.btn-black-:hover {
  background-color: var(--gold);
}

.btn-black-.is--form {
  transition: all .2s;
}

.btn-black-.is--form:hover {
  border: .0625rem solid var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
  background-color: var(--blue);
  color: var(--white);
}

.btn-black-.is--form.blue-mobile {
  margin-top: 0;
}

.btn-black-.is--form.blue-mobile:hover {
  border-color: var(--blue);
}

.btn-black-.max-w-300 {
  display: none;
}

.btn-black-.light {
  background-color: var(--gold);
}

.btn-gold-3 {
  border-radius: var(--radius-30px);
  background-color: var(--gold);
  color: var(--white);
  font-size: var(--size--14px);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-weight: 700;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.btn-gold-3:hover {
  background-color: var(--ph-light);
  color: var(--black);
}

.btn-gold-3.mw-200 {
  max-width: 14rem;
}

.btn-gold-3.mw-200:hover {
  background-color: var(--ph-dark);
  color: var(--white);
}

.btn-gold-3.black {
  border-color: var(--ph-dark);
  background-color: var(--ph-dark);
  transition: all .3s;
}

.btn-gold-3.black:hover {
  border-color: var(--gold);
  background-color: var(--gold);
}

.btn-gold-3.stroke {
  border: 1px solid var(--ph-light);
  background-color: #0000;
  max-width: 16.25rem;
  transition: border-color .2s, background-color .2s;
}

.btn-gold-3.stroke:hover {
  border-color: var(--gold);
  background-color: var(--gold);
}

.btn-gold-3.cons:hover {
  background-color: var(--ph-dark);
}

.btn-black-g {
  border-radius: var(--radius-30px);
  background-color: var(--ph-dark);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.4375rem;
  padding-top: .96875rem;
  padding-bottom: .96875rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 100%;
  transition: background-color .2s;
  display: flex;
}

.btn-black-g:hover {
  background-color: var(--gold);
}

.btn-black-g.is--form {
  transition: all .2s;
}

.btn-black-g.is--form:hover {
  border: .0625rem solid var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
  background-color: var(--blue);
  color: var(--white);
}

.btn-black-g.is--form.blue-mobile {
  margin-top: 0;
}

.btn-black-g.is--form.blue-mobile:hover {
  border-color: var(--blue);
}

.btn-black-g.max-w-300 {
  display: none;
}

.btn-black-g.light {
  background-color: var(--gold);
}

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

.flex-v-110 {
  grid-column-gap: 6.875rem;
  grid-row-gap: 6.875rem;
  flex-flow: column;
  display: flex;
}

.flex-h-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  display: flex;
}

.about-card {
  background-color: #f2edf8;
  border-radius: 1.875rem;
  flex-flow: column;
  justify-content: space-between;
  width: 19.6875rem;
  height: 18.75rem;
  padding: 1.5625rem;
  display: flex;
}

.about-card._1 {
  background-color: #eceae5;
}

.about-card._2 {
  background-color: #dce1e2;
}

.about-card._3 {
  background-color: #f1eee2;
}

.icon-80 {
  width: 5rem;
  height: 5rem;
}

.icon-182 {
  width: 11.375rem;
  height: 11.375rem;
}

.code-embed {
  width: 5.625rem;
  height: 33.3125rem;
}

.code-embed.ar {
  transform: rotate(180deg);
}

.text-size-30px {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 130%;
}

.text-size-30px.align-right, .text-size-30px.mob-2-25.ar {
  text-align: right;
}

.text-size-30px.max-w-450, .text-size-30px.max-w-500 {
  font-size: 2rem;
}

.text-size-30px.max-w-240 {
  text-align: right;
  font-size: 2rem;
}

.text-size-30px.heading {
  font-family: Triviaserifbook, sans-serif;
  font-size: 3rem;
}

.text-size-30px.heading.ar {
  font-family: Notosansarabic, sans-serif;
  font-weight: 400;
}

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

.spacer-120-copy {
  height: 9.375rem;
}

.spacer-120-copy.hidden {
  display: none;
}

.case-item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-bottom: 1px solid #a6a6a6;
  justify-content: space-between;
  padding-bottom: 1.875rem;
  display: flex;
}

.case-item.ar {
  order: 1;
}

.button-video-wrapper-2 {
  cursor: pointer;
  border-radius: 1.875rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-video-wrapper-2.ru {
  width: 33rem;
  height: 44rem;
}

.play {
  z-index: 1;
  width: 7rem;
  height: 7rem;
  position: relative;
}

.video-tags {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
  position: absolute;
  inset: 1.5625rem auto auto 1.5625rem;
}

.video-tag {
  color: #000;
  background-color: #fff;
  border-radius: 1.875rem;
  padding: .75rem 1.25rem;
  font-size: .875rem;
}

.flex-h-80 {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  display: flex;
}

.flex-h-80.ru {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

._w-80 {
  flex: none;
  width: 5rem;
}

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

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

.flex-v-14 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.offer-card {
  background-color: #f2edf8;
  border-radius: 1.875rem;
  flex-flow: column;
  justify-content: space-between;
  height: 18.75rem;
  padding: 1.25rem;
  display: flex;
}

.offer-card._1 {
  background-color: #eceae5;
}

.offer-card._2 {
  background-color: #dce1e2;
}

.offer-card._3 {
  background-color: #f1eee2;
}

.offer-card.bg-1 {
  background-color: #eceae5;
}

.offer-card.bg-2 {
  background-color: #dce1e2;
}

.offer-card.bg-3 {
  background-color: #f1eee2;
}

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

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.button-video-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-video-100-50 {
  z-index: 2;
  cursor: pointer;
  background-color: #00ade5;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 6.25rem;
  padding: 1.25rem 1.125rem 1.25rem 1.5rem;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.button-video-100-50:hover {
  transform: scale(1.1);
}

.play-video-icon {
  border-top: 12px solid #0000;
  border-bottom: 12px solid #0000;
  border-left: 15px solid #fff;
  width: 0;
  height: 0;
}

.button-video-animation {
  z-index: 1;
  background-color: #00ade566;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(0, -50%)translate(-50%);
}

.popup-wrapper-video {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.video-block {
  z-index: 2;
  background-color: #000;
  width: 80vw;
  height: 80vh;
  position: relative;
}

.close-popup-video {
  z-index: 1;
  background-color: #000c;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.close-popup-video.ar {
  direction: ltr;
}

.close-icon {
  cursor: pointer;
  border-radius: 0;
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  top: 20px;
  left: auto;
  right: 20px;
}

.popup-wrapper-video-2 {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.video-block-2 {
  z-index: 2;
  background-color: #000;
  width: 80vw;
  height: 80vh;
  position: relative;
}

.close-popup-video-2 {
  z-index: 1;
  background-color: #000c;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.close-popup-video-2.ar {
  direction: ltr;
}

.image-15 {
  object-fit: contain;
}

.div-block-4 {
  border: 1px solid #7ac8e2;
  border-radius: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.text-size_14px {
  font-size: .875rem;
  line-height: 130%;
}

.logo-120px-2 {
  z-index: 3;
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  max-width: 7.5rem;
  max-height: 3rem;
  position: relative;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.agent-item {
  background-color: #dce1e2;
  border-radius: 6.25rem;
  width: 10.125rem;
  height: 16.75rem;
  position: relative;
  overflow: hidden;
}

.agent-item.is-pink {
  background-color: #f2edf8;
  margin-top: -4rem;
}

.agent-item.is-gold {
  background-color: #f4eeda;
}

.agent-item.is-grey {
  background-color: #eceae5;
  margin-top: -4rem;
}

.agent-item.is-dark {
  background-color: #d4d3cb;
}

.agent-item.is-light {
  background-color: #eceae5;
  margin-top: -4rem;
}

.agent-photo {
  object-fit: contain;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.quiz-wrapper {
  color: var(--white);
  background-color: #202020;
  border-radius: 4rem;
}

.quiz-slide {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  height: 30rem;
  padding: 4rem;
  display: flex;
}

.quiz-slide.slide-form {
  height: 35rem;
}

.quiz-slide.first-q {
  text-align: center;
}

.quiz-header {
  padding: 4rem;
}

.progress-bar {
  background-color: #fff;
  width: 100%;
  height: 6px;
}

.progres-inner {
  background-color: var(--blue);
  width: 100%;
  height: 100%;
}

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

.quiz-radio {
  width: 2rem;
  height: 2rem;
}

.radio-button-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 170%;
}

.area {
  border-radius: 1rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 8rem;
  min-height: 8rem;
  max-height: 8rem;
  margin-bottom: 0;
}

.sold-out {
  color: #b170ff;
  text-align: center;
  text-transform: uppercase;
  background-color: #e4ceff;
  border-radius: 50%;
  flex: none;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  font-size: 1.2rem;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

@media screen and (max-width: 991px) {
  h2 {
    line-height: 110%;
  }

  .section.is--hero {
    overflow: visible;
  }

  .section.is--hero._404 {
    height: 100svh;
  }

  .section.black.mob-gold {
    background-color: var(--gold);
  }

  .section.cta {
    padding-bottom: 0;
  }

  .section.about {
    height: 40rem;
    overflow: auto;
  }

  .section.footer {
    padding-bottom: 6.25rem;
  }

  .container-1380 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-1380.for-arrow {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .text-size-20px.text-color-white.big-card.white {
    color: var(--white);
  }

  .text-size-20px.text-color-grey-light-hero {
    display: none;
  }

  .text-size-20px.weight-500.text-color-white.mob-black {
    color: #333;
  }

  .text-color-white.big-card {
    color: var(--black);
  }

  .btn-black.is--form {
    margin-top: 0;
  }

  .btn-black.is--form.blue-mobile {
    background-color: var(--blue);
  }

  .flex-v-20 {
    margin-bottom: 0;
  }

  .flex-v-20.mb_auto {
    margin-bottom: auto;
  }

  .flex-v-20.max-w-840 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-v-20.mob-center {
    text-align: center;
  }

  .btn.max-w345 {
    max-width: none;
  }

  .icon-40px.bg-black {
    display: none;
  }

  .input {
    max-width: none;
    font-size: .875rem;
  }

  .input::placeholder {
    font-size: var(--size--12px);
  }

  .input.white-mobile {
    background-color: var(--white);
  }

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

  .form.h-20._100 {
    flex: 1;
  }

  .text-size-12px.mob-only {
    color: var(--ph-light);
  }

  .text-size-24px.hero-item-between {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .text-size-24px.hero-item {
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .main-form {
    display: flex;
  }

  .main-form.hero {
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .hero-form-w-440 {
    z-index: 1;
    width: 95vw;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    position: relative;
  }

  .text-size-14px.text-color-grey.card {
    color: var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
  }

  .text-size-14px.text-color-grey.full-w-mob {
    width: 100%;
  }

  .text-size-14px.text-color-grey.wo-mobile {
    display: none;
  }

  .flex-v-10.popup-brochure-margin {
    margin-right: 0;
  }

  .flex-v-10.max-w-400 {
    max-width: none;
  }

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

  .form-header.mob-white, .form-header.white-horizontal {
    color: var(--white);
  }

  .form-type-middle {
    width: 100%;
    padding: 1rem;
  }

  .form-type-middle.minus-margin {
    color: var(--ph-light);
    background-color: #efefef00;
    width: 95vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 3.125rem 0 0;
    position: static;
  }

  .second-form {
    width: auto;
  }

  .agent-image.popup, .agent-image.card {
    display: none;
  }

  .horizontal-form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 0;
    flex-flow: column;
    height: auto;
    padding: 3.125rem 1.25rem;
    display: flex;
  }

  .flex-h-15.mob-h {
    flex-flow: row;
  }

  .text-size-36px {
    font-size: 1.75rem;
  }

  .hero-bg {
    height: 37rem;
    max-height: none;
  }

  .hero {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20rem;
    padding-bottom: 0;
  }

  .hero_items-wrap {
    z-index: 0;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: var(--black);
    color: var(--white);
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: -13.75rem;
    padding-top: 15rem;
    display: flex;
  }

  .hero_items-wrap.max-w-640 {
    max-width: none;
  }

  .hero-item {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .hero-item.between {
    border-top: .0625rem solid var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
    border-bottom: .0625rem solid var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
  }

  .navigation {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-content {
    border-bottom-style: none;
  }

  .nav-content.desk_only-second {
    display: none;
  }

  .nav_logo-wrap {
    order: -1;
    margin-right: 0;
    padding-bottom: 0;
  }

  .nav_review-link.cta {
    display: flex;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .nav-link.second {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 300;
  }

  .lang-wrap {
    height: auto;
  }

  .col-btn {
    height: auto;
    display: none;
  }

  .burger-btn {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .burger-btn.w--open {
    background-color: #0000;
    transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
    position: relative;
  }

  .nav-menu {
    background-color: var(--white);
    flex-flow: column;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-top: 4.5rem;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    position: fixed;
  }

  .flex-v-50 {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .flex-h-0.review {
    flex-flow: row;
  }

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

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

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

  .flex-h-0.mob {
    flex-flow: row;
  }

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

  .flex-h-120 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 95vw;
  }

  .flex-h-120.right {
    justify-content: center;
    align-items: flex-end;
  }

  .max-w-640px, .max-w-300 {
    max-width: none;
  }

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

  .flex-v-30.step {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    border-radius: var(--size--16px);
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 60vw;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem;
  }

  .banners {
    flex-flow: column;
    height: auto;
  }

  .banners._3-item, .banners._3-item-project {
    grid-template-rows: auto auto auto;
    grid-template-columns: 4fr;
    height: auto;
  }

  .banner-item {
    width: auto;
    height: 25rem;
    max-height: 25rem;
  }

  .banner-item.aboutus-1, .banner-item.aboutus-2 {
    height: 25rem;
    padding: 1rem;
  }

  .banner-item.project-2 {
    padding: 1rem;
  }

  .banner-item.aboutus-3, .banner-item.project-1, .banner-item.project-3 {
    height: 25rem;
    padding: 1rem;
  }

  .banner-item.mobile {
    border-radius: 1rem;
    display: block;
    overflow: hidden;
  }

  .image-abs-full.opacity-50 {
    height: 100%;
  }

  .big-black-card {
    background-color: #3330;
    justify-content: center;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .developer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .dev-logo.basic.invert {
    width: 6rem;
    height: 2.5rem;
    max-height: none;
  }

  .dev-items-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .dev-item {
    flex: 1;
  }

  .flex-h-50 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-h-50.mob-v {
    width: 100%;
  }

  .btn-stroked.max-w-240.big-card {
    width: 95vw;
    max-width: none;
  }

  .flex-v-40.pad-l-48 {
    padding-left: 0;
  }

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

  .cta-header {
    display: none;
  }

  .cta-header.hot-project {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .review-card.margin {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-size-18px.mw {
    max-width: none;
  }

  .cta-card {
    border-radius: 0;
    padding: 3.125rem 0 0;
  }

  .cta-card.middle {
    background-color: var(--gold);
    padding-top: 0;
    padding-bottom: 4rem;
  }

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

  .invest-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .gallery-slider {
    justify-content: center;
    height: 25rem;
  }

  .swiper {
    width: 100%;
  }

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

  .btn-stroked-white {
    border-color: var(--dark-grey\<deleted\|variable-fc0fe0a2\>);
  }

  .btn-stroked-white.max-w-240 {
    max-width: none;
  }

  .btn-stroked-white.max-w-240.transp.wo-mobile {
    display: none;
  }

  .grid-h-15 {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-size-16px.text-color-white {
    font-size: 1rem;
    font-weight: 300;
  }

  .text-size-16px.mob-only {
    display: block;
  }

  .grid-2x3-30 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2x3-30.mob-horizontal {
    flex-flow: row;
    align-self: stretch;
    width: 100vw;
    margin-top: 0;
    margin-left: -2.5vw;
    margin-right: 2.5vw;
    padding-bottom: 1rem;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    display: flex;
    overflow: auto;
  }

  .count {
    z-index: 1;
    position: relative;
  }

  .award-item {
    justify-content: flex-start;
    height: 100%;
  }

  .award-item.mob-fix-size {
    min-width: 16rem;
  }

  .award-logo {
    height: 12rem;
  }

  .wreath {
    width: 15rem;
  }

  .grid-4x1-40 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4x1-40.mob-horizontal {
    justify-content: flex-start;
    width: 100vw;
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    padding-bottom: 1rem;
    padding-left: 2.5vw;
    padding-right: 2.5px;
    display: flex;
    overflow: auto;
  }

  .swiper-review {
    border-radius: 1rem;
    padding: 1.25rem;
  }

  .google-logo {
    object-position: 0% 50%;
    width: auto;
  }

  .small-logo {
    max-width: none;
  }

  .media-grid {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 90vw;
    height: auto;
  }

  .media-item {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    height: 5rem;
  }

  .media-image {
    width: auto;
    height: 90%;
    padding: 1.25rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .text-size-32px, .text-size-32px.padding {
    font-size: 1.75rem;
  }

  .logo-mobile {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .close-popup-cons {
    padding: 1rem;
  }

  .div-block-popup {
    max-width: 70%;
    padding: 0;
  }

  .div-block-popup.brochure {
    overflow: visible;
  }

  .form-type {
    width: 100%;
    padding: 1.25rem;
  }

  .form-type.brochure {
    padding: 1.25rem;
  }

  .divider-h.wo-mobile {
    display: none;
  }

  .heading-52 {
    font-size: 2.25rem;
  }

  .heading-52.center {
    text-align: left;
  }

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

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

  .spacer-150 {
    height: 5.625rem;
  }

  .spacer-150._3-75rem-mob {
    margin-top: 3.75rem;
  }

  .spacer-150.wo-mobile, .spacer-50.wo-mobile {
    display: none;
  }

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

  .floorplan-item {
    width: 95vw;
    padding: 1.25rem;
  }

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

  .flex-h-20.space-between.h-100 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: .25fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .flex-h-20.space-between.h-100.gal {
    height: auto;
  }

  .flex-h-20.mob-h {
    flex-flow: row;
  }

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

  .flex-h-20.full-w {
    align-self: stretch;
  }

  .project-slide, .slider {
    width: 95vw;
    height: 80svh;
    margin-left: auto;
    margin-right: auto;
  }

  .left_arrow, .right_arrow {
    bottom: -3.75rem;
  }

  .image-slider._w-840 {
    min-width: auto;
    min-height: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-slider._w-840.mg_top-auto {
    height: 100%;
    max-height: 100vh;
    margin-top: auto;
  }

  .flex-v-100 {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .flex-v-100.mw {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: auto;
  }

  .flex-v-100.mw.ar {
    order: 0;
  }

  .flex-v-100.mw-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: auto;
  }

  .slide-project {
    height: 35rem;
  }

  .dots {
    height: 8rem;
  }

  .image-block-big-card {
    margin-left: 0;
    margin-right: 0;
  }

  .image-block-big-card.project {
    width: 95vw;
    height: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-block-big-card.main {
    border-radius: 0;
    margin-top: 0;
  }

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

  .container-1280.footer {
    padding-top: 2rem;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .container-1280.ishero {
    padding-left: 0;
    padding-right: 0;
  }

  .container-1280.mob-100vw {
    max-width: 100vw;
  }

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

  .flex-v-60 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .big-black-black-card {
    border-radius: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-bottom: 4rem;
    display: flex;
  }

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

  .grid-2x4 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-2x4.padding-20px {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .link-project-text {
    border: .0625rem solid var(--light-grey\<deleted\|variable-cecc1912-ebd0-1e52-4926-8cfb85704148\>);
    border-radius: var(--radius-30px);
    justify-content: center;
    align-items: center;
    height: 3.4375rem;
    transition: all .2s;
    display: flex;
  }

  .link-project-text:hover {
    border-color: var(--blue);
    background-color: var(--blue);
  }

  .flex-h-30 {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    flex-flow: row;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-h-30.nav {
    background-color: var(--black);
    border-radius: .75rem;
    order: 1;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    overflow: hidden;
  }

  .spacer-120 {
    height: 6rem;
  }

  .form-type-bottom {
    width: 100%;
    padding: 1rem;
  }

  .form-type-bottom.minus-margin {
    width: 95vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
  }

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

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

  .image-bg {
    height: 31.25rem;
  }

  .image-bg.about {
    object-fit: none;
    overflow: visible;
  }

  .breadcrumbs-block {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .cross {
    align-self: flex-start;
  }

  .container-922 {
    max-width: 95vw;
  }

  .h1 {
    font-size: 4rem;
  }

  .text-18-grin {
    color: var(--black-light\<deleted\|variable-61ea150d-370f-86b7-aa1b-7894f5d9463e\>);
    font-weight: 300;
    line-height: 150%;
  }

  .success-content {
    min-height: 20rem;
  }

  .image-default {
    object-position: 0% 50%;
  }

  .map {
    width: 95vw;
    height: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .map.project {
    height: 20rem;
  }

  .popup-map {
    width: 80vw;
    height: 70vh;
  }

  .video-wrp.svh {
    height: 100svh;
  }

  .logo-erth {
    filter: invert();
    height: 2rem;
    max-height: none;
  }

  .logo-solidere {
    height: 1.5rem;
  }

  .project-card {
    border-style: none;
    flex-flow: column;
  }

  .project-img-wrp {
    min-height: 20rem;
    display: flex;
  }

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

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

  .flex-h-10.mob-h-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .flex-h-10.mob-h-flex {
    flex-flow: row;
  }

  .project-img {
    flex: 0 auto;
  }

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

  .rtb-h52-p20 h2 {
    margin-bottom: 1rem;
    font-size: 2.25rem;
  }

  .rtb-h52-p20 h3 {
    font-size: 1.75rem;
  }

  .rtb-h52-p20 h4 {
    margin-bottom: .75rem;
  }

  .rtb-h52-p20-light h2 {
    margin-bottom: 1rem;
    font-size: 2.25rem;
  }

  .grid-2col {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .close-popup-brochure {
    padding: 1rem;
  }

  .btn-cons.black {
    width: 100%;
  }

  .burger-icon {
    flex: none;
    padding: 0;
  }

  .burger-icon:active {
    opacity: .8;
  }

  .grid-3x1-40px {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-lang-list-wrap {
    margin-top: 2rem;
  }

  .project-image.small {
    flex: 1;
  }

  .project-image.main {
    width: 100%;
    height: 100%;
  }

  .project-info {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: block;
  }

  .flex-v-16 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .rich-payment {
    max-width: 95vw;
  }

  .rich-payment h2 {
    text-align: left;
    margin-bottom: 1.25rem;
    font-size: 2.25rem;
  }

  .rich-payment ol {
    grid-column-gap: var(--size--20px);
    grid-row-gap: var(--size--20px);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: .875rem;
    display: grid;
  }

  .rich-payment li {
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 9.5rem;
  }

  ._404-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 12rem;
    padding-bottom: 5rem;
  }

  ._404-title {
    font-size: 2.75rem;
  }

  .container-main {
    max-width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrap-dark {
    flex: none;
    width: 70vw;
    height: auto;
  }

  .flex-v-5px.full-w {
    flex: 1;
  }

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

  .white_bg-card {
    margin-bottom: var(--size--20px);
    margin-left: var(--size--20px);
    padding: var(--size--10px) var(--size--16px);
    border-radius: var(--size--10px);
    width: auto;
    height: auto;
    position: absolute;
    inset: auto auto 0% 0%;
    overflow: hidden;
  }

  .logo-260-56px-wrap {
    width: 8.75rem;
    height: 1.75rem;
  }

  .mob-none, .mob-only {
    display: none;
  }

  .spacer-90 {
    height: 5rem;
  }

  .flex-mobile_second_nav {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-top: 1px solid var(--baige\<deleted\|variable-f4ac48dd-7920-cc12-4e48-4348ee749876\>);
    flex-flow: column;
    grid-template-rows: min-content min-content;
    grid-template-columns: .5fr 1fr;
    grid-auto-rows: min-content;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: 50svh;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    display: flex;
  }

  .flex-v-6px {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-h-60-all_screen {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    display: flex;
  }

  .max-w-450 {
    max-width: none;
  }

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

  .image-block-big-card-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-block-big-card-3.project {
    width: 95vw;
    height: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .main-logo {
    max-width: 13rem;
  }

  .white-btn {
    height: auto;
    display: none;
  }

  .navbar {
    margin-left: auto;
    margin-right: auto;
    padding-top: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-28 {
    font-size: 2.25rem;
  }

  .btn-gold.mw-200.block-hgero {
    display: none;
  }

  .btn-gold.black {
    max-width: none;
  }

  .hero-points {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .hero-points.mob-none {
    display: flex;
  }

  .hero-point {
    width: 30%;
    min-width: auto;
    max-width: none;
    height: 8rem;
  }

  .hero-point.sec {
    width: auto;
  }

  .hero-point-text {
    font-size: 1rem;
  }

  .hero-tittle-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 95vw;
  }

  .heading-56.card {
    border-bottom-width: 0;
    width: auto;
  }

  .spacer-80.min {
    height: 2rem;
  }

  .card-image {
    width: 100%;
    height: 20rem;
  }

  .gard-info {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    background-color: #0000;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    max-height: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gard-info.mob-bg {
    background-color: var(--ph-light);
    grid-template-rows: auto auto auto auto auto;
    padding: 1rem;
  }

  .grid-text-wrp {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .quotations-icon {
    bottom: 0;
    right: 11rem;
  }

  .quotations-icon._2 {
    display: none;
    right: 1rem;
  }

  .card-amenities {
    margin-bottom: 0;
  }

  .card-amenities-wrp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .grid-form {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-form.overflow-hidden {
    padding-bottom: 0;
  }

  .form-wrp {
    width: 100%;
    max-width: none;
  }

  .agent-img {
    object-fit: scale-down;
    height: 27rem;
    display: none;
  }

  .form-logo-wrp {
    display: none;
  }

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

  .slider-3 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .manage-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
  }

  .grid-3x1-20px {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .manage-card {
    height: 25rem;
  }

  .manage-card._2.mw {
    min-width: auto;
  }

  .grid-3x1-20 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .plyr_cover.mob-only {
    display: flex;
  }

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

  .slider-wrap {
    height: 30rem;
  }

  .image-cover {
    height: 100%;
  }

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

  .popup-close-icon.white {
    color: var(--white);
    right: 1.25rem;
  }

  .content-wrap-grid {
    grid-template-columns: 1.5fr 1fr;
  }

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

  .grid-4col-20px {
    grid-template-columns: 1fr 1fr;
  }

  .heading-48px {
    font-size: 2.5rem;
  }

  .heading-48px.card {
    border-bottom-width: 0;
    width: auto;
  }

  .grid-2col-40px {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .horizontal-form-gold {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: auto;
    padding: 3.125rem 1.25rem;
    display: flex;
  }

  .span {
    padding-left: 0%;
  }

  .max-w-ch {
    max-width: none;
  }

  .ellipse-section-wrap {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .ellipse-card {
    width: 18rem;
    height: 18rem;
    font-size: 2.5rem;
  }

  .ellipse-card.num-2 {
    margin-left: -1rem;
    margin-right: 0;
  }

  .ellipse-card.num-3 {
    margin-top: -1rem;
    margin-left: 0;
    margin-right: -1rem;
  }

  .ellipse-card.num-4 {
    margin-top: -1rem;
    margin-left: -1rem;
  }

  .ellipse-card.num-1 {
    margin-right: -1rem;
  }

  .max-w-80 {
    max-width: none;
  }

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

  .menu-button {
    background-color: #ffffff0d;
    border-radius: .75rem;
    margin: .25rem 0;
    padding: 0;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .burger {
    color: var(--white);
    border-radius: .75rem;
    padding: .5rem;
  }

  .spetial-text {
    opacity: .8;
    color: var(--ph-dark);
    font-family: Manrope, sans-serif;
    font-size: var(--size--14px);
    max-width: none;
    font-style: normal;
    line-height: 150%;
  }

  .event-info-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: var(--size--12px);
    text-transform: uppercase;
    background-color: #e1bc881a;
    border: 1px solid #e1bc8880;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: minmax(40%, 1fr) auto minmax(40%, 1fr);
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding: 1.25rem;
    font-size: .625rem;
    display: flex;
  }

  .event-title {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .divider-v-event {
    background-color: #e1bc88;
    flex: none;
    justify-content: center;
    align-items: stretch;
    width: 1px;
    height: 100%;
    min-height: 3rem;
    display: flex;
  }

  .only-mobile {
    display: none;
  }

  .hero-info-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: var(--size--12px);
    background-color: #e1bc881a;
    border: 1px solid #e1bc8880;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: minmax(40%, 1fr) auto minmax(40%, 1fr);
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding: 1.25rem;
    font-size: .625rem;
  }

  .input-wrap-horizontal {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .close-popup-contact_us {
    padding: 1rem;
  }

  .img-absolu.mob-only {
    display: flex;
  }

  .text-size-24px-default.hero-item-between {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .text-size-24px-default.hero-item {
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .flex-h-20-all.space-between.h-100 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: .25fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .flex-h-20-all.space-between.h-100.gal {
    height: auto;
  }

  .flex-h-20-all.mob-h {
    flex-flow: row;
  }

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

  .flex-h-20-all.full-w {
    align-self: stretch;
  }

  .btn-gold-form.black, .btn-gold-form.max-w-400 {
    max-width: none;
  }

  .flex-baceline.mob-h-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .flex-baceline.mob-h-flex {
    flex-flow: row;
  }

  .dark-wrap-card {
    width: 100%;
    padding: 1.25rem;
  }

  .about-img {
    width: 100%;
  }

  .dropdown-wrapper {
    font-size: 14px;
  }

  .text-size-14px-2.text-color-grey.wo-mobile {
    display: none;
  }

  .stroke-btn.black {
    max-width: none;
  }

  .hero-image {
    display: none;
  }

  .btn-black-2.is--form {
    margin-top: 0;
  }

  .main-form-2 {
    flex-flow: column;
    display: flex;
  }

  .main-form-2.hero {
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .hero-form-w-440-2 {
    z-index: 1;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem;
    position: relative;
  }

  .input-2, .input-2::placeholder {
    font-size: .75rem;
  }

  .text-size-36px-2 {
    font-size: 1.75rem;
  }

  .flex-v-0.mob-v-20 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .circles-component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-v-15.max-w-343, .black-card-link {
    width: 100%;
  }

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

  .catalog_item-wrap {
    background-color: #0000;
  }

  .catalog-item {
    width: 100%;
  }

  .banner_btn-wrap {
    justify-content: flex-end;
    width: 75%;
    display: flex;
    position: relative;
    bottom: 8rem;
    right: -25%;
  }

  .main-btn_content {
    max-width: 8.5rem;
  }

  .icon-wrap-45px {
    width: 2.188rem;
    height: 2.188rem;
  }

  .flex-h-5px {
    text-align: left;
    justify-content: flex-start;
  }

  .img-card-default {
    filter: grayscale(0%);
  }

  .btn_black.card {
    flex: 0 auto;
  }

  .box-v-g12 {
    justify-content: space-between;
    height: auto;
  }

  .btn_trans:hover {
    color: #3f3f3f;
  }

  .img-card-hover {
    filter: grayscale(0%);
  }

  .text-25 {
    font-size: 1.25rem;
  }

  .sticky-card {
    border-style: none;
    width: 100%;
  }

  .heading-50.card {
    border-bottom-width: 0;
    width: auto;
  }

  .sticky-image {
    width: 100%;
  }

  .sticky-wrap {
    width: 100%;
    position: static;
  }

  .horizontal-form-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .form-flex-wrap {
    flex-flow: column;
    width: 100%;
  }

  .text-size-36px-3, .text-size-36px-4 {
    font-size: 1.75rem;
  }

  .btn-blue {
    width: 100%;
  }

  .btn-blue.black {
    max-width: none;
  }

  .col-btn-2 {
    display: none;
  }

  .footer-3-column-2 {
    grid-column-gap: 4.18em;
    grid-row-gap: 4.18em;
    grid-template-columns: minmax(200px, 1fr);
    padding-top: 0;
  }

  .footer-logo-2 {
    max-width: 10rem;
  }

  .footer-link-list-2.mt-40 {
    margin-top: 2rem;
  }

  .image-13 {
    width: auto;
  }

  .text-16px-gray-2 {
    font-size: 2.51vw;
  }

  .text-16px-gray-2.copyright {
    text-align: center;
  }

  .socila-wrapper {
    margin-top: 3rem;
  }

  .footer-contact-item-2 {
    align-items: center;
  }

  .image-14 {
    display: none;
  }

  .btn-black-br.is--form {
    margin-top: 0;
  }

  .btn-black-br.is--form.blue-mobile {
    background-color: var(--blue);
  }

  .btn-gold-pop.black {
    max-width: none;
  }

  .btn-black-1.is--form {
    margin-top: 0;
  }

  .btn-black-1.is--form.blue-mobile {
    background-color: var(--blue);
  }

  .btn-black-.is--form {
    margin-top: 0;
  }

  .btn-black-.is--form.blue-mobile {
    background-color: var(--blue);
  }

  .btn-gold-3.black {
    max-width: none;
  }

  .btn-black-g.is--form {
    margin-top: 0;
  }

  .btn-black-g.is--form.blue-mobile {
    background-color: var(--blue);
  }

  .text-size-30px {
    font-size: 1.75rem;
  }

  .spacer-120-copy {
    height: 6rem;
  }

  .button-video-wrapper-2 {
    width: 100%;
  }

  .flex-h-80 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .logo-120px {
    max-width: 13rem;
  }

  .offer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .logos-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .button-video-100-50 {
    z-index: 3;
  }

  .button-video-animation {
    z-index: 2;
    background-color: #00ade599;
  }

  .video-block, .video-block-2 {
    width: 100vw;
    height: 60vw;
  }

  .div-block-4 {
    border-color: #92dbf3;
  }

  .text-size-36px-5 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .text-size-20px.mob-14 {
    font-size: .875rem;
  }

  .flex-v-20.mob-center {
    text-align: center;
  }

  .hero-form-w-440 {
    margin-top: 2rem;
  }

  .text-size-14px.dark {
    opacity: .8;
  }

  .agent-image {
    display: none;
  }

  .flex-h-15 {
    flex-flow: row;
  }

  .text-size-36px.max-w-450, .text-size-36px.max-w-500, .text-size-36px.max-w-240 {
    font-size: 1.5rem;
  }

  .text-size-36px.heading {
    font-size: 2.25rem;
  }

  .hero_items-wrap {
    width: 100%;
  }

  .nav_review-link, .sep-vertical {
    display: none;
  }

  .lang-wrap {
    border-style: none;
  }

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

  .plyr_component.is-full-screen.long {
    height: 75vh;
    max-height: none;
  }

  .wrp-btn-play {
    justify-content: center;
    align-items: center;
  }

  .flex-h-0.pad-right-30 {
    flex-flow: row;
  }

  .flex-h-120.top-auto {
    width: 100%;
  }

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

  .gallery-slider, .gallery-image {
    height: 18rem;
  }

  .grid-4x1-40 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .swiper-review {
    padding: 1.25rem;
  }

  .arrow-previous-2, .arrow-next-2 {
    width: 1.875rem;
    height: 1.875rem;
  }

  .div-block-popup {
    width: 95vw;
    margin-top: auto;
    padding: 0;
  }

  .brochure-img {
    display: none;
  }

  .grid-2x2-20 {
    grid-template-rows: auto;
  }

  .flex-h-20.space-between.h-100 {
    grid-template-rows: .25fr 1fr;
  }

  .project-slide {
    height: auto;
  }

  .image-slider._w-840 {
    min-height: 21rem;
  }

  .slide-project {
    height: 32rem;
  }

  .dots {
    height: 7rem;
  }

  .grid-2x4.padding-20px {
    max-width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    font-size: 3.5rem;
  }

  .h1.ar {
    font-size: 4rem;
  }

  .h1.ru {
    font-size: 3rem;
  }

  .div-block-2 {
    max-width: 100%;
  }

  .popup-map {
    border-radius: .625rem;
    width: 90vw;
  }

  .close-map_popup {
    top: 1.5rem;
    right: 1.5rem;
  }

  .map-btn {
    font-size: .85em;
  }

  .video-wrp.svh {
    height: 100svh;
  }

  .project-card {
    flex-flow: column;
    width: 100%;
  }

  .flex-v-35 {
    max-width: 100vw;
  }

  .flex-h-10 {
    flex-flow: row;
  }

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

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

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

  .grid-2col {
    display: flex;
  }

  .burger-icon {
    cursor: pointer;
  }

  .project-image {
    width: 100%;
  }

  .project-image.small {
    width: 50%;
  }

  .project-image.main {
    height: 25rem;
  }

  .rich-payment ol {
    grid-template-columns: 1fr 1fr;
  }

  .rich-payment li {
    min-height: 9rem;
  }

  ._404-wrapper {
    align-items: stretch;
    width: 90vw;
  }

  .card-wrap-dark {
    min-height: 33.5rem;
  }

  .icon-64px-dark-wrap {
    width: 3.5rem;
    height: 3.5rem;
  }

  .main-logo {
    max-width: 10rem;
  }

  .btn-gold.only-mobile, .hero-points.mob-none {
    display: none;
  }

  .quotations-icon {
    right: 2rem;
  }

  .quotations-icon._2 {
    right: 6rem;
  }

  .gallery-rectangle._4.plyr_component.long {
    height: 37rem;
  }

  .plyr_cover-button.round {
    width: 6rem;
    height: 6rem;
  }

  .grid-form {
    grid-template-columns: 1fr 1fr;
  }

  .agent-img {
    height: 22rem;
  }

  .form-logo-wrp {
    padding-top: 3rem;
  }

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

  .grid-3x1-20px.hirizontal {
    width: 100vw;
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    display: flex;
    overflow: auto;
  }

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

  .agent-wrap {
    height: 24rem;
  }

  .content-wrap-grid {
    grid-template-columns: 1.5fr;
    display: none;
  }

  .dark-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding: 1.5rem;
  }

  .gold-wrap {
    padding: 1.5rem;
  }

  .icon-50-42 {
    width: 2rem;
    height: auto;
  }

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

  .grid-4col-20px.horizontal {
    width: 100vw;
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    display: flex;
    overflow: auto;
  }

  .card-wrap {
    flex: none;
    width: 50vw;
  }

  .grid-2col-40px {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .horizontal-form-gold {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .award-card-wrap {
    flex: none;
    width: 58vw;
    height: 22rem;
  }

  .logo-description {
    display: none;
  }

  .event-info-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .opasity-70 {
    opacity: 1;
  }

  .divider-v-event.white {
    background-color: #fff6;
  }

  .only-mobile {
    display: flex;
  }

  .hero-info-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    text-transform: uppercase;
    background-color: #f0ece81a;
    border-color: #f0ece866;
    width: 100%;
    position: relative;
  }

  .input-wrap-horizontal {
    width: 100%;
  }

  .line_dotted-absolu {
    height: 86%;
  }

  .line_dotted-absolu.ar {
    height: 89%;
  }

  .flex-h-20-all.space-between.h-100 {
    grid-template-rows: .25fr 1fr;
  }

  .dark-wrap-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding: 1.5rem;
  }

  .big-logo {
    max-width: 18rem;
  }

  .dropdown-wrapper {
    margin-bottom: 0;
  }

  .hero-image {
    display: none;
    left: -7%;
  }

  .circles-component {
    flex-flow: row;
  }

  .circle {
    width: 20rem;
    height: 20rem;
  }

  .circle.gold {
    margin-top: -2rem;
    margin-right: 0;
  }

  .circle._1 {
    margin-right: 0;
  }

  .circle._2, .circle._3 {
    margin-top: -2rem;
    margin-right: 0;
  }

  .h2-image.ru {
    right: 0%;
  }

  .flex-v-15.max-w-343 {
    width: auto;
  }

  .project-card-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .black-card-link {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .text-size-45 {
    font-size: 2.5rem;
  }

  .catalog-brochure-btn {
    width: 100%;
  }

  .banner_btn-wrap {
    z-index: 1;
    justify-content: flex-start;
    width: auto;
    margin-top: 2rem;
    position: absolute;
    inset: auto 0% 10% auto;
  }

  .catalog-info {
    width: 100%;
  }

  .main-btn_content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .flex-h-5px {
    justify-content: flex-start;
  }

  .img-card-link {
    height: auto;
  }

  .btn_black.max-w-300.button-video-wrapper {
    position: static;
  }

  .box-v-g12 {
    height: auto;
  }

  .sticky-card {
    width: 100%;
    height: auto;
  }

  .sticky-image {
    width: 100%;
    height: 30rem;
  }

  .sticky-wrap {
    position: static;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-banner-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-col-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon-plus-gray-2 {
    margin-top: 0;
  }

  .padding-small.an {
    padding-bottom: 7rem;
  }

  .text-16px-gray-2.copyright {
    font-size: 1rem;
  }

  .socila-wrapper {
    grid-column-gap: 3.13em;
    grid-row-gap: 3.13em;
  }

  .hero-image-2, .btn-gold-pop.only-mobile, .btn-gold-3.only-mobile {
    display: none;
  }

  .flex-h-40 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .about-card {
    width: 100%;
  }

  .icon-182 {
    width: 5rem;
    height: 5rem;
  }

  .code-embed {
    display: none;
  }

  .text-size-30px.max-w-450, .text-size-30px.max-w-500, .text-size-30px.max-w-240 {
    font-size: 1.5rem;
  }

  .text-size-30px.heading {
    font-size: 2.25rem;
  }

  .button-video-wrapper-2.ru {
    width: 100%;
  }

  .logo-120px {
    max-width: 10rem;
  }

  .logos-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    width: auto;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    overflow: scroll;
  }

  .button-video-wrapper {
    position: absolute;
    inset: auto auto 10.9375rem;
  }

  .button-video-100-50 {
    width: 3.125rem;
    height: 3.125rem;
    padding-right: 1.25rem;
  }

  .button-video-100-50:hover {
    transform: none;
  }

  .play-video-icon {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 8px;
  }

  .button-video-animation {
    width: 2.75rem;
    height: 2.75rem;
  }

  .div-block-4 {
    border-radius: .875rem;
    width: 15rem;
    min-width: 15rem;
  }

  .image-17 {
    width: 15rem;
  }

  .quiz-slide {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  img {
    object-fit: cover;
  }

  .section.is--hero {
    padding-top: 5rem;
  }

  .section.is--hero._404 {
    height: 100svh;
  }

  .section.about {
    height: 35rem;
    overflow: auto;
  }

  .container-1380.for-arrow {
    width: 90vw;
  }

  .text-size-20px.text-color-grey, .text-size-20px.text-color-white {
    font-size: 1rem;
  }

  .text-size-20px.text-color-white.mb {
    margin-bottom: 1.5rem;
  }

  .text-size-20px.text-color-white.big-card {
    color: #6d6e70;
    font-size: 1rem;
  }

  .text-size-20px.text-color-white.big-card._w-95 {
    width: 95%;
  }

  .text-size-20px.weight-500, .text-size-20px.weight-500.text-color-white.mob-black {
    font-size: 1rem;
  }

  .text-size-20px.weight-500, .text-size-20px.weight-500.text-color-white.mob-black, .text-size-20px.weight-500, .text-size-20px.weight-500 {
    font-size: 1rem;
  }

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

  .text-size-20px.weight-500.mb {
    margin-bottom: 1.5rem;
  }

  .text-color-white.big-card.mt {
    margin-top: 1rem;
  }

  .flex-v-20 {
    max-width: 90vw;
  }

  .flex-v-20.space-between {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-v-20.max-w-840 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90vw;
  }

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

  .input {
    height: 3.125rem;
  }

  .text-size-12px.mob-only {
    opacity: .7;
    color: var(--ph-light);
    text-align: center;
    margin-top: 0;
    font-weight: 300;
  }

  .text-size-24px {
    font-size: 1.4rem;
  }

  .text-size-24px.hero-item-between {
    text-align: center;
  }

  .text-size-24px.hero-item {
    text-align: center;
    width: auto;
  }

  .text-size-24px.play {
    font-size: 1rem;
  }

  .hero-form-w-440 {
    width: 90vw;
    padding: 1rem 1rem 1.25rem;
  }

  .text-size-14px.text-color-grey {
    color: #6d6e70;
  }

  .flex-v-10 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .form-type-middle.minus-margin {
    width: 90vw;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .horizontal-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-36px.align-right {
    text-align: left;
  }

  .text-size-36px.more, .text-size-36px.mob-2-25 {
    font-size: 2.25rem;
  }

  .text-size-36px.max-w-450, .text-size-36px.max-w-500, .text-size-36px.max-w-240 {
    font-size: 1.5rem;
  }

  .hero-bg {
    height: 40rem;
  }

  .hero_items-wrap {
    flex-flow: column;
    padding-top: 16rem;
    padding-bottom: 2rem;
  }

  .hero-item {
    width: 100%;
    max-width: none;
  }

  .nav-content {
    border-bottom-style: solid;
  }

  .nav_logo-wrap {
    width: auto;
    max-width: 45vw;
  }

  .nav_logo-wrap.cta {
    width: 100%;
    height: 2rem;
  }

  .nav_review-link.cta {
    padding-left: 0;
  }

  .nav_logos {
    z-index: 11;
    position: relative;
  }

  .sep-vertical {
    display: none;
  }

  .lang-wrap {
    border-style: none;
  }

  .flex-h-15px-center {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .flex-v-50 {
    max-width: 90vw;
  }

  .plyr_component.is-full-screen {
    max-height: 25rem;
  }

  .wrp-btn-play {
    justify-content: center;
    align-items: center;
  }

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

  .flex-h-0.mob {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
  }

  .flex-h-0.pad-right-30 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    padding-right: 0;
  }

  .flex-h-120 {
    width: 90vw;
  }

  .flex-h-120.right {
    justify-content: center;
    align-items: flex-end;
  }

  .flex-h-120.top-auto {
    width: 100%;
  }

  .max-w-300.number.sec {
    height: 1.5rem;
  }

  .flex-v-30 {
    max-width: 90vw;
  }

  .flex-v-30.step {
    min-width: 75vw;
  }

  .flex-v-30.black-form-mob {
    max-width: 90vw;
  }

  .flex-v-30.pt {
    padding-top: 2rem;
  }

  .flex-v-30.graph, .flex-v-30.project {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 90vw;
  }

  .banners {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .banners._3-item {
    margin-bottom: 7rem;
  }

  .banner-item {
    border-radius: 1rem;
    overflow: hidden;
  }

  .banner-item.aboutus-1 {
    height: 25rem;
    max-height: none;
  }

  .banner-item.aboutus-2, .banner-item.project-2 {
    height: 25rem;
  }

  .banner-item.aboutus-3, .banner-item.project-1, .banner-item.project-3 {
    height: 25rem;
    max-height: none;
  }

  .banner-item.project {
    height: 22rem;
    margin-top: 1.5rem;
    display: block;
  }

  .banner-item.mobile {
    margin-bottom: 3rem;
  }

  .dev-logo {
    width: 8rem;
  }

  .dev-logo.basic {
    padding-top: 0;
  }

  .dev-tag {
    width: 100%;
  }

  .dev-items-block.gap-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .dev-item {
    justify-content: flex-start;
  }

  .flex-h-50 {
    width: 90vw;
  }

  .flex-h-50.mob-v {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .btn-stroked.max-w-240.big-card {
    border-color: var(--blue);
    background-color: var(--blue);
    width: 90vw;
    margin-top: 1.5rem;
  }

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

  .flex-v-40.hidden {
    font-size: 1.25rem;
  }

  .cta-header {
    padding-top: 0;
  }

  .cta-header.hot-project {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90vw;
    padding-top: 7rem;
  }

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

  .invest-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .invest-item.grid {
    display: flex;
  }

  .gallery-image {
    object-fit: cover;
  }

  .swiper-right2 {
    margin-right: .5rem;
  }

  .swiper-left2 {
    margin-left: .5rem;
  }

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

  .text-size-16px.black {
    font-size: .875rem;
  }

  .grid-2x3-30 {
    margin-top: 1rem;
  }

  .grid-2x3-30.mob-horizontal {
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .award-item.mob-fix-size {
    min-width: 14rem;
  }

  .award-logo {
    height: 13.75rem;
  }

  .grid-4x1-40 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-4x1-40.mob-horizontal {
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5vw;
    padding-right: 5px;
  }

  .image-arrow {
    object-fit: scale-down;
  }

  .image-arrow.sec {
    height: 1.5rem;
  }

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

  .media-item {
    border-radius: .3125rem;
    height: 5rem;
  }

  .media-image {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .text-size-32px.light {
    font-size: 2rem;
  }

  .shadow {
    background-image: linear-gradient(#0000 50%, #0009);
  }

  .div-block-popup {
    max-width: none;
  }

  .div-block-popup.brochure, .div-block-popup.cons {
    width: 90vw;
  }

  .social-block {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }

  .logo-block {
    justify-content: flex-end;
    align-items: flex-end;
    height: .875rem;
  }

  .logo-block.exclusive {
    justify-content: center;
    align-items: flex-start;
    height: 3rem;
    display: flex;
  }

  .heading-52 {
    font-size: 2.25rem;
  }

  .heading-52.text-color-white.mb {
    margin-bottom: 1rem;
  }

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

  .heading-44.text-color-white {
    font-size: 2.25rem;
  }

  .spacer-150 {
    height: 7rem;
  }

  .spacer-150.min {
    height: 2rem;
  }

  .spacer-70 {
    height: 7rem;
  }

  .grid-2x2-20 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    width: 90vw;
    height: auto;
  }

  .floorplan-item {
    width: 90vw;
  }

  .flex-h-20.space-between.h-100.gal {
    height: 30rem;
  }

  .flex-h-20.footer-bottom {
    width: 90vw;
  }

  .flex-h-20.align-center {
    flex-flow: row;
  }

  .project-slide {
    width: auto;
  }

  .slider {
    width: 90vw;
  }

  .image-slider._w-840 {
    min-height: 23.5rem;
  }

  .slide-project {
    height: 34rem;
  }

  .dots {
    height: 6rem;
    padding-top: 0;
  }

  .image-block-big-card.project {
    background-image: url('../images/img568.jpg');
    width: 90vw;
  }

  .image-block-big-card.main {
    margin-top: 5rem;
  }

  .container-1280.footer {
    padding-top: 3rem;
  }

  .big-black-black-card {
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-block {
    margin-bottom: 4rem;
  }

  .grid-2x4.padding-20px {
    grid-template-columns: 1fr 1fr;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .divider-v.full {
    margin-top: auto;
    margin-bottom: auto;
  }

  .flex-h-30 {
    max-width: 90vw;
    margin-left: 0;
  }

  .image-bg {
    height: 15rem;
  }

  .image-bg.about {
    object-fit: cover;
    height: 100%;
    overflow: visible;
  }

  .breadcrumbs-block {
    width: 90vw;
  }

  .section-p-p {
    padding-bottom: 5.63rem;
  }

  .container-922 {
    max-width: 90vw;
  }

  .box-text-p-p {
    margin-top: 1.88rem;
    padding-bottom: .94rem;
  }

  .h1 {
    font-size: 2.5rem;
    line-height: 130%;
  }

  .h1.ar {
    font-size: 3rem;
  }

  .h1.ru {
    font-size: 2rem;
    line-height: 120%;
  }

  .text-32 {
    font-size: 1.5rem;
  }

  .text-18-grin {
    font-size: .88rem;
  }

  .text-22 {
    font-size: 1.13rem;
  }

  .image-default {
    object-position: 50% 50%;
  }

  .div-block-2 {
    max-width: 90%;
  }

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

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

  .map {
    justify-content: flex-end;
    align-items: center;
    width: 90vw;
    height: 20rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .close-map_popup {
    top: 4.5rem;
    right: 1rem;
  }

  .project-card {
    margin-bottom: 5rem;
    padding: 1rem;
  }

  .flex-h-10.mob-h-grid {
    flex-flow: column;
    display: flex;
  }

  .questions-wrp {
    max-width: 90vw;
  }

  .dropdown-list-3 {
    width: 100%;
  }

  .faq-icon {
    flex: none;
  }

  .dropdown-toggle {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .rtb-h52-p20 p, .rtb-h52-p20-light p {
    font-size: 1rem;
  }

  .grid-2col {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3x1-40px {
    width: 90vw;
  }

  .icon-20px {
    width: 1.25rem;
    height: 1.25rem;
  }

  .text-color-black-light {
    font-size: 1rem;
  }

  .flex-h-5 {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
  }

  .flex-h-5.mob-space-between {
    justify-content: space-between;
  }

  .rich-payment {
    width: 90vw;
    max-width: none;
  }

  .rich-payment p {
    font-size: 1rem;
  }

  .container-main {
    max-width: 90vw;
  }

  .card-wrap-dark {
    width: 80vw;
    min-height: 38rem;
  }

  .flex-v-5px.full-w {
    justify-content: space-between;
  }

  .flex-v-5px.full-w.mob {
    flex: 0 auto;
  }

  .grid-asymmetric {
    width: 90vw;
  }

  .slide-wrp, .flex-v-30-3, .flex-v-30-8 {
    max-width: 90vw;
  }

  .image-block-big-card-3.project {
    background-image: url('../images/img568.jpg');
    width: 90vw;
  }

  .main-logo {
    max-width: 10rem;
  }

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

  .btn-gold.mw-200 {
    max-width: none;
  }

  .btn-gold.stroke {
    max-width: none;
    margin-top: 1rem;
  }

  .hero-points.mob-none {
    display: none;
  }

  .hero-points.mob-only {
    display: flex;
  }

  .hero-point {
    color: var(--black);
    background-image: url('../images/elipce-1.png');
    width: 11.5rem;
    height: 11.5rem;
  }

  .hero-point.sec {
    background-image: url('../images/elipce-2.png');
  }

  .hero-point-heading.jbr {
    color: var(--ph-light);
    font-size: var(--size--16px);
  }

  .hero-point-text {
    color: var(--black);
  }

  .hero-tittle-wrp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 90vw;
  }

  .hero-logo-wrp {
    display: flex;
  }

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

  .heading-56.svged {
    background-position: 0%;
    background-size: 2.5rem 2.5rem;
    padding-left: 3rem;
  }

  .amenity-wrap {
    top: 11.5rem;
    left: 9rem;
  }

  .amenity-wrap._2 {
    top: 10rem;
    left: 21rem;
  }

  .amenity-wrap._3 {
    top: 16.5rem;
    left: -1rem;
  }

  .amenity-wrap._4 {
    top: 23rem;
    left: 16rem;
  }

  .amenity-wrap._5 {
    top: 25rem;
    left: 32rem;
  }

  .amenity-wrap._6 {
    top: 28rem;
    left: -2rem;
  }

  .amenity {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .amenity-icon-wrap {
    width: 1rem;
    height: 1rem;
  }

  .amenity-image {
    width: 10rem;
    height: 8rem;
    top: -8.5rem;
  }

  .spacer-80 {
    height: 7rem;
  }

  .spacer-80.min {
    height: 1rem;
  }

  .quotations-icon {
    bottom: -1rem;
  }

  .quotations-icon._2 {
    inset: auto 1rem -1rem auto;
  }

  .gallery-rectangle {
    border-radius: .625rem;
    height: 20rem;
    padding: 1rem;
  }

  .gallery-rectangle._1 {
    height: 16rem;
  }

  .gallery-rectangle._3, .gallery-rectangle._2 {
    height: 10rem;
  }

  .gallery-rectangle._4 {
    height: 16rem;
  }

  .gallery-rectangle._4.plyr_component.long {
    height: 70vh;
  }

  .gallery-rectangle._5, .gallery-rectangle._6 {
    height: 10rem;
  }

  .gallery-arrow {
    flex: none;
    width: auto;
    height: .4rem;
  }

  .grid-form {
    grid-template-columns: minmax(1px, 1fr) minmax(1px, 1fr);
  }

  .form-wrp {
    padding: 1.25rem;
  }

  .form-img-wrp {
    box-sizing: content-box;
    justify-content: center;
    align-items: center;
    margin-left: -5vw;
    margin-right: -5vw;
    display: flex;
    overflow: visible;
  }

  .agent-img {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .form-logo-wrp {
    padding-top: 4rem;
  }

  .feature-card {
    padding: 1rem 1rem 1.25rem;
  }

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

  .slider-3, .grid-3x1-20px {
    width: 90vw;
  }

  .grid-3x1-20px.hirizontal {
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .photogallery {
    padding: .5rem 1rem;
    top: 1rem;
    left: 1rem;
  }

  .popup-wrp {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .popup-inner-wrp {
    width: 100vw;
    height: 70vh;
    display: flex;
  }

  .slider-wrap {
    height: 27rem;
    margin-top: 5rem;
  }

  .arrow-2 {
    max-width: 4rem;
  }

  .popup-close-icon {
    z-index: 5;
    color: #000;
    width: 2.188rem;
    top: -3rem;
    right: 0;
  }

  .agent-wrap {
    height: 21rem;
  }

  .btn-load-more.mw-200 {
    max-width: none;
  }

  .heading-large.dark {
    flex-flow: wrap;
  }

  .grid-4col-20px {
    grid-template-columns: 1fr;
  }

  .grid-4col-20px.horizontal {
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .card-wrap {
    width: 80vw;
  }

  .heading-48px {
    font-size: 2.5rem;
  }

  .heading-48px.card {
    padding-bottom: .5rem;
    font-size: 2.1rem;
  }

  .grid-2col-40px {
    max-width: 90vw;
  }

  .ellipse-section-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .ellipse-card {
    width: 60vw;
    height: 60vw;
    font-size: 2rem;
  }

  .ellipse-card.num-2 {
    margin: -3rem 0 0;
  }

  .ellipse-card.num-3, .ellipse-card.num-4 {
    margin: -3rem 0 0;
  }

  .ellipse-card.num-1 {
    margin: 0;
  }

  .award-card-wrap {
    width: 20rem;
    height: 20rem;
  }

  .container-navbar {
    max-width: 90vw;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-h-20px-center {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .event-info-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 90vw;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .divider-v-event.white {
    display: none;
  }

  .hero-info-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: minmax(40%, 1fr) auto minmax(40%, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    max-width: 90vw;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .text-size-24px-default {
    font-size: 1.4rem;
  }

  .text-size-24px-default.hero-item-between {
    text-align: center;
  }

  .text-size-24px-default.hero-item {
    text-align: center;
    width: auto;
  }

  .text-size-24px-default.play {
    font-size: 1rem;
  }

  .flex-h-20-all.space-between.h-100.gal {
    height: auto;
  }

  .flex-h-20-all.footer-bottom {
    width: 90vw;
  }

  .flex-h-20-all.center {
    align-items: center;
  }

  .btn-gold-form.mw-200 {
    max-width: none;
  }

  .btn-gold-form.stroke {
    max-width: none;
    margin-top: 1rem;
  }

  .flex-baceline.mob-h-grid {
    flex-flow: column;
    display: flex;
  }

  .agent-name {
    align-self: flex-start;
    font-size: 1.5rem;
    line-height: 100%;
  }

  .mirror {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .dropdown-wrapper {
    font-size: 12px;
  }

  .dropdown-trigger {
    height: 45px;
  }

  .text-block-dropdown-trigger {
    font-size: var(--size--12px);
  }

  .dropdown-content {
    border-radius: var(--20px-radius);
  }

  .dropdown-link {
    height: 3rem;
  }

  .text-block-dropdown {
    font-size: var(--size--14px);
  }

  .stroke-btn.mw-200 {
    max-width: none;
  }

  .stroke-btn.stroke {
    max-width: none;
    margin-top: 1rem;
  }

  .h1-span {
    background-size: contain;
  }

  .h1-span.ar {
    background-size: auto;
    padding-left: 0;
    padding-right: 4rem;
  }

  .hero-form-w-440-2 {
    width: 100%;
    min-width: auto;
  }

  .input-2 {
    height: 3.125rem;
  }

  .circles-component {
    flex-flow: column;
    align-items: stretch;
  }

  .circle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    height: 23rem;
  }

  .circle.is-pink {
    margin-left: 0;
  }

  .icon-70 {
    width: 3.75rem;
    height: 3.75rem;
  }

  .h2-image {
    width: 20rem;
    bottom: 5%;
    right: auto;
  }

  .project-card-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project-tag.white {
    padding: .325rem .5rem;
    font-size: .75rem;
  }

  .catalog_item-wrap {
    display: flex;
  }

  .catalog-brochure-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    align-items: center;
  }

  .catalog-item-top {
    border-radius: .625rem;
    height: 22.5rem;
  }

  .project-name {
    font-size: 1.375rem;
  }

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

  .banner_btn-wrap {
    z-index: 22;
    bottom: 15%;
    right: -5%;
  }

  .main-btn_content {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    max-width: 4.375rem;
  }

  .main-btn_p {
    font-size: .75rem;
  }

  .location_wrap {
    padding-top: .5rem;
  }

  .img-card-default {
    height: 21rem;
  }

  .btn_black {
    width: 100%;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  .btn_black.card {
    height: 3.4375rem;
  }

  .btn_black.right {
    max-width: none;
  }

  .hover {
    display: none;
  }

  .box-v-g12 {
    height: auto;
  }

  .btn_trans {
    width: 100%;
    height: 3.4375rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .box-h-g10-proj {
    flex-flow: column;
  }

  .text-25 {
    letter-spacing: .3px;
  }

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

  .flex-v-42 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 1.5rem;
  }

  .sticky-image {
    height: 25rem;
  }

  .btn-blue.mw-200 {
    max-width: none;
  }

  .btn-blue.stroke {
    max-width: none;
    margin-top: 1rem;
  }

  .footer-3-column-2 {
    border-top-style: none;
    padding-top: 1.88rem;
  }

  .list-item-2 {
    display: block;
  }

  .icon-download {
    width: 1.7rem;
  }

  .footer-link-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .p-text-16-3.color-gray {
    color: #b5b5b5;
  }

  .p-text-16-3.color-gray.center {
    text-align: center;
    margin-top: 1.19em;
  }

  .padding-small {
    padding-top: 9.39em;
    padding-bottom: 9.19em;
  }

  .padding-small.an {
    padding-top: 2.25em;
    padding-bottom: 5rem;
  }

  .text-16px-gray-2 {
    font-size: 3.34vw;
  }

  .text-16px-gray-2.hover-effect.no-wrap {
    white-space: nowrap;
  }

  .socila-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .btn-gold-pop.mw-200 {
    max-width: none;
  }

  .btn-gold-pop.stroke {
    max-width: none;
    margin-top: 1rem;
  }

  .btn-gold-3.mw-200 {
    max-width: none;
  }

  .btn-gold-3.stroke {
    max-width: none;
    margin-top: 1rem;
  }

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

  .about-card {
    width: 100%;
  }

  .icon-182 {
    width: 10rem;
    height: 10rem;
  }

  .text-size-30px.align-right {
    text-align: left;
  }

  .text-size-30px.more, .text-size-30px.mob-2-25 {
    font-size: 2.25rem;
  }

  .text-size-30px.max-w-450, .text-size-30px.max-w-500, .text-size-30px.max-w-240 {
    font-size: 1.5rem;
  }

  .text-size-30px.mob-18 {
    font-size: 1.125rem;
  }

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

  .button-video-wrapper-2 {
    height: 28rem;
  }

  .button-video-wrapper-2.ru {
    height: 30rem;
  }

  .logo-120px {
    max-width: 6rem;
  }

  .flex-v-14 {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .offer-card {
    height: auto;
    min-height: 18rem;
  }

  .offer-card.bg-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

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

  .agent-item.is-pink, .agent-item.is-grey, .agent-item.is-light {
    margin-top: 0;
  }

  .quiz-slide {
    padding: 2rem;
  }

  .quiz-slide.slide-form {
    height: auto;
  }

  .quiz-header {
    padding: 2rem;
  }

  .quiz-radio {
    flex: none;
  }

  .radio-button-field {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .radio-button-label {
    line-height: 130%;
  }
}

#w-node-_19ec0ea4-a7fd-9719-2686-6e2324846319-15eb0107 {
  align-self: stretch;
}

#w-node-_9b34f48a-700b-4820-325c-51c0de522214-15eb0107 {
  align-self: start;
}

#w-node-_5cbe2459-0c23-1e89-95bf-27e0d0f9ec94-15eb0107 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0bc-15eb0107 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0be-15eb0107 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-f2f0c060-8f8b-04c9-c9f5-707a04a71111-15eb0107 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c4-15eb0107 {
  order: -9999;
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c5-15eb0107 {
  order: -9999;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c7-15eb0107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c9-15eb0107 {
  order: -9999;
}

#w-node-_63981d14-67fe-77bb-9953-783e62c75531-15eb0107 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bd60c665-edae-555c-be73-f3f24f20e4cf-15eb0107 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0b3-15eb0107, #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0cf-15eb0107 {
  align-self: stretch;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d80fd-15eb0107 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d8101-15eb0107 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b121-15eb0107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b125-15eb0107, #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b129-15eb0107, #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b12d-15eb0107 {
  align-self: center;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b136-15eb0107 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-c21f9b8b-623c-0cd2-df0d-dd886ac195ea-15eb0107 {
  align-self: center;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b148-15eb0107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b15d-15eb0107, #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b15e-15eb0107, #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b163-15eb0107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b165-15eb0107 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b167-15eb0107 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df0ba007-390b-30f3-3e2a-4fc6656227da-15eb014e {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-df0ba007-390b-30f3-3e2a-4fc665622827-15eb014e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-df0ba007-390b-30f3-3e2a-4fc665622829-15eb014e {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end start;
}

#w-node-_82295294-b5b4-0167-2bcb-bcb0b86ad7d0-5d14199e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a9bc82ee-d46d-5b63-e56b-b648bda7fd36-5d14199e {
  align-self: end;
}

#w-node-a4b3be41-9bd3-b17d-58d8-b464e3b07bb9-e3b07ba7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_19ec0ea4-a7fd-9719-2686-6e2324846319-c8daeac0 {
  align-self: stretch;
}

#w-node-_9b34f48a-700b-4820-325c-51c0de522214-c8daeac0 {
  align-self: start;
}

#w-node-_9a88cb8e-9175-cc39-4b97-fa3b59fb9d44-c8daeac0 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_9a88cb8e-9175-cc39-4b97-fa3b59fb9d4e-c8daeac0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9a88cb8e-9175-cc39-4b97-fa3b59fb9d58-c8daeac0 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_9a88cb8e-9175-cc39-4b97-fa3b59fb9d62-c8daeac0 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0bc-c8daeac0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0be-c8daeac0 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-f2f0c060-8f8b-04c9-c9f5-707a04a71111-c8daeac0 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c4-c8daeac0 {
  order: -9999;
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c5-c8daeac0 {
  order: -9999;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c7-c8daeac0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c9-c8daeac0 {
  order: -9999;
}

#w-node-f28b6571-e202-6d41-babd-8214cd622e5d-c8daeac0 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-ad77b0d8-676b-00f3-33ce-1e3598898283-c8daeac0 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_435395ca-9fe2-76b0-6e08-faa53b16cb1c-c8daeac0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f3a8f55a-41cb-3795-6b26-fd3027d44d07-c8daeac0 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_16c4572d-c2af-46df-5fb1-8e22c02d5f61-c8daeac0 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-d41effb6-0dad-ac33-944c-48d6ba3c1666-c8daeac0 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_60d6e9af-96b3-9599-74f9-0a699faf2940-c8daeac0 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_4789c24d-baec-77c0-e881-13c8e87b250b-c8daeac0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4789c24d-baec-77c0-e881-13c8e87b250c-c8daeac0 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0b3-c8daeac0, #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0cf-c8daeac0 {
  align-self: stretch;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d80fd-c8daeac0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d8101-c8daeac0 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_2fa0f1a2-e960-d393-6533-1063a81c8b59-c8daeac0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b37bfbd8-ee0d-f09d-575b-ea3bbf33c4bd-c8daeac0, #w-node-b37bfbd8-ee0d-f09d-575b-ea3bbf33c4c1-c8daeac0, #w-node-b37bfbd8-ee0d-f09d-575b-ea3bbf33c4c3-c8daeac0 {
  align-self: center;
}

#w-node-b37bfbd8-ee0d-f09d-575b-ea3bbf33c4c8-c8daeac0 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-b37bfbd8-ee0d-f09d-575b-ea3bbf33c4cc-c8daeac0 {
  align-self: center;
}

#w-node-_2fa0f1a2-e960-d393-6533-1063a81c8b78-c8daeac0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2fa0f1a2-e960-d393-6533-1063a81c8b8a-c8daeac0, #w-node-_2fa0f1a2-e960-d393-6533-1063a81c8b8b-c8daeac0, #w-node-_2fa0f1a2-e960-d393-6533-1063a81c8b90-c8daeac0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fa0f1a2-e960-d393-6533-1063a81c8b92-c8daeac0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2fa0f1a2-e960-d393-6533-1063a81c8b94-c8daeac0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19ec0ea4-a7fd-9719-2686-6e2324846319-e4a1aa58 {
  align-self: stretch;
}

#w-node-_9b34f48a-700b-4820-325c-51c0de522214-e4a1aa58 {
  align-self: start;
}

#w-node-_35402634-06e8-3078-4f9a-5b5fad9bb05f-e4a1aa58 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_35402634-06e8-3078-4f9a-5b5fad9bb069-e4a1aa58 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_35402634-06e8-3078-4f9a-5b5fad9bb073-e4a1aa58 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_35402634-06e8-3078-4f9a-5b5fad9bb07d-e4a1aa58 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0bc-e4a1aa58 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0be-e4a1aa58 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-f2f0c060-8f8b-04c9-c9f5-707a04a71111-e4a1aa58 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c4-e4a1aa58 {
  order: -9999;
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c5-e4a1aa58 {
  order: -9999;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c7-e4a1aa58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c9-e4a1aa58 {
  order: -9999;
}

#w-node-f28b6571-e202-6d41-babd-8214cd622e5d-e4a1aa58 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-ad77b0d8-676b-00f3-33ce-1e3598898283-e4a1aa58 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_435395ca-9fe2-76b0-6e08-faa53b16cb1c-e4a1aa58 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f3a8f55a-41cb-3795-6b26-fd3027d44d07-e4a1aa58 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_16c4572d-c2af-46df-5fb1-8e22c02d5f61-e4a1aa58 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-d41effb6-0dad-ac33-944c-48d6ba3c1666-e4a1aa58 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_60d6e9af-96b3-9599-74f9-0a699faf2940-e4a1aa58 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-d2cfb249-0afe-2343-7717-a1cf2d7abda4-e4a1aa58 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d2cfb249-0afe-2343-7717-a1cf2d7abda5-e4a1aa58 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0b3-e4a1aa58, #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0cf-e4a1aa58 {
  align-self: stretch;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d80fd-e4a1aa58 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b35f7c49-6a56-74e3-b73d-2347350d8101-e4a1aa58 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b121-e4a1aa58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b125-e4a1aa58, #w-node-a9973294-e137-ac0b-9ee4-2a482cb11c0d-e4a1aa58, #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b12d-e4a1aa58 {
  align-self: center;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b136-e4a1aa58 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b129-e4a1aa58 {
  align-self: center;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b148-e4a1aa58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b15d-e4a1aa58, #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b15e-e4a1aa58, #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b163-e4a1aa58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b165-e4a1aa58 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b167-e4a1aa58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_4934c764-2201-d1ce-f98e-ed8d86b19350-15eb0107 {
    justify-self: start;
  }

  #w-node-_4934c764-2201-d1ce-f98e-ed8d86b19358-15eb0107 {
    justify-self: end;
  }

  #w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0be-15eb0107 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c4-15eb0107 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0b3-15eb0107 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
  }

  #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0cf-15eb0107 {
    grid-area: 2 / 2 / 3 / 4;
    place-self: center end;
  }

  #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b121-15eb0107 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b148-15eb0107 {
    justify-self: center;
  }

  #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b165-15eb0107 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b167-15eb0107 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-df0ba007-390b-30f3-3e2a-4fc6656227da-15eb014e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc30c435-5405-4f8e-5da6-7097862a2919-15eb014e {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_8c46a2e4-f9d4-1327-5040-82d6ee7aaad7-ee7aaac2 {
    justify-self: start;
  }

  #w-node-_8c46a2e4-f9d4-1327-5040-82d6ee7aaaec-ee7aaac2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4934c764-2201-d1ce-f98e-ed8d86b19350-c8daeac0 {
    justify-self: start;
  }

  #w-node-_4934c764-2201-d1ce-f98e-ed8d86b19358-c8daeac0 {
    justify-self: end;
  }

  #w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0be-c8daeac0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c4-c8daeac0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0b3-c8daeac0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
  }

  #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0cf-c8daeac0 {
    grid-area: 2 / 2 / 3 / 4;
    place-self: center end;
  }

  #w-node-_2fa0f1a2-e960-d393-6533-1063a81c8b59-c8daeac0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2fa0f1a2-e960-d393-6533-1063a81c8b78-c8daeac0 {
    justify-self: center;
  }

  #w-node-_2fa0f1a2-e960-d393-6533-1063a81c8b92-c8daeac0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2fa0f1a2-e960-d393-6533-1063a81c8b94-c8daeac0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_4934c764-2201-d1ce-f98e-ed8d86b19350-e4a1aa58 {
    justify-self: start;
  }

  #w-node-_4934c764-2201-d1ce-f98e-ed8d86b19358-e4a1aa58 {
    justify-self: end;
  }

  #w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0be-e4a1aa58 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e5ee87cc-60bb-1db9-a97c-506c1089c0c4-e4a1aa58 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0b3-e4a1aa58 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
  }

  #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0cf-e4a1aa58 {
    grid-area: 2 / 2 / 3 / 4;
    place-self: center end;
  }

  #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b121-e4a1aa58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b148-e4a1aa58 {
    justify-self: center;
  }

  #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b165-e4a1aa58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b167-e4a1aa58 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0b3-15eb0107 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0cf-15eb0107 {
    grid-column-end: 3;
    align-self: center;
  }

  #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b167-15eb0107 {
    grid-row: span 1 / span 1;
  }

  #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0b3-c8daeac0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0cf-c8daeac0 {
    grid-column-end: 3;
    align-self: center;
  }

  #w-node-_2fa0f1a2-e960-d393-6533-1063a81c8b94-c8daeac0 {
    grid-row: span 1 / span 1;
  }

  #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0b3-e4a1aa58 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0cf-e4a1aa58 {
    grid-column-end: 3;
    align-self: center;
  }

  #w-node-_18b62d0d-b785-2755-ee0f-bc2bc858b167-e4a1aa58 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0cf-15eb0107, #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0cf-c8daeac0, #w-node-_1bd29cb7-f467-173c-2fd8-6d606d79b0cf-e4a1aa58 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: start;
  }
}


@font-face {
  font-family: 'Notosansarabic Variable';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Medium.ttf') format('truetype');
  font-weight: 500;
  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: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trivia';
  src: url('../fonts/TriviaSerifRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trivia';
  src: url('../fonts/Storm---TriviaSerifRegular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Triviaserifbook';
  src: url('../fonts/Storm---TriviaSerifBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Triviaserifbook';
  src: url('../fonts/Storm---TriviaSerifBook-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}