.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hero-filter {
  padding: 86px 0 70px;
}
.hero-filter__kicker {
  margin-bottom: 14px;
}
.hero-filter__heading-wrap {
  margin-bottom: 100px;
}
.arrow {
  margin-right: 15px;
}
.arrow:before,
.arrow:after,
.item-result__table-row--heading:before,
.item-result__table-row--heading:after {
  content: "";
  display: inline-block;
}
.arrow:after {
  height: 2px;
  width: 30px;
  background: #CCC9C7;
  margin-left: -12px;
}
.arrow:before {
  width: 12px;
  height: 12px;
  border-top: 2px solid #CCC9C7;
  border-left: 2px solid #CCC9C7;
  -webkit-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  transform: rotate(320deg);
}
/*----------------------------*/
.item-result__pic-wrap img {
  mix-blend-mode: darken;
}
.item-result__pic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 82%;
  max-width: 100vw;
  width: 100%;
}
.item-result__pic-wrap {
  background: var(--white-color);
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.item-result {
  position: relative;
}
.item-result--toggle {
  background: var(--white-color);
  border: 1.5px solid var(--white-color);
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.05);
}
.item-result__table-row--heading:before,
.item-result__table-row--heading:after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
  width: 100%;
  pointer-events: none;
}
.item-result__table-row--heading:before,
.item-result__table-row--heading:after {
  background: #807D80;
  height: 1px;
}
.item-result__table-row--main .item-result__table-col-1 {
  position: relative;
  padding-left: 17px;
}
.item-result__table-col-1,
.item-result__table-col-2,
.item-result__table-col-3,
.item-result__table-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 29.666%;
  padding-left: 10px;
}
.item-result__table-col-1 {
  width: 22%;
  font-weight: 500;
  font-size: 18px;
}
.item-result__table-col-2 {
  text-align: center;
  width: 18.8%;
}
.item-result__table-col-3 {
  width: 46%;
  text-align: center;
}
.item-result__table-col-4 {
  text-align: end;
  width: 11.5%;
}
.item-result__table-row {
  padding: 9px 14px;
  color: var(--1-color);
  border-radius: 5px;
  transition: var(--animation-primary);
}
.item-result__table-row--heading {
  padding: 7px 14px;
}
.item-result__table-row-wrap:hover .item-result__table-row {
  background: var(--1-color-8);
}
.item-result__table-row-content {
  padding: 18px 0 7px 0;
  height: 247px;
  overflow: auto;
}
.item-result__table a {
  text-decoration: none;
}
.item-result__table {
  padding-top: 18px;
  /*display: none;*/
}
.item-result__table-row--heading:after {
  top: auto;
  bottom: 0;
}
.hero-filter__grid-btn path {
  fill: currentColor;
}
.btn-2 {
  display: block;
  border-radius: 40px;
  padding: 16px;
  max-width: 250px;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
}
.checkbox {
  margin-bottom: 19px;
  width: calc(50% - 11px);
}
.checkbox__text {
  position: relative;
  cursor: pointer;
  min-height: 20px;
  padding: 0 0 0 34px;
}
.checkbox__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 3px;
}
.checkbox input:checked + .checkbox__text:before {
  background: var(--5-color);
  border-color: #0000;
}
.checkbox input:checked + .checkbox__text {
  opacity: 1;
}
.checkbox__text:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid var(--body-color);
  border-right: 2px solid var(--body-color);
}
.checkbox input:checked + .checkbox__text:after {
  opacity: 1;
  visibility: visible;
}
.check-c label {
  display: block;
  position: relative;
  text-align: center;
  padding: 1px 14px;
  border-radius: 16px;
  min-width: 40px;
  text-transform: capitalize !important;
  margin-bottom: 0;
  cursor: pointer;
  color: var(--white-color-73);
}
.check-c-second label {
  min-width: 24px;
  padding: 1px 14px;
}
.check-c-second {
  padding: 0 3px;
}
.irs-handle {
  cursor: ew-resize;
}
.check-c label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1px solid var(--white-color-92);
  pointer-events: none;
}
.check-c input[type=radio]:checked + label {
  background: var(--5-color);
  color: var(--1-color);
  -webkit-box-shadow: 0 2px 3px var(--2-color-20);
  box-shadow: 0 2px 3px var(--2-color-20);
  opacity: 1;
}
.check-c label:hover:after,
.check-c input[type=radio]:checked + label:after {
  border-color: var(--5-color);
}
.range-labels--st1 .range-label:before {
  content: "$";
}
.range-labels--st2 .range-label:not(.range-label-min):after {
  content: " Sq.Ft";
}
.range-slider {
  position: relative;
  height: 20px;
}
.range-slider--st1 .irs-max,
.range-slider--st1 .irs-min,
.range-slider--st1 .irs-from,
.range-slider--st1 .irs-to {
  display: none !important;
}
.range-slider--st1 .irs-bar:after,
.range-slider--st1 .irs-line:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.3);
}
.range-slider--st1 .irs-bar:after {
  background: #9A9996;
}
.range-slider--st1 .irs-bar,
.range-slider--st1 .irs-line {
  background: none;
  height: 10px;
}
.range-slider--st1 .irs-handle {
  border: 1.5px solid #807E7B;
  background: var(--1-color);
  width: 13px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.range-slider--st1 .irs-handle:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background: #999894;
  border-radius: 50%;
}
/*.range-slider--st1 .irs-bar {*/
/*    background: none;*/
/*    height: 1.5px;*/
/*}*/
.range-slider--st1 .irs--round {
  height: 10px;
}
.range-slider--st1 .irs-bar,
.range-slider--st1 .irs-line {
  top: 0;
}
.arrow--short {
  margin-right: 0;
}
.arrow--top:before,
.is-active .arrow--bottom:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow--bottom:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.arrow--short:before {
  border-color: currentColor;
}
.arrow--short:after {
  content: none;
}
.hero-filter__grid-btn {
  opacity: .3;
}
.hero-filter__grid-btn.is-active {
  opacity: 1;
}
@-webkit-keyframes scaleAnim {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleAnim {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.block-desc__title {
  margin-bottom: 3px;
}
.hero-filter__reset path {
  fill: currentColor;
}
.hero-filter__reset {
  color: #CCC9C7;
}
.checkboxes-title {
  margin-bottom: 8px;
}
.checkbox-radio__text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 18px;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border: 2px solid #CCC9C7;
  border-radius: 50%;
}
.checkbox-radio input:checked + .checkbox-radio__text:before {
  left: 16px;
  width: 12px;
  height: 12px;
  border-width: 4px;
  border-color: #BD703D;
}
.checkboxes-block {
  margin-bottom: 12px;
}
.checkbox-radio input:checked + .checkbox-radio__text {
  border-color: #BD703D;
}
.checkbox-radio input:checked + .checkbox-radio__text .checkbox-radio__text-price {
  color: #BD703D;
}
.checkbox-radio__text {
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid rgba(35, 39, 39, 0.6);
  padding: 9px 21px 9px 35px;
}
.checkbox-radio {
  margin-bottom: 10px;
}
.hero-filler {
  padding: 224px 0 166px;
}
.hero-filter__amount {
  margin-bottom: 13px;
}
/*-------------------------------------------------------------------*/
.checkbox__text,
.check-c label,
.item-result {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/*.item-result:hover {*/
/*    -webkit-transform: scale(1.02);*/
/*    -ms-transform: scale(1.02);*/
/*    transform: scale(1.02);*/
/*}*/
.range-slider--st1 {
  margin-top: 11px;
}
.btn-floorplan:before {
  content: none;
}
.btn-floorplan {
  /*background: var(--1-color);*/
  /*border: 2px solid var(--8-color);*/
  width: 100%;
  /*text-align: center;*/
  min-width: 0;
}
/*.btn-floorplan--second {*/
/*    background: var(--8-color);*/
/*    color: var(--1-color);*/
/*}*/
/*.btn-floorplan:hover {*/
/*    background: var(--8-color);*/
/*    color: var(--1-color);*/
/*}*/
/*.btn-floorplan--second:hover {*/
/*    background: var(--1-color);*/
/*    color: var(--8-color);*/
/*}*/
.btn-floorplan--second {
  background: none;
  border: none;
  color: var(--2-color);
  text-decoration: underline !important;
  text-align: left;
  padding: 11px 0;
}
.btn-floorplan--second:after {
  content: none;
}
.btn-floorplan--second:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.floorplans__no-found {
  position: absolute;
  left: calc(50% + 222px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
/*-------------------------------------------------------------------*/
.hero-filter__amount *:not(b) {
  color: var(--1-color-50);
}
.item-result__title,
.item-result__price {
  font-size: calc(var(--1-rem) * 2);
}
.hero-filter__content-wrap {
  max-width: 1500px;
}
.item-result__pic-wrap {
  width: 224px;
  padding: 14px;
}
.item-result__content-wrap {
  width: calc(100% - 224px);
  padding-left: 16px;
  padding-right: 17px;
}
.item-result__title-dash {
  letter-spacing: -0.1em;
  padding: 0 6px;
}
.item-result__title {
  margin-right: 39px;
}
.item-result-col:not(:last-child) {
  margin-bottom: 16px;
}
.item-result__content {
  height: 150px;
  padding: 0 29px;
}
.open-state .item-result__pic-wrap {
  width: 418px;
}
.open-state .item-result__content-wrap {
  width: calc(100% - 418px);
}
.open-state .item-result__content {
  padding: 0 0 0 23px;
  height: 140px;
}
.open-state .item-result__pic {
  max-height: 62%;
}
@media (min-width: 1200px) {
  .hero-filter__reset {
    margin-left: 40px !important;
  }
  .hero-filter__items {
    margin-top: 0;
  }
  .checkbox {
    margin-bottom: 15px;
  }
}
@media (max-width: 1439px) {
  .item-result__title {
    margin-right: 30px;
  }
  .item-result__title,
  .item-result__price {
    font-size: calc(var(--1-rem) * 1.7);
  }
}
@media (max-width: 1199px) {
  .item-result__table-row--main .item-result__table-col-1 {
    padding-left: 14px;
  }
  .floor-plans-modal .modal-content {
    height: 100dvh;
    padding-bottom: 10px;
  }
  .floor-plans-modal .s-unit-2__swiper .swiper-button {
    width: 36px;
    height: 36px;
  }
  .floor-plans-modal .swiper-button-wrap {
    top: 37%;
  }
  .floor-plans-modal .swiper-pagination {
    margin-top: 16px;
  }
  /*  ----------------------------------------  */
  .hero-filter {
    padding: 50px 0;
  }
  .hero-filter__heading-wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .item-result__table-row--main .item-result__table-col-1 {
    padding-left: 11px;
  }
  .item-result__pic-wrap {
    aspect-ratio: 16/7;
  }
  .open-state .item-result__content-wrap,
  .open-state .item-result__pic-wrap,
  .item-result__content-wrap,
  .item-result__pic-wrap {
    width: 100%;
  }
  .open-state .item-result__content,
  .item-result__content {
    padding: 20px 0;
    height: 100px;
  }
  .item-result__content-wrap,
  .open-state .item-result__content-wrap {
    padding: 0;
  }
  .item-result__title,
  .item-result__price {
    font-size: calc(var(--1-rem) * 1.44);
  }
}
@media (max-width: 575px) {
  .item-result__table-row,
  .item-result__table-col-1 {
    font-size: 14px;
  }
  .range-labels {
    width: 100%;
  }
  .item-result-col:not(:last-child) {
    margin-bottom: 15px;
  }
}