@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";

._wrapper_1fmrm_1 {
    display: inline-flex;
    gap: 12px;
    background: var(--color-white);
    cursor: pointer
}

._wrapper_1fmrm_1._loading_1fmrm_8 {
    cursor: wait
}

._wrapper_1fmrm_1._disabled_1fmrm_12 {
    background: #f7f7f7;
    cursor: default
}

._group_1fmrm_17 {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 auto;
    min-width: 0
}

._icon_1fmrm_25 {
    display: flex
}

._icon_1fmrm_25 svg {
    width: 16px;
    height: 16px;
    margin: auto
}

._icon_1fmrm_25 svg * {
    fill: var(--color-lilac-dark)
}

._label_1fmrm_39 {
    font-size: 12px;
    color: var(--color-lilac-dark)
}

._value_1fmrm_44 {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-lilac-dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

._loader_1fmrm_58 {
    height: 19px;
    min-width: 154px;
    color: var(--color-lilac);
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px
}

._loader_1fmrm_58 svg {
    width: 13px;
    height: 13px;
    animation: 2.5s infinite linear var(--animation-spin)
}

._loaderText_1fmrm_74:after {
    content: "";
    animation: var(--animation-dots) 1.5s infinite steps(4)
}

._insideModule_1fmrm_79 {
    height: calc(40 / 16 * var(--base-size));
    padding: 0;
    display: flex;
    gap: calc(10 / 16 * var(--base-size));
    width: calc(211 / 16 * var(--base-size));
    border: calc(1 / 16 * var(--base-size)) solid #f0f0f0;
    border-radius: var(--base-size);
    overflow: hidden;
    min-width: 0;
    max-width: none
}

._insideModule_1fmrm_79 ._icon_1fmrm_25 {
    width: calc(42 / 16 * var(--base-size));
    height: calc(40 / 16 * var(--base-size));
    flex-shrink: 0;
    background: #f0f0f0
}

._insideModule_1fmrm_79 ._icon_1fmrm_25 svg {
    width: var(--base-size);
    height: var(--base-size)
}

._insideModule_1fmrm_79 ._label_1fmrm_39 {
    font-size: calc(10 / 16 * var(--base-size));
    font-weight: 400
}

._insideModule_1fmrm_79 ._value_1fmrm_44 {
    font-size: calc(14 / 16 * var(--base-size));
    font-weight: 500
}

._insideModule_1fmrm_79 ._group_1fmrm_17 {
    justify-content: center
}

@media (max-width: 768px) {
    ._insideModule_1fmrm_79 ._group_1fmrm_17 {
        padding: 0 var(--base-size)
    }
}

._container_1aswz_1 {
    display: flex;
    border-radius: 24px;
    padding: 16px;
    background: #0003;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: min-content
}

._input_1aswz_11 {
    border-right: 1px solid #e6e6e6;
    padding: 8px 16px;
    width: 216px
}

._firstInput_1aswz_17 {
    border-radius: 15px 0 0 15px
}

._lastInput_1aswz_21 {
    border-right: none
}

._submit_1aswz_25 {
    all: unset;
    background: #48d04c;
    color: var(--color-white);
    border-radius: 0 16px 16px 0;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    padding: 0 24px 0 12px;
    cursor: pointer;
    min-width: 130px;
    transition: background .3s ease
}

._submit_1aswz_25:hover {
    background: #59e05d
}

._submit_1aswz_25 svg {
    width: 18px;
    height: 18px
}

._calendarWrapper_1aswz_53 {
    max-width: 995px;
    max-height: 612px;
    width: calc(100vw - 32px);
    height: calc((100vw - 32px)*.615);
    position: absolute;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: #0e121659 0 10px 38px -10px, #0e121633 0 10px 20px -15px;
    -webkit-box-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px
}

._roomsWrapper_1aswz_67 {
    position: absolute;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: #0e121659 0 10px 38px -10px, #0e121633 0 10px 20px -15px;
    -webkit-box-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px;
    transition: top .2s ease
}

@media (max-width: 768px) {
    ._container_1aswz_1 {
        width: 252px;
        height: 268px;
        flex-direction: column;
        gap: 12px
    }

    ._calendarWrapper_1aswz_53,
    ._roomsWrapper_1aswz_67 {
        position: fixed;
        border-radius: 0;
        max-width: none;
        max-height: none;
        width: 100dvw;
        height: 100dvh
    }

    ._input_1aswz_11,
    ._submit_1aswz_25 {
        border-radius: 16px
    }
}

._calendar_agesx_1 {
    container: calendar / inline-size;
    background: var(--color-white);
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: #41495359 0 10px 38px -10px, #0e121633 0 10px 20px -15px;
    -webkit-box-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px
}

._withoutShadow_agesx_10 {
    box-shadow: none;
    -webkit-box-shadow: none
}

@keyframes _spin_agesx_1 {
    to {
        transform: rotate(360deg)
    }
}

._loading_agesx_21 svg {
    animation: 3s infinite linear _spin_agesx_1
}

@container calendar (min-width: 1px) {
    ._wrapper_agesx_26 {
        padding: calc(100cqw / 995 * 24);
        gap: calc(100cqw / 995 * 24);
        display: flex;
        flex-direction: column
    }

    ._container_agesx_33 {
        position: relative
    }

    ._arrows_agesx_37 {
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    ._arrows_agesx_37 button {
        all: unset;
        cursor: pointer;
        color: var(--color-gray);
        padding: calc(100cqw / 995 * 12)
    }

    ._arrows_agesx_37 button svg {
        width: calc(100cqw / 995 * 19);
        height: calc(100cqw / 995 * 19)
    }

    ._arrows_agesx_37 button:disabled {
        color: var(--color-lilac)
    }

    ._months_agesx_60 {
        display: flex;
        gap: calc(100cqw / 995 * 35);
        min-height: calc(100cqw / 995 * 471)
    }

    ._monthName_agesx_66 {
        margin: calc(100cqw / 995 * 12) 0;
        font-size: calc(100cqw / 995 * 16);
        text-align: center;
        text-transform: capitalize;
        font-weight: 500
    }

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

    ._week_agesx_74 {
        display: grid;
        place-items: center;
        margin: calc(100cqw / 995 * 12) 0;
        font-size: calc(100cqw / 995 * 12);
        font-weight: 300;
        text-transform: uppercase;
        color: var(--color-gray)
    }

    ._week_agesx_74:nth-child(6n),
    ._week_agesx_74:nth-child(7n) {
        color: red
    }

    ._days_agesx_94 {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: calc(100cqw / 995 * 6)
    }

    ._days_agesx_94>* {
        position: relative
    }

    ._days_agesx_94>*:after {
        content: "";
        position: absolute;
        width: calc(100% + (100cqw / 995 * 8));
        height: calc(100% + (100cqw / 995 * 8));
        top: calc(100cqw / 995 * -4);
        left: calc(100cqw / 995 * -4)
    }

    ._day_agesx_94 {
        position: relative;
        box-sizing: border-box;
        width: calc(100cqw / 995 * 60);
        height: calc(100cqw / 995 * 60);
        padding-top: calc(100cqw / 995 * 13);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        gap: calc(100cqw / 995 * 3);
        border-radius: calc(100cqw / 995 * 20);
        border: calc(100cqw / 995 * 1) solid var(--color-gray-light);
        cursor: pointer;
        font-family: Roboto;
        font-size: calc(100cqw / 995 * 15);
        font-weight: 500;
        background: none;
        color: var(--color-gray);
        transition: background .2s ease;
        -webkit-appearance: none
    }

    ._day_agesx_94 span {
        white-space: nowrap;
        font-size: calc(100cqw / 995 * 11);
        font-weight: 400
    }

    ._day_agesx_94._hovered_agesx_142 {
        background: #dff0fc;
        border: calc(100cqw / 995 * 1) solid #BCE4FF
    }

    ._day_agesx_94._cheapest_agesx_147:not(._from_agesx_147):not(._to_agesx_147):not(._inRange_agesx_147):not(._hovered_agesx_142) {
        color: var(--color-lilac-dark)
    }

    ._day_agesx_94._cheapest_agesx_147:not(._from_agesx_147):not(._to_agesx_147):not(._inRange_agesx_147):not(._hovered_agesx_142):not(:hover) span {
        color: #3bbf56
    }

    ._day_agesx_94._disabled_agesx_155 {
        cursor: default;
        color: #cfcfcf;
        border: 1px solid #e6e6e6
    }

    ._day_agesx_94._cheapest_agesx_147 {
        justify-content: start
    }

    ._day_agesx_94._not_available_agesx_165 {
        background: #e6e6e6;
        border: calc(100cqw / 995 * 1) solid #E6E6E6;
        opacity: .5;
        padding-bottom: calc(100cqw / 995 * 9)
    }

    ._day_agesx_94._not_available_agesx_165 svg {
        width: calc(100cqw / 995 * 15);
        height: calc(100cqw / 995 * 15)
    }

    ._day_agesx_94._not_available_agesx_165._inRange_agesx_147,
    ._day_agesx_94._not_available_agesx_165._from_agesx_147,
    ._day_agesx_94._not_available_agesx_165._to_agesx_147,
    ._day_agesx_94._closedFor_agesx_180._inRange_agesx_147 {
        background: red !important;
        border-color: red !important
    }

    ._day_agesx_94._from_agesx_147,
    ._day_agesx_94._to_agesx_147,
    ._day_agesx_94._inRange_agesx_147 {
        background: #6fc3ff;
        color: var(--color-white);
        border: calc(100cqw / 995 * 1) solid #6FC3FF;
        opacity: 1
    }

    ._title_agesx_194 {
        color: var(--color-gray);
        font-size: calc(100cqw / 995 * 18);
        font-weight: 500
    }

    ._description_agesx_200 {
        margin-top: calc(100cqw / 995 * 8);
        font-size: calc(100cqw / 995 * 14);
        font-weight: 300;
        line-height: 1.4;
        color: var(--color-gray)
    }

    ._infoText_agesx_208 {
        color: var(--color-gray);
        margin: 0;
        padding: 0;
        font-size: calc(100cqw / 995 * 18)
    }
}

@container calendar (min-width: 769px) {

    ._day_agesx_94:hover,
    ._day_agesx_94._cheapest_agesx_147:not(._from_agesx_147):not(._to_agesx_147):not(._inRange_agesx_147):not(._hovered_agesx_142):hover {
        background: #dff0fc;
        border: calc(100cqw / 995 * 1) solid #BCE4FF;
        color: var(--color-gray)
    }

    ._day_agesx_94._disabled_agesx_155:hover {
        cursor: default;
        color: #cfcfcf;
        border: calc(100cqw / 995 * 1) solid #e6e6e6;
        background: none
    }

    ._day_agesx_94._inRange_agesx_147:hover,
    ._day_agesx_94._to_agesx_147:hover,
    ._day_agesx_94._from_agesx_147:hover {
        background: #6fc3ff;
        color: var(--color-white);
        border: calc(100cqw / 995 * 1) solid #6FC3FF
    }
}

@container calendar (max-width: 768px) {
    ._wrapper_agesx_26 {
        padding: calc(100cqw / 450 * 16);
        gap: calc(100cqw / 450 * 16);
        height: 90dvh
    }

    ._container_agesx_33 {
        overflow: auto;
        padding: 0
    }

    ._arrows_agesx_37 {
        display: none
    }

    ._months_agesx_60 {
        gap: calc(100cqw / 450 * 24);
        min-height: 0;
        flex-direction: column
    }

    ._monthName_agesx_66 {
        margin: calc(100cqw / 450 * 12) 0;
        font-size: calc(100cqw / 450 * 16)
    }

    ._week_agesx_74 {
        margin: calc(100cqw / 450 * 12) 0;
        font-size: calc(100cqw / 450 * 12)
    }

    ._days_agesx_94 {
        gap: calc(100cqw / 450 * 2)
    }

    ._days_agesx_94>*:after {
        content: none
    }

    ._day_agesx_94 {
        width: calc(100cqw / 450 * 58);
        height: calc(100cqw / 450 * 58);
        padding-top: calc(100cqw / 450 * 13);
        gap: calc(100cqw / 450 * 3);
        border-radius: calc(100cqw / 450 * 16);
        border: calc(100cqw / 450 * 1) solid var(--color-gray-light);
        font-size: calc(100cqw / 450 * 15)
    }

    ._day_agesx_94 span {
        font-size: calc(100cqw / 450 * 11)
    }

    ._day_agesx_94._hovered_agesx_142 {
        border: calc(100cqw / 450 * 1) solid #BCE4FF
    }

    ._day_agesx_94._not_available_agesx_165 {
        border: calc(100cqw / 450 * 1) solid #E6E6E6;
        padding-bottom: 2cqw
    }

    ._day_agesx_94._not_available_agesx_165 svg {
        width: calc(100cqw / 450 * 15);
        height: calc(100cqw / 450 * 15)
    }

    ._day_agesx_94._from_agesx_147,
    ._day_agesx_94._to_agesx_147,
    ._day_agesx_94._inRange_agesx_147 {
        border: calc(100cqw / 450 * 1) solid #6FC3FF
    }

    ._title_agesx_194 {
        font-size: 4cqw
    }

    ._description_agesx_200 {
        margin-top: calc(100cqw / 450 * 8);
        font-size: calc(100cqw / 450 * 14)
    }

    ._infoText_agesx_208 {
        font-size: 4cqw
    }
}

._popover_agesx_332 {
    display: none;
    color: var(--color-black);
    z-index: 1;
    background: var(--color-white);
    padding: calc(100cqw / 995 * 5);
    border-radius: calc(100cqw / 995 * 4);
    font-size: calc(100cqw / 995 * 10);
    width: calc(100cqw / 995 * 120);
    border: calc(100cqw / 995 * 1) solid #e6e6e6;
    font-weight: 300;
    position: absolute;
    top: 0;
    transform: translateY(calc(-100% - calc(100cqw / 995 * 6)))
}

._popover_agesx_332:before {
    content: "";
    position: absolute;
    bottom: calc(100cqw / 995 * -6);
    left: calc(50% - calc(100cqw / 995 * 6));
    width: calc(100cqw / 995 * 10);
    height: calc(100cqw / 995 * 10);
    transform: rotate(45deg);
    border-radius: calc(100cqw / 995 * 1);
    background: var(--color-white);
    box-shadow: 0 1px 14px #0003;
    border: calc(100cqw / 995 * 1) solid #e6e6e6
}

._popover_agesx_332:before {
    content: "";
    position: absolute;
    bottom: calc(100cqw / 995 * -6);
    left: calc(50% - calc(100cqw / 995 * 6));
    width: calc(100cqw / 995 * 10);
    height: calc(100cqw / 995 * 10);
    transform: rotate(45deg);
    border-radius: calc(100cqw / 995 * 1);
    background: var(--color-white);
    box-shadow: 0 1px 14px #0003
}

._popover_agesx_332:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-white);
    padding: calc(100cqw / 995 * 5);
    border-radius: calc(100cqw / 995 * 4)
}

._day_agesx_94:hover ._popover_agesx_332 {
    display: block
}

._beforeTo_agesx_391 {
    opacity: .5
}

._closedFor_agesx_180 {
    cursor: default
}

._loaderText_agesx_399:after {
    content: "";
    animation: var(--animation-dots) 1.5s infinite steps(4)
}

._beforeMin_agesx_404,
._afterMax_agesx_405 {
    opacity: .3 !important;
    pointer-events: none
}

._rangeUnavailable_agesx_410 {
    opacity: .4;
    cursor: not-allowed;
    position: relative
}

._rangeUnavailable_agesx_410:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    background: red;
    transform: rotate(-45deg);
    z-index: 1
}

._rangeUnavailable_agesx_410:hover {
    background: #ffebee !important;
    border-color: #ffcdd2 !important
}

._rangeUnavailable_agesx_410._disabled_agesx_155 {
    opacity: .3
}

._wrapper_1vrl0_1 {
    padding: 12px;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: #0e121659 0 10px 38px -10px, #0e121633 0 10px 20px -15px;
    -webkit-box-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px;
    background: var(--color-white);
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

._rooms_1vrl0_14 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-height: 420px;
    overflow: auto;
    padding-right: 4px;
    position: relative
}

._title_1vrl0_25 {
    font-size: 18px;
    font-weight: 500
}

._room_1vrl0_14,
._add_1vrl0_31 {
    --s: 16px;
    --t: 1px;
    --g: 16px;
    padding: calc(var(--g) + var(--t));
    outline: var(--t) solid var(--color-gray);
    outline-offset: calc(-1*var(--t));
    -webkit-mask: conic-gradient(at var(--s) var(--s), #0000 75%, #000 0) 0 0/calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000 0 0) content-box
}

._room_1vrl0_14 {
    display: flex;
    flex-direction: column;
    gap: 16px
}

._roomHead_1vrl0_54 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

._roomBody_1vrl0_60 {
    display: flex;
    flex-direction: column;
    gap: 16px
}

._inputs_1vrl0_66 {
    display: flex;
    gap: 10px
}

._subtitle_1vrl0_71 {
    font-size: 16px;
    font-weight: 500
}

._label_1vrl0_77 {
    font-size: 13px;
    margin-bottom: 2px;
    color: var(--color-lilac-dark)
}

._add_1vrl0_31 {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 8px;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    opacity: .5;
    transition: .2s ease
}

._add_1vrl0_31 svg {
    width: 20px;
    height: 20px
}

._add_1vrl0_31:hover {
    opacity: 1
}

._trash_1vrl0_106 {
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0
}

._trash_1vrl0_106 svg {
    width: 20px;
    height: 20px
}

._group_1vrl0_121 {
    width: 100%
}

._selects_1vrl0_125 {
    display: flex;
    flex-direction: column;
    gap: 16px
}

._buttons_1vrl0_131 {
    display: flex
}

._stepper_micj8_1::-webkit-outer-spin-button,
._stepper_micj8_1::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

._stepper_micj8_1 {
    padding: 0 16px;
    font-size: 13px;
    line-height: 1;
    height: 35px;
    outline: none;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: inset 0 0 0 1px var(--color-gray-a5), inset 0 1.5px 2px 0 var(--color-gray-a2), inset 0 1.5px 2px 0 var(--color-black-a2);
    -webkit-box-shadow: inset 0 0 0 1px var(--color-gray-a5), inset 0 1.5px 2px 0 var(--color-gray-a2), inset 0 1.5px 2px 0 var(--color-black-a2);
    -moz-appearance: textfield;
    width: 111px
}

._button_micj8_27 {
    all: unset;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    z-index: 0;
    padding: 0;
    margin: 0;
    display: grid;
    place-items: center;
    border: none;
    border: 8px
}

._button_micj8_27._disabled_micj8_43 {
    color: var(--color-gray-light)
}

._minus_micj8_47 {
    top: calc(50% - 12px);
    left: 8px
}

._plus_micj8_52 {
    top: calc(50% - 12px);
    right: 8px
}

._wrapper_micj8_57 {
    display: flex;
    position: relative
}

._insideModule_micj8_62._wrapper_micj8_57 {
    width: calc(109 / 16 * var(--base-size))
}

._insideModule_micj8_62._big_micj8_66._wrapper_micj8_57 {
    width: calc(184 / 16 * var(--base-size))
}

._insideModule_micj8_62 ._stepper_micj8_1 {
    all: unset;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    font-size: calc(14 / 16 * var(--base-size));
    line-height: 1;
    width: calc(40 / 16 * var(--base-size));
    height: calc(29 / 16 * var(--base-size));
    outline: none;
    text-align: center;
    border: none;
    border: calc(1 / 16 * var(--base-size)) solid #f0f0f0
}

._insideModule_micj8_62._big_micj8_66 ._stepper_micj8_1 {
    width: calc(70 / 16 * var(--base-size));
    height: calc(50 / 16 * var(--base-size));
    font-size: calc(20 / 16 * var(--base-size))
}

._insideModule_micj8_62 ._button_micj8_27 {
    all: unset;
    width: calc(35 / 16 * var(--base-size));
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

._insideModule_micj8_62._big_micj8_66 ._button_micj8_27 {
    width: calc(57 / 16 * var(--base-size))
}

._insideModule_micj8_62 ._minus_micj8_47 {
    border-radius: calc(10 /16 * var(--base-size)) 0 0 calc(10 /16 * var(--base-size))
}

._insideModule_micj8_62 ._plus_micj8_52 {
    border-radius: 0 calc(10 /16 * var(--base-size)) calc(10 /16 * var(--base-size)) 0
}

._button_micj8_27 svg {
    width: calc(20 / 16 * var(--base-size));
    height: calc(20 / 16 * var(--base-size))
}

@media (max-width: 768px) {
    ._insideModule_micj8_62._big_micj8_66._wrapper_micj8_57 {
        width: calc(150 / 16 * var(--base-size));
        margin: 0
    }

    ._insideModule_micj8_62._big_micj8_66 ._stepper_micj8_1 {
        width: calc(50 / 16 * var(--base-size));
        height: calc(48 / 16 * var(--base-size));
        font-size: calc(20 / 16 * var(--base-size))
    }

    ._insideModule_micj8_62._big_micj8_66 ._button_micj8_27 {
        width: calc(57 / 16 * var(--base-size))
    }

    ._insideModule_micj8_62 ._minus_micj8_47 {
        border-radius: calc(10 /16 * var(--base-size)) 0 0 calc(10 /16 * var(--base-size))
    }

    ._insideModule_micj8_62 ._plus_micj8_52 {
        border-radius: 0 calc(10 /16 * var(--base-size)) calc(10 /16 * var(--base-size)) 0
    }
}

._trigger_176pv_1 {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 13px;
    line-height: 1;
    height: 35px;
    gap: 5px;
    background-color: #fff;
    color: var(--color-gray);
    -webkit-appearance: none;
    box-shadow: inset 0 0 0 1px var(--color-gray-a5), inset 0 1.5px 2px 0 var(--color-gray-a2), inset 0 1.5px 2px 0 var(--color-black-a2);
    -webkit-box-shadow: inset 0 0 0 1px var(--color-gray-a5), inset 0 1.5px 2px 0 var(--color-gray-a2), inset 0 1.5px 2px 0 var(--color-black-a2);
    cursor: pointer
}

._trigger_176pv_1:hover {
    background-color: var(--color-gray-light)
}

._trigger_176pv_1[data-placeholder] {
    color: var(--color-lilac)
}

._icon_176pv_30 {
    color: var(--color-gray)
}

._content_176pv_34 {
    overflow: hidden;
    background-color: #fff;
    border-radius: 6px;
    -webkit-appearance: none;
    box-shadow: 0 10px 38px -10px #16171859, 0 10px 20px -15px #16171833;
    -webkit-box-shadow: 0px 10px 38px -10px rgba(22, 23, 24, .35), 0px 10px 20px -15px rgba(22, 23, 24, .2);
    width: var(--radix-select-trigger-width)
}

._viewport_176pv_45 {
    padding: 5px
}

._item_176pv_49 {
    font-size: 13px;
    line-height: 1;
    color: var(--color-lilac-dark);
    border-radius: 3px;
    display: flex;
    align-items: center;
    height: 25px;
    padding: 0 35px 0 25px;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

._item_176pv_49[data-highlighted] {
    outline: none;
    background-color: var(--color-lilac-dark);
    color: var(--color-white)
}

._label_176pv_68 {
    padding: 0 25px;
    font-size: 12px;
    line-height: 25px
}

._separator_176pv_74 {
    height: 1px;
    margin: 5px
}

._itemIndicator_176pv_79 {
    position: absolute;
    left: 0;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

._scrollButton_176pv_88 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    background-color: #fff;
    cursor: default
}

._triggerError_176pv_97 {
    border: 1px solid red
}

._error_176pv_101 {
    margin-top: 2px;
    font-size: 13px;
    color: red
}

._button_2hnp9_1 {
    all: unset;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 13px;
    background: var(--color-blue);
    height: 35px;
    margin-left: auto;
    cursor: pointer;
    border-radius: 4px;
    color: var(--color-white);
    transition: color .2s ease, background .2s ease;
    display: flex;
    align-items: center;
    gap: 4px
}

._button_2hnp9_1:hover {
    background: var(--color-lilac-dark)
}

._gray_2hnp9_22 {
    background: var(--color-gray-light);
    color: var(--color-gray)
}

._gray_2hnp9_22:hover {
    background: var(--color-white);
    color: #000
}

._dark_2hnp9_32 {
    background: var(--color-gray);
    color: var(--color-gray-light)
}

._dark_2hnp9_32:hover {
    background: var(--color-gray);
    color: var(--color-white)
}

._medium_2hnp9_42 {
    padding: 12px 18px;
    height: auto;
    font-size: 15px
}

:root {
    --color-lilac: #BDB2C3;
    --color-lilac-dark: #252428;
    --color-white: #FFFFFF;
    --color-gray: #46454C;
    --color-gray-light: #E6E6E6;
    --color-panel: rgba(255, 255, 255, .8);
    --color-gray-a2: #00000006;
    --color-gray-a5: #0000001f;
    --color-black-a2: rgba(0, 0, 0, .1);
    --color-gray-semi: #636363;
    --color-black: #252428;
    --color-blue: #6FC3FF;
    --color-green: #48D04C;
    --color-green-dark: #37C33B;
    --animation-spin: spin;
    --animation-dots: dots;
    --base-size: calc(16 / 1728 * 100 * 1vw);
    font-size: var(--base-size)
}

@media (max-width: 1368px) {
    :root {
        --base-size: calc(16 / 1368 * 100 * 1vw)
    }
}

@media (max-width: 988px) {
    :root {
        --base-size: calc(16 / 1100 * 100 * 1vw)
    }
}

@media (max-width: 768px) {
    :root {
        --base-size: calc(16 / 450 * 100 * 1vw)
    }
}

* {
    box-sizing: border-box;
    font-family: Roboto
}

@keyframes dots {
    0% {
        content: ""
    }

    25% {
        content: "."
    }

    50% {
        content: ".."
    }

    75% {
        content: "..."
    }

    to {
        content: ""
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, .1);
    --f-spinner-color-2: rgba(17, 24, 28, .8);
    --f-spinner-stroke: 2.75
}

.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height)
}

.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    animation: f-spinner-rotate 2s linear infinite
}

.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none
}

.f-spinner svg *:first-child {
    stroke: var(--f-spinner-color-1)
}

.f-spinner svg *:last-child {
    stroke: var(--f-spinner-color-2);
    animation: f-spinner-dash 2s ease-in-out infinite
}

@keyframes f-spinner-rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.f-throwOutUp {
    animation: var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp
}

.f-throwOutDown {
    animation: var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
        opacity: 0
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        opacity: 0
    }
}

.f-zoomInUp {
    animation: var(--f-transition-duration, .2s) ease .1s both f-zoomInUp
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, .2s) ease both f-zoomOutDown
}

@keyframes f-zoomInUp {
    0% {
        transform: scale(.975) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        transform: scale(1) translateZ(0);
        opacity: 1
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(.975) translate3d(0, 16px, 0);
        opacity: 0
    }
}

.f-fadeIn {
    animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
    z-index: 2
}

.f-fadeOut {
    animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
    z-index: 1
}

@keyframes f-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes f-fadeOut {
    to {
        opacity: 0
    }
}

.f-fadeFastIn {
    animation: var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;
    z-index: 2
}

.f-fadeFastOut {
    animation: var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;
    z-index: 2
}

@keyframes f-fadeFastIn {
    0% {
        opacity: .75
    }

    to {
        opacity: 1
    }
}

@keyframes f-fadeFastOut {
    to {
        opacity: 0
    }
}

.f-fadeSlowIn {
    animation: var(--f-transition-duration, .5s) ease both f-fadeSlowIn;
    z-index: 2
}

.f-fadeSlowOut {
    animation: var(--f-transition-duration, .5s) ease both f-fadeSlowOut;
    z-index: 1
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes f-fadeSlowOut {
    to {
        opacity: 0
    }
}

.f-crossfadeIn {
    animation: var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;
    z-index: 2
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;
    z-index: 1
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes f-crossfadeOut {
    to {
        opacity: 0
    }
}

.f-slideIn.from-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInNext
}

.f-slideIn.from-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInPrev
}

.f-slideOut.to-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutPrev
}

@keyframes f-slideInPrev {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes f-slideInNext {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes f-slideOutNext {
    to {
        transform: translate(-100%)
    }
}

@keyframes f-slideOutPrev {
    to {
        transform: translate(100%)
    }
}

.f-classicIn.from-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicInNext;
    z-index: 2
}

.f-classicIn.from-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicInPrev;
    z-index: 2
}

.f-classicOut.to-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicOutNext;
    z-index: 1
}

.f-classicOut.to-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicOutPrev;
    z-index: 1
}

@keyframes f-classicInNext {
    0% {
        transform: translate(-75px);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes f-classicInPrev {
    0% {
        transform: translate(75px);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes f-classicOutNext {
    to {
        transform: translate(-75px);
        opacity: 0
    }
}

@keyframes f-classicOutPrev {
    to {
        transform: translate(75px);
        opacity: 0
    }
}

:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all .15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: .65
}

.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition)
}

@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg)
    }
}

.f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg)
}

.f-button:focus:not(:focus-visible) {
    outline: none
}

.f-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none
}

.f-button[disabled] {
    cursor: default
}

.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity)
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    transform: translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
    top: auto;
    left: 50%;
    transform: translate(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
    transform: rotate(90deg)
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
    pointer-events: none
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto
}

html.with-fancybox body {
    touch-action: none
}

html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none
}

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, .98);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, .1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: var(--fancybox-zIndex, 1050);
    outline: none;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain
}

.fancybox__container *,
.fancybox__container *:before,
.fancybox__container *:after {
    box-sizing: inherit
}

.fancybox__container::backdrop {
    background-color: #0000
}

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity
}

.fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip
}

.fancybox__viewport {
    width: 100%;
    height: 100%
}

.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab
}

.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing
}

.fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    overscroll-behavior: contain;
    transform: translateZ(0);
    backface-visibility: hidden
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video,
.fancybox__slide.has-image {
    overflow: hidden
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
    overflow: visible
}

.fancybox__slide:before,
.fancybox__slide:after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
    display: block
}

.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20
}

.is-loading .fancybox__content {
    opacity: 0
}

.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
    cursor: auto
}

.fancybox__slide.has-image>.fancybox__content {
    padding: 0;
    background: #0000;
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translateZ(0);
    backface-visibility: hidden
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
    width: 100%;
    height: auto;
    max-height: 100%
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
    will-change: transform, width, height
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    -webkit-user-select: none;
    user-select: none;
    filter: blur(0px)
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
    opacity: 0;
    visibility: hidden
}

.is-compact .fancybox__caption {
    padding-bottom: 0
}

.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40
}

.fancybox__content>.f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: .75
}

.is-loading .fancybox__content>.f-button.is-close-btn {
    visibility: hidden
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
    visibility: hidden
}

.fancybox__content>.f-button.is-close-btn:hover {
    opacity: 1
}

.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative
}

.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all .25s ease
}

.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: #18181b80
}

.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px
}

.is-compact .fancybox__content>.f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, .6);
    --f-button-active-bg: rgba(0, 0, 0, .6);
    --f-button-hover-bg: rgba(0, 0, 0, .6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px
}

.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, .3);
    --f-button-active-bg: rgba(24, 24, 27, .5);
    --f-button-shadow: none;
    --f-button-transition: all .15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));
    --f-button-svg-disabled-opacity: .65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1
}

.is-idle .fancybox__nav {
    animation: .15s ease-out both f-fadeOut
}

.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__slide>.f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));
    z-index: 30;
    cursor: pointer
}

.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    -webkit-user-select: none;
    user-select: none
}

.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    z-index: 40;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none
}

.fancybox-focus-guard {
    outline: none;
    opacity: 0;
    position: fixed;
    pointer-events: none
}

.fancybox__container:not([aria-hidden]) {
    opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content) {
    animation: var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
    animation: var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content) {
    animation: var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
    animation: var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
    width: 100%;
    height: 100%
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    padding: 0;
    background: #18181be6;
    color: #fff
}

.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: #0000
}

.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0
}

.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: .5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1
}

.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px
}

.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0)
}

.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1
}

.f-thumbs .f-spinner svg {
    display: none
}

.f-thumbs.is-vertical {
    height: 100%
}

.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translateZ(0)
}

.f-thumbs__track {
    display: flex
}

.f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer
}

.f-thumbs__slide.is-loading img {
    opacity: 0
}

.is-classic .f-thumbs__viewport {
    height: 100%
}

.is-modern .f-thumbs__track {
    width: max-content
}

.is-modern .f-thumbs__track:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((var(--f-thumb-clip-width, 0))*-.5);
    width: calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));
    cursor: pointer
}

.is-modern .f-thumbs__slide {
    width: var(--f-thumb-clip-width);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none
}

.is-modern.is-resting .f-thumbs__slide {
    transition: transform .33s ease
}

.is-modern.is-resting .f-thumbs__slide__button {
    transition: clip-path .33s ease
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
    filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))
}

.f-thumbs__slide__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: var(--f-thumb-width);
    height: 100%;
    margin: 0 -100%;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: #0000;
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity .2s ease
}

.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity)
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: none
}

.f-thumbs__slide__button:focus-visible {
    outline: none;
    opacity: var(--f-thumb-selected-opacity)
}

.is-modern .f-thumbs__slide__button {
    --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * .5) round var(--f-thumb-border-radius, 0));
    clip-path: var(--clip-path)
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity)
}

.is-classic .is-nav-selected .f-thumbs__slide__button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    animation: f-fadeIn .2s ease-out;
    z-index: 10
}

.f-thumbs__slide__img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover;
    border-radius: var(--f-thumb-border-radius)
}

.f-thumbs.is-horizontal .f-thumbs__track {
    padding: 8px 0 12px
}

.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0
}

.f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    padding: 0 8px
}

.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0
}

.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height .35s cubic-bezier(.23, 1, .32, 1)
}

.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: .5;
    --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-classic .f-spinner {
    background-image: linear-gradient(#ffffff1a, #ffffff0d)
}

.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-modern .f-spinner {
    background-image: linear-gradient(#ffffff1a, #ffffff0d)
}

.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap)
}

.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0
}

.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px
}

.fancybox__thumbs.is-masked {
    max-height: 0px !important
}

.is-closing .fancybox__thumbs {
    transition: none !important
}

.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, .94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, .65);
    --f-button-hover-bg: rgba(70, 70, 73, .65);
    --f-button-active-bg: rgba(90, 90, 93, .65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: .65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI Adjusted, Segoe UI, Liberation Sans, sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));
    pointer-events: none;
    z-index: 20
}

.fancybox__toolbar :focus-visible {
    z-index: 1
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.is-idle .fancybox__toolbar {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0
}

.fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap
}

.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    -webkit-user-select: none;
    user-select: none
}

.fancybox__infobar span {
    padding: 0 5px
}

.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg)
}

[data-fancybox-toggle-slideshow] {
    position: relative
}

[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: .3
}

[data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex
}

[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex
}

.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none
}

._overlay_xpvxx_1 {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000026;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px)
}

._content_xpvxx_13 {
    max-width: calc(100dvw - calc(40 / 16 * var(--base-size)));
    width: 100vw;
    background: #e5e5e5;
    border: calc(10 / 16 * var(--base-size)) solid #E5E5E5;
    display: flex;
    flex-direction: column;
    margin: calc(20 / 16 * var(--base-size)) auto calc(60 / 16 * var(--base-size));
    position: relative;
    max-height: calc(100dvh - calc(80 / 16 * var(--base-size)));
    overflow: hidden;
    border-radius: calc(26 / 16 * var(--base-size));
    height: 100%
}

._contentWrapper_xpvxx_28 {
    background: #f7f7f7;
    margin: 0 auto;
    border-radius: calc(16 / 16 * var(--base-size));
    width: 100%;
    height: 100%;
    overflow: hidden
}

._container_xpvxx_37 {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    max-height: 100dvh;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 100%;
    width: 100%;
    outline: none
}

@media (max-width: 768px) {
    ._content_xpvxx_13 {
        margin: 0;
        min-height: 100dvh;
        padding: 0;
        max-width: none;
        border-radius: 0;
        border: none
    }

    ._contentWrapper_xpvxx_28 {
        border-radius: 0
    }
}

@media (min-width: 1404px) {
    ._container_xpvxx_37 {
        width: 100%
    }
}

@media (max-width: 1400px) {
    ._cross_xpvxx_73 {
        right: 20px
    }
}

._copy_xpvxx_78 {
    position: absolute;
    bottom: calc(20 / 16 * var(--base-size));
    left: calc(20 / 16 * var(--base-size));
    font-size: calc(14 / 16 * var(--base-size));
    line-height: calc(20 / 16 * var(--base-size));
    font-weight: 300;
    cursor: pointer;
    color: var(--color-white)
}

._copy_xpvxx_78 a {
    color: #c6def7
}

@keyframes _spin_18slq_1 {
    to {
        transform: rotate(360deg)
    }
}

._loader_18slq_7 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: gray;
    display: flex;
    flex-direction: column;
    gap: calc(12 / 16 * var(--base-size));
    align-items: center;
    width: 100%
}

._loader_18slq_7 svg {
    width: calc(50 / 16 * var(--base-size));
    height: calc(50 / 16 * var(--base-size));
    animation: 1.5s infinite linear _spin_18slq_1
}

._text_18slq_26 {
    font-size: var(--base-size)
}

._dots_18slq_30 {
    display: inline-block;
    width: 3ch
}

._dots_18slq_30:after {
    content: "";
    animation: var(--animation-dots) 1.5s infinite steps(4)
}

._container_16bma_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    max-width: calc(400 / 16 * var(--base-size));
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%);
    padding: var(--base-size);
    gap: calc(18 / 16 * var(--base-size));
    top: 0;
    text-align: center
}

button._button_16bma_18 {
    margin: 0;
    font-size: var(--base-size);
    padding: calc(12 / 16 * var(--base-size)) calc(18 / 16 * var(--base-size));
    gap: calc(.75 * var(--base-size));
    align-items: center;
    height: auto
}

._error_16bma_27 {
    color: #252428;
    font-size: calc(1.5 * var(--base-size))
}

._message_16bma_32 {
    color: gray;
    margin-bottom: calc(1.5 * var(--base-size))
}

._mobileHeader_xnpyn_1 {
    z-index: 2;
    position: sticky;
    top: 0;
    background: #e5e5e5;
    border-bottom: 1px solid #E5E5E5
}

._topContainer_xnpyn_10 {
    height: calc(75 / 16 * var(--base-size));
    background: #fff;
    border-radius: calc(16 / 16 * var(--base-size)) calc(16 / 16 * var(--base-size)) 0 0;
    border-bottom: calc(1 / 16 * var(--base-size)) solid #E6E6E6;
    padding: 0 calc(30 / 16 * var(--base-size));
    display: flex;
    justify-content: space-between;
    align-items: center
}

._logo_xnpyn_21 {
    max-height: calc(30 / 16 * var(--base-size))
}

._cross_xnpyn_25 {
    display: flex;
    align-items: center;
    gap: calc(7 / 16 * var(--base-size));
    font-size: calc(12 / 16 * var(--base-size));
    cursor: pointer
}

._crossIcon_xnpyn_33 {
    width: calc(26 / 16 * var(--base-size));
    height: calc(26 / 16 * var(--base-size));
    border-radius: calc(26 / 16 * var(--base-size));
    background: #ebebeb;
    display: flex
}

._crossIcon_xnpyn_33 svg {
    width: calc(10 / 16 * var(--base-size));
    height: calc(10 / 16 * var(--base-size));
    margin: auto
}

._progressContainer_xnpyn_47 {
    display: flex;
    height: calc(50 / 16 * var(--base-size))
}

._backLink_xnpyn_52 {
    position: absolute;
    top: calc(89 / 16 * var(--base-size));
    left: calc(40 / 16 * var(--base-size));
    font-size: calc(12 / 16 * var(--base-size));
    line-height: calc(25 / 16 * var(--base-size));
    display: flex;
    align-items: center;
    gap: calc(5 / 16 * var(--base-size));
    cursor: pointer
}

._backLink_xnpyn_52 svg {
    width: calc(13 / 16 * var(--base-size));
    height: calc(13 / 16 * var(--base-size))
}

._dialogOverlay_1m3da_1 {
    background: #00000026;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: _overlayShow_1m3da_1 .15s cubic-bezier(.16, 1, .3, 1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

._dialogContent_1m3da_10 {
    background-color: var(--color-white);
    border-radius: calc(4 / 16 * var(--base-size));
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 85vh;
    animation: _contentShow_1m3da_1 .15s cubic-bezier(.16, 1, .3, 1);
    outline: none;
    min-width: 769px;
    width: calc(995 / 16 * var(--base-size))
}

._dialogContent_1m3da_10:focus {
    outline: none
}

._roomPickerWrapper_1m3da_29 {
    width: 300px;
    min-width: 0
}

._container_1m3da_34 {
    display: flex;
    gap: calc(10 / 16 * var(--base-size))
}

@media (max-width: 768px) {
    ._calendar_1m3da_40 {
        max-width: 450px;
        min-width: 0;
        width: 95vw
    }
}

._progress_1ds3k_1 {
    margin: auto;
    display: flex;
    gap: calc(80 / 16 * var(--base-size))
}

._step_1ds3k_7 {
    all: unset;
    cursor: pointer;
    display: flex;
    gap: calc(5 / 16 * var(--base-size));
    text-transform: uppercase;
    align-items: center;
    font-size: calc(10 / 16 * var(--base-size));
    position: relative;
    color: #adadad
}

._index_1ds3k_19 {
    width: calc(25 / 16 * var(--base-size));
    height: calc(25 / 16 * var(--base-size));
    font-size: calc(11 / 16 * var(--base-size));
    font-weight: 500;
    border-radius: calc(10 / 16 * var(--base-size));
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ebebeb;
    color: #adadad
}

._step_1ds3k_7:not(:last-child):after {
    content: "";
    position: absolute;
    width: calc(40 / 16 * var(--base-size));
    height: calc(1 / 16 * var(--base-size));
    background: #adadad;
    right: calc(60 / 16 * -1 * var(--base-size))
}

._step_1ds3k_7[data-active=true] {
    color: var(--color-blue);
    font-weight: 500
}

._step_1ds3k_7[data-active=true] ._index_1ds3k_19 {
    background: var(--color-blue);
    color: var(--color-white)
}

._step_1ds3k_7[data-prev=true] {
    color: var(--color-green);
    font-weight: 500
}

._step_1ds3k_7[data-prev=true] ._index_1ds3k_19 {
    background: var(--color-green);
    color: var(--color-white)
}

._step_1ds3k_7[data-prev=true]:after {
    background: var(--color-green)
}

._step_1ds3k_7 svg {
    width: calc(15 / 16 * var(--base-size));
    height: calc(15 / 16 * var(--base-size))
}

._step_1ds3k_7[data-disable=true] {
    pointer-events: none
}

@media (max-width: 1368px) {
    ._progress_1ds3k_1 {
        gap: calc(4 * var(--base-size))
    }

    ._step_1ds3k_7:not(:last-child):after {
        width: calc(2 * var(--base-size));
        right: calc(-3 * var(--base-size))
    }
}

@media (max-width: 988px) {
    ._progress_1ds3k_1 {
        gap: calc(2 * var(--base-size));
        margin-right: calc(30 / 16 * var(--base-size))
    }

    ._step_1ds3k_7:not(:last-child):after {
        content: none
    }
}

._container_1xgvp_1 {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    height: 68px
}

._step_1xgvp_8 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--base-size);
    line-height: 1
}

._step_1xgvp_8 svg {
    width: var(--base-size);
    height: var(--base-size)
}

._counter_1xgvp_21 {
    font-size: calc(14 / 16 * var(--base-size));
    white-space: nowrap
}

._trigger_1xgvp_26 {
    all: unset;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 68px
}

._trigger_1xgvp_26 svg {
    width: 20px;
    height: 20px
}

._dialogContent_1xgvp_39 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 390px;
    width: 95vw;
    background: var(--color-white);
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #C8C8C8;
    outline: none
}

._dialogOverlay_1xgvp_53 {
    background: #00000026;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: _overlayShow_1xgvp_1 .15s cubic-bezier(.16, 1, .3, 1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

._links_1xgvp_62 {
    display: flex;
    flex-direction: column;
    gap: 16px
}

._link_1xgvp_62 {
    all: unset;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding: 8px 0;
    color: var(--color-lilac)
}

._link_1xgvp_62[data-active=true] {
    color: var(--color-black)
}

._link_1xgvp_62[data-disable=true] {
    color: #c8c8c8;
    pointer-events: none
}

._link_1xgvp_62 svg {
    width: 20px;
    height: 20px
}

._link_1xgvp_62:not(:first-child):before {
    content: "";
    width: 1px;
    height: 16px;
    background: var(--color-lilac);
    position: absolute;
    left: 9.5px;
    top: -16px
}

._link_1xgvp_62[data-disable=true]:before {
    background: #c8c8c8
}

._closeWidjet_1xgvp_106 {
    all: unset;
    cursor: pointer;
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid var(--color-white)
}

._closeWidjet_1xgvp_106 svg {
    width: 24px;
    height: 24px
}

._container_25vqd_1 {
    width: 100%;
    background: var(--color-white);
    padding: calc(30 / 16 * var(--base-size));
    padding-bottom: 0
}

._wrapper_25vqd_8 {
    height: calc(100dvh - calc((50 + 75 + 60 + 40 + 30) / 16 * var(--base-size)));
    padding-bottom: calc(30 / 16 * var(--base-size));
    overflow: auto
}

._tabTrigger_25vqd_14 {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: calc(5 / 16 * var(--base-size));
    width: calc(178 / 16 * var(--base-size));
    height: calc(42 / 16 * var(--base-size));
    border-radius: var(--base-size) var(--base-size) 0 0;
    font-size: calc(12 / 16 * var(--base-size));
    font-weight: 500;
    cursor: pointer;
    transition: color .3s ease, background .3s ease;
    white-space: nowrap;
    border: calc(1 / 16 * var(--base-size)) solid #F7F7F7;
    border-bottom: none;
    margin-right: calc(5 / 16 * var(--base-size))
}

._tabTrigger_25vqd_14 svg {
    width: calc(15 / 16 * var(--base-size));
    height: calc(15 / 16 * var(--base-size))
}

._tabTrigger_25vqd_14[data-state=active] {
    background: #f7f7f7;
    cursor: default
}

._tabSlide_25vqd_44 {
    width: auto
}

._tab_25vqd_14 {
    background: #f7f7f7;
    border-radius: 0 var(--base-size) var(--base-size) var(--base-size);
    padding: calc(20 / 16 * var(--base-size));
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: calc(100dvh - calc((50 + 75 + 60 + 40 + 30 + 30 + 42) / 16 * var(--base-size)))
}

._solo_25vqd_58 ._tab_25vqd_14 {
    border-radius: var(--base-size);
    min-height: calc(100dvh - calc((50 + 75 + 60 + 40 + 30 + 30) / 16 * var(--base-size)))
}

@media (max-width: 768px) {
    ._wrapper_25vqd_8 {
        height: calc(100dvh - calc((91) / 16 * var(--base-size)) - 69px);
        padding-bottom: 0
    }

    ._tab_25vqd_14 {
        min-height: calc(100dvh - calc((134) / 16* var(--base-size)) - 69px);
        border-radius: 0
    }

    ._solo_25vqd_58 ._tab_25vqd_14 {
        border-radius: var(--base-size) var(--base-size) 0 0;
        min-height: calc(100dvh - calc((93) / 16* var(--base-size)) - 69px)
    }

    ._container_25vqd_1 {
        padding: 0;
        padding-top: calc(1.25 * var(--base-size))
    }
}

._mobileWidjet_25vqd_85 {
    padding: var(--base-size)
}

._container_wfjrh_1 {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - calc(60 / 16 * var(--base-size))) / 4));
    gap: calc(20 / 16 * var(--base-size))
}

@media (max-width: 1368px) {
    ._container_wfjrh_1 {
        grid-template-columns: repeat(3, calc((100% - calc(40 / 16 * var(--base-size))) / 3))
    }
}

@media (max-width: 988px) {
    ._container_wfjrh_1 {
        grid-template-columns: repeat(2, calc((100% - calc(20 / 16 * var(--base-size))) / 2))
    }
}

@media (max-width: 768px) {
    ._container_wfjrh_1 {
        grid-template-columns: 100%
    }
}

@keyframes _spin_wfjrh_1 {
    to {
        transform: rotate(360deg)
    }
}

._loader_wfjrh_35 {
    color: gray;
    display: flex;
    flex-direction: column;
    gap: calc(12 / 16 * var(--base-size));
    align-items: center;
    font-size: var(--base-size);
    width: 100%;
    margin-top: 25vh
}

._loader_wfjrh_35 svg {
    width: calc(50 / 16 * var(--base-size));
    height: calc(50 / 16 * var(--base-size));
    animation: 1.5s infinite linear _spin_wfjrh_1
}

._card_1ox0o_1 {
    height: calc(400 / 16 * var(--base-size));
    border-radius: var(--base-size);
    position: relative;
    box-shadow: 0 calc(2 / 16 * -1 * var(--base-size)) calc(5 / 16 * var(--base-size)) calc(4 / 16 * var(--base-size)) #00000008;
    background: var(--color-white);
    order: 1;
    cursor: pointer
}

._card_1ox0o_1._selected_1ox0o_11 {
    border: calc(2 / 16 * var(--base-size)) solid var(--color-green);
    order: 0
}

._card_1ox0o_1._selected_1ox0o_11:after {
    content: "Выбрано";
    position: absolute;
    padding: calc(8 / 16 * var(--base-size)) var(--base-size) calc(6 / 16 * var(--base-size)) var(--base-size);
    font-size: calc(10 / 16 * var(--base-size));
    line-height: calc(12 / 16 * var(--base-size));
    text-transform: uppercase;
    border-radius: var(--base-size) var(--base-size) 0 0;
    background: var(--color-green);
    color: var(--color-white);
    transform: rotate(-90deg);
    right: calc(27 / 16 * -1 * var(--base-size));
    top: calc(101 / 16 * var(--base-size))
}

._image_1ox0o_31 {
    display: block;
    overflow: hidden;
    height: calc(245 / 16 * var(--base-size));
    border-radius: calc(16 / 16 * var(--base-size))
}

._image_1ox0o_31 img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

._card_1ox0o_1._selected_1ox0o_11 ._image_1ox0o_31 {
    border-radius: calc(14 / 16 * var(--base-size)) calc(14 / 16 * var(--base-size)) var(--base-size) var(--base-size)
}

._count_1ox0o_48 {
    position: absolute;
    top: 0;
    font-size: calc(14 / 16 * var(--base-size));
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(8 / 16 * var(--base-size)) calc(25 / 16 * var(--base-size)) calc(7 / 16 * var(--base-size)) calc(26 / 16 * var(--base-size));
    background: #000000a6;
    border-radius: var(--base-size) 0 var(--base-size) 0
}

._information_1ox0o_61 {
    padding: calc(14 / 16 * var(--base-size))
}

._name_1ox0o_65 {
    font-size: calc(20 / 16 * var(--base-size));
    line-height: calc(23 / 16 * var(--base-size));
    letter-spacing: .01em;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

._infoBlock_1ox0o_74 {
    display: flex;
    justify-content: space-between;
    margin-top: calc(19 / 16 * var(--base-size))
}

._info_1ox0o_61 {
    display: flex;
    gap: calc(10 / 16 * var(--base-size))
}

._infoItem_1ox0o_85 {
    font-size: calc(14 / 16 * var(--base-size));
    line-height: calc(16 / 16 * var(--base-size));
    display: flex;
    align-items: center;
    gap: calc(5 / 16 * var(--base-size))
}

._infoItem_1ox0o_85 svg {
    width: calc(21 / 16 * var(--base-size));
    height: calc(21 / 16 * var(--base-size));
    padding: calc(4 / 16 * var(--base-size));
    border-radius: calc(7 / 16 * var(--base-size));
    background: #f0f0f0
}

._tariffPicker_1ox0o_101 {
    margin-top: calc(27 / 16 * var(--base-size));
    position: relative;
    cursor: pointer
}

._tariffPickerLabel_1ox0o_107 {
    position: absolute;
    left: calc(35 / 16 * var(--base-size));
    background: var(--color-white);
    padding: 0 calc(3 / 16 * var(--base-size));
    font-size: calc(11 / 16 * var(--base-size));
    line-height: calc(13 / 16 * var(--base-size));
    letter-spacing: .02em;
    top: calc(6 / 16 * -1 * var(--base-size));
    color: #2226
}

._tariffPickerSelect_1ox0o_119 {
    width: calc(217 / 16 * var(--base-size));
    padding: calc(9 / 16 * var(--base-size)) var(--base-size);
    border: calc(1 / 16 * var(--base-size)) solid #E8E8E8;
    font-size: calc(14 / 16 * var(--base-size));
    line-height: calc(16 / 16 * var(--base-size));
    letter-spacing: .01em;
    border-radius: calc(10 / 16 * var(--base-size));
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

._tariffPickerSelect_1ox0o_119 span {
    width: calc(165 / 16 * var(--base-size));
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

._tariffPickerSelect_1ox0o_119 svg {
    width: calc(15 / 16 * var(--base-size));
    height: calc(15 / 16 * var(--base-size))
}

._button_1ox0o_144 {
    all: unset;
    border-radius: calc(20 / 16 * var(--base-size)) 0 var(--base-size) 0;
    cursor: pointer;
    padding: calc(6 / 16 * var(--base-size));
    display: flex;
    gap: calc(4 / 16 * var(--base-size));
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--color-green);
    color: var(--color-white)
}

._card_1ox0o_1._selected_1ox0o_11 ._button_1ox0o_144 {
    border-radius: calc(20 / 16 * var(--base-size)) 0 calc(12 / 16 * var(--base-size)) 0
}

._button_1ox0o_144 svg {
    border-radius: calc(17 / 16 * var(--base-size)) calc(20 / 16 * var(--base-size)) calc(20 / 16 * var(--base-size)) 0;
    width: calc(39 / 16 * var(--base-size));
    height: calc(36 / 16 * var(--base-size));
    padding: calc(12 / 16 * var(--base-size));
    background: var(--color-green-dark)
}

._card_1ox0o_1._selected_1ox0o_11 ._button_1ox0o_144 svg {
    width: calc(39 / 16 * var(--base-size));
    height: calc(36 / 16 * var(--base-size));
    padding: calc(8 / 16 * var(--base-size))
}

._buttonText_1ox0o_176 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: calc(3 / 16 * var(--base-size))
}

._buttonPrice_1ox0o_183 {
    font-size: var(--base-size);
    line-height: calc(19 / 16 * var(--base-size))
}

._buttonNights_1ox0o_188 {
    font-size: calc(11 / 16 * var(--base-size));
    line-height: calc(13 / 16 * var(--base-size))
}

._notAvailable_1ox0o_193 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(115 / 16 * var(--base-size));
    -webkit-backdrop-filter: blur(calc(8 / 16 * var(--base-size)));
    backdrop-filter: blur(calc(8 / 16 * var(--base-size)));
    border-radius: calc(16 / 16 * var(--base-size))
}

._notAvailableContent_1ox0o_205 {
    padding: calc(15 / 16 * var(--base-size)) calc(20 / 16 * var(--base-size));
    box-shadow: 0 0 calc(7 / 16 * var(--base-size)) 0 #00000026;
    background: var(--color-white);
    display: inline-flex;
    flex-direction: column;
    gap: calc(10 / 16 * var(--base-size));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: var(--base-size)
}

._notAvailableButton_1ox0o_219 {
    all: unset;
    cursor: pointer;
    padding: calc(10 / 16 * var(--base-size));
    background: #f7f7f7;
    border-radius: calc(10 / 16 * var(--base-size));
    display: flex;
    justify-content: center;
    gap: calc(6 / 16 * var(--base-size));
    font-size: calc(13 / 16 * var(--base-size))
}

._notAvailableContent_1ox0o_205 span {
    font-size: calc(15 / 16 * var(--base-size));
    white-space: nowrap
}

._card_1ox0o_1._disabled_1ox0o_236 {
    order: 2
}

._card_1ox0o_1._disabled_1ox0o_236 ._image_1ox0o_31,
._card_1ox0o_1._disabled_1ox0o_236 ._count_1ox0o_48,
._card_1ox0o_1._disabled_1ox0o_236 ._information_1ox0o_61,
._card_1ox0o_1._disabled_1ox0o_236 ._labels_1ox0o_243 {
    opacity: .7
}

._labels_1ox0o_243 {
    display: flex;
    gap: calc(5 / 16 * var(--base-size));
    position: absolute;
    bottom: calc(160 / 16 * var(--base-size));
    flex-wrap: wrap;
    padding: 0 calc(5 / 16 * var(--base-size));
    color: var(--color-white)
}

._label_1ox0o_243 {
    font-size: calc(11 / 16 * var(--base-size));
    padding: calc(5 / 16 * var(--base-size)) calc(20 / 16 * var(--base-size));
    border-radius: calc(100 / 16 * var(--base-size));
    border: calc(1 / 16 * var(--base-size)) solid
}

._dialogOverlay_1yptj_1 {
    background: #00000026;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: _overlayShow_1yptj_1 .15s cubic-bezier(.16, 1, .3, 1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

._dialogDialogOverlay_1yptj_10 {
    background: #00000026;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: _overlayShow_1yptj_1 .15s cubic-bezier(.16, 1, .3, 1);
    box-shadow: #0003 0 2px 7px
}

._dialogContent_1yptj_18 {
    background-color: var(--color-white);
    border-radius: var(--base-size);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 85vh;
    animation: _contentShow_1yptj_1 .15s cubic-bezier(.16, 1, .3, 1);
    outline: none;
    min-width: calc(375 / 16 * var(--base-size));
    width: calc(995 / 16 * var(--base-size))
}

._dialogContent_1yptj_18:focus {
    outline: none
}

._alert_1yptj_37 {
    padding: calc(2 * var(--base-size));
    width: max-content;
    font-size: var(--base-size);
    line-height: calc(1.5 * var(--base-size));
    box-shadow: #0003 0 2px 7px;
    -webkit-box-shadow: #00000033 0 2px 7px 0
}

._alert_1yptj_37 span {
    font-weight: 700
}

._buttons_1yptj_51 {
    margin-top: var(--base-size);
    display: flex;
    gap: var(--base-size)
}

._button_1yptj_51:first-child {
    background: var(--color-green);
    color: var(--color-white)
}

._button_1yptj_51 {
    all: unset;
    cursor: pointer;
    background: #f7f7f7;
    padding: calc(.25 * var(--base-size)) var(--base-size);
    margin: 0;
    width: calc(80 / 16 * var(--base-size));
    border-radius: calc(.5 * var(--base-size));
    justify-content: center;
    text-align: center
}

@media (max-width: 768px) {
    ._dialogContent_1yptj_18 {
        max-width: calc(375 / 16 * var(--base-size));
        min-width: 0;
        width: 95vw
    }
}

._dialogContent_1cdhn_1 {
    position: absolute;
    left: 50%;
    z-index: 10;
    transform: translate(-50%);
    width: calc(1247 / 16 * var(--base-size));
    max-height: calc(100dvh - calc(100 / 16 * var(--base-size)) - 5dvh);
    background: #f7f7f7;
    border: calc(1 / 16 * var(--base-size)) solid #E8E8E8;
    padding: calc(25 / 16 * var(--base-size)) calc(34 / 16 * var(--base-size)) 0 calc(34 / 16 * var(--base-size));
    border-radius: calc(16 / 16 * var(--base-size)) calc(16 / 16 * var(--base-size)) 0 0;
    display: flex;
    flex-direction: column;
    gap: calc(20 / 16 * var(--base-size));
    outline: none;
    animation: _showContent_1cdhn_1 .3s ease-in-out;
    bottom: 0
}

._dialogContent_1cdhn_1._hide_1cdhn_21 {
    bottom: -100%;
    animation: _hideContent_1cdhn_1 .3s ease-in-out
}

._dialogOverlay_1cdhn_26 {
    background: #0006;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: calc(30 / 16 * var(--base-size));
    left: calc(30 / 16 * var(--base-size));
    width: calc(100% - (60 / 16 * var(--base-size)));
    height: calc(100% - (100 / 16 * var(--base-size)));
    border-radius: var(--base-size);
    animation: _showOverlay_1cdhn_1 .3s ease
}

._dialogOverlay_1cdhn_26._hide_1cdhn_21 {
    background: #0000;
    animation: _hideOverlay_1cdhn_1 .3s ease
}

._cross_1cdhn_44 {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(60 / 16 * var(--base-size));
    height: calc(60 / 16 * var(--base-size));
    border-radius: 0 calc(16 / 16 * var(--base-size));
    padding: calc(23 / 16 * var(--base-size));
    background: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center
}

._title_1cdhn_59 {
    font-size: calc(25 / 16 * var(--base-size))
}

@keyframes _showOverlay_1cdhn_1 {
    0% {
        background: #0000
    }

    to {
        background: #0006
    }
}

@keyframes _hideOverlay_1cdhn_1 {
    0% {
        background: #0006
    }

    to {
        background: #0000
    }
}

@keyframes _showContent_1cdhn_1 {
    0% {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

@keyframes _hideContent_1cdhn_1 {
    0% {
        bottom: 0
    }

    to {
        bottom: -100%
    }
}

._scrollable_1cdhn_103 {
    overflow: auto;
    padding-bottom: calc(30 / 16 * var(--base-size))
}

._tariffs_1cdhn_109 {
    display: flex;
    flex-wrap: wrap;
    gap: calc(18 / 16 * var(--base-size))
}

._tariff_1cdhn_109 {
    width: calc((100% - (36 / 16 * var(--base-size))) / 3)
}

@media (max-width: 988px) {
    ._dialogContent_1cdhn_1 {
        width: calc(988 / 16 * var(--base-size))
    }

    ._tariff_1cdhn_109 {
        width: calc((100% - (32 / 16 * var(--base-size))) / 2)
    }

    ._dialogContent_1cdhn_1 {
        padding: calc(1.5 * var(--base-size))
    }
}

@media (max-width: 768px) {
    ._dialogOverlay_1cdhn_26 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    ._dialogContent_1cdhn_1 {
        width: 100%;
        padding: calc(25 / 16 * var(--base-size)) var(--base-size) 0 var(--base-size)
    }

    ._tariff_1cdhn_109 {
        width: 100%
    }

    ._title_1cdhn_59 {
        margin-right: calc(3 * var(--base-size))
    }
}

._tariff_14bqu_1 {
    background: var(--color-white);
    border-radius: var(--base-size);
    height: min-content;
    position: relative
}

._selected_14bqu_9 {
    border: calc(2 / 16 * var(--base-size)) solid var(--color-green);
    order: 0 !important
}

._selected_14bqu_9:after {
    content: "Выбрано";
    position: absolute;
    padding: calc(8 / 16 * var(--base-size)) var(--base-size) calc(6 / 16 * var(--base-size)) var(--base-size);
    font-size: calc(10 / 16 * var(--base-size));
    line-height: calc(12 / 16 * var(--base-size));
    text-transform: uppercase;
    border-radius: var(--base-size) var(--base-size) 0 0;
    background: var(--color-green);
    color: var(--color-white);
    transform: rotate(-90deg);
    right: calc(28 / 16 * -1 * var(--base-size));
    top: calc(77 / 16 * var(--base-size))
}

._name_14bqu_29 {
    font-weight: 500;
    font-size: var(--base-size);
    padding: calc(9 / 16 * var(--base-size)) calc(15 / 16 * var(--base-size));
    border-bottom: calc(1 / 16 * var(--base-size)) solid #F7F7F7
}

._info_14bqu_36 {
    display: flex;
    flex-wrap: wrap;
    column-gap: calc(45 / 16 * var(--base-size));
    row-gap: calc(20 / 16 * var(--base-size));
    padding: calc(20 / 16 * var(--base-size)) calc(40 / 16 * var(--base-size)) calc(14 / 16 * var(--base-size)) calc(15 / 16 * var(--base-size))
}

._infoItem_14bqu_44 svg {
    width: calc(14 / 16 * var(--base-size));
    height: calc(14 / 16 * var(--base-size))
}

._infoItemLabel_14bqu_49 {
    font-size: calc(12 / 16 * var(--base-size));
    line-height: calc(14 / 16 * var(--base-size));
    font-weight: 500;
    letter-spacing: .02em;
    color: #acacac;
    display: block
}

._infoItemValue_14bqu_58 {
    font-size: calc(14 / 16 * var(--base-size));
    line-height: calc(16 / 16 * var(--base-size))
}

._infoItemValue_14bqu_58._link_14bqu_63 {
    cursor: pointer;
    border-bottom: calc(1 / 16 * var(--base-size)) dashed var(--color-black)
}

._advantages_14bqu_68 {
    padding: calc(10 / 16 * var(--base-size)) calc(15 / 16 * var(--base-size));
    background: #e4ffe4;
    display: flex;
    flex-direction: column;
    gap: calc(3 / 16 * var(--base-size));
    border-left: calc(2 / 16 * var(--base-size)) solid var(--color-green)
}

._selected_14bqu_9 ._advantages_14bqu_68 {
    border: none
}

._advantage_14bqu_68 {
    font-size: calc(14 / 16 * var(--base-size));
    line-height: var(--base-size);
    display: flex;
    align-items: center;
    gap: calc(1 / 16 * var(--base-size))
}

._advantage_14bqu_68 svg {
    width: calc(18 / 16 * var(--base-size));
    height: calc(18 / 16 * var(--base-size));
    color: var(--color-green)
}

._variations_14bqu_96 {
    padding: calc(13 / 16 * var(--base-size))
}

._variationsTitle_14bqu_100 {
    margin-bottom: calc(8 / 16 * var(--base-size));
    font-size: calc(11 / 16 * var(--base-size));
    letter-spacing: .02em;
    text-align: right;
    color: #2226
}

._variationsList_14bqu_108 {
    display: flex;
    flex-direction: column;
    gap: calc(7 / 16 * var(--base-size))
}

._variation_14bqu_96 {
    background: var(--color-green);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(40 / 16 * var(--base-size));
    padding: 0 calc(7 / 16 * var(--base-size));
    border-radius: calc(12 / 16 * var(--base-size));
    cursor: pointer
}

._variationSelected_14bqu_125._variation_14bqu_96 {
    border: calc(2 / 16 * var(--base-size)) solid #2D8730
}

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

._peoples_14bqu_134 {
    display: flex;
    font-size: var(--base-size);
    color: var(--color-white);
    align-items: center
}

._price_14bqu_141 {
    margin-left: calc(10 / 16 * var(--base-size));
    font-size: var(--base-size);
    line-height: calc(19 / 16 * var(--base-size));
    color: var(--color-white)
}

._price_14bqu_141 span {
    font-size: calc(12 / 16 * var(--base-size));
    line-height: calc(14 / 16 * var(--base-size));
    margin-left: calc(7 / 16 * var(--base-size))
}

._priceInfoTrigger_14bqu_154 {
    width: calc(30 / 16 * var(--base-size));
    height: calc(30 / 16 * var(--base-size));
    padding: calc(8 / 16 * var(--base-size));
    border-radius: calc(12 / 16 * var(--base-size));
    color: var(--color-white);
    background: #3eb841;
    cursor: "pointer"
}

[data-adult=true] {
    width: calc(12 / 16 * var(--base-size));
    color: var(--color-white)
}

[data-child=true] {
    width: calc(10 / 16 * var(--base-size));
    color: var(--color-white)
}

[data-additional] {
    color: #fff9
}

._variationButton_14bqu_178 {
    display: flex;
    align-items: center;
    gap: calc(8 / 16 * var(--base-size));
    font-size: calc(14 / 16 * var(--base-size));
    color: var(--color-white)
}

._variationButton_14bqu_178 svg {
    width: calc(19 / 16 * var(--base-size));
    height: calc(19 / 16 * var(--base-size));
    border-radius: 100%;
    padding: calc(3 / 16 * var(--base-size));
    color: var(--color-green);
    background: var(--color-white)
}

._variationSelected_14bqu_125 ._variationButton_14bqu_178 {
    color: #2d8730
}

._variationSelected_14bqu_125 ._variationButton_14bqu_178 svg {
    background: #2d8730
}

._button_14bqu_203 {
    all: unset;
    cursor: pointer;
    font-size: calc(12 / 16 * var(--base-size));
    width: calc(100% - calc(30 / 16 * var(--base-size)));
    margin: calc(14 / 16 * var(--base-size)) calc(15 / 16 * var(--base-size));
    border-radius: calc(12 / 16 * var(--base-size));
    height: calc(40 / 16 * var(--base-size));
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(4 / 16 * var(--base-size));
    margin-top: 0
}

._button_14bqu_203 svg {
    width: calc(14 / 16 * var(--base-size));
    height: calc(14 / 16 * var(--base-size))
}

._priceInfoPop_14bqu_224 {
    z-index: 1;
    background: var(--color-white);
    width: calc(442 / 16 * var(--base-size));
    border-radius: var(--base-size);
    outline: none;
    cursor: default;
    transform: translate(calc(14 / 16 * var(--base-size)), calc(40 / 16 * var(--base-size)))
}

._priceInfoClose_14bqu_234 {
    width: calc(30 / 16 * var(--base-size));
    height: calc(30 / 16 * var(--base-size));
    border-radius: 0 var(--base-size) 0 var(--base-size);
    background: #ebebeb;
    cursor: pointer;
    padding: calc(9 / 16 * var(--base-size));
    position: absolute;
    top: 0;
    right: 0
}

._dialogContent_14bqu_246 {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    transform: translate(-50%);
    width: calc(1247 / 16 * var(--base-size));
    max-height: calc(100dvh - calc(100 / 16 * var(--base-size)) - 5dvh);
    background: var(--color-white);
    border: calc(1 / 16 * var(--base-size)) solid #E8E8E8;
    padding: calc(25 / 16 * var(--base-size)) calc(34 / 16 * var(--base-size)) 0 calc(34 / 16 * var(--base-size));
    border-radius: calc(16 / 16 * var(--base-size)) calc(16 / 16 * var(--base-size)) 0 0;
    display: flex;
    flex-direction: column;
    gap: calc(27 / 16 * var(--base-size));
    outline: none;
    animation: _showContent_14bqu_1 .3s ease-in-out
}

._dialogContent_14bqu_246._hide_14bqu_266 {
    bottom: -100%;
    animation: _hideContent_14bqu_1 .3s ease-in-out
}

._dialogOverlay_14bqu_271 {
    background: #0006;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: calc(30 / 16 * var(--base-size));
    left: calc(30 / 16 * var(--base-size));
    width: calc(100% - (60 / 16 * var(--base-size)));
    height: calc(100% - (100 / 16 * var(--base-size)));
    border-radius: var(--base-size);
    animation: _showOverlay_14bqu_1 .3s ease
}

._dialogOverlay_14bqu_271._hide_14bqu_266 {
    background: #0000;
    animation: _hideOverlay_14bqu_1 .3s ease
}

._cross_14bqu_289 {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(60 / 16 * var(--base-size));
    height: calc(60 / 16 * var(--base-size));
    border-radius: 0 calc(16 / 16 * var(--base-size));
    padding: calc(23 / 16 * var(--base-size));
    background: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center
}

._title_14bqu_304 {
    font-size: calc(23 / 16 * var(--base-size));
    line-height: calc(27 / 16 * var(--base-size));
    font-weight: 500
}

@keyframes _showOverlay_14bqu_1 {
    0% {
        background: #0000
    }

    to {
        background: #0006
    }
}

@keyframes _hideOverlay_14bqu_1 {
    0% {
        background: #0006
    }

    to {
        background: #0000
    }
}

@keyframes _showContent_14bqu_1 {
    0% {
        bottom: -100%
    }

    to {
        bottom: 0
    }
}

@keyframes _hideContent_14bqu_1 {
    0% {
        bottom: 0
    }

    to {
        bottom: -100%
    }
}

._scrollable_14bqu_351 {
    overflow: auto;
    padding-bottom: calc(30 / 16 * var(--base-size))
}

._tariffDetailed_14bqu_356 {
    display: flex;
    gap: calc(45 / 16 * var(--base-size))
}

._tariffDetailedLeft_14bqu_361 {
    width: calc(641 / 16 * var(--base-size))
}

._tariffDetailedRight_14bqu_365 {
    width: calc(487 / 16 * var(--base-size))
}

._tariffDetailedDescription_14bqu_369 * {
    line-height: calc(24 / 16 * var(--base-size));
    font-size: calc(15 / 16 * var(--base-size))
}

._tariffDetailedDescription_14bqu_369 li {
    margin-bottom: calc(8 / 16 * var(--base-size))
}

._tariffDetailedIncludes_14bqu_378 {
    display: flex;
    flex-direction: column;
    gap: calc(10 / 16 * var(--base-size))
}

._include_14bqu_384 {
    font-size: calc(14 / 16 * var(--base-size));
    line-height: calc(23 / 16 * var(--base-size));
    border: calc(1 / 16 * var(--base-size)) solid #EBEBEB;
    border-radius: calc(var(--base-size));
    padding: calc(17 / 16 * var(--base-size))
}

._tariffDetailedVariations_14bqu_392 {
    padding: calc(20 / 16 * var(--base-size));
    border-radius: calc(var(--base-size));
    background: #f7f7f7;
    margin-bottom: calc(25 / 16 * var(--base-size))
}

._variationsTitleBig_14bqu_399 {
    font-size: calc(18 / 16 * var(--base-size));
    line-height: 140%;
    margin-bottom: calc(11 / 16 * var(--base-size))
}

._tariffDetailedAdvantages_14bqu_405 {
    padding: calc(20 / 16 * var(--base-size));
    border-radius: var(--base-size);
    background: #e5ffe4;
    margin-bottom: calc(10 / 16 * var(--base-size))
}

._tariffDetailedAdvantagesTitle_14bqu_412 {
    font-size: calc(18 / 16 * var(--base-size));
    line-height: 140%;
    margin-bottom: calc(13 / 16 * var(--base-size))
}

._tariffDetailedAdvantagesList_14bqu_418 {
    display: flex;
    flex-direction: column;
    gap: calc(5 / 16 * var(--base-size))
}

._slide_14bqu_424 {
    width: calc(130 / 16 * var(--base-size));
    height: calc(90 / 16 * var(--base-size));
    border-radius: calc(16 / 16 * var(--base-size));
    overflow: hidden;
    margin-right: calc(10 / 16 * var(--base-size));
    position: relative
}

._slide_14bqu_424 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in
}

._slide_14bqu_424 svg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b6;
    color: var(--color-white);
    pointer-events: none;
    padding: calc(28 / 16 * var(--base-size)) calc(48 / 16 * var(--base-size))
}

._slide_14bqu_424:hover svg {
    opacity: 1
}

._tariffDetailedInfo_14bqu_457 {
    background: #f7f7f7;
    padding: calc(20 / 16 * var(--base-size));
    border-radius: calc(var(--base-size));
    display: flex;
    flex-direction: column;
    gap: calc(15 / 16 * var(--base-size))
}

._tariffDetailedInfo_14bqu_457._animated_14bqu_466 {
    animation: _blink_14bqu_1 2s linear;
    animation-iteration-count: 2
}

@keyframes _blink_14bqu_1 {
    0% {
        background: #f7f7f7
    }

    50% {
        background: #37c33c99
    }

    to {
        background: #f7f7f7
    }
}

._tariffDetailedMeal_14bqu_485 {
    display: flex;
    flex-direction: column;
    gap: calc(10 / 16 * var(--base-size))
}

._tariffDetailedMealTitle_14bqu_491 {
    font-size: calc(18 / 16 * var(--base-size));
    line-height: 140%
}

._tariffDetailedMealTitle_14bqu_491 span {
    font-weight: 500
}

._tariffDetailedMealDescription_14bqu_500 {
    font-size: calc(14 / 16 * var(--base-size));
    line-height: 164%
}

._tariffDetailedCancelationTitle_14bqu_505 {
    font-size: calc(18 / 16 * var(--base-size));
    line-height: 140%;
    margin-bottom: calc(7 / 16 * var(--base-size))
}

._tariffDetailedCancelationDescription_14bqu_511 {
    font-size: calc(14 / 16 * var(--base-size));
    line-height: 164%
}

._tariffDetailedPayment_14bqu_516 {
    font-size: calc(18 / 16 * var(--base-size));
    line-height: 140%
}

._tariffDetailedPayment_14bqu_516 span {
    font-weight: 500
}

._notAvailable_14bqu_525 {
    position: absolute;
    bottom: calc(68 / 16 * var(--base-size));
    left: 0;
    width: 100%;
    height: calc(100% - calc((68 + 34) / 16 * var(--base-size)));
    -webkit-backdrop-filter: blur(calc(8 / 16 * var(--base-size)));
    backdrop-filter: blur(calc(8 / 16 * var(--base-size)));
    border-radius: calc(16 / 16 * var(--base-size))
}

._notAvailableContent_14bqu_538 {
    padding: calc(15 / 16 * var(--base-size)) calc(20 / 16 * var(--base-size));
    box-shadow: 0 0 calc(7 / 16 * var(--base-size)) 0 #00000026;
    background: var(--color-white);
    display: inline-flex;
    flex-direction: column;
    gap: calc(10 / 16 * var(--base-size));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: var(--base-size);
    width: calc(17.5625 * var(--base-size))
}

._notAvailableButton_14bqu_553 {
    all: unset;
    cursor: pointer;
    padding: calc(10 / 16 * var(--base-size));
    background: #f7f7f7;
    border-radius: calc(10 / 16 * var(--base-size));
    display: flex;
    justify-content: center;
    gap: calc(6 / 16 * var(--base-size));
    font-size: calc(13 / 16 * var(--base-size))
}

._notAvailableContent_14bqu_538 span {
    font-size: calc(14 / 16 * var(--base-size))
}

._anchor_14bqu_569 {
    width: calc(18 / 16 * var(--base-size));
    height: calc(23 / 16 * var(--base-size));
    z-index: 2;
    position: absolute;
    top: calc((4 / 16 * -1 * var(--base-size)));
    left: calc((10.5 / 16 * -1 * var(--base-size)) - calc(40 / 16 * var(--base-size)));
    transform: rotate(-90deg)
}

[data-state=closed]+._anchor_14bqu_569 {
    display: none
}

._detailedInfo_14bqu_584 {
    width: calc(666 / 16 * var(--base-size));
    background: var(--color-white);
    box-shadow: 0 0 calc(7 / 16 * var(--base-size)) 0 #00000026;
    border-radius: var(--base-size);
    position: relative;
    outline: none;
    padding: calc(25 / 16 * var(--base-size));
    display: flex;
    flex-direction: column;
    gap: calc(15 / 16 * var(--base-size))
}

._detailedInfoClose_14bqu_597 {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(40 / 16 * var(--base-size));
    height: calc(40 / 16 * var(--base-size));
    border-radius: 0 calc(16 / 16 * var(--base-size));
    padding: calc(13 / 16 * var(--base-size));
    background: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center
}

._detailedInfoName_14bqu_612 {
    font-size: calc(19 / 16 * var(--base-size));
    line-height: 140%
}

._tariffDetailedSlider_14bqu_617 {
    width: calc(666 / 16 * var(--base-size));
    margin-left: calc(25 / 16 * -1 * var(--base-size))
}

._tariffDetailedSlide_14bqu_617 {
    width: calc(115 / 16 * var(--base-size));
    height: calc(90 / 16 * var(--base-size));
    border-radius: calc(16 / 16 * var(--base-size));
    overflow: hidden;
    margin-right: calc(10 / 16 * var(--base-size));
    position: relative
}

._tariffDetailedSlide_14bqu_617 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in
}

._tariffDetailedSlide_14bqu_617 svg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b6;
    color: var(--color-white);
    pointer-events: none;
    padding: calc(28 / 16 * var(--base-size)) calc(48 / 16 * var(--base-size))
}

._tariffDetailedSlide_14bqu_617:hover svg {
    opacity: 1
}

._tariffDetailedSlide_14bqu_617._first_14bqu_655 {
    margin-left: calc(25 / 16 * var(--base-size))
}

._tariffDetailedSlide_14bqu_617._last_14bqu_659 {
    margin-right: calc(25 / 16 * var(--base-size))
}

._tariffDetailedDescription_14bqu_369 {
    font-size: calc(15 / 16 * var(--base-size));
    line-height: 153%
}

@media (max-width: 988px) {
    ._dialogContent_14bqu_246 {
        width: calc(988 / 16 * var(--base-size))
    }

    ._tariffDetailed_14bqu_356 {
        gap: calc(1.5 * var(--base-size))
    }

    ._tariffDetailedLeft_14bqu_361,
    ._tariffDetailedRight_14bqu_365 {
        width: calc(50% - .75 * var(--base-size));
        flex-shrink: 0
    }

    ._dialogContent_14bqu_246 {
        padding: calc(1.5 * var(--base-size))
    }
}

@media (max-width: 768px) {
    ._dialogOverlay_14bqu_271 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    ._dialogContent_14bqu_246 {
        width: 100%;
        padding: calc(25 / 16 * var(--base-size)) var(--base-size) var(--base-size) var(--base-size)
    }

    ._tariffDetailed_14bqu_356 {
        flex-direction: column
    }

    ._tariffDetailedLeft_14bqu_361,
    ._tariffDetailedRight_14bqu_365 {
        width: 100%
    }

    ._tariffDetailedRight_14bqu_365 {
        order: 0
    }

    ._tariffDetailedLeft_14bqu_361 {
        order: 1
    }
}

._dialogPriceContent_14bqu_719 {
    padding: 0
}

._priceCross_14bqu_723 {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(40 / 16 * var(--base-size));
    height: calc(40 / 16 * var(--base-size));
    border-radius: 0 calc(16 / 16 * var(--base-size));
    padding: calc(13 / 16 * var(--base-size));
    background: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center
}

._loading_14bqu_738 {
    display: none
}

._title_s6g8u_1 {
    font-size: var(--base-size);
    line-height: calc(22 / 16 * var(--base-size));
    padding: calc(15 / 16 * var(--base-size)) calc(15 / 16 * var(--base-size)) calc(12 / 16 * var(--base-size)) calc(15 / 16 * var(--base-size))
}

._table_s6g8u_7 {
    padding: 0 calc(15 / 16 * var(--base-size));
    max-height: calc(330 / 16 * var(--base-size));
    overflow: auto
}

._rowTitle_s6g8u_13 {
    font-size: calc(12 / 16 * var(--base-size));
    line-height: calc(17 / 16 * var(--base-size));
    font-weight: 500;
    position: relative;
    margin-bottom: calc(12 / 16 * var(--base-size))
}

._rowTitle_s6g8u_13 span {
    font-weight: 400
}

._rowTitle_s6g8u_13:after {
    content: "";
    position: absolute;
    width: calc(438 / 16 * var(--base-size));
    height: calc(1 / 16 * var(--base-size));
    top: calc(9 / 16 * var(--base-size));
    left: calc(16 / 16 * -1 * var(--base-size));
    background: #e6e6e6;
    z-index: 0
}

._rowTitleContent_s6g8u_36 {
    display: inline;
    padding: 0 calc(6 / 16 * var(--base-size));
    background: var(--color-white);
    z-index: 1;
    position: relative
}

._week_s6g8u_49 {
    margin-bottom: calc(7 / 16 * var(--base-size))
}

._rowContent_s6g8u_53 {
    margin-bottom: calc(12 / 16 * var(--base-size))
}

._week_s6g8u_49,
._rowContent_s6g8u_53 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: calc(5 / 16 * var(--base-size))
}

._week_s6g8u_49>div {
    font-size: calc(10 / 16 * var(--base-size));
    line-height: calc(10 / 16 * var(--base-size));
    font-weight: 300;
    text-transform: uppercase;
    text-align: center
}

._week_s6g8u_49>div:nth-child(6n),
._week_s6g8u_49>div:nth-child(7n) {
    color: red
}

._rowContent_s6g8u_53>div {
    width: calc(54 / 16 * var(--base-size));
    height: calc(54 / 16 * var(--base-size));
    border: calc(1 / 16 * var(--base-size)) solid #E6E6E6;
    border-radius: calc(17 / 16 * var(--base-size))
}

._date_s6g8u_84 {
    font-size: calc(9 / 16 * var(--base-size));
    line-height: calc(11 / 16 * var(--base-size));
    color: #000000b3;
    text-align: center;
    margin-top: calc(14 / 16 * var(--base-size))
}

._disabled_s6g8u_92 ._date_s6g8u_84 {
    color: #00000059
}

._price_s6g8u_96 {
    font-size: calc(10 / 16 * var(--base-size));
    margin-top: calc(3 / 16 * var(--base-size));
    text-align: center
}

._result_s6g8u_102 {
    font-size: calc(13 / 16 * var(--base-size));
    background: #f7f7f7;
    border-radius: 0 0 var(--base-size) var(--base-size);
    padding: calc(10 / 16 * var(--base-size)) calc(15 / 16 * var(--base-size))
}

._result_s6g8u_102 span {
    font-weight: 500
}

._container_s6g8u_113 {
    background: var(--color-white);
    border-radius: var(--base-size);
    box-shadow: 0 calc(2 / 16 * var(--base-size)) calc(6 / 16 * var(--base-size)) calc(2 / 16 * var(--base-size)) #0000000f
}

._wrapper_2i7jt_1 {
    height: calc(100dvh - calc((50 + 60 + 40 + 30 + 15 + 30) / 16 * var(--base-size)));
    overflow: auto
}

._content_2i7jt_6 {
    padding: calc(20 / 16 * var(--base-size));
    width: calc(100% - calc(60 / 16 * var(--base-size)));
    background: var(--color-white);
    margin: calc(30 / 16 * var(--base-size));
    margin-top: 0;
    border-radius: var(--base-size) var(--base-size) 0 0;
    height: auto;
    min-height: calc(100dvh - calc((50 + 60 + 40 + 30 + 10 + 42) / 16 * var(--base-size)));
    display: flex;
    gap: calc(25 / 16 * var(--base-size));
    margin-bottom: 0;
    padding-bottom: 0
}

._top_2i7jt_21 {
    display: flex;
    align-items: center;
    gap: calc(23 / 16 * var(--base-size));
    margin-bottom: calc(15 / 16 * var(--base-size))
}

._name_2i7jt_28 {
    font-size: calc(32 / 16 * var(--base-size));
    line-height: calc(38 / 16 * var(--base-size))
}

._labels_2i7jt_33 {
    display: flex;
    gap: calc(5 / 16 * var(--base-size));
    bottom: calc(160 / 16 * var(--base-size));
    flex-wrap: wrap;
    padding: 0 calc(5 / 16 * var(--base-size));
    color: var(--color-white)
}

._label_2i7jt_33 {
    font-size: calc(11 / 16 * var(--base-size));
    padding: calc(6 / 16 * var(--base-size)) calc(20 / 16 * var(--base-size));
    border-radius: calc(100 / 16 * var(--base-size));
    border: calc(1 / 16 * var(--base-size)) solid
}

._gallery_2i7jt_49 {
    position: relative
}

._galleryGrid_2i7jt_53 {
    display: grid;
    grid-template-columns: calc(671 / 16 * var(--base-size)) calc(185 / 16 * var(--base-size)) calc(161 / 16 * var(--base-size));
    grid-template-rows: calc(208 / 16 * var(--base-size)) calc(149 / 16 * var(--base-size));
    gap: calc(10 / 16 * var(--base-size))
}

._galleryGrid_2i7jt_53>*:nth-child(n) {
    grid-column: 1 / 2;
    grid-row: 1 / 3
}

._galleryGrid_2i7jt_53>*:nth-child(2n) {
    grid-column: 2 / 4;
    grid-row: 1 / 2
}

._galleryGrid_2i7jt_53>*:nth-child(3n) {
    grid-column: 2 / 3;
    grid-row: 2 / 3
}

._galleryGrid_2i7jt_53>*:nth-child(4n) {
    grid-column: 3 / 4;
    grid-row: 2/ 3
}

._galleryGrid_2i7jt_53 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--base-size);
    cursor: zoom-in
}

._galleryGrid_2i7jt_53 picture {
    position: relative
}

._galleryGrid_2i7jt_53 ._galleryInfo_2i7jt_92 {
    -webkit-backdrop-filter: blur(calc(10 / 16 * var(--base-size)));
    backdrop-filter: blur(calc(10 / 16 * var(--base-size)));
    background: #00000080;
    color: var(--color-white);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--base-size);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(5 / 16 * var(--base-size));
    cursor: zoom-in
}

._galleryInfo_2i7jt_92 span {
    font-weight: 500;
    font-size: calc(14 / 16 * var(--base-size));
    line-height: 143%
}

._galleryInfo_2i7jt_92 svg {
    width: calc(27 / 16 * var(--base-size));
    height: calc(24 / 16 * var(--base-size))
}

._info_2i7jt_121 {
    position: absolute;
    color: var(--color-white);
    left: 0;
    bottom: 0;
    display: flex;
    gap: calc(6 / 16 * var(--base-size));
    left: calc(12 / 16 * var(--base-size));
    bottom: calc(12 / 16 * var(--base-size));
    pointer-events: none
}

._infoItem_2i7jt_133 {
    padding: calc(5 / 16 * var(--base-size)) calc(11 / 16 * var(--base-size)) calc(5 / 16 * var(--base-size));
    background: #000000b3;
    display: flex;
    align-items: center;
    gap: calc(12 / 16 * var(--base-size));
    font-size: calc(12 / 16 * var(--base-size));
    border-radius: calc(100 / 16 * var(--base-size))
}

._icon_2i7jt_143 {
    width: calc(26 / 16 * var(--base-size));
    height: calc(26 / 16 * var(--base-size));
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-black);
    border-radius: 100%
}

._icon_2i7jt_143 svg {
    width: calc(11 / 16 * var(--base-size));
    height: calc(11 / 16 * var(--base-size))
}

._infoItem_2i7jt_133:nth-child(2n) svg {
    width: calc(8 / 16 * var(--base-size));
    height: calc(8 / 16 * var(--base-size))
}

._infoItem_2i7jt_133:nth-child(3n) svg {
    width: calc(8 / 16 * var(--base-size));
    height: calc(8 / 16 * var(--base-size))
}

._tariffPicker_2i7jt_168 {
    background: #f7f7f7;
    padding: calc(20 / 16 * var(--base-size));
    padding-bottom: 0;
    border-radius: var(--base-size) var(--base-size) 0 0;
    position: sticky;
    top: calc(20 / 16 * var(--base-size))
}

._tariffPickerTitle_2i7jt_178 {
    font-size: calc(20 / 16 * var(--base-size));
    margin-bottom: calc(20 / 16 * var(--base-size))
}

._tariffs_2i7jt_183 {
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - calc(308 / 16 * var(--base-size)));
    gap: calc(18 / 16 * var(--base-size));
    overflow: auto;
    padding-bottom: var(--base-size)
}

._left_2i7jt_192 {
    width: calc(1062 / 16 * var(--base-size));
    padding-bottom: calc(20 / 16 * var(--base-size));
    flex-shrink: 0
}

._right_2i7jt_198 {
    width: calc(506 / 16 * var(--base-size));
    display: flex
}

._tariff_2i7jt_168 {
    width: auto
}

._bottom_2i7jt_207 {
    margin-top: calc(20 / 16 * var(--base-size))
}

._bottomControls_2i7jt_211 {
    display: flex;
    gap: calc(38 / 16 * var(--base-size));
    border-bottom: calc(1 / 16 * var(--base-size)) solid #F5F5F5
}

._control_2i7jt_217 {
    font-weight: 500;
    font-size: calc(14 / 16 * var(--base-size));
    color: #999;
    line-height: 179%;
    letter-spacing: .02em;
    text-transform: uppercase;
    cursor: pointer
}

._control_2i7jt_217._selected_2i7jt_227 {
    position: relative;
    color: var(--color-black);
    cursor: default
}

._control_2i7jt_217._selected_2i7jt_227:after {
    content: "";
    position: absolute;
    bottom: calc(1 / 16 * -1 * var(--base-size));
    left: 0;
    width: 100%;
    height: calc(3 / 16 * var(--base-size));
    background: var(--color-black);
    border-radius: calc(6 / 16 * var(--base-size))
}

._control_2i7jt_217 span {
    position: relative;
    top: -.5em;
    font-size: 80%
}

._bottomContent_2i7jt_250 {
    position: relative;
    margin-top: var(--base-size)
}

._childrenInfo_2i7jt_255 {
    display: flex;
    align-items: center;
    font-size: calc(14 / 16 * var(--base-size));
    line-height: calc(20 / 16 * var(--base-size));
    gap: calc(7 / 16 * var(--base-size));
    font-weight: 500
}

._childrenInfo_2i7jt_255 svg {
    width: calc(32 / 16 * var(--base-size));
    height: calc(31 / 16 * var(--base-size));
    padding: calc(8 / 16 * var(--base-size));
    padding-bottom: calc(7 / 16 * var(--base-size));
    border-radius: calc(7 / 16 * var(--base-size));
    background: #f0f0f0
}

._description_2i7jt_273 {
    font-size: calc(15 / 16 * var(--base-size));
    line-height: 160%
}

._description_2i7jt_273 p {
    margin: calc(10 / 16 * var(--base-size)) 0
}

._advantages_2i7jt_282 {
    display: flex;
    flex-wrap: wrap;
    gap: calc(30 / 16 * var(--base-size)) calc(15 / 16 * var(--base-size))
}

._advantageCategory_2i7jt_288 {
    width: calc((100% - (45 / 16 * var(--base-size))) / 4)
}

._advantageList_2i7jt_292 {
    display: flex;
    flex-wrap: wrap;
    gap: calc(7 / 16 * var(--base-size))
}

._advantageTitle_2i7jt_298 {
    font-weight: 500;
    font-size: calc(14 / 16 * var(--base-size));
    margin-bottom: calc(10 / 16 * var(--base-size))
}

._advantage_2i7jt_282 {
    height: calc(26 / 16 * var(--base-size));
    font-size: calc(12 / 16 * var(--base-size));
    display: inline-flex;
    align-items: center;
    gap: calc(5 / 16 * var(--base-size));
    border-radius: calc(7 / 16 * var(--base-size));
    background: #f7f7f7;
    padding: 0 calc(7 / 16 * var(--base-size))
}

._advantage_2i7jt_282 svg {
    width: calc(16 / 16 * var(--base-size));
    height: calc(16 / 16 * var(--base-size))
}

@media (max-width: 1368px) {
    ._left_2i7jt_192 {
        width: 66%
    }

    ._right_2i7jt_198 {
        width: 34%
    }

    ._galleryGrid_2i7jt_53 {
        grid-template-columns: calc(523 / 16 * var(--base-size)) calc(136 / 16 * var(--base-size)) calc(121 / 16 * var(--base-size));
        grid-template-rows: calc(156 / 16 * var(--base-size)) calc(112 / 16 * var(--base-size))
    }

    ._infoItem_2i7jt_133 {
        padding: calc(5 / 16 * var(--base-size)) calc(8 / 16 * var(--base-size)) calc(5 / 16 * var(--base-size));
        font-size: calc(11 / 16 * var(--base-size));
        gap: calc(2 / 16 * var(--base-size))
    }
}

@media (max-width: 988px) {
    ._content_2i7jt_6 {
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        width: 100%
    }

    ._left_2i7jt_192,
    ._right_2i7jt_198 {
        width: 100%
    }

    ._left_2i7jt_192 {
        padding: calc(1.25 * var(--base-size)) calc(1.25 * var(--base-size)) 0
    }

    ._tariffs_2i7jt_183 {
        max-height: none
    }

    ._advantageCategory_2i7jt_288 {
        width: calc((100% - (30 / 16 * var(--base-size))) / 3)
    }
}

@media (max-width: 768px) {
    ._left_2i7jt_192 {
        padding: var(--base-size) var(--base-size) 0
    }

    ._wrapper_2i7jt_1 {
        height: calc(100dvh - (16 / 16 * var(--base-size)) - 69px)
    }

    ._top_2i7jt_21 {
        flex-wrap: wrap;
        gap: var(--base-size)
    }

    ._advantageCategory_2i7jt_288 {
        width: calc((100% - (15 / 16 * var(--base-size))) / 2)
    }

    ._slider_2i7jt_386 {
        width: calc(100% + calc(2 * var(--base-size)));
        margin-left: -1 * var(--base-size)
    }

    ._slide_2i7jt_386 {
        height: calc(350 / 16 * var(--base-size))
    }

    ._slide_2i7jt_386 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: zoom-in
    }

    ._childrenInfo_2i7jt_255 {
        margin-bottom: var(--base-size)
    }
}

@keyframes _spin_2i7jt_1 {
    to {
        transform: rotate(360deg)
    }
}

._loader_2i7jt_413 {
    width: calc(27.625 * var(--base-size));
    color: gray;
    display: flex;
    flex-direction: column;
    gap: calc(12 / 16 * var(--base-size));
    align-items: center;
    font-size: var(--base-size);
    margin-top: 25vh
}

._loader_2i7jt_413 svg {
    width: calc(50 / 16 * var(--base-size));
    height: calc(50 / 16 * var(--base-size));
    animation: 1.5s infinite linear _spin_2i7jt_1
}

@media (max-width: 768px) {
    ._loader_2i7jt_413 {
        width: calc(100dvw - calc(2.5 * var(--base-size)))
    }
}

._container_1285b_1 {
    background: var(--color-white);
    border: calc(1 / 16 * var(--base-size)) solid #F0F0F0;
    border-radius: var(--base-size);
    overflow: hidden
}

._scrollable_1285b_8 {
    max-height: calc(100dvh - calc((627 - 138) / 16 * var(--base-size)));
    overflow: auto
}

@media (min-width: 769px) {
    ._scrollable_1285b_8._isContacts_1285b_14 {
        max-height: calc(100dvh - calc((627 - 138 + 89) / 16 * var(--base-size)))
    }

    ._isError_1285b_18 ._scrollable_1285b_8._isContacts_1285b_14 {
        max-height: calc(100dvh - calc(36.125 * var(--base-size)) - calc(2.3125 * var(--base-size)))
    }
}

._title_1285b_23 {
    font-weight: 500;
    font-size: calc(20 / 16 * var(--base-size));
    line-height: calc(23 / 16 * var(--base-size));
    padding: calc(16 / 16 * var(--base-size)) calc(20 / 16 * var(--base-size));
    background: #f7f7f7;
    border-bottom: calc(1 / 16 * var(--base-size)) solid #EAEAEA;
    border-radius: calc(15 / 16 * var(--base-size)) calc(15 / 16 * var(--base-size)) 0 0
}

._priceInfoClose_1285b_33 {
    width: calc(30 / 16 * var(--base-size));
    height: calc(30 / 16 * var(--base-size));
    border-radius: 0 var(--base-size) 0 var(--base-size);
    background: #ebebeb;
    cursor: pointer;
    padding: calc(9 / 16 * var(--base-size));
    position: absolute;
    top: 0;
    right: 0
}

._priceInfoPop_1285b_45 {
    outline: none
}

._mainInfo_1285b_49 {
    padding: calc(20 / 16 * var(--base-size));
    padding-bottom: calc(25 / 16 * var(--base-size))
}

._mainInfoTop_1285b_55 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

._line_1285b_61 {
    width: calc(46 / 16 * var(--base-size));
    height: calc(1 / 16 * var(--base-size));
    background: var(--color-black)
}

._date_1285b_67 {
    display: flex;
    align-items: center;
    gap: calc(8 / 16 * var(--base-size))
}

._date_1285b_67 svg {
    width: calc(20 / 16 * var(--base-size));
    height: calc(20 / 16 * var(--base-size))
}

._dateContentLabel_1285b_78 {
    font-weight: 500;
    font-size: calc(11 / 16 * var(--base-size));
    line-height: calc(13 / 16 * var(--base-size));
    letter-spacing: .02em;
    color: #acacac
}

._dateContentValue_1285b_86 {
    font-size: calc(18 / 16 * var(--base-size));
    line-height: calc(21 / 16 * var(--base-size))
}

._dateOfWeeks_1285b_91 {
    margin-top: calc(8 / 16 * var(--base-size));
    font-size: calc(14 / 16 * var(--base-size));
    display: flex;
    justify-content: space-between
}

._dateOfWeeks_1285b_91 span {
    text-transform: capitalize
}

._nights_1285b_102 {
    font-size: var(--base-size);
    margin-top: calc(15 / 16 * var(--base-size))
}

._nights_1285b_102 span {
    font-weight: 500
}

._triggerContent_1285b_111 {
    padding: 0 calc(20 / 16 * var(--base-size)) calc(15 / 16 * var(--base-size)) calc(20 / 16 * var(--base-size));
    position: relative;
    z-index: 1;
    background: var(--color-white)
}

._triggerTopContent_1285b_118 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(5 / 16 * var(--base-size));
    padding: calc(5 / 16 * var(--base-size)) calc(6 / 16 * var(--base-size));
    background: var(--color-white);
    font-size: var(--base-size);
    color: #717070;
    z-index: 1;
    position: relative
}

._triggerTopContent_1285b_118 svg {
    width: calc(17 / 16 * var(--base-size));
    height: calc(17 / 16 * var(--base-size));
    border-radius: calc(17 / 16 * var(--base-size));
    border: calc(1 / 16 * var(--base-size)) solid #717070;
    padding: calc(1.5 / 16 * var(--base-size))
}

._triggerTop_1285b_118 {
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer
}

._triggerTop_1285b_118:after {
    content: "";
    width: 100%;
    height: calc(1 / 16 * var(--base-size));
    background: #eaeaea;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0
}

._triggerMid_1285b_157 {
    margin-top: calc(5 / 16 * var(--base-size));
    display: flex;
    align-items: center;
    justify-content: space-between
}

._triggerName_1285b_164 {
    font-size: calc(18 / 16 * var(--base-size))
}

._triggerPrice_1285b_168 {
    font-size: calc(18 / 16 * var(--base-size));
    display: flex;
    align-items: center;
    gap: calc(5 / 16 * var(--base-size));
    z-index: 1
}

._triggerPrice_1285b_168>svg {
    width: calc(15 / 16 * var(--base-size));
    height: calc(15 / 16 * var(--base-size));
    cursor: pointer
}

._triggerBottom_1285b_182 {
    margin-top: calc(5 / 16 * var(--base-size));
    font-size: calc(14 / 16 * var(--base-size));
    color: #5f5f5f
}

._triggerTopContent_1285b_118 svg {
    transition: transform .3s cubic-bezier(.87, 0, .13, 1)
}

._triggerTop_1285b_118[data-state=open] ._triggerTopContent_1285b_118 svg {
    transform: rotate(180deg)
}

._contentWrapper_1285b_196 {
    padding: calc(20 / 16 * var(--base-size));
    padding-top: 0;
    z-index: 0;
    position: relative;
    background: var(--color-white)
}

._contentListItem_1285b_204 {
    display: flex;
    gap: var(--base-size);
    justify-content: space-between;
    font-size: calc(14 / 16 * var(--base-size));
    margin-bottom: calc(6 / 16 * var(--base-size))
}

._contentListItemText_1285b_212 {
    width: 75%
}

._contentListItemText_1285b_212 svg {
    width: calc(8 / 16 * var(--base-size));
    height: calc(8 / 16 * var(--base-size))
}

._contentTitle_1285b_221 {
    position: relative;
    margin-bottom: calc(7 / 16 * var(--base-size))
}

._contentTitle_1285b_221 span {
    font-size: calc(14 / 16 * var(--base-size));
    color: #717070;
    padding: calc(6.5 / 16 * var(--base-size)) calc(3 / 16 * var(--base-size));
    background: var(--color-white);
    display: inline-block;
    z-index: 1;
    position: relative;
    margin-left: calc(9 / 16 * var(--base-size))
}

._contentTitle_1285b_221:after {
    content: "";
    width: 100%;
    height: calc(1 / 16 * var(--base-size));
    background: #eaeaea;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0
}

._mainBottom_1285b_248 {
    padding: calc(20 / 16 * var(--base-size));
    background: var(--color-white);
    border-radius: 0 0 calc(15 / 16 * var(--base-size)) calc(15 / 16 * var(--base-size));
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1
}

._totalPrice_1285b_258 {
    font-weight: 500;
    font-size: calc(20 / 16 * var(--base-size));
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 768px) {
    ._scrollable_1285b_8 {
        max-height: none
    }
}

.booking-accordion-content[data-state=open] {
    animation: slideDown .3s cubic-bezier(.87, 0, .13, 1)
}

.booking-accordion-content[data-state=closed] {
    animation: slideUp .3s cubic-bezier(.87, 0, .13, 1)
}

@keyframes slideDown {
    0% {
        height: 0
    }

    to {
        height: var(--radix-accordion-content-height)
    }
}

@keyframes slideUp {
    0% {
        height: var(--radix-accordion-content-height)
    }

    to {
        height: 0
    }
}

._wrapper_1p4qn_1 {
    background: var(--color-white);
    height: 100%;
    padding: calc(30 / 16 * var(--base-size));
    display: flex;
    gap: calc(30 / 16 * var(--base-size))
}

._container_1p4qn_9 {
    width: calc(1188 / 16 * var(--base-size));
    overflow: auto;
    max-height: calc(100dvh - ((30 + 50 + 80 + 75 + 20) / 16 * var(--base-size)));
    flex-shrink: 0
}

._button_1p4qn_16 {
    all: unset;
    cursor: pointer;
    font-weight: 500;
    font-size: calc(20 / 16 * var(--base-size));
    letter-spacing: .02em;
    color: #fff;
    padding: calc(17 / 16 * var(--base-size));
    background: var(--color-green);
    text-align: center;
    border-radius: var(--base-size)
}

._checkboxList_1p4qn_29 {
    display: flex;
    gap: calc(.5 * var(--base-size));
    flex-direction: column;
    margin-bottom: calc(20 / 16 * var(--base-size));
    margin-top: var(--base-size)
}

._checkboxList_1p4qn_29>* {
    font-size: calc(13 / 16 * var(--base-size))
}

._checkboxContainer_1p4qn_41 input {
    width: calc(13 / 16 * var(--base-size));
    height: calc(13 / 16 * var(--base-size));
    margin: 0;
    margin-right: calc(5 / 16 * var(--base-size))
}

._checkboxList_1p4qn_29 a {
    color: var(--color-blue)
}

@media (max-width: 1368px) {
    ._container_1p4qn_9 {
        width: 66%
    }
}

@media (max-width: 988px) {
    ._wrapper_1p4qn_1 {
        flex-wrap: wrap;
        max-height: calc(100dvh - calc(15.9375 * var(--base-size)));
        overflow: auto
    }

    ._container_1p4qn_9 {
        max-height: none;
        overflow: visible;
        width: 100%
    }

    ._right_1p4qn_71 {
        width: 100%
    }
}

@media (max-width: 768px) {
    ._wrapper_1p4qn_1 {
        max-height: calc(100dvh - 69px);
        padding: var(--base-size) 0;
        gap: 0
    }

    ._right_1p4qn_71 {
        margin: 0 var(--base-size)
    }
}

._errorMessage_1p4qn_88 {
    color: red
}

._room_1bana_1 {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    background: #f7f7f7;
    padding: 1.25rem;
    border-radius: 1rem;
    margin-bottom: 1.25rem
}

._room_1bana_1:first-of-type {
    border-radius: 1rem
}

._title_1bana_16 {
    font-size: 1.25rem
}

._title_1bana_16 span {
    font-weight: 500
}

._guests_1bana_24 {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

._guest_1bana_24 {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

._inputs_1bana_36 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

._formInput3_1bana_42 {
    max-width: calc((100% - 2rem) / 3)
}

._formInput2_1bana_46 {
    max-width: calc((100% - 1rem)/2)
}

._info_1bana_50 {
    font-weight: 500
}

._guestTitle_1bana_73 {
    font-size: 1rem
}

._guestTitle_1bana_73 svg {
    width: 1rem;
    height: 1rem;
    margin-right: .25rem;
    margin-left: .25rem;
    transform: translateY(.1875rem)
}

._modeSwitcher_1bana_107 {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .3125rem;
    cursor: pointer;
    margin-bottom: 1rem;
    margin-right: auto
}

._modeSwitcher_1bana_107 input {
    margin: 0;
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

@media (max-width: 1368px) {
    ._formInput3_1bana_42 {
        max-width: calc((100% - 1rem)/2)
    }
}

@media (max-width: 768px) {

    ._formInput3_1bana_42,
    formInput2 {
        max-width: 100%
    }

    ._modeSwitcher_1bana_107 {
        display: inline
    }

    ._modeSwitcher_1bana_107 input {
        all: revert;
        width: 1rem;
        height: 1rem;
        cursor: pointer
    }
}

._comment_1bana_150 {
    display: flex;
    flex-direction: column
}

._comment_1bana_150 span {
    color: #969696;
    font-size: .8125rem;
    margin-bottom: .25rem
}

._comment_1bana_150 textarea {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    border-radius: 1rem;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.4;
    outline: none;
    width: 100%;
    border: none;
    border: .0625rem solid #e1e1e1;
    background: var(--color-white);
    resize: vertical
}

@media (max-width: 768px) {
    ._room_1bana_1:first-of-type {
        border-radius: 0 0 1rem 1rem
    }
}

._input_1m4sc_1 {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    border-radius: var(--base-size);
    padding: 0 var(--base-size);
    font-size: var(--base-size);
    line-height: 1;
    height: calc(40 / 16 * var(--base-size));
    outline: none;
    width: 100%;
    border: none;
    border: calc(1 / 16 * var(--base-size)) solid #e1e1e1;
    background: var(--color-white)
}

._name_1m4sc_16 {
    color: #969696;
    font-size: calc(13 / 16 * var(--base-size));
    margin-bottom: calc(4 / 16 * var(--base-size))
}

._group_1m4sc_22 {
    width: 100%
}

._required_1m4sc_26 {
    color: red;
    margin-left: calc(4 / 16 * var(--base-size))
}

._error_1m4sc_31 {
    border-color: red
}

._inputWrapper_1m4sc_35 {
    position: relative;
    padding-bottom: var(--base-size)
}

._errorMessage_1m4sc_40 {
    position: absolute;
    font-size: calc(13 / 16 * var(--base-size));
    color: red;
    bottom: 0;
    text-shadow: 0 0 red, 0 0 red
}

:root {
    --PhoneInput-color--focus: #03b2cb;
    --PhoneInputInternationalIconPhone-opacity: .8;
    --PhoneInputInternationalIconGlobe-opacity: .65;
    --PhoneInputCountrySelect-marginRight: .35em;
    --PhoneInputCountrySelectArrow-width: .3em;
    --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
    --PhoneInputCountrySelectArrow-borderWidth: 1px;
    --PhoneInputCountrySelectArrow-opacity: .45;
    --PhoneInputCountrySelectArrow-color: currentColor;
    --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
    --PhoneInputCountrySelectArrow-transform: rotate(45deg);
    --PhoneInputCountryFlag-aspectRatio: 1.5;
    --PhoneInputCountryFlag-height: 1em;
    --PhoneInputCountryFlag-borderWidth: 1px;
    --PhoneInputCountryFlag-borderColor: rgba(0, 0, 0, .5);
    --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
    --PhoneInputCountryFlag-backgroundColor--loading: rgba(0, 0, 0, .1)
}

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

.PhoneInputInput {
    flex: 1;
    min-width: 0
}

.PhoneInputCountryIcon {
    width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
    height: var(--PhoneInputCountryFlag-height)
}

.PhoneInputCountryIcon--square {
    width: var(--PhoneInputCountryFlag-height)
}

.PhoneInputCountryIcon--border {
    background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
    box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)
}

.PhoneInputCountryIconImg {
    display: block;
    width: 100%;
    height: 100%
}

.PhoneInputInternationalIconPhone {
    opacity: var(--PhoneInputInternationalIconPhone-opacity)
}

.PhoneInputInternationalIconGlobe {
    opacity: var(--PhoneInputInternationalIconGlobe-opacity)
}

.PhoneInputCountry {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    margin-right: var(--PhoneInputCountrySelect-marginRight)
}

.PhoneInputCountrySelect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: 0;
    opacity: 0;
    cursor: pointer
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
    cursor: default
}

.PhoneInputCountrySelectArrow {
    display: block;
    content: "";
    width: var(--PhoneInputCountrySelectArrow-width);
    height: var(--PhoneInputCountrySelectArrow-width);
    margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
    border-style: solid;
    border-color: var(--PhoneInputCountrySelectArrow-color);
    border-top-width: 0;
    border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
    border-left-width: 0;
    border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
    transform: var(--PhoneInputCountrySelectArrow-transform);
    opacity: var(--PhoneInputCountrySelectArrow-opacity)
}

.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow {
    opacity: 1;
    color: var(--PhoneInputCountrySelectArrow-color--focus)
}

.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border {
    box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)
}

.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
    opacity: 1;
    color: var(--PhoneInputCountrySelectArrow-color--focus)
}

.PhoneInputInput {
    color: var(--color-lilac-dark);
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    font-size: var(--base-size);
    line-height: 1;
    height: calc(40 / 16 * var(--base-size));
    outline: none;
    width: 100%;
    border: none;
    border-radius: calc(4 / 16 * var(--base-size));
    background: transparent
}

._wrapper_1bfq9_1 {
    background: var(--color-white);
    min-height: calc(100dvh - ((50 + 75 + 10 + 60 + 20) / 16 * var(--base-size)));
    display: grid;
    place-items: center
}

._title_1bfq9_8 {
    font-size: calc(36 / 16 * var(--base-size));
    font-weight: 500;
    text-align: center;
    line-height: 1.25
}

._container_1bfq9_15 {
    display: flex;
    gap: calc(24 / 16 * var(--base-size));
    flex-direction: column
}

._subtitle_1bfq9_21 {
    text-align: center;
    line-height: 1.4;
    font-size: calc(1.25 * var(--base-size))
}

._info_1bfq9_27 {
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    font-size: calc(13 / 16 * var(--base-size))
}

._button_1bfq9_34 {
    all: unset;
    cursor: pointer;
    font-weight: 500;
    font-size: calc(20 / 16 * var(--base-size));
    letter-spacing: .02em;
    color: #fff;
    padding: calc(17 / 16 * var(--base-size));
    background: var(--color-blue);
    text-align: center;
    border-radius: var(--base-size);
    margin: auto;
    padding: var(--base-size) calc(2 * var(--base-size))
}

._payment_1bfq9_49 {
    color: var(--color-blue);
    font-weight: 700
}

._reset_1bfq9_54 {
    text-align: center;
    margin-top: calc(48 / 16 * var(--base-size));
    cursor: pointer;
    font-size: calc(18 / 16 * var(--base-size));
    font-weight: 500;
    display: flex;
    gap: calc(5 / 16 * var(--base-size));
    justify-content: center;
    align-items: center;
    text-decoration: underline
}

._reset_1bfq9_54 svg {
    width: calc(18 / 16 * var(--base-size));
    height: calc(18 / 16 * var(--base-size))
}

@media (max-width: 768px) {
    ._wrapper_1bfq9_1 {
        min-height: calc(100dvh - var(--base-size) - 69px)
    }
}

._dialogContent_15v95_1 {
    position: absolute;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 50%);
    width: calc(566 / 16 * var(--base-size));
    max-height: calc(100dvh - calc(100 / 16 * var(--base-size)) - 15dvh);
    background: var(--color-white);
    border-radius: var(--base-size);
    outline: none;
    animation: _showContent_15v95_1 .3s ease-in-out;
    bottom: 50%
}

._dialogContent_15v95_1._hide_15v95_15 {
    opacity: 0;
    animation: _hideContent_15v95_1 .3s ease-in-out
}

._dialogOverlay_15v95_20 {
    background: #0006;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: calc(30 / 16 * var(--base-size));
    left: calc(30 / 16 * var(--base-size));
    width: calc(100% - (60 / 16 * var(--base-size)));
    height: calc(100% - (100 / 16 * var(--base-size)));
    border-radius: var(--base-size);
    animation: _showOverlay_15v95_1 .3s ease
}

._dialogOverlay_15v95_20._hide_15v95_15 {
    background: #0000;
    animation: _hideOverlay_15v95_1 .3s ease
}

._cross_15v95_38 {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(55 / 16 * var(--base-size));
    height: calc(55 / 16 * var(--base-size));
    border-radius: 0 calc(16 / 16 * var(--base-size));
    padding: calc(20 / 16 * var(--base-size));
    background: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes _showOverlay_15v95_1 {
    0% {
        background: #0000
    }

    to {
        background: #0006
    }
}

@keyframes _hideOverlay_15v95_1 {
    0% {
        background: #0006
    }

    to {
        background: #0000
    }
}

@keyframes _showContent_15v95_1 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes _hideContent_15v95_1 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media (max-width: 768px) {
    ._dialogContent_15v95_1 {
        width: 95dvw
    }

    ._dialogOverlay_15v95_20 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0
    }
}