.ImageLoaderAddPhotoButton_root__heO_6{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;max-width:132px;min-width:132px;max-height:132px;min-height:132px;background-color:var(--biege-100);border:1px dashed var(--biege-200);border-radius:8px;padding:16px}.ImageLoaderAddPhotoButton_root__text__3oghX{font-size:var(--body-text-size-smaller-desktop);line-height:120%;color:var(--green-400);text-align:center}.ImageLoaderAddPhotoButton_root__input__t7UA1{display:none}.ImageLoaderPhotoPreview_root__KmBoT{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;max-width:132px;min-width:132px;max-height:132px;min-height:132px;background-size:contain;border-radius:8px}.ImageLoaderPhotoPreview_root__close__CA0XM{--size:24px;display:flex;align-items:center;justify-content:center;position:absolute;border:none;top:8px;right:8px;min-width:var(--size);min-height:var(--size);max-width:var(--size);max-height:var(--size);background-color:var(--white);border-radius:100%;cursor:pointer}.ImageLoaderPhotoPreview_root__close__icon__bb4Bt{width:12px;height:12px}.ImageLoader_root__a3oom{display:flex;flex-direction:column;gap:4px}.ImageLoader_content__vd310{display:flex;gap:16px;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.ImageLoader_content__vd310::-webkit-scrollbar{width:0;height:0}.ModalMobile_modalMobile__wVbnD{position:fixed;top:0;left:0;width:100vw;height:100%;overflow:auto;z-index:var(--z-index-modal);background-color:var(--white)}.ModalMobile_modal_container__BPz__{width:100%}.ModalMobile_modal_content__DB4qQ{margin-bottom:16px;padding-inline:16px;position:relative}.ModalMobile_title__2RQu3{display:flex;align-items:center;padding-block:16px}.ModalMobile_closeIcon__hQa_J{position:absolute;right:16px;top:16px}.ModalMobile_modal_footer__uBE9a{display:flex;flex-direction:column;align-items:center;gap:16px;padding:16px;margin-top:auto;width:100%;box-shadow:0 0 40px 0 var(--gray-200);border-radius:var(--border-radius-medium) var(--border-radius-medium) 0 0}.ModalDestop_modal__SC_Rk{display:flex;position:fixed;flex-direction:row;justify-content:center;top:0;left:0;width:100vw;height:100vh;background-color:rgba(42,42,42,.4);z-index:var(--z-index-modal);overflow-y:auto}.ModalDestop_modal_disableScroll__rdqyv{overflow-y:unset}.ModalDestop_modal_container__7mxlE{padding:0 16px}.ModalDestop_modal_content__iJdRb{position:relative;margin-inline:auto;max-width:922px;min-width:320px;background-color:var(--white);border-radius:24px;padding:32px}@media screen and (max-width:1240px){.ModalDestop_modal_content__iJdRb{margin:120px auto}}@media screen and (max-width:768px){.ModalDestop_modal_content__iJdRb{margin:72px auto}}.ModalDestop_modal_title__3NtZw{margin:0 0 24px}.ModalDestop_close__HVF98{position:absolute;top:0;right:-40px;cursor:pointer}.ModalDestop_modal_footer__C5Udc{margin-top:48px}.ProfileEditCustomerModal_root__VFiKz{min-width:810px;padding:40px 52px!important}@media screen and (max-width:1240px){.ProfileEditCustomerModal_root__VFiKz{width:auto;min-width:auto}}@media screen and (max-width:576px){.ProfileEditCustomerModal_root__VFiKz{padding:0 16px!important}}.ProfileEditCustomerModal_title__aaLTg{font-weight:500;font-size:var(--title-h3-size-desktop);line-height:135%}@media screen and (max-width:576px){.ProfileEditCustomerModal_title__aaLTg{font-size:var(--body-text-size-mobile);line-height:125%}.ProfileEditCustomerModal_titleWrapper__MEiQg{justify-content:center}}.ProfileEditCustomerModal_form__4f6I5{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media screen and (max-width:576px){.ProfileEditCustomerModal_form__4f6I5{margin-bottom:20px}}.ProfileEditCustomerModal_nameInformation__81ecM{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;grid-gap:16px;gap:16px}@media screen and (max-width:768px){.ProfileEditCustomerModal_nameInformation__81ecM{display:flex;flex-direction:column}}.ProfileEditCustomerModal_detailInformation__QaDLB{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1,1fr);grid-gap:16px;gap:16px}@media screen and (max-width:768px){.ProfileEditCustomerModal_detailInformation__QaDLB{display:flex;flex-direction:column}}.Rating_stars__cYOES{display:flex;align-items:center;column-gap:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:1240px){.Rating_stars__cYOES{column-gap:4px}.Rating_star__PqEKQ{width:15px;height:auto}}@media screen and (max-width:768px){.Rating_star__PqEKQ{width:14px}}.Rating_starPointer__o4iVU{cursor:pointer}.Textarea_root__RJY6I{display:flex;flex-direction:column;gap:8px}.Textarea_root_fullWidth__KjOpu{width:100%}.Textarea_inputWrapper__e6VuC{position:relative}.Textarea_label_required__Acx8n{position:relative;width:-moz-fit-content;width:fit-content}.Textarea_label_required__Acx8n:after{content:"*";position:absolute;top:0;right:0;transform:translateX(100%);font-size:20px;color:var(--red-700)}.Textarea_input__UzAU_{width:100%;padding:12px;min-height:48px;outline:none;border:1px solid var(--biege-100);border-radius:var(--border-radius-small);font-weight:400;font-size:var(--body-text-size-smaller-desktop);line-height:120%;color:var(--black-900);transition:all .2s ease-in-out}.Textarea_input__UzAU_:focus,.Textarea_input__UzAU_:hover{border:1px solid var(--hover--biege-500)}.Textarea_input__UzAU_::placeholder{color:var(--biege-400)}.Textarea_input_transparent__V1S3T{background-color:rgba(0,0,0,0);border:none}.Textarea_input_noBorder__m2Agf,.Textarea_input_noBorder__m2Agf:focus,.Textarea_input_noBorder__m2Agf:hover,.Textarea_input_transparent__V1S3T:focus,.Textarea_input_transparent__V1S3T:hover{border:none}.Textarea_input_error__0H0ge{border:1px solid var(--red-700)}@media screen and (max-width:576px){.Textarea_input__UzAU_{font-size:var(--body-text-size-smaller-mobile)}}.Textarea_input__UzAU_::-webkit-inner-spin-button,.Textarea_input__UzAU_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Textarea_input__UzAU_[type=number]{-moz-appearance:textfield}.SuccessModal_root__VqgEN{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;text-align:center}.SuccessModal_title___z7v9{margin:0;text-align:center;font-weight:500;font-size:var(--body-text-size-desktop);line-height:135%}.SuccessCreateRequestToChangeBookingModal_root__H6m2G{max-width:512px}.SuccessCreateRequestToChangeBookingModal_content__mWFq3{font-weight:400;font-size:var(--body-text-size-smaller-desktop);line-height:120%;text-align:center;color:var(--text-black)}.ConfirmModal_root__8Y3Gw{padding:40px 52px;max-width:512px}.ConfirmModal_title__VuDYW{font-weight:500;font-size:var(--body-text-size-desktop);line-height:135%}.ConfirmModal_description__6mwnj,.ConfirmModal_title__VuDYW{margin-bottom:24px;text-align:center;color:var(--text-black)}.ConfirmModal_description__6mwnj{font-weight:400;font-size:var(--body-text-size-medium-mobile);line-height:120%}.ConfirmModal_buttons__bVQQm{display:flex;align-items:center;gap:16px}.FlyerRow_row__9Rhpu{display:flex;justify-content:space-between;gap:6px;flex-wrap:wrap;margin-bottom:12px;font-weight:400;font-size:var(--body-text-size-smaller-desktop);line-height:120%;word-break:break-all}@media screen and (max-width:576px){.FlyerRow_row__9Rhpu{font-size:var(--body-text-size-smaller-mobile);line-height:135%}}.FlyerRow_value__cV80U{font-weight:500}.Flyer_root__b6bEb{max-width:352px;padding:40px 40px 28px;border-radius:12px;height:-moz-fit-content;height:fit-content;background:url(/images/profileDetailBookingFlyerBg.png) right top no-repeat var(--background-biege-200)}@media screen and (max-width:768px){.Flyer_root__b6bEb{padding:24px 24px 12px;max-width:none}}.Flyer_marginBottomBig__E_MeY{margin-bottom:20px}@media screen and (max-width:576px){.Flyer_marginBottomBig__E_MeY{margin-bottom:12px}}.Flyer_separator__mC1T0{position:relative;width:100%;margin-bottom:20px}.Flyer_separator_line__flm_H{position:relative;left:-10px;width:calc(100% + 22px)}@media screen and (max-width:768px){.Flyer_separator_line__flm_H{display:none}}.Flyer_separator_lineMobile__a9DlR{display:none}@media screen and (max-width:768px){.Flyer_separator_lineMobile__a9DlR{display:block;position:relative;top:4px;left:-16px;height:4px;width:calc(100% + 32px);background:repeating-linear-gradient(90deg,white 0 15px,transparent 15px 30px)}}.Flyer_separator__mC1T0:before{display:block;content:"";width:40px;height:40px;background-color:var(--white);border-radius:var(--border-radius-rounded);position:absolute;top:-8px;left:-60px}@media screen and (max-width:768px){.Flyer_separator__mC1T0:before{width:32px;height:32px;left:-42px}}.Flyer_separator__mC1T0:after{display:block;content:"";width:40px;height:40px;background-color:var(--white);border-radius:var(--border-radius-rounded);position:absolute;top:-8px;right:-60px}@media screen and (max-width:768px){.Flyer_separator__mC1T0:after{width:32px;height:32px;right:-42px}}.Flyer_total___xC2Z div{font-weight:500;font-size:var(--body-text-size-medium-desktop);line-height:125%}@media screen and (max-width:576px){.Flyer_total___xC2Z div{font-size:var(--body-text-size-medium-mobile);line-height:120%}}.Flyer_buttons__3G4VT{display:flex;flex-direction:column;gap:12px;margin-top:20px}@media screen and (max-width:576px){.Flyer_buttons__3G4VT{margin-top:12px}}.BookingStatusBadge_root__9F8Q1{display:flex;align-items:center;justify-content:center;padding:0 16px;height:40px;min-width:160px;width:-moz-fit-content;width:fit-content;font-weight:400;font-size:var(--body-text-size-smaller-desktop);line-height:120%;color:var(--text-black);border-radius:100px}@media screen and (max-width:576px){.BookingStatusBadge_root__9F8Q1{font-size:var(--body-text-size-smaller-mobile);line-height:135%}}.BookingStatusBadge_root_waiting_for_payment__17_Xv{background-color:var(--yellow-300)}.BookingStatusBadge_root_active__gIvys{background-color:var(--green-300)}.BookingStatusBadge_root_canceled__jOx7a{background-color:var(--red-300)}.BookingStatusBadge_root_created__S5_Xb,.BookingStatusBadge_root_under_review__EVgyG{background-color:var(--yellow-300)}.BookingStatusBadge_root_closed__haG1_{background-color:var(--gray-300)}.BookingCard_root__CFaAk{display:flex;border-radius:var(--border-radius-medium);background-color:var(--biege-100)}.BookingCard_root_closed__kTs9n{background-color:var(--gray-200)}@media screen and (max-width:576px){.BookingCard_root__CFaAk{flex-direction:column}}.BookingCard_imageWrapper__wBoZR{position:relative;min-width:256px;border-radius:var(--border-radius-medium);overflow:hidden}@media screen and (max-width:576px){.BookingCard_imageWrapper__wBoZR{height:138px;border-radius:var(--border-radius-small)}}.BookingCard_image__GW2FT{width:100%;height:100%;object-fit:cover}.BookingCard_imageContent__cGRUD{position:absolute;left:24px;bottom:24px;color:var(--text-white);z-index:2}@media screen and (max-width:576px){.BookingCard_imageContent__cGRUD{left:16px;bottom:16px}}.BookingCard_modelName__LYYH9{font-weight:500;font-size:var(--body-text-size-medium-desktop);line-height:125%}@media screen and (max-width:576px){.BookingCard_modelName__LYYH9{font-size:var(--body-text-size-mobile);line-height:120%}}.BookingCard_modelManufacturer__sYMAM{font-weight:400;font-size:var(--body-text-size-smaller-desktop);line-height:120%}@media screen and (max-width:576px){.BookingCard_modelManufacturer__sYMAM{font-size:var(--body-text-size-smaller-mobile);line-height:135%}}.BookingCard_shadow__0BCYI{position:absolute;inset:0;background-color:rgba(0,0,0,.3)}.BookingCard_card__eHCGN{display:flex;justify-content:space-between;gap:12px;padding:24px;width:100%}@media screen and (max-width:768px){.BookingCard_card__eHCGN{flex-direction:column-reverse}}.BookingCard_bookingNumber__Zt2dg{margin:0 0 12px;font-weight:500;font-size:var(--body-text-size-desktop);line-height:135%}@media screen and (max-width:576px){.BookingCard_bookingNumber__Zt2dg{font-size:var(--body-text-size-mobile);line-height:125%}}.BookingCard_price__6aWXd{margin-bottom:12px;font-weight:500;font-size:var(--body-text-size-medium-desktop);line-height:125%}@media screen and (max-width:576px){.BookingCard_price__6aWXd{font-size:var(--body-text-size-medium-mobile);line-height:120%}}.BookingCard_buttons__0tLvX{display:flex;align-items:center;gap:12px}@media screen and (max-width:768px){.BookingCard_buttons__0tLvX{flex-direction:column;align-items:flex-start}}.BookingCard_buttons__0tLvX .BookingCard_button__PLtNZ{width:194px}@media screen and (max-width:768px){.BookingCard_buttons__0tLvX .BookingCard_button__PLtNZ{width:100%}}.PropertiesRow_row__Z69yh{display:flex;align-items:center;gap:4px;margin-bottom:8px;font-size:var(--body-text-size-smaller-desktop);line-height:120%;color:var(--text-black)}@media screen and (max-width:576px){.PropertiesRow_row__Z69yh{font-size:var(--body-text-size-smaller-mobile);line-height:135%}}.PropertiesRow_name__L5IE1{color:var(--text-gray)}.InfoPanel_root__s68K3{display:flex;flex-direction:column;gap:12px}.InfoPanel_backLink__JcjX_{display:flex;align-items:center;gap:4px;font-weight:400;font-size:var(--body-text-size-smaller);line-height:135%;color:var(--text-black)}@media screen and (max-width:576px){.InfoPanel_backLink__JcjX_{font-weight:500;font-size:var(--body-text-size-small-mobile);line-height:135%}}.InfoPanel_icon__kZKxT{width:14px;height:14px;transform:rotate(90deg)}.InfoPanel_booking__t_9ln{display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media screen and (max-width:576px){.InfoPanel_booking__t_9ln{gap:12px}}.InfoPanel_booking__t_9ln .InfoPanel_title__pXO5f{margin:0!important}.SendReviewModal_root__oZpXK{display:flex;flex-direction:column;gap:24px}.SendReviewModal_root__title__xPJlv{font-weight:500;font-size:var(--title-h3-size-desktop);margin:0}@media screen and (max-width:576px){.SendReviewModal_root__title__xPJlv{font-size:var(--body-text-size-mobile)}}.SendReviewModal_root__actions__3g7Sv{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media screen and (max-width:576px){.SendReviewModal_root__actions__3g7Sv{margin-top:auto;grid-template-columns:1fr}}.SendReviewModal_root__description__ner6t{display:flex;flex-direction:column}.SendReviewModal_root__description__text__o57kN{line-height:120%;font-size:var(--body-text-size-smaller-desktop)}@media screen and (max-width:576px){.SendReviewModal_root__description__text__o57kN{font-size:var(--body-text-size-small-mobile)}}.SendReviewModal_root__grade__label__p__Hj{font-size:var(--body-text-size-smaller-desktop);margin:0 0 8px;font-weight:400}@media screen and (max-width:576px){.SendReviewModal_root__grade__label__p__Hj{font-size:var(--body-text-size-small-mobile)}}.SendReviewModal_root__grade__error__Ja_Ch{margin-top:4px}.SendReviewModal_required__Vq6OS{color:var(--red-700)}.SendReviewModal_modal__is9MI{max-width:868px}.ReviewCardUser_root__XXSYy{display:flex;align-items:center;gap:8px}.ReviewCardUser_root__icon__6BV_Q{--size:40px;display:flex;align-items:center;justify-content:center;border-radius:100%;max-width:var(--size);min-width:var(--size);max-height:var(--size);min-height:var(--size);background-color:var(--white)}.ReviewCardUser_root__name__f_pH4{display:flex;flex-direction:column;font-weight:500}@media screen and (max-width:576px){.ReviewCardUser_root__name__f_pH4{font-size:var(--body-text-size-smaller-mobile);line-height:135%}}.ReviewCard_root__HeLJS{display:flex;flex-direction:column;gap:24px;padding:24px;max-width:622px;width:100%;overflow:hidden;background:var(--biege-100);border-radius:12px;box-shadow:0 0 19px 6px rgba(166,168,189,.3294117647)}.ReviewCard_root__image__leRAg{border-radius:8px;cursor:-webkit-grab;cursor:grab;object-fit:cover}@media screen and (max-width:768px){.ReviewCard_root__image__leRAg{width:272px;height:208px}}.ReviewCard_root__body__w_GIc{display:flex;flex-direction:column}.ReviewCard_root__user___wEg2{margin-bottom:16px}@media screen and (max-width:576px){.ReviewCard_root__user___wEg2{margin-bottom:12px}}.ReviewCard_root__rating__CtHjq{margin-bottom:8px}.ReviewCard_root__text__HJDPL{font-size:var(--body-text-size-smaller-desktop);line-height:120%}@media screen and (max-width:576px){.ReviewCard_root__text__HJDPL{font-size:var(--body-text-size-smaller-mobile);line-height:135%}}.ReviewCard_root__dots__Xh9vA{position:absolute;bottom:12px;left:50%;transform:translateX(-50%)}@media screen and (max-width:576px){.ReviewCard_root__HeLJS{box-shadow:0 0 19px 6px rgba(166,168,189,.33);padding:16px;gap:16px}}.ReviewCard_slider__zRVwl{position:relative;max-width:none;width:100%;overflow:hidden}.ReviewCard_slider__zRVwl .slick-track{padding:0!important}.ReviewCard_slider__zRVwl .slick-slide{display:unset!important;background-color:initial!important;max-width:none!important;transform:unset!important;padding-left:unset!important}.ReviewsSliderDesktop_slide_preview_card__WpdQ4{min-width:622px}.ReviewsSliderDesktop_root__ZiZom{position:relative;opacity:0;max-height:780px;overflow:hidden}.ReviewsSliderDesktop_root__ZiZom .slick-track{padding:40px 0}.ReviewsSliderDesktop_root__ZiZom .slick-slide{display:flex;align-items:center;justify-content:center}.ReviewsSliderDesktop_root__ZiZom:before{content:" ";position:absolute;top:0;left:-90px;width:600px;height:120%;background:linear-gradient(90deg,#FFFFFF 27.32%,rgba(255,255,255,0) 86.51%);filter:blur(20);z-index:10}@media screen and (max-width:1680px){.ReviewsSliderDesktop_root__ZiZom:before{width:400px}}@media screen and (max-width:768px){.ReviewsSliderDesktop_root__ZiZom:before{width:300px}}.ReviewsSliderDesktop_root__ZiZom:after{content:" ";position:absolute;top:0;right:-90px;width:600px;height:120%;background:linear-gradient(268deg,#FFFFFF 27.32%,rgba(255,255,255,0) 86.51%);filter:blur(20);z-index:10}@media screen and (max-width:1680px){.ReviewsSliderDesktop_root__ZiZom:after{width:400px}}@media screen and (max-width:768px){.ReviewsSliderDesktop_root__ZiZom:after{width:300px}}.ReviewsSliderDesktop_root_mounted__sztlm{opacity:1}.ReviewsSliderDesktop_slider__DC7jE .slick-list{overflow:unset}.ReviewsSliderDesktop_slider__DC7jE .slick-slide{opacity:0;transform:scale(.8);transition:all .3s ease-out;width:max-content}.ReviewsSliderDesktop_slider__DC7jE .slick-slide.slick-current{opacity:1;position:relative;z-index:10;transform:scale(1)}.ReviewsSliderDesktop_slider__DC7jE .slick-slide:has(+.slick-current){opacity:1;transform:translateY(70px) translateX(60px) rotate(-10deg) scale(.8)}.ReviewsSliderDesktop_slider__DC7jE .slick-slide:has(+.slick-slide+.slick-current){opacity:1;transform:translateY(250px) translateX(240px) rotate(-15deg) scale(.6)}.ReviewsSliderDesktop_slider__DC7jE .slick-slide:has(+.slick-slide+.slick-slide+.slick-current){opacity:0;transform:translateY(550px) translateX(440px) rotate(-20deg) scale(.4)}.ReviewsSliderDesktop_slider__DC7jE .slick-slide.slick-current+.slick-slide{opacity:1;transform:translateY(70px) translateX(-60px) rotate(10deg) scale(.8)}.ReviewsSliderDesktop_slider__DC7jE .slick-slide.slick-current+.slick-slide+.slick-slide{opacity:1;transform:translateY(250px) translateX(-240px) rotate(15deg) scale(.6)}.ReviewsSliderDesktop_slider__DC7jE .slick-slide.slick-current+.slick-slide+.slick-slide+.slick-slide{opacity:0;transform:translateY(550px) translateX(-440px) rotate(20deg) scale(.4)}.ReviewsSliderDesktop_pagination__JAZgJ{position:relative;z-index:20;margin-top:20px}.ReviewsSliderMobile_root___KfDI{position:relative;overflow:hidden;max-height:630px;opacity:0}.ReviewsSliderMobile_root_mounted___12hJ{opacity:1}.ReviewsSliderMobile_slider__eoa3X .slick-track{padding:20px 0 30px;display:flex;min-width:304px}.ReviewsSliderMobile_slider__eoa3X .slick-slide{padding-left:16px;width:max-content;height:auto;display:flex}.ReviewsSliderMobile_slider__eoa3X .slick-slide>div{display:flex}.ReviewsSliderMobile_slide_review_card__R_aV4{max-width:304px}.ReviewsSliderMobile_pagination__nkctz{position:relative;z-index:20}