body:has(.container_filter.open)  {
    overflow-y: hidden;
}

.container_catalog {
    width:  100%;
    padding-top: 78px;
    padding-bottom: 42px;
    background-color: #F2F3F6;
}

body.page-template-catalog {
    background-color: #F2F3F6;
}

.container_breadcrumbs {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    width:  100%;
}

.container_item_recommended_offers{
    /*max-width: 500px;*/
    width: 100%;
}


.list_catalog_product {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.list_catalog_product .container_swiper_photo_recommended_offers .swiper-slide{
    width:  100% !important;
    margin:  0 !important;
}

.container_breadcrumbs {
    display: flex;
    align-items: center;
    gap: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.icon_home_breadcrumbs {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: var(--all-time-transition);
    fill: #495260;
    opacity: 0.5;
}

.link_home_breadcrumbs:hover .icon_home_breadcrumbs {
    opacity: 1;
}

.icon_arrow_breadcrumbs {
    transform: rotate(-90deg);
    width: 18px;
    height: 18px;
    fill: #495260;
    margin-top: 3px;
}

.text_current_page_name{
    color:  #495260;
    font-family: var(--font-family-helvetica);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
    margin-top: 4px;
}

.container_box_btn_catalog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.container_box_btn_catalog form {
    margin: 0;
    border: none;
}
.container_box_btn_catalog .es-search--simple form>*  {
    margin: 0;
}


.btn_open_filter, .btn_mobile_sort_mobile{
    display: flex;
    height: 44px;
    padding: 9px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 6px;
    background: #FFF;
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    width: 100%;
}

.form_simple_search, .box_btn_open_search_form {
    width: 100%;
}

.icon_open_filter, .icon_mobile_sort_mobile {
    fill: #090712;
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    transition: var(--all-time-transition);
}

.container_content_catalog_page{
    width: 100%;
}

.box_btn_open_search_form{
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.container_sort_mobile{
    position: relative;
}


.list_sorting_mobile {
    position: absolute;
    top: 105%;
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    width: 240px;
    padding: 8px;
    align-items: flex-start;
    gap: 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: var(--all-time-transition);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.list_sorting_mobile.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.item_sorting_mobile {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.container_not_found_post {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 518px;
    margin-left: auto;
    margin-right: auto;
}

.box_text_not_found_post {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.es-no-found-posts .container_not_found_post .title_not_found_post {
    font-family: var(--font-family-helvetica);
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #1B1444;
}

.es-no-found-posts .container_not_found_post .text_not_found_post {
    font-family: var(--font-family-helvetica);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #495260;
    opacity: 0.7;
    margin: 0;
}

.es-no-found-posts .container_not_found_post .btn_reset_not_found_post {
    font-family: var(--font-family-helvetica);
    font-weight: 500;
    font-size: 16px !important;
    line-height: 100%;
    vertical-align: bottom;
    color: #090712 !important;
    padding: 12px 14px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #fff;
    transition:  var(--all-time-transition);
    text-transform: none !important;
    box-shadow:  none !important;
}

.es-no-found-posts .container_not_found_post .btn_reset_not_found_post:hover {
    border-color: #090712;
}

#containerListPropertyCatalog:has(.es-no-found-posts) #containerListPostCatalogPage {
    display: none;
}

@media screen and (min-width: 1600px) {
    .container_breadcrumbs {
        margin-bottom: 22px;
    }
}
@media screen and (min-width: 744px) {
    .list_catalog_product {
        padding-left: 20px;
        padding-right: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .container_not_found_post {
        padding-top: 40px;
    }

    .container_breadcrumbs {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1280px) {

    .list_catalog_product {
        padding: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 1680px;
        margin-left: auto;
        margin-right: auto;
    }

    .container_breadcrumbs {
        margin-bottom: 22px;
    }
}

.container_bkg_catalog_page {

    background-color: #F2F3F6;
}

.container_catalog_page{
    padding-top: 76px;
    /*padding-bottom: 42px;*/
}

.container_bkg_filter_catalog_page {
    width: 100%;
}

.box_filter_catalog_page {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.container_content_catalog .list_property_catalog {
    display: flex;
    flex: none;
    margin: 0 !important;
}

.list_property_catalog .js-es-listings {
    width: 100%;
    display: grid;

}

.list_property_catalog .es-listings__wrap-inner{
    width: 100%;
    padding-bottom: 42px;
}

.container_content_catalog{
    width: 100%;
}

.box_list_property_main{
    display: flex !important;
    flex-direction: column !important;
    grid-column-gap: 0 !important;
    grid-row-gap: 0 !important;
}

.box_filter_catalog_page .es-search-nav {
    margin: 0 !important;
    gap: 0 !important;
}
.box_filter_catalog_page  .js-es-control--layouts.es-control.es-control--layouts {
    margin: 0 !important;
    gap: 0 !important;

}

.container_bkg_catalog_page .entry-content, .container_bkg_catalog_page .es-properties {
    margin: 0;
}

.container_bkg_catalog_page .js-es-search__collapse-link {
    display: none !important;
}


.container_bkg_catalog_page .es-search-nav-wrap{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    height: 100%;
    z-index: 10000;
    background-color: #fff;
    margin: 0;
    transition: var(--all-time-transition);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.es-search-nav--dropdowns {
    height: 100%;
    overflow-y: auto;
}

.container_bkg_catalog_page .es-search-nav-wrap.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.container_bkg_catalog_page .es-search-nav {
    display: flex !important;
}

.box_top_filter_mobile{
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #D2D1D8;
    z-index: 10;
    background: #FFF;
}

.title_filter_mobile {
    color: #071121;
    font-family: var(--font-family-helvetica);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn_close_filter_mobile {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    transition: var(--all-time-transition);
}

.btn_close_filter_mobile:hover {
    background-color: #F2F3F6;
}

.icon_close_modal, .icon_btn_search_filter {
    width: 20px;
    height: 20px;
    fill: #090712;
}

#search-form .js-es-search-nav__button #btnSubmitFilterMobile{
    display: flex;
    padding: 12px 14px ;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 6px;
    background: #9EE334;
    border: 1px solid #9EE334;
    color:  #090712;
    font-family: var(--font-family-helvetica);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: var(--all-time-transition);
}

#search-form .js-es-search-nav__button .btn_clear_search_filter {
    display: flex;
    height: 44px;
    padding: 9px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 6px;
    border: 1px solid  #D2D1D8;
    background: #FFF;
    color: #6D7889;
    font-family: var(--font-family-helvetica);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    transition: var(--all-time-transition);
}

.icon_btn_clear_search_filter {
    width: 20px;
    height: 20px;
    fill: #6D7889;
    transition: var(--all-time-transition);
}

.container_content #search-form .container_filter .btn_clear_search_filter:hover .icon_btn_clear_search_filter {
    fill: #090712;
}

.container_content #search-form .container_filter .btn_clear_search_filter:hover {
    color: #090712;
    border-color:  #090712;
}

.container_content #search-form .container_filter #btnSubmitFilterMobile:hover {
    background-color: #fff;
    border-color: #090712;
}

.box_item_btn_search_filter {
    position: fixed !important;
    bottom: 0;
    right: 0;
    flex: none !important;
    width: 100% !important;
    max-width: 360px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    z-index: 1000;
    border-top: 1px solid  #D2D1D8 !important;
    background: #FFF !important;
    padding: 10px !important;
    border-radius: 0 !important;

}

#page .btn_search_filter {
    display: flex;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin: 0;
    border-radius: 6px;
    background: #9EE334;
    border: 1px solid #9EE334;
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: var(--all-time-transition);
}

#page .btn_search_filter:hover {
    background: #fff;
    border-color: #090712;
}

.container_list_post_catalog_page {
    width: 100%;
}

.box_list_property_main  {
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column !important;
    gap: 10px !important;
}

.container_filter .es-search-nav.es-search-nav--dropdowns {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px !important;
    height: calc(100% - 119px);
}

.container_content_catalog .es-search--simple .es-search-nav .es-search-nav__content {
    margin-top: 0;
}

@media screen and (min-width: 744px) {
    .container_catalog_page {
        padding-top: 88px;

    }
}

@media screen and (min-width: 1280px) {
    .container_catalog_page {
        padding-top: 108px;
    }
}

#containerMapCatalog {
    position: relative;
    margin: 0;
}
#containerListPropertyCatalog.hide_block {
    display: none;
}

.box_btn_close_map_catalog {
    position: absolute;
    top: 85px;
    left: 10px;
    z-index: 100;
}

.btn_close_map_catalog {
    display: inline-flex;
    height: 44px;
    padding: 9px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid  #090712;
    background: #FFF;
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: var(--all-time-transition);
}

.btn_close_map_catalog:hover {
    border-color: #1B1444;
    background:  #1B1444;
    color: #fff;
}

.btn_close_map_catalog:hover .icon_open_filter {
    fill: #fff;
}

.container_list_post_catalog_page .slide_photo_recommended_offers {
    width: 100% !important;
}

.container_custom_sorting {
    position: relative;
    width: 100%;
}


.box_list_custom_sorting_catalog_page{
    position: absolute;
    top: 105%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    width: 240px;
    padding: 8px;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #FFF;
    z-index: 100;
    transition: var(--all-time-transition);
    box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.box_list_custom_sorting_catalog_page.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.list_custom_sorting_catalog_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}

.item_custom_sorting_catalog_page, .item_custom_sorting_catalog_page_desktop {
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    height: 34px;
    padding: 10px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 6px;
    cursor: pointer;
}

.item_custom_sorting_catalog_page.active::before,
.item_custom_sorting_catalog_page_desktop.active::before{
    content: '';
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("../../image/icon_done_arrow.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.list_property_catalog .es-listings-filter {
    position: absolute;
    max-width: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
}

.container_content_catalog .js-es-entities-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.icon_markup_location{
    width: 20px;
    height: 20px;
    fill: #071121;
    position: absolute;
    bottom: 12px;
    left: 14px;
}

.label_location_address {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.container_filter .es-field .es-field__label {
    overflow: hidden;
    color: #495260;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}

#search-form .es-search-nav .js-es-search-nav__search{
    margin-bottom: 30px;
}

#search-form .es-search-nav .js-es-search-nav__single-item {
    margin-bottom: 16px;
}


.page-template-catalog .es-field .select2-container .select2-selection--single,
.page-template-catalog .es-field .select2-container .select2-selection--multiple {
    display: flex;
    padding: 12px 14px;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 6px;
    border: none;
    background: #F2F3F6;
    height: 44px;
    transition: var(--all-time-transition);
}


body .container_filter .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-direction: row-reverse;
    overflow: hidden;
    color: #071121;
    text-overflow: ellipsis;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

body .container_filter .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    overflow: hidden;
    color: #071121;
    text-overflow: ellipsis;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    font-size: 0;
    width: 20px;
    height: 20px;
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__clear::after {
    content: '';
    display: flex;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../../image/icon_close_item_filter.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;

}

.page-template-catalog .select2-search--dropdown {
    display: none;
}

.page-template-catalog .select2-container .select2-results__options {
    display: flex;
    padding: 8px !important;
    flex-direction: column;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.page-template-catalog .select2-container .select2-results__options .select2-results__option {
    display: flex;
    height: 34px;
    padding: 10px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 6px;
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.page-template-catalog .es-select2__dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: #090712;
    display: flex;
}

.page-template-catalog .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
    color: #090712;
    display: flex;
}

.page-template-catalog .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
}

.page-template-catalog .select2-container--default .select2-results__option[aria-selected=true]::before {
    content: '';
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url("../../image/icon_done_arrow.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.page-template-catalog .select2-container--open .select2-dropdown--below {
    border-radius: 8px;
    z-index: 10000;
}

.page-template-catalog  .select2-dropdown {
    z-index: 10000;
}

.container_content_catalog #search-form .js-es-address {
    display: flex;
    padding: 12px 14px 12px 40px;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 6px;
    background: #F2F3F6;
    overflow: hidden;
    color: #071121;
    text-overflow: ellipsis;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 44px;
    border: 1px solid #F2F3F6;
    transition: var(--all-time-transition);
}

.container_content_catalog #search-form .js-es-address::placeholder {
    color: #6D7889;
}

.container_content_catalog #search-form .js-es-address:focus {
    background-color: #fff;
    border-color: #D2D0D8;
}

.label_location_address .es-autocomplete{
    top: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--all-time-transition);
}


.container_content_catalog .es-field-row.es-field-row__range .es-field,
.container_content_catalog .es-field-row.es-field-row__range,
.container_content_catalog .sidebar .widget .es-field-row.es-field-row__range {
    margin: 0;
}

.container_content_catalog .es-field-row.es-field-row__range {
    gap: 10px;
}


body .container_content_catalog  .es-field input[type=number]:not(.es-ignore-style) {
    display: flex;
    height: 44px;
    padding: 8px 14px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 6px;
    background:  #F2F3F6;
    overflow: hidden;
    color:  #071121;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #F2F3F6;
    transition: var(--all-time-transition);
}

body .container_content_catalog  .es-field input[type=number]:not(.es-ignore-style)::placeholder {
    color: #6D7889;
}

body .container_content_catalog  .es-field input[type=number]:not(.es-ignore-style):focus {
    background-color: #fff;
    border-color: #D2D0D8;
}

.container_content_catalog .es-field__max_area-2 label,
.container_content_catalog .es-field__min_area-2 label{
    position: relative;
}

.container_content_catalog .es-field__min_area-2 label::after,
.container_content_catalog .es-field__max_area-2 label::after  {
    content: 'm\00B2';
    display: flex;
    overflow: hidden;
    color: #6D7889;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    bottom: 12px;
    right: 14px;
    transition: var(--all-time-transition);
}


.container_content_catalog label[for="es-field-total_rooms"] {
    width: 100%;
}

#es-field-total_rooms {
    border: none;

}

#es-field-total_rooms:focus {
    background: #F2F3F6;
}

body .container_content_catalog .es-field.es-field--incrementer label .es-incrementer-field {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px 14px;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 6px;
    background: #F2F3F6;
}

body .container_content_catalog .es-field.es-field--incrementer label .es-incrementer-field input[type=number].es-field__input {
    max-width: none;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    color: #071121;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.icon_incrementer_button {
    width: 20px;
    height: 20px;
}

body .container_content_catalog .es-field.es-field--incrementer label .es-incrementer-field button {
    max-width: none;
    height: auto;
    border: none;
}

.icon_incrementer_button{
    width: 20px;
    height: 20px;
}

.container_content_catalog .es-field__total_rooms .js-incrementer-button{
    width: fit-content !important;
    flex: none !important;
    background: #F2F3F6 !important;
}

.container_content_catalog  .es-search-nav__content .scroll {
    max-height: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.container_content_catalog .es-field-row{
    gap: 8px;
    margin: 0;
}

.container_content_catalog .es-field-row .es-field.es-field--radio-item-bordered {
    margin: 0;
}

.container_content_catalog .es-icon_check-mark:before,.container_content_catalog  .es-icon.es-icon_check-mark {
    display: none;
}

body .container_content_catalog .es-field.es-field--radio-item-bordered label .es-field__label {
    color: #090712;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    overflow: visible;
    user-select: none;
}

.container_content_catalog .es-search--simple .es-field.es-field--radio-item-bordered label {
    display: inline-flex;
    height: 44px;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    background: #F2F3F6;
    border: 1px solid #F2F3F6;
    width: 100%;
    transition: var(--all-time-transition);
}

body .container_content_catalog .es-field.es-field--radio-item-bordered input:checked+label {
    background-color: #fff;
    border-color: #090712;
}
body .container_content_catalog .es-field.es-field--radio-item-bordered input:checked+label .es-icon {
    display: none;
}

body .container_content_catalog .es-field.es-field--checkbox .es-field__label{
    color: #071121;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}


body .container_content_catalog .es-field.es-field--checkboxes .es-field--checkbox{
    display: flex;
    padding: 6px 8px !important;
    align-items: center;
    gap:  4px;
    align-self: stretch;
    border-radius: 6px;
    background: #FFF;
}

body .container_content_catalog .es-field.es-field--checkbox input {
    margin: 0;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid  #D2D1D8;
    background: #FFF;
    transition: var(--all-time-transition);
}

.container_content_catalog .es-field.es-field--checkbox input:checked {
    background-color: #090712;
    border-color: #090712;
}

body .container_content_catalog .es-field.es-field--checkbox input:checked::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M10.0517 3.91052L4.24491 9.71728L1.60547 7.07785' stroke='white' stroke-width='1.97958' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 12.669px;
    height: 10.366px;
    flex-shrink: 0;
    top: 45%;
}

body .container_content_catalog .es-field.es-field--checkboxes .es-field__show-more {
    overflow: hidden;
    color:  #495260;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


#search-form .es-search {
    position: absolute;
}

#containerListPropertyCatalog li .page-numbers {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #F2F3F6;
    opacity: 0.2;
    align-self: stretch;
    color: #000;
    text-align: center;
    font-family: var(--font-family-helvetica);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    transition: var(--all-time-transition);
}

#containerListPropertyCatalog li .page-numbers:hover {
    opacity: 1;
}

#containerListPropertyCatalog li .page-numbers.current {
    opacity: 1;
    background: #fff;
}

#containerListPropertyCatalog .es-pagination.js-es-pagination {
    margin-top: 10px;
}

#containerListPropertyCatalog .es-pagination.js-es-pagination .es-navigation {
    display: none;
}

#containerListPropertyCatalog .page-numbers .prev,
#containerListPropertyCatalog .page-numbers .next {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 50%;
    background: #FFF;
    transition: var(--all-time-transition);
    border: 1px solid #fff;
    opacity: 1;
}

#containerListPropertyCatalog .page-numbers .prev:hover,
#containerListPropertyCatalog .page-numbers .next:hover {
    border-color: #495260;
}

#containerListPropertyCatalog .page-numbers .prev {
    margin-right: 6px;
}

#containerListPropertyCatalog .page-numbers .next {
    margin-left: 6px;
}

.icon_navigation_pagination {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    fill: #071121;
    transition: var(--all-time-transition);
}

.icon_navigation_pagination.icon_prev {
    transform: rotate(90deg);
}

#containerListPropertyCatalog .page-numbers {
    height: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

#containerListPropertyCatalog .page-numbers li {
    margin: 0;
    width: fit-content;
    height: fit-content;
}




.es-search--simple .es-search-nav>li>a {
    display: none;
}

.es-search--simple .es-search-nav .es-search-nav__content {
    display: flex;
    position: static;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
}

body .container_content_catalog .es-field label {
    display: flex;
    flex-direction: column;
}

.es-search-nav .js-es-search-nav__search {
    width: 100%;
}

.es-search--simple .es-search-nav .es-search-nav__content .es-field {
    width: 100%;
}

.es-search--simple .es-search-nav .es-search-nav__content .es-field-row .es-field {
    width: fit-content;
}

.es-search--simple .es-search-nav .es-search-nav__content::before {
    display: none;
}

body .container_content_catalog .es-search--simple .es-search-nav>li {
    position: static;
}

body .container_content_catalog .es-search--simple .es-search-nav>li:has(.select2-container--open) {
    position: relative;
    z-index: 100;
    left: 0;
}

.container_title_quantity_product{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.title_page_catalog {
    color: #1B1444;
    font-family: var(--font-family-helvetica);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
}

.box_quantity_product {
    color: #495260;
    font-family: var(--font-family-helvetica);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    opacity: 0.7;
}

#btnCloseMapCatalogDesktop  {
    display: none;
}


.map-popup {
    position: absolute;
    z-index: 9999;
    pointer-events: auto;
    max-width: 440px;
    width: 95%;
}
.map-popup__inner {
    background: transparent;
    position: relative;

}
.map-popup__card {
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    font-family: 'Inter', sans-serif;
}
.map-popup__img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.map-popup__info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: stretch;
}
.map-popup__price {
    font-family: var(--font-family-helvetica);
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #071121;
    vertical-align: middle;
    margin: 0;
}

.map-popup__info__text {
    font-family: var(--font-family-helvetica);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #495260;
}

.map-popup__meta {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 8px;
}
.map-popup__btn {
    display: inline-block;
    background: #1a1a3b;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    transition: 0.2s;
}
.map-popup__btn:hover {
    background: #00a650;
}


.map-popup-swiper{
    width: 100%;
    height: 300px;
}

.label_map_property {
    position: relative;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #1B1444;
    border-radius: 8px;
    padding: 8px 12px;
    color: #1B1444;
    white-space: nowrap;
    cursor: pointer;
    font-family: var(--font-family-helvetica);
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: bottom;
    transition: var(--all-time-transition);
}

.label_map_property::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: #fff;
    border-bottom: 1px solid #1B1444;
    border-right: 1px solid #1B1444;
    transition: var(--all-time-transition);
}

.label_map_property:hover {
    background: #1B1444;
    color: #ffffff;
}

.label_map_property:hover::after {
    background: #1B1444;
}

.custom-price-marker.active .label_map_property {
    background: #1B1444;
    color: #ffffff;
}

.custom-price-marker.active .label_map_property::after {
    background: #1B1444;
}

.map-popup-swiper .icon_navigation_map-popup {
    width: 20px;
    height: 20px;
    fill: #FFFFFF;
    transform: rotate(90deg);
}

.map-popup-swiper .swiper-button-prev,
.map-popup-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2525254D;
    backdrop-filter: blur(40px);
    z-index: 110;
    opacity: 0;
    transition: var(--all-time-transition);
}

.map-popup-swiper:hover .swiper-button-prev,
.map-popup-swiper:hover .swiper-button-next {
    opacity: 1;
}

.map-popup-swiper .swiper-button-prev {
    left: 10px;
}

.map-popup-swiper .swiper-button-next {
    right: 10px;
}

.map-popup-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFFFFF66;
    opacity: 1;
    transition: var(--font-family-helvetica);
    margin: 0 2px !important;
}

.map-popup-swiper .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.map-popup-swiper .swiper-button-next .icon_navigation_map-popup {
    transform: rotate(-90deg);
}


.map-popup-swiper img {
    max-width: none;
    height: 100%;
    width: 100%;
}

.container_footer.hide_block {
    display: none;
}


.marker_zoom_count {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    font-family: var(--font-family-helvetica);
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    vertical-align: bottom;
    border: 1px solid #1B1444
}

.marker_zoom_count {
    z-index: 10 !important;
}
.label_map_property {
    z-index: 100 !important;
}


@media screen and (min-width: 744px) {
    .box_list_property_main {
        padding: 0 20px !important;
        display: grid !important;
        gap: 20px !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .container_breadcrumbs {
        padding-left: 20px;
    }

    .box_filter_catalog_page {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: row;
    }

    .box_list_property_main > * {
        min-width: 0;
        height: 100%;
        display: flex;
    }

    .container_title_quantity_product{
        padding-left: 20px;
        padding-right: 20px;
    }

    .title_page_catalog {
        font-size: 28px;
    }
}

body .es-field .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: center;
    gap: 4px;
}

body .es-field .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: 0;
    margin: 0;
    color: #071121;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


body .es-field .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
    color: transparent;
    font-size: 0;
    position: relative;
    background-image: url("../../image/icon_close_item_filter.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    width: 20px;
    height: 20px;
    margin: 0;
}

/* Для поля "Зручності" — приховати вибрані */
.page-template-catalog .es-field__es_amenity .select2-selection__choice {
    display: none !important;
}
/* Прибрати зайві відступи */
.page-template-catalog .es-field__es_amenity .select2-selection__rendered {
    padding: 8px 12px !important;
}

.page-template-catalog .es-field__es_amenity .btn-clear-amenity-filter {
    display: none !important;

}

.page-template-catalog .select2-selection__choice {
    display: none !important;
}

#containerMapCatalog .js-es-map.es-map {
    height: calc(100dvh - 190px) !important;
}

@media screen and (min-width: 1280px) {

    .btn_open_filter, .btn_open_filter, .btn_open_filter {
        display: none;
    }

    .box_item_btn_search_filter{
        position: static !important;
        width: 100% !important;
        max-width: 465px;
        border: none !important;
        margin-left: auto !important;
    }

    .container_bkg_catalog_page .es-search-nav-wrap {
        position: static;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        max-width: none;
        flex-direction: row;
        width: 100%;
        height: auto;
        padding: 0 !important;
    }

    .container_filter .es-search-nav.es-search-nav--dropdowns {
        /*display: grid !important;*/
        flex-wrap: wrap;
        row-gap: 16px !important;
        column-gap: 30px !important;
        /*grid-template-columns: repeat(3, 1fr);*/
        /*grid-template-rows: repeat(3, 1fr);*/
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, 1fr);
        padding: 0 !important;
        overflow: visible;
    }

    #search-form .es-search-nav .js-es-search-nav__button {
        grid-column: span 3 / span 3;
    }

    .js-es-search-nav__item--more {

        position: absolute !important;
        left: 0;
        top: 100%;
        width: 100%;
    }

    .box_list_property_main {
        max-width: 1680px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 40px 60px 40px !important;
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    .container_list_post_catalog_page {
        padding-top: 40px;
    }

    .container_bkg_catalog_page{
        background-color: #FFF;
    }

    #containerListPropertyCatalog {
        background-color: #F2F3F6;
    }

    .es-listings__wrap-inner{
        max-width: 1680px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 60px;
    }

    .container_title_quantity_product {
        padding-left: 40px;
        padding-right: 40px;
    }

    .box_filter_catalog_page{
        display: flex;
        max-width: 1680px;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
    }

    #search-form .es-search {
        position: static;
    }

    .box_top_filter_mobile {
        display: none;
    }

    .container_breadcrumbs {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 1680px;
    }



    #search-form .es-search-nav .js-es-search-nav__button {
        padding: 0 !important;
        width: 100% !important;
        /*grid-row: 3;*/
        position: static; !important;
        z-index: 0;
    }

    #search-form .es-search-nav .js-es-search-nav__search,
    #search-form .es-search-nav .js-es-search-nav__single-item {
        margin-bottom: 0;
    }

    .container_content_catalog .es-field-row.es-field-row__range {
        width: 100%;
    }

    .container_content_catalog .es-field-row.es-field-row__range {
        padding-bottom: 0;
    }

    .es-search--simple .es-search-nav>.js-es-search-nav__item--more>a {
        display: flex;
    }

    .js-es-search-nav__item--more{
        height: fit-content;
    }

    .container_content_catalog .es-search-nav__content .scroll {
        max-height: 0;
        height: fit-content;
        /*transition: var(--all-time-transition);*/
    }

    .js-es-search-nav__item--more {
        /*display: none;*/
    }

    .js-es-search-nav__item--more.active .scroll {
        max-height: 1000px;
        overflow: visible;
    }

    .container_content_catalog .es-search-nav__content .scroll{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, 1fr);
        column-gap: 30px;
        padding-right: 0;
    }

    #search-form .es-search-nav .js-es-search-nav__button {
        margin-top: auto;
    }

    .container_bkg_catalog_page .es-search-nav-wrap {
        position: relative;
        z-index: 1;
    }
    .container_bkg_catalog_page .box_filter_catalog_page:has(.js-es-search-nav__item--more.active) {
        height: 865px;
        max-height: 1500px;
    }

    body .container_content_catalog .es-field label:has(.select2) {
        position: relative;
    }

    /*#search-form .es-search-nav .js-es-search-nav__single-item[data-field="floor"],*/
    /*#search-form .es-search-nav .js-es-search-nav__single-item[data-field="price_per_sqft"],*/
    #search-form .es-search-nav .js-es-search-nav__single-item[data-field="year_built"]
        /*#search-form .es-search-nav .js-es-search-nav__single-item[data-field="rental-availability"],*/
        /*#search-form .es-search-nav .js-es-search-nav__single-item[data-field="market"] */
    {
        display: none;
    }

    .js-es-search-nav__item--more {
        position: relative;

    }

    #search-form .es-search-nav .js-es-search-nav__item--more a {
        position: absolute;
        width: fit-content;
        top: -45px;
        padding: 0;
        left: 0;
        font-family: var(--font-family-helvetica);
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        vertical-align: middle;
        color:  #071121;
        align-items: center;
        gap: 4px;
    }

    #search-form .es-search-nav .js-es-search-nav__item--more {
        margin-top: 16px;
    }

    .js-es-search-nav__item--more a.js-es-field__show-more {
        display: none;
    }

    .js-es-search-nav__item--more .es-search-nav__content {
        padding-top: 25px;
    }

    .icon_arrow_show_more_filters {
        transition: var(--all-time-transition);
    }

    .js-es-search-nav__item.js-es-search-nav__item--more.active .icon_arrow_show_more_filters {
        transform: rotate(180deg);
    }

    .es-search--simple .es-search-nav .es-search-nav__content {
        margin-top: 0 !important;
    }

    #search-form .es-search-nav .js-es-search-nav__single-item,
    .container_content_catalog .es-search--simple .es-search-nav .es-search-nav__content,
    body .es-field.es-field--number label{
        height: 100%;
    }

    .es-search--simple .es-search-nav .es-search-nav__content .es-field-row .es-field {
        height: 100%;
    }

    body .container_content_catalog .es-search--simple .es-search-nav.es-search-nav--dropdowns > li.active {
        background-color: #fff;
    }

    .js-search-field-container .es-field--number:last-child {
        height: 47.99px !important;
    }

    .page-template-catalog .es-search--simple form {
        margin: 0;
    }

    .list_property_catalog .es-listings__wrap-inner {
        position: relative;
    }

    .list_property_catalog .es-listings-filter {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        max-width: none;
        overflow: visible;
        max-height: none;
        right: 40px;
        top: 50px;
        margin-bottom: 0;
    }

    .btn_open_filter.desktop {
        display: flex;
    }

    .es-properties__map.mobile {
        display: none;
    }

    .es-listings-filter__selects .es-form {
        position: absolute;
        max-height: 0;
        max-width: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
    }

    .container_custom_sorting.desktop {
        width: 240px;
    }

    .container_custom_sorting.desktop .btn_open_filter.desktop {
        justify-content: space-between;
    }

    .container_custom_sorting.desktop:has(.box_list_custom_sorting_catalog_page.open) .btn_open_filter.desktop .icon_open_filter {
        transform: rotate(180deg);
    }

    .list_layout_buttons {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .page-template-catalog .list_layout_buttons .item_layout_buttons {
        margin: 0;
    }

    .page-template-catalog .list_layout_buttons .box_btn_layout_markup {
        display: flex;
        align-items: center;
        gap: 8px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .icon_markup_catalog {
        width: 26px;
        height: 26px;
        opacity: 0.4;
        fill: #071121;
        transition: var(--all-time-transition);
    }

    .btn_layout_markup.active .icon_markup_catalog {
        opacity: 1;
    }


    .container_list_post_catalog_page.markup_row .box_list_property_main {
        grid-template-columns: 1fr !important;
    }

    .container_list_post_catalog_page.markup_row .box_list_property_main .link_recommended_offers {
        flex-direction: row;
    }

    .container_list_post_catalog_page.markup_row .box_list_property_main .container_swiper_photo_recommended_offers {
        min-width: 400px;
        max-width: 400px;
    }

    .container_list_post_catalog_page.markup_row .box_list_property_main .container_content_recommended_offers {
        width: 100%;
    }

    .page-template-catalog .container_content_recommended_offers {
        height: 100%;
    }

    .container_item_recommended_offers div[data-post-id] {
        height: 100%;
        width: 100%;
    }

    .container_list_post_catalog_page.markup_row .box_list_property_main .title_recommended_offers {
        font-size: 18px;
    }

    .container_list_post_catalog_page.markup_row .box_list_property_main .under_title_recommended_offers {
        font-size: 14px;
    }

    #containerMapCatalogDesktop {
        position: relative;
    }

    #btnCloseMapCatalogDesktop {
        display: flex;
    }
    #btnCloseMapCatalog, #containerMapCatalog {
        display: none;
    }



    #search-form .es-search-nav .js-es-search-nav__item--more a .js-es-search-nav__reset {
        display: none;
    }


    #containerMapCatalogDesktop {
        min-height: calc(100dvh - 412.82px);
        max-height: calc(100dvh - 412.82px);
        flex: none;
        margin: 0;
    }


    #containerMapCatalogDesktop .js-es-map.es-map {
        min-height: calc(100dvh - 412.82px);
        max-height: calc(100dvh - 412.82px);
    }

    .page-template-catalog .es-field__es_amenity {
        position: relative;
    }



    .label_location_address {
        gap: 0;
    }

    body .container_content_catalog  .es-field input[type=number]:not(.es-ignore-style) {
        max-height: 44px !important;
    }

    body .container_content_catalog .es-field label {
        justify-content: flex-end;
    }

}

@media screen and (min-width: 1600px) {
    .box_item_btn_search_filter {
        max-width: 516px;
    }
}

@media screen and (max-height: 1100px) {

    .container_content_catalog .map-popup {
        transform: translate(-50%, -50%) !important;
    }

}


.container_content_catalog .select2-search__field {
    overflow: hidden;
    color:  #071121;
    text-overflow: ellipsis;
    font-family: var(--font-family-helvetica);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.container_swiper_photo_recommended_offers {
    position: relative;
}

.es-badges.es-badges--rounded {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
}
.es-badges.es-badges--rounded .label_marker_cart_property {
    width: fit-content;
    padding: 7px 10px;
    border-radius: 10px;
    font-family: var(--font-family-helvetica);
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
    color: #090712;
}


.es-badges.es-badges--rounded .label_marker_cart_property.id_53,
.es-badges.es-badges--rounded .label_marker_cart_property.id_245,
.es-badges.es-badges--rounded .label_marker_cart_property.id_243,
.es-badges.es-badges--rounded .label_marker_cart_property.id_244,
.es-badges.es-badges--rounded .label_marker_cart_property.id_242,
.es-badges.es-badges--rounded .label_marker_cart_property.id_241{
    color: #FFFFFF;
}

.es-badges.es-badges--rounded .label_marker_cart_property.id_54,
.es-badges.es-badges--rounded .label_marker_cart_property.id_52{
    color: #1B1444;
}

@media screen and (max-width: 1279px) {

    #btnCloseMapCatalog {
        display: none;
        border: none;
        width: 100%;
    }

    .container_catalog_page:has(#containerListPropertyCatalog.hide_block) #btnOpenMap {
        display: none;
    }

    .container_catalog_page:has(#containerListPropertyCatalog.hide_block) #btnCloseMapCatalog {
        display: flex;
    }
}
@media screen and (min-width: 744px) and (max-width: 1279px)  {

    .box_filter_catalog_page{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

}

@media screen and (max-width: 743px) {
    .es-badges.es-badges--rounded .label_marker_cart_property{
        padding: 5px 7px;
        border-radius: 8px;
        font-family: var(--font-family-helvetica);
        font-weight: 500;
        font-size: 13px;
        line-height: 1;
        letter-spacing: 0;
    }
}

.container_swiper_property_page.mobile_tablet .swiper_property_page {
    max-height: 232px;
}

@media screen and (min-width: 540px) {
    .container_swiper_property_page.mobile_tablet .swiper_property_page {
        max-height: 360px;
    }
}

@media screen and (min-width: 744px) {
    .container_swiper_property_page.mobile_tablet .swiper_property_page {
        max-height: 454px;
    }
}

.container_custom_sorting.hide_block {
    display: none;
}

@media screen and (min-width: 744px) and (max-width: 1279px) {
    .box_filter_catalog_page.two_columns {
        display: grid;
        grid-template-columns:  repeat(2, 1fr);
    }
}

@media screen and (min-width: 1280px) {
    .es-field__es_amenity.es-field--checkboxes,
    .es-field__plot-surroundings.es-field--checkboxes{
        display: flex;
        flex-direction: row;
        align-items: center;
        /*width: 100%;*/
        gap: 10px;
        overflow: auto;
        flex-wrap: nowrap;
        position: static;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
    }

    .es-field__es_amenity.es-field--checkboxes *,
    .es-field__plot-surroundings.es-field--checkboxes * {
        cursor: grab;
    }

    .es-field__es_amenity.es-field--checkboxes.active,
    .es-field__plot-surroundings.es-field--checkboxes.active {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

    .es-field__es_amenity.es-field--checkboxes.active *,
    .es-field__plot-surroundings.es-field--checkboxes.active * {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

    .es-field__es_amenity.es-field--checkboxes::-webkit-scrollbar,
    .es-field__plot-surroundings.es-field--checkboxes::-webkit-scrollbar {
        display: none;
    }

    .es-field__es_amenity.es-field--checkboxes span.es-field__label,
    .es-field__plot-surroundings.es-field--checkboxes span.es-field__label {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }
    .es-field__plot-surroundings.es-field--checkboxes span.es-field__label {
        top: 315px;
    }

    .es-field__es_amenity.es-field--checkboxes label span.es-field__label,
    .es-field__plot-surroundings.es-field--checkboxes label span.es-field__label {
        position: static;
    }


    .js-es-search-nav__single-item.js-es-search-nav__item[data-field="es_amenity"] {
        display: contents;
    }

    .js-es-search-nav__single-item.js-es-search-nav__item[data-field="es_neighborhood"] {
        grid-row: 2;
        grid-column: 1;
    }

    body .container_content_catalog .es-field.es-field__es_amenity.es-field--checkbox,
    body .container_content_catalog .es-field.es-field__plot-surroundings.es-field--checkbox {
        display: flex;
        height: 44px;
        padding: 0 !important;
        justify-content: center;
        align-items: center;
        gap: 6px;
        flex: 1 0 0;
        border-radius: 6px;
        background: #F2F3F6;
        margin-top: auto;
        user-select: none;
        border: 1px solid #fff;
        transition: var(--all-time-transition);
    }

    body .container_content_catalog .es-field.es-field__es_amenity.es-field--checkbox.es-hidden,
    body .container_content_catalog .es-field.es-field__plot-surroundings.es-field--checkbox.es-hidden {
        display: flex !important;
    }

    #nav-es_amenity-69242a2fc6ea8 {
        position: relative;
    }


    body .container_content_catalog .es-field.es-field__es_amenity.es-field--checkbox .es-field__input,
    body .container_content_catalog .es-field.es-field__plot-surroundings.es-field--checkbox .es-field__input {
        width: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        position: absolute;
    }

    body .container_content_catalog .es-field.es-field__es_amenity.es-field--checkbox label .es-field__label,
    body .container_content_catalog .es-field.es-field__plot-surroundings.es-field--checkbox label .es-field__label {
        color: #090712;
        font-family: var(--font-family-helvetica);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 12px 14px;
    }

    body .container_content_catalog .es-field.es-field__es_amenity.es-field--checkbox:has(input:checked),
    body .container_content_catalog .es-field.es-field__plot-surroundings.es-field--checkbox:has(input:checked) {
        background-color: #fff;
        border-color: #090712;
    }

    .es-field.es-field__rental-availability .es-field-row,
    .es-field.es-field__plot-surroundings .es-field-row,
    .es-field__parking-type.es-field--radio-bordered .es-field-row,
    .es-field__facility-heating .es-field-row{
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .es-field.es-field__rental-availability .es-field-row .es-field.es-field__rental-availability {
        width: 100%;
        min-width: fit-content;
    }


    .es-search-nav__content .scroll {
        position: relative;
    }


    .es-field__plot-surroundings.es-field--checkboxes.js-search-field-container{
        grid-column: span 3 / span 3;
    }

    .es-field__parking-type.es-field--radio-bordered .es-field-row .es-field__parking-type ,
    .es-field__facility-heating.es-field--radio-bordered .es-field-row .es-field__parking-type,
    .es-field__facility-heating{
        width: 100% !important;
    }
}
