/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --main-color: #c6a67f;
  --main-color-hover: #867664;
  --green-color: #2f4539;
}

/* Add your custom styles here */

.big_options li {
  display: inline-block;
  border-radius: 50%;
  height: 44px;
  line-height: 40px;
  width: 44px;
  font-size: 18px;
  text-align: center;
  border: 2px solid #2b2b2b;
  color: #000;
  background: #fff;
  transition: 0.3s all;
  cursor: pointer;
  margin-right: 7px;
}
.big_options li:first-child {
  width: 116px;
  border-radius: 33px;
  position: relative;
}
.big_options li:first-child span {
}
.big_options li:first-child span:first-child {
}
.big_options li:first-child span:last-child {
  font-size: 16px;
}
.big_options li:hover,
.big_options li.selected {
  color: #fff;
}
.big_options li:hover,
.big_options li.selected {
  background: #2b2b2b;
}
.big_options li.selected {
  background: #2b2b2b;
}

.epl-search-form .epl-min_price_custom,
.epl-search-form .epl-bedroom_amounts {
  display: none;
}
select#completion_year option:first-child,
select#property_types option:first-child {
  display: none;
}
.prop_total {
  background: rgb(255 92 0 / 90%);
  color: #fff;
  font-size: 13px;
  padding: 7px 20px;
  border-radius: 22px;
}
.search_form .elementor-shortcode {
  display: flex;
  flex-direction: column;
  align-items: left;
}
.search_form form {
  display: flex;
  gap: 0 13px;
}
.search_form .epl-search-container {
  width: calc(100% - 350px);
  display: flex;
  align-items: center;
}
.epl-search-wide .epl-lf-range-slider.epl-search-row-full {
  width: 344px;
  border: 2px solid #2b2b2b;
  border-radius: 31px;
  height: 44px;
  align-self: center;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.epl-search-form .epl-search-row,
.epl-search-wide .epl-search-submit-row {
  width: auto;
}
.epl-search-form label[for="completion_year"],
.epl-search-form label[for="property_types"] {
  display: none;
}
.ui-widget-header {
  background: #ff5c00;
}
.epl-search-form .ui-slider-horizontal {
  height: 2px;
  top: -4px;
  background: #2b2b2b;
}
.ui-slider .ui-slider-handle {
  border-color: #2b2b2b;
  height: 11px;
  border-radius: 7px;
  top: -5px;
  width: 24px;
  box-shadow: 1px 2px 4px #2b2b2b61;
  cursor: pointer;
  outline: none;
  transition: 0.3s border;
}
.ui-slider .ui-slider-handle:hover {
  border-color: #ff5c00;
}
.epl-lf-range-slider .field {
  padding: 0px 28px;
}
.epl-lf-label-txt {
  width: 100%;
  display: flex;
  padding-top: 5px;
}
.epl-lf-label-txt .price {
  width: 50%;
  display: inline-block;
  font-size: 18px;
  color: #000;
  padding: 4px 4px 4px 12px;
}
.epl-lf-label-txt .price:first-child {
  border-right: 1px solid #000;
}
.epl-lf-label-txt .price:first-child:before {
  content: "from";
}
.epl-lf-label-txt .price:nth-child(2):before {
  content: "to";
}
.epl-lf-label-txt .price:before {
  font-size: 13px;
  display: inline-block;
  padding-right: 13px;
  float: left;
  padding-top: 2px;
}
.epl-lf-label-txt .price:after {
  content: "€";
}
.epl-property_types {
  order: 2;
}
.epl-completion_year {
  order: 3;
}
.exclusive_checkbox {
  order: 4;
}
.epl-search-wide .epl-search-submit-row {
  order: 5;
}

.epl-search-form select.in-field {
  border: 2px solid #2b2b2b;
  border-radius: 31px;
  font-size: 18px;
  font-weight: 300;
  appearance: none;
  padding: 9px 37px 9px 21px;
  transition: 0.3s border;
  cursor: pointer;
  height: 44px;
  background: #fff;
}

.epl-search-form select.in-field option {
  font-weight: 300;
}
.epl-search-form .epl-property_types,
.epl-search-form .epl-completion_year {
  align-items: center;
  display: inline-flex;
  position: relative;
}
.epl-search-form .epl-property_types:hover select,
.epl-search-form .epl-completion_year:hover select,
.epl-search-form .epl-property_types:focus select,
.epl-search-form .epl-completion_year:focus select {
  border-color: #ff5c00;
}
.epl-search-form .epl-property_types:after,
.epl-search-form .epl-completion_year:after {
  content: "";
  background-image: url("assets/triangle.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.epl-search-form select.in-field#property_types {
  padding-right: 29px;
}
input#is_exclusive {
  display: none;
}
.epl-search-form label[for="is_exclusive"] {
  display: inline-block;
  border: 2px solid #2b2b2b;
  color: #000;
  border-radius: 31px;
  background-color: #fff;
  transition: 0.3s all;
  height: 44px;
  margin-top: 8px;
  font-size: 18px;
  padding: 12px 16px;
  cursor: pointer;
}
label[for="is_exclusive"].selected {
  background-color: #2b2b2b;
  color: #fff;
}
label[for="is_exclusive"]:hover {
  border-color: #ff5c00;
}
.epl-tool-switch {
  display: none;
}

.epl-search-submit input[type="submit"] {
  border-radius: 31px;
  border-width: 2px;
  transition: 0.3s all;
  font-size: 18px;
  padding: 6px 30px 7px;
}
.epl-search-submit input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
  border-width: 2px;
}
select.epl-sort-listings {
  border: none;
  text-align: right;
  font-size: 17px;
  font-weight: 300;
  appearance: none;
  transition: 0.3s all;
  cursor: pointer;
  background: transparent;
  outline: none;
  padding-right: 32px;
  padding-left: 28px;
  direction: rtl;
}
select.epl-sort-listings:hover {
  color: #ff5c00;
}
select.epl-sort-listings option {
  font-weight: 300;
  color: #000;
  /*direction: ltr;*/
}
.epl-properties-sorting {
  position: relative;
  margin-top: -128px;
}
.epl-properties-sorting:after {
  content: "";
  background-image: url(assets/triangle.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: 7px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  top: 13px;
  visibility: visible;
  transition: 0.3s all;
}
.epl-properties-sorting.hide_it:after {
  visibility: hidden;
}
.epl-properties-sorting:hover:after {
  background-image: url(assets/triangle_orange.svg);
}
.epl-switching-sorting-wrap {
  height: 0;
}
.carousel_results .prop_car_item {
  background-size: cover;
  background-position: center;
  cursor: pointer;
  height: 17.4vw;
  height: calc((100vw - 152px) * 0.215);
  transition: 0.3s transform;
  position: relative;
}
.carousel_results .prop_car_item.slick-current,
.carousel_results .prop_car_item.slick-active {
  z-index: 99999999;
}
.carousel_results:hover .prop_car_item {
  transform: scale(1.1);
}
.epl-template-blog {
  gap: 32px 32px;
  display: flex;
  flex-wrap: wrap;
}
.epl-listing-post.one_prop {
  width: calc(33.3% - 17px);
  position: relative;
  margin-bottom: 22px;
}
.epl-archive-utility-wrapper {
  width: 100%;
  margin: 0;
}
.one_prop .epl-property-blog-entry-wrapper {
  margin: 0;
  box-shadow: none;
}
.carousel_results .slick-dots {
  bottom: 5px;
  width: 80px;
  left: calc(50% - 40px);
}
.carousel_results.slick-dotted.slick-slider {
  margin-bottom: 15px;
  border-radius: 18px;
  overflow: hidden;
}
.one_prop .prop_types {
}
.one_prop .prop_type {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-weight: 300;
  background: rgb(43 43 43 / 50%);
  border: 1px solid #202020;
  padding: 8px 18px;
  border-radius: 31px;
  font-size: 13px;
}
.one_prop .prop_type:nth-child(2) {
  top: 53px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  border: none;
  background: none;
}
.carousel_results .slick-dots li button:before {
  font-size: 9px;
  opacity: 1;
  color: transparent;
  -webkit-text-stroke: 0.5px;
  text-shadow: 1px 2px 4px #0000003b;
  -webkit-text-stroke-color: #ffff;
  transition: 0.3s all;
}
.carousel_results .slick-dots li.slick-active button:before,
.carousel_results .slick-dots li:hover button:before {
  opacity: 1;
  color: #fff;
}
.carousel_results .slick-dots li {
  margin: 0;
  width: 16px;
}
.one_prop .entry-title a {
  transition: 0.3s all;
  color: #000;
  font-weight: 500;
  font-size: 23px;
}
.one_prop .entry-title {
  margin-bottom: 4px;
}
.one_prop .entry-title a:hover {
  color: #ff5c00;
}
.one_prop .property-address {
  display: inline-block;
  font-size: 17px;
}
.one_prop .property-address:before {
  font-family: "slick";
  content: "•";
  color: #ff5c00;
  font-size: 9px;
  float: left;
  line-height: 24px;
  margin-right: 7px;
}
.one_prop .comp_year {
  display: inline-block;
  font-size: 17px;
  margin-left: 15px;
}
.one_prop .comp_year:before {
  content: "";
  background-image: url("assets/time.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 17px;
  display: inline-block;
  background-size: contain;
  margin-bottom: -2px;
  margin-right: 7px;
}
.one_prop .price {
  font-size: 17px;
  color: #444444;
}
.one_prop .price .from_lbl,
.one_prop .price .to_lbl {
  font-weight: 200;
  margin-right: 3px;
}
.one_prop .price .to_lbl {
  margin-left: 10px;
}
.epl-pagination .pages {
  display: none;
}

.epl-pagination a.nextpostslink:before {
  content: "Next ";
}

.epl-pagination a.previouspostslink:after {
  content: " Previous";
}
.epl-pagination {
  text-align: center;
  display: inline-block;
  position: relative;
}
.epl-pagination span {
  border: none;
}
.epl-pagination a {
  border: 2px solid #000 !important;
  border-radius: 31px;
  color: #000;
  background: transparent;
  transition: 0.3s all;
  padding-left: 7px;
  min-width: 34px;
  padding-right: 7px;
  margin: 0 5px;
}
.epl-pagination span.current {
  color: #fff;
  background-color: #000;
  min-width: 34px;
  border-radius: 31px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  margin: 0 5px;
}
.epl-pagination a:hover,
.epl-pagination span.current {
  background: #000;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  display: none;
}
.slider .slick-prev,
.slider .slick-next {
  z-index: 5;
  background: transparent;
  border: none !important;
  background-image: url("assets/arrow.svg") !important;
  background-color: rgb(255 255 255 / 60%) !important;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px;
  opacity: 0;
  transition: 0.3s all;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
  background-color: rgb(255 255 255 / 80%) !important;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
  border: none;
  background-size: 18px;
}
.carousel_results:hover .slick-prev,
.carousel_results:hover .slick-next {
  opacity: 1;
}

.slider .slick-prev {
  left: 15px;
  transform: scalex(-1);
  margin-top: -17px;
}
.slider .slick-next {
  right: 15px;
}
body:not([class*="paged-"])
  .epl-pagination
  .page.larger:not(:nth-child(3), :nth-child(4)),
body.paged-2 .epl-pagination .page.larger:not(:nth-child(5)),
body.paged-3 .epl-pagination .page.larger:not(:nth-child(6)),
body.paged-4 .epl-pagination .page.larger:not(:nth-child(8)),
body.paged-4 .epl-pagination .page.smaller:not(:nth-child(6)),
body.paged-5 .epl-pagination .page.smaller:not(:nth-child(6)),
body.paged-5 .epl-pagination .page.larger:not(:nth-child(8)),
body.paged-6 .epl-pagination .page.smaller:not(:nth-child(6)),
body.paged-6 .epl-pagination .page.larger:not(:nth-child(8)),
body.paged-7 .epl-pagination .page.smaller:not(:nth-child(6)),
body.paged-7 .epl-pagination .page.larger:not(:nth-child(8)),
body.paged-8 .epl-pagination .page.smaller:not(:nth-child(6)),
body.paged-8 .epl-pagination .page.larger:not(:nth-child(8)),
body.paged-9 .epl-pagination .page.smaller:not(:nth-child(6)),
body.paged-9 .epl-pagination .page.larger:not(:nth-child(8)),
body.paged-10 .epl-pagination .page.smaller:not(:nth-child(6)),
body.paged-10 .epl-pagination .page.larger:not(:nth-child(8)),
body.paged-11 .epl-pagination .page.smaller:not(:nth-child(6)),
body.paged-11 .epl-pagination .page.larger:not(:nth-child(8)),
body.paged-12 .epl-pagination .page.smaller:not(:nth-child(6)),
body.paged-12 .epl-pagination .page.larger:not(:nth-child(8)),
body.paged-13 .epl-pagination .page.smaller:not(:nth-child(6)),
body.paged-13 .epl-pagination .page.larger:not(:nth-child(8)),
body.paged-14 .epl-pagination .page.smaller:not(:nth-child(6)),
body.paged-14 .epl-pagination .page.larger:not(:nth-child(8)),
body.paged-15 .epl-pagination .page.smaller:not(:nth-child(6)),
body.paged-15 .epl-pagination .page.larger:not(:nth-child(8)),
.epl-pagination .extend:nth-last-child(5) {
  display: none;
}
body.paged-3 .epl-pagination .page.smaller:nth-child(3) {
  visibility: hidden;
  margin: 0 -3px -4px;
}
body.paged-3 .epl-pagination:before {
  content: "...";
  position: absolute;
  bottom: 5px;
  left: 112px;
}
.loop-footer {
  text-align: center;
}
#properties_map {
  height: 1000px;
  border-radius: 18px;
  width: 100%;
  display: none;
  max-height: 85vh;
}
#properties_map .gm-svpc > div {
  top: unset !important;
  height: 100%;
  width: 100%;
  left: unset !important;
}
#properties_map .gm-style-mtc {
  display: none;
}
.property_onmap {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #2b2b2b;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 65px;
  justify-content: center;
  padding: 4px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 65px;
  overflow: hidden;
  font-family: "Lexend", sans-serif;
}
.property_onmap:hover {
  border-color: #ff5c00;
}
.property_onmap .prop_url {
  position: absolute;
  bottom: 12px;
  right: 5px;
  transform: rotate(-90deg);
}
.property_onmap .prop_url:after {
  content: "";
  background-image: url(assets/triangle.svg);
  width: 26px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s all;
  display: inline-block;
  background-size: 16px;
}
.property_onmap .prop_url:hover:after {
  background-image: url(assets/triangle_orange.svg);
}
.map_toggle:before,
.map_toggle:after,
.filter_toggle:before,
.filter_toggle:after {
  content: "Map";
  position: absolute;
  pointer-events: none;
  top: 4px;
  transition: 0.3s all;
  opacity: 1;
  font-size: 15px;
}
.filter_toggle:before,
.filter_toggle:after {
  content: "Filters";
}
.map_toggle:before,
.filter_toggle:before {
  left: 37px;
}
.map_toggle:after,
.filter_toggle:after {
  left: 16px;
  color: #fff;
}
.map_toggle:not(.unchecked):before,
.map_toggle.unchecked:after,
.filter_toggle:not(.unchecked):before,
.filter_toggle.unchecked:after {
  opacity: 0;
}
.map_toggle input,
.filter_toggle input {
  cursor: pointer;
  appearance: none;
  padding: 13px 40px;
  border-radius: 16px;
  background: radial-gradient(
      circle 13px,
      white 100%,
      transparent calc(100% + 1px)
    )
    #ccc -27px;
  transition: 0.3s ease-in-out;
  border: 2px solid #000;
  background-repeat: no-repeat;
}

.map_toggle :checked,
.filter_toggle :checked {
  background-color: #ff5c00;
  background-position: 27px;
}

.property_onmap .bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.property_onmap.highlight .bg_img {
  height: 109px;
}

.property_onmap .details {
  display: none;
  flex-direction: column;
  flex: 1;
}

.property_onmap .details .prop_url {
  position: absolute;
  bottom: 13px;
  right: 5px;
}

.property_onmap .name {
  color: #2b2b2b;
  margin-bottom: 2px;
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
}
.property_onmap .price {
  color: rgb(43 43 43 / 40%);
  font-size: 13px;
}

.property_onmap.highlight {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  height: 160px;
  padding: 7px 10px;
  width: 215px;
  border-color: #ff5c00;
  align-items: end;
  outline: none;
}
.property_onmap.highlight .details {
  display: flex;
}

.cluster_custom {
  color: #fff;
  background: #ff5c00;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  outline: 2px solid #fff;
  font-size: 14px;
}
.cluster_custom:hover {
}

.prop_det {
  margin: 42px auto 0;
  padding: 0 40px;
  max-width: 1520px;
}
.gallery_n_title {
  display: flex;
  gap: 40px 40px;
  flex-direction: row;
}
.main_details_col {
  width: 30%;
}
.main_details {
  background-color: #f5f5f6;
  border-radius: 12px;
  padding: 15px 24px 24px;
}
.main_details h1 {
  font-size: 35px;
  color: #000;
  margin-top: 3px;
  margin-bottom: 3px;
}
.gallery_n_title .gallery_col {
  width: 70%;
  position: relative;
}

.carousel_results.car_details .prop_car_item {
  height: 590px;
  cursor: zoom-in;
}
.carousel_results.car_details.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.single-property .mfp-bg {
  background: #2b2b2b;
  opacity: 0.98;
}
.single-property button.mfp-arrow:after,
.single-property button.mfp-arrow:before {
  display: none;
}

.single-property button.mfp-arrow.mfp-arrow-right svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.single-property .mfp-counter {
  font-style: normal;
  left: 0;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  margin-top: 4px;
}
.single-property .mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  text-align: center;
}
.single-property .mfp-close {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 14 14" fill="none"><path d="M3.93359 2.93555L6.99772 5.99968M6.99772 5.99968L10.0619 9.06381M6.99772 5.99968L3.93359 9.06381M6.99772 5.99968L10.0619 2.93555" stroke="%23FFFFFF" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
  color: transparent !important;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 25px;
  margin-top: -15px;
}
.single-property .mfp-close:hover {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 14 14" fill="none"><path d="M3.93359 2.93555L6.99772 5.99968M6.99772 5.99968L10.0619 9.06381M6.99772 5.99968L3.93359 9.06381M6.99772 5.99968L10.0619 2.93555" stroke="%23FF5C00" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}
.single-property .mfp-wrap button {
  background-color: transparent !important;
  outline: none !important;
  border: none;
}
.carousel_results.car_details {
  border-radius: 12px;
  overflow: hidden;
}
.slider.car_details .slick-prev,
.slider.car_details .slick-next {
  opacity: 1;
  width: 42px;
  height: 42px;
  background-size: 21px;
}
.gallery_col .index_lbl {
  position: absolute;
  bottom: 24px;
  left: 50%;
  background: rgb(255 255 255 / 75%);
  font-size: 16px;
  font-weight: 400;
  padding: 2px 6px;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s all;
  min-width: 90px;
  margin-left: -45px;
}
.carousel_results:hover .prop_car_item {
  transform: none;
}

.zoomin_btn,
.tour_btn {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 4px 18px;
  border-radius: 5px;
  z-index: 999;
  top: 29px;
  position: absolute;
  transition: 0.3s all;
}

.zoomin_btn {
  background-color: rgb(43 43 43 / 75%);
  left: 30px;
  pointer-events: none;
}
/*.zoomin_btn:hover {
	background-color: rgb(43 43 43 / 100%);
}*/

.tour_btn {
  background-color: rgb(255 92 0 / 75%);
  left: 130px;
}
.tour_btn:hover {
  background-color: rgb(0 0 0 / 75%);
  color: #fff;
}
.main_details .property-address {
  font-size: 19px;
}
.main_details .property-address img {
  float: left;
  margin: 5px 4px 0 0;
}

.main_details .price_lbl {
  font-size: 17px;
  margin-top: 24px;
}

.main_details .price {
  font-weight: 400;
  font-size: 19px;
  margin-top: 4px;
}
.info_table {
  margin-top: 20px;
}
.info_table .info_row {
  display: flex;
  align-items: center;
  padding: 9px 0;
}
.info_table .info_row .info_name,
.info_table .info_row .info_value {
  flex-basis: 100%;
}
.info_table .info_row .info_name {
  font-size: 17px;
}
.info_table .info_row .info_value {
  font-weight: 500;
  font-size: 19px;
  text-align: right;
}
.info_table .info_row:not(:last-child) {
  border-bottom: 1px solid #000;
}
.cta_bttns {
  display: flex;
  gap: 11px;
  margin-top: 32px;
}
.cta_bttns a {
  font-size: 19px;
  transition: 0.3s all;
  flex-basis: 100%;
  text-align: center;
  border-radius: 7px;
  padding: 12px 10px;
  box-shadow: 0 2px 4px 0px rgb(0 0 0 / 15%);
}
.cta_bttns a.orange {
  color: #fff;
  background-color: #ff5c00;
}
.cta_bttns a.orange:hover {
  background-color: #000;
}
.cta_bttns a.white {
  color: #000;
  background-color: #fff;
}
.cta_bttns a.white:hover {
  color: #fff;
  background-color: #000;
}

.infotags {
  display: flex;
  gap: 23px;
  margin-top: 15px;
  justify-content: center;
}
.infotags .one_infotag {
  display: flex;
  font-size: 17px;
}
.infotags .one_infotag img {
  margin-right: 10px;
}

.content_section {
  width: 70%;
  margin-top: 95px;
}
.content_section h2 {
  font-size: 35px;
  margin-bottom: 5px;
  margin-top: 54px;
}
.last_upd {
  font-size: 19px;
  margin-left: 15px;
  color: #a6a6a6;
}

.prop_docs {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

.prop_docs .one_doc {
  width: calc(25% - 24px);
  color: #fff !important;
  font-size: 19px;
  font-weight: 500;
  background-color: var(--main-color);
  transition: 0.3s all;
  box-shadow: none;
  min-height: 159px;
  height: 170px;
  padding: 17px 21px;
  border-radius: 12px;
  position: relative;
}
.prop_docs .one_doc[data-link="unavailable"] {
  background-color: rgba(148, 146, 146, 0.7);
}
.prop_docs .one_doc:not([data-link="unavailable"]):hover {
  box-shadow: 0px 2px 9px rgb(0 0 0 / 40%);
}

.prop_docs .one_doc:after {
  content: "";
  background-image: url("assets/play.svg");
  position: absolute;
  bottom: 15px;
  right: 18px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 13px center;
  height: 37px;
  width: 37px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.prop_docs .one_doc[data-link="unavailable"]:after {
  content: "not available";
  background-image: none;
  height: unset;
  width: auto;
  border: none;
}
.single-property #properties_map {
  display: block;
  height: 400px;
  margin-top: 50px;
}
.prop_desc {
  color: #6b6b6b;
  font-size: 18px;
  margin-top: 40px;
  line-height: 1.2;
}
.epl-tab-title-property-features,
.epl-property-features li.property-category {
  display: none;
}
.epl-property-features li {
  border: 2px solid #ff5c00;
  display: inline-block;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 1.2;
  padding: 9px 30px;
  border-radius: 30px;
}
.epl-property-features {
  padding-left: 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.prop_det_related .one_photo .prop_car_item {
  min-height: 375px;
  display: block;
  background-size: cover;
  border-radius: 18px;
  overflow: hidden;
  background-position: center;
  overflow: hidden;
}
.prop_det_related .one_photo .prop_car_item:after {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 90%;
  background: linear-gradient(
    10deg,
    rgb(0 0 0 / 60%) 0%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.8;
  border-radius: 18px;
  transition: 0.3s opacity;
}
.prop_det_related .one_photo:hover .prop_car_item:after {
  opacity: 1;
}
.epl-template-table_open {
  gap: 32px 32px;
  display: flex;
}
.prop_det_related .one_prop .prop_type {
  background: rgb(255 92 0 / 70%);
  border: none;
}
.prop_det_related .epl-property-blog .property-box-right {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  color: #fff;
  gap: 0 20px;
  padding: 0 16px 12px;
  align-items: end;
  pointer-events: none;
  justify-content: space-between;
}
.prop_det_related .epl-property-blog .property-box-right .first_col {
  /* width: 60%; */
  display: flex;
  flex-direction: column;
}
.prop_det_related .epl-property-blog .property-box-right .sec_col {
  /* width: 40%; */
  justify-content: end;
  display: flex;
}
.prop_det_related .one_prop .property-address:before {
  display: none;
}
.prop_det_related .one_prop .property-addres {
  color: #fff;
}

.prop_det_related .one_prop .entry-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 0;
}
.prop_det_related .one_prop .property-address {
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 6px;
}
.prop_det_related .one_prop .price {
  color: #fff;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
.prop_det_related .one_prop .price .from_lbl {
  font-weight: 500;
}

.custom_carousel .elementor-swiper-button-prev {
  transform: rotate(-180deg) !important;
  transform-origin: left;
}

.custom_carousel .property-address {
  margin-bottom: 0.5em;
}
.prop_det_related .epl-template-table_open.epl-clearfix:after {
  display: none;
}

@media only screen and (max-width: 1549px) {
  /*.carousel_results.car_details .prop_car_item {
    height: calc(calc(100vw - 120px)* 0.44);
}
.prop_docs .one_doc {
    height: calc(calc(100vw - 120px)* 0.125);
}*/
  .big_options li:first-child {
    width: 71px;
    border-radius: 33px;
    position: relative;
  }
  .big_options li:first-child span:first-child {
    top: -6px;
  }
  .big_options li:first-child span {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .big_options li:first-child span:last-child {
    top: 9px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 1469px) {
  .epl-properties-sorting:after {
    top: 10px;
  }
  .epl-properties-sorting {
    margin-top: -121px;
  }
  .big_options li {
    height: 40px;
    line-height: 36px;
    width: 40px;
    font-size: 15px;
  }
  .epl-search-form select.in-field {
    font-size: 15px;
    padding: 8px 36px 9px 14px;
    height: 40px;
  }
  .epl-search-form label[for="is_exclusive"] {
    height: 40px;
    margin-top: 8px;
    font-size: 15px;
    padding: 11px 14px;
  }
  select.epl-sort-listings {
    font-size: 15px;
    padding-right: 27px;
    padding-left: 25px;
  }
  .epl-search-submit input[type="submit"] {
    font-size: 15px;
    padding: 7px 22px 7px;
    height: 40px;
  }
  .epl-lf-label-txt .price {
    font-size: 15px;
  }
  .epl-search-wide .epl-lf-range-slider.epl-search-row-full {
    height: 40px;
  }
  .epl-search-form .ui-slider-horizontal {
    height: 2px;
    top: -3px;
  }
  .epl-lf-label-txt {
    padding-top: 4px;
  }
}

@media only screen and (max-width: 1359px) {
  .one_prop .property-address:before {
    line-height: 20px;
  }
  .one_prop .price {
    font-size: 15px;
  }
  .one_prop .comp_year:before {
    width: 15px;
    height: 15px;
  }
  .one_prop .comp_year {
    font-size: 15px;
  }
  .one_prop .entry-title a {
    font-size: 19px;
  }
  .one_prop .property-address {
    font-size: 15px;
  }
  .epl-search-submit input[type="submit"] {
    font-size: 14px;
  }
  .big_options li {
    font-size: 14px;
  }
  .epl-lf-label-txt .price:before {
    font-size: 12px;
  }
  .epl-lf-label-txt .price {
    font-size: 14px;
  }
  .epl-search-form select.in-field {
    font-size: 14px;
    padding: 9px 36px 9px 14px;
  }
  .epl-properties-sorting {
    margin-top: -25px;
  }
  .search_form .epl-search-container {
    width: calc(100% - 233px);
  }
  .epl-search-form label[for="is_exclusive"] {
    font-size: 14px;
  }
  .search_form form {
    gap: 0 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .infotags {
    flex-direction: column;
    align-items: center;
  }
  .content_section {
    width: 100%;
  }
  .one_prop .property-address:before {
    line-height: 18px;
  }
  .big_options li:first-child {
    width: 64px;
  }
  .epl-search-submit input[type="submit"] {
    padding: 7px 15px 7px;
  }
  .epl-lf-label-txt .price {
    padding: 4px 4px 4px 9px;
  }
  .epl-lf-label-txt .price:before {
    padding-right: 6px;
  }
  .epl-search-wide .epl-lf-range-slider.epl-search-row-full {
    width: 269px;
  }
  .epl-search-wide .epl-lf-range-slider.epl-search-row-full {
    margin-left: 4px;
  }
  .big_options li {
    margin-right: 3px;
  }
  .epl-listing-post.one_prop {
    width: calc(33.3% - 18px);
  }
  .search_form form {
    gap: 0 7px;
  }
  .search_form .epl-search-container {
    /* width: calc(100% - 210px); */
    width: 90%;
  }
  .epl-search-form select.in-field {
    padding: 9px 30px 9px 11px;
  }
  .epl-search-form label[for="is_exclusive"] {
    padding: 11px 11px;
  }
  .one_prop .property-address {
    font-size: 13px;
  }
  .one_prop .comp_year {
    font-size: 13px;
    margin-left: 13px;
  }
  .one_prop .comp_year:before {
    width: 13px;
    height: 13px;
    margin-right: 4px;
  }
  .one_prop .price {
    font-size: 14px;
  }
  .one_prop .entry-title a {
    font-size: 18px;
  }
  .epl-property-blog .property-box-right {
    padding: 0 5px;
  }
  .search_form .elementor-shortcode {
    align-items: start;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .prop_docs {
    gap: 30px;
    flex-wrap: wrap;
  }
  .prop_docs .one_doc {
    width: calc(25% - 23px);
  }
  .tour_btn {
    left: 125px;
  }
  .zoomin_btn {
    left: 25px;
  }
  .zoomin_btn,
  .tour_btn {
    top: 24px;
  }
  .infotags {
    flex-direction: row;
    justify-content: start;
  }
  .epl-property-features {
    gap: 20px;
  }
  .epl-template-table_open {
    flex-wrap: wrap;
    gap: 30px;
  }
  .prop_det_related .epl-listing-post.one_prop {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
  .main_details_col {
    width: 100%;
  }
  .carousel_results.car_details .prop_car_item {
    height: calc(calc(100vw - 60px) * 0.6);
  }
  .prop_det {
    padding: 0 30px;
    margin-top: 30px;
  }
  .gallery_n_title .gallery_col {
    width: 100%;
  }
  .gallery_n_title {
    flex-direction: column;
    gap: 30px;
  }
  .epl-template-blog {
    gap: 25px 32px;
  }
  .big_options li {
    margin-right: 7px;
  }
  .big_options li:first-child {
    width: 68px;
  }
  .epl-properties-sorting {
    margin-top: -103px;
  }
  .prop_total {
    text-align: center;
  }
  .search_form .elementor-shortcode {
    align-items: start;
    flex-direction: column;
  }
  .epl-listing-post.one_prop {
    width: calc(50% - 14px);
  }
  .carousel_results .prop_car_item {
    height: calc((100vw - 92px) * 0.31);
  }
  .big_options.beds_options {
    margin-bottom: 10px;
  }
  .epl-search-wide .epl-lf-range-slider.epl-search-row-full {
    position: absolute;
    top: -8px;
    left: 230px;
    width: 284px;
  }
  .epl-properties-sorting:after {
    top: 9px;
    right: 0;
  }
  select.epl-sort-listings {
    padding-right: 22px;
  }
  .epl-lf-label-txt .price {
    padding: 4px 4px 4px 11px;
  }
  .epl-lf-label-txt .price:before {
    padding-right: 8px;
  }
  .epl-search-form label[for="is_exclusive"] {
    margin-top: 4px;
  }
  .epl-search-form select.in-field {
    padding: 9px 38px 9px 18px;
  }
  .epl-search-submit input[type="submit"] {
    padding: 7px 36px 7px;
  }
  .epl-search-wide .epl-search-submit-row {
    margin-top: 3px;
  }
  .epl-search-form label[for="is_exclusive"] {
    padding: 11px 18px;
  }
  .search_form .epl-search-container {
    width: calc(100% - 120px);
  }
  .map_toggle:before,
  .map_toggle:after,
  .filter_toggle:before,
  .filter_toggle:after {
    top: 5px;
    font-size: 14px;
  }
  .map_toggle:before,
  .filter_toggle:before {
    left: 38px;
  }
}
@media only screen and (max-width: 900px) {
  .mfp-arrow.mfp-arrow-left {
    margin-top: -43px;
  }
}

@media only screen and (max-width: 767px) {
  .prop_det_related .one_prop .price {
    flex-direction: row;
    gap: 7px;
  }
  .prop_det_related .one_prop .price {
    text-align: left;
  }
  .prop_det_related .one_photo .prop_car_item {
    min-height: 300px;
  }
  .prop_det_related .epl-property-blog .property-box-right {
    flex-direction: column;
  }
  .prop_det_related .epl-property-blog .property-box-right .first_col {
    width: 100%;
    gap: 4px;
  }
  .prop_det_related .epl-property-blog .property-box-right .sec_col {
    width: 100%;
    justify-content: start;
    margin-top: 8px;
  }
  .prop_docs .one_doc {
    width: calc(50% - 15px);
  }
  .prop_docs .one_doc {
  }
  .custom_carousel .one_prop .comp_year {
    margin-bottom: 5px;
  }
  .map_toggle:not(.unchecked):before,
  .filter_toggle:not(.unchecked):before {
    opacity: 1;
    color: #fff;
  }
  .map_toggle:not(.unchecked) input,
  .filter_toggle:not(.unchecked) input {
    background-image: url(assets/map_white_.svg);
  }
  .map_toggle:before,
  .filter_toggle:before {
    left: calc(50% - 3px);
    opacity: 1;
    font-size: 16px;
    top: 3px;
  }
  .filter_toggle:before {
    left: calc(50% - 10px);
  }
  .filter_toggle input {
    background-position: calc(50% - 30px) center !important;
  }
  .map_toggle:after,
  .filter_toggle:after {
    display: none;
  }
  .one_prop .prop_type {
    padding: 6px 11px;
    font-size: 12px;
  }
  .epl-pagination span.current {
    min-width: 28px;
  }
  .epl-pagination a {
    min-width: 28px;
  }
  .epl-pagination {
    font-size: 13px;
  }
  .carousel_results.slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
  .one_prop .entry-title a {
    font-size: 16px;
  }
  .one_prop .comp_year {
    font-size: 13px;
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .epl-properties-sorting {
    margin-top: -89px;
    margin-right: -6px;
  }
  .map_toggle input,
  .filter_toggle input {
    width: 100%;
    padding: 14px 40px;
    background: #fff;
    background-image: url(assets/map.svg);
    background-repeat: no-repeat;
    background-position: calc(50% - 20px) center !important;
    background-size: 18px;
  }
  .filter_toggle input {
    background-image: url(assets/filter.svg);
    background-position: calc(50% - 25px) center !important;
  }
  .carousel_results .prop_car_item {
    height: 156px;
  }
  .epl-listing-post.one_prop {
    width: calc(50% - 8px);
  }
  .search_form .elementor-shortcode {
    max-width: 510px;
    margin: 0 auto 24px;
    display: none;
  }
  .epl-search-wide .epl-lf-range-slider.epl-search-row-full {
    width: 276px;
    left: 50%;
    margin-left: -21px;
  }
  .search_form form {
    flex-wrap: wrap;
    width: 510px;
    margin-top: 4px;
    gap: 0 10px;
  }
  .epl-template-blog {
    gap: 20px 20px;
  }
  #map_toggle_element {
    bottom: unset;
    top: 20px;
  }
  #filter_toggle_element {
  }
  .prop_total:after {
    content: " found";
  }
  .search_form .epl-search-container {
    width: 100%;
  }
  .epl-search-submit input[type="submit"] {
    padding: 7px 28px 7px;
  }
  .epl-search-form label[for="is_exclusive"] {
    margin-top: 0;
    padding: 11px 14px;
  }
  .epl-search-form select.in-field {
    padding: 9px 36px 9px 19px;
  }
  .epl-search-wide .epl-search-submit-row {
    margin-top: 0;
  }
  .prop_total {
    font-size: 14px;
    padding: 6px 15px 5px;
  }
  select.epl-sort-listings,
  select.epl-sort-listings:hover {
    color: #fff;
  }
  .epl-properties-sorting:after,
  .epl-properties-sorting:hover:after {
    background-image: url(assets/sort_icon.svg);
    outline: 6px solid #f5f5f6;
    right: 14px;
  }
  select.epl-sort-listings {
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media only screen and (max-width: 529px) {
  .prop_det_related .one_photo .prop_car_item {
    min-height: 274px;
  }
  .epl-property-features li {
    font-size: 15px;
    padding: 10px 17px;
  }
  .prop_desc {
    margin-top: 25px;
    font-size: 15px;
  }
  .content_section {
    margin-top: 50px;
  }
  .single-property #properties_map {
    border-radius: 0;
    width: calc(100% + 20px);
    max-height: 76vw;
    margin-left: -10px;
    margin-top: 15px;
  }
  .last_upd {
    font-size: 15px;
    margin-left: 2px;
  }
  .content_section h2 {
    font-size: 26px;
    margin-top: 44px;
  }
  .infotags .one_infotag {
    font-size: 15px;
  }
  .cta_bttns a {
    font-size: 16px;
  }
  .info_table .info_row .info_value {
    font-size: 14px;
  }
  .info_table .info_row .info_name {
    font-size: 14px;
  }
  .main_details .price {
    font-size: 17px;
  }
  .main_details .property-address img {
    margin: 3px 3px 0 0;
    width: 18px;
  }
  .main_details .price_lbl {
    font-size: 16px;
  }
  .main_details h1 {
    font-size: 23px;
    margin-bottom: 5px;
  }
  .main_details .property-address {
    font-size: 16px;
  }
  .main_details {
    border-radius: 10px;
    padding: 9px 17px 19px;
    width: 100% !important;
    position: relative;
  }
  .slider.car_details .slick-prev,
  .slider.car_details .slick-next {
    width: 30px;
    height: 30px;
    background-size: 13px;
  }
  .tour_btn {
    left: unset;
    right: 108px;
  }
  .zoomin_btn {
    left: unset;
    right: 10px;
  }
  .zoomin_btn,
  .tour_btn {
    top: 12px;
  }
  .gallery_col .index_lbl {
    bottom: 9px;
    font-size: 13px;
    min-width: 70px;
    margin-left: -35px;
  }
  .carousel_results.car_details .prop_car_item {
    height: 95vw;
  }
  .carousel_results.car_details {
    border-radius: 0;
  }
  .prop_det_related .epl-listing-post.one_prop {
    width: calc(50% - 8px);
  }
  .epl-template-table_open {
    gap: 15px;
  }
  .epl-property-features {
    gap: 8px;
  }
  .prop_docs .one_doc {
    width: calc(50% - 8px);
    font-size: 16px;
    height: 150px;
  }
  .prop_docs {
    gap: 15px;
    margin-top: 16px;
  }
  .gallery_n_title .gallery_col {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .gallery_n_title {
    flex-direction: column;
    gap: 10px;
  }
  .prop_det {
    padding: 0 10px;
  }
  .big_options li:first-child span:first-child {
    top: unset;
    position: relative;
  }
  .big_options li:first-child {
    width: 108px;
  }
  .big_options li:first-child span:last-child {
    position: relative;
    top: unset;
    font-size: 13px;
  }
  .big_options.beds_options {
    margin-bottom: 5px;
    text-align: center;
  }
  .epl-lf-label-txt .price:before {
    padding-right: 10px;
  }
  .epl-lf-label-txt .price {
    padding: 3px 4px 5px 14px;
  }
  .epl-search-form label[for="is_exclusive"] {
    width: 100%;
    text-align: center;
  }
  .epl-search-form .epl-property_types,
  .epl-search-form .epl-completion_year {
    width: calc(50% - 5px);
  }
  .epl-search-form .epl-search-row,
  .epl-search-wide .epl-search-submit-row {
    width: calc(50% - 5px);
  }
  .search_form form {
    width: 100%;
    margin-top: 0;
    gap: 12px 10px;
  }
  .epl-search-wide .epl-lf-range-slider.epl-search-row-full {
    position: relative;
    top: unset;
    left: unset;
    margin-left: 0;
    width: 100%;
    margin-bottom: 2px;
  }
  .one_prop .property-address {
    margin-bottom: 4px;
  }
  .epl-template-blog {
    gap: 12px 0;
    margin-top: 4px;
  }
  .one_prop .entry-title {
    margin-bottom: 0px;
  }
  .one_prop .entry-title a {
    font-size: 17px;
  }
  .carousel_results.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .epl-properties-sorting {
    margin-top: -119px;
  }
  .one_prop .comp_year {
    width: unset;
    margin-left: 12px;
  }
  .carousel_results .prop_car_item {
    height: calc((100vw - 20px) * 0.58);
  }
  .prop_total:after {
    display: none;
  }
  .epl-listing-post.one_prop {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: unset;
  }
}

/* Other */

.property-box .price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 6px;
}

.price-text {
  font-size: 16px;
  color: #333;
}

.prop-btn-wrap {
  margin-top: 10px;
  text-align: end;
}

button.prop-contact-btn {
  display: inline-block;
  padding: 15px 25px;
  background: var(--main-color);
  color: #fff !important;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: 0.25s;
  border: 1px solid var(--main-color);
}

button.prop-contact-btn:hover {
  background: var(--main-color-hover);
  border: 1px solid var(--main-color-hover);
  color: #fff;
  transition: 0.25s;
}

button.one_doc:hover {
  background: rgba(255, 92, 0, 0.7);
  color: #fff;
  box-shadow: 0px 2px 9px rgb(0 0 0 / 40%);
  transition: 0.25s;
  border: none;
}

button.one_doc:focus {
  background: rgba(255, 92, 0, 0.7);
  color: #fff;
  box-shadow: 0px 2px 9px rgb(0 0 0 / 40%);
  transition: 0.25s;
  border: none;
}

.one_doc > span {
  position: absolute;
  top: 17px;
  left: 21px;
}

.prop_popup {
  display: none; /* ← скрыт по умолчанию */
  position: fixed;
  z-index: 99999;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 15px;
}

.prop_popup_content {
  background: #fff;
  margin: auto;
  padding: 20px;
  max-width: 480px;
  border-radius: 10px;
  position: relative;
}

.prop_popup_close {
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 28px;
  cursor: pointer;
}

.user-auth-block {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;

  background: transparent;
  padding: 8px 4px;
  border-radius: 0;
  transition: opacity 0.2s ease;
}

/* Ссылка на профиль: иконка + Hi, имя */
.user-auth-block__profile-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none !important;
  color: #2b2b2b !important;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.user-auth-block__profile-link:hover {
  color: var(--main-color, #c6a67f) !important;
}

.user-auth-block__profile-link:hover .user-auth-icon {
  color: var(--main-color, #c6a67f);
}

/* Иконки — тёмный контур */
.user-auth-block .user-auth-icon {
  width: 22px;
  height: 22px;
  display: block;
  color: #2b2b2b;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.user-auth-block__user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.user-auth-block__greeting {
  text-transform: none;
  letter-spacing: 0;
  white-space: nowrap;
}

.user-auth-block .logout-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin-left: 0;
  text-decoration: none !important;
  color: inherit;
  border-radius: 50%;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.user-auth-block .logout-link:hover .user-auth-icon,
.user-auth-block .logout-link:focus .user-auth-icon {
  color: var(--main-color, #c6a67f);
}

.user-auth-block .logout-link:hover {
  background: rgba(0, 0, 0, 0.06);
}

@media (max-width: 1025px) {
  .user-auth-block {
    width: auto;
    margin: auto;
    margin-bottom: 20px;
    justify-content: center;
  }

  .user-auth-block.logged-out > .elementor-item.elementor-item-anchor {
    display: none;
  }
}

.user-auth-block .logout-link {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.user-auth-block a {
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.user-auth-block a:hover {
  opacity: 0.9;
}

.logout-link,
.login-link,
.register-link {
  color: #2b2b2b !important;
}

.logout-link:hover {
  color: var(--main-color, #c6a67f) !important;
}

/* Скрываем на десктопе */
@media (min-width: 768px) {
  .menu-auth-mobile {
    display: none !important;
  }
}

.custom_carousel {
  /* overflow: hidden; */
}

.custom_carousel .swiper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.custom_carousel .swiper::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1025px) {
  .custom_carousel .elementor-widget-container .attachment-full {
    height: 100% !important;
    max-height: 180px !important;
    min-height: 180px !important;
  }
}

/* / Other */

/* Filter menu */

input#property_unique_id {
  width: 80px;
  height: 44px;
  border: 2px solid;
  border-radius: 20px;
  text-align: center;
  margin-top: 5px;
}

/* / Filter menu */

/* Sticky block */

@media (min-width: 1025px) {
  .main_details_col {
    position: relative;
  }
  .main_details {
    width: 100%;
  }
}

.cta_bttns {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.cta_bttns-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.cta_icon_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  font-size: 18px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}

.cta_icon_btn:hover {
  background: #000;
  color: white;
}

.cta_icon_btn.copy_btn:hover {
  background: black !important;
  color: white;
}

.email_btn {
}
.tg_btn {
}
.copy_btn {
}

.copy_notice {
  position: absolute;
  bottom: -15px;
  left: 50%;
  display: none;
  font-size: 14px;
  color: #000;
  background: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.copy_notice.active {
  display: inline-block;
}

.cta_share_btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  font-size: 18px;
  border-radius: 10px;
  background-color: var(--main-color) !important;
  background: #fff;
  border: 1px solid var(--main-color) !important;
  cursor: pointer;
  transition: 0.2s;
}

.cta_share_btn:hover {
  background: white !important;
  color: #fff;
}

.share_icon {
  margin-left: 8px;
  font-size: 16px;
}

.share_panel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-basis: auto;
  margin-top: 12px;
  gap: 10px;

  opacity: 0;
  transform: translateY(-6px);
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.45s ease,
    transform 0.25s ease,
    max-height 0.25s ease;
}

.share_panel.active {
  opacity: 1;
  transform: translateY(0);
  max-height: 200px;
  /* width: 100%; */
}

.share_item {
  width: 48px;
  height: 48px;
  background: #000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.share_item:hover {
  background: var(--main-color);
}

.share_item.copy {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

.share_item img {
  width: 22px;
  height: 22px;
}

.share_item svg path {
  transition: fill 0.2s ease;
}

.share_item:hover svg path,
.share_item:active svg path,
.share_item:focus svg path {
  fill: #fff;
}

.share_item.tg:hover svg path,
.share_item.wa:hover svg path,
.share_item.fb:hover svg path,
.share_item.copy:hover svg path {
  fill: black;
}

/* /Sticky block */

.zodak-map {
  border-radius: 30px;
}

.zodak-marker {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;

  border: 4px solid #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  overflow: hidden;
}

/* лёгкий затемняющий градиент */
.zodak-marker::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
}

/* hover */
.zodak-marker:hover {
  transform: scale(1.15);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  z-index: 10;
}

/* ========== Single post (новостной пост) ========== */
.single-post-layout {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 24px 60px;
  box-sizing: border-box;
}

.single-post-layout__inner {
  max-width: 820px;
  margin: 0 auto;
}

/* Заголовок записи */
.single-post-layout .entry-header {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
}

.single-post-layout .entry-title {
  margin: 0 0 12px 0;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 600;
  line-height: 1.3;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.single-post-layout .entry-title .emoji {
  vertical-align: middle;
  margin-right: 2px;
}

.single-post-layout .entry-meta {
  margin: 0;
  font-size: 15px;
  color: #6b6b6b;
}

.single-post-layout .entry-meta time {
  font-style: normal;
}

/* Главное изображение */
.single-post-layout .post-thumbnail {
  margin-bottom: 36px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.single-post-layout .post-thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

/* Контент */
.single-post-layout .entry-content {
  overflow-wrap: break-word;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

.single-post-layout .entry-content > p:first-of-type {
  font-size: 1.05em;
  color: #444;
}

.single-post-layout .entry-content p {
  margin: 0 0 1.25em 0;
}

.single-post-layout .entry-content p:empty {
  margin: 0;
  height: 0;
  overflow: hidden;
}

/* Подзаголовки h3 */
.single-post-layout .entry-content h3.wp-block-heading {
  margin: 2em 0 0.75em 0;
  font-size: 1.35em;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--main-color);
  display: inline-block;
}

.single-post-layout .entry-content h3.wp-block-heading:first-child {
  margin-top: 0;
}

/* Списки */
.single-post-layout .entry-content ul.wp-block-list {
  margin: 1.25em 0;
  padding-left: 0;
  list-style: none;
}

.single-post-layout .entry-content ul.wp-block-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.single-post-layout .entry-content ul.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--main-color);
  border-radius: 50%;
}

/* Картинки внутри текста */
.single-post-layout .entry-content figure.wp-block-image {
  margin: 2em 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.single-post-layout .entry-content figure.wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post-layout .entry-content figure.wp-block-image figcaption,
.single-post-layout .entry-content .wp-element-caption {
  margin-top: 10px;
  font-size: 0.9em;
  color: #6b6b6b;
  text-align: center;
  line-height: 1.4;
}

/* Блок команды (две колонки) */
.single-post-layout .entry-content .wp-block-group {
  margin: 2em 0;
}

.single-post-layout .entry-content .wp-block-columns {
  gap: 24px;
  margin: 1.5em 0;
  align-items: stretch;
}

.single-post-layout .entry-content .wp-block-column {
  flex: 1;
  min-width: 0;
}

.single-post-layout .entry-content .wp-block-column .wp-block-image figure {
  margin: 0;
}

.single-post-layout .entry-content .wp-block-column .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.single-post-layout
  .entry-content
  .wp-block-column
  figcaption.wp-element-caption {
  margin-top: 12px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
}

/* Видео (YouTube) */
.single-post-layout .entry-content .wp-block-embed {
  margin: 2em 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.single-post-layout .entry-content .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.single-post-layout .entry-content .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Видео 9:16 (вертикальное) — ограничиваем размер, чтобы не было огромным */
.single-post-layout .entry-content .wp-block-embed.wp-embed-aspect-9-16 {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.single-post-layout
  .entry-content
  .wp-block-embed.wp-embed-aspect-9-16
  .wp-block-embed__wrapper {
  padding-bottom: 177.78%; /* 9:16 */
  max-width: 100%;
}

/* Ссылки в тексте */
.single-post-layout .entry-content a {
  color: var(--main-color);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.single-post-layout .entry-content a:hover {
  color: var(--main-color-hover);
}

/* Рекомендуемые новости внизу */
.single-post-recommended {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.single-post-recommended__title {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 24px 0;
  color: #1a1a1a;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--main-color);
  display: inline-block;
}

.single-post-recommended__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.single-post-recommended__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: box-shadow 0.25s ease;
}

.single-post-recommended__card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.single-post-recommended__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.single-post-recommended__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.single-post-recommended__card:hover .single-post-recommended__img {
  transform: scale(1.05);
}

.single-post-recommended__content {
  padding: 18px 16px;
}

.single-post-recommended__card-title {
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.35;
}

.single-post-recommended__card-title a {
  color: #1a1a1a;
  text-decoration: none;
}

.single-post-recommended__card-title a:hover {
  color: var(--main-color);
}

.single-post-recommended__link {
  font-size: 0.9em;
  font-weight: 500;
  color: var(--main-color);
  text-decoration: none;
}

.single-post-recommended__link:hover {
  color: var(--main-color-hover);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .single-post-layout {
    padding: 24px 16px 40px;
  }

  .single-post-layout .entry-title {
    font-size: 24px;
  }

  .single-post-layout .entry-content {
    font-size: 16px;
  }

  .single-post-layout .entry-content h3.wp-block-heading {
    font-size: 1.2em;
  }

  .single-post-layout .entry-content .wp-block-columns {
    flex-direction: column;
  }

  .single-post-layout .entry-content .wp-block-embed.wp-embed-aspect-9-16 {
    max-width: 100%;
  }

  .single-post-recommended {
    margin-top: 40px;
    padding-top: 28px;
  }

  .single-post-recommended__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .single-post-recommended__title {
    font-size: 1.3em;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .single-post-recommended__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== Preloader (site-wide) ===== */
.buildo-preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f6f3;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.buildo-preloader--done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.buildo-preloader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.buildo-preloader__logo {
  max-width: 180px;
  width: 50vw;
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: buildo-preloader-logo 1.2s ease-in-out infinite;
}

.buildo-preloader__logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  display: block;
}

.buildo-preloader__logo--text span {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--main-color, #c6a67f);
}

.buildo-preloader__bar {
  width: 120px;
  height: 2px;
  background: rgba(198, 166, 127, 0.2);
  border-radius: 2px;
  overflow: hidden;
}

.buildo-preloader__bar-fill {
  height: 100%;
  width: 40%;
  background: var(--main-color, #c6a67f);
  border-radius: 2px;
  animation: buildo-preloader-bar 1.2s ease-in-out infinite;
}

@keyframes buildo-preloader-logo {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.02);
  }
}

@keyframes buildo-preloader-bar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(350%);
  }
}

/* ===== Страница входа /log-in — классы из разметки (post-8959, .wpum-login-form и т.д.) ===== */
.post-8959.site-main {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.post-8959 .page-header {
  margin-bottom: 1.5rem;
}

.post-8959 .page-header .entry-title {
  font-size: 2rem;
  font-weight: 600;
  color: #2b2b2b;
  margin: 0;
  text-align: center;
}

/* Контейнер формы — карточка по центру */
.post-8959 .page-content {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.post-8959 .wpum-template.wpum-login-form {
  padding: 2rem 2.25rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Поля формы */
.post-8959 #wpum-submit-login-form fieldset {
  margin-bottom: 1.25rem;
  border: none;
  padding: 0;
}

.post-8959 #wpum-submit-login-form fieldset.fieldset-remember {
  margin-bottom: 1.5rem;
}

.post-8959 #wpum-submit-login-form label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #2b2b2b;
  margin-bottom: 0.4rem;
}

.post-8959 #wpum-submit-login-form fieldset.fieldset-remember label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  cursor: pointer;
}

.post-8959 #wpum-submit-login-form .wpum-required {
  color: #c00;
}

/* Поля ввода */
.post-8959 #wpum-submit-login-form .input-text,
.post-8959 #wpum-submit-login-form input[type="text"],
.post-8959 #wpum-submit-login-form input[type="password"] {
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: #2b2b2b;
  background: #f8f6f3;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  box-sizing: border-box;
}

.post-8959 #wpum-submit-login-form .input-text:focus,
.post-8959 #wpum-submit-login-form input[type="text"]:focus,
.post-8959 #wpum-submit-login-form input[type="password"]:focus {
  outline: none;
  border-color: var(--main-color, #c6a67f);
  box-shadow: 0 0 0 3px rgba(198, 166, 127, 0.2);
}

/* Чекбокс Remember me */
.post-8959 #wpum-submit-login-form .input-checkbox {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--main-color, #c6a67f);
}

/* Кнопка Login */
.post-8959 #wpum-submit-login-form input[type="submit"].button,
.post-8959 #wpum-submit-login-form .button {
  width: 100%;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff !important;
  background: var(--main-color, #c6a67f) !important;
  border: none !important;
  border-radius: 10px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.15s ease;
  margin-top: 0;
}

.post-8959 #wpum-submit-login-form input[type="submit"]:hover,
.post-8959 #wpum-submit-login-form .button:hover {
  background: var(--main-color-hover, #867664) !important;
}

.post-8959 #wpum-submit-login-form input[type="submit"]:active {
  transform: scale(0.99);
}

/* Ссылки под формой (Signup, Lost password) */
.post-8959 .wpum-action-links {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  text-align: center;
  font-size: 0.9rem;
}

.post-8959 .wpum-action-links li {
  margin-bottom: 0.5rem;
}

.post-8959 .wpum-action-links li:last-child {
  margin-bottom: 0;
}

.post-8959 .wpum-action-links a {
  color: var(--main-color, #c6a67f);
  text-decoration: none;
  transition: color 0.2s ease;
}

.post-8959 .wpum-action-links a:hover {
  color: var(--main-color-hover, #867664);
}

/* ========== Newsletter block — слайдер (shortcode buildo_newsletter_posts) ========== */
.buildo-newsletter-block {
  margin-bottom: 2.5rem;
}

.buildo-newsletter-block__title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.buildo-newsletter-block__slider {
  position: relative;
  padding: 0 44px;
}

.buildo-newsletter-swiper {
  overflow: hidden;
}

.buildo-newsletter-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.buildo-newsletter-swiper .buildo-newsletter-card {
  flex: 1;
  min-width: 0;
}

.buildo-newsletter-swiper__prev,
.buildo-newsletter-swiper__next {
  color: #1a1a1a;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  transition:
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.buildo-newsletter-swiper__prev::after,
.buildo-newsletter-swiper__next::after {
  font-size: 18px;
  font-weight: 700;
}

.buildo-newsletter-swiper__prev:hover,
.buildo-newsletter-swiper__next:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

@media (max-width: 640px) {
  .buildo-newsletter-block__slider {
    padding: 0 36px;
  }

  .buildo-newsletter-swiper__prev,
  .buildo-newsletter-swiper__next {
    width: 34px;
    height: 34px;
  }

  .buildo-newsletter-swiper__prev::after,
  .buildo-newsletter-swiper__next::after {
    font-size: 14px;
  }
}

.buildo-newsletter-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition:
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}

.buildo-newsletter-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.08);
}

.buildo-newsletter-card__img-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8e8e8;
}

.buildo-newsletter-card__img-link {
  display: block;
  width: 100% !;
  height: 100%;
  text-decoration: none;
}

.buildo-newsletter-card__img-link--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #e8e8e8 0%, #d8d8d8 100%);
}

.buildo-newsletter-card__placeholder-icon {
  font-size: 1rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.buildo-newsletter-card__img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.buildo-newsletter-card:hover .buildo-newsletter-card__img {
  transform: scale(1.03);
}

.buildo-newsletter-card__body {
  padding: 1.25rem 1.35rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.buildo-newsletter-card__date {
  display: block;
  font-size: 0.8125rem;
  color: #6b6b6b;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.buildo-newsletter-card__title {
  font-size: 1.0625rem;
  font-weight: 600;
  margin: 0 0 0.6rem;
  line-height: 1.4;
  color: #1a1a1a;
}

.buildo-newsletter-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.buildo-newsletter-card__title a:hover {
  color: #0d6efd;
}

.buildo-newsletter-card__excerpt {
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.55;
  margin: 0;
  flex: 1;
}
