.pn{z-index:300;font-family:var(--serif);position:fixed;bottom:20px;left:20px}.pn__btn{background:var(--accent);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .15s;display:flex;box-shadow:0 4px 14px #00000040}.pn__btn:hover{transform:scale(1.06)}.pn__btn img{filter:brightness(0)invert();width:20px;height:20px}.pn__btn--pulse{animation:1.6s ease-out infinite pn-pulse}@keyframes pn-pulse{0%{box-shadow:0 4px 14px #00000040,0 0 #bd53438c}70%{box-shadow:0 4px 14px #00000040,0 0 0 16px #bd534300}to{box-shadow:0 4px 14px #00000040,0 0 #bd534300}}.pn__hint{background:var(--ink);color:#fff;cursor:pointer;border-radius:10px;width:210px;padding:10px 14px;font-size:13px;line-height:1.35;position:absolute;bottom:4px;left:54px;box-shadow:0 4px 14px #0003}.pn__hint:before{content:"";background:var(--ink);width:10px;height:10px;position:absolute;bottom:14px;left:-5px;transform:rotate(45deg)}.pn__panel{background:var(--paper);border-radius:16px;flex-direction:column;width:290px;max-height:min(70vh,560px);display:flex;position:absolute;bottom:54px;left:0;overflow:hidden;box-shadow:0 10px 40px #0000002e}.pn__head{letter-spacing:.1em;text-transform:uppercase;color:var(--ink);flex:none;justify-content:space-between;align-items:center;padding:14px 18px 10px;font-size:14px;display:flex}.pn__head img{width:18px;height:18px}.pn__list{padding:0 18px 8px;overflow-y:auto}.pn__group{margin-bottom:10px}.pn__group-name{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:8px 0 4px;font-size:11px}.pn__item{color:var(--ink);justify-content:space-between;align-items:center;gap:10px;padding:5px 0;font-size:15px;line-height:1.2;display:flex}.pn__item:hover,.pn__item--cur{color:var(--accent)}.pn__item--wip{color:var(--muted);cursor:default}.pn__item--wip:hover{color:var(--muted)}.pn__item--wip em{color:var(--muted);border:1px solid var(--line);border-radius:20px;flex:none;padding:1px 8px;font-size:11px;font-style:normal}.pn__all{color:var(--accent);border-top:1px solid var(--bg);flex:none;padding:10px 18px 14px;font-size:14px;display:block}@font-face{font-family:Minion Pro;src:url(/assets/MinionPro-Regular-Dnp_UpM4.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}:root{--ink:#333;--accent:#bd5343;--paper:#fff;--bg:#f6f6f6;--muted:#a8a8a8;--line:#cfcfcf;--placeholder:#828282;--serif:"Minion Pro", "Minion Cyrillic", Georgia, "Times New Roman", serif}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}.course-copy-protected{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.course-copy-protected input,.course-copy-protected textarea{-webkit-user-select:text;user-select:text}body{font-family:var(--serif);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;overflow-wrap:break-word;font-weight:400}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font-family:inherit}button{cursor:pointer;color:inherit;background:0 0;border:none;padding:0}h1,h2,h3,p{margin:0;font-weight:400}.ct{width:1440px;margin-left:auto;margin-right:auto}@media (width<=1519px){.ct{width:auto;margin-left:40px;margin-right:40px}}@media (width<=767px){.ct{margin-left:20px;margin-right:20px}}.btn-pill{background:var(--accent);color:#fff;letter-spacing:.1em;text-transform:uppercase;border-radius:50px;justify-content:center;align-items:center;width:216px;height:60px;font-size:14px;line-height:1;transition:filter .2s;display:inline-flex}.btn-pill:hover{filter:brightness(1.08)}.page-title{text-align:center;color:var(--ink);font-size:45px;line-height:53px}@media (width<=767px){.page-title{font-size:24px;line-height:28px}}.fav{position:absolute;top:30px;right:30px}.fav img{width:35px;height:35px}.sec-title{color:var(--ink);font-size:45px;line-height:53px}@media (width<=767px){.sec-title{font-size:28px;line-height:33px}}.arrows{flex:none;gap:10px;display:flex}.arrows button{background:#fff;border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;transition:opacity .2s;display:flex}.arrows button:disabled{opacity:.5;cursor:default}.arrows svg{width:100%;height:100%;display:block}@media (width<=767px){.arrows{gap:5px}.arrows button{width:40px;height:40px}}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.card-link{color:inherit;text-decoration:none}.card-link:after{content:"";z-index:1;position:absolute;inset:0}.lec-card,.mat-card,.crd-card,.crs-card,.book-card{position:relative}.lec-card .fav,.mat-card .fav,.crd-card .fav,.crs-card .fav,.lec-card__marks,.crd-card__marks,.crs-card__badges{z-index:2}span[data-note]{color:var(--accent);cursor:pointer;text-decoration:underline}@media (width<=767px){span[data-note]{text-decoration-style:dashed}}sup[data-note]{counter-increment:fnote;cursor:pointer;color:var(--accent);font-weight:400}sup[data-note]:before{content:counter(fnote)}.rich__note-img{border-radius:8px;width:100%;margin-bottom:10px;display:block}.rich__note{z-index:20;background:var(--paper);border-radius:10px;max-width:320px;padding:20px 34px 20px 20px;display:block;position:fixed;box-shadow:0 2px 20px #00000014}.rich__note-x{background:var(--bg);width:24px;height:24px;color:var(--muted);cursor:pointer;border:0;border-radius:5px;justify-content:center;align-items:center;font-size:14px;line-height:1;display:flex;position:absolute;top:10px;right:10px}.rich__note-title{color:var(--accent);font-size:16px;line-height:19px;display:block}.rich__note-text{color:var(--ink);margin-top:4px;font-size:16px;line-height:19px;display:block}
