/*Form*/
.base_desktop .list-filters-wrap {
    padding:15px 24px;
}

.list_sticky_sidebar.popup-mode {
    position:fixed;
    top:5px;
    left:50%;
    margin-left:-180px;
    z-index:1001 !important;
    background:#fff;
    border-radius:var(--border-radius-big);
    max-width:360px;
    width:100%;
    /*height:100%;*/
}

.list_sticky_sidebar.popup-mode .list_sticky_map_block,
.list_sticky_sidebar.popup-mode #js_you_vis,
.list_sticky_sidebar.popup-mode .mob-filters{
    display:none;
}

.popup-mode .filters_list_movable.moving {
    position:relative !important;
    top:0 !important;
}
 
.list_sticky_sidebar.popup-mode .new_cloned {display:none;}

.popup-mode .mob-filters-box {display:none;}

.list_sticky_sidebar.popup-mode .filters_scroll_content .olist_filter_box .cvis-hidden-mob-list{
    height:auto!important;
    visibility:visible!important;
}

.list-form {
    box-shadow: var(--box-shadow);
    background:#fff;
    box-sizing:border-box;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    z-index: 17;
    margin-bottom: 10px;
}

.list_sticky_sidebar:not(.popup-mode) .list-form__hide .list-form:not(.filters-list-form){
    display:none;
}


.list_sticky_sidebar.popup-mode .list-form_hide .list-form__content {
    display:none;
}

.list-form__hide .list-form__content {
    display:none;
}

.list-form.no-margin {
    margin-bottom:0;
}

.list-form .new_cloned {
    margin-top:15px;
}

.list_sticky_sidebar.popup-mode .list-form.filters-list-form {
    max-height: calc(100vh - 390px);
    overflow:auto;
}


.list_sticky_sidebar.popup-mode.with-geo .list-form.filters-list-form {
    max-height: calc(100vh - 555px);
}

.device_mobile .list_sticky_sidebar.popup-mode.with-geo .list-form.filters-list-form {
    max-height:calc(100vh - 455px);
}

.popup-mode .list-form.filters-list-form { margin-bottom:50px !important;}

.list_sticky_sidebar.popup-mode .list-form__hide .list-form.filters-list-form{
    margin-bottom:0!important
}

.list-form__lab-close {
    margin-bottom:16px;
    display: none;
}

.list-form__hide .list-form__lab-close {
    margin-bottom:0;
}

.popup-mode .list-form__lab-close {
    display:block;
}

.list-form__label {
    font-size:var(--medium-font);
}

.popup-mode .list-booking {
    margin-top:0;
}

.list-form.top-padded {
    box-shadow:none;
    margin:-15px -15px 45px -15px;
}

.popup-mode .list-form.top-padded {
    margin:0;
}

.list-form.top-padded-s {
    box-shadow:none;
    margin:-15px -15px 15px -15px; 
}

.list-form.top-padded-m {
    box-shadow:none;
}


.mobile .list-form.mobile-extended {
    margin:0 -15px;
    border-radius: 0 0 10px 10px;
    z-index:151;
    box-shadow:none;
    box-shadow: 0px  7px 15px rgba(0, 0, 0, 0.05);
}

.mobile .list-form.form-padded {
    margin-top: 38px;
}

.list_sticky_sidebar {
    position:relative;
    z-index:100;
}

.moving .list_sticky_sidebar {
    z-index:107;
}

.mob-filters {
    border-radius:var(--border-radius-big);
    box-shadow:var(--box-shadow);
    /*left: 0!important;*/
    z-index: 151;
    min-height:62px;
    background:var(--light-blue-color);
}

.mob-filters.moving:before {
    content: '';
    background: var(--background-color);
    width: 100%;
    height: 25px;
    position: absolute;
    top: -25px;
}

.device_pc .mob-filters:not(.moving) {
    margin-bottom: 15px;
}

.popup-mode .mob-filters {
    visibility:hidden;
    position:absolute!important;
}

.mob-filters-box {
    padding:8px 10px;
}

.list-filter__mob-button {
    border:1px solid var(--light-grey-color);
    border-radius: var(--border-radius-big);
    display:flex;
    align-items: center;
    justify-content:center;
    min-height:44px;
    min-width:44px;
    margin-right:10px;
    font-size:var(--medium-font);
    position:relative;
    z-index:1;
    cursor:pointer;
    background:#fff;
}

.list-filter__mob-button:last-child {
    margin-right:0;
}

.list-filter__mob-button.filters__button {
    min-width:210px;
}

.list-filter__mob-button.filters__button .filters_ico {
    margin-left:24px;
}

.list-filter__mob-button.active_filters:after {
    content:'';
    width:15px;
    height: 15px;
    background:var(--red-color);
    border-radius:50%;
    position:absolute;
    top:-6px;
    right:-6px;
}


.list-filter__mob-button:active,
.list-filter__mob-button.active {
    border-color:var(--red-color);
}
    
.device_mobile .list-form.form-padded .list-cal {
    background:#fff;
    box-shadow: var(--box-shadow);
}

.city-autocomplete {
    width:100%;
    display:block;
    padding-left:35px !important;
    box-sizing:border-box;
    font-size:16px;
    font-weight:bold;
    position:relative;
    z-index:1;
}

.without_city_id .city-autocomplete {
    border-color:var(--red-color);
}

.sm-cal-heading {
    margin:10px 0 15px 0;
    text-align:center;
}

.sm-cal-heading__main {
    font-size:24px;
    font-weight: bold;
}

.sm-cal-heading__add {
    font-size: var(--medium-font);
    margin-top:5px;
}

.city-autocomplete-wrap{
    margin-bottom:35px;
    position:relative;
}

.city-autocomplete-wrap:before {
    content:'';
    width:16px;
    height:16px;
    position:absolute;
    z-index:2;
    top:8px;
    left:10px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.79459 0C4.59944 0 2 2.59944 2 5.79456C2 9.75981 7.18559 15.581 7.40637 15.8269C7.61375 16.0579 7.97581 16.0575 8.18281 15.8269C8.40359 15.581 13.5892 9.75981 13.5892 5.79456C13.5891 2.59944 10.9897 0 7.79459 0ZM7.79459 8.70997C6.18703 8.70997 4.87922 7.40212 4.87922 5.79456C4.87922 4.187 6.18706 2.87919 7.79459 2.87919C9.40212 2.87919 10.7099 4.18703 10.7099 5.79459C10.7099 7.40216 9.40212 8.70997 7.79459 8.70997Z' fill='%23F97274'/%3E%3C/svg%3E%0A");
}

.list-booking {
    margin-top: -20px;
}

.list-booking__filter-heading {
    display:flex;
    font-size: 16px;
    margin-bottom: 15px;
    justify-content: space-between;
}

.list-booking__filter-heading .bed_ico {
    align-self:center;
    margin-right:10px;
    flex:1 0 auto;
}

.list-booking__filter-heading .sea_ico {
   align-self:flex-start;
}

.list-booking__filter-txt {
    font-size:var(--base-font);
    text-align:center;
}

.collapsible.list-booking__filter-heading {
    margin-bottom: 0;
    cursor:pointer;
}

.collapsible.list-booking__filter-heading:hover {
    text-decoration:underline;
}

.list-booking__filter-wrap {
    min-height:28px;
    margin-top: 15px;
    justify-content: center;
}

.list-booking__button-wrap {
    margin: 30px 0 15px 0;
}

.popup-mode .list-booking__button-wrap {
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
    z-index: 153;
    background-color: #fff;
    padding:10px;
    box-sizing:border-box;
    margin:0;
    border-radius: var(--border-radius-big);
}

.device_pc .popup-mode .list-booking__button-wrap {
    bottom:-50px;
}

/*Custom inputs*/
/*Selects*/
.custom-select-box {
    margin-top: 15px;
    position: relative;
    z-index: 1;
    height: 34px;
}

.custom-select-box_with-label {
    height: 54px;
}

.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E0E0E1;
    border-radius: 4px;
    padding: 5px 8px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49963 10.6499L13.7933 4.35414C14.0688 4.07789 14.0688 3.63031 13.7933 3.35336C13.5177 3.07711 13.0701 3.07711 12.7946 3.35336L7.00032 9.14973L1.20605 3.35406C0.930492 3.07781 0.482918 3.07781 0.206666 3.35406C-0.0688891 3.63031 -0.068889 4.07858 0.206666 4.35484L6.50025 10.6506C6.77296 10.9226 7.22756 10.9226 7.49963 10.6499Z' fill='%23232D41'/%3E%3C/svg%3E%0A") #fff;
    background-repeat: no-repeat;
    background-position: right 8px center;
}


.custom-select:focus,
.custom-select.active {
    border: 2px solid #F97274;
    outline: 0;
}

.custom-select-box_with-label .custom-select {
    padding-top: 26px;
    height: 54px;
}

.custom-select-box_with-label label {
    display: inline-block;
    margin: 8px;
    position: relative;
    z-index: 4;
}

.custom-select::-ms-expand {
    display: none;
}

/*Inputs*/
.custom-input-txt {
    box-sizing: border-box;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 4px;
    height: 34px;
    padding: 5px 8px;
}

.device_mobile .custom-input-txt {
    margin-top:6px;
}

.custom-input-txt:focus {
    border: 2px solid var(--link-color);
    outline: 0;
}

/* Custom checkbox */
.custom-checkbox-wrapper,
.custom-radio-wrapper{
    display:flex;
    align-items:center;
    box-sizing: border-box;
    position: relative;
    min-height: 20px;
    margin-top: 15px;
}

.custom-radio-wrapper {
    min-height:24px;
}

.custom-checkbox-wrapper:first-child {
    /*margin-top: 0;*/
}

/*style label to give some more space*/
.custom-checkbox-wrapper label,
.custom-radio-wrapper label{
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.5;
}

.custom-checkbox-wrapper .kpopup__checkbox-label,
.custom-radio-wrapper .kpopup__checkbox-label{
    display:block;
    padding-left:30px;
    font-size:11px;
    cursor:pointer;
}

.device_mobile .custom-checkbox-wrapper .mobile-checkbox-label {
    font-size:var(--xs-font);
}


.custom-checkbox-wrapper label:not(.kpopup__checkbox-label) {
    align-items: center;
}

.custom-checkbox-wrapper .obj-stars {
    margin-right: 10px;
}

/*style and hide original checkbox*/
.custom-checkbox-wrapper input {
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    z-index: 2;
}


/*position new box*/
.custom-checkbox-wrapper label::before {
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    border: 1px solid #565656;
    background:#fff;
    border-radius: 3px;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

/*svg background styles*/
.custom-checkbox-wrapper label::after {
    content: "";
    opacity: 0;
    border-radius: 2px;
    background-color: #F97274;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15.8152 4.52806L6.64702 13.6943C6.40129 13.939 6.00347 13.939 5.75873 13.6943L0.183308 8.08318C-0.0614282 7.83745 -0.0614282 7.43815 0.183308 7.1939L1.51549 5.86272C1.76121 5.61749 2.15903 5.61749 2.40377 5.86272L6.20758 9.6918L13.5933 2.30562C13.838 2.06089 14.2358 2.06089 14.4825 2.30562L15.8147 3.63879C16.0619 3.88402 16.0619 4.28333 15.8152 4.52806Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 1px 1px;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 1px;
    top: 1px;
    transition: opacity 0.2s ease-in-out;
}

/*reveal check for 'on' state*/
.custom-checkbox-wrapper input:checked + label::after {
    opacity: 1;
}

.custom-checkbox-wrapper input:checked + label::before {
    border-color: #F97274;
}

/*focus styles*/
.custom-checkbox-wrapper input:focus + label::before {
    box-shadow: 0 0 0 1px #F97274;
    outline: 3px solid transparent; /* For Windows high contrast mode. */
}


/*position new box*/
.custom-radio-wrapper input {
    width: 20px;
    height: 20px;
    left:0;
    top:0;
    opacity:0;
    position:absolute;
    z-index:2;
}

.custom-radio-wrapper label::before {
    box-sizing: border-box;
    height: 24px;
    width: 24px;
    border: 1px solid var(--dark-red-color);
    background:#fff;
    border-radius: 50%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

/*svg background styles*/
.custom-radio-wrapper label::after {
    content: "";
    opacity: 0;
    border-radius: 50%;
    background-color: var(--dark-red-color);
    height: 12px;
    width: 12px;
    position: absolute;
    left: 6px;
    top: 6px;
    transition: opacity 0.2s ease-in-out;
}

/*reveal check for 'on' state*/
.custom-radio-wrapper input:checked + label::after {
    opacity: 1;
}

.custom-radio-wrapper input:checked + label::before {
    border-color: #F97274;
}

/*focus styles*/
.custom-radio-wrapper input:focus + label::before {
    box-shadow: 0 0 0 1px #F97274;
    outline: 3px solid transparent; /* For Windows high contrast mode. */
}



/*booking form*/

.list-booking_select_room {
    width:100%;
}

.list-booking_select_room.half {
    width: 50%;
    margin-right: 10px;
}

.list-booking_select_room:last-child {
    margin-right: 0 !important;
}

.list-booking__label {
    font-size:var(--medium-font);
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:var(--dark-grey-color);
    margin-top:20px;
}

.list-book-prices .list-booking__label {
    margin-top:0;
}

.filters_booking .js_for_mobile:not(.for_mobile) .arr_down_ico {
    transform:rotate(180deg);
}

.list-booking__prices-dash {
    flex: 0 0 10px;
    height: 1px;
    margin: 0 7px;
    background: #232D41;
    display: block;
}

.custom-input-txt_price {
    width: 33.3%;
}

.custom-select-box_price {
    width: 30%;
    margin: 0 0 0 10px;
    position: relative;
}

.custom-select-box_price .kloading {
    top: 3px;
    left: auto;
    right: 5px;
    margin: 0;
}

input.list-booking__button {
    -webkit-appearance: none;
    background-color: var(--dark-red-color);
    color: #fff;
    font-weight: bold;
    width: 270px;
    border: 0;
    margin: auto;
    padding: 10px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    font-size:var(--medium-font);
}

input.list-booking__button:hover {
    background: #EB2A2A;
}

.popup-mode input.list-booking__button {
    width:50%;
}

.list-booking__cancel {display:none;}

.popup-mode .list-booking__cancel {
    margin-right:8px;
    font-size:var(--medium-font);
    cursor: pointer;
    display:block;
    padding: 10px;
    border:1px solid #E0E0E1;
    border-radius:var(--border-radius);
    background:#fff;
    color:#000;
    width:50%;
    -webkit-appearance: none;
}

.list-cal__toggle {
    transition: transform 0.3s ease-in;
    position: absolute;
    z-index: 4;
    bottom: -14px;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
    transform: rotate(180deg);
}

.with-cal .list-cal__toggle {
    transform: rotate(0deg);
    cursor: pointer;
}

.list-cal__toggle .arr_down_ico {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -7px;
}

.js-list-booking__hide-cal {
    height: auto;
    max-height: 200px;
    transition: max-height 0.3s ease-in;
}

.with-cal .js-list-booking__hide-cal {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    max-height: 0;
}

/*Slider*/
.custom-range-slider-box {
    height: 28px;
}

.custom-range-slider.ui-slider {
    display: block;
    position: relative;
    text-align: left;
    background: #EFEFEF;
    height: 2px;
    box-sizing: border-box;
    margin: 13px 28px 13px 28px;
}

.custom-range-slider.ui-slider .ui-slider-handle {
    position: absolute;
    top: 0;
    margin-top: -13px;
    z-index: 2;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #F97274;
    background: #fff;
    cursor: pointer;
    cursor: e-resize;
}

.ui-slider-handle:nth-child(even) {
    margin-left: -26px;
}

.custom-range-slider.ui-slider .ui-slider-handle.ui-state-hover,
.custom-range-slider.ui-slider .ui-slider-handle.ui-state-active {
    outline: none;
    border-color: #3781A3;
}

.custom-range-slider.ui-slider .ui-slider-handle:focus {
    outline: none;
}

.custom-range-slider.ui-slider-horizontal .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    background: #F97274;
}

.custom-range-slider.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.custom-range-slider.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/*Filters*/
.list-filters__mobile-menu-wrap {
    overflow-x: hidden;
}

.list-filters__mobile-menu {
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.list-filters__mobile-menu::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.list-filters__mobile-menu-item {
    cursor: pointer;
    margin-top: 10px;
    border-bottom: 2px solid #E9E9E9;
    flex: 1 0 auto;
    padding: 8px 12px;
    font-size: 14px;
    text-align: center;
}

.list-filters__mobile-menu-item.active {
    border-color: #F97274;
    color: #F97274;
}

#objects_filter {
    /*margin-top: 20px;*/
}

.list-filters__mobile #objects_filter {
    margin-top: 0;
}

.list-filter-control__arr {
    transition: transform 0.3s ease-in-out;
    margin-left: 10px;
}

.list-filter-control__txt {
    margin-left:15px;
    font-size: 16px;
}

.active .list-filter-control__arr {
    transform: rotate(180deg);
}

.list-filter__toggler {
    color: #565656;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 9px 9px 2px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}

.list-filter {
    display: none;
}

.list-filters__container.list_filter_expanded .list-filter {
    display: block;
    margin-bottom: 20px;
}

.list-filters__mobile .list-filters__container.list_filter_expanded .list-filter {
    margin-bottom: 0;
}

.list-filters__container .arr_down_ico {
    transition: transform .3s ease-in-out;
}

.list-filters__container.list_filter_expanded .arr_down_ico {
    /*transform: rotate(180deg);*/
}

.list-filter-control {
    margin-top: 15px;
    font-size: 14px;
    cursor: pointer;
    color: #235083;
}

.list-filters__container{
    /*padding:8px;*/
}

.list-filters__container.list_filter_expanded {
    padding:12px 8px;
    margin-top: 2px;
}

.list-booking__selects-wrap .arr_map_ico{
    
}

.list_filter_expanded {
    background: var(--light-blue-color);
    border-radius:var(--border-radius);
}

.list-booking__wrap .list-filters__container {
    margin-top:12px;
}

.with-cal .list-filters__container {
    margin-top:0;
    padding:0;
    visibility: hidden;
    height:0;
    overflow:hidden;
}

.list_filter_expanded .list-filter__toggler {
    border-color:#fff;
    font-weight:bold;
}

.list-filter-clear {
    display: flex;
    margin-bottom:10px;
    font-size:var(--base-font);
}

.device_mobile .list-filter-clear {
    margin:15px 0 5px 0;
    justify-content: space-between;
}

.list_move.moving:before {
    content:'';
    display:block;
    height:24px;
    position:absolute;
    top:-24px;
    left:0;
    width:100%;
    background:var(--background-color);
}

.object-list-found {
    font-weight:bold;
}

.device_mobile .object-list-found {
    font-weight:normal;
}

.base_desktop .list-filters-wrap {
    font-size: var(--base-font);
}

.list-filter-clear__wrap {
    align-items: center;
    display: flex;
    cursor: pointer;
    flex: 0 1 auto;
    margin-top:10px;
}

.list-filter-clear__wrap:hover .list-filter-clear__txt {
    text-decoration: underline;
}

.list-filter-clear__txt {
    color: #235083;
}

.list-filter-clear__txt::first-letter {
    font-size: 14px;
    text-transform: uppercase;
}

.list-filter-clear__ico {
    display: flex;
    margin-right: 3px;
}

.list-filter-selected-items-wrap {
    display:none;
}

.list-filter-selected-items-wrap.active {
    display:flex;
    padding: 0 0 22px 0;
    align-items:center;
}

.mobile .list-filter-selected-items-wrap.active {
    padding-bottom:0;
}

.list-filter-selected-items-wrap__name {
    display:flex;
    flex-direction:row;
    align-items:center;
}

.list-filter-selected-items-wrap__name .list-filter-clear__wrap{
    margin:0 0 0 25px;
}

.list-filter-selected-items {
    margin-right:10px;
}

.list-filter-selected-item {
    cursor: pointer;
    background:var(--light-blue-color);
    padding: 7px 10px;
    margin: 10px 10px 0 0;
    border-radius: 10px;
    color: #565656;
}

.list-filter-selected-item::first-letter {
    text-transform:capitalize;
}

.list-filter-selected-item:last-child {
    margin-right: 0
}

.list-filter-selected-item .close_ico {
    margin-left: 8px;
}

.list-filter-selected-item .close_ico:before,
.list-filter-selected-item .close_ico:after {
    transition: background 0.3s ease-in-out;
    background: #F97274;
}

.list-filter-selected-item:hover .close_ico:before,
.list-filter-selected-item:hover .close_ico:after {
    background: #900E16;
}

.object-list-sorter__item.active .DESC {
    transform: rotate(180deg);
}

@media screen and (max-width: 1327px) {
     .device_tablet .mob-filters{
         display:block;
         position:relative !important;
         top:0!important;
     }
}


@media screen and (max-width: 1023px) {
    .mob-filters {
        left:0 !important;
        width:100% !important;
    }
}

@media screen and (min-width: 1024px) {
    
    .list_sticky_sidebar.popup-mode {
        top:96px;
        left:auto;
        margin-left:0;
        width:318px;
    }
    
    .moving .list_sticky_sidebar.popup-mode {
        height:100%;
    }

    .popup-mode .calen-movable {
        display:none;
    }

    .list_sticky_sidebar.popup-mode .list-form.filters-list-form {
        max-height: calc(100vh - 468px);
    }

    .list_sticky_sidebar.popup-mode .list-form__hide .list-form.filters-list-form{
        max-height:100%;
    }

    .list_sticky_sidebar.popup-mode.with-geo .list-form.filters-list-form {
        max-height: calc(100vh - 650px);
    }
}
