.Icon{fill:var(--primaryContrast)}.Icon--size_small{width:16px;min-height:16px;height:16px}.Icon--size_medium{width:24px;min-height:24px;height:24px}.Icon--size_large{width:48px;min-height:48px;height:48px}.Icon--size_extraLarge{width:120px;min-height:120px;height:120px}.Tabs__tabsContainer{display:flex;justify-content:center;align-items:center}.Tabs__tab{display:flex;justify-content:center;align-items:center;font-weight:800;font-size:14px;cursor:pointer;color:var(--secondaryContrast);border-bottom:1px solid var(--secondaryBackground);flex-basis:calc(100%/var(--tabsAmount))}.Tabs__tab:hover{font-weight:800;color:var(--primaryContrast)}.Tabs__tab--size_small{font-size:11px;min-width:93px;min-height:24px}.Tabs__tab--size_medium{font-size:14px;min-width:133px;min-height:36px}.Tabs__tab--active{color:var(--primaryContrast);border-bottom:2px solid var(--primaryAccent)}.TextArea{overflow:hidden auto;max-height:"";transition:background-color .2s ease-out,border-color .2s ease-out,color .2s ease-out;border-radius:9px;user-select:text;background-color:var(--primaryBackground);border-color:var(--secondaryBackgroundAlt);color:var(--primaryContrast);outline:none;padding:5px 8px;border-width:2px;font-family:"Nunito Sans"}.TextArea::-webkit-scrollbar{width:6px}.TextArea::-webkit-scrollbar-thumb{margin-top:10px;background-color:var(--secondaryBackground);border-radius:5px}.TextArea::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.TextArea::placeholder{opacity:.5}.TextArea--unresizable{resize:none}.Switch{display:flex;align-items:center;justify-content:space-between}.Switch__title{flex-basis:76%;font-size:11px;cursor:default}.Switch__checkboxInput{transition:background-color .2s ease-out;-webkit-appearance:none;width:30px;height:18px;background-color:var(--secondaryBackground);cursor:pointer;position:relative;border-radius:12px}.Switch__checkboxInput::after{position:absolute;left:3px;top:calc(50% - 7px);transition:left .2s ease-out;content:"";border-radius:50%;background-color:var(--primaryBackground);width:14px;height:14px}.Switch__checkboxInput:checked{background-color:var(--primaryAccent)}.Switch__checkboxInput:checked::after{left:calc(100% - 14px - 3px)}.Switch__checkboxInput--triset{background-color:var(--primaryAccentMedium)}.Switch__checkboxInput--triset:after{left:calc(50% - 7px - 1.5px)}.Separator{width:100%;height:1px;border-radius:1px;margin:calc(var(--indent)*2) 0;background-color:var(--secondaryBackground)}.ProgressBar{width:88px;height:8px;background-color:var(--containerColor, var(--secondaryAccent));border-radius:10px}.ProgressBar__currentProgress{width:var(--width);height:100%;background-color:var(--progressColor, var(--primaryAccent));border-radius:10px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.Loader{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:8px;font-size:14px}.Loader--filling{width:100%;height:100%;position:absolute;left:0;top:0;z-index:2147483647;background-color:var(--primaryBackground)}.Loader__spinner{animation-name:spin;animation-duration:1s;animation-iteration-count:infinite}.Input{--focusColor: var(--primaryAccent);transition:border-color .2s ease-outbox-shadow .2s ease-out;border:1px solid var(--secondaryBackground);-webkit-appearance:none;outline:none;width:100%;padding:4px 10px;background-color:var(--primaryBackground);border:1px solid var(--secondaryBackground);box-sizing:border-box;border-radius:7px;font-size:11px;font-family:"Nunito Sans"}.Input:focus{border-color:var(--focusColor);box-shadow:0 0 0 1px var(--focusColor)}.Input:disabled{background-color:var(--secondaryBackgroundAlt);color:var(--secondaryBackground)}.Input::placeholder{opacity:.5;color:var(--primaryContrast)}.Input--alignRight{text-align:right}.Input--error{--focusColor: var(--primarySystemError);color:var(--primarySystemError);border-color:var(--primarySystemError);background-color:var(--secondarySystemError);box-shadow:0 0 0 1px var(--primarySystemError)}.Input--error::placeholder{color:var(--primarySystemError)}.Checkbox{width:20px;height:20px;border:1px solid var(--secondaryBackground);border-radius:5px;accent-color:var(--primaryAccent);margin:0;cursor:pointer;-webkit-appearance:none}.Checkbox:checked{position:relative;background-color:var(--primaryAccent);border:none}.Checkbox:checked::before,.Checkbox:checked::after{content:"";background-color:var(--primaryBackground);border-radius:5px 5px 0px 0px}.Checkbox:checked::before{position:absolute;top:8px;left:4px;width:3px;height:5.5px;transform:rotate(-45deg)}.Checkbox:checked::after{position:absolute;left:10px;top:3px;width:3px;height:13px;transform:rotate(45deg)}.TooltipTextAdapter{left:0px;top:0px;visibility:hidden}.Tooltip,.TooltipTextAdapter{display:flex;justify-content:center;align-items:center;gap:12px;position:absolute;z-index:2147483647;transition:opacity .2s ease-out;font-size:11px;background-color:var(--primaryContrast);padding:10px;min-height:47px;box-shadow:2px 4px 10px rgba(40,47,57,.2);pointer-events:none;box-sizing:border-box;border-radius:12px;text-align:center}.Tooltip>*,.TooltipTextAdapter>*{color:var(--primaryBackground)}.Tooltip--tailPos::after,.TooltipTextAdapter--tailPos::after{content:"";position:absolute;width:10px;height:10px;background-color:var(--primaryContrast);left:calc(50% - 6px)}.Tooltip--tailPos_top-v::after,.TooltipTextAdapter--tailPos_top-v::after{transform:rotate(45deg);top:-3px;border-top-left-radius:4px}.Tooltip--tailPos_bottom-v::after,.TooltipTextAdapter--tailPos_bottom-v::after{transform:rotate(-45deg);bottom:-3px;border-bottom-left-radius:4px}.Tooltip--tailPos_left-v::after,.TooltipTextAdapter--tailPos_left-v::after{left:9%}.Tooltip--tailPos_right-v::after,.TooltipTextAdapter--tailPos_right-v::after{left:initial;right:9%}.Tooltip--tailPos_left-h::after,.TooltipTextAdapter--tailPos_left-h::after{transform:rotate(45deg);left:-3px;top:calc(50% - 5px);border-radius:3px}.Tooltip--tailPos_right-h::after,.TooltipTextAdapter--tailPos_right-h::after{transform:rotate(45deg);left:calc(100% - 7px);top:calc(50% - 5px);border-radius:3px}.Tooltip--status_hidden,.TooltipTextAdapter--status_hidden{opacity:0}.Tooltip--status_active,.TooltipTextAdapter--status_active{opacity:1}.Tooltip__extraText,.TooltipTextAdapter__extraText{background-color:var(--secondaryContrast);border-radius:7px;padding:6px}.CommonContainer{transition:background-color .2s ease-out,border .2s ease-out;gap:4px;background-color:var(--primaryBackground);border:1px solid var(--secondaryBackground);border-radius:12px;justify-content:var(--justify);align-items:var(--align);padding:6px}.CommonContainer--direction_horizontal{display:flex}.CommonContainer--direction_vertical{display:flex;flex-direction:column}.InactivityWrapper{width:100%;height:100%;position:absolute;z-index:3;opacity:0}.ActionsBlock{display:flex;flex-direction:column;gap:8px;justify-content:space-around}.ActionsBlock__blockTitle{font-weight:700;font-size:11px}@keyframes preview{0%{background-position:400%}100%{background-position:-100px}}.DownloadWrapper{width:100%;height:100%}.DownloadWrapper__processingContainer,.DownloadWrapper__contentContainer{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.DownloadWrapper__errorMessage{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:16px;color:var(--primarySystemError)}.DownloadWrapper__processingPlaceholder{width:100%;height:100%;background:linear-gradient(270deg, var(--secondaryBackgroundAlt) 0px, var(--uploadGradientColor) 100px, var(--secondaryBackgroundAlt) 200px);background-size:220%;animation:preview 3s infinite linear}@keyframes slide{0%{right:-420px}100%{right:0}}.Toaster{display:flex;flex-direction:column;gap:8px;position:absolute;bottom:20px;right:8px;z-index:2147483647;width:420px;height:fit-content}.Toaster__toast{position:relative;display:flex;align-items:center;width:100%;min-height:60px;border-radius:9px;padding:8px 48px 8px 32px;box-sizing:border-box;border:1px solid var(--mainColor);background-color:var(--subColor);color:var(--mainColor)}.Toaster__toast--notify{--mainColor: var(--primarySystemInfo);--subColor: var(--secondarySystemInfo)}.Toaster__toast--confirm{--mainColor: var(--primarySystemSuccess);--subColor: var(--secondarySystemSuccess)}.Toaster__toast--warn{--mainColor: var(--primarySystemWarning);--subColor: var(--secondarySystemWarning)}.Toaster__toast--error{--mainColor: var(--primarySystemError);--subColor: var(--secondarySystemError)}.Toaster__toast--status_mounting,.Toaster__toast--status_unmounting{animation-name:slide;animation-duration:.3s}.Toaster__toast--status_unmounting{animation-direction:reverse}.Toaster__iconContainer{position:absolute;top:8px;right:8px;display:flex;justify-content:center;align-items:center;background-color:var(--mainColor);border-radius:50%;cursor:pointer}.Toaster__message{word-break:break-word;color:var(--mainColor)}.RadioButtons{display:flex;flex-direction:column;gap:12px;padding:12px}.RadioButtons__option{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:11px}.RadioButtons__button{width:20px;height:20px;border-radius:50%;border:1px solid var(--secondaryBackground);box-sizing:border-box;cursor:pointer}.RadioButtons__button--active{position:relative;background-color:var(--primaryAccent);border:none;cursor:default}.RadioButtons__button--active::after{position:absolute;left:5px;top:5px;content:"";width:10px;height:10px;border-radius:50%;background-color:var(--primaryBackground)}.ListItem{display:flex;align-items:center;gap:9px;cursor:pointer;box-sizing:border-box;height:36px;padding:6px 12px 6px 6px;border-radius:9px;background-color:var(--primaryBackground);font-size:11px;width:100%;max-width:200px}.ListItem:hover{background-color:var(--secondaryAccent)}.ListItem--active{font-weight:700}.ListItem--disabled,.ListItem--pseudoDisabled{cursor:default}.ListItem--disabled{pointer-events:none;opacity:.4}.ListItem__mainContent{display:flex;align-items:center;gap:9px}.Slider{position:relative;display:flex;align-items:center;width:100%}.Slider__counter{position:absolute;top:-14px;left:calc(var(--fillWidth) - var(--counterHalfWidth));font-size:11px;user-select:none;width:30px;text-align:end}.Slider__rangeInput{--max: 100;--min: 0;--range: calc(var(--max) - var(--min));--ratio: calc((var(--value) - var(--min)) / var(--range));--sx: calc(0.5 * 12px + var(--ratio) * (100% - 12px));--mainColor: var(--primaryAccent);background:rgba(0,0,0,0);height:16px;-webkit-appearance:none;cursor:pointer;margin:0;width:100%}.Slider__rangeInput--disabled{height:4px;--mainColor: var(--secondaryBackground);background:var(--secondaryBackground)}.Slider__rangeInput:focus{outline:none}.Slider__rangeInput::-webkit-slider-thumb{height:12px;width:12px;background-color:var(--mainColor);border-radius:50%;cursor:pointer;-webkit-appearance:none;margin-top:-4px}.Slider__rangeInput::-webkit-slider-runnable-track{height:4px;border-radius:5px;background:linear-gradient(var(--mainColor), var(--mainColor)) 0/var(--sx) 100% no-repeat,var(--secondaryBackground)}.Slider__rangeInput::-moz-range-thumb{height:12px;width:12px;background-color:var(--mainColor);border-radius:50%;cursor:pointer;border:none}.Slider__rangeInput::-moz-range-track{height:4px;border-radius:5px;background:linear-gradient(var(--mainColor), var(--mainColor)) 0/var(--sx) 100% no-repeat,var(--secondaryBackground)}.Button{display:flex;flex-direction:column;justify-content:center;align-items:center;transition:background-color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out,color .2s ease-out;box-sizing:border-box;cursor:pointer;--backgroundColor: var(--backgroundColorInactive);min-width:var(--minWidth);width:var(--width);height:var(--height);padding:4px;border-radius:var(--borderRadius);border:1px solid var(--borderColor);background-color:var(--backgroundColor);box-shadow:0 0 0 1px var(--boxShadowColor, transparent)}.Button:hover{--borderColor: var(--borderColorHover);--backgroundColor: var(--backgroundColorHover);--boxShadowColor: var(--boxShadowColorHover)}.Button:active{--backgroundColor: var(--backgroundColorActive);--color: var(--colorActive)}.Button--order_primary{--borderColor: transparent;--borderColorIconless: var(--primaryAccent);--backgroundColorInactive: var(--primaryBackground);--backgroundColorIconless: var(--secondaryAccent);--color: var(--primaryContrast);--colorIconless: var(--primaryContrast);--borderColorHover: transparent;--borderColorHoverIconless: var(--primaryAccent);--backgroundColorHover: var(--secondaryAccent);--backgroundColorHoverIconless: var(--secondaryAccent);--boxShadowColorHover: transparent;--boxShadowColorHoverIconless: var(--primaryAccent);--backgroundColorActive: var(--primaryAccent);--backgroundColorActiveIconless: var(--primaryAccent);--colorActive: var(--primaryContrast);--colorActiveIconless: var(--primaryContrast);--borderColorDisabled: transparent;--borderColorDisabledIconless: var(--secondaryBackground);--backgroundColorDisabled: var(--primaryBackground);--backgroundColorDisabledIconless: var(--secondaryBackground);--colorDisabled: var(--secondaryBackground);--colorDisabledIconless: var(--primaryBackground)}.Button--order_secondary{--borderColor: var(--secondaryBackground);--borderColorIconless: var(--primaryAccent);--backgroundColorInactive: var(--primaryBackground);--backgroundColorIconless: var(--primaryBackground);--color: var(--primaryContrast);--colorIconless: var(--primaryAccent);--borderColorHover: var(--secondaryBackground);--borderColorHoverIconless: var(--primaryAccent);--backgroundColorHover: var(--primaryBackground);--backgroundColorHoverIconless: var(--primaryBackground);--boxShadowColorHover: var(--secondaryBackground);--boxShadowColorHoverIconless: var(--primaryAccent);--backgroundColorActive: var(--secondaryBackground);--backgroundColorActiveIconless: var(--secondaryAccent);--colorActive: var(--primaryContrast);--colorActiveIconless: var(--primaryAccent);--borderColorDisabled: var(--secondaryBackground);--borderColorDisabledIconless: var(--secondaryBackground);--backgroundColorDisabled: var(--primaryBackground);--backgroundColorDisabledIconless: var(--primaryBackground);--colorDisabled: var(--secondaryBackground);--colorDisabledIconless: var(--secondaryBackground)}.Button--order_tertiary{--borderColor: transparent;--borderColorIconless: transparent;--backgroundColorInactive: var(--secondaryBackgroundAlt);--backgroundColorIconless: var(--secondaryBackgroundAlt);--color: var(--primaryContrast);--colorIconless: var(--primaryContrast);--borderColorHover: transparent;--borderColorHoverIconless: transparent;--backgroundColorHover: var(--secondaryBackground);--backgroundColorHoverIconless: var(--secondaryBackground);--boxShadowColorHover: transparent;--boxShadowColorHoverIconless: transparent;--backgroundColorActive: var(--secondaryBackground);--backgroundColorActiveIconless: var(--secondaryBackground);--colorActive: var(--primaryContrast);--colorActiveIconless: var(--primaryContrast);--borderColorDisabled: transparent;--borderColorDisabledIconless: transparent;--backgroundColorDisabled: var(--secondaryBackgroundAlt);--backgroundColorDisabledIconless: var(--secondaryBackgroundAlt);--colorDisabled: var(--secondaryBackground);--colorDisabledIconless: var(--secondaryBackground)}.Button--size_extraSmall{--minWidth: 72px;--minWidthTextless: 16px;--minWidthIconless: 100px;--width: fit-content;--widthTextless: 16px;--widthIconless: fit-content;--height: 48px;--heightTextless: 16px;--heightIconless: 16px;--borderRadius: 12px;--borderRadiusTextless: 7px;--borderRadiusIconless: 6px}.Button--size_small{--minWidth: 72px;--minWidthTextless: 24px;--minWidthIconless: 100px;--width: fit-content;--widthTextless: 24px;--widthIconless: fit-content;--height: 48px;--heightTextless: 24px;--heightIconless: 24px;--borderRadius: 12px;--borderRadiusTextless: 7px;--borderRadiusIconless: 6px}.Button--size_medium{--minWidth: 92px;--minWidthTextless: 36px;--minWidthIconless: 132px;--width: fit-content;--widthTextless: 36px;--widthIconless: fit-content;--height: 48px;--heightTextless: 36px;--heightIconless: 36px;--borderRadius: 12px;--borderRadiusTextless: 9px;--borderRadiusIconless: 9px}.Button--size_large{--minWidth: 108px;--minWidthTextless: 48px;--minWidthIconless: 180px;--width: fit-content;--widthTextless: 48px;--widthIconless: fit-content;--height: 48px;--heightTextless: 48px;--heightIconless: 44px;--borderRadius: 12px;--borderRadiusTextless: 12px;--borderRadiusIconless: 9px}.Button--size_extraLarge{--minWidth: 108px;--minWidthTextless: 48px;--minWidthIconless: 180px;--width: fit-content;--widthTextless: 48px;--widthIconless: fit-content;--height: 48px;--heightTextless: 48px;--heightIconless: 44px;--borderRadius: 12px;--borderRadiusTextless: 12px;--borderRadiusIconless: 9px}.Button--iconless{--minWidth: var(--minWidthIconless);--width: var(--widthIconless);--height: var(--heightIconless);--borderRadius: var(--borderRadiusIconless);--borderColor: var(--borderColorIconless);--backgroundColor: var(--backgroundColorIconless);--color: var(--colorIconless);--borderColorHover: var(--borderColorHoverIconless);--backgroundColorHover: var(--backgroundColorHoverIconless);--boxShadowColorHover: var(--boxShadowColorHoverIconless);--backgroundColorActive: var(--backgroundColorActiveIconless);--colorActive: var(--colorActiveIconless);--borderColorDisabled: var(--borderColorDisabledIconless);--backgroundColorDisabled: var(--backgroundColorDisabledIconless);--colorDisabled: var(--colorDisabledIconless)}.Button--textless{--minWidth: var(--minWidthTextless);--width: var(--widthTextless);--height: var(--heightTextless);--borderRadius: var(--borderRadiusTextless)}.Button--status_active,.Button--status_reactivatable{--backgroundColor: var(--backgroundColorActive);--backgroundColorHover: var(--backgroundColorActive)}.Button--status_active,.Button--status_disabled{cursor:default}.Button--status_error{--borderColor: var(--primarySystemError);--borderColorIconless: var(--primarySystemError);--backgroundColorInactive: var(--secondarySystemError);--backgroundColorIconless: var(--secondarySystemError);--color: var(--primarySystemError);--colorIconless: var(--primarySystemError);--borderColorHover: var(--primarySystemError);--borderColorHoverIconless: var(--primarySystemError);--backgroundColorHover: var(--secondarySystemError);--backgroundColorHoverIconless: var(--secondarySystemError);--boxShadowColorHover: var(--primarySystemError);--boxShadowColorHoverIconless: var(--primarySystemError);--backgroundColorActive: var(--primarySystemError);--backgroundColorActiveIconless: var(--primarySystemError);--colorActive: var(--primaryBackground);--colorActiveIconless: var(--primaryBackground);--borderColorDisabled: var(--secondarySystemError);--borderColorDisabledIconless: var(--secondarySystemError);--backgroundColorDisabled: var(--primaryBackground);--backgroundColorDisabledIconless: var(--primaryBackground);--colorDisabled: var(--secondarySystemError);--colorDisabledIconless: var(--secondarySystemError)}.Button--status_disabled{pointer-events:none;--borderColor: var(--borderColorDisabled);--backgroundColor: var(--backgroundColorDisabled);--color: var(--colorDisabled);--boxShadowColor: transparent}.Button__icon{fill:var(--color)}.Button__text{font-size:11px;text-align:center;color:var(--color)}.WindowScrollMenu{gap:var(--itemsGap);justify-content:center;align-items:center}.WindowScrollMenu--axis_x{display:flex}.WindowScrollMenu--axis_y{display:flex;flex-direction:column}.WindowScrollMenu__contentContainer{max-height:var(--maxHeight);overflow:hidden}.WindowScrollMenu__scrollableContainer{position:relative;--offsetProperty: none;transition:var(--offsetProperty) .2s ease-out;gap:var(--itemsGap);top:var(--offset)}.WindowScrollMenu__scrollableContainer--axis_x{--offsetProperty: left;display:flex}.WindowScrollMenu__scrollableContainer--axis_y{--offsetProperty: top;display:flex;flex-direction:column}.SpinnerButton{position:relative;overflow:hidden}.SpinnerButton--order_primary{--spinnerColor: var(--primaryContrast)}.SpinnerButton--order_secondary{--spinnerColor: var(--primaryAccent)}.SpinnerButton--status_error{--spinnerColor: var(--primarySystemError)}.SpinnerButton--status_spinning{--boxShadowColor: var(--boxShadowColorHover);--backgroundColorActive: var(--backgroundColorHover);pointer-events:none}.SpinnerButton__spinnerContainer{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:absolute;background-color:var(--backgroundColor)}.SpinnerButton__spinner{animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;fill:var(--spinnerColor)}.ButtonsBlock{display:flex;align-items:center}.ButtonsBlock__innerContainer{display:flex;justify-content:space-between;gap:6px;transition:background-color .2s ease-out;background-color:rgba(0,0,0,0)}.ButtonsBlock__innerContainer--vertical{flex-direction:column}.ButtonsBlock__innerContainer--textless{border-radius:12px;padding:6px;box-sizing:border-box;background-color:var(--primaryBackground)}.ButtonsBlock__innerContainer--splitted{padding:0;background-color:rgba(0,0,0,0)}.Modal{position:absolute;width:100%;height:100%;transition:opacity .5s;border-radius:0;padding:0;z-index:2147483646;background-color:var(--primaryContrastOpaque);border:none}.Modal--opening,.Modal--closing{animation-name:appear;animation-duration:.5s}.Modal--closing{animation-direction:reverse}.Modal--closed{display:none}.Modal--collapsed{display:flex;background-color:rgba(0,0,0,0);height:3vh;min-height:35px;bottom:16px}.Modal__content{position:relative;overflow:hidden;padding:16px;box-sizing:border-box;border-radius:24px}.Modal__content--collapsed{position:absolute;right:105px;height:100%;min-width:355px;min-height:48px;padding:12px 12px 12px 18px;gap:8px;box-shadow:2px 4px 10px var(--secondaryBackground)}.Modal__content--collapsed>a{top:8px}.Modal__content--collapsed>a:first-of-type{right:12px}.Modal__content--collapsed>a:last-of-type{right:44px}.Modal__buttonsBlock{position:absolute;z-index:1;top:16px;right:16px}.Modal__buttonsBlock>div{padding:0;gap:8px}.Modal__buttonsBlock>div>a{border-radius:50%}.Modal__buttonsBlock--collapsed{position:relative;top:unset;right:unset;order:1}.Modal__collapsedModal{width:100%}.SearchInput{position:relative;display:flex;align-items:center;height:47px;width:fit-content}.SearchInput__searchIcon{position:absolute;left:12px}.SearchInput__input{width:380px;max-width:100%;height:45px;border-radius:9px;padding:4px 44px;font-size:14px}.SearchInput__resetButton{position:absolute;right:12px;border-radius:50%}.SearchInput__resetButton>svg{width:18px;min-height:18px;height:18px}.PasswordInput{--focusColor: var(--primaryAccent);transition:border-color .2s ease-outbox-shadow .2s ease-out;border:1px solid var(--secondaryBackground);overflow:hidden;justify-content:space-between;padding:0;width:100%;padding-right:2%;border:1px solid var(--secondaryBackground);box-sizing:border-box}.PasswordInput>input{border:none}.PasswordInput>input:focus{box-shadow:unset}.PasswordInput--focused{border-color:var(--focusColor);box-shadow:0 0 0 1px var(--focusColor)}.PasswordInput--error{--focusColor: var(--primarySystemError);border-color:var(--primarySystemError);background-color:var(--secondarySystemError);box-shadow:0 0 0 1px var(--primarySystemError)}.PasswordInput__input{width:92%;height:100%;font-size:14px}.PasswordInput__input--empty{color:var(--primaryContrastOpaqueAlt)}.PasswordInput__input--empty:focus{color:var(--primaryContrast)}.PasswordInput__input--error{box-shadow:none}.PasswordInput__displayIcon{cursor:pointer}.TitledInput{position:relative;padding:0;width:100%;border:none;gap:4px;align-items:flex-start;background-color:rgba(0,0,0,0);height:fit-content}.TitledInput__title{font-size:14px;font-weight:600}.TitledInput__input{height:var(--inputHeight) !important;font-size:var(--fontSize) !important;border-radius:9px}.TitledInput__subtext{font-size:11px;pointer-events:none;height:15px;color:var(--secondaryContrast)}.TitledInput__subtext--hidden{visibility:hidden}.TitledInput__subtext--withAction{pointer-events:all;cursor:pointer}.TitledInput__subtext--withAction:hover{font-weight:700}.TitledInput__subtext--error{color:var(--primarySystemError)}.EditableText{width:100%}.EditableText__displayedText{font-size:11px;user-select:none;text-align:left;cursor:text;width:fit-content;min-width:100px}.EditableText__adaptedName{position:absolute;top:0;visibility:hidden;white-space:nowrap}.Panel{position:relative;transition:border-color .2s ease-out,box-shadow .2s ease-out;border:1px solid var(--statusColor);box-shadow:0 0 0 var(--boxShadowSize) var(--statusColor);outline:none;--statusColor: var(--secondaryBackground);--boxShadowSize: 0;--pseudoBorderSize: 0;transition:border .2s ease-out,max-height .2s ease-out,background-color .2s ease-out,box-shadow .2s ease-out;border-radius:9px;background:var(--primaryBackground);width:100%;max-height:36px;overflow:hidden;box-sizing:border-box;min-height:36px}.Panel::after{width:100%;height:100%;position:absolute;content:"";border:var(--pseudoBorderSize) solid var(--statusColor);box-sizing:border-box;border-radius:7px}.Panel::after{transition:border .2s ease-out}.Panel:hover,.Panel:active{--boxShadowSize: 1px;--pseudoBorderSize: 1px}.Panel:hover{--statusColor: var(--secondaryAccent)}.Panel:hover{--statusColor: var(--primaryAccent)}.Panel--opened{max-height:calc(40px + var(--innerHeight));min-height:calc(40px + var(--innerHeight))}.Panel__contentWrapper{z-index:4;width:calc(100% + 2px);height:calc(100% + 2px);top:-1px;left:-1px}.Panel__content{display:flex;flex-direction:column;gap:4px}.Panel__upperContainer{display:flex;align-items:center;gap:8px;padding:6px;height:36px;box-sizing:border-box;font-weight:400}.Panel__botContainer{min-height:36px;padding:4px 6px 4px 38px}.Panel__button>svg{transition:transform .2s ease-out}.Panel__button--rotated>svg{transform:rotate(90deg)}.SwitchesBlock{display:flex;flex-direction:column;padding:12px;gap:8px}.SwitchesBlock>div{width:100%}.Dropdown__content{position:fixed;z-index:var(--zIndex, -1);transition:background-color .2s ease-out,border .2s ease-out,box-shadow .2s ease-out;padding:6px;background-color:var(--primaryBackground);border:1px solid var(--secondaryBackground);border-radius:12px;box-shadow:2px 4px 10px rgba(40,47,57,.2)}.Dropdown__button>svg{transition:transform .2s ease-out}.Dropdown__button--rotated>svg{transform:rotate(90deg)}.Select{display:flex;justify-content:space-between;position:relative;transition:border-color .2s ease-out,box-shadow .2s ease-out;border:1px solid var(--statusColor);box-shadow:0 0 0 var(--boxShadowSize) var(--statusColor);outline:none;--statusColor: var(--secondaryBackground);--boxShadowSize: 0;--pseudoBorderSize: 0;border-radius:9px;max-height:36px;padding:6px 6px 6px 12px;box-shadow:none;cursor:pointer}.Select::after{width:100%;height:100%;position:absolute;content:"";border:var(--pseudoBorderSize) solid var(--statusColor);box-sizing:border-box;border-radius:7px}.Select::after{transition:border .2s ease-out}.Select:hover,.Select:active{--boxShadowSize: 1px;--pseudoBorderSize: 1px}.Select:hover{--statusColor: var(--secondaryAccent)}.Select--opened{--boxShadowSize: 1px;--pseudoBorderSize: 1px;--statusColor: var(--primaryAccent)}.Select--opened:hover{--statusColor: var(--primaryAccent)}.Select::after{left:0;top:0}.Select__currentValue{font-size:11px}.Select__icon{transition:transform .2s ease-out}.Select__icon--rotated{transform:rotate(90deg)}.Select__optionsMainContainer{padding:6px;background-color:var(--primaryBackground);border:1px solid var(--secondaryBackground);border-radius:12px;box-shadow:2px 4px 10px rgba(40,47,57,.2);position:absolute;top:calc(var(--containerHeight) + 6px);left:-1px;z-index:200000;width:var(--containerWidth)}.Select__option{min-height:36px;height:fit-content;max-height:44px;padding:10px;max-width:unset;line-height:16px}.ThemeSwitcher{width:28px;height:28px;--backgroundColor: var(--secondaryBackgroundAlt)}.LanguageSwitcher{width:52px}.LanguageSwitcher__buttonContainer{display:flex;align-items:center;gap:4px;transition:background-color .2s ease-out;height:28px;font-size:14px;border-radius:7px;cursor:pointer;--backgroundColor: var(--secondaryBackgroundAlt);background-color:var(--backgroundColor)}.LanguageSwitcher__buttonContainer:hover{--backgroundColor: var(--secondaryAccent)}.LanguageSwitcher__buttonContainer--activated,.LanguageSwitcher__buttonContainer--activated:hover{--backgroundColor: var(--primaryAccent)}.LanguageSwitcher__option{display:flex;align-items:center;gap:10px;border-radius:7px;min-width:138px}.LanguageSwitcher__option:hover{background-color:var(--secondaryAccent)}.LanguageSwitcher__icon{position:relative;left:2px}.LanguageSwitcher__iconPlaceholder{width:24px;height:24px}.NotifyingNavigator{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;padding:20px;max-width:880px;text-align:center}.NotifyingNavigator__button>div{font-weight:700;font-size:14px}.QuestionToSupport{display:flex;flex-direction:column;align-items:center;gap:28px;min-width:624px;min-height:276px;padding:36px 48px}.QuestionToSupport__title{font-weight:700;font-size:14px;align-self:flex-start}.QuestionToSupport__message{min-width:528px;min-height:108px;max-width:90vw;max-height:70vh;margin-top:-24px}.QuestionToSupport__buttons{display:flex;justify-content:space-between;min-width:528px}.QuestionToSupport__buttons>a{width:254px}.QuestionToSupport__buttons>a>div{font-weight:700;font-size:14px}.AudioVideoElementWrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:7px;transition:background-color .2s ease-out;background-color:var(--primaryBackground)}.AudioVideoElementWrapper__disclaimer{display:flex;justify-content:center;align-items:center;height:42px}.AudioVideoElementWrapper__content{display:flex;justify-content:center;align-items:center;width:100%}.AudioVideoElementWrapper__controlPanel{display:flex;align-items:center;gap:10px;transition:background-color .2s ease-out,border .2s ease-out;width:90%;height:42px;border:1px solid var(--secondaryBackground);border-radius:12px;padding:12px;padding-left:4px;background-color:var(--primaryBackground)}.AudioVideoElementWrapper__controlPanel--video{position:absolute;bottom:10px;width:95%}.AudioVideoElementWrapper__mediaButtons{display:flex;justify-content:center;align-items:center;gap:4px}.AudioVideoElementWrapper__mediaButtons>a{--backgroundColorDisabled: var(--primaryBackground);--borderDisabled: none}.AudioVideoElementWrapper__time{min-width:52px;text-align:center;user-select:none;font-size:14px;cursor:pointer}.AudioVideoElementWrapper__time--inactive{opacity:.3}body{margin:0;overflow:hidden;font-family:"Nunito Sans"}body *{box-sizing:border-box;user-select:none;color:var(--primaryContrast)}.MasterApp{position:relative;height:100vh;width:100vw;--lightPrimaryAccent: #AAD4C4;--lightSecondaryAccent: #E0F0EA;--lightPrimaryContrast: #282F39;--lightPrimaryContrastOpaque: rgba(40, 47, 57, 0.7);--lightPrimaryContrastOpaqueAlt: rgba(40, 47, 57, 0.2);--lightSecondaryContrast: #707276;--lightPrimaryBackground: #FFFFFF;--lightSecondaryBackground: #E2E2E2;--lightPrimaryBackgroundAlt: #FFFFFF;--lightSecondaryBackgroundAlt: #F8F8F8;--lightPrimarySelection: #EF7F33;--lightSecondarySelection: #F7D5BE;--lightPrimarySystemError: #EA6B67;--lightSecondarySystemError: #FCE9E8;--lightPrimarySystemWarning: #F9B330;--lightSecondarySystemWarning: #FEF0D6;--lightPrimarySystemSuccess: #31C38C;--lightSecondarySystemSuccess: #D6F3E8;--lightPrimarySystemInfo: #528DFF;--lightSecondarySystemInfo: #C8E0FB;--darkPrimaryAccent: #547469;--darkSecondaryAccent: #475A55;--darkPrimaryContrast: #C8C8C8;--darkPrimaryContrastOpaque: rgba(200, 200, 200, 0.7);--darkPrimaryContrastOpaqueAlt: rgba(200, 200, 200, 0.2);--darkSecondaryContrast: #E4E4E4;--darkPrimaryBackground: #3B3B3B;--darkSecondaryBackground: #5E5E5E;--darkPrimaryBackgroundAlt: #242424;--darkSecondaryBackgroundAlt: #2C2C2C;--darkPrimarySelection: #724425;--darkSecondarySelection: #3C2B1F;--darkPrimarySystemError: #A24F4D;--darkSecondarySystemError: #4F302F;--darkPrimarySystemWarning: #AC7E29;--darkSecondarySystemWarning: #534221;--darkPrimarySystemSuccess: #2A8865;--darkSecondarySystemSuccess: #214638;--darkPrimarySystemInfo: #3F65B0;--darkSecondarySystemInfo: #27344C}.MasterApp--theme_light{--primaryAccent: var(--lightPrimaryAccent);--secondaryAccent: var(--lightSecondaryAccent);--primaryContrast: var(--lightPrimaryContrast);--primaryContrastOpaque: var(--lightPrimaryContrastOpaque);--primaryContrastOpaqueAlt: var(--lightPrimaryContrastOpaqueAlt);--secondaryContrast: var(--lightSecondaryContrast);--primaryBackground: var(--lightPrimaryBackground);--secondaryBackground: var(--lightSecondaryBackground);--primaryBackgroundAlt: var(--lightPrimaryBackgroundAlt);--secondaryBackgroundAlt: var(--lightSecondaryBackgroundAlt);--primarySelection: var(--lightPrimarySelection);--secondarySelection: var(--lightSecondarySelection);--primarySystemError: var(--lightPrimarySystemError);--secondarySystemError: var(--lightSecondarySystemError);--primarySystemWarning: var(--lightPrimarySystemWarning);--secondarySystemWarning: var(--lightSecondarySystemWarning);--primarySystemSuccess: var(--lightPrimarySystemSuccess);--secondarySystemSuccess: var(--lightSecondarySystemSuccess);--primarySystemInfo: var(--lightPrimarySystemInfo);--secondarySystemInfo: var(--lightSecondarySystemInfo);--uploadGradientColor: var(--secondaryBackground)}.MasterApp--theme_dark{--primaryAccent: var(--darkPrimaryAccent);--secondaryAccent: var(--darkSecondaryAccent);--primaryContrast: var(--darkPrimaryContrast);--primaryContrastOpaque: var(--darkPrimaryContrastOpaque);--primaryContrastOpaqueAlt: var(--darkPrimaryContrastOpaqueAlt);--secondaryContrast: var(--darkSecondaryContrast);--primaryBackground: var(--darkPrimaryBackground);--secondaryBackground: var(--darkSecondaryBackground);--primaryBackgroundAlt: var(--darkPrimaryBackgroundAlt);--secondaryBackgroundAlt: var(--darkSecondaryBackgroundAlt);--primarySelection: var(--darkPrimarySelection);--secondarySelection: var(--darkSecondarySelection);--primarySystemError: var(--darkPrimarySystemError);--secondarySystemError: var(--darkSecondarySystemError);--primarySystemWarning: var(--darkPrimarySystemWarning);--secondarySystemWarning: var(--darkSecondarySystemWarning);--primarySystemSuccess: var(--darkPrimarySystemSuccess);--secondarySystemSuccess: var(--darkSecondarySystemSuccess);--primarySystemInfo: var(--darkPrimarySystemInfo);--secondarySystemInfo: var(--darkSecondarySystemInfo);--uploadGradientColor: var(--primaryBackground)}.MasterApp__actionsBlock{display:flex;justify-content:center;align-items:center;gap:6px;position:absolute;z-index:1;bottom:15px;right:15px}
.CloudMainPageNavigator{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;padding:20px}.CloudMainPageNavigator__button>div{font-weight:700;font-size:14px}.ConnectionLossStop{max-width:880px;text-align:center}.QuestionToSupport{display:flex;flex-direction:column;align-items:center;gap:28px;min-width:624px;min-height:276px;padding:36px 48px}.QuestionToSupport__title{font-weight:700;font-size:14px;align-self:flex-start}.QuestionToSupport__message{min-width:528px;min-height:108px;max-width:90vw;max-height:70vh;margin-top:-24px}.QuestionToSupport__buttons{display:flex;justify-content:space-between;min-width:528px}.QuestionToSupport__buttons>a{width:254px}.QuestionToSupport__buttons>a>div{font-weight:700;font-size:14px}
/* nunito-sans-cyrillic-ext-400-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(assets/fonts/nunito-sans-cyrillic-ext-400-normal.f6d69d802ffb1d44610d.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-400-normal.6829d5bb0386828b00bc.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* nunito-sans-cyrillic-400-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(assets/fonts/nunito-sans-cyrillic-400-normal.1dd0800644712a9519d0.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-400-normal.6829d5bb0386828b00bc.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* nunito-sans-vietnamese-400-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(assets/fonts/nunito-sans-vietnamese-400-normal.d68ebb752ccf1a0cdcef.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-400-normal.6829d5bb0386828b00bc.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
}
/* nunito-sans-latin-ext-400-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(assets/fonts/nunito-sans-latin-ext-400-normal.3d7d18f958c14dddfbc0.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-400-normal.6829d5bb0386828b00bc.woff) format('woff');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* nunito-sans-latin-400-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(assets/fonts/nunito-sans-latin-400-normal.5c4de521b020a610c232.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-400-normal.6829d5bb0386828b00bc.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* nunito-sans-cyrillic-ext-700-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(assets/fonts/nunito-sans-cyrillic-ext-700-normal.cb8f4907412910f570e6.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-700-normal.9709a8d45fa54da212c6.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* nunito-sans-cyrillic-700-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(assets/fonts/nunito-sans-cyrillic-700-normal.d031e0225f01754385aa.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-700-normal.9709a8d45fa54da212c6.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* nunito-sans-vietnamese-700-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(assets/fonts/nunito-sans-vietnamese-700-normal.8561b187128d3b8f64dd.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-700-normal.9709a8d45fa54da212c6.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
}
/* nunito-sans-latin-ext-700-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(assets/fonts/nunito-sans-latin-ext-700-normal.ef94e631fbe456f19229.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-700-normal.9709a8d45fa54da212c6.woff) format('woff');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* nunito-sans-latin-700-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(assets/fonts/nunito-sans-latin-700-normal.6511b3e4f7855e3c608e.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-700-normal.9709a8d45fa54da212c6.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* nunito-sans-cyrillic-ext-800-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(assets/fonts/nunito-sans-cyrillic-ext-800-normal.a8c9882a98f2e05de8cc.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-800-normal.dfa7cecf6296801a29dd.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
/* nunito-sans-cyrillic-800-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(assets/fonts/nunito-sans-cyrillic-800-normal.871041bed86d762325e8.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-800-normal.dfa7cecf6296801a29dd.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
/* nunito-sans-vietnamese-800-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(assets/fonts/nunito-sans-vietnamese-800-normal.1e2beb7f6de7b8dfac56.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-800-normal.dfa7cecf6296801a29dd.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
}
/* nunito-sans-latin-ext-800-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(assets/fonts/nunito-sans-latin-ext-800-normal.5d0397f6a15e7181efcc.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-800-normal.dfa7cecf6296801a29dd.woff) format('woff');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* nunito-sans-latin-800-normal*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(assets/fonts/nunito-sans-latin-800-normal.e340b38542559b0d025f.woff2) format('woff2'), url(assets/fonts/nunito-sans-all-800-normal.dfa7cecf6296801a29dd.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@keyframes appear{0%{opacity:0}100%{opacity:1}}html,body{margin:0}.app{height:100%;width:100%}
.ScreenSpeaker{width:100%;min-width:1024px;height:100%;min-height:500px}.ScreenSpeaker__main{position:relative;display:flex;height:calc(100% - 48px - 64px);padding-top:12px;padding-bottom:17px;padding-left:16px;padding-right:16px;background-color:var(--secondaryBackground)}.ScreenSpeaker__main--large{justify-content:center}.ScreenSpeaker__videoSpeaker{position:relative;display:flex;justify-content:center;top:50%;transform:translateY(-50%);background-color:var(--secondaryContrast);border-radius:6px}.ScreenSpeaker__speakerName{position:absolute;top:0;left:0;margin-top:12px;margin-left:16px}.ScreenSpeaker__right{position:relative;overflow:hidden;margin-left:8px}.ScreenSpeaker__right--columns--one{width:max(116px,(100vh - 48px - 12px - 64px - 17px - 12px)/4*1.3333333333)}.ScreenSpeaker__right--columns--two{width:max(116px,(100vh - 48px - 12px - 64px - 17px - 28px)/8*1.3333333333*2 + 4px)}.ScreenSpeaker__right--columns--three{width:calc(max(116px,(100vh - 48px - 12px - 64px - 17px - 28px)/8*1.3333333333*2 + 4px)*1.5 + 2px)}.ScreenSpeaker__left{position:relative;flex-grow:1;background-color:rgba(0,0,0,0)}.ScreenSpeaker__alertBlock{position:absolute;left:50%;transform:translateX(-50%);z-index:90000}.ScreenSpeaker__alertBlock--video{bottom:14px}.ScreenSpeaker__alertBlock--board{bottom:74px}
.SubscribeViewer_rel{position:relative;height:100%;width:100%}.SubscribeViewer_fullSize{width:100%;height:100%}.SubscribeViewer__video{display:block;width:100%;height:100%;margin:auto}.SubscribeViewer__videoFrame{position:absolute;top:0;left:0;width:100%;height:100%;margin:auto}.SubscribeViewer__video-mask{position:absolute;top:0;left:0;width:100%;height:100%;margin:auto}.SubscribeViewer video{object-fit:contain;border-radius:6px}
.LabelUserName{display:block;white-space:nowrap}.LabelUserName__child{color:var(--primaryBackground);min-width:0;overflow:hidden;text-overflow:ellipsis}.LabelUserName__teacher{display:flex;align-items:center;justify-content:center;height:26px;padding-left:6px;padding-right:6px;border-radius:5px;font-size:14px;overflow:hidden;white-space:nowrap}.LabelUserName__teacher--withBackground{background-color:var(--primaryContrast);opacity:80%;font-weight:700}.LabelUserName__small{display:flex;align-items:center;justify-content:center;height:100%;padding-left:2px;padding-right:2px;border-radius:5px;font-size:calc((100vw - 1440px)/480*3 + 11px);overflow:hidden;white-space:nowrap}.LabelUserName__small--withBackground{background-color:var(--primaryContrast);opacity:80%}
.UsersViewPanel{display:flex;align-items:flex-start;flex-wrap:wrap;align-content:flex-start;justify-content:space-between}.UsersViewPanel__itemWidth--one{width:100%}.UsersViewPanel__itemWidth--two{width:calc((100% - 4px)/2)}.UsersViewPanel__itemWidth--three{width:calc((100% - 8px)/3)}.UsersViewPanel__userItem{position:relative;display:flex;justify-content:center;align-items:center;background-color:var(--secondaryContrast);border-radius:6px;margin-bottom:4px;aspect-ratio:4/3}.UsersViewPanel__centerVideo{display:contents}.UsersViewPanel__status{position:absolute;top:0;width:100%;padding-top:4px;padding-left:4px}.UsersViewPanel__userName{position:absolute;bottom:0;width:100%;height:28px;padding:4px}.UsersViewPanel__videoFrame{position:absolute;top:0;left:0;width:100%;height:100%;margin:auto}.UsersViewPanel__audioActive{border:2.5px solid var(--primarySystemInfo);border-radius:6px}
.UserView{display:contents}.UserView__centerVideo{display:contents}.UserView__button .Button--textless{border-radius:5px}.UserView__buttonKebab{--backgroundColorInactive: transparent !important}.UserView__iconHand{position:fixed;animation:blink 1s linear infinite}@keyframes blink{50%{opacity:0}}.UserView__userName{position:absolute;bottom:0;width:100%;height:28px;padding:4px}.UserView__status{position:absolute;top:0;width:100%;padding-top:4px;padding-left:4px;padding-right:4px;display:flex;justify-content:space-between}.UserView__videoFrame{position:absolute;top:0;left:0;width:100%;height:100%;margin:auto}
.name[data-v-419a3241]{display:flex;justify-content:center;align-items:center;background-color:var(--secondaryBackground);border-radius:50%;width:30%;height:40%;font-weight:700;font-size:calc((100vw - 1440px)/480*3 + 11px);color:var(--secondaryContrast)}.name-four[data-v-419a3241]{display:flex;justify-content:center;align-items:center;background-color:var(--primaryBackground);border-radius:50%;width:30%;height:40%;font-weight:700;color:var(--secondaryContrast);font-size:4vh}.name-teacher[data-v-419a3241]{display:flex;justify-content:center;align-items:center;background-color:var(--primaryBackground);border-radius:50%;width:18.025vh;height:18.025vh;font-weight:700;color:var(--secondaryContrast);font-size:7vh;align-self:center}
.PopupMember{top:0px;left:0px;margin:0px;width:100%;height:100%;position:fixed;z-index:100000}.PopupMember__popup{background-color:var(--secondaryBackgroundAlt);width:320px;height:518px;margin-top:50px;margin-left:50px;position:absolute;display:flex;justify-content:flex-end;margin-top:84px;margin-right:23px;border:1px solid var(--secondaryBackground);border-radius:12px;box-shadow:2px 4px 10px rgba(40,47,57,.2)}.PopupMember__popupLargeWebinar{height:470px}.PopupMember__content{padding:20px;width:100%;height:100%}.PopupMember__textName{font-size:22px;font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.PopupMember__textElementManagement{font-size:11px;font-weight:700;padding-bottom:12px}.PopupMember__statuses{padding-top:8px;padding-bottom:29px}.PopupMember__buttonsBlock{display:flex;flex-wrap:wrap;width:286px;justify-content:space-between}.PopupMember__buttonsBlockEnd{display:flex;flex-direction:column;align-items:center;margin-top:26px;height:80px;justify-content:space-between}.PopupMember__buttonsBlock .Button--size_small{width:137px;margin-bottom:6px}.PopupMember__buttonsBlockEnd .Button--iconless{width:280px;font-weight:700;height:36px;padding-top:10px;padding-bottom:10px}.PopupMember__buttonsBlock .Button__text{width:129px}
.StatusesMember__iconText{display:flex;align-items:center;margin-bottom:3px}.StatusesMember__text{margin-left:2px;font-size:11px}.StatusesMember__iconInfo{margin-left:5px}.error{color:var(--primarySystemError);fill:var(--primarySystemError) !important}.warning{color:var(--primarySystemWarning);fill:var(--primarySystemWarning) !important}.info{color:var(--primarySystemInfo);fill:var(--primarySystemInfo) !important}.success{color:var(--primarySystemSuccess);fill:var(--primarySystemSuccess) !important}.default{color:var(--secondaryBackground);fill:var(--secondaryBackground) !important}
.StatusViewer__icons[data-v-8f4f1866]{width:16px;height:16px;border-radius:5px}.StatusViewer__icons--error[data-v-8f4f1866]{background-color:var(--primarySystemError)}.StatusViewer__icons--warning[data-v-8f4f1866]{background-color:var(--primarySystemWarning)}.StatusViewer__icons--info[data-v-8f4f1866]{background-color:var(--primarySystemInfo)}.StatusViewer__icons--success[data-v-8f4f1866]{background-color:var(--primarySystemSuccess)}.StatusViewer__icons--default[data-v-8f4f1866]{background-color:var(--secondaryBackground)}.StatusViewer__icon[data-v-8f4f1866]{fill:var(--primaryBackground)}
.Header{background-color:var(--secondaryBackgroundAlt);height:48px;display:flex;justify-content:space-between}.Header__time{display:flex;align-items:center;margin-left:16px}.Header__timeNow{font-size:14px;color:var(--primaryContrast);margin-left:4px}.Header__letter{display:flex;justify-content:center;align-items:center;background-color:var(--primarySystemWarning);width:24px;height:24px;border-radius:50%;color:var(--secondaryContrast);font-weight:800;margin-right:30px;font-size:14px}.Header__helpSettings{display:flex;align-items:center;margin-right:16px}.Header__settings{margin-left:12px}.Header .buttonSettings{margin-left:10px}.Header__helpSettings .Button--size_small{width:28px;height:28px}.Header__helpSettings .Button--order_primary{--backgroundColorInactive: transparent}
.SettingsHangout{top:0;bottom:0;left:0;right:0;position:fixed;display:flex;justify-content:flex-end;z-index:50000;padding-top:44px}.SettingsHangout__modalContent{width:300px;height:420px;padding:20px;border:1px solid var(--secondaryBackground);box-shadow:2px 4px 10px rgba(40,47,57,.2);border-radius:12px;margin-right:16px;background-color:var(--secondaryBackgroundAlt);z-index:50000}.SettingsHangout__modalContentStudent{height:308px}.SettingsHangout__text{font-size:11px;font-weight:700}.SettingsHangout__textBold{font-size:11px;font-weight:700;padding-top:24px}.SettingsHangout__textSwitch{margin-left:24px;padding-top:13px;display:grid;gap:8px}.SettingsHangout__buttonGiveWord{display:flex;justify-content:space-between;margin-top:12px}.SettingsHangout__buttonChat{display:flex;justify-content:space-between;margin-top:6px}.SettingsHangout__buttonCamMic .Button__text{font-weight:700}.SettingsHangout__buttonChat .Button__text{width:122px}.button .Button--order_secondary{background-color:#fff}.SettingsHangout__buttonCamMic .Button--iconless{width:260px;margin-top:24px}.SettingsHangout__buttonGiveWord .Button--size_small{width:127px}.SettingsHangout__buttonChat .Button--size_small{width:127px}
.modal{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;z-index:4000000;background-color:rgba(40,47,57,.3882352941)}.modal__help{display:flex;justify-content:center;align-items:center;flex-direction:column;width:656px;padding:50px 0px;background-color:var(--primaryBackground);border-radius:24px;margin-top:52px}.modal__help--elements{display:flex;flex-direction:column;width:528px}.modal__help--text{font-weight:700;margin-bottom:4px;font-size:14px;color:var(--primaryContrast)}.modal__help--buttons{display:flex;margin-top:28px;justify-content:space-between;font-size:14px}.modal__helpSecond{display:flex;flex-direction:column;align-items:center;font-weight:700;font-size:14px}.modal__helpSecond .Button__text{font-size:14px;font-weight:700}.modal__help .Button--textless{border-radius:50%;align-self:flex-end;margin-top:-36px;margin-right:16px}.modal__help--elements .TextArea{height:108px;border:1px solid var(--secondaryBackground);border-radius:7px;outline:none;padding:5px 8px 5px 8px}.modal__help--elements .TextArea:hover{border:1px solid var(--primaryAccent);cursor:text}.modal__help--elements .TextArea:active{border:1px solid var(--primaryAccent)}.modal__help--buttons .Button--iconless{width:254px}.modal__help--buttons .Button__text{font-size:14px;font-weight:700}.modal__helpSecond .Button--iconless{width:480px;font-weight:700;font-size:14px;margin-top:44px}
.Exit{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;z-index:4000000;background-color:rgba(40,47,57,.3882352941);top:0}.Exit__modal{background-color:var(--primaryBackground);width:656px;height:212px;border-radius:24px;display:flex;flex-direction:column}.Exit__text{font-size:14px;font-weight:700;margin-top:52px}.Exit__content{display:flex;justify-content:center}.Exit__buttons{display:flex;justify-content:center;margin-top:44px;display:flex;gap:20px}.Exit__modal .Button--textless{border-radius:50%;align-self:flex-end;margin:16px 16px 0 0;position:absolute}.Exit .Button--size_large{width:230px}.Exit .Button__text{font-size:14px;font-weight:700}
.Footer{background-color:var(--secondaryBackgroundAlt);height:64px;display:flex;justify-content:space-between}.Footer__firstButtons{display:flex;margin:8px 0px 0px 16px}.Footer__firstButtons .Button{margin-right:6px}.Footer__secondButtons{display:flex;margin-top:8px}.Footer__secondButtons .Button{margin-right:6px}.Footer__secondButtonsTwoTeacher{display:flex;margin-top:8px}.Footer__secondButtonsTwoTeacher .Button{width:362px;height:48px;border-radius:9px;font-weight:700}.Footer__secondButtonsTwoTeacher .Button__text{font-size:14px}.Footer__threedButtons{display:flex;margin:8px 10px 0px 0px}.Footer__threedButtons .Button{margin-right:6px}.amountOfParticipants{display:flex;justify-content:center;align-items:center;pointer-events:none;width:21px;height:16px;position:absolute;background-color:var(--secondaryContrast);border-radius:9px;margin-left:47px;margin-top:3px;color:var(--primaryBackground);font-size:11px}.countMessagesAll{display:flex;justify-content:center;align-items:center;pointer-events:none;position:absolute;margin-left:126px;min-width:21px;height:16px;position:absolute;background-color:var(--primarySystemInfo);border-radius:9px;margin-top:3px;color:var(--primaryBackground);font-size:11px}
.WhitePanel[data-v-6520d804]{height:100%;overflow:hidden;background-color:var(--primaryBackground);border-radius:7px}
.ChatList__header{display:flex;justify-content:space-between;margin-top:8px;padding-bottom:8px}.ChatList__text{margin-left:8px;font-size:14px;font-weight:700}.ChatList__line{border-bottom:1px solid var(--secondaryBackground);margin:12px 16px 16px 16px}.ChatList__allChat{max-height:calc(100vh - 112px - 68px);margin-right:2px;overflow:hidden auto;max-height:""}.ChatList__allChat::-webkit-scrollbar{width:6px}.ChatList__allChat::-webkit-scrollbar-thumb{margin-top:10px;background-color:var(--secondaryBackground);border-radius:5px}.ChatList__allChat::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.ChatList__allChat::-webkit-scrollbar{width:4px}.ChatList__header .Button--textless{border-radius:50%;margin-right:8px}
.ChatListItem__item{margin:14px 8px 0px 8px;padding-bottom:8px;display:flex;flex-direction:column}.ChatListItem__item:hover{cursor:pointer;background-color:var(--secondaryBackgroundAlt);border-radius:6px}.ChatListItem__headerMessage{display:flex;justify-content:space-between;padding:4px 8px 0 8px}.ChatListItem__textGeneralChat{font-size:11px;font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:95%}.ChatListItem__time{font-size:11px;font-weight:400}.ChatListItem__textMessage{font-size:11px;font-weight:400;letter-spacing:-0.02em;padding:2px 12px 0px 8px;word-wrap:break-word}.ChatListItem__countMessages{display:flex;justify-content:center;align-items:center;font-size:11px;background-color:var(--primarySystemInfo);min-width:21px;color:var(--lightPrimaryBackground);border-radius:9px;text-align:center;align-self:flex-end;margin:0 8px 0px 0}
.ListMembers[data-v-5412e820]{height:100%;padding-right:3px}.ListMembers__buttonsCancel[data-v-5412e820]{border-radius:50%;margin-right:8px}.ListMembers__members[data-v-5412e820]{display:flex;justify-content:space-between;margin-top:8px}.ListMembers__teachers[data-v-5412e820]{min-height:56px;margin-top:5px}.ListMembers__content[data-v-5412e820]{overflow:hidden auto;max-height:100%}.ListMembers__content[data-v-5412e820]::-webkit-scrollbar{width:6px}.ListMembers__content[data-v-5412e820]::-webkit-scrollbar-thumb{margin-top:10px;background-color:var(--secondaryBackground);border-radius:5px}.ListMembers__content[data-v-5412e820]::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.ListMembers__membersText[data-v-5412e820]{margin-left:8px;font-weight:700;font-size:14px}.ListMembers__speakerAndListeners[data-v-5412e820]{margin:19px 7px -10px 8px}.ListMembers__speakerAndListeners--margin[data-v-5412e820]{margin-top:16px;margin-left:8px}.ListMembers__speakerAndListeners--list[data-v-5412e820]{margin:8px 2px 4px 0}.ListMembers__speakerAndListeners--element[data-v-5412e820]{margin-left:8px;font-size:11px;font-weight:400}.ListMembers__speakerAndListeners--element[data-v-5412e820]:first-of-type{margin-top:8px}.ListMembers__speakerAndListeners--element[data-v-5412e820]:last-of-type{margin-bottom:22px}.ListMembers__speakerAndListenersText[data-v-5412e820]{font-weight:700;font-size:14px}.ListMembers__line[data-v-5412e820]{border-bottom:1px solid var(--secondaryBackground);margin:0px 16px 0px 16px}.speakerOrListeners[data-v-5412e820]{display:flex}.speakerOrListeners__button[data-v-5412e820]{width:54.6%;display:flex;justify-content:flex-end}.buttonKebab[data-v-5412e820]{border-radius:5px;align-self:flex-end;margin-right:8px;margin-bottom:15px}
.Status[data-v-6ac73ce2]{display:flex;margin-top:4px;margin-bottom:8px}.Status__firstStatus[data-v-6ac73ce2]{display:flex;margin-right:16px}.Status__secondStatus[data-v-6ac73ce2]{display:flex}.Status__iconStatusPointer[data-v-6ac73ce2]{fill:var(--primaryBackground)}.Status__iconStatusSound[data-v-6ac73ce2]{fill:var(--primaryBackground)}.Status__icon[data-v-6ac73ce2]{width:16px;height:16px;margin-right:4px;border-radius:5px}.Status__icon--error[data-v-6ac73ce2]{background-color:var(--primarySystemError)}.Status__icon--warning[data-v-6ac73ce2]{background-color:var(--primarySystemWarning)}.Status__icon--info[data-v-6ac73ce2]{background-color:var(--primarySystemInfo)}.Status__icon--success[data-v-6ac73ce2]{background-color:var(--primarySystemSuccess)}.Status__icon--default[data-v-6ac73ce2]{background-color:var(--secondaryBackground)}.Status__iconStatus[data-v-6ac73ce2]{fill:var(--primaryBackground)}.buttonsCancel[data-v-6ac73ce2]{border-radius:50%;margin-right:8px}.Status .Tooltip[data-v-6ac73ce2]{width:100px;height:100px}
.ListMembersItem{display:flex;margin-bottom:5px;width:100%;justify-content:space-between}.ListMembersItem__userInfo{width:82%}.ListMembersItem__button{width:54.6%;display:flex;justify-content:flex-end}.ListMembersItem__button .Button--textless{--borderRadius: 5px}.ListMembersItem__name{margin-bottom:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ListMembersItem__buttonKebab{border-radius:5px;align-self:flex-end;margin-right:8px;margin-bottom:15px}
.Chat{display:flex;flex-direction:column;justify-content:space-between;margin-right:0;user-select:text;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;height:100%;background-color:var(--primaryBackground);border-radius:7px;min-height:180px}.Chat__textareaHidden{word-wrap:break-word;font-size:11px;visibility:hidden;position:absolute}.Chat__header{display:flex;justify-content:space-between;padding:8px 8px 0 8px;align-items:center}.Chat__button{margin-right:6px;align-self:end;margin-bottom:5px}.Chat__text{font-size:14px;font-weight:700;width:77%;margin-left:-1px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.Chat__center{display:flex;justify-content:center;align-items:center}.Chat__textCenter{font-size:11px;font-weight:400;height:48px;width:151px;text-align:center}.Chat__disabledTextArea{background-color:#eee}.Chat__sendMessages{width:93%;border:1px solid var(--secondaryBackground);display:flex;align-self:center;border-radius:9px;align-items:center;margin-bottom:7px;margin-top:4px}.Chat__sendMessages .textareaChat{border:0;width:99%;font-family:"Nunito Sans";word-wrap:break-word;max-height:100px;overflow-y:auto;resize:none;margin:7px 6px 6px 5px;color:var(--primaryContrast);height:22px;font-size:11px;padding:3px 2px 2px 2px}.Chat__sendMessages .textareaChat:focus{outline:0}.Chat__messages{height:100%;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden auto}.Chat__placeholder{position:absolute;margin:5px 0px 5px 12px;font-size:11px;color:var(--secondaryBackground)}.textarea_hidden{word-wrap:break-word;font-size:11px;visibility:hidden;position:absolute}textarea::-webkit-input-placeholder{color:var(--secondaryBackground)}textarea::-moz-placeholder{color:var(--secondaryBackground)}.text textarea{overflow:hidden}.text .comment_text_hidden{position:relative}.Chat__backward .Icon--size_small{min-height:24px;width:24px;height:24px}.Chat__header .Button--textless{border-radius:50%}
.ChatMessages{margin:24px 2px 4px 0;overflow:hidden auto;max-height:""}.ChatMessages::-webkit-scrollbar{width:6px}.ChatMessages::-webkit-scrollbar-thumb{margin-top:10px;background-color:var(--secondaryBackground);border-radius:5px}.ChatMessages::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}
.ChatMessagesItem__text{user-select:text;font-size:11px;padding:10px 12px 0px 12px;word-wrap:break-word}.ChatMessagesItem__text a{font-weight:700;color:var(--primarySystemInfo)}.ChatMessagesItem__time{color:var(--secondaryContrast);font-size:11px;display:flex;justify-content:flex-end;padding:2px 12px 6px 0}.ChatMessagesItem__name{font-size:11px;font-weight:700;padding-top:10px;padding-left:12px}.ChatMessagesItem__rightSide{display:flex;flex-direction:row-reverse}.ChatMessagesItem__myMessage{background-color:var(--secondarySystemWarning);margin-bottom:4px;min-height:50px;border-radius:12px 12px 0px 12px;margin-right:8px;width:82.886%}.ChatMessagesItem__noMyMessage{background-color:var(--secondaryBackgroundAlt);margin-bottom:4px;min-height:50px;border-radius:12px 12px 12px 0px;margin-left:8px;width:82.886%}
.Board{width:100%;height:100%}.Board__boardContainer{position:relative;top:50%;transform:translateY(-50%)}.Board__desk{position:relative;display:flex;justify-content:center;height:100%;border-radius:6px;margin-bottom:4px;background-color:var(--primaryBackground)}.Board__tools{display:flex;justify-content:space-between}.Board__toolsNoPres{display:flex;justify-content:center}.Board__canvas{position:absolute;top:0;width:100%;height:100%;z-index:20000}.Board__cursor{cursor:url(assets/images/cursorShadow.3876ad6ea34e7221ead2.png),pointer}
.DrawTools{background-color:var(--primaryBackground);width:388px;height:48px;border-radius:12px;display:flex;justify-content:space-evenly;align-items:center;position:relative}.DrawTools__isStudent{width:246px}.DrawTools__content{display:flex;justify-content:center;align-items:center;width:36px;height:36px}.DrawTools__buttonDeleteAll .Button__text{font-weight:700}.DrawTools__colorButton{width:24px;height:24px;border-radius:7px;margin:5px;cursor:pointer;border:1px solid var(--primaryBackground)}.DrawTools__disabled{border:1px solid var(--secondaryBackground);background-color:var(--secondaryBackgroundAlt);cursor:default}.DrawTools__border{border:1px solid var(--secondaryBackground)}.DrawTools .buttonCursor{stroke:var(--color);margin-right:33px}.DrawTools .Button--status_active,.DrawTools .Button--status_disabled{cursor:pointer}
.SliderWidth{background-color:var(--primaryBackground);border:1px solid var(--secondaryBackground);width:188px;height:48px;margin:-46px 28px 0px 11px;box-shadow:2px 4px 10px rgba(40,47,57,.2);border-radius:12px;display:flex;justify-content:center;align-items:center;position:absolute;z-index:30000}.SliderWidth__margin--desk{margin:-85px 28px 0px -38px}.SliderWidth__margin--presentation{margin:-85px 28px 0px -21px}.SliderWidth .Slider{max-width:100px;margin:0 8px 0 8px}.SliderWidth .Slider .Slider__rangeInput{max-width:100px}
.ColorButton{width:268px;height:118px;background-color:var(--primaryBackground);border-radius:12px;border:1px solid var(--secondaryBackground);box-shadow:2px 4px 10px rgba(40,47,57,.2);position:absolute;z-index:30000}.ColorButton__margin--desk{margin:-154px 0px 1px 75px}.ColorButton__margin--presentation{margin:-154px 0px 1px 87px}.ColorButton__text{font-size:11px;font-weight:700;padding:16px 0px 0px 16px}.ColorButton__firstColor{display:flex;margin:13px 17px 0 17px;justify-content:space-evenly}.ColorButton__frameWhite{border:1px solid var(--primaryBackground);padding:1px}.ColorButton__frame{border:1px solid var(--secondaryContrast);border-radius:9px;padding:1px}.ColorButton__secondColor{display:flex;justify-content:space-evenly;margin:8px 17px 0 17px}.ColorButton__border{border:1px solid var(--secondaryBackground)}.ColorButton__color{width:24px;height:24px;border-radius:7px}.ColorButton__color:hover{cursor:pointer}
.Cursor__imgCursor{width:40px;height:36px;position:absolute;background-color:rgba(0,0,0,0);background-image:url(assets/images/cursorShadow.3876ad6ea34e7221ead2.png);background-position:top left;background-repeat:no-repeat;z-index:30000}.Cursor__cursorText{display:inline-flex;background-color:#528dff;border-radius:10px;margin-left:24px;height:36px;margin-top:23px;word-break:normal;text-align:center;z-index:30000;white-space:nowrap;justify-content:center;align-items:center}.Cursor__text{color:var(--primaryBackground);font-size:11px;font-weight:700;padding:0 10px}
.PageTurning{background-color:var(--primaryBackground);min-width:180px;height:48px;border-radius:12px;padding:6px}.PageTurning__content{display:flex;min-width:168px;height:36px;justify-content:space-around}.PageTurning .Input:disabled{background-color:rgba(0,0,0,0);color:var(--secondaryBackground)}.PageTurning input::-webkit-input-placeholder{color:var(--secondaryBackground)}.PageTurning input::-moz-placeholder{color:var(--secondaryBackground)}.PageTurning__number{font-size:14px;display:flex;align-items:center}.PageTurning__slash{padding:0 8px 0 8px}.PageTurning__secondNumber{padding-left:9px;padding-right:9px}.disabled{color:var(--secondaryBackground)}.PageTurning__number .Input{width:36px;height:36px;text-align:center;font-size:14px}
.PresentationTools{background-color:var(--primaryBackground);width:88px;height:48px;border-radius:12px;display:flex;justify-content:space-around;align-items:center;padding:0px 6px 0px 6px}.PresentationTools .Button--status_active,.PresentationTools .Button--status_disabled{cursor:pointer}.PresentationTools__filesInput{display:none}
.FilesList{width:352px;min-height:48px;background-color:var(--primaryBackground);border:1px solid var(--secondaryBackground);border-radius:12px;position:absolute;bottom:56px;left:51px;display:flex;flex-direction:column;z-index:50000;padding:6px;box-shadow:2px 4px 10px rgba(40,47,57,.2)}.FilesList__content{overflow:hidden auto;max-height:312px}.FilesList__content::-webkit-scrollbar{width:6px}.FilesList__content::-webkit-scrollbar-thumb{margin-top:10px;background-color:var(--secondaryBackground);border-radius:5px}.FilesList__content::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.FilesList__file{display:flex;justify-content:space-between;padding:6px 6px 6px 12px;height:36px}.FilesList__file:last-of-type{margin-bottom:0px}.FilesList__file:hover{background-color:var(--lightSecondaryBackgroundAlt);border-radius:9px}.FilesList__text{font-size:11px;display:flex;align-items:center}.FilesList::-webkit-scrollbar-thumb{padding-right:3px}.FilesList__button .Button__text{font-weight:700}.FilesList__file .Button--iconless{--width: 120px}
.LoadingFile{display:flex;justify-content:space-between;padding:6px 12px 6px 12px}.LoadingFile .ProgressBar{width:88px;align-items:center}.LoadingFile__text{font-size:11px;display:flex;align-items:center}
.ModalRepeatFile{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;z-index:4000000;background-color:rgba(40,47,57,.3882352941);top:0;right:0}.ModalRepeatFile__modal{background-color:var(--primaryBackground);width:656px;height:212px;border-radius:24px;display:flex;flex-direction:column}.ModalRepeatFile__text{font-size:14px;font-weight:700;margin-top:52px}.ModalRepeatFile__content{display:flex;justify-content:center}.ModalRepeatFile__buttons{display:flex;justify-content:center;margin-top:44px;display:flex;gap:20px}.ModalRepeatFile__modal .Button--textless{border-radius:50%;align-self:flex-end;margin:16px 16px 0 0;position:absolute}.ModalRepeatFile .Button--size_large{width:230px}.ModalRepeatFile .Button__text{font-size:14px;font-weight:700}
.PdfViewer{display:flex;justify-content:center;align-items:center;height:100%;width:95%;border-radius:6px}.PdfViewer__textNoFiles{font-size:14px;font-weight:700;width:559px;text-align:center}.vue-pdf-embed canvas{width:95% !important;margin:auto}
.DropZone{display:flex;justify-content:center;align-items:center;width:100%;height:100%;border:3px solid #528dff;border-radius:6px;background-color:rgba(200,224,251,.4588235294);position:absolute;z-index:40000;border-style:dashed}.DropZone__text{font-size:14px;font-weight:700;width:559px;text-align:center}
.ProgressBarFile{position:absolute;background-color:var(--primaryBackground);width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:6px}.ProgressBarFile .ProgressBar{width:200px}.ProgressBarFile__progress{text-align:center}.ProgressBarFile__textLoading{font-size:14px;font-size:400;padding-top:12px}
.ProgressOpenFile{position:absolute;background-color:var(--primaryBackground);width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:6px}.ProgressOpenFile .ProgressBar{width:200px}.ProgressOpenFile__progress{text-align:center}.ProgressOpenFile__textLoading{font-size:14px;font-size:400;padding-top:12px}
.AlertWarning{margin:auto}.AlertWarning__icon{align-self:center}.AlertWarning .Icon--size_medium{width:31px}.AlertWarning__modal{display:flex;justify-content:center;align-items:center;border-radius:9px;z-index:5000000;display:flex;flex-direction:row-reverse}.AlertWarning__modal--blue{min-width:295px;height:56px;border:1px solid var(--primarySystemInfo);background-color:var(--secondarySystemInfo)}.AlertWarning__modal--yellow{min-width:374px;height:72px;border:1px solid var(--primarySystemWarning);background-color:var(--secondarySystemWarning)}.AlertWarning__modal--red{min-width:374px;height:72px;border:1px solid var(--primarySystemError);background-color:var(--secondarySystemError)}.AlertWarning__text{font-size:14px;font-weight:700;display:flex;align-items:center}.AlertWarning__text--blue{color:var(--primarySystemInfo);margin-left:6px;justify-content:center}.AlertWarning__text--yellow{color:var(--primarySystemWarning);margin-left:6px;justify-content:center}.AlertWarning__text--red{color:var(--primarySystemError);margin-left:6px;justify-content:center}.AlertWarning__iconAndText{display:flex;margin:7px 21px}.AlertWarning__button--blue .Button__icon{fill:var(--primarySystemInfo)}.AlertWarning__button--yellow .Button__icon{fill:var(--primarySystemWarning)}.AlertWarning__button--red .Button__icon{fill:var(--primarySystemError)}.AlertWarning__modal--blue .Button--order_tertiary{border:none;background:none;align-self:flex-start}.AlertWarning__modal--yellow .Button--order_tertiary{border:none;background:none;align-self:flex-start;position:absolute;right:0;margin-right:3px}.AlertWarning__modal--red .Button--order_tertiary{border:none;background:none;align-self:flex-start;position:absolute;right:0;margin-right:3px}
.ContentnIsteadVideo{display:flex}.ContentnIsteadVideo__noSpeaker{color:var(--primaryBackground);align-self:center}
.MediaSrcDialog{width:100%;height:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;overflow:auto;width:100%;height:100%;position:absolute;z-index:400000;background-color:rgba(40,47,57,.3882352941)}.MediaSrcDialog .Select{width:346px;max-height:44px;height:44px}.MediaSrcDialog .ListItem__mainContent{line-height:20px}.MediaSrcDialog .Select__currentValue{font-size:14px;white-space:nowrap;width:88%;overflow:hidden;text-overflow:ellipsis}.MediaSrcDialog__button{display:contents}.MediaSrcDialog__buttonsCancel{align-self:flex-end;margin:16px 16px 0 0;position:absolute}.MediaSrcDialog__modalContent{margin-top:48px;margin-left:64px;width:438px}.MediaSrcDialog__modalHeader{color:var(--primaryContrast);font-size:22px;font-weight:700}.MediaSrcDialog__modalSelection{margin-top:24px}.MediaSrcDialog__modal{width:566px;height:635px;background-color:var(--primaryBackground);opacity:1;z-index:5000;border-radius:24px;display:flex;flex-direction:column}.MediaSrcDialog__checkCamera{display:flex;justify-content:center;align-items:center;width:438px;height:247px;background-color:var(--secondaryBackground);border-radius:5px;margin-bottom:24px}.MediaSrcDialog__checkMicrophone{display:flex;align-items:center}.MediaSrcDialog__checkVideo{display:contents}.MediaSrcDialog__messageError{font-weight:700;font-size:14px;color:var(--primaryContrast);position:absolute;width:409px;text-align:center}.MediaSrcDialog__selection{margin-top:24px}.MediaSrcDialog__selection__cam-mic{display:flex;flex-direction:column;font-size:14px}.MediaSrcDialog__selection__cam{display:flex;justify-content:center;align-items:center;margin-bottom:12px}.MediaSrcDialog__selection__mic{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.MediaSrcDialog__buttons{display:flex;margin-top:24px;justify-content:space-between}.MediaSrcDialog__buttons .Button__text{font-size:14px;font-weight:700}.MediaSrcDialog__buttons .Button--iconless{width:213px}.MediaSrcDialog__buttons .Button--textless{border-radius:50%}.MediaSrcDialog .video{width:100%;height:100%;margin:auto;object-fit:cover;border-radius:5px}.ListItem__mainContent{font-size:14px}.Dropdown .Button{border:none}.cam{font-weight:700;margin-right:40px;color:var(--primaryContrast)}.mic{font-weight:700;margin-right:18px;color:var(--primaryContrast)}
.LevelAudio[data-v-65a374c1]{display:flex}.microphone__range[data-v-65a374c1]{width:40.4px;height:14px;background-color:var(--secondaryAccent);border-radius:4px;margin-right:1px}.microphone__range-bright[data-v-65a374c1]{width:40.4px;height:14px;background-color:var(--primaryAccent);border-radius:4px;margin-right:1px}
.LessonEnd{width:100%;height:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;overflow:auto;width:100%;height:100%;position:absolute;z-index:400000}.LessonEnd__closeLink{width:100%;height:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;overflow:auto;background-color:var(--secondaryBackgroundAlt)}.LessonEnd__blok{display:flex;align-items:center;width:656px;height:124px;background-color:var(--primaryBackground);border-radius:24px;flex-direction:column;box-shadow:2px 4px 10px rgba(40,47,57,.2);font-weight:700;font-size:14px}.LessonEnd__text{margin-top:52px}
.ConnectingScreen[data-v-ebd2efc0]{background-color:var(--secondaryBackgroundAlt)}.ConnectingScreen__loader[data-v-ebd2efc0]{width:100%;height:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;overflow:auto;background-color:var(--secondaryBackgroundAlt)}.ConnectingScreen__blok[data-v-ebd2efc0]{display:flex;justify-content:center;align-items:center;width:538px;height:492px;background-color:var(--primaryBackground);border-radius:12px;flex-direction:column;box-shadow:2px 4px 10px rgba(40,47,57,.2)}.ConnectingScreen__loaderFilling .Loader--filling[data-v-ebd2efc0]{width:67px;height:90px;position:relative}.ConnectingScreen__help[data-v-ebd2efc0]{display:flex;justify-content:center;align-items:center;position:absolute;background-color:var(--primaryBackground);width:48px;height:48px;border-radius:12px;bottom:0px;right:0;margin-right:16px;margin-bottom:14px}
.AskConnectingScreen__closeLink{width:100%;height:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;overflow:auto;background-color:var(--secondaryBackgroundAlt)}.AskConnectingScreen__blok{display:flex;align-items:center;width:656px;height:212px;background-color:var(--primaryBackground);border-radius:24px;flex-direction:column;box-shadow:2px 4px 10px rgba(40,47,57,.2);font-weight:700;font-size:14px}.AskConnectingScreen__help{display:flex;justify-content:center;align-items:center;position:absolute;background-color:var(--primaryBackground);width:48px;height:48px;border-radius:12px;bottom:0px;right:0;margin-right:16px;margin-bottom:14px}.AskConnectingScreen__text{margin-top:52px}.AskConnectingScreen__button{margin-top:44px}.AskConnectingScreen .AskConnectingScreen__buttonClose>*{font-size:14px}.AskConnectingScreen .AskConnectingScreen__button .Button--iconless{width:480px;height:44px;border-radius:9px}

.ConnectionError{width:100%;height:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;overflow:auto;width:100%;height:100%;position:absolute;z-index:400000}.ConnectionError__closeLink{width:100%;height:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;overflow:auto;background-color:var(--secondaryBackgroundAlt)}.ConnectionError__blok{display:flex;align-items:center;width:656px;height:124px;background-color:var(--primaryBackground);border-radius:24px;flex-direction:column;box-shadow:2px 4px 10px rgba(40,47,57,.2);font-weight:700;font-size:14px}.ConnectionError__text{margin-top:52px}
