@charset "UTF-8";
/*!
 * FilePond 4.32.12
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0;
}

.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict;
}

.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.01);
}

.filepond--drip-blob {
  transform-origin: center center;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
}

.filepond--drip-blob, .filepond--drop-label {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, opacity;
}

.filepond--drop-label {
  right: 0;
  margin: 0;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: 0.5em;
}

.filepond--drop-label label {
  cursor: default;
  font-size: 0.875em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}

.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: 0.5;
}

.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform, opacity;
}

.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}

.filepond--file-action-button.filepond--file-action-button:after {
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  top: -0.75em;
  bottom: -0.75em;
  content: "";
}

.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  transition: box-shadow 0.25s ease-in;
}

.filepond--file-action-button:focus, .filepond--file-action-button:hover {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.9);
}

.filepond--file-action-button[disabled] {
  color: hsla(0, 0%, 100%, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}

.filepond--file-action-button[hidden] {
  display: none;
}

.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: 0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] {
  margin-left: -0.1875em;
}

.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] {
  margin-bottom: -0.1875em;
}

.filepond--action-edit-item-alt {
  border: none;
  line-height: inherit;
  background: transparent;
  font-family: inherit;
  color: inherit;
  outline: none;
  padding: 0;
  margin: 0 0 0 0.25em;
  pointer-events: all;
  position: absolute;
}

.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em;
}

.filepond--action-edit-item-alt span {
  font-size: 0;
  opacity: 0;
}

.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 0.5em 0 0;
  min-width: 0;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.filepond--file-info * {
  margin: 0;
}

.filepond--file-info .filepond--file-info-main {
  font-size: 0.75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.filepond--file-info .filepond--file-info-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  white-space: nowrap;
}

.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}

.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform, opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}

.filepond--file-status .filepond--file-status-main {
  font-size: 0.75em;
  line-height: 1.2;
}

.filepond--file-status .filepond--file-status-sub {
  font-size: 0.625em;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}

.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: 0.5625em;
  color: #fff;
  border-radius: 0.5em;
}

.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}

.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 3;
}

.filepond--file .filepond--file-action-button, .filepond--file .filepond--processing-complete-indicator, .filepond--file .filepond--progress-indicator {
  position: absolute;
}

.filepond--file [data-align*=left] {
  left: 0.5625em;
}

.filepond--file [data-align*=right] {
  right: 0.5625em;
}

.filepond--file [data-align*=center] {
  left: calc(50% - 0.8125em);
}

.filepond--file [data-align*=bottom] {
  bottom: 1.125em;
}

.filepond--file [data-align=center] {
  top: calc(50% - 0.8125em);
}

.filepond--file .filepond--progress-indicator {
  margin-top: 0.1875em;
}

.filepond--file .filepond--progress-indicator[data-align*=right] {
  margin-right: 0.1875em;
}

.filepond--file .filepond--progress-indicator[data-align*=left] {
  margin-left: 0.1875em;
}

[data-filepond-item-state*=error] .filepond--file-info, [data-filepond-item-state*=invalid] .filepond--file-info, [data-filepond-item-state=cancelled] .filepond--file-info {
  margin-right: 2.25em;
}

[data-filepond-item-state~=processing] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state~=processing] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-error] .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
  animation: fall 0.5s linear 0.125s both;
}

[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
  opacity: 0.5;
}

[data-filepond-item-state=processing-complete] .filepond--file-info-sub, [data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden]) ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0;
}

[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: 0.5;
}

[data-filepond-item-state*=error] .filepond--file-wrapper, [data-filepond-item-state*=error] .filepond--panel, [data-filepond-item-state*=invalid] .filepond--file-wrapper, [data-filepond-item-state*=invalid] .filepond--panel {
  animation: shake 0.65s linear both;
}

[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    transform: translateX(-0.25em);
  }
  40%, 60% {
    transform: translateX(0.25em);
  }
}
@keyframes fall {
  0% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    transform: scale(1.1);
    animation-timing-function: ease-in-out;
  }
  to {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.filepond--hopper[data-hopper-state=drag-over] > * {
  pointer-events: none;
}

.filepond--hopper[data-hopper-state=drag-over]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.filepond--progress-indicator {
  z-index: 103;
}

.filepond--file-action-button {
  z-index: 102;
}

.filepond--file-status {
  z-index: 101;
}

.filepond--file-info {
  z-index: 100;
}

.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: 0.25em;
  will-change: transform, opacity;
  touch-action: auto;
}

.filepond--item > .filepond--panel {
  z-index: -1;
}

.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}

.filepond--item > .filepond--file-wrapper, .filepond--item > .filepond--panel {
  transition: opacity 0.15s ease-out;
}

.filepond--item[data-drag-state] {
  cursor: grab;
}

.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow 0.125s ease-in-out;
  box-shadow: 0 0 0 transparent;
}

.filepond--item[data-drag-state=drag] {
  cursor: grabbing;
}

.filepond--item[data-drag-state=drag] > .filepond--panel {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
}

.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
  z-index: 2;
}

.filepond--item-panel {
  background-color: #64605e;
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #369763;
}

[data-filepond-item-state*=error] .filepond--item-panel, [data-filepond-item-state*=invalid] .filepond--item-panel {
  background-color: #c44e47;
}

.filepond--item-panel {
  border-radius: 0.5em;
  transition: background-color 0.25s;
}

.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}

.filepond--list-scroller[data-state=overflow] .filepond--list {
  bottom: 0;
  right: 0;
}

.filepond--list-scroller[data-state=overflow] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent);
  mask: linear-gradient(180deg, #000 calc(100% - 0.5em), transparent);
}

.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}

.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}

.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}

.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid transparent;
  background-clip: content-box;
}

.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
}

.filepond--list {
  left: 0.75em;
  right: 0.75em;
}

.filepond--root[data-style-panel-layout~=integrated] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
  border-radius: 0;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel, .filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
  display: none;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller, .filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--list, .filepond--root[data-style-panel-layout~=integrated] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--item, .filepond--root[data-style-panel-layout~=integrated] .filepond--item {
  margin: 0;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper, .filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
  height: 100%;
}

.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  z-index: 7;
}

.filepond--root[data-style-panel-layout~=circle] {
  border-radius: 99999rem;
  overflow: hidden;
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel {
  border-radius: inherit;
}

.filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file-info, .filepond--root[data-style-panel-layout~=circle] .filepond--file-status {
  display: none;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item {
  opacity: 1 !important;
  visibility: visible !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .filepond--root[data-style-panel-layout~=circle] {
      will-change: transform;
    }
  }
}
.filepond--panel-root {
  border-radius: 0.5em;
  background-color: #f1f0ef;
}

.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none;
}

.filepond-panel:not([data-scalable=false]) {
  height: auto !important;
}

.filepond--panel[data-scalable=false] > div {
  display: none;
}

.filepond--panel[data-scalable=true] {
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}

.filepond--panel-bottom, .filepond--panel-center, .filepond--panel-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.filepond--panel-bottom, .filepond--panel-top {
  height: 0.5em;
}

.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}

.filepond--panel-top:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}

.filepond--panel-bottom, .filepond--panel-center {
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: left top;
  transform: translate3d(0, 0.5em, 0);
}

.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}

.filepond--panel-bottom:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}

.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}

.filepond--panel-center:not([style]) {
  visibility: hidden;
}

.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
}

.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}

.filepond--list-scroller {
  z-index: 6;
}

.filepond--drop-label {
  z-index: 5;
}

.filepond--drip {
  z-index: 3;
}

.filepond--root > .filepond--panel {
  z-index: 2;
}

.filepond--browser {
  z-index: 1;
}

.filepond--root {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: normal;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
}

.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}

.filepond--root :not(text) {
  font-size: inherit;
}

.filepond--root[data-disabled] {
  pointer-events: none;
}

.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all;
}

.filepond--root[data-disabled] .filepond--list {
  pointer-events: none;
}

.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}

.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}

.filepond--root .filepond--credits {
  position: absolute;
  right: 0;
  opacity: 0.4;
  line-height: 0.85;
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  bottom: -14px;
}

.filepond--root .filepond--credits[style] {
  top: 0;
  bottom: auto;
  margin-top: 14px;
}

/*!
 * FilePondPluginImagePreview 4.6.12
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--image-preview-markup {
  position: absolute;
  left: 0;
  top: 0;
}

.filepond--image-preview-wrapper {
  z-index: 2;
}

.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit;
}

.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, 0.85);
}

.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: #369763;
}

.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: #c44e47;
}

@supports (-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)) {
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal;
  }
}
.filepond--image-preview-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  border-radius: 0.45em;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.01);
}

.filepond--image-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #222;
  will-change: transform, opacity;
}

.filepond--image-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.filepond--image-clip[data-transparency-indicator=grid] canvas, .filepond--image-clip[data-transparency-indicator=grid] img {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0h50v50H0M50 50h50v50H50'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em;
}

.filepond--image-bitmap, .filepond--image-vector {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}

.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview-wrapper {
  border-radius: 0;
}

.filepond--root[data-style-panel-layout~=integrated] .filepond--image-preview {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper {
  border-radius: 99999rem;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  transform: scaleY(-1);
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file .filepond--file-action-button[data-align*=bottom]:not([data-align*=center]) {
  margin-bottom: 0.325em;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=left] {
  left: calc(50% - 3em);
}

.filepond--root[data-style-panel-layout~=circle] .filepond--file [data-align*=right] {
  right: calc(50% - 3em);
}

.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=left], .filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=right] {
  margin-bottom: 0.5125em;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--progress-indicator[data-align*=bottom][data-align*=center] {
  margin-top: 0;
  margin-bottom: 0.1875em;
  margin-left: 0.1875em;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter/Inter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter/Inter-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter/Inter-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../fonts/Exo-2/Exo-2-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../fonts/Exo-2/Exo-2-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../fonts/Exo-2/Exo-2-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6, .title-box h3, .title-box a, .single-items-top-left h1, .single-items-top-left h2, .single-items .unit-gallery-overlay, .single-items .single-info-block.lg h3, .single-items .single-info-block h3, .single-items .single-cta h3, .properties-section .title-top h3, .single-items .single-step span, .single-items .broker-name, .profile-tabs .content-title .title-top h2, .properties .banner-card-desc h3, .properties .banner-card-desc p, .ico-text-desc h3, .hero-left p, .contact-wrapper h3, .contact-item h4, .submit-unit-wrapper h1, .signin-modal .modal-title h3, .quote-modal .modal-title h3, .forgot-modal .modal-title h3, .desc-modal .modal-title h3, .create-modal .modal-title h3, .broker-modal .modal-title h3, .unit-title span, .unit-card-top-title .unit-card-price, .property-card-info h3, .large-card-top-title .large-card-price, .building-card-info h3, .dropdowns-wrapper h3, .dropdown-title, .gallery-modal .modal .gallery-modal-counter {
  font-family: "Exo 2", sans-serif;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: opacity ease 200ms;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

p {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: 700;
}

.texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.texts p {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .texts p {
    font-size: 14px;
    line-height: 18px;
  }
}

.title-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.title-box h3 {
  color: #111;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .title-box h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.title-box a {
  color: #111;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .title-box a {
    font-size: 24px;
    line-height: 32px;
  }
}

.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}
.container.no-padding {
  padding: 0;
}

main .container,
footer .container {
  display: block;
}

main .container p {
  margin-bottom: 0;
}

.properties-section .title-top .sort, .dropdown-arrow, .dropdown-button, .profile-tabs .content-title .title-top .sort, .button, .signin-modal .modal-title .modal-close, .quote-modal .modal-title .modal-close, .forgot-modal .modal-title .modal-close, .desc-modal .modal-title .modal-close, .create-modal .modal-title .modal-close, .broker-modal .modal-title .modal-close, .results-filters-wrapper .advanced, .results-filters-items .result-filter, .header-actions .header-signin, .header .burger-button, .result-tab-button, .modal-wrapper .modal-close, form .submit-group .forgot {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  transition: opacity ease 200ms, background-color ease 200ms, color ease 200ms, transform ease-in-out 200ms, scale ease-in-out 200ms;
  cursor: pointer;
}

#backtotop.shows {
  background: #FAAF3F;
  color: #111;
}

/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */
:root {
  --swiper-theme-color:#007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-cube-shadow, .swiper-slide {
    transform-style: preserve-3d;
  }
}

.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}

.swiper-3d {
  .swiper-slide-shadow, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.1490196078);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible, .swiper:not(.swiper-watch-progress) {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
  }
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  ::slotted(svg), svg {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon, ::slotted(.swiper-navigation-icon) {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev, & ~ .swiper-button-next, .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    .swiper-navigation-icon, ::slotted(.swiper-navigation-icon) {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon, ::slotted(.swiper-navigation-icon) {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev, ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    .swiper-navigation-icon, ::slotted(.swiper-navigation-icon) {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next, ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon, ::slotted(.swiper-navigation-icon) {
      transform: rotate(90deg);
    }
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform 0.2s, left 0.2s;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  &.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > & {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal, .swiper-horizontal > & {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical, .swiper-vertical > & {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
  > canvas, > img, > svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active, .swiper-slide-next, .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
    &:before {
      background: #000;
      bottom: 0;
      content: "";
      filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}

.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
  }
}

* {
  outline: none;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
}

body {
  position: relative;
  min-width: 300px;
  display: flex;
  height: auto;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  background-color: #FFF;
}

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

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

form {
  width: 100%;
}
form fieldset {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 26px;
}
form label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
form label input,
form label select,
form label textarea {
  width: 100%;
  height: 40px;
  background-color: #F7F7F7;
  border-color: transparent;
  border-radius: 12px;
  color: #111;
  padding: 0 8px;
}
@media (min-width: 768px) {
  form label input,
  form label select,
  form label textarea {
    height: 50px;
  }
}
form label textarea {
  height: 200px;
  max-height: 500px;
  resize: vertical;
  padding: 8px 16px;
}
form .submit-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
form .submit-group.start {
  justify-content: flex-start;
}
form .submit-group.end {
  justify-content: flex-end;
}
form .submit-group.between {
  justify-content: space-between;
}
form .submit-group .forgot {
  color: #111;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  form .submit-group .forgot {
    font-size: 14px;
    line-height: 18px;
  }
}
form .submit-group span {
  font-size: 13px;
  line-height: 16px;
}
form .submit-group-right {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
form .submit-group .accept-policy {
  margin-bottom: 20px;
}
form .submit-group .accept-policy span {
  display: flex;
  gap: 4px;
  flex-direction: row;
  flex-wrap: wrap;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.blocks {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blocks.start {
  justify-content: flex-start;
}
.blocks.center {
  justify-content: center;
}
.blocks.end {
  justify-content: flex-end;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.wrapper .footer {
  margin-top: auto;
}

.login-form .between {
  max-width: 400px;
}

.label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  padding: 4px 5px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  gap: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
}
@media (min-width: 768px) {
  .label {
    font-size: 12px;
    line-height: 15px;
  }
}
.label.orange {
  background-color: #FFA41B;
}
.label.black {
  background-color: #111;
}
.label.red {
  background-color: #FF4C00;
}
.label.grey {
  background-color: #F7F7F7;
  color: #111;
}

.modal-wrapper {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  padding: 32px;
  background-color: rgba(17, 17, 17, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease, visibility 200ms ease;
  overflow-y: auto;
  z-index: 100;
}
.modal-wrapper .modal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0;
}
.modal-wrapper .modal-close {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.modal-wrapper .modal-close img {
  width: 100%;
  height: 100%;
}
.modal-wrapper .modal .gallery-modal-counter {
  display: none;
}
.modal-wrapper .modal.preloader::before {
  top: 0;
  border-radius: 16px;
}
.modal-wrapper-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-wrapper.dark {
  background-color: #111;
}

.gallery-modal .modal {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.gallery-modal .modal-top {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 42px;
}
.gallery-modal .modal .gallery-modal-counter {
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: auto;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  color: #FFF;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .gallery-modal .modal .gallery-modal-counter {
    font-size: 24px;
    line-height: 32px;
  }
}
.gallery-modal .gallery-swiper {
  width: 100%;
  height: 100%;
  min-height: 190px;
  position: relative;
}
@media (min-width: 992px) {
  .gallery-modal .gallery-swiper {
    min-height: 500px;
  }
}
.gallery-modal .gallery-swiper .swiper-wrapper {
  align-items: center;
}
.gallery-modal .gallery-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  max-height: 674px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-modal .gallery-swiper .swiper-slide img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2px;
}
.gallery-modal .swiper-actions {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .gallery-modal .swiper-actions {
    margin-top: 0;
  }
}
.gallery-modal .swiper-actions .swiper-prev, .gallery-modal .swiper-actions .swiper-next {
  position: static;
  transform: translateY(0);
}
@media (min-width: 992px) {
  .gallery-modal .swiper-actions .swiper-prev, .gallery-modal .swiper-actions .swiper-next {
    position: absolute;
    transform: translateY(-50%);
  }
}
.gallery-modal .swiper-actions .swiper-prev {
  left: 16px;
}
.gallery-modal .swiper-actions .swiper-next {
  right: 16px;
}

.result-tab-button {
  padding: 16px;
  color: #FFF;
  background-color: #00843D;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .result-tab-button {
    font-size: 15px;
    line-height: 18px;
  }
}
.result-tab-button:first-child {
  border-top-left-radius: 8px;
}
.result-tab-button:last-of-type {
  border-top-right-radius: 8px;
}
.result-tab-button.active {
  color: #464646;
  background-color: #FFF;
}

.preloader {
  position: relative;
}
.preloader::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 2;
  background: url("../img/preloader.svg") no-repeat center;
  opacity: 0.3;
  background-color: blanchedalmond;
  background-size: 300px;
}
.preloader a.large-card {
  opacity: 0.3;
}

.swiper-prev, .swiper-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  border-radius: 8px;
  background-color: #E6E6E6;
  transition: background-color ease-in-out 200ms, scale ease-in-out 200ms;
  cursor: pointer;
}
@media (min-width: 768px) {
  .swiper-prev, .swiper-next {
    width: 52px;
    height: 52px;
  }
}
.swiper-prev.sm, .swiper-next.sm {
  width: 32px;
  height: 32px;
}
.swiper-prev img, .swiper-next img {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .swiper-prev img, .swiper-next img {
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) {
  .swiper-prev:hover, .swiper-next:hover {
    background-color: #F2F2F2;
  }
}
.swiper-prev:active, .swiper-next:active {
  background-color: #F7F7F7;
  scale: 0.95;
}
.swiper-prev[disabled], .swiper-next[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.swiper-prev[disabled]:active, .swiper-next[disabled]:active {
  scale: 1;
}

.swiper-next img {
  transform: scaleX(-1);
}

.cookie {
  border: 1px solid #848484;
  background: #F7E7C9;
}

.woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}
.woocommerce-breadcrumb.absolute {
  position: absolute;
}

.breadcrumb-link, .delimiter, .breadcrumb-current {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .breadcrumb-link, .delimiter, .breadcrumb-current {
    font-size: 14px;
    line-height: 18px;
  }
}

.delimiter {
  color: #848484;
}

.breadcrumb-link {
  color: #848484;
  text-decoration: underline;
}

.breadcrumb-current {
  color: #111;
}

.dropdowns {
  width: 100%;
  padding: 32px 0;
  background-color: #F7F7F7;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .dropdowns {
    padding: 64px 0;
  }
}
.dropdowns.white {
  background-color: #FFF;
}
.dropdowns-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.dropdowns-wrapper h3 {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .dropdowns-wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.dropdowns-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.dropdown {
  width: 100%;
}
.dropdown-button {
  gap: 10px;
}
.dropdown-title {
  color: #111;
  text-align: left;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .dropdown-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.dropdown-arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: transform ease-in-out 200ms;
  flex-shrink: 0;
}
.dropdown-arrow img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
.dropdown-content {
  width: 100%;
  max-width: 600px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 200ms ease, margin-top 200ms ease, opacity 200ms ease;
  padding-left: 24px;
}
.dropdown-content p,
.dropdown-content li {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .dropdown-content p,
  .dropdown-content li {
    font-size: 14px;
    line-height: 18px;
  }
}
.dropdown-content ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: disc;
  list-style-position: inside;
}
.dropdown-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.dropdown-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dropdown.opened .dropdown-content {
  margin-top: 10px;
  opacity: 1;
}
.dropdown.opened .dropdown-arrow {
  transform: rotate(180deg);
}
.dropdown.opened .dropdown-search {
  display: flex;
}
.dropdown-search {
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  display: none;
}
.dropdown-search-input {
  width: 98%;
  margin: auto;
  padding: 10px 16px;
}
.dropdown-search-input::-moz-placeholder {
  color: #464646;
}
.dropdown-search-input::placeholder {
  color: #464646;
}
.dropdown-option.hidden {
  display: none;
}

.beds-baths-dropdown {
  width: 252px;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 90;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background-color: #FFF;
  overflow: hidden;
  box-shadow: 0px 1px 4px 0px rgba(24, 26, 32, 0.5);
}
.beds-baths-dropdown[hidden] {
  display: none;
}
.beds-baths-dropdown.fixed {
  position: fixed;
  top: 25%;
}
@media (min-width: 768px) {
  .beds-baths-dropdown.fixed {
    position: absolute;
    top: calc(100% + 8px);
  }
}

.beds-baths-content {
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.beds-baths-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.beds-baths-label {
  color: #111;
  text-align: left;
}

.beds-baths-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.beds-baths-buttons .beds-baths-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 8px;
  background-color: #F2F2F2;
  color: #464646;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 200ms, color 200ms, border-color 200ms;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .beds-baths-buttons .beds-baths-btn {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (hover: hover) {
  .beds-baths-buttons .beds-baths-btn:hover {
    background-color: #E6E6E6;
  }
}
.beds-baths-buttons .beds-baths-btn:focus-visible {
  outline: 2px solid #464646;
}
.beds-baths-buttons .beds-baths-btn.active {
  background-color: #00843D;
  color: #FFF;
  border-color: #00843D;
}
@media (hover: hover) {
  .beds-baths-buttons .beds-baths-btn.active:hover {
    background-color: #0FC764;
  }
}

.beds-baths-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

form .custom-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: -moz-fit-content;
  width: fit-content;
}
form .custom-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  width: 22px;
  height: 22px;
  background-color: #FFF;
  border: 1px solid #111;
  border-radius: 6px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 200ms ease, border-color 200ms ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
form .custom-checkbox input:checked {
  background-color: #00843D;
  border-color: #00843D;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}
form .custom-checkbox span {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  form .custom-checkbox span {
    font-size: 14px;
    line-height: 18px;
  }
}

.uploader {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.uploader-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  position: relative;
}
.uploader-header h2 {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .uploader-header h2 {
    font-size: 14px;
    line-height: 18px;
  }
}
.uploader-header .browse-link,
.uploader-header .select-all {
  font-size: 14px;
  color: #00843D;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.uploader-header .browse-link:hover,
.uploader-header .select-all:hover {
  opacity: 0.7;
}
.uploader-dropzone {
  display: block;
  width: 100%;
  height: 149px;
  border: 1px dashed #111;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.uploader-dropzone.is-hidden {
  display: none;
}
.uploader-dropzone .filepond--root {
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.uploader-dropzone .filepond--panel-root {
  background-color: #FFF;
}
.uploader-dropzone .filepond--drop-label {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.uploader-dropzone .filepond--drop-label label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #848484;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .uploader-dropzone .filepond--drop-label label {
    font-size: 14px;
    line-height: 18px;
  }
}
.uploader-dropzone .filepond--drop-label label span {
  color: #00843D;
  text-decoration: underline;
}
.uploader-dropzone .filepond--list-scroller {
  display: none;
}
.uploader-dropzone .filepond--credits {
  display: none !important;
}
.uploader-user {
  display: flex;
  flex-direction: column;
}
.uploader-user .uploader-header {
  display: none;
}
.uploader-user .uploader-header.is-visible {
  display: flex;
}
.uploader-grid {
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 200px;
}
@media (min-width: 768px) {
  .uploader-grid {
    min-height: 312px;
  }
}
.uploader-grid:empty {
  display: none;
}
.uploader-item {
  position: relative;
  width: calc((100% - 36px) / 4);
  height: 84px;
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  background-color: #FFF;
  transition: scale ease-in-out 200ms;
}
@media (max-width: 480px) {
  .uploader-item {
    width: calc((100% - 12px) / 2);
  }
}
@media (hover: hover) {
  .uploader-item:hover {
    scale: 1.05;
  }
}
.uploader-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.uploader-item.is-selected, .uploader-item.is-uploaded {
  cursor: default;
}
.uploader-item.is-selected img, .uploader-item.is-uploaded img {
  filter: grayscale(0%);
}
.uploader-item.is-selected {
  cursor: pointer;
}
.uploader-item.is-selected::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: #00843D;
  border-radius: 50%;
  background-image: url("../img/check-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  z-index: 2;
}
.uploader-item-delete {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  background-color: #FFF;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  transition: scale ease-in-out 200ms;
  z-index: 10;
  background-image: url("../img/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
@media (hover: hover) {
  .uploader-item-delete:hover {
    scale: 1.1;
  }
}
.uploader-item.sortable-ghost {
  opacity: 0.4;
}

.building-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  gap: 24px;
}
.building-card-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.building-card-slider {
  width: 100%;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .building-card-slider {
    height: 188px;
  }
}
.building-card-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.building-card-slider .swiper-prev, .building-card-slider .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.building-card-slider .swiper-prev {
  left: 16px;
}
.building-card-slider .swiper-next {
  right: 16px;
}
.building-card-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.building-card-info h3 {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .building-card-info h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.building-card-info p {
  color: #302F2D;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .building-card-info p {
    font-size: 14px;
    line-height: 18px;
  }
}
.building-card-meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.building-card-badge {
  background-color: #111;
  color: #FFF;
  padding: 6px 12px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
}
@media (min-width: 768px) {
  .building-card-badge {
    font-size: 12px;
    line-height: 15px;
  }
}
.building-card-price {
  color: #302F2D;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .building-card-price {
    font-size: 15px;
    line-height: 18px;
  }
}
.building-card-units {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.building-card-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}

.cta-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 32px;
  padding: 16px 20px;
  border-radius: 12px;
  outline: 1px solid #F2F2F2;
}
@media (min-width: 576px) {
  .cta-card {
    flex-direction: row;
  }
}
.cta-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 231px;
}
.cta-card-img img {
  width: 100%;
  height: auto;
}
.cta-card-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.cta-card-info h3 {
  color: #111;
}
.cta-card-info p, .cta-card-info li {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .cta-card-info p, .cta-card-info li {
    font-size: 15px;
    line-height: 18px;
  }
}
.cta-card-info ul {
  list-style: disc;
  list-style-position: inside;
}

.large-card {
  width: 100%;
  cursor: pointer;
}
.large-card:hover {
  opacity: 0.9;
}
.large-card-inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .large-card-inner {
    flex-direction: row;
  }
}
.large-card-left {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .large-card-left {
    max-width: 525px;
  }
}
.large-card-images {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  gap: 2px;
}
@media (min-width: 768px) {
  .large-card-images {
    height: 240px;
  }
}
.large-card-images-left {
  width: 60%;
  height: 100%;
}
@media (min-width: 768px) {
  .large-card-images-left {
    width: 71%;
  }
}
.large-card-images-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 8px;
}
@media (min-width: 768px) {
  .large-card-images-left img {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.large-card-images-right {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
@media (min-width: 768px) {
  .large-card-images-right {
    width: 29%;
  }
}
.large-card-images-right img {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.large-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  padding: 16px;
  gap: 16px;
}
@media (min-width: 768px) {
  .large-card-right {
    border-left: 0;
    border-radius: 0 8px 8px 0;
    padding: 16px 16px 16px 32px;
  }
}
.large-card-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: auto;
}
.large-card-top-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.large-card-top-left .large-card-dev {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .large-card-top-left .large-card-dev {
    font-size: 15px;
    line-height: 18px;
  }
}
.large-card-top-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.large-card-top-title .subtext {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
}
@media (min-width: 768px) {
  .large-card-top-title .subtext {
    font-size: 12px;
    line-height: 15px;
  }
}
.large-card-top-title .large-card-price {
  color: #111;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .large-card-top-title .large-card-price {
    font-size: 24px;
    line-height: 32px;
  }
}
.large-card-top-right {
  display: flex;
}
.large-card-top .large-card-labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.large-card-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.large-card-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.large-card-info-top {
  width: 100%;
}
.large-card-info-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.large-card-info-bottom p {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .large-card-info-bottom p {
    font-size: 14px;
    line-height: 18px;
  }
}
.large-card-info-bottom .view-details {
  color: #111;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .large-card-info-bottom .view-details {
    font-size: 15px;
    line-height: 18px;
  }
}
.large-card-info-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .large-card-info-items {
    gap: 24px;
  }
}
.large-card-info-items span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .large-card-info-items span {
    font-size: 14px;
    line-height: 18px;
  }
}

.property-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0px 1px 4px 0px rgba(24, 26, 32, 0.07);
  background-color: #FFF;
  border-radius: 8px;
}
@media (min-width: 480px) {
  .property-card {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .property-card {
    width: calc(33.3333333333% - 30px);
  }
}
@media (hover: hover) {
  .property-card:hover .property-card-img img {
    transform: scale(1.05);
  }
}
.property-card-img {
  width: 100%;
  position: relative;
  height: 200px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .property-card-img {
    height: 240px;
  }
}
.property-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: transform ease-in-out 200ms;
}
.property-card-img .label {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
}
@media (min-width: 768px) {
  .property-card-img .label {
    font-size: 12px;
    line-height: 15px;
  }
}
.property-card-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 20px;
  background-color: #FFF;
  border-radius: 0 0 8px 8px;
}
.property-card-info h3 {
  color: #FFF;
  background-color: #111;
  padding: 0 4px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .property-card-info h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.property-card-info p,
.property-card-info .real-estate {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .property-card-info p,
  .property-card-info .real-estate {
    font-size: 15px;
    line-height: 18px;
  }
}
.property-card-info .real-estate {
  text-decoration: underline;
}
.property-card-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1200px) {
  .property-card-items {
    gap: 24px;
  }
}
.property-card-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.property-card-item img {
  width: 16px;
  height: 16px;
}
.property-card-item span {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .property-card-item span {
    font-size: 14px;
    line-height: 18px;
  }
}

.unit-card {
  width: 100%;
}
.unit-card-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 768px) {
  .unit-card-inner {
    flex-direction: row;
  }
}
.unit-card-left {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .unit-card-left {
    max-width: 250px;
  }
}
.unit-card .single-swiper {
  position: relative;
}
.unit-card .single-swiper .swiper-buttons {
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 8px;
  justify-content: space-between;
  z-index: 10;
}
.unit-card .single-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (min-width: 768px) {
  .unit-card .single-swiper .swiper-slide img {
    border-bottom-left-radius: 12px;
    border-top-right-radius: 0;
  }
}
.unit-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  padding: 16px;
  gap: 16px;
  border: 1px solid #F2F2F2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .unit-card-right {
    border-left: 0;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 16px 16px 16px 32px;
  }
}
.unit-card-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: auto;
}
.unit-card-top-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.unit-card-top-left .unit-card-dev {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .unit-card-top-left .unit-card-dev {
    font-size: 15px;
    line-height: 18px;
  }
}
.unit-card-top-title a {
  color: #111;
}
.unit-card-top-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.unit-card-top-title .unit-card-price {
  color: #111;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .unit-card-top-title .unit-card-price {
    font-size: 24px;
    line-height: 32px;
  }
}
.unit-card-top-title .old-price {
  text-decoration: line-through;
}
.unit-card-top-title .sold {
  color: #00843D;
}
.unit-card-top-title .unit-card-desc {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .unit-card-top-title .unit-card-desc {
    font-size: 15px;
    line-height: 18px;
  }
}
.unit-card-top-title .real-estate {
  text-decoration: underline;
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .unit-card-top-title .real-estate {
    font-size: 14px;
    line-height: 18px;
  }
}
.unit-card-top-right {
  display: flex;
}
.unit-card-top .unit-card-labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.unit-card-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.unit-card-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.unit-card-info-top {
  width: 100%;
}
.unit-card-info-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.unit-card-info-bottom p {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .unit-card-info-bottom p {
    font-size: 14px;
    line-height: 18px;
  }
}
.unit-card-info-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.unit-card-info-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .unit-card-info-items {
    gap: 24px;
  }
}
.unit-card-info-items span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .unit-card-info-items span {
    font-size: 14px;
    line-height: 18px;
  }
}

.unit {
  display: flex;
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 12px;
  box-shadow: 0px 1px 4px 0px rgba(24, 26, 32, 0.07);
  overflow: hidden;
  position: relative;
}
.unit-inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.unit-left {
  width: 100px;
  height: 100%;
  aspect-ratio: 1;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 375px) {
  .unit-left {
    width: 128px;
  }
}
.unit-left img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.unit-date {
  position: absolute;
  left: 8px;
  top: 8px;
  background-color: #F7F7F7;
  color: #111;
  padding: 4px 5px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
}
@media (min-width: 768px) {
  .unit-date {
    font-size: 12px;
    line-height: 15px;
  }
}
.unit-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 14px 36px 14px 0;
}
.unit-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.unit-title span {
  color: #111;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .unit-title span {
    font-size: 24px;
    line-height: 32px;
  }
}
.unit-title p {
  text-decoration: underline;
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .unit-title p {
    font-size: 14px;
    line-height: 18px;
  }
}
.unit-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .unit-items {
    gap: 24px;
  }
}
.unit-items span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .unit-items span {
    font-size: 14px;
    line-height: 18px;
  }
}

.banner {
  width: 100%;
  background-color: #464646;
  padding: 10px;
}
.banner-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.banner-item {
  display: none;
  color: #848484;
  text-align: center;
  text-decoration: line-through;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .banner-item {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .banner-item {
    display: block;
  }
}
.banner-item.active {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.banner-dot {
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #848484;
}
@media (min-width: 768px) {
  .banner-dot {
    display: block;
  }
}

.footer {
  width: 100%;
  padding: 32px 0;
  background-color: #FFF;
}
.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F2F2F2;
}
@media (min-width: 768px) {
  .footer-inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer-inner {
    gap: 128px;
  }
}
.footer-info {
  width: 100%;
  max-width: 438px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.footer-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-block span, .footer-block a, .footer-block address {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .footer-block span, .footer-block a, .footer-block address {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer-block span {
  color: #848484;
}
.footer-block a, .footer-block address {
  color: #111;
}
.footer-menu {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 768px) {
  .footer-menu {
    flex: 1;
  }
}
.footer-menu nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 375px) {
  .footer-menu nav {
    width: auto;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .footer-menu nav {
    width: 50%;
    flex-direction: column;
    gap: 32px;
  }
}
.footer-menu .menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-menu .menu-item span, .footer-menu .menu-item a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .footer-menu .menu-item span, .footer-menu .menu-item a {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer-menu .menu-item span {
  color: #848484;
}
.footer-menu .menu-item a {
  color: #111;
}
.footer-logo img {
  width: auto;
  height: 40px;
}
@media (min-width: 768px) {
  .footer-logo img {
    height: 50px;
  }
}
.footer .copyright {
  width: 100%;
}
.footer .copyright span {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .footer .copyright span {
    font-size: 14px;
    line-height: 18px;
  }
}

.subscribe {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.subscribe label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #848484;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .subscribe label {
    font-size: 14px;
    line-height: 18px;
  }
}
.subscribe label input {
  width: 100%;
  padding: 16px;
  color: #111;
  border-radius: 8px;
  border: 0;
  margin: 0;
  background-color: #F7F7F7;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .subscribe label input {
    font-size: 14px;
    line-height: 18px;
  }
}
.subscribe label input::-moz-placeholder {
  color: #848484;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
.subscribe label input::placeholder {
  color: #848484;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .subscribe label input::-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .subscribe label input::placeholder {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 480px) {
  .subscribe label input {
    min-width: 300px;
  }
}
.subscribe button svg,
.subscribe button svg path {
  fill: #FFF;
}

.header {
  width: 100%;
  padding: 10px 0;
  background-color: transparent;
}
.header-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 480px) {
  .header-wrapper {
    gap: 32px;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
}
.header-logo img {
  width: auto;
  height: 50px;
}
.header nav {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: rgba(17, 17, 17, 0.39);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .header nav {
    position: static;
    right: auto;
    top: auto;
    height: auto;
    background-color: transparent;
    padding: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
    display: inline-block;
    width: auto;
  }
}
.header nav ul {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 100px 20px 40px;
  transform: translateX(100%);
}
@media (min-width: 992px) {
  .header nav ul {
    width: auto;
    padding: 0;
    transform: translateX(0);
    flex-direction: row;
    align-items: center;
  }
}
.header nav li a {
  color: #111;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .header nav li a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .header nav li a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .header nav li.mobile {
    display: none;
  }
}
.header .boost-points {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .header .boost-points img {
    display: none;
  }
}
.header .boost-points img {
  width: 16px;
  height: 16px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-actions .header-signin {
  color: #111;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .header-actions .header-signin {
    font-size: 14px;
    line-height: 18px;
  }
}
.header-actions .header-login span {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
@media (min-width: 480px) {
  .header-actions .header-login span {
    position: static;
    width: auto;
    height: auto;
    visibility: visible;
  }
}
.header-actions button {
  position: relative;
  z-index: 100;
}
.header .burger-button {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 100;
}
.header .burger-button span {
  width: 100%;
  height: 2px;
  background-color: #111;
  position: relative;
  border-radius: 8px;
  transition: transform ease-in-out 200ms;
}
.header .burger-button span::before, .header .burger-button span::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-color: #111;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  transition: transform ease-in-out 200ms, opacity ease-in-out 200ms;
}
.header .burger-button span::before {
  top: -8px;
}
.header .burger-button span::after {
  bottom: -8px;
}
@media (min-width: 992px) {
  .header .burger-button {
    display: none;
  }
}
.header.menu-opened .burger-button span {
  transform: rotate(-45deg);
}
.header.menu-opened .burger-button span::before {
  top: 0;
  transform: rotate(90deg);
}
.header.menu-opened .burger-button span::after {
  opacity: 0;
}
.header.menu-opened nav {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.header.menu-opened nav ul {
  transform: translateX(0);
  background-color: #F2F2F2;
  transition: padding ease-in-out 200ms, background-color ease-in-out 200ms, transform ease-in-out 200ms;
  overflow-y: auto;
}
.header .desktop-link {
  display: none;
}
@media (min-width: 992px) {
  .header .desktop-link {
    display: flex;
  }
}

.results-filters-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.results-filters-wrapper .advanced {
  gap: 4px;
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .results-filters-wrapper .advanced {
    font-size: 14px;
    line-height: 18px;
  }
}
.results-filters-wrapper .advanced img {
  width: 16px;
  height: 16px;
}

.results-filters-items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}
.results-filters-items .result-filter-wrapper {
  position: relative;
}
.results-filters-items .result-filter {
  min-width: 100px;
  position: relative;
  flex-direction: column;
  gap: 4px;
  padding: 6px 8px;
  background-color: #F7F7F7;
  border-radius: 8px;
}
@media (min-width: 480px) {
  .results-filters-items .result-filter {
    min-width: 160px;
  }
}
.results-filters-items .result-filter:focus-visible {
  background-color: #F2F2F2;
  outline: 2px solid #464646;
}
.results-filters-items .result-filter-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.results-filters-items .result-filter-top .result-title {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .results-filters-items .result-filter-top .result-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.results-filters-items .result-filter-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.results-filters-items .result-filter-bottom .result-value {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .results-filters-items .result-filter-bottom .result-value {
    font-size: 14px;
    line-height: 18px;
  }
}
.results-filters-items .result-dropdown {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #FFF;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.results-filters-items .result-dropdown[hidden] {
  display: none;
}
.results-filters-items .result-option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 8px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #464646;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .results-filters-items .result-option {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (hover: hover) {
  .results-filters-items .result-option:hover {
    background-color: #F2F2F2;
  }
}
.results-filters-items .result-option:focus-visible {
  background-color: #F2F2F2;
}
.results-filters-items .result-option .result-option-check {
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: opacity 200ms;
}
.results-filters-items .result-option.is-selected {
  color: #111;
}
.results-filters-items .result-option.is-selected .result-option-check {
  opacity: 1;
}

.preloader {
  position: relative;
}
.preloader::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  background: url("../img/preloader.svg") no-repeat center;
  opacity: 0.3;
  background-color: #FFF;
}
.preloader a.large-card {
  opacity: 0.3;
}

.broker-modal .modal {
  width: 100%;
  max-width: 600px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  gap: 16px;
  background-color: #FFF;
}
.broker-modal .modal-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.broker-modal .modal-info-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.broker-modal .modal-info-inner p, .broker-modal .modal-info-inner li {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .broker-modal .modal-info-inner p, .broker-modal .modal-info-inner li {
    font-size: 14px;
    line-height: 18px;
  }
}
.broker-modal .modal-info-inner ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.broker-modal .modal-info-inner ul li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.broker-modal .modal-info-inner ul li img {
  width: 16px;
  height: 16px;
}
.broker-modal .modal-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.broker-modal .modal-title h3 {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .broker-modal .modal-title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.broker-modal .modal-title .modal-close {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.broker-modal .modal-title .modal-close img {
  width: 100%;
  height: 100%;
}
.broker-modal .modal-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 26px;
}

.create-modal .modal {
  width: 100%;
  max-width: 403px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  gap: 16px;
  background-color: #FFF;
}
.create-modal .modal ul li img {
  width: 24px;
  height: 24px;
}
.create-modal .modal-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.create-modal .modal-title h3 {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .create-modal .modal-title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.create-modal .modal-title .modal-close {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.create-modal .modal-title .modal-close img {
  width: 100%;
  height: 100%;
}
.create-modal .modal-info {
  width: 100%;
}
.create-modal .modal-info .input-group {
  width: 100%;
}
.create-modal p, .create-modal li, .create-modal label {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .create-modal p, .create-modal li, .create-modal label {
    font-size: 14px;
    line-height: 18px;
  }
}
.create-modal label {
  position: relative;
}
.create-modal-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.create-modal-inner ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.create-modal-inner ul li {
  display: flex;
  align-items: center;
  gap: 4px;
}

.desc-modal .modal {
  width: 100%;
  max-width: 600px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  gap: 16px;
  background-color: #FFF;
}
.desc-modal .modal-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.desc-modal .modal-title h3 {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .desc-modal .modal-title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.desc-modal .modal-title .modal-close {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.desc-modal .modal-title .modal-close img {
  width: 100%;
  height: 100%;
}
.desc-modal .modal-desc {
  width: 100%;
}
.desc-modal .modal-desc-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.desc-modal .modal-desc-content p, .desc-modal .modal-desc-content li {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .desc-modal .modal-desc-content p, .desc-modal .modal-desc-content li {
    font-size: 14px;
    line-height: 18px;
  }
}
.desc-modal .modal-desc-content p {
  margin-bottom: 16px;
}
.desc-modal .modal-desc-content p:last-child {
  margin-bottom: 0;
}
.desc-modal .modal-desc-content h2, .desc-modal .modal-desc-content h3 {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .desc-modal .modal-desc-content h2, .desc-modal .modal-desc-content h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

.forgot-modal {
  z-index: 101;
}
.forgot-modal .modal {
  width: 100%;
  max-width: 403px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  gap: 16px;
  background-color: #FFF;
}
.forgot-modal .modal-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.forgot-modal .modal-title h3 {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .forgot-modal .modal-title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.forgot-modal .modal-title .modal-close {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.forgot-modal .modal-title .modal-close img {
  width: 100%;
  height: 100%;
}
.forgot-modal .modal-info {
  width: 100%;
}
.forgot-modal label {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .forgot-modal label {
    font-size: 14px;
    line-height: 18px;
  }
}

.plan-modal {
  padding: 20px;
}
.plan-modal .modal {
  width: 100%;
  max-width: 851px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.plan-modal .plan-img {
  border-radius: 16px;
}

.quote-modal .modal {
  width: 100%;
  max-width: 600px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  gap: 16px;
  background-color: #FFF;
}
.quote-modal .modal-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.quote-modal .modal-info-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.quote-modal .modal-info-inner p, .quote-modal .modal-info-inner li {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .quote-modal .modal-info-inner p, .quote-modal .modal-info-inner li {
    font-size: 14px;
    line-height: 18px;
  }
}
.quote-modal .modal-info-inner ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.quote-modal .modal-info-inner ul li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.quote-modal .modal-info-inner ul li img {
  width: 16px;
  height: 16px;
}
.quote-modal .modal-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.quote-modal .modal-title h3 {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .quote-modal .modal-title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.quote-modal .modal-title .modal-close {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.quote-modal .modal-title .modal-close img {
  width: 100%;
  height: 100%;
}
.quote-modal .modal-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 26px;
}

.signin-modal .modal {
  width: 100%;
  max-width: 403px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  gap: 16px;
  background-color: #FFF;
}
.signin-modal .modal-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.signin-modal .modal-title h3 {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .signin-modal .modal-title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.signin-modal .modal-title .modal-close {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.signin-modal .modal-title .modal-close img {
  width: 100%;
  height: 100%;
}
.signin-modal .modal-info {
  width: 100%;
}
.signin-modal .modal .not-have-account {
  margin: 20px 0;
}
.signin-modal p, .signin-modal label {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .signin-modal p, .signin-modal label {
    font-size: 14px;
    line-height: 18px;
  }
}

.button {
  flex-shrink: 0;
  gap: 7px;
  border-radius: 8px;
  outline: 3px solid transparent;
}
.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.button.black {
  background-color: #111;
  color: #FFF;
  outline: 3px solid transparent;
}
@media (hover: hover) {
  .button.black:hover {
    background-color: #302F2D;
  }
}
.button.black:active {
  scale: 0.95;
  background-color: #111;
}
.button.black:focus-visible {
  outline-color: #111;
  background-color: #464646;
}
.button.black.sm {
  padding: 9.5px 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .button.black.sm {
    font-size: 14px;
    line-height: 18px;
  }
}
.button.black.sm img {
  width: 16px;
  height: 16px;
}
.button.black.xl {
  padding: 13px;
  border: none;
  min-height: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .button.black.xl {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .button.black.xl {
    min-height: 50px;
  }
}
.button.black.xl img {
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  .button.black.xl img {
    height: 24px;
    width: 24px;
  }
}
.button.green {
  background-color: #00843D;
  color: #FFF;
}
.button.green.xs {
  padding: 6px 8px;
  border: none;
  font-size: 13px;
}
.button.green.xs img {
  width: 16px;
  height: 16px;
}
.button.green.sm {
  padding: 9.5px 12px;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .button.green.sm {
    font-size: 14px;
    line-height: 18px;
  }
}
.button.green.sm img {
  width: 16px;
  height: 16px;
}
.button.green.xl {
  padding: 13px;
  border: none;
  min-height: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .button.green.xl {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .button.green.xl {
    min-height: 50px;
  }
}
.button.green.xl img {
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  .button.green.xl img {
    height: 24px;
    width: 24px;
  }
}
.button.green.text_white {
  color: #FFF;
}
@media (hover: hover) {
  .button.green:hover {
    background-color: #0D994E;
  }
}
.button.green:active {
  scale: 0.95;
  background-color: #0FC764;
}
.button.green:focus-visible {
  outline-color: #0FC764;
  background-color: #00843D;
}
.button.gray {
  background-color: #E6E6E6;
  color: #464646;
}
.button.gray.sm {
  padding: 9.5px 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .button.gray.sm {
    font-size: 14px;
    line-height: 18px;
  }
}
.button.gray.sm img {
  width: 16px;
  height: 16px;
}
.button.gray.xl {
  padding: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .button.gray.xl {
    font-size: 15px;
    line-height: 18px;
  }
}
.button.gray.xl img {
  width: 24px;
  height: 24px;
}
@media (hover: hover) {
  .button.gray:hover {
    background-color: #F2F2F2;
  }
}
.button.gray:active {
  scale: 0.95;
  background-color: #F7F7F7;
}
.button.gray:focus-visible {
  outline-color: #848484;
  background-color: #E6E6E6;
}
.button[disabled] {
  background-color: #848484;
  cursor: not-allowed;
}
.button[disabled]:active {
  scale: 1;
}
.button.full-width {
  width: 100%;
}

.link {
  color: #111;
  text-decoration: underline;
}
.link.logout {
  padding: 0 30px;
  font-size: 14px;
}

.edit-property-link {
  margin-bottom: 0;
}

.contact-panel {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #302F2D;
  box-shadow: 0px 1px 4px 0px rgba(24, 26, 32, 0.07);
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: visibility ease-in-out 200ms, opacity ease-in-out 200ms, transform ease-in-out 200ms;
  z-index: 100;
}
.contact-panel.showed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.contact-panel-inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact-panel-inner {
    gap: 32px;
    justify-content: space-between;
  }
}
.contact-panel-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-panel-left p {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .contact-panel-left p {
    font-size: 14px;
    line-height: 18px;
  }
}
.contact-panel-item {
  display: none;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .contact-panel-item {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .contact-panel-item {
    display: flex;
  }
}
.contact-panel-item::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #FFF;
  border-radius: 50%;
}
.contact-panel-item:last-child::after {
  display: none;
}

.submit-unit {
  width: 100%;
  padding: 42px 0;
  background: #FFF;
}
.submit-unit-wrapper h1 {
  margin-bottom: 32px;
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .submit-unit-wrapper h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.submit-unit-form {
  width: 100%;
}
.submit-unit-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .submit-unit-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
}
.submit-unit-left, .submit-unit-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .submit-unit-left, .submit-unit-right {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .submit-unit-left {
    order: 2;
  }
}
@media (max-width: 992px) {
  .submit-unit-right {
    order: 1;
  }
}

fieldset {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.input-group {
  width: 100%;
  display: flex;
}
.input-group textarea {
  min-height: 129px;
}
@media (min-width: 992px) {
  .input-group textarea {
    min-height: 169px;
  }
}

.dropdown-button {
  align-items: center;
}

.input-group label,
.input-group .label-text,
.input-group .dropdown-label,
.inputs-group label,
.inputs-group .label-text,
.inputs-group .dropdown-label {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .input-group label,
  .input-group .label-text,
  .input-group .dropdown-label,
  .inputs-group label,
  .inputs-group .label-text,
  .inputs-group .dropdown-label {
    font-size: 14px;
    line-height: 18px;
  }
}

.input-group label {
  position: relative;
}

.dropdown-label {
  position: relative;
}

.inputs-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.inputs-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.inputs-wrapper img {
  width: auto;
  height: 43px;
}

.inputs-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 768px) {
  .inputs-group {
    flex-direction: row;
  }
}
.inputs-group .input-group {
  width: 100%;
}
@media (min-width: 768px) {
  .inputs-group .input-group {
    width: 50%;
  }
}
.inputs-group .input-group:first-child:not(:only-child):not(.half-width) {
  width: 100%;
}
@media (min-width: 768px) {
  .inputs-group .input-group:first-child:not(:only-child):not(.half-width) {
    width: 68%;
  }
}
.inputs-group .input-group:last-child:not(:only-child):not(.half-width) {
  width: 100%;
}
@media (min-width: 768px) {
  .inputs-group .input-group:last-child:not(:only-child):not(.half-width) {
    width: 32%;
  }
}
.inputs-group .input-group .half-width {
  width: 50%;
}
.inputs-group.hidden {
  display: none;
}
.inputs-group .label-text {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.input-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.sqrt-value {
  color: #848484;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .sqrt-value {
    font-size: 14px;
    line-height: 18px;
  }
}
.sqrt-value span {
  color: #111;
}

.submit-buttons-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.submit-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.beds-baths-btn {
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  border-radius: 8px;
  color: #111;
  transition: background-color 200ms ease, color 200ms ease;
  cursor: pointer;
  border: 2px solid transparent;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .beds-baths-btn {
    font-size: 14px;
    line-height: 18px;
  }
}
.beds-baths-btn.active {
  background-color: #00843D;
  color: #FFF;
}

.submit-unit-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .submit-unit-bottom {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .submit-unit-bottom {
    flex-direction: column-reverse;
  }
}
.submit-unit-bottom .green img,
.submit-unit-bottom .orange img {
  display: none;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.hidden {
  display: none;
}

.new-project-group {
  border: 1px dashed #302F2D;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.dropdown {
  width: 100%;
  position: relative;
  margin-top: 4px;
}
.dropdown-button {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  background-color: #F7F7F7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: background-color 200ms ease;
}
.dropdown-button .dropdown-title {
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .dropdown-button .dropdown-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0px 1px 4px 0px rgba(24, 26, 32, 0.07);
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding: 0;
  transition: height 200ms ease, margin-top 200ms ease, opacity 200ms ease;
}
.dropdown-inner {
  padding: 8px 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  height: auto;
  max-height: 300px;
}
.dropdown-inner button {
  width: 100%;
  padding: 10px 16px;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  color: #111;
  transition: background-color 200ms ease;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .dropdown-inner button {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (hover: hover) {
  .dropdown-inner button:hover {
    background-color: #F7F7F7;
  }
}
.dropdown.opened .dropdown-content {
  opacity: 1;
  margin-top: 4px;
}
.dropdown.opened .dropdown-arrow {
  transform: rotate(180deg);
}

.contact {
  width: 100%;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .contact {
    padding: 64px 0;
  }
}
.contact-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .contact-wrapper {
    gap: 32px;
  }
}
.contact-wrapper h3 {
  color: #111;
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .contact-wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.contact-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .contact-items {
    gap: 32px;
  }
}
.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.contact-item h4 {
  color: #111;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .contact-item h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.contact-item p {
  color: #111;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .contact-item p {
    font-size: 24px;
    line-height: 32px;
  }
}
.contact-item img {
  width: auto;
  height: 63px;
}

.hero {
  width: 100%;
  padding: 10px 0;
  background-color: #F2F2F2;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: calc(100% + 70px);
  background-color: #F2F2F2;
  z-index: -1;
}
@media (min-width: 1200px) {
  .hero {
    padding: 10px 0 20px;
  }
}
.hero-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 10px;
  padding: 40px 0;
}
@media (min-width: 576px) {
  .hero-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .hero-wrapper {
    padding: 60px 10px 60px 20px;
  }
}
.hero-left {
  width: 100%;
  max-width: 574px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 768px) {
  .hero-left {
    gap: 32px;
    max-width: 484px;
  }
}
.hero-left h1 {
  font-weight: 900;
  color: #111;
  letter-spacing: 0;
  line-height: 36px;
  font-size: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero-left h1 {
    font-size: 50px;
    line-height: 58px;
  }
}
.hero-left p {
  color: #111;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .hero-left p {
    font-size: 24px;
    line-height: 32px;
  }
}
.hero-links {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .hero-links {
    width: 100%;
    justify-content: space-between;
  }
}
.hero-right {
  width: 100%;
  flex: 1;
}
@media (min-width: 576px) {
  .hero-right {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero-right {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hero-right {
    width: auto;
  }
}
.hero-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-img img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .hero-img img {
    max-width: 609px;
  }
}

.ico-text {
  width: 100%;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .ico-text {
    display: none;
  }
}
.ico-text-items {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 4px;
}
@media (min-width: 768px) {
  .ico-text-items {
    gap: 32px;
    flex-direction: row;
  }
}
.ico-text-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (min-width: 768px) {
  .ico-text-item {
    width: calc(33.3333333333% - 22px);
  }
}
.ico-text-ico {
  display: flex;
  justify-content: flex-start;
}
.ico-text-ico img {
  width: auto;
  height: 96px;
  aspect-ratio: 1;
}
.ico-text-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.ico-text-desc h3 {
  color: #111;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .ico-text-desc h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.ico-text-desc p {
  color: #111;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .ico-text-desc p {
    font-size: 24px;
    line-height: 32px;
  }
}

.properties {
  width: 100%;
  padding: 32px 0;
  background-color: #F7F7F7;
}
@media (min-width: 992px) {
  .properties {
    padding: 64px 0;
  }
}
.properties-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 53px;
}
.properties-items {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 32px;
}
@media (min-width: 1200px) {
  .properties-items {
    gap: 44px;
  }
}
.properties .banner-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-shadow: 0px 1px 4px 0px rgba(24, 26, 32, 0.07);
  background-color: #302F2D;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
@media (min-width: 480px) {
  .properties .banner-card {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .properties .banner-card {
    width: calc(33.3333333333% - 30px);
  }
}
@media (hover: hover) {
  .properties .banner-card:hover .banner-card-img img {
    transform: scale(1.05);
  }
}
.properties .banner-card-img {
  position: absolute;
  left: -8px;
  top: -40px;
  display: none;
}
@media (min-width: 1200px) {
  .properties .banner-card-img {
    display: block;
  }
}
.properties .banner-card-img img {
  max-width: 207px;
  transition: transform ease-in-out 200ms;
}
.properties .banner-card-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.properties .banner-card-desc h3 {
  color: #FFF;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .properties .banner-card-desc h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.properties .banner-card-desc p {
  color: #FFF;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .properties .banner-card-desc p {
    font-size: 24px;
    line-height: 32px;
  }
}

.profile-tabs {
  width: 100%;
  background-color: #FFF;
}
.profile-tabs-wrapper {
  display: flex;
  flex-direction: column;
}
.profile-tabs-buttons {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-top: 32px;
}
.profile-tabs-buttons::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #0FC764;
  z-index: -1;
}
.profile-tabs-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
}
.profile-tabs-content::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.profile-tabs-content-inner {
  width: 100%;
  position: relative;
  height: 575px;
  z-index: 1;
}
.profile-tabs .content-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-top: 24px;
}
.profile-tabs .content-title .title-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.profile-tabs .content-title .title-top h2 {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .profile-tabs .content-title .title-top h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.profile-tabs .content-title .title-top .sort {
  color: #111;
  gap: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .profile-tabs .content-title .title-top .sort {
    font-size: 14px;
    line-height: 18px;
  }
}
.profile-tabs .content-title p {
  color: #848484;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .profile-tabs .content-title p {
    font-size: 14px;
    line-height: 18px;
  }
}
.profile-tabs .content-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
}
.profile-tabs .content-list.submit-unit {
  padding: 0 0 32px 0;
}
.profile-tabs .content-list .unit-card,
.profile-tabs .content-list .large-card {
  margin-bottom: 20px;
}

.dropdown.info-dropdown {
  background-color: #F7F7F7;
  padding: 8px;
}
.dropdown-arrow {
  width: 16px;
  height: 16px;
}
.dropdown.opened .dropdown-arrow {
  transform: rotate(180deg);
}
.dropdown-button {
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 4px;
}
@media (min-width: 992px) {
  .dropdown-button {
    align-items: center;
  }
}
.dropdown-button .dropdown-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .dropdown-button .dropdown-row {
    gap: 0;
    align-items: center;
  }
}
.dropdown-button .dropdown-row .button-row-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 992px) {
  .dropdown-button .dropdown-row .button-row-item:first-child {
    width: 14%;
  }
  .dropdown-button .dropdown-row .button-row-item:nth-child(2) {
    width: 14%;
  }
  .dropdown-button .dropdown-row .button-row-item:nth-child(3) {
    width: 14%;
  }
  .dropdown-button .dropdown-row .button-row-item:last-child {
    width: 52%;
  }
}
.dropdown .button-row-text {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .dropdown .button-row-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.dropdown .button-row-price {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .dropdown .button-row-price {
    font-size: 14px;
    line-height: 18px;
  }
}
.dropdown .button-row-price em {
  font-style: normal;
  font-weight: 700;
}
.dropdown .button-row-ico {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}
.dropdown .dropdown-content {
  width: 100%;
  height: 0;
  max-height: 300px;
  overflow: auto;
  transition: height ease 200ms;
}
.dropdown .dropdown-content-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 992px) {
  .dropdown .dropdown-content-row {
    gap: 0;
    flex-direction: row;
    align-items: center;
  }
}
.dropdown .dropdown-content-col {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 992px) {
  .dropdown .dropdown-content-col:first-child {
    width: 14%;
  }
  .dropdown .dropdown-content-col:nth-child(2) {
    width: 14%;
  }
  .dropdown .dropdown-content-col:nth-child(3) {
    width: 14%;
  }
  .dropdown .dropdown-content-col:last-child {
    width: 52%;
  }
}
.dropdown .dropdown-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 8px 8px 8px 20px;
}
.dropdown .image-col img {
  max-width: 200px;
}
.dropdown div[data-modal-open=plan-modal] {
  cursor: zoom-in;
}

.single-items {
  padding: 24px 0;
  background-color: #FFF;
}
.single-items-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-items-top {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  margin-bottom: 20px;
}
.single-items-top-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.single-items-top-left h1 {
  color: #111;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #111;
}
@media (min-width: 768px) {
  .single-items-top-left h1 {
    font-size: 50px;
    line-height: 58px;
  }
}
.single-items-top-left h2 {
  color: #111;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .single-items-top-left h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-items-top-left p {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items-top-left p {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-items-top-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.single-items-top-labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.single-items-top-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.single-items .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.single-items .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-items .developer-image {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.single-items .developer-image img {
  max-height: 50px;
  width: auto;
}
.single-items .single-items img {
  width: 16px;
  height: 16px;
}
.single-items .swiper {
  width: 100%;
}
.single-items .swiper.main-swiper {
  position: relative;
  border-radius: 16px;
  height: 300px;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .single-items .swiper.main-swiper {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .single-items .swiper.main-swiper {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .single-items .swiper.main-swiper {
    height: 675px;
  }
}
.single-items .swiper.main-swiper .swiper-slide {
  border-radius: 16px;
}
.single-items .swiper.thumbs-swiper-container {
  height: 100px;
  margin-bottom: 32px;
}
.single-items .swiper.thumbs-swiper-container .swiper-slide {
  height: 100%;
  position: relative;
  border-radius: 2px;
  transition: opacity ease-in-out 200ms;
  cursor: pointer;
}
.single-items .swiper.thumbs-swiper-container .swiper-slide .swiper-slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.single-items .swiper.thumbs-swiper-container .swiper-slide-thumb-active {
  opacity: 0.6;
}
.single-items .swiper-next, .single-items .swiper-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.single-items .swiper-prev {
  left: 24px;
}
.single-items .swiper-next {
  right: 24px;
}
.single-items .single-step span {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .single-items .single-step span {
    font-size: 30px;
    line-height: 36px;
  }
}
.single-items .single-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.single-items .single-info-rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.single-items .single-info-rows::-webkit-scrollbar {
  display: none;
}
.single-items .single-info-row {
  min-width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}
.single-items .single-info-col {
  width: 100%;
  min-width: 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding-right: 5px;
}
.single-items .single-info-col span {
  color: #848484;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .single-info-col span {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-items .single-info-col p {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
.single-items .single-info-col p, .single-items .single-info-col a {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .single-info-col p, .single-items .single-info-col a {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-items .single-info-col a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.single-items .single-info-col .col-img {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}
.single-items .single-info-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.single-items .single-info-block h3 {
  color: #111;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .single-items .single-info-block h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-items .single-info-block-img {
  border-radius: 30px;
  cursor: zoom-in;
}
.single-items .single-info-block-img img {
  width: 100%;
  max-width: 587px;
  height: auto;
  border-radius: 30px;
}
.single-items .single-info .developer {
  display: flex;
  align-items: stretch;
  background-color: #F7F7F7;
  padding: 4px 16px;
}
.single-items .single-info .developer-info {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 16px;
}
.single-items .single-info .developer-info span {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .single-info .developer-info span {
    font-size: 15px;
    line-height: 18px;
  }
}
.single-items .single-info .developer-info a {
  color: #111;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .single-info .developer-info a {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-items .single-dropdowns {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.single-items .single-steps {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #F7F7F7;
}
@media (min-width: 480px) {
  .single-items .single-steps {
    width: auto;
    flex-direction: row;
  }
}
.single-items .single-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  gap: 4px;
}
@media (min-width: 992px) {
  .single-items .single-step {
    min-width: 239px;
  }
}
.single-items .single-step h3 {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .single-step h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-items .single-step p {
  color: #848484;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
}
@media (min-width: 768px) {
  .single-items .single-step p {
    font-size: 12px;
    line-height: 15px;
  }
}
.single-items .single-step-arrow {
  display: flex;
  align-items: flex-start;
  padding: 8px;
}
.single-items .single-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.single-items .single-list li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .single-list li {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-items .single-list li::before {
  content: "—";
}
.single-items .texts {
  max-width: 600px;
}
.single-items .learn-more {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .learn-more {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-items .map iframe {
  height: 375px;
}
@media (min-width: 768px) {
  .single-items .map iframe {
    height: 479px;
  }
}
.single-items .broker {
  width: 100%;
  max-width: 439px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;
  border-radius: 12px;
  outline: 1px solid #F2F2F2;
}
.single-items .broker-top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.single-items .broker-top-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-items .broker-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.single-items .broker-bottom p {
  color: #464646;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .broker-bottom p {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-items .broker-img {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  position: relative;
  border-radius: 30px;
}
.single-items .broker-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.single-items .broker-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.single-items .broker-name {
  color: #111;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .single-items .broker-name {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-items .broker-position {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .broker-position {
    font-size: 14px;
    line-height: 18px;
  }
}

.properties-section {
  width: 100%;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .properties-section {
    padding: 64px 0;
  }
}
.properties-section-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.properties-section .title-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.properties-section .title-top h3 {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .properties-section .title-top h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.properties-section .title-top .sort {
  color: #111;
  gap: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .properties-section .title-top .sort {
    font-size: 14px;
    line-height: 18px;
  }
}
.properties-section-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.single-items {
  padding: 24px 0;
  background-color: #FFF;
  position: relative;
}
.single-items-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .single-items-wrapper .woocommerce-breadcrumb {
    order: 1;
  }
  .single-items-wrapper .single-items-top {
    order: 2;
    padding-top: 14px;
  }
  .single-items-wrapper .unit-gallery {
    order: 3;
  }
  .single-items-wrapper .single-info {
    order: 4;
  }
}
.single-items-top {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  margin-bottom: 20px;
}
.single-items-top-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.single-items-top-left h1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #111;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #111;
}
@media (min-width: 768px) {
  .single-items-top-left h1 {
    font-size: 50px;
    line-height: 58px;
  }
}
.single-items-top-left h1 img {
  width: auto;
  height: 42px;
}
.single-items-top-left h2 {
  color: #111;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .single-items-top-left h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-items-top-left p {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items-top-left p {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-items-top-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.single-items-top-labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.single-items-top-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.single-items .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.single-items .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-items .single-items img {
  width: 16px;
  height: 16px;
}
.single-items .unit-gallery {
  width: 100%;
  margin-bottom: 32px;
}
.single-items .unit-gallery-mobile {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (min-width: 992px) {
  .single-items .unit-gallery-mobile {
    display: none;
  }
}
.single-items .unit-gallery-desktop {
  display: none;
}
@media (min-width: 992px) {
  .single-items .unit-gallery-desktop {
    display: flex;
    gap: 8px;
    height: 556px;
    width: 100%;
  }
}
.single-items .unit-gallery-main {
  flex: 1 1 50%;
  height: 100%;
}
.single-items .unit-gallery-item {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}
.single-items .unit-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 200ms ease;
}
@media (hover: hover) {
  .single-items .unit-gallery-item img:hover {
    transform: scale(1.05);
  }
}
.single-items .unit-gallery-item.big {
  height: 100%;
}
.single-items .unit-gallery-side {
  flex: 1 1 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  height: 100%;
}
.single-items .unit-gallery-side .unit-gallery-item {
  flex: 1 0 calc(50% - 4px);
  height: calc(50% - 4px);
}
.single-items .unit-gallery-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #FFF;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .single-items .unit-gallery-overlay {
    font-size: 30px;
    line-height: 36px;
  }
}
.single-items .single-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.single-items .single-info-rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.single-items .single-info-rows::-webkit-scrollbar {
  display: none;
}
.single-items .single-info-row {
  min-width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}
.single-items .single-info-col {
  width: 100%;
  min-width: 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding-right: 5px;
}
.single-items .single-info-col span {
  color: #848484;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .single-info-col span {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-items .single-info-col p {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
.single-items .single-info-col p,
.single-items .single-info-col a {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .single-info-col p,
  .single-items .single-info-col a {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-items .single-info-col a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.single-items .single-info-col .col-img {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}
.single-items .single-info-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.single-items .single-info-block.lg h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .single-items .single-info-block.lg h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.single-items .single-info-block h3 {
  color: #111;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .single-items .single-info-block h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-items .single-info-block-img {
  border-radius: 30px;
  cursor: zoom-in;
}
.single-items .single-info-block-img img {
  width: 100%;
  max-width: 587px;
  height: auto;
  border-radius: 30px;
}
.single-items .swiper {
  width: 100%;
}
.single-items .swiper.main-swiper {
  position: relative;
  height: 327px;
  margin-bottom: 10px;
  border-radius: 0;
}
@media (min-width: 480px) {
  .single-items .swiper.main-swiper {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .single-items .swiper.main-swiper {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .single-items .swiper.main-swiper {
    border-radius: 16px;
  }
}
.single-items .swiper.main-swiper .swiper-slide,
.single-items .swiper.main-swiper .swiper-slide img {
  border-radius: 0;
}
@media (min-width: 992px) {
  .single-items .swiper.main-swiper .swiper-slide,
  .single-items .swiper.main-swiper .swiper-slide img {
    border-radius: 16px;
  }
}
.single-items .swiper.thumbs-swiper-container {
  height: 100px;
}
.single-items .swiper.thumbs-swiper-container .swiper-slide {
  height: 100%;
  position: relative;
  border-radius: 2px;
  transition: opacity ease-in-out 200ms;
  cursor: pointer;
}
.single-items .swiper.thumbs-swiper-container .swiper-slide .swiper-slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.single-items .swiper.thumbs-swiper-container .swiper-slide-thumb-active {
  opacity: 0.4;
}
.single-items .swiper-next, .single-items .swiper-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.single-items .swiper-prev {
  left: 24px;
}
.single-items .swiper-next {
  right: 24px;
}
.single-items .single-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.single-items .single-list li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .single-list li {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-items .single-list li::before {
  content: "—";
}
.single-items .texts {
  max-width: 600px;
}
.single-items .learn-more {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .learn-more {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-items .map iframe {
  height: 375px;
}
@media (min-width: 768px) {
  .single-items .map iframe {
    height: 479px;
  }
}
.single-items .single-cta {
  width: 100%;
  max-width: 439px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;
  border-radius: 12px;
  outline: 1px solid #F2F2F2;
}
.single-items .single-cta h3 {
  color: #111;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .single-items .single-cta h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-items .single-cta p {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .single-items .single-cta p {
    font-size: 14px;
    line-height: 18px;
  }
}

.map {
  width: 100%;
}
.map iframe {
  display: block;
  width: 100%;
  height: 424px;
  border: 0;
}
@media (min-width: 992px) {
  .map iframe {
    height: 574px;
  }
}
.map.full-width {
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
}

.pagination {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
.pagination nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pagination__list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination__item--prev img, .pagination__item--next img {
  width: 24px;
  height: 24px;
}
.pagination__item--next {
  transform: scaleX(-1);
}
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #F2F2F2;
  color: #464646;
  border: 2px solid transparent;
  transition: background-color 200ms, color 200ms, border-color 200ms;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .pagination__link {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (hover: hover) {
  .pagination__link:hover {
    background-color: #E6E6E6;
  }
}
.pagination__link:focus-visible {
  outline: 2px solid #464646;
}
.pagination__link--current {
  background-color: #00843D;
  color: #FFF;
  border-color: #00843D;
}
@media (hover: hover) {
  .pagination__link--current:hover {
    background-color: #00843D;
    color: #FFF;
    border-color: #00843D;
  }
}

.single-404 {
  display: flex;
  flex-direction: column;
}
.single-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 100px 0;
}
.single-404 .container img {
  max-width: 600px;
}
.single-404 .container .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: absolute;
  padding: 24px;
  background: rgba(255, 255, 255, 0.3137254902);
  border-radius: 16px;
  color: #302F2D;
}
.single-404 .container .text h1 {
  font-size: 100px;
}
.single-404 .container .text p {
  font-size: 32px;
}

.notifications {
  position: fixed;
  top: 16px;
  right: 26px;
  z-index: 122;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.notifications .notification {
  color: #FFF;
  padding: 14px 36px 14px 14px;
  border-radius: 8px;
  max-width: 320px;
  transition: opacity 0.3s ease;
  position: relative;
}
.notifications .notification.success {
  background: #00bc8c;
}
.notifications .notification.error {
  background: #e84c3c;
}
.notifications .notification.notice {
  background: #3698da;
}
.notifications .notification.hidden {
  opacity: 0;
}
.notifications .notification-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 8px;
  border: none;
  background: none;
}
.notifications .notification-close:focus-visible {
  outline: 2px solid #FFF;
  outline-offset: 2px;
}
.notifications .notification-close::before, .notifications .notification-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background-color: #FFF;
  transform-origin: center;
  border-radius: 2px;
}
.notifications .notification-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.notifications .notification-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cookie-notice {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.cookie-notice__content {
  width: 100%;
  max-width: 980px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #e9dfd2;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(27, 38, 49, 0.08);
  pointer-events: auto;
}

.cookie-notice__text strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.2;
  color: #1f2a37;
}

.cookie-notice__text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #5b6470;
  max-width: 680px;
}

.cookie-notice__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-btn {
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.cookie-btn--secondary {
  background: #f7f2eb;
  color: #6d5c4b;
}

.cookie-btn--secondary:hover {
  background: #efe6da;
}

.cookie-btn--primary {
  background: #c8a77b;
  color: #fff;
}

.cookie-btn--primary:hover {
  background: #b89568;
}

@media (max-width: 768px) {
  .cookie-notice {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .cookie-notice__content {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    gap: 16px;
  }
  .cookie-notice__actions {
    width: 100%;
  }
  .cookie-btn {
    flex: 1;
    width: 100%;
  }
}
.wp-theme-distress .cookie-notice__content {
  background: #fff;
  border: 1px solid #d4e9d2;
}
.wp-theme-distress .cookie-btn--secondary {
  background: #dfefda;
  color: #0D994E;
}
.wp-theme-distress .cookie-btn--secondary:hover {
  background: #dfefda;
}
.wp-theme-distress .cookie-btn--primary {
  background: #0FC764;
  color: #fff;
}
.wp-theme-distress .cookie-btn--primary:hover {
  background: #0FC764;
}

.contact-manager-modal {
  --ccm-bg: #f5f5f5;
  --ccm-bg-elevated: #ffffff;
  --ccm-bg-block: #f9f9f9;
  --ccm-bg-block-hover: #f5f5f5;
  --ccm-border: #e5e5e5;
  --ccm-border-subtle: #f0f0f0;
  --ccm-text: #000000;
  --ccm-text-muted: #666666;
  --ccm-text-subtle: #999999;
  --ccm-green: #2d8a63;
  --ccm-green-hover: #267452;
  --ccm-green-subtle: rgba(45, 138, 99, 0.1);
  --ccm-radius: 6px;
  --ccm-radius-lg: 12px;
  --ccm-transition: 0.2s ease;
}
.contact-manager-modal.ccm-open {
  opacity: 1;
  visibility: visible;
}
.contact-manager-modal.ccm-open .ccm-dialog {
  transform: translateY(0) scale(1);
}
.contact-manager-modal .ccm-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}
.contact-manager-modal .ccm-dialog {
  position: relative;
  width: 100%;
  max-width: 520px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  background: var(--ccm-bg-elevated);
  border: none;
  border-radius: var(--ccm-radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transform: translateY(20px) scale(0.98);
  transition: transform 0.3s ease;
}
.contact-manager-modal .ccm-dialog::-webkit-scrollbar {
  width: 6px;
}
.contact-manager-modal .ccm-dialog::-webkit-scrollbar-track {
  background: transparent;
}
.contact-manager-modal .ccm-dialog::-webkit-scrollbar-thumb {
  background: var(--ccm-border);
  border-radius: 3px;
}
.contact-manager-modal .ccm-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--ccm-text-muted);
  cursor: pointer;
  transition: all var(--ccm-transition);
  z-index: 10;
}
.contact-manager-modal .ccm-close-btn:hover {
  color: var(--ccm-text);
}
.contact-manager-modal .ccm-header {
  text-align: left;
}
.contact-manager-modal .ccm-title {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  color: var(--ccm-text);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.contact-manager-modal .ccm-subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ccm-text-muted);
}
.contact-manager-modal .ccm-content {
  padding: 28px 0 20px;
}
.contact-manager-modal .ccm-block {
  padding: 20px;
  border-radius: var(--ccm-radius-lg);
  border: 1px solid var(--ccm-border);
  transition: all var(--ccm-transition);
}
.contact-manager-modal .ccm-block-primary {
  background: #f0f7f3;
  border-color: var(--ccm-green);
  border-width: 2px;
  position: relative;
}
.contact-manager-modal .ccm-block-primary:hover {
  border-color: var(--ccm-green-hover);
  box-shadow: 0 4px 12px rgba(45, 138, 99, 0.15);
}
.contact-manager-modal .ccm-block-secondary {
  background: var(--ccm-bg-block);
  border-color: var(--ccm-border);
}
.contact-manager-modal .ccm-block-secondary:hover {
  background: #ffffff;
  border-color: var(--ccm-text-subtle);
}
.contact-manager-modal .ccm-block-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.contact-manager-modal .ccm-block-titles {
  flex: 1;
  min-width: 0;
}
.contact-manager-modal .ccm-block-label {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ccm-text);
  letter-spacing: -0.01em;
}
.contact-manager-modal .ccm-block-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ccm-text-muted);
}
.contact-manager-modal .ccm-recommended-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #e8f4ed;
  border: 1px solid var(--ccm-green);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  color: var(--ccm-green);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.contact-manager-modal .ccm-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--ccm-radius);
}
.contact-manager-modal .ccm-icon-whatsapp {
  background: var(--ccm-green-subtle);
  color: var(--ccm-green);
}
.contact-manager-modal .ccm-icon-phone {
  background: #f0f0f0;
  color: var(--ccm-text-muted);
}
.contact-manager-modal .ccm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-radius: var(--ccm-radius);
  cursor: pointer;
  transition: all var(--ccm-transition);
  border: none;
}
.contact-manager-modal .ccm-btn-primary {
  background: var(--ccm-green);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(45, 138, 99, 0.25);
}
.contact-manager-modal .ccm-btn-primary:hover {
  background: var(--ccm-green-hover);
  box-shadow: 0 4px 16px rgba(45, 138, 99, 0.35);
  transform: translateY(-1px);
}
.contact-manager-modal .ccm-btn-secondary {
  background: var(--ccm-text);
  color: #ffffff;
}
.contact-manager-modal .ccm-btn-secondary:hover {
  background: var(--ccm-text-muted);
}
.contact-manager-modal .ccm-helper {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  color: var(--ccm-text-muted);
  line-height: 1.5;
}
.contact-manager-modal .ccm-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0;
  color: var(--ccm-text-subtle);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.contact-manager-modal .ccm-divider::before, .contact-manager-modal .ccm-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--ccm-border);
}
.contact-manager-modal .ccm-callback-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-manager-modal .ccm-input-wrapper {
  position: relative;
}
.contact-manager-modal .ccm-input {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  color: var(--ccm-text);
  background: #f5f5f5;
  border: 1px solid var(--ccm-border);
  border-radius: var(--ccm-radius);
  outline: none;
  transition: all var(--ccm-transition);
  font-family: inherit;
}
.contact-manager-modal .ccm-input::-moz-placeholder {
  color: var(--ccm-text-subtle);
}
.contact-manager-modal .ccm-input::placeholder {
  color: var(--ccm-text-subtle);
}
.contact-manager-modal .ccm-input:focus {
  background: #ffffff;
  border-color: var(--ccm-green);
  box-shadow: 0 0 0 3px rgba(45, 138, 99, 0.1);
}
.contact-manager-modal .ccm-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: var(--ccm-text-muted);
  line-height: 1.5;
  flex-direction: row;
}
.contact-manager-modal .ccm-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.contact-manager-modal .ccm-checkbox:checked + .ccm-checkbox-custom {
  background: var(--ccm-green);
  border-color: var(--ccm-green);
}
.contact-manager-modal .ccm-checkbox:checked + .ccm-checkbox-custom::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-manager-modal .ccm-checkbox:focus + .ccm-checkbox-custom {
  box-shadow: 0 0 0 3px rgba(45, 138, 99, 0.2);
}
.contact-manager-modal .ccm-checkbox-custom {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--ccm-border);
  border-radius: 4px;
  background: #ffffff;
  position: relative;
  transition: all var(--ccm-transition);
}
.contact-manager-modal .ccm-checkbox-label {
  padding-top: 1px;
}
.contact-manager-modal .ccm-footer {
  padding: 0 32px 24px;
  text-align: center;
}
.contact-manager-modal .ccm-trust-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 10px 16px;
  background: #f5f5f5;
  border: 1px solid var(--ccm-border);
  border-radius: 20px;
  font-size: 12px;
  color: var(--ccm-text-muted);
  letter-spacing: 0.01em;
}
.contact-manager-modal .ccm-trust-note svg {
  color: var(--ccm-green);
  opacity: 0.8;
}
@media (max-width: 520px) {
  .contact-manager-modal {
    padding: 12px;
  }
  .contact-manager-modal .ccm-dialog {
    max-height: calc(100vh - 24px);
  }
  .contact-manager-modal .ccm-header {
    padding: 24px 20px 0;
  }
  .contact-manager-modal .ccm-title {
    font-size: 24px;
  }
  .contact-manager-modal .ccm-content {
    padding: 20px 16px 16px;
  }
  .contact-manager-modal .ccm-block {
    padding: 16px;
  }
  .contact-manager-modal .ccm-block-header {
    gap: 12px;
  }
  .contact-manager-modal .ccm-icon {
    width: 40px;
    height: 40px;
  }
  .contact-manager-modal .ccm-footer {
    padding: 0 20px 20px;
  }
}

.boost-modal .modal {
  width: 100%;
  max-width: 403px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  gap: 16px;
  background-color: #FFF;
}
.boost-modal .modal-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.boost-modal .modal-title h3 {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .boost-modal .modal-title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.boost-modal .modal-title .modal-close {
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.boost-modal .modal-title .modal-close img {
  width: 100%;
  height: 100%;
}
.boost-modal .modal-info {
  width: 100%;
}
.boost-modal p, .boost-modal label {
  color: #111;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
.boost-modal p {
  margin: 20px 0;
}

.checkbox-buttons-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.checkbox-buttons-wrapper .checkbox-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.checkbox-buttons-wrapper .checkbox-btn {
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  border-radius: 8px;
  color: #111;
  transition: background-color 200ms ease, color 200ms ease;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  border: none;
  padding: 8px;
}
.checkbox-buttons-wrapper .checkbox-btn.active {
  background-color: #FFA41B;
  color: #FFF;
}

.wp-theme-distress .checkbox-buttons-wrapper .checkbox-buttons .checkbox-btn.active {
  background-color: #00843D;
}

.delete_wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
}
.delete_wrapper .delete_approve_call {
  color: #FF4C00;
  text-decoration: underline;
}
.delete_wrapper .delete_approve {
  display: none;
}
@media (min-width: 992px) {
  .delete_wrapper .delete_approve span {
    width: 100%;
  }
}
.delete_wrapper .delete_approve .cancel {
  text-decoration: underline;
  color: #008cff;
}
.delete_wrapper .delete_approve .delete_confirmation {
  color: #FF4C00;
  text-decoration: underline;
}
.delete_wrapper.showed .delete_approve_call {
  display: none;
}
.delete_wrapper.showed .delete_approve {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.wp-theme-distress .button.green svg {
  stroke: #FFF;
}
.wp-theme-distress .button.green svg path {
  stroke: #FFF;
}

.required {
  color: #FF4C00;
  position: absolute;
  left: -8px;
}

.input-label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.input-label input {
  width: 100%;
  height: 40px;
  background-color: #F7F7F7;
  border-color: transparent;
  border-radius: 12px;
  color: #111;
  padding: 0 8px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .input-label input {
    height: 50px;
  }
}
.input-label textarea {
  height: 200px;
}

.min-max-dropdown {
  width: 352px;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 90;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0px 1px 4px 0px rgba(24, 26, 32, 0.5);
}
.min-max-dropdown[hidden] {
  display: none;
}
.min-max-dropdown.fixed {
  position: fixed;
  top: 25%;
}
@media (min-width: 768px) {
  .min-max-dropdown.fixed {
    position: absolute;
    top: calc(100% + 8px);
  }
}

.min-max-content {
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.min-max-content fieldset {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
}
.min-max-content .separator {
  display: block;
  padding: 40px 20px 0 20px;
}

.min-max-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.avatar-uploader {
  width: 100%;
}
.avatar-uploader-wrapper {
  min-width: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px dashed #111;
  padding: 30px;
  border-radius: 8px;
  cursor: pointer;
}
.avatar-uploader .avatar-preview {
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.avatar-uploader .avatar-input {
  display: none;
}

.login-form fieldset {
  max-width: 400px;
}

.boost-promo {
  display: flex;
  background: #FEF5E5;
  border-radius: 12px;
  padding: 16px;
  gap: 10px;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.boost-promo-img img {
  width: 107px;
}
@media (max-width: 768px) {
  .boost-promo-img img {
    display: none;
  }
}
.boost-promo-text {
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  margin-left: 10px;
  gap: 10px;
}
.boost-promo-title {
  color: #111;
  font-weight: 800;
  font-family: "Exo 2", sans-serif;
}
@media (min-width: 768px) {
  .boost-promo-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.boost-promo-description {
  display: flex;
}
.boost-promo-labels {
  display: flex;
  min-width: 86px;
}
.boost-promo .button {
  width: -moz-fit-content;
  width: fit-content;
}

.wp-theme-distress .boost-promo {
  background: #e5feeb;
}

.account-email-verification {
  display: flex;
  background: #FEF5E5;
  border-radius: 12px;
  padding: 16px;
  gap: 10px;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.account-email-verification-left img {
  max-height: 200px;
}
@media (max-width: 768px) {
  .account-email-verification-left img {
    display: none;
  }
}
.account-email-verification-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.account-email-verification-title {
  color: #111;
  font-weight: 800;
  font-family: "Exo 2", sans-serif;
}
.account-email-verification-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.accordion {
  background: #F7F7F7;
  width: 100%;
}
.accordion.opened .accordion-content {
  opacity: 1;
  height: auto;
}
.accordion.opened .accordion-arrow {
  transform: rotate(180deg);
}
.accordion-button {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
  border: none;
  cursor: pointer;
}
.accordion-arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: transform ease-in-out 200ms;
  flex-shrink: 0;
}
.accordion-arrow img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
.accordion-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: left;
}
.accordion-col {
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
}
@media (min-width: 992px) {
  .accordion-col:first-child {
    width: 14%;
  }
  .accordion-col:nth-child(2) {
    width: 14%;
  }
  .accordion-col:nth-child(3) {
    width: 14%;
  }
  .accordion-col:last-child {
    width: 52%;
  }
}
.accordion-col em {
  font-style: normal;
  font-weight: 700;
}
.accordion-col img {
  width: 16px;
  height: 16px;
}
.accordion-content {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 200ms ease, margin-top 200ms ease, opacity 200ms ease;
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: none;
  flex-direction: column;
}
.accordion-content .accordion-col {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .accordion-content .accordion-col:first-child {
    margin-left: 20px;
  }
  .accordion-content .accordion-col:last-child {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.accordion-content .image-col {
  cursor: pointer;
}
.accordion-content .image-col img {
  height: 128px;
  width: auto;
}/*# sourceMappingURL=styles.min.css.map */
