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

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

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

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

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

@font-face {
  font-family: Gothampro;
  src: url('../fonts/gothampro_blackitalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

:root {
  --dark-slate-grey: #393939;
  --white: white;
  --burlywood: #d0a966;
  --black: #272727;
  --tan: #c7b28b;
  --medium-sea-green: #2ea07c;
}

body {
  color: #fff;
  font-family: Gothampro, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: var(--dark-slate-grey);
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
}

a {
  color: var(--dark-slate-grey);
  text-decoration: none;
  transition: all .2s;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.navlink-content {
  z-index: 10;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.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;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-showcase-sub-item {
  width: 50%;
  padding: 10px;
}

.showcase-img {
  cursor: pointer;
  border: 1px solid #2ea07c00;
  width: 100%;
  height: 100%;
  transition: all .2s;
  box-shadow: 0 0 20px #2ea07c00;
}

.showcase-img:hover {
  border-color: #2ea07c;
  transform: scale(1.05);
  box-shadow: 0 0 20px #2ea07c33;
}

.body-quiz {
  color: #3f3f3f;
  background-color: #f2f0ef;
}

.navbar-no-shadow {
  z-index: 100;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}

.navbar-no-shadow.transp {
  z-index: 98;
  background-color: #0000;
  border-bottom-style: none;
  margin-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 960px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.launch-logo {
  background-image: url('../images/logo_penthouse_black-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 80px;
}

.launch-logo.footer {
  background-image: url('../images/logo_penthouse_black-2.svg');
  background-position: 0%;
  width: 100%;
  height: 60px;
  max-height: 60px;
}

.launch-logo.black {
  background-image: url('../images/logo_penthouse_black-1-1.svg');
  height: 70px;
}

.nav-menu-wrapper {
  height: 100%;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-dropdown {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.nav-dropdown-toggle {
  margin-left: 30px;
  margin-right: 30px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  -webkit-text-fill-color: transparent;
  background-color: #3f3f3f;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 10px;
  margin-right: 0;
  position: static;
}

.nav-dropdown-list {
  color: #fff;
  background-color: #161616;
  border-radius: 15px;
  padding-top: 0;
  padding-bottom: 0;
  top: 20px;
  overflow: hidden;
}

.nav-dropdown-list.w--open {
  background-color: #313131;
  margin-top: 20px;
}

.nav-dropdown-link {
  background-color: var(--white);
  text-align: center;
  padding: 5px 20px;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  background-color: #ebebeb;
  text-decoration: none;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #d0a966;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link:visited, .nav-dropdown-link:lang(en) {
  color: var(--dark-slate-grey);
}

.mobile-margin-top-10 {
  border-left: 1px solid #3f3f3f1a;
  border-right: 1px solid #3f3f3f1a;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary {
  color: #d0a966;
  cursor: pointer;
  background-color: #0000;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  padding: 12px 20px;
  transition: all .2s;
  display: flex;
}

.header-block-quiz {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-right: 350px;
  display: flex;
}

.header-block-quiz.success {
  grid-column-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.header-block-quiz._2 {
  flex-direction: column;
  align-items: flex-start;
}

.step {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  height: 630px;
  padding-right: 550px;
  display: flex;
}

.step._1, .step._2 {
  justify-content: flex-end;
  height: 580px;
}

.heading-1-quiz {
  color: #3f3f3f;
  text-align: left;
  max-width: 27rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
}

.heading-1-quiz.it {
  font-size: 50px;
}

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

.checkbox:hover {
  transform: translate(0, -10px);
}

.checkbox.success, .checkbox.big-link {
  cursor: auto;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  overflow: hidden;
}

.checkbox-bg {
  width: 100%;
  height: 120px;
  position: absolute;
  inset: 0% 0% auto;
}

.checkbox-bg._13 {
  background-image: url('../images/main-photo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  position: relative;
}

.checkbox-bg._14 {
  background-image: url('../images/9157ee941208f7a95200b91d12acbd55-1-1_19157ee941208f7a95200b91d12acbd55 (1) (1).webp');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: auto 300px;
  height: 200px;
  position: relative;
}

.checkbox-bg.branded {
  background-image: url('../images/661e32f5c8b468247b19743a_FIVE-LUXE.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  height: 200px;
  position: relative;
  bottom: 0;
}

.heading-2-quiz {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.heading-2-quiz.success {
  color: var(--burlywood);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  line-height: 120%;
}

.heading-2-quiz.wo-margin {
  position: relative;
}

.prev-button {
  grid-column-gap: 20px;
  color: #d0a966;
  cursor: pointer;
  border: 2px solid #d0a96680;
  border-radius: 70px;
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 70px;
  font-size: 18px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.prev-button:hover {
  border-color: #d0a966;
}

.prev-button.inactive {
  cursor: not-allowed;
  height: 70px;
  display: none;
}

.prev-button.mini {
  width: auto;
  height: 30px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  transition: background-color .2s;
  position: static;
}

.prev-button.mini:hover {
  color: var(--white);
  background-color: #d0a966;
}

.prev-button.branded {
  z-index: 3;
  width: auto;
  min-width: 100px;
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  transition: background-color .2s;
  position: relative;
}

.prev-button.branded:hover {
  color: var(--white);
  background-color: #d0a966;
}

.block-w-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 380px;
  display: flex;
  position: relative;
}

.block-w-buttons.first-block {
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  margin-top: 40px;
}

.block-w-checkboxes {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.block-w-checkboxes.success {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 30px;
  display: grid;
}

.text-block-button {
  font-family: Gothampro, sans-serif;
  font-weight: 700;
  line-height: 100%;
}

.text-block-button.mini {
  font-size: 12px;
  line-height: 120%;
}

.button {
  grid-column-gap: 20px;
  cursor: pointer;
  background-color: #d0a966;
  border: 1px solid #d0a966;
  border-radius: 70px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 70px;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.button:active {
  opacity: .9;
}

.button.start {
  color: #fff;
  width: 100%;
  text-decoration: none;
}

.div-block-form {
  width: 380px;
}

.error-div {
  z-index: 2;
  text-align: center;
  background-color: #f2f0ef;
  margin: -5px;
}

.success-message {
  background-color: #fff0;
  padding: 0;
  position: relative;
}

.info-block {
  flex-direction: column;
  display: flex;
}

.arrow-embed {
  height: 20px;
  font-size: 18px;
  line-height: 100%;
}

.text-field-form {
  color: #a6a6a6;
  background-color: #0000;
  border: 1px solid #b8b8b8;
  border-radius: 30px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.text-field-form::placeholder {
  color: #a6a6a6;
  font-weight: 400;
}

.left-half-success-div {
  max-width: 50%;
}

.footer-launch {
  grid-row-gap: 40px;
  background-color: #ddccac;
  flex-direction: column;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link-three {
  margin-left: 30px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #424242;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.text-price {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-name-success {
  text-align: left;
  font-family: Gothampro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.text-name-success.big {
  color: var(--burlywood);
  font-size: 24px;
  font-weight: 500;
}

.text-location-success {
  color: #d0a966;
  text-align: left;
  font-size: 12px;
  line-height: 140%;
}

.flex-h-5px {
  grid-column-gap: 5px;
  order: -1;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  display: flex;
}

.flex-h-5px._3 {
  justify-content: flex-start;
}

.html-embed-3 {
  font-size: 10px;
  line-height: 100%;
}

.text-developer-success {
  color: #7b7b7b;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.html-embed-4 {
  align-items: center;
  padding-left: 20px;
  line-height: 100%;
  display: flex;
}

.list-item {
  border-left: 1px solid #3f3f3f1a;
  align-items: center;
  height: 100%;
  display: flex;
}

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

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

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

.dropdown-content {
  z-index: 1;
  color: #a6a6a6;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-top: 55px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: none;
  position: absolute;
  overflow: hidden;
}

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

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

.dropdown-link.bedrooms {
  border: 1px solid #d0a966;
  border-radius: 30px;
  height: 20px;
  padding: 5px 10px;
}

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

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

.html-embed-5.bedromms {
  display: none;
}

.text-block-dropdown {
  color: #7c7c7c;
  line-height: 140%;
}

.text-block-dropdown-trigger {
  color: #a6a6a6;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.text-field {
  display: none;
}

.catalog-button {
  grid-column-gap: 40px;
  cursor: pointer;
  background-color: #d0a966;
  border: 1px solid #d0a966;
  border-radius: 38px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Gothampro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.logo-text {
  color: #0000;
  display: none;
}

.footer-block-w-data {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-block-w-text {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: stretch;
  width: 350px;
  display: flex;
}

.footer-block-w-text.ar {
  text-align: right;
  padding-right: 0;
}

.text-block-3 {
  color: #656565;
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

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

.form-block {
  width: 360px;
  height: 270px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.form-block.popup {
  color: var(--dark-slate-grey);
  width: auto;
  height: auto;
}

.error-message {
  color: #525252;
  text-align: center;
  background-color: #0000;
  height: 20px;
  margin-top: 0;
  padding: 0;
}

.close-popup-block {
  z-index: 1;
  background-color: #000c;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-popup {
  z-index: 2;
  background-color: #111;
  border-radius: 20px;
  justify-content: space-between;
  max-width: 56.25rem;
  margin: auto;
  display: flex;
  position: relative;
  inset: auto;
  overflow: hidden;
}

.button-popups {
  background-color: #d0a966;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.success-message-old {
  color: #c7b28b;
  text-align: center;
  background-color: #0000;
  border: 1px #525252;
  border-radius: 10px;
  height: 210px;
  padding: 0;
  font-size: 18px;
}

.success-message-old.cta {
  background-color: var(--white);
  color: var(--black);
  height: auto;
  padding: .75rem;
}

.success-message-old.side-block {
  color: var(--black);
  height: auto;
}

.text-field-form-popup {
  color: #fff;
  background-color: #313131;
  border: 1px #000;
  border-radius: 50px;
  height: 50px;
  margin: 0;
  padding: 15px 20px;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
}

.text-field-form-popup::placeholder {
  color: #a6a6a6;
}

.text-field-form-popup.ar {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.text-field-form-popup.phone {
  direction: ltr;
  text-align: left;
}

.text-block-error-message {
  color: #00ade5;
  text-transform: none;
  height: 20px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

.form {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  color: var(--dark-slate-grey);
  flex-direction: column;
  display: flex;
}

.success-message-wrapper {
  color: var(--tan);
  border: 1px solid #c7b28b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.block-w-form-popup {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
}

.block-w-form-popup.ar {
  padding-left: 0;
  padding-right: 30px;
}

.close-icon {
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  top: 20px;
  left: auto;
  right: 20px;
}

.text-block-success-popup {
  display: flex;
}

.popup-article {
  color: #fff;
  font-family: Prata, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.popup-article.ar {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
  font-size: 20px;
}

.div-block-popup-right {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-popup-right.atlantis {
  padding-top: 30px;
}

.italic-text {
  color: var(--burlywood);
  font-style: normal;
}

.agent-img-popup {
  object-fit: contain;
  object-position: 75% 50%;
  flex: 1;
  align-self: center;
  max-height: 350px;
}

.body-wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.navbar-launch {
  background-color: #e6e6e6;
  border-radius: 35px;
  width: 100%;
  max-width: 960px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.body-project {
  background-color: #202020;
}

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

.first-block-left-half {
  width: 465px;
  padding-top: 130px;
}

.first-block-right-half {
  border-bottom-right-radius: 700px;
  border-bottom-left-radius: 700px;
  width: 465px;
  padding-top: 45px;
  overflow: hidden;
}

.heading-2 {
  color: #c7b28b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
}

.heading-2.about {
  font-size: 50px;
}

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

.heading-2.de {
  font-size: 35px;
}

.heading-2.fr, .heading-2.ru {
  font-size: 40px;
}

.text-block-accent-first-block {
  color: #c7b28b;
  margin-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 110%;
}

.text-block-accent-first-block.ar {
  text-align: right;
}

.paragraph-launch {
  color: #dbdbdb;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-launch.accent {
  color: var(--tan);
  font-family: Prata, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.paragraph-launch.map-block {
  color: #fff;
  align-self: center;
  font-size: 16px;
}

.paragraph-launch.map-block.ar {
  font-weight: 400;
}

.paragraph-launch.ar {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
  font-size: 16px;
}

.paragraph-launch.black {
  color: #252525;
}

.block-w-text {
  margin-top: 20px;
  margin-bottom: 10px;
}

.block-w-text.brochure {
  z-index: 2;
  grid-row-gap: 5px;
  color: #393939;
  flex-direction: column;
  width: 50%;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.block-w-text.cons {
  z-index: 1;
  grid-row-gap: 5px;
  color: #393939;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.block-w-accents {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: min-content 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.accent-block {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.text-block-index {
  color: #c7b28b;
  text-transform: uppercase;
  font-family: Prata, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

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

.text-block-index.small {
  font-size: 12px;
}

.button-transp {
  color: #c7b28b;
  background-color: #0000;
  border: 2px solid #c7b28b;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 225.5px;
  height: 55px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.button-transp:hover {
  color: #fff;
  text-align: center;
  background-color: #ddccac;
  border-color: #ddccac;
}

.button-transp.first-block {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.button-transp.first-block.ar {
  font-family: Notosansarabic, sans-serif;
}

.button-transp.first-block.it {
  width: 250px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-transp.first-block.fr {
  font-size: 11px;
}

.button-gold {
  color: #fff;
  background-color: #c7b28b;
  border: 2px solid #c7b28b;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 55px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.button-gold:hover {
  background-color: #ddccac;
  border-color: #ddccac;
}

.button-gold.navbar {
  text-align: center;
  width: 125px;
  height: 50px;
  font-size: 14px;
}

.button-gold.navbar.de {
  width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-gold.navbar.ar {
  width: 150px;
}

.button-gold.navbar.it {
  width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-gold.navbar.fr {
  width: 175px;
}

.button-gold.navbar.ru {
  width: 150px;
}

.button-gold.cards.wo-mobile {
  width: 100%;
}

.button-gold.cards.wo-mobile.m-auto {
  width: 100%;
  margin-top: auto;
}

.button-gold.mobile {
  display: none;
}

.button-gold.wo-mobile {
  width: 240px;
}

.button-gold.wo-mobile.ar, .button-gold.wo-mobile.it {
  width: 250px;
}

.button-gold.wo-mobile.fr {
  width: 275px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.button-gold.wo-mobile.ru {
  width: 250px;
}

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

.div-block-brochure-form {
  background-color: #c7b28b;
  border-radius: 20px;
  flex-direction: column;
  margin-top: 230px;
  padding: 30px;
  position: relative;
}

.form-download {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark-slate-grey);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.input {
  color: var(--black);
  border-radius: 30px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
  line-height: 100%;
}

.input.subscribe {
  width: 33%;
}

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

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

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

.button-submit {
  background-color: #202020;
  border-radius: 30px;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  transition: all .2s;
}

.button-submit:hover {
  box-shadow: 0 0 5px 3px #0003;
}

.button-submit.subscribe {
  flex: 1;
  order: -1;
  max-width: calc(25% - 10px);
  font-size: 16px;
}

.button-submit.ar {
  width: auto;
  font-family: Notosansarabic, sans-serif;
}

.form-block-wrapper {
  z-index: 3;
  color: var(--dark-slate-grey);
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.brochure-bg-line {
  z-index: 4;
  border-radius: 30px;
  font-size: 1rem;
  position: absolute;
  inset: 0 0% 0% 125px;
}

.brochure-image {
  z-index: 3;
  pointer-events: none;
  background-image: url('../images/broshure_1broshure.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  height: 285px;
  position: absolute;
  inset: -100px 0% auto auto;
}

.brochure-image.ar {
  height: 250px;
  left: 0;
  right: auto;
}

.brochure-image.sls {
  background-image: url('../images/broshure_1broshure.webp');
}

.brochure-bg {
  z-index: 2;
  border-radius: 30px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-2-brochure {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 110%;
}

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

.text-block-brochure {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.text-block-brochure.ar {
  font-family: Notosansarabic, sans-serif;
  font-size: 16px;
}

.block-sectrion {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 150px;
  display: flex;
}

.block-sectrion.vertical {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  flex-direction: column;
}

.block-sectrion.vertical.big-margin {
  margin-top: 150px;
  padding-top: 0;
  display: block;
}

.block-sectrion.floorplan {
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.block-sectrion.offerins {
  margin-top: 150px;
  padding-top: 0;
}

.block-sectrion.signature {
  display: none;
}

.left-half {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
  position: relative;
}

.left-half.about {
  justify-content: space-between;
}

.left-half.about.ar {
  align-self: stretch;
}

.left-half.footer.ar {
  align-items: flex-end;
}

.right-half {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.right-half.footer {
  background-color: #202020;
  border-top-left-radius: 700px;
  border-top-right-radius: 700px;
  justify-content: center;
}

.right-half.amenities {
  justify-content: flex-end;
}

.div-block-gallery {
  direction: ltr;
  margin-top: 50px;
}

.slider-cards {
  direction: ltr;
  background-color: #0000;
  flex-direction: column;
  height: 500px;
}

.bottom-half {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.div-block-consultation-form {
  background-color: #ddccac;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 100px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-consultation-launch {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark-slate-grey);
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-field-cons {
  border-radius: 30px;
  width: 100%;
  height: 55px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
  line-height: 100%;
}

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

.text-field-cons.phone {
  direction: ltr;
  text-align: left;
}

.button-cons {
  background-color: #202020;
  border-radius: 30px;
  height: 55px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  transition: all .2s;
}

.button-cons:hover {
  box-shadow: 0 0 5px 3px #0003;
}

.button-cons.submit {
  width: 100%;
  font-weight: 400;
}

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

.heading-2-cons {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.heading-2-cons.floorplan {
  color: #252525;
  font-size: 1.75rem;
  line-height: 120%;
}

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

.text-block-cons {
  padding-right: 150px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.floorplan-block {
  height: 100%;
}

.tabs-menu {
  grid-column-gap: 10px;
  align-items: center;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 20px auto auto -260px;
}

.tabs-menu.ar {
  left: auto;
  right: -260px;
}

.floorplan-accent-block {
  align-items: center;
  height: 50px;
  min-height: 50px;
  display: flex;
  position: absolute;
  top: 20px;
}

.floorplan-accent-block.atlantis {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: min-content;
  grid-template-columns: 1fr min-content;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.tab-launch {
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  padding: 30px;
}

.tab-launch.ar {
  direction: rtl;
}

.floorplan-image {
  background-image: url('../images/Image_1Image.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 355px;
}

.floorplan-image.blur {
  filter: blur(5px);
}

.tab-link {
  color: #c5c5c5;
  background-color: #0000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.tab-link.w--current {
  color: #252525;
  background-color: #e7dbc5;
  border-radius: 30px;
}

.html-embed-6 {
  margin-top: 4px;
  padding-left: 12px;
}

.icon-w-text-block {
  grid-column-gap: 10px;
  grid-row-gap: 12px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.icon-text-block {
  color: #525252;
  font-size: 14px;
  line-height: 100%;
}

.icon-text-block.info-block {
  color: #dbdbdb;
}

.icon-text-block.info-block.ar {
  font-family: Notosansarabic, sans-serif;
}

.embed-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1em;
}

.embed-icon.gold {
  width: auto;
  height: auto;
}

.embed-icon.floorplan {
  display: none;
}

.floorplan-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.floorplan-wrapper.atlantis {
  height: 100%;
}

.floorplan-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 40%;
  display: flex;
}

.floorplan-info-wrapper.atlantis {
  flex: 1;
}

.html-embed-8 {
  width: 20px;
  height: 20px;
  line-height: 1em;
}

.html-embed-9 {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1em;
}

.floorplan-bottom-part {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.floorplan-bottom-part.atlantis {
  grid-column-gap: 8px;
  grid-row-gap: 4px;
}

.html-embed-10 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-grid {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-grid.ar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.icon-grid.fr {
  grid-column-gap: 0px;
}

.tabs-content, .tabs {
  height: 100%;
}

.mask-slider-cards {
  direction: ltr;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: -40px;
}

.black-offers-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 960px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.slide {
  border-radius: 20px;
  width: 306.6px;
  height: 450px;
  margin-left: auto;
  margin-right: 20px;
  overflow: hidden;
}

.card-wrapper {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  display: flex;
  position: relative;
}

.card-wrapper._1 {
  justify-content: flex-end;
  padding-top: 30px;
}

.card-wrapper._3, .card-wrapper._6, .card-wrapper._7, .card-wrapper._5, .card-wrapper._4 {
  justify-content: flex-end;
}

.card-wrapper.ar {
  align-items: flex-end;
}

.card-wrapper.sls-1 {
  justify-content: flex-start;
}

.slider-button {
  margin-left: 4px;
  margin-right: 4px;
}

.slider-button.slider-next {
  color: #fff;
  cursor: pointer;
  background-color: #c7b28b;
  background-image: url('../images/Polygon-13.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #c7b28b;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: auto -30px auto 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  top: 0;
}

.slider-button.slider-next:hover {
  background-color: #ddccac;
  border-color: #ddccac;
}

.slider-button.slider-prev {
  color: #fff;
  cursor: pointer;
  background-color: #c7b28b;
  background-image: url('../images/Polygon-13-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #c7b28b;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: auto 0 auto -30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  top: 0%;
  left: 0%;
  right: auto;
}

.slider-button.slider-prev:hover {
  background-color: #ddccac;
  border-color: #ddccac;
}

.slider-button.slider-next-gallery {
  color: #fff;
  background-color: #c7b28b;
  background-image: url('../images/Polygon-13.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #c7b28b;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: auto -15px auto 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  top: 0;
}

.slider-button.slider-next-gallery:hover {
  background-color: #ddccac;
  border-color: #ddccac;
}

.slider-button.slider-prev-gallery {
  color: #fff;
  background-color: #c7b28b;
  background-image: url('../images/Polygon-13-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #c7b28b;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: auto 0 auto -15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  top: 0%;
  left: 0%;
  right: auto;
}

.slider-button.slider-prev-gallery:hover {
  background-color: #ddccac;
  border-color: #ddccac;
}

.content {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bg-item {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/78deca2b76c60976656dcb1f13211065-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bg-item.oman._4 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/Entertainment-venues2.webp');
  background-position: 0 0, 30%;
}

.bg-item.oman._6 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/Concierge-service-1.webp');
}

.bg-item.oman._3 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/restaurants.webp');
}

.bg-item.oman._1 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/private-beach-1.webp');
}

.bg-item.oman._7 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/f67eb3a30f928c265a21982be198aa3c-1.webp');
  background-position: 0 0, 75%;
}

.bg-item.oman._2 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/infinity-pool.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.bg-item.oman._5 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/fitness-centre2.webp');
  background-position: 0 0, 25%;
}

.bg-item.sls._1 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/212450ecc93357ddb6f19cbb69040b14_1212450ecc93357ddb6f19cbb69040b14.webp');
}

.bg-item.sls._2 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/71f47915e2a4b90633b16f9d49a900d7_171f47915e2a4b90633b16f9d49a900d7.webp');
}

.bg-item.sls._3 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/c9c5caad7f215461559af18f0f75cedf_1c9c5caad7f215461559af18f0f75cedf.webp');
}

.bg-item.sls._4 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/5d7a9d838ff51ec74048f5ac7ad830da_15d7a9d838ff51ec74048f5ac7ad830da.webp');
}

.bg-item.sls._7 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/be9c0b42401d265d484d040466619707_1be9c0b42401d265d484d040466619707.webp');
}

.bg-item.sls._8 {
  background-image: linear-gradient(#0000, #00000080 60%), url('../images/7a048666d28565e9f85ec2ee2e0e960a_17a048666d28565e9f85ec2ee2e0e960a.webp');
}

.div-block-slider {
  width: 100%;
  min-width: 100%;
  height: 450px;
  margin-top: 50px;
}

.heading-cards-name {
  color: #f3f3f3;
  text-transform: none;
  align-items: flex-end;
  margin-top: 0;
  font-family: Prata, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  display: block;
  position: static;
  top: 0;
  bottom: auto;
  left: 0;
}

.heading-cards-name.de {
  font-size: 18px;
}

.heading-cards-name.ar {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.heading-cards-name.max-w {
  max-width: 120px;
}

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

.icon-block-location.ar {
  font-family: Notosansarabic, sans-serif;
}

.accent-location {
  color: #dbdbdb;
  margin-bottom: 50px;
  font-family: Prata, sans-serif;
  font-size: 25px;
  line-height: 120%;
}

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

.subscribe-text-block {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #393939;
  justify-content: space-between;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  position: relative;
}

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

.html-embed-11 {
  font-size: 70px;
}

.div-block-subscribe-form {
  background-color: #c7b28b;
  border-radius: 20px;
  flex-direction: column;
  margin-top: 100px;
  padding: 30px;
  position: relative;
}

.heading-2-subscribe {
  text-transform: uppercase;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
  display: flex;
}

.heading-2-subscribe.footer {
  color: #202020;
  line-height: 140%;
}

.heading-2-subscribe.footer.it {
  font-size: 40px;
}

.heading-2-subscribe.de {
  font-size: 35px;
}

.heading-2-subscribe.ar {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.heading-2-subscribe.ru {
  font-size: 39px;
}

.footer-block-w-form {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field-footer {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 100%;
  height: 55px;
  padding-left: 20px;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
  line-height: 100%;
}

.text-field-footer::placeholder {
  color: #fff;
}

.text-field-footer.ar {
  text-align: right;
  font-family: Notosansarabic, sans-serif;
}

.text-field-footer.phone {
  direction: ltr;
  text-align: left;
}

.launch-logo-footer {
  background-image: url('../images/logo_penthouse_black-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 80px;
}

.launch-logo-footer.footer {
  background-image: url('../images/_Слой_1-2.svg');
  background-position: 0%;
  width: 100%;
  height: 60px;
  max-height: 60px;
}

.launch-logo-footer.footer.ar {
  background-position: 100%;
}

.agent-img {
  background-image: url('../images/pnth_agent.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
  margin-top: 40px;
}

.text-name-footer {
  color: #202020;
  font-family: Prata, sans-serif;
  font-size: 40px;
  line-height: 140%;
}

.footer-text-block {
  color: #5e5e5e;
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.footer-text-block.phone {
  direction: ltr;
  font-size: 20px;
}

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

.div-block-w-info-footer {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-big-image {
  background-image: url('../images/Atlantis_The_Royal_d-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 500px;
  margin-top: 100px;
  overflow: hidden;
}

.div-block-big-image._2 {
  background-image: url('../images/Atlantis-ThePalm-TheRoyal-1.webp');
  background-size: cover;
  width: 100%;
  margin-top: 100px;
}

.first-bg {
  background-image: url('../images/main-photo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.first-bg.sls {
  background-image: url('../images/9157ee941208f7a95200b91d12acbd55-1-1_19157ee941208f7a95200b91d12acbd55 (1) (1).webp');
  background-position: 25%;
  background-size: auto 650px;
}

.slider {
  background-color: #0000;
  height: 450px;
  margin-top: 20px;
}

.slider.slider-thumbs {
  height: 200px;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.slide-gallery {
  text-align: center;
  border-radius: 20px;
}

.slide-gallery.image1 {
  background-image: url('../images/AnyConv.com__Living-_-Dining-Area-1.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-gallery.image1.sls {
  background-image: url('../images/2cce04e7977fc0f01de4c825de1aa7e1_12cce04e7977fc0f01de4c825de1aa7e1.webp');
}

.slide-gallery.image2 {
  background-image: url('../images/AnyConv.com__Living-_-Dining-Area-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-gallery.image2.sls {
  background-image: url('../images/5aeceb669ad2619b81ef1449b4e9e309_15aeceb669ad2619b81ef1449b4e9e309.avif');
}

.slide-gallery.image3 {
  background-image: url('../images/AnyConv.com__Living-Area-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-gallery.image3.sls {
  background-image: url('../images/4724bce2b7bfc4af8c218240e74e4643_14724bce2b7bfc4af8c218240e74e4643.webp');
}

.slide-gallery.image4 {
  background-image: url('../images/AnyConv.com__Living-Area-Duplex-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-gallery.image4.sls {
  background-image: url('../images/9_19.avif');
}

.slide-gallery.image5 {
  background-image: url('../images/atlantis-the-royal-3-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-gallery.image5.sls {
  background-image: url('../images/1_11.avif');
}

.slide-gallery.image6 {
  background-image: url('../images/trek-tiesto-i-tejt-makrej-1035-snyat-v-otele-atlantis-the-royal.jpg-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-gallery.image6.sls {
  background-image: url('../images/2_12.avif');
}

.slide-gallery.image7 {
  background-image: url('../images/novyy-otel-atlantis-the-royal-na-poberezhe-palm-dzhumeyra.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-gallery.image7.sls {
  background-image: url('../images/3_13.avif');
}

.slide-gallery.image8 {
  background-image: url('../images/main-photo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-gallery.image8.sls {
  background-image: url('../images/8_18.avif');
}

.hidden {
  display: none;
}

.slide-thumb {
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 10px;
  width: 217.5px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-thumb._1 {
  background-image: url('../images/AnyConv.com__Living-_-Dining-Area-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.slide-thumb._1.sls {
  background-image: url('../images/slide-img_1slide-img.webp');
}

.slide-thumb._2 {
  background-image: url('../images/AnyConv.com__Living-_-Dining-Area-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-thumb._2.sls {
  background-image: url('../images/5aeceb669ad2619b81ef1449b4e9e309_15aeceb669ad2619b81ef1449b4e9e309.avif');
}

.slide-thumb._3 {
  background-image: url('../images/AnyConv.com__Living-Area-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-thumb._3.sls {
  background-image: url('../images/4724bce2b7bfc4af8c218240e74e4643_14724bce2b7bfc4af8c218240e74e4643.webp');
}

.slide-thumb._4 {
  background-image: url('../images/AnyConv.com__Living-Area-Duplex-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-thumb._4.sls {
  background-image: url('../images/9_19.avif');
}

.slide-thumb._5 {
  background-image: url('../images/atlantis-the-royal-3-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-thumb._5.sls {
  background-image: url('../images/1_11.avif');
}

.slide-thumb._6 {
  background-image: url('../images/trek-tiesto-i-tejt-makrej-1035-snyat-v-otele-atlantis-the-royal.jpg-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-thumb._6.sls {
  background-image: url('../images/2_12.avif');
}

.slide-thumb._7 {
  background-image: url('../images/novyy-otel-atlantis-the-royal-na-poberezhe-palm-dzhumeyra.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-thumb._7.sls {
  background-image: url('../images/3_13.avif');
}

.slide-thumb._8 {
  background-image: url('../images/main-photo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-thumb._8.sls {
  background-image: url('../images/8_18.avif');
}

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

.shadow {
  cursor: pointer;
  background-color: #00000080;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.popup-map-wrap {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup-map {
  z-index: 2;
  width: 80vw;
  height: 80vh;
  position: relative;
}

.close-maps-block {
  z-index: 1;
  background-color: #000c;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.map {
  cursor: pointer;
  background-image: url('../images/2023-08-16_01-51-41_12023-08-16_01-51-41.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 10px 5px #0003;
}

.map.sls {
  background-image: url('../images/2023-08-23_13-00-59_12023-08-23_13-00-59.avif');
  background-position: 50%;
  background-repeat: no-repeat;
}

.button-map {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #c7b28b;
  border: 2px solid #c7b28b;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 55px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.button-map:hover {
  background-color: #ddccac;
  border-color: #ddccac;
}

.button-map.de {
  width: 220px;
}

.button-map.dch {
  width: 260px;
}

.html-embed-13 {
  width: 25px;
  line-height: 100%;
}

.navbar-link {
  color: #525252;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

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

.nav-menu-two {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 0 30px 0 10px;
  font-size: 14px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.nav-dropdown-link-lang {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-lang:hover {
  color: #fff;
  background-color: #c7b28b;
}

.nav-dropdown-link-lang:focus-visible, .nav-dropdown-link-lang[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-lang.inactive {
  display: none;
}

.list-item-dropdown {
  color: #525252;
  font-family: Manrope, sans-serif;
}

.wrapper {
  overflow: hidden;
}

.logo-mail-mobile {
  display: none;
}

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

.button-brochure {
  color: #fff;
  cursor: pointer;
  background-color: #c7b28b;
  border: 2px solid #c7b28b;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 225.5px;
  height: 55px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.button-brochure:hover {
  background-color: #ddccac;
  border-color: #ddccac;
}

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

.button-brochure.it {
  width: 200px;
}

.button-brochure.fr {
  font-size: 11px;
}

.success-message-2 {
  background-color: #202020;
  border-radius: 15px;
  height: 55px;
  font-family: Manrope, sans-serif;
}

.success-message-3 {
  background-color: #0000;
  font-family: Manrope, sans-serif;
}

.success-message-footer {
  background-color: #0000;
  height: 250px;
  padding: 0;
  font-family: Manrope, sans-serif;
}

.footer-quiz {
  grid-row-gap: 20px;
  background-color: #f1efee;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.quiz-wrapper {
  width: 960px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.form-block-quiz {
  margin-bottom: 0;
}

.right-block-w-map {
  background-image: linear-gradient(260deg, #f2f0ef 4%, #f2f0ef00 20%), linear-gradient(90deg, #f2f0ef, #f2f0efa8 57%, #f2f0ef1a), url('../images/image-7.webp');
  background-position: 0 0, 0 0, 71% 13%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  flex-direction: column;
  align-items: flex-end;
  width: 500px;
  height: 100%;
  position: absolute;
  inset: 0 0% 0% auto;
}

.html-embed-15 {
  height: 325px;
  position: relative;
  top: 50px;
  left: 20px;
}

.ellipse-start {
  background-color: #dcc69f;
  border: 1px solid #d0a966;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.div-block-10 {
  background-color: #d0a966;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 17.5px;
  height: 17.5px;
  display: flex;
  position: absolute;
}

.div-block-11 {
  background-color: #fff;
  border-radius: 2.5px;
  width: 5px;
  height: 5px;
}

.ellipse-home {
  background-color: #d0a966;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.html-embed-17 {
  line-height: 0;
}

.block-w-project {
  cursor: pointer;
  border-radius: 5px;
  flex-direction: column;
  width: 230px;
  display: flex;
  position: absolute;
  right: 200px;
  overflow: hidden;
  box-shadow: 0 10px 30px 5px #00000080;
}

.block-w-project.down {
  top: 480px;
  right: 0;
}

.block-w-project.up {
  margin-top: 20px;
}

.right-project-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
}

.right-project-bg._1 {
  background-image: url('../images/main-photo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-project-bg._2 {
  background-image: url('../images/9157ee941208f7a95200b91d12acbd55-1-1_19157ee941208f7a95200b91d12acbd55 (1) (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-14 {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 20px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 5px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.text-block-7 {
  color: #d0a966;
  font-family: Gothampro, sans-serif;
  font-size: 15px;
  line-height: 100%;
}

.text-block-8 {
  color: #d0a966;
  font-size: 10px;
  line-height: 100%;
}

.block-w-line {
  width: 195px;
  height: 415px;
  position: absolute;
  top: 150px;
  right: 110px;
}

.ellipse-dot {
  background-color: #d0a966;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.ellipse-finish {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.right-project-info {
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.text-block-9 {
  color: #888;
  font-family: Gothampro, sans-serif;
  font-size: 9px;
  line-height: 110%;
}

.text-block-right-part {
  color: #3f3f3f;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.html-embed-19 {
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 100%;
}

.list-item-navbar.inactive {
  display: none;
}

.text-block-10 {
  line-height: 1em;
}

.subscribe-wrapper {
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.success-quiz-wrapper {
  background-color: #f2f0ef;
}

.banner {
  grid-column-gap: 60px;
  background-color: #272727;
  background-image: url('../images/curves.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 385px;
  margin-top: 150px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ttl-banner-cell {
  max-width: 401px;
}

.content-banner-cell {
  width: 540px;
}

.banner-img {
  background-image: url('../images/9157ee941208f7a95200b91d12acbd55_19157ee941208f7a95200b91d12acbd55.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 700px;
  width: 466px;
  height: 205px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.form-cosultation-box {
  grid-column-gap: 30px;
  margin-top: 150px;
  display: flex;
}

.form-cons-content {
  max-width: 480px;
}

.form-cons-form {
  flex: none;
  max-width: 465px;
}

.form-content {
  background-color: var(--black);
  border-radius: 20px;
  margin-top: 55px;
  padding: 30px;
}

.h3-36 {
  color: var(--tan);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 160%;
}

.logo-ennismore {
  width: 113px;
  margin-bottom: 25px;
}

.pading-24 {
  padding-top: 25px;
}

.form-block-cons {
  background-color: var(--tan);
  background-image: url('../images/curves-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
  margin-bottom: 0;
  padding: 30px;
}

.form-ttl {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.txt-14 {
  color: var(--dark-slate-grey);
}

.txt-14.mt-10 {
  margin-top: 10px;
  font-size: 14px;
}

.input-form {
  border-radius: 30px;
  width: 100%;
  height: 55px;
  padding-left: 20px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.form-ttl-wrp {
  margin-bottom: 35px;
}

.success-message-5 {
  background-color: #0000;
}

.banner-img-mobile {
  display: none;
}

.location-ico-wrp {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.span-gold {
  color: var(--tan);
}

.full-img {
  background-image: url('../images/photo_2023-08-23-16.39.34_1photo_2023-08-23 16.39.34.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 500px;
  margin-top: 150px;
}

.full-img.down {
  background-image: url('../images/photo_2023-08-23-16.50.11_1photo_2023-08-23 16.50.11.avif');
}

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

.quiz-info {
  background-color: #d0a966;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 450px;
  height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-info-up {
  opacity: .8;
  text-align: left;
  font-family: Gothampro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.image-3 {
  opacity: .8;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.block-w-fields {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  align-content: flex-start;
  display: flex;
}

.heading-2-succes {
  color: #d0a966;
  text-align: left;
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.heading-2-succes.fr {
  font-size: 55px;
}

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

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

.div-block-18 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

.dropdown-content-copy {
  z-index: 1;
  color: #888;
  background-color: #313131;
  border-radius: 20px;
  width: 100%;
  margin-top: 55px;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: none;
  position: absolute;
  overflow: hidden;
}

.dropdown-content-copy.bedrooms {
  background-color: #3f3f3f;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-block-dropdown-bed {
  color: var(--white);
  font-size: 12px;
  line-height: 120%;
}

.dropdown-link-bed {
  cursor: pointer;
  border: 1px solid #c7b28b80;
  border-radius: 30px;
  align-items: center;
  padding: 2.5px 10px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.success-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  line-height: 160%;
}

.html-embed-20 {
  text-align: center;
  flex: 1;
}

.divider-launch {
  text-align: center;
  flex: 1;
  align-self: center;
}

.lightbox-link {
  z-index: auto;
  background-color: #f4f0ef;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 300px;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-floorplan.photo {
  height: 100%;
}

.div-block-20 {
  flex-direction: column;
  display: flex;
}

.lightbox-link-2, .lightbox-link-3, .lightbox-link-4 {
  background-color: #f4f0ef;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 300px;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.text_color-gold {
  color: #d0a966;
}

.info_block-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #3f3f3f;
  border-radius: 10px;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 12px 16px;
  display: flex;
}

.icon-45px {
  width: 45px;
  height: 45px;
}

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

.form-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.text-color-black {
  color: #3f3f3f;
}

.link-bg {
  z-index: 2;
  display: flex;
  position: absolute;
  inset: 0%;
}

.checkbox-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  display: flex;
}

.checkbox-content.branded {
  width: 100%;
  height: 100%;
  display: flex;
}

.flex-v-5px {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.flex-v-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.success-div-content {
  max-width: 75%;
}

.paragraph {
  color: var(--dark-slate-grey);
  font-size: 1rem;
  line-height: 110%;
}

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

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

.absolute-map {
  width: 100%;
  height: 100%;
}

.button-black {
  background-color: var(--dark-slate-grey);
  color: #c7b28b;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 225.5px;
  height: 55px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

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

.button-black.first-block {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.button-black.first-block.ar {
  font-family: Notosansarabic, sans-serif;
}

.button-black.first-block.it {
  width: 250px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-black.first-block.fr {
  font-size: 11px;
}

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

.success-wrap-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--white);
  color: var(--tan);
  text-align: left;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.success-wrap-cta.ar {
  text-align: right;
}

.success-text {
  color: #3f3f3f;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 1280px) {
  .navbar-no-shadow {
    flex-direction: row;
    display: flex;
  }

  .navbar-no-shadow-container {
    max-width: 1050px;
  }

  .launch-logo {
    flex-direction: row;
    align-items: stretch;
  }

  .launch-logo.footer {
    width: 300px;
  }

  .button-primary {
    cursor: pointer;
  }

  .header-block-quiz {
    align-items: flex-end;
    width: 960px;
  }

  .header-block-quiz.success {
    width: auto;
    margin-bottom: 0;
  }

  .header-block-quiz._2 {
    width: auto;
  }

  .step {
    width: 960px;
    height: 630px;
  }

  .step._1 {
    width: 960px;
    height: 570px;
    padding-right: 500px;
  }

  .step._2 {
    justify-content: space-between;
    width: 960px;
    height: 570px;
  }

  .checkbox {
    grid-column-gap: 20px;
    box-shadow: 0 10px 40px 5px #0006;
  }

  .heading-2-quiz {
    flex-direction: column;
  }

  .heading-2-quiz.success {
    text-align: left;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 100%;
  }

  .prev-button {
    width: 200px;
  }

  .prev-button.inactive {
    align-items: center;
  }

  .block-w-buttons {
    justify-content: space-between;
    width: 400px;
  }

  .block-w-buttons.first-block {
    flex-direction: row;
    justify-content: flex-start;
  }

  .block-w-checkboxes.success {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .button.finish {
    width: 200px;
  }

  .div-block-form {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 400px;
  }

  .error-text {
    font-family: Gothampro, sans-serif;
  }

  .container {
    width: 1200px;
  }

  .logo-text {
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-block-w-data {
    width: 1200px;
  }

  .popup-wrapper-cons {
    display: none;
    overflow: visible;
  }

  .form-block {
    width: 500px;
    margin: 0;
  }

  .div-block-popup {
    overflow: hidden;
  }

  .block-w-form-popup {
    justify-content: space-between;
  }

  .body-wrapper {
    width: 1200px;
  }

  .div-block-first {
    grid-column-gap: 40px;
  }

  .navbar-launch {
    border-radius: 70px;
    max-width: 1200px;
  }

  .first-block-left-half {
    width: auto;
  }

  .first-block-right-half {
    width: 500px;
    min-width: 500px;
  }

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

  .heading-2.de {
    font-size: 45px;
  }

  .heading-2.fr {
    font-size: 50px;
  }

  .heading-2.ru {
    font-size: 45px;
  }

  .paragraph-launch.map-block {
    color: #fff;
    font-size: 16px;
  }

  .block-w-accents {
    grid-column-gap: 24px;
    justify-content: flex-start;
    margin-top: 40px;
  }

  .text-block-index {
    font-size: 18px;
  }

  .button-transp.first-block.fr {
    width: 300px;
    font-size: 16px;
  }

  .button-gold {
    font-size: 16px;
  }

  .button-gold.navbar {
    width: 200px;
  }

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

  .brochure-bg-line.footer {
    left: -190px;
  }

  .brochure-image.ar {
    width: 400px;
    top: -120px;
  }

  .brochure-image.ru {
    height: 250px;
    top: -125px;
  }

  .slider-cards {
    height: 600px;
  }

  .div-block-consultation-form.atlantis {
    padding-top: 50px;
  }

  .button-cons {
    font-size: 16px;
  }

  .heading-2-cons.floorplan {
    padding-right: 50px;
  }

  .floorplan-block {
    height: 100%;
  }

  .floorplan-accent-block.atlantis {
    align-self: flex-start;
  }

  .html-embed-6 {
    flex: none;
  }

  .embed-icon.floorplan {
    display: block;
  }

  .floorplan-wrapper {
    justify-content: space-between;
  }

  .tabs {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .black-offers-wrapper {
    width: 1200px;
  }

  .slide {
    width: 380px;
    margin-right: 30px;
  }

  .card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider-button.slider-next-gallery {
    margin-right: -10px;
  }

  .slider-button.slider-prev-gallery {
    margin-left: -10px;
  }

  .heading-cards-name {
    font-size: 30px;
  }

  .heading-cards-name.de {
    font-size: 24px;
  }

  .heading-2-subscribe.de {
    font-size: 35px;
  }

  .footer-block-w-form {
    width: 1200px;
  }

  .launch-logo-footer {
    flex-direction: row;
    align-items: stretch;
  }

  .launch-logo-footer.footer {
    width: 300px;
  }

  .agent-img {
    background-position: 55%;
    margin-top: 50px;
  }

  .div-block-big-image {
    height: 600px;
    margin-top: 50px;
  }

  .slider {
    height: 550px;
  }

  .slider.slider-thumbs {
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .slide-gallery.image1, .slide-gallery.image4 {
    background-image: url('../images/Atlantis_The_Royal_d-1.webp');
  }

  .slide-thumb {
    width: 270px;
    height: 200px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .popup-map-wrap {
    overflow: visible;
  }

  .map {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px;
  }

  .button-map {
    grid-column-gap: 10px;
    height: 50px;
    font-size: 16px;
  }

  .button-map.de {
    width: 250px;
  }

  .html-embed-13 {
    line-height: 100%;
  }

  .container-2 {
    max-width: 1200px;
  }

  .nav-dropdown-link-lang:hover {
    opacity: .8;
  }

  .popup-wrapper-bro {
    overflow: visible;
  }

  .button-brochure.it {
    width: 250px;
  }

  .button-brochure.fr {
    width: 250px;
    font-size: 16px;
  }

  .quiz-wrapper {
    width: 1200px;
  }

  .ellipse-start:hover {
    box-shadow: 0 2px 10px #d0a96680;
  }

  .ellipse-home {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .block-w-project {
    right: 260px;
  }

  .block-w-project.down {
    right: 20px;
  }

  .block-w-project.up {
    margin-top: 40px;
  }

  .div-block-15 {
    grid-column-gap: 20px;
    display: flex;
  }

  .block-w-line {
    top: 140px;
    right: 150px;
  }

  .ellipse-dot {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-9 {
    color: #888;
    font-family: Gothampro, sans-serif;
    font-size: 10px;
    font-weight: 400;
  }

  .text-block-right-part {
    font-family: Gothampro, sans-serif;
    font-size: 16px;
  }

  .success-quiz-wrapper {
    padding-left: 100px;
  }

  .banner {
    grid-column-gap: 99px;
    justify-content: space-between;
    padding: 60px;
  }

  .ttl-banner-cell {
    width: 100%;
  }

  .banner-img {
    width: 600px;
  }

  .form-cosultation-box {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .form-cons-content {
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    max-width: none;
    display: flex;
  }

  .form-cons-form {
    flex: 0 auto;
    width: 50%;
    max-width: none;
    padding: 0;
  }

  .form-content {
    background-color: var(--black);
    margin-top: 34px;
    padding: 30px;
  }

  .h3-36 {
    color: var(--tan);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Prata, sans-serif;
    font-size: 36px;
    line-height: 160%;
  }

  .logo-ennismore {
    margin-bottom: 25px;
  }

  .pading-24 {
    width: 100%;
    padding-top: 25px;
  }

  .form-block-cons {
    background-color: var(--tan);
    background-image: url('../images/curves-2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 40px 30px;
  }

  .form-ttl {
    color: #393939;
    font-size: 40px;
  }

  .txt-14 {
    color: #393939;
    font-size: 14px;
  }

  .txt-14.mt-10 {
    margin-top: 10px;
  }

  .input-form {
    width: 100%;
  }

  .text-block-info-up {
    font-size: 22px;
  }

  .form-quiz {
    padding-left: 100px;
  }

  .success-wrap {
    border: 1px solid #fff;
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .html-embed-20, .divider-launch {
    flex: 0 auto;
  }

  .success-div-content {
    max-width: 65%;
  }

  .button-black.first-block.fr {
    width: 300px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-no-shadow.transp {
    margin-top: 10px;
    top: 0;
  }

  .navbar-no-shadow-container {
    max-width: 1200px;
  }

  .header-block-quiz {
    width: 100%;
    padding-right: 450px;
  }

  .header-block-quiz.success, .step {
    z-index: 1;
    position: relative;
  }

  .step._1 {
    height: 570px;
    padding-right: 400px;
  }

  .step._2 {
    height: 570px;
  }

  .heading-1-quiz {
    font-size: 60px;
  }

  .checkbox.success, .checkbox.big-link {
    width: auto;
    box-shadow: 0 2px 10px 1px #0000001a;
  }

  .prev-button.mini {
    z-index: 3;
    position: relative;
  }

  .prev-button.branded {
    z-index: 3;
    background-color: var(--burlywood);
    color: var(--white);
  }

  .prev-button.branded:hover {
    color: var(--burlywood);
    background-color: #fff0;
  }

  .block-w-buttons {
    width: 420px;
  }

  .block-w-checkboxes.success {
    z-index: 1;
    grid-auto-columns: 1fr;
    position: relative;
  }

  .div-block-form {
    width: 420px;
  }

  .success-message {
    height: 100%;
  }

  .popup-wrapper-cons {
    display: none;
  }

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

  .div-block-popup {
    overflow: visible;
  }

  .text-block-success-popup {
    display: block;
  }

  .tabs-content {
    width: 100%;
  }

  .slide-gallery.image1 {
    background-image: url('../images/AnyConv.com__Living-_-Dining-Area-1.webp');
  }

  .slide-gallery.image4 {
    background-image: url('../images/AnyConv.com__Living-Area-Duplex-2.webp');
  }

  .popup-map-wrap {
    display: none;
  }

  .wrapper {
    overflow: hidden;
  }

  .popup-wrapper-bro {
    display: none;
  }

  .block-w-project {
    width: 240px;
    right: 300px;
    box-shadow: 0 10px 30px 5px #0006;
  }

  .block-w-project.down {
    right: 60px;
    box-shadow: 0 2px 10px 1px #0000001a;
  }

  .block-w-project.up {
    right: 340px;
    box-shadow: 0 2px 10px 1px #0000001a;
  }

  .text-block-7 {
    font-size: 16px;
  }

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

  .block-w-line {
    right: 220px;
  }

  .text-block-9 {
    font-size: 12px;
    line-height: 110%;
  }

  .text-block-right-part {
    font-size: 14px;
  }

  .success-quiz-wrapper, .form-quiz {
    padding-left: 0;
  }

  .link-bg {
    display: none;
  }

  .success-div-content {
    max-width: 60%;
  }

  .container-1440.p-bottom {
    padding-bottom: 3.75rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    max-width: 728px;
    height: 60px;
  }

  .launch-logo {
    height: 60px;
    padding-bottom: 0;
  }

  .launch-logo.black {
    height: 60px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
  }

  .mobile-margin-top-10 {
    border-right-style: none;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .header-block-quiz {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .step {
    height: 400px;
    padding-right: 0;
  }

  .step._1, .step._2 {
    height: 380px;
  }

  .heading-1-quiz {
    font-size: 40px;
  }

  .checkbox {
    width: 225px;
    height: 240px;
  }

  .checkbox:hover {
    transform: none;
  }

  .checkbox.success, .checkbox.big-link {
    width: 350px;
  }

  .checkbox-bg {
    height: 180px;
  }

  .checkbox-bg._13, .checkbox-bg._14, .checkbox-bg.branded {
    height: 150px;
  }

  .heading-2-quiz {
    font-size: 15px;
  }

  .heading-2-quiz.success {
    margin-top: 0;
    font-size: 35px;
  }

  .prev-button {
    grid-column-gap: 10px;
    flex: 1;
    width: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
    position: relative;
  }

  .block-w-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .block-w-buttons.first-block {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 30px;
  }

  .block-w-checkboxes {
    grid-column-gap: 26px;
  }

  .block-w-checkboxes.success {
    grid-column-gap: 0px;
    justify-content: space-between;
    display: flex;
  }

  .button {
    font-size: 16px;
  }

  .button.finish {
    flex: 1;
    width: auto;
  }

  .div-block-form {
    width: auto;
  }

  .left-half-success-div {
    max-width: 100%;
  }

  .footer-launch {
    padding-top: 50px;
  }

  .container {
    width: 728px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 12px;
  }

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

  .footer-block-w-data {
    width: 728px;
  }

  .footer-block-w-text {
    width: 280px;
  }

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

  .form-block {
    width: 280px;
    height: 250px;
  }

  .form-block.popup {
    height: 250px;
  }

  .error-message {
    height: 20px;
  }

  .div-block-popup {
    width: 700px;
  }

  .button-popups {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .text-block-error-message {
    height: 20px;
    font-size: 10px;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .success-message-wrapper {
    border-radius: 5px;
    height: 230px;
  }

  .text-block-success-popup {
    font-size: 16px;
  }

  .body-wrapper {
    width: 728px;
  }

  .div-block-first {
    grid-column-gap: 20px;
  }

  .navbar-launch {
    max-width: 728px;
    height: 60px;
  }

  .first-block-left-half, .first-block-right-half {
    width: 355px;
  }

  .heading-2, .heading-2.about {
    font-size: 40px;
  }

  .heading-2.about.max-w {
    max-width: 530px;
  }

  .heading-2.fr {
    font-size: 30px;
  }

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

  .paragraph-launch.amenities {
    display: none;
  }

  .button-transp.first-block, .button-transp.first-block.it {
    width: 100%;
  }

  .button-transp.first-block.fr {
    font-size: 14px;
  }

  .button-gold.cards {
    width: 100%;
    height: 45px;
    font-size: 14px;
  }

  .button-gold.cards.wo-mobile {
    height: 50px;
  }

  .div-block-brochure-form {
    margin-top: 140px;
    padding: 20px;
  }

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

  .input {
    height: 50px;
    font-size: 14px;
    line-height: 100%;
  }

  .input::placeholder {
    font-size: 14px;
  }

  .input.subscribe {
    height: 100%;
    font-size: 14px;
  }

  .button-submit {
    font-size: 14px;
  }

  .brochure-image {
    width: 350px;
  }

  .heading-2-brochure, .heading-2-brochure.de {
    font-size: 35px;
  }

  .block-sectrion, .block-sectrion.vertical.big-margin {
    margin-top: 100px;
  }

  .block-sectrion.floorplan {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 100px;
  }

  .block-sectrion.about {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .block-sectrion.location {
    padding-top: 0;
  }

  .block-sectrion.offerins {
    margin-top: 100px;
  }

  .left-half.about {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .left-half.floorplan, .right-half.about {
    width: 100%;
  }

  .right-half.amenities {
    justify-content: flex-end;
  }

  .right-half.floorplan {
    width: 100%;
  }

  .slider-cards {
    height: 350px;
  }

  .div-block-consultation-form.atlantis {
    margin-top: 0;
  }

  .text-field-cons {
    height: 50px;
  }

  .button-cons {
    height: 50px;
    font-size: 14px;
  }

  .tabs-menu {
    margin-bottom: 20px;
    position: static;
  }

  .floorplan-accent-block.atlantis {
    display: none;
  }

  .embed-icon.floorplan {
    display: block;
  }

  .floorplan-info-wrapper.atlantis {
    width: 100%;
  }

  .floorplan-bottom-part.atlantis {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tabs-content {
    height: 100%;
  }

  .black-offers-wrapper {
    width: 728px;
    height: 350px;
  }

  .slide {
    width: 229.3px;
    height: 350px;
  }

  .card-wrapper {
    padding: 20px;
  }

  .slider-button.slider-next {
    background-size: 10px 10px;
    width: 30px;
    height: 30px;
    margin-right: 0;
  }

  .slider-button.slider-prev {
    background-size: 10px 10px;
    width: 30px;
    height: 30px;
    margin-left: 0;
  }

  .slider-button.slider-next-gallery {
    background-size: 10px 10px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .slider-button.slider-prev-gallery {
    background-size: 10px 10px;
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .div-block-slider {
    direction: ltr;
    width: 100%;
    height: auto;
  }

  .heading-cards-name {
    font-size: 30px;
    line-height: 120%;
  }

  .html-embed-11 {
    font-size: 50px;
  }

  .div-block-subscribe-form {
    padding: 20px;
  }

  .heading-2-subscribe, .heading-2-subscribe.footer.it {
    font-size: 35px;
  }

  .footer-block-w-form {
    width: 728px;
  }

  .launch-logo-footer {
    height: 60px;
    padding-bottom: 0;
  }

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

  .div-block-big-image {
    height: 400px;
  }

  .slider.slider-thumbs {
    height: 125px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .slide-thumb {
    width: 229px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .map {
    border-radius: 15px;
    padding: 20px;
  }

  .button-map {
    width: 200px;
    height: 50px;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .burger {
    background-color: #c7b28b;
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden;
  }

  .line-burger {
    background-color: #fff;
    border-radius: 10px;
    align-self: center;
    width: 50%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    overflow: hidden;
  }

  .button-brochure {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }

  .button-brochure.it {
    width: 100%;
  }

  .button-brochure.fr {
    font-size: 14px;
  }

  .quiz-wrapper {
    width: 728px;
  }

  .right-block-w-map {
    display: none;
  }

  .banner {
    grid-column-gap: 20px;
    margin-top: 100px;
    padding: 20px;
  }

  .banner-img {
    width: 97%;
    height: 184px;
  }

  .form-cosultation-box {
    grid-column-gap: 20px;
  }

  .form-cons-form {
    max-width: 354px;
  }

  .form-content {
    margin-top: 47px;
    padding: 20px;
  }

  .h3-36 {
    font-size: 28px;
  }

  .logo-ennismore {
    width: 90px;
  }

  .form-block-cons {
    padding: 20px;
  }

  .form-ttl {
    font-size: 35px;
  }

  .input-form {
    height: 45px;
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 100%;
  }

  .input-form::placeholder {
    font-size: 14px;
  }

  .form-ttl-wrp {
    margin-bottom: 27px;
  }

  .full-img {
    margin-top: 100px;
  }

  .text-block-info-up {
    width: 100%;
  }

  .block-w-fields {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between;
    align-items: stretch;
    display: grid;
  }

  .heading-2-succes {
    font-size: 60px;
  }

  .div-block-17, .divider {
    display: none;
  }

  .dropdown-content-copy.bedrooms {
    align-items: center;
    height: 50px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .burger-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

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

  .divider-launch {
    flex: 0 auto;
  }

  .lightbox-link, .image-floorplan, .lightbox-link-2, .lightbox-link-3, .lightbox-link-4 {
    height: 350px;
  }

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

  .container-1440.p-bottom {
    padding-bottom: 0;
  }

  .button-black {
    text-align: center;
    width: 250px;
  }

  .button-black.first-block, .button-black.first-block.it {
    width: 100%;
  }

  .button-black.first-block.fr {
    font-size: 14px;
  }

  .success-wrap-cta {
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow.transp {
    background-color: #0000;
  }

  .navbar-no-shadow-container {
    max-width: 95vw;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .launch-logo {
    justify-content: center;
    align-items: stretch;
    width: 125px;
    height: 40px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .launch-logo.footer {
    width: 80%;
  }

  .launch-logo.footer.w--current {
    max-width: 200px;
  }

  .launch-logo.black {
    width: 150px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
  }

  .nav-dropdown-toggle {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .nav-dropdown-list.w--open {
    background-color: var(--white);
    flex-flow: column;
    display: flex;
  }

  .button-primary {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .header-block-quiz.success {
    flex-direction: column;
  }

  .step, .step._1, .step._2 {
    height: auto;
  }

  .checkbox {
    width: 48%;
  }

  .checkbox.success, .checkbox.big-link {
    width: 100%;
  }

  .checkbox-bg {
    height: 180px;
  }

  .checkbox-bg._14 {
    aspect-ratio: auto;
    object-fit: cover;
    background-size: 100% 300px;
  }

  .heading-2-quiz.success {
    font-size: 30px;
  }

  .prev-button {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }

  .block-w-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .block-w-buttons.first-block {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .block-w-checkboxes {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .block-w-checkboxes.success {
    flex-flow: column;
  }

  .button {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }

  .button.start {
    width: 100%;
  }

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

  .info-block {
    flex-direction: column;
    display: flex;
  }

  .footer-launch {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    width: 95vw;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-social-link-three {
    margin-left: 20px;
  }

  .footer-copyright {
    font-size: 10px;
  }

  .text-name-success {
    font-size: 16px;
  }

  .flex-h-5px {
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100%;
  }

  .flex-h-5px._3, .text-developer-success {
    display: none;
  }

  .html-embed-4 {
    line-height: 0%;
    display: none;
  }

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

  .catalog-button {
    font-size: 14px;
  }

  .footer-block-w-data {
    width: 95vw;
  }

  .footer-block-w-text {
    grid-row-gap: 25px;
    width: auto;
    padding-right: 0;
  }

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

  .form-block {
    flex-direction: column;
    justify-content: space-between;
    width: 230px;
    height: 210px;
    display: flex;
  }

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

  .div-block-popup {
    width: 100%;
    margin-top: auto;
  }

  .button-popups {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
  }

  .success-message-old {
    height: auto;
  }

  .text-field-form-popup {
    padding: 5px 10px 5px 25px;
  }

  .text-block-error-message {
    font-size: 10px;
  }

  .form {
    grid-row-gap: 15px;
  }

  .success-message-wrapper {
    height: 190px;
  }

  .block-w-form-popup {
    z-index: 2;
    width: 100%;
    padding: 40px 20px;
  }

  .text-block-success-popup {
    font-size: 14px;
  }

  .popup-article {
    display: inline-block;
  }

  .div-block-popup-right {
    display: none;
  }

  .body-wrapper {
    background-color: #202020;
    width: 95vw;
  }

  .div-block-first {
    flex-direction: column;
  }

  .navbar-launch {
    max-width: 95vw;
  }

  .first-block-left-half {
    width: auto;
    padding-top: 100px;
  }

  .first-block-right-half {
    border-top-left-radius: 700px;
    border-bottom-right-radius: 0;
    width: auto;
    height: 300px;
    margin-top: 50px;
    padding-top: 0;
    overflow: hidden;
  }

  .heading-2, .heading-2.about {
    font-size: 30px;
  }

  .heading-2.about.de {
    width: 100%;
    font-size: 30px;
  }

  .heading-2.about.ru {
    width: 100%;
  }

  .heading-2.de, .heading-2.ru {
    font-size: 30px;
  }

  .heading-2.max-w {
    max-width: 350px;
  }

  .paragraph-launch.mt-15 {
    margin-top: 15px;
  }

  .block-w-text.brochure, .button-transp {
    width: auto;
  }

  .button-transp.first-block {
    font-size: 14px;
  }

  .button-gold {
    width: auto;
  }

  .button-gold.mobile {
    display: flex;
  }

  .button-gold.wo-mobile {
    display: none;
  }

  .div-block-brochure-form {
    margin-top: 120px;
  }

  .form-download {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .input {
    flex: 0 auto;
    width: 100%;
    font-size: 14px;
  }

  .input.subscribe {
    width: 100%;
    height: 50px;
  }

  .button-submit {
    width: 100%;
    height: 45px;
  }

  .button-submit.subscribe {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: 50px;
  }

  .brochure-bg-line {
    left: 0;
  }

  .brochure-image {
    width: 280px;
    display: none;
    top: -146px;
    right: -5%;
  }

  .heading-2-brochure {
    font-size: 24px;
  }

  .heading-2-brochure.de {
    font-size: 25px;
  }

  .block-sectrion {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .block-sectrion.location {
    flex-direction: column;
  }

  .block-sectrion.offerins {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 100px;
  }

  .left-half {
    width: 100%;
  }

  .left-half.about.ar {
    justify-content: flex-end;
  }

  .left-half.location {
    width: 100%;
  }

  .left-half.footer {
    width: 50%;
  }

  .left-half.amenities, .right-half {
    width: 100%;
  }

  .right-half.footer {
    align-items: flex-end;
    width: 50%;
  }

  .right-half.amenities {
    width: 100%;
  }

  .div-block-gallery {
    width: 100%;
    position: relative;
  }

  .slider-cards {
    height: 350px;
  }

  .button-cons {
    height: 50px;
    font-size: 14px;
  }

  .heading-2-cons {
    font-size: 30px;
  }

  .mask-slider-cards {
    overflow: hidden;
  }

  .slide-nav {
    display: none;
  }

  .black-offers-wrapper {
    width: 95vw;
  }

  .slide {
    width: 50%;
    height: 100%;
  }

  .card-wrapper {
    box-shadow: none;
    border-radius: 10px;
    font-size: 12px;
  }

  .slider-button.slider-next {
    position: relative;
    top: -20px;
    left: 40px;
  }

  .slider-button.slider-prev {
    position: relative;
    top: 10px;
  }

  .slider-button.slider-next-gallery {
    margin-right: 0;
    position: relative;
    top: -20px;
    left: 40px;
  }

  .slider-button.slider-prev-gallery {
    margin-left: 0;
    position: relative;
    inset: 10px auto auto 0;
  }

  .heading-cards-name, .accent-location {
    font-size: 20px;
  }

  .subscribe-text-block {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .html-embed-11 {
    display: none;
  }

  .div-block-subscribe-form {
    margin-top: 100px;
    padding-top: 40px;
  }

  .heading-2-subscribe {
    font-size: 30px;
  }

  .heading-2-subscribe.footer {
    font-size: 24px;
  }

  .heading-2-subscribe.footer.it, .heading-2-subscribe.de {
    font-size: 30px;
  }

  .footer-block-w-form {
    width: 95vw;
  }

  .text-field-footer {
    height: 50px;
    font-size: 14px;
  }

  .launch-logo-footer {
    justify-content: center;
    align-items: stretch;
    width: 125px;
    height: 40px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .launch-logo-footer.footer {
    width: 80%;
  }

  .agent-img {
    width: 225px;
    height: 275px;
  }

  .text-name-footer {
    font-size: 20px;
  }

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

  .footer-text-block.phone {
    font-size: 18px;
  }

  .div-block-big-image._2 {
    background-size: cover;
    height: 300px;
  }

  .first-bg {
    border-top-left-radius: 700px;
    border-bottom-left-radius: 700px;
    margin-right: -5vw;
    position: relative;
  }

  .slider.slider-thumbs {
    height: 350px;
    margin-left: 0;
    margin-right: 0;
  }

  .slider.big {
    display: none;
  }

  .slide-thumb {
    width: 47.5%;
    margin-left: 0;
    margin-right: 20px;
  }

  .mask {
    overflow: hidden;
  }

  .shadow {
    display: none;
  }

  .map {
    width: 100%;
    height: 300px;
  }

  .container-2 {
    max-width: 95vw;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    display: flex;
  }

  .nav-dropdown-link-lang:hover {
    opacity: .8;
    color: #c7b28b;
    background-color: #0000;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .wrapper {
    width: 100%;
    overflow: hidden;
  }

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

  .logo-mail-mobile {
    background-image: url('../images/fluent_mail-16-fille-1.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    display: flex;
    position: absolute;
    top: -50px;
  }

  .button-brochure {
    font-size: 14px;
  }

  .footer-quiz {
    padding: 40px 15px;
  }

  .quiz-wrapper {
    width: 95vw;
  }

  .banner {
    flex-direction: column;
    height: auto;
  }

  .content-banner-cell {
    width: auto;
  }

  .banner-img {
    display: none;
  }

  .form-cosultation-box {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .form-cons-content, .form-cons-form {
    max-width: none;
  }

  .form-ttl {
    font-size: 30px;
  }

  .input-form {
    width: 100%;
    font-size: 14px;
  }

  .banner-img-mobile {
    border-top-left-radius: 600px;
    border-bottom-left-radius: 600px;
    width: 105%;
    height: 300px;
    margin-top: 40px;
    display: block;
    position: relative;
    right: 0;
    overflow: hidden;
  }

  .image-2 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .location-ico-wrp {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 340px;
    display: grid;
  }

  .block-w-fields {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .lightbox-link, .image-floorplan, .lightbox-link-2, .lightbox-link-3, .lightbox-link-4 {
    height: 300px;
  }

  .button-black {
    width: auto;
    min-width: 15rem;
  }

  .button-black.first-block {
    font-size: 14px;
  }

  .success-wrap-cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  .img-showcase-sub-item {
    padding: 5px;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .launch-logo {
    width: 80px;
  }

  .launch-logo.w--current {
    width: 100px;
  }

  .launch-logo.footer {
    width: 50%;
  }

  .nav-dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
    font-size: 10px;
  }

  .nav-dropdown-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .header-block-quiz._2 {
    grid-row-gap: 0px;
  }

  .step {
    height: 420px;
  }

  .step._1, .step._2 {
    height: auto;
  }

  .checkbox {
    height: 130px;
  }

  .checkbox-bg {
    height: 80px;
  }

  .heading-2-quiz {
    font-size: 14px;
  }

  .heading-2-quiz.success {
    font-size: 20px;
    line-height: 140%;
  }

  .block-w-buttons {
    width: auto;
  }

  .block-w-checkboxes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button.start {
    width: 100%;
    max-width: none;
  }

  .div-block-form {
    height: auto;
  }

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

  .right-half-success-div {
    width: auto;
    min-width: auto;
  }

  .container {
    max-width: none;
  }

  .footer-social-link-three {
    margin-left: 0;
    margin-right: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-name-success, .dropdown-wrapper {
    font-size: 12px;
  }

  .dropdown-trigger {
    height: 45px;
  }

  .dropdown-content {
    border-radius: 20px;
  }

  .dropdown-link {
    height: 30px;
  }

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

  .catalog-button {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 10px;
  }

  .footer-block-w-data {
    flex-direction: column;
    width: 100%;
  }

  .footer-block-w-text {
    grid-row-gap: 10px;
    width: 100%;
    padding-top: 0;
  }

  .footer-block-w-text.ar {
    align-items: flex-end;
  }

  .popup-wrapper-cons {
    display: none;
  }

  .form-block, .form-block.popup {
    width: auto;
  }

  .button-popups {
    justify-content: center;
    height: 50px;
    font-weight: 700;
  }

  .text-field-form-popup {
    height: 50px;
  }

  .form {
    color: var(--dark-slate-grey);
  }

  .success-message-wrapper {
    padding: 20px;
  }

  .div-block-popup-right {
    display: none;
  }

  .first-block-right-half {
    height: 240px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .heading-2.about {
    width: 100%;
    font-size: 24px;
  }

  .heading-2.de {
    font-size: 30px;
  }

  .heading-2.ru {
    font-size: 24px;
  }

  .block-w-text.brochure {
    width: 100%;
    margin-top: 30px;
  }

  .button-transp.first-block:hover {
    color: #c7b28b;
    background-color: #0000;
  }

  .div-block-brochure-form {
    margin-top: 200px;
  }

  .form-download {
    color: var(--dark-slate-grey);
  }

  .brochure-image {
    width: 100%;
    height: 10rem;
    top: -120px;
    left: 0;
    right: 0;
  }

  .brochure-image.ar {
    top: -150px;
    left: auto;
    right: 0;
  }

  .heading-2-brochure {
    font-size: 30px;
  }

  .block-sectrion.location {
    padding-top: 100px;
  }

  .left-half.footer, .left-half.amenities {
    width: 100%;
  }

  .right-half.footer {
    align-items: stretch;
    width: 100%;
  }

  .right-half.amenities {
    width: 100%;
  }

  .slider-cards {
    height: 300px;
  }

  .div-block-consultation-form.atlantis {
    padding: 20px;
  }

  .text-field-cons {
    height: 50px;
    font-size: 14px;
  }

  .heading-2-cons {
    font-size: 24px;
  }

  .tab-launch {
    padding: 20px;
  }

  .mask-slider-cards {
    overflow: hidden;
  }

  .black-offers-wrapper {
    width: 95vw;
    height: auto;
  }

  .slider-button.slider-next {
    top: -20px;
  }

  .slider-button.slider-prev {
    top: 10px;
  }

  .div-block-slider {
    width: 100%;
  }

  .div-block-subscribe-form {
    padding-top: 20px;
  }

  .heading-2-subscribe {
    font-size: 24px;
  }

  .heading-2-subscribe.footer.it {
    line-height: 110%;
  }

  .heading-2-subscribe.it {
    font-size: 30px;
  }

  .footer-block-w-form {
    grid-row-gap: 20px;
    flex-direction: column;
    width: auto;
  }

  .launch-logo-footer {
    width: 80px;
  }

  .launch-logo-footer.footer {
    height: 50px;
    max-height: 50px;
  }

  .agent-img {
    background-position: 50%;
    background-size: contain;
    width: auto;
  }

  .footer-text-block, .footer-text-block.phone, .footer-text-block.ar {
    width: auto;
  }

  .div-block-big-image._2 {
    background-position: 82.5%;
  }

  .slider.slider-thumbs {
    height: 300px;
  }

  .mask {
    overflow: hidden;
  }

  .button-map {
    width: 200px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-dropdown-link-lang {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner {
    height: auto;
  }

  .form-cosultation-box {
    margin-top: 100px;
  }

  .form-content {
    margin-top: 15px;
  }

  .h3-36, .form-ttl {
    font-size: 24px;
  }

  .banner-img-mobile {
    height: 240px;
  }

  .full-img {
    height: 350px;
  }

  .quiz-info {
    width: auto;
    height: auto;
  }

  .text-block-info-up {
    font-size: 18px;
  }

  .heading-2-succes {
    width: auto;
  }

  .dropdown-content-copy {
    border-radius: 20px;
  }

  .text-block-dropdown-bed {
    font-size: 12px;
  }

  .button-black {
    width: 100%;
  }

  .button-black.first-block:hover {
    color: #c7b28b;
    background-color: #0000;
  }

  .success-wrap-cta {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }
}

#w-node-dd0c2baa-7d47-bff2-0603-ff8b784117ea-71fe43a0, #Lead-Email-15.w-node-c18f709a-006b-8349-fe8b-d34b8513aced-71fe4434, #w-node-dd0c2baa-7d47-bff2-0603-ff8b784117ea-71fe443f, #w-node-dd0c2baa-7d47-bff2-0603-ff8b784117ea-71fe4440, #w-node-dd0c2baa-7d47-bff2-0603-ff8b784117ea-71fe4441, #w-node-dd0c2baa-7d47-bff2-0603-ff8b784117ea-71fe4442, #w-node-dd0c2baa-7d47-bff2-0603-ff8b784117ea-71fe4443, #w-node-dd0c2baa-7d47-bff2-0603-ff8b784117ea-71fe4444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-f2dc4e6d-4d8f-2e86-8be9-0e754f63e886-71fe43a0, #w-node-_60d4a856-079c-7570-ba69-b87973158b27-71fe4444 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1dbff085-7854-0f98-d013-8c0a11d7cd5e-71fe43a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro_light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro_medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro_mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro_bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro_blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro_lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro_italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro_black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  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-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  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-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}