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

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

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

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

:root {
  --black: black;
  --white: white;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.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 {
  color: #222;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 110%;
}

a {
  opacity: .5;
  color: #000;
  text-decoration: underline;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-faq {
  cursor: pointer;
  overflow: hidden;
}

.faq-block {
  cursor: pointer;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px #d9d9d9;
  flex-direction: column;
  margin-top: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-block-quiz {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.step-quiz {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fff;
  border-radius: 25px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.step-quiz.horizontal {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  position: relative;
}

.half-quiz {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  width: 48%;
  display: flex;
  position: relative;
}

.half-quiz.final {
  justify-content: space-between;
}

.half-quiz.grey {
  background-color: #d9d9d9;
  border-radius: 25px;
}

.half-quiz._30 {
  width: 30%;
}

.half-quiz.minus {
  width: auto;
  margin-right: -60%;
}

.half-quiz.minus.ar {
  margin-bottom: auto;
  margin-left: -60%;
  margin-right: 0%;
}

.half-quiz.medium {
  flex: none;
  width: 38%;
}

.half-quiz.ar {
  align-self: center;
}

.text-field {
  color: #000;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  line-height: 140%;
  box-shadow: 0 4px 10px #2b324012;
}

.text-field::placeholder {
  color: #bbb;
}

.text-field.final {
  white-space: pre-wrap;
  flex: 1;
  display: block;
}

.text-field.hidden {
  height: 20px;
  display: block;
}

.text-field.half {
  width: 50%;
}

.text-field.is-form {
  box-shadow: none;
  border-style: none;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field.is-form::placeholder {
  color: #7a7a7a;
}

.text-field.is-form.phone {
  direction: ltr;
}

.body {
  background-color: #eaeaea;
}

.image {
  border-radius: 25px;
  width: 40.375rem;
  max-width: none;
  height: auto;
}

.image.girl {
  object-fit: contain;
  object-position: 100% 100%;
  height: 110%;
  position: absolute;
  bottom: 0;
  right: -30px;
}

.image.hidden {
  display: none;
}

.heading {
  color: #bbb;
  align-self: flex-start;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 150%;
}

.heading.success {
  text-align: left;
  font-size: 42px;
  font-weight: 700;
}

.field-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.field-label {
  text-align: left;
  padding-right: 30%;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 150%;
}

.divider {
  background-color: #a6e1f7;
  width: 1px;
  min-width: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.checkbox-content {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  flex-wrap: wrap;
  display: flex;
}

.checkbox-content.final {
  justify-content: space-between;
  position: relative;
}

.text-block-checkbox-trigger {
  font-size: 14px;
}

.checkbox-trigger {
  cursor: pointer;
  background-color: #b97474;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 1em;
  padding-right: 1em;
  transition: background-color .2s;
  display: none;
}

.checkbox-trigger.bedrooms {
  display: none;
}

.checkbox-link {
  color: #bbb;
  cursor: pointer;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 140%;
  transition: color .2s, background-color .2s;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #a6e1f7;
  border-radius: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.checkbox-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.checkbox-wrapper.bedrooms {
  height: 140px;
}

.text-block-checkbox {
  padding: 10px 18px;
  font-family: Inter, sans-serif;
}

.checkbox {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 40px;
  height: 40px;
}

.textarea {
  border-radius: 10px;
}

.buttons-quiz-block {
  background-color: #fff;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 45px 0 25px;
  display: flex;
  position: relative;
}

.buttons-quiz-block.no-pad-top {
  padding-top: 0;
}

.block-w-2-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.add-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px dashed #2272ff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 90px;
  display: none;
}

.step-quiz-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.step-quiz-wrapper._1-slide.slide.marquiz {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.step-quiz-wrapper._6-slide {
  position: relative;
}

.step-quiz-wrapper.success {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
}

.button-quiz {
  cursor: pointer;
  border: 1px solid #2272ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  display: flex;
}

.button-quiz.back {
  color: #fff;
  background-color: #c2c2c2;
  border-style: none;
  border-radius: 1.875rem;
  width: 16.875rem;
  height: 3.75rem;
}

.button-quiz.back.start {
  cursor: not-allowed;
}

.button-quiz.forward {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #1eade5;
  border-style: none;
  border-radius: 1.875rem;
  width: 16.875rem;
  height: 3.75rem;
  transition: all .2s;
  position: relative;
  box-shadow: 0 10px 30px #1eade533;
}

.button-quiz.forward:hover {
  background-color: #0c8abb;
}

.button-quiz.is-form {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #1eade5;
  border-style: none;
  border-radius: 1.875rem;
  width: 100%;
  height: 3.4375rem;
  transition: opacity .3s;
  position: relative;
  box-shadow: 0 10px 30px #1eade533;
}

.button-quiz.is-form:hover {
  background-color: #0c8abb;
}

.progress-bar {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  height: 3px;
  display: flex;
}

.bar-bg {
  opacity: .8;
  width: 265px;
  height: 15px;
  margin-left: 55px;
  position: absolute;
}

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

.line {
  color: #7a7a7a;
  border: 1px solid #7a7a7a80;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.line.grey {
  width: 2rem;
  height: 2rem;
}

.line.active {
  color: #fff;
  background-color: #1eade5;
  border: 1px #7a7a7a80;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

.form-quiz {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bg {
  background-color: #ecfaff;
  border-radius: 10px;
  width: 100%;
  height: 500px;
  margin-top: 50px;
  position: relative;
}

.bg.footer {
  height: 400px;
}

.div-block-services {
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
}

.heading-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.job {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.nam {
  color: #2272ff;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}

.link-block {
  opacity: 1;
  background-image: url('../images/Frame-31.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}

.link-block.t {
  background-image: url('../images/Frame-30.svg');
}

.name {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.call {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.success-message {
  text-align: left;
  background-color: #fff;
  border-radius: 25px;
  padding: 0;
  position: relative;
}

.success-message-text {
  background-color: #fff;
  border-radius: 25px;
  align-self: flex-start;
}

.load {
  display: none;
}

.logo-190px {
  width: 13rem;
  display: flex;
}

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

.buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-contain {
  object-fit: contain;
}

.text-block {
  align-items: center;
  line-height: 100%;
}

.drop-icon {
  margin-right: 5px;
}

.col-btn {
  color: #f4f9f9;
  font-size: .75rem;
}

.navbar {
  color: #f4f9f9;
  background-color: #0000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.land-btn {
  color: #222;
  border: 1px solid #6d6d6d80;
  border-radius: 30px;
  align-items: center;
  height: 2.125rem;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.land-btn:hover {
  color: #6d6d6d80;
}

.land-btn.hide {
  display: none;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.125rem;
  line-height: 110%;
}

.tetx-size-16 {
  color: #5a5a5a;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 140%;
}

.tetx-size-16.max-w {
  max-width: 80%;
}

.tetx-size-16.max-w-200 {
  max-width: 16rem;
}

.tetx-size-16.max-w-200.ar {
  text-align: right;
}

.tetx-size-16.de {
  max-width: 14rem;
}

.tetx-size-16.ar {
  direction: ltr;
}

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

.icon-24.ar {
  transform: rotate(180deg);
}

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

.btns-wrap.opacity-0 {
  opacity: 0;
}

.awards-quiz {
  width: 100%;
}

.slider-quiz {
  background-color: #0000;
  width: 24.375rem;
  height: 12.5rem;
}

.slider-quiz.ar {
  direction: ltr;
}

.slide-nav {
  display: none;
}

.arrow {
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 1.5625rem;
  display: flex;
  inset: 10% 0% auto auto;
  overflow: visible;
}

.arrow.l {
  right: 10%;
}

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

.awards_items-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.awards_item {
  background-color: #ebf3f9;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  width: 11.875rem;
  height: 10.9375rem;
  padding: 1.1rem;
  display: flex;
}

.awards_item.hide {
  display: none;
}

.icon-60 {
  width: 3.75rem;
  height: 3.75rem;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8125rem;
  line-height: 110%;
}

.h2.fr {
  font-size: 2.3rem;
}

.q-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.max-w-80.gap-15 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  display: flex;
}

.max-w-80.gap-15.fr {
  max-width: 50%;
}

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

.radio-card-quiz {
  grid-row-gap: .875rem;
  cursor: pointer;
  border: 1px solid #e3e3e3;
  border-radius: 25px 25px 20px 20px;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 15.3rem;
  height: 15rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.radio-card-quiz.big {
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  height: 15rem;
  margin-bottom: 0;
  overflow: hidden;
}

.radio-card-quiz.zh {
  width: 14.9rem;
}

.radio-card-quiz.tr {
  width: 16rem;
}

.radio-card-quiz.long {
  height: auto;
}

.radio-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.radio-image.blur {
  filter: blur(2px);
}

.radio-content {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: .9375rem;
  display: flex;
}

.radio-circle {
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 1rem;
  margin-right: .5rem;
}

.radio-circle.w--redirected-checked {
  background-color: #1eade5;
  background-image: url('../images/charm_tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
}

.radio-circle.w--redirected-focus {
  box-shadow: none;
}

.radio-circle.no-margin {
  margin-top: .25rem;
  margin-left: 0;
}

.radio-circle.no-margin.ar {
  margin-left: 8px;
  margin-right: 0;
}

.radios-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: stretch;
  width: 66%;
  display: flex;
  position: relative;
}

.radios-wrap.final {
  justify-content: space-between;
}

.radios-wrap.grey {
  background-color: #d9d9d9;
  border-radius: 25px;
}

.radios-wrap.minus {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.radios-wrap.minus.pad-less {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

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

.radios-wrap._1 {
  width: 60%;
}

.input-card {
  grid-row-gap: .875rem;
  cursor: auto;
  background-color: #ebf3f9;
  border: 1px #e3e3e3;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 14.375rem;
  height: 14.375rem;
  padding: 1.25rem;
  display: flex;
}

.icon-40 {
  width: 2.5rem;
  height: 2.5rem;
}

.tetx-size-22 {
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 140%;
}

.tetx-size-22.bold {
  font-weight: 700;
  line-height: 110%;
}

.flex-v-15 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  display: flex;
}

.cards-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.bg-2 {
  z-index: 0;
  pointer-events: none;
  object-fit: contain;
  background-image: linear-gradient(90deg, #fbfbfb, #fff0 20%), url('../images/bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 75%;
  width: 130%;
  height: 120%;
  margin-left: 18%;
  position: absolute;
  inset: -15% 0% 0%;
}

.form-component {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #ebf3f9;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  width: 36.25rem;
  min-height: 39.6875rem;
  padding: 2.5rem 1.25rem;
  display: flex;
  position: relative;
}

.form-component.final {
  justify-content: space-between;
}

.form-component.grey {
  background-color: #d9d9d9;
  border-radius: 25px;
}

.form-component.small {
  width: 30%;
}

.form-component.minus {
  pointer-events: none;
  width: auto;
  margin-right: -60%;
}

.form-component.medium {
  flex: none;
  width: 38%;
}

.form-component.is--success {
  justify-content: space-between;
  min-height: 33.5rem;
}

.body-quiz {
  overflow: visible;
}

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

.flex-v-20.max-w-90 {
  max-width: 99%;
}

.form-fields {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #5a5a5a;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.name-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.text-size-30 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  line-height: 110%;
}

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

.icon-70 {
  flex: none;
  width: 4.375rem;
}

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

.success-bg {
  width: 17.5rem;
  position: absolute;
  inset: auto -1rem 0% auto;
}

.success-bg.ar {
  transform-style: preserve-3d;
  left: -1rem;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.google-btn {
  opacity: 1;
  width: 11.625rem;
  transition: opacity .3s;
}

.google-btn:hover {
  opacity: .78;
}

.google-btn.is-mobile {
  display: none;
}

.google-btn.is--desktop {
  display: block;
}

.google-btn-image {
  width: 100%;
}

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

.lang-drop {
  color: #222;
  margin-bottom: -3rem;
  padding-bottom: 3rem;
  text-decoration: none;
}

.lang_switch-current_lang {
  color: #f4f9f9;
  justify-content: center;
  align-items: center;
  width: 2.188rem;
  height: 2.188rem;
  padding: 0;
  display: flex;
}

.lang_text {
  color: #222;
  font-size: .875rem;
  line-height: 150%;
}

.lang_icon {
  color: #222;
  margin: .125rem 0 0;
  font-size: .6rem;
  position: static;
}

.choise_lang {
  margin-top: .625rem;
}

.choise_lang.w--open {
  box-shadow: none;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
}

.lang-link {
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #222;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 2.188rem;
  height: 2.188rem;
  margin-bottom: .625rem;
  padding: 0;
  font-size: 1rem;
  display: flex;
}

.lang-link:hover {
  border-color: #f4f9f9;
}

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

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

.bg-3 {
  z-index: 0;
  pointer-events: none;
  object-fit: contain;
  background-image: linear-gradient(90deg, #fbfbfb, #fff0 20%), url('../images/bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 75%;
  width: 130%;
  height: 120%;
  margin-left: 18%;
  position: absolute;
  inset: -10% 0% 0%;
}

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

.section {
  overflow: hidden;
}

.lang_selector {
  color: var(--black);
  text-decoration: none;
  display: flex;
}

.lang-wrap {
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  padding: .5625rem .875rem .625rem;
  font-family: Manrope, sans-serif;
  display: flex;
}

.lang-wrap.w--open {
  color: #464646;
  background-color: #fff;
  border-radius: .9375rem .9375rem 0 0;
}

.lang-wrap.hover-gold {
  opacity: 1;
  text-decoration: none;
  transition: color .2s;
}

.lang-wrap.hover-gold:hover {
  color: #1eade5;
}

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

.lang-flag {
  width: 1.5rem;
  max-width: 1.5rem;
  height: auto;
  margin-right: .375rem;
}

.lang-flag.ar {
  margin-left: .375rem;
  margin-right: 0;
}

.lang_text-2 {
  font-size: .875rem;
  line-height: 150%;
}

.lang_icon-2 {
  flex: none;
  width: 1rem;
  margin: .125rem 0 0 .375rem;
  font-size: .8rem;
  font-weight: 300;
  position: static;
}

.lang_icon-2.opacity-0 {
  opacity: 0;
}

.dropdown-lang-list {
  margin-top: .625rem;
}

.dropdown-lang-list.w--open {
  color: #464646;
  background-color: #fff;
  border-bottom-right-radius: .9375rem;
  border-bottom-left-radius: .9375rem;
  margin-top: 2.5rem;
  box-shadow: 0 10px 20px #281c101a;
}

.container-1280 {
  color: #525252;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  font-size: 1rem;
  position: relative;
}

.info-block {
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info-block.grid-2x2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: min-content minmax(min-content, 1fr);
  grid-template-columns: 26.875rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.info-block-left-half {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 33.125rem;
  height: auto;
  min-height: 100%;
  display: flex;
  position: relative;
}

.heading-2-info-block {
  color: #252525;
  width: auto;
  margin: 0;
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 120%;
}

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

.flex-v-40._w-750 {
  width: 46.875rem;
  margin-left: auto;
}

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

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

.text-size-36px.weight-900 {
  font-weight: 900;
}

.text-size-36px.weight-900.text-color-blue {
  color: #00ade5;
}

.text-size-36px.weight-900.text-color-blue.h-divider {
  border-bottom: 1px solid #b5b5b5;
  height: auto;
  padding-bottom: 1.25rem;
}

.rich-text-only-p, .rtb-main-block {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  margin-top: -.625rem;
  margin-bottom: -.625rem;
  display: flex;
}

.map-block {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.map-overflow-hover {
  text-align: center;
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.paragraph-white-map {
  color: #fff;
  text-shadow: 0 2px 15px #0000001a;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.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;
}

.footer-link {
  font-size: .75rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-link.ar {
  left: 0;
  right: auto;
}

.image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrap.big {
  max-height: 10rem;
}

.question {
  z-index: 2;
  position: absolute;
  inset: auto;
}

.image-134px {
  object-fit: contain;
  background-image: url('../images/reviews-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.375rem;
  max-width: 8.375rem;
}

.image-134px:lang(ru) {
  background-image: url('../images/reviews-ru.svg');
}

.image-134px:lang(ar) {
  background-image: url('../images/reviews-ar.svg');
}

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

.image-5 {
  width: 150px;
}

.google-btn-new {
  opacity: 100;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  flex: none;
  height: 3.75rem;
  padding: .3125rem 1.25rem .4375rem 1.0625rem;
  display: flex;
}

.google-btn-new.ar {
  padding-left: 1.25rem;
  padding-right: 1rem;
}

.google-btn-new.is-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .faq-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form-block-quiz {
    width: 95vw;
    margin-top: 5vh;
  }

  .step-quiz {
    border-radius: 20px;
    flex-flow: column;
  }

  .step-quiz.horizontal {
    flex-flow: column;
  }

  .half-quiz, .half-quiz._30, .half-quiz.minus, .half-quiz.medium {
    width: 100%;
  }

  .text-field {
    border: 1px solid #eaeaea;
  }

  .image {
    width: 100%;
  }

  .field-label {
    padding-right: 0%;
  }

  .divider {
    display: none;
  }

  .checkbox-content {
    grid-column-gap: 10px;
    justify-content: flex-start;
  }

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

  .checkbox-trigger {
    height: 45px;
  }

  .div-block-19 {
    display: none;
  }

  .checkbox-wrapper {
    font-size: 14px;
  }

  .checkbox-wrapper.bedrooms {
    height: auto;
  }

  .text-block-checkbox {
    padding-left: 15px;
    padding-right: 15px;
  }

  .textarea {
    border: 1px solid #eaeaea;
  }

  .buttons-quiz-block {
    border-radius: 20px;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .step-quiz-wrapper, .step-quiz-wrapper._1-slide {
    padding-bottom: 20px;
  }

  .step-quiz-wrapper._2-slide {
    padding-top: 80px;
    position: relative;
  }

  .step-quiz-wrapper._3-slide {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
  }

  .step-quiz-wrapper._4-slide {
    padding-top: 80px;
    position: relative;
  }

  .step-quiz-wrapper._5-slide {
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
  }

  .button-quiz.forward {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .progress-bar {
    grid-column-gap: 5px;
    height: auto;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .bg {
    height: 400px;
  }

  .bg.footer {
    height: 300px;
  }

  .success-message {
    height: auto;
  }

  .container-navbar {
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }

  .col-btn {
    height: auto;
    display: none;
  }

  .navbar {
    margin-top: .5rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .btns-wrap {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .slider-quiz {
    width: 100%;
    height: auto;
  }

  .awards-content, .awards_items-wrap {
    flex-flow: column;
  }

  .awards_item {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 4.625rem;
  }

  .radio-card-quiz {
    width: 100%;
    height: 3.125rem;
    padding-bottom: 0;
  }

  .radio-card-quiz.big {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 3.125rem;
  }

  .radio-image {
    display: none;
  }

  .radios-wrap {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    width: 100%;
  }

  .radios-wrap.minus {
    flex-flow: column;
  }

  .input-card {
    width: 100%;
    height: auto;
  }

  .cards-wrapper {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    width: 100%;
  }

  .bg-2 {
    margin-left: 0%;
    position: relative;
  }

  .form-component, .form-component.small, .form-component.minus, .form-component.medium {
    width: 100%;
  }

  .body-quiz {
    overflow: visible;
  }

  .hero_btns {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .lang-drop {
    position: relative;
  }

  .lang_text {
    font-size: .75rem;
  }

  .lang_icon {
    font-size: .5rem;
  }

  .choise_lang {
    background-color: #fff;
    margin-top: .5rem;
  }

  .bg-3 {
    margin-left: 0%;
    position: relative;
  }

  .section.marquiz {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .lang_text-2 {
    font-size: .75rem;
  }

  .lang_icon-2 {
    font-size: .5rem;
  }

  .dropdown-lang-list {
    background-color: #fff;
    margin-top: .5rem;
  }

  .container-1280 {
    width: 95vw;
    padding-left: 0;
    padding-right: 0;
  }

  .info-block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    font-size: 14px;
  }

  .info-block.grid-2x2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-columns: 290px auto;
    display: flex;
  }

  .info-block-left-half {
    margin-right: 0;
  }

  .heading-2-info-block {
    width: auto;
    font-size: 2.25rem;
  }

  .text-size-36px {
    font-size: 1.75rem;
  }

  .rtb-main-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .map-block {
    border-radius: 15px;
  }

  .paragraph-white-map {
    font-size: 14px;
  }

  .footer-link {
    position: relative;
  }

  .image-wrap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .step-quiz {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .step-quiz.horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .half-quiz.grey {
    height: 300px;
  }

  .half-quiz.is--hero {
    justify-content: center;
    align-items: flex-end;
  }

  .text-field.final {
    min-width: 200px;
  }

  .text-field.is-form {
    border-style: solid;
    border-color: #eaeaea;
  }

  .image.girl {
    right: -20px;
  }

  .checkbox-content.final {
    background-color: #0000;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-wrapper {
    margin-bottom: 0;
  }

  .buttons-quiz-block {
    padding: 20px 0;
  }

  .step-quiz-wrapper.success {
    flex-direction: column;
  }

  .button-quiz.back {
    width: 100%;
    height: 3.125rem;
  }

  .button-quiz.forward {
    width: 100%;
    height: 3.125rem;
    font-size: .875rem;
  }

  .button-quiz.is-form {
    width: 100%;
  }

  .bg {
    margin-top: 20px;
  }

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

  .tetx-size-16, .tetx-size-16.max-w-350 {
    font-size: .875rem;
  }

  .btns-wrap {
    flex-flow: column;
    width: 100%;
  }

  .h2 {
    font-size: 2.1875rem;
  }

  .q-wrap {
    display: none;
  }

  .max-w-80 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .radios-wrap.grey {
    height: 300px;
  }

  .radios-wrap.minus._2 {
    display: flex;
  }

  .form-component {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .form-component.grey {
    height: 300px;
  }

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

  .hero_btns.marquiz {
    flex-flow: column;
    align-items: center;
  }

  .section.marquiz {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .info-block {
    font-size: 14px;
  }

  .info-block.grid-2x2 {
    display: flex;
  }

  .info-block-left-half {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    min-width: auto;
    min-height: auto;
  }

  .heading-2-info-block {
    margin-bottom: 0;
  }

  .map-block {
    height: 300px;
  }

  .paragraph-white-map {
    font-size: 12px;
  }

  .image-134px, .google-btn-new {
    display: none;
  }

  .google-btn-new.is-mobile {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .form-block-quiz {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .step-quiz {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .step-quiz.horizontal {
    padding-top: 0;
  }

  .half-quiz.final {
    font-size: 12px;
  }

  .half-quiz.grey {
    height: 78.5vw;
  }

  .half-quiz.is--hero {
    justify-content: center;
    align-items: flex-end;
  }

  .text-field {
    font-size: 12px;
  }

  .text-field.half {
    flex: 1;
  }

  .checkbox-content {
    border-radius: 20px;
    justify-content: space-between;
  }

  .text-block-checkbox-trigger {
    font-size: 12px;
  }

  .checkbox-trigger {
    height: 50px;
  }

  .checkbox-link {
    flex: 2 0 auto;
    font-size: 12px;
  }

  .checkbox-wrapper {
    font-size: 12px;
  }

  .textarea {
    font-family: Inter, sans-serif;
    font-size: 12px;
  }

  .buttons-quiz-block {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .step-quiz-wrapper, .step-quiz-wrapper._2-slide, .step-quiz-wrapper._3-slide {
    position: relative;
  }

  .button-quiz {
    font-size: 12px;
  }

  .button-quiz.back {
    text-align: center;
  }

  .progress-bar {
    width: auto;
    height: auto;
    margin-left: 0;
    position: absolute;
    inset: 16px auto auto 0%;
  }

  .bg {
    height: 200px;
  }

  .div-block-services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .div-block-services.link {
    flex-direction: column;
    align-items: flex-start;
  }

  .nam {
    font-size: 20px;
  }

  .success-message {
    margin-right: -1rem;
  }

  .h2 {
    flex: none;
    font-size: 2.1875rem;
  }

  .radios-wrap.final {
    font-size: 12px;
  }

  .radios-wrap.grey {
    height: 78.5vw;
  }

  .form-component.final {
    font-size: 12px;
  }

  .form-component.grey {
    height: 78.5vw;
  }

  .form-component.is--success {
    background-color: #0000;
    overflow: hidden;
  }

  .text-size-30 {
    font-size: 1.5625rem;
  }

  .div-block-21 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .success-bg {
    width: 14rem;
    right: -5rem;
  }

  .google-btn.is-mobile {
    display: block;
  }

  .google-btn.is--desktop {
    display: none;
  }

  .lang-link {
    background-color: #fff3;
  }

  .div-block-22 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .lang-wrap {
    border-style: none;
    padding-right: 0;
  }

  .heading-2-info-block {
    font-size: 2rem;
  }
}


@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Bold.ttf') format('truetype'), url('../fonts/NotoSansArabic-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  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-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}