.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hero-filter {
    padding: 0 0 13px;
}
.filter-block__burger:after,
.filter-block__burger:before {
    top: 50%;
}
.filter-block__burger:after,
.filter-block__burger:before {
    content: "";
    position: absolute;
    width: 25px;
    background: var(--2-color);
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
}
.filter-block__burger:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.filter-block__burger:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hero-overview__title:before,
.hero-filter__heading:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -25vw;
    width: 125vw;
    height: 100vh;
    background: var(--1-color);
    z-index: 0;
}
.hero-filter__title {
    color: var(--2-color);
}
.arrow {
    margin-right: 15px;
}
.arrow:before,
.arrow:after,
.item-result__table-btn:after,
.item-result__table-btn:before,
.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);
}
.hero-overview__back-btn {
    padding: 23px 21px;
}
.hero-overview__back-btn:after,
.unit-card__btn:after,
.unit-card:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .3;
    background: #807d80;
}
.hero-overview__back-btn:after {
    left: -50vw;
    width: 200vw;
}
.hero-overview__back-btn-text {
    top: 3px;
}
/*----------------------------*/
.item-result-slide {
    max-width: 310px;
}
.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;
}
/*.open-state .item-result__pic-2 {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
/*.open-state .item-result__pic-1,*/
/*.item-result__pic-2 {*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*}*/
/*.item-result__pic-2 {*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    z-index: 2;*/
/*}*/
.item-result__labels-list {
    padding: 0 20px 15px 20px;
}
.item-result__labels-list li {
    background: #f5f5f5;
    padding: 6px 12px 6px;
    margin: 0 7px 5px 0;
    border-radius: 20px;
}
.item-result__txt {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    top: 2px;
    padding-right: 10px;
}
.item-result,
.form-control-wrap--2 {
    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-btn:before,
.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-btn:before,
.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-row-wrap:first-child .item-result__table-row {*/
/*    padding-top: 29px;*/
/*}*/
/*.item-result__table-row-wrap:last-child .item-result__table-row {*/
/*    padding-bottom: 17px;*/
/*}*/
.item-result__table a {
    text-decoration: none;
}
.item-result__table-btn {
    padding: 17px 15px 12px;
}
.item-result__table-btn:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    top: -2px;
    margin-left: 4px
}
.item-result__table-btn:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.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;
}
.dropdown__arrow:before {
    border-color: currentColor;
}
.dropdown__arrow:after {
    background: currentColor;
    width: 15px;
}
.dropdown__arrow {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.dropdown__btn-txt {
    top: 2px;
}
.dropdown__btn {
    padding-right: 20px;
}
.hero-filter__grid-btns:after {
    content: "";
    display: inline-block;
    height: 16px;
    width: 1px;
    margin-left: 8px;
    margin-right: 11px;
    background: currentColor;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    opacity: .6;
}
.btn-2 {
    display: block;
    border-radius: 40px;
    padding: 16px;
    max-width: 250px;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
}
.filter-caller__txt {
    margin-left: 8px;
}
.filter-caller {
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 8;
    background: var(--4-color);
    border-color: var(--4-color);
    color: var(--2-color);
    cursor: pointer;
}
.hero-filter__sub-title {
    font-weight: 300;
}
.filter-caller__svg path {
    stroke: currentColor;
}
.filter-block__header {
    padding: 44px 70px;
}
.filter-block__title-2 {
    font-size: 22px;
}
.filter-block__item-title {
    margin-bottom: 9px;
}
.filter-block__burger {
    position: absolute;
    bottom: 19px;
    right: 0;
    width: 50px;
    height: 50px;
    background: var(--4-color);
    border-radius: 50%;
    cursor: pointer;
}
.filter-block__title {
    font-size: 20px;
}
.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;
}
.filter-block__row {
    font-size: 14px;
    color: var(--body-color);
    text-align: left;
}
.filter-block__row .checkbox__text {
    opacity: 0.6;
}
.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;
}
.filter-block__radios,
.filter-block__row {
    margin: 0 -4px;
}
.filter-block__item .check-c {
    margin: 0 0 6px;
    padding: 0 4px;
}
.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(--2-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;
}
.filter-block__item--st2:after {
    content: none;
}
.filter-caller__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.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;
}
.filter-block__value-txt {
    display: none;
}
.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;
}
.filter-block__btns {
    padding-bottom: 30px;
}
.hero-filter__amount {
    margin-bottom: 13px;
}
/*-------------------------------------------------------------------*/
.filter-block__item--border-top {
    border-top: 1px solid var(--body-color);
}
.filter-block__radios {
    font-size: 14px;
    color: var(--body-color);
}
.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);
}
.filter-block__title-2 {
    margin-bottom: 5px;
}
.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%;
}
/*-------------------------------------------------------------------*/
/*.filter-block__item:not(.filter-block__item-4):not(.filter-block__item-3):after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    -webkit-transform: translateX(-50%);*/
/*    -ms-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    width: 100vw;*/
/*    height: 1px;*/
/*    background: var(--8-color-50);*/
/*}*/
.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;
}
/*.filter-block-wrap:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 300%;*/
/*    background: var(--1-color);*/
/*    pointer-events: none;*/
/*    z-index: -1;*/
/*}*/
.filter-block__content {
    padding: 50px 0 24px;
}
.filter-block__item-2 {
    flex: 0 1 auto;
    width: 15.5%;
}
.filter-block__item-1 {
    flex: 0 1 auto;
    width: 30.3%;
}
.filter-block__item-3 {
    flex: 0 1 auto;
    width: 280px;
}
.filter-block__item-4 {
    flex: 0 1 auto;
    width: 300px;
}
.filter-block__item-title-range {
    margin-bottom: 12px;
}
.item-result__arrow {
    width: 34px;
    height: 34px;
    border: 1.5px solid var(--1-color);
    border-radius: 50%;
}
.item-result__arrow svg {
    transform: rotate(90deg);
}
.item-result__arrow-wrap {
    margin-left: 60px;
}
.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;
}
.item-result__title {
    margin-right: 52px;
}
.item-result-col:not(:last-child) {
    margin-bottom: 13px;
}
.item-result__content {
    height: 150px;
    padding: 0 29px;
}
.open-state.item-result {
    border-color: var(--1-color-25);
}
.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 23px;
    height: 140px;
}
.open-state .item-result__arrow {
    transform: rotate(180deg);
}
.open-state .item-result__pic {
    max-height: 62%;
}
@media (min-width: 992px) {
    .filter-block__dropdown-opt:after {
        content: "";
        position: absolute;
    }
    .item-result__arrow .arrow:before {
        width: 8px;
        height: 8px;
    }
    .item-result__arrow .arrow:after {
        width: 22px;
        margin-left: -9px;
    }
}
@media (min-width: 1200px) {
    .filter-block__header,
    .filter-caller {
        display: none;
    }
    .hero-filter__heading:before {
        content: none;
    }
    .hero-filter__reset {
        margin-left: 40px !important;
    }
    .hero-filter__items {
        margin-top: 0;
    }
    .checkbox {
        margin-bottom: 15px;
    }
    .hero-filter__col-content {
        padding: 40px 12px;
    }
    .hero-filter__heading {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
    }
    /*.filter-block-wrap {*/
    /*    border-top: 1px solid var(--7-color);*/
    /*}*/
}
@media (max-width: 1439px) {
    .item-result__arrow-wrap {
        margin-left: 30px;
    }
    .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;
    }
    /*  ----------------------------------------  */
    .filter-block__content {
        padding-bottom: 52px !important;
    }
    .filter-block__btns {
        position: absolute;
        line-height: 1;
        bottom: 0;
        width: 100%;
        left: 0;
        margin: 0;
        padding: 13px 15px 8px;
        background: var(--body-bg);
        border-top: 1px solid var(--body-color);
        z-index: 2;
    }
    .filter-block__item-4 {
        padding-bottom: 100px;
    }
    .filter-block__header {
        padding: 30px 0 30px;
    }
    /*.filter-block__btns:before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 1px;*/
    /*    background: currentColor;*/
    /*    opacity: .2;*/
    /*    z-index: 0;*/
    /*}*/
    .hero-filter__heading {
        padding-bottom: 50px;
        margin-bottom: 22px;
        text-align: center;
        color: var(--1-color);
    }
    .filter-caller {
        position: fixed;
    }
    .filter-block__item--2,
    .filter-block__item--3 {
        padding: 15px 0;
    }
    .hero-filter {
        padding: 50px 0;
    }
    .filter-block-wrap {
        cursor: pointer;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 11;
        width: 100%;
        height: 100%;
        transition: var(--animation-primary);
        background: transparent;
    }
    .filter-block-wrap:not(.is-active) {
        transform: translateX(-100%);
    }
    .filter-block {
        cursor: auto;
        height: 100%;
        max-height: 100%;
        position: relative;
        max-width: 470px;
        background: var(--1-color);
    }
    .filter-block__item {
        width: 100%;
        margin-bottom: 30px;
    }
    .filter-block-wrap:before {
        background: var(--1-color-0);
    }
}
@media (max-width: 991px) {
    .item-result__table-row--main .item-result__table-col-1 {
        padding-left: 11px;
    }
    .filter-block__header {
        padding-top: 30px;
    }
    .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__arrow-wrap {
        margin-left: 0;
        position: absolute;
        right: 30px;
        top: 30px;
    }
    .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%;
    }
    .filter-block__item-heading {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .item-result-col:not(:last-child) {
        margin-bottom: 15px;
    }
}