body {
    font-family: sans-serif;
    margin: 0;
    background-color: #ECEEEB;
}

.column {
    padding-top: 24px;
    background-color: #ECEEEB;
    text-align: left;
    color: #333;
}

.column.objects-column {
    text-align: left;
}

h1 {
    margin-bottom: 4px;
}

.objects-count {
    margin-bottom: 8px;
}

h2 {
    margin-top: 0;
}

.toggle-checkbox {
    display: none !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

.toggle-switch {
    position: relative;
    display: flex;
    height: 24px;
    width: 44px;
    align-items: center;
    border-radius: 100px;
    background: rgba(120, 120, 128, 0.16);
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    flex-shrink: 0;
    max-width: 44px;
}

.toggle-switch::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.04),
    0px 3px 8px 0px rgba(0, 0, 0, 0.15),
    0px 3px 1px 0px rgba(0, 0, 0, 0.06);
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.toggle-checkbox:checked ~ .toggle-switch {
    background: #9FE870;
}

.toggle-checkbox:checked ~ .toggle-switch::before {
    transform: translateX(22px) translateY(-50%);
    left: unset;
}

.toggle-switch:hover {
    opacity: 0.8;
}

.toggle-checkbox:checked ~ .toggle-switch:hover {
    background: #9FE870;
}

.toggle-label {
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fp-region-popular {
    max-width: 1200px;
    margin: 0 auto;
}

.fp-region-popular h2 {
    margin: 8px 0 8px 0;
    color: #000;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
}

.fp-region-popular a {
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #E2E2E2;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #000;
}

.fp-region-popular a .count {
    color: rgba(0, 0, 0, 0.45);
}

@media (max-width: 768px) {
    .fp-region-popular a {
        margin: 3px 5px 3px 0;
        padding: 6px 12px;
        font-size: 13px;
    }
}

.fp-search-empty {
    display: flex;
    flex-direction: column;
    margin: 128px auto;
}

.fp-search-empty.fp-search-empty__with-near {
    margin: 38px auto;
}

.fp-search-empty__header {
    color: #000;
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
}

.fp-search-empty.fp-search-empty__with-near .fp-search-empty__header {
    font-size: 26px;
}

.fp-search-empty__desc {
    margin-top: 16px;
    color: #000;
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}

.fp-region-popular-top a {
    cursor: pointer;
    color: var(--Text-Dark, #0E0F0C);
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.078px;
    text-decoration: none;
    margin-right: 8px;
}

.main-container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    min-height: 100vh;
}

.left-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    min-width: 0;
    max-width: 1159px;
}

.search-block {
    padding: 15px 20px;
    border-radius: 0;
    background-color: #9FE870;
    color: #333;
    width: 100%;
    box-sizing: border-box;
}

.content-wrapper {
    display: flex;
    flex-grow: 1;
}

.filter-column {
    display: flex;
    width: 323px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
    padding: 24px 0 24px 24px;
    box-sizing: border-box;
}

.objects-column {
    width: 836px;
    flex-shrink: 0;
    padding: 24px;
    box-sizing: border-box;
}

.right-main-column {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    background: url('/images/fp/search/map-bg-blured3.png') repeat-y left top;
    background-size: 100% auto;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
}

.right-main-column:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.search-block {
    padding: 15px 20px;
    border-radius: 0;
    background-color: #9FE870;
    color: #333;
    width: 100%;
    box-sizing: border-box;
}

.search-input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
}

.search-input:focus {
    outline: none;
    border-color: #007bff;
}

.filter-column {
    /*background-color: rgba(255, 0, 0, 0.1);*/
}

.objects-column {
    /*background-color: rgba(0, 255, 0, 0.1);*/
}

.demo-content {
    width: 299px;
    background: white;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 20px;
    box-sizing: border-box;
}

.object-card {
    max-width: 788px;
    width: 100%;
    /*height: 271px;*/
    background: white;
    border-radius: 8px;
    margin-bottom: 16px;
    /*padding: 20px;*/
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
}

.right-main-column.map-visible {
    display: block;
}

@media (max-width: 1200px) {
    .right-main-column {
        display: none;
    }

    .left-content {
        max-width: none;
        width: 100%;
    }

    .objects-column {
        width: auto;
        flex-grow: 1;
        flex-shrink: 1;
        max-width: none;
        min-width: 408px;
    }

    .object-card {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .filter-column {
        display: none;
    }

    .objects-column {
        width: 100%;
        min-width: auto;
        padding: 12px 20px;
    }

    .search-block {
        padding: 15px 20px;
    }

    .object-card {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .objects-column {
        padding: 12px;
    }

    .search-block {
        padding: 10px 15px;
    }
}

img[data-lazy-src] {
    display: none;
}

.fp-search-header__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 24px;
}

@media (max-width: 767px) {
    .fp-search-header__container {
        padding: 0 10px;
    }
}

.fp-search-card-gallery {
    position: relative;
    cursor: pointer;
    flex-direction: row;
    max-height: 255px;
}

.fp-search-card-gallery .f-carousel .f-button,
.fp-search-card-gallery .f-carousel .f-carousel__dots {
    pointer-events: all;
}

.fp-search-card-gallery-area {
    position: absolute;
    top: 25px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    z-index: 5;
    cursor: pointer;
    pointer-events: none;
}

.fp-search-card-gallery-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: auto;
    cursor: pointer;
}

.fp-search-card-gallery .f-button {
    bottom: 12px;
    position: absolute;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    max-width: 84px;
    overflow: visible;
    flex-wrap: nowrap;
    width: 32px;
    height: 32px;
}

.fp-search-card-gallery .f-button svg {
    width: 20px;
}

.fp-search-card-gallery .f-button svg path {
    stroke: #fff;
}

.fp-search-card.is-hotel-finder .fp-search-card-gallery .single-image-gallery {
    display: block;
    width: 100%;
}

.fp-search-card-gallery .single-image-gallery img {
    width: 100%;
}

.fp-search-card .f-carousel.has-dots {
    width: 100%;
    margin-bottom: 0;
}

.fp-search-card-disabled {
    border-radius: 16px;
    border: 2px solid var(--Colorize-Blue-Light, #A0E1E1);
    overflow: hidden;
    background-color: var(--Colorize-Blue-Light, #A0E1E1);
    margin-bottom: 24px;
}

.fp-search-card-disabled .fp-search-card-disabled__message {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 8px 16px;
}

.fp-search-card-disabled .fp-search-card-disabled__message svg path {
    fill: var(--Colorize-Blue-Dark, #21231D);
}

.fp-search-card-disabled .fp-search-card-disabled__message span {
    margin-left: 8px;
    color: var(--Colorize-Blue-Dark, #21231D);
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.14px;
}

.fp-search-card-disabled .fp-search-card {
    margin-bottom: 0;
}

.fp-search-card-disabled .fp-search-card .fp-search-card-container {
    opacity: 0.6;
}

#objects_item .f-carousel__dots {
    bottom: 12px;
    position: absolute;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    max-width: 84px;
    overflow: visible;
    flex-wrap: nowrap;
}

#objects_item .f-carousel__dots li button {
    height: 20px;
    width: 14px;
}

.fp-mo-details .f-carousel__dots .f-carousel__dot,
#objects_item .f-carousel__dots .f-carousel__dot {
    background-color: #fff;
}

.objects-column .searchMenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
}

.objects-column .searchMenu a {
    display: flex;
    padding: 8px 16px;
    margin-bottom: 8px;
    margin-right: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #FFF;
    text-decoration: none;

    color: #0E0F0C;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.38px;
}

.card-info-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 8px 8px 8px 16px;
}

.card-info-section-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}


/** Filters */

.sParamsGroup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 8px 0 16px 0;
}

.sps {
    display: inline-flex;
    padding: 8px 8px 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 100px;
    background: var(--Main-Light, #9FE870);

    color: var(--Colorize-Blue-Dark, #21231D);
    text-align: right;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}

.sps svg {
    cursor: pointer;
}


#YMapsID {
    width: 100%;
    height: 600px;
    padding-bottom: 20px;
    display: none;
}

@media (max-width: 767px) {
    #YMapsID {
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
}

.ya-balloon {
    width: 340px;
    font-size: 14px;
    line-height: 150%;
    font-family: "Proxima Nova", sans-serif;
}

.ya-balloon a {
    font-size: 16px;
    text-decoration: none;
}

.ya-balloon img {
    float: left;
    margin: 0 0 0 0;
}

.ya-balloon .address {
    color: #818181;
    font-size: 13px;
    margin-bottom: 0;
}

.ya-balloon-photo {
    float: left;
    max-height: 100px;
    margin: 0 10px 10px 0;
    max-width: 100px;
    border-radius: 12px;
    overflow: hidden;
}

.ya-balloon .price {
    color: #333;
    font-size: 16px;
}

.fp-custom-mark-yandex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    position: relative;
    z-index: 1;
}

.fp-custom-mark-yandex * {
    pointer-events: none; /* Для дочерних элементов */
}

.fp-custom-mark-yandex span {
    display: flex;
    flex-direction: row;
    padding: 2px 4px;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    /*gap: 8px;*/
    /*align-self: stretch;*/

    border-radius: 4px;
    border: 1px solid var(--Border, #E2E2E2);
    background-color: #FFF;
    box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);

    color: #000;
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.13px;
}

.fp-custom-mark-yandex__info {
    display: flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    color: #000;
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.14px;

    border-radius: 100px;
    background: #FFF;
    box-shadow: 0 6px 12px -6px rgba(24, 39, 75, 0.12), 0 8px 24px -4px rgba(24, 39, 75, 0.08);
}

.fp-custom-mark-yandex:hover .fp-custom-mark-yandex__info {
    background: #017AFF;
}

.fp-custom-mark-yandex__icon {
    height: 8px;
    width: 8px;
    border: 2px solid #fff;
    border-radius: 100px;
    background: #017AFF;
    box-shadow: 0 2px 4px -2px rgba(24, 39, 75, 0.12), 0 4px 4px -2px rgba(24, 39, 75, 0.08), 0 8px 28px -6px rgba(24, 39, 75, 0.12), 0 18px 88px -4px rgba(24, 39, 75, 0.14);
}

.custom-cluster-icon {
    background: white;
    border: 2px solid #017AFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #017AFF;
}

.fullscreen-control {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1000;
    background: white;
    border: none;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.2s ease;
}

.fullscreen-control:hover {
    background: #f8f9fa;
    transform: scale(1.05);
}

.fullscreen-control:active {
    transform: scale(0.95);
}

.fullscreen-icon {
    display: inline-block;
}

.fullscreen-icon.expand::before {
    content: "⛶";
}

.fullscreen-icon.collapse::before {
    content: "⤫";
}

.rowPreloader {
    height: 100px;
    padding-top: 80px;
    padding-bottom: 24px;
    text-align: center;
    width: 100%;
    display: none;
}

@media (max-width: 767px) {
    .rowPreloader {
        padding-top: 56px;
    }
}

.mapPreloader {
    padding-top: 80px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: 100000000;
    font-size: 26px;
    display: none
}

.fp-search-more__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 200px;
    padding: 8px 24px;
    margin: 0 auto;
    border-radius: 100px;
    background: #FFF;
    cursor: pointer;
}

.fp-search-more__button span {
    color: var(--Text-Dark, #0E0F0C);
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
}

.content-toggle-btn {
    cursor: pointer;
    color: var(--Text-Dark, #0E0F0C);
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.078px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.search_param_div label {
    width: 100%;
}

.param_group > span {
    width: 100%;
}

.param_group > .search_param_div {
    width: 100%;
}

.fp-main-search__form .form-body {
    width: 100%;
}

.fp-custom-select-original {
    display: none;
}

.fp-main-search-form__mobile {
    display: none;
    flex-direction: column;
}

.fp-mobile-types__block:after {
    background: linear-gradient(90deg, rgba(159, 232, 112, 0) 0%, rgba(159, 232, 112, 1) 100%);
}

#search_form_box {
    position: relative;
    z-index: 6;
    left: 0;
    border-radius: 0 !important;
    width: 100% !important;
    background-color: #9FE870;
    transition: all 0.3s ease;
}

#search_form_box.fixed {
    /*position: fixed;*/
    /*z-index: 6;*/
    /*left: 0;*/
    /*top: 0;*/
    /*padding-top: 12px;*/
    /*border-radius: 0 !important;*/
    /*width: 100% !important;*/
}

/*#search_form_box.fixed::before {*/
/*    content: '';*/
/*    display: block;*/
/*    height: 0;*/
/*}*/

@media (max-width: 767px) {
    .fp-main-search__form {
        display: none;
    }

    .fp-main-search-form__mobile {
        display: flex;
    }

    .fp-main-search-form__mobile div.search_lite,
    label#lite_search_str,
    .fp-mobile-options__item {
        background-color: #fff;
        color: #0E0F0C;
    }

    .fp-mobile-options__item {
        cursor: pointer;
    }

    .fp-main-search-form__mobile div.search_lite img path {
        fill: #0E0F0C;
    }

    .fp-mobile-types__item {
        border: 0;
        color: #0E0F0C;
    }

    .fp-mobile-options__item svg path {
        fill: #0E0F0C;
    }

    .fp-main-search-form__mobile div.lvl_down {
        color: #0E0F0C;
    }

    .left-content .search-block {
        padding: 0 0;
    }
}

.fp-custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    user-select: none;
}

.fp-custom-select__trigger {
    position: relative;
    display: flex;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Border, #E2E2E2);
    color: var(--Text-Dark, #0E0F0C);
    font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.08px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fp-custom-select__trigger:hover {
    border-color: #9FE870;
}

.fp-custom-select.open .fp-custom-select__trigger {
    border-color: #9FE870;
}

.fp-custom-select__arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.fp-custom-select__arrow svg {
    width: 14px;
    height: 9px;
}

.fp-custom-select.open .fp-custom-select__arrow {
    transform: rotate(180deg);
}

.fp-custom-select__options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    border: 1px solid var(--Border, #E2E2E2);
    border-top: none;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fp-custom-select.open .fp-custom-select__options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fp-custom-select__option {
    padding: 12px;
    font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.08px;
    color: var(--Text-Dark, #0E0F0C);
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.fp-custom-select__option:hover {
    background-color: #f7fafc;
}

.fp-custom-select__option.selected {
    background-color: #9FE870;
    color: #0E0F0C;
}

.fp-custom-select__option.selected:hover {
    background-color: #8FD860;
}

.fp-custom-select.disabled .fp-custom-select__trigger {
    background-color: #f7fafc;
    color: #a0aec0;
    cursor: not-allowed;
    border-color: #e2e8f0;
}

.fp-custom-select.disabled .fp-custom-select__arrow svg path {
    fill: #cbd5e0;
}

@media (max-width: 768px) {
    .fp-custom-select__trigger,
    .fp-custom-select__option {
        font-size: 14px;
        padding: 10px 12px;
    }
}

.fp-weather-table td {
    border: none;
}

.fp-weather-table tbody td:first-child {
    width: 70px;
}

.fp-weather-table {
    width: 100%;
    background: #FFF;
    border-collapse: separate;
    border-spacing: 16px;
    padding: 0px 16px 16px 16px;
    overflow: hidden;
}

.fp-weather-table-container .white-block {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--Border, #E2E2E2);
}

.fp-weather-table-container .white-block > div:first-child {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #A0A0A0 #E2E2E2;
}

.fp-weather-table-container .white-block > div:first-child::-webkit-scrollbar {
    height: 8px;
}

.fp-weather-table-container .white-block > div:first-child::-webkit-scrollbar-track {
    background: #E2E2E2;
}

.fp-weather-table-container .white-block > div:first-child::-webkit-scrollbar-thumb {
    background-color: #A0A0A0;
    border-radius: 4px;
}

.fp-weather-table thead td {
    color: #0F110F;
    font-family: "Proxima Nova", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.38px;
    padding: 0;
}

.fp-weather-table thead td:first-child {
    background: transparent;
}

.fp-weather-table .td_price_head2 {
    width: 55px;
    /*height: 38px;*/
    padding: 10px 5px;
    border-radius: 12px;
    background: var(--Background-Background-Grey, #ECEEEB);
    color: var(--Text-Dark, #0E0F0C);
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.38px;
    vertical-align: middle;
}

.fp-weather-table tbody td:first-child {
    color: #000;
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.38px;
    background: transparent;
    border: none;
}

.fp-weather-table tbody td:not(:first-child) {
    padding: 8px 4px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 0.5px 0px rgba(0, 0, 0, 0.18),
    0px 3px 8px 0px rgba(0, 0, 0, 0.10),
    0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    color: var(--Text-Dark, #0E0F0C);
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.38px;
    vertical-align: middle;
    width: 55px;
}

.fp-price-table-container,
.fp-weather-table-container {
    display: block;
    width: 100%;
    overflow: hidden;
}

.fp-price-table {
    font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #E2E2E2;
}

.fp-price-table > div:first-child {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #A0A0A0 #E2E2E2;
}

.fp-price-table > div:first-child::-webkit-scrollbar {
    height: 8px;
}

.fp-price-table > div:first-child::-webkit-scrollbar-track {
    background: #E2E2E2;
}

.fp-price-table > div:first-child::-webkit-scrollbar-thumb {
    background-color: #A0A0A0;
    border-radius: 4px;
}

.fp-price-table .table {
    border-collapse: collapse;
    width: 100%;
}

.fp-price-table .table td {
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}

.fp-price-table .table td:first-child {
    border-left: none;
    padding-left: 12px;
}

.fp-price-table .table td:last-child {
    border-right: none;
}

.fp-price-table .table thead tr:first-child td {
    border-top: none;
}

.fp-price-table .table tbody tr:last-child td {
    border-bottom: none;
}

.fp-price-table .td_price_head {
    width: 136px;
    padding: 14px 13px;
    color: #0E0F0C;
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.38px;
    vertical-align: middle;
    white-space: nowrap;
}

/*.fp-price-table tbody td:first-child,*/
/*.fp-price-table thead tr:first-child td:first-child {*/
/*    position: -webkit-sticky;*/
/*    position: sticky;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*    background: #fff;*/
/*    border-right: 1px solid #E2E2E2;*/
/*}*/

.fp-price-table tbody td:not(:first-child) {
    width: 136px;
    height: 80px;
    padding: 0px 1px;
    color: #0E0F0C;
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.38px;
    vertical-align: middle;
}

.fp-price-table .warning {
    background: rgba(255, 235, 105, 0.20);
}

.fp-price-table .success {
    background: rgba(159, 232, 112, 0.20);
}

.fp-price-table .td_tip {
    font-size: 12px;
    opacity: 0.7;
}

.fp-price-table .low-season {
    font-size: 14px;
}

.fp-search-info__h2 {
    color: #0F110F;
    font-family: "Proxima Nova", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.38px;
}

.fp-search-info__h3 {
    color: #0F110F;
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.38px;
}

.fp-search-catalog h2 {
    margin: 0 16px;
}

.fp-search-card {
    box-sizing: border-box;
    display: flex;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
    max-width: 788px;
    width: 100%;
}

.fp-search-card .hidden {
    display: none;
}

.fp-search-card-container {
    display: flex;
    height: 100%;
    width: 100%;
    margin: 8px;
}

.fp-search-card-gallery {
    display: block;
    position: relative;
    flex-basis: 255px;
    flex-shrink: 0;
    width: 255px;
    height: 255px;
    max-width: 255px;
    max-height: 255px;
    overflow: hidden;
    border-radius: 12px;
}

.fp-search-card-gallery img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fp-search-card-gallery img[data-lazy-src] {
    display: none;
}

.favorites-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.favorites-wrap .favorite {
    color: #ff4757;
}

.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff4757;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    z-index: 2;
}

.feature-tag {
    position: absolute;
    right: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.avatar {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    z-index: 2;
}

.card-info-section {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
}

.card-info-section-header {
    flex: 1;
}

.card-info-section-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .card-info-section-header {
        padding: 6px;
    }

    .card-info-section-footer {
        padding: 6px;
    }
}


.price-block {
    color: var(--Text-Dark, #0E0F0C);
    font-family: "Proxima Nova", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}

.price-currency {
    margin-left: 4px;
}

.price-value {
    color: var(--Text-Dark, #0E0F0C);
    font-family: "Proxima Nova", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}

.price-label {
    color: var(--Text-third, #6A6C6A);
    font-family: "Proxima Nova", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}

.price-description {
    font-size: 12px;
    color: #747d8c;
}

.booking-warning {
    color: #ff4757;
    font-size: 12px;
    margin-bottom: 10px;
}

.params-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 16px 0;
    gap: 8px;
}

.param-item {
    display: flex;
    padding: 5px 8px 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: var(--Background-Background-Grey, #ECEEEB);
    color: var(--Text-third, #6A6C6A);
    font-family: "Proxima Nova", sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.38px;
}

.param-value {
    color: #1e90ff;
    font-weight: bold;
}

.reviews-link {
    margin-bottom: 10px;
    font-size: 13px;
}

.reviews-link .fa {
    color: #1e90ff;
    margin-right: 5px;
}

.reviews-link a {
    color: #2f3542;
    text-decoration: none;
}

.details-button {
    display: inline-flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    text-decoration: none;
    border-radius: 100px;
    background: var(--Main-Light, #9FE870);
    color: var(--Main-Dark, #163300);
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.17px;
    transition: all 0.3s ease;
}

.details-button:hover {
    background: var(--Sulu-400, #7BD942);
}

.card-footer {
    padding: 0 15px 15px 15px;
}

.card-title-block {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.card-title {
    margin: 0 0 8px 0;
    overflow: hidden;
    max-width: 370px;
}

.card-title a {
    text-decoration: none;
    overflow: hidden;
    color: #0E0F0C;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
}

@media (max-width: 767px) {
    .card-title a {
        font-weight: 600;
    }
}

.card-title-rating {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card-title-rating__numbers {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 10px;
}

.card-title-rating__numbers span:first-child {
    color: #0E0F0C;
    text-align: right;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}

.card-title-rating__numbers span:last-child {
    color: #6A6C6A;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}

.card-title-rating__badge {
    display: flex;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #3B840C;
    color: #FFF;
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}

.card-line-dot {
    margin: 0 8px;
}

.card-address {
    overflow: hidden;
    color: var(--Text-third, #6A6C6A);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Proxima Nova", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}

.card-address .fa {
    color: #ff4757;
    margin-right: 5px;
}
.fast-booking-search {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--Border, #E2E2E2);
    background: #FFF;
    padding: 8px 12px;
    gap: 4px;
    width: fit-content;
}
.fast-booking-search span {
    color: var(--Text-Dark, #0E0F0C);
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
}

.fast-booking {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 8px 0;
    color: #FF2D55;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.14px;
}

.fast-booking svg {
    margin-right: 4px;
}

.fp-search-card-disabled .fast-booking {
    display: none;
}

@media (max-width: 1160px) {
    .card-title {
        margin-top: 8px;
        max-width: 100%;
        white-space: normal;
    }

    .card-title a {
        white-space: normal;
    }

    .card-title-block {
        flex-direction: column;
        justify-content: flex-start;
    }

    .card-title-rating__numbers {
        flex-direction: row;
        align-items: center;
    }

    .card-title-rating__numbers span:first-child {
        margin-right: 8px;
    }
}

@media (max-width: 767px) {
    .fp-search-content {
        margin: 14px auto 0 auto;
    }

    .card-title-rating {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 8px;
    }

    .card-title-rating__badge {
        order: 1;
        flex: 0 0 auto;
        margin-right: 8px;
    }

    .card-title-rating__numbers {
        order: 2;
        display: flex;
        flex-direction: row;
    }

    .card-title-rating__numbers span:first-child {
        order: 1;
    }

    .card-title-rating__numbers span:last-child {
        order: 2;
    }
}

@media (max-width: 1000px) {
    .fp-search-card-container {
        flex-direction: column;
    }

    .card-info-section {
        margin: 0;
    }

    .fp-search-card-gallery {
        order: -1;
        flex-basis: unset;
        flex-shrink: unset;
        width: 100%;
        height: 196px;
        max-width: 100%;
        max-height: 196px;
        margin: 0 auto;
        border-radius: 12px;
        display: flex;
        position: relative;
    }

    .card-info-section {
        border-radius: 0 0 12px 12px;
    }

    .details-button {
        padding: 12px 24px;
        font-size: 16px;
    }

    .params-block {
        flex-wrap: wrap;
        margin: 12px 0;
    }
}

@media (max-width: 767px) {
    .details-button {
        padding: 16px 32px;
        font-size: 17px;
    }
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-color: #9FE870;
    color: #0E0F0C;
}

.mobile-filter-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #9FE870;
    color: #0E0F0C;
    border: none;
    border-radius: 25px;
    padding: 12px 24px;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.filter-column.fp-mobile-filter {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 10vh !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    height: 90vh !important;
    max-height: none !important;
    background: white !important;
    border-radius: 16px 16px 0 0 !important;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3) !important;
    z-index: 1001 !important;
    overflow-y: auto !important;
    padding: 0 !important;
    gap: 0 !important;
    align-items: initial !important;
    flex-shrink: initial !important;
}

.filter-column.fp-mobile-filter::before {
    content: 'Фильтры';
    display: block;
    position: sticky;
    top: 0;
    background: #f8f9fa;
    border-bottom: 1px solid #E2E2E2;
    padding: 20px;
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0E0F0C;
    border-radius: 16px 16px 0 0;
    z-index: 2;
    order: 1;
    flex-shrink: 0;
}

.mobile-close-btn {
    display: none;
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #6b7280;
    z-index: 3;
    width: 30px;
    height: 30px;
}

.filter-column.fp-mobile-filter .mobile-close-btn {
    display: block;
    position: absolute;
}

.filter-column.fp-mobile-filter .filter-container {
    position: relative !important;
    padding: 20px !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    max-width: none !important;
    overflow: visible !important;
    height: auto !important;
    order: 2 !important;
}

.filter-column.fp-mobile-filter .switchSearchMode {
    display: none !important;
}

.mobile-filter-actions {
    display: none;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    border-top: 1px solid #E2E2E2;
    background: white;
    border-radius: 0;
    z-index: 2;
    margin-top: auto;
}

.mobile-show-results-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #9FE870;
    color: #0E0F0C;
    border: none;
    border-radius: 25px;
    padding: 12px 24px;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    z-index: 1002;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin: 0;
}

.filter-column.fp-mobile-filter .mobile-show-results-btn {
    display: block;
}

.filter-column.fp-mobile-filter {
    padding-bottom: 0 !important;
}

.filter-column.fp-mobile-filter .filter-container {
    flex: 1;
    margin-bottom: 80px;
}

.filter-column.fp-mobile-filter .mobile-filter-actions {
    display: flex;
    gap: 12px;
}

.mobile-filter-actions button {
    flex: 1;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-apply-btn {
    background: #9FE870;
    color: #0E0F0C;
}

.mobile-apply-btn:hover {
    background: #8ed660;
}

.mobile-reset-btn {
    background: #f1f5f9;
    color: #64748b;
}

.mobile-reset-btn:hover {
    background: #e2e8f0;
}

@media (max-width: 767px) {
    .filter-column {
        display: none;
    }

    .mobile-filter-btn {
        display: block;
    }

    body.fp-mobile-filter-open .filter-overlay {
        display: block;
    }

    body.fp-mobile-filter-open {
        overflow: hidden;
    }
}

/* Mobile Menu */

#search_form_box {
    /*position: sticky;*/
    position: relative;
    z-index: 6;
    /*left: 0;*/
    /*top: 0;*/
    border-radius: 0 !important;
    width: 100% !important;
}

div.search_lite.compact_view {
    height: 56px;
    border-radius: 100px;
    margin: 0 10px 12px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

div.search_lite {
    border-radius: 100px;
    background: #ECEEEB;
    padding: 2px 8px;
    height: 56px;
    align-items: center;
}

.fp-mobile-sort {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    pointer-events: none;
}

.fp-mobile-sort.displayed {
    display: block;
    pointer-events: all;
}

.fp-mobile-sort__menu {
    position: absolute;
    top: 188px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 30px;
    padding: 30px 0;
    min-width: 280px;
    max-width: 90vw;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 0;
    transform: translateX(-50%) translateY(-20px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    -moz-backdrop-filter: blur(30px);
    -ms-backdrop-filter: blur(30px);
    -o-backdrop-filter: blur(30px);
}

.fp-mobile-sort.displayed .fp-mobile-sort__menu {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
}

.fp-mobile-sort__item {
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fp-mobile-sort__item:last-child {
    margin-bottom: 0;
}

.fp-mobile-sort__icon {
    width: 20px;
    height: 20px;
    margin-right: 14px;
    opacity: 0;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.fp-mobile-sort__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fp-mobile-sort__item.active .fp-mobile-sort__icon {
    opacity: 1;
}

.fp-mobile-sort__text {
    overflow: hidden;
    color: #333;
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.43px;
    white-space: nowrap;
    flex: 1;
    transition: font-weight 0.2s ease;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.fp-mobile-sort__item:hover .fp-mobile-sort__text {
    font-weight: 600;
}

.fp-mobile-sort__item.active .fp-mobile-sort__text {
    font-weight: 600;
    color: #333;
}

.fp-mobile-sort__item {
    opacity: 0;
    transform: translateX(-10px);
    animation: fp-mobile-sort-slideIn 0.3s ease forwards;
}

.fp-mobile-sort__item:nth-child(1) {
    animation-delay: 0.1s;
}

.fp-mobile-sort__item:nth-child(2) {
    animation-delay: 0.15s;
}

.fp-mobile-sort__item:nth-child(3) {
    animation-delay: 0.2s;
}

.fp-mobile-sort__item:nth-child(4) {
    animation-delay: 0.25s;
}

@keyframes fp-mobile-sort-slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 480px) {
    .fp-mobile-sort__menu {
        min-width: 260px;
        padding: 25px 0;
    }

    .fp-mobile-sort__item {
        padding: 0 25px;
    }

    .fp-mobile-sort__text {
        font-size: 16px;
    }
}

.fp-search-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1110px;
    margin: 56px auto 0 auto;
}

.fp-search-collections {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;

    border-radius: 16px;
    background-color: #fff;
}

.fp-search-collections .similar_locations ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-count: unset;
    column-gap: unset;
    gap: 16px;
    margin-bottom: 0;
    padding: 0;
}

.fp-search-collections .similar_locations ul li a {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 0px 0.5px 0px rgba(0, 0, 0, 0.18), 0px 3px 8px 0px rgba(0, 0, 0, 0.10), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    text-decoration: none;

    color: var(--Text-Dark, #0E0F0C);
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 17px */
    letter-spacing: -0.17px;
}

.fp-search-collections .similar_locations:not(.mobile) ul li {
    padding: 0;
}

.fp-search-collections .similar_locations:not(.mobile) ul li a {
    color: inherit;
}

.fp-search-collections h2 {
    color: #0F110F;
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.38px;

    margin-bottom: 16px;
}

.fp-search-collections .short_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-count: unset;
    column-gap: unset;
    gap: 16px;
    margin-bottom: 0;
    padding: 0;
}

.fp-search-collections .short_content a {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 0px 0.5px 0px rgba(0, 0, 0, 0.18), 0px 3px 8px 0px rgba(0, 0, 0, 0.10), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    text-decoration: none;

    color: var(--Text-Dark, #0E0F0C);
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 17px */
    letter-spacing: -0.17px;
}

.fp-search-info {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;

    border-radius: 16px;
    background-color: #fff;

    margin-bottom: 40px;

    color: var(--Text-Dark, #0E0F0C);
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 22.1px */
    letter-spacing: -0.17px;
}

.fp-search-info h2,
.fp-search-info h3,
.fp-search-info h4 {
    margin: 32px 0 8px 0;
}

.fp-search-info h2:first-child {
    margin: 8px 0 8px 0;
}

.fp-search-info ul {
    margin-left: 24px;
    margin-bottom: 8px;
}

.fp-search-info p {
    margin-bottom: 8px;
}

.fp-search-info a, .seoAnons a {
    color: var(--Text-Dark, #0E0F0C);
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.17px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media (max-width: 767px) {
    .fp-search-content {
        margin: 14px auto 0 auto;
    }
}

.fp-mobile-map-back {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background-color: #9FE870;
    z-index: 1000;
    outline: none;
    border: none;
    cursor: pointer;
    opacity: 0;
}

.fp-mobile-map-back span {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .fp-mobile-map-back {
        display: flex;
    }
}

.fp-search-filter-price__inputs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.fp-search-filter-price__input-wrapper {
    position: relative;
    flex-grow: 1;
}

.fp-search-filter-price__input.form-control {
    width: 100%;
    height: 48px;
    padding: 12px 30px 12px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.08px;
}

.fp-search-filter-price__currency {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-family: Inter, sans-serif;
    font-size: 16px;
    pointer-events: none;
}

.fp-search-filter-price__slider-container {
    position: relative;
    height: 24px;
    user-select: none;
    width: calc(100% - 24px);
    margin: 0 auto;
}

.fp-search-filter-price__slider-track,
.fp-search-filter-price__slider-progress {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    border-radius: 3.5px;
    pointer-events: none;
    margin-left: -12px;
    padding-right: 24px;
}

.fp-search-filter-price__slider-track {
    width: 100%;
    background-color: #E0E0E0;
}

.fp-search-filter-price__slider-progress {
    background-color: #9FE870;
    z-index: 1;
}

.fp-search-filter-price__slider-handle {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 4px solid #9FE870;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: grab;
    transform: translateX(-50%);
}

.fp-search-filter-price__slider-handle:active {
    cursor: grabbing;
}

@media (min-width: 1200px) {
    .right-main-column.map-visible {
        display: block !important;
    }
}

.mobile-map-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background-color: #fff !important;
    display: block !important;
}

.map-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.map-close-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.map-close-btn:active {
    transform: scale(0.95);
}

.right-main-column.fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9999 !important;
    height: 100vh !important;
    width: 100vw !important;
    border-radius: 0 !important;
}

@media screen and (min-width: 1100px) and (max-width: 1450px) {
    .right-main-column.map-visible #yandex-map {
        display: none;
    }
}
