.testDiv {
    top: 0;
    background: #000;
}
.main-search {
    margin-top: -69px;
    z-index: 998;
}

.developers-main-search {
    margin-top: -45px;
    z-index: 998;
}

.main-search-background {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.42);
}


.customSelectButton,
.customSelectButtonCity {
    display: none
}

.customSelectButton+.customSelectButton-label {
    background: rgb(255 255 255 / .08);
    box-shadow: 0 4px 30px rgb(0 0 0 / .1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgb(255 255 255 / .23);
    color: #fff;
    font-size: 13px;
    padding: 10px 30px;
    cursor: pointer;
    user-select: none;
    border-radius: 20px;
    display: inline-block;
    backface-visibility: hidden;
    transition: all 0.6s ease
}

.customSelectButton:checked+.customSelectButton-label {
    background-color: #177262;
    color: #fff;
    backface-visibility: hidden;
    border: 1px solid rgb(255 255 255 / .23)
}


.searchOptions {
    cursor: pointer;
    padding: 0 20px;
    flex: 0 0 auto;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ededed;
    height: 50px;
}

.moreFilterSearchOption{
    cursor: pointer;
    flex: 0 0 auto;
    width: 15%;
    background: #fff;
    height: 50px;
    color: #051714;
}
.textFilterSearchOption {
    width: 85% !important;
    position: relative;
}
.textFilterSearchOption:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #ededed;
}

.moreFilterSearchOption:hover{
    color: #AF2029;
}
.wordAndMoreFilter {
    width: 100%;
}

@media (min-width :992px) {
    .wordAndMoreFilter {
        width: 19.6333333% !important;
    }
    .moreFilterSearchOption {
        width: 20% !important;
    }
}

@media (min-width: 768px) {
    .wordAndMoreFilter {
        width: calc(100% - 16.66666667%) ;
    }
}
/* .moreFilterSearchOption svg {
    width: 30px;
    height: 30px;
} */

.searchOptions:first-of-type{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.lastSearchOption {
    border-right: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: none;
    padding: 0 15px;
    width: 100%;
}
.searchOptions:after {
    content: '';
}
@media(min-width: 992px){
    .textFilterSearchOption:before {
        display: none;
    }
    .searchOptions {
        position: relative;
    }
    .searchOptions:after {
        content: '';
        height: 60%;
        width: 1px;
        left: 0;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        position: absolute;
        background: #ededed;
        border-radius: 5px;
    }
    .searchOptions:first-of-type:after {
        display: none;
    }
    .lastSearchOption {
        flex: 0 0 auto !important;
        width: 75% !important
    }
    .moreFilterSearchOption {
        position: relative;
        flex: 0 0 auto !important;
        width: 25% !important;
    }

    .moreFilterSearchOption:after {
        content: '';
        height: 60%;
        width: 1px;
        left: 0;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        position: absolute;
        background: #ededed;
        border-radius: 5px;
    }
    .customSelectButton+.customSelectButton-label {
        padding: 10px 40px;
    }
    .lastSearchOption {
        border-radius: 0 !important;
    }

}
.searchOptions i {
    color: #051714;
}
.searchOptions span {
    color: #051714;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

@media(min-width:768px) {
    .searchOptions {
        border-right: none !important;
        width: 50%;
        border-right: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
    }
    .borderOnly {
        border-right: none !important;
    }
    .searchOptions:first-of-type {
        border-top-right-radius: 0;
    }
    .searchOptions:nth-of-type(2) {
        border-top-right-radius: 5px !important;
    }
    .lastSearchOption {
        border-radius: 0 0 0 5px;
        width: 83.3333333%;
        border-bottom: none;
    }
    .search-button {
        border-radius: 0 0 5px !important;
        margin-top: 0 !important;
    }
}

@media (min-width:992px) {
    .searchOptions:first-of-type {
        border-radius: 5px 0 0 5px;
    }
    .searchOptions:nth-of-type(2) {
        border-radius: 0 !important;
    }
    .search-button {
        border-radius: 0 5px 5px 0 !important;
    }
    .searchOptions {
        flex: 0 0 auto;
        width: 18%;
        padding: 0 20px;
        border-bottom: none !important;
        -webkit-box-shadow: 15px 0 10px -16px rgb(0 0 0 / .49);
        -moz-box-shadow: 15px 0 10px -16px rgb(0 0 0 / .49);
        box-shadow: 15px 0 10px -16px rgb(0 0 0 / .49);
    }
}

.searchOptions:hover div > span {
    color: #AF2029 !important
}

@media(min-width:767px) {
    .borderOnly {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
}

.borderOnly {
    border-right: 1px solid #fff0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}



.searchWord {
    height: 50px;
    width: 100%;
    border: 0;
    color: #656565;
    font-weight: 500;
    font-size: 13px;
    padding: 0 15px;
}

.searchWord::placeholder {
    color: #051714;
    font-weight: 500;
    font-size: 13px
}

.collapseSearch {
    position: absolute !important;
    z-index: 1001 !important;
    max-width: 500px;
    top: 70px;
    background: #fff;
    border-radius: .5rem;
    width: 450px;
    padding: 20px;
    left: 0;
}

.collapseSearch .card-body {
    margin-bottom: 0 !important;
    border: none !important
}

.collapseSearch .card-footer {
    text-align: end;
    border-top: 1px solid #ccc !important;
    padding: 5px 10px
}

.btn-search {
    background-color: #177262;
    color: #fff;
    border: none !important;
    font-size: 13px;
    padding: 8px 25px;
    border-radius: 0.5rem !important;
    width: auto !important;
    transition: all 0.6s ease
}

.btn-search-outline {
    background-color: #fff;
    color: #AF2029 !important;
    border: 1px solid #fff0;
    font-size: 13px;
    padding: 8px 25px;
    border-radius: 0.5rem !important;
    width: auto !important;
    transition: all 0.6s ease
}

.btn-search-outline:hover {
    background-color: #e5e5e5
}

.btn-search:hover {
    background-color: #145b50
}

.sealTypeSearch {
    border-top-right-radius: 4px;
    border-right: none !important
}

.addressSearch {
    border-top-right-radius: 0
}

@media(min-width:568px) {
    .addressSearch {
        border-top-right-radius: 4px
    }
    .sealTypeSearch {
        border-top-right-radius: 4px;
        border-right: 1px solid #ededed;
        -webkit-box-shadow: 15px 0 10px -16px rgb(0 0 0 / .49);
        -moz-box-shadow: 15px 0 10px -16px rgb(0 0 0 / .49);
        box-shadow: 15px 0 10px -16px rgb(0 0 0 / .49)
    }
}



.search-button {
    border-radius: 5px;
    height: 50px !important;
    margin-top: 10px;
}

.collapseSearch::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 119px;
    border-style: solid;
    border-width: 0 8px 14px 8px;
    border-color: transparent transparent #ffffff transparent;
}
@media(min-width: 1200px){
    .collapseSearch::before {
        left: 148px;
    }
}
@media(min-width: 1400px){
    .collapseSearch::before {
        left: 179px;
    }
}

.searchOverlay.active {
    position: absolute !important;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    user-select: none;
    background: rgb(0 0 0 / .3);
    overflow: hidden
}

.estateSelectList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.priceType,
.priceCurrency {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start
}

.estateSelectList .customSelectButton+.customSelectButton-label,
.priceParameters .customSelectButton+.customSelectButton-label {
    background: #0063C5;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    backface-visibility: hidden;
    transition: all 0.6s ease;
    border-radius: 4px;
    padding: 3px 9px;
    margin: 5px 3px
}

.customSelectButton:checked+.customSelectButton-label {
    background-color: #177262;
    color: #fff;
    font-size: 13px;
    backface-visibility: hidden;
    border: 1px solid rgb(255 255 255 / .23)
}

.radioFirst .customSelectButton+.customSelectButton-label,
.radioSecond .customSelectButton+.customSelectButton-label {
    background: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #05264e;
    backface-visibility: hidden !important;
    border-radius: 0 !important;
    border: 1px solid #ccc;
    height: 33px;
    width: 45px;
    margin: 0 !important
}

.radioFirst .customSelectButton+.customSelectButton-label {
    border-right: 0;
    border-top-left-radius: 17px !important;
    border-bottom-left-radius: 17px !important
}

.radioFirst .customSelectButton+.customSelectButton-label span,
.radioSecond .customSelectButton+.customSelectButton-label span {
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    border-radius: 50%;
    padding: 3px 0
}

.radioFirst .customSelectButton:checked+.customSelectButton-label span,
.radioSecond .customSelectButton:checked+.customSelectButton-label span {
    background: #AF2029;
    color: #fff
}

.radioSecond .customSelectButton+.customSelectButton-label {
    border-left: 0 !important;
    border-top-right-radius: 17px !important;
    border-bottom-right-radius: 17px !important
}

.priceParametters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.priceRangeInput input {
    height: 45px !important
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.municipalitiesModalList {
    padding: 0;
    margin: 0 0 1rem;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

@media(min-width:578px) {
    .municipalitiesModalList {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media(min-width:992px) {
    .municipalitiesModalList {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

#locationFirstPage,
#locationSecondPage,
#locationThirdPage {
    width: 100% ! important
}

#locationThirdPage {
    padding: 0;
    margin: 0 0 1rem;
}

#streetsContent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#locationSecondPage {
    margin-top: 20px;
    padding: 0 10px;
}

@media (min-width:1200px) {
    .municipalitiesModalList {
        -webkit-column-count: 4 !important;
        -moz-column-count: 4 !important;
        column-count: 4 !important
    }
    #streetsContent {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
    .citiesLi .citiesListFromResponse {
        -webkit-column-count: 4 !important;
        -moz-column-count: 4 !important;
        column-count: 4 !important
    }
}

.municipalitiesModalList li {
    margin: 10px 0;
    cursor: pointer
}

.municipalitiesModalList li:first-child {
    margin: 0 0 10px;
}

.municipalitiesModalList li:hover {
    color: #188ef1;
    text-decoration: underline
}

.districtBlockHeader label {
    font-size: 15px;
    margin-left: 10px;
    color: #0063C5;
    font-weight: 600;
    font-family: 'Redhouse-600', sans-serif;
    font-feature-settings: 'case';
}

.subdistrictsContent {
    padding: 0 20px;
}

.subdistrictItem {
    font-size: 14px;
    font-weight: 500
}

.modal-dialog.modal-fullscreen {
    margin: 0 !important
}

#choosenNameValue {
    background: #177262;
    color: #fff;
    padding: 8px 22px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 20px;
    font-family: 'Redhouse-600', sans-serif
}

#choosenNameValue:hover {
    background: #157347
}

#choosenNameValue i {
    margin-left: 7px
}

#goBackButton {
    background: #e0ecf5;
    color: #515151;
    padding: 8px 22px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 20px;
    font-family: 'Redhouse-600', sans-serif
}

#goBackButton:hover {
    background: #157347
}

#goBackButton:hover {
    background: #c3d2dd
}

#goBackButton i {
    margin-right: 7px
}

.citiesModalList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.customSelectButtonCity+.customSelectButtonCity-label {
    background: #177262;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    cursor: pointer;
    user-select: none;
    border-radius: 20px;
    display: inline-block;
    backface-visibility: hidden;
    transition: all 0.6s ease;
    margin: 3px 12px 3px 0;
    flex: 0 0 auto;
    /* width: calc(50% - 14px) */
}
@media(min-width:992px) {
    .customSelectButtonCity+.customSelectButtonCity-label {
        width: auto
    }
}
.modal-body {
    padding: 2em 2em
}

.modal-lg .modal-body {
    padding: 1.4rem 1em 2em
}

.customSelectButtonCity:checked+.customSelectButtonCity-label {
    background-color: #AF2029;
    color: #fff;
    backface-visibility: hidden
}

.customSelectButtonCity:hover+.customSelectButtonCity-label {
    background-color: #AF2029;
    color: #fff;
    backface-visibility: hidden
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 950px !important
    }
}

@media (min-width:992px) {
    .modal-dialog {
        margin: 30px auto
    }
    .modal-dialog.modal-lg {
        margin: 100px auto 30px
    }
    .modal-dialog.modal-xl {
        margin: 100px auto 30px
    }
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 950px !important
    }
}

.modal-content {
    border-radius: 10px !important
}

.modal-header {
    background: transparent !important
}

.modal-header .modal-title {
    color: #051714 !important
}

.modal-header-button {
    background: #177262;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    border: none;
    z-index: 9999999999 !important
}

.modal-header-button:hover {
    background: #125a4e
}

@media (min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1150px !important
    }
}

@media (min-width:1400px) {
    .modal-xl {
        --bs-modal-width: 87% !important
    }
}

#selectStreetsWindow.disabled, #selectStreetsWindowResult.disabled {
    pointer-events: none !important
}

#selectStreetsWindow span, #selectStreetsWindowResult span {
    background: #a70a29;
    color: #fff;
    padding: 12px 22px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 20px;
    font-family: 'Redhouse-600', sans-serif
}

#selectStreetsWindow span:hover, #selectStreetsWindowResult span:hover {
    background: #950822
}

#selectStreetsWindow i, #selectStreetsWindowResult i {
    margin-left: 7px
}

.subdistrictItem,
.streetItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap
}

.subdistrictItem label,
.streetItem label {
    cursor: pointer;
    font-size: 13px;
    font-feature-settings: 'case';
    font-family: 'Redhouse-400', sans-serif;
    margin-left: 10px
}

@media(min-width:1200px) {
    .subdistrictItem label,
    .streetItem label {
        font-size: 14px !important
    }
}

.suburbItem input {
    margin-right: 10px;
}

.subdistrictItem input,
.suburbItem input,
.streetItem input {
    width: 20px;
    height: 20px
}

.districtBlockHeader input {
    width: 20px;
    height: 20px
}



.ajaxLoadingOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 10000
}

.ajaxLoadingOverlay .spinner-border {
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: 48%;
    top: 48%
}

.modal.fade {
    overflow: hidden !important
}

button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important
}

.modal-dialog-scrollable .modal-content.maxHeight {
    height: 100% !important
}

@keyframes slideUp {
    from {
        bottom: -100vh
    }
    to {
        bottom: 0
    }
}

.slideup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    display: none !important
}

.slideup.show {
    display: flex !important;
    align-items: end
}

.slideup .slideup-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1040;
    background-color: #000
}

.slideup .slideup-backdrop.fade {
    opacity: .4;
    display: block !important
}

.slideup-dialog.show {
    position: relative;
    animation: slideUp .3s;
    z-index: 1100
}

.slideup-dialog {
    background: #fff;
    width: 100%;
    border-top-right-radius: .825rem;
    border-top-left-radius: .825rem;
    position: relative
}

.slideup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 1rem;
    -webkit-box-shadow: 0 2px 38px -6px rgb(34 60 80 / .2);
    -moz-box-shadow: 0 2px 38px -6px rgb(34 60 80 / .2);
    box-shadow: 0 2px 38px -6px rgb(34 60 80 / .2)
}

.slideup-header button {
    border: none;
    background: #fff0
}

.slideup-title h6 {
    font-feature-settings: 'case';
    font-family: 'Redhouse-600', sans-serif;
    margin: 0;
    font-size: 15px
}

.slideup-body {
    padding: 15px
}

.filterOption {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden
}

.filterOption input {
    display: none
}

.filterOption input:checked+span {
    border: 1px solid #AF2029;
    background: #dedef1;
    color: #AF2029
}

.filterOption input:checked+span:before {
    box-shadow: inset 0 0 0 .4375em #AF2029;
    color: #fff
}

.filterOption span {
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: .375em .75em .375em .375em;
    border-radius: 99em;
    color: #526992;
    transition: 0.25s ease;
    border: 1px solid #AF2029
}

.filterOption span:hover {
    background-color: #dedef1
}

.filterOption span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.3em;
    height: 1.3em;
    border-radius: 50%;
    margin-right: .375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 .125em #AF2029
}

.form-floating>.form-control {
    height: calc(2.8rem + calc(var(--bs-border-width)* 2)) !important;
    min-height: calc(2.5rem + calc(var(--bs-border-width)* 2)) !important
}

.form-control:focus {
    border-color: #AF2029 !important
}

.form-floating>label {
    padding: .65rem .75rem;
    font-size: 14px
}

.form-floating>.form-control:focus~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.90) translateY(-.5rem) translateX(.15rem);
    font-weight: 500
}



/*Toggle Radio*/
.switch-wrapper {
    position: relative;
    display: inline-flex;
    padding: 4px;
    border: 2px solid lightgrey;
    border-radius: 30px;
    color:#9b9a9a;
    background: #e4e4e7;
}

.switch-wrapper input {
    position: absolute;
    left: -9999px;
}

.switch-wrapper label {
    font-size: .875rem;
    color:#9b9a9a;
    text-align:center;
    z-index: 1;
    font-family: 'Redhouse-400', sans-serif;
    min-width: 75px;
    line-height: 27px;
    cursor: pointer;
    border-radius: 30px;
    transition: color 0.25s ease-in-out;
}

.switch-wrapper .highlighter {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 30px;
    background: #177262;
    transition: transform 0.25s ease-in-out;
}


.firstRadio:checked ~ label[class="firstLabel"] {
    color: #fff;

}
.secondRadio:checked ~ label[class="secondLabel"] {
    color: #fff;
}

.switch-wrapper input:checked + label + .highlighter {
    transform: translateX(100%);
}

.inputPriceRange, .inputAreaRange {
    position: relative;
}

.inputPriceRangeSymbolGel::before {
    content: '₾';
    z-index: 1000;
    position: absolute;
    top: 50%;
    right: 13px;
    color: #c3c3c3;
    display: block;
    width: 20px;
    font-size: 16px;
    height: 20px;
    transform: translateY(-50%);
}

.inputPriceRangeSymbolUsd::before {
    content: '$';
    z-index: 1000;
    position: absolute;
    top: 50%;
    right: 13px;
    color: #c3c3c3;
    display: block;
    width: 20px;
    font-size: 16px;
    height: 20px;
    transform: translateY(-50%);
}

.inputPriceRangeSymbolM::before {
    content: 'მ²';
    z-index: 1000;
    position: absolute;
    top: 50%;
    right: 13px;
    color: #c3c3c3;
    display: block;
    width: 20px;
    font-size: 16px;
    height: 20px;
    transform: translateY(-50%);
}
.inputPriceRangeSymbolHa::before {
    content: 'ჰა';
    z-index: 1000;
    position: absolute;
    top: 50%;
    right: 13px;
    color: #c3c3c3;
    display: block;
    width: 20px;
    font-size: 16px;
    height: 20px;
    transform: translateY(-50%);
}


/*Choose Estate Type*/
.estateTypeLabel {
    cursor: pointer;
    margin: 5px 10px;
    font-family: 'Redhouse-400', sans-serif;
    position: relative;
    overflow: hidden;
}
.estateTypeLabel input {
    position: absolute;
    left: -9999px;
}
.estateTypeLabel input:checked + span {
    background-color: #17726299;
    color: #fff;
}
.estateTypeLabel input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #177262;
}
.estateTypeLabel span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}
.estateTypeLabel span:hover {
    color: #fff;
    background-color: #17726299;
}
.estateTypeLabel span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #177262;
}

.inputsTitle {
    font-size: 14px !important;
    font-family: "Redhouse-400", sans-serif;
    color: #051714 !important;
}


.customLabel {
    cursor: pointer;
    margin: 0 8px 8px 0 !important;
    font-family: 'Redhouse-400', sans-serif;
    position: relative;
    overflow: hidden;
}
.customLabel input {
    position: absolute;
    left: -9999px;
}
.customLabel input:checked + span {
    background-color: #17726245;
    color: #177262;
}
.customLabel input:checked + span:before {
    box-shadow: inset 0 0 0 2px #AF2029;
}
.customLabel span {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    transition: 0.25s ease;
    font-size: 13px;
    font-family: "Redhouse-500", sans-serif;
    background-color: #e6e6e6;

}
/*.customLabel span:hover {*/
/*    background-color: #17726245;*/
/*    color: #177262;*/
/*}*/
.customLabel span:before {
    display: flex;
    flex-shrink: 0;
    /*content: "";*/
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #177262;
}
.buttonsLine {
    background: #f3f5f8c9;
    padding: 10px;
    border-radius: 6px;
}
.importantRule { z-index: 995 !important; }
.cursor-pointer {
    cursor: pointer !important;
}

.masonry {
    column-count: 1;
    column-gap: 1rem;
}
.masonry-item {
    break-inside: avoid;
    margin-bottom: 1rem;
}


#searchPriceRangeCurrency i, #searchAreaRangeType i {
    color: #fff;
    background: #AF2029;
    border-radius: 5px;
    padding: 6px 0;
    font-style: normal;
    width: 32px;
    height: 32px;
    text-align: center;
}

@media (min-width: 768px){
    .masonry {
        column-count: 2;
        column-gap: 1rem;
    }
}

@media (min-width: 992px){
    .masonry {
        column-count: 3;
        column-gap: 1rem;
    }
}

@media (min-width: 1200px){
    .masonry {
        column-count: 5;
        column-gap: 1rem;
    }
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1rem;
}
