@import url(https://fonts.bunny.net/css?family=inter:400,500,600,700);
@charset "UTF-8";
:root {
  --white-color: #fff;
  --black-color: #000;
  --black-hover-color: #000000a1;
  --dark-color: #222;
  --gray-color: #666;
  --gold-color: #c6904a;
  --transition: all 0.25s ease-in;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, html, input, select, textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0;
}

:root :where(.acf-innerblocks-container) > :first-child,
:root :where(.wcl-container) > :first-child,
:root :where(.wcl-content) > :first-child {
  margin-block-start: 0;
}

:root :where(.acf-innerblocks-container) > :last-child,
:root :where(.wcl-container) > :last-child,
:root :where(.wcl-content) > :last-child {
  margin-block-end: 0;
}

:root :where(.acf-innerblocks-container) > *,
:root :where(.wcl-container) > *,
:root :where(.wcl-content) > * {
  margin-block-start: 1.5rem;
  margin-block-end: 1.5rem;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: var(--dark-color);
  overflow-x: hidden;
  background-color: #fffbf5;
}

html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

input,
textarea {
  border-radius: 0;
  outline: none;
}

textarea {
  outline: none;
}

a,
button {
  display: inline-block;
  transition: all 0.25s ease-in-out;
}

span {
  display: inline-block;
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

.wcl-body-inner {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
}
.wcl-body-inner.none-overflow {
  overflow: visible;
}

.wcl-container {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

/** Heading */
h1,
.wcl-h1,
h2,
.wcl-h2,
h3,
.wcl-h3,
h4,
.wcl-h4,
h5,
.wcl-h5,
h6,
.wcl-h6 {
  font-weight: 700;
  line-height: 1.5;
}

h1,
.wcl-h1 {
  font-size: 3rem;
}

h2,
.wcl-h2 {
  font-size: 2.25rem;
}

h3,
.wcl-h3 {
  font-size: 1.875rem;
}

h4,
.wcl-h4 {
  font-size: 1.5rem;
}

h5,
.wcl-h5 {
  font-size: 1.25rem;
}

h6,
.wcl-h6 {
  font-size: 1.125rem;
}

.grecaptcha-badge {
  z-index: 9;
}

h2:not([class]) {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 10px;
}

h3:not([class]) {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 10px;
}

h4:not([class]) {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 10px;
}

h5:not([class]) {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 10px;
}

p:not([class]) {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 25px;
}

ul,
ol:not([class]) {
  list-style-type: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 25px;
  padding-left: 10px;
}

.wcl-button {
  font: inherit;
  color: inherit;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 100px;
  text-align: center;
}
.wcl-button:focus {
  outline: none;
}
.wcl-button:active, .wcl-button:focus, .wcl-button:hover {
  box-shadow: none;
  outline: none;
}

@font-face {
  font-family: "social-links";
  src: url("../fonts/social-links.woff2?v=0.1") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "social-links" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin:before {
  content: "\eaca";
}

/** Style */
.wcl-social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wcl-social-links a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: var(--gold-color);
  color: var(--white-color);
  border-radius: 100%;
}
.wcl-social-links i {
  font-size: 14px;
}

.wcl-header {
  background: var(--white-color);
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.1);
  position: relative;
}
.wcl-header .wcl-container.wcl-container__wider {
  width: 100%;
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.wcl-header__wrapper {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  position: relative;
}
.wcl-header__burger-icon {
  display: none;
}
.wcl-header__logo-wrapper {
  width: 160px;
}
.wcl-header__logo-wrapper.mobile {
  margin: 20vh auto 0 auto;
}
.wcl-header__logo {
  width: 100%;
}
.wcl-header__logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wcl-header__menu-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--black-color);
}
.wcl-header__close-icon {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 99;
}
.wcl-header__close-icon:before, .wcl-header__close-icon:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--black-color);
  transform-origin: center;
}
.wcl-header__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wcl-header__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wcl-header__menu-nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-bottom: 0;
}
.wcl-header__menu-nav ul li:last-of-type a {
  box-sizing: border-box;
  background: var(--gold-color);
  border-radius: 100px;
  padding: 11px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--white-color);
  text-decoration: none;
  transition: var(--transition);
}
.wcl-header__menu-nav ul li a {
  text-decoration: none;
  color: var(--black-color);
  transition: var(--transition);
  position: relative;
  font-weight: 500;
}
.wcl-header__menu-nav ul li.current-menu-item a {
  font-weight: 700;
}
.no-scroll {
  overflow: hidden;
}

.wcl-footer {
  box-sizing: border-box;
  background: var(--white-color);
  position: relative;
}
.wcl-footer * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.wcl-footer__before-img-wrapper {
  max-width: 530px;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  margin: 0 auto -20px auto;
  z-index: 5;
}
.wcl-footer__before-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wcl-footer__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.wcl-footer__logo-wrapper {
  width: 160px;
}
.wcl-footer__logo {
  width: 100%;
}
.wcl-footer__logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wcl-footer__navigation ul {
  list-style-type: none;
  display: flex;
}
.wcl-footer__navigation ul a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--black-color);
  transition: var(--transition);
  padding: 0 10px;
  border-right: 1px solid var(--black-color);
}
.wcl-footer__navigation ul a:hover {
  color: var(--black-hover-color);
}
.wcl-footer__navigation ul li:last-child a {
  border-right: none;
}

.wcl-single-apartment {
  width: 100%;
  padding: 60px 0;
}
.wcl-single-apartment__gallery {
  position: relative;
}
.wcl-single-apartment__gallery-main-wrapper {
  box-sizing: border-box;
  border: 10px solid var(--white-color);
  border-radius: 50px;
  overflow: hidden;
  max-width: 1300px;
  aspect-ratio: 2.166/1;
  margin: 0 auto;
  box-sizing: border-box;
  cursor: pointer;
}
.wcl-single-apartment__gallery-main-wrapper .wcl-apartment-main-swiper {
  width: 100%;
  height: 100%;
}
.wcl-single-apartment__gallery-main-wrapper .swiper-button-next,
.wcl-single-apartment__gallery-main-wrapper .swiper-button-prev {
  color: var(--white-color);
  transition: var(--transition);
}
.wcl-single-apartment__gallery-main-wrapper .swiper-button-next:hover,
.wcl-single-apartment__gallery-main-wrapper .swiper-button-prev:hover {
  color: var(--gold-color);
}
.wcl-single-apartment__item-gallery-pagination {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 100px;
  padding: 5px 10px;
  position: absolute;
  bottom: 30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: -moz-max-content !important;
  width: max-content !important;
  display: none;
}
.wcl-single-apartment__item-gallery-pagination span.swiper-pagination-bullet {
  background: var(--gold-color);
  opacity: 0.25;
  margin: 0 !important;
  width: 7px;
  height: 7px;
}
.wcl-single-apartment__item-gallery-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--gold-color) !important;
}
.wcl-single-apartment__gallery-main-swiper-wrapper {
  border-radius: 50px;
}
.wcl-single-apartment__gallery-main-swiper-wrapper .swiper-slide {
  height: auto;
}
.wcl-single-apartment__gallery-main-swiper-wrapper .swiper-slide img {
  border-radius: 38px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.wcl-single-apartment__gallery-mini-wrapper {
  display: flex;
  background: var(--white-color);
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.1);
  border-radius: 25px;
  border: 10px solid var(--white-color);
  width: 90%;
  max-width: 1075px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.wcl-single-apartment__gallery-mini-left {
  margin-right: 10px;
  padding-right: 10px;
  width: 175px;
  height: 105px;
  aspect-ratio: 1.67/1;
  position: relative;
  cursor: pointer;
}
.wcl-single-apartment__gallery-mini-left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: rgba(0, 0, 0, 0.1490196078);
}
.wcl-single-apartment__gallery-mini-left video {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wcl-single-apartment__gallery-mini-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
.wcl-single-apartment__video-preview {
  width: 100%;
  height: 100%;
}
.wcl-single-apartment__video-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
  aspect-ratio: 1.67/1;
}
.wcl-single-apartment__gallery-mini-left-play-img-wrapper {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  transition: var(--transition);
}
.wcl-single-apartment__gallery-mini-right {
  margin-left: 20px;
  width: 165px !important;
  height: 105px !important;
  overflow: visible !important;
  aspect-ratio: 1.67/1;
  position: relative;
  background-color: transparent !important;
  cursor: pointer;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ededed;
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.1);
  border-radius: 15px;
  position: relative;
}
.wcl-single-apartment__gallery-mini-right:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  border-radius: 15px;
  z-index: 1;
}
.wcl-single-apartment__gallery-mini-right::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: rgba(0, 0, 0, 0.1490196078);
}
.wcl-single-apartment__gallery-mini-right img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
.wcl-single-apartment__gallery-mini-right span.wcl-single-apartment__deg {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: var(--white-color);
  z-index: 2;
  font-size: 16px;
}
.wcl-single-apartment__gallery-mini-right span.wcl-single-apartment__deg::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9.577,2.5c0-1.381,1.119-2.5,2.5-2.5s2.5,1.119,2.5,2.5-1.119,2.5-2.5,2.5-2.5-1.119-2.5-2.5Zm.423,12.5h-2v-5.5c0-1.93,1.57-3.5,3.5-3.5h1c1.93,0,3.5,1.57,3.5,3.5v5.5h-2v4h-4v-4Zm1-3h2v-2.5c0-.276-.225-.5-.5-.5h-1c-.275,0-.5,.224-.5,.5v2.5Zm6,4.283v3.028c1.404,.191,2.477,.444,3.188,.688-1.401,.48-4.191,1-8.188,1s-6.787-.52-8.188-1c.712-.244,1.785-.497,3.188-.688v-3.028c-3.388,.408-7,1.389-7,3.717,0,3.711,9.185,4,12,4s12-.289,12-4c0-2.328-3.612-3.308-7-3.717Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -100%);
}
.wcl-single-apartment__gallery-mini-right span.wcl-single-apartment__text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: var(--white-color);
  z-index: 2;
  font-size: 18px;
}
.wcl-single-apartment__thumbs-swiper {
  height: 105px;
  width: 100%;
}
.wcl-single-apartment__thumbs-swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.wcl-single-apartment__thumbs-swiper .swiper-wrapper .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  transition: var(--transition);
}
.wcl-single-apartment__thumbs-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active, .wcl-single-apartment__thumbs-swiper .swiper-wrapper .swiper-slide:hover {
  opacity: 1;
}
.wcl-single-apartment__thumbs-swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#wcl-single-apartment-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
}
#wcl-single-apartment-modal.show {
  pointer-events: auto;
}
#wcl-single-apartment-modal.show .wcl-single-apartment__modal-content {
  opacity: 1;
  transform: scale(1);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80vw;
}
#wcl-single-apartment-modal.show.loaded {
  transform: scale(1);
}
#wcl-single-apartment-modal .wcl-single-apartment__modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}
#wcl-single-apartment-modal .wcl-single-apartment__modal-content {
  position: relative;
  z-index: 2;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.95);
  transition: var(--transition);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80vw;
}
#wcl-single-apartment-modal .wcl-single-apartment__modal-content > * {
  max-width: 80vw;
  max-height: 80vh;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
#wcl-single-apartment-modal .wcl-single-apartment__modal-close {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  background: transparent;
  color: var(--dark-color);
  font-size: 24px;
  font-weight: bold;
  border: none;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  padding: 0;
}
#wcl-single-apartment-modal .wcl-single-apartment__modal-close::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='%23ff0000'/%3E%3C/svg%3E");
  height: 24px;
  width: auto;
  line-height: 1;
  margin: auto;
}

.wcl-single-apartment-meta {
  padding: 50px 0 0 0;
}
.wcl-single-apartment-meta__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1075px;
  margin: 0 auto;
  gap: 15px;
}
.wcl-single-apartment-meta__left {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  row-gap: 15px;
}
.wcl-single-apartment-meta__left-bed-bath, .wcl-single-apartment-meta__left-available, .wcl-single-apartment-meta__left-neighbourhood, .wcl-single-apartment-meta__left-nearest {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  position: relative;
  white-space: normal;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  min-width: 0;
}
.wcl-single-apartment-meta__left-bed-bath::before, .wcl-single-apartment-meta__left-available::before, .wcl-single-apartment-meta__left-neighbourhood::before, .wcl-single-apartment-meta__left-nearest::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.wcl-single-apartment-meta__left-bed-bath::before {
  background-image: url("../img/baths.svg");
}
.wcl-single-apartment-meta__left-available::before {
  background-image: url("../img/Calendar.svg");
}
.wcl-single-apartment-meta__left-neighbourhood::before {
  background-image: url("../img/location.png");
}
.wcl-single-apartment-meta__left-nearest::before {
  background-image: url("../img/gold-rect.png");
}
.wcl-single-apartment-meta__right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.wcl-single-apartment-meta__right-price-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.wcl-single-apartment-meta__right-old-price-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #b3b3b3;
  white-space: nowrap;
}
.wcl-single-apartment-meta__right-old-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #b3b3b3;
  position: relative;
  padding: 0 2px;
  white-space: nowrap;
}
.wcl-single-apartment-meta__right-old-price::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 2px solid #b3b3b3;
  transform: translateY(-50%);
}
.wcl-single-apartment-meta__right-new-price-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--gray-color);
  white-space: nowrap;
}
.wcl-single-apartment-meta__right-new-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  white-space: nowrap;
}
.wcl-single-apartment-meta__right-button {
  box-sizing: border-box;
  background: var(--gold-color);
  border-radius: 100px;
  padding: 20px 80px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--white-color);
  text-decoration: none;
  transition: var(--transition);
  white-space: nowrap;
}
.wcl-single-apartment-meta__right-button:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.wcl-single-apartment-content {
  width: 100%;
  padding: 60px 0;
}
.wcl-single-apartment-content__wrapper {
  background: var(--white-color);
  border-radius: 100px;
  padding: 75px 110px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.wcl-single-apartment-content__left {
  width: calc(50% - 12px);
}
.wcl-single-apartment-content__left-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 25px;
}
.wcl-single-apartment-content__left-meta-floor {
  box-sizing: border-box;
  background: var(--gold-color);
  border-radius: 100px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--white-color);
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.wcl-single-apartment-content__left-meta-floor::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.wcl-single-apartment-content__left-meta-area {
  box-sizing: border-box;
  background: var(--gold-color);
  border-radius: 100px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--white-color);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.wcl-single-apartment-content__left-meta-area::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  background-image: url("../img/rect-white.png");
  margin-right: 5px;
}
.wcl-single-apartment-content__left-meta-additional-option {
  box-sizing: border-box;
  background: var(--gold-color);
  border-radius: 100px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--white-color);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
}
.wcl-single-apartment-content__left-meta-additional-option::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  background-image: url("../img/additional_white.svg");
  margin-right: 5px;
}
.wcl-single-apartment-content__left-meta-restrictions-option {
  box-sizing: border-box;
  background: #979797;
  border-radius: 100px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--white-color);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
}
.wcl-single-apartment-content__left-meta-restrictions-option::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  background-image: url("../img/restriction-white.svg");
  margin-right: 5px;
}
.wcl-single-apartment-content__left-meta-floor::before {
  background-image: url("../img/floor-white.png");
}
.wcl-single-apartment-content__left-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 15px;
}
.wcl-single-apartment-content__left-content-wrapper {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--dark-color);
}
.wcl-single-apartment-content__left-content-wrapper p {
  margin-bottom: 25px;
}
.wcl-single-apartment-content__left-content-wrapper ul,
.wcl-single-apartment-content__left-content-wrapper ol {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.wcl-single-apartment-content__left-content-wrapper ul li,
.wcl-single-apartment-content__left-content-wrapper ol li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.wcl-single-apartment-content__left-content-wrapper ul li::before,
.wcl-single-apartment-content__left-content-wrapper ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url("../img/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.wcl-single-apartment-content__left-content-wrapper strong {
  font-weight: bold;
}
.wcl-single-apartment-content__left-content-wrapper a {
  text-decoration: none;
  color: var(--gold-color);
  transition: var(--transition);
}
.wcl-single-apartment-content__left-content-wrapper a:hover {
  opacity: 0.7;
}
.wcl-single-apartment-content__left-content-wrapper h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 15px;
}
.wcl-single-apartment-content__left-content-wrapper h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 15px;
}
.wcl-single-apartment-content__left-content-wrapper h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 12px;
}
.wcl-single-apartment-content__left-content-wrapper h4,
.wcl-single-apartment-content__left-content-wrapper h5,
.wcl-single-apartment-content__left-content-wrapper h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.wcl-single-apartment-content__right {
  width: calc(50% - 12px);
}
.wcl-single-apartment-content__right-location-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border-radius: 25px;
}
.wcl-single-apartment-content .wcl-map__marker {
  width: 40px;
  height: 40px;
  background-image: url("../img/Location.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
  line-height: 1;
  position: relative;
  top: -0.4em;
}

.wcl-single-apartment-booked {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
  overflow: hidden;
}
.wcl-single-apartment-booked.show .wcl-single-apartment-booked__content-wrapper {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.wcl-single-apartment-booked__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(198, 144, 74, 0.2509803922);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 1;
}
.wcl-single-apartment-booked__content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: var(--transition);
  width: 100%;
  max-width: 860px;
  background: var(--white-color);
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.4);
  border-radius: 75px;
  padding: 75px;
  opacity: 0;
  transform: scale(0.95) translate(-50%, -50%);
  transition: var(--transition);
}
.wcl-single-apartment-booked__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 25px;
  text-align: center;
}
.wcl-single-apartment-booked__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 45px;
}
.wcl-single-apartment-booked__button {
  box-sizing: border-box;
  background: #c6904a;
  border-radius: 100px;
  padding: 20px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: var(--white-color);
  text-decoration: none;
  text-transform: uppercase;
  transition: var(--transition);
  border: none;
  white-space: nowrap;
  width: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.wcl-single-apartment-booked__button:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.wcl-book {
  width: 100%;
  padding: 60px 0;
}
.wcl-book input[type=text],
.wcl-book input[type=tel],
.wcl-book input[type=email],
.wcl-book input[type=date],
.wcl-book input[type=number] {
  width: 100%;
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 15px;
  font-family: "Inter", sans-serif;
  line-height: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  padding: 17px 25px;
  transition: var(--transition);
}
.wcl-book input[type=text].warning,
.wcl-book input[type=tel].warning,
.wcl-book input[type=email].warning,
.wcl-book input[type=date].warning,
.wcl-book input[type=number].warning {
  border: 1px solid #ff0000;
}
.wcl-book input[type=text].warning:hover, .wcl-book input[type=text].warning:focus,
.wcl-book input[type=tel].warning:hover,
.wcl-book input[type=tel].warning:focus,
.wcl-book input[type=email].warning:hover,
.wcl-book input[type=email].warning:focus,
.wcl-book input[type=date].warning:hover,
.wcl-book input[type=date].warning:focus,
.wcl-book input[type=number].warning:hover,
.wcl-book input[type=number].warning:focus {
  border: 1px solid #ff0000;
}
.wcl-book input[type=text]:hover, .wcl-book input[type=text]:focus,
.wcl-book input[type=tel]:hover,
.wcl-book input[type=tel]:focus,
.wcl-book input[type=email]:hover,
.wcl-book input[type=email]:focus,
.wcl-book input[type=date]:hover,
.wcl-book input[type=date]:focus,
.wcl-book input[type=number]:hover,
.wcl-book input[type=number]:focus {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-book input[type=text]::-moz-placeholder, .wcl-book input[type=tel]::-moz-placeholder, .wcl-book input[type=email]::-moz-placeholder, .wcl-book input[type=date]::-moz-placeholder, .wcl-book input[type=number]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-book input[type=text]::placeholder,
.wcl-book input[type=tel]::placeholder,
.wcl-book input[type=email]::placeholder,
.wcl-book input[type=date]::placeholder,
.wcl-book input[type=number]::placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-book input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.wcl-book input[type=number]::-webkit-outer-spin-button, .wcl-book input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wcl-book input[type=checkbox] {
  display: none;
}
.wcl-book input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 5px;
  border-bottom: 2px solid var(--white-color);
  border-left: 2px solid var(--white-color);
  flex-shrink: 0;
  transform: translateY(-70%) rotate(-45deg);
}
.wcl-book input[type=checkbox]:checked + label::before {
  background-color: #c6904a;
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-book input[type=checkbox] + label {
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding-left: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--dark-color);
  flex-shrink: 0;
  transition: var(--transition);
}
.wcl-book input[type=checkbox] + label:hover:before {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-book input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 5px;
  background: #f8f8f8;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  flex-shrink: 0;
}
.wcl-book button[type=submit] {
  box-sizing: border-box;
  background: #d9bb95;
  border-radius: 100px;
  padding: 20px 0;
  margin: 25px auto 0 auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-decoration: none;
  transition: var(--transition);
  border: none;
  white-space: nowrap;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.wcl-book button[type=submit].active {
  background: var(--gold-color);
}
.wcl-book button[type=submit].active:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.wcl-book__content-wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  background: var(--white-color);
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.04);
  border-radius: 75px;
  padding: 50px 85px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 45px;
}
.wcl-book__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--dark-color);
}
.wcl-book__info-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.1);
  border-radius: 25px;
  padding: 10px;
}
.wcl-book__info-image-wrapper {
  width: 100%;
  max-width: 180px;
}
.wcl-book__info-image-wrapper img {
  width: 100%;
  aspect-ratio: 1.2/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
.wcl-book__info-text-wrapper {
  width: 100%;
}
.wcl-book__info-price-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 10px;
}
.wcl-book__info-price-new-price-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--gray-color);
  white-space: nowrap;
}
.wcl-book__info-price-new-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  white-space: nowrap;
}
.wcl-book__info-price-old-price-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #b3b3b3;
  white-space: nowrap;
}
.wcl-book__info-price-old-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #b3b3b3;
  position: relative;
  padding: 0 2px;
  white-space: nowrap;
}
.wcl-book__info-price-old-price::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 2px solid #b3b3b3;
  transform: translateY(-50%);
}
.wcl-book__info-address {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--gray-color);
  margin-bottom: 10px;
}
.wcl-book__info-meta-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
  column-gap: 17px;
  row-gap: 7px;
  overflow: hidden;
}
.wcl-book__info-meta-row > p {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--gold-color);
  position: relative;
}
.wcl-book__info-meta-row > p:not(.wcl-book__info-meta-area) {
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  text-transform: capitalize;
}
.wcl-book__info-meta-row > p:not(.wcl-book__info-meta-area)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wcl-book__info-meta-row > p::after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: rgba(0, 0, 0, 0.1490196078);
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
}
.wcl-book__info-meta-row > p sup {
  vertical-align: super;
  font-size: 0.6em;
  line-height: 1;
  position: relative;
  top: -0.4em;
}
.wcl-book__info-meta-bedrooms::before {
  background-image: url(../img/bed-gold.png);
}
.wcl-book__info-meta-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wcl-book__info-meta-area::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/rect-gold.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
.wcl-book__info-meta-floor::before {
  background-image: url(../img/floor-gold.png);
}
.wcl-book__info-meta-renovations::before {
  background-image: url(../img/roller-gold.png);
}
.wcl-book__form-wrapper form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.wcl-book__form-wrapper legend {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.wcl-book__form-view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
}
.wcl-book__form-view-label input[type=radio] {
  display: none;
}
.wcl-book__form-view-label input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #c6904a;
  border-radius: 50%;
  flex-shrink: 0;
}
.wcl-book__form-view-label input[type=radio]:checked + span::before {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-book__form-view-label span {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  cursor: pointer;
  padding-left: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  flex-shrink: 0;
  transition: var(--transition);
  white-space: nowrap;
}
.wcl-book__form-view-label span:hover:before {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-book__form-view-label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 50%;
  background: #f8f8f8;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  flex-shrink: 0;
}
.wcl-book__form-restrictions-wrapper {
  margin-bottom: 25px;
}
.wcl-book__form-restrictions-header {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.wcl-book__form-restrictions-list {
  padding-left: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 10px;
}
.wcl-book__form-input-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--gray-color);
  padding-left: 5px;
  margin-bottom: 5px;
}
.wcl-book__form-input-label span {
  color: #ff0000;
}
.wcl-book .wcl-realties__spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border: 4px solid transparent;
  border-top-color: #c6904a;
  border-radius: 50%;
  animation: spining 0.8s linear infinite;
  z-index: 2;
}
.wcl-book .wcl-realties__spinner.active {
  display: block;
}
@keyframes spining {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wcl-book .wcl-input,
.wcl-book .wcl-input-none {
  margin-bottom: 25px;
}
.wcl-book .wcl-input a,
.wcl-book .wcl-input-none a {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--gold-color);
  text-decoration: none;
  transition: var(--transition);
  display: inline;
}
.wcl-book .wcl-input a:hover,
.wcl-book .wcl-input-none a:hover {
  color: rgba(198, 144, 74, 0.631372549);
}

.wcl-input-row-2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.wcl-input-row-2 .wcl-input,
.wcl-input-row-2 .wcl-input-none {
  width: 100%;
  max-width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  row-gap: 5px;
}
.wcl-input-row-2 label {
  width: 100%;
}

.wcl-warning {
  color: #ff0000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  padding: 5px 0 0 5px;
}

.wcl-add-apartment {
  width: 100%;
  padding: 60px 0;
}
.wcl-add-apartment form.loading {
  pointer-events: none;
  opacity: 0.7;
}
.wcl-add-apartment input[type=text],
.wcl-add-apartment input[type=tel],
.wcl-add-apartment input[type=email],
.wcl-add-apartment input[type=date],
.wcl-add-apartment input[type=number] {
  width: 100%;
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 15px;
  font-family: "Inter", sans-serif;
  line-height: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  padding: 17px 25px;
  transition: var(--transition);
}
.wcl-add-apartment input[type=text]:hover, .wcl-add-apartment input[type=text]:focus,
.wcl-add-apartment input[type=tel]:hover,
.wcl-add-apartment input[type=tel]:focus,
.wcl-add-apartment input[type=email]:hover,
.wcl-add-apartment input[type=email]:focus,
.wcl-add-apartment input[type=date]:hover,
.wcl-add-apartment input[type=date]:focus,
.wcl-add-apartment input[type=number]:hover,
.wcl-add-apartment input[type=number]:focus {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-add-apartment input[type=text]::-moz-placeholder, .wcl-add-apartment input[type=tel]::-moz-placeholder, .wcl-add-apartment input[type=email]::-moz-placeholder, .wcl-add-apartment input[type=date]::-moz-placeholder, .wcl-add-apartment input[type=number]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-add-apartment input[type=text]::placeholder,
.wcl-add-apartment input[type=tel]::placeholder,
.wcl-add-apartment input[type=email]::placeholder,
.wcl-add-apartment input[type=date]::placeholder,
.wcl-add-apartment input[type=number]::placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-add-apartment input[type=text].warning,
.wcl-add-apartment input[type=tel].warning,
.wcl-add-apartment input[type=email].warning,
.wcl-add-apartment input[type=date].warning,
.wcl-add-apartment input[type=number].warning {
  border: 1px solid #ff0000;
}
.wcl-add-apartment input[type=text].warning:hover, .wcl-add-apartment input[type=text].warning:focus,
.wcl-add-apartment input[type=tel].warning:hover,
.wcl-add-apartment input[type=tel].warning:focus,
.wcl-add-apartment input[type=email].warning:hover,
.wcl-add-apartment input[type=email].warning:focus,
.wcl-add-apartment input[type=date].warning:hover,
.wcl-add-apartment input[type=date].warning:focus,
.wcl-add-apartment input[type=number].warning:hover,
.wcl-add-apartment input[type=number].warning:focus {
  border: 1px solid #ff0000;
}
.wcl-add-apartment input[name=province] {
  text-transform: uppercase;
}
.wcl-add-apartment input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.wcl-add-apartment input[type=number]::-webkit-outer-spin-button, .wcl-add-apartment input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wcl-add-apartment input[type=date] {
  font-weight: 500;
}
.wcl-add-apartment #agreement-zip {
  text-transform: uppercase;
}
.wcl-add-apartment fieldset {
  width: 100%;
}
.wcl-add-apartment select {
  width: 100%;
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 15px;
  font-family: "Inter", sans-serif;
  line-height: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  padding: 17px 45px 17px 25px;
  transition: var(--transition);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wcl-add-apartment select:invalid {
  color: rgba(0, 0, 0, 0.3019607843);
}
.wcl-add-apartment select:hover, .wcl-add-apartment select:focus {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-add-apartment select.warning {
  border: 1px solid #ff0000;
}
.wcl-add-apartment select.warning:hover, .wcl-add-apartment select.warning:focus {
  border: 1px solid #ff0000;
}
.wcl-add-apartment__wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 85px;
  background: var(--white-color);
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.04);
  border-radius: 75px;
}
.wcl-add-apartment__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  text-align: center;
  margin-bottom: 40px;
}
.wcl-add-apartment__form-input-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--gray-color);
  padding-left: 5px;
}
.wcl-add-apartment__form-input-label.bolder {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 10px;
  padding-left: 0;
}
.wcl-add-apartment__form-input-label span {
  color: #ff0000;
}
.wcl-add-apartment__form-rooms-input-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wcl-add-apartment__form-rooms-input-wrapper label span {
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #000000;
  display: block;
  padding: 12px 20px;
  transition: var(--transition);
  white-space: nowrap;
  cursor: pointer;
}
.wcl-add-apartment__form-rooms-input-wrapper label span:hover {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-add-apartment__form-rooms-input-wrapper input[type=radio] {
  display: none;
}
.wcl-add-apartment__form-rooms-input-wrapper input[type=radio]:checked + span {
  background: rgba(198, 144, 74, 0.8);
  color: white;
}
.wcl-add-apartment__form-options-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 10px;
}
.wcl-add-apartment__form-option-wrapper {
  width: 100%;
  max-width: 33.3%;
}
.wcl-add-apartment__paragraph {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 15px;
}
.wcl-add-apartment__form-warrant input[type=checkbox] {
  display: none;
}
.wcl-add-apartment__form-warrant input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: var(--gold-color);
  border-radius: 50%;
  flex-shrink: 0;
}
.wcl-add-apartment__form-warrant input[type=checkbox]:checked + label::before {
  border: 1px solid var(--gold-color);
}
.wcl-add-apartment__form-warrant input[type=checkbox] + label {
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding-left: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  flex-shrink: 0;
}
.wcl-add-apartment__form-warrant input[type=checkbox] + label:hover::before {
  border: 1px solid var(--gold-color);
}
.wcl-add-apartment__form-warrant input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 50%;
  background: #f8f8f8;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  flex-shrink: 0;
  transition: var(--transition);
}
.wcl-add-apartment__form-agree legend .wcl-add-apartment__form-agree-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.wcl-add-apartment__form-agree legend .wcl-add-apartment__form-agree-description {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.wcl-add-apartment__form-agree legend span {
  color: #ff0000;
}
.wcl-add-apartment__form-agree input[type=checkbox] {
  display: none;
}
.wcl-add-apartment__form-agree input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 5px;
  border-bottom: 2px solid var(--white-color);
  border-left: 2px solid var(--white-color);
  flex-shrink: 0;
  transform: translateY(-70%) rotate(-45deg);
}
.wcl-add-apartment__form-agree input[type=checkbox]:checked + label::before {
  background-color: #c6904a;
  border: 1px solid var(--gold-color);
}
.wcl-add-apartment__form-agree input[type=checkbox] + label {
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding-left: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--dark-color);
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
}
.wcl-add-apartment__form-agree input[type=checkbox] + label:hover::before {
  border: 1px solid var(--gold-color);
}
.wcl-add-apartment__form-agree input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 5px;
  background: #f8f8f8;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  flex-shrink: 0;
}
.wcl-add-apartment__form-signature-field {
  width: 100%;
}
.wcl-add-apartment__form-signature-input-wrapper {
  position: relative;
}
.wcl-add-apartment__form-signature-input-wrapper:hover .wcl-add-apartment__form-signature-prefix {
  border-right: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-add-apartment__form-signature-prefix {
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  padding: 17px 15px;
  color: rgba(0, 0, 0, 0.3019607843);
  border-right: 1px solid rgba(198, 144, 74, 0.25);
  background-color: #f3f3f3;
  border-radius: 15px 5px 5px 15px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  transition: var(--transition);
}
.wcl-add-apartment__signature-input {
  padding: 17px 25px 17px 80px !important;
}
.wcl-add-apartment__form-add-file-wrapper {
  width: 100%;
}
.wcl-add-apartment__form-add-file-wrapper.dz-drag-hover .wcl-add-apartment__form-add-file-drop-wrapper {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-add-apartment__form-add-file-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.wcl-add-apartment__form-add-file-title span {
  display: inline;
  font-weight: 500;
}
.wcl-add-apartment__form-add-file-drop-wrapper {
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  row-gap: 20px;
  padding: 30px 0;
  transition: var(--transition);
  cursor: pointer;
}
.wcl-add-apartment__form-add-file-drop-wrapper:hover {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-add-apartment__form-add-file-drop-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  row-gap: 10px;
}
.wcl-add-apartment__form-add-file-drop-text input[type=file] {
  display: none;
}
.wcl-add-apartment__form-add-file-drop-text span {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.25);
}
.wcl-add-apartment__form-add-file-drop-text .wcl-add-apartment__form-add-file-drop-text-upload {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.02em;
  color: #c6904a;
  transition: var(--transition);
}
.wcl-add-apartment__form-add-file-drop-text .wcl-add-apartment__form-add-file-drop-text-upload:hover {
  color: rgba(198, 144, 74, 0.631372549);
}
.wcl-add-apartment__form-add-file-drop-icon-wrapper {
  width: 85px;
  height: 85px;
}
.wcl-add-apartment__form-add-file-drop-icon-wrapper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wcl-add-apartment__form-submit-btn {
  box-sizing: border-box;
  background: #d9bb95;
  border-radius: 100px;
  padding: 20px 0;
  margin: 50px auto 0 auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-decoration: none;
  transition: var(--transition);
  border: none;
  white-space: nowrap;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.wcl-add-apartment__form-submit-btn.active {
  background: var(--gold-color);
}
.wcl-add-apartment__form-submit-btn.active:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.wcl-add-apartment .wcl-realties__spinner {
  display: none;
  position: fixed;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border: 4px solid transparent;
  border-top-color: #c6904a;
  border-radius: 50%;
  animation: spining 0.8s linear infinite;
  z-index: 2;
}
.wcl-add-apartment .wcl-realties__spinner.active {
  display: block;
}
@keyframes spining {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wcl-add-apartment__progress-wrapper {
  display: none;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: var(--dark-color);
  z-index: 2;
  line-height: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.wcl-add-apartment__progress-wrapper.active {
  display: block;
}
.wcl-add-apartment .wcl-input,
.wcl-add-apartment .wcl-input-none {
  margin-bottom: 25px;
}
.wcl-add-apartment .wcl-input a,
.wcl-add-apartment .wcl-input-none a {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--gold-color);
  text-decoration: none;
  transition: var(--transition);
  display: inline;
}
.wcl-add-apartment .wcl-input a:hover,
.wcl-add-apartment .wcl-input-none a:hover {
  color: rgba(198, 144, 74, 0.631372549);
}

.error-wrapper {
  background: #ffe6e6;
  color: #b30000;
  border: 1px solid #ff9999;
  padding: 10px;
  margin: 15px 0;
  border-radius: 4px;
  text-align: center;
}

.wcl-input-row-2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.wcl-input-row-2 label {
  width: 100%;
}

.wcl-input,
.wcl-input-none {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  row-gap: 5px;
}
.wcl-input > label,
.wcl-input-none > label {
  width: 100%;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-10 {
  margin-bottom: 10px;
}

.wcl-warning {
  color: #ff0000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  padding: 5px 0 0 5px;
}

.wcl-add-apartment__form-add-file-previews {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(6, 80px);
  justify-content: center;
  align-items: start;
  width: 100%;
}

.wcl-preview {
  position: relative;
}

.wcl-preview__img,
.wcl-preview__video-thumb {
  border-radius: 15px;
}

.wcl-preview__remove {
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 3;
  background: var(--white-color);
  color: var(--dark-color);
  border: none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  aspect-ratio: 1/1;
  box-sizing: border-box;
  padding-block: 0px;
  padding-inline: 0px;
}
.wcl-preview__remove::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='%23FF0000'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
}

.wcl-select-wrapper {
  position: relative;
}
.wcl-select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(198, 144, 74, 0.651);
  border-top: none;
  border-left: none;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: var(--transition);
}
.wcl-select-wrapper.active:after {
  transform: translateY(-50%) rotate(225deg);
}

.wcl-agreement-success {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
  overflow: hidden;
}
.wcl-agreement-success.show .wcl-agreement-success__content-wrapper {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.wcl-agreement-success__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(198, 144, 74, 0.2509803922);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 1;
}
.wcl-agreement-success__content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: var(--transition);
  width: 100%;
  max-width: 860px;
  background: var(--white-color);
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.4);
  border-radius: 75px;
  padding: 75px;
  opacity: 0;
  transform: scale(0.95) translate(-50%, -50%);
  transition: var(--transition);
}
.wcl-agreement-success__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 25px;
  text-align: center;
}
.wcl-agreement-success__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 45px;
}
.wcl-agreement-success__button {
  box-sizing: border-box;
  background: #c6904a;
  border-radius: 100px;
  padding: 20px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: var(--white-color);
  text-decoration: none;
  text-transform: uppercase;
  transition: var(--transition);
  border: none;
  white-space: nowrap;
  width: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.wcl-agreement-success__button:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.wcl-preliminary-search {
  width: 100%;
  padding: 60px 0;
}
.wcl-preliminary-search form.loading {
  pointer-events: none;
  opacity: 0.7;
}
.wcl-preliminary-search input[type=text],
.wcl-preliminary-search input[type=tel],
.wcl-preliminary-search input[type=email],
.wcl-preliminary-search input[type=date],
.wcl-preliminary-search input[type=number] {
  width: 100%;
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  padding: 17px 25px;
  transition: var(--transition);
}
.wcl-preliminary-search input[type=text]:hover, .wcl-preliminary-search input[type=text]:focus,
.wcl-preliminary-search input[type=tel]:hover,
.wcl-preliminary-search input[type=tel]:focus,
.wcl-preliminary-search input[type=email]:hover,
.wcl-preliminary-search input[type=email]:focus,
.wcl-preliminary-search input[type=date]:hover,
.wcl-preliminary-search input[type=date]:focus,
.wcl-preliminary-search input[type=number]:hover,
.wcl-preliminary-search input[type=number]:focus {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-preliminary-search input[type=text]::-moz-placeholder, .wcl-preliminary-search input[type=tel]::-moz-placeholder, .wcl-preliminary-search input[type=email]::-moz-placeholder, .wcl-preliminary-search input[type=date]::-moz-placeholder, .wcl-preliminary-search input[type=number]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-preliminary-search input[type=text]::placeholder,
.wcl-preliminary-search input[type=tel]::placeholder,
.wcl-preliminary-search input[type=email]::placeholder,
.wcl-preliminary-search input[type=date]::placeholder,
.wcl-preliminary-search input[type=number]::placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-preliminary-search input[type=text].warning,
.wcl-preliminary-search input[type=tel].warning,
.wcl-preliminary-search input[type=email].warning,
.wcl-preliminary-search input[type=date].warning,
.wcl-preliminary-search input[type=number].warning {
  border: 1px solid #ff0000;
}
.wcl-preliminary-search input[type=text].warning:hover, .wcl-preliminary-search input[type=text].warning:focus,
.wcl-preliminary-search input[type=tel].warning:hover,
.wcl-preliminary-search input[type=tel].warning:focus,
.wcl-preliminary-search input[type=email].warning:hover,
.wcl-preliminary-search input[type=email].warning:focus,
.wcl-preliminary-search input[type=date].warning:hover,
.wcl-preliminary-search input[type=date].warning:focus,
.wcl-preliminary-search input[type=number].warning:hover,
.wcl-preliminary-search input[type=number].warning:focus {
  border: 1px solid #ff0000;
}
.wcl-preliminary-search input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.wcl-preliminary-search input[type=number]::-webkit-outer-spin-button, .wcl-preliminary-search input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wcl-preliminary-search input[type=date] {
  font-weight: 500;
}
.wcl-preliminary-search fieldset {
  width: 100%;
}
.wcl-preliminary-search__wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 85px;
  background: var(--white-color);
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.04);
  border-radius: 75px;
}
.wcl-preliminary-search__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  text-align: center;
  margin-bottom: 40px;
}
.wcl-preliminary-search__input-search {
  position: relative;
}
.wcl-preliminary-search__input-search-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.wcl-preliminary-search #preliminary-search {
  width: 100%;
  padding-right: 55px;
  height: 50px;
  border-radius: 100px;
  padding-left: 20px;
  font-size: 16px;
}
.wcl-preliminary-search__button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gold-color);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: var(--transition);
}
.wcl-preliminary-search__button:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.wcl-preliminary-search__button.disabled {
  background: #d9bb95;
}
.wcl-preliminary-search__button.disabled:hover {
  box-shadow: none;
}
.wcl-preliminary-search__button::after {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  background-image: url("../img/search-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}
.wcl-preliminary-search__address-list-wrapper {
  position: absolute;
  bottom: 0;
  transform: translateY(102%);
  background: var(--white-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 1000;
  max-height: 300px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  overflow-y: auto;
}
.wcl-preliminary-search__address-list-wrapper li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: var(--transition);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.wcl-preliminary-search__address-list-wrapper li:last-of-type {
  border-bottom: none;
}
.wcl-preliminary-search__address-list-wrapper li:hover {
  background-color: #f0f0f0;
}
.wcl-preliminary-search__address-list-wrapper #google-branding {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 400;
  color: var(--gray-color);
  padding: 5px 10px 5px 5px;
  border-top: 1px solid #eee;
}
.wcl-preliminary-search__address-list-wrapper #google-branding img {
  height: 14px;
  vertical-align: middle;
}
.wcl-preliminary-search__map-and-notice-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 25px;
}
.wcl-preliminary-search__map-wrapper {
  width: 100%;
  aspect-ratio: 1.8/1;
  box-sizing: border-box;
  border: 10px solid var(--white-color);
  border-radius: 25px;
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.1);
}
.wcl-preliminary-search .wcl-map-warning {
  position: absolute;
  bottom: 0;
  color: #ff0000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.wcl-preliminary-search__form-bedrooms-input-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wcl-preliminary-search__form-bedrooms-input-wrapper label span {
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #000000;
  display: block;
  padding: 12px 40px;
  transition: var(--transition);
  white-space: nowrap;
  cursor: pointer;
}
.wcl-preliminary-search__form-bedrooms-input-wrapper label span:hover {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-preliminary-search__form-bedrooms-input-wrapper input[type=checkbox] {
  display: none;
}
.wcl-preliminary-search__form-bedrooms-input-wrapper input[type=checkbox]:checked + span {
  background: rgba(198, 144, 74, 0.8);
  color: white;
}
.wcl-preliminary-search__form-leads-input-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--gray-color);
  padding-left: 5px;
}
.wcl-preliminary-search__form-leads-input-label.bolder {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 10px;
  padding-left: 0;
}
.wcl-preliminary-search__form-leads-input-label span {
  color: #ff0000;
}
.wcl-preliminary-search__paragraph {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 50px;
}
.wcl-preliminary-search__link {
  color: var(--gold-color);
  text-decoration: none;
  transition: var(--transition);
}
.wcl-preliminary-search__link:hover {
  color: rgba(198, 144, 74, 0.63);
}
.wcl-preliminary-search__form-leads-submit-btn {
  box-sizing: border-box;
  background: #d9bb95;
  border-radius: 100px;
  padding: 20px 0;
  margin: 0 auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: var(--white-color);
  text-decoration: none;
  text-transform: capitalize;
  transition: var(--transition);
  border: none;
  white-space: nowrap;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.wcl-preliminary-search__form-leads-submit-btn.active {
  background: var(--gold-color);
}
.wcl-preliminary-search__form-leads-submit-btn.active:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.wcl-preliminary-search .wcl-map__marker {
  width: 40px;
  height: 40px;
  background-image: url("../img/Location.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wcl-preliminary-search .wcl-map__cluster-marker {
  width: 30px;
  height: 30px;
  background-color: #c6904a;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.wcl-preliminary-search .mb-25 {
  margin-bottom: 25px;
}
.wcl-preliminary-search .wcl-input,
.wcl-preliminary-search .wcl-input-none {
  margin-bottom: 25px;
}
.wcl-preliminary-search .wcl-input.mb-25,
.wcl-preliminary-search .wcl-input-none.mb-25 {
  margin-bottom: 50px;
}
.wcl-preliminary-search .wcl-input a,
.wcl-preliminary-search .wcl-input-none a {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--gold-color);
  text-decoration: none;
  transition: var(--transition);
  display: inline;
}
.wcl-preliminary-search .wcl-input a:hover,
.wcl-preliminary-search .wcl-input-none a:hover {
  color: rgba(198, 144, 74, 0.631372549);
}
.wcl-preliminary-search .spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border: 4px solid transparent;
  border-top-color: #c6904a;
  border-radius: 50%;
  animation: spining 0.8s linear infinite;
  z-index: 2;
}
.wcl-preliminary-search .spinner.active {
  display: block;
}
@keyframes spining {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

:root {
  --notification-icon: url("../img/bookmark-none.svg");
}

.wcl-apartments {
  width: 100%;
  padding: 60px 0;
}
.wcl-apartments__container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
.wcl-apartments__wrapper {
  display: flex;
  gap: 45px;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
.wcl-apartments__item-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.wcl-apartments__item-list.two-columns {
  width: calc(50% - 22.5px);
}
.wcl-apartments__item-list.one-column {
  width: calc(25% - 22.5px);
}
.wcl-apartments__item-box .wcl-apartments__item-list-wrapper {
  width: 100%;
  display: grid;
  gap: 14px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 14px;
}
.wcl-apartments__item-box.two-columns .wcl-apartments__item-list-wrapper {
  grid-template-columns: repeat(2, 1fr);
}
.wcl-apartments__item-box.one-column .wcl-apartments__item-list-wrapper {
  grid-template-columns: repeat(1, 1fr);
}
.wcl-apartments__item, .wcl-apartments__map-hover-item {
  width: 100%;
  overflow: hidden;
  background: var(--white-color);
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.1);
  border-radius: 25px;
  padding: 10px 10px;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 13px;
}
.wcl-apartments__item:hover {
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.3);
}
.wcl-apartments__map-hover-item {
  max-width: 300px;
}
.wcl-apartments__item-header, .wcl-apartments__map-hover-item-header {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
  padding: 0 10px;
}
.wcl-apartments__item-header:focus, .wcl-apartments__map-hover-item-header:focus {
  outline: none;
}
.wcl-apartments__item-header-top, .wcl-apartments__map-hover-item-header-top {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  row-gap: 5px;
  width: 100%;
}
.wcl-apartments__item-header-price-and-fav-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.wcl-apartments__item-header-price, .wcl-apartments__map-hover-item-header-price-and-fav-wrapper {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  white-space: nowrap;
}
.wcl-apartments__item-header-new-price-header-text, .wcl-apartments__map-hover-item-header-new-price-header-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--gray-color);
}
.wcl-apartments__item-header-new-price-body-text, .wcl-apartments__map-hover-item-header-new-price-body-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--dark-color);
}
.wcl-apartments__item-header-new-price-body-text span, .wcl-apartments__map-hover-item-header-new-price-body-text span {
  font-size: 18px;
}
.wcl-apartments__item-header-olk-price-header-text, .wcl-apartments__map-hover-item-header-olk-price-header-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #b3b3b3;
}
.wcl-apartments__item-header-olk-price-body-text, .wcl-apartments__map-hover-item-header-olk-price-body-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.445;
  letter-spacing: -0.02em;
  color: #b3b3b3;
  position: relative;
  padding: 0 2px;
}
.wcl-apartments__item-header-olk-price-body-text span, .wcl-apartments__map-hover-item-header-olk-price-body-text span {
  font-size: 16px;
}
.wcl-apartments__item-header-olk-price-body-text::after, .wcl-apartments__map-hover-item-header-olk-price-body-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 2px solid #b3b3b3;
  transform: translateY(-50%);
}
.wcl-apartments__item-desc-address, .wcl-apartments__map-hover-item-desc-address {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--gray-color);
}
.wcl-apartments__item-header-meta-row, .wcl-apartments__map-hover-item-header-meta-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 7px;
  overflow: hidden;
  padding-top: 5px;
}
.wcl-apartments__item-header-meta-bedrooms, .wcl-apartments__map-hover-item-header-meta-bedrooms {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--gold-color);
  position: relative;
  white-space: nowrap;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.wcl-apartments__item-header-meta-bedrooms::before, .wcl-apartments__map-hover-item-header-meta-bedrooms::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/bed-gold.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wcl-apartments__item-header-meta-area, .wcl-apartments__map-hover-item-header-meta-area {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--gold-color);
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wcl-apartments__item-header-meta-area::before, .wcl-apartments__map-hover-item-header-meta-area::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/rect-gold.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
.wcl-apartments__item-header-meta-area::after, .wcl-apartments__map-hover-item-header-meta-area::after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: rgba(0, 0, 0, 0.1490196078);
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}
.wcl-apartments__item-header-meta-floor, .wcl-apartments__map-hover-item-header-meta-floor {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--gold-color);
  position: relative;
  white-space: nowrap;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.wcl-apartments__item-header-meta-floor::before, .wcl-apartments__map-hover-item-header-meta-floor::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/floor-gold.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wcl-apartments__item-header-meta-floor::after, .wcl-apartments__map-hover-item-header-meta-floor::after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: rgba(0, 0, 0, 0.1490196078);
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}
.wcl-apartments__item-header-meta-renovations, .wcl-apartments__map-hover-item-header-meta-renovations {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--gold-color);
  position: relative;
  white-space: nowrap;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  text-transform: capitalize;
}
.wcl-apartments__item-header-meta-renovations::before, .wcl-apartments__map-hover-item-header-meta-renovations::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/roller-gold.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wcl-apartments__item-header-meta-renovations::after, .wcl-apartments__map-hover-item-header-meta-renovations::after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: rgba(0, 0, 0, 0.1490196078);
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}
.wcl-apartments__item-gallery, .wcl-apartments__map-hover-item-image-wrapper {
  width: 100%;
  aspect-ratio: 409/327;
  border-radius: 15px;
}
.wcl-apartments__map-hover-item-image-wrapper {
  margin-bottom: 15px;
}
.wcl-apartments__map-hover-item-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
.wcl-apartments__item-gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
.wcl-apartments__item-gallery-pagination {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 100px;
  padding: 5px 10px;
  position: absolute;
  bottom: 10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: -moz-max-content !important;
  width: max-content !important;
}
.wcl-apartments__item-gallery-pagination span.swiper-pagination-bullet {
  background: var(--gold-color);
  opacity: 0.25;
  margin: 0 !important;
  width: 5px;
  height: 5px;
}
.wcl-apartments__item-gallery-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--gold-color) !important;
}
.wcl-apartments__map-wrapper {
  position: sticky;
  top: 20px;
  align-self: flex-start;
  height: -moz-fit-content;
  height: fit-content;
}
.wcl-apartments__map-wrapper.two-columns {
  width: calc(50% - 22.5px);
}
.wcl-apartments__map-wrapper.one-column {
  width: calc(75% - 22.5px);
}
.wcl-apartments__map {
  width: 100%;
  box-sizing: border-box;
  border: 10px solid var(--white-color);
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.1);
  border-radius: 25px;
  position: relative;
}
.wcl-apartments__map.two-columns {
  aspect-ratio: 1/1;
}
.wcl-apartments__map.one-column {
  aspect-ratio: 1.85/1;
}
.wcl-apartments__filter-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 60px 0;
}
.wcl-apartments__filter-wrapper form {
  background: var(--white-color);
  border: 1px solid #ededed;
  box-shadow: 0px 0px 15px rgba(44, 44, 44, 0.1);
  border-radius: 100px;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 10px 10px 20px;
  transition: var(--transition);
  z-index: 10;
}
.wcl-apartments__filter-wrapper form:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.wcl-apartments__filter-item-wrapper-2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.wcl-apartments__filter-item {
  position: relative;
}
.wcl-apartments__filter-location, .wcl-apartments__filter-bedrooms, .wcl-apartments__filter-min-rent {
  margin-right: 17px;
  padding-right: 17px;
  border-right: 1px solid rgba(0, 0, 0, 0.1490196078);
}
.wcl-apartments__filter-max-rent {
  margin-right: 17px;
}
.wcl-apartments__filter-toggle-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
.wcl-apartments__filter-toggle-btn.is-active span::after {
  transform: rotate(225deg);
  transform-origin: center center;
}
.wcl-apartments__filter-text {
  position: relative;
  display: block;
  padding: 5px 25px 5px 25px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--gray-color);
  transition: var(--transition);
  width: 100%;
  max-width: 171px;
  min-width: 171px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
}
.wcl-apartments__filter-text::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
}
.wcl-apartments__filter-text::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  transform: rotate(45deg);
  transform-origin: center center;
  transition: var(--transition);
}
.wcl-apartments__filter-text:hover {
  opacity: 0.8;
}
.wcl-apartments__text-address::before {
  background: url("../img/location.png") center/contain no-repeat;
  transform: translateY(-50%);
}
.wcl-apartments__text-bedrooms::before {
  background: url("../img/bedrooms-gold.png") center/contain no-repeat;
  transform: translateY(-50%);
}
.wcl-apartments__text-min-rent::before {
  background: url("../img/Wallet.png") center/cover no-repeat;
  transform: translateY(-55%);
}
.wcl-apartments__text-max-rent::before {
  background: url("../img/Wallet.png") center/cover no-repeat;
  transform: translateY(-55%);
}
.wcl-apartments__filter-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding: 15px;
  min-width: 280px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--gray-color);
  transition: var(--transition);
}
.wcl-apartments__filter-dropdown:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.wcl-apartments__filter-dropdown.is-active {
  display: block;
}
.wcl-apartments__filter-address {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--gray-color);
}
.wcl-apartments__filter-address input[type=text] {
  width: 100%;
  padding: 10px 35px 10px 10px;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 15px;
  font-size: 16px;
  box-sizing: border-box;
  background: #f8f8f8;
  color: var(--dark-color);
  transition: var(--transition);
}
.wcl-apartments__filter-address input[type=text]:hover, .wcl-apartments__filter-address input[type=text]:focus {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-apartments__filter-address input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-apartments__filter-address input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-apartments__filter-address span {
  margin-bottom: 5px;
}
.wcl-apartments__address-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.wcl-apartments__filter-min-rent-input-wrapper, .wcl-apartments__filter-max-rent-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.wcl-apartments .has-text .wcl-apartments__clear-input-btn {
  opacity: 1;
  visibility: visible;
}
.wcl-apartments__clear-input-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #ff0000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcl-apartments__clear-input-btn::before {
  content: "×";
}
.wcl-apartments__filter-address-list {
  position: absolute;
  background: var(--white-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 1000;
  max-height: 300px;
  width: 94%;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  overflow-y: auto;
}
.wcl-apartments__filter-address-list li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: var(--transition);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.wcl-apartments__filter-address-list li:last-of-type {
  border-bottom: none;
}
.wcl-apartments__filter-address-list li:hover {
  background-color: #f0f0f0;
}
.wcl-apartments__filter-address-list #google-branding {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 400;
  color: var(--gray-color);
  padding: 5px 10px 5px 5px;
  border-top: 1px solid #eee;
}
.wcl-apartments__filter-address-list #google-branding img {
  height: 14px;
  vertical-align: middle;
}
.wcl-apartments__bedrooms-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.wcl-apartments__bedrooms-list li {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 1.3;
  color: var(--gray-color);
  transition: var(--transition);
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wcl-apartments__bedrooms-list li.is-selected {
  background-color: #e0e0e0;
  font-weight: bold;
}
.wcl-apartments__bedrooms-list li:last-of-type {
  border-bottom: none;
}
.wcl-apartments__bedrooms-list li:hover {
  background-color: #f0f0f0;
}
.wcl-apartments__bedrooms-list li label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
.wcl-apartments__bedrooms-list li label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.wcl-apartments__bedrooms-list li label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-70%) rotate(-45deg);
  width: 11px;
  height: 5px;
  border-bottom: 2px solid var(--gold-color);
  border-left: 2px solid var(--gold-color);
  opacity: 0;
  transition: var(--transition);
}
.wcl-apartments__bedrooms-list li label input[type=checkbox]:checked + span::before {
  opacity: 1;
}
.wcl-apartments__filter-rent-label {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-color);
}
.wcl-apartments__rent-input {
  width: 100%;
  padding: 8px 10px;
  background: #f8f8f8;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 15px;
  font-size: 14px;
  box-sizing: border-box;
  -moz-appearance: textfield;
}
.wcl-apartments__rent-input::-webkit-outer-spin-button, .wcl-apartments__rent-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wcl-apartments__rent-input:hover, .wcl-apartments__rent-input:focus {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-apartments__rent-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-apartments__rent-input::placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-apartments__filter-ok-btn {
  display: block;
  width: calc(100% - 30px);
  margin: 0px 15px 15px;
  padding: 10px 15px;
  background-color: var(--gold-color);
  color: var(--white-color);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  transition: var(--transition);
}
.wcl-apartments__filter-ok-btn:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.wcl-apartments__filter-search-btn {
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  min-width: 32px;
  min-height: 32px;
  background: var(--gold-color);
  border-radius: 100px;
  border-color: transparent;
  position: relative;
  transition: var(--transition);
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-start: 0;
  padding-block-end: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.wcl-apartments__filter-search-btn::before {
  content: "";
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/search-white.png") center/contain no-repeat;
}
.wcl-apartments__filter-search-btn:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.wcl-apartments__filter-search-btn-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--white-color);
  text-decoration: none;
  transition: var(--transition);
  white-space: nowrap;
  display: none;
}
.wcl-apartments__save-alert-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-left: -30px;
}
.wcl-apartments__save-filter-btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--gray-color);
  box-sizing: border-box;
  background: var(--white-color);
  border: 1px solid rgba(198, 144, 74, 0.5019607843);
  border-radius: 100px;
  text-transform: capitalize;
  padding: 16px 25px 16px 40px;
  box-shadow: 0px 0px 15px rgba(44, 44, 44, 0.1);
  display: flex;
  gap: 10px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: var(--transition);
  position: relative;
  cursor: pointer;
}
.wcl-apartments__save-filter-btn:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.wcl-apartments__alert-btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--gray-color);
  box-sizing: border-box;
  background: var(--white-color);
  border: 1px solid rgba(198, 144, 74, 0.5019607843);
  border-radius: 100px;
  text-transform: capitalize;
  padding: 12px;
  box-shadow: 0px 0px 15px rgba(44, 44, 44, 0.1);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  transition: var(--transition);
  position: relative;
  cursor: pointer;
}
.wcl-apartments__alert-btn::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/Notification.png") center/cover no-repeat;
}
.wcl-apartments__alert-btn:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.wcl-apartments__alert-btn-text {
  display: none;
}
.wcl-apartments__load-more {
  box-sizing: border-box;
  background: var(--gold-color);
  border-radius: 100px;
  border: none;
  padding: 11px 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--white-color);
  text-decoration: none;
  transition: var(--transition);
  width: 100%;
  max-width: 130px;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcl-apartments__load-more:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.wcl-apartments__spinner,
.wcl-apartments #map-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border: 4px solid transparent;
  border-top-color: var(--gold-color);
  border-radius: 50%;
  animation: spinimg 0.8s linear infinite;
  z-index: 11;
}
.wcl-apartments__spinner.active,
.wcl-apartments #map-spinner.active {
  display: block;
}
@keyframes spinimg {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.wcl-apartments .wcl-map__marker {
  width: 40px;
  height: 40px;
  background-image: url("../img/Location.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.wcl-apartments .wcl-map__cluster-marker {
  width: 30px;
  height: 30px;
  background-color: var(--gold-color);
  border-radius: 50%;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wcl-apartments__modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
}
.wcl-apartments__modal.show .wcl-apartments__modal-content-wrapper {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
  overflow-y: auto;
}
.wcl-apartments__modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(198, 144, 74, 0.2509803922);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 1;
}
.wcl-apartments__modal-content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  width: 100%;
  max-width: 860px;
  opacity: 1;
  background: var(--white-color);
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.4);
  border-radius: 75px;
  padding: 75px;
  opacity: 0;
  transform: scale(0.95) translate(-50%, -50%);
  transition: var(--transition);
}
.wcl-apartments__modal-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 25px;
  text-align: center;
}
.wcl-apartments__modal-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 45px;
}
.wcl-apartments__modal-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 45px;
}
.wcl-apartments__modal-form.loading {
  pointer-events: none;
  opacity: 0.7;
}
.wcl-apartments__modal-form-button-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
}
.wcl-apartments__modal-button {
  box-sizing: border-box;
  background: #c6904a;
  border-radius: 100px;
  padding: 20px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: var(--white-color);
  text-decoration: none;
  text-transform: capitalize;
  transition: var(--transition);
  border: none;
  white-space: nowrap;
  width: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.wcl-apartments__modal-button:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.wcl-apartments__modal-button.cancel {
  background: var(--white-color);
  color: var(--gold-color);
  border: 1px solid var(--gold-color);
}
.wcl-apartments input[id=alert-first-name],
.wcl-apartments input[type=email] {
  width: 100%;
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 15px;
  font-family: "Inter", sans-serif;
  line-height: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  padding: 17px 25px;
  transition: var(--transition);
  text-transform: none;
}
.wcl-apartments input[id=alert-first-name]:hover, .wcl-apartments input[id=alert-first-name]:focus,
.wcl-apartments input[type=email]:hover,
.wcl-apartments input[type=email]:focus {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-apartments input[id=alert-first-name]::-moz-placeholder, .wcl-apartments input[type=email]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-apartments input[id=alert-first-name]::placeholder,
.wcl-apartments input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-apartments input[id=alert-first-name].warning,
.wcl-apartments input[type=email].warning {
  border: 1px solid #ff0000;
}
.wcl-apartments input[id=alert-first-name].warning:hover, .wcl-apartments input[id=alert-first-name].warning:focus,
.wcl-apartments input[type=email].warning:hover,
.wcl-apartments input[type=email].warning:focus {
  border: 1px solid #ff0000;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
  line-height: 1;
  position: relative;
  top: -0.4em;
}

#scroll-up {
  width: 40px;
  height: 40px;
  background: var(--gold-color);
  border-radius: 100px;
  border: none;
  padding-inline-start: 0;
  padding-inline-end: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  position: fixed;
  right: 30px;
  bottom: 30px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(30px);
}
#scroll-up:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
#scroll-up span {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--white-color);
  border-bottom: 2px solid var(--white-color);
  transform: translateY(2px) rotate(-135deg);
}
#scroll-up.active {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
  z-index: 10;
}

.wcl-contact-us {
  width: 100%;
  padding: 60px 0;
}
.wcl-contact-us form.loading {
  pointer-events: none;
  opacity: 0.7;
}
.wcl-contact-us input[type=text],
.wcl-contact-us input[type=tel],
.wcl-contact-us input[type=email],
.wcl-contact-us input[type=date],
.wcl-contact-us input[type=number],
.wcl-contact-us textarea {
  width: 100%;
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 15px;
  font-family: "Inter", sans-serif;
  line-height: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  padding: 17px 25px;
  transition: var(--transition);
}
.wcl-contact-us input[type=text]:hover, .wcl-contact-us input[type=text]:focus,
.wcl-contact-us input[type=tel]:hover,
.wcl-contact-us input[type=tel]:focus,
.wcl-contact-us input[type=email]:hover,
.wcl-contact-us input[type=email]:focus,
.wcl-contact-us input[type=date]:hover,
.wcl-contact-us input[type=date]:focus,
.wcl-contact-us input[type=number]:hover,
.wcl-contact-us input[type=number]:focus,
.wcl-contact-us textarea:hover,
.wcl-contact-us textarea:focus {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-contact-us input[type=text]::-moz-placeholder, .wcl-contact-us input[type=tel]::-moz-placeholder, .wcl-contact-us input[type=email]::-moz-placeholder, .wcl-contact-us input[type=date]::-moz-placeholder, .wcl-contact-us input[type=number]::-moz-placeholder, .wcl-contact-us textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-contact-us input[type=text]::placeholder,
.wcl-contact-us input[type=tel]::placeholder,
.wcl-contact-us input[type=email]::placeholder,
.wcl-contact-us input[type=date]::placeholder,
.wcl-contact-us input[type=number]::placeholder,
.wcl-contact-us textarea::placeholder {
  color: rgba(0, 0, 0, 0.3019607843);
  text-transform: capitalize;
}
.wcl-contact-us input[type=text].warning,
.wcl-contact-us input[type=tel].warning,
.wcl-contact-us input[type=email].warning,
.wcl-contact-us input[type=date].warning,
.wcl-contact-us input[type=number].warning,
.wcl-contact-us textarea.warning {
  border: 1px solid #ff0000;
}
.wcl-contact-us input[type=text].warning:hover, .wcl-contact-us input[type=text].warning:focus,
.wcl-contact-us input[type=tel].warning:hover,
.wcl-contact-us input[type=tel].warning:focus,
.wcl-contact-us input[type=email].warning:hover,
.wcl-contact-us input[type=email].warning:focus,
.wcl-contact-us input[type=date].warning:hover,
.wcl-contact-us input[type=date].warning:focus,
.wcl-contact-us input[type=number].warning:hover,
.wcl-contact-us input[type=number].warning:focus,
.wcl-contact-us textarea.warning:hover,
.wcl-contact-us textarea.warning:focus {
  border: 1px solid #ff0000;
}
.wcl-contact-us textarea {
  resize: none;
}
.wcl-contact-us fieldset {
  width: 100%;
}
.wcl-contact-us select {
  width: 100%;
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid rgba(198, 144, 74, 0.25);
  border-radius: 15px;
  font-family: "Inter", sans-serif;
  line-height: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  padding: 17px 45px 17px 25px;
  transition: var(--transition);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wcl-contact-us select:invalid {
  color: rgba(0, 0, 0, 0.3019607843);
}
.wcl-contact-us select:hover, .wcl-contact-us select:focus {
  border: 1px solid rgba(198, 144, 74, 0.651);
}
.wcl-contact-us select.warning {
  border: 1px solid #ff0000;
}
.wcl-contact-us select.warning:hover, .wcl-contact-us select.warning:focus {
  border: 1px solid #ff0000;
}
.wcl-contact-us label {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 5px;
}
.wcl-contact-us__wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 85px;
  background: var(--white-color);
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.04);
  border-radius: 75px;
}
.wcl-contact-us__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  text-align: center;
  margin-bottom: 10px;
}
.wcl-contact-us__paragraph {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 15px;
}
.wcl-contact-us__paragraph.center {
  text-align: center;
}
.wcl-contact-us__form-input-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--gray-color);
  padding-left: 5px;
}
.wcl-contact-us__form-input-label.bolder {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 10px;
  padding-left: 0;
}
.wcl-contact-us__form-input-label span {
  color: #ff0000;
}
.wcl-contact-us__textarea-wrapper {
  width: 100%;
  position: relative;
}
.wcl-contact-us__textarea-resize {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -1px;
  bottom: -1px;
  cursor: se-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0 0 15px 0;
  border-right: 3px solid var(--gold-color);
  border-bottom: 3px solid var(--gold-color);
}
.wcl-contact-us__form-submit {
  box-sizing: border-box;
  background: #d9bb95;
  border-radius: 100px;
  padding: 20px 0;
  margin: 50px auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-decoration: none;
  transition: var(--transition);
  border: none;
  white-space: nowrap;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.wcl-contact-us__form-submit.active {
  background: var(--gold-color);
}
.wcl-contact-us__form-submit.active:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.wcl-contact-us a {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--gold-color);
  text-decoration: none;
  transition: var(--transition);
  display: inline;
}
.wcl-contact-us a:hover {
  color: rgba(198, 144, 74, 0.631372549);
}
.wcl-contact-us .wcl-input,
.wcl-contact-us .wcl-input-none {
  margin-bottom: 25px;
}
.wcl-contact-us .mb-40 {
  margin-bottom: 40px;
}

.wcl-contact-us__spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border: 4px solid transparent;
  border-top-color: #c6904a;
  border-radius: 50%;
  animation: spinning 0.8s linear infinite;
  z-index: 2;
}
.wcl-contact-us__spinner.active {
  display: block;
}

@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wcl-unsubscribe {
  width: 100%;
  padding: 60px 0;
}
.wcl-unsubscribe__content-wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 85px;
  background: var(--white-color);
  box-shadow: 0px 0px 25px rgba(44, 44, 44, 0.04);
  border-radius: 75px;
}
.wcl-unsubscribe__icon-wrapper {
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
}
.wcl-unsubscribe__icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
.wcl-unsubscribe__paragraph {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--dark-color);
  margin-bottom: 15px;
}
.wcl-unsubscribe__paragraph.center {
  text-align: center;
}
.wcl-unsubscribe__link {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--gold-color);
  text-decoration: none;
  transition: var(--transition);
  display: inline;
}
.wcl-unsubscribe__link:hover {
  color: rgba(198, 144, 74, 0.631372549);
}
.wcl-unsubscribe__link.is-disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
  text-decoration: none;
}
.wcl-unsubscribe__btn {
  box-sizing: border-box;
  background: var(--gold-color);
  border-radius: 100px;
  padding: 20px 0;
  margin: 0px auto 0 auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-decoration: none;
  transition: var(--transition);
  border: none;
  white-space: nowrap;
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  background: var(--gold-color);
}
.wcl-unsubscribe__btn:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.wcl-unsubscribe__spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border: 4px solid transparent;
  border-top-color: #c6904a;
  border-radius: 50%;
  animation: spinning 0.8s linear infinite;
  z-index: 2;
}
.wcl-unsubscribe__spinner.active {
  display: block;
}
@keyframes spinning {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (min-width: 1024px) and (max-width: 1065px){
  .wcl-apartments__filter-location, .wcl-apartments__filter-bedrooms, .wcl-apartments__filter-min-rent {
    margin-right: 10px;
    padding-right: 10px;
  }
  .wcl-apartments__filter-max-rent {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1280px){
  .wcl-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wcl-header .wcl-container.wcl-container__wider {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wcl-single-apartment-content__wrapper {
    border-radius: 50px;
    padding: 50px 70px;
  }
  .wcl-single-apartment-booked__content-wrapper {
    width: calc(100% - 40px);
  }
  .wcl-agreement-success__content-wrapper {
    width: calc(100% - 40px);
  }
  .wcl-apartments__container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .wcl-apartments__wrapper {
    gap: 20px;
  }
  .wcl-apartments__item-list.two-columns {
    width: calc(30% - 10px);
  }
  .wcl-apartments__item-list.one-column {
    width: calc(30% - 10px);
  }
  .wcl-apartments__item-box.two-columns .wcl-apartments__item-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .wcl-apartments__map-wrapper.two-columns {
    width: calc(70% - 10px);
  }
  .wcl-apartments__map-wrapper.one-column {
    width: calc(70% - 10px);
  }
  .wcl-apartments__map.two-columns {
    aspect-ratio: 1.2/1;
  }
  .wcl-apartments__map.one-column {
    aspect-ratio: 1.2/1;
  }
  .wcl-apartments__filter-text {
    min-width: 150px;
  }
  .wcl-apartments__modal-content-wrapper {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1024px){
  body {
    font-size: 16px;
  }
  .wcl-single-apartment-content__wrapper {
    flex-direction: column;
  }
  .wcl-single-apartment-content__left {
    width: 100%;
  }
  .wcl-single-apartment-content__right {
    width: 100%;
  }
  .wcl-apartments__item-list.two-columns {
    width: 100%;
  }
  .wcl-apartments__item-list.one-column {
    width: 100%;
  }
  .wcl-apartments__item-box.two-columns .wcl-apartments__item-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .wcl-apartments__item-box.one-column .wcl-apartments__item-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .wcl-apartments__map-wrapper {
    display: none;
  }
  .wcl-apartments__filter-wrapper {
    flex-direction: column;
    gap: 10px;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 60px auto;
    position: relative;
  }
  .wcl-apartments__filter-wrapper form {
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
    border-radius: 25px;
  }
  .wcl-apartments__filter-bedrooms {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .wcl-apartments__filter-max-rent {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .wcl-apartments__filter-max-rent {
    width: 100%;
  }
  .wcl-apartments__filter-text {
    min-width: 300px;
  }
  .wcl-apartments__filter-search-btn {
    position: absolute;
    bottom: 0;
    width: 32%;
    height: 47px;
  }
  .wcl-apartments__filter-search-btn-text {
    display: block;
  }
  .wcl-apartments__save-alert-wrapper {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
  .wcl-apartments__save-filter-btn {
    width: 32%;
    justify-content: center;
    padding: 12px;
  }
  .wcl-apartments__save-filter-btn::before {
    content: "";
    width: 22px;
    height: 22px;
    background: var(--notification-icon) center/cover no-repeat;
  }
  .wcl-apartments__alert-btn {
    width: 32%;
    justify-content: center;
  }
  .wcl-apartments__alert-btn-text {
    display: block;
  }
}
@media (max-width: 768px){
  .wcl-single-apartment {
    padding: 40px 0px;
  }
  .wcl-single-apartment-content {
    padding: 40px 0px;
  }
  .wcl-book {
    padding: 40px 0px;
  }
  .wcl-add-apartment {
    padding: 40px 0px;
  }
  .wcl-preliminary-search {
    padding: 40px 0px;
  }
  .wcl-apartments {
    padding: 40px 0px;
  }
  .wcl-contact-us {
    padding: 40px 0px;
  }
  .wcl-unsubscribe {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 768px){
  h2:not([class]) {
    font-weight: 600;
  }
  h3:not([class]) {
    font-weight: 600;
  }
  h4:not([class]) {
    font-weight: 500;
  }
  h5:not([class]) {
    font-weight: 400;
  }
  p:not([class]) {
    font-weight: 400;
  }
  ul,
  ol:not([class]) {
    font-weight: 400;
  }
  .wcl-header__wrapper {
    justify-content: center;
  }
  .wcl-header__burger-icon {
    display: block;
    width: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .wcl-header__burger-icon img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    filter: brightness(0) contrast(1.2);
  }
  .wcl-header__menu-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    width: 50vw;
    height: 100vh;
    right: -20px;
    top: 0;
    z-index: 999;
    background-color: var(--white-color);
    transform: translateX(100%);
    transition: var(--transition);
  }
  .wcl-header__menu-wrapper ul {
    flex-direction: column;
    align-items: center;
  }
  .wcl-header__menu-wrapper.active {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    width: 50vw;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: var(--white-color);
    transform: translateX(0);
  }
  .wcl-header__menu-wrapper.active ul {
    flex-direction: column;
    align-items: center;
  }
  .wcl-header__close-icon {
    display: block;
  }
  .wcl-header__menu-nav {
    margin-top: 15vh;
  }
  .wcl-footer__before-img-wrapper {
    max-width: 350px;
    margin: 0 auto -13px auto;
  }
  .wcl-footer__wrapper {
    flex-direction: column;
    row-gap: 30px;
    padding: 30px 0;
  }
  .wcl-footer__navigation ul {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
  }
  .wcl-footer__navigation ul a {
    border-right: none;
  }
  .wcl-single-apartment__gallery-main-wrapper {
    border-radius: 25px;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
  }
  .wcl-single-apartment__gallery-main-swiper-wrapper .swiper-slide img {
    border-radius: 15px;
  }
  .wcl-single-apartment__gallery-mini-wrapper {
    position: relative;
    transform: none;
    left: unset;
    top: unset;
    width: 100%;
    justify-content: space-between;
  }
  .wcl-single-apartment__gallery-mini-left {
    width: 100%;
    max-width: calc(50% - 5px);
    margin-right: 0;
    height: 100%;
    padding-right: 0;
  }
  .wcl-single-apartment__gallery-mini-left::after {
    content: none;
  }
  .wcl-single-apartment__gallery-mini-right {
    margin-left: 0;
    height: auto !important;
    width: 100% !important;
    max-width: calc(50% - 5px);
  }
  .wcl-single-apartment__gallery-mini-right.no-video {
    max-width: 100%;
    aspect-ratio: 1.67/0.7;
  }
  .wcl-single-apartment__gallery-mini-right::after {
    content: none;
  }
  .wcl-single-apartment__thumbs-swiper {
    display: none;
  }
  .wcl-single-apartment-meta {
    padding: 0;
  }
  .wcl-single-apartment-meta__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .wcl-single-apartment-meta__left {
    width: 100%;
    row-gap: 10px;
  }
  .wcl-single-apartment-meta__left-bed-bath, .wcl-single-apartment-meta__left-available, .wcl-single-apartment-meta__left-neighbourhood, .wcl-single-apartment-meta__left-nearest {
    font-size: 16px;
  }
  .wcl-single-apartment-meta__right {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 30px;
  }
  .wcl-single-apartment-meta__right-price-wrapper {
    justify-content: space-between;
    width: 100%;
    max-width: 375px;
  }
  .wcl-single-apartment-meta__right-old-price-header {
    font-size: 16px;
  }
  .wcl-single-apartment-meta__right-old-price {
    font-size: 22px;
  }
  .wcl-single-apartment-meta__right-new-price-header {
    font-size: 16px;
  }
  .wcl-single-apartment-meta__right-new-price {
    font-size: 26px;
  }
  .wcl-single-apartment-meta__right-button {
    width: 100%;
    max-width: 375px;
    text-align: center;
  }
  .wcl-single-apartment-content__wrapper {
    border-radius: 25px;
    padding: 30px 30px;
  }
  .wcl-single-apartment-booked__content-wrapper {
    border-radius: 25px;
  }
  .wcl-book__content-wrapper {
    border-radius: 25px;
    padding: 30px;
    gap: 25px;
  }
  .wcl-book__title {
    font-size: 28px;
  }
  .wcl-book__info-wrapper {
    flex-direction: column;
    padding: 25px;
    gap: 25px;
    margin-bottom: 40px;
  }
  .wcl-book__info-wrapper {
    padding: 20px;
    gap: 20px;
  }
  .wcl-book__info-image-wrapper {
    max-width: 355px;
  }
  .wcl-book__info-price-wrapper {
    justify-content: space-evenly;
  }
  .wcl-book__info-address {
    text-align: center;
  }
  .wcl-book__info-meta-row {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
  }
  .wcl-book__form-view {
    gap: 15px;
  }
  .wcl-input-row-2 {
    flex-direction: column;
  }
  .wcl-input-row-2 .wcl-input,
  .wcl-input-row-2 .wcl-input-none {
    max-width: 100%;
  }
  .wcl-add-apartment__wrapper {
    border-radius: 25px;
    padding: 30px;
  }
  .wcl-add-apartment__title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .wcl-add-apartment__title {
    margin-bottom: 20px;
  }
  .wcl-add-apartment__form-option-wrapper {
    max-width: 50%;
  }
  .wcl-add-apartment__form-add-file-drop-wrapper {
    row-gap: 10px;
    padding: 15px 0;
  }
  .wcl-add-apartment__form-add-file-drop-text {
    row-gap: 5px;
  }
  .wcl-input-row-2 {
    flex-direction: column;
  }
  .wcl-add-apartment__form-add-file-previews {
    grid-template-columns: repeat(5, 60px);
  }
  .wcl-agreement-success__content-wrapper {
    border-radius: 25px;
  }
  .wcl-preliminary-search__wrapper {
    border-radius: 25px;
    padding: 30px;
  }
  .wcl-preliminary-search__title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .wcl-preliminary-search__title {
    margin-bottom: 20px;
  }
  .wcl-preliminary-search__map-wrapper {
    aspect-ratio: 1/1;
  }
  .wcl-apartments__filter-wrapper {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .wcl-apartments__filter-wrapper form {
    width: 100%;
    padding: 15px;
    gap: 15px;
  }
  .wcl-apartments__filter-location, .wcl-apartments__filter-bedrooms, .wcl-apartments__filter-min-rent {
    margin-right: 0;
    border-right: none;
    width: 100%;
  }
  .wcl-apartments__filter-toggle-btn {
    width: 100%;
  }
  .wcl-apartments__filter-text {
    min-width: 100%;
  }
  .wcl-apartments__modal-content-wrapper {
    border-radius: 25px;
  }
  .wcl-apartments__modal-form {
    gap: 20px;
  }
  .wcl-apartments .wcl-input-row-2 {
    row-gap: 10px;
  }
  .wcl-contact-us__wrapper {
    border-radius: 25px;
    padding: 30px;
  }
  .wcl-contact-us__title {
    font-size: 28px;
  }
  .wcl-contact-us .mb-40 {
    margin-bottom: 25px;
  }
  .wcl-contact-us .mb-40 {
    margin-bottom: 20px;
  }
  .wcl-unsubscribe__content-wrapper {
    border-radius: 25px;
    padding: 30px;
  }
  .wcl-unsubscribe__icon-wrapper {
    max-width: 200px;
    max-height: 200px;
  }
}
@media only screen and (max-width: 625px){
  .wcl-apartments__filter-bedrooms-dropdown {
    right: 0;
    left: unset;
  }
  .wcl-apartments__filter-max-rent-dropdown {
    right: 0;
    left: unset;
  }
}
@media only screen and (max-width: 576px){
  .wcl-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wcl-header .wcl-container.wcl-container__wider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wcl-header__menu-wrapper {
    right: -15px;
  }
  .wcl-header__menu-wrapper.active {
    right: 0;
  }
  .wcl-single-apartment {
    padding: 25px 0 10px 0;
  }
  .wcl-single-apartment__gallery {
    margin-block-end: 10px !important;
  }
  .wcl-single-apartment__gallery-main-wrapper .swiper-button-next,
  .wcl-single-apartment__gallery-main-wrapper .swiper-button-prev {
    display: none;
  }
  .wcl-single-apartment__gallery-main-wrapper {
    aspect-ratio: 1/1;
  }
  .wcl-single-apartment__item-gallery-pagination {
    display: flex;
  }
  .wcl-single-apartment__gallery-mini-left {
    aspect-ratio: 1.67/0.9;
  }
  .wcl-single-apartment__gallery-mini-right {
    aspect-ratio: 1.67/0.9;
  }
  .wcl-single-apartment__gallery-mini-right.no-video {
    aspect-ratio: 1.67/0.6;
  }
  .wcl-single-apartment-meta__wrapper {
    flex-direction: column-reverse;
  }
  .wcl-single-apartment-meta__right {
    flex-direction: column-reverse;
  }
  .wcl-single-apartment-content__left-meta {
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .wcl-single-apartment-content__left-meta-floor {
    font-size: 12px;
    padding: 4px 8px;
  }
  .wcl-single-apartment-content__left-meta-floor::before {
    width: 15px;
    height: 15px;
  }
  .wcl-single-apartment-content__left-meta-area {
    font-size: 12px;
    padding: 4px 8px;
  }
  .wcl-single-apartment-content__left-meta-area::before {
    width: 15px;
    height: 15px;
  }
  .wcl-single-apartment-content__left-meta-additional-option {
    font-size: 12px;
    padding: 4px 8px;
  }
  .wcl-single-apartment-content__left-meta-additional-option::before {
    width: 15px;
    height: 15px;
  }
  .wcl-single-apartment-content__left-meta-restrictions-option {
    font-size: 12px;
    padding: 4px 8px;
  }
  .wcl-single-apartment-content__left-meta-restrictions-option::before {
    width: 15px;
    height: 15px;
  }
  .wcl-single-apartment-content__left-title {
    font-size: 20px;
  }
  .wcl-single-apartment-content__left-content-wrapper {
    font-size: 15px;
  }
  .wcl-single-apartment-content__left-content-wrapper ul,
  .wcl-single-apartment-content__left-content-wrapper ol {
    margin-bottom: 15px;
  }
  .wcl-single-apartment-content__left-content-wrapper ul li,
  .wcl-single-apartment-content__left-content-wrapper ol li {
    margin-bottom: 10px;
  }
  .wcl-single-apartment-content__left-content-wrapper h1 {
    font-size: 22px;
  }
  .wcl-single-apartment-content__left-content-wrapper h2 {
    font-size: 20px;
  }
  .wcl-single-apartment-content__left-content-wrapper h3 {
    font-size: 18px;
  }
  .wcl-single-apartment-content__left-content-wrapper h4,
  .wcl-single-apartment-content__left-content-wrapper h5,
  .wcl-single-apartment-content__left-content-wrapper h6 {
    font-size: 16px;
  }
  .wcl-single-apartment-content__right-location-wrapper {
    border-radius: 15px;
  }
  .wcl-single-apartment-booked__content-wrapper {
    width: calc(100% - 30px);
    padding: 30px;
  }
  .wcl-single-apartment-booked__title {
    font-size: 25px;
  }
  .wcl-single-apartment-booked__text {
    margin-bottom: 30px;
  }
  .wcl-single-apartment-booked__button {
    padding: 15px 0;
    font-size: 17px;
  }
  .wcl-book input[type=text],
  .wcl-book input[type=tel],
  .wcl-book input[type=email],
  .wcl-book input[type=date],
  .wcl-book input[type=number] {
    font-size: 16px;
    padding: 17px 15px;
  }
  .wcl-book input[type=checkbox]:checked + label::after {
    transform: translateY(100%) rotate(-45deg);
    top: 0;
  }
  .wcl-book input[type=checkbox] + label::before {
    transform: none;
    top: 0;
  }
  .wcl-book__content-wrapper {
    padding: 20px;
    gap: 20px;
  }
  .wcl-book__info-price-wrapper {
    justify-content: flex-start;
  }
  .wcl-book__info-address {
    text-align: left;
  }
  .wcl-book__info-meta-row {
    justify-content: flex-start;
    margin: 0;
    width: auto;
  }
  .wcl-book__form-wrapper legend {
    font-weight: 600;
  }
  .wcl-book .wcl-input,
  .wcl-book .wcl-input-none {
    margin-bottom: 15px;
  }
  .wcl-add-apartment input[type=text],
  .wcl-add-apartment input[type=tel],
  .wcl-add-apartment input[type=email],
  .wcl-add-apartment input[type=date],
  .wcl-add-apartment input[type=number] {
    font-size: 16px;
    padding: 17px 15px;
  }
  .wcl-add-apartment select {
    font-size: 16px;
    padding: 17px 45px 17px 15px;
  }
  .wcl-add-apartment__wrapper {
    padding: 20px;
  }
  .wcl-add-apartment__form-input-label {
    font-weight: 500;
  }
  .wcl-add-apartment__form-input-label.bolder {
    font-weight: 600;
    margin-bottom: 5px;
  }
  .wcl-add-apartment__form-rooms-input-wrapper label span {
    font-size: 16px;
    padding: 10px 15px;
  }
  .wcl-add-apartment__form-option-wrapper {
    max-width: 100%;
  }
  .wcl-add-apartment__paragraph {
    margin-bottom: 10px;
  }
  .wcl-add-apartment__form-warrant input[type=checkbox]:checked + label::after {
    transform: translateY(35%);
    top: 0;
  }
  .wcl-add-apartment__form-warrant input[type=checkbox] + label::before {
    transform: none;
    top: 0;
  }
  .wcl-add-apartment__form-add-file-drop-text span {
    font-size: 18px;
  }
  .wcl-add-apartment__form-add-file-drop-text .wcl-add-apartment__form-add-file-drop-text-upload {
    font-size: 18px;
  }
  .wcl-add-apartment__form-add-file-drop-icon-wrapper {
    width: 50px;
    height: 50px;
  }
  .wcl-add-apartment__form-submit-btn {
    margin: 30px auto 0 auto;
  }
  .wcl-add-apartment__progress-wrapper {
    font-size: 16px;
  }
  .wcl-add-apartment .wcl-input,
  .wcl-add-apartment .wcl-input-none {
    margin-bottom: 15px;
  }
  .wcl-input,
  .wcl-input-none {
    margin-bottom: 20px;
  }
  .wcl-add-apartment__form-add-file-previews {
    grid-template-columns: repeat(4, 50px);
  }
  .wcl-preview__img,
  .wcl-preview__video-thumb {
    border-radius: 5px;
  }
  .wcl-agreement-success__content-wrapper {
    width: calc(100% - 30px);
    padding: 30px;
  }
  .wcl-agreement-success__title {
    font-size: 25px;
  }
  .wcl-agreement-success__text {
    margin-bottom: 30px;
  }
  .wcl-agreement-success__button {
    padding: 15px 0;
    font-size: 17px;
  }
  .wcl-preliminary-search input[type=text],
  .wcl-preliminary-search input[type=tel],
  .wcl-preliminary-search input[type=email],
  .wcl-preliminary-search input[type=date],
  .wcl-preliminary-search input[type=number] {
    font-size: 16px;
    padding: 17px 15px;
  }
  .wcl-preliminary-search__wrapper {
    padding: 20px;
  }
  .wcl-preliminary-search__map-wrapper {
    aspect-ratio: 1/1.35;
  }
  .wcl-preliminary-search__form-bedrooms-input-wrapper label span {
    font-size: 16px;
    padding: 10px 20px;
  }
  .wcl-preliminary-search__form-leads-input-label {
    font-weight: 500;
  }
  .wcl-preliminary-search__form-leads-input-label.bolder {
    font-weight: 600;
    margin-bottom: 5px;
  }
  .wcl-preliminary-search__paragraph {
    margin-bottom: 30px;
  }
  .wcl-preliminary-search__form-leads-submit-btn {
    padding: 15px 0;
    font-size: 17px;
  }
  .wcl-preliminary-search .wcl-input,
  .wcl-preliminary-search .wcl-input-none {
    margin-bottom: 15px;
  }
  .wcl-preliminary-search .wcl-input.mb-25,
  .wcl-preliminary-search .wcl-input-none.mb-25 {
    margin-bottom: 30px;
  }
  .wcl-apartments__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wcl-apartments__item-box.two-columns .wcl-apartments__item-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .wcl-apartments__item-box.one-column .wcl-apartments__item-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .wcl-apartments__filter-text {
    max-width: 125px;
  }
  .wcl-apartments__filter-search-btn {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .wcl-apartments__save-filter-btn {
    width: 50%;
  }
  .wcl-apartments__alert-btn {
    width: 50%;
  }
  .wcl-apartments__modal-content-wrapper {
    width: calc(100% - 30px);
    padding: 30px;
  }
  .wcl-apartments__modal-title {
    font-size: 25px;
  }
  .wcl-apartments__modal-text {
    margin-bottom: 30px;
  }
  .wcl-apartments__modal-button {
    padding: 15px 0;
    font-size: 17px;
  }
  .wcl-apartments .wcl-input {
    margin-bottom: 0;
  }
  .wcl-apartments input[id=alert-first-name],
  .wcl-apartments input[type=email] {
    font-size: 16px;
    padding: 17px 15px;
  }
  .wcl-contact-us input[type=text],
  .wcl-contact-us input[type=tel],
  .wcl-contact-us input[type=email],
  .wcl-contact-us input[type=date],
  .wcl-contact-us input[type=number],
  .wcl-contact-us textarea {
    font-size: 16px;
    padding: 17px 15px;
  }
  .wcl-contact-us select {
    font-size: 16px;
    padding: 17px 45px 17px 15px;
  }
  .wcl-contact-us__wrapper {
    padding: 20px;
  }
  .wcl-contact-us__paragraph {
    margin-bottom: 10px;
  }
  .wcl-contact-us__form-input-label {
    font-weight: 500;
  }
  .wcl-contact-us__form-input-label.bolder {
    font-weight: 600;
    margin-bottom: 5px;
  }
  .wcl-contact-us__form-submit {
    margin: 30px auto;
  }
  .wcl-contact-us .wcl-input,
  .wcl-contact-us .wcl-input-none {
    margin-bottom: 15px;
  }
  .wcl-unsubscribe__content-wrapper {
    padding: 20px;
  }
  .wcl-unsubscribe__paragraph {
    margin-bottom: 10px;
  }
  .wcl-unsubscribe__btn {
    margin: 0px auto 0 auto;
  }
}
@media (hover: hover) and (pointer: fine){
  .wcl-social-links a:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }
  .wcl-header__menu-nav ul li:last-of-type a:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    color: var(--white-color);
  }
  .wcl-header__menu-nav ul li a:hover {
    color: rgba(34, 34, 34, 0.6509803922);
  }
  .wcl-single-apartment__gallery-mini-left:hover .wcl-single-apartment__gallery-mini-left-play-img-wrapper {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
