*{margin:0;padding:0;box-sizing:border-box;font-family:Manrope,sans-serif}body{background:#f1f2f4;min-height:100vh;display:flex;flex-direction:column;padding:20px}.header{display:flex;justify-content:space-between;align-items:center;max-width:1312px;margin:0 auto 40px;width:100%}.logo{width:43px;height:43px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center}.header-buttons{display:flex;gap:12px}.btn-register{padding:12px 24px;background:#fff;color:#000;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s;text-decoration:none}.btn-login{padding:12px 24px;background:#4172f1;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s;text-decoration:none}.btn-register,.btn-login{transition:all .3s ease}.btn-register:hover{transform:translateY(-3px);box-shadow:0 5px 15px #4172f14d;background:#f8f9fa}.btn-login:hover{transform:translateY(-3px);box-shadow:0 5px 15px #4172f166;background:#3158d4}.auth-section{width:533px;padding:48px;display:flex;flex-direction:column;justify-content:center;gap:32px}.auth-section form{gap:16px;display:flex;flex-direction:column}.auth-title{font-size:24px;font-weight:500;color:#2e2e2e}.password-link{text-align:right;color:gray}.password-link a{color:#4172f1;text-decoration:none;font-size:16px;font-weight:500}.password-link a:hover{text-decoration:underline}.remember-me{display:flex;align-items:center;gap:8px;color:#555;font-size:16px}.remember-me input[type=checkbox]{width:24px;height:24px;cursor:pointer;padding:4px;border-radius:4px;transform:scale(.8)}.login-btn{width:100%;padding:15px;background:#4172f1;color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:background .3s}.login-btn:hover{background:#3158d4}.register-link{text-align:center;color:#555;font-size:16px}.register-link a{color:#4172f1;text-decoration:none;font-weight:500}.register-link a:hover{text-decoration:underline}.auth-actions{display:flex;flex-direction:column;gap:12px;align-items:center}@media(max-width:768px){.auth-section{width:100%;max-width:400px;margin:auto}.auth-title{font-size:24px;text-align:center}.password-link{text-align:center}.header-buttons{gap:10px}.btn-register,.btn-login{padding:8px 16px;font-size:14px}}@media(max-width:569px){.auth-section{padding:20px 15px}.auth-title{font-size:22px}.input-container{margin-bottom:20px}.password-link{font-size:14px}.logo img{height:30px}}.auth-page .header,.choice-role-page .header{display:flex;justify-content:space-between;align-items:center;max-width:1312px;width:100%;margin:0 auto 40px}.auth-page .logo,.choice-role-page .logo{width:43px;height:43px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center}.auth-page .header-buttons,.choice-role-page .header-buttons{display:flex;gap:12px}.auth-page .btn-register,.choice-role-page .btn-register{padding:12px 24px;background:#fff;color:#191919;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;text-decoration:none;transition:color .3s ease,background-color .3s ease}.auth-page .btn-login,.choice-role-page .btn-login{padding:12px 24px;background:#4172f1;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;text-decoration:none;transition:color .3s ease,background-color .3s ease}.auth-page .btn-register:hover,.choice-role-page .btn-register:hover{transform:none;box-shadow:none;color:#4172f1;background:#fff}.auth-page .btn-login:hover,.choice-role-page .btn-login:hover{transform:none;box-shadow:none;color:#c9cdd6;background:#4172f1}.auth-page{padding-top:32px}.registration-section{max-width:533px;padding:48px;display:flex;flex-direction:column;gap:32px}.registration-title{font-size:24px;font-weight:500;color:#2e2e2e}.registration-form{display:flex;flex-direction:column;gap:16px}.input-container{position:relative;border:2px solid #e1e1e1;border-radius:8px;height:48px;background-color:#fff}.input-container input{background:#fff!important;color:#000!important;color-scheme:light!important}.input-container.floating{position:relative;border:2px solid #e1e1e1;border-radius:8px;height:48px;background-color:#fff}.input-container.floating label{position:absolute;top:27%;left:12px;font-size:16px;color:#999;transition:all .3s ease;pointer-events:none}.input-container.floating input{width:100%;height:100%;padding:12px;border:none;border-radius:8px;font-size:16px;background:#fff!important}.input-container.floating input:focus+label,.input-container.floating input:not(:placeholder-shown)+label{top:3px;font-size:10px;color:#999;background:none}.input-container.floating input:focus,.input-container.floating input:not(:placeholder-shown){padding-bottom:3px}.required{color:#f14173}.password-container{position:relative}.password-toggle{position:absolute;right:12px;top:55%;transform:translateY(-50%);cursor:pointer;z-index:2;opacity:0;visibility:hidden;transition:opacity .3s ease}.password-container input:focus~.password-toggle,.password-container input:not(:placeholder-shown)~.password-toggle{opacity:1;visibility:visible}.eye-icon{width:18px;height:18px}.checkbox-group{display:flex;flex-direction:column;gap:12px;margin:16px 0}.checkbox-yes{display:flex;align-items:flex-start;gap:12px;max-width:437px}.checkbox-yes input[type=checkbox]{width:24px;height:24px;flex-shrink:0;margin-top:2px}.checkbox-yes label{font-size:14px;line-height:1.4;color:#555;cursor:pointer}.but-reg{display:flex;flex-direction:column;gap:12px}.login-link{text-align:center;color:#555;font-size:14px}.login-link a{color:#4172f1;text-decoration:none;font-weight:500}.submit-btn{width:100%;padding:12px;background:#4172f1;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background .3s}.submit-btn:hover{background:#3158d4}@media(max-width:768px){.registration-section{width:100%;max-width:400px;padding:30px 20px;margin:0 auto}.registration-title{font-size:22px;text-align:center}.role-selection{flex-direction:column}.checkbox-yes{max-width:100%}.checkbox-yes label{font-size:11px}}@media(max-width:480px){.registration-section{padding:20px 15px}.registration-title{font-size:20px}.input-container{height:44px}.input-container input,.role-option{padding:10px;font-size:14px}.submit-btn{padding:12px;font-size:14px}}@media(max-width:360px){.registration-section{padding:15px 10px}.checkbox-yes{gap:8px}.checkbox-yes input[type=checkbox]{width:20px;height:20px}.checkbox-yes label{font-size:10px}}.main-container{display:flex;width:100%;height:821px;margin:50px auto;padding:32px;background:#fff;border-radius:20px;overflow:hidden;gap:48px;box-shadow:0 10px 30px #0000001a;max-width:1312px}.welcome-section{flex:1;background:#e4f2ff;display:flex;flex-direction:column;align-items:flex-start;padding:48px;position:relative;border-radius:8px;text-align:center}.welcome-title{font-size:48px;color:#343a40;font-weight:500;text-align:left;line-height:1.2;margin-bottom:0}.highlight{color:#343a40;position:relative;font-weight:500}.highlight:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:4px;background:#4172f1}.welcome-image{margin:auto;display:flex;align-items:center;justify-content:center;max-width:500px}.welcome-img{width:100%;height:auto;max-width:100%;animation:float 2s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.welcome-text{display:flex;color:#495057;width:100%;height:58px;justify-content:space-between}.welcome-text a{text-align:left;font-size:24px;font-weight:400}.log_image{align-items:flex-start}.img_with_logo{margin-top:24px;height:36px}@media(max-width:768px){.main-container{flex-direction:column;height:auto;gap:0px}.welcome-section{width:auto;height:auto}.welcome-title{font-size:20px;text-align:center}.welcome-img{max-width:200px;margin:0 auto;height:200px}.welcome-text{width:100%}}@media(max-width:569px){.header{padding:10px 15px}.main-container{padding:15px}.welcome-title{font-size:18px}.welcome-text{flex-direction:column;align-items:center;height:100%}.welcome-img{max-width:150px}}.choice-role-page{padding-top:32px}.role-container{margin:auto;width:843px;height:560px;background:#fff;border-radius:12px;padding:32px 48px 64px;display:flex;flex-direction:column;gap:32px;box-shadow:0 10px 30px #0000001a}.role-title{font-size:24px;font-weight:500;color:#333;text-align:left}.roles-grid{display:flex;gap:24px;width:747px;height:366px;margin:0 auto}.role-card{width:362px;height:400px;border-radius:12px;padding:16px 24px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease;gap:8px;position:relative;overflow:hidden}.role-card.teacher-card:before{content:"";position:absolute;top:22px;left:200px;width:325px;height:325px;background:url(/img/svg/role_logo.svg) no-repeat center center;background-size:contain;z-index:0}.role-card.teacher-card .role-icon,.role-card.teacher-card .role-name,.role-card.teacher-card .role-description,.role-card.teacher-card .role-button{position:relative;z-index:1}.teacher-card{background:#c8b6f9}.role-card.student-card:before{content:"";position:absolute;top:22px;right:200px;width:325px;height:325px;background:url(/img/svg/role_logo1.svg) no-repeat center center;color:#94cbff;background-size:contain;z-index:0}.role-card.student-card .role-icon,.role-card.student-card .role-name,.role-card.student-card .role-description,.role-card.student-card .role-button{position:relative;z-index:1}.role-button.teacher-btn{background:#fff;color:#000;font-weight:500;font-size:16px;padding:12px 24px;border-radius:8px;display:flex;width:314px;height:43px;gap:4px}.role-button.student-btn{background:#fff;color:#000;font-weight:500;padding:12px 24px;border-radius:8px;display:flex;gap:4px;width:314px;height:43px;align-items:center;justify-content:center}.btn-arrow{width:19px;height:19px}.student-card{background:#bedfff}.role-icon{width:192px;height:192px}.role-name{font-size:24px;font-weight:500;color:#000}.role-description{font-size:16px;color:#343a40;flex-grow:1}.role-button{padding:12px 32px;background:#4172f1;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:background .3s ease;transition:all .3s ease;position:relative;top:0;text-decoration:none}.role-button:hover .btn-arrow{transform:rotate(45deg);transition:transform .3s ease}.role-button:hover{transform:translateY(2px);transition:transform .3s ease}.role-button:hover~.role-icon{animation:floatHover 1.5s ease-in-out infinite}@keyframes floatHover{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(max-width:768px){.role-container{height:auto;margin:20px auto;width:100%}.roles-grid{flex-direction:column;align-items:center;height:auto;align-items:flex-start;width:100%;margin:0}.role-card{width:100%;margin-bottom:20px;padding:20px}.role-title{text-align:center}.role-name{font-size:20px}.role-description{font-size:14px}.icon-wrapper{width:150px;height:150px}.role-button{width:320px;font-size:16px}.role-card.student-card:before{left:50%;transform:translate(-50%)}.role-card.teacher-card:before{left:50%;transform:translate(-50%)}}@media(max-width:590px){.roles-container{gap:15px;width:100%}.roles-grid{align-items:flex-start;width:100%;margin:0}.role-card.teacher-card:before{left:50%;transform:translate(-50%)}.role-card.student-card:before{left:50%;transform:translate(-50%)}}@media(max-width:500px){.role-card{padding:10px;width:350px}.role-button{width:220px;font-size:12px}.icon-wrapper{width:100px;height:100px}.role-card.teacher-card:before{left:50%;transform:translate(-50%)}.role-card.student-card:before{left:50%;transform:translate(-50%)}}.choice-role-page{min-height:100%;width:100%}.dashboard .sidebar-nav__link{display:flex;align-items:center;text-decoration:none;color:#212529;font-size:16px;font-weight:400;transition:background-color .3s ease,color .3s ease;position:relative;box-sizing:border-box;width:100%;padding:10px 24px;gap:12px}.dashboard .sidebar-nav__promo{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin:0 24px;padding:16px;width:172px;height:200px;box-sizing:border-box;border-radius:16px;color:#fff;position:relative;overflow:hidden;background:url(/img/svg/promo_logo.svg) no-repeat,#4172f1;background-size:cover;isolation:isolate}.dashboard .sidebar-nav__promo-text{font-size:16px;line-height:22px;font-weight:500;margin:0 0 4px;max-width:136px}.dashboard .sidebar-nav__promo-subtext{font-size:14px;line-height:1.2;font-weight:500;color:#bedfff;margin:0 0 auto;max-width:140px}.dashboard.student-page .sidebar-nav__promo-subtext{line-height:1.2}.dashboard .sidebar-nav__link--help{display:flex;align-items:center;padding:10px 24px;text-decoration:none;color:#333;font-size:16px;margin-top:48px;transition:color .3s ease}.dashboard .search__field{width:100%;padding:12px 16px 12px 42px;border-radius:16px;font-family:Manrope,sans-serif;font-size:16px;font-weight:400;background:#fff;transition:all .3s ease;border:none;line-height:1.5}.dashboard .search:before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M8.25 14.25C11.5637 14.25 14.25 11.5637 14.25 8.25C14.25 4.93629 11.5637 2.25 8.25 2.25C4.93629 2.25 2.25 4.93629 2.25 8.25C2.25 11.5637 4.93629 14.25 8.25 14.25Z' stroke='%236C757D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3Cpath d='M15.75 15.75L12.4875 12.4875' stroke='%236C757D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;z-index:2}.dashboard .user__name{font-family:Manrope,sans-serif;font-size:16px;font-weight:500;color:#212529;line-height:1.2}.dashboard .dropdown__toggle{display:flex;align-items:center;gap:8px;background-color:#f1f2f4;border:none;border-radius:16px;padding:6px 12px;font-size:12px;font-weight:500;color:#495057;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard .dropdown__item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:12px;color:#495057}.student-page .choice{margin:0;background-color:var(--background-white);border-radius:16px;padding:24px 24px 32px}.student-page .choice__title{font-size:18px;font-weight:500;color:var(--primary-dark)}.student-page .choice__line{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.student-page .choice__all{display:flex;color:var(--text-gray);text-decoration:none;align-items:center;gap:4px}.student-page .choice__all-text{font-size:16px;font-weight:400}.student-page .choice__all-icon{width:19px;height:19px;transition:transform .5s ease}.student-page .choice__all:hover .choice__all-icon{transform:rotate(45deg)}.student-page .choice__card{height:86px;padding:10px 0 32px 12px;border-radius:8px;background:var(--background-white);text-decoration:none;color:var(--text-dark);display:flex;box-shadow:var(--shadow-card);background-repeat:no-repeat;background-position:bottom 0% right 0%;position:relative;overflow:hidden;background-size:45% auto}.student-page .choice__card:hover{background-size:45% auto}.student-page .choice__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.student-page .choice__card-text{font-size:16px;font-weight:400;max-width:117px}.student-page .choice__card--math{background-image:url(../img/svg/math-1.svg)}.student-page .choice__card--math:hover{background-image:url(../img/svg/math-2.svg)}.student-page .choice__card--biology{background-image:url(../img/svg/biology-1.png)}.student-page .choice__card--biology:hover{background-image:url(../img/svg/biology-2.png)}.student-page .choice__card--history{background-image:url(../img/svg/history-1.svg)}.student-page .choice__card--history:hover{background-image:url(../img/svg/history-2.svg)}.student-page .choice__card--social{background-image:url(../img/svg/social-1.svg)}.student-page .choice__card--social:hover{background-image:url(../img/svg/social-2.svg)}.student-page .choice__card--chemistry{background-image:url(../img/svg/chemistry-1.svg)}.student-page .choice__card--chemistry:hover{background-image:url(../img/svg/chemistry-2.svg)}.student-page .choice__card--informatics{background-image:url(../img/svg/informatics-1.svg)}.student-page .choice__card--informatics:hover{background-image:url(../img/svg/informatics-2.svg)}.student-page .choice__card--astronomy{background-image:url(../img/svg/astronomy-1.png)}.student-page .choice__card--astronomy:hover{background-image:url(../img/svg/astronomy-2.png)}.student-page .choice__card--literature{background-image:url(../img/svg/literature-1.svg)}.student-page .choice__card--literature:hover{background-image:url(../img/svg/literature-2.svg)}.student-page .choice__card--english{background-image:url(../img/svg/english-1.svg)}.student-page .choice__card--english:hover{background-image:url(../img/svg/english-2.svg)}.student-page .choice__card--russian{background-image:url(../img/svg/russian-1.svg)}.student-page .choice__card--russian:hover{background-image:url(../img/svg/russian-2.svg)}.student-page .choice__card--geography{background-image:url(../img/svg/geography-1.svg)}.student-page .choice__card--geography:hover{background-image:url(../img/svg/geography-2.svg)}.student-page .choice__card--physics{background-image:url(../img/svg/physics-1.svg)}.student-page .choice__card--physics:hover{background-image:url(../img/svg/physics-2.svg)}@media(max-width:1200px){.student-page .choice__cards{grid-template-columns:repeat(3,1fr);gap:10px}.student-page .choice{min-height:400px}.student-page .choice__card-text{font-size:16px}}@media(max-width:1024px){.student-page .choice__cards{grid-template-columns:repeat(2,1fr)}.student-page .choice{min-height:480px}.student-page .choice__card{padding:10px 40px 22px 12px;background-size:45% auto}.student-page .choice__card-text{font-size:16px;max-width:70%}}@media(max-width:768px){.student-page .choice{padding:20px 16px;min-height:520px}.student-page .choice__cards{grid-template-columns:repeat(2,1fr);gap:8px}.student-page .choice__card{padding:8px 36px 20px 10px;background-size:40% auto}.student-page .choice__card-text{font-size:15px;max-width:75%;line-height:1.25}}@media(max-width:480px){.student-page .choice__cards{grid-template-columns:1fr;gap:8px}.student-page .choice{min-height:auto;padding-bottom:24px}.student-page .choice__card{aspect-ratio:169 / 70;padding:10px 44px 20px 12px;background-size:35% auto}.student-page .choice__card-text{font-size:16px;max-width:80%}.student-page .choice__line{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px}.student-page .choice__all{align-self:flex-end}}.student-page .editable-section{background:var(--background-white);border-radius:16px;padding:24px;box-shadow:var(--shadow-card);overflow:hidden}.student-page .editable-section__inner{display:flex;flex-direction:column;gap:24px}.student-page .editable-section__header{display:flex;justify-content:space-between;align-items:center}.student-page .editable-section__title{font-size:18px;font-weight:500;color:var(--text-dark)}.student-page .editable-section__nav{display:flex;gap:8px}.student-page .editable-section__nav-button{background:transparent;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.student-page .editable-section__nav-button:hover:not(:disabled){opacity:.7}.student-page .editable-section__nav-button:disabled{cursor:not-allowed}.student-page .editable-section__cards-container{display:grid;grid-auto-flow:column;grid-auto-columns:233px;gap:12px;padding:4px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.student-page .editable-section__cards-container::-webkit-scrollbar{display:none}.student-page .editable-section__cards{display:flex;gap:12px;transition:transform .3s ease;width:max-content;padding:4px 0}.student-page .material-card{background:#f8f9fa;border-radius:16px;padding:16px;transition:var(--transition);cursor:pointer;display:flex;flex-direction:column;gap:12px;text-decoration:none;border:2px solid transparent;max-width:256px;height:233px;flex-shrink:0;position:relative;overflow:hidden}.student-page .material-card__icon{position:absolute;top:-50px;right:-35px;width:114px;height:114px;z-index:1;opacity:.8;transition:all .3s ease}.student-page .material-card__icon-img{width:100%;height:100%;object-fit:contain;transition:all .3s ease;transform:rotate(-30deg)}.student-page .material-card:hover .material-card__icon{opacity:1}.student-page .material-card__header,.student-page .material-card__body,.student-page .material-card__progress-wrapper{position:relative;z-index:2}.student-page .material-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.student-page .material-card__subject-wrapper{display:flex;align-items:center;gap:8px}.student-page .material-card__subject{font-size:14px;font-weight:500;margin:0;border-radius:32px;padding:4px 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-page .material-card__subject--informatics{color:#7b61ff;background-color:#f2ebff}.student-page .material-card__subject--math{color:#4172f1;background-color:#e8eeff}.student-page .material-card__subject--biology{color:#1aa552;background-color:#e8f8f0}.student-page .material-card__subject--history{color:#d49c06;background-color:#fff7d6}.student-page .material-card__subject--social{color:#ff831d;background-color:#fff1e5}.student-page .material-card__subject--chemistry{color:#ee215b;background-color:#fde4eb}.student-page .material-card__subject--astronomy{color:#7b61ff;background-color:#f2ebff}.student-page .material-card__subject--literature{color:#ee215b;background-color:#fde4eb}.student-page .material-card__subject--english{color:#ff831d;background-color:#fff1e5}.student-page .material-card__subject--russian{color:#d49c06;background-color:#fff7d6}.student-page .material-card__subject--geography{color:#1aa552;background-color:#e8f8f0}.student-page .material-card__subject--physics{color:#4172f1;background-color:#e8eeff}.student-page .material-card__body{display:flex;flex-direction:column;gap:8px;flex-grow:1}.student-page .material-card__title{font-size:16px;font-weight:500;color:var(--text-dark);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.student-page .material-card__path{font-size:12px;font-weight:400;color:var(--text-gray);margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.student-page .material-card__progress-wrapper{margin-top:auto;display:flex;flex-direction:column;gap:6px}.student-page .material-card__progress-info{display:flex;align-items:center;gap:12px}.student-page .progress-bar{height:8px;background:#0000001a;border-radius:4px;overflow:hidden;flex-grow:1}.student-page .progress-fill{height:100%;background:var(--primary-blue);border-radius:4px;transition:width .3s ease}.student-page .progress-text{font-size:16px;font-weight:600;white-space:nowrap;min-width:50px;display:flex;align-items:center}.student-page .progress-text--current{color:#495057}.student-page .progress-text--separator{color:#6c757d;margin:0 1px}.student-page .progress-text--total{color:#adb5bd}.student-page .material-card__progress-label{font-size:12px;font-weight:400;color:var(--text-gray);margin:0}.student-page .material-card:hover .material-card__subject-icon--default{opacity:0}.student-page .material-card:hover .material-card__subject-icon--hover{opacity:1}.student-page .recommended-lessons{display:flex;flex-direction:column;gap:20px;padding:24px;background:#fff;border-radius:16px;max-width:760px}.student-page .recommended-lessons__header{display:flex;justify-content:space-between;align-items:center}.student-page .recommended-lessons__title{margin:0;font-family:Manrope,sans-serif;font-weight:500;font-size:18px;line-height:25px;color:#212529}.student-page .subjects-button{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#f1f2f4;border-radius:16px;border:none;font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:16px;color:#495057;cursor:pointer}.student-page .recommended-lessons__list{display:flex;flex-direction:column;gap:12px}.student-page .lesson-card{position:relative;display:flex;align-items:flex-start;gap:16px;padding:12px 16px 12px 98px;background:#f8f9fa;border-radius:12px;border-left:4px solid transparent;transition:var(--transition);overflow:hidden;width:100%}.student-page .lesson-card__content{display:flex;flex-direction:column;gap:8px;width:100%}.student-page .lesson-card__icon{position:absolute;left:-1%;top:0;width:98px;height:98px;border-radius:12px;background-repeat:no-repeat;background-position:center;background-size:98px 98px;flex-shrink:0;transition:var(--transition)}.student-page .lesson-card:hover .lesson-card__icon{transform:scale(1.05)}.student-page .lesson-card--chemistry .lesson-card__icon{background-image:url(../img/svg/chemistry-2.svg);transform:scaleX(-1)}.student-page .lesson-card--chemistry:hover .lesson-card__icon{transform:scaleX(-1) scale(1.05)}.student-page .lesson-card--social .lesson-card__icon{background-image:url(../img/svg/social-2.svg)}.student-page .lesson-card--astronomy .lesson-card__icon{background-image:url(../img/svg/astronomy-2.png)}.student-page .lesson-card__subject-header{display:flex;justify-content:space-between;align-items:center}.student-page .lesson-card__subject-header>span{display:inline-flex;align-items:center;padding:2px 6px;border-radius:32px;font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:16px}.student-page .lesson-card__badges{display:flex;gap:4px}.student-page .lesson-card__badge{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;background:#e9ecef;border-radius:32px;font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:16px;color:#495057}.student-page .lesson-card__badge--editor{background:#fefde8;color:#eea838}.student-page .lesson-card__title-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.student-page .lesson-card__title{margin:0;font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:19px;color:#212529}.student-page .lesson-card__stats{display:flex;align-items:center;gap:12px;font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:19px;color:#495057;white-space:nowrap}.student-page .lesson-card__stats-group{display:flex;align-items:center;gap:4px}.student-page .lesson-card__eye-icon{width:16px;height:16px;vertical-align:middle}.student-page .lesson-card__path-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.student-page .lesson-card__path{font-family:Manrope,sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#495057;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-page .lesson-card__link img{width:20px;height:20px}.student-page .stats-card{background:var(--background-white);border-radius:16px;padding:24px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:16px}.student-page .stats-card__header{display:flex;justify-content:space-between;gap:16px;align-items:center}.student-page .stats-card__title{font-size:18px;font-weight:500;margin:0;color:var(--text-dark)}.student-page .streak-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 0}.student-page .streak-number{font-size:64px;font-weight:700;color:var(--primary-blue);line-height:1;margin:10px 0}.student-page .streak-text{font-size:16px;color:var(--text-gray);margin-bottom:20px}.student-page .streak-button{background:var(--primary-blue);color:#fff;border:none;border-radius:12px;padding:12px 32px;font-size:16px;font-weight:500;cursor:pointer;transition:var(--transition)}.student-page .streak-button:hover{background:#2a5bd7;transform:translateY(-2px)}.student-page .promo-card{background:var(--background-white);border-radius:16px;padding:24px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:16px}.student-page .promo-card__content{display:flex;flex-direction:column;gap:8px}.student-page .promo-card__title{font-size:18px;font-weight:500;color:var(--text-dark);margin:0}.student-page .promo-card__subtitle{font-size:14px;color:var(--text-gray);margin:0}.student-page .promo-card__button{background:var(--primary-blue);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;cursor:pointer;transition:var(--transition);margin-top:8px;width:fit-content}.student-page .promo-card__button:hover{background:#2a5bd7;transform:translateY(-2px)}.student-page .teachers-card{background:var(--background-white);border-radius:16px;padding:24px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:16px}.student-page .teachers-card__header{display:flex;justify-content:space-between;align-items:center}.student-page .teachers-card__title{margin:0;font-size:18px;font-weight:500}.student-page .teachers-card__all{border:none;background:transparent;display:inline-flex;align-items:center;gap:4px;font-size:16px;color:var(--primary-blue);cursor:pointer;transition:var(--transition)}.student-page .teachers-card__all:hover{gap:8px}.student-page .teachers-card__all-icon{width:14px;height:14px}.student-page .teachers-card__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.student-page .teacher{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:flex-start;padding:12px;border-radius:12px;background:#f9fafc;transition:var(--transition)}.student-page .teacher:hover{background:#f0f4ff;transform:translateY(-2px)}.student-page .teacher__avatar{width:44px;height:44px;border-radius:12px;object-fit:cover}.student-page .teacher__content{display:flex;flex-direction:column;gap:8px}.student-page .teacher__top{display:flex;justify-content:space-between;gap:8px}.student-page .teacher__info{display:flex;flex-direction:column;gap:4px}.student-page .teacher__name{font-size:14px;font-weight:500}.student-page .teacher__tags{display:flex;flex-wrap:wrap;gap:4px}.student-page .teacher-tag{font-size:11px;padding:2px 8px;border-radius:999px;background:#eef1f8}.student-page .teacher-tag--blue{background:#e8eeff;color:#2f54eb}.student-page .teacher-tag--blue-light{background:#eaf3ff;color:#1d7eeb}.student-page .teacher-tag--green{background:#e8f8f0;color:#1aa552}.student-page .teacher-tag--orange{background:#fff1e5;color:#ff831d}.student-page .teacher-tag--yellow{background:#fff7d6;color:#d49c06}.student-page .teacher-tag--purple{background:#f2ebff;color:#7b61ff}.student-page .teacher__stats{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:12px}.student-page .teacher__stat{display:inline-flex;align-items:center;gap:4px}.student-page .teacher__stat-icon{font-size:12px}.student-page .teacher__bottom{display:flex;justify-content:space-between;align-items:center;gap:8px}.student-page .teacher-label{font-size:11px;padding:2px 8px;border-radius:999px;background:#fff5d8;color:#d49c06}.student-page .teacher__materials{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--text-gray)}@media(max-width:1024px){.student-page .stats-card,.student-page .promo-card,.student-page .teachers-card{gap:16px}.student-page .streak-number{font-size:48px}.student-page .teacher__stats{flex-direction:row;gap:16px}}@media(max-width:768px){.student-page .choice__title,.student-page .editable-section__title,.student-page .stats-card__title,.student-page .promo-card__title,.student-page .teachers-card__title{font-size:16px}.student-page .stats-card,.student-page .promo-card{padding:20px}.student-page .streak-number{font-size:36px}.student-page .streak-button,.student-page .promo-card__button{padding:10px 24px;font-size:14px}.student-page .teacher{grid-template-columns:1fr;gap:12px}.student-page .teacher__avatar{width:48px;height:48px;justify-self:center}.student-page .teacher__top{flex-direction:column;gap:8px}.student-page .teacher__stats{flex-direction:row;gap:16px;align-self:flex-start}.student-page .progress-text{font-size:15px}.student-page .material-card__progress-label{font-size:11px}}@media(max-width:480px){.student-page .stats-card,.student-page .promo-card,.student-page .teachers-card{padding:16px}.student-page .streak-number{font-size:32px}.student-page .streak-text{font-size:14px;margin-bottom:12px}.student-page .teacher__tags{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.student-page .teacher-tag{font-size:10px;padding:2px 6px}.student-page .material-card__title{font-size:15px}.student-page .material-card__path{font-size:11px}}@media(max-width:360px){.student-page .choice__card-text{font-size:15px;max-width:85%}.student-page .choice__card{background-size:32% auto}.student-page .material-card__title,.student-page .progress-text{font-size:14px}.student-page .teacher__name{font-size:13px}}@media(hover:none){.student-page .choice__card:hover,.student-page .material-card:hover{transform:none;box-shadow:var(--shadow-card)}}.dashboard .container{display:flex;min-height:100vh}.dashboard .content{flex:1;display:flex;flex-direction:column;max-width:1161px;margin:32px 32px 41px 24px;width:100%}.dashboard .header{display:grid;grid-template-columns:760px 360px;gap:24px;align-items:center;margin-bottom:24px;width:100%}.dashboard .main{display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:start}.dashboard .main__left{display:flex;flex-direction:column;gap:24px;width:760px;max-width:100%;flex-shrink:0}.dashboard .main__right{display:flex;flex-direction:column;gap:24px;width:380px;max-width:380px;flex-shrink:0}.dashboard .sidebar--left{max-width:220px;height:100vh;max-height:1024px;background-color:#fff;padding:24px 0 32px;display:flex;flex-direction:column;position:sticky;top:0;align-self:flex-start}.dashboard .sidebar-nav{display:flex;flex-direction:column;height:100%}.dashboard .sidebar-nav__header{padding:4px 24px}.dashboard .sidebar-nav__logo{display:block}.dashboard .sidebar-nav__menu-container{position:relative;margin-top:32px;flex-grow:1}.dashboard .sidebar-nav__menu{list-style:none;padding:0;margin:0;position:relative;z-index:2}.dashboard .sidebar-nav__item{display:flex;margin-bottom:0;padding:0}.dashboard .sidebar-nav__icon-wrapper{position:relative;width:20px;height:20px}.dashboard .sidebar-nav__icon{max-width:20px;max-height:20px;transition:all .2s ease}.dashboard .sidebar-nav__icon--default{opacity:1}.dashboard .sidebar-nav__icon--hover{position:absolute;top:0;left:0;opacity:0}.dashboard .sidebar-nav__link{display:flex;align-items:center;text-decoration:none;color:#212529;font-size:16px;line-height:22px;font-weight:400;transition:background-color .3s ease,color .3s ease;position:relative;box-sizing:border-box;width:100%;padding:10px 24px;gap:12px}.dashboard .sidebar-nav__link--active{color:#4172f2;font-weight:500}.dashboard .sidebar-nav__link--active .sidebar-nav__icon--default{opacity:0}.dashboard .sidebar-nav__link--active .sidebar-nav__icon--hover{opacity:1}.dashboard .sidebar-nav__link:hover{background-color:#0000000d;color:#4172f2}.dashboard .sidebar-nav__link:hover .sidebar-nav__icon--default{opacity:0}.dashboard .sidebar-nav__link:hover .sidebar-nav__icon--hover{opacity:1}.dashboard .sidebar-nav__slider{position:absolute;left:0;width:4px;background-color:#4172f2;border-radius:0 2px 2px 0;transition:top .4s cubic-bezier(.4,0,.2,1);z-index:1;top:0}.dashboard .sidebar-nav__promo{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin:0 24px;padding:16px;width:172px;height:200px;box-sizing:border-box;border-radius:16px;color:#fff;position:relative;overflow:hidden;background:url(/img/svg/promo_logo.svg) no-repeat,#4172f1;background-size:cover;isolation:isolate}.dashboard .sidebar-nav__promo:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#403ebe,#4160decc 50%,#4172f14d 80%,#4172f100);pointer-events:none}.dashboard .sidebar-nav__promo-text,.dashboard .sidebar-nav__promo-subtext,.dashboard .sidebar-nav__promo-button{position:relative;z-index:1}.dashboard .sidebar-nav__promo-text{font-size:16px;line-height:22px;font-weight:600;margin:0 0 4px;max-width:136px}.dashboard .sidebar-nav__promo-subtext{font-size:14px;line-height:19px;font-weight:500;color:#bedfff;margin:0 0 auto;max-width:140px}.dashboard .sidebar-nav__promo-button{background-color:#fff;border:none;border-radius:8px;width:100%;min-height:30px;padding:6px 8px;margin-top:12px;text-decoration:none;color:#212529;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:14px;line-height:19px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.dashboard .sidebar-nav__promo-button:hover{background-color:#f0f0f0}.dashboard .sidebar-nav__link--help{display:flex;align-items:center;padding:10px 24px;text-decoration:none;color:#333;font-size:16px;line-height:22px;margin-top:48px;transition:color .3s ease}.dashboard .sidebar-nav__link--help:hover{color:#4172f2}.dashboard .sidebar-nav__help-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:transparent;border:1px solid #333;border-radius:50%;font-size:16px;font-weight:400;margin-right:8px;flex-shrink:0;color:#333}.dashboard .sidebar-nav__link--help:hover .sidebar-nav__help-icon{border-color:#4172f2;color:#4172f2}.dashboard .header__right{display:flex;align-items:center;gap:20px;justify-content:flex-end}.dashboard .search{position:relative;width:100%;display:flex;align-items:center}.dashboard .search__field{width:100%;padding:12px 16px 12px 42px;border-radius:16px;font-family:Manrope,sans-serif;font-size:16px;font-weight:400;background:#fff;transition:all .3s ease;border:none;line-height:19px}.dashboard .search__field:focus{outline:none}.dashboard .search__field::placeholder{color:#5e6472}.dashboard .search:before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M8.25 14.25C11.5637 14.25 14.25 11.5637 14.25 8.25C14.25 4.93629 11.5637 2.25 8.25 2.25C4.93629 2.25 2.25 4.93629 2.25 8.25C2.25 11.5637 4.93629 14.25 8.25 14.25Z' stroke='%236C757D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3Cpath d='M15.75 15.75L12.4875 12.4875' stroke='%236C757D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;z-index:2}.dashboard .notification{position:relative;background:#fff;border:none;padding:13px 14px;cursor:pointer;border-radius:16px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.dashboard .notification-badge{position:absolute;top:8px;right:12px;width:12px;height:12px}.dashboard .notification:hover{background-color:#fff9}.dashboard .user{display:flex;align-items:center;gap:12px;background-color:#fff;border:none;padding:8px 16px;border-radius:16px;cursor:pointer;transition:all .3s ease}.dashboard .user:hover{background-color:#fff9}.dashboard .user__avatar{width:32px;height:32px;border-radius:50%;background:#4172f2;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;flex-shrink:0}.dashboard .user__name{font-family:Manrope,sans-serif;font-size:16px;font-weight:500;color:#212529;line-height:22px}.dashboard .dropdown{position:relative;display:inline-block}.dashboard .dropdown__toggle{display:flex;align-items:center;gap:8px;background-color:#f1f2f4;border:none;border-radius:16px;padding:6px 12px;font-size:12px;line-height:16px;font-weight:500;color:#495057;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard .dropdown__toggle:hover{background-color:#e9ecef;transform:translateY(-1px)}.dashboard .dropdown__toggle--active{background-color:#e9ecef}.dashboard .dropdown__icon{width:12px;height:12px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.dashboard .dropdown__toggle--active .dropdown__icon{transform:rotate(180deg)}.dashboard .dropdown__menu{position:absolute;top:100%;left:0;margin-top:8px;background:#fff;border-radius:12px;padding:12px;box-shadow:0 8px 30px #0000001f;min-width:160px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard .dropdown__menu--active{opacity:1;visibility:visible;transform:translateY(0)}.dashboard .dropdown__item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:12px;line-height:16px;color:#495057}.dashboard .dropdown__item:hover{background-color:#f8f9fa;transform:translate(2px)}.dashboard .dropdown__item input[type=checkbox]{margin:0;width:14px;height:14px;transition:all .2s ease}@media(max-width:1024px){.dashboard .container{flex-direction:column}.dashboard .sidebar--left{max-width:100%;height:auto;position:static;padding:16px;flex-direction:row;justify-content:space-between;align-items:center}.dashboard .sidebar-nav{flex-direction:row;width:100%;align-items:center;gap:24px}.dashboard .sidebar-nav__header{padding:0}.dashboard .sidebar-nav__menu-container{margin-top:0;flex-grow:1;max-width:300px}.dashboard .sidebar-nav__promo{display:none}.dashboard .sidebar-nav__link--help{margin-top:0}}@media(max-width:768px){.dashboard .sidebar-nav{flex-direction:column;gap:16px}.dashboard .sidebar-nav__menu-container{max-width:100%;width:100%}.dashboard .sidebar-nav__menu{display:flex;justify-content:space-around;width:100%}.dashboard .sidebar-nav__item{flex:1;justify-content:center}.dashboard .sidebar-nav__link{flex-direction:column;padding:8px 12px;text-align:center;gap:6px;font-size:14px}}@media(max-width:480px){.dashboard .header{grid-template-columns:1fr;gap:16px}.dashboard .header__right{gap:12px}.dashboard .user{padding:6px 12px}.dashboard .user__name{font-size:14px}.dashboard .notification{padding:10px}}.teacher-page{font-family:Manrope,sans-serif;font-style:normal;font-size:16px;font-weight:400;color:#000;background:#f1f2f4;line-height:22px}.teacher-page .choice{margin:0;background-color:var(--background-white);border-radius:16px;padding:24px 24px 32px}.teacher-page .choice__title{font-size:18px;line-height:25px;font-weight:500;color:var(--primary-dark)}.teacher-page .choice__line{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.teacher-page .choice__all{display:flex;color:var(--text-gray);text-decoration:none;align-items:center;gap:4px}.teacher-page .choice__all-text{font-size:16px;line-height:22px;font-weight:400}.teacher-page .choice__all-icon{width:19px;height:19px;transition:transform .5s ease}.teacher-page .choice__all:hover .choice__all-icon{transform:rotate(45deg)}.teacher-page .choice__card{flex:0 0 calc(25% - 9px);height:86px;padding:10px 0 32px 12px;border-radius:8px;background:var(--background-white);text-decoration:none;color:var(--text-dark);display:flex;box-shadow:var(--shadow-card);background-repeat:no-repeat;background-position:bottom 0% right 0%;position:relative;overflow:hidden}.teacher-page .choice__cards{display:flex;flex-wrap:wrap;gap:12px}.teacher-page .choice__card-text{font-size:16px;line-height:22px;font-weight:400;max-width:117px}.teacher-page .choice__card,.teacher-page .choice__card:hover{background-size:45% auto}.teacher-page .choice__card--math{background-image:url(/img/svg/math-1.svg)}.teacher-page .choice__card--math:hover{background-image:url(/img/svg/math-2.svg)}.teacher-page .choice__card--biology{background-image:url(/img/svg/biology-1.png)}.teacher-page .choice__card--biology:hover{background-image:url(/img/svg/biology-2.png)}.teacher-page .choice__card--history{background-image:url(/img/svg/history-1.svg)}.teacher-page .choice__card--history:hover{background-image:url(/img/svg/history-2.svg)}.teacher-page .choice__card--social{background-image:url(/img/svg/social-1.svg)}.teacher-page .choice__card--social:hover{background-image:url(/img/svg/social-2.svg)}.teacher-page .choice__card--chemistry{background-image:url(/img/svg/chemistry-1.svg)}.teacher-page .choice__card--chemistry:hover{background-image:url(/img/svg/chemistry-2.svg)}.teacher-page .choice__card--informatics{background-image:url(/img/svg/informatics-1.svg)}.teacher-page .choice__card--informatics:hover{background-image:url(/img/svg/informatics-2.svg)}.teacher-page .choice__card--astronomy{background-image:url(/img/svg/astronomy-1.png)}.teacher-page .choice__card--astronomy:hover{background-image:url(/img/svg/astronomy-2.png)}.teacher-page .choice__card--literature{background-image:url(/img/svg/literature-1.svg)}.teacher-page .choice__card--literature:hover{background-image:url(/img/svg/literature-2.svg)}.teacher-page .choice__card--english{background-image:url(/img/svg/english-1.svg)}.teacher-page .choice__card--english:hover{background-image:url(/img/svg/english-2.svg)}.teacher-page .choice__card--russian{background-image:url(/img/svg/russian-1.svg)}.teacher-page .choice__card--russian:hover{background-image:url(/img/svg/russian-2.svg)}.teacher-page .choice__card--geography{background-image:url(/img/svg/geography-1.svg)}.teacher-page .choice__card--geography:hover{background-image:url(/img/svg/geography-2.svg)}.teacher-page .choice__card--physics{background-image:url(/img/svg/physics-1.svg)}.teacher-page .choice__card--physics:hover{background-image:url(/img/svg/physics-2.svg)}.teacher-page .editable-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014}.teacher-page .editable-section__header{display:flex;justify-content:space-between;margin-bottom:20px}.teacher-page .editable-section__title{font-size:18px;line-height:25px;font-weight:500;color:#212529;margin:0}.teacher-page .editable-section__meta{display:flex;gap:12px;font-size:12px;line-height:16px;font-weight:500;color:#495057}.teacher-page .editable-section__status,.teacher-page .editable-section__subject{font-weight:500;font-size:12px;display:flex;justify-content:space-between;gap:40px;background-color:#f1f2f4;border-radius:16px;padding:6px 12px}.teacher-page .editable-section__cards{display:flex;flex-direction:column;gap:12px}.teacher-page .material-card{background:#f8f9fa;border-radius:16px;padding:12px 16px;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:column;gap:8px;text-decoration:none;max-height:100px}.teacher-page .material-card:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff1a}.teacher-page .material-card__header{display:flex;justify-content:space-between;align-items:flex-start}.teacher-page .material-card__subject{font-size:12px;line-height:16px;font-weight:500;color:#212529;margin:0;border-radius:32px;padding:2px 6px}.teacher-page .material-card__subject--social{color:#ff831d;background-color:#fbede9}.teacher-page .material-card__subject--chemistry{color:#ee215b;background-color:#fde4eb}.teacher-page .material-card__subject--astronomy{color:#6741f1;background-color:#efe9fd}.teacher-page .material-card__status{display:flex;padding:4px 12px;border-radius:32px;font-size:12px;line-height:16px;font-weight:500;gap:2px}.teacher-page .material-card__status--draft{background:#dee2e6;color:#495057}.teacher-page .material-card__status--publication{background:#def4f2;color:#00937d}.teacher-page .material-card__status--moderation{background:#fcf8c7;color:#eea838}.teacher-page .material-card__body{display:flex;justify-content:space-between}.teacher-page .material-card__title{font-size:14px;line-height:19px;font-weight:500;color:#212529}.teacher-page .material-card__update{color:#6c757d;font-size:12px;line-height:16px;font-weight:500}.teacher-page .material-card__footer{display:flex;justify-content:space-between;align-items:center}.teacher-page .material-card__path{font-size:12px;line-height:16px;font-weight:400;color:#495057;flex:1;margin:0}.teacher-page .material-card__arrow{width:20px;height:20px;margin-left:12px;opacity:.6;transition:opacity .2s ease}.teacher-page .material-card:hover .material-card__arrow{opacity:1}@media(max-width:768px){.teacher-page .editable-section{padding:16px}.teacher-page .editable-section__header{flex-direction:column;align-items:flex-start;gap:12px}.teacher-page .editable-section__meta{gap:20px}.teacher-page .material-card{padding:16px}.teacher-page .material-card__header{flex-direction:column;gap:8px}.teacher-page .material-card__status{align-self:flex-start}}.teacher-page .compilation{background-color:#fff;border-radius:16px;padding:24px}.teacher-page .compilation__title{font-size:18px;line-height:25px;font-weight:500;color:#212529;margin-bottom:20px}.teacher-page .compilation__three-cards{display:flex;gap:16px}.teacher-page .compilation__card{flex:1;border-radius:16px;background-color:#f1f2f4;display:flex;flex-direction:column;gap:8px;padding:12px;text-decoration:none}.teacher-page .compilation__card-title{font-size:16px;line-height:22px;font-weight:500;margin-top:4px;color:#212529;width:100%;box-sizing:border-box;max-width:none}.teacher-page .compilation__card-text{font-size:12px;line-height:16px;font-weight:500;color:#6c757d;margin:0 0 12px}.teacher-page .compilation__button-text{margin:0;font-size:16px;font-weight:500;color:#000}.teacher-page .compilation__button-icon{transition:var(--transition)}.teacher-page .compilation__card-button:hover .compilation__button-icon{transform:rotate(45deg)}.teacher-page .compilation__card-button:hover{background-color:#f8f9fa}.teacher-page .stats-card{background:#fff;border-radius:16px;padding:20px 24px 24px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:16px}.teacher-page .stats-card__header{display:flex;justify-content:space-between;gap:16px;align-items:center}.teacher-page .stats-card__title{font-size:18px;line-height:25px;font-weight:500;margin:0;color:var(--text-dark)}.teacher-page .stats-card__controls{display:flex;align-items:center;gap:12px}.teacher-page .stats-card__select{border-radius:999px;border:1px solid #E0E3EB;padding:6px 10px;background:#fff;font-size:13px;line-height:16px;display:flex;align-items:center;gap:4px;cursor:pointer}.teacher-page .stats-card__select-icon{width:12px;height:12px}.teacher-page .stats-card__tabs{background:#f3f4f8;border-radius:999px;padding:2px;display:inline-flex;gap:2px}.teacher-page .stats-card__tab{border:none;background:transparent;border-radius:999px;padding:4px 12px;font-size:13px;line-height:16px;cursor:pointer}.teacher-page .stats-card__tab--active{background:#fff;box-shadow:0 2px 6px #00000014}.teacher-page .stats-card__chart{position:relative;height:160px;border-radius:16px;background:linear-gradient(180deg,#fff,#f5f7fb);overflow:hidden}.teacher-page .stats-card__chart-line{position:absolute;inset:50% 8px auto;height:2px;background:var(--primary-blue);border-radius:999px;transform:translateY(-40px) rotate(-5deg)}.teacher-page .stats-card__chart-point{position:absolute;right:40px;top:40%;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid var(--primary-blue)}.teacher-page .stats-card__footer{display:flex;gap:32px;margin-top:8px}.teacher-page .stats-card__metric-label{font-size:11px;line-height:16px;color:var(--text-gray);text-transform:uppercase;letter-spacing:.04em}.teacher-page .stats-card__metric-value{font-size:18px;line-height:33px;font-weight:500;color:var(--text-dark)}.teacher-page .stats-card__metric-value--accent{color:#1aa552}.teacher-page .promo-card{position:relative;border-radius:20px;padding:20px 24px;background:var(--gradient-blue);color:#fff;display:flex;justify-content:space-between;align-items:center;overflow:hidden;box-shadow:var(--shadow-card)}.teacher-page .promo-card__title{margin:0 0 4px;font-size:18px;line-height:25px;font-weight:600}.teacher-page .promo-card__subtitle{margin:0;font-size:14px;line-height:19px;opacity:.9}.teacher-page .promo-card__illustration{width:120px;height:80px;flex-shrink:0;background:#ffffff26;border-radius:24px}.teacher-page .teachers-card{background:#fff;border-radius:16px;padding:20px 24px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:16px}.teacher-page .teachers-card__header{display:flex;justify-content:space-between;align-items:center}.teacher-page .teachers-card__title{margin:0;font-size:18px;line-height:25px;font-weight:500}.teacher-page .teachers-card__all{border:none;background:transparent;display:inline-flex;align-items:center;gap:4px;font-size:16px;line-height:22px;color:var(--primary-blue);cursor:pointer}.teacher-page .teachers-card__all-icon{width:14px;height:14px}.teacher-page .teachers-card__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.teacher-page .teacher{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:flex-start;padding:10px 12px;border-radius:16px;background:#f9fafc}.teacher-page .teacher__avatar{width:44px;height:44px;border-radius:12px;object-fit:cover}.teacher-page .teacher__content{display:flex;flex-direction:column;gap:8px}.teacher-page .teacher__top{display:flex;justify-content:space-between;gap:8px}.teacher-page .teacher__info{display:flex;flex-direction:column;gap:4px}.teacher-page .teacher__name{font-size:14px;line-height:19px;font-weight:500}.teacher-page .teacher__tags{display:flex;flex-wrap:wrap;gap:4px}.teacher-page .teacher-tag{font-size:12px;line-height:16px;padding:2px 8px;border-radius:999px;background:#eef1f8}.teacher-page .teacher-tag--blue{background:#e8eeff;color:#2f54eb}.teacher-page .teacher-tag--blue-light{background:#eaf3ff;color:#1d7eeb}.teacher-page .teacher-tag--green{background:#e8f8f0;color:#1aa552}.teacher-page .teacher-tag--orange{background:#fff1e5;color:#ff831d}.teacher-page .teacher-tag--yellow{background:#fff7d6;color:#d49c06}.teacher-page .teacher-tag--purple{background:#f2ebff;color:#7b61ff}.teacher-page .teacher__stats{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:14px;line-height:19px}.teacher-page .teacher__stat{display:inline-flex;align-items:center;gap:4px}.teacher-page .teacher__stat-icon{font-size:18px}.teacher-page .teacher__bottom{display:flex;justify-content:space-between;align-items:center;gap:8px}.teacher-page .teacher-label{font-size:12px;line-height:16px;padding:2px 8px;border-radius:999px;background:#fff5d8;color:#d49c06}.teacher-page .teacher__materials{display:inline-flex;align-items:center;gap:4px;font-size:14px;line-height:19px;color:var(--text-gray)}.teacher-materials-page{min-height:100vh;padding:40px;background:#f8f9fa;font-family:Manrope,sans-serif}.mat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.mat-title{margin:0;font-size:28px;font-weight:700}.mat-create-btn{padding:10px 20px;border:none;border-radius:10px;background:#6c63ff;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.mat-create-btn:hover{background:#574fd6}.mat-message{font-size:16px;color:#6c757d}.mat-message--error{color:#e53935}.mat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.mat-card{background:#fff;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:10px;box-shadow:0 2px 8px #0000000f}.mat-card__top{display:flex;align-items:center;justify-content:space-between}.mat-subject{font-size:13px;font-weight:600;color:#6c63ff;text-transform:uppercase;letter-spacing:.5px}.mat-status{font-size:12px;font-weight:600;padding:3px 10px;border-radius:20px}.mat-status--draft{background:#f0f0f0;color:#666}.mat-status--published{background:#e6f4ea;color:#2e7d32}.mat-status--archived{background:#fff3e0;color:#e65100}.mat-card__title{margin:0;font-size:16px;font-weight:700;color:#1e1e1e;line-height:1.4}.mat-card__date{margin:0;font-size:13px;color:#aaa}.mat-card__actions{display:flex;gap:8px;margin-top:4px}.mat-btn{flex:1;padding:8px 12px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.mat-btn--primary{background:#6c63ff;color:#fff}.mat-btn--primary:hover{background:#574fd6}.create-modal__overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.create-modal{background:#fff;border-radius:16px;padding:32px;width:440px;max-width:90vw;display:flex;flex-direction:column;gap:16px}.create-modal__title{font-size:20px;font-weight:700;margin:0}.create-modal__label{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#555}.create-modal__input,.create-modal__select{padding:10px 14px;border:1px solid #ddd;border-radius:8px;font-size:15px;outline:none;transition:border-color .2s}.create-modal__input:focus,.create-modal__select:focus{border-color:#6c63ff}.create-modal__error{color:#e53935;font-size:13px;margin:0}.create-modal__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.create-modal__cancel{padding:10px 20px;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;font-size:14px}.create-modal__submit{padding:10px 20px;border:none;border-radius:8px;background:#6c63ff;color:#fff;cursor:pointer;font-size:14px;font-weight:600}.create-modal__submit:disabled{opacity:.6;cursor:not-allowed}.constructor-page{--bg-page: #e9ecef;--bg-panel: #f8f9fa;--bg-white: #ffffff;--text-main: #1e1e1e;--text-muted: #6c757d;--line: #e9ecef;--primary: #4172f1;display:flex;flex-direction:column;min-height:100vh;background:var(--bg-page);color:var(--text-main);font-family:Manrope,sans-serif}.constructor-page--preview .constructor-topbar{justify-content:space-between}.constructor-toast{position:fixed;top:16px;right:16px;z-index:30;border-radius:10px;padding:10px 14px;font-size:14px;box-shadow:0 6px 16px #00000029}.constructor-toast--success{background:#eaf7ee;color:#0a7a35;border:1px solid #b7e1c4}.constructor-toast--error{background:#fff1f0;color:#b42318;border:1px solid #ffc0bb}.constructor-topbar{flex-shrink:0;height:53px;display:flex;justify-content:space-between;align-items:center;padding:8px 24px;border-bottom:1px solid var(--line);background:var(--bg-panel)}.constructor-topbar__left,.constructor-topbar__center,.constructor-topbar__right{min-width:0;display:flex;align-items:center;gap:8px}.constructor-topbar__left{flex:0 1 667px;max-width:667px;gap:16px}.constructor-topbar__center{flex:0 0 48px;justify-content:center;gap:4px}.constructor-topbar__right{flex:0 0 403px;justify-content:flex-end;gap:16px}.constructor-history-controls{display:inline-flex;align-items:center;gap:4px;margin-right:16px}.constructor-icon-button{border:0;border-radius:4px;background:transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}.constructor-icon-button:hover{background:#e2e6ea}.constructor-breadcrumbs{display:flex;min-width:0;align-items:center;gap:6px;margin-left:8px;font-size:16px;line-height:22px;white-space:nowrap}.constructor-breadcrumbs__muted,.constructor-breadcrumbs__separator{color:var(--text-muted)}.constructor-breadcrumbs>:nth-child(3){min-width:0;overflow:hidden;text-overflow:ellipsis}.constructor-svg-icon{width:20px;height:20px;object-fit:contain;display:block;pointer-events:none}.constructor-fallback-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;font-size:17px;line-height:1}.constructor-chevron-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:#adb5bd;flex-shrink:0}.constructor-chevron-icon:before{content:"";width:8px;height:8px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform-origin:50% 50%}.constructor-chevron-icon--down:before{transform:rotate(45deg)}.constructor-chevron-icon--right:before{transform:rotate(-45deg)}.constructor-text-button,.constructor-save-button{border:0;padding:8px 12px;border-radius:8px;font-size:16px;line-height:22px;font-weight:500;color:#1e1e1e;cursor:pointer;background:transparent}.constructor-text-button:hover{background:#e2e6ea}.constructor-save-button{background:var(--primary);color:var(--bg-white)}.constructor-save-button:hover{background:#3867de}.constructor-body{flex:1;position:relative;display:grid;grid-template-columns:239px 1fr;min-height:0}.constructor-sidebar{background:var(--bg-panel);padding-top:32px;border-right:1px solid var(--line)}.constructor-sidebar__title{margin:0;padding:0 24px 16px;font-size:18px;font-weight:500;line-height:25px}.constructor-elements{margin:0;padding:0;list-style:none}.constructor-elements__item{width:100%;border:0;background:transparent;display:flex;align-items:center;gap:8px;padding:8px 24px;text-align:left;font-size:16px;cursor:pointer}.constructor-elements__label{white-space:nowrap}.constructor-elements__item:hover{background:#eceff3}.constructor-elements__icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.constructor-elements__arrow{margin-left:auto}.constructor-layers{margin-top:16px;border:0;background:transparent;width:100%;height:56px;padding:16px 24px;display:flex;align-items:center;gap:4px;text-align:left;font-size:18px;font-weight:500;line-height:25px;cursor:pointer}.constructor-layers:hover{background:#eceff3}.constructor-layers__arrow{margin-right:0}.constructor-canvas-wrap{padding:24px 16px 24px 20px}.constructor-canvas{position:relative;width:100%;min-height:calc(100vh - 101px);border-radius:16px;background-color:var(--bg-white);background-image:radial-gradient(circle,#dee2e6 1.5px,transparent 1.5px);background-size:24px 24px;background-position:12px 12px;overflow:hidden}.canvas-element{position:absolute;border:1px solid transparent;border-radius:0;padding:6px 8px;line-height:1.25;cursor:move;-webkit-user-select:none;user-select:none;background:#ffffff03;overflow:visible;word-break:normal}.canvas-element--active{border-color:#4172f1}.canvas-element__list{margin:0;padding-left:20px}.canvas-element__list--ol{list-style-type:decimal}.canvas-element__delete{position:absolute;top:4px;right:4px;width:20px;height:20px;border:1px solid #d0d6dc;border-radius:50%;background:#fff;color:#495057;display:inline-flex;align-items:center;justify-content:center;font-size:15px;line-height:1;cursor:pointer;opacity:0;transition:opacity .16s ease}.canvas-element:hover .canvas-element__delete,.canvas-element--active .canvas-element__delete{opacity:1}.canvas-element__editable{display:block;width:100%;min-height:1em;min-width:1px;max-width:100%;box-sizing:border-box;outline:none;cursor:text;direction:ltr;unicode-bidi:plaintext;writing-mode:horizontal-tb;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.canvas-element__editable[contenteditable=true]{-webkit-user-select:text;user-select:text}.canvas-element__handle{position:absolute;width:8px;height:8px;border:1px solid #4172f1;border-radius:1px;background:#fff;padding:0}.canvas-element__handle--nw{top:-5px;left:-5px;cursor:nwse-resize}.canvas-element__handle--ne{top:-5px;right:-5px;cursor:nesw-resize}.canvas-element__handle--sw{bottom:-5px;left:-5px;cursor:nesw-resize}.canvas-element__handle--se{bottom:-5px;right:-5px;cursor:nwse-resize}.constructor-floating-panel{position:absolute;right:32px;top:0;width:260px;min-height:637px;max-height:calc(100vh - 70px);border-radius:24px;border:0;background:#fff;padding:28.48px 24px 24px;display:flex;flex-direction:column;gap:12px;box-shadow:0 1px 6.4px #0003;z-index:12;overflow-y:auto}.constructor-floating-panel__header{margin:0;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0}.constructor-floating-panel__tabs{display:grid;grid-template-columns:1fr 1fr;width:199px;background:#f1f2f4;border-radius:999px;padding:4px}.constructor-floating-panel__tabs button{border:0;border-radius:999px;height:32px;background:transparent;color:#7d8591;font-size:16px;line-height:22px;font-weight:400;cursor:pointer}.constructor-floating-panel__tabs button.is-active{background:#fff;color:#1e1e1e}.constructor-floating-panel__content{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.constructor-floating-panel__field,.constructor-floating-panel__group{display:flex;flex-direction:column;gap:6px;width:199px}.constructor-floating-panel__label{font-size:12px;line-height:16px;color:#495057}.constructor-input-shell{min-height:40px;border-radius:10px;background:#f1f2f4;display:flex;align-items:center;position:relative;overflow:hidden}.constructor-input-shell__chevron{position:absolute;right:10px;pointer-events:none}.constructor-select-field,.constructor-font-size-control__input,.constructor-color-row__hex,.constructor-color-row__opacity-input{border:0;background:transparent;color:#212529;font-size:16px;line-height:22px;font-family:Manrope,sans-serif}.constructor-select-field,.constructor-font-size-control__input{width:100%;height:40px;padding:0 40px 0 12px;outline:none}.constructor-select-field{appearance:none;cursor:pointer}.constructor-select-field:focus,.constructor-font-size-control__input:focus,.constructor-color-row__hex:focus,.constructor-color-row__opacity-input:focus{outline:none}.constructor-font-size-control{position:relative}.constructor-font-size-control__toggle{position:absolute;right:0;top:0;bottom:0;width:37px;border:0;border-left:1px solid #c3c8ce;background:transparent;color:#adb5bd;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.constructor-font-size-control__menu{position:absolute;top:calc(100% + 6px);left:0;right:0;max-height:220px;margin:0;padding:4px;list-style:none;border:1px solid #c9cdd2;border-radius:10px;background:#f5f6f7;overflow-y:auto;z-index:20}.constructor-font-size-control__menu li button{width:100%;height:30px;border:0;border-radius:6px;background:transparent;text-align:left;padding:0 8px;font-size:15px;color:#212529;cursor:pointer}.constructor-font-size-control__menu li button:hover{background:#e7eaee}.constructor-font-size-control__menu li button.is-active{background:#4172f1;color:#fff}.constructor-floating-panel__split{display:flex;width:199px;gap:23px}.constructor-floating-panel__split>.constructor-floating-panel__group{flex:0 0 88px;width:88px}.constructor-icon-toggle-row{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.constructor-icon-toggle-row--segment{padding:4px;border-radius:10px;background:#f1f2f4}.constructor-icon-toggle-row--3{grid-template-columns:repeat(3,1fr)}.constructor-icon-toggle-row--4{grid-template-columns:repeat(4,1fr)}.constructor-icon-toggle-row button{border:0;border-radius:8px;background:transparent;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#adb5bd;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.constructor-icon-toggle-row button.is-active{color:#212529;background:#fff;box-shadow:0 1px 2px #11182729}.constructor-icon-toggle-row button:disabled{color:#c0c6cd;cursor:not-allowed;opacity:1}.constructor-control-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.constructor-control-icon circle{fill:currentColor;stroke:none}.constructor-control-icon text{fill:currentColor;stroke:none}.constructor-control-icon--position text:first-child{font-size:12.5px}.constructor-control-icon--position{width:24px;height:20px}.constructor-floating-panel__group--align{width:176px}.constructor-floating-panel__group--align .constructor-icon-toggle-row--segment{width:176px;height:40px}.constructor-floating-panel__group--style .constructor-icon-toggle-row--segment,.constructor-floating-panel__group--list .constructor-icon-toggle-row--segment{width:88px;height:40px}.constructor-floating-panel__group--position{width:113px}.constructor-floating-panel__group--position .constructor-icon-toggle-row--segment{width:113px;height:36px}.constructor-floating-panel__group--position .constructor-icon-toggle-row--segment button{height:28px;width:33px;padding:0}.constructor-floating-panel__group--position .constructor-icon-toggle-row--segment button.is-active{box-shadow:0 1px 2px #11182714}.constructor-font-size-control.constructor-input-shell{min-height:37px;height:37px}.constructor-font-size-control.constructor-input-shell .constructor-font-size-control__input{height:37px}.constructor-color-row{min-height:40px;border-radius:10px;background:#f1f2f4;display:flex;align-items:stretch;overflow:hidden}.constructor-color-row__picker{width:40px;border-right:1px solid #c3c8ce;position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.constructor-color-row__picker input[type=color]{position:absolute;inset:0;opacity:0;cursor:pointer}.constructor-color-row__swatch{width:20px;height:20px;border-radius:4px;border:0}.constructor-color-row__picker:focus-within .constructor-color-row__swatch{box-shadow:0 0 0 2px #4172f147}.constructor-color-row__hex{flex:1;min-width:0;height:40px;padding:0 10px}.constructor-color-row__opacity{width:68px;border-left:1px solid #c3c8ce;display:inline-flex;align-items:center;justify-content:flex-end;gap:3px;padding:0 10px 0 8px}.constructor-color-row__opacity span{font-size:16px;line-height:22px;color:#495057}.constructor-color-row__opacity-input{width:100%;min-width:0;text-align:right;padding:0}.constructor-color-row__opacity-input::-webkit-outer-spin-button,.constructor-color-row__opacity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.constructor-color-row__opacity-input[type=number]{appearance:textfield;-moz-appearance:textfield}.constructor-link-row{display:flex;align-items:center;justify-content:space-between;width:199px;margin-top:2px}.constructor-link-row__label{display:inline-flex;align-items:center;gap:8px;font-size:16px;line-height:22px;color:#495057}.constructor-link-row__icon{width:20px;height:20px;object-fit:contain}.constructor-switch{width:40px;height:24px;border:0;border-radius:999px;background:#d1d3d4;display:inline-flex;align-items:center;padding:2px 3px}.constructor-switch span{width:20px;height:20px;border-radius:50%;background:#f6f7f8;margin-left:auto}.constructor-placeholder{border:1px dashed #aeb5bd;border-radius:12px;padding:14px;color:#5f6974;font-size:14px;line-height:1.3}@media(max-width:1200px){.constructor-topbar{height:auto;flex-wrap:wrap;gap:8px}.constructor-topbar__left,.constructor-topbar__center,.constructor-topbar__right{flex:1 1 100%;max-width:none;justify-content:flex-start}.constructor-body{grid-template-columns:239px 1fr}.constructor-floating-panel{right:18px}}@media(max-width:860px){.constructor-body{grid-template-columns:1fr}.constructor-sidebar{padding-top:20px;border-bottom:1px solid var(--line);border-right:0}.constructor-canvas{min-height:560px}.constructor-floating-panel{position:fixed;inset:auto 16px 16px;width:auto}}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAAZYAA8AAAAAC8QAAAX7AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG4F8HC4GYD9TVEFULgCBChEICokwh0kLIAABNgIkAzwEIAWEWAeBDgwHG7UJUZRRTjrBz4QKcv+QWjxhcjsVprsyM/p7jc9kFU2t525PaKAAX1gOyg6dISDJzAqQDFwnMAUYFEIW+IFRPPQ7/9W9LLSKCzCeDgimtvwvBEjFDoWDY6mfHo2VAv9KFfedVkGdKysb2MC6af4bbj5u3FK7g8trAXi8WwgIgAb9SPi4hLQ8hD1NcjXC3km2WoRhAPBN1FVZ5FqoAJQOBk6QoAKH+icDuzEPCqgAAEAY+CZqjSuR1b67rPaAb5HvJFC9/KTP5oPWf5lpmvg+C59ETNMN0PAP48BDgAJKqKABgeAHPvEUQADAQQEGghJK0HSVFNA8TGBbQB5ggHT7KIBtUGGXsvG0igAIYewkYAPcmbsqsiwSk+SUADicmrvTk3ETXTyryvvvIOA/iSsSQTsBYJLgBIjYVNMEIIw+tDOuoazcRgDAgQfAEU+rBlYXAXQ4DN/4+QwOQFtBeCjgD5GBE7eIYyfySn4lnl1QRzH7eF7OLw/xfeOmagZEWz4oQWgLMSE/BCDI0/0hQAUF1FBCAwL5CAQAgOx6cE+gdIATACg6SQOAPwe+oZGgSqlj0syo0oiXBdnUHZgvSN1JfJL+fRnrq6VQNIvTtC3aJk2zttFMgWjJnNGB78HjIe0st3ap11/jclWx+QvcVlFlC1gLM3q9FcvcbnAafrYndivNEldsoULTMoFCYfPx2zT7nU/80z56C7NaPyxY6n2HZr/tKah6fmue6y23hW/WNrVoG7kW7klr9vztFocIusq90phGbaZgTOWhquGUFOly0Owg4cIsd00pf4bHowtyN25s53+xyKG7ah1R12ZQZjri7aZ1umKd2bHw0oAD3hcvOh1pyRl9edKJo67OGm8D45t+fNmv3PoU15iDuoeyJJtmrcqSsgDNliKl0OQEKYFuM0pGf6wUW4CTJInm0Et6ujxAGoDvJ/XD95J64URJ3MPWUeoIXTfBecf/95u72DOiu8RnmMYu+XIJBjhSZjiGzYgom1Xu1L7nxSRbfJwtsVnKzJSiMmisOTHexrcO3y82exufmLsOiT88Z9usbYe7hsabEfybc+8MU8TDmOlXP1g85eftK9eNtfTeXWBfNap6/o3MD7raA9dCcOL8gjW5a4bv9fa9vjH7vfeYHCa9rX2ub8LkTM528y479NHm+pCzZ+uDYfwgDn2QeVecwZn6oI+24ERZeft50sbQN42hvzSuV69fjtC90hrz9j7mvU9Xd1m8SFlCKUHfr/u+B5/rCK1eWjcra4UupPNaCYffnZE348Tfuz5Z3UQHDrf4Pl2xY/enqxqBvdMmfLZy57KzJ76/cffkF2eatlWn3Zxx58zXMJ23Q98cH5m+3Zw5auaciCuOIReTuhvEL2b3T48a1id30F9N3Yen2qLObumRWLqhKkKuHZV1qbBenBEwY8xHHcGHV1wb0+1lz9cvOiTponXFXQOmhseOnqof8qMuN2OTkDJq/o87nPHj87dK1rnGdYWG8Lq9ffepB04BBjAAAMCKBCcCwGa3U/fVnBAY+5uKV74E4J3z++cBwHvdsnfC/5uEKuUsgAIcAICAd65AeAFApU1AiLUGCg/xsV/oLKEIiAv+WNbYP+qfRXuZcYDtlBWrgOHBTv7OOiYEIBAF/KEGDaHBr9JgBh7E1ACcFI1xCL2iLYdDAKk4PJLc5DAMtYwjoCOZo0CkMewADOUnQYAfAHzXBxWyqFCmnC0pV4x60QbvZTWFrEI9G8cPYjVUw5eqIyszWKYEadJNUktWp55FvEY2sknSOk8OlMPC/HbVxX5ZQQByp3vXqSUaapBh9LCLP1tkMsT2Tj7rGLmSpEsWM7lOdPAJganS+ibyFA2RrDZCFFGe8g66dghZGLISpjQMGtgPAOq2JirSHYbZqoNlKir67Saz9BR1ag4JyiesVP6pJhVM1gz4h+E4AAB82xAptrBAAL08Ig6xwRMjgRSkJBV4UpOGtArDZNnisKjz/4Y5zDalSWmvrdAPNRrgdvGS2l4Ba4QoWqI36DlTjt0vUm8cepF8n2TLAQAAAA==) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-cyrillic-400-normal-BMzJvInZ.woff2) format("woff2"),url(/assets/manrope-cyrillic-400-normal-Dvx59UGC.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-greek-400-normal-CM4qok81.woff2) format("woff2"),url(/assets/manrope-greek-400-normal-DuX9RsAR.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-vietnamese-400-normal-DHb3EETF.woff2) format("woff2"),url(/assets/manrope-vietnamese-400-normal-D7E_mLGF.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-latin-ext-400-normal-CMDvPJRp.woff2) format("woff2"),url(/assets/manrope-latin-ext-400-normal-C-X6QNXX.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-latin-400-normal-PaqtzbVb.woff2) format("woff2"),url(/assets/manrope-latin-400-normal-8tf8FM3T.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-cyrillic-500-normal-B1OEZity.woff2) format("woff2"),url(/assets/manrope-cyrillic-500-normal-CNwnNrRC.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-greek-500-normal-GeMIHyWm.woff2) format("woff2"),url(/assets/manrope-greek-500-normal-DyxYGEtJ.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-vietnamese-500-normal-DCXiE_xi.woff2) format("woff2"),url(/assets/manrope-vietnamese-500-normal-DaZ8i3XM.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-latin-ext-500-normal-dm74KBQw.woff2) format("woff2"),url(/assets/manrope-latin-ext-500-normal-EtoS1VaI.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-latin-500-normal-BYYD-dBL.woff2) format("woff2"),url(/assets/manrope-latin-500-normal-DMZssgOp.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAiQAA4AAAAACzgAAQABAAAAAAAAAAAAAAAAAAAAAAAAAABHUE9TAAABRAAAAKAAAAD8jmuU7UdTVUIAAAHkAAAALQAAAC4jdiSCT1MvMgAAAhQAAABNAAAAYHMBrgpTVEFUAAACZAAAACYAAAAqeZRq5WNtYXAAAAKMAAAAZAAAAIpNu/P9Z2FzcAAAAvAAAAAIAAAACAAAABBnbHlmAAAC+AAAA2gAAASK2TaQ7GhlYWQAAAZgAAAANgAAADYgeMTUaGhlYQAABpgAAAAfAAAAJBDfBrhobXR4AAAGuAAAADcAAAA8Q6kDYmxvY2EAAAbwAAAAIAAAACAI2QpZbWF4cAAABxAAAAAcAAAAIAAmAL9uYW1lAAAHLAAAAP4AAAIMK0FNV3Bvc3QAAAgsAAAAYwAAAI7B1Xo4eNpiYGRgYOBi0GKwYGB2cfMJYRBJrgRUOdUGCANA8OJaZh18ELzBbQN0DiZIi3V0LMAktM89mty7/2yAZNBcjJDABiHy6jL63dkIvnoqrJmMDIqJyatzjxVcxi/Ig9KQOz5QT66ZqEa9kxQE+1JZyAVFOTLz7r1RjsjhM8+bFBMWHN7zGIUwSDEzSmAerLuwmfVIxudPJegcY/sJ5n4qW3jaY2BkYGDgYtABQmYXN58QBonkyqIcBpGcxJI8BhEGEGABEf//g0gAlk8HPAAAAHjaY2Bh2c4UwcDKwMAqwrKBgYFhGoRm2sNgxNTBgAKY2EEEjBfs4evJcICBV2ELR8jfFQwMHCFMEQoMjPNBciwWrAuAlAIDCwAwMAwiAAAAeNpjYARCDiBmYBABkzIMTOXpGSUgJgMTA5hiZGWKYGAAACwHAl0AAHjaVcg1AUIBFAXQg7vLTJVfgwzM5KEAzoJDEkYsBK7vXUcYEVRFhB4e1UZdUURcTkOgYxsKR/vRefTYmFwu/O296Cx6eO6X82VzaV2CSwjYNYXUfS8rrwhyYpLiUhLSV1I9F+YAAQAB//8AD3jalFMDkBxBFP2/R3GyPt/tzCpOZhkUYp9j2zrFtm3bNkux7ULsFGJMb3riXPEG7fdef0FhOAUggLAcOJCgIBQFE9ggGuJBATeUhLLgBfD67RZnHv9TfOhrHv+MjOnJyVl162bUrJlVtWpW5coZoVBOuXIZpUpllCiR43BkJCRkRUUBEPAA8Bq7swQFALxoR4Wzc8hxHryGpfHa7e7ajq6k//MnwvIvbbAGPUTykxNaRQDuJ1Ja+gNZ5D8sKiZvbjwmrZ62+n8SPoit/vBU/sET9R+PSXa5/F6z1asGWCeKuTmfJ41KXFtb9dZa22BULmpT4shktXZtNXlkIgACe/iVzMp8AHYDepF9BnxKI99hS2z5jkaSNK6Btoq0/LZL2wLh8O/zRAQedPxkNt/A8BFsYggEA17VarUYFIOvDFFkSZTYEFv7anfM3nev7bWIGiO6DWxU0XFVWK5diDfHTPm0gnbF9LS52dXcUbFa1x8ZUjn8QJgiHIXCjFMBEGQHKWZ0eFXeWIzwbivTCNqtNqsVXW4X+0QmQh7fopdWrMByt25i+eXL6cWbC8565YLfcgrK3vOkJWvPLtBXCsUdwVQ8iqlHjtCttCrdeuQkmTQkrWPH1METybSOaYMmIpk4JL0jIHjofL4QH9L9gn/8sp32v4rxGH+V9qfzsQsf+naBU7+eovN1TywA4N0MEfXDE7ojbHHEYlH8Pv2iivzTFz1Cs1PWnonNL+E1Lr8po2vdASWu8iE6PkaZM6VE07pGSqPTPc0bueMpMC4OksMP+Ey+ERRl3pB1b7iI32fU2Y0WMxHd6k936N7QNXRntF35ZsToN8tWvhk56s2KRQ1CRbVVRSsm4omiFRIXdB1vN+eLm4m4fgPitJlhWLeBhmcc71q/Z996nfBMn3odW6eplYFAHaY7gkVBgdq6qm6C3xdUWNHZmYjFzCT17AsGAkGvyFZEdNv12V9r2arCdn96giWFWfJaSLvEBYHGrc3N+JAWZylkkuUS7TzVO3kMNvGGUDKh6gUtg5BbHGf+Pn45adlQI5sIGXFJljusZhq22zOjl1hZuwrlymkqm2xKsTNfsUJERMFQ301aUdLCVMRIyjRPNzGFWXMFC4ukpbSui5S8iomypI2ia52+X6i1mdncUCuLFQBkGTWlAAEAAAAEgQb7OTYiXw889QADB9AAAAAA27amhAAAAADdH1Gf/rz9sgnMCS4AAAAGAAIAAAAAAAB42mNgZGDgCPm7goGBy+Xfnn97OM8ARVABPwChtQaqAHjaYz3BcIJVlUEDhlkWMTCAMKspQw/rRwYbFhOgWDnDTJbDDAGMExgYQJhlAxCfYvAEAEv0C0gAAAAAWgB3AJsAzQDlAO0BFgFZAXIBnQHZAdkB2QHZAkV42mNgZGBg4GdIYeBliGRgA/MQgJmBEQAUnQDmeNqF0MVRBEEUgOEfd7nic8Pd4YK765V1354awSEAoiAUIiAUYqDr1bq2fu0CtPJJHTX1LcA3fynXYPCbci2d/KRcxxJfKdfnzGmgFzPlRgwuUu5kgX7ENdBOd8oNWnBNgAQRtlDE8XNPgAghwjiSHUzWmGYaGx8WEUwc7Sls7ThTKCxCTHPOHiec4iGJhcIkwGTR/ncEsGStIonBAlMsMsNCjta55oBTDrWq7XdFgBCutgerYLZRNHtbRl6wMm80mGOGWVa1bgjLqsJdLsRRbZ+s2MSV31HyEoORzE/Zqb8KEZEZLl6m8KFIyA+G8WDJ7n48TJPIPYnRf5pBTsMAAHjaY2BiAIP/cxiMGLABfiBWYTjJyMRgw8jMyMLIysjGyM7IwcDMyMnIxcjN5phUlFqWyhlaXFKUmFmSXMlempdpYOLkCKFdLThL0WScoDKWYNrA0YDJOQjENDJwMgEAa+4bNwA=) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-cyrillic-600-normal-DvRl3Mj-.woff2) format("woff2"),url(/assets/manrope-cyrillic-600-normal-It4mZcQk.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-greek-600-normal-BoRV6lzK.woff2) format("woff2"),url(/assets/manrope-greek-600-normal-CF2i9ZRY.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-vietnamese-600-normal-C1J5PCl_.woff2) format("woff2"),url(/assets/manrope-vietnamese-600-normal-lA7a_7Ok.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-latin-ext-600-normal-_gBojHdJ.woff2) format("woff2"),url(/assets/manrope-latin-ext-600-normal-u5Pl7hTU.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-latin-600-normal-4f0koTD-.woff2) format("woff2"),url(/assets/manrope-latin-600-normal-BqgrALkZ.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-cyrillic-700-normal-Dw_fZAg2.woff2) format("woff2"),url(/assets/manrope-cyrillic-700-normal-7JNVKxyl.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-greek-700-normal-CHUG9PD8.woff2) format("woff2"),url(/assets/manrope-greek-700-normal-DyfsrCpP.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-vietnamese-700-normal-CUqMx5-1.woff2) format("woff2"),url(/assets/manrope-vietnamese-700-normal-pt65Fn2Z.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-latin-ext-700-normal-DYOwVNan.woff2) format("woff2"),url(/assets/manrope-latin-ext-700-normal-eVCcYqtJ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-latin-700-normal-BZp_XxE4.woff2) format("woff2"),url(/assets/manrope-latin-700-normal-DGRFkw-m.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;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:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-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:baseline}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}template{display:none}[hidden]{display:none}*,*:before,*:after{box-sizing:border-box}img{max-width:100%;height:auto;display:block}body{-webkit-font-smoothing:antialiased}html,body{margin:0;padding:0}.footer{margin:0;padding:0;border:0;background:none;display:block;width:100%}.footer__container{margin:0;padding:0;border:0}.footer__left,.footer__right,.footer__main-nav,.footer__column{margin:0;padding:0}.footer__list{margin:0;padding:0;list-style:none}.footer__list li,.footer__cookies,.footer__cookies-text{margin:0;padding:0}h2{margin:0;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit;font-family:inherit;color:inherit;text-align:inherit;text-decoration:inherit}h3{margin:0;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;text-align:inherit;text-decoration:inherit}:root{--primary-blue: #4172f2;--primary-dark: #2E2E2E;--background-light: #f1f2f4;--background-white: #ffffff;--accent-blue: #BEDFFF;--accent-purple: #BAA4F9;--text-dark: #191919;--text-gray: #5E6472;--text-gray-light: #C9CDD6;--text-light: #FFFFFF;--text-muted: #6C757D;--text-blue-light: #E8EEFF;--text-gray-medium: #495057;--gradient-blue: linear-gradient(90deg, #0059E6 1.9%, #3B95FF 109.51%);--gradient-blue-vertical: linear-gradient(180deg, #0059E6 0%, #3B95FF 100%);--gradient-dark-vertical: linear-gradient(180deg, #2E2E2E 0%, #4A4A4A 100%);--shadow-card: 0 4px 20px rgba(0,0,0,.08);--shadow-hover: 0 12px 40px rgba(0,0,0,.15);--shadow-button: 0 4px 12px rgba(0,0,0,.15);--transition: all .3s ease;--transition-slow: all .5s ease;--section-gap: 64px;--container-padding: 48px;--card-gap: 24px;--font-sans-landing: "Manrope", sans-serif;--font-sans-dashboard: "Manrope", sans-serif;--fs-14: 14px;--fs-16: 16px;--fs-18: 18px;--fs-24: 24px;--fs-32: 32px;--fs-80: 80px;--lh-12: 1.2;--lh-13: 1.3;--lh-15: 1.5}.hover-lift{transition:var(--transition)}.hover-lift:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.hover-rotate{transition:var(--transition)}.hover-rotate:hover{transform:rotate(45deg)}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--radius-8: 8px;--radius-12: 12px;--radius-16: 16px;--control-padding-y: 12px;--control-padding-x: 24px}.btn{display:inline-block;padding:var(--control-padding-y) var(--control-padding-x);border-radius:var(--radius-8);text-decoration:none;font-weight:500;transition:var(--transition)}.btn--surface{background:var(--background-white);color:var(--text-dark)}.btn--primary{background:var(--primary-blue);color:var(--text-light)}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-button)}.card{background:var(--background-white);border-radius:var(--radius-12);box-shadow:var(--shadow-card)}.input{font:inherit;border:none;outline:none;background:var(--background-white);border-radius:var(--radius-16)}.progress-bar{height:8px;background:#0000001a;border-radius:4px;overflow:hidden;width:100%}.progress-fill{height:100%;background:var(--primary-blue);border-radius:4px;transition:width .3s ease}.progress-text{font-size:12px;color:var(--text-gray);margin-top:4px}.home-page .medium-text{font-family:Manrope,sans-serif;font-weight:500;font-size:24px;line-height:100%;letter-spacing:0%}.home-page .regular-text{font-family:Manrope,sans-serif;font-weight:400;font-size:16px;line-height:100%;letter-spacing:0%;text-align:center}.home-page body{font-family:var(--font-sans-landing);font-style:normal;font-size:16px;line-height:var(--lh-12);font-weight:400;color:#000;background:var(--background-light)}.home-page .wrapper{max-width:1312px;margin:0 auto}.home-page .header{top:0;width:100%}.home-page .header__wrapper{padding-top:32px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:1312px}.home-page .header__nav{justify-self:center;margin:0 auto}.home-page .header__nav-card{background:#fff;border-radius:8px}.home-page .header__list{display:flex;margin:0;padding:0}.home-page .header__item{list-style:none}.home-page .header__logo-link{width:43px;height:43px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;transform:rotate(-.68deg);transition:transform .5s ease}.home-page .header__link{text-decoration:none;color:var(--text-dark);font-weight:500;padding:12px 24px;transition:var(--transition);display:block}.header__link:hover,.header__link:focus,.home-page .header__link:active{color:var(--primary-blue)}.home-page .header__buttons{display:flex;gap:12px;justify-self:end}.home-page .header__button{padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:var(--transition)}.home-page .header__button--register{color:var(--text-dark);background:#fff}.home-page .header__button--login{color:#fff;background:var(--primary-blue)}.home-page .header__button--register:hover{color:var(--primary-blue)}.home-page .header__button--login:hover{color:var(--text-gray-light)}.home-page .intro{padding:32px 48px 64px;margin-top:0;background-color:var(--background-white);border-radius:12px;background-image:url(../img/svg/star1.svg),url(../img/svg/star2.svg),url(../img/svg/book.svg),url(../img/svg/biglogo.svg);background-repeat:no-repeat,no-repeat;background-position:bottom 72% right 32%,bottom 33% right 5%,bottom 54% right 5%,bottom 0 right 0;background-size:px,59px,440px,contain}.home-page .intro__comm{font-size:18px;font-weight:400;color:var(--text-gray);margin:0%}.home-page .intro__header--main{display:flex;align-items:flex-end;margin-top:32px;margin-bottom:0;color:var(--text-dark)}.home-page .intro__header--sub{margin:0%;font-size:80px;font-weight:500;color:var(--text-dark)}.home-page .intro__header-text,.home-page .intro__header-part{font-size:80px;font-weight:500}.home-page .intro__header-part--accent{border-bottom:5px solid var(--primary-blue);padding-bottom:0;display:inline-block;line-height:1}.home-page .intro__icon--big{width:158px;height:158px;margin-bottom:-30px}.home-page .intro__icon--small{width:43px;height:41px;align-self:flex-start;margin-top:30px}.home-page .intro__description{font-size:18px;font-weight:400;color:var(--text-gray);max-width:678px;margin-top:32px;position:relative;z-index:1}.home-page .intro__features{margin-top:64px;max-width:593px;display:flex;gap:16px}.home-page .intro__feature{text-decoration:none;cursor:pointer;flex:1;border-radius:12px;display:flex;justify-content:space-between;align-items:flex-start;min-height:127px;position:relative;padding:16px 16px 24px 24px;min-width:293px;border:1px solid transparent}.home-page .intro__feature-icon{width:24px;height:24px;transition:var(--transition)}.home-page .intro__feature:hover .intro__feature-icon{transform:rotate(45deg)}.home-page .intro__feature--teachers{background:var(--primary-blue);background-image:url(../img/svg/teacher-icon.svg);background-repeat:no-repeat;background-position:bottom 0% right 0%;border:0;max-width:284px}.home-page .intro__feature--students{background:var(--primary-dark);background-image:url(../img/svg/student-icon.svg);background-repeat:no-repeat;background-position:bottom 0% right 0%;border:0;max-width:284px}.home-page .intro__feature-content{flex:1}.home-page .intro__feature-title{font-size:18px;font-weight:500;margin:0 0 8px;color:var(--text-light)}.home-page .intro__feature-text{font-size:16px;font-weight:400;margin:0}.home-page .intro__feature-text--light{max-width:213px;color:var(--text-blue-light)}.home-page .intro__feature-text--gray{max-width:204px;color:var(--text-gray-light)}.home-page .students{margin-top:var(--section-gap)}.home-page .students__title{font-size:32px;font-weight:500;color:var(--primary-dark)}.home-page .students__description{font-size:18px;font-weight:400;color:var(--text-gray);margin-top:32px;margin-bottom:40px}.home-page .students__two-cards{display:flex;gap:var(--card-gap);margin-bottom:24px;min-height:228px}.home-page .students__three-cards{display:flex;gap:var(--card-gap);margin-bottom:48px;min-height:302px}.home-page .students__card{flex:1;border-radius:16px;padding-left:24px;padding-top:24px;box-shadow:var(--shadow-card);transition:var(--transition)}.home-page .students__card--white{background:var(--background-white);background-image:url(../img/svg/students_1.svg),url(../img/svg/patt_1.svg);background-repeat:no-repeat,no-repeat;background-position:bottom 0% right 0%,bottom 100% right 0%}.home-page .students__card--blue{background:var(--accent-blue);background-image:url(../img/svg/students_2.svg),url(../img/svg/patt_2.svg);background-repeat:no-repeat,no-repeat;background-position:bottom 0% right 0%,bottom 100% right 0%}.home-page .students__card--dark{background:var(--primary-dark);background-image:url(../img/svg/students_3.svg),url(../img/svg/patt_3.svg);background-repeat:no-repeat,no-repeat;background-position:bottom 0% right 0%,bottom 100% right 0%}.home-page .students__card--purple{background:var(--accent-purple);background-image:url(../img/svg/students_4.svg),url(../img/svg/patt_4.svg);background-repeat:no-repeat,no-repeat;background-position:bottom 0% right 50%,bottom 100% right 0%}.home-page .students__card--gradient{background:url(../img/svg/students_5.svg) bottom 50% right 0% no-repeat,var(--gradient-blue);background-size:auto,cover}.home-page .students__card-title{font-size:24px;font-weight:500;margin-top:0;margin-bottom:16px;max-width:208px}.home-page .students__card-title--light{color:var(--text-light);max-width:311px}.home-page .students__card-part--primary{color:#212529}.home-page .students__card-part--light{color:var(--text-light)}.home-page .students__card-part--accent{border-bottom:2px solid var(--primary-blue);padding-bottom:0;display:inline-block;line-height:1}.home-page .students__card-part--accent-light{border-bottom:2px solid var(--primary-blue);padding-bottom:0;display:inline-block;line-height:1;color:var(--text-light)}.home-page .students__card-part--accent-dark{border-bottom:2px solid #212529;padding-bottom:0;display:inline-block;line-height:1}.home-page .students__card-text{font-size:18px;margin:0}.home-page .students__card-text--muted{color:var(--text-muted);max-width:263px}.home-page .students__card-text--dark{color:#343a40;max-width:263px}.home-page .students__card-text--light{color:#e9ecef;max-width:309px}.home-page .students__card-button{display:inline-flex;align-items:center;padding:12px 15px;margin-top:56px;gap:4px;background-color:var(--background-white);text-decoration:none;border-radius:8px;font-weight:500;transition:var(--transition);border:none;cursor:pointer}.home-page .students__button-text{margin:0;font-size:16px;font-weight:500;color:#000}.home-page .students__button-icon{transition:var(--transition)}.home-page .students__card-button:hover .students__button-icon{transform:rotate(45deg)}.home-page .students__card-button:hover{background-color:#f8f9fa}.home-page .choice{margin-top:var(--section-gap)}.home-page .choice__title{font-size:32px;font-weight:500;color:var(--primary-dark)}.home-page .choice__description{font-size:18px;font-weight:400;color:var(--text-gray);margin-top:32px;margin-bottom:40px}.home-page .choice__line{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.home-page .choice__student{color:var(--text-dark);font-size:24px;font-weight:500}.home-page .choice__all{display:flex;color:var(--text-gray);text-decoration:none;align-items:center;gap:4px}.home-page .choice__all-text{font-size:18px;font-weight:400}.home-page .choice__all-icon{width:19px;height:19px;transition:transform .5s ease}.home-page .choice__all:hover .choice__all-icon{transform:rotate(45deg)}.home-page .choice__cards{display:flex;flex-wrap:wrap;gap:12px}.home-page .choice__card{flex:0 0 calc(16.666% - 14px);min-width:208.5px;height:86px;padding:10px 0 32px 12px;border-radius:8px;background:var(--background-white);text-decoration:none;color:var(--text-dark);display:flex;box-shadow:var(--shadow-card);background-repeat:no-repeat;background-position:bottom 0% right 0%;position:relative;overflow:hidden}.home-page .choice__card-text{font-size:18px;font-weight:400;max-width:117px}.home-page .choice__card--math{background-image:url(../img/svg/math-1.svg)}.home-page .choice__card--math:hover{background-image:url(../img/svg/math-2.svg)}.home-page .choice__card--biology{background-image:url(../img/svg/biology-1.png);background-size:contain}.home-page .choice__card--biology:hover{background-image:url(../img/svg/biology-2.png);background-size:contain}.home-page .choice__card--history{background-image:url(../img/svg/history-1.svg)}.home-page .choice__card--history:hover{background-image:url(../img/svg/history-2.svg)}.home-page .choice__card--social{background-image:url(../img/svg/social-1.svg)}.home-page .choice__card--social:hover{background-image:url(../img/svg/social-2.svg)}.home-page .choice__card--chemistry{background-image:url(../img/svg/chemistry-1.svg)}.home-page .choice__card--chemistry:hover{background-image:url(../img/svg/chemistry-2.svg)}.home-page .choice__card--informatics{background-image:url(../img/svg/informatics-1.svg)}.home-page .choice__card--informatics:hover{background-image:url(../img/svg/informatics-2.svg)}.home-page .choice__card--astronomy{background-image:url(../img/svg/astronomy-1.png);background-size:contain}.home-page .choice__card--astronomy:hover{background-image:url(../img/svg/astronomy-2.png);background-size:contain}.home-page .choice__card--literature{background-image:url(../img/svg/literature-1.svg)}.home-page .choice__card--literature:hover{background-image:url(../img/svg/literature-2.svg)}.home-page .choice__card--english{background-image:url(../img/svg/english-1.svg)}.home-page .choice__card--english:hover{background-image:url(../img/svg/english-2.svg)}.home-page .choice__card--russian{background-image:url(../img/svg/russian-1.svg)}.home-page .choice__card--russian:hover{background-image:url(../img/svg/russian-2.svg)}.home-page .choice__card--geography{background-image:url(../img/svg/geography-1.svg)}.home-page .choice__card--geography:hover{background-image:url(../img/svg/geography-2.svg)}.home-page .choice__card--physics{background-image:url(../img/svg/physics-1.svg)}.home-page .choice__card--physics:hover{background-image:url(../img/svg/physics-2.svg)}.home-page .teachers{margin-top:var(--section-gap)}.home-page .teachers__title{font-size:32px;font-weight:500;color:var(--primary-dark)}.home-page .teachers__description{font-size:18px;font-weight:400;color:var(--text-gray);margin-top:32px;margin-bottom:40px}.home-page .teachers__grid{display:flex;flex-wrap:wrap;gap:var(--card-gap)}.home-page .teachers__card{height:236px;padding:32px 0 0 24px;border-radius:12px;text-decoration:none;transition:var(--transition);box-shadow:var(--shadow-card);background-repeat:no-repeat;background-position:bottom 0% right 0%}.home-page .teachers__card--bg-1{background:var(--background-white);background-image:url(../img/svg/teachers_1.svg),url(../img/svg/patt_5.svg);background-repeat:no-repeat,no-repeat;background-position:bottom 0% right 0%,bottom 100% right 0%}.home-page .teachers__card--bg-2{background-color:var(--accent-blue);background-image:url(../img/svg/teachers_2.svg),url(../img/svg/patt_6.svg);background-repeat:no-repeat,no-repeat;background-position:bottom 0% right 0%,bottom 100% right 0%}.home-page .teachers__card--bg-3{background-color:var(--accent-purple);background-image:url(../img/svg/teachers_3.svg),url(../img/svg/patt_7.svg);background-repeat:no-repeat,no-repeat;background-position:bottom 0% right 0%,bottom 100% right 0%}.home-page .teachers__card--bg-4{margin-left:auto;background:url(../img/svg/teachers_4.svg) top 18px right 37px / auto calc(100% - 36px) no-repeat,var(--gradient-blue)}.home-page .teachers__card--wide{width:692px}.home-page .teachers__card--narrow{width:595px}.home-page .teachers__card-title{font-size:24px;font-weight:500;color:#212529;max-width:248px}.home-page .teachers__card-title--light{color:#f8f9fa;max-width:312px;font-size:24px;font-weight:500}.home-page .teachers__card-part--primary{color:inherit}.home-page .teachers__card-part--accent-blue{border-bottom:2px solid var(--primary-blue);padding-bottom:0;display:inline-block;line-height:1}.home-page .teachers__card-part--accent-dark{border-bottom:2px solid #343A40;padding-bottom:0;display:inline-block;line-height:1}.home-page .teachers__card-text{font-size:18px;font-weight:400;max-width:263px;margin-top:16px}.home-page .teachers__card-text--muted{color:var(--text-muted)}.home-page .teachers__card-text--dark{color:#343a40}.home-page .teachers__card-text--gray{color:#495057}.home-page .teachers__card-text--light{color:#e9ecef}.home-page .teachers__card-button{margin-top:18px;display:inline-flex;align-items:center;padding:12px 24px;gap:4px;background-color:var(--background-white);text-decoration:none;border-radius:8px;font-weight:500;transition:var(--transition);border:none;cursor:pointer}.home-page .teachers__button-text{margin:0;font-size:16px;font-weight:500;color:#000}.home-page .teachers__button-icon{transition:var(--transition)}.home-page .teachers__card-button:hover .teachers__button-icon{transform:rotate(45deg)}.home-page .teachers__card-button:hover{background-color:#f8f9fa}.home-page .footer{height:427px}.home-page .footer__container{margin:var(--section-gap) 0px 85px 0px;padding:20px 32px 36px;background-color:var(--background-white);border-radius:12px;box-shadow:var(--shadow-card);display:flex;gap:64px}.home-page .footer__left{flex:1;display:flex;gap:48px;justify-content:space-between;border-right:1px solid #CED4DA;padding-right:64px}.home-page .footer__right{flex:1}.home-page .footer__nav{flex:.2;display:flex;flex-direction:column;gap:0}.home-page .footer__column{display:flex;flex-direction:column}.home-page .footer__brand{margin-bottom:16px}.home-page .footer__nav-title{margin-bottom:12px}.home-page .footer__nav-link{margin-bottom:8px}.home-page .footer__nav-link:last-child{margin-bottom:0}.footer__nav-link,.home-page .footer__link{color:var(--text-gray-medium);font-size:16px;font-weight:400;text-decoration:none;transition:var(--transition);position:relative}.footer__nav-link:hover,.home-page .footer__link:hover{color:var(--text-muted)}.footer__nav-link:hover:after,.home-page .footer__link:hover:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background-color:var(--text-muted);animation:underline .3s ease}@keyframes underline{0%{width:0}to{width:100%}}.footer__nav-title,.home-page .footer__column-title{color:var(--text-dark);font-size:16px;font-weight:500;text-decoration:none;margin-bottom:12px}.home-page .footer__list{display:flex;flex-direction:column;gap:8px}.home-page .footer__cookies{margin-top:219px;color:var(--text-muted);font-size:14px;font-weight:400}.home-page .footer__cookies-text{margin:0}
