.popup{position:fixed;z-index:100;top:50%;left:50%;flex-direction:column;max-height:calc(100vh - 200px);padding-top:20px;padding-bottom:20px;transform:translate3d(-50%,-50%,0);background:rgba(var(--colorWhiteBackground),1)}@media(min-width:760px){.popup{min-width:375px;border-radius:5px}}@media(max-width:759.98px){.popup{width:100%;max-width:none!important;max-height:calc(100vh - 125px);top:100%;border-radius:10px 10px 0 0;transform:translate3d(-50%,-100%,0)}}.popup__content-wrapper{display:flex;flex-direction:column;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%}@media(min-width:760px){.popup--fixed-width{width:600px}}.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}.questions-records-bar{display:flex;flex-direction:column;width:100%}.questions-records-bar__main-actions{display:flex;justify-content:space-between}.questions-records-bar__selected-category-name{margin-top:10px;font-weight:700}.questions-records-bar .category-sort,.questions-records-bar .questions-search{display:flex;align-items:center}.questions-records-bar .category-sort__text--selected-category{color:rgba(var(--colorBlackText),.5)}.questions-category-select{max-height:90%}@media(max-width:999.98px){.questions-category-select{width:100%;max-width:none!important;top:100%;transform:translate(-50%,-100%)}}@media(max-width:999.98px){.questions-category-select .popup__close-btn{top:-40px;right:20px}}.questions-category-select__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px}.questions-category-select__title{display:flex;align-items:center}.questions-category-select .category-select-item{display:grid;grid-row-gap:15px;margin-top:30px}.questions-category-select .category-select-item:first-of-type{margin-top:0}@keyframes loading{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.loading{display:inline-flex}.loading--center{position:relative;left:50%;justify-content:center;transform:translate3d(-50%,0,0)}.loading--vertical-align{top:50%}.loading .loading__dot{display:inline-flex;width:8px;height:8px;animation:loading 1.4s infinite;animation-fill-mode:both;border-radius:50%;background:#ef498f}.loading .loading__dot:not(:last-child){margin-right:10px}.loading .loading__dot:nth-child(2){animation-delay:.2s}.loading .loading__dot:nth-child(3){animation-delay:.4s}.custom-pagination{display:grid}@media(min-width:760px){.custom-pagination{grid-row-gap:5px;grid-template-columns:1fr auto}}@media(max-width:759.98px){.custom-pagination{grid-row-gap:20px}}.custom-pagination__selectable-nav{display:flex;align-items:center}@media(min-width:760px){.custom-pagination__selectable-nav{grid-column:1/2}}.custom-pagination__page-option{text-decoration:none!important}.custom-pagination__page-option:not(:last-child){margin-right:15px}.custom-pagination__manual-input{display:flex}@media(min-width:760px){.custom-pagination__manual-input{width:160px;grid-column:2/3}}.custom-pagination__page{width:100%}.custom-pagination__input{border-radius:10px 0 0 10px}.custom-pagination__input input{padding-bottom:1px}.custom-pagination__redirect-button{padding:0 10px 2px;border-radius:0 10px 10px 0}.infinite-scroll{overflow-anchor:none}