.custom-content {
  position: relative;
  min-height: 1px;
}

.custom-sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .custom-structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .custom-sidebar {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 332px;
    min-width: 332px;
    width: 332px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .custom-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .custom-structure {
    margin-left: -37px;
    margin-right: -37px;
  }
  .custom-content {
    padding: 0 37px;
    width: 100%;
  }
  .custom-sidebar {
    padding: 0 37px;
  }
}
.container-breadcrumb {
  padding: 12px 0;
  background: #3B3533;
}
@media (max-width: 992px) {
  .container-breadcrumb {
    padding-bottom: 43px;
    margin-top: -32px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
}

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-item.first a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb-item.first .icon {
  margin-top: 3px;
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.breadcrumb-item.first .icon svg {
  margin-top: 15px;
  height: 100%;
  width: 100%;
}
.breadcrumb-item.first a {
  color: #FC6A13;
}
.breadcrumb-item.first + .breadcrumb-item::before {
  width: 1px;
  height: 11px;
  background: rgba(255, 255, 255, 0.15);
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: block;
  margin: 0 12px;
  width: 4px;
  height: 4px;
  background: #FC6A13;
  border-radius: 50%;
}

.page-title {
  color: #292220;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.26;
  font-family: "Oswald", sans-serif;
}
.page-title span {
  font-weight: 300;
}

.page-title-sec {
  color: #292220;
  font-size: 28px;
  line-height: 1.45;
}
.page-title-sec strong {
  font-weight: 600;
}

.section {
  margin-bottom: 24px;
}
.section .section-title {
  color: #292220;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  word-break: break-word;
}
@media (min-width: 992px) {
  .section .section-title {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .section {
    margin-bottom: 68px;
  }
}

.carousel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  width: 100%;
  height: 620px;
}
.carousel-wrap .main-area {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  background: #222;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.carousel-wrap .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.carousel-wrap .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 84px;
  background: rgba(41, 34, 32, 0.5019607843);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 62px;
  color: #fff;
  font: 0/0 a;
  cursor: pointer;
}
.carousel-wrap .arrow:hover {
  background: rgba(0, 0, 0, 0.78);
}
.carousel-wrap .arrow.arrow-l {
  left: 12px;
}
.carousel-wrap .arrow.arrow-r {
  right: 12px;
}
.carousel-wrap .zoom-icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(41, 34, 32, 0.5019607843);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  pointer-events: none;
}
.carousel-wrap .thumb-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 174px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.carousel-wrap .thumb-col::-webkit-scrollbar {
  width: 4px;
}
.carousel-wrap .thumb-col::-webkit-scrollbar-track {
  background: transparent;
}
.carousel-wrap .thumb-col::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
.carousel-wrap .thumb-col .ratio {
  overflow: visible;
}
.carousel-wrap .thumb-col .ratio.ratio-4x3 {
  --bs-aspect-ratio: 70%;
}
.carousel-wrap .thumb {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  opacity: 0.55;
  -webkit-transition: border-color 0.2s, opacity 0.2s;
  transition: border-color 0.2s, opacity 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.carousel-wrap .thumb.active {
  opacity: 1;
}
.carousel-wrap .thumb:hover {
  opacity: 0.85;
}
@media (max-width: 992px) {
  .carousel-wrap .thumb-col {
    display: none;
  }
}
@media (max-width: 768px) {
  .carousel-wrap {
    margin-top: -32px;
    margin-left: -16px;
    width: calc(100vw - 16px);
  }
}
@media (max-width: 576px) {
  .carousel-wrap {
    height: 320px;
    width: 100vw;
  }
}

.lb-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  background: rgba(0, 0, 0, 0.88);
}
.lb-overlay.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lb-overlay .lb-close {
  position: fixed;
  top: 18px;
  right: 22px;
  z-index: 10001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(41, 34, 32, 0.5019607843);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
.lb-overlay .lb-close:hover {
  background: rgba(255, 255, 255, 0.28);
}
.lb-overlay .lb-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin: auto;
}
.lb-overlay .lb-img {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 77vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.lb-overlay .lb-arrow {
  position: fixed;
  top: 50%;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  background: rgba(41, 34, 32, 0.5019607843);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
.lb-overlay .lb-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
}
.lb-overlay .lb-img + .lb-arrow {
  right: 20px;
  left: auto;
}
.lb-overlay .lb-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  max-width: min(90vw, 1400px);
  margin-bottom: 10px;
  padding-bottom: 6px;
  scroll-behavior: smooth;
}
.lb-overlay .lb-thumbs::-webkit-scrollbar {
  height: 4px;
}
.lb-overlay .lb-thumbs::-webkit-scrollbar-track {
  background: transparent;
}
.lb-overlay .lb-thumbs::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
}
.lb-overlay .lb-thumb {
  width: 170px;
  height: 119px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: border-color 0.2s, opacity 0.2s;
  transition: border-color 0.2s, opacity 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lb-overlay .lb-thumb.active {
  opacity: 1;
}
.lb-overlay .lb-thumb:hover {
  opacity: 0.82;
}
@media (max-width: 768px) {
  .lb-overlay .lb-thumb {
    width: 80px;
    height: 60px;
  }
  .lb-overlay .lb-arrow {
    margin-top: -50px;
  }
}

.card-widget {
  margin-bottom: 16px;
  padding: 24px;
  background: rgba(86, 75, 72, 0.0509803922);
}
.card-widget .card-title {
  margin-bottom: 16px;
  color: #292220;
  font-weight: 500;
  font-size: 20px;
  line-height: 124%;
  font-family: "Oswald", sans-serif;
}
.card-widget p {
  font-size: 15px;
}
.card-widget small {
  display: block;
  font-size: 13px;
}
@media (min-width: 768px) {
  .card-widget .card-title {
    font-size: 24px;
  }
}

.card-contact-sidebar {
  padding: 24px;
  background: #564B48;
  color: #fff;
}
.card-contact-sidebar .card-title {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 15px;
  font-family: "IBM Plex Sans", sans-serif;
}
.card-contact-sidebar .firm {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.26;
  font-family: "Oswald", sans-serif;
}
.card-contact-sidebar hr {
  margin: 12px 0;
  border-color: rgba(255, 255, 255, 0.1490196078);
  border-bottom: 0;
}
.card-contact-sidebar > p {
  margin-bottom: 20px;
}
.card-contact-sidebar .phone .phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
}
.card-contact-sidebar .phone .phone-number > * {
  display: inline-block;
}
.card-contact-sidebar .phone .masked-number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 2px;
  overflow: hidden;
}
.card-contact-sidebar .phone .masked-number::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(86, 75, 72, 0)), color-stop(50%, rgba(86, 75, 72, 0.55)));
  background: linear-gradient(90deg, rgba(86, 75, 72, 0) 0%, rgba(86, 75, 72, 0.55) 50%);
}
.card-contact-sidebar .phone .masked-number .clear {
  -webkit-filter: none;
          filter: none;
}
.card-contact-sidebar .phone .masked-number .blur1 {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0.9;
}
.card-contact-sidebar .phone .masked-number .blur2 {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  opacity: 0.7;
}
.card-contact-sidebar .phone .masked-number .blur3 {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0.7;
}
.card-contact-sidebar .phone .masked-number .blur4 {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  opacity: 0.7;
}
.card-contact-sidebar .phone .btn {
  position: relative;
  white-space: nowrap;
}
.card-contact-sidebar .form-control {
  padding: 0 12px;
  width: 100%;
  height: 52px;
  border: none;
  background: rgba(255, 255, 255, 0.0509803922);
  color: #fff;
  font-size: 14px;
  line-height: 52px;
}
.card-contact-sidebar .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.card-contact-sidebar .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.card-contact-sidebar .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.card-contact-sidebar .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.card-contact-sidebar .form-control::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.card-contact-sidebar textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 90px;
  line-height: 20px;
}
.card-contact-sidebar + small {
  padding: 24px;
}

.copy-link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px 0 20px;
  height: 56px;
  background: #fff;
}
.copy-link-content .link {
  font-size: 15px;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.copy-link-content .copy-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  width: 38px;
  min-width: 38px;
  height: 38px;
  background: #564B48;
}
.copy-link-content .copy-link svg {
  width: 17px;
  height: 17px;
  fill: #fff;
}
.copy-link-content .copy-message {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000000;
  display: inline-block;
  padding: 5px 10px;
  background: #292220;
  color: white;
  font-size: 14px;
  white-space: nowrap;
}

.article-property {
  margin-bottom: 32px;
}
.article-property .props {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0;
}
.article-property .props > * {
  padding: 0;
}
.article-property .props .type {
  margin-bottom: 12px;
  padding: 0 8px;
  height: 21px;
  border: 1px solid #E6E6E6;
  color: #1D1F22;
  font-size: 12px;
  line-height: 21px;
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.6;
}
.article-property .props .title {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.18;
  font-family: "Oswald", sans-serif;
}
.article-property .props .title:hover {
  opacity: 1;
}
.article-property .props .zone {
  margin-bottom: 32px;
  font-size: 17px;
  font-family: "IBM Plex Sans", sans-serif;
  opacity: 0.6;
}
.article-property .props .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-start;
  margin-bottom: 10px;
  padding: 0 20px;
  height: 59px;
  background: #F4F4F4;
  font-weight: 500;
  font-size: 26px;
  font-family: "Oswald", sans-serif;
}
.article-property .props .price select {
  padding: 0 20px 0 16px;
  border: none;
  background: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" fill="none"><path fill="%23000" d="M5.003 5.63a.55.55 0 0 1-.392-.167L.155.903A.5.5 0 0 1 .04.738.5.5 0 0 1 0 .53.54.54 0 0 1 .253.07Q.373 0 .523 0q.22 0 .375.15l4.41 4.507h-.616L9.102.15q.16-.15.374-.15.15 0 .265.07.12.067.19.19a.54.54 0 0 1-.086.638L5.389 5.463a.5.5 0 0 1-.179.127.5.5 0 0 1-.207.04" opacity=".5"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 10px;
  font-weight: 500;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.article-property .props .price select option {
  background: #F4F4F4;
}
.article-property .props .characteristics {
  margin-top: 0;
  margin-bottom: 15px;
}
.article-property .props .characteristics li:not(.main) {
  margin: 0 12px 12px 0;
  padding: 0 20px;
  height: 43px;
  font-size: 15px;
  line-height: 43px;
  font-family: "IBM Plex Sans", sans-serif;
}
.article-property .props .container-price .characteristics {
  margin-top: 20px;
}
.article-property .props .container-price .characteristics li {
  margin: 0 0 20px;
  padding-bottom: 20px;
  width: 33%;
  height: auto;
  border-bottom: 1px solid #E6E6E6;
  font-size: 15px;
}
.article-property .props .container-price .characteristics li .icon {
  margin-right: 16px;
  width: 22px;
  height: 22px;
}
.article-property .props .btn-primary {
  color: #fff;
}
.article-property .props .btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.article-property .props .btn-contact svg {
  margin-right: 10px;
}
.article-property p {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.article-property .text-collapsed {
  position: relative;
}
.article-property .text-collapsed #text-content {
  overflow: hidden;
  -webkit-transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.article-property .text-collapsed p {
  font-size: 17px;
  line-height: 1.46;
}
.article-property .text-collapsed #fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 38px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%);
  pointer-events: none;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.article-property .buttons-collapsed .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .article-property .props .container-price .characteristics {
    margin-top: 0;
    margin-left: 122px;
  }
}
@media (min-width: 992px) {
  .article-property .props .title {
    font-size: 48px;
  }
}
@media (max-width: 568px) {
  .article-property .props .container-price .characteristics li {
    margin: 0 0 16px;
    padding-bottom: 16px;
    width: 50%;
  }
  .article-property .props .price {
    height: 46px;
    line-height: 46px;
  }
}

.accordion {
  margin-bottom: 32px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
}
.accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
.accordion .accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  width: 100%;
  background: transparent;
  border: none;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  cursor: pointer;
}
.accordion .accordion-button .icon {
  margin-left: auto;
  width: 15px;
  height: 9px;
}
.accordion .accordion-button:not(.collapsed) {
  background: #FAFAFA;
}
.accordion .accordion-button:not(.collapsed) .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .accordion-body {
  background: #FAFAFA;
  padding: 0 32px 32px;
  color: #555;
  line-height: 1.6;
}
.accordion .cols-2 {
  list-style: none;
}
.accordion .cols-2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 15px;
}
.accordion .cols-2 li span {
  margin-left: auto;
  padding-left: 20px;
  font-weight: 500;
  text-align: right;
}
@media (min-width: 568px) {
  .accordion .cols-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 74px;
       -moz-column-gap: 74px;
            column-gap: 74px;
  }
}
@media (min-width: 768px) {
  .accordion .accordion-button {
    font-size: 24px;
  }
}

.nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 5px;
}
.nav-pills .nav-link {
  padding: 12px 20px;
  background-color: transparent;
  border: 1px solid rgba(86, 75, 72, 0.2509803922);
  color: #292220;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
}
.nav-pills .nav-link:hover {
  background-color: rgba(86, 75, 72, 0.2509803922);
}
.nav-pills .nav-link.active {
  background-color: #292220;
  color: #fff;
}

.tab-content {
  padding: 20px 0 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content .tab-pane {
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}
.tab-content > .active {
  display: block;
}

.fade:not(.show) {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.article-title {
  color: #292220;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
}
.article-title:hover {
  color: #6c757d;
}
@media (min-width: 1200px) {
  .article-title {
    font-size: 20px;
  }
}

.container-slider.custom-content {
  width: calc(100% - 360px);
  max-width: calc(100% - 360px);
}
.container-slider .top-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 568px) {
  .container-slider .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .container-slider .row > * {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 324px;
  }
}
@media (max-width: 1200px) {
  .container-slider {
    position: relative;
    padding-bottom: 60px;
  }
  .container-slider .slider-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .container-slider .slider-arrow.slider-prev {
    left: calc(50% - 60px);
  }
  .container-slider .slider-arrow.slider-next {
    left: calc(50% + 28px);
  }
}

.slider-arrow {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #292220;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.slider-arrow svg {
  display: block;
  margin: auto;
  width: 14px;
  height: 14px;
  fill: #292220;
}
.slider-arrow:hover {
  background: #292220;
}
.slider-arrow:hover svg {
  fill: #fff;
}
.slider-arrow.slider-next svg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.list-cols div[class^=col-] {
  margin-bottom: 0 !important;
}
.list-cols .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  border: 1px solid #e1e1e1;
}
.list-cols .card .label {
  position: absolute;
  bottom: 13px;
  left: 13px;
  padding: 0 8px;
  height: 21px;
  background: rgba(41, 34, 32, 0.5);
  color: #fff;
  font: 600 12px/22px "Oswald", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bg-dark .list-cols .card {
  border: none;
  background: rgba(255, 255, 255, 0.1);
}
.list-cols .card.card-promoted {
  margin: -8px;
  height: calc(100% - 20px + 16px);
  border: 8px solid rgb(233, 232, 232);
  background: rgba(41, 34, 32, 0.1);
}
.list-cols .card.card-promoted .props hr {
  border-color: #D5D5D5;
}
.list-cols .ratio {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.carousel-s {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  width: 100%;
  max-width: 740px;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.carousel-s.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.carousel-s.dragging .carousel-track {
  -webkit-transition: none;
  transition: none;
}
.carousel-s .carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  /* translateX e setat din JS */
  -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.carousel-s .carousel-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
}
.carousel-s .carousel-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}
.carousel-s .carousel-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 24px;
  height: 24px;
  border-radius: 62px;
  border: none;
  background: rgba(41, 34, 32, 0.5);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, opacity 0.2s, transform 0.2s;
  transition: background 0.2s, opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  opacity: 0.9;
}
.carousel-s .carousel-btn:hover {
  background: rgba(41, 34, 32, 0.8);
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.08);
          transform: translateY(-50%) scale(1.08);
}
.carousel-s .carousel-btn:active {
  -webkit-transform: translateY(-50%) scale(0.96);
          transform: translateY(-50%) scale(0.96);
}
.carousel-s .carousel-btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.carousel-s .carousel-btn.prev {
  left: 12px;
}
.carousel-s .carousel-btn.next {
  right: 12px;
}
.carousel-s .carousel-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
.carousel-s .carousel-dots {
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  z-index: 10;
}
.carousel-s .carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: background 0.25s, -webkit-transform 0.25s;
  transition: background 0.25s, -webkit-transform 0.25s;
  transition: background 0.25s, transform 0.25s;
  transition: background 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.carousel-s .carousel-dot.active {
  background: #fff;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 16px;
  font-weight: 300;
}
.props a {
  color: #fc6a13;
}
.props .title {
  display: inline-block;
  color: #292220;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.44;
}
.props .title:hover {
  opacity: 0.7;
}
.props .zone {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.6;
}
.props .characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
.props .characteristics li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px 6px 0;
  height: 25px;
  font-size: 14px;
}
.props .characteristics li:not(.main) {
  padding: 0 10px;
  background: #F4F4F4;
}
.props .characteristics .icon {
  width: 18px;
  height: 18px;
}
.props .type {
  font-size: 12px;
  text-transform: uppercase;
}
.props .price {
  font-weight: 400;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
}
.props .firm {
  font-size: 13px;
}
.props hr {
  display: block;
  margin: 16px 0;
  width: 100%;
  border-color: #E6E6E6;
  border-top: none;
}
.bg-dark .props hr {
  border-color: rgba(255, 255, 255, 0.1);
}

.page-text h2 {
  margin-bottom: 20px;
  color: #FC6A13;
  font-size: 24px;
  line-height: 1.3;
}
.page-text p {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.46;
}
.page-text ul, .page-text ol {
  margin-bottom: 25px;
  padding-left: 40px;
  font-size: 17px;
  line-height: 1.46;
}
.page-text a {
  color: #292220;
  text-decoration: underline;
}
.page-text a:hover {
  text-decoration: none;
}
.page-text .btn {
  color: #fff;
  text-decoration: none;
}