:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--ease-out:cubic-bezier(0.23,1,0.32,1);--ease-in:cubic-bezier(0.12,0,0.39,0);--ease-in-out:cubic-bezier(0.86,0,0.07,1);--ease-out-back:cubic-bezier(0.175,0.885,0.32,1.275);--app-height:100vh;--ui-index-1:1;--ui-index-2:2;--ui-index-3:3;--ui-index-4:4;--ui-index-5:5;--ui-index-6:6;--white:#fff;--white--rgb:255,255,255;--black:#1c1c1c;--black--rgb:28,28,28;--bg:#f4f4fd;--bg--rgb:244,244,253;--red:#eb5757;--red--rgb:235,87,87;--grey-6:#f2f2f2;--grey-6--rgb:242,242,242;--grey-5:#e0e0e0;--grey-5--rgb:224,224,224;--grey-4:#bdbdbd;--grey-4--rgb:189,189,189;--grey-3:#828282;--grey-3--rgb:130,130,130;--grey-2:#4f4f4f;--grey-2--rgb:79,79,79;--grey-1:#333;--grey-1--rgb:51,51,51;--primary-orange:#ffc300;--primary-orange--rgb:255,195,0;--primary-blue:#657aef;--primary-blue--rgb:101,122,239;--orange-50:#fff8ed;--orange-50--rgb:255,248,237;--orange-100:#ffefd4;--orange-100--rgb:255,239,212;--orange-200:#ffdba8;--orange-200--rgb:255,219,168;--orange-300:#ffc071;--orange-300--rgb:255,192,113;--orange-400:#ffa349;--orange-400--rgb:255,163,73;--orange-500:#ffc300;--orange-500--rgb:255,195,0;--orange-600:#ef6107;--orange-600--rgb:239,97,7;--orange-700:#c64708;--orange-700--rgb:198,71,8;--orange-800:#9d390f;--orange-800--rgb:157,57,15;--orange-900:#7e3110;--orange-900--rgb:126,49,16;--blue-50:#eef4ff;--blue-50--rgb:238,244,255;--blue-100:#e0ebff;--blue-100--rgb:224,235,255;--blue-200:#c8d9fd;--blue-200--rgb:200,217,253;--blue-300:#a6c0fb;--blue-300--rgb:166,192,251;--blue-400:#7d98f6;--blue-400--rgb:125,152,246;--blue-500:#657aef;--blue-500--rgb:101,122,239;--blue-600:#4853e3;--blue-600--rgb:72,83,227;--blue-700:#3a42c8;--blue-700--rgb:58,66,200;--blue-800:#323ba1;--blue-800--rgb:50,59,161;--blue-900:#2f3780;--blue-900--rgb:47,55,128;--blue-950:#1c1f4a;--blue-950--rgb:28,31,74}html{-webkit-text-size-adjust:100%;line-height:1.15}main{display:block}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{-webkit-border-radius:0;font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}button{background-color:#0000;border:none;cursor:pointer;margin:0;outline:none;padding:0}ol,ul{list-style:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0;padding:0}[disabled],[disabled] *{box-shadow:none;cursor:not-allowed;-webkit-user-select:none;user-select:none}*,:after,:before{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;margin:0;padding:0}html{box-sizing:border-box;font-size:100%}button,input,textarea{font-family:Roboto,sans-serif}body,html{height:100%;min-width:375px;scroll-behavior:smooth}svg{display:block;flex-shrink:0}::selection{background:#7d98f6;background:var(--blue-400);color:#fff;color:var(--white)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;color:#1c1c1c;color:var(--black);font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;margin:0;padding:0}body>*{min-height:0;min-width:0}body .simplebar-content{padding-bottom:1.25rem!important}body .simplebar-scrollbar:before{background-color:#a6c0fb;background-color:var(--blue-300)}@media only screen and (max-width:61.9875em){.body-mob-fixed{overflow:hidden}}.lessons-list{counter-reset:section}.lessons-list--empty{height:calc(100% - 56px)}.lessons-list .empty{align-items:center;background:url(/static/media/empty-bg.34c5874f71bb0f9260d7.png) no-repeat 50%/cover;border-radius:.625rem;display:flex;height:100%;justify-content:center;padding:20px}.lessons-list .empty__inner{grid-gap:40px;align-content:center;align-items:center;display:grid;gap:40px;grid-template-areas:"title star" "desc desc";width:min(100% - 40px,626px)}.lessons-list .empty__inner h2{font-size:32px;font-weight:600;grid-area:title;justify-self:end;line-height:38.4px}.lessons-list .empty__inner svg{grid-area:star}.lessons-list .empty__inner p{font-size:18px;font-weight:400;grid-area:desc;line-height:21.6px}.iframe-wrapper{--border-radius:10px;aspect-ratio:16/9;background-color:#0000004d;border-radius:var(--border-radius);max-height:34.625rem;position:relative;width:100%}.iframe-wrapper iframe,.iframe-wrapper video{-webkit-clip-path:inset(0 0 0 0 round var(--border-radius));clip-path:inset(0 0 0 0 round var(--border-radius));height:100%;left:0;position:absolute;top:0;width:100%}input.hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;opacity:0;overflow:hidden;position:absolute!important;width:1px}.detail-popup{background:#fff;border-radius:2px;box-shadow:0 4px 24px 0 #00000021;color:#828282;color:var(--grey-3);font-family:Roboto,sans-serif;font-size:13px;font-weight:400;line-height:120%;padding:8px}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/Roboto-Regular.fc2b5060f7accec5cf74.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/Roboto-Medium.7c8d04cd831df3033c8a.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/Roboto-Bold.f80816a5455d171f948d.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/Inter-Regular.e89cb19905e7db5591b0.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/Inter-Medium.6dcbc9bed1ec438907ee.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/Inter-SemiBold.4d56bb21f2399db8ad48.ttf) format("truetype")}.auth-container{margin:0 auto;max-width:58.75rem;padding:0 .9375rem;width:100%}@media only screen and (max-width:61.9875em){.auth-container{max-width:100%}}.container{margin:0 auto;padding:0 1.875rem;width:100%}@media only screen and (max-width:74.9875em){.container{padding:0 .9375rem}}.hide-text{overflow:hidden;padding:0;text-indent:101%;white-space:nowrap}.visually-hidden{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.text-center{align-items:center;display:flex;justify-content:center}.error{color:#eb5757;color:var(--red);font-size:12px;font-weight:400;margin-top:1.25rem}.w-full{width:100%}.no-padding{padding:0!important}.auth-layout{display:flex;min-height:100%;overflow:hidden}.auth-layout .main{display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;transition:padding-left .2s ease}@media only screen and (max-width:61.9875em){.auth-layout{flex-direction:column}.auth-layout .main{padding-left:0}.auth-layout .main--active{height:100vh;height:calc(var(--app-height));padding-left:0}}.base-layout{display:flex;min-height:100vh;overflow:hidden}.base-layout .main{display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;min-width:0;padding-left:3.75rem;transition:padding-left .2s ease}.base-layout .main--active{padding-left:14.6875rem}@media only screen and (max-width:61.9875em){.base-layout{display:block}.base-layout .main{height:calc(100vh - 4.5625rem);height:calc(var(--app-height) - 4.5625rem);justify-content:normal;padding-left:0}.base-layout .main--active{padding-left:0}.base-layout .footer{display:none}}.lesson-layout{display:flex;min-height:100%;overflow:hidden}.lesson-layout .main{display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;min-height:100dvh;padding-left:3.75rem;transition:padding-left .2s ease}.lesson-layout .main .content,.lesson-layout .main .header{margin-left:auto;margin-right:0;max-width:90%;width:100%}.lesson-layout .main--active{padding-left:14.6875rem}.container-teacher{max-width:100%}@media only screen and (max-width:87.4875em){.lesson-layout .main .content,.lesson-layout .main .header{max-width:none}}@media only screen and (max-width:61.9875em){.lesson-layout{display:block}.lesson-layout .main{height:100vh;height:var(--app-height);padding-left:0}.lesson-layout .main .content,.lesson-layout .main .header{margin:0;max-width:none}.lesson-layout .main--active{height:100vh;height:calc(var(--app-height));padding-left:0}.lesson-layout .aside,.lesson-layout .footer{display:none}}.empty-layout{height:100%;overflow-x:hidden;width:100%}.btn{align-items:center;border:.0625rem solid #0000;border-radius:.3125rem;display:flex;font-weight:500;gap:1rem;justify-content:center;line-height:1;min-height:2.0625rem;padding:.4375rem .9375rem;text-transform:uppercase;transition:.2s cubic-bezier(.23,1,.32,1);transition:.2s var(--ease-out);white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.9}.btn__icon{fill:#1c1c1c;fill:var(--black);height:1rem;transition:.2s cubic-bezier(.23,1,.32,1);transition:.2s var(--ease-out);width:1rem}.btn.btn--grey{background-color:#f2f2f2;background-color:var(--grey-6);color:#bdbdbd;color:var(--grey-4);cursor:no-drop;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;gap:.625rem;pointer-events:none;text-transform:uppercase;-webkit-user-select:none;user-select:none}.btn.btn--grey .btn__icon{fill:#bdbdbd;fill:var(--grey-4)}.btn.btn--accent{background-color:#ffc300;background-color:var(--primary-orange);color:#fff;color:var(--white);font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;gap:.625rem;text-transform:uppercase}.btn.btn--accent .btn__icon{fill:#fff;fill:var(--white)}@media(hover:hover)and (pointer:fine){.btn.btn--accent:not(:disabled,.disabled):hover{background-color:#ffc300;background-color:var(--orange-500)}}.btn.btn--accent.disabled,.btn.btn--accent[disabled]{background-color:#ffdba8;background-color:var(--orange-200);color:#fff;color:var(--white);outline:none}.btn.btn--accent.disabled .btn__icon,.btn.btn--accent[disabled] .btn__icon{fill:#fff;fill:var(--white)}.btn.btn--trans{background-color:#0000;border-color:#ffc300;border-color:var(--primary-orange)}@media(hover:hover)and (pointer:fine){.btn.btn--trans:not(:disabled):hover{color:#ffc300;color:var(--primary-orange)}.btn.btn--trans:not(:disabled):hover .btn__icon{fill:#ffc300;fill:var(--primary-orange)}}.btn:not(.fulfill){width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn.fulfill{width:100%}@media only screen and (max-width:61.9875em){.btn{min-height:2.5rem}.btn__icon{height:1rem;width:1rem}.btn.btn--accent,.btn.btn--grey{min-height:2.5rem;width:100%}}.load-avatar{align-items:flex-start;display:flex;gap:1.25rem}.load-avatar__label{align-items:center;display:flex;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.load-avatar__image{align-items:center;background-color:#f4f4fd;background-color:var(--bg);border-radius:50%;display:flex;height:8.0625rem;justify-content:center;margin-bottom:.625rem;overflow:hidden;width:8.0625rem}.load-avatar__image>img{height:100%;object-fit:cover;width:100%}.load-avatar__image-svg{fill:#828282;fill:var(--grey-3);display:block;height:3.25rem;opacity:.3;width:3.25rem}.load-avatar__add{cursor:pointer;opacity:.5}.load-avatar__warn{background-color:#fff8ed;background-color:var(--orange-50);border-radius:.3125rem;margin-top:2.1875rem;padding:.625rem}.load-avatar__warn.--lesson{margin-top:0}.load-avatar__top{align-items:center;color:#eb5757;color:var(--red);display:flex;font-size:1rem;font-weight:500;gap:.3125rem;margin-bottom:.25rem}.load-avatar__text{color:#828282;color:var(--grey-3);display:flex;flex-direction:column;gap:.5rem}@media only screen and (max-width:23.425em){.load-avatar{align-items:flex-start;flex-direction:column;gap:1.25rem}.load-avatar__warn{margin:0;width:100%}}.cropper-view-box{border-radius:50%}.field{align-items:flex-start;display:flex;flex-direction:column;position:relative}.field__label{color:#bdbdbd;color:var(--grey-4);display:block;font-size:1rem;font-weight:500;margin-bottom:.5rem}.field__wrapper{position:relative;width:100%}.field__tip{color:#828282;color:var(--grey-3);font-size:.8125rem;margin-top:.625rem}.field__error{color:#eb5757;color:var(--red);display:block;font-size:.8125rem;margin-top:.25rem}.field__icon{fill:#eb5757;fill:var(--red);display:none;height:1.25rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:1.25rem}.field__icon--visible{display:block}.field__selects{display:flex;flex-wrap:wrap;gap:1.5625rem;width:100%}.field__select{flex:1 1}.field__radios{display:flex;gap:1.875rem;width:100%}.field__radio{flex:1 1}.field__checkbox{margin-top:.3125rem}.field--long{grid-column:span 2;width:calc(50% - .9375rem)}@media only screen and (max-width:47.9875em){.field__selects{gap:.625rem}.field--long{grid-column:span 1;width:100%}}.select{position:relative;width:100%}.select__bottom{left:0;opacity:0;position:absolute;top:calc(100% + .3125rem);transform:translateY(-1.25rem);transition:.2s ease;visibility:hidden;width:100%;z-index:1;z-index:var(--ui-index-1)}.select__bottom--popper{left:auto;top:auto;transform:none;transition:opacity .2s ease,visibility .2s ease;width:auto;z-index:101}.select__bottom--active{opacity:1;visibility:visible}.select__wrapper{background-color:#fff;background-color:var(--white);border:.0625rem solid #f2f2f2;border:.0625rem solid var(--grey-6);border-radius:.3125rem;min-width:10rem;padding:.75rem 0}.select__list{max-height:11.4375rem;padding:0 .25rem}.select__list .simplebar-content{padding-bottom:0!important}.select__item{color:#828282;color:var(--grey-3);cursor:pointer;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.2;padding:.25rem .75rem;transition:background-color .1s ease}.select__item--chosen{color:#7d98f6;color:var(--blue-400)}@media(hover:hover)and (pointer:fine){.select__item:hover{background-color:#eef4ff;background-color:var(--blue-50)}}.select__times{text-align:center}.select__time{align-items:center;color:#828282;color:var(--grey-3);display:flex;font-size:.875rem;font-weight:400;justify-content:center;line-height:1;padding:.25rem}@media(hover:hover)and (pointer:fine){.select__time:hover{background-color:#eef4ff;background-color:var(--blue-50);cursor:pointer}.select:not(.select--active) .select__top:hover{background-color:#c8d9fd;background-color:var(--blue-200)}}.select__top{align-items:center;background-color:#eef4ff;background-color:var(--blue-50);border:.0625rem solid #0000;border-radius:.3125rem;cursor:pointer;display:flex;justify-content:space-between;transition:.1s cubic-bezier(.23,1,.32,1);transition:.1s var(--ease-out)}.select__top,.select__top.input--error{padding:.4375rem .9375rem}.select__top-svg{fill:#828282;fill:var(--grey-3);height:1.5rem;transition:.2s ease;width:1.5rem}.select__buttons{display:flex;flex-direction:column}.select__button-svg{fill:#828282;fill:var(--grey-3);display:block;height:1.5rem;width:1.5rem}.select__button--plus{transform:scaleY(-1)}.select__num{font-family:Inter,sans-serif;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}.select__value{color:#828282;color:var(--grey-3)}.select__counter{align-items:center;background-color:#fff;background-color:var(--white);border:.0625rem solid #bdbdbd;border:.0625rem solid var(--grey-4);display:flex;gap:.625rem;justify-content:space-between;padding:.4375rem .9375rem;width:100%}.select--children .select__top{gap:.5rem}.select--children .select__item{align-items:center;display:flex;gap:.5rem}.select--children .select__item .select__value{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select--children .select__value{color:#1c1c1c;color:var(--black);font-size:1rem;font-style:normal;font-weight:500;line-height:1.2}.select--children .select__image{border-radius:50%;display:block;flex-shrink:0;height:100%;height:1.5rem;object-fit:cover;width:100%;width:1.5rem}.select--border .select__top{background-color:#0000;border:.0625rem solid #7d98f6;border:.0625rem solid var(--blue-400);font-size:1rem;font-weight:500;gap:.5625rem}.select--border .select__value{color:#7d98f6;color:var(--blue-400)}.select--border .select__wrapper{border:none;box-shadow:0 4px 24px 0 #00000021}.select--small{padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media(hover:hover)and (pointer:fine){.select--small:not(.select--active) .select__top:hover{background-color:#0000}}.select--small .select__top{background-color:#0000;gap:.3125rem;padding:0}.select--small .select__top-svg{height:1rem;transform:scaleY(-1);width:1rem}.select--small .select__value{color:#7d98f6;color:var(--blue-400);font-size:1rem;font-style:normal;font-weight:500;line-height:1.2}.select--small.select--active .select__top{border-color:#0000}.select--small.select--active .select__top-svg{transform:scale(1)}.select--active .select__top{border-color:#7d98f6;border-color:var(--blue-400)}.select--active .select__top-svg{transform:scaleY(-1)}.select--active .select__bottom{opacity:1;transform:translate(0);visibility:visible}.select__loader-wrapper{padding-top:1px}.select__loader .loader{height:40px;width:40px}.select__loader .loader div{border-width:3px;height:30px;width:30px}.input{background-color:#eef4ff;background-color:var(--blue-50);border:.0625rem solid #0000;border-radius:.3125rem;color:#828282;color:var(--grey-3);font-family:Roboto,sans-serif;font-size:.875rem;line-height:120%;outline:none;padding:.6875rem .9375rem;resize:none;transition:background-color .1s cubic-bezier(.23,1,.32,1),border .1s cubic-bezier(.23,1,.32,1),color .1s cubic-bezier(.23,1,.32,1);transition:background-color .1s var(--ease-out),border .1s var(--ease-out),color .1s var(--ease-out);width:100%}@media(hover:hover)and (pointer:fine){.input:not(:disabled):not(.input--error):not(:focus):hover{background-color:#c8d9fd;background-color:var(--blue-200)}}.input:not(:disabled):not(.input--error):focus{border-color:#7d98f6;border-color:var(--blue-400);color:#1c1c1c;color:var(--black);outline:none}.input:disabled{background-color:#0000;border:.0625rem dashed #c8d9fd;border:.0625rem dashed var(--blue-200);color:#1c1c1c;color:var(--black);opacity:1}.input--textarea{background-color:#eef4ff;background-color:var(--blue-50);background-image:url(/static/media/message.ff428c6295d03caa8677.svg);background-position:.9375rem .5rem;background-repeat:no-repeat;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:9.125rem}@supports(-moz-appearance:none){.input--textarea{padding-left:2.5rem}}@media(hover:hover)and (pointer:fine){.input--textarea:not(:disabled):not(:focus):hover{background-color:#c8d9fd;background-color:var(--blue-200)}}.input--textarea:not(:disabled):focus{background-image:none;border-color:#7d98f6;border-color:var(--blue-400);color:#1c1c1c;color:var(--black);outline:none}.input--textarea:not(:disabled):focus::placeholder{opacity:0}.input--textarea:not(:disabled):focus::-webkit-input-placeholder{opacity:0}.input--textarea:not(:disabled):focus:-ms-input-placeholder{opacity:0}.input--textarea:not(:disabled):focus:-moz-placeholder,.input--textarea:not(:disabled):focus::-moz-placeholder{opacity:0}@supports(-moz-appearance:none){.input--textarea:not(:disabled):focus{padding-left:.9375rem}}.input--textarea:not(:disabled):not(:placeholder-shown){background-image:none}.input--textarea::placeholder{padding-left:1.5625rem}.input--textarea::-webkit-input-placeholder{padding-left:1.5625rem}.input--textarea:-ms-input-placeholder{padding-left:1.5625rem}.input--textarea:-moz-placeholder,.input--textarea::-moz-placeholder{padding-left:1.5625rem}.input--active{background-color:#eef4ff;background-color:var(--blue-50);background-image:none;color:#1c1c1c;color:var(--black)}.input--error{background-color:#eb575733;border-color:#eb5757;border-color:var(--red);padding-right:2.5rem}.input--error+svg{display:block}.input::placeholder{color:#828282;color:var(--grey-3)}.input::-webkit-input-placeholder{color:#828282;color:var(--grey-3)}.input:-ms-input-placeholder{color:#828282;color:var(--grey-3)}.input:-moz-placeholder,.input::-moz-placeholder{color:#828282;color:var(--grey-3)}.radio{cursor:pointer;padding:.3125rem}.radio.withBorder{align-items:center;display:flex;gap:.625rem;padding:.625rem 1rem;position:relative;width:100%}.radio__text{color:#828282;color:var(--grey-3);transition:.2s ease}.radio__border{border:1px solid #c8d9fd;border:1px solid var(--blue-200);border-radius:.3125rem;bottom:0;left:0;position:absolute;right:0;top:0;transition:.2s ease}.radio__input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.radio__input:checked~.radio__block .radio__checkmark--active{opacity:1}.radio__input:checked~.radio__block .radio__checkmark--default{opacity:0}.radio__input:checked~.placing-order__fields{opacity:1;pointer-events:all}.radio__input:checked~.placing-order__fields input:focus{outline:auto}.radio__input:checked~.radio__border{border-color:#7d98f6;border-color:var(--blue-400)}.radio__block{position:relative}.radio__block,.radio__checkmark{height:1.25rem;transition:.2s ease;width:1.25rem}.radio__checkmark{display:block;flex-shrink:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.radio__checkmark svg{display:block;height:1.25rem;width:1.25rem}.radio__checkmark--active{opacity:0}.radio__checkmark--active svg{fill:#7d98f6;fill:var(--blue-400)}.radio__checkmark--default{opacity:1}.radio__checkmark--default svg{fill:#bdbdbd;fill:var(--grey-4)}@media(hover:hover)and (pointer:fine){.radio:hover .radio__input:not(:checked)~.radio__border{border-color:#a6c0fb;border-color:var(--blue-300)}}.checkbox{align-items:center;cursor:pointer;display:flex;gap:.625rem;position:relative}.checkbox__value{color:#828282;color:var(--grey-3)}.checkbox__input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkbox__input:checked~.checkbox__block .checkbox__checkmark--active{opacity:1}.checkbox__input:checked~.checkbox__block .checkbox__checkmark--default{opacity:0}.checkbox__block{flex-shrink:0;height:1.25rem;position:relative;transition:.2s ease;width:1.25rem}.checkbox__todo{display:flex;flex:1 1;flex-wrap:wrap;gap:.3125rem;line-height:1}.checkbox__calendar{align-items:center;display:flex;justify-content:center;padding-right:.875rem}.checkbox__calendar-svg{fill:#a6c0fb;fill:var(--blue-300);height:1.25rem;width:1.25rem}.checkbox__field{align-self:center;background-color:#0000;border:none;border-radius:0;flex:1 1;height:100%;outline:none;resize:none;width:100%}.checkbox__checkmark{display:block;flex-shrink:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.2s ease}.checkbox__checkmark,.checkbox__checkmark svg{height:1.25rem;width:1.25rem}.checkbox__checkmark--active{opacity:0}.checkbox__checkmark--active svg{fill:#7d98f6;fill:var(--blue-400)}.checkbox__checkmark--active.test-pale svg,.checkbox__checkmark--active.test-right svg{fill:#27ae60}.checkbox__checkmark--active.test-wrong svg{fill:#eb5757}.checkbox__checkmark--default{opacity:1}.checkbox__checkmark--default svg{fill:#bdbdbd;fill:var(--grey-4)}.document{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;position:relative}.document__remove{opacity:0;position:absolute;right:.3125rem;top:.3125rem;transform:translate3d(100%,-100%,0);transition:.2s ease;visibility:hidden;z-index:10}.document__remove-svg{fill:none;stroke:#828282;stroke:var(--grey-3);stroke-width:.08125rem;height:1.25rem;transition:.2s ease;width:1.25rem}@media(hover:hover)and (pointer:fine){.document__remove:hover .document__remove-svg{stroke:#7d98f6;stroke:var(--blue-400)}}.document__wrapper{align-items:center;background-color:#f2f2f2;background-color:var(--grey-6);border:.0625rem solid #0000;border-radius:.3125rem;display:flex;flex-direction:column;gap:.25rem;height:9.125rem;justify-content:center;padding:1rem 1.125rem;transition:.2s ease;width:100%}.document__wrapper:after{background:linear-gradient(45deg,#e0e0e0 50%,#fff 0);background:linear-gradient(45deg,var(--grey-5) 50%,var(--white) 50%);border:1px solid #f2f2f2;border:1px solid var(--grey-6);border-bottom-left-radius:.3125rem;content:"";height:3.25rem;position:absolute;right:-.0625rem;top:-.0625rem;transform:translate3d(100%,-100%,0);transition:.2s ease;width:3.25rem}@media(hover:hover)and (pointer:fine){.document__wrapper:hover{border-color:#7d98f6;border-color:var(--blue-400)}.document__wrapper:hover:after{border-bottom:.0625rem solid #7d98f6;border-bottom:.0625rem solid var(--blue-400);border-left:.0625rem solid #7d98f6;border-left:.0625rem solid var(--blue-400);border-right:.0625rem solid #fff;border-right:.0625rem solid var(--white);border-top:.0625rem solid #fff;border-top:.0625rem solid var(--white);transform:translate(0)}.document__wrapper:hover .document__remove{opacity:1;transform:translate(0);visibility:visible}}.document__preview{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.document__preview--pdf{max-height:5.625rem;width:12.5rem}.document__preview--pdf-document{align-items:center;display:flex;justify-content:center}.document__preview>img{height:100%;inset:0;object-fit:contain;position:absolute;width:100%}.document__image{fill:#828282;fill:var(--grey-3);flex-shrink:0;height:2.625rem;margin-bottom:.625rem;width:2.625rem}.document__title{flex-shrink:0;font-weight:500;margin-bottom:.125rem;max-width:70%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.document__weight{color:#828282;color:var(--grey-3);font-size:.8125rem}.document__progress{bottom:.5625rem;left:.9375rem;position:absolute;right:.9375rem}.document__error{align-items:center;color:#eb5757;color:var(--red);display:flex;font-size:.8125rem;gap:.3125rem;margin-top:.5rem}.document__error-icon{fill:#eb5757;fill:var(--red);align-self:baseline;flex-shrink:0;height:1.25rem;width:1.25rem}@media(hover:hover)and (pointer:fine){.document.document--error .document__wrapper:hover{border-color:#eb5757;border-color:var(--red)}.document.document--error .document__wrapper:hover:after{border-bottom:1px solid #eb5757;border-bottom:1px solid var(--red);border-left:1px solid #eb5757;border-left:1px solid var(--red);border-right:1px solid #fff;border-right:1px solid var(--white);border-top:1px solid #fff;border-top:1px solid var(--white)}.document.document--error .document__remove:hover .document__remove-svg{stroke:#eb5757;stroke:var(--red)}}@media only screen and (max-width:74.9875em){.document__remove,.document__wrapper:after{transform:translate(0)}.document__remove{opacity:1;visibility:visible}}@media only screen and (max-width:61.9875em){.document__preview--pdf{max-width:7.8125rem}}@media only screen and (max-width:47.9875em){.document__title{font-size:.8125rem}}.link{align-items:center;color:#bdbdbd;color:var(--grey-4);display:flex;font-size:.875rem;font-style:normal;font-weight:500;gap:.3125rem;line-height:1;text-transform:uppercase}.link,.link svg{transition:.15s ease}.link svg{fill:#bdbdbd;fill:var(--grey-4);flex-shrink:0;height:.75rem;width:.75rem}@media(hover:hover)and (pointer:fine){.link:hover{color:#657aef;color:var(--blue-500)}.link:hover svg{fill:#657aef;fill:var(--blue-500)}}.teacher{align-items:center;display:flex;gap:.3125rem;line-height:1;transition:color .1s ease}.teacher__img{border:.0625rem solid #c8d9fd;border:.0625rem solid var(--blue-200);border-radius:50%;flex-shrink:0;height:1.25rem;overflow:hidden;width:1.25rem}.teacher__img img{display:block;height:100%;object-fit:cover;width:100%}.teacher-card{background-color:#fff;background-color:var(--white);border:.0625rem solid #e0e0e0;border:.0625rem solid var(--grey-5);border-radius:.625rem;min-height:0;padding:1rem .75rem}.teacher-card--main{background-color:#fff8ed;background-color:var(--orange-50);border:.0625rem solid #ffdba8;border:.0625rem solid var(--orange-200)}.teacher-card__top{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.teacher-card__image{border:.0625rem solid #c8d9fd;border:.0625rem solid var(--blue-200);border-radius:50%;flex-shrink:0;height:4rem;overflow:hidden;width:4rem}.teacher-card__image img{display:block;height:100%;object-fit:cover;width:100%}.teacher-card__status{color:#828282;color:var(--grey-3);font-size:.75rem;font-style:normal;font-weight:400;line-height:1.2;margin-bottom:.75rem}.teacher-card__question{align-items:center;color:#bdbdbd;color:var(--grey-4);display:flex;font-size:1rem;font-weight:500;gap:.5rem}.teacher-card__question-svg{fill:#bdbdbd;fill:var(--grey-4);gap:.5rem;height:1.25rem;width:1.25rem}.teacher-card__name{cursor:pointer;font-size:.875rem;font-weight:500;line-height:120%;margin-bottom:.5rem}.teacher-card--big .teacher-card__top{flex-direction:row;margin-bottom:.75rem}@media only screen and (max-width:61.9875em){.teacher-card__top{align-items:center;flex-direction:row;margin-bottom:.75rem}.teacher-card__status{font-size:.8125rem;margin:0}.teacher-card--big{padding:1rem}}.lesson{grid-gap:.75rem 1rem;background-color:#fff;background-color:var(--white);border-top:.0625rem solid #e0e0e0;border-top:.0625rem solid var(--grey-5);display:grid;gap:.75rem 1rem;grid-template-columns:6.5rem 1fr auto;grid-template-rows:auto 1fr;min-height:8.4375rem;padding:.9375rem 0 .875rem;width:100%}.lesson__image{border-radius:.3125rem;grid-row:1/3;overflow:hidden;position:relative}.lesson__image img{display:block;height:100%;left:50%;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.lesson__subject{align-items:center;display:flex;gap:.625rem}.lesson__mark{background-color:#ffa349;background-color:var(--orange-400);border-radius:0 .125rem .125rem 0;bottom:.25rem;color:#fff;color:var(--white);font-size:.875rem;font-weight:500;left:0;padding:.125rem .5rem;position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1;z-index:var(--ui-index-1)}.lesson__button{margin-top:auto}.lesson__top{grid-gap:.625rem;align-items:center;background-color:#f4f4fd;background-color:var(--bg);border-radius:.3125rem;display:grid;gap:.625rem;grid-column:2/4;grid-row:1/2;grid-template-columns:auto .25rem 1fr auto;padding:.5rem}.lesson__top.isTeacher{grid-column:span 2;grid-template-columns:1fr auto}.lesson__counter{align-items:center;background-color:#c8d9fd;background-color:var(--blue-200);border-radius:.125rem;color:#7d98f6;color:var(--blue-400);display:flex;flex-shrink:0;font-size:.875rem;font-weight:500;height:1.25rem;justify-content:center;line-height:1;width:1.25rem}.lesson__counter:before{content:counter(section);counter-increment:section}.lesson__name{font-size:.875rem;font-style:normal;font-weight:500;line-height:normal;max-width:14.5625rem;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;transition:color .1s ease;white-space:nowrap}@media(hover:hover)and (pointer:fine){.lesson__name:hover{color:#7d98f6;color:var(--blue-400)}}.lesson__point{background-color:#828282;background-color:var(--grey-3);border-radius:50%;flex-shrink:0;height:.25rem;width:.25rem}.lesson__text{grid-column:2/3}.lesson__text a{color:#828282;color:var(--grey-3);font-weight:500;transition:color .1s ease}@media(hover:hover)and (pointer:fine){.lesson__text a:hover{color:#7d98f6;color:var(--blue-400)}}.lesson__functional{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.lesson__teacher{cursor:pointer}@media(hover:hover)and (pointer:fine){.lesson__teacher:hover{color:#7d98f6;color:var(--blue-400)}}.lesson__time{color:#828282;color:var(--grey-3);font-size:.8125rem;font-weight:500}.lesson:last-child{border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5)}.lesson__class{background-color:#7d98f61a;border-radius:50%;color:#1c1c1c;display:flex;font-weight:600}.lesson__presence{color:#828282;color:var(--grey-3);display:flex;font-size:.875rem;margin-left:auto}@media only screen and (max-width:74.9875em){.lesson{column-gap:.75rem;grid-template-columns:3.125rem 1fr;padding:.75rem 0;row-gap:0}.lesson__top{grid-column:span 2;grid-template-columns:1fr auto;margin-bottom:.75rem;padding:.5rem .75rem}.lesson__name{max-width:100%}.lesson__button.btn.btn--accent,.lesson__button.btn.btn--grey{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.lesson__point{display:none}.lesson__teacher{grid-column:1/3;grid-row:2/3}.lesson__image{grid-row:unset;height:3.125rem}.lesson__mark{font-size:.8125rem}.lesson__functional{align-items:center;border-top:.0625rem solid #f2f2f2;border-top:.0625rem solid var(--grey-6);display:flex;flex-direction:row;grid-column:span 2;justify-content:space-between;margin-top:.75rem;min-height:2.5rem;padding-top:.75rem}}.progress{align-items:center;display:flex;font-size:.8125rem;font-weight:500;gap:1rem;line-height:1}.progress-line{background-color:#e0e0e0;background-color:var(--grey-5);border-radius:.3125rem;flex:1 1;height:.125rem;overflow:hidden}.progress-line span{background-color:#7d98f6;background-color:var(--blue-400);border-radius:.3125rem;display:block;height:100%;transition:width .2s ease}.tippy-content{border-radius:.125rem;box-shadow:0 .25rem 1.5rem 0 #00000021;color:#828282;color:var(--grey-3);font-size:.8125rem;padding:.5rem;white-space:nowrap}.tippy-content,.todo-item{background-color:#fff;background-color:var(--white)}.todo-item{border:.0625rem solid #c8d9fd;border:.0625rem solid var(--blue-200);border-radius:.3125rem;display:flex;transition:.15s ease}.todo-item .checkbox{align-items:flex-start;padding:.5625rem .875rem;width:100%}.todo-item .checkbox__value{color:#1c1c1c;color:var(--black);line-height:1.2;padding-top:.125rem}.todo-item--create .todo-item__checkbox{align-items:center}.todo-item--create .checkbox__value{width:100%}.todo-item--create .checkbox__field{height:1.375rem}@media(hover:hover)and (pointer:fine){.todo-item:hover{border-color:#7d98f6;border-color:var(--blue-400)}}@media only screen and (max-width:61.9875em){.todo-item .checkbox{padding:.75rem .9375rem}}.statistics-block{background-color:#eef4ff;background-color:var(--blue-50);border-radius:.625rem;flex:1 1;min-width:0;padding:1.25rem}.statistics-block__empty{align-items:center;display:flex;flex:1 1;gap:.75rem;justify-content:center;margin:2rem auto auto}.statistics-block__empty h3{font-size:1.125rem;margin-bottom:.9375rem}.statistics-block__empty .statistics-block__link{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.statistics-block__empty .statistics-block__image{aspect-ratio:204/132;width:12.5rem}.statistics-block__empty .statistics-block__show-all>svg{fill:#828282;fill:var(--grey-3);height:.9375rem;width:.9375rem}@media only screen and (max-width:74.9875em){.statistics-block__empty{flex-direction:column}}.statistics-block__image{flex-shrink:0;height:8.25rem;width:8.5625rem}.statistics-block__image img{height:auto;width:100%}.statistics-block__top{flex-wrap:wrap;justify-content:space-between;margin-bottom:1.25rem}.statistics-block__left,.statistics-block__top{align-items:center;display:flex;gap:1.25rem}.statistics-block__title{font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.2}.statistics-block__list{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.statistics-block__wrapper{max-height:11.1875rem}.statistics-block__wrapper .simplebar-track{right:-1.0625rem}.statistics-block__courses{display:block}.statistics-block__course:not(:last-child){margin-bottom:.5rem}.statistics-block__course:last-child{margin-bottom:1.25rem}.statistics-block__item:nth-child(n+3){display:none}@media only screen and (max-width:74.9875em){.statistics-block__list{gap:.5rem;grid-template-columns:1fr}.statistics-block__wrapper{max-height:21.75rem}}@media only screen and (max-width:61.9875em){.statistics-block{padding:1rem}.statistics-block__wrapper{max-height:none}.statistics-block__course:last-child{margin-bottom:0}.statistics-block__list{gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(15.625rem,1fr))}.statistics-block__item:nth-child(n+3){display:flex}.statistics-block__link{display:none}.statistics-block__left{align-items:baseline;display:flex;flex-direction:column}.statistics-block[data-tab-content="Прогрес курсів"]{padding-bottom:1rem}}.rating-block{background-color:#fff;background-color:var(--white);border:.0625rem solid #c8d9fd;border:.0625rem solid var(--blue-200);border-radius:.3125rem;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;min-height:10rem;padding:.875rem}.rating-block__top{align-items:center;align-items:flex-start}.rating-block__bottom,.rating-block__top{display:flex;gap:1.25rem;justify-content:space-between}.rating-block__bottom{align-items:center;align-items:flex-end}.rating-block__left{align-items:center;align-items:flex-start;display:flex;gap:.3125rem;justify-content:space-between}.rating-block__right{color:#bdbdbd;color:var(--grey-4);line-height:1}.rating-block__mark{color:#ffa349;color:var(--orange-400);font-size:2.5rem;font-style:normal;font-weight:500;line-height:1}.rating-block__arrow{display:none}.rating-block__percent{font-weight:500}.rating-block__icon{fill:#a6c0fb;fill:var(--blue-300);height:1rem;width:1rem}@media only screen and (max-width:61.9875em){.rating-block{padding:1rem}}.course-progress{align-items:center;align-items:stretch;background-color:#fff;background-color:var(--white);border:.0625rem solid #c8d9fd;border:.0625rem solid var(--blue-200);border-radius:.3125rem;display:flex;gap:.5rem;max-width:100%;min-width:0;padding:.9375rem;width:100%}.course-progress__image{border-radius:.3125rem;flex-shrink:0;height:2.75rem;overflow:hidden;width:2.75rem}.course-progress__image img{display:block;height:100%;object-fit:cover;width:100%}.course-progress__progress{font-size:.875rem}.course-progress__title{font-size:1rem;font-weight:500;line-height:1.2;max-width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course-progress__info{display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;min-width:0}@media only screen and (max-width:61.9875em){.course-progress__title{max-width:80%}}.recommended-card{background-color:#fff;background-color:var(--white);border-bottom:.0625rem solid #c8d9fd;border-bottom:.0625rem solid var(--blue-200);border-top:.0625rem solid #c8d9fd;border-top:.0625rem solid var(--blue-200);display:flex;flex-direction:column;height:100%;padding:1.25rem 0}.recommended-card__image{border-radius:.3125rem;display:flex;height:13.5rem;margin-bottom:1.25rem;overflow:hidden;width:100%}.recommended-card__image img{display:block;height:100%;object-fit:cover;transition:.3s cubic-bezier(.86,0,.07,1);transition:.3s var(--ease-in-out);width:100%}@media(hover:hover)and (pointer:fine){.recommended-card__image:hover img{transform:scale(1.1)}}.recommended-card__info{display:flex;flex:1 1;flex-direction:column}.recommended-card__title{flex:1 1;font-size:1.125rem;font-weight:700;margin-bottom:.625rem;transition:.15s ease}@media(hover:hover)and (pointer:fine){.recommended-card__title:hover{color:#7d98f6;color:var(--blue-400)}}.recommended-card__teacher{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.theme-card{border-radius:.625rem;padding:1.75rem 1.25rem;width:100%}.theme-card__inner{grid-gap:1rem 1.25rem;display:grid;gap:1rem 1.25rem;grid-template-columns:1fr 6.25rem;grid-template-rows:auto 1fr}.theme-card__top{color:#4f4f4f;color:var(--grey-2);font-weight:500;max-width:43.75rem}.theme-card__icon{align-self:flex-end;grid-column:2/3;grid-row:1/3;height:6.25rem;transform:translateY(.5rem);width:6.25rem}.theme-card__title{font-size:1.625rem;font-style:normal;font-weight:600;line-height:1.3;max-width:43.75rem}.theme-card__more{display:none;height:1rem;margin:0 auto;width:1rem}.theme-card__more-svg{fill:#bdbdbd;fill:var(--grey-4);height:1rem;transition:.2s ease;width:1rem}.theme-card__info{position:absolute;right:0;top:0}.theme-card--purple{background-color:#e8e0ff}.theme-card--purple .theme-card__icon{fill:#9c7df6}.theme-card--blue{background-color:#e0ebff}.theme-card--blue .theme-card__icon{fill:#7d98f6}.theme-card--red{background-color:#ffe0e0}.theme-card--red .theme-card__icon{fill:#f67d7d}.theme-card--green{background-color:#e0fff0}.theme-card--green .theme-card__icon{fill:#7df6d2}.theme-card--orange{background-color:#ffefe0}.theme-card--orange .theme-card__icon{fill:#f6b77d}@media only screen and (max-width:61.9875em){.theme-card{padding:1rem}.theme-card__inner{gap:.25rem;grid-template-columns:1fr 1.875rem;margin-bottom:.5rem}.theme-card__top{align-self:center}.theme-card__icon{align-self:flex-start;grid-column:2/3;grid-row:1/2;height:1.875rem;transform:translate(0);width:1.875rem}.theme-card__title{font-size:1.125rem;font-style:normal;font-weight:500;grid-column:span 2;line-height:1.2}.theme-card__more{display:block}}.todo-block__inner{background-color:#f4f4fd;background-color:var(--bg);border-radius:.625rem;padding:1rem .75rem}.todo-block__inner-orange{margin:1.25rem 0}.todo-block__title{font-size:1.125rem;font-weight:500;margin-bottom:1rem}.todo-block__list{display:flex;flex-direction:column;gap:1rem}.todo-block__item{align-items:center;display:flex;font-size:.8125rem;gap:.625rem}.todo-block__item--done{font-weight:500}.todo-block__item--done .todo-block__icon{align-items:center;background-color:#ffc071;background-color:var(--orange-300);border-radius:50%;display:flex;height:1.25rem;justify-content:center;width:1.25rem}.todo-block__item--done .todo-block__icon-svg{fill:#fff;fill:var(--white);height:.875rem;width:.875rem}.todo-block__icon{flex-shrink:0}.todo-block__icon-svg{fill:#bdbdbd;fill:var(--grey-4);height:1.25rem;width:1.25rem}.todo-block--done{background-color:#ffefd4;background-color:var(--orange-100)}@media only screen and (max-width:61.9875em){.todo-block__title{font-size:1rem;margin-bottom:1rem}.todo-block__item{font-size:1rem}}.marks{background-color:#f2f2f2;background-color:var(--grey-6);border-radius:.625rem;padding:1rem .75rem}.marks__title{font-size:1rem;font-weight:500;margin-bottom:.625rem}.marks__list{display:flex;flex-direction:column;gap:.3125rem}.marks__item{color:#828282;color:var(--grey-3);display:flex;font-size:.8125rem;font-style:normal;font-weight:1.2;gap:.3125rem}.marks__item span{color:#ffc300;color:var(--orange-500);display:block;font-weight:500;text-align:center;width:1.25rem}@media only screen and (max-width:61.9875em){.marks__item{font-size:1rem}}.pagination__btn{align-items:center;display:flex;flex-shrink:0;height:1.5rem;justify-content:center;width:1.5rem}.pagination__btn-svg{fill:#7d98f6;fill:var(--blue-400);height:1.5rem;width:1.5rem}.pagination__btn--prev .pagination__btn-svg{transform:scaleX(-1)}.pagination__list{align-items:center;display:flex}.pagination__item{list-style:none}.pagination__link{align-items:center;background-color:#0000;border-radius:.5rem;color:#bdbdbd;color:var(--grey-4);display:flex;font-size:.875rem;font-weight:500;height:2.5rem;justify-content:center;line-height:1.2;width:2.5rem}.pagination__link--active{background-color:#eef4ff;background-color:var(--blue-50);color:#1c1c1c;color:var(--black)}.pagination--new{align-items:center;display:flex;gap:2rem}@media only screen and (max-width:47.9875em){.pagination--new{justify-content:space-between;width:100%}}.ck.ck-toolbar{border-color:#e0e0e0!important;border-color:var(--grey-5)!important;border-top-left-radius:5px!important;border-top-right-radius:5px!important}.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable),.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){background-color:#eef4ff!important;background-color:var(--blue-50)!important;border-bottom-left-radius:5px!important;border-bottom-right-radius:5px!important;border-color:#eef4ff!important;border-color:var(--blue-50)!important;border-top-color:#e0e0e0!important;border-top-color:var(--grey-5)!important;box-shadow:none!important;min-height:140px!important}.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) p,.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) p{color:#1c1c1c!important;color:var(--black)!important;font-size:14px!important}.ck .ck-placeholder{color:#828282!important;color:var(--grey-3)!important;font-size:14px!important}.subject-card{align-items:flex-end;border-radius:.625rem;display:flex;gap:1.875rem;justify-content:space-between;padding:1.75rem 1.25rem;width:100%}.subject-card__left{display:flex;flex-direction:column;gap:1rem}.subject-card__title{color:#1c1c1c;color:var(--black);font-size:1.625rem;font-style:normal;font-weight:600;line-height:1.3;text-transform:uppercase}.subject-card__info{column-gap:2rem;row-gap:1rem}.subject-card__info,.subject-card__marks{align-items:center;display:flex;flex-wrap:wrap}.subject-card__marks{column-gap:1.25rem;row-gap:.5rem}.subject-card__mark{align-items:center;color:#828282;color:var(--grey-3);display:flex;font-size:.875rem;font-style:normal;font-weight:400;gap:.3125rem;line-height:1.2}.subject-card__mark span{color:#1c1c1c;color:var(--black);font-weight:500}.subject-card__icon{height:6.25rem;width:6.25rem}.subject-card__description{color:#828282;color:var(--grey-3);line-height:1.2;max-width:46.125rem}.subject-card__students{align-items:center;background:#9c7df626;border-radius:7px;display:flex;gap:1.25rem;padding:1.25rem;width:-webkit-max-content;width:max-content}.subject-card__students-teacher{align-items:center;display:flex;font-weight:500;gap:.5rem}.subject-card__students-link{align-items:center;color:#828282;color:var(--grey-3);display:flex;font-weight:500;gap:.3125rem;margin-left:auto;text-transform:uppercase}.subject-card__students-link svg{fill:#828282;fill:var(--grey-3);height:.75rem;width:.75rem}.subject-card__students .teacher__block{position:relative}.subject-card__students .teacher__block img{border-radius:50%;height:40px;width:40px}.subject-card__students .teacher__icon{align-items:center;background:#ffa349;background:var(--orange-400);border-radius:50px;display:flex;height:1.25rem;justify-content:center;left:0;position:absolute;top:0;transform:translateX(-50%);width:1.25rem}.subject-card__students .teacher__icon svg{fill:#fff;height:.75rem;width:.75rem}.subject-card__students-list{align-items:center;display:flex}.subject-card__students-list li{align-items:center;border:1px solid #c8d9fd;border:1px solid var(--blue-200);border-radius:50%;display:flex;height:1.875rem;justify-content:center;overflow:hidden;width:1.875rem}.subject-card__students-list li:not(:first-child){margin-left:-12px}.subject-card--purple{background-color:#e8e0ff}.subject-card--purple .subject-card__icon{fill:#9c7df6}.subject-card--blue{background-color:#c8d9fd}.subject-card--blue .subject-card__icon{fill:#7d98f6}.subject-card--red{background-color:#ffe0e0}.subject-card--red .subject-card__icon{fill:#f67d7d}.subject-card--green{background-color:#e0fff0}.subject-card--green .subject-card__icon{fill:#7df6d2}.subject-card--orange{background-color:#ffefe0}.subject-card--orange .subject-card__icon{fill:#f6b77d}@media only screen and (max-width:61.9875em){.subject-card{padding:1rem}.subject-card__description{display:none}.subject-card__info{align-items:flex-start;flex-direction:column}.subject-card__title{font-size:1.125rem;line-height:1.2}.subject-card__marks{align-items:flex-start;flex-direction:column;gap:.5rem}.subject-card__icon{height:3.25rem;width:3.25rem}}.plan{background-color:#f4f4fd;background-color:var(--bg);border-radius:.625rem}.plan__top{align-items:center;color:#4f4f4f;color:var(--grey-2);display:flex;font-size:1.125rem;font-style:normal;font-weight:700;gap:1.25rem;justify-content:space-between;line-height:1.2;padding:1.5rem 1.25rem;text-align:left;width:100%}.plan__bottom{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.86,0,.07,1);transition:max-height .5s var(--ease-in-out)}.plan__number{align-self:flex-start}.plan__subnumber--active{color:#1c1c1c;color:var(--black)}.plan__left{align-items:flex-start;display:flex;gap:.625rem}.plan__arrow{flex-shrink:0;height:.75rem;transition:transform .2s ease;width:.75rem}.plan__arrow-svg{fill:#bdbdbd;fill:var(--grey-4);height:.75rem;width:.75rem}.plan__icon{fill:#828282;fill:var(--grey-3);height:1.25rem;width:1.25rem}.plan__list{padding:0 1.25rem 1.25rem}.plan__item{align-items:center;border-top:.0625rem solid #e0e0e0;border-top:.0625rem solid var(--grey-5);color:#828282;color:var(--grey-3);display:flex;font-size:1rem;font-style:normal;font-weight:400;gap:1rem;justify-content:space-between;line-height:1.3;padding:1.25rem 0 1.25rem 1.25rem}.plan__item:last-child{padding-bottom:0}.plan__type{display:flex;flex-direction:column;gap:.75rem}.plan__date{color:#828282;color:var(--grey-3);font-size:.8125rem;font-style:normal;font-weight:500;line-height:1.2;white-space:nowrap}.plan__wrapper{align-items:flex-end;display:flex;flex-direction:column;gap:.625rem}.plan__info{align-items:flex-start;display:flex;gap:.625rem}.plan__info-block{align-items:center;display:flex;gap:.625rem}.plan__idits-svg{display:flex;gap:2rem}.plan__item--close{display:none}.plan__left-img{max-width:1.5rem}.plan__item-btn{border:.0625rem solid #ffa349;border-radius:.3125rem;color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;margin-bottom:.25rem;padding:.5rem 1rem;text-transform:uppercase}.plan__item-list{background-color:#fff;border-radius:.625rem;box-shadow:0 .5rem 1.5rem 0 #00000021;padding:1.5rem;position:absolute}.plan__item__list-item{color:#1c1c1c;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;gap:.75rem;line-height:120%}.plan__item__list-item:hover{background-color:#eef4ff;transition:all .5s}.plan__item__link{padding:.375rem .75rem}.plan--active .plan__arrow{transform:scaleY(-1)}.plan__info-btn{display:flex;flex-direction:column;gap:2.125rem}@media only screen and (max-width:61.9875em){.plan__top{font-size:1rem;padding:1rem}.plan__info{gap:.5rem}.plan__item{font-size:.8125rem;font-style:normal;font-weight:400;padding:1rem 0 .75rem}}.types{gap:1rem}.types,.types__list{align-items:center;display:flex}.types__list{gap:.75rem}.types__icon{display:block;flex-shrink:0;height:1rem;width:1rem}@media(hover:hover)and (pointer:fine){.types__icon:not(.types__icon--active):hover .lesson__icon-svg{fill:#4853e3;fill:var(--blue-600)}}.types__icon-svg{fill:#bdbdbd;fill:var(--grey-4);height:1rem;transition:fill .15s ease;width:1rem}.types__icon--active .types__icon-svg{fill:#7d98f6;fill:var(--blue-400)}.types__unit{cursor:pointer}.types__final{align-items:center;background-color:#ffc071;background-color:var(--orange-300);border-radius:50%;display:flex;height:1.25rem;justify-content:center;width:1.25rem}.types__final .types__icon-svg{fill:#fff;fill:var(--white);height:.875rem;width:.875rem}@media only screen and (max-width:74.9875em){.types__list,.types__right{gap:.5rem}}.material-card{background-color:#f4f4fd;background-color:var(--bg);border-radius:.625rem;padding:1rem .75rem}.material-card__title{font-size:1rem;font-style:normal;font-weight:500;line-height:1.2;margin-bottom:1rem}.material-card__item:not(:last-child){margin-bottom:1rem}.material-card__link{align-items:center;display:flex;gap:.625rem;min-width:0}.material-card__link span{font-size:.8125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.material-card__link-svg{fill:none;stroke:#bdbdbd;stroke:var(--grey-4);stroke-width:.08125rem;height:1.25rem;width:1.25rem}.material-card__link-svg--fill{fill:#bdbdbd;fill:var(--grey-4);stroke:none;stroke-width:0}@media only screen and (max-width:61.9875em){.material-card{padding:1rem}}.table{background-color:#fff;background-color:var(--white);border-spacing:0;position:relative}.table__wrapper{border:.0625rem solid #e0e0e0;border:.0625rem solid var(--grey-5);border-radius:.625rem;margin-bottom:1.875rem}.table__btn{background-color:#ffa349;padding:.875rem 1rem}.table__total-create{background-color:#eef4ff;border:.0625rem solid #c8d9fd;display:flex;justify-content:space-between}.table__select{align-items:center;display:flex;gap:.75rem;padding-left:1rem}.table__select-svg{fill:#828282;height:1.5rem;width:1.5rem}.table__item{gap:.3125rem}.table__item,.table__list{align-items:center;display:flex}.table__list{column-gap:2.5rem;flex-wrap:wrap;row-gap:.625rem}.table__tip{color:#828282;color:var(--grey-3);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.2}.table__legend{align-items:center;border:.0625rem solid #e0e0e0;border:.0625rem solid var(--grey-5);border-radius:.625rem;display:flex;gap:.625rem;padding:.75rem 1.25rem}.table__legend-text{color:#bdbdbd;color:var(--grey-4);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.2}.table__legend .table__total{border:.0625rem solid #c8d9fd;border:.0625rem solid var(--blue-200)}.table__legend .table__total--forecast{border:.0625rem solid #e0e0e0;border:.0625rem solid var(--grey-5)}.table__legend .table__mark,.table__legend .table__total{cursor:auto;height:2.1875rem;pointer-events:none;width:2.1875rem}.table__head{border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);height:2.8125rem;margin:0;padding:0;width:100%}.table__head .table__row{height:100%}.table__th{align-items:center;color:#bdbdbd;color:var(--grey-4);display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.2;text-align:left;width:100%}.table__th--semester{align-items:center;justify-content:center;text-align:center;width:7.8125rem}.table__th--marks{padding-left:1.25rem}.table__th--subjects{padding-left:1.25rem;width:16.875rem}.table__row{display:grid;grid-template-columns:16.875rem 1fr 7.8125rem;min-width:0}.table__row:not(:last-child) .table__marks,.table__row:not(:last-child) .table__subject,.table__row:not(:last-child) .table__total{border-bottom:.0625rem solid #c8d9fd80;border-bottom:.0625rem solid rgba(var(--blue-200--rgb),.5)}.table__row:last-child .table__subject{border-bottom-left-radius:.625rem}.table__row:last-child .table__total{border-bottom-right-radius:.625rem}.table__td{width:100%}.table__marks{display:flex;height:2.8125rem;overflow:auto hidden;scrollbar-width:none}.table__marks::-webkit-scrollbar{display:none}.table__mark{align-items:center;cursor:pointer;display:flex;flex-shrink:0;height:2.8125rem;justify-content:center;transition:background-color .15s ease;width:2.8125rem}.table__mark--control-work,.table__mark--thematic{color:#ffc300;color:var(--orange-500);font-size:1rem;font-style:normal;font-weight:700;line-height:1.3}.table__mark--thematic{background-color:#ffdba8;background-color:var(--orange-200)}@media(hover:hover)and (pointer:fine){.table__mark:hover{background-color:#eef4ff;background-color:var(--blue-50)}}.table__text{display:none}.table__subject{background-color:#f4f4fd;background-color:var(--bg);color:#4f4f4f;color:var(--grey-2);font-family:Roboto,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;height:2.8125rem;line-height:normal;min-width:0;overflow:hidden;padding-left:1.25rem;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.table__subject img{border:1px solid #c8d9fd;border:1px solid var(--blue-200);border-radius:50%;height:1.875rem;overflow:hidden;width:1.875rem}.table__subject.student-name{cursor:pointer}.table__info{display:none}.table__total{align-items:center;background-color:#e0ebff;background-color:var(--blue-100);border-left:.0625rem solid #c8d9fd80;border-left:.0625rem solid rgba(var(--blue-200--rgb),.5);color:#7d98f6;color:var(--blue-400);display:flex;font-size:1rem;font-style:normal;font-weight:700;height:2.8125rem;justify-content:center;line-height:1.3}.table__total--forecast{background-color:#f2f2f2;background-color:var(--grey-6);border-color:#e0e0e0;border-color:var(--grey-5);color:#bdbdbd;color:var(--grey-4)}.table__semester{align-items:center;border-right:.0625rem solid #e0e0e0;border-right:.0625rem solid var(--grey-5);display:flex;font-size:1rem;font-style:normal;font-weight:700;justify-content:center;width:8.4375rem}.table--timesheet .table__total{background-color:#ffefd4;background-color:var(--orange-100);border-left:.0625rem solid #ffdba8;border-left:.0625rem solid var(--orange-200)}.table--timesheet .table__row:not(:last-child) .table__total{border-bottom:.0625rem solid #ffdba8;border-bottom:.0625rem solid var(--orange-200)}.table--timesheet .table__head .table__row{grid-template-columns:16.875rem 8.4375rem 8.4375rem 1fr;min-width:0}.table--timesheet .table__head .table__th--semester{margin-left:auto;margin-right:0}.table--timesheet .table__head .table__th--marks{justify-content:center;padding:0}@media only screen and (max-width:61.9875em){.table{margin-left:-.9375rem;margin-right:-.9375rem;width:auto}.table,.table__wrapper{border:none;border-radius:0}.table__wrapper{border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5)}.table__item{gap:.3125rem}.table__legend{gap:.75rem;margin:0 .9375rem;padding:.75rem 1rem}.table__legend .table__mark,.table__legend .table__total{height:1.875rem;width:1.875rem}.table__list{align-items:flex-start;flex-direction:column}.table__head{display:none}.table__row{grid-template-columns:1fr 2.6875rem}.table__row:not(:last-child) .table__marks,.table__row:not(:last-child) .table__subject{border-bottom:none}.table__row:not(:last-child) .table__total,.table__row:not(:last-child) .table__total--forecast{border:.0625rem solid #c8d9fd80;border:.0625rem solid rgba(var(--blue-200--rgb),.5)}.table__row:last-child .table__subject{border-bottom-left-radius:0}.table__row:last-child .table__total{border-bottom-right-radius:0}.table__mark,.table__marks{height:3.125rem}.table__mark{width:2.6875rem}.table__body .table__row:not(:last-child){border-bottom:none}.table__text{color:#bdbdbd;color:var(--grey-4);display:block;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.2}.table__total{height:3.125rem}.table__total .table__info,.table__total .table__num{border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5)}.table__subject{align-items:center;grid-column:span 2;height:auto;justify-content:space-between;padding:.75rem .9375rem}.table__info{border-left:.0625rem solid #e0e0e0;border-left:.0625rem solid var(--grey-5);color:#1c1c1c;color:var(--black);flex:1 1;font-size:1rem;font-style:normal;font-weight:400;height:100%;line-height:1.3;padding-left:1.875rem}.table__info,.table__num{align-items:center;border-top:.0625rem solid #e0e0e0;border-top:.0625rem solid var(--grey-5);display:flex}.table__num{border-right:.0625rem solid #e0e0e0;border-right:.0625rem solid var(--grey-5);height:2.5rem;justify-content:center;width:3rem}.table__num--accent{background-color:#e0ebff;background-color:var(--blue-100);border:.0625rem solid #c8d9fd;border:.0625rem solid var(--blue-200);color:#7d98f6;color:var(--blue-400)}.table--timesheet .table__row{grid-template-columns:1fr}.table--timesheet .table__wrapper{border:none}.table--timesheet .table__subject{grid-column:span 1}.table--timesheet .table__semester{border-right:0;flex-shrink:0;font-size:1rem;font-style:normal;font-weight:400;height:2.5rem;justify-content:space-between;line-height:1.3;width:100%}.table--timesheet .table__marks{flex-direction:column;grid-column:span 1;height:auto}.table--timesheet .table__row:not(:last-child) .table__total{border:none}.table--timesheet .table__total{background-color:initial;border:0;height:2.5rem;justify-content:space-between}}.date{border-radius:.125rem;color:#fff;color:var(--white);display:inline-block;font-size:.875rem;font-weight:500;line-height:.8;padding:.3125rem;text-transform:uppercase;white-space:nowrap}.date--blue{background-color:#7d98f6;background-color:var(--blue-400)}.date--orange{background-color:#ffa349;background-color:var(--orange-400)}.date--grey{background-color:#bdbdbd;background-color:var(--grey-4)}.stepper{align-items:center;display:flex;gap:.625rem}.stepper__value{font-size:.875rem;font-style:normal;font-weight:500;line-height:1.2;white-space:nowrap}.stepper__value.month{text-transform:capitalize}.stepper__button{align-items:center;background:#e0ebff;background:var(--blue-100);border-radius:50%;box-shadow:0 .125rem .5rem 0 #657aef1a;display:flex;flex-shrink:0;height:1.625rem;justify-content:center;width:1.625rem}.stepper__button-svg{fill:none;stroke:#4f4f4f;stroke-linecap:round;stroke-linejoin:round;stroke-width:.125rem;height:1rem;width:1rem}.stepper__icon{display:none}@media only screen and (max-width:61.9875em){.stepper:not(.--isDay){gap:.5rem;height:2.5rem}.stepper__value{font-size:1rem}.stepper__value.month{text-transform:none}.stepper__button{height:2rem;width:2rem}.--isDay.stepper{align-items:center;border:.0625rem solid #7d98f6;border:.0625rem solid var(--blue-400);border-radius:.3125rem;padding:.5625rem .75rem}.--isDay .stepper__value{font-size:1rem;font-style:normal;font-weight:500;line-height:1.2}.--isDay .stepper__icon{fill:#828282;fill:var(--grey-3);display:block;height:1.25rem;width:1.25rem}.--isDay .stepper__button{display:none}}.lesson-card{background-color:#fff;background-color:var(--white);border:1px solid #eef4ff;border-radius:.3125rem;height:7.5rem;max-width:173px;padding:.3125rem .625rem}.lesson-card__name{margin-bottom:.3125rem}.lesson-card__teacher{border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);margin-bottom:.5rem;padding-bottom:.5rem}.lesson-card__descr{-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#828282;color:var(--grey-3);display:-webkit-box;font-size:.8125rem;font-style:normal;font-weight:400;line-height:1.2;overflow:hidden;text-overflow:ellipsis}.lesson-label{align-items:center;border-radius:.125rem;display:flex;gap:.625rem;justify-content:space-between;max-width:100%;min-width:0;padding:.1875rem .3125rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.lesson-label span{display:inline;font-style:normal;font-weight:500;line-height:1;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.lesson-label__time{align-items:center;background-color:#fff;background-color:var(--white);border-radius:.125rem;color:#4f4f4f;color:var(--grey-2);display:flex;flex-shrink:0;font-size:.8125rem;font-style:normal;font-weight:400;height:.9375rem;justify-content:center;line-height:1;width:2.5rem}.lesson-label--green{background-color:#e0fff0}.lesson-label--red{background-color:#ffe0e0}.lesson-label--blue{background-color:#e0ebff}.lesson-label--purple{background-color:#e8e0ff}.lesson-label--orange{background-color:#ffefe0}@media only screen and (max-width:61.9875em){.lesson-label__time{display:none}.lesson-label span{text-overflow:clip}}.lessons-schedule{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.3125rem;height:10.3125rem;min-width:0;padding:.5rem .625rem;position:relative}.lessons-schedule__date{align-items:center;color:#1c1c1c;color:var(--black);display:flex;flex-shrink:0;font-size:.875rem;font-style:normal;font-weight:500;height:1.75rem;justify-content:center;line-height:1.2;width:1.75rem}.lessons-schedule__list{display:flex;flex-direction:column;gap:.125rem;width:100%}.lessons-schedule__more{align-items:center;border:.0625rem solid #eef4ff;border-radius:.125rem;color:#1c1c1c;color:var(--black);display:flex;font-size:.8125rem;font-weight:500;justify-content:center;margin-bottom:0;margin-top:auto;padding:.125rem;width:100%}.lessons-schedule__label{width:100%}.lessons-schedule__label span{font-weight:400}.lessons-schedule__modal{background-color:#fff;background-color:var(--white);border:.0625rem solid #eef4ff;border-radius:.3125rem;box-shadow:0 2px 8px 0 #657aef1a;left:90%;opacity:0;padding:.5rem;position:absolute;top:4.25rem;transform:scale(.9);transition:.2s ease;visibility:hidden;width:11rem;z-index:5;z-index:var(--ui-index-5)}.lessons-schedule__time{display:block;font-family:Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:600;line-height:normal;margin-bottom:.5rem;text-align:center}.lessons-schedule__title{display:none}.lessons-schedule__block:not(:last-child){border-bottom:.0625rem solid #bdbdbd;border-bottom:.0625rem solid var(--grey-4);margin-bottom:.3125rem;padding-bottom:.3125rem}.lessons-schedule__block:last-child{margin-bottom:.5rem}.lessons-schedule__sublist{display:none}@media(hover:hover)and (pointer:fine){.lessons-schedule:hover .lessons-schedule__modal{opacity:1;transform:scale(1);visibility:visible}}@media only screen and (max-width:61.9875em){.lessons-schedule{gap:.125rem;height:7.5rem;padding:.125rem}.lessons-schedule__date{height:1.3125rem;width:1.125rem}.lessons-schedule__more{font-size:.625rem;margin:0;white-space:nowrap}.lessons-schedule__label{font-size:.625rem}.lessons-schedule__overlay{background-color:#0006;display:flex;flex-direction:column;height:100vh;height:var(--app-height);inset:0;overflow:hidden auto;padding-top:3.125rem;position:fixed;z-index:100}.lessons-schedule__modal{margin-bottom:0;margin-top:auto;opacity:1;padding:1.25rem .9375rem 2.5rem;position:static;transform:scale(1);visibility:visible;width:100%}.lessons-schedule__time{display:none}.lessons-schedule__title{display:block;font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.2;margin-bottom:1.25rem}.lessons-schedule__block .lessons-schedule__list{display:none}.lessons-schedule__block:not(:last-child){border:none;margin-bottom:1.25rem;padding:0}.schedule-table__item:not(:first-child),.schedule-table__lessons-list:not(:first-child){display:none}.lessons-schedule__subitem{grid-gap:.625rem 1.25rem;background-color:#f4f4fd;background-color:var(--bg);border-radius:.3125rem;display:grid;gap:.625rem 1.25rem;grid-template-columns:1fr auto;min-width:0;padding:.5rem .75rem}.lessons-schedule__data{color:#828282;color:var(--grey-3);font-size:.8125rem;font-style:normal;font-weight:500;line-height:1.2}.lessons-schedule__sublist{display:flex;flex-direction:column;gap:.75rem}.lessons-schedule__name{font-size:.875rem;font-style:normal;font-weight:500;line-height:normal;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.lessons-schedule__teacher{grid-column:span 2}}.lessons-schedule__list{max-width:176px}.lesson-modal{position:absolute;z-index:100}.lesson-modal__content{background-color:#fff;background-color:var(--white);border-radius:.625rem;box-shadow:0 8px 24px 0 #00000021;max-height:90dvh;overflow:auto;padding:1.25rem;scrollbar-width:none;width:25rem}.lesson-modal__content::-webkit-scrollbar{display:none}.lesson-modal__top{background-color:#f4f4fd;background-color:var(--bg);border-radius:.3125rem;display:flex;flex-direction:column;gap:.625rem;margin-bottom:.75rem;padding:.5rem .75rem}.lesson-modal__text a{color:#828282;color:var(--grey-3);font-weight:500;transition:color .1s ease}@media(hover:hover)and (pointer:fine){.lesson-modal__text a:hover{color:#7d98f6;color:var(--blue-400)}}.lesson-modal__condition{align-items:center;display:flex;gap:.75rem}.lesson-modal__condition-svg{fill:#828282;height:1rem;width:1rem}.lesson-modal__head{align-items:center;display:flex;justify-content:space-between}.lesson-modal__num{align-items:center;color:#828282;color:var(--grey-3);display:flex;font-size:.8125rem;font-style:normal;font-weight:500;gap:.5rem;justify-content:center;margin-bottom:1.0625rem}.lesson-modal__num span{color:#ffc300;color:var(--orange-500);font-size:.875rem}.lesson-modal__info{align-items:center;display:flex;justify-content:space-between}.lesson-modal__date{color:#828282;color:var(--grey-3);font-size:.8125rem;font-style:normal;font-weight:500;line-height:1.2;margin-left:auto}.lesson-modal__name{font-size:.875rem;font-style:normal;font-weight:500;line-height:normal;max-width:14.5625rem;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;transition:color .1s ease;white-space:nowrap}.lesson-modal__bottom{display:flex;gap:.75rem;margin-bottom:.75rem}.lesson-modal__mark{background-color:#ffa349;background-color:var(--orange-400);border-radius:0 .125rem .125rem 0;bottom:.25rem;color:#fff;color:var(--white);font-size:.875rem;font-weight:500;left:0;padding:.125rem .5rem;position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1;z-index:var(--ui-index-1)}.lesson-modal__image{border-radius:.3125rem;flex-shrink:0;height:3.75rem;overflow:hidden;position:relative;width:3.75rem}.lesson-modal__image img{display:block;height:100%;object-fit:contain;width:100%}.lesson-modal__counter{align-items:center;background-color:#c8d9fd;background-color:var(--blue-200);border-radius:.125rem;color:#7d98f6;color:var(--blue-400);display:flex;flex-shrink:0;font-size:.875rem;font-weight:500;height:1.25rem;justify-content:center;line-height:1;width:1.25rem}.lesson-modal__subject{display:flex;gap:.625rem}.lesson-modal__time{color:#828282;color:var(--grey-3);font-size:.8125rem;font-weight:500}.lesson-modal__buttons{align-items:center;display:flex;justify-content:space-between}.lesson-modal__teacher{cursor:pointer}.lesson-modal--show{opacity:1;transform:scale(1);visibility:visible}.lesson-modal--big .lesson-modal__top{grid-gap:.5rem;background-color:#f4f4fd;background-color:var(--bg);border-radius:.3125rem;display:grid;gap:.5rem;grid-template-columns:1fr auto;margin-bottom:.75rem;padding:.5rem .75rem}.lesson-modal--big .lesson-modal__top .lesson-modal__time{display:none}.lesson-modal--big .lesson-modal__image{height:4.375rem;width:4.375rem}.lesson-modal--big .lesson-modal__bottom{border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);margin-bottom:.75rem;padding-bottom:.75rem}@media only screen and (max-width:61.9875em){.lesson-modal{align-items:flex-end;animation:fadeIn .2s ease;background-color:#1c1c1c80;background-color:rgba(var(--black--rgb),.5);display:flex;flex-direction:column;height:100vh;height:var(--app-height);inset:0;justify-content:flex-end;opacity:1;overflow:hidden auto;pointer-events:all;position:fixed;z-index:10}.lesson-modal--hide{animation:fadeOut .2s ease}.lesson-modal__content{animation:slideIn .2s ease;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:1.25rem .9375rem 2.5rem;position:relative;transform:translateY(0);width:100%}.lesson-modal__content--hide{animation:slideOut .2s ease}.lesson-modal__subject{grid-column:1/2;grid-row:1/2}.lesson-modal__num span{font-size:1.125rem;font-style:normal;font-weight:700;line-height:1.2}.lesson-modal__link,.lesson-modal__link.btn{width:100%}.lesson-modal--big .lesson-modal__content{padding-top:1.25rem}.lesson-modal--big .lesson-modal__image{height:3.75rem;width:3.75rem}.lesson-modal--big .lesson-modal__top .lesson-modal__time{display:block}.lesson-modal--big .lesson-modal__times{display:none}.lesson-modal--big .lesson-modal__bottom{border:none;margin-bottom:1.25rem;padding-bottom:0}.lesson-modal--big .lesson-modal__right{display:none}}@keyframes slideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.datepicker .field__wrapper{align-items:center;background-color:#eef4ff;background-color:var(--blue-50);border-radius:.3125rem;cursor:pointer;display:flex;transition:background-color .1s cubic-bezier(.23,1,.32,1);transition:background-color .1s var(--ease-out)}.datepicker .field__wrapper:after{background:url(/static/media/sprite.d5253bd7ece459e2057f.svg#calendar-field-icon) 50%/cover no-repeat;content:"";height:24px;position:absolute;right:1rem;width:24px}@media(hover:hover)and (pointer:fine){.datepicker .field__wrapper:hover,.datepicker .field__wrapper:hover input{background-color:#c8d9fd;background-color:var(--blue-200)}}.datepicker .field__wrapper input{cursor:pointer}.datepicker__wrapper{max-width:50%}.datepicker__block{border:1px solid #f2f2f2!important;border:1px solid var(--gray-6,#f2f2f2)!important}.datepicker__block .react-datepicker__month{margin-left:0;margin-right:0;padding:0 1.25rem;width:min(100vw,440px)}.datepicker__block .react-datepicker__month-container{float:none}.datepicker__block .react-datepicker__week{display:flex;justify-content:space-between}.datepicker__block .react-datepicker__week:not(:last-child){margin-bottom:1rem}.datepicker__block .react-datepicker__day-names{display:flex;justify-content:space-between;padding:0 1.25rem}.datepicker__block .react-datepicker__header{background-color:#fff;border:none}.datepicker__block .react-datepicker__day-name{color:#bdbdbd;color:var(--grey-4);text-transform:capitalize}.datepicker__block .react-datepicker__day:not(.react-datepicker__day--weekend){border-radius:50%}@media(hover:hover)and (pointer:fine){.datepicker__block .react-datepicker__day:hover{background-color:#c8d9fd;background-color:var(--blue-200)}}.datepicker__block .react-datepicker__day--weekend{background-color:#eef4ff;background-color:var(--blue-50);border-radius:3px}.datepicker__block .react-datepicker__day--selected{background-color:#0000!important;box-shadow:inset 0 0 1px 1px #c8d9fd;box-shadow:inset 0 0 1px 1px var(--blue-200);color:#7d98f6;color:var(--blue-400)}.datepicker__block .react-datepicker__children-container{margin-bottom:2.5rem;margin-top:1.5rem;width:calc(100% - .8rem)}.datepicker__header--custom{display:flex;flex-direction:column;margin:.625rem 1.25rem;row-gap:1.5rem}.datepicker__controls-wrapper{display:flex;justify-content:space-between}.datepicker__result input{text-align:center}#calendar-portal .react-datepicker__portal .react-datepicker__day{line-height:2rem;width:2rem}#calendar-portal .react-datepicker__portal{align-items:flex-end}#calendar-portal .react-datepicker__portal .datepicker__block{border-bottom-left-radius:0;border-bottom-right-radius:0;width:100vw}#calendar-portal .react-datepicker__portal .react-datepicker__month{width:100%}.field.auth-content__field+.react-datepicker-wrapper,.field.auth-content__field+div:not([class]){align-items:flex-end;display:flex}@media only screen and (max-width:61.9875em){.mobile__calendar--show{padding-top:25.9375rem}.schedule__calendar{display:none;left:.9375rem;position:fixed;top:8.125rem}.schedule__calendar--show{display:inline;display:initial;width:calc(100% - 30px)}}.loader-wrapper{align-items:center;display:flex;justify-content:center;margin:auto}.loader{display:inline-block;height:60px;position:relative;width:60px}.loader div{animation:loader 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid #0000;border-radius:50%;border-top-color:#657aef;border-color:var(--primary-blue) #0000 #0000 #0000;box-sizing:border-box;display:block;height:44px;margin:8px;position:absolute;width:44px}.loader div:first-child{animation-delay:-.45s}.loader div:nth-child(2){animation-delay:-.3s}.loader div:nth-child(3){animation-delay:-.15s}@keyframes loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.changes h2{font-size:1.5rem;font-weight:600;line-height:120%;margin-bottom:2rem}.changes h2,.changes h3,.changes h4{color:#1c1c1c;font-family:Roboto,sans-serif}.changes h3,.changes h4{display:grid;font-size:1rem;font-weight:700;line-height:130%}.changes h5{background-color:#ffdba8;margin:1.25rem 0;padding:1.25rem}.changes h5,.changes s{color:#1c1c1c;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400}.changes s{color:var(--Black,#1c1c1c);text-decoration:none}.changes strong{color:#1c1c1c;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;padding-left:0}.changes__title{background-color:#ffdba8;padding:1.25rem}.changes img{border:.0625rem solid #e0e0e0;border-radius:.625rem;margin-bottom:2rem;width:41.625rem}.changes p{color:#1c1c1c;font-size:1rem;font-weight:400;line-height:130%;margin-bottom:1.25rem;max-width:47rem}.changes__block{background-color:#eef4ff;background-color:var(--blue-50);border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.2;min-height:10.625rem}.changes__block,.changes__block .ql-editor.ql-blank:before{font-style:normal}.changes__block.ql-container.ql-snow{border:none}.changes .ql-editor{background-color:#eef4ff}.changes__title{background-color:red;color:#1c1c1c}.changes .ql-toolbar.ql-snow{border-color:#e0e0e0;border-color:var(--grey-5);border-top-left-radius:.625rem;border-top-right-radius:.625rem;padding:0;width:100%}.changes .ql-snow.ql-toolbar button{padding:.375rem .625rem}.changes .ql-snow .ql-picker,.changes .ql-snow.ql-toolbar button{border-right:.0625rem solid #e0e0e0;border-right:.0625rem solid var(--grey-5);height:1.875rem;width:2.25rem}.changes .ql-snow .ql-picker{padding:.3125rem .4375rem}.changes .ql-snow .ql-color-picker .ql-picker-label{padding:0}.changes .ql-snow .ql-stroke{stroke:#bdbdbd;stroke:var(--grey-4);transition:.15s ease}.changes .ql-snow .ql-fill{fill:#bdbdbd;fill:var(--grey-4);transition:.15s ease}.changes .ql-snow.ql-toolbar button:hover .ql-fill{fill:#7d98f6;fill:var(--blue-400)}.changes .ql-snow.ql-toolbar button:hover .ql-stroke{stroke:#7d98f6;stroke:var(--blue-400)}.changes .ql-snow .ql-editor a{color:#7d98f6;cursor:pointer;display:grid;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:120%;margin:1.25rem 0 2rem;text-decoration:none}.time{display:block;width:6.1875rem}.time__input{background-color:#eef4ff;background-color:var(--blue-50);border:none;border-radius:.3125rem;color:#1c1c1c;color:var(--black);cursor:pointer;font-size:1.125rem;font-style:normal;font-weight:400;line-height:120%;max-width:100%;outline:none;padding:.5rem 1rem;text-align:center}@media(hover:hover)and (pointer:fine){.time__input:hover{background-color:#c8d9fd;background-color:var(--blue-200)}}.time__picker{background-color:#fff;background-color:var(--white);border:.0625rem solid #f2f2f2;border:.0625rem solid var(--grey-6);border-radius:.3125rem;display:flex;padding:.375rem .25rem;width:6.1875rem;z-index:1}.time__picker-inner{display:flex;max-height:8.8125rem;width:100%}.time__picker-time{flex:1 1}.time__picker-time li{align-items:center;border-radius:.3125rem;color:#828282;color:var(--grey-3);cursor:pointer;display:flex;font-size:14px;font-style:normal;font-weight:400;height:1.5625rem;justify-content:center;line-height:120%;text-align:center}@media(hover:hover)and (pointer:fine){.time__picker-time li:hover{background-color:#eef4ff;background-color:var(--blue-50)}}.header__left{align-items:center;display:flex;gap:1.25rem}.header__children{margin-right:1.25rem}.header__go-svg{fill:#bdbdbd;height:16px;width:16px}.header__go-btn{align-items:center;background:#f2f2f2;border:1px solid #f2f2f2;color:#bdbdbd;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;text-transform:uppercase}.header__back{display:none;height:1.5rem;transform:scaleX(-1);width:1.5rem}.header__back-svg{fill:#828282;fill:var(--grey-3);height:1.5rem;width:1.5rem}.header__left-teacher{align-items:center;display:flex;gap:1.875rem}.header__notification{align-items:center;background:#fff;border:.0625rem solid #fe7c11;border-radius:.625rem;box-shadow:0 .5rem 1.5rem 0 #00000021;display:flex;justify-content:space-between;padding:.75rem 1.25rem;position:absolute;right:1.8125rem;top:4.5rem;width:39.5625rem;z-index:1}.header__notification-text{align-items:center;display:flex;gap:.5rem}.header__notification-svg{fill:#828282;height:1.25rem;width:1.25rem}.header__title-btn{align-items:center;background-color:#ffa349;border-radius:.3125rem;color:#fff;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-transform:uppercase}.header__title__btn-svg{fill:#fff;height:1rem;width:1rem}.header__manual{align-items:center;background-color:#f4f4fd;background-color:var(--bg);border-radius:.3125rem;display:flex;height:2rem;justify-content:center;width:2rem}.header__manual-svg{fill:#a6c0fb;fill:var(--blue-300);height:1.25rem;width:1.25rem}.header__right{align-items:center;display:flex}.header__schedule-tabs{margin-right:1.25rem}.header__inner{align-items:center;display:flex;gap:1.25rem;justify-content:space-between;padding-bottom:2.5rem;padding-top:1.875rem}.header__block{display:flex;position:relative}.header__title{font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.2}.header__buttons{align-items:center;display:flex;gap:.75rem}.header__btn{font-size:1rem;font-weight:500;line-height:1.2}.header__btn--active{border-bottom:.0625rem solid #7d98f6;border-bottom:.0625rem solid var(--blue-400);color:#7d98f6;color:var(--blue-400);padding-top:.0625rem}.header__time{margin-right:1.375rem}.header__time,.header__user{align-items:center;display:flex}.header__user{gap:.75rem}.header__notifications-svg{fill:#bdbdbd;fill:var(--grey-4);height:1.625rem;width:1.625rem}.header__notifications--active{position:relative}.header__notifications--active:before{background-color:#ffa349;background-color:var(--orange-400);border-radius:50%;content:"";display:block;height:.625rem;left:.125rem;position:absolute;top:.0625rem;width:.625rem}.header__avatar{position:relative}.header__avatar-image{border-radius:50%;display:block;height:100%;height:2.125rem;object-fit:cover;width:100%;width:2.125rem}.header__avatar-child{display:none}.header__wrapper{background-color:#0000;position:absolute;right:0;top:calc(100% + 10px);visibility:hidden;z-index:5;z-index:var(--ui-index-5)}.header__wrapper--active{visibility:inherit}.header__wrapper--active .header__info,.header__wrapper--active .header__ntf{opacity:1;transform:translate(0);visibility:inherit}.header__info{background-color:#fff;background-color:var(--white);border-radius:.625rem;box-shadow:0 .5rem 1.5rem 0 #00000021;opacity:0;padding:1.5rem;transform:translateX(1.875rem);transition:.2s ease;visibility:hidden;width:14.75rem}.header__list{margin-left:-.75rem;margin-right:-.75rem}.header__item:not(:last-child){margin-bottom:.625rem}.header__language{border-top:.0625rem solid #f2f2f2;border-top:.0625rem solid var(--grey-6);display:flex;padding-top:1rem}.header__select{display:none}.header__lang{align-items:center;background-color:#fff;background-color:var(--white);border:1px solid #bdbdbd;border:1px solid var(--grey-4);color:#bdbdbd;color:var(--grey-4);display:flex;font-style:normal;font-weight:600;height:2.0625rem;justify-content:center;line-height:normal;text-transform:uppercase;width:3.75rem}.header__lang:first-child{border-bottom-left-radius:.3125rem;border-top-left-radius:.3125rem}.header__lang:last-child{border-bottom-right-radius:.3125rem;border-top-right-radius:.3125rem}.header__lang--active{background-color:#ffa349;background-color:var(--orange-400);border:none;color:#fff;color:var(--white)}.header__link{align-items:center;display:flex;gap:.625rem;line-height:1;padding:.25rem .75rem;transition:background-color .1s ease;width:100%}.header__link-svg{fill:#828282;fill:var(--grey-3);height:1.25rem;width:1.25rem}@media(hover:hover)and (pointer:fine){.header__link:hover{background-color:#eef4ff;background-color:var(--blue-50)}}.header__top{align-items:center;display:flex;gap:.75rem;padding-bottom:1rem}.header__top-name{flex:1 1;font-weight:500;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__top-image{border-radius:50%;display:none;flex-shrink:0;height:3.125rem;object-fit:cover;width:3.125rem}.header__go{align-items:center;display:flex;gap:1rem}.header__date{color:#828282;color:var(--grey-3);display:none;font-size:.8125rem;font-weight:500;white-space:nowrap}.header__close{display:none;flex-shrink:0;height:1.5rem;transform:scaleX(-1);width:1.5rem}.header__close-svg{fill:#828282;fill:var(--grey-3);height:1.5rem;width:1.5rem}.header__children-switcher{border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);display:flex;flex-direction:column;padding:1.75rem 0}.header__children-label{align-items:center;border:.0625rem solid #e0e0e0;border:.0625rem solid var(--grey-5);border-radius:.3125rem;display:flex;gap:10px;padding:.5rem 1rem .5rem 2.875rem;position:relative}.header__children-label:not(:last-child){margin-bottom:.75rem}.header__children-label:before{background:var(--checkbox-marker) center/contain no-repeat;content:"";height:1.25rem;left:1rem;position:absolute;width:1.25rem}.header__children-label:not(.--isActive){--checkbox-marker:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Cpath fill='%23D9D9D9' d='M0 0h20v20H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M10.001 17.917a7.711 7.711 0 0 1-3.087-.623A7.997 7.997 0 0 1 4.4 15.602a7.994 7.994 0 0 1-1.693-2.513 7.704 7.704 0 0 1-.624-3.087c0-1.095.208-2.124.624-3.088A7.997 7.997 0 0 1 4.399 4.4a7.993 7.993 0 0 1 2.513-1.692 7.704 7.704 0 0 1 3.087-.624c1.095 0 2.124.208 3.087.623.964.416 1.802.98 2.514 1.692a7.994 7.994 0 0 1 1.693 2.513c.416.963.624 1.992.624 3.087a7.71 7.71 0 0 1-.624 3.088 7.997 7.997 0 0 1-1.691 2.514 7.995 7.995 0 0 1-2.514 1.693 7.705 7.705 0 0 1-3.087.623ZM10 16.667c1.861 0 3.438-.646 4.73-1.937 1.29-1.292 1.937-2.868 1.937-4.73 0-1.86-.646-3.437-1.938-4.729C13.438 3.98 11.861 3.334 10 3.334c-1.861 0-3.437.646-4.73 1.937-1.29 1.292-1.937 2.869-1.937 4.73 0 1.86.646 3.437 1.938 4.729C6.563 16.02 8.139 16.667 10 16.667Z' fill='%23BDBDBD'/%3E%3C/g%3E%3C/svg%3E")}.header__children-label.--isActive{--checkbox-marker:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Cpath fill='%23D9D9D9' d='M0 0h20v20H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M10 13.75c1.04 0 1.926-.364 2.655-1.094.73-.73 1.095-1.615 1.095-2.655 0-1.04-.365-1.926-1.095-2.656-.73-.73-1.614-1.094-2.655-1.094-1.04 0-1.926.364-2.655 1.094-.73.73-1.095 1.615-1.095 2.656 0 1.04.365 1.925 1.095 2.655.73.73 1.614 1.095 2.655 1.095Zm.001 4.167a7.711 7.711 0 0 1-3.087-.623A7.997 7.997 0 0 1 4.4 15.602a7.994 7.994 0 0 1-1.693-2.513 7.704 7.704 0 0 1-.624-3.087c0-1.095.208-2.124.624-3.088A7.997 7.997 0 0 1 4.399 4.4a7.993 7.993 0 0 1 2.513-1.692 7.704 7.704 0 0 1 3.087-.624c1.095 0 2.124.208 3.087.623.964.416 1.802.98 2.514 1.692a7.994 7.994 0 0 1 1.693 2.513c.416.963.624 1.992.624 3.087a7.71 7.71 0 0 1-.624 3.088 7.997 7.997 0 0 1-1.691 2.514 7.995 7.995 0 0 1-2.514 1.693 7.705 7.705 0 0 1-3.087.623ZM10 16.667c1.861 0 3.438-.646 4.73-1.937 1.29-1.292 1.937-2.868 1.937-4.73 0-1.86-.646-3.437-1.938-4.729C13.438 3.98 11.861 3.334 10 3.334c-1.861 0-3.437.646-4.73 1.937-1.29 1.292-1.937 2.869-1.937 4.73 0 1.86.646 3.437 1.938 4.729C6.563 16.02 8.139 16.667 10 16.667Z' fill='%237D98F6'/%3E%3C/g%3E%3C/svg%3E");border-color:#c8d9fd;border-color:var(--blue-200)}.header__children-label.--isActive .header__children-span{color:#7d98f6;color:var(--blue-400)}.header__children-img{border:.0625rem solid #c8d9fd;border:.0625rem solid var(--blue-200);border-radius:50%;height:1.875rem;overflow:hidden;position:relative;width:1.875rem}.header__children-img>img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.header__children-span{color:#828282;color:var(--grey-3);font-size:1rem;font-style:normal;font-weight:400;line-height:130%}.header__lesson{align-items:center;display:flex;gap:.5rem}.header__children-list{display:none}.header__title-svg{fill:#828282;height:1.25rem;width:1.25rem}.header__lesson-editing{align-items:center;display:flex;gap:.5rem}.header--lesson .header__inner{border-bottom:.0625rem solid #bdbdbd;border-bottom:.0625rem solid var(--grey-4)}.header--lesson .header__left{gap:1rem}.header__hours,.header__minutes,.header__seconds{font-size:1.5rem;font-weight:400;line-height:normal}.header__hours:after,.header__minutes:after{content:":"}@media only screen and (max-width:61.9875em){.header{margin:0}.header--wrap{align-items:flex-start;flex-wrap:wrap;gap:.625rem}.header--wrap .header__left{align-items:flex-start;flex-direction:column;max-width:50%}.header__avatar-image{height:1.875rem;margin-left:auto;margin-right:0;width:1.875rem}.header__avatar-child{border-radius:50%;bottom:0;display:block;height:1.375rem;left:0;position:absolute;width:1.375rem}.header__children{display:none}.header__children-box{display:flex;flex-direction:column}.header__child{align-items:center;cursor:pointer;display:flex;gap:.625rem}.header__child:not(:last-child){margin-bottom:1.75rem}.header__child img{border-radius:50%;display:block;flex-shrink:0;height:100%;height:1.875rem;object-fit:cover;width:100%;width:1.875rem}.header__child span{color:#828282;color:var(--grey-3);font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__child--active span{color:#7d98f6;color:var(--blue-400)}.header__select{display:flex}.header__content-tabs.content-tabs,.header__manual{display:none}.header__date{display:block}.header__top{border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);padding-bottom:1.75rem}.header__top-name{font-size:1.25rem}.header__top-image{display:block}.header__list{margin-bottom:1.75rem;margin-left:0;margin-right:0;padding-bottom:1.75rem;padding-top:1.75rem}.header__link{font-size:1.125rem;font-weight:500;padding:0}.header__link-svg{height:2.1875rem;width:2.1875rem}.header__language{border:none;height:2.5rem;padding:0}.header__lang{flex:1 1;height:100%}.header__close{display:block}.header__wrapper{display:flex;height:100vh;height:var(--app-height);inset:0;justify-content:flex-end;position:fixed;transition:.2s ease;z-index:5;z-index:var(--ui-index-5)}.header__wrapper--active{background-color:#00000080}.header__info{border-radius:0;overflow:hidden auto;padding:1.75rem .9375rem;transform:translateX(100%);transition:.5s cubic-bezier(.86,0,.07,1);transition:.5s var(--ease-in-out);width:22.5rem}.header__buttons{display:none}.header__inner{padding:1.25rem 0}.header__time{display:none}.header__back{display:flex}.header--parent .header__avatar{width:2.75rem}.header--lesson .header__left{align-items:stretch;flex-direction:column;gap:2.25rem;width:100%}.header--lesson .header__inner{padding-bottom:.75rem}.header--lesson .header__link{width:100%}.header--lesson .header__title{font-size:1.125rem;font-weight:700}.header--lesson .header__right{display:none}.header--schedule .header__schedule-tabs{background-color:#fff;border:.0625rem solid #7d98f6;border:.0625rem solid var(--blue-400);border-radius:.3125rem;flex-direction:column;gap:0;margin:0;position:absolute;right:0;top:4.25rem;z-index:1}.header--schedule .header__schedule-tabs .schedule-tabs__button{border:none;display:none;height:2.4375rem;order:2;padding-left:.625rem;padding-right:.625rem;text-align:left;width:6.25rem}.header--schedule .header__schedule-tabs .schedule-tabs__button--active{display:inline;display:initial;order:1;pointer-events:auto;position:relative}.header--schedule .header__schedule-tabs .schedule-tabs__button--active:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='m7.06 9.3 2.415 2.415a.725.725 0 0 0 1.026 0l2.416-2.414a.726.726 0 0 0-.513-1.239h-4.83a.726.726 0 0 0-.514 1.239Z' fill='%23828282'/%3E%3C/svg%3E");content:"";height:1.25rem;position:absolute;right:.3125rem;width:1.25rem}.header--schedule .header__schedule-tabs.--isShow .schedule-tabs__button{display:inline;display:initial}.header--schedule .header__inner{align-items:flex-start;position:relative}.header--schedule .header__right{align-items:flex-end;flex-direction:column-reverse;gap:1.125rem}.header--schedule .header__left{align-items:flex-start;flex-direction:column}.header__notification{max-width:29.6875rem;z-index:2}}@media only screen and (max-width:47.9875em){.header__notification{max-width:25rem;right:.125rem}}.notifications__top-svg{fill:#bdbdbd;height:22px;width:22px}.hide{display:none}.auth-header{margin-bottom:1.25rem}.auth-header__inner{align-items:center;border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);display:flex;gap:1.25rem;padding:1.875rem 0}.auth-header__inner-svg{fill:#bdbdbd;fill:var(--grey-4);height:1.875rem;width:1.875rem}.auth-header__title{font-size:1.5rem;font-weight:600;line-height:1.2}@media only screen and (max-width:61.9875em){.auth-header{margin-bottom:2rem}.auth-header__inner{padding-bottom:.75rem}}.auth-content{flex:1 1 auto;padding-bottom:4.0625rem}.auth-content__top{margin-bottom:2rem}.auth-content__list{flex-wrap:wrap}.auth-content__item,.auth-content__list{align-items:center;display:flex}.auth-content__item:not(:last-child):after{background-color:#e0e0e0;background-color:var(--grey-5);content:"";display:block;flex-shrink:0;height:.0625rem;width:1.25rem}.auth-content__link{color:#828282;color:var(--grey-3);display:flex;font-family:inherit;font-weight:500;line-height:120%;margin:0 auto;padding:.75rem .625rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.auth-content__link--active{color:#1c1c1c;color:var(--black)}.auth-content__final,.auth-content__next{align-items:baseline;background-color:#fff8ed;background-color:var(--orange-50);border-radius:.3125rem;display:flex;gap:32px;margin-top:3.75rem;padding:1.25rem}.auth-content__final{padding:0}.auth-content__change>svg{fill:#828282;fill:var(--grey-3);height:20px;width:20px}.auth-content__add-parent{margin-bottom:2.5rem}.auth-content__checkbox{align-items:flex-start;max-width:388px}.auth-content__buttons{border-radius:.3125rem;display:flex;gap:.625rem}.auth-content__btn--back .btn__icon{transform:scaleX(-1)}.auth-content__avatar{margin-bottom:2rem}.auth-content__new-user{margin-bottom:3.75rem}.auth-content__new-user:not(:last-of-type){margin-bottom:.625rem}.auth-content__new-user--includes .auth-content__add-svg{display:none}.auth-content__new-user--includes .auth-content__add-svg.auth-content__add-svg--remove{display:block}.auth-content__wrapper{padding-top:2rem}.auth-content__up{align-items:center;border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:8px}.auth-content__up .auth-content__title{border:none;margin:0;padding:0}.auth-content__add-svg{fill:#1c1c1c;fill:var(--black);display:block;height:1.25rem;width:1.25rem}.auth-content__add-svg--remove{fill:none;stroke:#333;stroke:var(--grey-1);stroke-width:.08125rem;display:none;height:1.25rem;width:1.25rem}.auth-content__grid{grid-gap:1.25rem 1.875rem;display:grid;gap:1.25rem 1.875rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.auth-content__grid--mb-60{margin-bottom:3.75rem}.auth-content__grid--mb-0{margin-bottom:0}.auth-content__title{border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);font-size:1.25rem;font-weight:500;margin-bottom:1.5rem;padding-bottom:.5rem}.auth-content__message{margin:0 auto;max-width:35rem}.auth-content__head{font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.2;margin-bottom:30px;text-align:center}.auth-content__smile{align-items:center;border-radius:.3125rem;display:flex;flex-direction:column;gap:.625rem;justify-content:center;margin-bottom:1.25rem;padding:1.75rem 1.5625rem}.auth-content__smile-svg{fill:#ffc300;fill:var(--orange-500);flex-shrink:0;height:4.375rem;width:4.375rem}.auth-content__smile--bad{border-color:#ffc300;border-color:var(--orange-500)}.auth-content__text{text-align:center}.auth-content__text p{color:#828282;color:var(--grey-3);font-size:1rem;font-style:normal;font-weight:500;line-height:1.2;margin-bottom:20px}.auth-content__text p+p{margin-top:1.25rem}.auth-content__description{color:#bdbdbd;color:var(--grey-4);margin:0 auto;max-width:32.5rem;text-align:center}.auth-content__form-button{background-color:#fff8ed;border-radius:5px;margin-top:97px;padding:20px 0 20px 20px}.auth-content__from-btn{max-width:236px}.auth-content__down{align-items:center;display:flex;flex-direction:column}.auth-content__main{margin-bottom:2.5rem}.auth-content__header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:8px}.auth-content__titleuser{align-items:center;color:#1c1c1c;display:flex;font-family:Roboto,sans-serif;font-size:20px;font-weight:500;gap:20px;line-height:120%}.auth-content__finish-btn{background:#ffa349;border-radius:5px;border-radius:var(--5,5px);color:#fff;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-align:center;text-transform:uppercase}.auth-content--center{align-items:center;display:flex;justify-content:center}.auth-content__common-field{border:.0625rem solid #eef4ff;border:.0625rem solid var(--blue-50);border-radius:.3125rem;margin-top:.25rem;padding:.5rem 1rem}@media(hover:hover)and (pointer:fine){.auth-content__common-field:hover{background-color:#e0ebff;background-color:var(--blue-100);border-color:#e0ebff;border-color:var(--blue-100)}}.auth__save-content{background-color:#ffa349;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;gap:8px;max-width:236px;padding:8px 16px;text-transform:uppercase}input[type=radio]:not(:checked)+label+.content{display:none}input[type=radio]:checked+label+.content{display:block}.load-button__save{background-color:#ffa349;border-radius:5px;color:#fff;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;gap:8px;opacity:.5;padding:8px 16px;text-transform:uppercase}.load-box__save{background:#fff8ed;border-radius:5px;margin-top:60px;padding:20px 0 20px 16px}.auth__container-title{display:flex;justify-content:space-between}.auth__container-title,.uth__container__title-span{border-bottom:1px solid #e0e0e0;color:#1c1c1c;font-family:Roboto,sans-serif;font-size:20px;font-weight:500;line-height:120%;margin-bottom:24px;padding-bottom:8px}.uth__container__title-span{display:block}.auth__container-info{margin-top:24px}.content__photo{margin-bottom:32px}.auth-content__buttons{background-color:#fff8ed;padding:20px 0 20px 20px}@media only screen and (max-width:61.9875em){.auth-content__smile{align-items:center;display:flex}.auth-content__title{margin-bottom:2rem}.auth-content__top{display:none}.from__list{width:336px}.dropdawn__list{left:19px;width:336px}.dropdawn__list-item{text-align:center;width:100%}.auth-content__text p{text-align:center}}@media only screen and (max-width:47.9875em){.auth-content__message{margin:0;max-width:100%}.auth-content__smile{padding:1.25rem .9375rem}.auth-content__smile--mobile{align-items:center;display:flex}.auth-content__head{font-size:1.25rem}.auth-content__next{align-items:flex-start;flex-direction:column;gap:1rem;margin-left:-.9375rem;margin-top:2rem;width:calc(100% + 1.875rem)}.auth-content__buttons{flex-direction:column;width:100%}.auth-content__btn,.auth-content__btn.btn--trans{width:100%}.auth-content__grid{gap:1.25rem;grid-template-columns:1fr}.dropdawn__list{left:25px}}.form__regist{margin-bottom:90px}.auth-content__calendar{display:flex;gap:211px}.dropdown__overlay{background-color:#1c1c1c66;display:none;height:100vh;inset:0;position:fixed;width:100vw;z-index:9147483647}@media only screen and (max-width:61.9875em){.dropdown__overlay.active{display:block}.dropdown__overlay.active+.dropdawn__list.dropdawn__list--visible{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:9247483647}}.dropdawn__button{border-radius:6px;font-size:16px;padding:5px}.dropdawn__button,.dropdawn__list{background-color:#fff}.dropdawn__list-item.active{background-color:#c8d9fd}@media(hover:hover)and (pointer:fine){.dropdawn__list-item:hover{background-color:#c8d9fd}}.dropdown__nav,.from__data-btn{align-items:center}.from__data-btn{display:flex;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;gap:12px;line-height:120%}.from__list{background:#fff;border:1px solid #f2f2f2;border-radius:10px;display:none;height:280px;overflow-y:auto;padding:12px 16px!important;position:absolute;right:67px;top:70px;width:112px;z-index:1}.from__list::-webkit-scrollbar{width:3px}.from__list::-webkit-scrollbar-thumb{background-color:#a6c0fb;border-radius:10px}.from__list-item{background-color:#eef4ff;border-radius:3px;color:#1c1c1c;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:120%;margin-bottom:8px;padding:4px 8px;text-align:center}.from__list-item:hover{background-color:#c8d9fd}.from__list--visible{display:block}.from__data-dropdown{position:absolute}.from__data-button{align-items:center;display:flex;justify-content:center}.from__data-span{font-size:16px;line-height:120%}.form__new-user,.from__data-span{color:#1c1c1c;font-family:Roboto,sans-serif;font-weight:500}.form__new-user{align-items:flex-end;border:1px solid #ffa349;border-radius:5px;cursor:pointer;display:none;font-size:14px;gap:8px;margin-bottom:60px;padding:8px 16px;text-transform:uppercase}.close{display:none}.open{display:block}.open-element{display:flex}.form__verified{align-items:center;display:flex;gap:20px}.auth-container__login-btn{color:#ffa349;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase}.aside{background-color:#f4f4fd;background-color:var(--bg);flex-direction:column;flex-shrink:0;width:14.6875rem}.aside,.aside__wrapper{display:flex;transition:.2s ease}.aside__wrapper{flex:1 1 auto;flex-direction:column;overflow:hidden;padding:1.875rem 1.875rem 0}.aside__navigation{flex:1 1 auto;overflow:hidden auto;padding-bottom:1.875rem;scrollbar-width:none}.aside__navigation::-webkit-scrollbar{display:none}.aside__top{margin-bottom:1rem}.aside__top-svg{flex-shrink:0}.aside__btn{align-items:center;background-color:#fff;background-color:var(--white);border:.0625rem solid #c8d9fd;border:.0625rem solid var(--blue-200);border-radius:50%;display:flex;height:1.875rem;justify-content:center;position:absolute;right:-.9375rem;top:1.25rem;transition:background-color .1s cubic-bezier(.23,1,.32,1);transition:background-color .1s var(--ease-out);width:1.875rem}.aside__btn-svg{fill:#7d98f6;fill:var(--blue-400);height:1rem;width:1rem}@media(hover:hover)and (pointer:fine){.aside__btn:hover{background-color:#c8d9fd;background-color:var(--blue-200)}.aside__btn:hover .aside__btn-svg{fill:#657aef;fill:var(--blue-500)}}.aside__logo{display:flex}.aside--static{flex-shrink:0;transition:none;width:3.75rem}.aside--static .aside__top{margin-bottom:0}.aside--static .aside__logo{margin:0 auto;width:1.125rem}.aside--static .aside__wrapper{padding:1.875rem .9375rem;transition:none}.aside--main{bottom:0;left:0;position:fixed;top:0}.aside--hide{width:3.75rem}.aside--hide .aside__wrapper{padding:1.875rem .9375rem 0}.aside--hide .aside__logo{margin-left:.3125rem;overflow:hidden}.aside--hide .aside__top-path--hide{opacity:0}.aside--hide .aside__btn-svg{transform:scaleX(-1)}.aside--hide .aside__button-link{align-items:center;display:flex;gap:0;justify-content:center;padding:0}.aside--hide .aside__button-link span{overflow:hidden;width:0}.aside--hide .nav__item{transition:.2s ease;width:1.875rem}.aside--hide .nav__link{padding-left:.3125rem}.aside--hide .nav__sublist,.aside--hide .tip{display:none}.aside--mush{width:14.6875rem}.aside--mush__wrapper{padding:1rem .9375rem;transition:none}.aside--mush__top{border:none;margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.aside--mush__logo{display:inline-block;margin-bottom:3.75rem}.aside__top-path,.aside__top-path--hide{transition:.3s ease}.aside__button-link{font-weight:500;margin-block:1.125rem}@media only screen and (max-width:61.9875em){.aside{position:static;transition:none;width:100%}.aside__btn{display:none}.aside--static .aside__wrapper{padding:1rem .9375rem;transition:none}.aside--static .aside__top{border:none;margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.aside--main{background-color:#0000;bottom:0;left:0;position:fixed;right:0;top:auto;z-index:5;z-index:var(--ui-index-5)}.aside--main .aside__top{display:none}.aside--main .aside__navigation,.aside--main .aside__wrapper{overflow:visible;overflow:initial}.aside--main .aside__wrapper{padding:0;transition:none}.aside--hide .aside__top{border:none;margin:0;padding:0}.aside--hide .aside__logo{margin:0;overflow:hidden;width:1.125rem}.aside--hide .aside__top-path--hide{opacity:0}.aside--hide .nav__item{height:4.0625rem;width:4.0625rem}.aside--hide .nav__link{height:2.8125rem;padding:0;width:2.8125rem}.aside--mush .aside__wrapper{padding:.5rem .9375rem;transition:none}.aside--mush__logo{margin-bottom:0}.aside--mush__deco{display:none}}.nav__down-btn{display:flex;justify-content:center;width:175px}.nav__list{display:flex;flex-direction:column}.nav__item{overflow:hidden;white-space:nowrap;width:10.9375rem}.nav__item.msg{position:relative}.nav__item.msg:after{background-color:#ffc300;background-color:var(--orange-500);border-radius:50%;content:"";height:8px;left:20px;position:absolute;top:18px;width:8px}.nav__item--individual-plan{stroke:#828282;stroke:var(--grey-3)}.nav__item--individual-plan .nav__link--active .nav__link-svg{stroke:#7d98f6;stroke:var(--blue-400);color:#7d98f6;color:var(--blue-400)}@media(hover:hover)and (pointer:fine){.nav__item--individual-plan .nav__link:hover .nav__link-svg{stroke:#7d98f6;stroke:var(--blue-400);color:#7d98f6;color:var(--blue-400)}}.nav__top{gap:.625rem}.nav__open,.nav__top{align-items:center;display:flex}.nav__open{height:1.25rem;justify-content:center;width:1.25rem}.nav__open-arrow{fill:#dbdbdb;flex-shrink:0;height:.75rem;transition:.2s ease;width:.75rem}.nav__accordion--active .nav__open-arrow{transform:scaleY(-1)}.nav__link{align-items:center;cursor:pointer;display:flex;flex:1 1;font-size:1.125rem;gap:.625rem;line-height:.9;padding:1.125rem 0}.nav__link-text{transition:.2s ease}.nav__link--active{color:#657aef;color:var(--blue-500);font-weight:700}.nav__link--active .nav__link-arrow{transform:scaleY(-1)}.nav__link--active .nav__link-svg{fill:#7d98f6;fill:var(--blue-400);color:#7d98f6;color:var(--blue-400)}@media(hover:hover)and (pointer:fine){.nav__link:hover{color:#657aef;color:var(--blue-500)}.nav__link:hover .nav__link-svg{fill:#7d98f6;fill:var(--blue-400);color:#7d98f6;color:var(--blue-400)}}.nav__down{max-height:0;overflow:hidden;transition:.2s cubic-bezier(.86,0,.07,1);transition:.2s var(--ease-in-out)}.nav__link-svg{fill:#828282;fill:var(--grey-3);color:#828282;color:var(--grey-3);height:1.25rem;transition:.2s ease;width:1.25rem}.nav__sublist{min-height:0;padding-left:1.75rem}.nav__subitem:not(:last-child){margin-bottom:.625rem}.nav__sublink{transition:.2s ease;white-space:normal}@media(hover:hover)and (pointer:fine){.nav__sublink:hover{color:#7d98f6;color:var(--blue-400)}}.nav__tip{margin-top:6.5rem}@media only screen and (max-width:61.9875em){.nav{background:#fff;border-radius:1.25rem 1.25rem 0 0;box-shadow:0 -.125rem 1.25rem 0 #00000014;padding:.25rem .9375rem}.nav__down,.nav__open{display:none}.nav__list{flex-direction:row;justify-content:space-around}.nav__item,.nav__list{align-items:center;display:flex}.nav__item{height:4.0625rem;justify-content:center;width:4.0625rem}.nav__item--home{display:none}.nav__link{align-items:center;border-radius:.625rem;flex:0 0 2.8125rem;height:2.8125rem;justify-content:center;padding:0;width:2.8125rem}.nav__link-arrow,.nav__link-text{display:none}.nav__link--active{background-color:#eef4ff;background-color:var(--blue-50)}}.document-block{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr auto;grid-template-rows:auto 1fr}.document-block__top{align-items:center;display:flex;gap:1.25rem;justify-content:space-between}.document-block__text p{color:#1c1c1c;color:var(--black);font-family:Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}.document-block__text p+p{margin-top:.3125rem}.document-block__title{color:#bdbdbd;color:var(--grey-4);font-size:1rem;font-weight:500}.document-block__label{cursor:pointer}.document-block__list{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-column:span 2;grid-template-columns:1fr 1fr;grid-template-rows:inherit}.document-block--comment{grid-template-columns:1fr}.document-block .btn{align-self:start}@media only screen and (max-width:47.9875em){.document-block{grid-template-columns:1fr}.document-block__list{grid-column:span 1;grid-template-columns:1fr 1fr 1fr}.document-block__label{grid-row:3/4}.document-block__label .btn{width:100%}.document-block__input{grid-column:span 1}}@media only screen and (max-width:35.9875em){.document-block__list{grid-template-columns:1fr 1fr}}@media only screen and (max-width:23.425em){.document-block__list{grid-template-columns:1fr}}@keyframes open{0%{opacity:0;transform:scale3d(1.1,1.1,1)}to{opacity:1;transform:scaleX(1)}}@keyframes close{0%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scale3d(.9,.9,1)}}.modal{box-sizing:border-box;inset:0;overflow:hidden;pointer-events:none;position:fixed;transition:background-color .2s ease;z-index:100}.modal__logo{display:none}.modal__title{font-size:1.5rem;font-weight:600;line-height:1.2;margin-bottom:1.875rem;text-align:center}.modal__buttons{align-items:center;display:flex;justify-content:space-between;margin-top:3.125rem}.modal__buttons--center{justify-content:center}.modal__title-info{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:500;line-height:120%;margin-bottom:2.0625rem}.modal__body{align-items:center;display:flex;justify-content:center;min-height:100%;padding:1.875rem .625rem;position:relative;z-index:2}.modal__wrapper-finish{height:2.8125rem}.modal__link__lable-svg{fill:#bdbdbd;height:1.5rem;left:1.1875rem;position:absolute;top:1.875rem;width:1.5rem;z-index:1}.modal__card-image{text-align:center}.modal__cabinet--list,.modal__card-image{margin-bottom:2.3125rem}.modal__photo-teacher{height:4.0625rem;width:4.0625rem}.modal__card-img,.modal__photo-teacher{border:.0625rem solid #c8d9fd;border-radius:50%}.modal__card-img{height:168px;object-fit:cover;width:168px}.modal__card-name{color:#1c1c1c;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.modal__card-name,.modal__card-teacher{font-family:Roboto,sans-serif;line-height:120%}.modal__card-teacher{color:#828282;color:var(--Gray-3,#828282);font-size:.75rem;font-weight:400}.modal__warn{background-color:#fff8ed;background-color:var(--orange-50);border-radius:.3125rem;margin:0 auto 1.875rem;padding:.625rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modal__warn svg{fill:#828282;fill:var(--grey-3);display:inline-block;font-size:0;height:1.25rem;vertical-align:middle;width:1.25rem}.modal__warn strong{color:#eb5757;color:var(--red);font-size:1rem;font-style:normal;font-weight:500;line-height:1.2}.modal__warn p{color:#828282;color:var(--grey-3);display:inline;display:initial;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.2}.modal__content{background:#fff;background:var(--white);border-radius:.3125rem;height:100%;max-width:33.75rem;opacity:0;position:relative;transition:.3s ease;visibility:hidden;width:100%}.modal__mood{fill:#ffc300;fill:var(--orange-500);height:4.375rem;margin:0 auto;width:4.375rem}.modal__link__label-input{margin-bottom:1.25rem;padding:.5rem 1rem .5rem 3.5rem;position:relative}.modal__link-texttarea,.modal__link__label-input{background:#eef4ff;border:none;border-radius:.3125rem;color:#828282;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:120%}.modal__link-texttarea{margin-bottom:2rem;padding:.9375rem 0 4.25rem .9375rem;resize:none}.modal__link-button{text-align:center}.modal__link__lable-span{margin-bottom:.5rem}.modal__main{padding:3.75rem 3.125rem}.modal__info{border:.0625rem solid #e0e0e0;border-radius:.625rem;padding:1rem .75rem}.modal__info-svg{fill:#bdbdbd;height:1.25rem;width:1.25rem}.modal__name{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}.modal__link-btn{background-color:#ffa349;border-radius:.3125rem;color:#fff;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;padding:.5rem 1rem;text-transform:uppercase;width:11.75rem}.modal__wrapper__wants-button{display:flex;justify-content:center;margin-top:1.875rem}.modal__card-button{margin:0 auto}.modal__card-svg{fill:#fff;height:1.25rem;width:1.25rem}.modal__wrapper__wants-btn{width:15.625rem}.modal__card-btn{align-items:center;color:#bdbdbd;color:var(--Gray-4,#bdbdbd);display:flex;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;gap:.5rem;line-height:normal;text-transform:uppercase}.modal__wrapper__wants-text{color:#828282;font-family:Roboto,sans-serif;font-size:.8125rem;font-weight:400;line-height:120%;margin-bottom:.9375rem;text-align:center}.modal__link-label{color:#bdbdbd;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:120%;position:relative}.modal__close{height:1.5rem;position:absolute;right:.9375rem;top:.9375rem;width:1.5rem}.modal__close-svg{fill:#828282;fill:var(--grey-3);height:1.5rem;width:1.5rem}.modal__back{height:1.5rem;left:.9375rem;position:absolute;top:.9375rem;width:1.5rem}.modal__back-svg{fill:#1c1c1c;fill:var(--black);height:1.5rem;width:1.5rem}.modal__field{margin-bottom:.9375rem}.modal__field .field__label{color:#828282;color:var(--grey-3)}.modal__field-link{margin-bottom:1.25rem;padding:.5rem 1rem .5rem 3.125rem}.modal__field-text{color:#bdbdbd;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:120%;margin-bottom:.5rem}.modal__field-textrea{height:6.25rem;margin-bottom:1.875rem}.modal__field-button{display:flex;justify-content:center}.modal__field-btn{height:2.8125rem;width:11.75rem}.modal__field-svg{left:1rem;position:absolute;top:.5rem}.modal__confirm{justify-content:space-between}.modal__confirm,.modal__link{align-items:center;display:flex}.modal__link{color:#bdbdbd;color:var(--grey-4);gap:.3125rem}.modal__link-svg{fill:#bdbdbd;fill:var(--grey-4);height:.75rem;width:.75rem}.modal__btn{margin:1.875rem auto 0;max-width:15.625rem;width:100%}.modal__btn.btn--accent{gap:.3125rem;line-height:.6}.modal__btn.btn--accent .btn__icon{height:1.25rem;width:1.25rem}.modal__btn--stroke .btn__icon{fill:none!important;stroke:#fff;stroke:var(--white);stroke-linecap:round;stroke-linejoin:round;stroke-width:.08125rem}.modal__tip{font-size:1rem;margin-bottom:1.875rem}.modal__checkbox .checkbox__value{line-height:1}.modal__delete-text{text-align:center}.modal__text{color:#828282;color:var(--grey-3);font-size:.8125rem}.modal__text-text{text-align:center}.modal__box{align-items:center;display:flex;justify-content:space-between}.modal__box-btn{width:214px!important}.modal__upload{border:.125rem dashed #e0ebff;border:.125rem dashed var(--blue-100);border-radius:.3125rem;margin-bottom:1.25rem;padding:1.875rem}.modal__upload-svg{fill:none;stroke:#bdbdbd;stroke-linecap:round;stroke-linejoin:round;stroke-width:.25rem;display:block;height:4.375rem;margin:0 auto .625rem;width:4.375rem}.modal__upload.drag--active{background-color:#eef4ff;background-color:var(--blue-50);border-color:#c8d9fd;border-color:var(--blue-200);border-style:solid}.modal__case{max-height:220px}.modal__drop{color:#828282;color:var(--grey-3);font-size:1rem;font-style:normal;font-weight:500;line-height:1.2;text-align:center}.modal__drop--text{color:#657aef;color:var(--blue-500);cursor:pointer;text-decoration:underline}.modal__settings{margin-bottom:1.875rem}.modal__settings img{height:auto;max-width:100%;width:100%}.modal__rotate{align-items:center;color:#bdbdbd;color:var(--grey-4);display:flex;font-family:Inter,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;gap:.3125rem;line-height:normal;margin:0 auto;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modal__rotate svg{fill:#bdbdbd;fill:var(--grey-4);height:1.25rem;width:1.25rem}.modal__documents{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.modal__wrapper-gears{align-items:center;border:.0625rem solid #bdbdbd;border-radius:.625rem;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:.875rem 1.25rem}.modal__wrapper-span{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:120%;text-align:center}.modal__label{display:inline-block;height:1.1875rem;position:relative;width:2.3125rem}.modal__label-input{-webkit-appearance:none;appearance:none;height:0;opacity:0;width:0}.modal__label-cheked{background-color:#828282;border-radius:1.5625rem;cursor:pointer;height:1.4375rem;position:absolute;width:2.1875rem}.modal__label-cheked:before{background-color:#fff;border-radius:1.5625rem;content:"";height:1.0625rem;left:.1875rem;position:absolute;top:.1875rem;width:1.0625rem}.modal__button-btn{width:13.375rem}.modal.change-photo .modal__document{margin:0 auto;max-width:12.8125rem;width:100%}.modal.modal--close .modal__content{animation:close .3s ease forwards}.modal.modal--open{background-color:#828282cc;background-color:rgba(var(--grey-3--rgb),.8);overflow-x:hidden;overflow-y:auto;pointer-events:all}.modal.modal--open .modal__content{animation:open .3s ease forwards;opacity:1;visibility:visible}.modal--big .modal__content{max-width:41.875rem}.modal__link-form,.modal__link-label{display:flex;flex-direction:column}.modal__label-input:checked+.modal__label-cheked:before{left:.9375rem;transition:all .5s}.modal__label-input:checked+.modal__label-cheked{background-color:#fe7c11;transition:all .5s}.modal__lesson-edit--text{color:#bdbdbd;color:var(--grey-4);text-align:center}.modal__lesson-edit--text:not(:last-of-type){margin-bottom:.9375rem}.modal__lesson-edit--text:last-of-type{margin-bottom:1.875rem}.modal__lesson-edit--btn{height:2.5rem;margin:0 auto;width:min(310px,100%)!important}@media only screen and (max-width:47.9875em){.modal{height:100vh;height:var(--app-height)}.modal__case{max-height:none}.modal__case .simplebar-content-wrapper,.modal__case .simplebar-mask,.modal__case .simplebar-wrapper{overflow:visible!important}.modal__close{right:1.25rem;top:1.25rem}.modal__title{font-size:1.25rem}.modal__btn{max-width:100%}.modal__box{flex-direction:column;gap:.75rem}.modal__box-btn{margin-top:0;width:100%!important}.modal__logo{display:block;height:1.75rem;margin:0 auto 3.125rem;width:4.5rem}.modal__body{align-items:flex-start;flex-direction:column;padding:0}.modal__content{background-color:#0000;border-radius:0;display:flex;flex:1 1 auto;flex-direction:column;max-width:100%}.modal__main{padding:7.5rem .9375rem 6.25rem}.modal__text{margin:0 auto;max-width:23.4375rem;text-align:center}.modal__field+.modal__field{margin-top:1.875rem}.modal__documents{grid-template-columns:1fr 1fr 1fr}.modal__link{bottom:3.625rem;font-size:1rem;font-style:normal;font-weight:500;left:50%;line-height:120%;position:absolute;text-transform:uppercase;transform:translateX(-50%)}.modal__link-svg{display:none}.modal__upload{padding:1.25rem}.modal__upload-svg{height:3.125rem;width:3.125rem}.modal__upload span{display:none}.modal__upload label{font-size:1rem;font-style:normal;font-weight:500;line-height:120%;text-align:center;text-decoration:none;text-transform:uppercase}.modal.modal--open{background-color:#fff;background-color:var(--white)}.modal.upload .modal__main{padding:3.125rem .9375rem}.modal.modal--mobile .modal__content{animation:none;background-color:#fff;background-color:var(--white);border-radius:.625rem .625rem 0 0;display:inline;display:initial;flex:0 1;margin-bottom:0;margin-top:auto;transform:translateY(100%)}.modal.modal--mobile .modal__close,.modal.modal--mobile .modal__logo{display:none}.modal.modal--mobile .modal__title{font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.2}.modal.modal--mobile .modal__main{padding:1.25rem .9375rem 2.5rem}.modal.modal--mobile.modal--open{background-color:#828282cc;background-color:rgba(var(--grey-3--rgb),.8)}.modal.modal--mobile.modal--open .modal__content{transform:translate(0)}.modal--big .modal__content{max-width:100%}}@media only screen and (max-width:35.9875em){.modal__documents{grid-template-columns:1fr 1fr}.personal-cabinet__value{text-align:end}}.modal__button{display:flex;gap:24px;margin:0 auto;max-width:350px}.modal__btn{border:1px solid #ffa349;border:1px solid var(--orange-orange-400,#ffa349);border-radius:5px;width:196px}.modal__from-checkbox{display:inline-block;position:relative}.modal__span-input{-webkit-appearance:none;appearance:none;height:0;opacity:0;position:absolute;width:0}.modal__span-text{color:#1c1c1c;display:inline-block;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:120%}.modal__span-text:before{background-color:#bdbdbd;height:25px;right:0;width:35px}.modal__span-text:after,.modal__span-text:before{border-radius:25px;content:"";position:absolute;top:0}.modal__span-text:after{background-color:#fff;height:15px;right:5px;width:15px}.modal__span-input:checked+.modal__span-text:before{background-color:#ffa349}.content{flex:1 1 auto}.content,.content section:not(:last-child){margin-bottom:5rem}.content--offset{margin-bottom:0}@media only screen and (max-width:74.9875em){.content section:not(:last-child){margin-bottom:3.125rem}}@media only screen and (max-width:61.9875em){.content{margin:0;overflow:hidden auto;padding-bottom:2.5rem}.content section:not(:last-child){margin-bottom:0}}.schedule__inner{grid-gap:2rem 1.875rem;grid-template-columns:1fr 26.25rem}.schedule__body,.schedule__inner{display:grid;gap:2rem 1.875rem;grid-template-rows:auto 1fr;transition:grid-template-columns .2s ease}.schedule__body{grid-gap:2rem 1.875rem;grid-template-columns:1fr auto}.schedule__left{flex:1 1 auto}.schedule__left .schedule__block:not(:last-child){margin-bottom:2rem}.schedule__done,.schedule__tasks{display:none}.schedule__right{display:flex;flex:0 0 20.125rem;flex-direction:column;gap:1.25rem;min-width:0}.schedule__right .schedule__todo{padding-top:3.125rem}.schedule__btn-mob{display:none}.schedule__block-subtitle{font-weight:700;margin:.625rem 0}.schedule__block-subtitle,.schedule__block-text{color:#333;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:120%}.schedule__block-text{font-weight:400;max-width:56.25rem}.schedule__block:first-child{grid-column:1/2;grid-row:1/2}.schedule__block:nth-child(3){display:none}.schedule__block:nth-child(4){grid-row:1/3}.schedule__block-box{align-items:center;background-color:#f2f2f2;display:flex;justify-content:center;margin-top:20px;padding:171px 76px}.schedule__block__box-btn{color:#e0e0e0;font-family:Inter,sans-serif;font-size:26px;font-weight:600;line-height:140%}.schedule__wrapper[style*="display: block"] .schedule__block{display:block}.schedule__title{font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.2;margin-bottom:2rem}.schedule__link--todo{margin-bottom:2.375rem;margin-left:auto;margin-right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.schedule__calendar{border:.0625rem solid #ffefd4;border:.0625rem solid var(--orange-100);border-radius:.625rem;grid-column:2/3;grid-row:1/2;padding:1.25rem}.schedule__calendar .color-calendar.glass{box-shadow:none;overflow:visible;overflow:initial;width:100%}.schedule__calendar .color-calendar.glass .calendar__body,.schedule__calendar .color-calendar.glass .calendar__monthyear{padding:0}.schedule__calendar .color-calendar.glass .calendar__weekdays{margin-bottom:.5rem}.schedule__calendar .color-calendar.glass .calendar__weekdays .calendar__weekday{color:#bdbdbd;color:var(--grey-4);font-size:.875rem;font-style:normal;font-weight:400;height:1.5rem;line-height:normal;opacity:1;place-items:center;width:1.5rem}.schedule__calendar .color-calendar.glass .calendar__day{color:#1c1c1c;color:var(--black);font-size:.875rem;font-style:normal;font-weight:400;height:1.5rem;line-height:1;width:1.5rem}.schedule__calendar .color-calendar.glass .calendar__day:nth-child(13),.schedule__calendar .color-calendar.glass .calendar__day:nth-child(14),.schedule__calendar .color-calendar.glass .calendar__day:nth-child(20),.schedule__calendar .color-calendar.glass .calendar__day:nth-child(21),.schedule__calendar .color-calendar.glass .calendar__day:nth-child(27),.schedule__calendar .color-calendar.glass .calendar__day:nth-child(28),.schedule__calendar .color-calendar.glass .calendar__day:nth-child(34),.schedule__calendar .color-calendar.glass .calendar__day:nth-child(35),.schedule__calendar .color-calendar.glass .calendar__day:nth-child(41),.schedule__calendar .color-calendar.glass .calendar__day:nth-child(42),.schedule__calendar .color-calendar.glass .calendar__day:nth-child(6),.schedule__calendar .color-calendar.glass .calendar__day:nth-child(7){background-color:#ffefd4;background-color:var(--orange-100);border-radius:.1875rem;color:#1c1c1c;color:var(--black)}@media(hover:hover)and (pointer:fine){.schedule__calendar .color-calendar.glass .calendar__day:hover .calendar__day-box{background-color:#ffdba8;background-color:var(--orange-200);opacity:1}}.schedule__calendar .color-calendar.glass .calendar__days,.schedule__calendar .color-calendar.glass .calendar__weekdays{gap:1rem;grid-template-columns:repeat(7,minmax(1.5rem,1fr));grid-template-rows:none;place-items:center}.schedule__calendar .color-calendar.glass .calendar__days .calendar__day-box{background-color:#ffdba8;background-color:var(--orange-200);border-radius:.1875rem;box-shadow:none;height:100%;width:100%}.schedule__calendar .color-calendar.glass .calendar__days .calendar__day-today .calendar__day-text{color:#ffa349;color:var(--orange-400)}.schedule__calendar .color-calendar.glass .calendar__days .calendar__day-today .calendar__day-box{background-color:#0000;border:2px solid #ffdba8;border:2px solid var(--orange-200);border-radius:50px}.schedule__calendar .color-calendar.glass .calendar__day-text{font-size:.875rem;font-weight:400;line-height:1}.schedule__calendar .color-calendar.glass .calendar__header{align-items:center;background-color:#fff;background-color:var(--white);display:flex;gap:.75rem;padding:0 0 1.5rem}.schedule__calendar .color-calendar.glass .calendar__body{border-radius:0}.schedule__calendar .color-calendar.glass .calendar__month,.schedule__calendar .color-calendar.glass .calendar__year{color:#1c1c1c;color:var(--black);font-size:1.25rem;font-weight:500}.schedule__calendar .color-calendar.glass .calendar__arrow-prev{margin-left:auto}.schedule__calendar .color-calendar.glass .calendar__arrow{flex-shrink:0;height:2rem;width:2rem}.schedule__calendar .color-calendar.glass .calendar__arrow-inner{background-color:#ffefd4;box-shadow:0 2px 8px 0 #fe7c1126;height:2rem;width:2rem}.schedule__calendar .color-calendar.glass .calendar__arrow-inner:before{color:#ffc071}.schedule__calendar .color-calendar.glass .calendar__arrow-inner:after{background-color:#f4f4fd;background-color:var(--bg);box-shadow:0 2px 8px 0 #bebebe26;height:2rem;opacity:1;width:2rem}.schedule__block-title{display:flex}.schedule--parent .schedule__inner{display:flex;gap:2rem 1.875rem}.schedule--new .schedule__block.todo{grid-row:2/3}.schedule--new .schedule__wrapper{grid-column:1/2;grid-row:1/3}.schedule--new .schedule__wrapper .schedule__block:not(:last-child){margin-bottom:2rem}.schedule--new .schedule__wrapper .schedule__title{display:block}.lesson-modal__box{display:flex;gap:12px}.lesson-modal__icon svg{fill:#828282;height:16px;width:16px}.header__children{z-index:5}.main.main--active .schedule__inner{grid-template-columns:1fr 20.125rem}@media only screen and (max-width:74.9875em){.schedule__inner{gap:1.875rem .9375rem;grid-template-columns:1fr 20.125rem}.schedule__block-text{padding-bottom:.625rem}}@media only screen and (max-width:61.9875em){.schedule__title{display:none;font-size:1rem;margin-bottom:1.25rem}.schedule .schedule__right .schedule__todo{padding:0}.schedule__link{display:none}.schedule--parent .schedule__inner,.schedule__done,.schedule__inner,.schedule__tasks{display:block}}.lesson__right-text{color:#828282;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:120%}.lesson__block{background-color:#7d98f61a;border-radius:1.5625rem;color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:600;line-height:130%;padding:.25rem;text-align:center;text-transform:uppercase}.tip{width:10.9375rem}.tip__wrapper{background-color:#fff;background-color:var(--white);border:.0625rem solid #c8d9fd;border-radius:.625rem;padding:.875rem;position:relative}.tip__button{height:1rem;position:absolute;right:.9375rem;top:.9375rem;width:1rem}.tip__button-svg{fill:#828282;fill:var(--grey-3);height:1rem;width:1rem}.tip__top{margin-bottom:1.25rem;max-width:7.5625rem}.tip__top img{display:block;height:auto;width:100%}.tip__title{font-size:.875rem;font-weight:500;margin-bottom:.625rem}.tip__description{color:#828282;color:var(--grey-3);font-size:.8125rem}@media only screen and (max-width:61.9875em){.tip{display:none}}.todo{display:flex;flex-direction:column;gap:1.25rem}.todo__list>li:not(:last-child){margin-bottom:.625rem}.todo__edits{align-items:center;display:flex;flex-direction:column;gap:.1875rem;justify-content:center;margin-left:auto;margin-right:5px;width:20px}.todo__edits-span{background:#bdbdbd;border-radius:1.5625rem;height:.1875rem;width:.1875rem}.todo__edits-controls{align-items:center;column-gap:.75rem;display:flex}.todo__block{background-color:#eef4ff;background-color:var(--blue-50);border-radius:.625rem;padding:1.25rem 0 1.25rem 1.25rem}.todo__block--yellow{background-color:#ffefd4;background-color:var(--orange-100);padding-bottom:1.25rem;padding-right:1.25rem}.todo__block--yellow .todo__item{border-color:#ffc071;border-color:var(--orange-300)}@media(hover:hover)and (pointer:fine){.todo__block--yellow .todo__item:hover{border-color:#ffa349;border-color:var(--orange-400)}}.todo__block--yellow .checkbox__date{background-color:#ffa349;background-color:var(--orange-400)}.todo__wrapper{max-height:26.25rem;min-height:0;padding-right:1.25rem}.todo__wrapper .simplebar-track{right:.1875rem}.todo__edit{display:flex;flex-direction:column;gap:.1875rem;margin-bottom:auto;margin-left:auto;margin-top:auto}.todo__edit-span{background-color:#bdbdbd;border-radius:1.5625rem;height:.1875rem;width:.1875rem}.todo__box{background:#fff;border:.0625rem solid #bdbdbd;border-radius:.3125rem;box-shadow:0 .5rem 1.5rem 0 #00000021;display:flex;flex-direction:column;gap:.9375rem;padding:1.25rem}.todo__box-edit{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;gap:.625rem;line-height:120%}.todo__box-edit,.todo__top{align-items:center;display:flex}.todo__top{gap:1.25rem;justify-content:space-between;margin-bottom:1.25rem;padding-right:1.25rem;transition:margin-bottom .3s cubic-bezier(.86,0,.07,1);transition:margin-bottom .3s var(--ease-in-out)}.todo__top.--editing-block{height:2.0625rem}.todo__add-svg{fill:#7d98f6;fill:var(--blue-400);height:1.125rem;transition:.15s ease;width:1.125rem}.todo__title{font-size:1.25rem;font-weight:500;line-height:1.2}.todo__create{background-color:#fff;background-color:var(--white);border-radius:.625rem;box-shadow:0 .25rem 1.5rem 0 #00000021;opacity:0;padding:1.5rem;position:absolute;right:1.25rem;top:5.625rem;transform:translateY(1.875rem);transition:.2s ease;visibility:hidden;width:25rem;z-index:2;z-index:var(--ui-index-2)}.todo__create--active{opacity:1;transform:translate(0);visibility:visible}.todo__tasks{position:relative}.todo__tasks:not(:last-child){border-bottom:.0625rem solid #c8d9fd;border-bottom:.0625rem solid var(--blue-200);margin-bottom:1.25rem;padding-bottom:1.25rem}.todo__tasks--done .todo__bottom{max-height:0;overflow:hidden;transition:.3s cubic-bezier(.86,0,.07,1);transition:.3s var(--ease-in-out);will-change:height}.todo__tasks--done .todo__add-svg{fill:#bdbdbd;fill:var(--grey-4);height:1rem;width:1rem}.todo__tasks--active .todo__bottom{grid-template-rows:1fr;max-height:26.375rem}.todo__tasks--active .todo__add-svg{transform:scaleY(-1)}@media only screen and (max-width:74.9875em){.todo__block{padding:.9375rem 0 .9375rem .9375rem}.todo__top{margin-bottom:1rem}.todo__wrapper{padding-right:.9375rem}.todo__title{font-size:1.125rem}}@media only screen and (max-width:61.9875em){.todo__tasks--done .todo__add{display:none}.todo__tasks--done .todo__list{padding:0}.todo__tasks--done .todo__bottom,.todo__wrapper{max-height:none}.todo__wrapper .simplebar-track{right:-.75rem}.todo__wrapper .simplebar-content-wrapper,.todo__wrapper .simplebar-mask,.todo__wrapper .simplebar-wrapper{overflow:visible!important}}.create__main,.create__top{border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);margin-bottom:1.5rem;padding-bottom:1.5rem}.create__main .color-calendar.glass{box-shadow:none;overflow:visible;overflow:initial;width:100%}.create__main .color-calendar.glass .calendar__body,.create__main .color-calendar.glass .calendar__monthyear{padding:0}.create__main .color-calendar.glass .calendar__weekdays{margin-bottom:.5rem}.create__main .color-calendar.glass .calendar__weekdays .calendar__weekday{color:#bdbdbd;color:var(--grey-4);font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:normal;opacity:1}.create__main .color-calendar.glass .calendar__day{font-size:1.125rem;font-style:normal;font-weight:400;line-height:1}.create__main .color-calendar.glass .calendar__day:nth-child(13),.create__main .color-calendar.glass .calendar__day:nth-child(14),.create__main .color-calendar.glass .calendar__day:nth-child(20),.create__main .color-calendar.glass .calendar__day:nth-child(21),.create__main .color-calendar.glass .calendar__day:nth-child(27),.create__main .color-calendar.glass .calendar__day:nth-child(28),.create__main .color-calendar.glass .calendar__day:nth-child(34),.create__main .color-calendar.glass .calendar__day:nth-child(35),.create__main .color-calendar.glass .calendar__day:nth-child(41),.create__main .color-calendar.glass .calendar__day:nth-child(42),.create__main .color-calendar.glass .calendar__day:nth-child(6),.create__main .color-calendar.glass .calendar__day:nth-child(7){background-color:#eef4ff;background-color:var(--blue-50);border-radius:.3125rem;color:#828282;color:var(--grey-3);opacity:1;pointer-events:none}.create__main .color-calendar.glass .calendar__days,.create__main .color-calendar.glass .calendar__weekdays{gap:1.5625rem .75rem;grid-template-columns:repeat(7,1fr)}.create__main .color-calendar.glass .calendar__days .calendar__day-box{background-color:#7d98f6;background-color:var(--blue-400);border:.125rem solid #0000;border-radius:50%;box-shadow:none;height:100%;width:100%}.create__main .color-calendar.glass .calendar__days .calendar__day-today .calendar__day-text{color:#7d98f6;color:var(--blue-400)}.create__main .color-calendar.glass .calendar__days .calendar__day-today .calendar__day-box{background-color:#0000;border-color:#c8d9fd;border-color:var(--blue-200)}.create__main .color-calendar.glass .calendar__day-text{font-size:1.125rem;font-weight:400;line-height:1}.create__main .color-calendar.glass .calendar__header{align-items:center;background-color:#fff;background-color:var(--white);display:flex;gap:.75rem;padding:0 0 1.5rem}.create__main .color-calendar.glass .calendar__body{border-radius:0}.create__main .color-calendar.glass .calendar__month,.create__main .color-calendar.glass .calendar__year{color:#1c1c1c;color:var(--black);font-size:1.25rem;font-weight:500}.create__main .color-calendar.glass .calendar__arrow-prev{margin-left:auto}.create__main .color-calendar.glass .calendar__arrow{flex-shrink:0;height:2rem;width:2rem}.create__main .color-calendar.glass .calendar__arrow-inner{height:2rem;width:2rem}.create__main .color-calendar.glass .calendar__arrow-inner:before{color:#4f4f4f;color:var(--grey-2)}.create__main .color-calendar.glass .calendar__arrow-inner:after{background-color:#f4f4fd;background-color:var(--bg);box-shadow:0 2px 8px 0 #bebebe26;height:2rem;opacity:1;width:2rem}.create__add-time{color:#bdbdbd;color:var(--grey-4);font-size:1rem;font-weight:500;margin-bottom:1.5rem}.create__head{font-size:1.25rem;font-weight:500}.create__time{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.create__select{width:6.25rem}.create__select .select__value{align-items:center;display:flex;font-size:1.125rem;gap:.625rem;line-height:1px}.create__select .select__value span{color:#1c1c1c;color:var(--black);line-height:1}.create__select .select__counter{border-radius:.3125rem;max-height:8.8125rem;padding:.5rem .375rem}.create__select .select__top{justify-content:center}.create__buttons{align-items:center;display:flex;gap:1.5rem}.create__button{flex:1 1}.create__types{align-items:center;display:flex}.create__type{color:#828282;color:var(--grey-3);flex:1 1;font-size:.875rem;font-weight:500;text-align:center}.create__type--active{color:#7d98f6;color:var(--blue-400)}.create__type--active .create__icon-svg{fill:#7d98f6;fill:var(--blue-400)}.create__icon{height:1.5rem;margin:0 auto .5rem;position:relative;width:1.5rem}.create__icon-svg{fill:#bdbdbd;fill:var(--grey-4);height:100%;width:100%}.create__icon-num{color:#bdbdbd;color:var(--grey-4);font-size:.625rem;left:50%;line-height:1;position:absolute;top:55%;transform:translate(-50%,-50%)}.statistics__inner{display:flex;gap:1.875rem}.statistics__mobile-tabs.content-tabs{display:none}.statistics--big{margin-bottom:2.5rem}.statistics--big .statistics-block__list{display:flex;justify-content:space-between}.statistics--big .statistics-block__item:nth-child(n+3){display:flex}.statistics__curse{margin-bottom:416px}.statistics__curse-title{color:#1c1c1c;color:var(--Black,#1c1c1c);font-family:Roboto,sans-serif;font-size:24px;font-weight:600;line-height:120%}@media only screen and (max-width:74.9875em){.statistics__inner{gap:.9375rem}.statistics--big .statistics-block__list{display:flex;flex-wrap:wrap}.statistics--big .statistics-block__item{flex:1 1 40%}}@media only screen and (max-width:61.9875em){.statistics__inner,.statistics__mobile-tabs.content-tabs{display:block}.statistics--big .statistics-block__list{flex-direction:column}.graph__bottom-adap{display:block}}.recommended__top{align-items:center;display:flex;gap:1.25rem;justify-content:space-between;margin-bottom:2rem}.recommended__title{font-size:1.5rem;font-weight:600}.recommended__list{grid-gap:1.875rem;display:grid;gap:1.875rem;grid-template-columns:1fr 1fr 1fr}@media only screen and (max-width:61.9875em){.recommended{display:none}}.banner{align-items:center;background-color:#f2f2f2;background-color:var(--grey-6);border-radius:.625rem;display:flex;justify-content:center;min-height:11.6875rem;overflow:hidden}.banner:not(:last-child){margin-bottom:1.25rem}.banner__title{color:#fff;color:var(--white);font-family:Roboto,sans-serif;font-size:40px;font-style:normal;font-weight:500;line-height:normal}.banner__image-wrapper{position:relative}.banner__image-wrapper--vertical{aspect-ratio:194/350;min-width:200px;width:100%}.banner__image-wrapper>img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}@media only screen and (max-width:61.9875em){.banner{display:none}}.content-tabs{display:none;margin-bottom:1.25rem}.content-tabs__wrapper{overflow:auto hidden;scrollbar-width:none}.content-tabs__wrapper::-webkit-scrollbar{display:none}.content-tabs__list{align-items:center;display:flex;padding:0 .9375rem;position:relative;width:100%}.content-tabs__item{background-color:#f2f2f2;background-color:var(--grey-6);padding:.75rem .5rem;position:relative}.content-tabs__item:first-child{border-bottom-left-radius:.625rem;border-top-left-radius:.625rem;padding-left:.9375rem}.content-tabs__item:last-child{border-bottom-right-radius:.625rem;border-top-right-radius:.625rem;padding-right:.9375rem}.content-tabs__item:last-child:after{content:"";display:block;height:1px;position:absolute;right:-.9375rem;width:.9375rem}.content-tabs__btn{border-bottom:.0625rem solid #0000;color:#828282;color:var(--grey-3);font-size:1rem;font-weight:500;line-height:120%;white-space:nowrap}.content-tabs__btn--active{border-color:#7d98f6;border-color:var(--blue-400);color:#7d98f6;color:var(--blue-400)}.content-tabs__print,.content-tabs__print-svg{height:1.25rem;width:1.25rem}.content-tabs__print-svg{fill:none;stroke:#bdbdbd;stroke:var(--grey-4);stroke-width:.078125rem}.content-tabs--big,.content-tabs--static{align-items:center;display:flex;justify-content:space-between;position:relative}.content-tabs--big:after,.content-tabs--static:after{background-color:#e0e0e0;background-color:var(--grey-5);bottom:0;content:"";display:block;height:.125rem;left:0;position:absolute;width:100%;z-index:-1}.content-tabs--big .content-tabs__list,.content-tabs--static .content-tabs__list{flex-wrap:wrap;padding:0}.content-tabs--big .content-tabs__wrapper,.content-tabs--static .content-tabs__wrapper{overflow:visible;overflow:initial}.content-tabs--big .content-tabs__item,.content-tabs--static .content-tabs__item{background-color:#0000;padding:0}.content-tabs--big .content-tabs__btn,.content-tabs--static .content-tabs__btn{border-width:.125rem;padding:.75rem 1rem}.content-tabs--small{display:flex;margin:0}.content-tabs--small .content-tabs__list{gap:.5625rem}.content-tabs--small .content-tabs__btn{color:#bdbdbd;color:var(--grey-4)}.content-tabs--small .content-tabs__btn--active{color:#7d98f6;color:var(--blue-400)}.content-tabs--small .content-tabs__item,.content-tabs--small .content-tabs__list{background-color:#0000;margin:0;padding:0}@media only screen and (max-width:74.9875em){.content-tabs--big .content-tabs__btn{padding:.75rem .625rem}}@media only screen and (max-width:61.9875em){.content-tabs{display:block}.content-tabs__print{display:none}.content-tabs--static .content-tabs__btn{font-size:.875rem;font-weight:500}.content-tabs--big{margin-left:-.9375rem;margin-right:-.9375rem}.content-tabs--big:after{display:none}.content-tabs--big .content-tabs__wrapper{overflow:auto hidden;padding:0 .9375rem}.content-tabs--big .content-tabs__item{background-color:#f2f2f2;background-color:var(--grey-6);padding:.75rem .5rem;position:relative}.content-tabs--big .content-tabs__item:first-child{border-bottom-left-radius:.625rem;border-top-left-radius:.625rem;padding-left:.9375rem}.content-tabs--big .content-tabs__item:last-child{border-bottom-right-radius:.625rem;border-top-right-radius:.625rem;padding-right:.9375rem}.content-tabs--big .content-tabs__item:last-child:after{content:"";display:block;height:1px;position:absolute;right:-.9375rem;width:.9375rem}.content-tabs--big .content-tabs__list{flex-wrap:nowrap}.content-tabs--big .content-tabs__btn{border-bottom:.0625rem solid #0000;color:#828282;color:var(--grey-3);font-size:1rem;font-weight:500;line-height:120%;padding:0;white-space:nowrap}.content-tabs--big .content-tabs__btn--active{border-color:#7d98f6;border-color:var(--blue-400);color:#7d98f6;color:var(--blue-400)}}.lesson-section__inner{grid-gap:2.5rem 1.875rem;display:grid;gap:2.5rem 1.875rem;grid-template-columns:1fr 12.1875rem;grid-template-rows:auto 1fr;padding-top:2.5rem}.lesson-section__right{align-items:flex-start;display:flex;flex-direction:column;gap:3.125rem;grid-column:2/3;grid-row:1/3;justify-content:space-between}@media screen and (min-width:992px){.lesson-section__right{background-color:initial!important;max-height:none!important}}.lesson-section__expectation-img{border:.0625rem solid #c8d9fd;border-radius:50%;height:3.125rem;object-fit:cover;width:3.125rem}.lesson-section__notification-list{position:absolute;right:0;top:3.125rem}.lesson-section__editor-title{background-color:#ffdba8;padding:1.25rem}.lesson-section__room{align-items:center;background-color:#0000;border-radius:.625rem;cursor:pointer;display:flex;gap:.5rem;padding:.5rem .9375rem;position:relative;width:30.75rem}.lesson-section__room svg{fill:#bdbdbd;cursor:pointer;height:1.5rem;width:1.5rem}.lesson-section__room-input{clip:auto;all:initial;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:initial;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:initial;caption-side:top;clear:none;color:#000;color:#1c1c1c;column-fill:balance;column-gap:normal;column-rule:medium none currentColor;column-span:1;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;cursor:pointer;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-family:Roboto,sans-serif;font-size:medium;font-size:.875rem;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;line-height:120%;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;tab-size:8;table-layout:auto;text-align:left;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:initial;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:initial;visibility:visible;white-space:normal;widows:2;width:auto;width:29.75rem;word-spacing:normal;z-index:auto}.lesson-section__room-btn{opacity:0;overflow:hidden}.lesson-section__room:hover{background-color:#eef4ff;transition:all .5s}.lesson-section__room:hover .lesson-section__room-btn{opacity:1;overflow:visible;transition:all .5s}.lesson-section__accept,.lesson-section__class--link{align-items:center;display:flex}.lesson-section__accept{background-color:#eef4ff;border-radius:.3125rem;gap:1rem;padding:.5rem 1rem;width:26.25rem}.lesson-section__accept svg{fill:#bdbdbd;height:1.5rem;width:1.5rem}.lesson-section__accept-btn{background-color:#ffa349;border-radius:0 .3125rem .3125rem 0;padding:.75rem 1rem}.lesson-section__accept-btn svg{fill:#fff;height:1rem;width:1rem}.lesson-section__message{background:#fff;border:1px solid #7d98f6;border-radius:1.5rem;box-shadow:0 .5rem 1.5rem 0 #00000021;padding:1.25rem;position:absolute;right:.75rem;top:3.125rem;width:34.375rem;z-index:2}.lesson-section__message__top-text{color:#828282;font-family:Roboto,sans-serif;font-size:.8125rem;font-weight:500;line-height:120%}.lesson-section__message-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.lesson-section__message-top svg{fill:#828282;height:1.5rem;width:1.5rem}.lesson-section__message__center{background:#f4f4fd;border-radius:.3125rem;margin-bottom:.75rem;padding:.5rem .75rem}.lesson-section__message-lesson{align-items:center;display:flex;justify-content:space-between;margin-bottom:.875rem}.lesson-section__message-lesson p{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase}.lesson-section__message-info{align-items:center;display:flex;gap:.875rem}.lesson-section__message-info p{color:#828282;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:120%;max-width:16.1875rem;overflow:hidden;text-overflow:ellipsis}.lesson-section__message-person{align-items:center;display:flex;gap:.3125rem}.lesson-section__message-person img{width:1.25rem}.lesson-section__message-person p{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:120%}.lesson-section__message__info-svg{fill:#828282;height:1.5rem;width:1.5rem}.lesson-section__notice{background-color:#fff;border:.0625rem solid #f2994a;border-radius:.625rem;box-shadow:0 .5rem 1.5rem 0 #00000021;padding:1.25rem;position:absolute;right:.75rem;top:15.625rem;width:34.375rem;z-index:2}.lesson-section__notice-info{align-items:center;display:flex;gap:.75rem}.lesson-section__notice-info img{max-width:3.75rem}.lesson-section__notice-info p{max-width:27.375rem}.lesson-section__reminder{align-items:center;background:#fff;border:.0625rem solid #fe7c11;border-radius:.625rem;box-shadow:0 1.5rem 1.5rem 0 #00000021;display:flex;justify-content:space-between;opacity:.7;padding:1.25rem;position:absolute;right:.875rem;top:29.375rem;width:34.375rem;z-index:2}.lesson-section__reminder-text{align-items:center;display:flex;gap:.5rem}.lesson-section__reminder-text svg{fill:#828282;height:1.25rem;width:1.25rem}.lesson-section__reminder-text p{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:120%;text-align:center}.lesson-section__reminder-text span{background-color:#ffa349;border-radius:.125rem;color:#fff;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;padding:.3125rem;text-transform:uppercase}.lesson-section__wrapper{min-height:0}.lesson-section__container{display:flex;flex-direction:column;gap:1.25rem}.lesson-section__content-tabs{gap:1.25rem;margin-bottom:3.75rem}.lesson-section__subtitle{align-items:center;color:#bdbdbd;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;gap:8px;margin-bottom:32px;text-transform:uppercase}.lesson-section__nav-grade{border:.0625rem solid #e0ebff;border-radius:.3125rem;color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:120%;padding:.25rem .5rem}.lesson-section__info{border-bottom:.0625rem solid #bdbdbd;border-bottom:.0625rem solid var(--grey-4);margin-bottom:3.75rem;padding-bottom:3.75rem}.lesson-section__document-block{display:block;width:100%}.lesson-section__document-block .document-block__list{gap:1.875rem;grid-template-columns:repeat(auto-fill,minmax(12.8125rem,1fr));grid-template-rows:none}.lesson-section__btn{margin-bottom:.75rem;margin-top:.75rem}.lesson-section__section:not(:last-child){border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);margin-bottom:3.75rem;padding:0 0 3.75rem}.lesson-section__links{display:flex;flex-direction:column;gap:1.25rem;max-width:54.375rem}.lesson-section__unit{align-items:flex-start;display:flex;gap:.75rem}.lesson-section__link{align-items:center;color:#7d98f6;color:var(--blue-400);display:flex;font-size:1rem;font-weight:500;gap:.5rem;line-height:1.2;max-width:19.375rem;width:100%}.lesson-section__link span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lesson-section__link svg{fill:#828282;fill:var(--grey-3);flex-shrink:0;height:1.25rem;width:1.25rem}.lesson-section__title{font-size:1.5rem;font-weight:600;line-height:1.2;margin-bottom:2rem}.lesson-section__files{margin-top:2rem}.lesson-section__pagination{margin-top:3.75rem}.lesson-section__reference{margin-bottom:3.75rem}.lesson-section__back{align-items:center;border:.0625rem solid #c8d9fd;border:.0625rem solid var(--blue-200);border-radius:50%;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;margin-bottom:0;margin-top:auto;transition:.15s ease;width:2.5rem}.lesson-section__back-svg{fill:#7d98f6;fill:var(--blue-400);flex-shrink:0;height:1.5625rem;width:1.5625rem}@media(hover:hover)and (pointer:fine){.lesson-section__back:hover{background-color:#c8d9fd;background-color:var(--blue-200)}.lesson-section__back:hover .lesson-section__back-svg{fill:#657aef;fill:var(--blue-500)}}.lesson-section__case{align-items:flex-start;display:flex;flex-direction:column}.lesson-section__case:not(:last-child){margin-bottom:1.25rem}.lesson-section__case--fw{align-items:normal}.lesson-section__description{margin-right:auto}.lesson-section__edit{color:#bdbdbd;color:var(--grey-4);font-size:.875rem;font-style:normal;font-weight:400;gap:.625rem;margin-top:1.25rem}.lesson-section__change,.lesson-section__edit{align-items:center;display:flex;line-height:1.2}.lesson-section__change{border:1px solid #ffa349;border-radius:5px;color:#333;color:var(--grey-1);font-size:1rem;font-weight:500;gap:.5rem;padding:8px 16px}.lesson-section__change-svg{fill:none;stroke:#333;stroke:var(--grey-1);stroke-linecap:round;stroke-linejoin:round;stroke-width:.078125rem;height:1.25rem;width:1.25rem}.lesson-section__change-timer{font-weight:400}.lesson-section__deadline{align-items:center;color:#828282;color:var(--grey-3);display:flex;font-size:.875rem;font-style:normal;font-weight:400;gap:.3125rem;line-height:1.3;margin-bottom:1.0625rem}.lesson-section__lesson{align-items:center;border:1px solid #ffa349;border-radius:5px;color:#1c1c1c;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:8px 16px;text-transform:uppercase}.lesson-section__materials-title{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:130%;margin-bottom:1.25rem}.lesson-section__materials-list{margin-bottom:3.75rem}.lesson-section__materials{border-bottom:.0625rem solid #e0e0e0;margin-bottom:60px}.lesson-section__border{border-bottom:.0625rem solid #e0e0e0;margin-bottom:3.75rem;padding-bottom:3.75rem}.lesson-section__marks-btn{text-edge:cap;align-items:center;border:.0625rem solid #ffa349;border-radius:.3125rem;color:#1c1c1c;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.5rem 1rem;text-transform:uppercase;width:12.1875rem}.lesson-section__marks-svg{fill:#828282;height:1rem;width:1rem}.lesson-section__info-text{align-items:center;display:grid;grid-template-columns:repeat(3,1fr) minmax(0,1fr);margin-bottom:1rem}.lesson-section__content__nav-list-item{align-items:center;border:.0625rem solid #c8d9fd;border-radius:.3125rem;display:flex;justify-content:space-between;padding:1rem 3.875rem 1rem 1rem}.lesson-section__class-room-svg{fill:#828282;height:1.125rem;opacity:0;position:absolute;right:.625rem;width:1.1875rem}.lesson-section__menu-big{align-items:center;color:#828282;color:var(--Gray-3,#828282);display:grid;font-family:Roboto,sans-serif;font-size:.8125rem;font-weight:400;grid-template-columns:8fr 6fr 8fr;line-height:120%;margin-bottom:1rem}.lesson-section__content-nav{display:grid;grid-template-columns:14fr 4% 8%;margin-bottom:1rem}.lesson-section__info-item{border:.0625rem solid #c8d9fd;border-radius:.3125rem;padding:1rem}.lesson-section__info-item,.lesson-section__info-top{display:flex;justify-content:space-between;margin-bottom:1rem}.lesson-section__item-person-item{align-items:center;border:.0625rem solid #c8d9fd;border-radius:.625rem;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:1rem}.lesson-section__menu{align-items:center;color:#828282;display:grid;font-family:Roboto,sans-serif;font-size:.8125rem;font-weight:400;grid-template-columns:9fr 8fr 2%;line-height:120%;margin-bottom:1rem}.lesson-section__item-person-img{width:3.125rem}.lesson-section__item-person-box{align-items:center;display:flex;gap:.75rem}.lesson-section__item-person-name{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:120%}.lesson-section__item__person__text{color:#828282;display:none;font-family:Roboto,sans-serif;font-size:.8125rem;font-weight:400;line-height:120%}.lesson-section__item__person-inp{border:.0625rem solid #e0ebff;border-radius:.3125rem;text-align:center;width:1.5rem}.lesson-section__class-link-svg{fill:#bdbdbd;height:1.5rem;left:1rem;position:absolute;width:1.5rem;z-index:1}.lesson-section__class-btn{background:#ffa349;border-radius:0 .3125rem .3125rem 0;padding:.75rem 1rem}.lesson-section__class-mark-svg{fill:#fff;height:1rem;width:1rem}.lesson-section__card-card{background:#fff8ed;border:.0625rem solid #ffdba8!important}.lesson-section__attention-svg{fill:#eb5757;height:1.25rem;width:1.25rem}.lesson-section__attention{align-items:center;color:#eb5757;display:flex;gap:.3125rem}.lesson-section__container__box-list{background-color:#fff8ed;border-radius:.3125rem;display:flex;flex-direction:column;gap:.75rem;padding:.75rem}.lesson-section__container__list-item{color:#828282;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:120%}.lesson-section__btn-svg{fill:#fff;height:1rem;width:1rem}.lesson-section__test{margin-top:60px}.lesson-section__print{align-items:center;color:#bdbdbd;color:var(--grey-4);display:flex;font-size:14px;font-weight:500;gap:.5rem;margin-bottom:2rem;text-transform:uppercase}.lesson-section__print-svg{fill:none;stroke:#bdbdbd;stroke:var(--grey-4);stroke-width:.078125rem;height:1.25rem;width:1.25rem}.lesson-section__work{margin-bottom:1.25rem}.lesson-section__lable{align-items:center;display:flex;gap:.75rem}.lesson-section__lable-text{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:130%}.lesson-section__notification .lesson-section__teacher-btn{margin-bottom:2rem}.lesson-section__notification .lesson-section__notification__bottom-img{max-width:3.75rem}.lesson-section__notification .lesson-section__notification-bottom{align-items:center;display:flex;gap:.75rem;margin-top:.75rem}.lesson-section__notification .lesson-section__notification__center-title{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase}.lesson-section__notification .lesson-section__notification-center{background:#f4f4fd;border-radius:.3125rem;padding:.5rem .75rem}.lesson-section__notification .lesson-section__notification-title{color:#828282;font-family:Roboto,sans-serif;font-size:.8125rem;font-weight:500;line-height:120%}.lesson-section__text,.lesson-section__work{color:#1c1c1c;color:var(--black)}.lesson-section__text h2,.lesson-section__work h2{font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.2;margin-bottom:2rem}.lesson-section__text h2+.definition,.lesson-section__text h2+.iframe-wrapper,.lesson-section__text h2+h3,.lesson-section__text h2+iframe,.lesson-section__text h2+img,.lesson-section__text h2+ol,.lesson-section__text h2+p,.lesson-section__text h2+ul,.lesson-section__text h2+video,.lesson-section__work h2+.definition,.lesson-section__work h2+.iframe-wrapper,.lesson-section__work h2+h3,.lesson-section__work h2+iframe,.lesson-section__work h2+img,.lesson-section__work h2+ol,.lesson-section__work h2+p,.lesson-section__work h2+ul,.lesson-section__work h2+video{margin-top:2rem}.lesson-section__text h3,.lesson-section__work h3{font-size:1rem;font-style:normal;font-weight:700;line-height:1.3}.lesson-section__text h3+.definition,.lesson-section__text h3+.iframe-wrapper,.lesson-section__text h3+h3,.lesson-section__text h3+iframe,.lesson-section__text h3+img,.lesson-section__text h3+ol,.lesson-section__text h3+p,.lesson-section__text h3+ul,.lesson-section__text h3+video,.lesson-section__work h3+.definition,.lesson-section__work h3+.iframe-wrapper,.lesson-section__work h3+h3,.lesson-section__work h3+iframe,.lesson-section__work h3+img,.lesson-section__work h3+ol,.lesson-section__work h3+p,.lesson-section__work h3+ul,.lesson-section__work h3+video{margin-top:1.25rem}.lesson-section__text .iframe-wrapper+.definition,.lesson-section__text .iframe-wrapper+.iframe-wrapper,.lesson-section__text .iframe-wrapper+.text-wrapp,.lesson-section__text .iframe-wrapper+h3,.lesson-section__text .iframe-wrapper+iframe,.lesson-section__text .iframe-wrapper+img,.lesson-section__text .iframe-wrapper+ol,.lesson-section__text .iframe-wrapper+p,.lesson-section__text .iframe-wrapper+ul,.lesson-section__text .iframe-wrapper+video,.lesson-section__text video+.definition,.lesson-section__text video+.iframe-wrapper,.lesson-section__text video+.text-wrapp,.lesson-section__text video+h3,.lesson-section__text video+iframe,.lesson-section__text video+img,.lesson-section__text video+ol,.lesson-section__text video+p,.lesson-section__text video+ul,.lesson-section__text video+video,.lesson-section__work .iframe-wrapper+.definition,.lesson-section__work .iframe-wrapper+.iframe-wrapper,.lesson-section__work .iframe-wrapper+.text-wrapp,.lesson-section__work .iframe-wrapper+h3,.lesson-section__work .iframe-wrapper+iframe,.lesson-section__work .iframe-wrapper+img,.lesson-section__work .iframe-wrapper+ol,.lesson-section__work .iframe-wrapper+p,.lesson-section__work .iframe-wrapper+ul,.lesson-section__work .iframe-wrapper+video,.lesson-section__work video+.definition,.lesson-section__work video+.iframe-wrapper,.lesson-section__work video+.text-wrapp,.lesson-section__work video+h3,.lesson-section__work video+iframe,.lesson-section__work video+img,.lesson-section__work video+ol,.lesson-section__work video+p,.lesson-section__work video+ul,.lesson-section__work video+video{margin-top:2rem}.lesson-section__text p,.lesson-section__work p{font-size:1rem;font-style:normal;font-weight:400;line-height:1.3}.lesson-section__text p+h3,.lesson-section__work p+h3{margin-top:2rem}.lesson-section__text p+h2,.lesson-section__work p+h2{margin-top:3.75rem}.lesson-section__text p+.definition,.lesson-section__text p+img,.lesson-section__text p+ol,.lesson-section__text p+p,.lesson-section__text p+ul,.lesson-section__work p+.definition,.lesson-section__work p+img,.lesson-section__work p+ol,.lesson-section__work p+p,.lesson-section__work p+ul{margin-top:1.25rem}.lesson-section__text img,.lesson-section__work img{height:auto;max-width:100%}.lesson-section__text img+.definition,.lesson-section__text img+.iframe-wrapper,.lesson-section__text img+h3,.lesson-section__text img+iframe,.lesson-section__text img+img,.lesson-section__text img+ol,.lesson-section__text img+p,.lesson-section__text img+ul,.lesson-section__text img+video,.lesson-section__work img+.definition,.lesson-section__work img+.iframe-wrapper,.lesson-section__work img+h3,.lesson-section__work img+iframe,.lesson-section__work img+img,.lesson-section__work img+ol,.lesson-section__work img+p,.lesson-section__work img+ul,.lesson-section__work img+video{margin-top:2rem}.lesson-section__text .text-wrapp,.lesson-section__work .text-wrapp{max-width:54.375rem}.lesson-section__text .definition,.lesson-section__work .definition{background-color:#ffdba8;background-color:var(--orange-200);font-family:Inter,sans-serif;font-size:1.125rem;font-style:normal;line-height:normal;padding:1.25rem}.lesson-section__text .definition+.definition,.lesson-section__text .definition+.iframe-wrapper,.lesson-section__text .definition+h3,.lesson-section__text .definition+iframe,.lesson-section__text .definition+img,.lesson-section__text .definition+ol,.lesson-section__text .definition+p,.lesson-section__text .definition+ul,.lesson-section__text .definition+video,.lesson-section__work .definition+.definition,.lesson-section__work .definition+.iframe-wrapper,.lesson-section__work .definition+h3,.lesson-section__work .definition+iframe,.lesson-section__work .definition+img,.lesson-section__work .definition+ol,.lesson-section__work .definition+p,.lesson-section__work .definition+ul,.lesson-section__work .definition+video{margin-top:1.25rem}.lesson-section__text .definition strong,.lesson-section__work .definition strong{font-weight:600}.lesson-section__text ol,.lesson-section__work ol{list-style:decimal;list-style-position:inside}.lesson-section__text ol li,.lesson-section__work ol li{font-size:1rem;font-style:normal;font-weight:400;line-height:1.3}.lesson-section__text ol li:not(:last-child),.lesson-section__work ol li:not(:last-child){margin-bottom:.625rem}.lesson-section__text ul,.lesson-section__work ul{list-style:inherit}.lesson-section__reply-flex{align-items:center;display:flex;gap:2rem;margin-bottom:1.4375rem}.lesson-section__reply-date{font-size:1.125rem;font-weight:500;line-height:120%}.lesson-section__reply-title{color:#bdbdbd;color:var(--grey-4);font-size:1rem;font-weight:500;line-height:120%}.lesson-section__reply-mark{align-items:center;border:1px solid #e0ebff;border:1px solid var(--blue-100);border-radius:.3125rem;display:flex;font-size:.875rem;font-weight:500;justify-content:center;padding:.25rem .5rem}.lesson-section__reply-mark-wrapper{align-items:center;display:flex;gap:.75rem;justify-content:center}.lesson-section__reply-text{border:1px solid #e0e0e0;border:1px solid var(--grey-5);border-radius:.3125rem;font-size:16px;font-weight:400;line-height:130%;margin-top:.75rem;padding:.75rem}.data--grey{border-radius:2px}@media only screen and (max-width:74.9875em){.content-tabs__edit__btn{position:absolute;right:1.5625rem;top:5rem}}@media only screen and (max-width:61.9875em){.lesson-section__edit{width:100%}.lesson-section__print{display:none}.lesson-section__change{align-items:center;border:.0625rem solid #ffa349;border:.0625rem solid var(--orange-400);border-radius:.3125rem;color:#828282;color:var(--grey-3);font-size:.875rem;gap:.5rem;justify-content:center;min-height:2.5rem;padding:.5rem 1rem;text-transform:uppercase;width:100%}.lesson-section__change-svg{stroke:#828282;stroke:var(--grey-3);height:1rem;width:1rem}.lesson-section__container{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr;padding:.75rem 1rem 1rem;width:100%}.lesson-section__link{margin-bottom:.75rem;max-width:100%;min-width:0;width:auto}.lesson-section__link span{width:100%}.lesson-section__unit{display:block}.lesson-section__title{font-size:1.25rem;font-weight:500;margin-bottom:1.25rem}.lesson-section__section:not(:last-child){margin-bottom:2.5rem;padding-bottom:2.5rem}.lesson-section__content-tabs{margin-bottom:1.75rem}.lesson-section__pagination{margin-top:2.5rem}.lesson-section__info{margin-bottom:2.5rem;padding-bottom:2.5rem}.lesson-section__back{display:none}.lesson-section__inner{display:flex;flex-direction:column;gap:0;padding-top:1.25rem}.lesson-section__inner--active .lesson-section__theme{border-bottom-left-radius:0;border-bottom-right-radius:0;transition:border-bottom-right-radius .3s ease,border-bottom-left-radius .3s ease}.lesson-section__inner--active .theme-card__more-svg{transform:scaleY(-1)}.lesson-section__inner--active .lesson-section__theme:after{opacity:1}.lesson-section__container{display:flex}.lesson-section__teacher{order:2}.lesson-section__button{display:none}.lesson-section__theme{position:relative;z-index:1;z-index:var(--ui-index-1)}.lesson-section__theme:after{background-color:#bdbdbd;background-color:var(--grey-4);bottom:.3125rem;content:"";height:.0625rem;left:.9375rem;opacity:0;position:absolute;right:.9375rem;transition:.3s cubic-bezier(.86,0,.07,1);transition:.3s var(--ease-in-out)}.lesson-section__theme.theme-card--purple+.lesson-section__right{background-color:#e8e0ff}.lesson-section__theme.theme-card--blue+.lesson-section__right{background-color:#e0ebff}.lesson-section__theme.theme-card--red+.lesson-section__right{background-color:#ffe0e0}.lesson-section__theme.theme-card--green+.lesson-section__right{background-color:#e0fff0}.lesson-section__theme.theme-card--orange+.lesson-section__right{background-color:#ffefe0}.lesson-section__right{border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem;grid-column:unset;grid-row:unset;margin-bottom:1.25rem;max-height:0;overflow:hidden;transform:translateY(-.5rem);transition:max-height .3s cubic-bezier(.86,0,.07,1);transition:max-height .3s var(--ease-in-out)}.lesson-section__todo{grid-row:1/2}.lesson-section__marks{grid-row:2/3}.lesson-test__adap{margin-bottom:30px}.lesson-section__notification{max-width:20.9375rem}}@media only screen and (max-width:47.9875em){.lesson-section__next.btn.btn--trans{width:100%}.lesson-section__document-block .document-block__list{gap:1.25rem;grid-template-columns:1fr 1fr}.lesson__section__nav-link{text-align:center}.lesson-section__top{display:flex;flex-direction:column;margin-bottom:1.25rem}.lesson-section__menu li{display:none}.lesson-section__item-person-box{margin-bottom:.75rem}.lesson-section__item-person-item{align-items:flex-start;display:flex;flex-direction:column}.lesson-section__item-person-button{width:100%}.lesson-section__item__person-input{align-items:center;color:#1c1c1c;display:flex;gap:1.5rem;margin-bottom:.75rem}.lesson-section__item__person__text{display:block}.lesson-section__menu-big{display:none}.lesson-section__content__nav-list-item{align-items:stretch;display:flex;flex-direction:column}.lesson__section-nav-content{margin-top:.75rem}.lesson-section__content-nav{display:none}.lesson-section__message,.lesson-section__notice,.lesson-section__reminder{width:21.5625rem}.lesson-section__reminder{display:block;margin-top:.5rem}.lesson-section__reminder-text{text-align:center}.lesson-section__reminder p{font-size:.75rem}}@media only screen and (max-width:35.9875em){.lesson-section__text__box-tab{display:flex;flex-direction:column}.lesson-section__text__box-tab h2{margin-bottom:.625rem}.lesson-section__class-room-input{width:26.25rem}.lesson-section__class-room{width:22.9375rem}.lesson-section__info-item{display:flex;flex-direction:column}.lesson__section--message{width:100%}.lesson-section__message,.lesson-section__notice,.lesson-section__reminder{width:18.75rem}.lesson-section__reminder-text{margin-bottom:.6875rem}.lesson-section__reminder-text p{text-align:left}.lesson-section__deadline{flex-wrap:wrap}}.data--grey{background:#bdbdbd;border-radius:.125rem}.data--orange{background:#fe7c11;border-radius:.125rem}.todo-block__inner-orange{background-color:#ffefd4;border-radius:.625rem;padding:1rem .75rem}.todo-block__svg{fill:#828282;height:20px;width:20px}.content-tabs__edit__svg{height:.75rem;width:.75rem}.lesson__section__info-text input.lesson__section__info-input{grid-column:4;margin-left:-7px}.dropdawn__button{border-radius:.375rem}.dropdawn__list{overflow-y:auto}.dropdawn__button-check{height:2.5625rem}.lesson__section__info-grade-svg{fill:#7d98f6;height:.6875rem;width:.6875rem}.lesson-section__top{align-items:baseline;display:flex;justify-content:space-between}.lesson-section__nav{display:flex;gap:.625rem}.lesson__section__expectation-input{background:#fff;border:.0625rem solid #c8d9fd;border-radius:.3125rem;height:1.5625rem;text-align:center;width:1.5rem}.lesson__section__nav-btn{border:.0625rem solid #bdbdbd;border-radius:.3125rem;color:#bdbdbd;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;line-height:120%;padding:.46875rem .75rem}.lesson__section-options--tab01{display:grid;grid-template-columns:1fr 48%;margin-bottom:1rem}.lesson__section-options{display:grid;grid-template-columns:1fr 26% 1fr;margin-bottom:1rem}.lesson__section__options-item{color:#828282;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;line-height:120%}.lesson__section__expectation-list{display:flex;flex-direction:column;gap:.75rem}.lesson__section__expectation-item{align-items:center;border:.0625rem solid #c8d9fd;border-radius:.3125rem;display:flex;justify-content:space-between;padding:1rem}.lesson__section-expectation{display:none}.lesson__section-expectation:target{display:block}.active{border-color:#7d98f6;color:#7d98f6}.lesson__section--message{background:#f2f2f2;border-radius:.3125rem;color:#bdbdbd;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-transform:uppercase}.lesson__section__expectation-profil{align-items:center;display:flex;gap:.75rem}.lesson__section__expectation-profil p{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:120%}.lesson-section .lesson-section__lable{position:relative}.lesson-section .lesson-section__lable p{color:#bdbdbd;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:120%}.lesson-section__class-room-btn{background:#ffa349;border-radius:0 .3125rem .3125rem 0;padding:1rem}.lesson-section__class-check{fill:#fff;height:1rem;width:1rem}.lesson-section__text__box-tab{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.125rem}.lesson-section__text__box-tab h2{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:24px;font-weight:600;line-height:120%}.tabs{display:flex}.lesson-section__text-tabs{align-items:center;display:flex;gap:.75rem}.tab{border:.0625rem solid #bdbdbd;border-radius:.3125rem;color:#bdbdbd;cursor:pointer;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:120%;padding:.25rem .75rem}.tab.active{border-color:#7d98f6;color:#7d98f6}.tab-content{display:none}.lesson-section__content-nav-item{color:#828282;font-family:Roboto,sans-serif;font-size:.8125rem;font-weight:400;line-height:120%}.lesson-section__content-nav-list{display:flex;flex-direction:column;gap:.75rem}.lesson__section-nav-content{gap:3.75rem}.lesson__section__nav-content-btn{border:.0625rem solid #ffa349;border-radius:.3125rem;color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1rem;text-transform:uppercase}.lesson__section-nav-box{border:1px solid #e0ebff;border-radius:.3125rem;display:flex;gap:.5rem;padding:.25rem .5rem}.lesson__section__nav-box-svg{fill:#7d98f6;height:.6875rem;width:.6875rem}.class__room--active{width:30.75rem}.lesson__section-nav-content{align-items:center;display:flex;justify-content:space-between}.lesson__section__nav-content-btn{margin-left:auto}.lesson-section__case-btn{opacity:.5}.tab-content.active{display:block}.tab-content-item{display:none}.tab-content-item.active{display:block}.lesson__section__nav-link.active{background-color:#fff;border-color:#7d98f6;color:#7d98f6}.lesson__section__nav-link{background-color:#fff;border:.0625rem solid #bdbdbd;border-radius:.3125rem;color:#bdbdbd;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:120%;padding:.25rem .75rem}.changes{width:100%}.maintenance{background-color:#0000;height:100vh;height:var(--app-height);inset:0;overflow:hidden;pointer-events:none;position:fixed;transition:background-color .3s ease;z-index:100}.maintenance__content{background-color:#fff;background-color:var(--white);display:flex;flex-direction:column;height:100%;padding:2rem 1.875rem 0;transform:translateX(-105%);transition:.5s cubic-bezier(.86,0,.07,1);transition:.5s var(--ease-in-out);width:19.6875rem}.maintenance__top{grid-gap:.5rem;border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);display:grid;gap:.5rem;grid-template-columns:1fr 2rem;padding-bottom:1.25rem}.maintenance__close{align-items:center;background-color:#f4f4fd;background-color:var(--bg);border-radius:.3125rem;display:flex;height:2rem;justify-content:center;width:2rem}.maintenance__close-svg{fill:#a6c0fb;fill:var(--blue-300);flex-shrink:0;height:1.25rem;width:1.25rem}.maintenance__title{align-self:center;font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.2}.maintenance__class{color:#4f4f4f;color:var(--grey-2);font-size:1.125rem;font-style:normal;font-weight:400;grid-column:span 2;line-height:1.2}.maintenance__bottom{flex:1 1 auto;min-height:0}.maintenance__bottom .simplebar-track{right:-1.8125rem}.maintenance__bottom .simplebar-scrollbar:before{background-color:#4f4f4f;background-color:var(--grey-2);width:.125rem}.maintenance ol{counter-reset:index;list-style-type:none}.maintenance__item{border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);width:100%}.maintenance__item--active .maintenance__icon{transform:scaleY(-1)}.maintenance__btn{align-items:flex-start;color:#4f4f4f;color:var(--grey-2);display:flex;font-size:.875rem;font-style:normal;font-weight:500;gap:.5rem;line-height:1.2;padding:1.25rem 0;text-align:left;width:100%}.maintenance__btn-num:before{counter-increment:index}.maintenance .maintenance__btn-nm:before,.maintenance__btn-num:before{content:counters(index,".",decimal) " "}.maintenance__icon{margin-left:auto;transition:.2s ease}.maintenance__icon-svg{fill:#bdbdbd;fill:var(--grey-4);flex-shrink:0;height:.75rem;margin-left:.625rem;width:.75rem}.maintenance__sublist{margin-bottom:1.25rem}.maintenance__subitem:not(:last-child){margin-bottom:.3125rem}.maintenance__block{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.86,0,.07,1);transition:max-height .5s var(--ease-in-out)}.maintenance__link{align-items:flex-start;border-radius:.3125rem;color:#1c1c1c;color:var(--black);cursor:pointer;display:flex;font-size:.8125rem;gap:.5rem;overflow:hidden;padding:.25rem .1875rem .25rem 1rem;position:relative}.maintenance__link:hover{text-decoration:underline}.maintenance__link:before{background-color:#0000;bottom:0;content:"";left:0;position:absolute;top:0;width:.5rem}.maintenance__link--disable{color:#828282;color:var(--grey-3);cursor:default}.maintenance__link--disable:hover{text-decoration:none}.maintenance__link--active{background-color:#eef4ff;background-color:var(--blue-50);color:#1c1c1c;color:var(--black);font-weight:500}.maintenance__link--active:before{background-color:#7d98f6;background-color:var(--blue-400)}.maintenance--open{background-color:#1c1c1c80;background-color:rgba(var(--black--rgb),.5);pointer-events:all}.maintenance--open .maintenance__content{transform:translate(0)}@media only screen and (max-width:61.9875em){.maintenance{display:none}}.subjects__inner{display:flex;gap:1.875rem}.subjects__left{flex:1 1 auto}.subjects__right{flex:0 0 12.5rem}.subjects__item:not(:last-child){margin-bottom:.75rem}@media only screen and (max-width:61.9875em){.subjects__inner{display:block}.subjects__left{margin-bottom:2.5rem}}.subject__inner{align-items:flex-start;display:flex;gap:1.875rem}.subject__left{flex:1 2 auto}.subject__right{flex:0 1 19.1875rem;min-width:0}.subject__material-text{align-items:baseline;display:flex;gap:.75rem}.subject__subject-card{margin-bottom:2.5rem}.subject__content-tabs{display:flex;margin-bottom:1.25rem}.subject__edit-link{align-items:center;color:#828282;color:var(--grey-3);display:flex;font-weight:500;gap:.3125rem;text-transform:uppercase}.subject__edit-link svg{fill:#828282;fill:var(--grey-3);height:.75rem;width:.75rem}.subject ol{counter-reset:index;list-style-type:none}.subject__arrow__editing-svg{align-items:center;display:flex;gap:2rem}.subject__plan:not(:last-child){margin-bottom:.625rem}.subject__program{border-bottom:.0625rem solid #bdbdbd;border-bottom:.0625rem solid var(--grey-4);margin-bottom:3.75rem;padding-bottom:3.75rem}.subject__section:not(:last-child){border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);margin-bottom:3.75rem;padding:0 0 3.75rem}.subject__title{font-size:1.5rem;font-weight:600;line-height:1.2;margin-bottom:2rem}.subject__document-block{display:block}.subject__document-block .document-block__list{grid-template-columns:repeat(auto-fill,minmax(12.8125rem,1fr))}.subject__links{display:flex;flex-direction:column;gap:1.25rem;max-width:54.375rem}.subject__unit{align-items:flex-start;display:flex;gap:.75rem}.subject__link{align-items:center;color:#7d98f6;color:var(--blue-400);display:flex;font-size:1rem;font-weight:500;gap:.5rem;line-height:1.2;width:19.75rem}.subject__link span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subject__link svg{fill:#828282;fill:var(--grey-3);flex-shrink:0;height:1.25rem;width:1.25rem}.subject__about,.subject__teacher{margin-bottom:1.25rem}.subject__statistics-block .statistics-block__list{grid-template-columns:1fr}.subject__statistics-block .statistics-block__item:nth-child(n+3){display:flex}.subject__mobile-tabs{display:none}.subject__description{display:none;margin-bottom:1.25rem}.subject__head{font-size:1rem;font-style:normal;font-weight:500;line-height:1.2;margin-bottom:1rem}.subject__text{color:#828282;color:var(--grey-3)}.subject-card__svg{fill:#828282;height:1.25rem;width:1.25rem}.subject__card__title-editing{align-items:center;display:flex;gap:.75rem}.subject-material__card-btn{border:.0625rem solid #ffa349;border-radius:.3125rem;color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;padding:.6875rem 1rem}.subject__material__link-svg{fill:#828282;height:1.25rem;width:1.25rem}.subject__material__card-box{align-items:center;display:flex;justify-content:space-between}@media only screen and (max-width:61.9875em){.subject__subject-card .subject-card__title{display:none}.subject__content-active{margin-top:.625rem}.subject__mobile-tabs{display:block;margin:0 -.9375rem 1.875rem}.subject__description{display:block}.subject__document-block .document-block__list{grid-template-columns:1fr 1fr}.subject__section:not(:last-child){margin-bottom:2.5rem;padding:0 0 2.5rem}.subject__unit{display:block}.subject__link{margin-bottom:.75rem;max-width:100%;min-width:0;width:auto}.subject__link span{display:block;width:100%}.subject__title{font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.2;margin-bottom:1.25rem}.subject__program{border:none;margin:0;padding:0}.subject__inner{display:block}.subject__subject-card{margin-bottom:1.75rem}}.graph{border:.0625rem solid #e0e0e0;border:.0625rem solid var(--grey-5);border-radius:.625rem;margin-bottom:3.75rem;overflow:hidden}.graph__top{padding:1.25rem .9375rem 1.875rem}.graph__left{align-items:center;display:flex;gap:1.25rem}.graph__bottom #graph{width:100%!important}.graph__title{font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.2}.graph__box{align-items:center;display:flex;gap:18px;margin-left:17px}.graph__box-text{color:#bdbdbd;font-weight:500}.graph__box-num,.graph__box-text{font-family:Roboto,sans-serif;font-size:14px;line-height:120%}.graph__box-num{color:#828282;color:var(--Gray-3,#828282);font-weight:400}.marks-table__top{margin-bottom:1.875rem}.marks-table__left{align-items:center;display:flex;gap:1.25rem}.marks-table__title{font-family:Inter,sans-serif;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal}.marks-table__bottom{margin-bottom:9.375rem;position:relative}.marks-table__lesson{position:absolute;transition:all .2s ease;z-index:10}.marks-table__table.table{border:none}@media only screen and (max-width:61.9875em){.marks-table__overlay{align-items:flex-end;background-color:#0000;display:flex;flex-direction:column;height:100vh;height:var(--app-height);inset:0;justify-content:flex-end;opacity:0;pointer-events:none;position:fixed;transition:background-color .2s ease,opacity .2s ease;z-index:10}.marks-table__overlay--active{background-color:#1c1c1c80;background-color:rgba(var(--black--rgb),.5);opacity:1;pointer-events:all}.marks-table__lesson--show{opacity:1;transform:translateY(0);visibility:visible}.marks-table__bottom{margin-bottom:0}.marks-table__title{display:none}.marks-table__bottom{margin-bottom:0}}.schedule-tabs{align-items:center;display:flex;gap:.625rem}.schedule-tabs__button{border:.0625rem solid #bdbdbd;border:.0625rem solid var(--grey-4);border-radius:.3125rem;color:#bdbdbd;color:var(--grey-4);font-size:1rem;font-style:normal;font-weight:500;line-height:1.2;padding:.5rem .75rem;transition:border-color .2s ease,color .2s ease}@media(hover:hover)and (pointer:fine){.schedule-tabs__button:not(.schedule-tabs__button--active):hover{border-color:#a6c0fb;border-color:var(--blue-300);color:#a6c0fb;color:var(--blue-300)}}.schedule-tabs__button--active{border-color:#7d98f6;border-color:var(--blue-400);color:#7d98f6;color:var(--blue-400);pointer-events:none}.schedule-table{width:100%}.schedule-table__wrapper{display:flex;flex-direction:column;width:100%}.schedule-table__block{max-height:calc(100vh - 13.26188rem);max-height:calc(var(--app-height) - 13.26188rem)}.schedule-table__block .simplebar-scrollbar{width:.1875rem}.schedule-table__block .simplebar-scrollbar:before{background-color:#eef4ff;bottom:0;left:50%;opacity:1!important;top:0;transform:translateX(-50%);width:.625rem}.schedule-table__lesson{transition:all .2s ease}.schedule-table__top{background-color:#fff;background-color:var(--white);min-width:83.125rem;padding-bottom:.625rem;position:-webkit-sticky;position:sticky;top:0;z-index:2}.schedule-table__grid{grid-gap:.625rem;display:grid;flex:1 1;gap:.625rem;grid-template-columns:repeat(7,minmax(10.9375rem,1fr));padding-left:2.8125rem}.schedule-table__day{align-items:center;color:#828282;color:var(--grey-3);display:flex;flex-direction:column;font-size:1rem;font-style:normal;font-weight:400;gap:.625rem;line-height:1.3;padding:.625rem 0 .3125rem}.schedule-table__day-short{display:none}.schedule-table__day--off{background-color:#fff8ed;border-radius:.3125rem}.schedule-table__day--current .schedule-table__num{background-color:#fff8ed;border-radius:50%;color:#ffa349;color:var(--orange-400)}.schedule-table__content{counter-reset:index;list-style-type:none}.schedule-table__num{align-items:center;color:#1c1c1c;color:var(--black);display:flex;height:2.125rem;justify-content:center;width:2.125rem}.schedule-table__counter{color:#f4f4fd;color:var(--bg);font-size:3.75rem;font-style:normal;font-weight:600;line-height:1.2}.schedule-table__head{align-items:center;display:flex;gap:.3125rem;height:1.8125rem;margin-bottom:.3125rem}.schedule-table__item{counter-increment:index;display:flex;flex-direction:column}.schedule-table__item:not(:last-child){margin-bottom:.3125rem}.schedule-table__counter:before{content:counter(index);display:block;height:4.6875rem;width:2.1875rem}.schedule-table__card{background-color:#fff;background-color:var(--white)}.schedule-table__card--day-off{background-color:#fff8ed}.schedule-table__line{border-bottom:.125rem dashed #ffdba8;border-bottom:.125rem dashed var(--orange-200);display:block;height:.0625rem;margin-top:-.0625rem;min-width:80.3125rem;width:100%}.schedule-table__time{align-items:center;color:#1c1c1c;color:var(--black);display:flex;flex-shrink:0;font-family:Inter,sans-serif;font-style:normal;font-weight:500;justify-content:center;line-height:1;width:2.5rem}.schedule-table__main{align-items:center;display:flex;gap:.625rem}.schedule-table__main .schedule-table__grid{margin-bottom:76px;padding-left:0}.schedule-table--month .schedule-table__item:last-child .lessons-schedule__modal{bottom:-60px;top:auto}.schedule-table--month .schedule-table__lessons-list:where(:nth-child(7)) .lessons-schedule__modal{left:auto;right:80%}.schedule-table--month .schedule-table__grid{grid-template-columns:repeat(7,1fr);padding:0}.schedule-table--month .schedule-table__top{min-width:0}.schedule-table--month .schedule-table__day{padding:.625rem 0}.schedule-table--month .schedule-table__head{height:.125rem;margin-bottom:.3125rem}.schedule-table--month .schedule-table__line{min-width:0}.schedule-table--month .schedule-table__block{max-height:none}@media only screen and (max-width:61.9875em){.schedule-table__block{max-height:none;overflow:auto;scrollbar-width:none}.schedule-table__block::-webkit-scrollbar{display:none}.schedule-table__block .simplebar-content-wrapper,.schedule-table__block .simplebar-mask,.schedule-table__block .simplebar-wrapper{overflow:visible!important}.schedule-table__block .simplebar-track{display:none}.schedule-table--week .schedule-table__block{margin-left:-.9375rem;margin-right:-.9375rem;padding:0 .9375rem;position:relative}.schedule-table--month .schedule-table__grid{gap:.25rem}.schedule-table--month .schedule-table__day{font-size:0;gap:0;padding:.5rem 0}.schedule-table--month .schedule-table__day-short{display:block;font-size:1rem;font-style:normal;font-weight:400;line-height:1.3}.schedule-table--week .schedule-table__day{border:.0625rem solid #eef4ff;border-radius:.3125rem;gap:.3125rem}.schedule-table--month .schedule-table__block{overflow:visible;overflow:initial}}.wallet__inner{display:flex;gap:1.875rem}.wallet__left{flex:1 1 auto}.wallet__right{display:flex;flex:0 0 12.1875rem;flex-direction:column}.wallet__right-box{align-items:center;background:#f2f2f2;background:var(--Gray-6,#f2f2f2);border-radius:10px;border-radius:var(--10,10px);color:#e0e0e0;display:flex;justify-content:center;margin-bottom:20px;padding:145px 73px}.wallet__top{background-color:#eef4ff;border-radius:.625rem;gap:1.25rem;justify-content:space-between;margin-bottom:2rem;padding:.625rem 1.25rem}.wallet__balance,.wallet__top{align-items:center;display:flex}.wallet__balance{font-size:1rem;font-style:normal;font-weight:400;gap:.625rem;line-height:130%}.wallet__balance span{color:#000;font-family:Inter,sans-serif;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal}.wallet__head{grid-gap:.625rem;border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);display:grid;gap:.625rem;grid-template-columns:1fr 1fr 3fr 1fr;margin-bottom:1.25rem;padding:0 1.25rem .25rem}.wallet__unit{align-items:center;color:#828282;color:var(--grey-3);display:flex;font-size:.8125rem;font-style:normal;font-weight:400;gap:.375rem;line-height:1.2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wallet__unit-svg{fill:#bdbdbd;fill:var(--grey-4);height:1rem;width:1rem}.wallet__unit--action{cursor:pointer}.wallet__item{grid-gap:.625rem;border:.0625rem solid;border-radius:.625rem;display:grid;gap:.625rem;grid-template-columns:1fr 1fr 3fr 1fr;padding:.875rem 1.25rem}.wallet__item:not(:last-child){margin-bottom:.75rem}.wallet__item time{color:#828282;color:var(--grey-3);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.2}.wallet__item p{font-family:Inter,sans-serif}.wallet__item span{color:#1c1c1c;color:var(--black);font-style:normal;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet__item--outcome{border-color:#7d98f6;border-color:var(--blue-400)}.wallet__item--outcome p{color:#7d98f6;color:var(--blue-400)}.wallet__item--income{border-color:#ffc300;border-color:var(--orange-500)}.wallet__item--income p{color:#ffc300;color:var(--orange-500)}.wallet__pagination{margin:1.875rem auto 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wallet__popup-inner{background-color:#fff;max-width:391px}.wallet__popup-form{display:flex;flex-direction:column;padding:60px 50px}.wallet__popup__form-title{color:#1c1c1c;color:var(--Black,#1c1c1c);font-family:Roboto,sans-serif;font-size:24px;font-weight:600;line-height:120%;margin-bottom:30px;text-align:center}.wallet__popup__form-input{align-self:stretch;background-color:#eef4ff;gap:10px;gap:var(--10,10px);margin-bottom:20px}.wallet__popup__form-btn,.wallet__popup__form-input{align-items:center;border:none;display:flex;height:40px;padding:8px 16px;width:250px}.wallet__popup__form-btn{background-color:#ffa349;color:#fff;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;justify-content:center;position:relative;text-transform:uppercase}.wallet__popup__form-btn:before{content:"";position:absolute}@media only screen and (max-width:61.9875em){.wallet__right{display:none}.wallet__top{margin-bottom:1.25rem;padding:.75rem}.wallet__btn{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.wallet__balance{flex-direction:column;gap:.25rem}.wallet__unit:where(:nth-child(3),:nth-child(4)){display:none}.wallet__head{display:flex;justify-content:space-between}.wallet__item{grid-template-columns:1fr auto;padding:.75rem 1.25rem}.wallet__item :is(p,span){grid-column:span 2}}.personal-cabinet__inner{margin:auto auto auto 0;max-width:68.6875rem}.personal-cabinet__avatar{margin-bottom:1.875rem}.personal-cabinet__avatar-second .load-avatar__image{height:5.1875rem;width:5.1875rem}.personal-cabinet__wrapper{display:flex;flex:1 1;gap:.625rem;justify-content:space-between;padding:.3125rem 0 .25rem}.personal-cabinet__list{max-width:26.25rem;width:100%}.personal-cabinet__document-bock{display:flex;gap:8.3125rem}.personal-cabinet__block{grid-gap:6.25rem;display:grid;gap:6.25rem;grid-template-columns:1fr 1fr;margin-bottom:3.4375rem;margin-right:3.75rem}.personal-cabinet__teacher-card{border:.0625rem solid #e0e0e0;border-radius:.625rem;margin-bottom:3.75rem;max-width:26.25rem;padding:.75rem 1rem}.personal-cabinet__teacher-card .teacher-card__top{align-items:center;flex-direction:row}.personal-cabinet__teacher-card .teacher-card__status{margin-bottom:0}.personal-cabinet__card-span{position:absolute;top:.125rem}.personal-cabinet__card-top{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem;position:relative}.personal-cabinet__card__top-image{height:4.0625rem;width:4.0625rem}.personal-cabinet__card__top__info-name{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:120%;margin-bottom:.5rem}.personal-cabinet__document-item{max-width:12.8125rem}.personal-cabinet__card__top__info-job{color:#828282;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:120%}.personal-cabinet__item:not(:last-child){margin-bottom:1rem}.personal-cabinet__item--edit{align-items:center;display:flex;gap:1.25rem;margin-right:-2.5rem;position:relative}.personal-cabinet__item--edit:before{background-color:#eef4ff;background-color:var(--blue-50);border-radius:.625rem;bottom:-.3125rem;content:"";left:-1rem;position:absolute;right:-1rem;top:-.3125rem;z-index:-1}.personal-cabinet__item--edit:last-child{margin-top:2.8125rem}.personal-cabinet__line{align-self:flex-end;border-bottom:.0625rem dashed #8282824d;border-bottom:.0625rem dashed rgba(var(--grey-3--rgb),.3);flex:1 1 auto;height:.0625rem;margin-bottom:.25rem}.personal-cabinet__label{color:#bdbdbd;color:var(--grey-4);font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}.personal-cabinet__label:after{content:"";display:block;flex:1 1 auto;height:.0625rem}.personal-cabinet__value{background-color:#0000;border:none;font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;outline:none}.personal-cabinet__edit-svg{fill:none;stroke:#bdbdbd;stroke:var(--grey-4);stroke-linecap:round;stroke-linejoin:round;stroke-width:.078125rem;height:1.25rem;width:1.25rem}.personal-cabinet__title{border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);color:#1c1c1c;color:var(--black);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.2;margin-bottom:1.5rem;padding-bottom:.5rem}.personal-cabinet__units{grid-column-gap:7.5rem;grid-row-gap:1.875rem;column-gap:7.5rem;display:grid;grid-template-columns:1fr 1fr;margin-right:3.75rem;row-gap:1.875rem}.personal-cabinet__unit{grid-template-columns:1fr}.personal-cabinet__unit .document-block__list{grid-column:span 1;max-width:26.875rem}.personal-cabinet__classroom-units{display:grid;grid-template-columns:repeat(3,1fr)}.personal-cabinet__save{align-items:center;background-color:#ffa349;background-color:var(--orange-400);border-bottom-right-radius:.3125rem;border-top-right-radius:.3125rem;display:flex;height:2.25rem;justify-content:center;width:2.625rem}.personal-cabinet__save svg{fill:#fff;fill:var(--white);height:.875rem;width:.875rem}.personal-cabinet .auth-content__block{margin-right:3.75rem}.personal-cabinet__block-utilits{grid-gap:1.25rem 0;display:grid;gap:1.25rem 0;grid-template-columns:repeat(3,1fr)}.personal-cabinet__info{align-items:center;display:flex;justify-content:space-between}.personal-cabinet__box{display:flex;flex-direction:column}.personal-cabinet__input{background-color:#eef4ff;border-bottom-left-radius:.3125rem;border-color:#0000;border-top-left-radius:.3125rem;padding:8px 16px;width:100%}.personal-cabinet__avatar-text{max-width:260px}.load-avater__label{align-items:center;display:flex;flex-direction:column}.document__btn{align-items:center;border:1px solid #fe7c11;border-radius:5px;color:#1c1c1c;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;gap:10px;justify-content:center;max-width:345px;padding:8px 16px;text-transform:uppercase}.document__remove{z-index:2}.statistics__wrapper{background:#eef4ff;border-radius:.625rem;padding:1.25rem}.statistics__wrapper-info{grid-gap:1.25rem 1.25rem;display:grid;gap:1.25rem 1.25rem;grid-template-columns:repeat(3,1fr)}.statistics__wrapper-top{display:flex;justify-content:space-between;margin-bottom:1.25rem}.statistics__wrapper-title{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:500;line-height:120%}.statistics__wrapper-portfolio{align-items:center;color:#bdbdbd;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;gap:.3125rem;text-transform:uppercase}.statistics__wrapper-svg{fill:#bdbdbd;height:12px;width:12px}.statistics__wrapper-box{background-color:#fff;max-width:22.25rem;padding:1rem}.statistics__wrapper__box-info{background:#ffa349;border-radius:.125rem;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;margin-bottom:.75rem;padding:.3125rem}.statistics__wrapper__box-text{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:120%;margin-bottom:8px}.statistics__wrapper-performance{border-top:.0625rem solid #e0e0e0;display:flex;justify-content:space-between}.statistics__wrapper__box-title{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:18px;font-weight:500;line-height:120%;margin-bottom:1rem}.statistics__wrapper__performance-given,.statistics__wrapper__performance-verified{color:#828282;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;line-height:120%;padding-top:1rem}.statistics__wrapper__performance-given span,.statistics__wrapper__performance-verified span{color:#1c1c1c}.statistics__wrapper__box--blue{background-color:#7d98f6}.statistics__wrapper__box--grey{background-color:#bdbdbd}@media only screen and (max-width:61.9875em){.personal-cabinet__block{display:block;margin-right:0}.personal-cabinet__item--edit{border-radius:.625rem;gap:1rem;margin-left:-.75rem;margin-right:-.75rem;padding:0 .75rem}.personal-cabinet__item--edit:before{display:none;left:-.75rem;right:-.75rem}.personal-cabinet__item--edit .personal-cabinet__wrapper{padding:.625rem 0}.personal-cabinet__item--edit:last-child{margin-top:0}.personal-cabinet__list{max-width:100%}.personal-cabinet__list:not(:last-child){margin-bottom:1rem}.personal-cabinet .auth-content__block,.personal-cabinet__units{margin-right:0}}.personal-cabinet .marks-table__bottom{margin-bottom:60px}.personal-cabinet__avatar-title{color:#1c1c1c;color:var(--Black,#1c1c1c);display:flex;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;gap:5px;line-height:120%;margin-bottom:4.5px}.personal-cabinet__avatar-text{color:#828282;color:var(--Gray-3,#828282);font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:120%}@media only screen and (max-width:47.9875em){.personal-cabinet__units{gap:1.875rem;grid-template-columns:1fr}.personal-cabinet__unit .document-block__list{max-width:none}.personal-cabinet__unit{display:flex;flex-direction:column}.document__btn{align-items:center;display:flex;width:365px}.document-block__item{width:163px}}.notifications{background:#fff;background:var(--white,#fff);background-color:#fff;background-color:var(--white);border-radius:.625rem;box-shadow:0 8px 24px 0 #00000021;opacity:0;padding:1.5rem;position:absolute;right:0;top:calc(100% + .9375rem);transform:translateX(1.875rem);transition:.2s ease;visibility:hidden;width:42.5rem;z-index:100}.notifications__close{display:none;flex-shrink:0;height:1.5rem;transform:scaleX(-1);width:1.5rem}.notifications__close-svg{fill:#828282;fill:var(--grey-3);height:1.5rem;width:1.5rem}.notifications__top{align-items:center;border-bottom:.0625rem solid #f2f2f2;border-bottom:.0625rem solid var(--grey-6);display:flex;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem}.notifications__top-name{flex:1 1;font-weight:500;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notifications__top-image{border-radius:50%;display:none;flex-shrink:0;height:3.125rem;object-fit:cover;width:3.125rem}.notifications__block:not(:last-child){border-bottom:.0625rem solid #e0e0e0;border-bottom:.0625rem solid var(--grey-5);margin-bottom:1rem;padding-bottom:1rem}.notifications__head{color:#828282;color:var(--grey-3);font-size:.8125rem;font-style:normal;font-weight:400;line-height:1.2;margin-bottom:1rem}.notifications__list{max-height:15.625rem;overflow-y:auto;padding-right:.25rem}.notifications__list::-webkit-scrollbar{width:.1875rem}.notifications__list::-webkit-scrollbar-track{background:#f1f1f1}.notifications__list::-webkit-scrollbar-thumb{background:#c8d9fd;background:var(--blue-200)}.notifications__list::-webkit-scrollbar-thumb:hover{background:#555}.notifications__item{border:.0625rem solid;border-radius:.625rem;display:flex;gap:.5rem;padding:.875rem 1.25rem}.notifications__item:not(:last-child){margin-bottom:.75rem}.notifications__item-icon{fill:#828282;fill:var(--grey-3);flex-shrink:0;height:1.25rem;width:1.25rem}.notifications__item-text{align-self:center;flex:1 1;flex-wrap:wrap}.notifications__item-text span{color:#1c1c1c;color:var(--black);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.2;margin-right:.5rem}.notifications__item-time{color:#828282;color:var(--grey-3);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.3125rem}.notifications__item--blue{border-color:#7d98f6;border-color:var(--blue-400)}.notifications__item--read{border-color:#bdbdbd;border-color:var(--grey-4)}.notifications__item--read .notifications__item-time{color:#bdbdbd;color:var(--grey-4)}.notifications__item--orange{border-color:#ffc300;border-color:var(--orange-500)}@media only screen and (max-width:61.9875em){.notifications{border-radius:0;display:flex;flex-direction:column;padding:1.75rem .9375rem 0;position:static;width:80%}.notifications__close{display:block}.notifications__inner{flex:1 1 auto;overflow:hidden auto;padding-bottom:1.75rem;scrollbar-width:none}.notifications__inner::-webkit-scrollbar{display:none}.notifications__block:not(:last-child){margin-bottom:1.75rem;padding-bottom:1.75rem}.notifications__item{display:grid;grid-template-columns:1.25rem 1fr;grid-template-rows:auto 1fr}.notifications__item-time{grid-column:span 2}.notifications__top{margin-bottom:1.75rem;padding-bottom:1.75rem}.notifications__top-name{font-size:1.25rem}.notifications__top-image{display:block}}@media only screen and (max-width:47.9875em){.notifications{width:97%}}.footer{background-color:#e0ebff;background-color:var(--blue-100)}.footer__inner{justify-content:space-between;padding:1.25rem 1.875rem}.footer__inner,.footer__list{align-items:center;display:flex}.footer__list{flex-wrap:wrap;gap:3.75rem}.footer__link{align-items:center;display:flex;font-weight:500;gap:.625rem;line-height:1.2}.footer__link svg{flex-shrink:0}.footer__link--last svg{display:none}.footer__link-svg{fill:#a6c0fb;fill:var(--blue-300);display:block;height:1.5625rem;width:1.5625rem}.footer__link-svg--stroke{fill:none;stroke:#a6c0fb;stroke:var(--blue-300);stroke-width:.078125rem}@media only screen and (max-width:74.9875em){.footer__list{gap:2.5rem}}@media only screen and (max-width:61.9875em){.footer__inner{padding:1.25rem .9375rem}.footer__link--last{margin-bottom:1rem}.footer__link--last svg{display:block}.footer__inner{align-items:flex-start;flex-direction:column-reverse}.footer__list{grid-gap:1rem 1.4375rem;display:grid;gap:1rem 1.4375rem;grid-template-columns:1fr 1fr;width:100%}}@media only screen and (max-width:23.425em){.footer__list{grid-template-columns:1fr}}.persoal-cabinet__avatar{align-items:center;display:flex}.persoal__cabinet-heed{background-color:#fff8ed;padding:12px}.deposit{align-items:center;display:flex;justify-content:center}.deposit__form-title{background-color:#000}.students__box{align-items:center;border-top:.0625rem solid #e0e0e0;display:grid;grid-template-columns:repeat(4,1fr);padding:1.25rem 0}.students__box:last-of-type{border-bottom:.0625rem solid #e0e0e0}.students__list{align-items:center;display:grid;grid-template-columns:repeat(4,1fr);padding:1.25rem 0}.students__content-item{color:#828282;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;line-height:120%}.students__images{align-items:center;display:flex;gap:.75rem}.students__images-img{border:.0625rem solid #c8d9fd;border-radius:50%;flex-shrink:0;height:4.0625rem;object-fit:cover;width:4.0625rem}.students__images-title{color:#1c1c1c;display:block;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:120%;margin-bottom:.8125rem;max-width:10.8125rem}.students__images-title:hover{color:#7d98f6;transition:all .5s}.students__images-btn{align-items:center;color:#bdbdbd;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;gap:.5rem;text-transform:uppercase}.students__images-svg{fill:#bdbdbd;height:1.25rem;width:1.25rem}.students__view{align-items:self-end;display:flex;gap:1rem}.students__view-svg{fill:#a6c0fb;height:1rem;width:1rem}.students__view-number{color:#ffa349;font-family:Roboto,sans-serif;font-size:20px;font-weight:500}.students__view-number span{color:#bdbdbd;font-weight:400}.students__view-number span,.students__view-percent{font-family:Roboto,sans-serif;font-size:14px;line-height:120%}.students__view-percent{color:#1c1c1c;font-weight:500}.students__status{display:flex;flex-wrap:wrap;gap:.3125rem;max-width:19.1875rem}.students__status-text{border-radius:.125rem;color:#fff;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;padding:.3125rem}.students__text--orange{background-color:#ffa349}.students__text--blue{background-color:#7d98f6}.students__advertising{align-items:center;background:#f2f2f2;border-radius:.625rem;display:flex;height:21.875rem;justify-content:center;margin-bottom:20px;padding:1.25rem;width:12.125rem}.students__advertising-svg{fill:#e0e0e0;height:1.1875rem;width:3.0625rem}@media only screen and (max-width:74.9875em){.students__content-item{max-width:137px}.students__block{display:block}.students-tabs__wrapper{display:none}.students__images-title{font-size:.75rem}}@media only screen and (max-width:35.9875em){.students__view{align-items:center;display:flex;flex-direction:column}.students__content-item{font-size:.625rem}}.log{background-color:#e0ebff}.table__subject{align-items:center;display:flex;gap:.75rem}@media only screen and (max-width:74.9875em){.marks-table__inner--mob{display:block}}.teacher__images{align-items:center;display:flex;position:relative}.teacher__images-span{left:-.3125rem;position:absolute;top:0}.teacher__cabinet{background-color:#f67d7d1a}.teacher__cabinet,.teacher__cabinet-blue{border-radius:.4375rem;padding:1rem 1.25rem}.teacher__cabinet-blue{background-color:#c8d9fd}.teacher__images-name{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:120%;max-width:6.25rem;padding-left:.5rem}.teacher__img-children{display:flex;justify-content:space-between;padding-left:1.25rem}.subject__card__title-span{background:#9c7df626;border-radius:.625rem;margin-left:.3125rem;padding:.25rem .3125rem}.teacher-img__btn{align-items:center;color:#828282;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;gap:.5625rem;padding-left:.75rem;text-transform:uppercase}.teacher__img-svg{fill:#828282;height:12px;width:12px}.subject-card--blue{background:#e0ebff;cursor:auto}.subject-card--red{cursor:auto}.title__span--blue{background-color:#9c7df64d}.title__span--blue,.title__span-blue{border-radius:50%;padding:.25rem .3125rem}.title__span-blue{background:#c8d9fd}.subject__content-btn{align-items:center;color:#828282;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;gap:.3125rem;text-transform:uppercase}.subject__content__btn-svg{fill:#828282;height:.75rem;width:.75rem}@media only screen and (max-width:74.9875em){.teacher__cabinet{display:flex;flex-direction:column}}.lesson-section__lable{width:100%}.lesson-section__file{align-items:center;background:#f2f2f2;background:var(--grey-6);border-radius:.3125rem;cursor:pointer;display:flex;flex-direction:column;gap:.125rem;height:9.125rem;overflow:hidden;padding:1rem 1.25rem;width:12.8125rem}.lesson-section__file img{max-width:100%;object-fit:cover}.lesson-section__file span{color:#1c1c1c;color:var(--black);font-size:14px;font-weight:500;line-height:120%}.lesson-section__file-wrapper{display:flex;flex-wrap:wrap;gap:1.875rem}.lesson-section__extra-link--wrapper{align-items:center;border-radius:.3125rem;display:flex;overflow:hidden;transition:.2s cubic-bezier(.23,1,.32,1);transition:.2s var(--ease-out);width:min(100%,490px)}@media(hover:hover)and (pointer:fine){.lesson-section__extra-link--wrapper:hover{background-color:#eef4ff;background-color:var(--blue-50)}.lesson-section__extra-link--wrapper:hover .lesson-section__extra-link--edit{opacity:1}}.lesson-section__extra-link--wrapper svg{fill:#bdbdbd;fill:var(--grey-4);height:1.5rem;width:1.5rem}.lesson-section__extra-link--wrapper.--is-edit{background-color:#eef4ff;background-color:var(--blue-50)}.lesson-section__extra-link--label{display:flex;flex-grow:1;gap:1rem;padding:.5rem 1rem}.lesson-section__extra-link--input{background-color:#0000;border:none;color:#828282;color:var(--grey-3);flex-grow:1;font-family:Roboto,sans-serif;font-size:.875rem;line-height:120%;outline:none;resize:none}.lesson-section__extra-link--edit{opacity:0;transition:.2s cubic-bezier(.23,1,.32,1);transition:.2s var(--ease-out)}.lesson-section__extra-link--save{background-color:#ffa349;background-color:var(--orange-400);padding:.5rem 1rem}.lesson-section__extra-link--save>svg{fill:#fff;fill:var(--white)}.lesson-section__extra-link--button{margin-top:2rem}.lesson-section__extra-link--button svg{fill:#fff;height:1.125rem;width:1.125rem}.lesson-section__box{align-items:center;display:flex;gap:.75rem;margin-bottom:2.1875rem}.lesson-section__card{border:.0625rem solid #e0e0e0;border-radius:.625rem;padding:1rem 2.5rem 1rem .75rem}.lesson-section__card-img{margin-bottom:.5rem;width:4.0625rem}.lesson-section__card-message{align-items:center;color:#bdbdbd;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;text-transform:uppercase}.lesson-section__card__message-svg{fill:#bdbdbd;height:1.25rem;width:1.25rem}.lesson-section__card-link{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:120%;margin-bottom:.75rem}.lesson-section__box-input{align-items:center;border:1px solid #e0ebff;border-radius:.3125rem;display:inline-flex;height:1.5625rem;justify-content:center;min-width:1.5rem;padding:.25rem .5rem;text-align:center}.lesson-section__grade{margin-bottom:2rem}.lesson-section__grade p{align-items:center;column-gap:12px;display:flex;font-size:16px}.lesson-section__block-text,.lesson-section__grade p{color:#bdbdbd;font-family:Roboto,sans-serif;font-weight:500;line-height:120%;margin-bottom:.5rem}.lesson-section__block-text{font-size:1rem}.lesson-section__grade-svg{fill:#828282;height:.3125rem;width:.625rem}.lesson-section__box-text{color:#bdbdbd;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:120%}.lesson-section__box--text{margin-bottom:1.25rem}.lesson-section__text--black{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:120%}.lesson-section__document-home{border:.0625rem solid #e0e0e0;border-radius:.3125rem;margin-bottom:1.25rem;max-width:54.3125rem;padding:.75rem}.lesson-section__document-home p{font-weight:400;margin-bottom:2rem}.lesson-section__document-home h3,.lesson-section__document-home p{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1rem;line-height:130%}.lesson-section__document-home h3{font-weight:700;margin-bottom:1.25rem}.lesson-section__document-home ol{max-width:52.8125rem}.lesson-section__block-result p,.lesson-section__document-home li{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:130%}.lesson-section__block-result p{margin-bottom:2rem}.lesson-section__block__result-button{align-items:center;display:flex;gap:.75rem;margin-top:2rem}.header__title__teacher-svg{fill:#bdbdbd;height:1.5rem;width:1.5rem}.slider-popup{align-items:center;animation:fadeIn .3s;background:#1c1c1c99;background:rgba(var(--black--rgb),.6);bottom:0;display:flex;justify-content:center;left:0;opacity:1;position:fixed;right:0;top:0;z-index:1}.slider-popup--hide{animation:fadeOut .3s}.slider-popup__close{cursor:pointer;position:absolute;right:4.375rem;top:4.375rem}.slider-popup__close svg{fill:#fff;fill:var(--white);height:1.875rem;width:1.875rem}.slider-popup .splide__slide{align-items:center;display:flex;justify-content:center}.slider-popup .splide__slide img{max-width:100%;object-fit:cover}.slider-popup .splide__arrow{background:#0000!important;border:1px solid #fff;border:1px solid var(--white);height:3.75rem;opacity:1!important;transition:.2s;width:3.75rem}@media(hover:hover)and (pointer:fine){.slider-popup .splide__arrow:hover{background:#ffffff4d!important;background:rgba(var(--white--rgb),.3)!important}}.slider-popup .splide__arrow svg{height:1.5rem!important}.slider-popup .splide__arrow svg path{fill:#fff;fill:var(--white)}.slider-popup .splide__arrow--next{right:-1.25rem;transform:translate(100%,-50%)!important}.slider-popup .splide__arrow--prev{left:-1.25rem;transform:translate(-100%,-50%)!important}.slider-popup__thumbs .splide__list{justify-content:center;margin-top:1.25rem!important}.slider-popup__thumb-slide{border:none!important}.slider-popup__thumb-slide.is-active .slider-popup__thumb-overlay{opacity:0}.slider-popup__thumb-overlay{background:#0000004d;bottom:0;left:0;position:absolute;right:0;top:0;transition:.2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media only screen and (max-width:35.9875em){.lesson-section__file{height:-webkit-max-content;height:max-content;width:100%}.lesson-section__file-wrapper{flex-direction:column}}.table{border:.0625rem solid #e0e0e0;border-collapse:collapse;border-radius:.625rem;width:100%}.table__block-info{background:#fff;border:.0625rem solid #e0e0e0;border-radius:.625rem;padding:.75rem 1rem}.table__block__info-img{margin-bottom:.5rem;max-width:4.0625rem}.table__block__info__box-name{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:120%;margin-bottom:.5rem}.table__block__info__box-job{color:#828282;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:120%}.table__header-td{border:none;color:#bdbdbd;font-size:.625rem;font-weight:500;line-height:120%;padding:.875rem 1.25rem}.table__content--emptiness{border:none!important}.table__content--title{background-color:#eef4ff}.table__content--title td{border:#0000}.table__content-td{border:1px solid #c8d9fd;padding:1.375rem 1.25rem;text-transform:uppercase}.table__content-td,.table__footer{color:#4f4f4f;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500}.table__footer{background-color:#ffefd4;border:.0625rem solid #bdbdbd;padding:1rem}.table__footer-td{padding:1.125rem 1.875rem 1.1875rem 1.125rem}.table__block--violation{color:#eb5757}.table__result--sum{color:#333;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:120%}.teacher-card__left-teacher{margin-left:1.25rem}.teacher-card__sctatistic{background-color:#eef4ff;border-radius:.625rem;padding:1.25rem}.teacher-card__card-top,.teacher-card__top{position:relative}.teacher-card__lesson__top-span{align-items:center;background:#ffa349;border-radius:50%;display:flex;flex-shrink:0;justify-content:center;padding:.25rem;position:absolute;top:.0625rem}.teacher-card__lesson__top-span svg{fill:#fff;height:1rem;width:1rem}.teacher-card__card__top-image{max-width:4.0625rem}.teacher-card__title-block{border-bottom:.0625rem solid #e0e0e0;color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:500;line-height:120%;margin:3.75rem 0;padding-bottom:.5rem}.teacher-card__top-info{align-items:center;display:flex;gap:1.25rem;margin-bottom:1.25rem}.teacher-card__sctatistic__item-svg{fill:#a6c0fb;height:1rem;width:1rem}.teacher-card__top-title{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:500;line-height:120%}.teacher-card__sctatistic-list{align-items:center;display:flex;justify-content:space-between}.teacher-card__sctatistic__list-item{background:#fff;border:.0625rem solid #c8d9fd;border-radius:.3125rem;padding:1rem}.teacher-card__sctatistic__item-title{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:120%;margin-bottom:4rem;max-width:7.4375rem}.teacher-card__sctatistic__item-box{align-items:center;display:flex;gap:3.4375rem}.teacher-card__sctatistic__list-text{color:#bdbdbd;font-size:.875rem;font-weight:400;line-height:120%}.teacher-card__sctatistic__list-span{color:#ffa349;font-family:Roboto,sans-serif;font-size:2.5rem;font-weight:500}.teacher-card__document{max-width:12.8125rem}.teacher-card-classroom__card{display:flex;gap:8.9375rem}@media only screen and (max-width:47.9875em){.teacher-card__sctatistic-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:35.9875em){.teacher-card__sctatistic-list{grid-template-columns:repeat(1,1fr)}}.content-tabs__edit__btn{align-items:center;color:#828282;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;gap:.3125rem;text-transform:uppercase}.content-tabs__edit__svg{fill:#828282;height:.875rem;width:.875rem}.lesson__section__info-text{align-items:center;display:grid;grid-template-columns:repeat(3,1fr) minmax(0,1fr);margin-bottom:1rem;padding:0 1rem}.lesson__section__info-line{align-items:center;color:#828282;display:flex;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;gap:.5rem;line-height:120%}.lesson__section__info-item{align-items:center;border:.0625rem solid #c8d9fd;border-radius:.3125rem;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:.75rem;padding:1rem}.lesson__section__info-images{align-items:center;display:flex;gap:.75rem}.lesson__section__info-images-wrapp{aspect-ratio:1/1;border:1px solid #c8d9fd;border:1px solid var(--blue-200);border-radius:50%;flex-shrink:0;overflow:hidden;position:relative;width:4.0625rem}.lesson__section__info-images-wrapp>img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.lesson__section__info-name{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:120%}.dropdown{position:relative}.dropdawn__button{align-items:center;background-color:#eef4ff;border:none;border-radius:.3125rem 0 0 .3125rem;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;gap:12px;justify-content:space-between;line-height:120%;padding:.5rem 1rem;position:relative;text-align:left}.dropdawn__button-value{display:inline-block;min-width:1.1875rem}.dropdawn__button.--no-handler{border-radius:.3125rem}.dropdawn__list{border:1px solid #f2f2f2;border-radius:10px;display:none;height:280px;left:0;overflow-y:scroll;padding:12px 16px!important;position:absolute;top:50px;z-index:1}.dropdawn__list::-webkit-scrollbar{border:10px;height:83px;width:3px}.dropdawn__list::-webkit-scrollbar-thumb{background-color:#a6c0fb}.dropdawn__list-item{background-color:#eef4ff;border-radius:3px;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:120%;margin-bottom:8px;padding:8px;width:80px}.dropdawn__list-item.--no-handler{width:50px}.dropdawn__list-item:hover{background-color:#c8d9fd}.dropdawn__list--visible{display:block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.dropdown__ipnut-hidden{display:none}.lesson__section__info-title{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:24px;font-weight:600;line-height:120%;margin-bottom:2rem}.dropdown__nav{align-items:stretch;display:flex}.select__top-svg-wrapper{align-items:center;background-color:#eef4ff;background-color:var(--blue-50);border-radius:0 .3125rem .3125rem 0;cursor:pointer;display:flex;justify-content:center}.dropdawn__button-svg,.dropdawn__button-svg--wrapper{flex-shrink:0}.dropdawn__button-svg--wrapper>svg,.dropdawn__button-svg>svg{fill:#828282;height:1.5rem;width:1.5rem}.lesson__section__info-input{border:.0625rem solid #c8d9fd;border-radius:.3125rem;height:1.5rem;width:1.5rem}.dropdawn__button-check{background-color:#ffa3494d;border-radius:0 .3125rem .3125rem 0;padding:.5rem 1rem;pointer-events:none}.dropdawn__button-check--active{background-color:#ffa349;pointer-events:auto}.dropdawn__button-check>svg{fill:#fff;fill:var(--white);height:.875rem;width:.875rem}.lesson__section__info-grade{align-items:center;border:.0625rem solid #e0ebff;border-radius:.3125rem;display:flex;gap:.5rem;max-width:3.75rem;padding:.25rem .5rem}.lesson__section__info-grade-list{align-items:center;display:flex;gap:.25rem}.lesson__section__info-grade-svg{align-items:center;background:#eef4ff;border-radius:3.125rem;display:flex;height:1.25rem;justify-content:center;width:1.25rem}.lesson__section__info-grade-svg>svg{fill:#7d98f6;height:.6875rem;width:.6875rem}.content-tabs__edit{font-size:.875rem}.content-tabs__edit,.content-tabs__link{color:#828282;font-weight:500;text-transform:uppercase}.content-tabs__link{font-family:Roboto,sans-serif;font-size:14px}.test_knowledge_block__inner{display:flex;gap:1.875rem}.test_knowledge_block__left{flex:1 1 auto;gap:1.875rem}.test_knowledge_block__right{flex:0 0 12.5rem}.test_knowledge_block__item:not(:last-child){margin-bottom:.75rem}.test_knowledge{background-color:#eef4ff;border-radius:10px;margin-bottom:5rem;padding:1.25rem}.test_knowledge__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.test_knowledge__title{font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.2}.test_knowledge__list{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}.test_knowledge__item{display:flex}@media screen and (max-width:1024px){.test_knowledge__list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.test_knowledge__list{grid-template-columns:repeat(1,1fr)}}.test-knowledge-item{background-color:#fff;border:1px solid #c8d9fd;border-radius:5px;display:flex;font-size:14px;font-weight:500;justify-content:space-between;margin-bottom:12px;padding:1rem}.test-knowledge-item__header{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.test-knowledge-item__type{font-weight:400}.test-knowledge-item__statistic{align-items:flex-end;border-left:1px solid #e0e0e0;color:#828282;color:var(--grey-3);display:flex;flex-direction:column;flex-shrink:0;gap:.75rem;justify-content:center;padding-left:2.8125rem}.test-knowledge-item__statistic div{align-items:center;display:flex}.test-knowledge-item__statistic span{color:#1c1c1c;color:var(--black);margin-left:.5rem}.test-knowledge-item__status{border-radius:2px;color:#fff;padding:.3125rem}.test-knowledge-item__status_waiting{background-color:#ffa349;background-color:var(--orange-400)}.test-knowledge-item__status_checked{background-color:#7d98f6;background-color:var(--blue-400)}.test-knowledge-item__status_completed{background-color:#bdbdbd;background-color:var(--grey-4)}.test-knowledge-item__subject-name{color:#1c1c1c;color:var(--black);font-size:18px;font-weight:500;margin-bottom:.75rem}.test-knowledge-item__subject-theme{color:#828282;color:var(--grey-3)}@media screen and (max-width:1024px){.test-knowledge-item{flex-direction:column}.test-knowledge-item .test-knowledge-item__header{align-items:start;flex-direction:column-reverse}.test-knowledge-item .test-knowledge-item__statistic{border-left:none;border-top:1px solid #e0e0e0;flex-direction:row;justify-content:space-between;margin-top:1rem;padding-left:0;padding-top:1rem}}.minimal.test-knowledge-item{flex-direction:column}.minimal.test-knowledge-item .test-knowledge-item__header{align-items:start;flex-direction:column-reverse}.minimal.test-knowledge-item .test-knowledge-item__statistic{border-left:none;border-top:1px solid #e0e0e0;flex-direction:row;justify-content:space-between;padding-left:0;padding-top:1rem}.week{overflow-x:hidden}.week__schedule{position:relative}.week__list{grid-gap:1.25rem;border-bottom:1px dashed #ffdba8;gap:1.25rem;grid-template-columns:repeat(7,1fr);text-align:center}.week__list,.week__menu-list{align-items:center;display:grid}.week__menu-list{grid-template-columns:45px repeat(7,1fr)}.week__menu-number{color:#f4f4fd;font-family:Roboto,sans-serif;font-size:3.75rem;font-weight:600;line-height:120%}.week__wekend-teacher{align-items:center;border-bottom:.0625rem solid #e0e0e0;display:flex;gap:.3125rem;margin:.5rem 0;padding-bottom:.5rem}.week__wekend-teacher p{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis}.week__wekend-teacher img{border:.0625rem solid #c8d9fd;border-radius:50%;height:1.25rem;object-fit:cover;width:1.25rem}.week__item{color:#828282;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;height:100%;line-height:130%}.week__item-flex{display:flex;flex-direction:column}.week__item-element{padding-top:1.25rem;text-align:center}.week__item-span{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:130%;margin:.3125rem 0 1.25rem;position:relative;z-index:3}.week__item:nth-last-child(-n+2){background-color:#fff8ed}.week__item-text{margin-bottom:.625rem;position:relative;z-index:3}.week__item:nth-child(6){margin-right:-1.25rem;padding-right:1.25rem}.week__item--month{padding:1.125rem 0}.week__center-time{display:grid;grid-template-columns:45px 5fr 2fr;position:relative}.week__center-time:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23FFDBA8FF' stroke-width='4' stroke-dasharray='6, 14' stroke-linecap='square'/%3E%3C/svg%3E");content:"";display:block;height:1px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:calc(100% - 45px);z-index:3}.week__center-time-start{color:#1c1c1c;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.week__center-time>p{grid-column:span 2}.week__center-bg{background-color:#fff8ed;display:block}.week__box{margin:1.125rem .3125rem .9375rem}.week__box-data{align-items:center;background:#0000;border-radius:3px;color:#1c1c1c;display:flex;height:1.75rem;justify-content:center;margin-inline:auto;transition:.15s;width:1.75rem}.week__box--pear{background-color:#a9f4d8}.week__box--purpur{background-color:#d1c2fc}.week__box--element{font-weight:500;justify-content:center;padding:.125rem .3125rem}.week__box--element,.week__box-item{color:#1c1c1c;display:flex;font-family:Roboto,sans-serif;font-size:.8125rem;line-height:120%}.week__box-item{align-items:center;background-color:#e8e0ff;border:.125rem;border-radius:.125rem;cursor:pointer;font-weight:400;justify-content:space-between;margin-bottom:.125rem;padding:.3125rem;text-transform:uppercase}.week__box-span{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:120%;margin-bottom:.75rem;text-align:center}.week__box__item-span{background-color:#fff;border-radius:.125rem;padding:.125rem .1875rem}.week__box--content{background-color:#fff;height:95%;padding:0 .5rem}.week__box-text{border:.0625rem solid #eef4ff;border-radius:.125rem;color:#1c1c1c;display:flex;font-family:Roboto,sans-serif;font-size:.8125rem;font-weight:400;justify-content:space-around;line-height:120%;padding:.125rem .3125rem;text-transform:uppercase}.week__month-selectable-day{background:#0000;border:1px solid #0000;border-radius:2px;cursor:pointer;flex:1 1;margin:.3125rem 0;padding:.5rem;transition:.15s}.week__month-selectable-day--active,.week__month-selectable-day:hover{background:#fcefe2;border-color:#ffdba8}.week__month-selectable-day--active .week__box-data,.week__month-selectable-day:hover .week__box-data{background:#ffdba8;border-radius:3px;color:#1c1c1c}.week__week-selectable-day{background:#0000;border:1px solid #0000;border-radius:2px;cursor:pointer;margin:.3125rem 0;transition:.15s}.week__week-selectable-day:before{background:#fcefe2;border:1px solid #ffdba8;border-radius:2px;bottom:0;content:"";height:100%;opacity:0;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);transition:.15s;width:calc(14.28571% - 6.42857px);z-index:2}.week__week-selectable-day--active,.week__week-selectable-day:hover{background:#fcefe2;border-left-color:#ffdba8;border-right-color:#ffdba8;border-top-color:#ffdba8}.week__week-selectable-day--active:before,.week__week-selectable-day:hover:before{opacity:1}.week__wekend-week{background:#fff;cursor:pointer;padding:1rem .625rem;position:relative;z-index:3}.week__wekend-block{border-bottom:.0625rem solid #e0e0e0;display:flex;gap:.3125rem;margin-bottom:.5rem}.week__wekend-span{height:1.5rem}.week__wekend-title{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;margin-bottom:.625rem;padding-bottom:.5rem;text-transform:uppercase}.week__wekend-lesson{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.week__wekend-teacher{cursor:pointer}.week__wekend img{border:.0625rem solid #c8d9fd;border-radius:50%;height:1.25rem;width:1.25rem}.week__wekend--weeks{border:.0625rem solid #eef4ff;border-radius:.3125rem}.week__wekend--violet{background-color:#e8e0ff}.week__wekend--green,.week__wekend--violet{border-radius:.125rem;padding:.1875rem .3125rem}.week__wekend--green{background-color:#e0fff0}.week__wekend--beige{background:#ffe0e0;border-radius:.125rem;padding:.1875rem .3125rem}.week__wekend--workload{display:block}.week__wekend--workload>.week__wekend-name{font-size:.8125rem;margin-bottom:.3125rem}.week__box-list{margin-top:.625rem}.week__wekend-text{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;-webkit-hyphens:auto;hyphens:auto;overflow:hidden;text-align:left;text-overflow:ellipsis}.week__block{align-items:center;background:#e8e0ff;border-radius:.125rem;display:flex;justify-content:space-between;padding:.125rem .3125rem}.week__block-text{align-items:center;display:flex;font-size:.8125rem;font-weight:400;line-height:120%}.week__block-span,.week__block-text{color:#1c1c1c;font-family:Roboto,sans-serif;text-transform:uppercase}.week__block-span{border-radius:1.5625rem;font-size:.625rem;font-weight:600;line-height:130%;margin-left:.3125rem;padding:.0625rem;text-align:center;white-space:nowrap}.week__block-time{background-color:#fff;border-radius:.125rem;color:#4f4f4f;font-family:Roboto,sans-serif;font-size:.8125rem;font-weight:400;line-height:120%;padding:.1875rem}.week__box--green{background-color:#e0fff0}.week__box--white{background-color:#fff;border:.0625rem solid #eef4ff;border-radius:.125rem}.week__wekend__span--violet{background:rgba(125,152,246,.102);border-radius:1.5625rem;padding:.125rem}.week__box--day{background-color:#fff8ed;border-radius:1.5625rem;color:#ffa349;padding:.3125rem}.week__wekend .week__wekend-span{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:600;line-height:130%;text-transform:uppercase}.week__wekend .week__wekend-block{align-items:baseline;border-bottom:.0625rem solid #e0e0e0;display:flex;gap:.625rem;margin-bottom:.625rem}.create-modal__wrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.create-modal__title{color:#828282;font-size:.875rem;line-height:1.2}.create-modal__close{cursor:pointer}.create-modal__close-icon{height:1.5rem;width:1.5rem}.create-modal__close-icon use{fill:#828282}@media(max-width:1607px){.week__inner{height:62.5rem;overflow:auto;width:90rem}}@media(max-width:991px){.create-modal__close{display:none}}.login{background:#e0ebff url(/static/media/logo__bg.d4197b3adddc2deeeef4.svg) no-repeat bottom/cover;height:100vh;padding:12.625rem 0 12.75rem;z-index:2}.login,.login__content{align-items:center;display:flex;justify-content:center;position:relative}.login__form{background-color:#fff;border-radius:.625rem;box-shadow:.125rem .125rem .5rem 0 #0000001a;display:flex;flex-direction:column;margin:0 auto;padding:3.75rem 3.125rem;position:relative;width:33.75rem}.login__form:before{background:url(/static/media/women.f91922bd848ee499b618.png) no-repeat 0 100%/10.5774375rem 25.95325rem,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMIAAAChCAYAAACVgWDFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA7pSURBVHgB7Z1bjBtXGce/8WZzoW3ipKUUWjUTCBIqKkkq9SJxqSOktjygbiSE2j4QJ/CAhEQ2CASq1HZTXngAZfPAC0Jd7wvqA6hbIdS0PNQFHmiRiFuJqoigzFb0AmqyG5pN01w8PZ99jnPsHc9lPeM5c+b/k6a2Z71NNuuf/+f7zjke52Bj8ahP/jQRLYuj5Yjbtu+/yvfVucaBHXwLgLU4BxrekritRjwvSBKPD0gCbIBFeFHc1rRz/MKOEoMGni8kcby232ZJPOoK0iIACoLD/6nPnao7jvOEuOvK8+pdPokQQXh8CElaQpJFksMtSAJMw1F3hAyuuJkRQuyn8dCRApIAE3AGTwSkQx5wPeJRd7ilJEHRDjLDCTopZOAhEafDIXkqraHSqPDfw2NJ0NkCaeKEfZGHS0IGLqZdeSppIT1O0P4Fa8aJ8yQhxIwcLhUVtH9BKLFEYDrFtOMcFd8wpZ02OSHiotq/qmj3CO3f0hFbBIUhxfS4QGerJCQWgcmh1WoiQZJwkngECseaRFCULB2SoLd/1Ww7inaDGUkExUAxbUPdkBVo/xpKKiIwAa1WkIygzlYLQ63xkJoICpkOPBGHVEgHXqvVFEOsI5AiO1IXgRlSTGPINBqe7/ssQ4NA6mQiggLFdCa0hBD7kA7pUqEM4Xcv8UvbK455AmmxW7y5nDo4v1jkmX7jyDQRdEQ61MQvcI6KsW6pKHgyHTDBNyJjE0ER0GplIMQIiGK6gWJ6NMYuAoNWayagmB6BXERQCCGmZTroiYAh0wggHdZGriIwQ1qtHiEtRoHT4ZiQYZZALHIXQYFWayawEHuRDtFk2j5NAlqtmeCi1RoPYxJBJ6DV6hGSYlQ4HQ6IN5wmgVUYKYLCgi2ixoFiOhijRWC4mL54/uyLG66pugTSAq3WAYypEaL4xwtP0bn3/kMgFbh2mDvYWJyTXbvSY7wIFafyBKfBZ7/0DXr5N0/Sv/7yWwLp4JPPnboTPJ9DJcfoodG35xcPtX2/rxfOMrz7xl/pq9//FV17wy0EUqPUrdYJMhQZ2U+LY6N+/pbb76X2pQ/phV90598++bl7qAjcfPFd+tZ7v6N7z71Ml5x19Pb6m8gwqiIdpu/Yd5hOLMy+RCXD2EQ40PBOUUjLlOuF5372UOc+p8O2W28jk3ns7WO07fLVbcln1lXp+JZ76W/X7CYD4XQ4LNJhgUqCkSLwBJD4RcxEPe/i+f93hkonRd2wU9QQe6amjR0uHX3zSOB5k4UoU6vVuKGRHBLFeieamNxA2++4j64TL36WgY/1H9tM1xuYDtsun6WbL7276vym9gW6/YN/0l0rr9Lbkzd1xDAI3gQ0tfvBQ2dbzx6zes+DcYkQcAWfWPBQ6c+//mGnkDY1HW4//wZNLT1P264M/+SWkxtcel4kxMmNLpmE7elgVCJwl8gn+i6tAU4CbrGy2a+LOQdOB06MGz+zh0zhf5M30J8230NLE1VRPP+XNvkXVj2HJeF02Hlhkf4tZPigspEMgdOhLorpjTYW0yatPk1ts44qpPmWU+FrP3nayNrhrnMtuv/sS6EJ8YqoHTghDBsyWddqNUYEnuXkCR5KkdbCLLcCO/d3i6ESD5dMpKhCiDeumXa7fcyGT+kzQgS5F2GOMmAwHb78nZ/TTYbOPTxwtkl3nnu1aEJYsW7JiB1q49i/rKeDya1Wnmu4a6WbEGGYJkTRi+ncRchiSDSMwXTg4RIX2CbCQtwvEoIL5zAME6Kw6ZD35v3ODioaM0VJB6aIQogX1UK7OzPtUUHIVYSoZRRZoqcDt15vu++gscU0E1eI41tqYpZ6lxlCiGL6qf3bj1AByE2EuMsosobnHDgdeLmGya1WBQvx8JmFzjzDMFgCTghDhChEqzXPD/g6QYZ8fhGnAq9ZevPvL3Qec+3weZEQnBSmsvOCRw+ffja0w6SE4CFT3ohielYW00a2WnOZWb5j3w+Oihtjepj8gv/03V/vrFk68+brHSFOvfx7Y9ctMfwij5ql5nVMOz/0OsMpnqHOeen3PeLN7yFT1y3l8dmnmc0ZpAGnAw+VTsqdcKYX04o4k3KmrHQ1sdU69kTYs+/wM2TwRzpyCqgVrZwOvIiPE8LkdGDeEu/2cRJCrXTNOSGMW9U61kQwpUCOCxfQnA5cUDO3CkHufuTxQmwRjTNLbUhCNOXnLXmUI+O8PkIucwZpoLdaGZPXLenEnaU2QYi8W61jE2GcM8hZoU/EFaHVqog7B2GAELm1WscigukFchIGi2k1EWdyq1URVwiuNxaq9+e2OSiPVutYRMhzBjkrWAQWogjrlgaJK0TOu+XGum4pcxGKViAnoaitVkWcWWomz3VM42q1Zn15WaNmkLOiSKtag4gzS83kKETm6ZCpCDYUyEnQi2ne/MObgIr0aXxxJuWYHIXI7BrTmYlQ5HbpKAQNl3iCjj+ArChSmC5EFq3WzESwsUBOgl5MK1gEPpQUPFPN3SZTP6XPcCFSbbVmIoJN7dJR4SUa74iDb3nJBs9WB6HkUAdLsk2KkjdxZqkZ3gsx7pWuaRXTmYhQ9jQIgxOChTgtDr5Vj4fBIuhJoqfIOCWJO0v96C0/zuOzmEYuplMXweZ2aVZwSpyRYpyWcnCCRKELMS5JouYgfvqpQ7ltBholHVIVoawFclaoxHhHDqvChlaDKCH0oZZKlTRgIaaWjndWs+rklAg6a7rGdKoilK1dmgcqPZQcUUOrIAaL9uu0xzHxxFG9c6VVfUTMP+gcvtWYaz8mKqZTEwFpkB/60Op9KUaS9NDRh1pRnS0hAgWIoFfUuU+kxm21piYC0sA8RhlaBcEy1L73y8Obb3TdiuNsn1p6bvdX3n/F7f15ojbgGiEAliNPKSKvMZ2KCEiD4qCnBwuScGjliWOHerB0pN53HezzlU3Lj978o3lxbhd1X/hx13MPiuJRBl3HsGI6FRGQBsVHzXNEDK14HDSlHggRZsWL/moEONSsPja3V/8G8SbJMigpXCmJS9EvdF0ONdyq0ujpEthqHVkEpIG9qKHVabl3e2L9xsNvvdbsdWOECA3xu9/f+4YAEcKQkrh8VJzKLvFmyveVOFEMipJIjsF0WEcjwtdBFj8AAfvYJme3ea82I95JW+KF0/u6U6lsESd7j/22f5YSIP5fLXGzavO+EIRf1K48dot6REjSSxX1gtdf+FESrBJFXmN6SvxZLMPsSImANCgXQoStatfY0ky97lRWLaNZFjLs2DrTyGxnmZSkN9waIkkUq2qSURNhmavxGM9z5W1VJMgWGYHqfJUs369gCa2+rZNOYCHMv8caxbwY5FqQf4emfNj352iSuNQZbnUkcWl10d6fDr4/P5II8i/VoBHRorD3g3B7bsgPAXLAJ6dvCCPSYFfgiLiS35vagCR9yKu18qEX7erv2hi5RkgD+QOof+jm4Ne1oqomf4AkMQjSwG8PrrYL/vdvU2bDolGQRTEfzaCvGyFCFFpR1YtCKQcfLAev/XUJZEl/UesPfSMyUoQoCiFCEJocDX4so68mhlQP+t1xKhIjPZblv7eOSxZRWBEGkdHXoKti1PgGaZEKfRKIjpFLlmGNCIPIdSV8qGHUNKRYG6KrMrj5wLq0tVYEHRnrdb6vJcV+AnFp6g/WXX9Dtf3hBaJLF8m/dIlsIPerauaFqinkojGXwFBEIuzQF6qtvHacJ9Lqfc85v9K9c+XKgWu/+M0GFYzSiqDDKSGK7EO+tqAM9PDm6u7VFacnnqmun9i0FPL8xjVfeCDOJKtRVAh06omn6u4+fufjWUYCPQbrg4mJDbWIb4n6upFABA2Of3HUIUQf/TPKfqUW8XyXCghECABC9NHUHzgV2hX1DTx8ooIBEUKAEB0GEiH6Hb+6YfMWKhgolhMgP8GvTF2mliiU9+gnRMcocvOJKJYL97pCIiSAt/dxB4W3+lFB19QkQfycARdOcKz8uSHCGhBCzIgXyZ4SDJeaq0/54SL4TosKCERYI1r9wD1zj+ykFfPcVRwfIpQRHi7JdDhG9rHqRd1eeT/0wms++eGfEmwopVhrlDVyY9G0KKZnqbu4b1iLUd+Wqt83kVbQVS0v//EPy47ssTiTk0ST6+Ux2Tm3/hMff5EKCERIEbkeZzrJ92hbCOVm9Mr2hB9rkgnBhTJ1N+TInlBnwV1n0d3K1a+feY+KCETIGW0LIbOgf03bojqlbVEdF80h512yEIhgMINbVMe8Cy+w6HUqznYbP8YKIhSIkF14D1L6Uqyp+3Ph8pVEH/JlCphZtgQ5682bjWo0OqtmlBXLTx4IvSxY9fG5Qr6m0D61BDnrvVdbF+XRGhlaKHdxyUIwNLIMOXyq8/0R1kY1g04uzdSt/WQQJILFaGujks5+D6sPXLIUiFAC1iDEMBGQCKD4xBQicEZZ4pKlQIQSItdH7ZXLyfsILZQdiAAsQ66enQnYfRc2f4ChEbCTgOXkQ0VwKpXtZCkQAXRQwyUKTQTf2kTAPALoEeMq9XGuVVZIkAggPtGfYAERQClAsQzKjY3XRNCBCCAuLlkMRADxmLD7UlwQAcTjCkQAwOrlFQxEAHFBIgBg8/IKBiKAmNi7vIKBCCAeMa6LIOoIjwoKRABxccliIAKIxOZN+wqIAOLgkuVABBAHJAIAti+vYCACiMbH0AiA7jURLAcigDi4ZDkQAUTSuSaC5UAEEIdYQyO/7Rfy2ggMRADRxCyWKw4tUUGBCCAOKJZBubF9074CIoAoXCoBEAEAggggGpdKAEQA4Vi+aV8BEUAU1neMGIgAQrF9074CIoAI7N60r4AIIJwES7DbPi1SQYEIIAokAig3ctM+RAClpxQSMBABhOFSSYAIYDgl2LSvgAhgOCXYtK+ACGA4Jdi0r4AIIAyXSgJEAEMpw6Z9BUQAgCACCCNpsYzrIwBLcakkQAQQSBmuiaADEcAwXCoREAEMA4kAACERAOjgUYmACCCQrTONpu/TPJUEiACGsvWJuXoCGZapTU0qKBABhNKVwT8S8TTPb/t7RYp4VFAcAiAG/GHAzoQzJ2aba72TDonhkz+/9fFGgwoORACJEELUqNtRahY5AQb5COIq53kRKW+YAAAAAElFTkSuQmCC) no-repeat 100% 0/12.125rem 10.022rem;content:"";height:42.5rem;left:-9.6875rem;position:absolute;top:-4.5rem;width:47.3125rem}.login__form:after{background:url(/static/media/books.f3e7387d76c935684d21.png) no-repeat 0 100%/contain;bottom:1.50125rem;content:"";height:17.7484375rem;position:absolute;right:-12.639375rem;width:19.5766875rem;z-index:-1}.login__form-inner{position:static;z-index:1}.login__form-img{display:flex;justify-content:center}.login__form-logo{margin-bottom:1.875rem;width:6.25rem}.login__form-title{color:#1c1c1c;font-size:1.5rem;font-weight:600;margin-bottom:1.875rem;text-align:center}.login__form-label,.login__form-title{font-family:Roboto,sans-serif;line-height:120%}.login__form-label{color:#828282;display:flex;flex-direction:column;font-size:1rem;font-weight:500}.login__form__label-text{margin-bottom:.625rem}.login__form__lable-input{background:#eef4ff;border:none;border-radius:.3125rem;margin-bottom:.9375rem;padding:.5rem 1rem}.login__form__bottom-label{align-items:flex-start;display:flex;gap:.625rem}.login__form-bottom{align-items:center;display:flex;justify-content:space-between}.login__form__bottom-span{color:#828282;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:120%}.login__form__bottom-text{color:#bdbdbd;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase}.login__form-button{display:flex;justify-content:center;margin-top:1.9375rem}.login__form-btn{align-items:center;background:#ffa349;border-radius:.3125rem;color:#fff;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;gap:.3125rem;padding:.9375rem 5.4375rem;text-align:center;text-transform:uppercase}.login__form-svg{fill:#fff;height:1.25rem;width:1.25rem}@media only screen and (max-width:47.9875em){.login__form{height:100%;padding:1.875rem 1.25rem;width:100%}.login__form:after,.login__form:before{content:none}.login__form-logo{height:6.25rem;width:15.625rem}}@media only screen and (max-width:35.9875em){.login__form__bottom-label{max-width:139px}}:root{--toastify-toast-width:550px;--toastify-toast-min-height:45px;--toastify-font-family:Roboto,sans-serif;--toastify-text-color-light:#1c1c1c}.Toastify__toast{border:1px solid #7d98f6;border-radius:10px;box-shadow:2px 2px 8px 0 #0000001a;padding:14px 20px}.Toastify__toast-body{font-size:14px;font-weight:500;line-height:1;margin:0;padding:0}.Toastify__toast-icon{height:22px;width:22px}.Toastify__toast-icon svg{fill:#828282;height:22px;width:22px}.Toastify__toast--success{border:1px solid #fe7c11}.Toastify__toast--error{border:1px solid #eb5757}.lesson-editing-btn{margin-bottom:2rem}.lesson-editing__pagination{align-items:center;display:flex;gap:.75rem}.lesson-editing__pagination.mt{margin-top:1rem}.lesson-editing__link-url .field__wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M13.024 17.395a.896.896 0 0 1 0 1.265l-.931.938a5.362 5.362 0 0 1-3.817 1.58A5.399 5.399 0 0 1 4.46 11.96L6.721 9.7a5.374 5.374 0 0 1 3.656-1.58h.161c1.321 0 2.596.484 3.583 1.362a.889.889 0 0 1 .25.968.899.899 0 0 1-.795.599h-.054c-.219 0-.43-.08-.595-.225a3.595 3.595 0 0 0-2.397-.91h-.107a3.595 3.595 0 0 0-2.442 1.054L5.72 13.226a3.605 3.605 0 1 0 5.098 5.098l.932-.931a.895.895 0 0 1 1.267 0l.007.002Zm6.613-12.893-.043-.043a5.402 5.402 0 0 0-7.632 0l-.933.93a.896.896 0 0 0 1.267 1.267l.932-.932a3.606 3.606 0 0 1 5.098 5.099l-2.262 2.262a3.595 3.595 0 0 1-2.442 1.054h-.105a3.602 3.602 0 0 1-2.397-.91.893.893 0 0 0-.599-.227h-.054a.895.895 0 0 0-.842.95.907.907 0 0 0 .3.617 5.393 5.393 0 0 0 3.585 1.362h.159a5.382 5.382 0 0 0 3.657-1.578l2.268-2.257a5.403 5.403 0 0 0 .043-7.591v-.003Z' fill='%23BDBDBD'/%3E%3C/svg%3E") 50% no-repeat;content:"";height:100%;position:absolute;width:3.5rem;z-index:1}.lesson-editing__link-url input{padding-left:3.5rem}.lesson-editing__form{display:flex;flex-direction:column;row-gap:1.25rem}.lesson-editing__link-title{gap:.5rem}.answer-block{--columns:5;--gap:0.5rem;gap:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.answer-block__top{margin-bottom:.625rem}.answer-block__bottom{align-items:center;counter-reset:item;display:flex;flex-direction:column;gap:.625rem}.answer-block__list{grid-gap:var(--gap);display:grid;gap:var(--gap);grid-template-columns:repeat(var(--columns),1.1875rem);list-style-type:none}.answer-block__list--chars .answer-block__item:first-child{grid-column-start:2}.answer-block__list--bottom:before{align-items:center;content:counter(item);counter-increment:item;display:flex;justify-content:center}.answer-block__item{align-items:center;border-radius:.1875rem;color:#1c1c1c;display:flex;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;justify-content:center;line-height:120%;text-align:center}@media only screen and (max-width:47.9875em){.answer-block{margin-top:1.25rem}}.tests__inner{border-bottom:.0625rem solid #bdbdbd;display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem;padding-bottom:2rem}.tests__title{color:#1c1c1c;font-size:1.5rem;font-weight:600;line-height:120%;margin-bottom:3.75rem}.tests__text,.tests__title{font-family:Roboto,sans-serif}.tests__text{color:#828282;font-size:1rem;font-weight:400;line-height:130%}.tests__task-caption{margin-bottom:1.25rem}.tests__block{border:.0625rem solid #c8d9fd;border-radius:.3125rem;padding:1.25rem}.tests__subtitle{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;line-height:130%;margin-bottom:1.25rem;max-width:43.4375rem}.tests__box{background:#ffdba8;border-radius:.625rem;margin-bottom:2.5rem;padding:1.25rem}.tests__box img{border:.0625rem solid #e0e0e0;border-radius:.625rem;margin-bottom:.625rem;margin-top:.625rem}.tests__box p{color:#1c1c1c;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400}.tests__photo{border:.0625rem solid #e0e0e0;border-radius:.625rem;margin-bottom:.625rem;max-width:21.875rem;overflow:hidden;width:100%}.tests__photo img{display:block;height:100%;object-fit:cover;width:100%}.tests__answers p{color:#828282;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:130%}.tests__list{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.25rem}.tests__item:not(.tests__item--element){column-gap:.3125rem;display:flex}.tests__item:not(.tests__item--element) .radio{width:auto}.tests__item-photo{border:.0625rem solid #e0e0e0;border-radius:.625rem;max-width:9.375rem;overflow:hidden;position:relative;width:100%}.tests__item-photo img{display:block;height:100%;object-fit:cover;width:100%}.tests__item-lable{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:130%;margin-top:0}.tests__item--element{display:flex;flex-basis:9.375rem;flex-direction:column;gap:.5rem}.tests__item--element .tests__item-lable{flex-wrap:wrap}.tests__item--element .tests__item-lable>span{-webkit-hyphens:auto;hyphens:auto}.tests__item--radio{align-items:flex-start;padding:0}.tests__item.--answer{pointer-events:none}.tests__item.--answer:not(.--selected){opacity:.5}.tests__description{display:flex;gap:1.875rem;margin-top:1.25rem}.tests__lable{align-items:center;color:#1c1c1c;color:var(--Black,#1c1c1c);display:flex;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;gap:.75rem;line-height:130%}.tests__content{grid-gap:1.875rem;display:grid;gap:1.875rem;grid-template-columns:1fr 1fr;padding:0 1.25rem 1.25rem}.tests__scroll{display:flex;flex-direction:column;gap:1.25rem;list-style-type:decimal}.tests__scroll-text{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:130%}.tests__alternative{counter-reset:my-counter;display:flex;flex-direction:column;gap:1.25rem;list-style-type:none}.tests__alternative-text{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:130%;max-width:15.9375rem}.tests__alternative-text:before{content:counter(my-counter,ua-alpha) ".";counter-increment:my-counter;margin-right:.5em}.tests__alternative-photo{border-radius:.625rem;max-width:9.375rem;overflow:hidden;width:100%}.tests__alternative-photo img{display:block;height:100%;object-fit:cover;width:100%}.tests__alternative-item{display:flex;gap:.5rem}.tests__alternative--element{display:grid;grid-template-columns:repeat(2,12.5rem)}.tests__table{--columns:4;--gap:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tests__table__top{margin-bottom:10px}.tests__table__bottom{align-items:center;counter-reset:item;display:flex;flex-direction:column;gap:10px}.tests__table__list{grid-gap:var(--gap);display:grid;gap:var(--gap);grid-template-columns:repeat(var(--columns),19px);list-style-type:none}.tests__table__list--chars .answer-block__item:first-child{grid-column-start:2}.tests__table__list--bottom:before{align-items:center;content:counter(item);counter-increment:item;display:flex;justify-content:center}.tests__table__item{align-items:center;border:1px solid #000;border-radius:3px;display:flex;justify-content:center}.tests__buttons{display:flex;gap:.75rem;margin-top:1.25rem}.tests__info{display:flex;flex-direction:column;gap:.625rem}.tests__info-text{color:#1c1c1c;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:120%}.tests__info-text.--answer{color:#4f4f4f;color:var(--grey-2);margin-bottom:1rem}.tests__info-text u{font-weight:700}.tests__info-input{background:#0000;border:none;border-bottom:.0625rem solid #fe7c11;color:#fe7c11;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;height:.875rem;line-height:1;margin:0 .1875rem;outline:none}.tests__fill-label{cursor:pointer;position:relative}.tests__fill-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Cpath fill='%23D9D9D9' d='M0 0h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M7.997 9.997 4.664 6.664h6.667L7.997 9.997Z' fill='%23FE7C11'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:.875rem;position:absolute;right:0;width:.875rem;z-index:-1}.tests__fill-label .tests__info-input{cursor:pointer}.tests__fill-list{background-color:#fff;background-color:var(--white);border:.0625rem solid #f2f2f2;border:.0625rem solid var(--grey-6);border-radius:.3125rem;box-shadow:2px 2px 8px 0 #0000001a;max-height:10.3125rem;padding:.5rem .25rem;position:absolute;right:0;width:-webkit-max-content;width:max-content}.tests__fill-scroll{-ms-overflow-style:.1875rem;max-height:9.3125rem;overflow-y:auto;scrollbar-width:.1875rem}.tests__fill-scroll::-webkit-scrollbar{width:.1875rem}.tests__fill-scroll::-webkit-scrollbar-thumb{background-color:#a6c0fb;background-color:var(--blue-300);border-radius:.625rem}.tests__fill-item{cursor:pointer;display:block;padding:.25rem .75rem}@media(hover:hover)and (pointer:fine){.tests__fill-item:hover{background-color:#eef4ff;background-color:var(--grey-50,#eef4ff)}}.tests .matrix-grid{display:flex;flex-direction:column;row-gap:.625rem}.tests .matrix-grid .row-item{column-gap:.625rem;display:flex}.tests .matrix-grid .cell-item{height:1.25rem;width:1.25rem}.tests .matrix-grid .cell-item,.tests__answer-icon{align-items:center;display:flex;justify-content:center}.tests__answer-icon{background-color:#fff;background-color:var(--white);border-radius:.3125rem;height:1.5rem;width:1.5rem}.tests__answer-icon svg{height:1.25rem;width:1.25rem}.tests__answer-icon.--true{fill:#27ae60}.tests__answer-icon.--false{fill:#eb5757}.tests__answer-icon.--img{position:absolute;right:.5rem;top:.5rem}.tests__mark{align-items:center;column-gap:.5rem;display:flex;margin-bottom:2rem}.tests__mark-caption{color:#bdbdbd;color:var(--grey-4);font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:120%}.tests__retake{border:.125rem dashed #e0ebff;border:.125rem dashed var(--blue-100);border-radius:.3125rem;padding:2rem}.tests__retake p{color:#828282;color:var(--grey-3);font-size:1rem;font-style:normal;font-weight:500;line-height:1.2;text-align:center}@counter-style ua-alpha{symbols:"А" "Б" "В" "Г" "Ґ" "Д" "Е" "Є" "Ж" "З" "И" "І" "Ї" "Й" "К" "Л" "М" "Н" "О" "П" "Р" "С" "Т" "У" "Ф" "Х" "Ц" "Ч" "Ш" "Щ" "Ь" "Ю" "Я";system:fixed}@media only screen and (max-width:47.9875em){.tests__block{border:none;padding:0}.tests__description{display:grid;grid-template-columns:1fr 1fr}.tests__content{grid-template-columns:1fr;padding:0}.tests__alternative{grid-template-columns:1fr 1fr}.tests__scroll{border-bottom:.0625rem solid #bdbdbd;list-style-position:inside;margin-top:1.25rem;padding-bottom:1.25rem}}.ConfirmPopup_description__J0fm3{color:var(--grey-3);margin-bottom:1.875rem;text-align:center}.ConfirmPopup_wrapper__lhySB{align-items:center;display:flex;gap:.75rem;justify-content:center}@media only screen and (max-width:47.9875em){.ConfirmPopup_wrapper__lhySB{flex-direction:column}}.ConfirmPopup_btn__yJc01{flex:1 1}[data-simplebar]{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;position:relative}.simplebar-wrapper{height:inherit;max-height:inherit;max-width:inherit;overflow:hidden;width:inherit}.simplebar-mask{direction:inherit;height:auto!important;overflow:hidden;width:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{bottom:0;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.simplebar-offset{-webkit-overflow-scrolling:touch;box-sizing:inherit!important;direction:inherit!important;resize:none!important}.simplebar-content-wrapper{-ms-overflow-style:none;box-sizing:border-box!important;direction:inherit;display:block;height:100%;max-height:100%;max-width:100%;overflow:auto;position:relative;scrollbar-width:none;width:auto}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;pointer-events:none;width:100%}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;flex-basis:0;flex-grow:inherit;flex-shrink:0;float:left;height:100%;margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:relative;width:100%;z-index:-1}.simplebar-height-auto-observer{box-sizing:inherit;display:block;height:1000%;left:0;min-height:1px;min-width:1px;opacity:0;top:0;width:1000%;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{overflow:hidden;pointer-events:none;position:absolute}.simplebar-track{bottom:0;right:0;z-index:1}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{-webkit-touch-callout:none;pointer-events:none;-webkit-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{left:0;min-height:10px;position:absolute;right:0}.simplebar-scrollbar:before{background:#000;border-radius:7px;content:"";opacity:0;position:absolute;transition:opacity .2s linear .5s}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{bottom:2px;left:2px;right:2px;top:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{bottom:0;left:0;min-height:0;min-width:10px;right:auto;top:0;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.simplebar-dummy-scrollbar-size{-ms-overflow-style:scrollbar!important;direction:rtl;height:500px;opacity:0;overflow-x:scroll;overflow-y:hidden;position:fixed;visibility:hidden;width:500px}.simplebar-dummy-scrollbar-size>div{height:200%;margin:10px 0;width:200%}.simplebar-hide-scrollbar{-ms-overflow-style:none;left:0;overflow-y:scroll;position:fixed;scrollbar-width:none;visibility:hidden}._unread_fpoxd_1{position:relative;width:-webkit-min-content;width:min-content}._unreadExist_fpoxd_5:before{background-color:#fe7c11;border-radius:50%;content:"";height:10px;left:-4px;position:absolute;top:-4px;width:10px}
/*# sourceMappingURL=main.82ac1d26.css.map*/