@import url('gotham.css');
p, a, li, span{
    font-family: 'GothamBook';
}
.PresetDateRangePicker_panel {
    padding: 0 22px 11px
}

.PresetDateRangePicker_button {
    position: relative;
    height: 100%;
    text-align: center;
    background: 0 0;
    border: 2px solid #434343;
    color: #434343;
    padding: 4px 12px;
    margin-right: 8px;
    font: inherit;
    font-weight: 700;
    line-height: normal;
    overflow: visible;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.PresetDateRangePicker_button:active {
    outline: 0
}

.PresetDateRangePicker_button__selected {
    color: #fff;
    background: #434343
}

.SingleDatePickerInput {
    display: inline-block;
    background-color: #fff
}

.SingleDatePickerInput__withBorder {
    border-radius: 2px;
    border: 1px solid #ddd
}

.SingleDatePickerInput__rtl {
    direction: rtl
}

.SingleDatePickerInput__disabled {
    background-color: #f2f2f2
}

.SingleDatePickerInput__block {
    display: block
}

.SingleDatePickerInput__showClearDate {
    padding-right: 30px
}

.SingleDatePickerInput_clearDate {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
    background: #ddd;
    border-radius: 50%
}

.SingleDatePickerInput_clearDate__small {
    padding: 6px
}

.SingleDatePickerInput_clearDate__hide {
    visibility: hidden
}

.SingleDatePickerInput_clearDate_svg {
    fill: #707070;
    height: 12px;
    width: 16px;
    vertical-align: middle
}

.SingleDatePickerInput_clearDate_svg__small {
    height: 9px
}

.SingleDatePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px
}

.SingleDatePickerInput_calendarIcon_svg {
    fill: #707070;
    height: 16px;
    width: 14px;
    vertical-align: middle
}

.SingleDatePicker {
    position: relative;
    display: inline-block
}

.SingleDatePicker__block {
    display: block
}

.SingleDatePicker_picker {
    z-index: 1;
    background-color: #fff;
    position: absolute
}

.SingleDatePicker_picker__rtl {
    direction: rtl
}

.SingleDatePicker_picker__directionLeft {
    left: 0
}

.SingleDatePicker_picker__directionRight {
    right: 0
}

.SingleDatePicker_picker__portal {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.SingleDatePicker_picker__fullScreenPortal {
    background-color: #fff
}

.SingleDatePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    z-index: 2
}

.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
    color: #575757;
    text-decoration: none
}

.SingleDatePicker_closeButton_svg {
    height: 16px;
    width: 16px;
    fill: #707070
}

.DayPickerKeyboardShortcuts_buttonReset {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    font-size: 14px
}

.DayPickerKeyboardShortcuts_buttonReset:active {
    outline: 0
}

.DayPickerKeyboardShortcuts_show {
    width: 33px;
    height: 26px;
    position: absolute;
    z-index: 2
}

.DayPickerKeyboardShortcuts_show::before {
    content: "";
    display: block;
    position: absolute
}

.DayPickerKeyboardShortcuts_show__bottomRight {
    bottom: 0;
    right: 0
}

.DayPickerKeyboardShortcuts_show__bottomRight::before {
    border-top: 26px solid transparent;
    border-right: 33px solid #434343;
    bottom: 0;
    right: 0
}

.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
    border-right: 33px solid #666
}

.DayPickerKeyboardShortcuts_show__topRight {
    top: 0;
    right: 0
}

.DayPickerKeyboardShortcuts_show__topRight::before {
    border-bottom: 26px solid transparent;
    border-right: 33px solid #434343;
    top: 0;
    right: 0
}

.DayPickerKeyboardShortcuts_show__topRight:hover::before {
    border-right: 33px solid #666
}

.DayPickerKeyboardShortcuts_show__topLeft {
    top: 0;
    left: 0
}

.DayPickerKeyboardShortcuts_show__topLeft::before {
    border-bottom: 26px solid transparent;
    border-left: 33px solid #434343;
    top: 0;
    left: 0
}

.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
    border-left: 33px solid #666
}

.DayPickerKeyboardShortcuts_showSpan {
    color: #fff;
    position: absolute
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
    bottom: 0;
    right: 5px
}

.DayPickerKeyboardShortcuts_showSpan__topRight {
    top: 1px;
    right: 5px
}

.DayPickerKeyboardShortcuts_showSpan__topLeft {
    top: 1px;
    left: 5px
}

.DayPickerKeyboardShortcuts_panel {
    overflow: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 22px;
    text-align: left
}

.DayPickerKeyboardShortcuts_title {
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.DayPickerKeyboardShortcuts_list {
    list-style: none;
    padding: 0;
    font-size: 14px
}

.DayPickerKeyboardShortcuts_close {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 2
}

.DayPickerKeyboardShortcuts_close:active {
    outline: 0
}

.DayPickerKeyboardShortcuts_closeSvg {
    height: 16px;
    width: 16px;
    fill: #707070
}

.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
    fill: #707070
}

.CalendarDay {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    vertical-align: middle
}

.CalendarDay:active {
    outline: 0
}

.CalendarDay:focus {
    outline: double #eee 2px
}

.CalendarDay__defaultCursor {
    cursor: default
}

.CalendarDay__default {
    color: #434343;
    background: #fff
}

.CalendarDay__default:hover {
    background: #eee;
    color: inherit
}

.CalendarDay__hovered_offset {
    background: #f2f2f2;
    color: inherit
}

.CalendarDay__outside {
    border: 0;
    background: #fff;
    color: #434343
}

.CalendarDay__outside:hover {
    border: 0
}

.CalendarDay__blocked_minimum_nights {
    background: #fff;
    color: #707070
}

.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
    background: #fff;
    color: #707070
}

.CalendarDay__selected_span {
    background: #eee;
    color: #333
}

.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
    background: #ddd;
    color: #333
}

.CalendarDay__selected {
    border-radius: 3px
}

.CalendarDay__selected,
.CalendarDay__selected_span {
    font-weight: bold
}

.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
    background: #ddd;
    color: #707070;
    text-decoration: line-through;
    cursor: not-allowed
}

.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
    background: #fff;
    color: #707070;
    text-decoration: line-through;
    cursor: not-allowed
}

.CalendarDay__hovered_start_first_possible_end {
    background: #eee
}

.CalendarDay__hovered_start_blocked_min_nights {
    background: #eee
}

.CalendarMonth {
    background: #fff;
    text-align: center;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.CalendarMonth_table {
    border-collapse: collapse;
    border-spacing: 0
}

.CalendarMonth_verticalSpacing {
    border-collapse: separate
}

.CalendarMonth_caption {
    font-size: 16px;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 37px;
    caption-side: initial
}

.CalendarMonth_caption__verticalScrollable {
    padding-top: 12px;
    padding-bottom: 7px
}

.CalendarMonthGrid {
    background: #fff;
    text-align: left;
    z-index: 0
}

.CalendarMonthGrid__animating {
    z-index: 1
}

.CalendarMonthGrid__horizontal {
    position: absolute;
    left: 9px
}

.CalendarMonthGrid__vertical {
    margin: 0 auto
}

.CalendarMonthGrid__vertical_scrollable {
    margin: 0 auto;
    overflow-y: scroll
}

.CalendarMonthGrid_month__horizontal {
    display: inline-block;
    vertical-align: top;
    min-height: 100%
}

.CalendarMonthGrid_month__hideForAnimation {
    position: absolute;
    z-index: -1;
    opacity: 0;
    pointer-events: none
}

.CalendarMonthGrid_month__hidden {
    visibility: hidden
}

.DayPickerNavigation {
    position: relative;
    z-index: 2
}

.DayPickerNavigation__horizontal {
    height: 0
}

.DayPickerNavigation__verticalDefault {
    position: absolute;
    width: 100%;
    height: 52px;
    bottom: 0;
    left: 0
}

.DayPickerNavigation__verticalScrollableDefault {
    position: relative
}

.DayPickerNavigation_button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0;
    margin: 0
}

.DayPickerNavigation_button__default {
    color: #707070
}

.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover,
.DayPickerNavigation_button__default:active {
    background: #f2f2f2
}

.DayPickerNavigation_button__disabled {
    cursor: default;
    border: 1px solid #f2f2f2
}

.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
    border: 1px solid #f2f2f2
}

.DayPickerNavigation_button__disabled:active {
    background: 0 0
}

.DayPickerNavigation_button__horizontalDefault {
    position: absolute;
    top: 16px;
    line-height: .78;
    border-radius: 3px;
    padding: 6px 9px
}

.DayPickerNavigation_leftButton__horizontalDefault {
    left: 22px
}

.DayPickerNavigation_rightButton__horizontalDefault {
    right: 22px
}

.DayPickerNavigation_button__verticalDefault {
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    position: relative;
    display: inline-block;
    text-align: center;
    height: 100%;
    width: 50%
}

.DayPickerNavigation_nextButton__verticalDefault {
    border-left: 0
}

.DayPickerNavigation_nextButton__verticalScrollableDefault {
    width: 100%
}

.DayPickerNavigation_svg__horizontal {
    height: 19px;
    width: 19px;
    fill: #707070;
    display: block
}

.DayPickerNavigation_svg__vertical {
    height: 42px;
    width: 42px;
    fill: #707070
}

.DayPickerNavigation_svg__disabled {
    opacity: .6
}

.DayPicker {
    position: relative;
    text-align: left;
    color: #333
}

.DayPicker__verticalScrollable {
    height: 100%
}

.DayPicker__hidden {
    visibility: hidden
}

.DayPicker__withBorder {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 2px
}

.DayPicker_portal__horizontal {
    box-shadow: none;
    position: absolute;
    left: 50%;
    top: 50%
}

.DayPicker_portal__vertical {
    position: initial
}

.DayPicker_focusRegion {
    outline: 0
}

.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
    display: inline-block;
    vertical-align: top
}

.DayPicker_weekHeaders {
    position: relative
}

.DayPicker_weekHeaders__horizontal {
    margin-left: 9px
}

.DayPicker_weekHeader {
    color: #707070;
    position: absolute;
    top: 54px;
    z-index: 2;
    text-align: left
}

.DayPicker_weekHeader__vertical {
    left: 50%
}

.DayPicker_weekHeader__verticalScrollable {
    top: 0;
    display: table-row;
    border-bottom: 1px solid #ddd;
    background: #fff;
    margin-left: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.DayPicker_weekHeader_ul {
    list-style: none;
    margin: 1px 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px
}

.DayPicker_weekHeader_li {
    display: inline-block;
    text-align: center
}

.DayPicker_transitionContainer {
    position: relative;
    overflow: hidden;
    border-radius: 3px
}

.DayPicker_transitionContainer__horizontal {
    -webkit-transition: height .2s ease-in-out;
    -moz-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out
}

.DayPicker_transitionContainer__vertical {
    width: 100%
}

.DayPicker_transitionContainer__verticalScrollable {
    padding-top: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll
}

.DateInput {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

#checkin-checkout-dates-start {
    padding-left: 32px
}

.DateInput__small {
    width: 97px
}

.DateInput__block {
    width: 100%
}

.DateInput__disabled {
    background: #f2f2f2;
    color: #ddd
}

.DateInput_input {
    font-weight: bold;
    border-radius: 0;
    border-width: 0;
    padding: 0;
    line-height: 50px;
    cursor: pointer;
    background: transparent;
    text-align: center;
    color: #333
}

.DateInput_input__small {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .2px;
    padding: 7px 7px 5px
}

.DateInput_input__regular {
    font-weight: auto
}

.DateInput_input__readOnly {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.DateInput_input__focused {
    outline: 0
}

.DateInput_input__disabled {
    background: #f2f2f2;
    font-style: italic
}

.DateInput_screenReaderMessage {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.DateInput_fang {
    position: absolute;
    width: 20px;
    height: 10px;
    left: 22px;
    z-index: 2
}

.DateInput_fangShape {
    fill: #fff
}

.DateInput_fangStroke {
    stroke: #ddd;
    fill: transparent
}

.DateRangePickerInput {
    display: inline-block
}

.DateRangePickerInput__disabled {
    background: #f2f2f2
}

.DateRangePickerInput__withBorder {
    border-radius: 2px;
    border: 1px solid #ddd
}

.DateRangePickerInput__rtl {
    direction: rtl
}

.DateRangePickerInput__block {
    display: block
}

.DateRangePickerInput__showClearDates {
    padding-right: 30px
}

.DateRangePickerInput_arrow {
    display: inline-block;
    vertical-align: middle;
    color: #434343
}

.DateRangePickerInput_arrow_svg {
    vertical-align: middle;
    fill: #434343;
    height: 24px;
    width: 24px
}

.DateRangePickerInput_clearDates {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.DateRangePickerInput_clearDates__small {
    padding: 6px
}

.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
    background: #ddd;
    border-radius: 50%
}

.DateRangePickerInput_clearDates__hide {
    visibility: hidden
}

.DateRangePickerInput_clearDates_svg {
    fill: #707070;
    height: 12px;
    width: 16px;
    vertical-align: middle
}

.DateRangePickerInput_clearDates_svg__small {
    height: 9px
}

.DateRangePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.DateRangePickerInput_calendarIcon_svg {
    fill: #707070;
    height: 16px;
    width: 14px;
    vertical-align: middle
}

.DateRangePicker {
    display: inline-block
}

.DateRangePicker__block {
    display: block
}

.DateRangePicker_picker {
    z-index: 1;
    background-color: #fff;
    position: absolute;
    border-radius: 2px;
    top: initial !important;
    animation: any-enter-top .3s;
    -webkit-animation: any-enter-top .3s;
    font-size: 14px
}

.DateRangePicker_picker__rtl {
    direction: rtl
}

.DateRangePicker_picker__directionLeft {
    left: 0
}

.DateRangePicker_picker__directionRight {
    right: 0
}

.DateRangePicker_picker__portal {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.DateRangePicker_picker__fullScreenPortal {
    background-color: #fff
}

.DateRangePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    z-index: 2
}

.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
    color: #575757;
    text-decoration: none
}

.DateRangePicker_closeButton_svg {
    height: 16px;
    width: 16px;
    fill: #707070
}

.DateInput_mobile_wrapper {
    display: inline-block;
    position: relative
}

.DateInput_input_mobile_native {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    opacity: .001
}

.DateInput_input.DateInput_mobile {
    line-height: 42px
}

.overall-scores-inner_choice {
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 40px;
    margin-top: 24px
}

.reviews_main_score {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.reviews_main_score .review_score_badge {
    font-size: 32px;
    font-weight: bold;
    width: 100px;
    height: 100px;
    margin: 0 16px 0 0;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center
}

span.review_score_badge {
    text-shadow: none;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    line-height: 2px;
    text-decoration: none
}

.reviews_main_score_row1 {
    display: flex;
    justify-content: left;
    align-items: baseline;
    margin-bottom: 32px
}

.reviews_main_score_row2 {
    display: flex;
    align-items: center
}

.choice-badge {
    margin-left: 32px;
    text-align: left;
    line-height: 24px
}

span.reviews_score {
    text-align: left
}

.reviews_score_breakdown {
    width: 50%
}

.score-breakdown-title {
    border: none !important
}

.score-breakdown-col1_choice {
    width: 100% !important
}

.score-breakdown-col2_choice {
    width: 100% !important
}

.score-breakdown-title {
    text-align: left !important;
    font-weight: bold
}

.sorting-block {
    display: flex;
    justify-content: center;
    border-image: initial;
    margin-top: 40px
}

.sorting-block__group {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex
}

.sorting-block__group .sorting_items {
    width: 50%
}

.sorting_items__firstBlock {
    margin-right: 14px
}

.sorting-block__group label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285714286em
}

.sorting-block-input-select {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 10px
}

.sorting-block-form__control {
    width: 100%;
    border: none;
    background: none
}

.guest-review-block {
    margin: 1em 0;
    padding: 16px 0 16px;
    display: grid;
    grid-template-columns: 2fr 4fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "guest-review-profile guest-review-content guest-review-score-badge"
}

.guest-review-profile {
    float: left;
    display: block;
    grid-area: guest-review-profile
}

.guest-review-content {
    float: left;
    top: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: max-content;
    grid-area: guest-review-content
}

.guest-review-positive__icon,
.guest-review-negative__icon {
    margin-right: 4px
}

.guest-review-positive__icon::after,
.guest-review-negative__icon::after {
    display: inline-block;
    content: "\B7"
}

.guest-content-type {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 2;
    display: flex
}

.guest-content-type .guest-review-date,
.guest-content-type .guest-review-trip {
    margin-right: 16px;
    width: 30%
}

.guest-content-type .guest-review-travel {
    margin-right: 16px;
    width: 40%
}

.guest-content-note {
    margin-bottom: 14px
}

.guest-content-note .review-title {
    font-weight: bold;
    margin-bottom: .5em;
    font-size: 1.2em;
    line-height: 1.3em
}

.score-break-down-divider {
    border: 1px solid #ddd;
    margin: 0px 64px 0px 24px
}

.property-response-note {
    padding: 24px;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    margin-bottom: 24px
}

.callout-arrow {
    top: -10px;
    left: 19px;
    border-top: 0;
    border-bottom: 16px solid #eee;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0
}

.guest-review-score-badge {
    float: left;
    display: flex;
    justify-content: flex-end;
    text-align: left;
    top: 0;
    grid-area: guest-review-score-badge
}

.guest-review-score-badge__left {
    float: left;
    text-align: right;
    margin-right: 4px;
    margin-top: 4px
}

.verified-guest {
    font-size: 12px
}

.guest-review-score-badge__right {
    float: right;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold
}

.guest-review-avatar {
    float: left;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 12px
}

.guest-review-info {
    float: left
}

.guest-review-info .guest-name__choice {
    font-weight: bold
}

.guest-review-info .guest-location__choice {
    text-transform: lowercase
}

.guest_review_row1 {
    display: block;
    margin-bottom: 24px;
    line-height: 24px;
    border-radius: 2px
}

.guest_review_row1 .guest-badge {
    padding-left: 60px
}

.guest-reviews-recommendation-badge {
    padding: 5px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px
}

.guest-review-helpful {
    font-size: 12px
}

.load-more-loader {
    display: flex;
    justify-content: center;
    padding: 24px
}

.reviews-controller {
    display: flex;
    justify-content: center
}

.review-empty-state {
    text-align: center
}

.review-empty-state img {
    text-align: center;
    width: 50% !important;
    margin-bottom: 32px
}

.content-section .reviews {
    text-align: left
}

.home-page__reviews {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "HomePageReviews_row1" "HomePageReviews_row2" "HomePageReviews_row3";
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
    margin: 0 auto;
    max-width: 960px;
    padding: 24px
}

.HomePageReviews_row1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "OverallBlock" "ReviewLogo";
    grid-area: HomePageReviews_row1;
    align-items: flex-start
}

.OverallBlock .review_score_badge {
    width: 100px;
    height: 100px;
    margin: 0 16px 0 0;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center
}

.ReviewLogo {
    text-align: right
}

.OverallBlock .reviews_main_score_row1 {
    display: flex;
    align-items: center
}

.HomePageReviews_row2 {
    grid-area: HomePageReviews_row2;
    text-align: left
}

.HomePageReviews_row3 {
    grid-area: HomePageReviews_row3;
    text-align: left
}

@media only screen and (min-width: 900px) {
    .hide-badge-tablet {
        display: none
    }

    .ReviewLogo img {
        max-width: 50% !important;
        height: auto
    }

    .sorting-block__group {
        border: 0;
        padding: 0;
        margin: 0;
        width: 100%
    }

    .sorting-block__group .sorting_items {
        width: 100%;
        margin-bottom: 16px
    }
}

@media only screen and (max-width: 900px) {
    .overall-scores-inner_choice {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .reviews_main_score {
        width: 100%;
        align-items: center;
        margin-bottom: 24px
    }

    .reviews_score_breakdown {
        width: 100%;
        align-items: center
    }

    .guest-review-block {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: "guest-profile-info" "guest-review-content"
    }

    .guest-profile-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: "guest-review-profile guest-review-score-badge";
        grid-area: guest-profile-info
    }

    .guest-review-profile {
        grid-area: guest-review-profile;
        width: 100%
    }

    .guest-review-score-badge {
        grid-area: guest-review-score-badge;
        width: 100%;
        justify-content: flex-end
    }

    .hide-badge {
        display: none
    }

    .guest-review-content {
        width: 100%;
        grid-area: guest-review-content
    }
}

.homepage-facilities {
    display: flex;
    flex-wrap: wrap;
    margin: auto
}

.homepage-facility {
    flex: calc(100% / 6);
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px
}

.homepage-facility:hover {
    background-color: rgba(0, 0, 0, .1)
}

.homepage-facility .facilities-link {
    display: block;
    padding: 16px
}

.homepage-facility .facility-label {
    font-size: 16px
}

.homepage-facility .facility-icon {
    display: block;
    margin: 0 auto 8px auto;
    width: 40px;
    height: 40px;
    fill: currentColor
}

@media only screen and (max-width: 641px) {
    .homepage-facilities {
        flex-wrap: wrap !important
    }

    .homepage-facility {
        flex: calc(100% / 3);
        padding: 16px 8px
    }

    .homepage-facility .facility-icon {
        width: 32px;
        height: 32px
    }
}