.app-form-radio{display:flex;height:37px;cursor:pointer;align-items:center;font-size:14px}.app-form-radio__input{flex-shrink:0;width:1.2em;height:1.2em;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%;border:1px solid #131313;cursor:pointer;margin-right:8px}.app-form-radio__input:checked{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%233348FB'/%3E%3C/svg%3E");border:1px solid #3348fb}.app-form-radio__label{display:inline-flex;align-items:center;justify-content:flex-start;width:100%;cursor:pointer;font-weight:400}.app-form-radio__label__prefix{color:#999;font-weight:100;padding-right:5px}.app-form-check{display:flex;height:37px;cursor:pointer;align-items:center;font-size:14px}.app-form-check__input{flex-shrink:0;width:1.2em;height:1.2em;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px;border:1px solid #131313;cursor:pointer;margin-right:8px}.app-form-check__input:checked{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%233348FB' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");border:1px solid #3348fb}.app-form-check__label{display:inline-flex;align-items:center;justify-content:flex-start;width:100%;cursor:pointer;font-weight:400}.app-form-check__label__prefix{color:#999;font-weight:100;padding-right:5px}.app-form-button{border:none;border-radius:100px;box-sizing:border-box;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease;outline:none;white-space:nowrap;padding:0 20px;display:flex;align-items:center;justify-content:center;width:100%;text-decoration:none}.app-form-button:disabled{cursor:not-allowed}.app-form-button__size__large{height:40px}.app-form-button__size__small{height:32px}.app-form-button__icon-style{padding:7px}.app-form-button__icon-style__large{width:40px}.app-form-button__icon-style__small{width:32px}.app-form-button__text-and-icon i{padding-right:8px}.app-form-button__primary{background-color:#3348fb;color:#fff}.app-form-button__primary:hover:not(:disabled):not(:active){background-color:#5e72f8}.app-form-button__primary:active{background-color:#4a61f8}.app-form-button__primary:disabled{background-color:#c2cafc}.app-form-button__light{border:4px solid transparent;background-color:#fff;color:#3348fb}.app-form-button__light:hover:not(:disabled):not(:active){background-color:#ebedfe}.app-form-button__light:focus-visible{border-color:#c2cafc;background-color:#ebedfe}.app-form-button__light:active{background-color:#d6dbfd}.app-form-button__light:disabled{background-color:#fff;color:#9aa6fa}.app-form-button__bordered{background-color:transparent;color:#3348fb;border:1px solid #3348fb}.app-form-button__bordered:hover:not(:disabled):not(:active){background-color:#ebedfe}.app-form-button__bordered:active{background-color:#d6dbfd}.app-form-button__bordered:disabled{color:#c2cafc;border-color:#c2cafc}.app-form-button__bordered-red{background-color:transparent;color:#dd3b2e;border:1px solid #dd3b2e}.app-form-button__bordered-red:hover:not(:disabled):not(:active){background-color:#feebeb}.app-form-button__bordered-red:active{background-color:#fadddd}.app-form-button__bordered-red:disabled{color:#ccc;border-color:#ccc}.app-form-button__bordered-points{background-color:transparent;color:#3348fb;border:2px dashed #3348fb}.app-form-button__bordered-points:hover:not(:disabled):not(:active){background-color:#ebedfe}.app-form-button__bordered-points:active{background-color:#d6dbfd}.app-form-button__bordered-points:disabled{color:#c2cafc;border-color:#c2cafc}.app-form-button__bordered-light{background-color:transparent;color:#fff;border:1px solid #fff}.app-form-button__bordered-light:hover:not(:disabled):not(:active){background-color:#4d4d4d}.app-form-button__bordered-light:active{background-color:#333}.app-form-button__bordered-light:disabled{color:#ccc;border-color:#ccc}.embed-code-modal__content{max-width:800px;width:calc(100% - 40px)}.embed-code-modal__header__title{font-size:16px;font-weight:700;padding-bottom:30px;text-align:center}.embed-code-modal__body{margin-top:0}.embed-code-modal__code{width:100%;height:160px;color:#000;border:none;font-size:16px;background:#f4f6ff;border-radius:16px;padding:20px;margin-top:30px;overflow-x:scroll;font-family:monospace;white-space:pre;resize:none}.body-modal_mobile .embed-code-modal__content{padding-left:20px;padding-right:20px}.select-box-search{width:100%;height:40px;position:relative;margin-bottom:10px}.select-box-search__icon{position:absolute;font-size:16px;top:0;bottom:0;left:8px;color:var(--theme-link-color)}.select-box-search__input{border:none;border-radius:4px;width:100%;height:100%;font-size:14px;font-weight:400;outline:none;background-color:#f4f6ff;color:#7283fa;padding-left:30px}.select-box-search__input::placeholder{color:#7283fa}.select-box-search__input::-webkit-input-placeholder{color:#7283fa}.select-box-search__input::-moz-placeholder{color:#7283fa}.select-box-search__input:-ms-input-placeholder{color:#7283fa}.select-box-search__input:-moz-placeholder{color:#7283fa}.app-select-box{font-family:Gilroy,serif}.app-select-box__bg{background-color:rgba(0,0,0,.439);position:fixed;z-index:99999;top:0;bottom:0;left:0;right:0}.app-select-box__button{width:100%;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease;outline:none;white-space:nowrap;padding:0 10px;background-color:#f4f6ff;color:#3348fb;border-radius:4px;min-height:32px;display:flex;align-items:center;justify-content:center;gap:10px}.app-select-box__button:active{background-color:#e9ecfb}.app-select-box__button__left{justify-content:left}.app-select-box__button__opened{background-color:#3348fb;color:#fff}.app-select-box__button__badges{display:flex;align-items:center;flex-wrap:wrap}.app-select-box__button__badge{display:flex;align-items:center;justify-content:center;border:1px solid #3348fb;border-radius:50px;padding:0 10px;margin:3px 5px;text-transform:uppercase}.app-select-box__button__badge span{padding-right:3px;padding-bottom:1px}.app-select-box__content{background-color:#fff;padding:20px;border-radius:0 0 16px 16px;box-shadow:0 0 18px rgba(0,0,0,.059);font-family:Gilroy,serif}.app-select-box__content__view{height:240px;overflow-y:scroll;margin-bottom:20px;padding-right:10px}.app-select-box__content__view::-webkit-scrollbar{-webkit-appearance:none}.app-select-box__content__view::-webkit-scrollbar:vertical{width:4px;border-radius:4px;background-color:#e6e6e6}.app-select-box__content__view::-webkit-scrollbar-thumb{border-radius:4px;background-color:#3348fb}.app-select-box__content__view .app-form-check input,.app-select-box__content__view .app-form-radio input{border:1px solid #999}.wrapper.mobile_version .app-select-box__content__view{height:auto;max-height:60vh}.app-select-box__content--mobile{position:fixed;z-index:100000;left:0;right:0;bottom:0;margin-bottom:0;border-radius:16px 16px 0 0;background-color:#fff;padding:16px 16px calc(16px + env(safe-area-inset-bottom, 0px));max-height:85vh;display:flex;flex-direction:column;box-shadow:0 -6px 16px rgba(0,0,0,.059)}.app-select-box__content--mobile .app-select-box__content__view{height:auto;max-height:min(50vh,360px);flex:1;min-height:0}.app-select-box__content--mobile .app-select-box__content__hint{height:auto;min-height:120px;max-height:min(50vh,360px);flex:1}.app-select-box__content--mobile .app-select-box__content__buttons{flex-shrink:0;padding-top:4px}.app-select-box__content__mobile-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:15px;flex-shrink:0}.app-select-box__content__mobile-title{font-size:16px;font-weight:600;text-transform:none;margin:0;color:#1a1a1a;line-height:150%}.app-select-box__content__mobile-close{display:flex;align-items:center;justify-content:center;background:none;border:none;outline:none;padding:0;color:#3348fb;cursor:pointer;flex-shrink:0}.app-select-box__content__mobile-close .icon-block{width:15px;height:15px}.app-select-box__content__buttons{display:flex;gap:10px}.app-select-box__content__buttons .app-form-button{flex:1}.app-select-box__content__hint{height:240px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#999;font-size:14px;text-align:center;padding:0 10px}.app-select-box__content__table .app-form-check,.app-select-box__content__table .app-form-radio{border-bottom:1px solid #f1f1f1}.app-select-box-mini{position:relative}.app-select-box-mini .app-select-box__button{width:-moz-max-content;width:max-content;min-height:20px;font-size:12px}.app-select-box-mini .app-select-box__button__badges{display:none}.app-select-box-mini .app-select-box__content{border-radius:16px;position:absolute;z-index:99999;box-shadow:0 0 18px rgba(0,0,0,.12)}.app-select-box-mini .app-select-box__content--mobile{position:fixed;z-index:100000;border-radius:16px 16px 0 0}.question-card__content__meta{margin-top:14px}.question-card__content__meta__tags{display:flex;flex-wrap:wrap;gap:8px}.question-card__content__meta__tag-pill{font-size:12px;font-weight:500;font-family:inherit;text-transform:uppercase;color:gray;border:1px solid #ccc;border-radius:100px;padding:4px 8px;background:transparent;cursor:pointer;line-height:1.2;transition:border-color .2s ease,color .2s ease}.question-card__content__meta__tag-pill:hover{border-color:gray;color:#666}.question-card__content__meta__tag-pill:active{border-color:#3348fb;color:#3348fb}.question-card__content__meta__categories{margin-top:8px;font-size:14px;font-weight:500;color:#999;line-height:1.4}.question-card__content__meta__dot{margin:0 6px}.app-form-textarea-container{position:relative;width:100%}.app-form-textarea-container__error-text{color:#fc382c;margin-top:5px}.app-form-textarea{padding:10px 15px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-weight:100;height:40px;background-color:#fff;width:100%}.app-form-textarea::-moz-placeholder{color:gray}.app-form-textarea::placeholder{color:gray}.app-form-textarea:focus{outline:none;border-color:#007bff}.app-form-textarea__error{border-color:#fc382c;background-color:rgba(255,23,0,.071);color:#fc382c}.app-form-textarea__error:focus{outline:none;border-color:#fc382c;color:#131313}.app-form-textarea-not-bordered{border:none}.app-form-input-container{position:relative;width:100%}.app-form-input-container__error-text{color:#fc382c;margin-top:5px}.app-form-input{padding:10px 15px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-weight:100;height:40px;background-color:#fff;width:100%}.app-form-input::-moz-placeholder{color:gray}.app-form-input::placeholder{color:gray}.app-form-input:focus{outline:none;border-color:#007bff}.app-form-input__error{border-color:#fc382c;background-color:rgba(255,23,0,.071);color:#fc382c}.app-form-input__error:focus{outline:none;border-color:#fc382c;color:#131313}.app-form-input-not-bordered{border:none}.app-form-input-fill{border:none;background:#f4f6ff}.app-form-input-fill-white{border:none;background:#fff}.app-form-input-upper{text-transform:uppercase}.app-form-input-password__btn{position:absolute;right:5px;background:none;border:none;cursor:pointer;color:#999;font-size:20px;display:flex;align-items:center;top:10px}.app-form-input-password__btn:hover{color:#666}.delete-qa-confirm-modal__content{max-width:464px;gap:16px;align-items:center;text-align:center}.delete-qa-confirm-modal__content .title{font-weight:800;text-transform:uppercase;line-height:150%;font-size:16px}.delete-qa-confirm-modal__content .description{background:none;font-weight:400;line-height:150%;font-size:16px}.delete-qa-confirm-modal__content .button-group{display:flex;flex-direction:row;gap:16px}.question-card__edit-message__question .question-card__edit-message__fields{width:100%;display:flex;flex-direction:column;gap:10px}.question-card{background:#fff;border-radius:16px;padding:20px;position:relative;margin-bottom:15px}.question-card__follow-button{background:no-repeat;margin-left:5px;cursor:pointer}.question-card__follow-button,.question-card__more-comments-button{font-size:14px;font-weight:500;color:#3348fb;border:none;outline:none}.question-card__more-comments-button{background:none;padding:5px 0;margin:20px 0 10px 0;display:flex;gap:5px}.question-card__more-answers-button{margin-top:20px;width:100%}.question-card__more-answers-button__force-top{margin-top:40px}.question-card__disabled{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1000;border-radius:16px;animation:fadeInWithBackgroundWhite .5s ease forwards}.question-card__block__answer{border-top:1px solid #e6e6e6;margin-top:20px;padding-top:20px}.question-card__block__answer__no-border{border-top:none;margin-top:0}.question-card__block__comment{padding-left:50px;margin-top:20px}.question-card__header{display:flex;justify-content:space-between}.question-card__header--mobile-admin{flex-direction:column;align-items:stretch;gap:12px}.question-card__header__body{display:flex;justify-content:space-between;width:100%;min-width:0}.question-card__header__admin-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-end;width:100%;gap:0}.question-card__header__left{display:flex;flex-direction:column;min-width:0}.question-card__header__left__top{margin-bottom:15px}.wrapper.mobile_version .question-card__header__left__top{min-height:25px}.question-card__header__left__bottom{display:flex;align-items:center}.question-card__header__left__bottom__full{width:-moz-max-content;width:max-content;max-width:calc(100vw - 75px)}.question-card__header__right{display:flex;align-items:flex-start;padding-top:2px}.question-card__header__author{display:flex;flex-direction:column;min-width:0}.question-card__header__author__top{display:flex;align-items:center;overflow:hidden}.wrapper:not(.mobile_version) .question-card__header__author__top{overflow:visible}.question-card__header__author__name{font-weight:500;font-size:14px;color:#000;text-decoration:none;white-space:nowrap;overflow:hidden}.question-card__header__author__point{width:4px;height:4px;padding:0;margin-left:8px;margin-right:8px}.question-card__header__author__point .icon-block{width:4px;height:4px}.question-card__header__author__date{color:gray;font-weight:500;font-size:14px;white-space:nowrap}.question-card__header__author__headline{font-size:12px;font-weight:300;padding-top:5px}.question-card__header__medal-icon{min-width:20px;margin-left:5px}.question-card__header__action-icon,.question-card__header__medal-icon{position:relative;width:20px;height:20px;background-color:transparent;border:none;outline:none;color:#3348fb;padding:2px;border-radius:4px}.question-card__header__action-icon{margin-left:10px}.question-card__header__action-button{width:20px;height:20px;background-color:transparent;border:none;outline:none;color:#3348fb;padding:2px;border-radius:4px;margin-left:10px;cursor:pointer;transition:background-color .3s ease}.question-card__header__action-button:active{background-color:rgba(51,72,251,.15)}.question-card__header__action-button-approve{height:20px;border:none;outline:none;background-color:#d6ecd3;color:#1b5e23;padding:2px 5px;border-radius:4px;margin-left:10px;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:500;font-size:12px;transition:background-color .3s ease;cursor:pointer}.question-card__header__action-button-approve:active{background-color:#c5dac2}.question-card__header__action-button-reject{height:20px;border:none;outline:none;color:#673333;background-color:#ffcece;padding:2px 5px;border-radius:4px;margin-left:10px;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:500;font-size:12px;transition:background-color .3s ease;cursor:pointer}.question-card__header__action-button-reject:active{background-color:#ecbbbb}.question-card__header__action-button-on{width:20px;height:20px;background-color:transparent;border:none;outline:none;color:#3348fb;padding:2px;border-radius:4px;margin-left:10px;transition:color .3s ease;cursor:pointer}.question-card__header__action-button-on:active{color:#7685ff}.question-card__header__action-button-off{width:20px;height:20px;background-color:transparent;border:none;outline:none;color:#b3b3b3;padding:2px;border-radius:4px;margin-left:10px;transition:color .3s ease;cursor:pointer}.question-card__header__action-button-off:active{color:#6a6a6a}.question-card__header__symbol{color:#666;font-size:10px;font-weight:500;background-color:#ededed;padding:3px 5px;border-radius:4px;margin-right:5px;display:inline-block;margin-bottom:4px;cursor:pointer;text-decoration:none}.question-card__header__symbol:hover{background-color:#e5e9ff;color:#3348fb}.question-card__header .user-avatar{margin-right:15px}.question-card__content{margin-top:15px;overflow-wrap:anywhere}.question-card__content__title{font-size:16px;font-weight:700;text-transform:uppercase;cursor:default;color:#131313;text-decoration:none}.question-card__content__title__link{cursor:pointer}.question-card__content__title__link:hover{color:#3348fb}.question-card__content__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.question-card__content__title-row .question-card__content__title{flex:1;min-width:0}.question-card__content__ai-icon{flex-shrink:0;width:16px;height:16px;color:#3348fb}.wrapper.mobile_version .question-card__content__title{text-transform:none}.question-card__content__description{font-size:16px;font-weight:100;margin-top:10px;white-space:pre-wrap}.question-card__content__show-hide-details{margin-top:10px}.question-card__content__show-hide-details button{font-size:16px;color:#131313;font-weight:500;cursor:pointer;text-decoration:underline;background-color:transparent;border:none;outline:none;padding:0}.question-card__actions{margin-top:15px;display:flex;justify-content:space-between}.question-card__actions__left{display:flex;gap:5px}.question-card__actions__right{display:flex;gap:20px}.question-card__actions__bottom{display:flex;gap:20px;padding:15px 0 0}.question-card__actions__bottom .question-card__actions__additional-button{color:#3348fb}.question-card__actions__right-hidden{display:none}.question-card__actions__reactions{display:flex;align-items:center}.question-card__actions__reactions__button{font-size:14px;font-weight:500;color:#3348fb;background-color:#f4f6ff;border:none;outline:none;padding:0 25px;border-radius:100px;height:32px;line-height:0;display:flex;align-items:center;cursor:pointer}.question-card__actions__reactions__button:first-child{border-radius:100px 0 0 100px;padding-right:10px}.question-card__actions__reactions__button:last-child{border-radius:0 100px 100px 0;padding-left:10px}.question-card__actions__reactions__button span{display:flex;align-items:center;padding-left:5px}.question-card__actions__reactions__button .icon{font-size:20px}.question-card__actions__reactions__button:hover{background-color:#e5e9ff}.question-card__actions__reactions__sep{height:100%}.question-card__actions__other-button,.question-card__actions__reactions__sep{background-color:#f4f6ff;align-items:center;display:flex;font-size:14px;font-weight:500;color:#3348fb}.question-card__actions__other-button{position:relative;border:none;outline:none;padding:0 20px;border-radius:20px;height:32px;line-height:0;justify-content:center;cursor:pointer}.question-card__actions__other-button__circle{width:32px;height:32px;padding:0}.question-card__actions__other-button span{display:flex;align-items:center;padding-left:5px}.question-card__actions__other-button .icon{font-size:20px}.question-card__actions__other-button:hover{background-color:#e5e9ff}.question-card__actions__additional-button{font-size:14px;font-weight:500;color:gray;background-color:transparent;border:none;outline:none;padding:0;line-height:0;display:flex;align-items:center;vertical-align:center;cursor:pointer}.question-card__actions__additional-button__share{position:relative;display:flex}.question-card__actions__additional-button__share__active{color:#3348fb}.question-card__actions__additional-button__share__content{position:absolute;z-index:99999;background-color:#fff;padding:20px;border-radius:16px;box-shadow:0 0 18px rgba(0,0,0,.059);top:100%}.question-card__actions__additional-button__share__item{padding:7px;border:none;outline:none;background-color:transparent;white-space:nowrap;border-radius:4px;font-size:12px;width:100%;text-align:left;display:flex;align-items:center;font-weight:100;color:#1a1a1a;text-decoration:none;cursor:pointer}.question-card__actions__additional-button__share__item .icon{font-size:14px;margin-right:8px}.question-card__actions__additional-button__share__item:hover:not(:disabled):not(:active){background-color:#eceefb}.question-card__actions__additional-button__share__item:active{background-color:#e5e9ff}.question-card__actions__additional-button__blue{color:#3348fb}.question-card__actions__additional-button .icon{padding-right:5px}.question-card__actions__additional-button:hover{color:#3348fb}.question-card__send-message{background-color:#f4f6ff;margin-left:-20px;margin-right:-20px;padding:15px 20px;margin-top:20px;display:flex;gap:10px;align-items:flex-start}.question-card__send-message__force-bottom{margin-bottom:-20px;border-radius:0 0 16px 16px}.question-card__send-message__comment{background-color:transparent;margin-top:0}.question-card__send-message .app-form-textarea{width:100%;height:100%}.question-card__send-message .app-form-textarea-container{width:100%;height:40px}.question-card__send-message__max .app-form-textarea-container{height:90px}.question-card__send-message__right{display:flex;flex-direction:column;gap:10px}.question-card__send-message__right__max{min-height:80px}.question-card__edit-message{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.question-card__edit-message__comment{background-color:transparent;margin-top:0}.question-card__edit-message .app-form-textarea{width:100%;height:100%}.question-card__edit-message .app-form-textarea-container{width:100%;height:90px}.question-card__edit-message__right{display:flex;gap:10px}.question-card__edit-message__right__max{min-height:80px}.wrapper.mobile_version .question-card__edit-message{flex-direction:row}.wrapper.mobile_version .question-card__edit-message__right{flex-direction:column}.wrapper.mobile_version .question-card{border-radius:0;border-bottom:1px solid #e6e6e6}.question-card__draft{border-bottom:20px solid #ededed;border-radius:0}