html {
    scroll-behavior: smooth;
    scroll-padding-top: 56px;
}
body {
    font-family: "Proxima Nova", sans-serif;
}
.fp-mobile-object .fp-account__container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.fp-mobile-title {
    display: flex;
    flex-direction: column;
    background-color: #ECEEEB;
    padding: 0 16px 12px 16px;
}
.breadcrumbs-container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1110px;
    margin: 16px auto 0 auto;
    order: -1;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.45);
}

@media screen and (max-width: 767px){
    .breadcrumbs-container {
        display: none;
    }
}
.objects-breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumbs-fade {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: linear-gradient(to right,
    rgba(236, 238, 235, 0),
    rgba(236, 238, 235, 0.8),
    rgba(236, 238, 235, 1)
    );
    pointer-events: none;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .breadcrumbs-fade {
        display: block;
    }
}
.objects-breadcrumbs {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 8px 16px 8px 24px;
}
.objects-breadcrumbs::-webkit-scrollbar {
    display: none;
}
.objects-breadcrumbs li {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--Text-Dark, #0E0F0C);
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}

.objects-breadcrumbs li svg path {
    fill: #6A6C6A;
}

.objects-breadcrumbs li a {
    color: var(--Text-third, #6A6C6A);
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
    text-decoration: none;
}
.objects-breadcrumbs li * {
    white-space: nowrap;
}
.fp-mobile-title__breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 12px;
}
.fp-mobile-title__breadcrumbs a {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #163300;
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.08px;
}
.fp-mobile-title__breadcrumbs a:hover {
    text-decoration: none;
}
.fp-mobile-title__breadcrumbs a svg {
    margin-right: 6px;
    margin-top: -1px;
}
.fp-mobile-title__h1 h1 {
    font-family: "Proxima Nova", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.41px;
    margin: 0 0 8px 0;
    color: #000;
}
.fp-mobile-title__desc {
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.08px;
    color: #606060;
    margin-bottom: 10px;
}
.fp-mobile-title__desc p {
    margin: 0 0 0 0;
}
.fp-mobile-title__desc .content-toggle-btn {
    color: #0E0F0C;
}
.fp-mobile-title__desc .end-dots {
    margin-right: 6px;
}
.fp-mobile-title__count {
    font-size: 16px;
    line-height: 16px;
    font-family: "Proxima Nova", sans-serif;
    letter-spacing: -0.08px;
}
.fp-mobile-title__count_small {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #606060;
}
.fp-mobile-title__count_big {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #0E0F0C;
}
.fp-mobile-types__block {
    display: flex;
    flex-direction: row;
    position: relative;
}
.fp-mobile-types__block:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    pointer-events: none;
    /*box-shadow: -50px 0 50px 0 #fff inset;*/
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.fp-mobile-types {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
    padding-left: 10px;
    padding-right: 2px;
    padding-bottom: 11px;
    overflow-x: scroll;
}
.fp-mobile-types__item {
    border: 1px solid #E2E2E2;
    border-radius: 100px;
    padding: 8px 16px;
    gap: 8px;
    margin-right: 8px;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #163300;
    text-decoration: none;
    background-color: #fff;
}
.fp-mobile-types__item:focus, .fp-mobile-types__item:hover {
    text-decoration: none;
    color: unset;
}
.disable-scrollbars::-webkit-scrollbar {
    background: transparent; /* Chrome/Safari/Webkit */
    width: 0px;
}
.disable-scrollbars {
    scrollbar-color: #ffffff #ffffff;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
.disable-scrollbars::-webkit-scrollbar {
    display: none;
}
.fp-mobile-options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 10px 4px 10px;
    padding-bottom: 8px;
    align-items: center;
}
.fp-mobile-options__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #ECEEEB;
    border-radius: 100px;
    padding: 8px 12px;
    width: 100%;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: normal;
    letter-spacing: -0.24px;
    color: #163300;
    margin-right: 6px;
}
.fp-mobile-options__item .filter_selected {
    margin-left: 4px;
}
.fp-mobile-options__item:last-child {
    margin-right: 0;
}
.fp-mobile-options__item:nth-child(2) {
    padding: 8px 16px;
}
.fp-mobile-options__item svg {
    min-width: 24px;
    margin-right: 4px;
}
/** Mobile object **/
.fp-mobile-object {
    display: flex;
    flex-direction: column;;
    font-family: "Proxima Nova", sans-serif;
    background-color: #ECEEEB;
    color: #0E0F0C;
    padding-bottom: 12px;
}
.fp-mobile-object .f-spinner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#content .fp-mobile-object h2 {
    color: unset;
    font-family: "Proxima Nova", sans-serif;
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    letter-spacing: unset;
    text-align: unset;
    margin-top: unset;
    margin-bottom: unset;
}
.fp-mo-fav {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px;
    height: 45px;
    background-color: #FFF;
}
@media screen and (max-width: 767px) {
    .fp-mo-fav {
        display: flex;
        order: -2;
    }
}
.fp-mo-fav__back {
    display: flex;
    flex-direction: row;
}
.fp-mo-fav__back svg {
    width: 20px;
}
.fp-mo-fav__back a {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    color: #0E0F0C;
    text-decoration: none;
}
.fp-mo-fav__back a:hover,
.fp-mo-fav__back a:focus,
.fp-mo-fav__back a:visited {
    text-decoration: none;
}
.fp-mo-fav__favorite {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .fp-mo-fav__favorite {
        top: unset;
        right: unset;
        position: relative;
    }
}
.fp-mo-share {
    position: absolute;
    top: 24px;
    right: 70px;
    cursor: pointer;
}
.fp-mo-header__finder .fp-mo-share {
    right: 24px;
}
.share-icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    border: 1px solid #E2E2E2;
    transition: background-color 0.3s ease;
}
.share-icon-circle:hover {
    background-color: #ECEEEB;
}
.fp-mo-share .share-icon-circle svg {
    margin-top: -2px;
}
.share-popup {
    position: absolute;
    top: 4px;
    /*bottom: 120%;*/
    left: -240%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.share-popup.show {
    opacity: 1;
    visibility: visible;
}
.fp-mo-fav__favorite svg {
    width: 24px;
}
.fp-mo-gallery {
    display: flex;
    position: relative;
}
@media screen and (max-width: 767px) {
    .fp-mo-gallery {
        order: -1;
    }
}
.strike {
    text-decoration: line-through;
}
.fp-mo-gallery .f-carousel.has-dots {
    margin-bottom: 0;
    height: 212px;
}
.fp-mo-header {
    display: flex;
    position: relative;
    flex-direction: row;
    background-color: #FFF;
    order: -1;
    border-radius: 24px;
    max-width: 1110px;
    width: 100%;
    margin: 16px auto;
    justify-content: space-between;
    align-items: flex-end;
    padding: 24px;
    box-sizing: border-box;
    overflow: hidden;
}
@media screen and (max-width: 767px){
    .fp-mo-header {
        padding: 16px;
        order: 0;
        margin: unset;
        border-radius: 0 0 16px 16px;
    }
}
.fp-mo-header-select {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fp-header-select-room-price {
    color: #0E0F0C;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}
.fp-header-select-room-price__helper {
    color: #6A6C6A;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}
.fp-select-rooms__button {
    margin-left: 16px;
}
@media screen and (max-width: 767px){
    .fp-mo-header {
        flex-direction: column;
        justify-content: unset;
    }
    .fp-mo-header__right {
        display: none;
    }
    .fp-select-rooms__button {
        margin-right: 16px;
    }
}
.fp-mo-labels {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .fp-mo-labels {
        flex-direction: column;
        align-items: flex-start;
    }
}
.fp-mo-labels__rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 14px 4px 4px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid var(--Border, #E2E2E2);
}
.fp-mo-labels__rating-badge {
    color: var(--Main-Dark, #163300);
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    padding: 4px 6px;
    box-sizing: border-box;
    border-radius: 6px;
    background: var(--Main-Light, #9FE870);
}
.fp-mo-labels__rating-rate {
    margin-left: 8px;
    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.24px;
}
.fp-mo-labels__rating-sep {
    margin: 0 4px;
}
.fp-mo-labels__rating-reviews {
    text-decoration: none;
    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.24px;
}
.fp-mo-labels__rating-reviews:hover {
    color: var(--Text-Dark, #0E0F0C);
}
.fp-mo-labels__fast {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--Border, #E2E2E2);
    background: #FFF;
    padding: 8px 12px;
    gap: 4px;
    width: fit-content;
}
.fp-mo-labels__fast 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;
}
@media screen and (max-width: 767px) {
    .fp-mo-fast {
        display: none;
    }
}
.fp-mo-title {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    order: -1;
}
.fp-mo-title__title h1 {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Proxima Nova", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.28px;
}
.fp-mo-title__rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 12px;

    letter-spacing: -0.08px;
    font-size: 18px;
    line-height: 18px;
}
.fp-mo-title__rating > * {
    margin-right: 8px;
}
.fp-mo-title__rating-badge {
    display: flex;
    align-items: center;
    padding: 6px 14px;
    color: #163300;
    background-color: #9FE870;
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.08px;
}
.fp-mo-title__rating-rate {
    font-weight: 600;
    color: #0E0F0C;
}
.fp-mo-title__rating-reviews {
    font-weight: 600;
    color: #0E34A0;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.08px;
    text-decoration: none;
}
.fp-mo-title__rating-reviews:focus, .fp-mo-title__rating-reviews:hover {
    color: #0E34A0;
    text-decoration: none;
}
.fp-mo-location {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    margin-top: 4px;
    flex-wrap: wrap;
}
.fp-mo-location__address {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 700px;
    color: var(--Text-third, #6A6C6A);
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}
.fp-mo-location__distances {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fp-mo-location__address > *,
.fp-mo-location__distances > * {
    margin-right: 8px;
}
.fp-mo-location__distances span {
    color: var(--Text-third, #6A6C6A);
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}
.fp-mo-block {
    background-color: #fff;
    border-radius: 24px;
    margin-top: 16px;
}
@media screen and (max-width: 767px){
    .fp-mo-block {
        border-radius: 16px;
        margin-top: 12px;
    }
}
.fp-mo-booking {
    display: flex;
    flex-direction: row;
    padding: 10px 10px 10px 10px;
}
.fp-mo-booking__title {
    display: none;
    margin: 0 0 0 6px;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.38px;
    color: #0E0F0C;
}
#content .fp-mo-booking__title h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.38px;
    color: #0E0F0C;
}
.fp-mo-booking__title h2 {
    color: #000;
    font-family: "Proxima Nova", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    margin: 14px 14px 4px 14px;
}
@media screen and (max-width: 767px) {
    .fp-mo-booking__title h2 {
        margin: 8px 14px 4px 0;
    }
}
.fp-mo-booking__form {
    display: flex;
    flex-direction: row;
    border-radius: 16px;
    width: 100%;
    gap: 8px;
}
.fp-mo-booking-form__dates {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.fp-mo-booking-form__date {
    display: flex;
    flex-direction: column;
    width: 50%;
    border-radius: 16px;
    border: 1px solid var(--Border, #E2E2E2);
    justify-content: center;
    padding: 8px 32px 8px 12px;
    cursor: pointer;
}
.fp-mo-booking-form__date:last-child {
    padding-left: 16px;
}
.fp-mo-booking-form__guests {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid var(--Border, #E2E2E2);
    padding: 8px 32px 8px 12px;
    cursor: pointer;
}
@media screen and (max-width: 767px){
    .fp-mo-booking-form__guests {
        margin: 8px 32px 8px 12px;
        padding: 0;
    }
}
.fp-mo-booking-form__button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 100px;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    max-width: 350px;
    margin: 0 8px;
}
@media screen and (max-width: 767px){
    .fp-mo-booking-form__button {
        margin: 0 32px;
    }
}
.fp-mo-booking-form__button span {
    color: var(--Text-Dark, #0E0F0C);
    text-align: right;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
    padding: 10px 24px;
    border: 1px solid #E2E2E2;
    border-radius: 100px;
}
@media screen and (max-width: 767px){
    .fp-mo-booking {
        flex-direction: column;
    }
    .fp-mo-booking__form {
        border: 1px solid #E2E2E2;
        flex-direction: column;
        margin-top: 12px;
    }
    .fp-mo-booking__title {
        display: flex;
    }
    .fp-mo-booking-form__dates {
        border-bottom: 1px solid #E2E2E2;
    }
    .fp-mo-booking-form__date {
        border: none;
        border-radius: unset;
    }
    .fp-mo-booking-form__date:first-child {
        border-right: 1px solid #E2E2E2;
    }
    .fp-mo-booking-form__guests {
        border-radius: unset;
        border: unset;
    }
    .fp-mo-booking-form__button {
        width: 100%;
        background-color: #9FE870;
        margin: 12px auto 0 auto;
        text-align: center;
    }
    .fp-mo-booking-form__button span {
        padding: 13px 0;
        font-weight: 600;
        font-size: 17px;
        line-height: 17px;
        color: #163300;
    }
    .fp-mo-booking-form__button span {
        border: none;
    }
}
.fp-mo-booking-form__label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #454745;
}
.fp-mo-booking-form__value {
    color: #0E0F0C;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}
.fp-mo-booking-form__value-empty {
    color: #A8200D;
}
.fp-mo-offers {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    background-color: #fff;
    border-radius: 24px;
    padding: 0 10px;
}
.fp-mo-offers h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    margin: 24px 24px 18px 24px;
}
@media screen and (max-width: 767px) {
    .fp-mo-offers {
        border-radius: unset;
        background-color: unset;
        padding: unset;
    }
    .fp-mo-offers h2 {
        margin: 8px 0 16px 16px;
    }
}
.fp-mo-offer {
    display: flex;
    flex-direction: row;
    padding: 6px 0 16px;
    margin-bottom: 16px;
    font-family: "Proxima Nova", sans-serif;
    border-bottom: 1px solid #E2E2E2;
}

.fp-mo-offer:not(:has(~ .fp-mo-offer)) {
    border-bottom: none !important;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .fp-mo-offers {
        border-radius: unset;
        background-color: unset;
        padding: unset;
    }
    .fp-mo-offer {
        border-radius: 16px;
        padding: 6px;
        background-color: #fff;
    }
}
.fp-mo-offer__info {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.fp-mo-offer-info__benefits {
    display: flex;
    flex-direction: row;
}
.fp-mo-offer-info__benefits.fp-do-modal-style {
    flex-direction: column;
}
@media screen and (max-width: 767px) {
    .fp-mo-offer {
        display: flex;
        flex-direction: column;
        padding: 6px 0;
        margin-bottom: 12px;
        background-color: #fff;
        border-radius: 16px;
        font-family: "Proxima Nova", sans-serif;
    }
    .fp-mo-offer-info__benefits {
        flex-direction: column;
    }
}
.fp-mo-offer ul.f-carousel__dots:before,
.fp-gallery-mobile ul.f-carousel__dots:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
}
.fp-mo-offer ul.f-carousel__dots,
.fp-gallery-mobile ul.f-carousel__dots{
    bottom: 12px;
    position: absolute;
    border-radius: 100px;
    max-width: max-content;
    overflow: visible;
    padding: 0 6px;
    z-index: 4;
}
.f-carousel__dots.is-dynamic li.is-current:first-child {
    margin-left: 0 !important;
}
.fp-mo-offer .f-carousel__slide,
.fp-gallery-mobile .f-carousel__slide {
    max-height: 214px;
    position: relative;
    overflow: hidden;
}
.fp-mo-offer ul.f-carousel__dots li button,
.fp-gallery-mobile ul.f-carousel__dots li button {
    height: 20px;
    width: 14px;
}
.fp-mo-offer__header {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    margin: 10px 0 12px 0;
}
.fp-mo-offer__description {
    display: none;
}
.fp-mo-offer__header-title {
    color: #0F110F;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.24px;
    margin-bottom: 2px;
}
.fp-mo-offer__header-desc {
    color: #606060;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.24px;
    text-transform: lowercase;
}
.fp-mo-offer__params {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    width: 220px;
}
@media screen and (max-width: 767px ){
    .fp-mo-offer__params {
        width: unset;
    }
}
.fp-mo-offer__param {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 6px;
}
.fp-mo-offer__benefits:not(.fp-do-modal-style) .fp-mo-offer__params .fp-mo-offer__param:nth-child(n+6),
.fp-mo-offer-info__benefits:not(.fp-do-modal-style) .fp-mo-offer__params .fp-mo-offer__param:nth-child(n+6) {
    display: none;
}
@media screen and (max-width: 767px){
    .fp-mo-offer__benefits:not(.fp-do-modal-style) .fp-mo-offer__params .fp-mo-offer__param:nth-child(n+6),
    .fp-mo-offer-info__benefits:not(.fp-do-modal-style) .fp-mo-offer__params .fp-mo-offer__param:nth-child(n+6) {
        display: flex;
    }
}
.fp-mo-offer__param svg {
    width: 20px;
    flex: none;
}
.fp-mo-offer__param:first-child {
    align-items: flex-start;
}
.fp-mo-offer__param:first-child svg {
    margin-top: 3px;
}
.fp-mo-offer__param span {
    margin-left: 8px;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    line-height: normal;
    /*letter-spacing: 0.38px;*/
}
.fp-mo-offer__benefits {
    display: flex;
    flex-direction: column;
    padding: 12px 16px;
}
@media screen and (max-width: 767px) {
    .fp-mo-offer__benefits {
        background-color: #F6F6F6;
    }
}
.fp-mo-offer__benefit {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #0E0F0C;
    margin-bottom: 2px;
}
.fp-mo-offer__benefit svg {
    width: 20px;
    fill: #0E0F0C;
    flex-shrink: 0;
}
.fp-mo-offer__benefit.fp-mo-offer__benefit_green {
    color: #54991E;
}
.fp-mo-offer__benefit.fp-mo-offer__benefit_green svg {
    fill: #54991E;
}
.fp-mo-offer__benefit span {
    margin-left: 8px;

}
.fp-mo-offer__benefit span {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.38px;
}
.fp-mo-offer__benefit.fp-mo-offer__benefit_green span {
    font-weight: 600;
}
.fp-mo-offer__benefit.fp-mo-offer-benefit__free-cancel {
    display: none;
}
.fp-mo-offer__benefits-more {
    display: none;
    margin-top: 4px;
    color: #0E34A0;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.38px;
    padding: 0 16px;
}
@media screen and (max-width: 767px) {
    .fp-mo-offer__benefits-more {
        padding: 8px 16px;
    }
}
.fp-mo-offer__benefits-more:hover,
.fp-mo-offer__benefits-more:focus {
    text-decoration: none;
    color: #0E34A0;
}
.fp-mo-offer__gallery {
    flex-direction: row;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 6px 0 6px;
    max-height: 218px;
    max-width: 218px;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 888px){
    .fp-mo-offer__benefits {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .fp-mo-offer__gallery {
        flex-direction: row;
        border-radius: 10px;
        overflow: hidden;
        margin: 0 6px 6px 6px;
        max-height: 214px;
        max-width: unset;
        width: unset;
    }
    .fp-mo-offer__benefits {
        display: flex;
    }
}
#rooms .fp-mo-offer__gallery .f-carousel__slide {
    /*max-width: unset;*/
    /*width: unset;*/
}
.fp-mo-offer__gallery.f-carousel.has-dots,
.fp-mo-offer__gallery .f-carousel.has-dots {
    margin-bottom: 0;
}
.fp-mo-offer__gallery .f-carousel__dots.is-dynamic li.is-current:first-child {
    margin-left: unset;
}
.fp-mo-offer__gallery .f-carousel__dots.is-dynamic li.is-prev:first-child {
    margin-left: unset;
}
.fp-mo-offer__gallery .f-carousel__dots.is-dynamic li.is-current:last-child {
    margin-right: unset;
}
.fp-mo-offer__gallery .f-carousel__dots.is-dynamic li.is-next:last-child {
    margin-right: unset;
}
.fp-mo-offer__gallery-counter:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
}
.fp-mo-offer__gallery-counter {
    display: flex;
    position: absolute;
    bottom: 12px;
    right: 12px;
    padding: 6px 8px;

    border-radius: 100px;
    max-width: max-content;
    overflow: visible;

    font-family: "Proxima Nova", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.24px;
    z-index: 4;
}
.fp-mo-menu {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: #fff;
    border-bottom: 1px solid #E2E2E2;
    height: 46px;
    padding: 0 8px;
    order: -2;
}
@media screen and (max-width: 767px){
    .fp-mo-menu {
        order: unset;
        padding: 0 16px;
    }
    .fp-mo-header__left {
        width: 100%;
    }
}
.fp-mo-menu .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 46px;
    max-width: 1110px;
    margin: 0 auto;
    gap: 32px;
}
.fp-mo-menu .swiper-slide {
    width: auto;
}
.fp-mo-menu a,
.fp-mo-menu a:focus,
.fp-mo-menu a:hover,
.fp-mo-menu a:visited {
    text-decoration: none;
}
.fp-mo-menu a {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 0.38px;
    color: #6A6C6A;
}
.fp-mo-menu a.fp-mo-menu__active:after {
    display: flex;
    position: absolute;
    height: 4px;
    bottom: 0;
    content: "";
    background-color: #9FE870;
    border-radius: 100px 100px 0 0;
    width: calc(100% + 4px);
    margin-left: -2px;
}
.fp-mo-menu a.fp-mo-menu__active {
    font-weight: 600;
    color: #163300;
}
.fp-mo-menu .swiper-container {
    width: 100%;
    overflow-x: hidden;
}
.fp-mo-menu .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
/*.fp-mo-menu .swiper-slide {*/
/*    margin: 0 8px;*/
/*}*/
.fp-mo-offer__order {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin: 6px 6px 0 6px;
    padding: 12px 6px 6px 6px;
    min-width: 260px;
    justify-content: flex-end;
    text-align: right;
}
.fp-mo-offer__order.fp-do-modal-style {
    background-color: #fff;
    min-width: unset;
    text-align: left;
}
.fp-mo-offer__order.fp-do-modal-style .fp-mo-offer-order__info {
    justify-content: flex-start;
}
@media screen and (max-width: 767px) {
    .fp-mo-menu .swiper-wrapper {
        gap: 16px;
    }
    .fp-mo-offer__order {
        border: 1px solid #E2E2E2;
        text-align: left;
    }
}
.fp-mo-offer-order__title {
    font-weight: 400;
    color: #163300;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.38px;
    margin: 0 10px 0 10px;
}
.fp-mo-offer-order__price {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.38px;
    color: #163300;
    margin: 0 10px 2px 10px;
}
.fp-mo-offer-order__info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin: 0 10px 10px 10px;
    flex-wrap: wrap;
}
.fp-mo-offer-order__info-pack {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .fp-mo-offer-order__info {
        justify-content: flex-start;
    }
}
.fp-mo-offer-order__info span {
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #6A6C6A;
}
.fp-mo-offer-order__info svg {
    margin-left: 6px;
    margin-right: 3px;
}
.fp-mo-offer-order__info svg:first-child {
    margin-left: 0;
}
.fp-mo-offer-order__button,
.fp-mo-offer-order__button a {
    cursor: pointer;
}
.fp-mo-offer-order__button a,
.fp-mo-offer-order__button a:hover,
.fp-mo-offer-order__button a:focus,
.fp-mo-offer-order__button a:visited {
    text-decoration: none;
}
.fp-mo-offer-order__button button {
    display: flex;
    text-align: center;
    background-color: #9FE870;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    border-radius: 100px;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    color: #1A2B03;
    letter-spacing: -0.17px;
    padding: 12px 0;
    cursor: pointer;
    /*margin: 6px 6px;*/
}
.fp-mo-offer-order__info-with-empty-dates {
    justify-content: flex-end;
}
.fp-mo-offer-order__info-with-empty-dates > .fp-mo-offer-order__info-price {
    display: none;
}
.fp-mo-offer-order__info span.fp-mo-offer-order__info-empty-dates {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #A8200D;
}
.fp-mo-description {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    margin-bottom: 14px;
    margin-top: 16px;
}
.fp-mo-description__text {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background-color: #fff;
    padding: 24px;
}
.fp-mo-description__text-title {
    margin-bottom: 8px;
}
.fp-mo-description__text-title,
.fp-mo-description__text-title h2 {
    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;
}
@media screen and (max-width: 767px){
    .fp-mo-description {
        background-color: #fff;
    }
    .fp-mo-description__text {
        margin: 12px 16px;
        background-color: unset;
        padding: 0 0 16px 0;
    }
    .fp-mo-description__text-title,
    .fp-mo-description__text-title h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #0F110F;
        letter-spacing: 0.38px;
        margin-bottom: 6px;
    }
}
#content .fp-mo-description__text-title h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0F110F;
    letter-spacing: 0.38px;
}
.fp-mo-description__text-body p {
    color: #000;
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.17px;
}
.fp-mo-description__text-more,
.fp-mo-description__text-more:focus,
.fp-mo-description__text-more:hover {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #0E34A0;
    text-decoration: none;
}
.fp-mo-amenities {
    display: flex;
    flex-direction: column;
    margin: 0 16px 0 16px;
}
.fp-mo-amenities__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #0F110F;
    margin-bottom: 12px;
}
#content .fp-mo-amenities__title h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #0F110F;
}
/*ul.fp-mo-amenities__list {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/
/*ul.fp-mo-amenities__list li {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    margin-bottom: 8px;*/
/*}*/
/*ul.fp-mo-amenities__list li svg {*/
/*    width: 24px;*/
/*}*/
/*ul.fp-mo-amenities__list li span {*/
/*    font-weight: 400;*/
/*    font-size: 17px;*/
/*    line-height: 21px;*/
/*    color: #0E0F0C;*/
/*    margin-left: 8px;*/
/*}*/

.fp-mo-amenities__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px; /* Промежуток между элементами */
    /* Если сам список не имеет max-width 1110px, убедитесь,
       что его родитель имеет или задайте max-width для .fp-mo-amenities__list */
    max-width: 1110px; /* Убедитесь, что список или его родитель не шире 1110px */
    margin-left: auto; /* Для центрирования списка, если он меньше max-width */
    margin-right: auto;
}

.fp-mo-amenities__list li {
    /* flex: flex-grow flex-shrink flex-basis */
    /* flex-basis: 350px позволит уместить 3 колонки с учетом gap 20px в 1110px */
    flex: 1 1 350px;

    display: flex;
    align-items: center;
}

.fp-mo-amenities__list li svg {
    margin-right: 8px;
    flex-shrink: 0; /* Запрещает иконке сжиматься */
}

.fp-mo-map {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 10px 10px;
    width: unset;
}
#map {
    width: unset;
    height: auto;
    margin-bottom: unset;
}
.fp-mo-map__title {
    display: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.38px;
    color: #0F110F;
    margin: 2px 0 6px 6px;
}
#content .fp-mo-map__title h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.38px;
    color: #0F110F;
}
.fp-mo-map__info {
    display: flex;
    flex-direction: column;
    margin: 14px 14px 14px 14px;

}
@media screen and (max-width: 767px) {
    .fp-mo-map__info {
        margin: 14px 14px 14px 0;
    }
}
.fp-mo-map__address {
    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;
}
.fp-mo-map__distances {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
}
.fp-mo-map__distances > * {
    margin-right: 8px;
}
.fp-mo-map__distances span {
    color: var(--Text-Dark, #0E0F0C);
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.fp-mo-map__action {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 190px;
    background: url("/images/fp/mo_map_bg.png") no-repeat;
    background-size: cover;
    border-radius: 16px;
}
.fp-mo-map__action span {
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    color: #1A2B03;
    padding: 12px 32px;
    background-color: #9FE870;
    border-radius: 100px;
}
.fp-mo-reviews {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
}
.fp-mo-agent {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    border-radius: 24px;
    border: 1px solid var(--Border, #E2E2E2);
    background: #FFF;
    box-shadow: 0 6px 8px -6px rgba(24, 39, 75, 0.12), 0 8px 16px -6px rgba(24, 39, 75, 0.08);
}
@media screen and (max-width: 767px){
    .fp-mo-reviews {
        padding: 0 16px;
    }
}
.fp-mo-reviews__title {
    color: #0E0F0C;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.38px;
    margin: 24px 0 12px 0;
}
#content .fp-mo-reviews__title h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.38px;
}
.fp-mo-reviews__title h2 {
    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;
}
.fp-mo-reviews__rates {
    display: flex;
    margin-top: 12px;

    width: 100%;
    /*max-width: 710px;*/
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
    flex-shrink: 0;
    flex-wrap: wrap;
}
.fp-mo-reviews-rate {
    display: flex;
    flex-direction: column;
    /*flex: 0 0 calc(50% - 8px);*/
    flex: 1;
    min-width: 200px;
    width: 100%;
}
.fp-mo-reviews__rates.fp-do-modal-style .fp-mo-reviews-rate {
    flex: 0 0 100%;
}
@media (max-width: 767px) {
    .fp-mo-reviews-rate {
        flex: 0 0 100%;
    }
}

.fp-mo-reviews-rate__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16px;
}
.fp-mo-reviews-rate__header-title {
    color: #0E0F0C;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.24px;
}
.fp-mo-reviews-rate__header-value {
    color: #454745;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.24px;
}
.fp-mo-reviews-rate__bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 12px;
    width: 100%;
    background-color: #ECEEEB;
    border-radius: 100px;
    overflow: hidden;
}
.fp-mo-reviews-rate__bar-progress {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 12px;
    background-color: #9FE870;
}
.fp-mo-reviews__list {
    margin-top: 26px;
    padding-top: 8px;
    padding-bottom: 4px;
}
.fp-mo-reviews-review {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.fp-mo-reviews-review__header {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fp-mo-reviews-review__header-avatar {
    display: flex;
    flex-direction: row;
    flex: none;
    width: 48px;
    height: 48px;
    background-color: #E2E2E2;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.fp-mo-reviews-review__header-info {
    width: 100%;
    padding-left: 14px;
}
.fp-mo-reviews-review-header-info__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #0F110F;
}
.fp-mo-reviews-review-header-info__date {
    font-weight: 400;
    /*font-size: 14px;*/
    /*line-height: 17px;*/
    /*color: #6A6C6A;*/

    color: var(--Text-third, #6A6C6A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Proxima Nova", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    letter-spacing: -0.4px;
}
.fp-mo-reviews-review__header-rate {
    display: flex;
    flex-direction: row;
    flex: none;
    height: 28px;
    width: 46px;
    border-radius: 100px;
    background-color: #9FE870;
    align-items: center;
    justify-content: center;
}
.fp-mo-reviews-review__header-rate span {
    display: flex;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #163300;
    letter-spacing: -0.08px;
}
.fp-mo-reviews-review__text {
    margin-top: 12px;
    font-weight: 400;
    /*font-size: 16px;*/
    /*line-height: 19px;*/
    /*color: #0E0F0C;*/

    overflow: hidden;
    color: var(--Text-Dark, #0E0F0C);
    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: 20px;
    letter-spacing: -0.4px;
}
.fp-mo-reviews-review__answer {
    display: flex;
    flex-direction: row;
    background-color: #9FE870;
    border-radius: 8px;
    margin-top: 12px;
    overflow: hidden;
}
.fp-mo-reviews-review__answer-body {
    margin-left: 4px;
    padding: 8px 12px;
    background-color: #ecfae2;
}
.fp-mo-reviews-review__answer-body-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -1%;
    color: #0E0F0C;
    margin-bottom: 2px;
}
.fp-mo-reviews-review__answer-body-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -1%;
    color: #0E0F0C;
}
.fp-mo-similar-objects {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    background-color: #fff;
    border-radius: 24px;
    padding: 24px 24px 24px 24px;
}
.fp-mo-so__title {
    margin-bottom: 16px;
}
.fp-mo-so__title h2{
    color: #000;
    font-family: "Proxima Nova", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}
#content .fp-mo-so__title h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #0F110F;
    letter-spacing: 0.38px;
}
.fp-mo-so__list {
    display: flex;
    position: relative;
}
.fp-mo-so__slider {
    position: relative;
    padding-bottom: 12px;
    width: 100%;
}
.fp-mo-so__list .fp-mo-so__slider .swiper-wrapper {
    flex-direction: column;
}
.fp-mo-so__list .fp-mo-so__slider .swiper-slide {
    height: auto;
    border-radius: 16px;
    border: 1px solid var(--Border, #E2E2E2);
    background: var(--Background-Background-White, #FFF);
    box-shadow: 0 6px 8px -6px rgba(24, 39, 75, 0.12), 0 8px 16px -6px rgba(24, 39, 75, 0.08);
    margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
    .fp-mo-similar-objects {
        padding: 24px 0 24px 24px;
    }
    .fp-mo-so__slider {
        width: unset;
        overflow: hidden;
    }
    .fp-mo-so__list .fp-mo-so__slider .swiper-wrapper {
        flex-direction: row;
    }
    .fp-mo-so__list .fp-mo-so__slider .swiper-slide {
        width: 360px;
        height: 100%;
        flex-direction: column;
        margin-bottom: unset;
    }
}
.fp-mo-so__list a:hover,
.fp-mo-so__list a:focus,
.fp-mo-so__list a:visited {
    text-decoration: none;
}
.fp-mo-similar-object {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 6px 6px 16px 6px;
    border-radius: 16px;
    margin-bottom: 12px;
    text-decoration: none;
}
.fp-mo-similar-object__gallery {
    width: 100%;
    /*min-width: 348px;*/
    min-height: 196px;
    border-radius: 10px;
    overflow: hidden;
}
.fp-mo-similar-object__title {
    margin: 12px 6px 0 6px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #0E0F0C;
}
.fp-mo-similar-object__address {
    margin: 2px 6px 0 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.24px;
    color: #6A6C6A;
}
.fp-mo-similar-object__offer {
    margin: 12px 6px 0 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.fp-mo-similar-object__offer-price-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    color: #6A6C6A;
    letter-spacing: -0.24px;
}
.fp-mo-similar-object__offer-price-value {
    margin-top: 2px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #0E0F0C;
    letter-spacing: -0.24px;
}
.fp-mo-similar-object__offer-select {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #9FE870;
    padding: 8px 41px 9px 41px;
    border-radius: 100px;
}
.fp-mo-similar-object__offer-select span {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #163300;
}
.fp-mo-so__list .swiper-button-next,
.fp-mo-so__list .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: calc(0px - (50px / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 100px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0 0 0.5px 0 rgba(0, 0, 0, 0.12), 0 10px 16px 0 rgba(0, 0, 0, 0.12), 0 2px 5px 0 rgba(0, 0, 0, 0.15);

    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    pointer-events: auto !important;
}
.fp-mo-so__list .swiper-button-next {
    right: -25px;
}
.fp-mo-so__list .swiper-button-next:after {
    display: none;
}
.fp-mo-so__list .swiper-button-next svg {
    width: 18px;
    height: 18px;
}
@media screen and (max-width: 1200px){
    .fp-mo-so__list .swiper-button-next {
        display: none !important;
    }
}
.fp-mo-so__find {
    display: flex;
    flex-direction: column;
    padding: 6px;
    background-color: #fff;
    border-radius: 100px;
    margin: 24px auto;
    position: relative;
}
.fp-mo-so__find a {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    justify-content: center;
    background-color: #9FE870;
    border-radius: 100px;
    color: #163300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.24px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}
.fp-mo-so__find a:hover,
.fp-mo-so__find a:focus,
.fp-mo-so__find a:visited {
    text-decoration: none;
}
.fp-mo-warning {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    background-color: #FFEB69;
    border-radius: 16px;
    color: #3A341C;
    margin: 0 12px 12px 12px;
}
.fp-mo-warning__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.38px;
    color: #3A341C;
    margin: 12px 0 6px 0;

}
.fp-mo-warning__info {
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 12px;
}
.fp-form-booking-reg {
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: "Proxima Nova", sans-serif;
}
.fp-form-booking-reg__close {
    position: absolute;
    top: 6px;
    right: 6px;
}
.fp-form-booking-reg__content {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
}
.fp-form-booking-reg__title {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1%;
    color: #0F110F;
    margin-top: 28px;
}
.fp-form-booking-reg__form {
    margin-top: 24px;
}
.fp-form-booking-reg__form input[type="text"],
.fp-form-booking-reg__form input[type="email"],
.fp-form-booking-reg__form input[type="tel"] {
    background-color: #ECEEEB;
    border: 1px solid #E2E2E2;
    border-radius: 100px;
    outline: none;
    width: 100%;
    height: 38px;
    padding: 0 24px;

    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -1%;
    color: #454745;
}
.fp-form-booking-reg__form select {
    height: 54px;
    text-align: center;
    margin-right: 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    -webkit-appearance: none;
    appearance: none;
    color: #0E0F0C;
    border: 1px solid #E2E2E2;
    outline: 0;
    padding: 0.65em 2.5em 0.55em 0.75em;
    border-radius: 100px;
    background-color: #ECEEEB;
}
.fp-form-booking-reg__row {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.fp-form-booking-reg__action {
    margin-top: 16px;
}
.fp-form-booking-reg__action_booking {
    margin-bottom: 16px;
}
.fp-form-booking-reg__action button {
    display: block;
    width: 100%;
    background-color: #9FE870;
    border-radius: 100px;
    text-align: center;
    height: 50px;

    font-weight: 600;
    font-size: 17px;
    line-height: 50px;
    letter-spacing: -1%;
    color: #163300;
    border: none;
}
.fp-form-booking-reg__question {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 16px;
    background-color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #454745;
}
.fp-form-booking-reg__question span {
    z-index: 2;
    background-color: #fff;
    padding: 0 8px;
}
.fp-form-booking-reg__question:before {
    display: flex;
    position: absolute;
    top: 9px;
    content: "";
    height: 1px;
    background-color: #E2E2E2;
    width: 100%;
    z-index: 1;
}
.fp-form-booking-reg__footer {
    margin: 24px 6px 24px 6px;
}
.fp-form-booking-reg__footer,
.fp-form-booking-reg__footer a {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #6A6C6A;
}
.fp-form-booking-reg__footer a {
    text-decoration: underline;
}
.fp-form-booking-reg__action button.fp-form-booking-reg__button-sign {
    background-color: #fff;
    border: 1px solid #E2E2E2;
    color: #0E0F0C;
}
.fp-form-booking__form {
    font-family: "Proxima Nova", sans-serif;
}
.fp-form-booking__form input[type="text"] {
    background-color: #ECEEEB;
    border: 1px solid #E2E2E2;
    border-radius: 100px;
    outline: none;
    width: 100%;
    height: 54px;
    padding: 0 24px;

    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -1%;
    color: #454745;
}
.fp-form-booking__form-guests {
    display: flex;
    flex-direction: column;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding-top: 8px;
    margin-bottom: 16px;
}
.fp-form-booking__form-guests-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
    justify-content: space-between;
}
.fp-form-booking__form-guests-block input[type="number"] {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.fp-form-booking__form-guests-block > div {
    width: 50%;
    text-align: right;
}
.fp-form-booking__form-guests-block > div:first-child {
    text-align: left;
}
.fp-form-booking__form-guests-block-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.38px;
    color: #000000;
    padding-left: 16px;
}
.fp-form-booking__form-guests-block-inputs {
    padding: 0 10px;
}
.fp-form-booking__form-object {
    display: flex;
    flex-direction: column;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 16px;
    text-align: left;
}
.fp-form-booking__form-object-hotel {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.41px;
    color: #000000;
    margin-bottom: 8px;
}
.fp-form-booking__form-object-room {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.24px;
    color: #0F110F;
}
.fp-form-booking__form-dates {
    display: flex;
    flex-direction: row;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 16px;
    align-items: center;
    margin: 16px 0;
}
.fp-form-booking__form-date {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 50%;
}
.fp-form-booking__form-date:first-child {
    border-right: 1px solid #E2E2E2;
}
.fp-form-booking__form-date:last-child {
    padding-left: 10px;
}
.fp-form-booking__form-date label {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: #3C3F3C;
}
.fp-form-booking__form-date span {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: #0F110F;
}
.fp-mo-meals {
    border-top: 1px solid #E2E2E2;
    display: flex;
    flex-direction: column;
    margin: 8px 16px 0 16px;
}
.fp-mo-meals__title {
    margin-bottom: 12px;
}
#content .fp-mo-meals__title h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #0F110F;
    letter-spacing: 0.38px;
    margin-top: 12px;
}
.fp-mo-meals__option {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 6px;
}
.fp-mo-meals__option:last-child {
    margin-bottom: 16px;
}
.fp-mo-meals__option svg {
    width: 24px;
}
.fp-mo-meals__option span {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #0E0F0C;
    margin-left: 8px;
}
.fp-mo-meals-types {
    display: flex;
    flex-direction: column;
}
.fp-mo-meals-types__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.38px;
    color: #0F110F;
    margin-bottom: 6px;
}
.fp-mo-meals-types__payment {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.38px;
    color: #6A6C6A;
}
ul.fp-mo-meals-types__list {
    margin: 0 0 0 0;
    padding: 0 0 2px 0;
    list-style: none;
}
ul.fp-mo-meals-types__list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 6px;
}
ul.fp-mo-meals-types__list li span {
    margin-left: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.38px;
    color: #000000;
}
.fp-mo-so__link-more {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 24px;
}
.fp-mo-so__link-more:hover,
.fp-mo-so__link-more:focus {
    text-decoration: none;
}
.fp-mo-so__link-more span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #0E0F0C;
    margin-right: 8px;
    border-bottom: 1px dashed #0E0F0C;
}
.fp-select-rooms {
    position: fixed;
    bottom: -1px;
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background-color: #fff;
    width: 100%;
    padding: 10px 10px 11px 10px;
    border-top: 1px solid #E2E2E2;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .fp-select-rooms {
        display: flex;
    }
}
.fp-select-rooms-hidden {
    display: none;
}
.fp-select-rooms__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-left: 6px;
    color: #0E0F0C;
}
@media screen and (max-width: 1000px) {
    .fp-select-rooms__price {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .fp-select-rooms__price {
        display: flex;
        flex-direction: column;
    }
}
.fp-mo-header-select.fp-do-modal-style .fp-select-rooms__price {
    display: flex;
    flex-direction: column;
}
.fp-select-rooms__price span {
    color: #6A6C6A;
}
.fp-select-room-price__helper {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #6A6C6A;
}
.fp-select-rooms__button button {
    padding: 16px 32px;
    border-radius: 100px;
    background-color: #9FE870;
    outline: none;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.fp-select-rooms__button button {
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    color: #163300;
}
.fp-mo-details {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: end;
    top: -1px;
    bottom: -1px;
    margin-top: 1px;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    z-index: 999;
    overflow: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.fp-mo-details__container {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-top: 53px;
    min-height: 300px;
    background-color: #fff;
    width: 100%;
    border-radius: 16px 16px 0 0;
}
.fp-mo-details__content {
    display: flex;
    flex-direction: column;
}
.fp-mo-details::-webkit-scrollbar {
    display: none;
}
.body-no-scroll {
    height: 100vh;
    width: 100vw;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}
.fp-mo-details__header {
    display: flex;
    margin: 6px 6px 0 6px;
    align-items: center;
    justify-content: space-between;
}
.fp-mo-details__header-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #0F110F;
    letter-spacing: -0.24px;
    margin-left: 10px;
}
.fp-mo-details__header-close {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #6A6C6A;
    padding: 6px 12px;
    cursor: pointer;
}
.fp-details-offer {
    border-radius: 16px 16px 0 0;
    margin-bottom: 0;
    padding-bottom: 16px;
}
.fp-details-offer__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.41px;
    color: #000;
    margin: 6px 0 12px 0;
}
.fp-details-offer__description {
    margin: 12px 16px 0 16px;
}
#content .fp-details-offer__description h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.24px;
    color: #0F110F;
    margin: 0 0 12px 0;
    padding: 0;
}
.fp-details-offer__description div {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #0E0F0C;
}
.fp-details-offer__params {
    display: flex;
    flex-direction: column;
    margin: 12px 16px;
}
#content .fp-details-offer__params h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.24px;
    color: #0F110F;
    margin: 0 0 12px 0;
    padding: 0;
}
.fp-details-offer__param {
    display: flex;
    flex-direction: row;
    align-items: center;

    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #0E0F0C;

    margin-bottom: 6px;
}
.fp-details-offer__params .fp-details-offer__param:last-child {
    margin-bottom: 0;
}
.fp-details-offer__param span:first-child {
    margin-right: 8px;
    width: 24px;
    text-align: center;
}
.fp-details-offer__param_furniture {
    align-items: start;
}

/** FP Object Amenities */

.amenities-section {
    display: flex;
    padding: 24px 17px 24px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    background-color: #fff;
    border-radius: 16px;
}

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

.amenities-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

@media screen and (max-width: 767px){
    .amenities-grid {
        flex-direction: column;
    }
}
.amenity-item {
    flex: 1;
    min-width: 300px;
    max-width: calc(33.333% - 16px);
}

.amenity-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.amenity-icon {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.amenity-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}
.amenity-title {
    color: var(--Text-Dark, #0E0F0C);
    font-family: "Proxima Nova";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.amenity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amenity-list-item {
    color: var(--Text-third, #6A6C6A);
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    padding-left: 16px;
    margin-bottom: 4px;
}

.amenity-list-item::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--Text-third, #6A6C6A);
}

/* Адаптивные стили */
@media (max-width: 1024px) {
    .amenity-item {
        max-width: calc(50% - 12px);
    }
}

@media (max-width: 768px) {
    .amenities-section {
        padding: 20px 16px;
        gap: 20px;
    }

    .amenities-grid {
        gap: 20px;
    }

    .amenity-item {
        max-width: 100%;
        min-width: unset;
    }

    .amenities-title {
        font-size: 22px;
    }
}

/* Модальное окно */
.fp-do-modal-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Затемнение экрана */
.fp-do-modal-search__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 901;
}

.fp-do-modal-search__content {
    position: relative;
    z-index: 902;
    max-width: 600px;
    max-height: 80vh;
    width: 90%;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.fp-do-modal-search__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #eee;
}

.fp-do-modal-search__title {
    margin: 0;
    color: #000;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fp-do-modal-search__close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.fp-do-modal-search__close:hover {
    background: #f5f5f5;
    color: #000;
}

.fp-do-modal-search__body {
    /*padding: 20px 24px 24px;*/
    max-height: calc(80vh - 100px);
    overflow-y: auto;
}

.fp-do-modal-search {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fp-do-modal-search.fp-do-modal-search--show {
    opacity: 1;
}

.fp-do-modal-search__content {
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.fp-do-modal-search.fp-do-modal-search--show .fp-do-modal-search__content {
    transform: scale(1);
}

.fp-gallery-label {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: flex;
    height: 20px;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;

    border-radius: 100px;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(50px);
    border: 1px solid rgba(255, 255, 255, 0.3);

    font-family: "Proxima Nova", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    letter-spacing: -0.4px;
    z-index: 10;
    color: #fff;

    pointer-events: none;
}

.fp-gallery-desktop {
    display: block;
    margin: 0 auto;
}
.fp-gallery-mobile {
    display: none;
    max-height: 212px;
    overflow: hidden;
}
.fp-gallery-mobile ul.f-carousel__dots {
    position: relative;
    top: 0;
    margin-top: -43px !important;
}
.fp-mo-offer .fp-gallery-mobile ul.f-carousel__dots,
.fp-gallery-mobile ul.f-carousel__dots {
    position: relative;
    top: -12px;
    margin-top: unset;
}
.fp-gallery-mobile ul.f-carousel__dots .f-carousel__dot {
    background-color: #fff;
}
@media (max-width: 640px) {
    .fp-gallery-desktop {
        display: none;
    }
    .fp-gallery-mobile {
        display: block;
    }
}

.fp-mo-disabled-container {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Proxima Nova", sans-serif;
    padding: 27px 0 45px 0;
    background-color: #fff;
    border-radius: 16px;
}
.fp-mo-disabled-container.active {
    display: flex;
}
.fp-mo-disabled-reason-block {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.fp-mo-disabled-reason-block.active {
    display: flex;
}
.fp-mo-disabled-image {
    width: 136px;
    height: 136px;
    object-fit: contain;
}

.fp-mo-disabled-title {
    margin: 0;
    margin-top: 16px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.24px;
}

.fp-mo-disabled-subtitle {
    margin: 0;
    margin-top: 8px;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.24px;
}

.fp-mo-disabled-button {
    display: flex;
    height: 50px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    cursor: pointer;

    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;
    text-decoration: none;
    border: none;
    outline: none;
}

.avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #A0E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #21231D;
    font-family: "Proxima Nova", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    user-select: none;
}

.avatar-initials.single {
    font-size: 20px;
}
