.Modal-module__sR2AWG__backdrop{z-index:1000;width:100%;height:100%;animation:Modal-module__sR2AWG__fadeIn var(--motion-base) var(--ease-emphasized);background-color:#00000040;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;left:0}@media screen and (min-width:768px){.Modal-module__sR2AWG__backdrop{padding:32px}}.Modal-module__sR2AWG__modal{background-color:var(--background);z-index:1001;text-align:center;width:100%;max-width:768px;animation:Modal-module__sR2AWG__modalEnter var(--motion-slow) var(--ease-emphasized);border-radius:24px;padding:64px 20px;position:relative}@media screen and (min-width:768px){.Modal-module__sR2AWG__modal{padding:64px}}.Modal-module__sR2AWG__btn{color:var(--text-black);transition:color var(--motion-base) var(--ease-standard), opacity var(--motion-base) var(--ease-standard), transform var(--motion-fast) var(--ease-standard);background-color:#0000;position:absolute;top:16px;right:16px}@media screen and (min-width:1440px){.Modal-module__sR2AWG__btn{top:24px;right:24px}}.Modal-module__sR2AWG__btn:hover,.Modal-module__sR2AWG__btn:focus-visible{opacity:.75}.Modal-module__sR2AWG__btn:active{transform:translateY(1px)}@keyframes Modal-module__sR2AWG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__sR2AWG__modalEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.Button-module__LCT47W__btn{transition:background-color var(--motion-base) var(--ease-standard), color var(--motion-base) var(--ease-standard), border-color var(--motion-base) var(--ease-standard), opacity var(--motion-base) var(--ease-standard), transform var(--motion-fast) var(--ease-standard), box-shadow var(--motion-base) var(--ease-standard);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:9px 12px;font-weight:500;display:inline-flex}.Button-module__LCT47W__btn:focus-visible{box-shadow:var(--focus-ring-shadow)}.Button-module__LCT47W__primary{background-color:var(--button-primary);color:var(--text-white);border:1px solid var(--button-primary)}.Button-module__LCT47W__primary:hover{background-color:var(--button-primary-hover);color:var(--text-green)}.Button-module__LCT47W__primary:active{background-color:var(--button-primary);color:var(--text-white);border:1px solid var(--button-primary);transform:translateY(1px)}.Button-module__LCT47W__primary:disabled{pointer-events:none;cursor:not-allowed;opacity:var(--interactive-disabled-opacity)}.Button-module__LCT47W__secondary{background-color:var(--button-secondary);color:var(--text-brown);border:1px solid var(--border)}.Button-module__LCT47W__secondary:hover{background-color:var(--button-primary);color:var(--text-white);border:1px solid var(--button-primary)}.Button-module__LCT47W__secondary:active{background-color:var(--button-primary-active);color:var(--text-white);transform:translateY(1px)}.Button-module__LCT47W__secondary:disabled{pointer-events:none;cursor:not-allowed;opacity:var(--interactive-disabled-opacity)}
.AdvantagesBlock-module__J890Za__advantages{padding-top:64px;padding-bottom:64px}.AdvantagesBlock-module__J890Za__advntitle{color:var(--text-green);margin-bottom:24px}.AdvantagesBlock-module__J890Za__advngrid{grid-template-columns:1fr;gap:24px;display:grid}.AdvantagesBlock-module__J890Za__advncard{background:var(--foreground);border-radius:16px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;padding:16px;display:flex}.AdvantagesBlock-module__J890Za__advnicon{width:64px;height:64px;color:var(--text-black)}.AdvantagesBlock-module__J890Za__advncardTitle,.AdvantagesBlock-module__J890Za__advntext{color:var(--text-green)}@media only screen and (min-width:768px){.AdvantagesBlock-module__J890Za__advantages{padding-top:64px;padding-bottom:64px}.AdvantagesBlock-module__J890Za__advngrid{grid-template-columns:repeat(2,1fr)}.AdvantagesBlock-module__J890Za__div3{grid-column:span 2}.AdvantagesBlock-module__J890Za__advntitle{margin-bottom:32px}.AdvantagesBlock-module__J890Za__advncard{padding:16px}}@media only screen and (min-width:1440px){.AdvantagesBlock-module__J890Za__advantages{padding-top:112px;padding-bottom:112px}.AdvantagesBlock-module__J890Za__advngrid{grid-template-columns:repeat(3,1fr);gap:24px}.AdvantagesBlock-module__J890Za__div3{grid-column:span 1}.AdvantagesBlock-module__J890Za__advncardTitle{font-size:26px}.AdvantagesBlock-module__J890Za__advntext{font-size:18px}}
.Input-module__Nmke_G__inputWrapper{flex-direction:column;gap:8px;display:flex}.Input-module__Nmke_G__label{color:var(--text-black);font-size:14px;font-weight:500}.Input-module__Nmke_G__fieldGroup{align-items:center;display:flex;position:relative}.Input-module__Nmke_G__input{background-color:var(--foreground);border:1px solid var(--border);width:100%;transition:border-color var(--motion-base) var(--ease-standard), box-shadow var(--motion-base) var(--ease-standard), background-color var(--motion-base) var(--ease-standard), opacity var(--motion-base) var(--ease-standard);color:var(--text-black);border-radius:6px;outline:none;padding:8px;font-size:18px}.Input-module__Nmke_G__input::placeholder{color:var(--placeholder)}.Input-module__Nmke_G__input:hover:not(:disabled):not(.Input-module__Nmke_G__error){border-color:var(--arrow-hover-border)}.Input-module__Nmke_G__input:focus-visible:not(.Input-module__Nmke_G__error){border-color:var(--button-primary);box-shadow:var(--focus-ring-shadow);outline:none}.Input-module__Nmke_G__error{border-color:var(--red-error)}.Input-module__Nmke_G__errorMessage{color:var(--red-error);font-size:12px}.Input-module__Nmke_G__input:disabled{opacity:var(--interactive-disabled-opacity);cursor:not-allowed}.Input-module__Nmke_G__textarea{resize:vertical;min-height:100px}
.page-module__jqyKZW__hero{flex-direction:column;gap:33px;padding:32px 0;display:flex}@media (min-width:768px){.page-module__jqyKZW__hero{gap:24px}}@media (min-width:1440px){.page-module__jqyKZW__hero{flex-direction:row;justify-content:space-between;align-items:center;padding:48px 0}}
.Loader-module__66xOfG__loader{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Loader-module__66xOfG__block{width:100%;min-height:96px;color:var(--button-primary)}.Loader-module__66xOfG__inline{color:currentColor;vertical-align:middle;width:auto;min-height:0;display:inline-flex}.Loader-module__66xOfG__spinner{transform-origin:50%;animation:.9s linear infinite Loader-module__66xOfG__rotate;display:block}@keyframes Loader-module__66xOfG__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.PopularLocationsBlock-module__IDDIOq__sectionWrap{padding-top:64px;padding-bottom:64px}.PopularLocationsBlock-module__IDDIOq__container{padding:0 16px}.PopularLocationsBlock-module__IDDIOq__locHeader{justify-content:space-between;align-items:center;gap:16px;margin-bottom:40px;display:flex}.PopularLocationsBlock-module__IDDIOq__allLocBtn{text-align:center;flex:0 0 114px;width:120px;height:48px;padding:1px}.PopularLocationsBlock-module__IDDIOq__locTitle{color:var(--text-black);flex:auto;min-width:0}.PopularLocationsBlock-module__IDDIOq__locationCard{width:100%;height:100%}.PopularLocationsBlock-module__IDDIOq__btnContainer{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}@media (min-width:1440px){.PopularLocationsBlock-module__IDDIOq__sectionWrap{padding-top:72px;padding-bottom:72px}.PopularLocationsBlock-module__IDDIOq__allLocBtn{width:136px}}@media only screen and (max-width:374px){.PopularLocationsBlock-module__IDDIOq__locHeader{flex-direction:column;align-items:stretch}.PopularLocationsBlock-module__IDDIOq__allLocBtn{width:100%}.PopularLocationsBlock-module__IDDIOq__locTitle{text-align:center;padding:0}}
.RatingStars-module__mgKNCW__rating{color:var(--text-black);align-items:center;gap:4px;display:flex}.RatingStars-module__mgKNCW__star{flex-shrink:0;width:24px;height:24px}
.LocationCard-module__qj84Gq__card{background-color:var(--foreground);height:100%;transition:transform var(--motion-fast) var(--ease-standard), box-shadow var(--motion-base) var(--ease-standard);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.LocationCard-module__qj84Gq__card:hover,.LocationCard-module__qj84Gq__card:focus-within{transform:translateY(-2px);box-shadow:0 10px 24px #4c261314}.LocationCard-module__qj84Gq__imageWrapper{background-color:var(--border);flex-shrink:0;width:100%;height:335px;position:relative;overflow:hidden}.LocationCard-module__qj84Gq__image{transition:transform var(--motion-slow) var(--ease-emphasized)}.LocationCard-module__qj84Gq__card:hover .LocationCard-module__qj84Gq__image,.LocationCard-module__qj84Gq__card:focus-within .LocationCard-module__qj84Gq__image{transform:scale(1.02)}.LocationCard-module__qj84Gq__placeholder{background-color:var(--border);width:100%;height:100%}.LocationCard-module__qj84Gq__content{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.LocationCard-module__qj84Gq__type{color:var(--text-brown);font-size:12px;font-weight:600}.LocationCard-module__qj84Gq__name{color:var(--text-brown);margin:0;font-size:18px;font-weight:600}.LocationCard-module__qj84Gq__actions{align-items:center;gap:8px;width:100%;margin-top:auto;padding-top:12px;display:flex}.LocationCard-module__qj84Gq__viewBtn{width:100%}.LocationCard-module__qj84Gq__editBtn{justify-content:center;align-items:center;padding:9px;display:flex}@media only screen and (min-width:768px){.LocationCard-module__qj84Gq__content{padding:20px}.LocationCard-module__qj84Gq__name{font-size:18px}.LocationCard-module__qj84Gq__imageWrapper{height:340px}}@media only screen and (min-width:1440px){.LocationCard-module__qj84Gq__imageWrapper{height:421px}.LocationCard-module__qj84Gq__editBtn{padding:10px}}
.ProPage-module__xUIzuW__pageWrap{flex-direction:column;gap:24px;display:flex}.ProPage-module__xUIzuW__locations{padding-top:32px;padding-bottom:48px}.ProPage-module__xUIzuW__heading{display:none}.ProPage-module__xUIzuW__loadMoreWrap{width:100%;display:flex}.ProPage-module__xUIzuW__appendLoaderWrap{width:100%}.ProPage-module__xUIzuW__button{width:100%;display:flex}@media only screen and (min-width:768px){.ProPage-module__xUIzuW__pageWrap{gap:40px}.ProPage-module__xUIzuW__locations{padding-top:40px;padding-bottom:56px}.ProPage-module__xUIzuW__heading{margin-bottom:32px;font-size:28px}.ProPage-module__xUIzuW__loadMoreWrap{justify-content:center}.ProPage-module__xUIzuW__button{width:auto;min-width:133px}}@media only screen and (min-width:1440px){.ProPage-module__xUIzuW__locations{padding-top:48px;padding-bottom:72px}.ProPage-module__xUIzuW__heading{margin-bottom:40px;font-size:32px}.ProPage-module__xUIzuW__button{width:auto;min-width:160px}}
.PublicProfilePage-module__ykwf6a__pageWrap{flex-direction:column;gap:24px;display:flex}.PublicProfilePage-module__ykwf6a__locations{padding-top:32px;padding-bottom:48px}.PublicProfilePage-module__ykwf6a__heading{color:var(--text-black);margin-bottom:40px}.PublicProfilePage-module__ykwf6a__loadMoreWrap{width:100%;display:flex}.PublicProfilePage-module__ykwf6a__appendLoaderWrap{width:100%}.PublicProfilePage-module__ykwf6a__button{width:100%;display:flex}@media only screen and (min-width:768px){.PublicProfilePage-module__ykwf6a__pageWrap{gap:40px}.PublicProfilePage-module__ykwf6a__locations{padding-top:40px;padding-bottom:56px}.PublicProfilePage-module__ykwf6a__loadMoreWrap{justify-content:center}.PublicProfilePage-module__ykwf6a__button{width:auto;min-width:133px}}@media only screen and (min-width:1440px){.PublicProfilePage-module__ykwf6a__locations{padding-top:48px;padding-bottom:72px}.PublicProfilePage-module__ykwf6a__button{width:auto;min-width:160px}}
.FilterPanel-module__fMAsRW__filterPanel{margin-bottom:40px}.FilterPanel-module__fMAsRW__header{margin-bottom:24px}.FilterPanel-module__fMAsRW__title{text-align:center;color:var(--text-black)}.FilterPanel-module__fMAsRW__controls{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px;display:grid}.FilterPanel-module__fMAsRW__searchWrapper{grid-column:1/-1}.FilterPanel-module__fMAsRW__typeWrapper,.FilterPanel-module__fMAsRW__regionWrapper,.FilterPanel-module__fMAsRW__sortWrapper{width:100%;min-width:0}.FilterPanel-module__fMAsRW__sortWrapper{grid-column:1/-1}.FilterPanel-module__fMAsRW__searchField,.FilterPanel-module__fMAsRW__selectField{width:100%}.FilterPanel-module__fMAsRW__selectControl{border:1px solid var(--border);background-color:var(--foreground);height:40px;min-height:40px;box-shadow:none;border-radius:6px;padding:7px 16px}.FilterPanel-module__fMAsRW__searchField input{border:1px solid var(--border);background-color:var(--foreground);height:40px;min-height:40px;box-shadow:none;border-radius:6px;padding:7px 16px}.FilterPanel-module__fMAsRW__searchField input{color:var(--text-black);font-size:16px;font-weight:400;line-height:1.5}.FilterPanel-module__fMAsRW__searchField input::placeholder{color:var(--placeholder)}:is(.FilterPanel-module__fMAsRW__searchField input:hover,.FilterPanel-module__fMAsRW__searchField input:focus){background-color:var(--foreground)}.FilterPanel-module__fMAsRW__selectControl{box-shadow:none}.FilterPanel-module__fMAsRW__searchField input:focus{box-shadow:none}.FilterPanel-module__fMAsRW__selectControl{gap:12px}.FilterPanel-module__fMAsRW__selectValue{color:var(--text-black);font-size:16px;font-weight:400;line-height:1.5}.FilterPanel-module__fMAsRW__selectControl svg{flex-shrink:0;width:20px;height:20px}.FilterPanel-module__fMAsRW__selectMenu{border-color:var(--border);background-color:var(--foreground);border-bottom-right-radius:12px;border-bottom-left-radius:12px;margin-top:0}@media only screen and (min-width:768px){.FilterPanel-module__fMAsRW__filterPanel{margin-bottom:48px}.FilterPanel-module__fMAsRW__header{margin-bottom:32px}.FilterPanel-module__fMAsRW__title{margin-bottom:0}.FilterPanel-module__fMAsRW__controls{grid-template-columns:1fr 1fr 214px;grid-template-areas:"search search search""type region sort";align-items:start;gap:16px;display:grid}.FilterPanel-module__fMAsRW__searchWrapper{grid-area:search;width:100%}.FilterPanel-module__fMAsRW__typeWrapper{grid-area:type;width:100%}.FilterPanel-module__fMAsRW__regionWrapper{grid-area:region;width:100%}.FilterPanel-module__fMAsRW__sortWrapper{grid-area:sort;justify-self:end;width:100%;margin-left:0}}@media only screen and (min-width:1440px){.FilterPanel-module__fMAsRW__filterPanel,.FilterPanel-module__fMAsRW__header{margin-bottom:40px}.FilterPanel-module__fMAsRW__controls{flex-wrap:nowrap;align-items:center;gap:16px;display:flex}.FilterPanel-module__fMAsRW__searchWrapper{flex:0 0 290px;order:1}.FilterPanel-module__fMAsRW__regionWrapper{flex:0 0 170px;order:2}.FilterPanel-module__fMAsRW__typeWrapper{flex:0 0 170px;order:3}.FilterPanel-module__fMAsRW__sortWrapper{flex:0 0 188px;order:4;margin-left:auto}.FilterPanel-module__fMAsRW__selectControl{border-radius:6px;min-height:40px;padding:7px 14px}.FilterPanel-module__fMAsRW__searchField input{border-radius:6px;min-height:40px;padding:7px 14px}}
.authLayout-module__HwR-6q__authLayout{flex-direction:column;flex:1;display:flex}.authLayout-module__HwR-6q__card{flex-direction:column;align-items:center;gap:24px;width:100%;max-width:375px;display:flex}.authLayout-module__HwR-6q__content{flex:1;justify-content:center;align-items:flex-start;padding:40px 16px;display:flex}@media (min-width:768px){.authLayout-module__HwR-6q__card{gap:32px;max-width:644px}.authLayout-module__HwR-6q__content{padding:64px 32px}}@media (min-width:1440px){.authLayout-module__HwR-6q__card{max-width:644px}.authLayout-module__HwR-6q__content{padding:64px 0}}
.LocationsGrid-module__O2IAAq__grid{grid-template-columns:1fr;row-gap:24px;display:grid}@media only screen and (min-width:768px){.LocationsGrid-module__O2IAAq__grid{grid-template-columns:repeat(2,1fr);gap:40px 24px}}@media only screen and (min-width:1440px){.LocationsGrid-module__O2IAAq__grid{grid-template-columns:repeat(3,1fr)}}
.LocationsPageClient-module__gQMFea__page{padding-top:32px;padding-bottom:64px}.LocationsPageClient-module__gQMFea__filtersMessage{text-align:center;color:var(--text-brown);margin-bottom:24px}.LocationsPageClient-module__gQMFea__filtersLoaderWrap{margin-bottom:24px}.LocationsPageClient-module__gQMFea__locationsLoaderWrap,.LocationsPageClient-module__gQMFea__appendLoaderWrap{width:100%}.LocationsPageClient-module__gQMFea__loadMoreWrap{width:100%;margin-top:40px;display:flex}.LocationsPageClient-module__gQMFea__loadMoreButton{width:100%;display:flex}@media only screen and (min-width:768px){.LocationsPageClient-module__gQMFea__page{padding-bottom:96px}.LocationsPageClient-module__gQMFea__loadMoreWrap{justify-content:center}.LocationsPageClient-module__gQMFea__loadMoreButton{width:auto;min-width:133px}}@media only screen and (min-width:1440px){.LocationsPageClient-module__gQMFea__page{padding-bottom:120px}.LocationsPageClient-module__gQMFea__loadMoreButton{width:auto;min-width:160px}}
.LocationForm-module__Q4n8_W__root{max-width:900px;padding-bottom:64px}.LocationForm-module__Q4n8_W__pageTitle{color:#1b391b;margin:32px 0;font-size:36px;font-weight:700}.LocationForm-module__Q4n8_W__uploadSection{flex-direction:column;margin-bottom:30px;display:flex}.LocationForm-module__Q4n8_W__label{color:var(--text-green);font-weight:400}.LocationForm-module__Q4n8_W__hiddenInput{display:none}.LocationForm-module__Q4n8_W__dropzone{aspect-ratio:1091/726;cursor:pointer;width:100%;transition:background-color var(--motion-base) var(--ease-standard), border-color var(--motion-base) var(--ease-standard), box-shadow var(--motion-base) var(--ease-standard);background-color:#f3f3f3;border:2px dashed #0000;border-radius:8px;justify-content:center;align-items:center;margin-bottom:16px;display:flex;overflow:hidden}.LocationForm-module__Q4n8_W__dropzone:hover{background-color:#e9e9e9;border-color:#ccc}.LocationForm-module__Q4n8_W__dropzone:focus-visible{border-color:var(--button-primary);box-shadow:var(--focus-ring-shadow);outline:none}.LocationForm-module__Q4n8_W__dropzoneWithImage{background-color:#0000;padding:0}.LocationForm-module__Q4n8_W__placeholderIcon{color:#ccc}.LocationForm-module__Q4n8_W__previewImage{object-fit:cover;width:100%;height:100%}.LocationForm-module__Q4n8_W__placeholderImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.LocationForm-module__Q4n8_W__uploadBtn{align-self:flex-start;padding:8px 16px;font-size:14px}.LocationForm-module__Q4n8_W__errorText{color:var(--red-error);margin-top:8px;font-size:12px}.LocationForm-module__Q4n8_W__fieldsGroup{flex-direction:column;gap:24px;margin-bottom:40px;display:flex}.LocationForm-module__Q4n8_W__formActions{flex-direction:column;justify-content:flex-start;gap:16px;display:flex}.LocationForm-module__Q4n8_W__actionBtn{min-width:150px}.LocationForm-module__Q4n8_W__primarySubmitBtn{transition:background-color var(--motion-base) var(--ease-standard), color var(--motion-base) var(--ease-standard), border-color var(--motion-base) var(--ease-standard), opacity var(--motion-base) var(--ease-standard), transform var(--motion-fast) var(--ease-standard), box-shadow var(--motion-base) var(--ease-standard);border:1px solid var(--button-primary);cursor:pointer;background-color:var(--button-primary);color:var(--text-white);border-radius:6px;justify-content:center;align-items:center;padding:9px 12px;font-weight:500;display:inline-flex}.LocationForm-module__Q4n8_W__primarySubmitBtn:hover{background-color:var(--button-primary-hover);color:var(--text-green)}.LocationForm-module__Q4n8_W__primarySubmitBtn:focus-visible{box-shadow:var(--focus-ring-shadow)}.LocationForm-module__Q4n8_W__primarySubmitBtn:active{background-color:var(--button-primary);color:var(--text-white);transform:translateY(1px)}.LocationForm-module__Q4n8_W__primarySubmitBtn:disabled{pointer-events:none;cursor:not-allowed;opacity:var(--interactive-disabled-opacity)}.LocationForm-module__Q4n8_W__select{margin-bottom:24px}.LocationForm-module__Q4n8_W__labeledInput{flex-direction:column;gap:8px;display:flex}.LocationForm-module__Q4n8_W__loaderOverlay{z-index:9999;background-color:#fffc;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}@media only screen and (min-width:768px){.LocationForm-module__Q4n8_W__formActions{flex-direction:row-reverse;justify-content:flex-end;gap:16px}.LocationForm-module__Q4n8_W__submitBtn,.LocationForm-module__Q4n8_W__cancelBtn{width:203px;height:48px}}@media only screen and (min-width:1440px){.LocationForm-module__Q4n8_W__root{width:1091px;padding-bottom:72px}.LocationForm-module__Q4n8_W__pageTitle{margin:48px 0}}
.AuthForm-module__N3bjga__title{text-align:center;color:var(--text-black);line-height:120%}.AuthForm-module__N3bjga__form{flex-direction:column;align-self:stretch;gap:20px;display:flex}@media (min-width:768px){.AuthForm-module__N3bjga__form{gap:24px}}
.ConfirmationModal-module__3gO7MG__modal{text-align:center;flex-direction:column;align-items:center;gap:32px;max-width:375px;display:flex}@media screen and (min-width:768px){.ConfirmationModal-module__3gO7MG__modal{max-width:704px}}@media only screen and (min-width:1440px){.ConfirmationModal-module__3gO7MG__modal{max-width:768px}}.ConfirmationModal-module__3gO7MG__sectionTitle{flex-direction:column;align-items:center;gap:16px;display:flex}.ConfirmationModal-module__3gO7MG__title{color:var(--text-black);font-size:26px}@media screen and (min-width:768px){.ConfirmationModal-module__3gO7MG__title{font-size:32px}}@media only screen and (min-width:1440px){.ConfirmationModal-module__3gO7MG__title{font-size:48px}}.ConfirmationModal-module__3gO7MG__text{color:var(--text-black);font-size:16px;line-height:1.5}@media only screen and (min-width:1440px){.ConfirmationModal-module__3gO7MG__text{font-size:20px}}.ConfirmationModal-module__3gO7MG__buttons{flex-direction:column;gap:24px;width:100%;display:flex}@media screen and (min-width:768px){.ConfirmationModal-module__3gO7MG__buttons{flex-direction:row;justify-content:center}}.ConfirmationModal-module__3gO7MG__btn{width:100%;font-size:16px;font-weight:400}@media screen and (min-width:768px){.ConfirmationModal-module__3gO7MG__btn{min-width:203px}}@media only screen and (min-width:1440px){.ConfirmationModal-module__3gO7MG__btn{font-size:20px}}

.AuthPromptModal-module__YLerZq__modal{text-align:center;flex-direction:column;align-items:center;gap:32px;max-width:375px;display:flex}@media screen and (min-width:768px){.AuthPromptModal-module__YLerZq__modal{max-width:704px}}.AuthPromptModal-module__YLerZq__sectionTitle{flex-direction:column;align-items:center;gap:16px;display:flex}.AuthPromptModal-module__YLerZq__title{color:var(--text-black);font-size:26px}@media screen and (min-width:768px){.AuthPromptModal-module__YLerZq__title{font-size:32px}}@media only screen and (min-width:1440px){.AuthPromptModal-module__YLerZq__title{font-size:48px}}.AuthPromptModal-module__YLerZq__text{color:var(--text-black);font-size:16px;line-height:1.5}@media only screen and (min-width:1440px){.AuthPromptModal-module__YLerZq__text{font-size:20px}}.AuthPromptModal-module__YLerZq__btn{width:100%;font-size:16px;font-weight:400}@media only screen and (min-width:1440px){.AuthPromptModal-module__YLerZq__btn{font-size:20px}}.AuthPromptModal-module__YLerZq__buttons{flex-direction:column;gap:24px;width:100%;display:flex}@media screen and (min-width:768px){.AuthPromptModal-module__YLerZq__buttons{flex-direction:row;justify-content:center}}.AuthPromptModal-module__YLerZq__link{display:block}@media screen and (min-width:768px){.AuthPromptModal-module__YLerZq__link{min-width:203px}}
