html {
    scroll-behavior: smooth;
    scroll-padding-top: 56px;
}
body {
    font-family: "Proxima Nova", sans-serif;
}
.fp-mobile-title {
    display: flex;
    flex-direction: column;
    background-color: #ECEEEB;
    padding: 0 16px 12px 16px;
}
.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 {
    font-family: "Proxima Nova", sans-serif;
    background-color: #ECEEEB;
    /*background-color: #F6F6F6;*/
    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: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px;
    height: 45px;
    background-color: #FFF;
}
.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;
}
.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;
}
.fp-mo-fav__favorite svg {
    width: 24px;
}
.fp-mo-gallery {
    display: flex;
    position: relative;
}
.strike {
    text-decoration: line-through;
}
.fp-mo-gallery .f-carousel.has-dots {
    margin-bottom: 0;
    height: 212px;
}
.fp-mo-title {
    display: flex;
    flex-direction: column;
    padding: 16px 16px 0 16px;
    background-color: #FFF;
}
.fp-mo-title__title h1 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -0.41px;
}
.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;
}
.fp-mo-title__rating-reviews:focus, .fp-mo-title__rating-reviews:hover {
    color: #0E34A0;
    text-decoration: none;
}
.fp-mo-location {
    padding: 12px 16px 20px 16px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
}
.fp-mo-location__address {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.24px;
}
.fp-mo-location__distances {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 7px;
}
.fp-mo-location__distances > * {
    margin-right: 8px;
}
.fp-mo-location__distances span {
    color: #6A6C6A;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.24px;
}
.fp-mo-block {
    background-color: #fff;
    border-radius: 16px;
    margin-top: 12px;
}
.fp-mo-booking {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 10px 10px;
}
.fp-mo-booking__title {
    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__form {
    display: flex;
    flex-direction: column;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 0 16px;
    margin-top: 12px;
}
.fp-mo-booking-form__dates {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #E2E2E2;
}
.fp-mo-booking-form__date {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 8px 0;
}
.fp-mo-booking-form__date:first-child {
    border-right: 1px solid #E2E2E2;
}
.fp-mo-booking-form__date:last-child {
    padding-left: 16px;
}
.fp-mo-booking-form__guests {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 8px 0;
}
.fp-mo-booking-form__button {
    display: flex;
    width: 100%;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    background-color: #9FE870;
    border-radius: 100px;
    margin-top: 12px;
}
.fp-mo-booking-form__button span {
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    color: #163300;
    padding: 13px 0;
}
.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;
}
.fp-mo-booking-form__value-empty {
    color: #A8200D;
}
.fp-mo-offers {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}
.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 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 {
    bottom: 12px;
    position: absolute;
    border-radius: 100px;
    max-width: max-content;
    overflow: visible;
    padding: 0 6px;
    z-index: 4;
}
.fp-mo-offer .f-carousel__slide {
    max-height: 214px;
    position: relative;
}
.fp-mo-offer 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__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;
}
.fp-mo-offer__param {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 6px;
}
.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;
    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;
}
.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 {
    margin-top: 4px;
    color: #0E34A0;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.38px;
}
.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 6px 6px;
    max-height: 214px;
}
.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;
}
.fp-mo-menu .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 46px;
}
.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: 1px solid #E2E2E2;
    border-radius: 10px;
    margin: 6px 6px 0 6px;
    padding: 12px 6px 6px 6px;
}
.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-start;
    margin: 0 10px 10px 10px;
}
.fp-mo-offer-order__info span {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    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 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: -1%;
    padding: 12px 0;
    /*margin: 6px 6px;*/
}
.fp-mo-offer-order__info-with-empty-dates {
    justify-content: space-between;
}
.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;
    background-color: #fff;
    border-radius: 16px;
    padding-bottom: 14px;
}
.fp-mo-description__text {
    display: flex;
    flex-direction: column;
    margin: 12px 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E2E2E2;
}
.fp-mo-description__text-title {
    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 {
    font-size: 17px;
    line-height: 19px;
    color: #0E0F0C;
    margin: 0 0 6px;
}
.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-map {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 20px 10px;
}
.fp-mo-map__title {
    display: flex;
    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: 0 0 12px 6px;
}
.fp-mo-map__address {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: #0E0F0C;
}
.fp-mo-map__data {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}
.fp-mo-map__distances {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fp-mo-map__distances > * {
    margin-right: 8px;
}
.fp-mo-map__distances span {
    color: #6A6C6A;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.24px;
}
.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 16px;
    margin-bottom: 12px;
}
.fp-mo-reviews__title {
    color: #0E0F0C;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.38px;
    margin-top: 12px;
}
#content .fp-mo-reviews__title h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.38px;
}
.fp-mo-reviews__rates {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}
.fp-mo-reviews-rate {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.fp-mo-reviews-rate__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.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: 16px;
    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: 16px;
    background-color: #9FE870;
}
.fp-mo-reviews__list {
    margin-top: 4px;
    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;
}
.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;
}
.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;
    width: 100%;
}
.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: 12px;
}
.fp-mo-so__title {
    margin-left: 16px;
    padding: 12px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #0F110F;
    letter-spacing: 0.38px;
}
#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;
    flex-direction: column;
}
.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;
}
.fp-mo-similar-object__gallery {
    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__find {
    display: flex;
    flex-direction: column;
    padding: 6px;
    background-color: #fff;
    border-radius: 10px;
}
.fp-mo-so__find a {
    display: flex;
    width: 100%;
    padding: 16px 0;
    align-items: center;
    justify-content: center;
    background-color: #9FE870;
    border-radius: 100px;
    color: #163300;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -1%;
    font-weight: 600;
}
.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: flex;
    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;
}
.fp-select-rooms-hidden {
    display: none;
}
.fp-select-rooms__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-left: 6px;
    color: #0E0F0C;
}
.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;
}
.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;
    left: 0;
    right: 0;
    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;
}