@keyframes avatar-spinner{0%{width:0px;height:0px}to{width:100%;height:100%}}@keyframes messages-spinner{0%{width:10px;height:10px;opacity:0}50%{width:50px;height:50px;opacity:1}to{width:10px;height:10px;opacity:0}}html{height:100%}body{margin:0;height:100%;display:flex;box-sizing:border-box}.main-part{display:flex;flex-grow:1;min-height:0}@media screen and (width <= 800px){.main-part{flex-direction:column;justify-content:space-between}}.main-part__waiting{display:flex;width:100%;align-items:center;justify-content:center;flex-grow:1}.main-part__spinner{animation-name:messages-spinner;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate;background-color:#d3cff98f;border-radius:50%}#root{width:100%;display:flex;flex-direction:column;flex-grow:1;overflow:hidden}a{color:inherit;text-decoration:none}.header{display:flex;flex-direction:row;width:100%;padding:10px 30px;box-sizing:border-box;justify-content:space-between;align-items:center;background-color:#d9d9d966;min-height:64px;max-height:64px}@media screen and (width <= 800px){.header{padding:10px}}.header-main-link{display:flex;align-items:center;gap:10px;color:#5b5aff;font-weight:900;font-size:26px;font-family:Inter;font-style:italic;-webkit-user-select:none;user-select:none}@media screen and (width <= 800px){.header-main-link{font-size:20px}}.header-logo{width:50px}.header-searchbar{display:flex;flex-direction:row;align-items:center;padding:5px 10px;border:1px solid rgba(0,0,0,.2);border-radius:10px;max-width:500px;flex-grow:1;margin:0 50px}.header-searchbar__img{width:20px;height:20px;margin-right:5px}.header-searchbar__input{border:none;background:inherit;font-family:Inder;color:#0009;flex-grow:1}.header-searchbar__input:focus-visible{border:none}.header-profile{display:flex;flex-direction:row;align-items:center;gap:15px}.header-profile__avatar{width:40px;height:40px;border-radius:3px;cursor:pointer;object-fit:cover}.header-profile__notifications{width:20px;height:20px}.header-profile-href{display:flex;gap:18px;align-items:center}.header-profile__name{display:flex;flex-direction:column;align-items:center;font-family:Inter;row-gap:3px}.header-profile__name:after{content:"";width:0px;left:50%;height:1px;background-color:#000;transition-duration:.2s}.header-profile__name:hover:after{width:100%;left:0}.header-auth-buttons{display:flex;column-gap:30px;align-items:center;font-family:Inter;font-size:17px}@media screen and (width <= 800px){.header-auth-buttons{font-size:12px;column-gap:15px}}.header-auth-buttons__log-in,.header-auth-buttons__sign-up{transition-duration:.2s;cursor:pointer;display:flex;flex-direction:column;align-items:center}.header-auth-buttons__log-in:after,.header-auth-buttons__sign-up:after{content:"";width:0px;left:50%;height:1px;transition-duration:.2s}.header-auth-buttons__log-in:hover:after,.header-auth-buttons__sign-up:hover:after{width:100%;left:0}.header-auth-buttons__log-in,.header-auth-buttons__sign-up{color:#5b5aff}.header-auth-buttons__log-in:after,.header-auth-buttons__sign-up:after{background-color:#5b5aff}.sidebar{display:flex;flex-direction:column;border-right:1px solid rgba(0,0,0,.4);padding:30px;gap:23px}@media screen and (width <= 800px){.sidebar{display:none}}.sidebar-item{display:flex;align-items:center;padding:8px 10px;border-radius:10px;position:relative}.sidebar-item:hover:after{width:70%;left:15%}.sidebar-item:after{background:#000;width:0px;height:1px;content:"";position:absolute;left:50%;bottom:0;transition-duration:.2s}.sidebar-item__img{width:25px;height:25px;-webkit-user-select:none;user-select:none}.sidebar-item__title{font-family:Roboto;margin-left:8px;font-size:17px}.sidebar-item_selected{display:flex;align-items:center;padding:8px 10px;border-radius:10px;position:relative;background-color:#80808042}.mobile-sidebar{display:none;width:100%;justify-content:space-around;padding:5px 0}@media screen and (width <= 800px){.mobile-sidebar{display:flex}}.mobile-sidebar-item{display:flex;align-items:center;padding:8px 10px;border-radius:10px}.mobile-sidebar-item__img{width:25px;height:25px}.mobile-sidebar-item__title{font-family:Roboto;margin-left:8px;font-size:17px}.mobile-sidebar-item_selected{background-color:#80808042}.chat-page{display:flex;width:100%;justify-content:center;padding:20px;box-sizing:border-box}@media screen and (width <= 800px){.chat-page{padding:0;background-color:#fff;flex-grow:1;max-height:100vh;min-height:100vh;transform:translateY(-64px)}}.chat-dialog{display:flex;flex-direction:column;background-color:#9fa8ff1a;border-radius:10px;max-width:600px;flex-grow:1;padding:10px 0 20px;box-sizing:border-box;margin:0 20px;position:relative}@media screen and (width <= 800px){.chat-dialog{border-radius:0;padding:5px 0 10px;margin:0;max-width:800px}}.chat-go-back{display:flex;padding-top:30px}@media screen and (width <= 800px){.chat-go-back{display:none}}.chat-go-back__img{width:20px;height:20px}.chat-go-back-wrapper{display:flex;justify-content:center;align-items:center;width:35px;height:36px;padding-right:2px;border-radius:50%;background-color:inherit;cursor:pointer;transition-duration:.4s}.chat-go-back-wrapper:hover{background-color:#c1c1c14d}.chat-footer{display:flex;margin:0 20px;justify-content:space-between;align-items:center;background-color:#9fa8ff1a;border-radius:10px;padding:15px 10px;box-sizing:border-box;box-shadow:1px 2px 5px 1px #0000001c;position:relative}.chat-footer-recorded-voice-message{display:flex;flex-grow:1;height:40px;border-radius:8px 10px;margin:0 10px;padding:10px;background-color:#001ede4a;box-sizing:border-box;justify-content:space-between;align-items:center}.chat-footer-recorded-voice-message__toggler{width:20px;height:20px;cursor:pointer}.chat-footer-recorded-voice-message__duration{font-family:Inter;font-size:12px}.chat-footer-fields{display:flex;align-items:center;flex-grow:1;position:relative}.chat-footer-fields__microphone{width:20px;height:20px;cursor:pointer;z-index:100;transition-duration:.2s}.chat-footer-fields__microphone:hover{transform:scale(1.1)}.chat-footer-fields__microphone-background{position:absolute;width:60px;height:60px;border-radius:50%;background-color:#a4b9ff;z-index:10;left:-20px;animation-name:recording;animation-duration:2s;animation-iteration-count:infinite;animation-direction:normal}@media screen and (width <= 800px){.chat-footer-fields__microphone-background{animation-name:mobile-recording}}.chat-footer-fields__textarea{display:flex;flex-grow:1;border:none;background:inherit;margin:0 10px;font-size:16px;color:#000c;outline:none;resize:none;overflow-y:scroll;max-height:80px;font-family:Inter;width:0}.chat-footer-fields__textarea::-webkit-scrollbar{display:none}.chat-footer-fields__textarea::-webkit-input-placeholder{color:inherit}.chat-footer-controls{display:flex;align-items:center;gap:10px}.chat-footer-controls__attach-file{width:17px;height:17px;cursor:pointer;transition-duration:.2s}.chat-footer-controls__attach-file:hover{transform:scale(1.1)}.chat-footer-controls__attachments-input{display:none}.chat-footer-controls__delete-recording{width:14px;height:14px;cursor:pointer;transition-duration:.2s}.chat-footer-controls__delete-recording:hover{transform:scale(1.1)}.chat-footer-controls__send-message{width:20px;height:20px;cursor:pointer;rotate:45deg;transition-duration:.2s}.chat-footer-controls__send-message:hover{transform:scale(1.1)}.chat-footer-controls__update-message{width:20px;height:20px;cursor:pointer}.chat-footer-scrolldown{position:absolute;border-radius:50%;background-color:#cad5f7;padding:5px 4px 0;cursor:pointer;right:20px;top:-70px;display:none;-webkit-user-select:none;user-select:none}.chat-footer-scrolldown__button{width:40px;height:40px}.chat-footer-scrolldown_visible{display:block}.chat-footer-stop-updating{display:flex}.chat-footer-stop-updating__img{opacity:.5;width:15px;height:15px;transition-duration:.2s;cursor:pointer}.chat-footer-stop-updating__img:hover{transform:scale(1.05)}@keyframes recording{0%{width:60px;height:60px}25%{width:100px;height:100px;transform:translate(-20px)}50%{width:30px;height:30px;transform:translate(15px)}75%{width:80px;height:80px;transform:translate(-10px)}to{width:60px;height:60px;transform:translate(0)}}@keyframes mobile-recording{0%{width:30px;height:30px;transform:translate(15px)}25%{width:70px;height:70px;transform:translate(-5px)}50%{width:20px;height:20px;transform:translate(20px)}75%{width:40px;height:40px;transform:translate(10px)}to{width:30px;height:30px;transform:translate(15px)}}.chat-header{display:flex;width:100%;justify-content:space-between;padding:0 20px 5px;box-sizing:border-box;border-bottom:1px solid rgba(0,15,58,.1215686275);min-height:60px;align-items:center;position:relative;-webkit-user-select:none;user-select:none}@media screen and (width <= 800px){.chat-header{padding:0 10px;gap:7px}}.chat-header-go-back{display:none}@media screen and (width <= 800px){.chat-header-go-back{display:flex}}.chat-header-go-back-wrapper{display:flex;justify-content:center;align-items:center;width:15px;height:15px;padding-right:2px;border-radius:50%;background-color:inherit;cursor:pointer;transition-duration:.4s}.chat-header-go-back__img{width:15px;height:15px}.chat-header-user{display:flex;align-items:center;gap:13px}@media screen and (width <= 800px){.chat-header-user{gap:7px;flex-grow:1}}.chat-header-user__name{font-size:20px}@media screen and (width <= 800px){.chat-header-user__name{font-size:16px}}.chat-header-user__name-mock{width:100px;height:20px;border-radius:5px;display:flex;justify-content:center;align-items:center;background-color:#80808057}.chat-header-user__name-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.chat-header-user__online{color:#0009;font-family:Inter;font-size:12px}@media screen and (width <= 800px){.chat-header-user__online{font-size:10px}}.chat-header-user__online-mock{margin-top:10px;width:50px;height:10px;border-radius:5px;display:flex;justify-content:center;align-items:center;background-color:#80808057}.chat-header-user-info{font-family:Inter;display:flex;flex-direction:column;justify-content:start;gap:13px;height:100%}@media screen and (width <= 800px){.chat-header-user-info{gap:7px}}.chat-header-user__avatar{width:50px;height:50px;border-radius:10px;object-fit:cover}@media screen and (width <= 800px){.chat-header-user__avatar{width:30px;height:30px;border-radius:3px}}.chat-header-user__avatar-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057}.chat-header-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.chat-header-chat-info{display:flex;flex-direction:column;justify-content:start;gap:7px;align-items:end}.chat-header-chat-info__tags{font-family:Inter;color:#0006;display:flex;gap:5px;flex-wrap:wrap}@media screen and (width <= 800px){.chat-header-chat-info__tags{font-size:12px}}.chat-header-chat-info__rating{color:#0009;font-family:Inter;font-size:12px}@media screen and (width <= 800px){.chat-header-chat-info__rating{font-size:10px}}.chat-header-remove-selection{display:flex;align-items:center;gap:10px;color:#5b5aff;font-size:21px;font-family:Inter}.chat-header-remove-selection__img{width:20px;height:20px;cursor:pointer}.chat-header-controls{display:flex;align-items:center;gap:15px}.chat-header-controls__img{width:25px;height:25px;cursor:pointer;transition-duration:.2s}.chat-header-controls__img:hover{transform:scale(1.05)}.skills-line__item{max-width:150px;white-space:nowrap;overflow:hidden}.skills-line__item_beginner{color:#bcbcff}.skills-line__item_intermediate{color:#7b7aff}.skills-line__item_advanced{color:#4c4bff}.modal-wrapper{display:flex;position:absolute;justify-content:center;align-items:center;width:100%;height:100%;font-family:Inter;background:#0000003b;padding:10px;box-sizing:border-box;animation-name:modal-wrapper;animation-duration:.5s;animation-iteration-count:1;animation-direction:normal}.modal-wrapper_closing{animation-name:modal-wrapper-closing;animation-duration:.5s;animation-iteration-count:1;animation-direction:normal}.modal-window{display:flex;flex-direction:column;background:#fff;border-radius:20px;width:500px;height:200px;padding:20px;box-sizing:border-box}.modal-window__content{display:flex;flex-grow:1;align-items:center;text-align:center;justify-content:center}.modal-window-footer{display:flex;width:100%;justify-content:space-around}.modal-window-footer__cancel-button,.modal-window-footer__agree-button{cursor:pointer;padding:10px;border-radius:10px;transition-duration:.2s}.modal-window-footer__cancel-button:hover,.modal-window-footer__agree-button:hover{transform:translateY(-2px);box-shadow:0 2px 7px #0000004f}.modal-window-footer__agree-button{color:#fff}.modal-window-footer__agree-button_delete{background-color:red}.modal-window-footer__agree-button_structurize{background-color:#8787ff;padding:10px 40px}@keyframes modal-wrapper{0%{opacity:0}to{opacity:1}}@keyframes modal-wrapper-closing{0%{opacity:1}to{opacity:0}}.chat-message{display:flex;flex-direction:column;max-width:300px;padding:5px 8px 10px;border-radius:15px 15px 0 0;gap:4px;cursor:pointer}.chat-message-wrapper{display:flex;align-items:end;gap:10px}.chat-message-wrapper_right{flex-direction:row-reverse}.chat-message-wrapper-structurize{position:relative}.chat-message-wrapper-structurize__img{width:20px;height:20px;margin-bottom:5px;opacity:.5;cursor:pointer;transition-duration:.2s;-webkit-user-select:none;user-select:none}.chat-message-wrapper-structurize__img:hover{width:21px;height:21px}.chat-message-field{display:flex;width:100%;cursor:pointer;padding:6px 10px;box-sizing:border-box;align-items:end;justify-content:space-between;transition-duration:.2s}.chat-message-field_right{flex-direction:row-reverse}.chat-message-field:hover,.chat-message-field_selected{background-color:#0000000a}.chat-message_left{background-color:#d4e2ff;border-radius:15px 15px 15px 0;align-items:start}.chat-message_left:before{content:"";width:5px;border-radius:12px}.chat-message_right{background-color:#001ede4a;border-radius:15px 15px 0;align-items:end}.chat-message-checked-mark{display:flex;align-items:center;justify-content:center;width:15px;height:15px;border:1px solid rgba(0,0,0,.3490196078);background-color:#c7ddff;border-radius:50%}.chat-message-checked-mark_left{margin-right:10px}.chat-message-checked-mark_right{margin-left:10px}.chat-message-checked-mark__img{width:8px;height:8px;opacity:.7}.chat-message-attachments-item__img{-webkit-user-select:none;user-select:none;width:60px;height:60px}.str-message-content{display:flex;flex-direction:column;background-color:#9fa8ff1a;max-width:600px;flex-grow:1;box-sizing:border-box}.str-message-content_paddinged{padding:10px;border-radius:10px}.str-message-content__mock{display:flex;flex-grow:1;justify-content:center;align-items:center}.str-message-content__spinner{animation-name:messages-spinner;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate;background-color:#d3cff98f;border-radius:50%}.str-message-content::-webkit-scrollbar{width:5px}.str-message-content:hover{transition-duration:.3s}.str-message-content:hover::-webkit-scrollbar-thumb{background-color:#0234ff4f}.str-message-content::-webkit-scrollbar-thumb{border-radius:30px;width:4px;transition-duration:.3s}.str-message-markdown{display:flex;flex-direction:column;flex-grow:1;background-color:#fff;color:#000;border-radius:inherit;font-size:11px;padding:7px;font-family:Inter;overflow-y:scroll;word-break:break-word}.str-message-markdown::-webkit-scrollbar{width:5px}.str-message-markdown:hover{transition-duration:.3s}.str-message-markdown:hover::-webkit-scrollbar-thumb{background-color:#96abff4f}.str-message-markdown::-webkit-scrollbar-thumb{border-radius:30px;width:4px;transition-duration:.3s}.description-window{padding:10px 7px 5px;font-family:Inter;font-size:11px;display:flex;flex-direction:column;align-items:center;text-align:center;border-radius:5px;position:absolute}.description-window__confirm{padding:5px 7px;background-color:#00f;color:#fff;border-radius:5px;transition-duration:.2s;font-size:10px}.description-window__confirm:hover{transform:scale(1.05)}.description-window__arrow{position:absolute;width:20px;height:10px;bottom:-10px;background-color:inherit;clip-path:polygon(0 0,50% 100%,100% 0,0 0)}.description-window-structurize-message{row-gap:8px;top:-81px;left:-47px;width:100px;padding-bottom:6px;background-color:#afc2ff;color:#fff}.description-window-skills-level-explaining{background-color:#dfdfdf;padding:11px;font-size:13px;top:-80px;left:-54px;color:#fff;display:none;opacity:0;transition-duration:.2s;transition-delay:.3s}.description-window-skills-level-explaining__arrow{clip-path:polygon(0 0,50% 100%,100% 0,0 0)}.chat-voice-message{display:flex;flex-direction:column;max-width:300px;padding:8px;border-radius:15px 15px 0 0;gap:4px;cursor:pointer}.chat-voice-message_left{background-color:#d4e2ff;border-radius:15px 15px 15px 0;align-items:start}.chat-voice-message_left:before{content:"";width:5px;border-radius:12px}.chat-voice-message_right{background-color:#001ede4a;border-radius:15px 15px 0;align-items:end}.chat-voice-message-content{display:flex;padding:0 5px;align-items:center;justify-content:space-between;gap:3px;margin-right:auto}.chat-voice-message-content__img{width:20px;height:20px;cursor:pointer;transition-duration:.5s;-webkit-user-select:none;user-select:none}.chat-voice-message-content__img:hover{transform:scale(1.1)}.chat-voice-message-content__duration{font-family:Inter;font-size:13px;width:37px;color:#fff}.chat-voice-message-content__plot{width:100px}.chat-voice-message-content__encrypted{aspect-ratio:1;width:20px;filter:brightness(2);transition-duration:.2s;margin-right:5px}.chat-voice-message-content__encrypted_shown{transform:scaleY(-1);aspect-ratio:1;width:20px;filter:brightness(2);transition-duration:.2s;margin-right:5px}.chat-voice-message-content__encrypted_shown:hover{transform:scale(1.2,-1.2)}.chat-voice-message-content__encrypted:hover{transform:scale(1.2)}.chat-voice-message-content__decrypted-message{width:100%;word-break:break-word;margin:4px auto 0;overflow:hidden;font-family:Inter;font-size:14px;border-left:3px solid #ab69ff;padding:5px 10px 5px 5px;background-color:#a5a5ff;color:#fff;box-sizing:border-box;animation-name:show-decrypted;animation-duration:.2s;animation-iteration-count:1;animation-fill-mode:forwards}@media screen and (width <= 800px){.chat-voice-message{max-width:240px}}.range-bar{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;background:#8d8d8d;border-radius:5px;background-image:linear-gradient(#fff,#fff);background-repeat:no-repeat;cursor:pointer}.range-bar::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:9px;height:9px;border-radius:50%;border:1px solid rgba(105,105,105,.4);background-image:linear-gradient(#fff,#fff)}.chat-content{display:flex;flex-grow:1;flex-direction:column-reverse;overflow-y:scroll;box-sizing:border-box;padding:10px 0;font-family:Inter;position:relative;scroll-behavior:smooth;margin-right:5px}.chat-content-attachments{display:flex;gap:10px;flex-wrap:wrap;padding:0 20px}.chat-content-attachments-item{display:flex;flex-direction:column;align-items:center;border-radius:10px;background:#f3f9ff;position:relative;gap:5px;padding:13px 8px 8px}.chat-content-attachments-item__img{width:40px;height:40px}.chat-content-attachments-item__size{font-family:Inter;font-size:12px;color:#5b5b5b}.chat-content-attachments-item__delete{position:absolute;cursor:pointer;z-index:1;top:5px;right:5px;width:13px;height:13px}.chat-content__mock{display:flex;flex-grow:1;justify-content:center;align-items:center}.chat-content__spinner{animation-name:messages-spinner;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate;background-color:#d3cff98f;border-radius:50%}.chat-content__text{font-size:14px;word-break:break-word;margin-left:0;margin-right:auto}.chat-content__time{color:#0009;font-size:10px;display:flex;gap:5px}.chat-content-structured{display:flex;flex-direction:column;max-height:300px;overflow:scroll;max-width:100%}.chat-content-structured::-webkit-scrollbar{display:none}.chat-content-link{margin:auto auto auto 0}.chat-content-link__go-to-page{color:#785bd2;text-decoration:underline;font-size:14px}.chat-content::-webkit-scrollbar{width:5px}.chat-content:hover{transition-duration:.3s}.chat-content:hover::-webkit-scrollbar-thumb{background-color:#0234ff4f}.chat-content::-webkit-scrollbar-thumb{border-radius:30px;width:4px;transition-duration:.3s}.chat-content__no-messages{display:flex;flex-grow:1;align-items:center;justify-content:center;color:#00000054;font-size:23px}.chat-content-day-field{display:flex;justify-content:center;width:100%;padding:5px;box-sizing:border-box}.chat-content-day-field__day{padding:5px 10px;background-color:#e4e4ff;border-radius:20px;color:#9d9a9a;font-size:12px;font-family:Inter;-webkit-user-select:none;user-select:none}.chat-content__structurizing{animation-name:structurizing;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate;-webkit-user-select:none;user-select:none}@keyframes recorder-bar{0%{opacity:0}to{opacity:1}}@keyframes structurizing{0%{opacity:0}50%{opacity:1}to{opacity:0}}.not-found{display:flex;flex-direction:column;align-items:center;width:100%;justify-content:center;font-size:50px;font-family:Inder;color:#c5cfff}.recorder-field{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;top:80px;z-index:1}.recorder-bar{display:flex;padding:10px 20px;justify-content:space-between;align-items:center;margin:auto;border-radius:25px;background:#d4dfff;box-sizing:border-box;gap:10px;animation-name:recorder-bar;animation-duration:.3s;animation-iteration-count:1;animation-direction:normal}@media screen and (width <= 800px){.recorder-bar{padding:5px 10px}}.recorder-bar__toggler{width:20px;height:20px;cursor:pointer;transition-duration:.5s}@media screen and (width <= 800px){.recorder-bar__toggler{width:12px;height:12px}}.recorder-bar__toggler:hover{transform:scale(1.1)}.recorder-bar-volume{display:flex;align-items:center;gap:10px}@media screen and (width <= 800px){.recorder-bar-volume{gap:5px}}.recorder-bar-volume__img{width:17px;height:17px}@media screen and (width <= 800px){.recorder-bar-volume__img{width:12px;height:12px}}.recorder-bar-speed{display:flex;align-items:center;gap:5px;font-family:Inter;font-size:12px;color:#0000007d}@media screen and (width <= 800px){.recorder-bar-speed{gap:3px;font-size:10px}}.recorder-bar__close-img{width:15px;height:15px;cursor:pointer;opacity:.7;transition-duration:.5s}@media screen and (width <= 800px){.recorder-bar__close-img{width:12px;height:12px}}.recorder-bar__close-img:hover{transform:scale(1.1)}.speed-range,.volume-range{width:70px}@media screen and (width <= 800px){.speed-range,.volume-range{width:50px}}.dialogs{display:flex;flex-direction:column;flex-grow:1;padding:30px;align-items:stretch;gap:10px;min-height:0;overflow:scroll}.dialogs::-webkit-scrollbar{display:none}@media screen and (width <= 800px){.dialogs{padding:0 10px 20px}}.dialogs-page{display:flex;width:100%;padding-top:50px;justify-content:space-between;min-height:0}@media screen and (width <= 800px){.dialogs-page{flex-direction:column-reverse;padding-top:0}}.skills-tags{display:flex;flex-direction:column;min-width:30%;padding-right:20px}@media screen and (width <= 800px){.skills-tags{padding:10px}}.skills-tags__tag{padding:5px 10px;border-radius:15px;cursor:pointer;font-size:17px;color:#4c412d;-webkit-user-select:none;user-select:none;font-family:Inter}@media screen and (width <= 800px){.skills-tags__tag{font-size:14px}}.skills-tags__tag_selected{background-color:#5b5aff;color:#fff}.skills-tags__title{display:flex;gap:40px;font-family:Inter;font-weight:700;font-size:23px;margin-bottom:20px}@media screen and (width <= 800px){.skills-tags__title{margin-bottom:10px;font-size:17px;gap:20px}}.skills-tags__count{color:#00000078}.skills-tags-examples{display:flex;flex-wrap:wrap;padding-right:10px;gap:10px}.dialog{display:flex;cursor:pointer;border:1px solid rgba(0,0,0,.2);border-radius:15px;padding:10px;justify-content:space-between;transition-duration:.2s}.dialog:hover{background-color:#0000000f;border:1px solid rgba(0,0,0,0)}.dialog-user{display:flex;align-items:center;gap:12px}.dialog-user__avatar{width:65px;height:65px;flex-shrink:0;border-radius:10px;object-fit:cover}@media screen and (width <= 800px){.dialog-user__avatar{width:50px;height:50px}}.dialog-user__avatar-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;border-radius:5px}.dialog-user__avatar-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.dialog-user-info{display:flex;flex-direction:column;width:100%}.dialog-user-info__name{font-family:Inter;margin-bottom:10px;font-size:20px;height:18px}@media screen and (width <= 800px){.dialog-user-info__name{font-size:14px;height:15px;margin-bottom:2px}}.dialog-user-info__name-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;width:100px;border-radius:5px}.dialog-user-info__name-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.dialog-user-info__last-message{margin-bottom:5px;height:22px;max-width:20vw;font-family:Open Sans;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}@media screen and (width <= 800px){.dialog-user-info__last-message{font-size:12px;height:15px}}.dialog-user-info__last-message-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;width:50%;max-width:20vh;border-radius:5px}.dialog-user-info__last-message-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.dialog-user-info__last-message_voiced{color:#6161ff}.dialog-user-info__message-time{font-size:10px;color:gray;font-family:Inter}.dialog-info{font-family:Inter;color:#0006}.dialog-info__tags{height:20px;display:flex;gap:5px;flex-wrap:wrap;justify-content:end}@media screen and (width <= 800px){.dialog-info__tags{font-size:12px}}.dialog-info__tags-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;width:200px;max-width:20vh;border-radius:5px}.dialog-info__tags-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.dialog__server-error{display:flex;flex-grow:1;justify-content:center;align-items:center;font-size:23px;font-family:Inter;color:#ff000069}.dialogs__no-chats{display:flex;flex-grow:1;justify-content:center;font-size:23px;font-family:Inter;color:#00000069}@media screen and (width <= 800px){.dialogs__no-chats{font-size:20px;margin-top:15px}}.profile-header{display:flex;width:100%;justify-content:space-between;align-items:start;flex-wrap:wrap;gap:10px}@media screen and (width <= 800px){.profile-header{flex-direction:column-reverse}}.profile-brief{display:flex;flex-direction:column;gap:10px}.profile-brief__name{font-family:Inter;font-size:25px}.profile-brief__name-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;width:200px;height:31px;border-radius:7px}.profile-brief__name-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.profile-brief-last-seen{display:flex;align-items:center;gap:5px;font-family:Inter;font-size:13px;color:#0000008a}.profile-brief-last-seen__img{width:17px;height:17px;-webkit-user-select:none;user-select:none}.profile-buttons{display:flex;gap:15px;align-items:center}.profile-buttons_other{align-items:stretch;flex-wrap:wrap}.profile-buttons-exit{background-color:#5b5aff;color:#fff;border:none;padding:10px 20px}.profile-buttons-chat{background:#5b5aff;color:#fff;border:none;padding:10px}.profile-buttons-edit,.profile-buttons-report{padding:10px}.profile-buttons-edit,.profile-buttons-report,.profile-buttons-chat,.profile-buttons-exit{display:flex;align-items:center;justify-content:space-evenly;gap:4px;cursor:pointer;border-radius:12px;font-family:Inter;transition-duration:.2s;-webkit-user-select:none;user-select:none}.profile-buttons-edit:hover,.profile-buttons-report:hover,.profile-buttons-chat:hover,.profile-buttons-exit:hover{transform:translateY(-2px);box-shadow:0 2px 7px #0000004f}.profile-buttons-edit__img,.profile-buttons-report__img,.profile-buttons-chat__img,.profile-buttons-exit__img{width:20px;height:20px}.profile-right-column{display:flex;flex-direction:column;width:100%;padding-right:50px;gap:20px}.profile-add-review{display:flex;border:1px solid rgba(0,0,0,.2);border-radius:15px;padding:10px;transition-duration:.2s;max-width:700px;width:80%;column-gap:10px;align-items:center}.profile-add-review-content{display:flex;flex-grow:1;flex-direction:column;min-height:65px;justify-content:space-around;row-gap:5px}.profile-add-review-header{display:flex;column-gap:10px;row-gap:2px;flex-wrap:wrap;align-items:start}.profile-add-review-user{display:flex;align-items:center;gap:12px}.profile-add-review-user__avatar{cursor:pointer;width:65px;height:65px;flex-shrink:0;border-radius:10px;object-fit:cover}@media screen and (width <= 800px){.profile-add-review-user__avatar{width:50px;height:50px}}.profile-add-review-user__avatar-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;border-radius:5px}.profile-add-review-user__avatar-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.profile-add-review-user-info{display:flex;align-items:center;flex-grow:1;gap:10px}.profile-add-review-user-info__input{display:flex;flex-grow:1;border:none;background:inherit;font-size:14px;outline:none;resize:none;overflow-y:scroll;max-height:80px;font-family:Open Sans}.profile-add-review-user-info__input::-webkit-scrollbar{display:none}.profile-add-review-user-info__input::-webkit-input-placeholder{color:inherit}.profile-add-review-user-info__input:focus-visible{outline:none}.profile-add-review-user-info__name{font-family:Inter;margin-bottom:5px;font-size:18px;word-break:break-all;cursor:pointer}@media screen and (width <= 800px){.profile-add-review-user-info__name{margin-bottom:0;font-size:14px;height:15px;overflow:hidden}}.profile-add-review-user-info__name-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;width:100px;border-radius:5px}.profile-add-review-user-info__name-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.profile-add-review-user-info__text{margin-bottom:2px;max-width:20vw;font-family:Open Sans;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}@media screen and (width <= 800px){.profile-add-review-user-info__text{font-size:12px;height:15px}}.profile-add-review-user-info__text-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;width:50%;max-width:20vh;border-radius:5px}.profile-add-review-user-info__text-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.profile-add-review-user-info__text_voiced{color:#6161ff}.profile-add-review-user-info__time{font-family:Inter;color:#0006;font-size:10px}.profile-add-review-info{display:flex;flex-direction:column;flex-grow:1}.profile-add-review-info__tags{display:flex;gap:5px;flex-wrap:wrap;font-size:15px;padding-top:2px}@media screen and (width <= 800px){.profile-add-review-info__tags{font-size:10px;gap:2px}}.profile-add-review-info__tags-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;width:200px;max-width:20vh;border-radius:5px}.profile-add-review-info__tags-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.profile-add-review__server-error{display:flex;flex-grow:1;justify-content:center;align-items:center;font-size:23px;font-family:Inter;color:#ff000069}.profile-add-review-rating{display:flex;align-items:start;height:100%;font-size:14px;font-family:Inter;gap:4px;padding-top:6px}@media screen and (width <= 800px){.profile-add-review-rating{padding-top:4px;font-size:12px}}.profile-add-review-rating__img{aspect-ratio:1;width:15px;cursor:pointer}@media screen and (width <= 800px){.profile-add-review-rating__img{width:13px}}.profile-add-review-footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.profile-add-review-footer__send-review{width:20px;height:20px;cursor:pointer;rotate:45deg;transition-duration:.2s}.profile-add-review-footer__send-review:hover{transform:scale(1.1)}.profile-add-review-footer__cancel-update-review{aspect-ratio:1;width:16px;transition-duration:.2s;cursor:pointer}.profile-add-review-footer__cancel-update-review:hover{transform:scale(1.1)}.profile-add-review-manage{display:flex;align-items:center;gap:7px}.profile-add-review-manage__edit,.profile-add-review-manage__delete{aspect-ratio:1;width:16px;cursor:pointer;transition-duration:.2s}.profile-add-review-manage__edit:hover,.profile-add-review-manage__delete:hover{width:18px}@media screen and (width <= 800px){.profile-add-review{width:100%;box-sizing:border-box}}.profile-content{display:flex;flex-direction:column;gap:30px}.profile-description{font-family:Inter;font-size:20px;display:flex;flex-direction:column;gap:10px;align-items:start}.profile-description__field{display:flex;padding:10px;color:#656565;font-size:16px;background-color:#d9d9d94d;border-radius:10px;width:80%;max-width:700px;min-height:100px}.profile-description__field-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057}.profile-description__field-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.profile-hrefs{font-family:Inter;font-size:20px;display:flex;flex-direction:column;gap:10px;align-items:start}.profile-hrefs-examples{display:flex;flex-wrap:wrap;align-items:center;gap:5px}.profile-hrefs-examples__href{color:#0000ffb8;text-decoration:underline}.profile-hrefs-examples-item{font-size:17px;padding:5px 12px;background-color:#e1e1e14d;border-radius:10px}.profile-hrefs__no-hrefs{display:flex;width:100%;align-items:center;justify-content:center;font-size:18px;color:#00000073}.profile-reviews{font-family:Inter;font-size:20px;display:flex;flex-direction:column;gap:10px;align-items:start}.profile-reviews__no-reviews{display:flex;width:100%;justify-content:center;color:#00000069;font-size:20px;padding-top:10px;max-width:700px}.profile-materials{font-family:Inter;font-size:20px;display:flex;gap:10px;align-items:center}.profile-materials-go-page{display:flex;padding:10px;cursor:pointer;transition-duration:.4s;border-radius:50%}.profile-materials-go-page:hover{background-color:#c1c1c14d}.profile-materials-go-page__img{transform:rotate(180deg);width:15px;height:15px}.review{display:flex;border:1px solid rgba(0,0,0,.2);border-radius:15px;padding:10px;transition-duration:.2s;max-width:700px;width:80%;gap:10px;align-items:center}@media screen and (width <= 800px){.review{width:100%;box-sizing:border-box}}.review-content{display:flex;flex-grow:1;flex-direction:column;min-height:65px;row-gap:5px}@media screen and (width <= 800px){.review-content{min-height:50px}}.review-header{display:flex;column-gap:10px;row-gap:2px;flex-wrap:wrap}.review-user{display:flex;align-items:center;gap:12px}.review-user__avatar{cursor:pointer;width:65px;height:65px;flex-shrink:0;border-radius:10px;object-fit:cover}@media screen and (width <= 800px){.review-user__avatar{width:45px;height:45px}}.review-user__avatar-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;border-radius:5px}.review-user__avatar-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.review-user-info{display:flex;align-items:start;flex-grow:1;gap:10px}.review-user-info__name{font-family:Inter;margin-bottom:5px;font-size:18px;word-break:break-all;cursor:pointer}@media screen and (width <= 800px){.review-user-info__name{font-size:14px;height:17px;overflow:hidden}}.review-user-info__name-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;width:100px;border-radius:5px}.review-user-info__name-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.review-user-info__text{margin-bottom:2px;font-family:Open Sans;overflow-y:scroll;text-overflow:ellipsis;font-size:14px;min-height:14px;max-height:80px;word-break:break-all}.review-user-info__text::-webkit-scrollbar{width:5px;background:none;border-radius:10px}.review-user-info__text::-webkit-scrollbar-thumb{width:5px;border-radius:10px;background-color:#0234ff4f}@media screen and (width <= 800px){.review-user-info__text{font-size:12px;max-height:60px}}.review-user-info__text-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;width:50%;max-width:20vh;border-radius:5px}.review-user-info__text-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.review-user-info__text_voiced{color:#6161ff}.review-user-info__time{font-family:Inter;color:#0006;font-size:10px}.review-info{display:flex;flex-direction:column;flex-grow:1}.review-info__tags{display:flex;gap:5px;flex-wrap:wrap;font-size:15px;padding-top:2px}@media screen and (width <= 800px){.review-info__tags{font-size:10px;padding:0;gap:2px}}.review-info__tags-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;width:200px;max-width:20vh;border-radius:5px}.review-info__tags-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.review__server-error{display:flex;flex-grow:1;justify-content:center;align-items:center;font-size:23px;font-family:Inter;color:#ff000069}.review-rating{display:flex;align-items:start;height:100%;font-size:12px;font-family:Inter;gap:4px;padding-top:6px}@media screen and (width <= 800px){.review-rating{padding:0}}.review-rating__img{aspect-ratio:1;width:12px}@media screen and (width <= 800px){.review-rating__img{padding-top:1px}}.review-footer{display:flex;justify-content:space-between;gap:10px}.review-manage{display:flex;align-items:center;min-width:40px;justify-content:space-between}.review-manage__edit,.review-manage__delete{aspect-ratio:1;width:16px;cursor:pointer;transition-duration:.2s}.review-manage__edit:hover,.review-manage__delete:hover{width:18px}.profile-left-column{display:flex;flex-direction:column;width:300px;align-items:center;margin-right:30px}.profile-avatar{width:200px;height:200px;border-radius:7px;margin-bottom:30px}.profile-avatar__img{width:200px;height:200px;border-radius:7px;box-shadow:2px 2px 7px #00000057;object-fit:cover}.profile-avatar__img-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057}.profile-avatar__img-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.profile-stats{display:flex;flex-direction:column;width:200px;gap:9px;margin-bottom:20px}.profile-stats-item{display:flex;justify-content:space-between;align-items:center}.profile-stats-item__example-title{font-family:Inter;font-size:18px}.profile-stats-item__example-value{font-family:Inter;font-size:17px;color:gray}.profile-stats-item__example-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057;width:17px;height:17px;border-radius:6px}.profile-stats-item__example-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.profile-tags{display:flex;flex-direction:column;width:260px;margin-bottom:40px}.profile-tags-header{display:flex;align-items:end;margin-bottom:10px}.profile-tags-header-question{position:relative;display:flex;align-items:center}.profile-tags-header__title{display:flex;align-items:center;gap:5px;font-size:23px;font-family:Inter;margin-right:40px}.profile-tags-header__count{font-size:21px;color:gray;font-family:Roboto}.profile-tags-header__img{width:15px;height:15px;opacity:.5;-webkit-user-select:none;user-select:none;transition-delay:.3s;transition-duration:.2s}.profile-tags-header__img:hover+.description-window{display:flex;opacity:1}.profile-tags-array{display:flex;flex-wrap:wrap}.profile-tags-array__tag{font-family:Inter;font-size:16px;background-color:#d9d9d966;padding:5px 10px;border-radius:20px;margin:6px 7px;-webkit-user-select:none;user-select:none}.profile-tags-array__tag_beginner{background-color:#d8d8ff}.profile-tags-array__tag_intermediate{background-color:#afafff}.profile-tags-array__tag_advanced{background-color:#7978ff}.profile-to-learn{display:flex;flex-direction:column;width:260px;margin-bottom:40px}.profile-to-learn-header{display:flex;align-items:end;margin-bottom:10px}.profile-to-learn-header__title{display:flex;align-items:center;gap:5px;font-size:23px;font-family:Inter;margin-right:40px}.profile-to-learn-array{display:flex;flex-wrap:wrap}.profile-to-learn-array__tag{font-family:Inter;font-size:16px;background-color:#d9d9d966;padding:5px 10px;border-radius:20px;margin:6px 7px;-webkit-user-select:none;user-select:none}.profile-to-learn-array__tag_beginner{background-color:#d8d8ff}.profile-to-learn-array__tag_intermediate{background-color:#afafff}.profile-to-learn-array__tag_advanced{background-color:#7978ff}.profile-preferred-format{display:flex;align-items:start;width:100%;font-size:17px;font-family:Inter;flex-direction:column}.profile-skill-levels{display:flex;flex-direction:column;gap:3px}.profile-skill-level-row{display:flex;align-items:center;gap:7px}.profile-skill-level__color{width:8px;height:8px;border-radius:50%;border:1px solid #bfbfbf}.profile-page{display:flex;flex-grow:1;min-height:0;overflow:scroll;margin-bottom:10px}.profile-page::-webkit-scrollbar{display:none}.profile-wrapper{display:flex;flex-grow:1;padding:40px 20px}@media screen and (width <= 800px){.profile-wrapper{display:none}}.profile-wrapper_mobile{display:none;flex-grow:1;flex-direction:column;overflow:scroll;padding:20px;gap:30px}.profile-wrapper_mobile::-webkit-scrollbar{display:none}@media screen and (width <= 800px){.profile-wrapper_mobile{display:flex}}.profile-mobile-header{display:flex;justify-content:space-between;gap:10px}.profile-mobile-header-user{display:flex;align-items:center;gap:10px}.profile-mobile-header__name{font-size:14px;word-break:break-all}.profile-mobile-header-info{display:flex;align-items:start;gap:10px}.profile-mobile-header-info__avatar{width:55px;aspect-ratio:1;border-radius:5px;object-fit:cover}.profile-mobile-header-info-user{display:flex;flex-direction:column;font-family:Inter;height:55px;justify-content:space-around}.profile-mobile-header-last-seen{display:flex;gap:5px;align-items:center}.profile-mobile-header-last-seen__img{width:12px;aspect-ratio:1;-webkit-user-select:none;user-select:none}.profile-mobile-header-last-seen__title{font-size:10px;color:#7e7e7e}.profile-mobile-header-rating{display:flex;align-items:center;gap:5px;padding-top:8px}.profile-mobile-header-rating__img{width:17px;aspect-ratio:1}.profile-mobile-header-rating__title{font-family:Inter;font-size:14px}.profile-mobile-header-buttons{display:flex;align-items:center;gap:15px}.profile-mobile-header__report{margin-top:1px}.profile-mobile-header-logout-wrapper,.profile-mobile-header-send-message-wrapper{display:flex;padding:8px;background:#5b5aff;border-radius:10px}.profile-mobile-header__report,.profile-mobile-header__send-message,.profile-mobile-header__edit,.profile-mobile-header__logout{width:18px;aspect-ratio:1;cursor:pointer;-webkit-user-select:none;user-select:none;transition-duration:.2s}.profile-mobile-header__report:hover,.profile-mobile-header__send-message:hover,.profile-mobile-header__edit:hover,.profile-mobile-header__logout:hover{width:19px}.profile-mobile-content{display:flex;flex-direction:column;flex-grow:1;min-height:0;overflow:scroll;gap:20px}.profile-mobile-content::-webkit-scrollbar{display:none}.profile-mobile-content-description{display:flex;flex-direction:column;font-family:Inter;font-size:16px;gap:15px}.profile-mobile-content-description__field{background:#f2f2f2;padding:5px;border-radius:7px;color:#656565;font-size:12px;min-height:40px;width:70%}.profile-mobile-content-hrefs{font-family:Inter;font-size:16px;display:flex;flex-direction:column;gap:15px;align-items:start}.profile-mobile-content-hrefs-examples{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.profile-mobile-content-hrefs-examples__href{color:#0000ffb8;text-decoration:underline}.profile-mobile-content-hrefs-examples-item{font-size:13px;padding:5px 12px;background-color:#e1e1e14d;border-radius:10px}.profile-mobile-content-hrefs__no-hrefs{display:flex;width:100%;align-items:center;justify-content:center;font-size:16px;color:#00000073}.profile-mobile-content-materials{font-family:Inter;font-size:16px;display:flex;gap:10px;align-items:center;padding-top:5px}.profile-mobile-content-materials-go-page{display:flex;padding:5px;cursor:pointer;transition-duration:.4s;border-radius:50%}.profile-mobile-content-materials-go-page:hover{background-color:#c1c1c14d}.profile-mobile-content-materials-go-page__img{transform:rotate(180deg);width:10px;aspect-ratio:1}.profile-mobile-content-tags{display:flex;justify-content:space-between}.profile-mobile-content-tags-header{display:flex;align-items:end}.profile-mobile-content-tags-header__title{display:flex;align-items:center;gap:5px;font-size:16px;font-family:Inter}.profile-mobile-content-tags-header__count{font-size:21px;color:gray;font-family:Roboto}.profile-mobile-content-tags-header__img{width:15px;height:15px;opacity:.5;-webkit-user-select:none;user-select:none}.profile-mobile-content-tags-header__img:hover+.description-window{display:flex;opacity:1}.profile-mobile-content-tags-array{display:flex;flex-wrap:wrap;gap:5px}.profile-mobile-content-tags-array__tag{font-family:Inter;font-size:12px;background-color:#d9d9d966;padding:2px 5px;border-radius:20px;-webkit-user-select:none;user-select:none}.profile-mobile-content-tags-array__tag_beginner{background-color:#d8d8ff}.profile-mobile-content-tags-array__tag_intermediate{background-color:#afafff}.profile-mobile-content-tags-array__tag_advanced{background-color:#7978ff}.profile-mobile-content-to-share,.profile-mobile-content-to-learn{display:flex;flex-direction:column;gap:10px;flex-grow:1}.profile-mobile-content-to-learn-header{display:flex;align-items:end}.profile-mobile-content-to-learn-header__title{display:flex;align-items:center;gap:5px;font-size:16px;font-family:Inter}.profile-mobile-content-to-learn-array{display:flex;flex-wrap:wrap;gap:5px}.profile-mobile-content-to-learn-array__tag{font-family:Inter;font-size:12px;background-color:#d9d9d966;padding:2px 5px;border-radius:20px;-webkit-user-select:none;user-select:none}.profile-mobile-content-to-learn-array__tag_beginner{background-color:#d8d8ff}.profile-mobile-content-to-learn-array__tag_intermediate{background-color:#afafff}.profile-mobile-content-to-learn-array__tag_advanced{background-color:#7978ff}.profile-mobile-content-reviews{font-family:Inter;font-size:16px;display:flex;flex-direction:column;gap:10px;align-items:start}.profile-mobile-content-reviews__no-reviews{display:flex;width:100%;justify-content:center;color:#00000069;font-size:18px;padding-top:10px}.found-user{display:flex;align-items:center;gap:20px;padding:10px 30px 10px 10px;border-radius:10px;border:1px solid rgba(0,0,0,.2196078431);transition-duration:.2s;max-width:800px}@media screen and (width <= 800px){.found-user{padding:10px;gap:10px}}.found-user:hover{background-color:#0000000f;border:1px solid rgba(0,0,0,0)}.found-user-avatar{display:flex;width:70px;height:70px;border-radius:5px}@media screen and (width <= 800px){.found-user-avatar{width:50px;height:50px}}.found-user-avatar__img{width:inherit;height:inherit;border-radius:inherit;object-fit:cover}.found-user-info{display:flex;flex-direction:column;flex-grow:1;gap:15px}.found-user-header{display:flex;justify-content:space-between;align-items:start}.found-user-header__name{font-family:Inter;font-size:19px}@media screen and (width <= 800px){.found-user-header__name{font-size:16px}}.found-user-header__tags{font-family:Inter;font-size:14px;color:#00000075;display:flex;gap:5px}@media screen and (width <= 800px){.found-user-header__tags{font-size:12px}}.found-user-stats{display:flex;gap:50px}@media screen and (width <= 800px){.found-user-stats{gap:10px}}.found-user-last-seen{display:flex;gap:5px;font-size:13px;font-family:Inter;color:#0000008f}@media screen and (width <= 800px){.found-user-last-seen{font-size:12px}}.found-user-last-seen__img{width:17px;height:17px}@media screen and (width <= 800px){.found-user-last-seen__img{width:14px;height:14px}}.found-user-footer{display:flex;justify-content:space-between;font-family:Inter;font-size:15px}@media screen and (width <= 800px){.found-user-footer{font-size:12px}}.found-user-footer__rate,.found-user-footer__helps,.found-user-footer__feedbacks{display:flex;gap:10px}.main-content{display:flex;flex-grow:1;gap:30px;min-height:0;justify-content:space-between}@media screen and (width <= 800px){.main-content{flex-direction:column-reverse}}.main-content-left-side{display:flex;flex-grow:5;gap:30px;min-height:0}.main-results{display:flex;flex-direction:column;flex-grow:1;overflow-y:scroll;min-height:0;gap:10px}.main-results::-webkit-scrollbar{display:none}.main-results__waiting,.main-results__no-results{display:flex;align-items:center;justify-content:center;text-align:center;font-size:20px;font-family:Inter;color:#00000073;flex-grow:1}@media screen and (width <= 800px){.main-results__waiting,.main-results__no-results{font-size:18px;margin-top:15px}}.filter-layout{display:flex;flex-direction:column;flex-grow:1;gap:20px}.filter-layout-filter{display:flex;gap:10px;align-items:center;font-family:Inter;font-size:17px;width:270px}@media screen and (width <= 800px){.filter-layout-filter{font-size:15px}}.filter-layout-filter-select{border:none;background-color:#00000019;padding:5px;border-radius:20px;cursor:pointer;font-family:Inter}@media screen and (width <= 800px){.filter-layout-filter-select{font-size:11px}}.filter-layout-filter-select:focus-visible,.filter-layout-filter-select:focus{border:none;outline:none}.filter-layout__no-materials{display:flex;flex-grow:1;justify-content:center;font-size:23px;font-family:Inter;color:#00000069;align-items:center}@media screen and (width <= 800px){.filter-layout__no-materials{font-size:18px;margin-top:10px}}.filter-layout-mock{display:flex;width:100%;justify-content:center;align-items:center}.filter-layout__spinner{animation-name:messages-spinner;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate;background-color:#d3cff98f;border-radius:50%}.filter-layout__name-input,.filter-layout__skill-select{border:1px solid rgba(0,0,0,.2);border-radius:10px;padding:10px;font-family:Inter;font-size:13px}@media screen and (width <= 800px){.filter-layout__name-input,.filter-layout__skill-select{font-size:11px}}.filter-layout__name-input:focus-visible,.filter-layout__skill-select:focus-visible{outline:none;border:1px solid rgba(0,0,0,.8)}.filter-layout-inputs{display:flex;flex-direction:column;gap:10px}.filter-layout-added-skills{display:flex;flex-wrap:wrap;gap:5px}.filter-layout-added-skills-item{display:flex;padding:5px 8px;background-color:#00000019;border-radius:20px;font-family:Inter;align-items:center;gap:8px;font-size:13px}.filter-layout__delete-skill{width:12px;height:12px;cursor:pointer}.dropdown-menu{display:flex;flex-direction:column;position:relative}.dropdown-menu__input{border:1px solid rgba(0,0,0,.2);border-radius:10px;padding:10px;font-family:Inter;font-size:13px}@media screen and (width <= 800px){.dropdown-menu__input{font-size:11px}}.dropdown-menu__input:focus-visible{outline:none}.dropdown-menu__input:focus-visible~.dropdown-menu-filtered{display:flex}.dropdown-menu-filtered{display:none;flex-direction:column;position:absolute;top:29px;border-radius:6px;max-height:200px;background-color:#fff;overflow-y:scroll;font-family:Inter;font-size:14px;border:1px solid rgba(0,0,0,.4117647059);width:calc(100% - 5px);z-index:2;color:#000}.dropdown-menu-filtered:hover{display:flex}.dropdown-menu-filtered__item,.dropdown-menu-filtered__no-items{padding:3px 5px;box-sizing:border-box}.dropdown-menu-filtered__item{transition-duration:.2s;cursor:pointer}.dropdown-menu-filtered__item:hover{background-color:#f3f3f3}.dropdown-menu-filtered__no-items{color:#0000008f}.dropdown-menu-filtered::-webkit-scrollbar{display:none}.main-page{display:flex;width:100%;padding:40px;flex-direction:column;gap:30px;box-sizing:border-box;min-height:0}@media screen and (width <= 800px){.main-page{padding:15px;gap:20px}}.main-header{display:flex;justify-content:space-between;width:100%}@media screen and (width <= 800px){.main-header{flex-direction:column;gap:10px}}.main-header-left{display:flex;flex-direction:column;gap:20px;flex-grow:1}@media screen and (width <= 800px){.main-header-left{gap:15px}}.main-header-right{display:flex;flex-direction:column;justify-content:end;width:300px;margin-right:100px}@media screen and (width <= 800px){.main-header-right{width:80%}}.main-header__searching-input{border:1px solid rgba(0,0,0,.2);border-radius:10px;padding:10px;font-family:Inter;font-size:13px}@media screen and (width <= 800px){.main-header__searching-input{font-size:11px;padding:7px}}.main-header__searching-input:focus-visible{outline:none;border:1px solid rgba(0,0,0,.8)}.main-header-hello{display:flex;font-weight:700;font-family:Inter;font-size:30px}@media screen and (width <= 800px){.main-header-hello{font-size:20px}}.main-header-hello-mock{display:flex;justify-content:center;align-items:center;width:200px;height:36px;background-color:#80808057;border-radius:5px;margin-left:20px}.main-header-hello-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.main-header-questions{font-size:17px;font-family:Inter}@media screen and (width <= 800px){.main-header-questions{font-size:14px}}.auth-page{display:flex;width:100%;justify-content:center;align-items:center;padding:0 30px;box-sizing:border-box;flex-grow:1}.auth-window{display:flex;flex-direction:column;padding:30px;background-color:#d9d9d966;border-radius:20px;gap:20px;font-size:19px;box-sizing:border-box;max-height:calc(100vh - 100px);max-width:100%}.auth-header{display:flex;justify-content:center;gap:20px;font-family:Inter;align-items:center;margin:0 20px}.auth-log-in,.auth-sign-up{display:flex;padding:6px 15px;border-radius:10px;color:#000}.auth-log-in_selected,.auth-sign-up_selected{background-color:#fff;color:#000}.text-field{font-family:Inter;display:flex;flex-direction:column;gap:10px;width:100%;color:#000;border:2px solid rgba(0,0,0,0)}.text-field-content__input{border:none;padding:10px;border-radius:10px;font-size:16px;width:100%;box-sizing:border-box;font-family:Inter}.text-field-content__input:focus-visible{outline:none}.text-field-content__input_errored{border:2px solid red}.text-field__error{font-size:12px;color:#cf0000;font-family:Inter;max-width:100%}.password-field{font-family:Inter;display:flex;flex-direction:column;gap:10px;width:100%;color:#000}.password-field-content{display:flex;align-items:center;background-color:#fff;border-radius:10px;position:relative}.password-field-content__input{border:none;background:inherit;border-radius:inherit;font-size:16px;width:100%;box-sizing:border-box;font-family:Inter;padding:10px;border:2px solid rgba(0,0,0,0)}.password-field-content__input_errored{border:2px solid red}.password-field-content__input:focus-visible{outline:none}.password-field__eye-img{width:15px;height:15px;cursor:pointer;-webkit-user-select:none;user-select:none;position:absolute;right:10px}.password-field__error{font-size:12px;color:#cf0000;font-family:Inter;max-width:250px}.sign-up-page{display:flex;flex-direction:column;gap:15px;align-items:center;overflow-y:scroll;overflow-x:hidden;width:430px;max-width:100%}.sign-up-page::-webkit-scrollbar{display:none}.sign-up__button-reg,.sign-up__button-next{background-color:#5b5aff;color:#fff}.sign-up__button-reg{padding:8px 20px}.sign-up__button-reg,.sign-up__button-next,.sign-up__button-prev{display:flex;justify-content:center;align-items:center;font-family:Inter;margin-top:20px;border-radius:10px;cursor:pointer;transition-duration:.2s;-webkit-user-select:none;user-select:none;text-align:center}.sign-up__button-reg:hover,.sign-up__button-next:hover,.sign-up__button-prev:hover{transform:translateY(-2px);box-shadow:0 2px 7px #0000004f}@media screen and (width <= 800px){.sign-up__button-next,.sign-up__button-prev,.sign-up__button-reg{padding:8px}}.sign-up__button-next,.sign-up__button-prev{padding:8px 50px}.sign-up__button-prev{background-color:#fff;color:#000}.sign-up-avatar{font-family:Inter;display:flex;flex-direction:column;gap:10px;width:100%;color:#000;align-items:start}.sign-up-avatar-field{display:flex;width:100%;justify-content:center}.sign-up-avatar__preview{font-size:14px;width:150px;height:150px;cursor:pointer;border-radius:50%;object-fit:cover}.sign-up-avatar_filtered{filter:invert(1)}.sign-up-avatar__input{display:none}.sign-up-avatar__error{height:12px;font-size:12px;color:#cf0000;font-family:Inter}.sign-up-preferred-format{font-family:Inter;display:flex;flex-direction:column;gap:10px;width:100%;color:#000;align-items:start}.sign-up-preferred-format-select{border:none;padding:10px 5px;font-family:Inter;border-radius:10px;cursor:pointer;font-size:14px}.sign-up-preferred-format-select:focus{outline:none;border:none}.sign-up-bio{font-family:Inter;display:flex;flex-direction:column;gap:10px;width:100%;color:#000}.sign-up-bio__length{font-size:10px;color:#0000007d;font-family:Inter}.sign-up-bio-field{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;align-items:end;padding:7px 10px 5px;height:150px;gap:5px}.sign-up-bio__input{border:none;background:inherit;font-family:inherit;resize:none;width:100%;flex-grow:1}.sign-up-bio__input:focus{outline:none}.sign-up-bio__input::-webkit-scrollbar{display:none}.sign-up-sktl{font-family:Inter;display:flex;flex-direction:column;gap:10px;width:100%;color:#000;align-items:start}.sign-up-sktl__no-skills-error{font-size:12px;color:#cf0000;font-family:Inter;max-width:250px;padding-left:5px}.sign-up-sktl-case{display:flex;align-items:center;gap:5px;box-sizing:border-box}.sign-up-sktl-case__delete-img{width:10px;height:10px;cursor:pointer}.sign-up-sktl-case-select-skill{border:none;padding:3px;border-radius:6px;font-family:Inter;font-size:14px;width:50%;background-color:#fff;color:#000}.sign-up-sktl-case-select-level{border:none;padding:3px;border-radius:6px;font-family:Inter;font-size:14px}.sign-up-sktl-cases{display:flex;flex-direction:column;width:100%;row-gap:10px}.sign-up-sktl-cases-add-skill{display:flex;width:20px;box-sizing:border-box;padding:5px;border-radius:50%;background:#dcdcdc;cursor:pointer;opacity:.5;transition-duration:.2s}.sign-up-sktl-cases-add-skill:hover{transform:scale(1.1)}.sign-up-sktl-cases-add-skill__img{width:10px;height:10px;border-radius:inherit}.sign-up-footer{display:flex;justify-content:space-around;width:100%}.sign-up-hrefs{display:flex;flex-direction:column;width:100%;font-family:Inter}.sign-up-hrefs-examples{display:flex;flex-wrap:wrap;justify-content:space-evenly}.sign-up-hrefs-examples-add-href__img{width:15px;height:15px;cursor:pointer}.sign-up-hrefs-examples-item{display:flex;flex-direction:column}.sign-up-hrefs-examples-item-field{display:flex;align-items:center;gap:5px}.sign-up-hrefs-examples-item__img{width:12px;height:12px;cursor:pointer}.sign-up-hrefs-examples-item__input{border:none;padding:3px;border-radius:6px;font-family:Inter;font-size:14px;max-width:150px}.sign-up-hrefs-examples-item__input:focus-visible{outline:none}.sign-up-hrefs-examples-item__error{font-size:12px;color:#cf0000;font-family:Inter;max-width:100%}.loader{width:24px;height:24px;border:3px solid #FFF;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.log-in-page{display:flex;flex-direction:column;gap:15px;align-items:center}.log-in__button{display:flex;justify-content:center;align-items:center;padding:8px 50px;background-color:#5b5aff;color:#fff;font-family:Inter;margin-top:20px;border-radius:10px;cursor:pointer;transition-duration:.2s;-webkit-user-select:none;user-select:none}.log-in__button:hover{transform:translateY(-2px);box-shadow:0 2px 7px #0000004f}.settings-left-column{display:flex;flex-direction:column;max-width:300px;align-items:center;margin-right:30px;gap:30px}@media screen and (width <= 800px){.settings-left-column{margin-right:0;width:100%;gap:20px;max-width:100%}}.settings-avatar{display:flex;flex-direction:column;font-size:20px;align-items:start;width:100%;gap:10px}@media screen and (width <= 800px){.settings-avatar{align-items:center;font-size:16px}}.settings-avatar__error{font-size:12px;color:#cf0000;font-family:Inter;max-width:100%}.settings-avatar-set{position:relative;width:200px;height:200px;border-radius:7px;cursor:pointer}@media screen and (width <= 800px){.settings-avatar-set{width:130px;height:130px}}.settings-avatar-set:hover .settings-avatar-set__img{filter:blur(1px) brightness(.8)}.settings-avatar-set:hover .settings-avatar-set-add-img{display:flex}.settings-avatar-set-mock{display:flex;justify-content:center;align-items:center;background-color:#80808057}.settings-avatar-set-spinner{border-radius:inherit;background-color:#ffffff47;animation-name:avatar-spinner;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.settings-avatar-set__img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.settings-avatar-set-add-img{width:100%;height:100%;position:absolute;z-index:10;display:none;justify-content:center;align-items:center}.settings-avatar-set-add-img__img{width:50%;height:50%;filter:invert(1)}.settings-avatar__input{display:none}.settings-preferred-format{display:flex;align-items:start;width:100%;font-size:17px;font-family:Inter;flex-direction:column;gap:10px}@media screen and (width <= 800px){.settings-preferred-format{align-items:center;flex-direction:row;font-size:16px}}.settings-preferred-format-select{padding:5px 10px;border-radius:8px;font-size:14px;font-family:Inter}@media screen and (width <= 800px){.settings-preferred-format-select{padding:3px;font-size:12px}}.settings-preferred-format-select:focus{outline:none}.settings-right-column{display:flex;flex-direction:column;width:100%;padding-right:50px;gap:30px}@media screen and (width <= 800px){.settings-right-column{padding-right:0;gap:20px}}.settings-username{display:flex;flex-direction:column;gap:10px;font-size:20px}@media screen and (width <= 800px){.settings-username{font-size:16px}}.settings-username-field{display:flex;border:1px solid rgba(0,0,0,.2);background-color:#f7f7f7;padding:17px;border-radius:10px;font-size:10px;color:#0000007d;font-family:Inter;align-items:end;max-width:80%}@media screen and (width <= 800px){.settings-username-field{font-size:8px;padding:8px}}.settings-username-field__error{font-size:10px;color:#cf0000;font-family:Inter;max-width:100%}.settings-username__input{border:none;background-color:inherit;font-size:16px;font-family:Inter;flex-grow:1}@media screen and (width <= 800px){.settings-username__input{font-size:14px}}.settings-username__input:focus-visible{outline:none}.settings-bio{display:flex;flex-direction:column;font-size:20px;gap:10px}@media screen and (width <= 800px){.settings-bio{font-size:16px}}.settings-bio-field{display:flex;flex-direction:column;align-items:end;border-radius:10px;background-color:#f2f2f2;padding:17px;max-width:80%;min-width:80%;min-height:145px;border:1px solid rgba(0,0,0,.2)}@media screen and (width <= 800px){.settings-bio-field{min-height:80px;padding:8px}}.settings-bio__input{width:100%;height:100%;border:none;resize:none;background-color:inherit;font-family:Inter}@media screen and (width <= 800px){.settings-bio__input{font-size:14px}}.settings-bio__input:focus-visible{outline:none}.settings-bio__length{font-size:10px;color:#0000007d;font-family:Inter}@media screen and (width <= 800px){.settings-bio__length{font-size:8px}}.settings-hrefs{font-family:Inter;font-size:20px;display:flex;flex-direction:column;gap:10px;align-items:start;padding-bottom:40px}@media screen and (width <= 800px){.settings-hrefs{font-size:16px}}.settings-hrefs-examples{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.settings-hrefs-examples__href{display:flex;background:#d9d9d933;border-radius:25px;color:#0000ffb8;text-decoration:underline;font-size:17px;padding:5px 12px;align-items:center;gap:8px}.settings-hrefs-examples__img{width:10px;height:10px;cursor:pointer}.settings-hrefs-examples-add-href{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;cursor:pointer}.settings-hrefs-examples-add-href__img{width:15px;height:15px}.settings-hrefs__no-hrefs{display:flex;width:100%;align-items:center;justify-content:center;font-size:18px;color:#00000073}.settings-hrefs{display:flex;flex-direction:column;width:100%;font-family:Inter}.settings-hrefs-examples{display:flex;flex-wrap:wrap;justify-content:space-evenly}.settings-hrefs-examples-add-href__img{width:15px;height:15px;cursor:pointer}.settings-hrefs-examples-item{display:flex;flex-direction:column}.settings-hrefs-examples-item-field{display:flex;align-items:center;gap:5px;background:#f2f2f2;padding:5px 10px;border-radius:10px}@media screen and (width <= 800px){.settings-hrefs-examples-item-field{padding:3px 8px;gap:3px}}.settings-hrefs-examples-item__img{width:12px;height:12px;cursor:pointer}.settings-hrefs-examples-item__input{border:none;padding:3px;border-radius:6px;font-family:Inter;font-size:14px;max-width:150px;background:inherit}@media screen and (width <= 800px){.settings-hrefs-examples-item__input{max-width:100px}}.settings-hrefs-examples-item__input:focus-visible{outline:none}.settings-hrefs-examples-item__error{font-size:12px;color:#cf0000;font-family:Inter;max-width:100%}.settings-footer{display:flex;width:100%;height:90px;align-items:center;justify-content:center;border-top:1px solid}@media screen and (width <= 800px){.settings-footer{padding:5px 0}}.settings-footer-buttons{display:flex;align-items:center;justify-content:space-between;gap:60px;-webkit-user-select:none;user-select:none}.settings-footer__cancel,.settings-footer__save{padding:10px 20px;border-radius:10px;font-family:Inter;cursor:pointer;transition-duration:.2s;border:none}@media screen and (width <= 800px){.settings-footer__cancel,.settings-footer__save{padding:7px 15px}}.settings-footer__cancel:hover,.settings-footer__save:hover{transform:translateY(-2px);box-shadow:0 2px 7px #0000004f}.settings-footer__save{background-color:#5b5aff;color:#fff}.settings-page{display:flex;flex-direction:column;flex-grow:1;min-height:0}.settings-main{display:flex;flex-grow:1;padding:40px 20px;overflow:scroll;font-family:Inter;min-height:0}@media screen and (width <= 800px){.settings-main{flex-direction:column;padding:10px;row-gap:10px}}.settings-main::-webkit-scrollbar{display:none}.str-message-page{display:flex;width:100%;justify-content:center;padding:10px 0 20px;flex-grow:1;min-height:0}@media screen and (width <= 800px){.str-message-page{padding:10px 0}}.str-message-dialog{display:flex;flex-direction:column;background-color:#9fa8ff1a;border-radius:10px;max-width:600px;flex-grow:1;padding:10px 0 20px;box-sizing:border-box;margin:0 20px}.str-message-go-back{display:flex;padding-top:30px;margin-right:20px}.str-message-go-back__img{width:20px;height:20px}.str-message-go-back-wrapper{display:flex;justify-content:center;align-items:center;width:30px;height:31px;padding-right:2px;border-radius:50%;background-color:inherit;cursor:pointer;transition-duration:.2s}.str-message-go-back-wrapper:hover{background-color:#8080804d}.user-materials-header{display:flex;align-items:center;font-family:Inter;font-size:20px;gap:10px}.user-materials-header-go-back{display:flex}.user-materials-header-go-back__img{width:20px;height:20px}.user-materials-header-go-back-wrapper{display:flex;justify-content:center;align-items:center;width:35px;height:36px;padding-right:2px;border-radius:50%;background-color:inherit;cursor:pointer;transition-duration:.4s}.user-materials-header-go-back-wrapper:hover{background-color:#c1c1c14d}.material{display:flex;flex-direction:column;max-width:800px;cursor:pointer;border:1px solid rgba(0,0,0,.2);border-radius:15px;padding:10px 15px;justify-content:space-between;transition-duration:.2s;gap:20px}@media screen and (width <= 800px){.material{gap:15px;padding:8px 12px}}.material:hover{background-color:#0000000f;border:1px solid rgba(0,0,0,0)}.material-header{display:flex;width:100%;justify-content:space-between;font-family:Inter;align-items:center}.material-header__title{text-decoration:underline}@media screen and (width <= 800px){.material-header__title{font-size:15px}}.material-header-tags{display:flex;gap:3px;flex-wrap:wrap}.material-header-tags__item{display:flex;padding:3px 6px;background-color:#d5d5d5;border-radius:20px;font-size:12px}@media screen and (width <= 800px){.material-header-tags__item{font-size:11px}}.material-footer{display:flex;justify-content:space-between;width:100%;font-family:Inter;font-size:13px;align-items:center;flex-wrap:wrap;gap:10px}@media screen and (width <= 800px){.material-footer{font-size:11px;align-items:end}}.material-footer-left,.material-footer-right{display:flex;align-items:center;gap:30px}@media screen and (width <= 800px){.material-footer-left,.material-footer-right{flex-direction:column-reverse}}@media screen and (width <= 800px){.material-footer-left{align-items:start;gap:7px}}@media screen and (width <= 800px){.material-footer-right{align-items:end;gap:5px}}.material-footer-time{display:flex;gap:5px;font-size:13px;font-family:Inter;color:#0000008f;width:150px;align-items:center}@media screen and (width <= 800px){.material-footer-time{font-size:11px}}.material-footer-time__img{width:17px;aspect-ratio:1}@media screen and (width <= 800px){.material-footer-time__img{width:12px}}.material-footer-download:hover,.material-footer-share:hover,.material-footer-author:hover{text-decoration:underline}.material-footer-download,.material-footer-share{display:flex;gap:7px;align-items:center}.material-footer-download__img,.material-footer-share__img{width:13px;height:13px}.material-footer-share__img{transform:scaleX(-1)}.material-footer-author{display:flex;gap:10px;font-size:14px;align-items:center}@media screen and (width <= 800px){.material-footer-author{font-size:12px;gap:7px}}.material-footer-author__avatar-img{aspect-ratio:1;width:20px;border-radius:50%}@media screen and (width <= 800px){.material-footer-author__avatar-img{width:15px}}.material-footer-delete{display:flex;width:17px}.material-footer-delete__img{aspect-ratio:1;width:17px;transition-duration:.2s}.material-footer-delete__img:hover{width:18px}.user-materials-content{display:flex;flex-grow:1;flex-direction:column}.user-materials-content-list{display:flex;flex-direction:column;gap:10px}.user-materials-content-waiting{display:flex;flex-grow:1;align-items:center;justify-content:center}.user-materials-content__spinner{animation-name:messages-spinner;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate;background-color:#d3cff98f;border-radius:50%}.user-materials-content__no-materials{display:flex;flex-grow:1;align-items:center;justify-content:center;font-size:23px;font-family:Inter;color:#00000069}.user-materials-page{flex-direction:column;display:flex;width:100%;padding:30px;gap:20px;flex-grow:1;min-height:0;overflow:scroll;box-sizing:border-box}@media screen and (width <= 800px){.user-materials-page{padding:10px}}.user-materials-page::-webkit-scrollbar{display:none}.certain-material{display:flex;flex-grow:1;justify-content:center;gap:10px;padding:30px;overflow:hidden}.certain-material-title{font-family:Inter;font-size:20px}.certain-material-content{display:flex;flex-direction:column;gap:15px}.certain-material-content_mobile{display:none;flex-grow:1;justify-content:center;padding-top:100px;font-family:Inter;font-size:20px;color:#00000069}@media screen and (width <= 800px){.certain-material-content_mobile{display:flex}}.certain-material__spinner{animation-name:messages-spinner;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate;background-color:#d3cff98f;border-radius:50%}@media screen and (width <= 800px){.certain-material-viewer{display:none}}.materials-content{display:flex;min-height:0;gap:50px;flex-grow:1}@media screen and (width <= 800px){.materials-content{flex-direction:column-reverse;justify-content:start;gap:20px}}.materials-content-left-side{display:flex;flex-grow:5;max-width:800px;min-height:0;overflow:scroll}@media screen and (width <= 800px){.materials-content-left-side{width:100%}}.materials-content-left-side::-webkit-scrollbar{display:none}.materials-content-list{display:flex;flex-direction:column;gap:10px;flex-grow:1}.materials-content-right-side{display:flex;flex-direction:column;min-width:30%;max-width:30%;gap:20px}@media screen and (width <= 800px){.materials-content-right-side{gap:10px;max-width:100%}}.materials-content-filter{display:flex;gap:10px;align-items:center;font-family:Inter;font-size:17px;width:270px}@media screen and (width <= 800px){.materials-content-filter{font-size:15px}}.materials-content-filter-select{border:none;background-color:#00000019;padding:5px;border-radius:20px;cursor:pointer;font-family:Inter}@media screen and (width <= 800px){.materials-content-filter-select{font-size:11px}}.materials-content-filter-select:focus-visible,.materials-content-filter-select:focus{border:none;outline:none}.materials-content__no-materials{display:flex;flex-grow:1;justify-content:center;font-size:23px;font-family:Inter;color:#00000069;align-items:center;text-align:center}@media screen and (width <= 800px){.materials-content__no-materials{font-size:18px;margin-top:10px}}.materials-content-mock{display:flex;width:100%;justify-content:center;align-items:center}.materials-content__spinner{animation-name:messages-spinner;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate;background-color:#d3cff98f;border-radius:50%}.materials-content__name-input,.materials-content__skill-select{border:1px solid rgba(0,0,0,.2);border-radius:10px;padding:10px;font-family:Inter;font-size:13px}@media screen and (width <= 800px){.materials-content__name-input,.materials-content__skill-select{padding:7px;font-size:11px;width:300px}}.materials-content__name-input:focus-visible,.materials-content__skill-select:focus-visible{outline:none;border:1px solid rgba(0,0,0,.8)}.materials-header{display:flex;width:100%;font-family:Inter;font-size:24px;gap:5px}@media screen and (width <= 800px){.materials-header{font-size:20px}}.materials-page{display:flex;flex-direction:column;width:100%;padding:30px;gap:30px;box-sizing:border-box;flex-grow:1;min-height:0}@media screen and (width <= 800px){.materials-page{padding:10px 10px 0;gap:20px}}.copied-window{display:flex;position:absolute;width:100%;justify-content:center;top:70px;display:none;z-index:10}.copied-window-content{display:flex;font-family:Inter;font-size:14px;gap:10px;align-items:center;justify-content:center;padding:15px 10px;border-radius:20px;background-color:#c3e0ff;color:#fff}.copied-window__img{width:16px;height:16px}.copied-window_visible{display:flex;animation-name:copied;animation-duration:2s;animation-iteration-count:1;animation-direction:normal;animation-timing-function:linear}.errored-window{display:flex;position:absolute;width:100%;justify-content:center;bottom:70px;display:none;z-index:10}.errored-window-content{display:flex;font-family:Inter;font-size:14px;gap:10px;align-items:center;justify-content:center;padding:15px 10px;border-radius:20px;background-color:#ff8383;color:#fff}.errored-window__img{width:16px;height:16px}.errored-window_visible{display:flex;animation-name:copied;animation-duration:2s;animation-iteration-count:1;animation-direction:normal;animation-timing-function:linear}@keyframes copied{0%{opacity:0}25%{opacity:1}75%{opacity:1}to{opacity:0}}.landing-page{display:flex;flex-direction:column;width:100%;min-height:0;overflow-y:scroll;flex-grow:1;background-color:#fff;z-index:0}.landing-content{flex-grow:1}.landing-content-brief{position:relative;padding-left:100px;height:calc(100vh - 64px);overflow:hidden;font-family:INter;color:#fff;display:flex;flex-direction:column;row-gap:30px;padding-bottom:215px;box-sizing:border-box;justify-content:end}@media screen and (width <= 800px){.landing-content-brief{padding-bottom:115px;padding-left:30px}}.landing-content-brief__title{font-size:45px;display:flex;flex-direction:column;max-width:350px}.landing-content-brief__title h3{margin-bottom:0}@media screen and (width <= 800px){.landing-content-brief__title h3{font-size:40px}}.landing-content-brief__description{width:700px;font-size:25px}@media screen and (width <= 800px){.landing-content-brief__description{max-width:100%;font-size:17px}}.landing-content-brief__background{width:100%;height:100%;object-fit:cover;position:absolute;z-index:-1;left:0;top:0;filter:brightness(.5);-webkit-user-select:none;user-select:none}.landing-content-goals{display:flex;background-color:#5b5aff;color:#fff;font-family:Inter;font-size:35px;box-sizing:border-box;padding:150px 100px}@media screen and (width <= 800px){.landing-content-goals{font-size:18px;padding:50px 30px}}.landing-content-functions{display:flex;flex-direction:column;padding:50px;align-items:center;row-gap:80px}@media screen and (width <= 800px){.landing-content-functions{row-gap:40px}}.landing-content-functions-title{display:flex;width:100%;justify-content:center;font-family:Inter;font-size:50px;text-align:center}@media screen and (width <= 800px){.landing-content-functions-title{font-size:34px}}.landing-content-functions-preview__img{max-width:40vw;max-height:600px;object-fit:cover;-webkit-user-select:none;user-select:none}@media screen and (width <= 800px){.landing-content-functions-preview__img{max-width:100%}}.landing-content-functions-item{display:flex;justify-content:space-around;width:100%}@media screen and (width <= 800px){.landing-content-functions-item{flex-direction:column-reverse;align-items:center;row-gap:20px}}.landing-content-functions-item_reversed{flex-direction:row-reverse}@media screen and (width <= 800px){.landing-content-functions-item_reversed{flex-direction:column-reverse}}.landing-content-functions-item-description{display:flex;flex-direction:column;align-items:start;font-family:Inter;row-gap:20px;max-width:40vw}@media screen and (width <= 800px){.landing-content-functions-item-description{max-width:100%}}.landing-content-functions-item__title{font-size:40px}@media screen and (width <= 800px){.landing-content-functions-item__title{font-size:27px;width:100%;text-align:center}}.landing-content-functions-item__text{font-size:25px}@media screen and (width <= 800px){.landing-content-functions-item__text{font-size:21px}}.landing-content-functions-ending{display:flex;width:100%;justify-content:center;font-family:Inter;font-size:35px;text-align:center}@media screen and (width <= 800px){.landing-content-functions-ending{font-size:25px}}.landing-footer{display:flex;min-height:60px;background-color:#5b5aff;color:#ffffff9e;font-family:Inter;font-size:12px;align-items:center;padding:10px 25px;box-sizing:border-box;justify-content:space-between;-webkit-user-select:none;user-select:none}@media screen and (width <= 800px){.landing-footer{font-size:10px;height:50px}}.landing-footer-logo{font-size:20px;font-family:Inter;font-style:italic;font-weight:900}.dark-green-mode__bright-right-border{border-right:1px solid rgba(232,237,224,.4784313725)}.dark-green-mode__bright-border{border:1px solid rgba(232,237,224,.4784313725)}.dark-green-mode__bright-block{background-color:#50bc80}.dark-green-mode__brighter-block{background-color:#85c8a3}.dark-green-mode__bright-block_hovered-scroll:hover::-webkit-scrollbar-thumb{background-color:#50bc80}.dark-green-mode__bright-left-border{border-left:1px solid #008377}.dark-green-mode__middle-block,.dark-green-mode__middle-block_hovered:hover{background-color:#39666d}.dark-green-mode__dull-text{color:#50bc80}.dark-green-mode__dull-text:after{background-color:#50bc80}.dark-green-mode__block{background-color:#143c42}.dark-green-mode__bright-text{color:#e8ede0}.dark-green-mode__bright-text:after{background-color:#e8ede0}.dark-green-mode__img{filter:invert(.8)}.dark-green-mode__advanced-block{background-color:#2e7d32}.dark-green-mode__intermediate-block{background-color:#43a047}.dark-green-mode__beginner-block{background-color:#81c784}.dark-green-mode__advanced-text{color:#2e7d32}.dark-green-mode__intermediate-text{color:#43a047}.dark-green-mode__beginner-text{color:#81c784}.dark-green-mode__error-block{background-color:#4de5dc}.dark-green-mode__error-text{color:#4de5dc}.dark-green-mode__error-border{border:1px solid #4de5dc}.dark-orange-mode__bright-right-border{border-right:1px solid rgba(232,237,224,.4784313725)}.dark-orange-mode__bright-border{border:1px solid rgba(232,237,224,.4784313725)}.dark-orange-mode__bright-block{background-color:#dab429}.dark-orange-mode__brighter-block{background-color:#bfa036}.dark-orange-mode__bright-block_hovered-scroll:hover::-webkit-scrollbar-thumb{background-color:#dab429}.dark-orange-mode__bright-left-border{border-left:1px solid #4b0e0d}.dark-orange-mode__middle-block,.dark-orange-mode__middle-block_hovered:hover{background-color:#5e5741}.dark-orange-mode__dull-text{color:#dab429}.dark-orange-mode__dull-text:after{background-color:#dab429}.dark-orange-mode__block{background-color:#333}.dark-orange-mode__bright-text{color:#e8ede0}.dark-orange-mode__bright-text:after{background-color:#e8ede0}.dark-orange-mode__img{filter:invert(.8)}.dark-orange-mode__advanced-block{background-color:#af7300}.dark-orange-mode__intermediate-block{background-color:#cf9d13}.dark-orange-mode__beginner-block{background-color:#dabc18}.dark-orange-mode__advanced-text{color:#af7300}.dark-orange-mode__intermediate-text{color:#cf9d13}.dark-orange-mode__beginner-text{color:#dabc18}.dark-orange-mode__error-block{background-color:#e5704d}.dark-orange-mode__error-text{color:#e5704d}.dark-orange-mode__error-border{border:1px solid #e5704d}
