.popup{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);overscroll-behavior:contain}@media(min-width:760px){.popup{justify-content:center}}.popup__container{position:absolute;top:50%;left:50%;padding-top:20px;padding-bottom:20px;transform:translate3d(-50%,-50%,0);background:rgba(var(--colorWhiteBackground),1)}@media(min-width:760px){.popup__container{min-width:375px;border-radius:5px}}@media(max-width:759.98px){.popup__container{width:100%;max-width:none!important;max-height:calc(100dvh - 125px);top:100%;border-radius:10px 10px 0 0;transform:translate3d(-50%,-100%,0)}}@media(min-width:760px){.popup__container--fixed-width{width:600px}}.popup__content-wrapper{display:flex;flex-direction:column;max-height:calc(100dvh - 200px);overflow-y:auto}@media(min-width:1000px){.popup__content-wrapper{margin-right:30px;margin-left:30px}}@media(min-width:760px)and (max-width:999.98px){.popup__content-wrapper{margin-right:40px;margin-left:40px}}@media(max-width:759.98px){.popup__content-wrapper{margin-right:20px;margin-left:20px}}@media(min-width:1000px){.popup__title{padding-right:30px;padding-left:30px}}@media(min-width:760px)and (max-width:999.98px){.popup__title{padding-right:40px;padding-left:40px}}@media(max-width:759.98px){.popup__title{padding-right:20px;padding-left:20px;display:none}}.popup__fixed-content{border-bottom:1px solid rgba(var(--colorDecorationBorder),1)}@media(min-width:1000px){.popup__fixed-content{padding-right:30px;padding-left:30px}}@media(min-width:760px)and (max-width:999.98px){.popup__fixed-content{padding-right:40px;padding-left:40px}}@media(max-width:759.98px){.popup__fixed-content{padding-right:20px;padding-left:20px}}.popup__actions{display:flex;flex-direction:column;align-items:center}.popup__actions>*{display:flex;justify-content:center;width:100%;margin-bottom:15px;padding:5px 0}.popup__actions>:last-child{margin-bottom:0}.popup__close-btn{display:inline-flex;position:absolute;top:0;right:-35px;cursor:pointer}@media(max-width:759.98px){.popup__close-btn{top:-35px;right:20px}}.popup__close-btn .icon-svg{color:#fff}.popup form>*{width:100%}.popup--special{padding:0 0 25px!important}.popup--special .popup__content-wrapper{margin:initial;padding:initial}@media(min-width:1000px){.popup--special .popup__content-wrapper .select-image-popup__actions{margin-right:30px;margin-left:30px}}@media(min-width:760px)and (max-width:999.98px){.popup--special .popup__content-wrapper .select-image-popup__actions{margin-right:40px;margin-left:40px}}@media(max-width:759.98px){.popup--special .popup__content-wrapper .select-image-popup__actions{margin-right:20px;margin-left:20px}}.popup--special .settings-avatar-cropper{margin:0}.selectCategoryPopup{display:flex;z-index:10;top:0;left:0;justify-content:center;width:100%;height:100dvh;overflow:hidden}.popup .selectCategoryPopup{height:auto;overflow:visible}.selectCategoryPopup__wrapper{width:100%;max-width:660px;border-radius:12px;background:rgba(var(--colorWhiteBackground),1)}.popup .selectCategoryPopup__wrapper{padding:0}.selectCategoryPopup__back{position:absolute;top:50%;left:0;transform:translateY(-50%) rotate(270deg);cursor:pointer}.popup .selectCategoryPopup__back{display:none}.selectCategoryPopup__header{display:flex;position:relative;align-items:center;height:60px;padding-left:36px;font-weight:700}@media(min-width:760px){.selectCategoryPopup__header{justify-content:center;padding:0}}.selectCategoryPopup__search{margin-bottom:10px}.selectCategoryPopup__search__input{justify-content:center;height:44px}.selectCategoryPopup__category{display:flex;align-items:center;margin-top:15px;cursor:pointer}.selectCategoryPopup__iconWrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:rgba(var(--colorLightBlue),1)}.selectCategoryPopup__text{margin:0 10px 0 12px}.selectCategoryPopup__empty{padding:16px;border-radius:12px;text-align:center}.selectCategoryPopup__content{height:calc(100dvh - 160px);padding:16px 0;overflow-y:auto}.popup .selectCategoryPopup__content{height:calc(100dvh - 360px);padding:0}.selectCategoryPopup__rubricSection+.selectCategoryPopup__rubricSection{margin-top:30px}.selectCategoryPopup__rubrics{display:flex;align-items:center;margin-bottom:15px;overflow-x:auto}.selectCategoryPopup__rubric{padding:6px 14px;white-space:nowrap}.selectCategoryPopup__rubric--active{border:1px solid rgba(var(--colorDecorationBorder),1);border-radius:1000px}.selectCategoryPopup__rubricName{margin-top:30px;font-size:18px}.selectCategoryPopup__rubricName:first-child{margin-top:10px}