@charset "UTF-8";
.reference-page-template ul {
  list-style: none;
  padding-left: 0 !important;
}
.reference-page-template ul li {
  position: relative;
  margin-top: 0 !important;
  font-weight: 400;
  line-height: 1.5;
}
.reference-page-template ul li::before {
  content: "•";
  position: relative;
  margin-right: 5px;
  color: inherit;
  font-size: 20px;
}
.reference-page-template section:not(:has(form)) p, .reference-page-template section:not(:has(form)) span, .reference-page-template section:not(:has(form)) li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  white-space: pre-line;
  margin: 0;
  padding: 0;
}
.reference-page-template .page_header,
.reference-page-template section.section .section__title,
.reference-page-template .section.__estateItems .estateGroup__name {
  font-size: 24px;
}

@font-face {
  font-family: "FS Siena";
  src: url("../fonts/FSSiena/3fe673c4-7a24-4fd5-9352-42ff769bc940.woff2") format("woff2"), url("../fonts/FSSiena/62ce373f-1af8-4052-8fd6-2153049f5a7e.woff") format("woff");
}
@font-face {
  font-family: "TT Fors";
  font-weight: 300;
  src: local(""), url("../fonts/TTFors/otf/TT Fors Light.otf") format("otf"), url("../fonts/TTFors/woff2/TT_Fors_Light.woff2") format("woff2"), url("../fonts/TTFors/woff/TT_Fors_Light.woff") format("woff"), url("../fonts/TTFors/ttf/TT Fors Light.ttf") format("ttf"); /* Legacy iOS */
}
@font-face {
  font-family: "TT Fors";
  font-weight: 400;
  src: local(""), url("../fonts/TTFors/otf/TT Fors Regular.otf") format("otf"), url("../fonts/TTFors/woff2/TT_Fors_Regular.woff2") format("woff2"), url("../fonts/TTFors/woff/TT_Fors_Regular.woff") format("woff"), url("../fonts/TTFors/ttf/TT Fors Regular.ttf") format("ttf"); /* Legacy iOS */
}
@font-face {
  font-family: "TT Fors Medium";
  font-weight: 500;
  src: local(""), url("../fonts/TTFors/otf/TT Fors Medium.otf") format("otf"), url("../fonts/TTFors/woff2/TT_Fors_Medium.woff2") format("woff2"), url("../fonts/TTFors/woff/TT_Fors_Medium.woff") format("woff"), url("../fonts/TTFors/ttf/TT Fors Medium.ttf") format("ttf"); /* Legacy iOS */
}
:root {
  --textColor: #111;
  --linkHoverColor: #333130;
  --sectionSubTitleColor: #c69c6d;
  --greyBackground: #f0f0f0;
}

.content_wrapper {
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 76px 24px 0;
}
@media (min-width: 1200px) {
  .content_wrapper {
    max-width: 1136px;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .content_wrapper {
    max-width: 1187px;
  }
}
@media (min-width: 1920px) {
  .content_wrapper {
    max-width: 1248px;
  }
}

/* GENERAL */
body {
  background-color: #fff;
  color: var(--textColor);
  font-family: "TT Fors", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: visible;
}

textarea {
  resize: none;
  min-height: 120px;
}

strong {
  font-weight: 600;
}

.--hidden {
  display: none !important;
}

body.home,
body.blog,
body.page-template-page_home {
  background-color: #fff;
}

header,
.navbar {
  padding: 0 24px;
  position: relative;
}
@media (min-width: 1200px) {
  header,
  .navbar {
    padding: 0 32px;
  }
}

object.svg {
  margin-right: 10px;
}

a {
  display: inline-block;
  color: var(--textColor);
  position: relative;
  text-decoration: none;
}
@media (min-width: 993px) {
  a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: transparent;
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
a:has(img), a:has(i), a:has(svg), a.vc_general, a.btn, a.item_preview__link, a.ab-item, a.card-close, a.link._inderline, a.slick-arrow {
  display: initial;
}
a:has(img):before, a:has(i):before, a:has(svg):before, a.vc_general:before, a.btn:before, a.item_preview__link:before, a.ab-item:before, a.card-close:before, a.link._inderline:before, a.slick-arrow:before {
  display: none;
}
a:hover {
  text-decoration: none;
}
a:hover:before {
  background-color: #111;
}

a:not(.btn):hover {
  color: var(--linkHoverColor);
}

a:hover h6 {
  color: var(--linkHoverColor);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FS Siena", serif;
}

.home header {
  margin-bottom: 16px;
}
.home .page_header h4 {
  font-size: 26px;
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .home .page_header h4 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 48px;
  }
}
.home .section .section__title {
  max-width: 190px;
  margin-bottom: 32px;
}
.home .allPropertyBtn {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.pageTitle {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  margin: 24px 0;
}
@media (min-width: 1200px) {
  .pageTitle {
    font-size: 32px;
    max-width: 803px;
    display: flex;
    flex-direction: column;
    margin: 32px 0 24px 0;
  }
}
@media (min-width: 1440px) {
  .pageTitle {
    margin: 48px 0 24px 0;
    max-width: 848px;
  }
}
.pageTitle .address {
  margin: 24px 0 0 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "TT Fors", sans-serif;
  display: flex;
  align-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .pageTitle .address {
    margin: 24px 0 0 0;
  }
}
.pageTitle .address img {
  margin-right: 10px;
  max-width: 10px;
}

.dropdown.show .dropdown-toggle {
  color: #999;
}

.dropdown-toggle:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 10px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-top: -2px;
}

.dropdown.show .dropdown-toggle:after {
  content: "\f106";
}

.dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0;
}

.dropdown-item {
  padding: 8px 16px;
  position: relative;
  width: max-content;
  font-size: 18px;
}

.dropdown-menu .dropdown-item:hover span:before {
  background-color: #111;
}
.dropdown-menu .dropdown-item span {
  display: block;
  position: relative;
  width: max-content;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dropdown-menu .dropdown-item span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: transparent;
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}

button:focus {
  outline: none;
}

.dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  background-color: initial;
  color: var(--textColor);
}

body.admin-bar #top_bar {
  top: 28px;
}

body.page-template-page_sales #top_bar:before,
body.page-id-38 #top_bar:before,
body.page-id-16 #top_bar:before,
body.page-id-2884 #top_bar:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #f0f0f0;
  bottom: 0;
  width: calc(100% - 64px);
}

/* BASIC STYLES */
img {
  /*width: 100%;*/
  height: auto;
}

article .wpb_content_element {
  margin-bottom: 0;
}

/* Modal window */
body #closeWindowBtn__icon {
  display: none;
}

.modal {
  display: none !important;
}
.modal.show {
  display: block !important;
}

body.modal-open #closeWindowBtn__icon {
  display: block;
  z-index: 9993;
  position: fixed;
  top: 48px;
  right: 48px;
}

.modal-open .modal {
  background: rgba(0, 0, 0, 0.8);
  z-index: 9992;
  transition: all 0.3s, cubic-bezier(0.33, 1, 0.68, 1);
  display: block;
}

.modal-open .modal .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: initial;
  height: 100%;
  max-height: initial;
}

.modal-open .modal .modal-content {
  border-radius: 0;
  height: 100%;
  width: 100%;
  padding: 24px;
  overflow-y: scroll;
}

.modal-open .modal .modal-dialog .close_btn {
  display: none;
}

.modal-open .modal .modal-content .modal-body {
  padding: 0;
}

.modal-open .modal .modal-content .modal-body p {
  font-size: 14px;
}

.modal-open .modal .modal-content .modal-body .greyText {
  color: #999;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.modal-open .modal .modal-content .close-modal {
  display: flex;
  justify-content: center;
  text-decoration: underline;
  margin-bottom: 30px;
}

.modal-open .modal .modal-content .close-modal .close {
  display: none;
}

.modal-open .modal .modal-content .modal-body .modal-title {
  font-size: 26px;
  margin-bottom: 16px;
}

.modal-open .modal .modal-content .close-modal span {
  display: none;
}

.modal-open .modal .modal-content .modal-body #search_request {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .modal-open .modal .modal-content .modal-body #search_request {
    margin-top: 15px;
  }
}

.modal-open .modal .modal-content .modal-body #request_form {
  margin-bottom: 12px;
}

.modal-open .modal .modal-content .modal-body #request_form .search__item {
  margin-bottom: 16px;
}

.modal-open .modal .modal-content .modal-body #request_form .search__item textarea {
  height: 120px;
}

.modal-open .modal .modal-content .modal-body label:not(.custom-control) {
  margin-bottom: 12px !important;
}

#user-search-criteria .page_header span {
  background-color: var(--textColor);
  font-size: 1.15em;
}

#user-search-criteria-teaser .page_header {
  margin-bottom: 8px;
  text-align: left;
}

.--underline {
  text-decoration: underline;
}

#user-search-criteria-teaser .text {
  margin-bottom: 24px;
}

#user-search-criteria-teaser,
#sales-teaser {
  padding: 32px;
  position: fixed;
  background: #fff;
  z-index: -2;
  width: 100%;
  box-shadow: 0 0 24px 2px rgba(16, 24, 40, 0.12);
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
#user-search-criteria-teaser.teaser-open,
#sales-teaser.teaser-open {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

#sales-teaser .sales__teaser__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px;
}
#sales-teaser .text_content {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
}

/* FORMS */
.form-control {
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #f0f0f0;
  -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

.form-control:hover,
.form-control:focus {
  background-color: #e6e6e6;
  color: var(--textColor);
  border: none;
  box-shadow: none;
}

[placeholder]::-webkit-input-placeholder {
  color: #999;
}

[placeholder]::-moz-placeholder {
  color: #999;
}

.was-validated .form-control:invalid::-moz-placeholder {
  color: #dc3545;
}

.was-validated .form-control:invalid::-webkit-input-placeholder {
  color: #dc3545;
}

.was-validated .form-control:valid {
  border-color: transparent;
}

.invalid-feedback {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.custom-checkbox {
  font-size: 14px !important;
  cursor: pointer;
}

.custom-control-indicator {
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  border-radius: 0 !important;
}

.custom-control-indicator:focus {
  outline: none !important;
  box-shadow: none !important;
}

.custom-checkbox:hover .custom-control-indicator,
.custom-control-input:focus ~ .custom-control-indicator,
.custom-control-input:active ~ .custom-control-indicator,
.custom-control-input:checked ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
  background-color: #f0f0f0;
  outline: none !important;
  box-shadow: none !important;
}

.custom-checkbox:hover .custom-control-indicator {
  background-color: #e6e6e6;
}

.custom-checkbox:not(.--mobvaluationform) .custom-control-input:checked ~ .custom-control-indicator {
  background: #e6e6e6 url(../img/select.svg);
}

.custom-control-description {
  margin-left: 8px;
  font-size: 14px;
}
.custom-control-description:first-letter {
  text-transform: uppercase;
}

.custom-select {
  border-color: transparent !important;
  min-width: 128px;
  background: #fff url(../img/select.svg) no-repeat right 0.75rem center;
  background-size: 0.6rem;
  font-size: 16px;
  color: var(--textColor);
}

.custom-select:hover,
.custom-select:focus {
  cursor: pointer;
  text-decoration: underline;
}

.custom-select option {
  direction: rtl;
}

.custom-select option:hover {
  text-decoration: underline;
}

.contact_form .contact_form__items .contact_form__item .fileLoads {
  background: #f0f0f0;
  margin-top: 16px;
}
.contact_form .contact_form__items .contact_form__item .fileLoads .title-container {
  padding: 12px 24px 15px 18px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.contact_form .contact_form__items .contact_form__item .fileLoads .title-container:hover {
  background-color: #e6e6e6;
}
.contact_form .contact_form__items .contact_form__item .fileLoads .input {
  display: none;
}
.contact_form .contact_form__items .contact_form__item .fileLoads .title {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.contact_form .contact_form__items .contact_form__item .fileLoads .title p {
  font-family: "TT Fors";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin-left: 5px;
}
.contact_form .contact_form__items .contact_form__item .fileLoads .loadedFiles.--active {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 0 24px 15px 18px;
}
.contact_form .contact_form__items .contact_form__item .fileLoads .loadedFiles.--active p {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  font-family: TT Fors, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.contact_form__items .custom-select {
  color: #999999;
}

.contact_form__items .item__wrapper {
  margin-bottom: 16px;
}
.contact_form__items .item__wrapper small {
  font-size: 13px;
}

.contact_form__items .contact_form__item + .contact_form__item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

/* GRID - SIZE */
section {
  padding: 4rem 0;
}

.flex-shrink {
  flex-grow: 0;
}

#page_text.default .wpb_wrapper h1:not(.page_header) {
  font-family: "TT Fors", sans-serif;
  font-size: 16px;
  color: #c69c6d;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

#page_text.default .wpb_wrapper .page_header {
  font-size: 26px;
  margin-bottom: 24px;
  font-family: "FS Siena", serif;
}
@media (min-width: 1200px) {
  #page_text.default .wpb_wrapper .page_header {
    font-size: 32px;
  }
}

#page_text.default .wpb_wrapper .page_header span {
  display: none;
}

.wpb_wrapper .text__section {
  padding: 0;
  margin: 0;
}

.wpb_wrapper .text__section__item {
  margin-bottom: 24px;
}

.wpb_wrapper .wpb_single_image .vc_figure,
.wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper,
.wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper .vc_single_image-img {
  width: 100%;
  padding: 0;
  display: block;
}

/* HEADERS */
.page_header p {
  margin: 0;
}

/* BUTTONS */
.btn-spacer {
  display: inline-block;
  width: 1px;
  background-color: var(--textColor);
  height: 2.25rem;
  content: "";
  vertical-align: middle;
}

.btn,
.custom__btn a.vc_general.vc_btn3 {
  font-size: 16px;
  padding: 8px 24px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  color: #fff;
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}

.btn:not(.tab-toggle, .btn-link),
.custom__btn a.vc_general.vc_btn3 {
  background: #111;
  border: 1px solid #111;
}

.btn:not(.tab-toggle, .btn-underline, .btn-link):hover,
.btn:not(.tab-toggle, .btn-underline, .btn-link):focus,
.custom__btn a.vc_general.vc_btn3:hover,
.custom__btn a.vc_general.vc_btn3:focus {
  color: #fff;
  background: #333130;
  border: 1px solid #333130;
}

.btn-link {
  color: var(--textColor);
  font-size: 16px;
}

.btn-link:hover,
.btn-link:focus {
  color: #333130;
  text-decoration: none;
}

.btn.btn-outline {
  border: 1px solid #111;
  background: transparent;
  color: #111;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus {
  border-color: #333130;
  color: #333130;
  background: transparent;
}

.btn.btn-underline {
  background: transparent;
  color: #111;
  text-decoration: underline;
  border: none;
}

.btn.btn-underline:hover,
.btn.btn-underline:focus {
  color: #333130;
}

/* FONTS */
.f-300,
.f-300 * {
  font-weight: 300 !important;
}

.f-400,
.f-400 * {
  font-weight: 400 !important;
}

.f-500,
.f-500 * {
  font-weight: 500 !important;
}

.f-700,
.f-700 * {
  font-weight: 700 !important;
}

.offer_desc .floorPlan {
  position: relative;
  margin: 16px 0;
}
.offer_desc .floorPlan .floorPlan__link {
  width: 100%;
  display: block;
}
.offer_desc .floorPlan .floorPlan__link .floorPlan__image {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .offer_desc .floorPlan .floorPlan__link .floorPlan__image {
    object-fit: inherit;
    width: auto;
    max-height: 600px;
    max-width: 100%;
  }
}
.offer_desc .object-video {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
}
@media (min-width: 768px) {
  .offer_desc .object-video {
    padding: 16px 0;
    aspect-ratio: 1/1;
  }
}

@media (min-width: 1200px) {
  .offer_desc._footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: initial;
    margin-top: 48px;
  }
}
.offer_desc._footer .allPropertyBtn {
  margin: 0 auto 32px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .offer_desc._footer .allPropertyBtn {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .offer_desc._footer .backToPrevPage {
    color: #fff;
    background: #111;
    padding: 8px 24px;
    margin-bottom: 48px;
  }
  .offer_desc._footer .backToPrevPage:hover {
    color: #fff;
    background: #333130;
  }
  .offer_desc._footer .backToPrevPage:hover .text:before {
    content: initial;
  }
}
.offer_desc._footer .backToPrevPage svg {
  display: none;
}
.offer_desc._footer .backToPrevPage .text {
  margin: 0;
}

#projectUnit__page {
  position: relative;
}
#projectUnit__page .project-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
#projectUnit__page .project-detail .projectDetail__item {
  display: flex;
  align-items: center;
  align-content: initial;
}
#projectUnit__page .project-detail .projectDetail__item.__room img {
  max-height: 24px;
}
#projectUnit__page .project-detail .projectDetail__item p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#projectUnit__page .project-detail .projectDetail__item img {
  max-height: 18px;
  margin-right: 8px;
  width: 19px;
}
#projectUnit__page.content_wrapper {
  padding-top: 0;
}
@media (min-width: 1200px) {
  #projectUnit__page.content_wrapper {
    background: #fff;
    margin-top: -11%;
    padding: 15px 0 15px 128px;
  }
}
@media (min-width: 1680px) {
  #projectUnit__page.content_wrapper {
    max-width: 1566px;
    margin-top: -200px;
  }
}
#projectUnit__page.content_wrapper .ofer_map {
  margin-bottom: 25px;
}
#projectUnit__page.content_wrapper .locationDescription {
  margin-bottom: 72px;
}
#projectUnit__page.content_wrapper .offer_slider {
  margin-bottom: 64px;
  padding: 0;
}
@media (min-width: 1200px) {
  #projectUnit__page.content_wrapper .offer_slider {
    margin-bottom: 48px;
  }
}
#projectUnit__page.content_wrapper .offer_slider .slick-slider .slick-slide {
  opacity: 0.5;
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 1200px) {
  #projectUnit__page.content_wrapper .offer_slider .slick-slider .slick-slide {
    margin: 0 24px;
    position: relative;
  }
}
#projectUnit__page.content_wrapper .offer_slider .slick-slider .slick-slide.slick-current {
  opacity: 1;
}
#projectUnit__page.content_wrapper .offer_slider .slick-slider .slick-slide .swiper-slide {
  padding: 0;
  max-height: 400px;
  aspect-ratio: initial;
}
@media (min-width: 1200px) {
  #projectUnit__page.content_wrapper .offer_slider .slick-slider .slick-slide .swiper-slide {
    height: 460px;
    object-fit: cover;
    object-position: center;
    min-width: 648px;
  }
}
@media (min-width: 1440px) {
  #projectUnit__page.content_wrapper .offer_slider .slick-slider .slick-slide .swiper-slide {
    min-width: 848px;
  }
}
#projectUnit__page.content_wrapper .offer_slider .slick-slider .slick-arrow.next {
  right: 16%;
}
#projectUnit__page.content_wrapper .offer_slider .slick-slider .slick-arrow.prev {
  left: 24px;
  transform: rotate(-180deg);
}
@media (min-width: 1200px) {
  #projectUnit__page.content_wrapper .content {
    display: flex;
  }
}
#projectUnit__page.content_wrapper .content .parameters {
  margin-bottom: 64px;
}
@media (min-width: 1200px) {
  #projectUnit__page.content_wrapper .content .parameters {
    padding: 0 0 0 48px;
    flex: 1;
    max-width: 400px;
    margin-bottom: initial;
  }
}
@media (min-width: 1200px) {
  #projectUnit__page.content_wrapper .content .offer_desc {
    max-width: 648px;
  }
}
@media (min-width: 1440px) {
  #projectUnit__page.content_wrapper .content .offer_desc {
    max-width: 848px;
  }
}
#projectUnit__page.content_wrapper .content .offer_desc .description,
#projectUnit__page.content_wrapper .content .offer_desc .highlights {
  margin-bottom: 64px;
}

#projectUnit__page .description .content__text .text,
.offer_desc .description .content__text > p {
  max-height: 378px;
  overflow: hidden;
  transition: max-height 200ms ease 200ms;
}

/* TOP BAR */
#top_bar {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 100vh;
  z-index: 9991;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-height: 76px;
}
#top_bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
#top_bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  background-color: rgb(240, 240, 240);
  left: 24px;
  height: 1px;
  z-index: 2;
}
#top_bar:before, #top_bar:after {
  content: none;
}

.navbar-brand {
  padding: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(167, 125, 85)' stroke-width='5' stroke-miterlimit='10' d='M0 7h44M0 22h44M0 37h44'/%3E%3C/svg%3E");
}

.navigation .nav-item {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 5px;
}
.navigation .nav-item.--underline a:before {
  background-color: #111;
}

@media (max-width: 1200px) {
  .navbar {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .navbar-light .navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    column-gap: 16px;
    row-gap: 10px;
  }
}
@media (min-width: 1440px) {
  .navbar-light .navigation {
    column-gap: 24px;
  }
}
@media (min-width: 1920px) {
  .navbar-light .navigation {
    column-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .navbar-light .languages .nav-item .dropdown-toggle .name {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .navbar-light .languages .nav-item .dropdown-toggle .name {
    font-size: 18px;
  }
}
.navbar-light .languages .nav-item .dropdown-menu .dropdown-item {
  font-size: 18px;
}
@media (min-width: 1440px) {
  .navbar-light .navbar-nav.subMenu .nav-link:before {
    height: 1px;
  }
}
.navbar-light .navbar-nav .nav-link {
  padding: 1.5rem 15px;
  color: var(--textColor);
  outline: none;
  position: relative;
}
@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
  }
}
.navbar-light .navbar-toggler {
  margin-top: initial;
  border: none;
  padding: 0;
  width: 30px;
  height: 25px;
  transform: initial;
  right: 0;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  z-index: 2;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .navbar-light .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1200px) {
  .navbar-light .navbar-toggler._active + .mobileNavigation {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1200px) {
  .navbar-light .navbar-toggler + .mobileNavigation {
    display: flex;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    height: calc(100dvh - 76px);
    top: 76px;
    background-color: #fff;
    flex-direction: column;
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
}

@media (max-width: 1200px) {
  .mobileNavigation .navigation {
    list-style: none;
    padding: 0;
    margin: 26px 0 48px 0;
    flex-direction: column;
    width: 100%;
  }
}
.mobileNavigation .navigation .menu-item {
  justify-content: center;
}
@media (max-width: 1200px) {
  .mobileNavigation .navigation .menu-item .nav-link {
    padding: 0;
    text-align: center;
    color: var(--textColor);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 1200px) {
  .mobileNavigation .navigation .menu-item + .menu-item {
    margin-top: 24px;
  }
}

#nav-icon4 {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  background: var(--textColor);
  opacity: 1;
  transform: rotate(0deg);
  transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}

#nav-icon4 span:nth-child(1) {
  top: 1px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 11px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 21px;
  transform-origin: left center;
}

.navbar-toggler._active #nav-icon4 span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 4px;
}

.navbar-toggler._active #nav-icon4 span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.navbar-toggler._active #nav-icon4 span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: 4px;
}

/* TOP HEADER */
#top_header {
  margin: 64px 0 auto;
  background-color: #ddd;
  padding: 0;
  position: relative;
  min-height: 350px;
  overflow: hidden;
}

#video_control {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  color: #fff;
  background: #c69c6d;
  font-size: 1.25rem;
  margin: -24px 0 0 -24px;
  text-decoration: none;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

#video-bg {
  position: relative;
  width: 100%;
  min-height: 100%;
}

#video-bg.active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

#video-bg iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

#video_control:hover,
#video_control:focus {
  background: #a67c52;
}

#video_control.fa-play:before {
  margin-left: 4px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.jumbotron {
  display: table;
  margin: 24px auto auto;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  padding: 0;
}

.jumbotron .btn-spacer {
  height: 28px;
  margin: 0 16px;
}

.jumbotron h1 {
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 28px;
  font-style: normal;
  text-align: start;
}

.jumbotron .content__text {
  max-width: 475px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: start;
  margin: 0 auto 20px;
}

#bg-header {
  min-height: 240px;
  margin: 0 24px;
  position: relative;
}
@media (min-width: 1200px) {
  #bg-header {
    height: 540px;
    margin: 0 32px;
  }
}
@media (min-width: 1690px) {
  #bg-header {
    height: 640px;
  }
}
#bg-header .attachment-full {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
@media (min-width: 992px) {
  #bg-header .attachment-full {
    display: none;
  }
}
#bg-header .hero_baner {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
#bg-header .hero_baner.--desktop {
  display: none;
}
@media (min-width: 992px) {
  #bg-header .hero_baner.--desktop {
    display: block;
  }
}

@media (min-width: 1200px) {
  #bg-header + .container {
    margin-top: -11%;
  }
}

/* Slider */
.slick-slider .slick-arrow path {
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
.slick-slider .slick-arrow:hover path {
  fill: #333130;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.slick-slider.offer_slider {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .slick-slider.offer_slider {
    margin-bottom: 48px;
  }
}
.slick-slider.offer_slider .image {
  width: 100%;
}
@media (min-width: 1200px) {
  .slick-slider.offer_slider .image {
    aspect-ratio: 16/9;
    object-fit: cover;
    max-height: 640px;
  }
}
@media (min-width: 1440px) {
  .slick-slider.offer_slider .image {
    max-height: 666px;
  }
}
@media (min-width: 1920px) {
  .slick-slider.offer_slider .image {
    max-height: 702px;
  }
}
.slick-slider.offer_slider .slick-arrow {
  background-color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
.slick-slider.offer_slider .slick-arrow:hover {
  background-color: #F0F0F0;
}
.slick-slider.offer_slider .slick-arrow.--prev {
  left: 40px;
}
.slick-slider.offer_slider .slick-arrow.--next {
  right: 40px;
}
.slick-slider.offer_slider .slick-arrow svg {
  width: 20px;
  height: 17px;
}

/* ITEM LIST */
.items_list {
  margin: 0;
  display: grid;
  grid-gap: 32px;
}
.items_list .btn-light {
  margin: 1rem auto 0;
  display: table;
  width: 100%;
  max-width: max-content;
}
@media (min-width: 992px) {
  .items_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .items_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.item_preview {
  overflow: hidden;
}

.item_preview * {
  text-decoration: none;
}

.item_preview small {
  color: var(--textColor);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item_preview small img {
  width: 10px;
  height: 15px;
  margin-right: 0.5rem;
  margin-top: -2px;
}

.item_img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.item_img .image__wrapper {
  height: 100%;
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.item_img img.c-lazy {
  aspect-ratio: 1.85;
}
.item_img img.c-lazy.b-loaded {
  width: 100%;
  object-fit: cover;
  left: initial;
  transform: initial;
  height: 100%;
}
.item_img_slider {
  background-image: url("../img/Loading.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.item_img_slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.item_img_slider:not(.slick-initialized) .ratio:after,
.item_img_slider:not(.slick-initialized) img {
  opacity: 0;
}
.item_img_slider img.slick-loading {
  opacity: 0;
}
.item_img_slider img {
  opacity: 1;
  transition: opacity 0.2s ease-out, transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.item_preview__link:hover .item_img_slider img {
  transform: scale(1.05);
}
.item_img_slider .ratio {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 212px;
}
@media (min-width: 768px) {
  .item_img_slider .ratio {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .item_img_slider .ratio {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .item_img_slider .ratio {
    height: 217px;
  }
}
@media (min-width: 1440px) {
  .item_img_slider .ratio {
    height: initial;
    aspect-ratio: 16/10;
  }
}
@media (min-width: 1920px) {
  .item_img_slider .ratio {
    height: 280px;
  }
}
.item_img_slider .ratio:before {
  display: block;
  padding-top: 66.5%;
  content: "";
}
.item_img_slider .ratio:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 76%, rgba(0, 0, 0, 0.08) 100%);
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.item_img_slider .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item_img_slider .ratio img {
  object-fit: cover;
  aspect-ratio: 16/9;
  height: 212px;
}
@media (min-width: 768px) {
  .item_img_slider .ratio img {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .item_img_slider .ratio img {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .item_img_slider .ratio img {
    height: 217px;
  }
}
@media (min-width: 1440px) {
  .item_img_slider .ratio img {
    height: 100%;
    aspect-ratio: 16/10;
  }
}
@media (min-width: 1920px) {
  .item_img_slider .ratio img {
    height: 280px;
  }
}
.item_img_slider .ratio:has(img[data-lazy]):after {
  opacity: 0;
}
.item_img_slider .slide_item {
  position: relative;
}
.item_img_slider .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.item_img_slider .slick-arrow.--prev {
  left: 16px;
}
.item_img_slider .slick-arrow.--next {
  right: 16px !important;
}
.item_img_slider + .ratio {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.item_img_slider + .ratio:before {
  display: block;
  padding-top: 66.5%;
  content: "";
}
.item_img_slider + .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  margin-bottom: 20px;
}

.project__item + .project__item {
  margin-top: 48px;
}

.project__item .container .content .project__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
}

.project__item .container .content .project__shortDescription {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
}
.project__item .container .content .project__description {
  margin-bottom: 16px;
}
.project__item .container .content .project__description .project__options {
  display: flex;
  flex-direction: column-reverse;
}
.project__item .container .content .project__description .project__options .project__option {
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 16px;
}
.project__item .container .content .project__description .project__options .project__option:last-child {
  margin-top: initial;
}
.project__item .container .content .project__description .project__options .project__option .svg {
  margin-right: 10px;
}

.container {
  padding: 0 24px;
}

.item_desc {
  padding: 16px 12px;
}
.item_desc .top {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.item_desc .top .address {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: var(--textColor);
}
.item_desc .top .address img {
  width: 8px;
  height: 12px;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .item_desc .top .address img {
    font-size: 13px;
  }
}
.item_desc .top .item_id {
  font-size: 12px;
  color: var(--textColor);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .item_desc .top .item_id {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .item_desc .top .item_id {
    font-size: 12px;
  }
}
.item_desc .top .item_id b {
  text-transform: uppercase;
}
.item_desc .propertyParameters {
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 24px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.item_desc .propertyParameters .propertyParameter {
  display: flex;
  align-content: center;
  align-items: center;
  margin-right: 20px;
}
@media (min-width: 1920px) {
  .item_desc .propertyParameters .propertyParameter {
    margin-right: 36px;
  }
}
.item_desc .propertyParameters .propertyParameter p {
  white-space: nowrap;
  color: var(--textColor);
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.item_desc .propertyParameters .propertyParameter .svg {
  margin-right: 8px;
}

.item_preview__link {
  display: block !important;
}
.item_preview__link:hover {
  text-decoration: none;
}
.item_preview__link .item__title {
  color: var(--textColor);
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 1200px) {
  .item_preview__link .item__title {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .item_preview__link .item__title {
    font-size: 18px;
  }
}

.item_preview .item__title {
  text-decoration: underline;
  -webkit-text-decoration-color: rgb(255, 255, 255); /* Safari */
  text-decoration-color: rgb(255, 255, 255);
  transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item_preview:hover .item__title {
  -webkit-text-decoration-color: var(--textColor); /* Safari */
  text-decoration-color: var(--textColor);
}

.item_preview h6 {
  font-weight: 400;
  min-height: 70px;
  color: var(--textColor);
  font-size: 16px;
}

.item_preview .no-gutters {
  font-size: 0.85rem;
  margin: 1rem 0 0 0;
}

.item_preview .no-gutters .col-4 {
  color: var(--textColor);
  font-size: 14px;
  display: flex;
  align-content: center;
  align-items: center;
}

.item_preview .no-gutters img {
  margin-right: 0.75rem;
  height: 1.1em;
  vertical-align: text-bottom;
}

.item_preview .no-gutters > div:first-child img {
  height: 1.25em;
}

.filter__group .icon,
.search__item .icon {
  margin-right: 8px;
}

#page_text .text__section__item {
  margin-bottom: 24px;
}

#page_text .text__section__item:last-child {
  margin-bottom: 0;
}

/* SEARCH VIEW */
section.search-view {
  padding: 76px 20px 16px 20px;
  position: relative;
}

section.search-view .item_preview__link img {
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

#search_box .page_header {
  padding-left: 15px;
}

#search_box .page_header span {
  background-color: #fff;
  opacity: 1;
}

#search_box .btn.btn-outline {
  margin-bottom: 16px;
}

section.search-view .container {
  padding: 0;
}

section.search-view .filtersBtn {
  position: fixed;
  z-index: 1021;
  width: 100%;
  background-color: #fff;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 24px;
}

section.search-view .filtersBtn .filtersBtnSwitcher {
  color: var(--textColor);
  width: 100%;
  border: 1px solid;
  padding: 8px;
  background-color: #111;
  color: #fff;
}
section.search-view .filtersBtn .filtersBtnSwitcher .desktop_title {
  display: none;
}
@media (min-width: 993px) {
  section.search-view .filtersBtn .filtersBtnSwitcher .desktop_title {
    display: block;
  }
}
@media (min-width: 993px) {
  section.search-view .filtersBtn .filtersBtnSwitcher .mobile_title {
    display: none;
  }
}

#search_request button[type=submit] {
  margin-bottom: 8px;
}

#search_form label {
  font-size: 14px;
  margin-bottom: 12px;
}

#search_form .filter__group {
  margin-bottom: 32px;
}

.contact_form .filter__group .filter-items, .contact_form .search__item .filter-items,
.search_form .filter__group .filter-items,
.search_form .search__item .filter-items {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  row-gap: 12px;
  column-gap: 6px;
}
.contact_form .filter__group .filter-items .custom-checkbox, .contact_form .search__item .filter-items .custom-checkbox,
.search_form .filter__group .filter-items .custom-checkbox,
.search_form .search__item .filter-items .custom-checkbox {
  margin-bottom: 0 !important;
}

#search_request > p {
  font-size: 0.9rem;
}

/* SINGLE OFFER */
.back_link {
  cursor: pointer;
}

@media (min-width: 1200px) {
  #single_offer .content {
    display: grid;
    grid-template-areas: "pageTitle parameters" "description parameters";
  }
}
#single_offer .content .pageTitle {
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media (min-width: 1200px) {
  #single_offer .content .pageTitle {
    grid-area: pageTitle;
  }
}
#single_offer .content .parameters {
  padding: 0 0 48px;
}
@media (min-width: 1200px) {
  #single_offer .content .parameters {
    margin-left: 64px;
    width: 320px;
    grid-area: parameters;
    padding: 0;
  }
}
#single_offer .content .parameters .offer_info {
  z-index: 1;
  position: relative;
  background-color: #fff;
}
#single_offer .content .parameters .contact_form {
  margin-top: 48px;
}
#single_offer .content .offer_desc {
  padding: 0;
}
@media (min-width: 1200px) {
  #single_offer .content .offer_desc {
    grid-area: description;
  }
}
#single_offer .content .offer_desc .highlights {
  padding: 32px 0;
}
#single_offer .content .offer_desc .location__container {
  padding: 32px 0 48px 0;
}
#single_offer .content .offer_desc .description {
  padding: 0 0 32px 0;
}
#single_offer .content .offer_desc .highlights .highlight__items {
  display: flex;
  flex-direction: column;
  grid-row-gap: 5px;
  margin-top: 24px;
  margin-bottom: 0;
}
#single_offer .content .offer_desc .highlights .highlight__items .item {
  display: flex;
  margin-bottom: 0;
}
#single_offer .content .offer_desc .highlights .highlight__items .item .dot {
  margin-right: 10px;
  display: block;
}
@media (min-width: 1200px) {
  #single_offer .content .offer_desc .location__container .locationDescription {
    margin-bottom: 64px;
  }
}

.offer_desc._footer .privatePolicy {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .offer_desc._footer .privatePolicy {
    text-align: center;
  }
}

.description._show .toggleDescription .toHidden {
  display: flex;
}
.description._show .toggleDescription .toShow {
  display: none;
}
.description .toggleDescription {
  cursor: pointer;
  margin-top: 32px;
}
.description .toggleDescription .toShow,
.description .toggleDescription .toHidden {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.description .toggleDescription .toShow span,
.description .toggleDescription .toHidden span {
  position: relative;
  display: block;
  margin-left: 8px;
}
.description .toggleDescription .toShow span:before,
.description .toggleDescription .toHidden span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
.description .toggleDescription .toShow span:hover:before,
.description .toggleDescription .toHidden span:hover:before {
  background-color: #111;
}
.description .toggleDescription .toHidden {
  display: none;
}
.description .toggleDescription .toHidden svg {
  transform: rotate(180deg);
}

.backToPrevPage {
  display: flex;
  align-content: center;
  align-items: center;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 8px 0;
  margin: 0 0 16px 0;
  cursor: pointer;
}

.backToPrevPage .text {
  margin-left: 8px;
}

.single_offer #offer_desc {
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  background-color: #fff;
  padding: 1.5rem;
}

.list-group {
  margin-bottom: 1rem;
}
.list-group .list-group-item {
  border-left: none;
  border-right: none;
  padding: 10px 0;
  border-color: #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-size: 16px;
  font-style: normal;
}
.list-group .list-group-item:first-child {
  border-top: none;
}
.list-group .list-group-item:last-child {
  border-radius: 0;
}
.list-group .list-group-item .key {
  font-weight: 300;
}
.list-group .list-group-item .value {
  text-align: right;
  font-weight: 400;
  margin-left: 20px;
}

.project #ofer_map {
  padding-right: 0;
}

.single_offer #ofer_map {
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}

#project_map {
  width: 100%;
  height: 400px;
  background-color: grey;
}

.contact_form .page_header span {
  background-color: #fff;
  opacity: 1;
}

#offer_contact .form-control {
  width: 100%;
  margin-bottom: 12px;
}

.page_header {
  margin-bottom: 24px;
  color: var(--textColor);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
}

#offer_desc ul:not(.slick-dots),
#page_text ul:not(.slick-dots) {
  padding-left: 1rem;
  font-weight: 300;
}

#offer_desc ul:not(.slick-dots) li + li,
#page_text ul:not(.slick-dots) li + li {
  margin-top: 0.5rem;
}

#offer_desc p {
  color: var(--textColor);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  white-space: pre-line;
  margin: 0;
  padding: 0;
}

.wpb_wrapper p {
  padding: 0;
  margin: 0;
}

#page_text b,
#page_text .section__content__item strong {
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
  font-size: 18px;
}

#page_text .text__buttomSeparate {
  margin-bottom: 64px;
}

#page_text .text__bigButtomSeparate {
  margin-bottom: 64px;
}

.text__section .text__section__item b {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

#page_text.default .text-center p {
  text-align: center;
}

#offer_desc p ~ h1,
#offer_desc p ~ h2,
#offer_desc p ~ h3 {
  margin-top: 2.75rem;
}

.project_exposes {
  margin-top: 20px;
}

.project_exposes .items_list {
  margin-bottom: 30px;
}

.no-padding {
  padding: 0;
  margin: 0;
}

/* BLOG, PROJECT & PAGE TEXT CONTENT */
#page_text {
  background-color: #fff;
  padding-top: 4.5rem;
  padding-left: 7rem;
  padding-bottom: 4rem;
}

#page_text .pt-content {
  padding-right: 7rem;
  padding-top: 1.5rem;
}

#page_text.article {
  padding-left: 0;
  padding-bottom: 2.5rem;
}

#page_text.default .full-width {
  position: relative;
}

#page_text.blog .a-content {
  max-width: 720px;
}

.article h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.article h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.article-date {
  font-weight: 500 !important;
  color: #c69c6d;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

figure img {
  max-width: 100%;
}

figcaption,
.blog.article div[id^=attachment_] p {
  text-align: center;
  font-style: italic;
  font-weight: 300;
  margin-top: 0.25rem;
  font-size: 0.9rem;
}

.article-tags {
  flex-wrap: wrap;
}

.article-tags span {
  background-color: #e5d4b8;
  padding: 0.5rem 1rem;
  display: block;
  margin: 0.5rem;
  font-weight: 400;
  font-size: 0.8rem;
  border-radius: 2px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-slider .gallery-thumbs {
  padding-bottom: 100px;
}

.projects_list .project {
  z-index: 0;
  overflow: hidden;
  position: relative;
  margin-left: 24px;
  margin-right: 24px;
}
.projects_list .project .container {
  padding: 0;
  position: relative;
}

.projects_list .project:nth-child(odd) .a-content {
  /*
        margin-left: auto;
    */
  margin: 0 0 0 auto !important;
}

.projects_list .a-content {
  margin: 0 !important;
  width: 100%;
}

.projects_list .project h1 small {
  font-weight: 400;
  min-height: 70px;
  color: #333;
  font-size: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.projects_list .project-detail {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.projects_list .project-detail img {
  height: 1rem;
}

.project-img {
  z-index: -1;
  min-height: 240px;
}

/* GALLERY */
.blueimp-gallery {
  background: rgba(0, 0, 0, 0.9);
}
.blueimp-gallery > .close,
.blueimp-gallery > .next,
.blueimp-gallery > .prev {
  align-content: center;
  align-items: center;
  justify-content: center;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: initial;
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
.blueimp-gallery > .close {
  display: flex;
  text-shadow: none;
  padding: 0;
  width: 32px;
  height: 32px;
  top: 48px;
  right: 48px;
}
.blueimp-gallery > .close:hover rect {
  fill: #F0F0F0;
}
.blueimp-gallery > .next {
  right: 64px;
}
.blueimp-gallery > .prev {
  left: 64px;
}
.blueimp-gallery > .next,
.blueimp-gallery > .prev {
  display: none;
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .blueimp-gallery > .next,
  .blueimp-gallery > .prev {
    display: flex;
  }
}
.blueimp-gallery > .next:hover path,
.blueimp-gallery > .prev:hover path {
  fill: #F0F0F0;
}

.blueimp-gallery > .indicator {
  display: block;
}

.blueimp-gallery > .indicator > li {
  margin: 0.25rem;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  opacity: 1;
  box-shadow: none;
  border-radius: 50%;
  background-image: none !important;
  background-color: transparent;
  -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  box-sizing: border-box;
}

.blueimp-gallery > .indicator > .active,
.blueimp-gallery > .indicator > li:hover {
  border-color: white;
  background: #fff;
}

.blueimp-gallery-left > .prev,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .next,
.blueimp-gallery-single > .play-pause,
.blueimp-gallery-single > .prev {
  pointer-events: none;
  opacity: 0.25;
}

.blueimp-gallery > .slides > .slide > .video-content > iframe {
  top: 0;
  z-index: 1;
}

body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(../img/gallery-play.svg);
}

.swiper-button-next,
.swiper-button-prev {
  background: none;
  color: #fff;
  font-size: 70px;
  line-height: 44px;
  height: 44px;
  -webkit-transition: color 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  font-weight: bold;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #e6d4b8;
}

.row[data-vc-full-width] {
  margin-left: 0;
  margin-right: 0;
}

.ne-video-wrapper .video {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
}
@media (min-width: 768px) {
  .ne-video-wrapper .video {
    padding: 16px 0;
    aspect-ratio: 1/1;
  }
}

/* FOOTER */
footer {
  background-color: #e8e1db;
  color: var(--textColor);
}
footer .content_wrapper {
  padding-top: 0;
  /* Force first 3 items into column 1 (row 1, 2, 3) */
  /* Force remaining items into column 2 (row 1, 2, 3 of that column) */
}
@media (min-width: 1440px) {
  footer .content_wrapper {
    max-width: 1296px;
  }
}
footer .content_wrapper .container__items {
  display: flex;
  flex-direction: column;
  padding: 45px 0;
}
@media (min-width: 1200px) {
  footer .content_wrapper .container__items {
    padding: 96px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 78px;
  }
}
footer .content_wrapper .container__items .container__item {
  margin-bottom: 64px;
}
@media (min-width: 1200px) {
  footer .content_wrapper .container__items .container__item {
    margin-bottom: initial;
  }
}
footer .content_wrapper .container__items .container__item:last-child {
  margin-bottom: 0;
  grid-column: span 2;
}
footer .content_wrapper .container__items .container__item .page_header {
  font-family: "FS Siena", serif;
  margin-bottom: 1.5rem;
  font-size: 26px;
  display: flex;
  align-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  footer .content_wrapper .container__items .container__item .page_header {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  footer .content_wrapper .container__items .container__item .page_header div {
    font-size: 32px;
  }
}
footer .content_wrapper .container__items .container__item .page_header span {
  margin-left: 1rem;
  margin-right: initial;
  background-color: var(--textColor);
  opacity: 1;
  height: 1px;
  margin-top: 2px;
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
footer .content_wrapper .container__items .container__item .contacts__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
footer .content_wrapper .container__items .container__item .contacts__info:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  footer .content_wrapper .container__items .container__item .contacts__info {
    flex-direction: row;
    gap: 30px;
  }
}
footer .content_wrapper .container__items .container__item .contacts__info .info__item {
  display: flex;
  flex-direction: column;
  grid-column-gap: 20px;
}
@media (min-width: 1200px) {
  footer .content_wrapper .container__items .container__item .contacts__info .info__item {
    flex: 1 1 50%;
    max-width: 34%;
    font-size: 18px;
    padding: 0;
    margin-bottom: initial;
  }
}
footer .content_wrapper .container__items .container__item .contacts__info .info__item * {
  margin-bottom: 5px;
}
footer .content_wrapper .container__items .container__item .contacts__info .info__item .underline__link {
  width: max-content;
}
footer .content_wrapper .container__items .container__item .social_list {
  column-gap: 32px;
  margin-bottom: 0 !important;
}
footer .content_wrapper .container__items .container__item .social_list a {
  color: var(--textColor);
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  position: relative;
  padding: 0;
  margin-bottom: 0 !important;
}
footer .content_wrapper .container__items .container__item .social_list a svg {
  margin-bottom: 0 !important;
}
footer .content_wrapper .container__items .container__item .social_list a:hover, footer .content_wrapper .container__items .container__item .social_list a:focus {
  color: #333130;
}
footer .content_wrapper .container__items .container__item .social_list a:hover svg, footer .content_wrapper .container__items .container__item .social_list a:focus svg {
  filter: invert(13%) sepia(1%) saturate(3847%) hue-rotate(335deg) brightness(97%) contrast(82%);
}
footer .content_wrapper .container__items .container__item .social_list a:after {
  content: none;
}
footer .content_wrapper .container__items .container__item #rating_box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1200px) {
  footer .content_wrapper .container__items .container__item #rating_box {
    gap: 48px;
    flex-direction: row;
  }
}
footer .content_wrapper .container__items .container__item #rating_box .rewards {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 24px;
  max-width: 237px;
}
footer .content_wrapper .container__items .container__item #rating_box .rewards svg, footer .content_wrapper .container__items .container__item #rating_box .rewards img {
  height: 80px;
  width: auto;
}
footer .content_wrapper .container__items .container__item #rating_box .stars {
  max-height: 32px;
  width: auto;
  filter: invert(50%) sepia(0) brightness(0) contrast(95%);
}
footer .content_wrapper .container__items .container__item #rating_box .google_score {
  max-height: 32px;
  width: auto;
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 16px;
}
footer .content_wrapper .container__items .container__item #rating_box .google_score .h4 {
  margin: 0 0 0 16px;
  font-weight: 400;
  font-size: 30px;
}
@media (min-width: 1200px) {
  footer .content_wrapper .container__items .container__item #rating_box .google_score .h4 {
    font-size: 32px;
  }
}
footer .content_wrapper .container__items .container__item #rating_box .google-link {
  text-decoration: underline;
}
footer .content_wrapper .container__items .container__item #partners_box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 30px;
  max-width: 500px;
  align-items: center;
}
footer .content_wrapper .container__items .container__item #partners_box a {
  max-height: 72px;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  display: flex;
  align-items: center;
}
footer .content_wrapper .container__items .container__item #partners_box a:hover svg,
footer .content_wrapper .container__items .container__item #partners_box a:hover img, footer .content_wrapper .container__items .container__item #partners_box a:focus svg,
footer .content_wrapper .container__items .container__item #partners_box a:focus img {
  filter: invert(13%) sepia(1%) saturate(3847%) hue-rotate(335deg) brightness(97%) contrast(82%);
}
footer .content_wrapper .container__items .container__item #partners_box a img {
  max-height: 40px;
  max-width: 182px;
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
footer .content_wrapper .container__items .container__item #partners_box a:nth-child(1) img {
  height: 40px;
}
footer .content_wrapper .container__items .container__item #partners_box a:nth-child(2) img {
  height: 40px;
}
footer .content_wrapper .copyright {
  background-color: #222222;
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 16px 0;
  z-index: 0;
  row-gap: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  footer .content_wrapper .copyright {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
footer .content_wrapper .copyright:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  background-color: #222222;
  z-index: -1;
}
footer .content_wrapper .copyright .menu--wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
footer .content_wrapper .copyright .menu--wrapper button.nav-link {
  outline: none;
  background: none;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
footer .content_wrapper .copyright .menu--wrapper button.nav-link:hover {
  text-decoration: underline;
}
footer .content_wrapper .copyright .privatePolicy {
  column-gap: 16px;
  margin-right: 16px;
}
footer .content_wrapper .copyright .nav-link {
  color: #fff;
  padding: 0;
  margin: 0;
}
footer .content_wrapper .copyright .nav-link:hover:before {
  background-color: #fff;
}
footer .content_wrapper .copyright .company {
  order: 1;
}
footer .content_wrapper .copyright .lang_list {
  order: -1;
}
footer .content_wrapper .copyright .lang_list .nav-item.align-items-center.d-flex {
  margin: 0 5px;
}
footer .content_wrapper .small.text {
  font-size: 16px;
}
@media (min-width: 1200px) {
  footer .content_wrapper .small.text {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
footer .content_wrapper .footer-links {
  display: grid;
  gap: 0.5rem 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  footer .content_wrapper .footer-links {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    grid-auto-rows: auto;
  }
}
footer .content_wrapper .footer-links .nav-link {
  padding: 0;
}
@media (min-width: 1200px) {
  footer .content_wrapper .footer-links .nav-link {
    width: max-content;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  footer .content_wrapper .footer-links li:nth-child(-n+3) {
    grid-column: 1;
  }
}
@media (min-width: 1200px) {
  footer .content_wrapper .footer-links li:nth-child(n+4) {
    grid-column: 2;
  }
}

.form-message {
  text-align: center;
  font-size: 22px;
  display: none;
  padding-bottom: 20px;
}

.navigation.pagination h2 {
  display: none;
}

.navigation.pagination {
  margin: 30px auto auto;
  font-size: 22px;
}

.language-info {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  display: none;
}

.language-info span {
  color: #c69c6d;
}

.language-info:hover,
.language-info:active,
.language-info:focus {
  color: #c69c6d;
}

body.modal-open {
  overflow: hidden !important;
  height: 100%;
  position: relative;
}

.modal-backdrop {
  background-color: #fefefe;
}

.modal-backdrop.show {
  opacity: 0.88;
}

@supports not (-webkit-overflow-scrolling: touch) {
  .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 60px);
  }
}
@media (min-width: 1200px) {
  .offer-view {
    padding-top: 76px;
  }
}

#rating_box small {
  white-space: nowrap;
}

#change_views .tab-toggle:last-child {
  margin-left: 32px;
  border-left: 1px solid #000000;
  padding-left: 32px;
}

#list_box.mapActive .sorting {
  color: #999999;
}
#list_box.mapActive .sorting:hover .sorting__items {
  display: none;
}
#list_box.mapActive .sorting .sorting__title {
  cursor: not-allowed;
}
#list_box.mapActive .sorting .sorting__title:hover span {
  text-decoration: none;
  color: #999999;
}
#list_box.mapActive .sorting .sorting__title:hover .arrowUp {
  display: none;
}
#list_box.mapActive .sorting .sorting__title:hover .arrowDown {
  display: block;
}
#list_box.mapActive .sorting .arrowDown {
  fill: #999999;
}
#list_box.mapActive .sorting .arrowDown path {
  fill: #999999;
}

#CookiebotWidget {
  display: none;
}
#CookiebotWidget.CookiebotWidget-open {
  display: block;
}

#change_views .tab-toggle,
.change_views .tab-toggle {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#change_views .tab-toggle[href="#map-view"] img + img,
.change_views .tab-toggle[href="#map-view"] img + img {
  margin-left: -8px;
}
#change_views .tab-toggle img,
.change_views .tab-toggle img {
  height: 16px;
  width: auto;
  margin-right: 8px;
  max-width: 14px;
}
#change_views .tab-toggle img + img,
.change_views .tab-toggle img + img {
  margin-left: -12px;
}

#map-view {
  background: #fff;
  margin-bottom: 24px;
  height: 72dvh;
}

#map-list {
  height: 72dvh;
}

.clusterTag .pin {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.clusterTag .pin span {
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: "TT Fors Medium", sans-serif !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gm-style .gm-style-iw-parent {
  width: 300px !important;
  height: auto !important;
}

.gm-style .gm-style-iw {
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  overflow: inherit !important;
  overflow: unset !important;
}

.gm-style .gm-style-iw-parent > button {
  background-image: url(../img/card-close.svg) !important;
  background-position: center !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
}

.gm-style .gm-style-iw + div {
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
}

.gm-style .gm-style-iw + div i {
  font-size: 1.5rem;
  color: #fff;
}

.gm-style .gm-style-iw div:not([class*=item_img]) {
  overflow: inherit !important;
  overflow: unset !important;
}

.single-post > section {
  margin-top: 76px;
  padding-top: 0;
}

#map-swiper {
  top: 50%;
  left: 50%;
  position: absolute;
  max-width: 300px;
  transform: translate(-50%, -50%);
  padding-bottom: 32px;
  overflow: unset;
  box-shadow: 0 0.125rem 0.55rem rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}

#map-swiper:before {
  position: absolute;
  content: "";
  left: 100%;
  top: 60%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 20px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}

#map-swiper .card-close {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/card-close.svg");
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  width: 37px;
  height: 33px;
  z-index: 2;
}

#map-swiper .item_preview.items_list {
  margin: 0;
  display: block;
}

#map-swiper .item_preview.items_list .item_desc {
  background-color: #fff;
  padding: 20px 16px;
}
#map-swiper .item_preview.items_list .item_desc .item__title {
  font-size: 15px;
}
#map-swiper .item_preview.items_list .item_desc .propertyParameters {
  display: grid;
  grid-gap: 15px;
  margin-top: 10px;
  grid-template-columns: repeat(3, 1fr);
}
#map-swiper .item_preview.items_list .item_desc .propertyParameters .propertyParameter p {
  font-size: 14px;
}
#map-swiper .item_preview.items_list .item_desc .propertyParameters .propertyParameter + .propertyParameter {
  margin-left: 0;
}

#map-swiper .swiper-button-prev,
#map-swiper .swiper-button-next {
  bottom: 0;
  top: auto;
  margin: 0;
  width: 50%;
  background-color: #fff;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-top: 1px solid #eee;
}

#map-swiper .swiper-button-prev {
  left: 0;
  background-image: url("../img/card-previous.svg");
}

#map-swiper .swiper-button-next {
  right: 0;
  background-image: url("../img/card-next.svg");
  border-left: 1px solid #eee;
}

#map-swiper .swiper-button-disabled {
  background-image: none;
}

#areas-box > div:first-child {
  padding-right: 0;
}

#offer_footer {
  font-size: 0.7rem;
  color: #666;
}

#google_map {
  padding: 0;
  height: 327px;
  margin-bottom: 24px;
}

body.page-template-page_sales .wpb_single_image .vc_figure-caption {
  font-style: normal;
  font-size: 14px;
  margin-top: 7px;
}

body.page-template-page_sales #page_text ul:not(.slick-dots) {
  padding: 0;
  list-style: none;
}

body.page-template-page_sales #page_text ul:not(.slick-dots) li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 16px;
  margin-top: 0;
}

body.page-template-page_sales #page_text ul:not(.slick-dots) li:last-child {
  margin-bottom: 0;
}

body.page-template-page_sales #page_text ul:not(.slick-dots) li:before {
  font-family: FontAwesome, serif;
  font-size: 14px;
  text-rendering: auto;
  content: url(../img/Checkmark.svg);
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
}

.rating_tool .custom-select {
  min-width: initial;
  border-radius: 2px;
  font-size: 0.8rem;
  width: 100%;
  margin-left: 0;
  height: 45px;
  background: #f0f0f0 url(../img/selectGray.svg) no-repeat right 0.75rem center;
  background-size: 0.6rem;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.flex-shrink-2 {
  flex-shrink: 2;
}

.rating_tool .custom-select:invalid {
  /* background-color: rgba(255,255,255, 0.5) !important; */
  font-style: italic;
  color: #868e96;
}

.rating_tool.was-validated .custom-select:invalid {
  color: #dc3545;
  border-color: #dc3545 !important;
}

body.page-template-page_sales {
  overflow-x: hidden;
}

.big-slider {
  overflow: unset;
  overflow: initial;
}

.big-slider .swiper-wrapper {
  height: auto;
}

.big-slider .embed-responsive {
  background-color: #000;
}

.big-slider .embed-responsive-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  opacity: 0.8;
}

.big-slider .swiper-slide.swiper-slide-active .embed-responsive-item {
  opacity: 1;
}

.big-slider .caption {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
  opacity: 0;
}

.big-slider .swiper-slide.swiper-slide-active .caption {
  opacity: 1;
}

.big-slider [class^=swiper-button] {
  margin-top: -44px;
}

.desktopSorting {
  display: none;
}

.sortingTop._mobile .sorting__title__mobile,
.mobileSorting .top .sorting__title__mobile {
  display: flex;
  align-items: center;
}

.sortingTop._mobile .sorting__title__mobile span,
.mobileSorting .top .sorting__title__mobile span {
  margin-right: 5px;
}

#page_content._openFilters .mobileSorting {
  opacity: 1;
  visibility: visible;
}

.mobileSorting {
  display: block;
  left: 0;
  padding: 24px;
  position: fixed;
  z-index: 9990;
  background: #fff;
  height: calc(100vh - 76px);
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  top: 76px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}

.mobileSorting .top,
.sortingTop._mobile {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 8px 0 16px;
  margin-bottom: 8px;
}

.mobileSorting .wrapper_sorting {
  margin-top: 16px;
}

.mobileSorting .top p,
.sortingTop._mobile p {
  margin-bottom: 0;
}

.mobileSorting .top p.count_results,
.sortingTop._mobile p.count_results {
  color: #999999;
}

.change_views._mobile {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin: 16px 0;
}

.change_views._mobile .tab-toggle.active {
  background-color: #111;
  width: 50%;
  color: #fff;
}

.mobileSorting .sorting__items .sorting__item .sorting__item__wrapper {
  background: #f0f0f0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 24px;
  font-size: 16px;
}

.mobileSorting .sorting__item.__active .sorting__item__wrapper {
  background-color: #111;
  color: #fff;
}

.mobileSorting .sorting__item.__active .sorting__item__wrapper svg path {
  fill: #fff;
}

.mobileSorting .sorting__item .sorting__item__wrapper .title {
  margin-left: 8px;
}

.mobileSorting .sorting__item .sorting__item__wrapper svg {
  height: 16px;
  width: 13px;
}

.mobileSorting .sorting__items .sorting__item:nth-child(2n) {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 16px;
}

.mobileSorting .sorting__items .sorting__item:nth-child(2n) .sorting__item__wrapper {
  padding-bottom: 16px;
}

.change_views._mobile .tab-toggle.active span {
  color: #fff;
  text-decoration: none;
}

.change_views._mobile .tab-toggle.active img {
  filter: invert(96%) sepia(51%) saturate(2%) hue-rotate(264deg) brightness(110%) contrast(100%);
}

.change_views._mobile .tab-toggle {
  background-color: #f0f0f0;
  color: var(--textColor);
  width: 50%;
  padding: 10px 40px;
}

#page_text .vc_btn3-container {
  margin-bottom: 0;
}

#search_form .filter__group.--last-child {
  margin-bottom: initial;
}

#page_text .team__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin: 0 0 24px 0;
}
#page_text .team__items .team__item {
  padding: 0;
  max-width: initial;
}
#page_text .team__items .team__item .wpb_single_image {
  margin-bottom: 8px;
}
#page_text .team__items .team__item img {
  height: 243px;
  max-width: 100%;
  vertical-align: top;
  object-fit: cover;
  object-position: top;
}
#page_text .team__items .team__item .wpb_text_column {
  text-align: center;
}
#page_text .team__items .team__item .wpb_text_column p {
  font-size: 14px;
}
#page_text .team__items .team__item .wpb_text_column strong {
  font-size: 16px;
}
#page_text .team__items + .team__items {
  margin: 0 0 50px 0;
}

.article > .vc_row[data-vc-full-width] {
  padding: 0;
  margin: 0;
  width: 100%;
}

.vc-hoverbox-wrapper .vc-hoverbox {
  margin-bottom: 15px;
}

body.home .col-sm-12:first-of-type,
body.page-template-page_home .col-sm-12:first-of-type {
  padding: 0;
}

/* Sales page */
body.page-template-page_sales {
  background-color: #fff;
}

.page-template-page_sales.scfm-mobile .col-lg-2 img {
  height: 50px;
  width: auto;
  max-width: 100%;
}

.rating_tool .custom-control.error .custom-control-description {
  font-weight: bold;
  color: #dc3545 !important;
  text-transform: uppercase;
}

.hero__baner {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .hero__baner {
    padding: 0 41px;
  }
}
.hero__baner .main__slider .slick-slide.slick-active .main__slider__slide {
  transform: translate3d(-5%, 5%, 0) scale(1.1);
}
.hero__baner .main__slider .main__slider__slide {
  aspect-ratio: 1;
  image-rendering: optimizequality;
  transition: transform 15s linear;
  z-index: -1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: transform;
  object-fit: cover;
  max-height: 700px;
}
@media (min-width: 768px) {
  .hero__baner .main__slider .main__slider__slide {
    aspect-ratio: initial;
  }
}

/*redesign*/
.slick-dots-container {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 55px;
  overflow: hidden;
  height: 0.875rem;
}

.slick-dots-container > ul {
  padding: 0;
  display: flex;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 100%;
}

.slick-dots-container > ul li {
  width: 6px;
  height: 6px;
  margin: 0 0.25rem;
  background: #fff;
  border: none;
  opacity: 0.5;
  border-radius: 50%;
}

.slick-dots-container > ul li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0.3125rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots-container > ul li.p-small-1,
.slick-dots-container > ul li.n-small-1 {
  transform: scale(0.8);
}

.slick-dots-container > ul li.slick-active {
  transform-origin: center;
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
}

section.section .row.benefit__items {
  margin-top: 40px;
  margin-bottom: 32px;
}

section.section .row.benefit__items .wpb_wrapper .benefits__item + .benefits__item {
  margin-top: 16px;
}

section.section .row.benefit__items .wpb_wrapper .benefits__item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

section.section .row.benefit__items .wpb_wrapper .benefits__item .wpb_heading.wpb_singleimage_heading {
  margin: 0;
  font-family: "TT Fors", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

#map-list .gm-style div[style~="background-image:"] {
  font-weight: 500 !important;
  font-family: "TT Fors Medium", sans-serif !important;
  background-size: 36px !important;
}

section.section .row.benefit__items .wpb_wrapper .benefits__item figure {
  max-width: 56px;
  margin-right: 16px;
  margin-bottom: 0;
}

section.section .row.benefit__items .wpb_wrapper .benefits__item figure .vc_single_image-wrapper {
  margin: 0 !important;
}

section.section .row.benefit__items .wpb_wrapper .benefits__item figure img {
  height: 56px;
  border-radius: 50%;
  background: #f0f0f0;
  min-width: 56px;
}

.reviews_slider {
  margin: 48px 0 32px;
}
.reviews_slider:not(.slick-initialized) {
  visibility: hidden;
  height: 200px;
  overflow: hidden;
}
.reviews_slider .reviewSlide {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.reviews_slider .reviewSlide .review_stars {
  height: 40px;
  margin-bottom: 24px;
}
.reviews_slider .reviewSlide .review__textContent {
  margin-bottom: 0;
}
.reviews_slider .reviewSlide .review__textContent .review__text {
  text-align: center;
  font-family: "TT Fors", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 24px;
}
.reviews_slider .reviewSlide .review__textContent .review__footer {
  text-align: center;
  font-family: "TT Fors Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.slick-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 1;
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}

.slick-slider .slick-arrow path {
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
.slick-slider .slick-arrow path:hover path {
  fill: #333130;
}

.slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.slick-slider .slick-arrow.--next {
  right: 0;
}

#sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -2;
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

#sub-menu-mobile {
  position: fixed;
  width: 100%;
  top: 65px;
  border-bottom: 1px solid #eee !important;
  border-radius: 0;
  background-position: right 2.55rem center;
  padding-left: 0.65rem;
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

#sub-menu.active,
#sub-menu-mobile.active {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}

#sub-menu li {
  box-shadow: none;
  display: flex;
  align-content: center;
  align-items: center;
  margin: 0 8px;
}

#sub-menu .navbar-nav .nav-item._lastElement svg {
  display: none;
}

@media (max-width: 992px) {
  .page-id-6066 #sub-menu,
  .page-id-5171 #sub-menu,
  .page-id-4844 #sub-menu,
  .page-id-5570 #sub-menu {
    display: block;
    position: fixed;
    z-index: 0;
    top: 70px;
  }
}
@media (max-width: 992px) {
  .page-id-6066 #sub-menu .navbar-nav,
  .page-id-5171 #sub-menu .navbar-nav,
  .page-id-4844 #sub-menu .navbar-nav,
  .page-id-5570 #sub-menu .navbar-nav {
    padding: 0;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    justify-content: flex-start !important;
    scrollbar-color: white white;
  }
  .page-id-6066 #sub-menu .navbar-nav ::-webkit-scrollbar,
  .page-id-5171 #sub-menu .navbar-nav ::-webkit-scrollbar,
  .page-id-4844 #sub-menu .navbar-nav ::-webkit-scrollbar,
  .page-id-5570 #sub-menu .navbar-nav ::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #fff;
  }
  .page-id-6066 #sub-menu .navbar-nav ::-webkit-scrollbar-thumb,
  .page-id-5171 #sub-menu .navbar-nav ::-webkit-scrollbar-thumb,
  .page-id-4844 #sub-menu .navbar-nav ::-webkit-scrollbar-thumb,
  .page-id-5570 #sub-menu .navbar-nav ::-webkit-scrollbar-thumb {
    background: #fdfdfd;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.75);
  }
  .page-id-6066 #sub-menu .navbar-nav ::-webkit-scrollbar-corner,
  .page-id-5171 #sub-menu .navbar-nav ::-webkit-scrollbar-corner,
  .page-id-4844 #sub-menu .navbar-nav ::-webkit-scrollbar-corner,
  .page-id-5570 #sub-menu .navbar-nav ::-webkit-scrollbar-corner {
    background: #fff;
  }
}
@media (max-width: 992px) {
  .page-id-6066 #sub-menu .navbar-nav .nav-item,
  .page-id-5171 #sub-menu .navbar-nav .nav-item,
  .page-id-4844 #sub-menu .navbar-nav .nav-item,
  .page-id-5570 #sub-menu .navbar-nav .nav-item {
    margin-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .page-id-6066 #sub-menu .navbar-nav .nav-item._lastElement,
  .page-id-5171 #sub-menu .navbar-nav .nav-item._lastElement,
  .page-id-4844 #sub-menu .navbar-nav .nav-item._lastElement,
  .page-id-5570 #sub-menu .navbar-nav .nav-item._lastElement {
    margin-right: 8px;
  }
}
.page-id-6066 #sub-menu .navbar-nav .nav-item._lastElement svg,
.page-id-5171 #sub-menu .navbar-nav .nav-item._lastElement svg,
.page-id-4844 #sub-menu .navbar-nav .nav-item._lastElement svg,
.page-id-5570 #sub-menu .navbar-nav .nav-item._lastElement svg {
  display: block;
}
.page-id-6066 #sub-menu .navbar-nav .nav-item._lastElement .nav-link,
.page-id-5171 #sub-menu .navbar-nav .nav-item._lastElement .nav-link,
.page-id-4844 #sub-menu .navbar-nav .nav-item._lastElement .nav-link,
.page-id-5570 #sub-menu .navbar-nav .nav-item._lastElement .nav-link {
  color: #c69c6d;
  margin-left: 6px;
  padding-left: 0;
}
.page-id-6066 #sub-menu .navbar-nav .nav-item._lastElement:hover .nav-link:before,
.page-id-5171 #sub-menu .navbar-nav .nav-item._lastElement:hover .nav-link:before,
.page-id-4844 #sub-menu .navbar-nav .nav-item._lastElement:hover .nav-link:before,
.page-id-5570 #sub-menu .navbar-nav .nav-item._lastElement:hover .nav-link:before {
  background-color: #c69c6d;
}
@media (max-width: 992px) {
  .page-id-6066 #sub-menu .navbar-nav .nav-item .nav-link,
  .page-id-5171 #sub-menu .navbar-nav .nav-item .nav-link,
  .page-id-4844 #sub-menu .navbar-nav .nav-item .nav-link,
  .page-id-5570 #sub-menu .navbar-nav .nav-item .nav-link {
    white-space: nowrap;
    padding: 0;
    margin: 20px 15px;
  }
}

#sub-menu a {
  font-size: 14px;
  margin: 10px 12px;
}

.desktopSorting .searchAmount {
  font-family: "TT Fors", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #999999;
}

/*verkaufen page */
section.section {
  padding: 32px 0;
  margin: 0;
}

section.section._nonHeaderUnderline .page_header span {
  display: none;
}

section.section .col-sm-12 {
  padding: 0;
}

section.section .row {
  margin: 0;
}

.link._inderline {
  text-decoration: underline;
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
.link._inderline:hover {
  color: var(--sectionSubTitleColor) !important;
}

/*immobilienbewertung page */
section.section.--immobilienbewertung {
  padding-top: 0;
}

.immobilienbewertung_form {
  display: none;
}
@media (min-width: 1200px) {
  .immobilienbewertung_form {
    display: block;
  }
}
.immobilienbewertung_form .dropdown .dropdown-toggle span {
  color: #999999;
}
.immobilienbewertung_form .dropdown.--active .dropdown-toggle span {
  color: #111111;
}
.immobilienbewertung_form .item__inputs.--gridLayout {
  display: grid;
  grid-template-areas: "zip zip" "street number";
  grid-template-columns: 75% 25%;
}
.immobilienbewertung_form .item__inputs.--gridLayout #zip_code_filed {
  grid-area: zip;
}
.immobilienbewertung_form .item__inputs.--gridLayout #street_filed {
  grid-area: street;
  margin-right: 16px;
}
.immobilienbewertung_form .item__inputs.--gridLayout #nr_filed {
  grid-area: number;
}

/* general styles in section */
section.section img {
  width: 100%;
  display: block;
}

section.section .content__list {
  padding: 0;
  list-style: none;
}

section.section .content__list li {
  display: flex;
  align-items: flex-start;
  align-content: center;
  font-family: "TT Fors", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

section.section .content__list li + li {
  margin-top: 16px;
}

section.section .content__list li:before {
  font-family: FontAwesome, serif;
  font-size: 14px;
  text-rendering: auto;
  content: "\f00c";
  position: relative;
  display: block;
  margin-right: 8px;
}

/* general styles in section --end--*/
section.section .section__subTitle {
  color: var(--sectionSubTitleColor);
  font-family: "TT Fors", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 8px 0;
}

.projectImage {
  position: relative;
}

.projectImage img {
  max-height: 230px;
  object-fit: cover;
}

.projectImage > .comm_item {
  width: 100%;
  height: 100%;
  display: none;
  padding: 20px;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 3;
  color: #fff;
}

.projectImage > .comm_item span {
  color: #fff !important;
}

.projectImage:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}

.projectImage:hover:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}

.projectImage:hover > .comm_item {
  display: flex;
}

section.section .section__title {
  font-family: "FS Siena", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 16px 0;
}

section.section .section__slider {
  margin-bottom: 24px;
}

section.section .section__content .section__content__item .__customButton {
  margin-bottom: 24px;
}

section.section .section__content .section__content__item .item__title {
  font-family: "TT Fors Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 8px 0;
}

section.section .section__content .section__content__item .item__text {
  font-family: "TT Fors", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.section.section .section__content .section__content__item .item__text .link {
  font-family: "TT Fors Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: var(--textColor);
}

.section.section .section__content .section__content__item .item__text .link:hover {
  color: var(--linkHoverColor);
}

section.section .subSection.__greyBackground {
  background-color: var(--greyBackground);
  padding: 24px;
  margin-top: 24px;
}

section.section .subSection .subSection__title {
  font-family: "FS Siena", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 16px 0;
}

section.section .subSection .content__text {
  font-family: "TT Fors", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

section.section .subSection .content__teamThumbnails .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  column-gap: 7px;
  margin-top: 32px;
}

section.section .subSection .content__teamThumbnails .teamThumbnails__item .vc_single_image-wrapper {
  margin-bottom: 0 !important;
}

section.section .subSection .sunSection__content.__card .card__item {
  max-width: initial;
  padding: 0;
}

section.section .subSection .sunSection__content.__card .card__item .vc_column-inner,
section.section .subSection .sunSection__content.__card .card__item .vc_column-inner .wpb_wrapper,
section.section .subSection .sunSection__content.__card .card__item .vc_column-inner .wpb_wrapper .vc_figure {
  height: 100%;
}

section.section .subSection .sunSection__content.__card .card__item .vc_column-inner .wpb_wrapper .vc_figure .vc_single_image-wrapper {
  margin-bottom: 0 !important;
  height: 100%;
}

section.section .subSection .sunSection__content.__card .card__item .vc_column-inner .wpb_wrapper .vc_figure .vc_single_image-wrapper img {
  height: 100%;
  object-fit: cover;
}

section.section .subSection .sunSection__content.__card .card__item + .card__item {
  margin-top: 16px;
}

section.section .subSection .sunSection__content.__card .card__item .card__img {
  max-height: 260px;
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

section.section .subSection .sunSection__content.__card .card__title {
  font-family: "TT Fors", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 16px;
}

section.section .contact_form .page_header {
  display: none !important;
}

#propertySlider {
  max-height: 300px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #propertySlider {
    max-height: 450px;
  }
}
@media (min-width: 1200px) {
  #propertySlider {
    max-height: 520px;
  }
}
#propertySlider .slide img {
  width: auto;
  margin: auto;
}
#propertySlider .slick-initialized .slide img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  margin: initial;
}

section.section .section__content .section__content__item.__customButton {
  margin-bottom: 24px;
}

.__twoCollumns > .col-sm-12 > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr;
}

section.section .section__content.__twoCollumns .wpb_wrapper {
  gap: 24px;
}

#sales-page #page_text {
  padding-top: 0;
}

#propertySlider .slick-dots {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  gap: 8px;
  margin: 15px 0 0 0;
}
#propertySlider .slick-dots li {
  height: 8px;
  width: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  font-size: 0;
  top: 0;
  position: relative;
  background: #CCCCCC;
}
#propertySlider .slick-dots li.slick-active {
  background: #111111;
}
#propertySlider .slick-dots li button {
  display: none;
}

/* Referenzen page  */
.section.__estateItems .mainTitle {
  font-family: "FS Siena", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 32px 0;
  padding: 0;
}

.section.__estateItems .estateGroup__name {
  font-family: "FS Siena", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 32px 0;
  padding: 0;
}

.section.__estateItems .estateGroup__items .group__item img {
  height: 183px;
  width: 100%;
  object-fit: cover;
}

.page-id-5171 .section.__estateItems .estateGroup__items .group__item img {
  height: auto;
}

.page-id-6066 .section.__estateItems .estateGroup__items .group__item img {
  height: auto;
}

.section.__estateItems .estateGroup__items .group__item .item__description {
  font-family: "TT Fors", sans-serif;
  font-size: 14px;
  font-style: normal;
}

.section.__estateItems .estateGroup__items .group__item .item__description strong {
  font-weight: 500;
}

.section.__estateItems .estateGroup__items + .estateGroup__items .group__item {
  margin-top: 32px;
}

.section.__estateItems .estateGroup__items .group__item figure {
  padding: 0;
  margin: 0;
}

.section.__estateItems .estateGroup__items .group__item .item__description {
  margin-top: 8px;
}

.section.__estateItems .estateGroup__items .group__item .item__description .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.section.__estateItems .estateGroup__items .group__item .item__description .wpb_wrapper p {
  padding: 0;
  margin: 0;
}

.section.__estateItems .estateGroup__items .group__item .item__description .wpb_wrapper p:first-child {
  display: flex;
  align-items: center;
  position: relative;
}

.section.__estateItems .estateGroup__items .group__item .item__description .wpb_wrapper p:first-child:after {
  position: relative;
  content: ",";
  margin-right: 5px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(167, 125, 85)' stroke-width='5' stroke-miterlimit='10' d='M0 7h44M0 22h44M0 37h44'/%3E%3C/svg%3E");
}

.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link:hover {
  color: #222222;
}

.contact_form .contact_form__items .dropdown {
  margin: 16px 0;
}
.contact_form .contact_form__items .dropdown .dropdown-menu {
  border: 2px solid transparent;
  border-top: none;
}
.contact_form .contact_form__items .dropdown.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.contact_form .contact_form__items .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 13px 16px;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  white-space: nowrap;
  border: 2px solid transparent;
  background-color: #f0f0f0;
  overflow: hidden;
}

.contact_form .contact_form__items .dropdown .dropdown-toggle > span {
  width: calc(100% - 20px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

.contact_form .contact_form__items .dropdown .dropdown-toggle::after {
  position: relative;
  right: 12px;
  margin-top: 0;
}

.contact_form .contact_form__items .dropdown.show .dropdown-toggle {
  border: 2px solid black;
  border-bottom-color: transparent;
}

.contact_form .contact_form__items .dropdown.show .dropdown-menu {
  border: 2px solid black;
  border-top: none;
  top: -2px !important;
  transition: none;
}
.contact_form .contact_form__items .dropdown[data-name=last_modernisation] .dropdown-menu {
  height: 250px;
  overflow-y: scroll;
  -ms-overflow-style: auto;
  scrollbar-color: #111 #ffffff;
  scrollbar-width: thin;
}
.contact_form .contact_form__items .dropdown[data-name=last_modernisation] .dropdown-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.contact_form .contact_form__items .dropdown[data-name=last_modernisation] .dropdown-menu::-webkit-scrollbar-thumb {
  background: #111;
}
.contact_form .contact_form__items .dropdown[data-name=last_modernisation] .dropdown-menu::-webkit-scrollbar-track {
  background: #c6c6c6;
}

.contact_form .contact_form__items .dropdown .dropdown-menu {
  width: 100%;
  background-color: #f0f0f0;
  overflow: hidden;
  padding-bottom: 6px;
}

.contact_form .contact_form__items .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: var(--textColor);
  cursor: pointer;
  width: 100%;
  padding: 8px 16px 0 16px;
}

.contact_form .contact_form__items .dropdown .dropdown-menu .dropdown-item:last-child {
  padding-bottom: 8px;
}

.contact_form .contact_form__items .dropdown .dropdown-item + .dropdown-item {
  margin-top: 0;
}

#page_content article > section.section._contactForm {
  padding-top: 0;
  top: -8px;
  position: relative;
}

.project__images .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media (min-width: 992px) {
  .sidebar-serach-buttons--mobile {
    display: none;
  }
}

._removePadding {
  margin: 0 -15px !important;
}

@media (min-width: 992px) {
  .medium-gallery > .slides > .slide > .slide-content {
    max-width: initial;
    max-height: 90%;
  }
}

.sidebar-serach-buttons {
  display: none;
}

.ne-header-subheader {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 16px 0;
}
.ne-header-subheader .main-heading {
  font-family: "TT Fors", sans-serif;
  font-size: 16px;
  color: #c69c6d;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.ne-header-subheader .subheader-above,
.ne-header-subheader .subheader-below {
  font-family: "FS Siena", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 1200px) {
  .ne-header-subheader .subheader-above,
  .ne-header-subheader .subheader-below {
    font-size: 32px;
  }
}

/* RWD - min */
#single_offer #offer_contact {
  display: none;
}

#single_offer .pageTitle,
#projectUnit__page .pageTitle {
  margin: 16px 0 24px 0;
}

.--gray {
  color: rgb(153, 153, 153);
}

.references-benefitSection {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .references-benefitSection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 48px;
  }
}
.references-benefitSection .references-benefitSection-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: initial;
  max-width: initial;
}
.references-benefitSection .references-benefitSection-item .references-benefitSection-item-title {
  font-family: FS Siena, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 57.6px;
  text-align: center;
}
@media (min-width: 1200px) {
  .references-benefitSection .references-benefitSection-item .references-benefitSection-item-title {
    font-size: 80px;
    line-height: 96px;
    margin-bottom: 10px;
  }
}
.references-benefitSection .references-benefitSection-item .--gray {
  margin-top: 10px;
  font-family: TT Fors, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

.ne-infiniti-gallery .gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ne-infiniti-gallery .gallery-wrapper:not(:first-child) {
  margin-top: 32px;
}
.ne-infiniti-gallery .gallery-wrapper .image {
  object-fit: cover;
  width: initial;
  margin: auto;
}
.ne-infiniti-gallery .gallery-wrapper .image.b-loaded {
  height: 185px;
  width: 100%;
}
.ne-infiniti-gallery .btn {
  display: none;
}

.c-backlink {
  display: block;
  padding-top: 16px;
  width: max-content;
}

.c-backlink .c-backlink__label {
  font-family: TT Fors, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  margin-left: 3px;
}

@media (min-width: 500px) {
  .section.__estateItems .estateGroup__items .group__item img {
    height: 250px;
  }
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 48px;
  }
}
@media (max-width: 765px) {
  .items_list {
    margin-bottom: 32px;
  }
  #bg-header {
    aspect-ratio: 1/1;
  }
  #main-slider .swiper-wrapper {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 768px) {
  .ne-infiniti-gallery {
    display: flex;
    flex-direction: column;
  }
  .ne-infiniti-gallery .gallery-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .ne-infiniti-gallery .gallery-wrapper .gallery-item-full {
    flex: 0 0 100%;
  }
  .ne-infiniti-gallery .gallery-wrapper .gallery-item-half {
    flex: 0 0 calc(50% - 16px);
  }
  .ne-infiniti-gallery .gallery-wrapper .gallery-item-third {
    flex: 0 0 calc(33.33% - 21.33px);
  }
  .ne-infiniti-gallery .gallery-wrapper .image.b-loaded {
    width: 100%;
    height: 100%;
  }
  .ne-infiniti-gallery .btn {
    display: block;
    margin: 40px auto 0;
    background-color: transparent;
    border: 1px solid #111111;
    color: #111111;
  }
  #projectUnit__page .properties .page_header,
  #single_offer .properties .page_header {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .project__images .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
  .home .section .section__title {
    max-width: initial;
  }
  .contact_form .contact_form__items .item__selectors {
    display: grid;
    grid-template-columns: minmax(185px, auto) 1fr 1fr;
    grid-gap: 16px;
  }
  .contact_form .contact_form__items .item__selectors:not(:first-child) {
    margin-top: 16px;
  }
  .contact_form .contact_form__items .item__selectors .custom-checkbox {
    margin-bottom: 16px;
  }
  .contact_form .contact_form__items .wrap_inner {
    margin: 16px 0;
  }
  .contact_form .contact_form__items .wrap_inner.__twoCollumns {
    display: grid;
    grid-template-columns: 185px 1fr;
    grid-gap: 16px;
  }
  .contact_form .contact_form__items .item__inputs {
    display: grid;
    grid-template-columns: minmax(46px, auto) minmax(232px, auto) minmax(56px, auto);
    grid-column-gap: 16px;
  }
  .contact_form .contact_form__items .dropdown,
  .contact_form__items .item__selectors .item__wrapper {
    margin: 0;
  }
  .custom-select.ml-xl-2 {
    margin-left: 15px;
  }
  .big-slider .swiper-button-prev {
    left: -8vw;
  }
  .big-slider .swiper-button-next {
    right: -8vw;
  }
  .jumbotron {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
  }
  .jumbotron h1 {
    white-space: nowrap;
  }
  .projects_list .a-content {
    max-width: 720px !important;
    padding: 48px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .project-detail > div + div {
    margin-left: 2rem;
  }
  .swiper-slide {
    height: initial;
    object-fit: cover;
  }
  .section.__estateItems .estateGroup__items .group__item img {
    height: initial;
  }
  .section.__estateItems .estateGroup__items._two > .col-sm-12 > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }
  .section.__estateItems .estateGroup__items._two > .col-sm-12 > .vc_column-inner > .wpb_wrapper .vc_figure .vc_single_image-wrapper .vc_single_image-img {
    max-height: 269px;
  }
  .section.__estateItems .estateGroup__items._three > .col-sm-12 > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
  }
  .section.__estateItems .estateGroup__items._three .group__item .item__description .wpb_wrapper {
    flex-direction: column;
  }
  .section.__estateItems .estateGroup__items._three .group__item .item__description .wpb_wrapper p:first-child::after {
    content: none;
  }
  .section.__estateItems .estateGroup__items .group__item .item__description {
    font-size: 18px;
  }
  .immobilienbewertung_form .item__inputs.--gridLayout {
    grid-template-areas: initial;
  }
  .immobilienbewertung_form .item__inputs.--gridLayout #zip_code_filed {
    grid-area: initial;
  }
  .immobilienbewertung_form .item__inputs.--gridLayout #street_filed {
    grid-area: initial;
    margin-right: initial;
  }
  .immobilienbewertung_form .item__inputs.--gridLayout #nr_filed {
    grid-area: initial;
  }
}
@media (max-width: 992px) {
  .contact_form.mobileStepperForm .contact_form__items .dropdown.show .dropdown-toggle,
  .contact_form.mobileStepperForm .contact_form__items .dropdown.show .dropdown-menu {
    border: 1px solid #000;
  }
  .contact_form.mobileStepperForm .contact_form__items .dropdown.show .dropdown-menu {
    border-top: none;
    top: -4px;
  }
  .contact_form.mobileStepperForm .contact_form__items .form-control {
    font-size: 16px;
  }
  .contact_form.mobileStepperForm .contact_form__items .form-control:focus {
    border: 1px solid #000;
  }
  .--top-border {
    border-top: 1px solid #F0F0F0;
  }
  .modal-open .modal .modal-content .close-modal span.text {
    display: block;
    font-size: 14px;
  }
  body.modal-open #closeWindowBtn__icon {
    display: none;
  }
  .navbar-nav .nav-item .nav-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: transparent;
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .navbar-nav .nav-item.active._lastElement .nav-link:before {
    background-color: #c69c6d;
  }
  .btn.btn-outline.filter-btn-submit {
    background-color: #111;
    color: #fff;
  }
  body.page-template-page_sales #page_text.default > .row.vc_custom_1604267874856,
  body.page-template-page_sales #page_text.default > .row.vc_custom_1604267904093,
  body.page-template-page_sales #page_text.default > .row.vc_custom_1604267967595,
  body.page-template-page_sales #page_text.default > .row.vc_custom_1604268045667,
  body.page-template-page_sales #page_text.default > .row.vc_custom_1604268056833,
  body.page-template-page_sales #page_text.default > .row.vc_custom_1604268067857,
  body.page-template-page_sales #page_text.default > .row.vc_custom_1604268093445,
  body.page-template-page_sales #page_text.default > .row.vc_custom_1604268113625 {
    margin-top: 80px !important;
  }
  .home > .section .section {
    padding-top: 48px;
  }
  .blueimp-gallery .next .arrow path,
  .blueimp-gallery .prev .arrow path {
    fill: #fff;
  }
  .reviews_slider {
    margin-bottom: 0;
  }
  .reviews_slider .slick-dots-container {
    position: relative;
    bottom: 0;
    margin-top: 24px;
  }
  .reviews_slider .slick-dots-container > ul li {
    background: #ccc;
    opacity: 1;
  }
  .reviews_slider .slick-dots-container > ul li.slick-active {
    background: #111;
  }
  .navbar-brand {
    padding: 20px 0;
    margin: 0;
    z-index: 2;
  }
  .navbar-brand img {
    margin-left: 0;
    height: 36px;
    width: auto;
  }
  [data-target="#request_form"],
  .gallery-thumbs {
    display: none;
  }
  .contact_form,
  #offer_desc {
    margin-top: 0;
  }
  #sort_list {
    height: 25px;
    padding: 0 30px;
  }
  #page_text {
    padding-top: 32px;
    padding-left: 5rem;
    padding-bottom: 3rem;
  }
  #page_text .pt-content {
    padding-right: 5rem;
    padding-top: 1rem;
  }
  .project #ofer_map {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .project #offer_desc {
    margin-top: 15px;
  }
  .page_header__wrapper {
    margin-bottom: 8px;
    padding: 0 0 10px 0;
  }
  .collapse_filters {
    display: block;
    left: 0;
    padding: 24px;
    position: fixed;
    z-index: 9990;
    background: #fff;
    height: calc(100vh - 76px);
    width: 100%;
    top: -100%;
    transition: top 200ms ease 200ms;
  }
  .collapse_filters:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: calc(100% - 48px);
    background-color: #F0F0F0;
  }
  .collapse_filters .collapse_filters--wrapper .search_form {
    max-height: 61dvh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .collapse_filters .collapse_filters--wrapper .sidebar-serach-buttons--mobile {
    padding-top: 20px;
    border-top: 1px solid #EEEEEE;
    margin-top: 20px;
  }
  .collapse_filters._show {
    top: 76px;
  }
  .navigation .menu-item {
    display: flex;
    justify-content: center;
  }
  .navbar-light .navbar-toggler .closeMenu__icon {
    display: none;
  }
  .navbar-light .navbar-toggler._active .closeMenu__icon {
    display: block;
  }
  .navbar-light .navbar-toggler._active .burgerMenu__icon {
    display: none;
  }
  .home > .section {
    margin-top: 76px;
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .languages .dropdown-menu {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    visibility: initial;
    opacity: inherit;
    position: relative !important;
    top: 0;
  }
  .languages .dropdown-menu .dropdown-item + .dropdown-item {
    margin-top: initial;
  }
  .languages .dropdown-toggle {
    display: none;
  }
  .languages .dropdown-menu .dropdown-item {
    padding: 0 16px;
  }
  .languages .dropdown-menu .dropdown-item + .dropdown-item {
    border-left: 1px solid;
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-item.active._lastElement .nav-link:before {
    background-color: #c69c6d;
  }
  .desktopSorting .tab-toggle .underline__link {
    display: block;
    position: relative;
  }
  .desktopSorting .tab-toggle .underline__link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .desktopSorting .tab-toggle:hover .underline__link:before, .desktopSorting .tab-toggle.active .underline__link:before {
    background-color: #111;
  }
  .projects_list .project {
    margin-left: 32px;
    margin-right: 32px;
  }
  .contact_form .contact_form__items .contact_form__item:first-child textarea {
    margin-bottom: 0;
  }
  .home > section.section {
    padding: 76px 0 64px 0;
  }
  #projectUnit__page .project-detail .projectDetail__item p {
    font-size: initial;
  }
  #page_content article > section.section:first-child {
    padding-top: 64px;
  }
  #page_content article > section.section._contactForm {
    padding-top: 0;
    top: -16px;
    position: relative;
  }
  .change_views._mobile {
    display: none;
  }
  header .jumbotron .links .underline__link {
    font-size: 18px;
  }
  .projectUnit__page .ofer_map,
  .offer_desc .ofer_map {
    margin-bottom: 24px;
  }
  .item_desc {
    padding: 20px 16px 0;
  }
  #map-view {
    height: initial;
    padding: 32px 0 0 32px;
  }
  #map-list {
    height: initial;
    min-height: 600px;
  }
  .home > .section .section {
    padding-top: 64px;
  }
  .home .section .section__title {
    text-align: center;
  }
  .home .allPropertyBtn {
    margin-top: 60px;
  }
  .jumbotron h1 {
    text-align: center;
  }
  .jumbotron .content__text {
    text-align: center;
  }
  .jumbotron .links {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .page-id-6066 section.no-header:not(.search-view),
  .page-id-5171 section.no-header:not(.search-view),
  .page-id-5570 section.no-header:not(.search-view),
  .page-id-4844 section.no-header:not(.search-view) {
    padding: 117px 0 32px 0;
  }
  .reviews_slider {
    margin: 48px 0 64px;
  }
  .reviews_slider .reviewSlide .review__textContent .review__text {
    max-width: 686px;
    font-size: 18px;
  }
  #propertySlider .slick-list {
    padding: 0 20% 0 20% !important;
  }
  section.section ._fontSize {
    font-size: 18px;
  }
  section.section .row.benefit__items {
    margin-top: 32px;
    margin-bottom: 48px;
  }
  section.section .row.benefit__items .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 32px;
  }
  section.section .row.benefit__items .wpb_wrapper .benefits__item .wpb_heading.wpb_singleimage_heading {
    font-size: 18px;
    cursor: pointer;
    position: relative;
  }
  section.section .row.benefit__items .wpb_wrapper .benefits__item .wpb_heading.wpb_singleimage_heading:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: transparent;
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  section.section .row.benefit__items .wpb_wrapper .benefits__item .wpb_heading.wpb_singleimage_heading:hover:before {
    background-color: #111;
  }
  section.section .row.benefit__items .wpb_wrapper .benefits__item + .benefits__item {
    margin-top: 0;
  }
  #page_text .text__bigButtomSeparate {
    margin-bottom: 104px;
  }
  .item_preview .item_img .slick-list {
    transition: all 0.45s cubic-bezier(0.33, 1, 0.68, 1);
    height: 100%;
  }
  .item_preview .item_img .slick-list .slick-track {
    height: 100%;
  }
  .item_preview .item_img .slick-list .slick-track .slick-slide > div {
    height: 100%;
  }
  .item_preview:hover .item_img .slick-list {
    transform: scale(1.05);
  }
  .item_preview .item_preview__link:hover .slick-slider .slick-arrow {
    opacity: 1;
  }
  .item_preview .item_preview__link .slick-slider .slick-arrow {
    opacity: 0;
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .underline__link {
    position: relative;
    color: var(--textColor) !important;
  }
  .projects_list .project__item:nth-child(2n) .content {
    right: initial;
    left: 0;
  }
  .project__item + .project__item {
    margin-top: 32px;
  }
  .project__item .container .project-img {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
    min-height: 620px;
    margin-bottom: 0;
  }
  .project__item .container .content {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 720px;
    background: rgba(255, 255, 255, 0.9);
    padding: 48px;
  }
  .project__item .container .content .project__description .project__options {
    flex-direction: row;
  }
  .project__item .container .content .project__description .project__options .project__option + .project__option {
    margin-left: 36px;
  }
  .project__item .container .content .project__description .project__options .project__option {
    margin-top: initial;
  }
  section.section .contact_form {
    margin-bottom: 30px;
  }
  .contact_form .contact_form__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .contact_form .contact_form__items.--onerow {
    grid-template-columns: 1fr;
  }
  .contact_form__items .contact_form__item + .contact_form__item {
    margin-top: initial;
    padding-top: initial;
    border-top: none;
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px solid #f0f0f0;
  }
  #page_text .team__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin: 0 0 30px 0;
  }
  #page_text .team__items .team__item {
    max-width: initial;
  }
  #page_text .team__items .team__item img {
    height: initial;
    max-height: 251px;
  }
  #page_text .team__items .team__item .wpb_single_image {
    margin-bottom: 16px;
  }
  #page_text .team__items .team__item .wpb_wrapper .vc_single_image-wrapper {
    margin-bottom: initial;
  }
  #page_text .team__items .team__item .wpb_wrapper h1:not(.page_header) {
    font-size: 16px;
  }
  #page_text .team__items .team__item .wpb_wrapper .page_header {
    font-size: 32px;
    margin-bottom: 32px;
  }
  #page_text .team__items + .team__items {
    margin: 0 0 60px 0;
  }
  #page_text .text__section__item {
    margin-bottom: 48px;
  }
  #page_text .text__section__item:last-child {
    margin-bottom: 0;
  }
  #page_text .text__section__item strong {
    font-size: 18px;
  }
  #projectUnit__page .description .content__text .text,
  .offer_desc .description .content__text > p {
    max-height: 135px;
  }
  .backToPrevPage._top {
    margin: 32px 0 16px 0;
  }
  .backToPrevPage .text {
    position: relative;
    display: block;
  }
  .backToPrevPage .text:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: transparent;
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .backToPrevPage .text:hover:before {
    background-color: #999;
  }
  .sticky_wrapper {
    margin-bottom: 100px;
  }
  #single_offer .pageTitle .address {
    margin-top: 16px;
  }
  #projectUnit__page .properties,
  #single_offer .properties {
    display: block;
    margin-bottom: 64px;
  }
  #google_map {
    height: 393px;
  }
  .offer-view .container .content {
    display: flex;
  }
  .slider__wrapper {
    position: relative;
  }
  .offer_info .page_header .text {
    display: block;
    margin: 0;
  }
  .offer_info .list-group {
    margin-bottom: 24px;
  }
  .dropdown-menu {
    display: block;
    z-index: 2;
    opacity: 0;
    min-width: auto;
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    visibility: hidden;
    top: 96%;
  }
  .dropdown-menu .dropdown-item + .dropdown-item {
    margin-top: 10px;
  }
  .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
  }
  #user-search-criteria-teaser,
  #sales-teaser {
    max-width: 448px;
    right: 32px;
  }
  .sorting,
  .desktopSorting {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .sorting:before {
    content: "";
    position: absolute;
    height: 350%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 3;
    width: 100%;
  }
  .mobileSorting,
  .sortingTop._mobile {
    display: none;
  }
  .sorting .sorting__title {
    margin-bottom: 0;
    display: flex;
    align-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
    position: relative;
    background: #fff;
    width: 125px;
    justify-content: flex-end;
  }
  .sorting .sorting__title span {
    display: block;
    position: relative;
  }
  .sorting .sorting__title:hover span {
    text-decoration: underline;
  }
  .sorting .sorting__title:hover span {
    color: #333130;
  }
  .sorting .sorting__title svg {
    margin: auto 0 auto 8px;
  }
  .sorting .sorting__title .arrowUp {
    display: none;
  }
  .sorting:hover .sorting__items {
    opacity: 1;
    visibility: visible;
  }
  .sorting:hover .arrowUp {
    display: block;
  }
  .sorting:hover .arrowDown {
    display: none;
  }
  .sorting .sorting__items {
    width: 100%;
    display: flex;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    padding: 16px 8px 16px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    min-width: 121px;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .sorting .sorting__items .sorting__item {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
  }
  .sorting .sorting__items .sorting__item .title {
    display: block;
    position: relative;
    cursor: pointer;
  }
  .sorting .sorting__items .sorting__item.__active .title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--textColor);
    transform: scaleX(1);
  }
  .sorting .sorting__items .sorting__item .title:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--textColor);
    transform-origin: bottom right;
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .sorting .sorting__items .sorting__item:hover .title:before {
    transform: scaleX(1);
    transform-origin: bottom left;
    background-color: #333130;
  }
  .sorting .sorting__items .sorting__item:hover .title {
    color: #333130;
  }
  .sorting .sorting__items .sorting__item svg {
    margin-left: 5px;
  }
  .modal-open .modal .modal-content {
    height: initial;
    width: initial;
    overflow-y: initial;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 64px;
    max-height: 900px;
    max-width: 860px;
  }
  .modal-open .modal .modal-content .modal-body .modal-title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .modal-open .modal .modal-content .modal-body .search__item label {
    font-size: 16px !important;
  }
  .modal-open .modal .modal-content .modal-body #search_request .search_request__item._first {
    padding-right: 32px;
  }
  .modal-open .modal .modal-content .modal-body #search_request .search_request__item._first .form-group {
    margin-bottom: 0;
  }
  .modal-open .modal .modal-content .modal-body #search_request .search_request__item._first .search__item + .search__item {
    margin-top: 30px;
  }
  .modal-open .modal .modal-content .modal-body #request_form {
    border-left: 1px solid #f0f0f0;
    padding-left: 16px;
    margin-bottom: 0;
  }
  .modal-open .modal .form-control {
    font-size: 13px;
  }
  .modal-open .modal .modal-content .close-modal.__top {
    display: none;
  }
  .modal-open .modal .modal-dialog .close_btn {
    display: block;
    position: absolute;
    top: 48px;
    right: 48px;
  }
  .modal-open .modal .modal-content .modal-body .greyText {
    margin-bottom: 0;
  }
  .modal-open .modal .modal-content .close-modal.__bottom {
    display: none;
  }
  .close-modal:hover,
  .close-modal:focus {
    color: #c69c6d;
  }
  .close-modal span {
    font-size: 0.9rem;
    margin-right: 0.35rem;
  }
  .search-view .items_list {
    margin: 32px 0 32px 32px;
  }
  .page_header__wrapper {
    padding: 0 0 0 32px;
  }
  section.search-view {
    padding: 76px 32px 32px 32px;
    top: initial;
  }
  #search_form label {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #areas-box label {
    margin-bottom: 12px;
  }
  #areas-box label:focus {
    outline: 0;
  }
  .collapse_filters--wrapper {
    position: sticky;
    top: 109px;
  }
  .collapse_filters {
    margin-bottom: 0;
    height: 100%;
  }
  body.page-id-6066 #sub-menu,
  body.page-id-5171 #sub-menu,
  body.page-id-5570 #sub-menu,
  body.page-id-4844 #sub-menu {
    display: block;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .navbar-brand img {
    padding: 0;
    height: 36px;
    width: auto;
  }
  .navbar-nav .dropdown-item {
    padding: 0;
  }
  #top_header {
    margin-top: 70px;
  }
  .jumbotron {
    bottom: 10vh;
  }
  .jumbotron a:last-of-type {
    margin-right: -1.25rem;
  }
  #search_box {
    max-width: 20%;
    min-width: 320px;
    margin-top: 32px;
  }
  .list_box {
    margin-top: 32px;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  #request_form {
    display: none;
  }
  #page_text.default .full-width .p-absolute {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  .gm-style-iw .item_preview:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 60%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 20px;
    border-color: transparent transparent transparent #fff;
  }
  #offer_info {
    min-height: 600px;
  }
  #page_content .container article.article {
    padding: 0 45px;
  }
  #propertySlider {
    width: calc(100vw - 9px);
    left: 50%;
    margin-left: -50vw;
    position: relative;
  }
  #propertySlider .slick-slide {
    margin: 0 16px;
    position: relative;
  }
  #propertySlider .slick-slider .slick-slide {
    opacity: 0.2;
    transition: opacity 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #propertySlider .slick-slider .slick-slide.slick-current {
    opacity: 1;
  }
  #propertySlider .slick-slider .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    opacity: 1;
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #propertySlider .slick-slider .slick-arrow:hover svg path {
    fill: #333130;
  }
  #propertySlider .slick-slider .slick-arrow.--prev {
    left: 10%;
  }
  #propertySlider .slick-slider .slick-arrow.--next {
    right: 10%;
  }
  #page_content .swiper-slide.swiper-slide-prev,
  #page_content .swiper-slide.swiper-slide-next {
    opacity: 0.2;
  }
  #sales-page #page_text {
    padding-top: 0;
  }
  #sales-page.container > .row > .col-12 {
    padding: 0;
  }
  #sales-page.container > .row {
    padding: 0;
    margin: 0;
  }
  section.section {
    padding: 48px 0 64px 0;
  }
  .__twoCollumns > .col-sm-12 > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  section.section .section__slider {
    margin-bottom: 48px;
    margin-top: 16px;
  }
  section.section .section__subTitle {
    font-size: 16px;
  }
  section.section .section__title {
    font-size: 36px;
  }
  section.section .section__content.__twoCollumns .wpb_wrapper {
    gap: 32px;
  }
  section.section .subSection {
    margin-top: 48px;
  }
  section.section .subSection.__greyBackground {
    padding: 40px;
    margin-top: 48px;
  }
  section.section .subSection .col-sm-12 {
    padding: 0;
  }
  section.section .subSection .subSection__title {
    font-size: 24px;
  }
  section.section .content__list {
    margin-bottom: 0;
  }
  section.section .content__list .list__item {
    margin-bottom: 16px;
    font-size: 18px;
  }
  section.section .content__list .list__item + .list__item {
    margin-top: initial;
  }
  section.section .subSection .content__text {
    font-size: 18px;
  }
  section.section .section__content .section__content__item.__customButton {
    margin-bottom: 32px;
  }
  section.section .subSection .content__teamThumbnails .vc_column-inner > .wpb_wrapper {
    column-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
  }
  section.section .subSection .sunSection__content.__card {
    display: grid;
    grid-template-columns: 1fr 180px;
    column-gap: 32px;
  }
  section.section .subSection .sunSection__content.__card .card__item + .card__item {
    margin-top: 0;
  }
  section.section .subSection .sunSection__content.__card .card__item .card__img {
    max-width: initial;
    max-height: initial;
    aspect-ratio: initial;
    object-fit: initial;
  }
  #search_form {
    max-height: 68dvh;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    padding-right: 10px;
    margin-bottom: 32px;
  }
  .sidebar-serach-buttons {
    display: block;
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding-right: 10px;
  }
  .sidebar-serach-buttons .filter-btn {
    background: #111;
    color: #fff;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1200px) {
  .section.section .section__content__item ._fontSize {
    font-size: 18px;
  }
  .home .section .page_header {
    justify-content: center;
    margin-bottom: 48px;
    text-align: center;
  }
  #projectUnit__page .properties .page_header,
  #single_offer .properties .page_header {
    margin-bottom: 48px;
  }
  .mobileNavigation.navbar-collapse {
    height: 100%;
    background-color: #fff;
  }
  #projectUnit__page.container {
    padding: 0 0 0 128px;
  }
  .contact_form {
    min-width: 283px;
  }
  #page_content .container article.article {
    padding: 0 128px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 16px 20px 16px 32px;
  }
  #top_header {
    height: 80vh;
  }
  #video-bg {
    top: 50%;
    transform: translateY(-50%);
    background-color: #eee;
  }
  .rating_tool .custom-select {
    position: relative;
    height: 45px;
    width: auto;
  }
  #page_text {
    padding-top: 64px;
  }
  .languages {
    width: 118px;
    padding: 0 0 0 32px;
    position: relative;
  }
  .languages::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .languages .nav-item.dropdown {
    position: initial;
  }
  #languages__list:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  nav .languages .nav-item .nav-link.dropdown-toggle {
    padding: 0;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: baseline;
    margin: 20px 0;
    text-decoration: none;
  }
  nav .languages .nav-item .nav-link.dropdown-toggle .name:hover {
    text-decoration: underline;
  }
  .big-slider .swiper-button-prev {
    left: -15vw;
  }
  .big-slider .swiper-button-next {
    right: -15vw;
  }
  #search_box {
    min-width: 375px;
  }
  .a-ml {
    margin-left: 7.2rem;
  }
  .a-mr {
    margin-right: 7.2rem;
  }
  .item_desc .propertyParameters .propertyParameter p {
    font-size: 16px;
  }
  .page-template-page_sales .h1 {
    font-size: 32px;
  }
  .page-template-page_sales .h1 small {
    font-size: 19px;
    color: #999;
  }
  .page-template-page_sales h2.page_header {
    font-size: 24px;
    margin-bottom: 2rem;
  }
  .page-template-page_sales .col-6 img {
    min-height: 55px;
    width: auto;
  }
  .page-template-page_sales .col-6 figcaption {
    font-size: 15px;
    font-weight: 500;
    padding-top: 20px;
  }
  .c-backlink {
    padding-top: 24px;
  }
  .c-backlink:hover .c-backlink__label {
    text-decoration: underline;
  }
  .jumbotron h1 {
    font-size: 32px;
  }
  body.page-template-page_sales #page_text ul li {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #street_filed {
    flex-grow: 1;
  }
  #main-slider .embed-responsive {
    height: auto;
  }
  #projectUnit__page .backToPrevPage._top {
    margin: 0;
    padding: 0;
  }
  #projectUnit__page .pageTitle,
  #projectUnit__page .project-detail {
    max-width: 648px;
  }
  #projectUnit__page .pageTitle {
    display: flex;
  }
  #map-swiper {
    transform: translate(-100%, -50%);
    margin-left: -30px;
    margin-top: -71px;
  }
}
@media (min-width: 1440px) {
  .offer_desc,
  .swiper-slide {
    max-width: 848px;
  }
  #projectUnit__page .pageTitle,
  #projectUnit__page .project-detail {
    max-width: 848px;
  }
  #bg-header + #projectUnit__page.container {
    margin-top: -200px;
  }
  #page_text .team__items .team__item img {
    height: 300px;
    max-height: initial;
  }
  * {
    box-sizing: border-box;
  }
  header {
    padding: 0 32px;
  }
  header .swiper-container {
    max-height: 700px;
  }
  header .jumbotron {
    display: block;
    padding: 48px;
    max-width: 607px;
    bottom: 150px;
  }
  header .jumbotron h1 {
    margin-bottom: 12px;
  }
  header .jumbotron .content__text {
    font-size: 18px;
    max-width: 480px;
  }
  .page_header {
    font-size: 32px;
  }
  .h3 {
    font-size: 32px;
  }
  #page_content #list_box .container {
    max-width: initial;
  }
  .home #page_content .container {
    max-width: 1438px;
  }
  .home #page_content .container .items_list .item_preview:first-child {
    border-left: none;
  }
  .home #page_content .container .items_list .item_preview:nth-child(3) {
    border-right: none;
  }
  .item_preview h6 {
    font-size: 18px;
  }
  .item_preview .no-gutters {
    margin: 24px 0 0 0;
  }
}
.page404 {
  padding-top: 76px;
}
@media (min-width: 1200px) {
  .page404 {
    padding-top: 176px;
  }
}
.page404 .container {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
