@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=STIX+Two+Text:wght@500&display=swap);@import url(https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css);@import url(https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css);*{box-sizing:border-box;font-family:Inter,sans-serif;list-style:none;margin:0;outline:none;padding:0}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{-webkit-appearance:none;appearance:none}.sidebar{background-color:#fff;border-right:2px solid rgba(81,127,223,.2);height:100vh;left:0;position:fixed;top:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:100}.sidebar-wrap{overflow:hidden;padding:50px 25px 0;transition:.8s cubic-bezier(.33,1,.68,1);width:80px}@media screen and (max-width:1500px){.sidebar-wrap{padding:40px 20px 0;width:70px}}.sidebar .sidebar-pointer{background-color:#517fdf;border-radius:10px;height:30px;position:absolute;right:-3px;transition:.6s cubic-bezier(.33,1,.68,1);width:3px}.sidebar .logo-wrap{align-items:center;display:flex;justify-content:space-between;overflow:hidden;padding-bottom:5vh;transition:.8s cubic-bezier(.33,1,.68,1);width:30px}.sidebar .logo-wrap .logo{width:220px}.sidebar .logo-wrap .course{border:1px solid #517fdf;border-radius:5px;color:#517fdf;cursor:pointer;font-size:16px;font-weight:600;line-height:22px;margin-bottom:8px;padding:5px 10px}.sidebar .nav,.sidebar .userCard{width:300px}.sidebar .userCard{align-items:center;background-color:transparent;border-radius:20px;box-shadow:0 0 20px 0 rgba(81,127,223,0);color:#fff;cursor:pointer;display:flex;padding:20px 20px 20px 0;-webkit-transform:translateX(0);transform:translateX(0);transition:.8s cubic-bezier(.33,1,.68,1);transition:.5s ease}.sidebar .userCard:hover{box-shadow:0 6px 20px 0 rgba(81,127,223,.8);-webkit-transform:translateY(-5px) translateX(-5px);transform:translateY(-5px) translateX(-5px)}.sidebar .userCard .user-avatar{height:65px;margin-right:5%;width:65px}.sidebar .userCard .user-avatar img{border:2px solid #517fdf;border-radius:100px;display:block;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:left;transform-origin:left;transition:.8s ease}.sidebar .userCard .name{font-size:15px;font-weight:600;line-height:18px}.sidebar .userCard .slug{font-size:12px;font-weight:400;line-height:15px;margin-top:5px}.sidebar .subs{margin-top:5vh}.sidebar .subs h6{font-weight:600}.sidebar .subs .subCard{border:1px solid #517fdf;border-radius:20px;color:#1e1e1e;margin-top:20px;padding:20px;width:100%}.sidebar .subs .subCard .sub-name{font-size:18px;font-weight:600;line-height:140%}.sidebar .subs .subCard .details{display:flex;margin-top:10px}.sidebar .subs .subCard .details__item>div:first-child{font-size:14px;font-weight:600;line-height:140%}.sidebar .subs .subCard .details__item>div:last-child{font-size:12px;font-weight:400;line-height:140%;margin-top:5px}.sidebar .subs .subCard .details__item:last-child{margin-left:40px}.sidebar .nav{margin-top:7vh}.sidebar .nav__item{align-items:center;cursor:pointer;display:flex;position:relative}.sidebar .nav__item .icon{height:30px;margin-right:15px;width:30px}.sidebar .nav__item .icon path{fill:#a4b8e2;transition:.4s ease}.sidebar .nav__item .nav-name{color:#a4b8e2;font-size:16px;font-weight:600;line-height:19px;opacity:0;transition:.4s ease}.sidebar .nav__item+.nav__item{margin-top:10%}.sidebar .nav__item:focus .icon path,.sidebar .nav__item:hover .icon path{fill:#517fdf}.sidebar .nav__item:focus .nav-name,.sidebar .nav__item:hover .nav-name{color:#517fdf}.sidebar .nav__item.active .icon path{fill:#517fdf}.sidebar .nav__item.active .nav-name{color:#517fdf}@media screen and (min-width:1000px){.sidebar:hover .sidebar-wrap{width:350px}.sidebar:hover .userCard{background-color:#517fdf;padding-left:20px;-webkit-transform:translateX(-5px);transform:translateX(-5px)}.sidebar:hover .userCard .user-avatar img{height:65px;-webkit-transform:scale(1);transform:scale(1);width:65px}.sidebar:hover .nav-name{opacity:1}.sidebar:hover .logo-wrap{width:100%}}@media screen and (max-width:1000px){.sidebar{border-radius:20px 20px 0 0;border-right:none;border-top:2px solid rgba(81,127,223,.2);bottom:0;height:70px;top:auto;width:100%}.sidebar-wrap{display:flex;height:100%;justify-content:center;padding:0;width:100%}.sidebar-wrap .logo-wrap,.sidebar-wrap .userCard{display:none}.sidebar-wrap .nav{align-items:center;display:flex;margin-top:0;width:auto}.sidebar-wrap .nav__item{flex-direction:column;margin-top:0!important}.sidebar-wrap .nav__item:after{background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%);border-radius:100%;content:"";height:100%;left:50%;opacity:.2;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:.4s ease;width:100%;z-index:-1}.sidebar-wrap .nav__item .icon{margin-right:0;position:relative;transition:.4s ease}.sidebar-wrap .nav__item .nav-name{display:none;font-size:13px;opacity:1}.sidebar-wrap .nav__item+.nav__item{margin-left:30px}.sidebar-wrap .nav__item.active:after{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5)}.sidebar-wrap .nav__item.active .icon{-webkit-transform:scale(.85);transform:scale(.85)}.sidebar-wrap .nav__item.active .icon path{fill:url(#svg-blue)}}.notify-item{align-items:center;-webkit-animation:onCreate .4s cubic-bezier(.34,1.56,.64,1);animation:onCreate .4s cubic-bezier(.34,1.56,.64,1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:color;border-radius:20px;box-shadow:0 10px 20px rgba(0,0,0,.3);cursor:pointer;display:flex;margin-top:10px;min-width:300px;overflow:hidden;padding:25px 35px 25px 0;transition:.4s ease}@media screen and (max-width:600px){.notify-item{min-width:none;width:90vw}}.notify-item-status{height:100%;position:relative;width:30%}.notify-item-status-main{align-items:center;display:flex;justify-content:center}.notify-item-status-back{height:100px;left:10%;opacity:.1;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100px}.notify-item-status-back svg{height:100%;width:100%}.notify-item-content{color:#fff;line-height:25px;width:350px}.notify-item-timer{background-color:#fff;border-radius:2px;bottom:0;height:5px;left:0;opacity:.5;position:absolute}.notify-item.remove{-webkit-animation:onRemove .4s;animation:onRemove .4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes onCreate{0%{-webkit-transform:translateX(200%);transform:translateX(200%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes onCreate{0%{-webkit-transform:translateX(200%);transform:translateX(200%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes onRemove{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(200%);transform:translateX(200%)}}@keyframes onRemove{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(200%);transform:translateX(200%)}}.notify-wrapper{position:fixed;right:30px;top:30px;z-index:9999}@media screen and (max-width:600px){.notify-wrapper{right:5vw}}.user-avatar{border-radius:100%;height:160px;position:relative;width:160px;z-index:1}.user-avatar .circular{height:100%;position:absolute;-webkit-transform:scale(1.1) rotate(180deg) translateY(2px);transform:scale(1.1) rotate(180deg) translateY(2px);width:100%;z-index:2}.user-avatar .circular path{stroke:#517fdf}.user-avatar-course{background:linear-gradient(180deg,#fdcf62,#feb42e);border-radius:50px;bottom:0;font-weight:600;left:50%;padding:3px 20px;position:absolute;-webkit-transform:translate(-50%,30%);transform:translate(-50%,30%);z-index:3}.user-avatar img{border-radius:100%;-webkit-filter:drop-shadow(0 20px 40px rgba(81,127,223,.1));filter:drop-shadow(0 20px 40px rgba(81,127,223,.1));height:100%;object-fit:cover;object-position:center;width:100%}.user-avatar .vignette{height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(1.2);transform:scale(1.2);width:100%;z-index:2}.user-avatar--gold .particle--inner{background-color:#fde550!important}.app-fatal{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100%}.app-fatal h1{color:#517fdf;margin-top:10px;text-align:center}.app-fatal p{margin-top:10px;opacity:.7}.app-fatal .btns-wrap{margin-top:50px}.app-fatal .btn+.btn{margin-top:10px}.app-fatal img{width:600px}@media screen and (max-width:600px){.app-fatal .wrap,.app-fatal img{width:300px}.app-fatal p{margin-top:15px}}.guide-menu{background-color:#fff;border-radius:16px;box-shadow:0 5px 20px 0 rgba(0,0,0,.4);padding:5px 15px 15px;position:fixed;right:50px;top:50px;transition:.5s ease;width:500px;z-index:10000}.guide-menu-top{align-items:center;display:flex;justify-content:space-between}.guide-menu-label{background-image:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%);border-radius:50px;color:#fff;font-size:16px;font-weight:600;padding:4px 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.guide-menu .guide-close path{fill:#517fdf}.guide-menu-descr p{margin-top:10px}.guide-menu-btns{display:flex;margin-top:20px}.guide-menu-btns .guide-back{flex-shrink:0;margin-right:15px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.guide-menu .guide-action{align-items:center;color:#517fdf;display:flex;font-size:18px;font-weight:600;justify-content:center;width:100%}.guide-menu--left{right:calc(100% - 50px);-webkit-transform:translateX(100%);transform:translateX(100%)}@media screen and (max-width:1500px){.guide-menu{right:30px;top:30px}.guide-menu--left{right:calc(100% - 50px)}}@media screen and (max-width:1000px){.guide-menu{bottom:50px;right:50%;top:auto;-webkit-transform:translateX(50%);transform:translateX(50%);width:85%}}.guide--block{border-radius:30px;box-shadow:0 0 0 1000vw rgba(0,0,0,.3)!important;overflow:visible!important;position:relative;z-index:1000!important}.guide--block .show-themes:before,.guide--block:before{-webkit-animation:guidePulse 2s ease infinite;animation:guidePulse 2s ease infinite;background-color:#fff;border-radius:inherit;content:"";height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:-1}@-webkit-keyframes guidePulse{0%{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes guidePulse{0%{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}}.guide--active .header,.guide--active .sidebar{pointer-events:none;z-index:0}.subjects-picker{-webkit-column-gap:8px;column-gap:8px;display:flex;flex-wrap:wrap;row-gap:8px;width:100%}.subjects-picker__item{align-items:center;border-radius:15px;box-shadow:0 0 0 0 transparent;color:#fff;cursor:pointer;display:flex;-webkit-filter:saturate(0);filter:saturate(0);font-size:16px;font-weight:500;padding:5px 15px 5px 10px;transition:.5s ease}.subjects-picker__item svg{height:28px;margin-right:5px;width:28px}.subjects-picker__item circle,.subjects-picker__item path{fill:#fff}.subjects-picker__item:hover{box-shadow:0 4px 15px 0 rgba(0,0,0,.25);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.subjects-picker__item--picked{-webkit-filter:saturate(1);filter:saturate(1)}.subjects-picker__item--picked:hover{box-shadow:0 0 0 0 transparent;-webkit-transform:translateY(0);transform:translateY(0)}.subjects-picker__item--required{cursor:auto}.auth-wrapper{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;padding:10vh 0;position:relative;width:100%}.auth-wrapper .logo{left:50%;position:absolute;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:200px}@media screen and (max-width:600px){.auth-wrapper .form-auth input{width:100%}}.form-auth{background-color:#fff;border-radius:30px;box-shadow:4px 4px 23px 0 rgba(0,0,0,.17);padding:50px 60px}.form-auth-btns{-webkit-column-gap:15px;column-gap:15px;display:flex}.form-auth-wrap{width:500px}.form-auth-wrap>h6{margin-bottom:20px;margin-top:30px}.form-auth--login .form-auth-wrap{width:400px}.form-auth-stages{align-items:center;display:flex;justify-content:space-between;margin-top:15px}.form-auth-stages__item{background:#a4b8e2;border-radius:100%;color:#fff;flex-shrink:0;font-size:18px;height:60px;line-height:60px;text-align:center;width:60px}.form-auth-stages__item.active{background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%)}.form-auth-stages .line{height:3px;position:relative;width:100%}.form-auth-stages .line div:first-child{background-color:#a4b8e2;height:100%;position:relative;width:100%}.form-auth-stages .line div:last-child{background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%);height:100%;left:0;position:absolute;top:0;transition:.6s ease;width:0}.form-auth .course-picker{height:150px;margin-top:20px;width:500px}.form-auth .course-subjects h5{margin:15px 0 5px}.form-auth .subjects-picker{width:500px}.form-auth .form-input{margin-top:20px}.form-auth .form-input:first-child{margin-top:0}.form-auth .btn{margin-top:30px}.form-auth .additional{align-items:center;display:flex;justify-content:space-between;margin-top:15px}.form-auth .btn-forgetPassword{color:#517fdf;cursor:pointer;font-size:16px;line-height:20px;text-decoration-line:underline}.form-auth__more{color:rgba(30,30,30,.7);font-size:14px;font-weight:500;line-height:17px;margin-top:10px;text-align:center}.form-auth__more span:last-child{cursor:pointer;font-weight:700}.form-auth .alert{color:#e42727;font-size:14px;font-weight:500;margin-left:25px;padding-top:10px}@media screen and (max-width:600px){.form-auth{padding:30px}.form-auth--login .form-auth-wrap{width:300px}.form-auth .course-picker{height:100px;width:100%}.form-auth .subjects-picker{width:100%}.form-auth .form-auth-stages__item{height:40px;line-height:40px;width:40px}.form-auth .btn{margin-top:15px}.form-auth-btns{flex-direction:column;margin-top:20px;row-gap:5px}.form-auth-btns .btn{margin-top:0}.form-auth-wrap{width:300px}.form-auth-wrap>h6{margin-bottom:15px;margin-top:20px}.form-auth .btn-forgetPassword,.form-auth .ui-checkbox label{font-size:14px}}.auth-confirmEmail{align-items:center;background-color:#fff;border-radius:30px;box-shadow:4px 4px 23px 0 rgba(0,0,0,.17);display:flex;max-width:800px;padding:20px;width:44vw}.auth-confirmEmail>div{margin-left:30px}.auth-confirmEmail>div p{font-size:15px;margin-top:5px;opacity:.7}.auth-confirmEmail>div .btn{margin-top:30px}.auth-confirmEmail img{width:250px}@media screen and (max-width:600px){.auth-confirmEmail{flex-direction:column;width:300px}.auth-confirmEmail img{width:180px}.auth-confirmEmail>div{margin-left:0}}.page--dashboard{padding-bottom:10vh;width:100%}@media screen and (max-width:1000px){.page--dashboard{padding-top:60px}}.page--dashboard .dashboard-wrap{-webkit-column-gap:30px;column-gap:30px;display:flex;justify-content:space-between;margin-top:30px}@media screen and (max-width:1500px){.page--dashboard .dashboard-wrap{-webkit-column-gap:20px;column-gap:20px}}.page--dashboard .dashboard-grid{grid-column-gap:30px;grid-row-gap:30px;-webkit-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,480px);position:relative;row-gap:30px;width:75%;z-index:5}@media screen and (max-width:1500px){.page--dashboard .dashboard-grid{-webkit-column-gap:20px;column-gap:20px;grid-template-rows:repeat(2,370px);row-gap:20px}}@media screen and (max-width:1400px){.page--dashboard .dashboard-grid{grid-template-columns:repeat(2,1fr);width:65%}}@media screen and (max-width:1000px){.page--dashboard .dashboard-grid{width:100%}}@media screen and (max-width:600px){.page--dashboard .dashboard-grid{grid-template-columns:repeat(1,1fr);grid-template-rows:1fr}.page--dashboard .dashboard-grid .d-tasks{grid-column:1/1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.page--dashboard .dashboard-grid .d-tasks .list{min-height:0}.page--dashboard .dashboard-grid .d-subjects{grid-column:1/1;grid-row:1/1}.page--dashboard .dashboard-grid .d-calendar{display:none}}.page--dashboard .dashboard-side{width:25%}@media screen and (max-width:1400px){.page--dashboard .dashboard-side{width:35%}}@media screen and (max-width:1000px){.page--dashboard .dashboard-side{display:none}}.page--dashboard .dashboard-side>div+div{margin-top:30px}.page--dashboard .block{background-color:#fff;border-radius:15px;box-shadow:0 4px 10px rgba(167,176,192,.5);padding:25px}@media screen and (max-width:1500px){.page--dashboard .block{padding:20px}}.page--dashboard .block .top{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;transition:.4s ease}@media screen and (max-width:1500px){.page--dashboard .block .top{margin-bottom:10px}}.page--dashboard .block .top:hover{opacity:.7}.page--dashboard .block .top .icon-arrow path{fill:#fdc651}.page--dashboard .soon{aspect-ratio:7/9;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none}.page--dashboard .soon img{height:100%;left:0;object-fit:cover;object-position:center;pointer-events:none;position:absolute;top:0;width:100%}.page--dashboard .soon--arena{aspect-ratio:1.804;background:linear-gradient(101.78deg,#4c2ca6 -82.68%,#7861e1 72.14%)}.page--dashboard .promo{align-items:center;background:radial-gradient(192.43% 557.58% at 90.09% 11.29%,rgba(126,62,208,.8) 0,rgba(126,62,208,0) 100%),linear-gradient(137.8deg,#1a4fcb 17.76%,#4378ff 84.77%);background-size:contain;border-radius:20px;display:flex;grid-column:span 4;height:350px;justify-content:space-between;overflow:hidden;padding:30px;position:relative}@media screen and (max-width:1500px){.page--dashboard .promo{height:300px}}@media screen and (max-width:1400px){.page--dashboard .promo{height:250px}}@media screen and (max-width:600px){.page--dashboard .promo{height:auto}}.page--dashboard .promo .promo-content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center}.page--dashboard .promo h1{color:#fff;font-size:40px;line-height:50px}@media screen and (max-width:1400px){.page--dashboard .promo h1{font-size:30px;line-height:40px}}@media screen and (max-width:800px){.page--dashboard .promo h1{font-size:var(--h1-size);line-height:var(--h1-line)}}.page--dashboard .promo p{color:#fff;font-size:18px;line-height:28px;margin-top:20px;width:70%}@media screen and (max-width:1400px){.page--dashboard .promo p{font-size:16px;line-height:22px;margin-top:10px}}@media screen and (max-width:800px){.page--dashboard .promo p{font-size:var(--h6-size);line-height:var(--h6-line)}}@media screen and (max-width:600px){.page--dashboard .promo p{width:100%}}.page--dashboard .promo img{bottom:0;-webkit-filter:drop-shadow(10px 20px 30px rgba(0,0,0,.4));filter:drop-shadow(10px 20px 30px rgba(0,0,0,.4));position:absolute;right:5%;width:18%}@media screen and (max-width:800px){.page--dashboard .promo img{width:28%}}.page--dashboard .promo .btn{font-size:23px;margin-top:50px;padding:14px 100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1400px){.page--dashboard .promo .btn{font-size:20px;margin-top:auto}}@media screen and (max-width:800px){.page--dashboard .promo .btn{font-size:var(--h4-size);line-height:var(--h4-line);padding:10px 70px}}@media screen and (max-width:600px){.page--dashboard .promo .btn{margin-top:20px;padding:10px 50px}}.page--dashboard .d-calendar{grid-column:span 2}.page-profile{padding-bottom:5vh}.page-profile .profile-title{align-items:center;display:flex;margin-bottom:40px;margin-bottom:var(--heading-margin)}.page-profile .profile-title .ui-btnIcon{margin-left:15px}.page-profile .profile-title .jcoins{align-items:center;display:flex;margin-left:20px}.page-profile .profile-title .jcoins span{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%);-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:700;line-height:24px;margin-left:5px;text-transform:uppercase}.page-profile .profile-title .language-picker{border-radius:10px;margin-left:15px;padding:10px 15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:600px){.page-profile .profile-title .jcoins{margin-left:10px}}.page-profile .block{background-color:#fff;border-radius:30px;box-shadow:0 4px 10px rgba(167,176,192,.5);padding:20px}@media screen and (max-width:1500px){.page-profile .block{padding:20px}}.page-profile .profile-grid{grid-column-gap:30px;grid-row-gap:30px;-webkit-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:26% 32% calc(42% - 60px);grid-template-rows:1fr 1fr;row-gap:30px}@media screen and (max-width:1500px){.page-profile .profile-grid{-webkit-column-gap:20px;column-gap:20px;row-gap:20px}}@media screen and (max-width:1200px){.page-profile .profile-grid{grid-template-columns:350px 1fr;grid-template-rows:1fr 1fr}.page-profile .profile-grid .sub-card{grid-column:1/2;grid-row:3/4}}@media screen and (max-width:800px){.page-profile .profile-grid{grid-template-columns:1fr;grid-template-rows:auto}.page-profile .profile-grid .profileCard{grid-column:1/2;grid-row:1/2}.page-profile .profile-grid .achieves,.page-profile .profile-grid .courses{grid-column:1/2}.page-profile .profile-grid .sub-card{grid-row:2/3}.page-profile .profile-grid .sub-card .sub-expireDate{margin:20px 0}}.page-profile .courses{align-items:stretch;display:flex;flex-direction:column;grid-column:2/3;grid-row:2/3}@media screen and (max-width:1200px){.page-profile .courses{grid-column:2/4;grid-row:3/4}}@media screen and (max-width:600px){.page-profile .courses .course-picker{height:100px}}.page-profile .courses h5{margin-bottom:20px}@media screen and (max-width:1500px){.page-profile .courses h5{margin-bottom:40px}}.page-profile .achieves{grid-row:span 2}@media screen and (max-width:1200px){.page-profile .achieves{grid-column:span 2}}@media screen and (max-width:1400px){.page-profile .achieves{display:flex;flex-direction:column;justify-content:space-between}}.page-profile .ministat{display:flex;height:25%;justify-content:space-between}.page-profile .ministat__item{position:relative;width:30%}.page-profile .ministat__item:after{background-color:hsla(0,0%,100%,.6);border-top-left-radius:30px;border-top-right-radius:30px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.page-profile .ministat__item div{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(136.58deg,#649df2 -.62%,#245ef2 99.46%);-webkit-background-clip:text;background-clip:text;font-size:60px;font-weight:700;line-height:73px;padding-bottom:5px;padding-top:15px;text-align:center}@media screen and (max-width:1400px){.page-profile .ministat__item div{font-size:40px;line-height:55px}}.page-profile .ministat__item h6{background-color:#fff;border-radius:30px;box-shadow:0 4px 10px rgba(167,176,192,.5);color:rgba(30,30,30,.5);padding:4px 0;text-align:center}@media screen and (max-width:1500px){.page-profile .ministat__item h6{font-size:12px;font-weight:600}}@media screen and (max-width:1400px){.page-profile .ministat__item h6{font-size:10px;font-weight:700}}.page-profile .ministat__item:first-child div{background-image:linear-gradient(180deg,#fdcf62,#feb42e)}@media screen and (max-width:1400px){.page-profile .ministat{height:auto}}.page-profile .awards{height:calc(75% - 30px);margin-top:30px}@media screen and (max-width:1400px){.page-profile .awards{height:auto;min-height:320px}}.page-profile .awards h5{opacity:.7;text-align:center}.page-profile .soon--awards{padding:0}.page-profile .soon--awards img{border-radius:inherit;height:100%;object-fit:cover;width:100%}.page-profile .activity{display:flex;flex-direction:column;grid-row:span 2}.page-profile .activity-report-open{align-items:center;background:linear-gradient(87.3deg,#4c2ca6 26.51%,#7861e1 87.75%);border-radius:30px;display:flex;justify-content:space-between;margin-bottom:30px;padding:20px;position:relative}.page-profile .activity-report-open h4{color:#fff;white-space:nowrap}.page-profile .activity-report-open .btn{margin-left:4%;padding-left:0;padding-right:0}.page-profile .activity-report-open .decor{bottom:0;left:15%;position:absolute}@media screen and (max-width:1400px){.page-profile .activity-report-open .btn{font-size:14px}}@media screen and (max-width:1000px){.page-profile .activity-report-open .btn{font-size:13px;margin-left:10%}}.page-profile .activity-wrap{position:relative}.page-profile .activity-wrap>h5{color:rgba(30,30,30,.7);position:relative;text-align:center;z-index:20}.page-profile .activity-wrap>h5:after{background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0));content:"";height:40px;left:0;position:absolute;top:100%;width:100%}.page-profile .activity-list{height:300px;overflow-y:auto}.page-profile .activity__item{align-items:center;display:flex;justify-content:space-between;margin-top:20px;overflow:hidden}.page-profile .activity__item-details{color:#fff;left:50%;opacity:0;padding:10px;pointer-events:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) scaleY(.2);transform:translate(-50%,-50%) scaleY(.2);transition:.5s ease;width:100%}.page-profile .activity__item-details .duration{font-size:13px;text-align:right}.page-profile .activity__item-details .title{align-items:center;display:flex;overflow:hidden}.page-profile .activity__item-details .title span{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis}.page-profile .activity__item-details .title .icon{flex-shrink:0;height:24px;width:24px}.page-profile .activity__item-details .title .icon circle,.page-profile .activity__item-details .title .icon path{fill:#fff}.page-profile .activity__item-details .label{bottom:10px;font-size:12px;left:15px;opacity:.6;position:absolute;text-transform:uppercase}.page-profile .activity__item-event{background-color:#517fdf;cursor:pointer;position:relative;transition:.4s ease}.page-profile .activity__item-event:hover{border-radius:100px!important;-webkit-transform:scaleY(5);transform:scaleY(5);width:200%!important}.page-profile .activity__item-event:hover .activity__item-details{opacity:1;pointer-events:all}.page-profile .activity__item-event--test{background:radial-gradient(80.74% 80.74% at 91.45% 21.93%,#fede35 0,rgba(254,222,53,0) 100%),linear-gradient(.481turn,#fdcc5d 5.36%,#fdba3a 96.58%)}.page-profile .activity__item-timeline{background-color:rgba(81,127,223,.2);border-radius:15px;display:flex;height:10px;margin-left:40px;margin-right:20px;position:relative;width:100%}.page-profile .activity__item-timeline-date{bottom:-20px;color:#a4b8e2;font-size:14px;position:absolute}.page-profile .activity__item-timeline-date.start-date{left:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.page-profile .activity__item-timeline-date.end-date{right:0;-webkit-transform:translateX(50%);transform:translateX(50%)}.page-profile .activity__item-date{text-align:center}.page-profile .activity__item-eventnull{position:relative}.page-profile .activity__item-eventnull:hover .activity__item-duration{opacity:1;pointer-events:all}.page-profile .activity__item-duration{background-color:rgba(0,0,0,.4);border-radius:5px;bottom:calc(100% + 2px);color:#fff;font-size:13px;left:50%;opacity:0;padding:2px 8px;pointer-events:none;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:.5s ease;white-space:nowrap}.page-profile .activity__item .ui-btnIcon{flex-shrink:0}@media screen and (max-width:1500px){.page-profile .activity__item{flex-direction:column;margin-top:10px;padding-bottom:30px}.page-profile .activity__item-date{align-items:center;display:flex;margin-bottom:10px}.page-profile .activity__item-date h3{font-size:var(--h4-size);margin-right:5px}.page-profile .activity__item-timeline{margin:0 auto;width:90%}}@media screen and (max-width:800px){.page-profile .activity__item{flex-direction:column;margin-top:0;padding-bottom:30px}.page-profile .activity__item:first-child{margin-top:10px}.page-profile .activity__item-date{margin-bottom:10px}.page-profile .activity__item-timeline{margin:0}.page-profile .activity__item-timeline .start-date{left:20px}.page-profile .activity__item-timeline .end-date{right:20px}}@media screen and (max-width:1400px){.page-profile .activity{height:auto;min-height:320px}}.page-profile .avatar-picker{cursor:pointer}.page-profile .avatar-picker input{opacity:0;outline:0;pointer-events:none;-webkit-user-select:none;user-select:none;width:0}.page-profile .avatar-picker .title{color:#f7986f;font-size:16px;line-height:19px;text-decoration-line:underline}.page-profile .avatar-picker .user-avatar{background-color:hsla(18,89%,70%,.5);display:block;height:95px;margin:0 auto 20%;object-fit:cover;object-position:center;width:95px}.profileCard{color:#1e1e1e;display:flex;flex-direction:column;grid-row:span 2}.profileCard-title{align-items:center;display:flex;justify-content:center}@media screen and (max-width:1400px){.profileCard-title{margin-bottom:20px}}.profileCard-title h5{opacity:.7;text-align:center}.profileCard-title .ui-btnIcon{margin-left:10px}.profileCard-wrap{align-items:center;display:flex;flex-direction:column;margin-top:auto}.profileCard-wrap>.btn{margin-top:30px;padding:15px}.profileCard-name{margin-top:30px}@media screen and (max-width:1400px){.profileCard-name{margin-top:10px}}.profileCard-name .sticker{-webkit-transform:translateY(15%);transform:translateY(15%)}.profileCard-city{opacity:.7}.profileCard-stat{align-items:center;display:flex;justify-content:space-between;margin-top:15px;position:relative;width:100%}.profileCard-stat__item div:first-child{color:#517fdf;font-size:24px;font-weight:700;line-height:29px;text-align:center}.profileCard-stat__item div:last-child{font-size:13px;font-weight:500;line-height:15px;opacity:.7}.profileCard-stat__item:nth-child(2){left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.course-picker{-webkit-column-gap:10px;column-gap:10px;display:flex;height:100%;justify-content:stretch;width:100%}.course-picker__item{background:#517fdf;border-radius:15px;cursor:pointer;-webkit-filter:grayscale(1);filter:grayscale(1);flex-grow:1;position:relative;transition:.6s ease;width:100%}.course-picker__item img{height:100%;object-fit:contain;object-position:center;-webkit-transform:scale(.8);transform:scale(.8);width:100%}.course-picker__item:hover{box-shadow:0 4px 15px 0 rgba(0,0,0,.25);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.course-picker__item--active{box-shadow:0 4px 10px rgba(167,176,192,.5);cursor:auto;-webkit-filter:grayscale(0);filter:grayscale(0)}.course-picker__item--active:hover{box-shadow:0 4px 10px rgba(167,176,192,.5);-webkit-transform:translateY(0);transform:translateY(0)}.course-picker__item--disabled{box-shadow:0 4px 10px rgba(167,176,192,.5);cursor:not-allowed;-webkit-filter:grayscale(1);filter:grayscale(1)}.course-picker__item--disabled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 0c17.6 0 32 14.4 32 32S49.6 64 32 64 0 49.6 0 32 14.4 0 32 0Zm0 6.4c-6.08 0-11.52 1.92-15.68 5.44l35.84 35.84c3.2-4.48 5.44-9.92 5.44-15.68C57.6 17.92 46.08 6.4 32 6.4Zm15.68 45.76L11.84 16.32C8.32 20.48 6.4 25.92 6.4 32c0 14.08 11.52 25.6 25.6 25.6 6.08 0 11.52-1.92 15.68-5.44Z' fill='%23a9a9a9'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:80%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%;z-index:2}.course-picker__item--disabled:hover{box-shadow:0 4px 10px rgba(167,176,192,.5);-webkit-transform:translateY(0);transform:translateY(0)}.page-statistic{padding-bottom:10vh}.page-statistic .title{align-items:center;display:flex;margin-bottom:40px}.page-statistic .block{background-color:#fff;border-radius:15px;box-shadow:0 0 16px rgba(81,127,223,.27);overflow:hidden}.page-statistic .grid{grid-column-gap:40px;grid-row-gap:40px;-webkit-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:140px 420px;row-gap:40px}.page-statistic .grid .study-level{grid-column:span 2}@media screen and (max-width:1500px){.page-statistic .grid{-webkit-column-gap:20px;column-gap:20px;row-gap:20px}}@media screen and (max-width:1000px){.page-statistic .grid{grid-template-columns:repeat(1,1fr);grid-template-rows:140px 500px 420px}.page-statistic .grid .study-level{grid-row:1/2}}.page-statistic .last{align-items:center;background-color:#a68aff;border-radius:18px;display:flex;flex-direction:column;grid-column:span 2;justify-content:space-between;padding:25px}.page-statistic .last h4{color:#fff;text-align:center}.page-statistic .last-chart{height:100px;width:200px}.page-statistic .last-chart .main-path{stroke:#f3f2fc;stroke-width:3;-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transform-origin:center;transform-origin:center}.page-statistic .last .tasks{align-items:center;display:flex;justify-content:center}.page-statistic .last .tasks h4{font-weight:400;text-align:left}.page-statistic .last .tasks h4 span{font-weight:700}.page-statistic .last .tasks h4:last-child{margin-top:10px}.page-statistic .last .circle-chart{align-items:center;display:flex;height:150px;justify-content:center;margin-right:30px;position:relative;width:150px}.page-statistic .last .circle-value{color:#fff;font-size:40px;font-weight:500;line-height:140%}.page-statistic .last .circle-value span{font-size:20px}.page-statistic .last .circular{height:100%;left:0;position:absolute;top:0;width:100%}.page-statistic .last .circular-bg{stroke-width:3}.page-statistic .last .circular-value{stroke-width:2.4;stroke-linecap:round}.page-statistic .common{grid-column:span 2;padding:30px}.page-statistic .common-chart{height:82%;margin-top:30px;width:100%}.bar-chart{position:relative}.bar-chart .rows{flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%}.bar-chart .rows,.bar-chart .rows__item{display:flex;justify-content:space-between}.bar-chart .rows__item{align-items:center}.bar-chart .rows__item span:first-child{color:#517fdf;font-weight:600;text-align:right;width:3%}.bar-chart .rows__item span:last-child{background-color:#517fdf;height:1px;opacity:.35;width:96%}.bar-chart .rows__item:nth-child(odd) span:first-child{color:#f7986f}.bar-chart .rows__item:nth-child(odd) span:last-child{background-color:#f7986f}.bar-chart .data{align-items:flex-end;bottom:9px;display:flex;height:calc(100% - 9px);justify-content:flex-start;left:52%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:85%}.bar-chart .data__item{background-color:#517fdf;border-top-left-radius:50px;border-top-right-radius:50px;position:relative;width:20px}.bar-chart .data__item+.data__item{margin-left:3%}.bar-chart .data__item span{bottom:calc(100% + 5px);font-size:16px;font-weight:600;left:50%;opacity:0;pointer-events:none;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:.5s ease}.bar-chart .data__item:hover span{opacity:1;pointer-events:all}.bar-chart .data__item:nth-child(odd){background-color:#f7986f}.study-level{background:linear-gradient(180deg,#fdcf62,#feb42e);color:#fff;padding:10px 20px 20px;position:relative}.study-level .title{align-items:center;display:flex;justify-content:space-between}.study-level .title h6{font-weight:600}@media screen and (max-width:1500px){.study-level .title h2{font-size:25px}}.study-level .decor{bottom:0}.study-level .decor,.study-level .level{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.study-level .level{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,.7));-webkit-background-clip:text;background-clip:text;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));font-size:60px;font-weight:800;line-height:105.5%;top:40%}.study-level--bad{background:linear-gradient(86.66deg,#8d0740 -22.79%,#ff8744 97.19%)}.study-level--normal{background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%)}.study-level--good{background:linear-gradient(180deg,#fdcf62,#feb42e)}.study-level--awesome{background:linear-gradient(180deg,#7761fe,#6b09e8)}.page--subjects{padding-bottom:5vh}.page--subjects>h1{margin-bottom:40px;margin-bottom:var(--heading-margin)}.page--subjects .subjects-group+.subjects-group{margin-top:50px}.page--subjects h4{margin-bottom:30px;opacity:.5}.page--subjects .subjects-wrap{-webkit-column-gap:30px;column-gap:30px;display:flex;flex-wrap:wrap;row-gap:30px}@media screen and (max-width:800px){.page--subjects .subjects-wrap{-webkit-column-gap:15px;column-gap:15px;row-gap:15px}}.page--subjects .subject{background-position:0 0;background-size:200% 200%;border-radius:20px;box-shadow:0 4px 10px rgba(167,176,192,.5);cursor:pointer;height:200px;padding:15px;transition:.8s cubic-bezier(.33,1,.68,1);width:200px}@media screen and (max-width:1500px){.page--subjects .subject{height:180px;width:180px}}@media screen and (max-width:800px){.page--subjects .subject{height:150px;width:150px}}.page--subjects .subject:hover{background-position:100% 100%}.page--subjects .subject .circular{display:block;height:70%;margin:0 auto;width:70%}.page--subjects .subject .label{color:#fff}.page--subjects .subject .progress{position:relative}.page--subjects .subject .icon{height:64px;left:50%;object-fit:contain;object-position:center;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:64px}@media screen and (max-width:800px){.page--subjects .subject .icon{height:48px;width:48px}}.page--subjects .subject .icon circle,.page--subjects .subject .icon path{fill:#fff}.page--subjects .subject .label{align-items:center;display:flex;height:50px;justify-content:center}.page--subjects .subject .label span{text-align:center}.page--subject{padding-bottom:10vh}@media screen and (max-width:600px){.page--subject .breadcrumb>*{display:none}.page--subject .breadcrumb a{display:block}}.page--subject .block{background-color:#fff;border-radius:30px;box-shadow:0 4px 10px rgba(167,176,192,.5)}.page--subject .subject-wrap{-webkit-column-gap:30px;column-gap:30px;display:flex;margin-top:40px}.page--subject .lesson{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:75%}@media screen and (max-width:1400px){.page--subject .lesson{width:100%}}@media screen and (max-width:1000px){.page--subject .lesson{width:100%}}.page--subject .lesson .title{align-items:center;background-color:#fff;border-bottom:2px solid rgba(81,127,223,.2);border-top-left-radius:inherit;border-top-right-radius:inherit;display:flex;justify-content:center;padding:20px 10px;position:-webkit-sticky;position:sticky;text-align:center;top:0;z-index:15}.page--subject .lesson .title .icon{cursor:pointer;height:35px;margin-left:5px;padding:5px;width:35px}.page--subject .lesson .content{border-bottom:2px solid rgba(81,127,223,.2);padding:30px 40px}@media screen and (max-width:600px){.page--subject .lesson .content{padding:20px}}.page--subject .lesson .content img{max-width:100%}.page--subject .lesson .content ul{margin-top:20px}.page--subject .lesson .content li{margin-top:10px}.page--subject .lesson .content p,.page--subject .lesson .content ul{font-family:Inter!important;font-size:18px!important;font-weight:400!important;line-height:25px!important}.page--subject .lesson .content p li,.page--subject .lesson .content p span,.page--subject .lesson .content ul li,.page--subject .lesson .content ul span{font-family:inherit!important;font-size:inherit!important;line-height:inherit!important}.page--subject .lesson .content p+p,.page--subject .lesson .content ul+p{margin-top:20px}@media screen and (max-width:600px){.page--subject .lesson .content p,.page--subject .lesson .content ul{font-size:16px!important;line-height:22px!important}}.page--subject .lesson .content iframe{border-radius:8px;height:600px;width:100%}@media screen and (max-width:1500px){.page--subject .lesson .content iframe{height:500px}}@media screen and (max-width:1400px){.page--subject .lesson .content iframe{height:450px}}@media screen and (max-width:1200px){.page--subject .lesson .content iframe{height:350px}}@media screen and (max-width:1000px){.page--subject .lesson .content iframe{height:400px}}@media screen and (max-width:600px){.page--subject .lesson .content iframe{height:220px}}.page--subject .lesson .nav{align-items:center;display:flex;justify-content:space-between;padding:40px}@media screen and (max-width:600px){.page--subject .lesson .nav{padding:20px}}.page--subject .lesson .nav-item{align-items:center;cursor:pointer;display:flex;opacity:.7;transition:.6s ease}.page--subject .lesson .nav-item:hover{opacity:1}.page--subject .lesson .nav-item span{color:#517fdf;font-size:15px;font-weight:600;line-height:18px;margin:0 10px;text-transform:uppercase}.page--subject .lesson .nav-item--right span{color:#f7986f}.page--subject .lesson .nav-item--right path{stroke:#f7986f}.page--subject .lesson .nav-item--hide{opacity:0;pointer-events:none}.page--subject .info{width:25%}.page--subject .info .show-themes{display:none}@media screen and (max-width:1400px){.page--subject .info{flex-shrink:0;width:300px}}@media screen and (max-width:1000px){.page--subject .info{background-color:#fff;border-bottom-left-radius:20px;box-shadow:0 6px 20px rgba(0,0,0,.3);position:fixed;right:0;top:15%;-webkit-transform:translateX(100%);transform:translateX(100%);transition:.6s ease;width:400px;z-index:50}.page--subject .info .practice,.page--subject .info .progress{display:none}.page--subject .info .show-themes{align-items:center;background-color:#fff;border-bottom-left-radius:8px;border-top-left-radius:8px;box-shadow:0 4px 10px rgba(167,176,192,.5);cursor:pointer;display:flex;padding:10px;position:absolute;right:100%;top:0}.page--subject .info .show-themes h5{max-width:0;overflow:hidden;transition:.4s ease}.page--subject .info .show-themes:hover h5{max-width:100px;padding-left:10px}.page--subject .info .show-themes path{fill:#517fdf}.page--subject .info .themes{max-height:70vh;overflow-y:auto}.page--subject .info .themes .theme{border-radius:0;box-shadow:none;margin:0!important}.page--subject .info .themes::-webkit-scrollbar{width:10px}.page--subject .info .themes::-webkit-scrollbar-track{background:transparent}.page--subject .info .themes::-webkit-scrollbar-thumb{background-color:#517fdf;border:3px solid #fff;border-radius:10px}.page--subject .info .themes-list{margin:0}.page--subject .info .themes-list-topic{border-radius:0;margin:0}.page--subject .info .themes-list-topic .top{position:relative;z-index:5}.page--subject .info .themes h4{display:none}.page--subject .info--open{-webkit-transform:translateX(0);transform:translateX(0)}.page--subject .info--open .show-themes:hover h5{max-width:0;padding-left:0}}@media screen and (max-width:600px){.page--subject .info{width:300px}}.page--subject .progress{padding:20px 30px}@media screen and (max-width:1000px){.page--subject .progress{margin-top:40px;margin-top:var(--heading-margin)}}.page--subject .progress h6{color:#fff}.page--subject .progress h4{color:#fff;margin-top:10px}.page--subject .progress>div{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:1500px){.page--subject .progress>div{margin-top:10px}}.page--subject .progress>div .progress-wrap{position:relative;width:80%}.page--subject .progress>div .progress-wrap .progress-base{background-color:hsla(0,0%,100%,.2);border-radius:10px;height:7px;width:100%}.page--subject .progress>div .progress-wrap .progress-value{background-color:#fff;border-radius:10px;height:7px;left:0;position:absolute;top:0}@media screen and (max-width:1000px){.page--subject .progress>div .progress-wrap{width:100%}}.page--subject .progress>div .progress-percent{color:#fff;font-size:24px;font-weight:500;line-height:140%;text-align:center;width:15%}@media screen and (max-width:1000px){.page--subject .progress>div .progress-percent{flex:1 1;margin-left:20px;width:auto}}.page--subject .practice{margin-top:15px}.page--subject .practice .btn{align-items:center;display:flex;justify-content:center;padding:5px 0}.page--subject .practice .btn span{white-space:nowrap}.page--subject .practice .btn img{margin-right:10px}@media screen and (max-width:1500px){.page--subject .practice .btn img{width:50px}}.page--subject .themes{margin-top:50px}@media screen and (max-width:1000px){.page--subject .themes{margin-top:0}}.page--subject .themes h4,.page--subject .themes h5{text-align:center}.page--subject .themes-list{margin-top:15px}.page--subject .themes .theme{align-items:flex-start;background-color:#fff;border:2px solid transparent;border-radius:20px;box-shadow:0 4px 10px rgba(167,176,192,.2);cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:20px;transition:.6s cubic-bezier(.33,1,.68,1)}.page--subject .themes .theme:hover .theme-label,.page--subject .themes .theme:hover .theme-num{color:#fdc651}.page--subject .themes .theme+.theme{margin-top:15px}.page--subject .themes .theme--active .theme-label,.page--subject .themes .theme--active .theme-num{color:#fdc651}.page--subject .themes .theme-num{color:#517fdf;font-size:18px;font-weight:500;line-height:22px;margin-right:5px;opacity:.5;transition:.4s ease}.page--subject .themes .theme-label{color:#517fdf;font-size:18px;font-weight:500;line-height:24px;transition:.4s ease;width:85%}@media screen and (max-width:1500px){.page--subject .themes .theme-label{font-size:16px;line-height:22px}}.page--subject .themes .theme-checked{align-self:center;background-color:rgba(81,127,223,.1);border-radius:36px;height:24px;margin-left:10px;position:relative;width:24px}.page--subject .themes .theme-checked svg{position:absolute;right:0}.page--subject .themes .theme-checked svg path{stroke:#517fdf}.page--subject .themes .theme-checked--disabled{background-color:transparent}.page--subject .themes .theme-checked--disabled svg{display:none}.page--subject .themes-list-topic{background-color:#fff;border-radius:20px;margin:15px 0;overflow:hidden}.page--subject .themes-list-topic .top{color:#fff;cursor:pointer;padding:15px 0}.page--subject .themes-list-topic .wrap{max-height:0;overflow:hidden;transition:.6s ease}.page--subject .themes-list-topic .theme{box-shadow:none;margin-top:0!important}.page--test{padding-bottom:10vh}.page--test .logo{display:block;margin:15px auto 0;width:150px}@media screen and (max-width:1000px){.page--test .logo{margin-bottom:15px;margin-top:0}}.page--test .test-top{align-items:center;display:flex;justify-content:space-between;padding:25px 0}@media screen and (max-width:1200px){.page--test .test-top{padding-bottom:0}}@media screen and (max-width:1000px){.page--test .test-top{padding:0}}@media screen and (max-width:600px){.page--test .test-top{flex-direction:column}.page--test .test-top .controls{justify-content:space-between;margin-top:10px;width:100%}.page--test .test-top h4{flex-wrap:wrap;justify-content:space-between;width:100%}.page--test .test-top h4 span:nth-child(2){display:none}}.page--test .test-top h4{color:#517fdf;display:flex}.page--test .test-top h4 span:nth-child(2){margin:0 10px}.page--test .test-top h4 span:last-child{color:#6fcf97}.page--test .test-top h6{opacity:.5}.page--test .test-top a{margin-left:10px;opacity:.5;text-decoration:underline}.page--test .test-top .controls{align-items:center;display:flex}.page--test .test-top .control-btn{align-items:center;background-color:rgba(30,30,30,.1);border-radius:30px;cursor:pointer;display:flex;padding:5px 20px;transition:.5s ease}.page--test .test-top .control-btn span{color:#5a5a5a;font-size:16px;font-weight:600;line-height:25px}.page--test .test-top .control-btn:hover{opacity:.8}.page--test .test-top .pause{margin-right:15px}.page--test .block{background-color:#fff;border-radius:30px;box-shadow:0 4px 10px rgba(167,176,192,.5);position:relative}.page--test .test-wrap{-webkit-column-gap:30px;column-gap:30px;display:flex;margin-top:40px}@media screen and (max-width:1500px){.page--test .test-wrap{-webkit-column-gap:20px;column-gap:20px;margin-top:20px}}.page--test .test-content-wrap{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:40px;width:75%}.page--test .test-content-wrap>div+div{margin-top:15px}@media screen and (max-width:1000px){.page--test .test-content-wrap{width:100%}}.page--test .test-content{width:100%}.page--test .test-content img{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:thumb;animation-name:thumb;background-image:linear-gradient(90deg,#fff 25%,#f0f0f8 50%,#fff 85%);background-size:200% 200%;border-radius:10px;max-width:100%}.page--test .test-content img.attachment-full{display:block}.page--test .test-content .question{border-bottom:2px solid rgba(81,127,223,.2);font-size:18px;font-weight:400;line-height:25px;padding:30px}.page--test .test-content .question p{font-size:20px;font-weight:400;line-height:27px}@media screen and (max-width:1000px){.page--test .test-content .question{font-size:16px;line-height:20px}.page--test .test-content .question p{font-size:18px;line-height:22px}}@media screen and (max-width:600px){.page--test .test-content .question{font-size:15px;line-height:20px;padding:20px}}.page--test .test-content .answers-wrap{padding:20px 30px 30px}@media screen and (max-width:600px){.page--test .test-content .answers-wrap{padding:20px}}.page--test .test-content .answers-wrap h6{font-weight:400;margin-bottom:20px;opacity:.8}.page--test .test-content .answers-wrap .answers-item{align-items:center;display:flex}.page--test .test-content .answers-wrap .answers-item label{font-size:20px;line-height:25px}@media screen and (max-width:600px){.page--test .test-content .answers-wrap .answers-item label{font-size:16px;line-height:22px}}.page--test .test-content .answers-wrap .answers-item+.answers-item{margin-top:20px}.page--test .test-content .answers-wrap .answers-item--correct label{color:#6fcf97}.page--test .test-content .answers-wrap .answers-item--correct input[type=checkbox]{background:#6fcf97}.page--test .test-content .answers-wrap .answers-item--correct input[type=checkbox]:after{box-shadow:inset 0 0 0 1px #6fcf97}.page--test .test-content .answers-wrap .answers-item--correct img{border:2px solid #6fcf97}.page--test .test-content .answers-wrap .answers-item--incorrect label{color:#f56b76}.page--test .test-content .answers-wrap .answers-item--incorrect input[type=checkbox]{background:#f56b76}.page--test .test-content .answers-wrap .answers-item--incorrect input[type=checkbox]:after{box-shadow:inset 0 0 0 1px #f56b76}.page--test .test-content .answers-wrap .answers-item--incorrect img{border:2px solid #f56b76}.page--test .test-content .solution{border-top:2px solid rgba(81,127,223,.2);font-size:18px;font-weight:400;line-height:25px;padding:30px}@media screen and (max-width:600px){.page--test .test-content .solution{padding:20px}}.page--test .test-content .solution iframe{border-radius:8px;height:500px;width:100%}@media screen and (max-width:1000px){.page--test .test-content .solution iframe{height:300px}}@media screen and (max-width:600px){.page--test .test-content .solution iframe{height:200px}}.page--test .test-content .solution h4{color:#517fdf;margin-bottom:20px}.page--test .test-content .solution h5{color:#fdc651;margin-top:15px}.page--test .test-content .solution-blocked img{pointer-events:none;-webkit-user-select:none;user-select:none}.page--test .test-content .nav{align-items:center;border-top:2px solid rgba(81,127,223,.2);display:flex;justify-content:space-between;padding:40px}@media screen and (max-width:1200px){.page--test .test-content .nav{padding:30px}}@media screen and (max-width:600px){.page--test .test-content .nav{padding:20px}}.page--test .test-content .nav-item{align-items:center;cursor:pointer;display:flex;opacity:.7;transition:.6s ease}.page--test .test-content .nav-item:hover{opacity:1}.page--test .test-content .nav-item span{color:#517fdf;font-size:15px;font-weight:600;line-height:18px;margin:0 10px;text-transform:uppercase}.page--test .test-content .nav-item--right span{color:#f7986f}.page--test .test-content .nav-item--right path{stroke:#f7986f}.page--test .test-content .nav-item--hide{opacity:0;pointer-events:none}.page--test .test-controller{width:25%}@media screen and (max-width:1200px){.page--test .test-controller{flex-shrink:0;width:250px}}@media screen and (max-width:600px){.page--test .test-controller{width:280px}}.page--test .test-controller .test-subjects__item{overflow:hidden}.page--test .test-controller .test-subjects__item .top{align-items:center;border-radius:30px 30px 0 0;cursor:pointer;display:flex;justify-content:space-between;padding:30px;position:relative;z-index:1}@media screen and (max-width:1400px){.page--test .test-controller .test-subjects__item .top{padding:25px}}@media screen and (max-width:600px){.page--test .test-controller .test-subjects__item .top{padding:25px 15px}}.page--test .test-controller .test-subjects__item .top:before{background:inherit;bottom:0;content:"";-webkit-filter:blur(10px);filter:blur(10px);height:50%;left:0;position:absolute;width:100%;z-index:-1}.page--test .test-controller .test-subjects__item h4{color:#fff}.page--test .test-controller .test-subjects__item-wrap{grid-column-gap:20px;grid-row-gap:20px;-webkit-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(4,1fr);max-height:0;padding:0 40px;row-gap:20px;transition:.4s cubic-bezier(.33,1,.68,1)}@media screen and (max-width:1500px){.page--test .test-controller .test-subjects__item-wrap{-webkit-column-gap:10px;column-gap:10px;padding:0 20px;row-gap:10px}}.page--test .test-controller .test-subjects__item-question{align-items:center;aspect-ratio:1/1;background-color:#a4b8e2;border:3px solid transparent;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:25px;font-weight:600;justify-content:center;line-height:30px;position:relative;transition:.4s cubic-bezier(.33,1,.68,1)}@media screen and (max-width:1500px){.page--test .test-controller .test-subjects__item-question{font-size:20px;line-height:25px}}@media screen and (max-width:1200px){.page--test .test-controller .test-subjects__item-question{font-size:18px;line-height:22px}}.page--test .test-controller .test-subjects__item-question:hover{opacity:.8}.page--test .test-controller .test-subjects__item--active .test-subjects__item-wrap{padding:40px}@media screen and (max-width:1500px){.page--test .test-controller .test-subjects__item--active .test-subjects__item-wrap{padding:30px}}@media screen and (max-width:1400px){.page--test .test-controller .test-subjects__item--active .test-subjects__item-wrap{padding:20px}}.page--test .test-controller .test-subjects__item--blocked{cursor:no-drop}.page--test .test-controller .test-subjects__item--blocked:after{background-color:rgba(30,30,30,.4);border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.page--test .test-controller .test-subjects__item--blocked:before{background-image:url(/static/media/test-block.8d083a1ff7c525c1e28e.svg);background-size:cover;content:"";height:48px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:48px;z-index:2}.page--test .test-controller .test-subjects__item+.test-subjects__item{margin-top:20px}.page--test .test-controller .test-subjects .question--active:after{background-color:#fff;border-radius:5px;bottom:5px;content:"";height:3px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:40%}.page--test .test-controller .test-subjects .question--delete{background-color:#a4b8e2;cursor:not-allowed}.page--test .test-controller .test-subjects .question--marked{background-color:#517fdf}.page--test .test-controller .test-subjects .question--correct{background-color:#6fcf97}.page--test .test-controller .test-subjects .question--incorrect{background-color:#f56b76}.page--test .test-controller .test-subjects .question--halfcorrect{background:linear-gradient(90deg,#f56b76,#f56b76 51.13%,#6fcf97 51.43%,#6fcf97 93.75%);background-position:50%;background-size:120%}.page--test .test-timer{background-color:#517fdf;color:#fff;margin-bottom:20px;padding:20px}.page--test .test-timer h4{margin-bottom:5px}.page--test .test-timer h5{font-weight:500;margin-bottom:10px}.page--test .test-timer .btn{margin-top:20px;padding:15px 0}.page--test .test-stat{background-color:#517fdf;margin-bottom:30px;padding:20px}.page--test .test-stat>div:first-child{align-items:center;display:flex;justify-content:space-between}.page--test .test-stat>div:first-child h4,.page--test .test-stat>div:first-child h5{color:#fff}.page--test .test-stat .btn{margin-top:30px;padding:15px 0}.page--test .test-context{padding:30px}.page--test .test-context h3{margin-bottom:15px}.page--test .test-context img{border-radius:8px;box-shadow:0 4px 10px 0 rgba(0,0,0,.1);max-width:100%;object-fit:cover;position:relative;transition:.4s ease;width:100%;z-index:100}.page--test .test-context img:hover{-webkit-transform:scale(1.5);transform:scale(1.5);-webkit-transform-origin:left;transform-origin:left;z-index:101}@media screen and (max-width:1000px){.page--test .test-stat,.page--test .test-timer{margin-top:20px}.page--test .test-timer{align-items:center;display:flex;justify-content:space-between}.page--test .test-timer .btn{margin-top:0;padding:15px 30px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page--test .test-context img{height:auto!important}.page--test .test-context img:hover{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center;transform-origin:center;z-index:101}.page--test .test-controller{border-bottom-left-radius:20px;box-shadow:0 6px 20px rgba(0,0,0,.3);position:fixed;right:0;top:10%;-webkit-transform:translateX(100%);transform:translateX(100%);transition:.6s ease}}@media screen and (max-width:1000px)and (max-width:600px){.page--test .test-controller{top:7%}}@media screen and (max-width:1000px){.page--test .test-controller .show-subjects{align-items:center;background-color:#fff;border-bottom-left-radius:8px;border-top-left-radius:8px;box-shadow:0 4px 10px rgba(167,176,192,.5);cursor:pointer;display:flex;padding:10px;position:absolute;right:100%;top:0}.page--test .test-controller .show-subjects h5{max-width:0;overflow:hidden;transition:.4s ease}.page--test .test-controller .show-subjects:hover h5{max-width:100px;padding-left:10px}.page--test .test-controller .show-subjects path{fill:#517fdf}.page--test .test-controller .test-subjects{max-height:80vh;overflow-y:auto}.page--test .test-controller .test-subjects::-webkit-scrollbar{width:10px}.page--test .test-controller .test-subjects::-webkit-scrollbar-track{background:transparent}.page--test .test-controller .test-subjects::-webkit-scrollbar-thumb{background-color:#517fdf;border:3px solid #fff;border-radius:10px}.page--test .test-controller .test-subjects__item{border-radius:0;box-shadow:none;margin-top:0!important}.page--test .test-controller .test-subjects__item .top{border-radius:0!important}.page--test .test-controller .test-subjects__item:last-child{border-bottom-left-radius:20px}.page--test .test-controller--open{-webkit-transform:translateX(0);transform:translateX(0)}.page--test .test-controller--open .show-subjects:hover h5{max-width:0;padding-left:0}}@media screen and (max-width:600px){.page--test .test-timer h5{font-size:13px;opacity:.8}.page--test .test-timer .btn{font-size:14px;padding:15px 20px}}.test--finished .test-top h4 span:last-child{color:#f7986f}.test--finished .answers-item input,.test--finished .answers-item label{cursor:auto!important;pointer-events:none}.test--skeleton .test-content{min-height:50vh}.test--skeleton .test-controller .block{min-height:90px}.test--skeleton .test-controller .block:first-child{min-height:200px}.test--skeleton .test-controller .block+.block{margin-top:20px}.test--skeleton .block:after{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:thumb;animation-name:thumb;background:linear-gradient(90deg,#fff 25%,#f8f8f8 50%,#fff 85%);background-size:200% 200%;border-radius:inherit;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.test--skeleton .test-content:before{color:#a4b8e2;content:"Загружаем информацию";font-size:24px;left:50%;pointer-events:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap;z-index:11}.modal--finishTest .test-finish{background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%);color:#fff;min-width:500px;padding:30px;position:relative}.modal--finishTest .test-finish h2,.modal--finishTest .test-finish h6{text-align:center}.modal--finishTest .test-finish-award{display:flex;position:absolute;right:30px;top:30px}.modal--finishTest .test-finish .award path{fill:#fff}.modal--finishTest .test-finish .award span{background:#fff;-webkit-background-clip:text;background-clip:text}.modal--finishTest .test-finish .circle-chart{align-items:center;display:flex;height:250px;justify-content:center;margin:30px auto 0;position:relative;width:250px}.modal--finishTest .test-finish .circular{height:100%;width:100%}.modal--finishTest .test-finish .circle-info{color:#fff;position:absolute;text-align:center}.modal--finishTest .test-finish .circle-info span:first-child{font-size:60px;font-weight:500;line-height:120%}.modal--finishTest .test-finish .circle-info span:last-child{font-size:30px;font-weight:500;line-height:120%}.modal--finishTest .test-finish-stat{margin-top:10px}.modal--finishTest .test-finish-stat h5{margin-bottom:10px}.modal--finishTest .test-finish-stat>div{align-items:center;display:flex;justify-content:space-between;opacity:.6}.modal--finishTest .test-finish-stat>div span:first-child{max-width:90%}.modal--finishTest .test-finish-stat>div+div{margin-top:5px}.modal--finishTest .test-finish .btns{margin-top:30px}.modal--finishTest .test-finish .btns .btn+.btn{margin-top:15px}@media screen and (max-width:600px){.modal--finishTest .test-finish{min-width:0;width:100%}}.modal--confirmTest .test-confirm{color:#1e1e1e;padding:30px}.modal--confirmTest .test-confirm .btns{display:flex;margin-top:20px}.modal--confirmTest .test-confirm .btns .btn{padding:15px 0}.modal--confirmTest .test-confirm .btns .btn+.btn{margin-left:10px}.modal--unpauseTest .wrap{position:relative}.modal--unpauseTest .wrap h1{bottom:35px;font-weight:700;left:50%;opacity:.3;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.modal--unpauseTest .btn{margin-top:30px}.page--probe .platform-wrapper{padding-left:0!important}.page--probe .logo{margin-top:0}.page--probe .probe-advert{padding:50px 5%;position:relative}.page--probe .probe-advert-wrap{position:relative;z-index:2}.page--probe .probe-advert-title{max-width:700px;min-width:300px;position:relative;width:40vw;z-index:2}.page--probe .probe-advert-hero{max-width:650px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:40vw}@media screen and (max-width:600px){.page--probe .probe-advert{padding:30px 20px}.page--probe .probe-advert-title{display:block;margin:0 auto;max-width:700px;min-width:300px;width:40vw;width:100%}.page--probe .probe-advert-hero{max-width:650px;opacity:.8;position:absolute;right:0;-webkit-transform:translateY(-30%);transform:translateY(-30%);width:40vw}}.page--probe .probe-particles{background:linear-gradient(180deg,#4c2ca6,#7861e1);background:var(--stand-grad,linear-gradient(180deg,#4c2ca6 0,#7861e1 100%));height:150%;left:0;position:absolute;top:0;width:100%}.probe-wrapper{background-color:#f7f8ff;border-radius:40px 40px 0 0;overflow:hidden;padding-top:40px;position:relative;z-index:2}@media screen and (max-width:600px){.probe-wrapper{padding-top:0}}.test-whatsapp{background:linear-gradient(93.51deg,#31cc2e 16.23%,#28d759 58.48%,#17c613 75.85%);border-radius:16px;color:#fff;cursor:pointer;display:block;font-size:16px;margin-bottom:20px;padding:15px 0;position:relative;text-align:center;transition:.4s ease;width:100%}.test-whatsapp:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.04 2c-5.46 0-9.91 4.45-9.91 9.91 0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21 5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.816 9.816 0 0 0 12.04 2Zm.01 1.67c2.2 0 4.26.86 5.82 2.42a8.225 8.225 0 0 1 2.41 5.83c0 4.54-3.7 8.23-8.24 8.23-1.48 0-2.93-.39-4.19-1.15l-.3-.17-3.12.82.83-3.04-.2-.32a8.188 8.188 0 0 1-1.26-4.38c.01-4.54 3.7-8.24 8.25-8.24ZM8.53 7.33c-.16 0-.43.06-.66.31-.22.25-.87.86-.87 2.07 0 1.22.89 2.39 1 2.56.14.17 1.76 2.67 4.25 3.73.59.27 1.05.42 1.41.53.59.19 1.13.16 1.56.1.48-.07 1.46-.6 1.67-1.18.21-.58.21-1.07.15-1.18-.07-.1-.23-.16-.48-.27-.25-.14-1.47-.74-1.69-.82-.23-.08-.37-.12-.56.12-.16.25-.64.81-.78.97-.15.17-.29.19-.53.07-.26-.13-1.06-.39-2-1.23-.74-.66-1.23-1.47-1.38-1.72-.12-.24-.01-.39.11-.5.11-.11.27-.29.37-.44.13-.14.17-.25.25-.41.08-.17.04-.31-.02-.43-.06-.11-.56-1.35-.77-1.84-.2-.48-.4-.42-.56-.43-.14 0-.3-.01-.47-.01Z' fill='%23fff'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:24px;left:5%;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.test-whatsapp:hover{opacity:.8}.notFound{align-items:center;display:flex;height:100vh;justify-content:center;text-align:right;width:100%}.notFound img{margin-left:2%}.notFound h1{font-size:50px;font-weight:700}.notFound p{margin-top:20px}.notFound .btn{margin-top:20%}@media screen and (max-width:1000px){.notFound{flex-direction:column;justify-content:flex-start;text-align:center}.notFound img{margin-left:0;order:-1}.notFound .btn{margin-top:30px}}@media screen and (max-width:600px){.notFound{flex-direction:column;padding-top:50%}.notFound img{width:200px}.notFound h1{font-size:30px}.notFound p{margin-top:10px}}.mytests{padding-bottom:10vh}.mytests-wrapper{display:flex;justify-content:space-between;margin-top:40px;margin-top:var(--heading-margin)}@media screen and (max-width:1200px){.mytests-wrapper{flex-direction:column}}.mytests-top{color:#fff;width:30%}@media screen and (max-width:1500px){.mytests-top{width:32%}}@media screen and (max-width:1200px){.mytests-top{width:100%}}.mytests-top-sticky{position:-webkit-sticky;position:sticky;top:50px}@media screen and (max-width:1200px){.mytests-top-sticky{display:flex;margin-bottom:40px}.mytests-top-sticky .mytests-average{margin-left:40px}}@media screen and (max-width:800px){.mytests-top-sticky{display:flex;flex-direction:column;position:relative;top:0}.mytests-top-sticky .mytests-average{margin-left:0;margin-top:20px!important}}.mytests .top-block{-webkit-filter:drop-shadow(0 4px 10px rgba(167,176,192,.5));filter:drop-shadow(0 4px 10px rgba(167,176,192,.5))}@media screen and (max-width:1200px){.mytests .top-block{align-items:stretch;display:flex;flex-direction:column;margin-top:0;width:100%}.mytests .top-block .content{height:100%}}.mytests .top-block .label{border-top-left-radius:20px;border-top-right-radius:20px;padding:10px 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mytests .top-block .content{align-items:center;border-radius:20px;border-top-left-radius:0;display:flex;justify-content:space-around;padding:20px}.mytests-best .label{background-color:#618efb}.mytests-best .content{background:linear-gradient(180deg,#618efb,#4479f9);cursor:pointer;position:relative}.mytests-best .item svg{display:block;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));margin:0 auto 10px}.mytests-best:hover .particle--outer{-webkit-animation-play-state:running;animation-play-state:running}.mytests-average{margin-top:40px}.mytests-average .label{background-color:#fdcf62}.mytests-average .content{background:linear-gradient(180deg,#fdcf62,#feb42e)}.mytests-average .score{position:relative}.mytests-average .score-value{font-size:80px;font-weight:900;line-height:80px}.mytests-average .score-overlay{font-size:150px;font-weight:900;left:50%;opacity:.25;pointer-events:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mytests-average .score-label{font-size:18px;font-weight:800;line-height:22px;text-align:center}.mytests-average .time-value{font-size:20px;font-weight:900;letter-spacing:.01em;line-height:29px;text-align:center}.mytests-average .time-progress{margin-top:15px;position:relative;width:100%}.mytests-average .time-progress div{background-color:#fff;height:20px;opacity:.5;width:100%}.mytests-average .time-progress div span{bottom:-5px;font-size:16px;font-weight:900;line-height:19px;position:absolute;right:0;-webkit-transform:translateY(100%);transform:translateY(100%)}.mytests-average .time-progress div:first-child{border-radius:30px;box-shadow:0 4px 4px rgba(0,0,0,.25);height:100%;opacity:1;position:absolute}.mytests-average .time-progress div:last-child{border-radius:30px}.mytests-lists{width:65%}@media screen and (max-width:1200px){.mytests-lists{order:2;width:100%}}.mytests-test{background-color:#fff;border-radius:20px;box-shadow:0 4px 10px rgba(167,176,192,.5);cursor:pointer;justify-content:space-between;padding:8px 20px;position:relative;transition:.4s ease}.mytests-test,.mytests-test>div:first-child{align-items:center;display:flex}.mytests-test>div:first-child>*+*{margin-left:20px}@media screen and (max-width:600px){.mytests-test>div:first-child>*+*{margin-left:10px}}.mytests-test:hover{box-shadow:none}.mytests-test .progress{position:relative}.mytests-test .progress .circular{height:50px;width:50px}.mytests-test .progress span{font-size:14px;font-weight:600;left:50%;position:absolute;top:45%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mytests-test .info-wrap{align-items:center;-webkit-column-gap:20px;column-gap:20px;display:flex}.mytests-test .subjects .icon{height:35px;width:35px}.mytests-test .detail-wrap{display:flex}.mytests-test .detail{background-color:#517fdf;border-radius:50px;color:#fff;padding:3px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mytests-test .detail+.detail{margin-left:10px}@media screen and (max-width:600px){.mytests-test .detail{font-size:13px}.mytests-test .detail+.detail{margin-left:5px}}.mytests-test .date{font-weight:600;opacity:.5}@media screen and (max-width:600px){.mytests-test .date{bottom:10px;font-size:13px;position:absolute;right:15px}}.mytests-test+.mytests-test{margin-top:15px}@media screen and (max-width:1000px){.mytests-test{padding:15px 20px 30px}.mytests-test .info-wrap{display:block}.mytests-test .subjects{margin-top:10px}.mytests-test .subjects .icon{height:30px;width:30px}}.mytests-empty{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.mytests-empty img{max-width:400px;pointer-events:none;-webkit-user-select:none;user-select:none;width:40%}.mytests-empty h4{margin-top:20px;opacity:.5}.page-subs{padding-bottom:10vh}.page-subs .subs-grid{grid-column-gap:30px;align-items:flex-start;-webkit-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:repeat(2,1fr);margin-top:40px}@media screen and (max-width:1500px){.page-subs .subs-grid{-webkit-column-gap:20px;column-gap:20px}}@media screen and (max-width:1400px){.page-subs .subs-grid{grid-template-columns:1fr 1fr}}@media screen and (max-width:800px){.page-subs .subs-grid{grid-template-columns:1fr;row-gap:20px}}.page-subs .block{background-color:#fff;border-radius:30px;box-shadow:0 4px 10px rgba(167,176,192,.5);padding:20px 30px}@media screen and (max-width:600px){.page-subs .block{padding:20px}}.page-subs .block>h5{color:#1e1e1e;opacity:.5}.page-subs .subs-types{margin-top:40px}.page-subs .subs-types>h4{margin-bottom:30px}.page-subs .subs-types-wrap{width:100%}.page-subs .subs-types-wrap .tasks-subs{overflow:visible}.page-subs .subs-types-wrap .swiper-wrapper{align-items:stretch;display:flex}.page-subs .subs-types-wrap .swiper-slide{height:auto}.page-subs .subs-types-wrap .sub-type{height:100%}@media screen and (max-width:600px){.page-subs .subs-types-wrap .swiper-wrapper{flex-direction:column}.page-subs .subs-types-wrap .swiper-slide{margin-right:0!important;width:auto!important}.page-subs .subs-types-wrap .swiper-slide .sub-title img{margin-left:5px;min-width:0;width:35px}.page-subs .subs-types-wrap .swiper-slide+.swiper-slide{margin-top:15px}}.sub-mySub{color:#517fdf;padding:0!important}.sub-mySub .freeze-block{align-items:center;background-color:#517fdf;border-top-left-radius:30px;border-top-right-radius:30px;box-shadow:0 10px 30px rgba(81,127,223,.5);color:#fff;display:flex;justify-content:center;padding:10px 0;width:100%}.sub-mySub .freeze-block h4{margin-left:15px}.sub-mySub .content{padding:25px 30px;position:relative}.sub-mySub .content>h5{color:#1e1e1e;opacity:.5}.sub-mySub .main{align-items:center;display:flex;justify-content:space-between;margin:25px 0}.sub-mySub .sub-expireDate{color:#517fdf;text-align:right}.sub-mySub .sub-expireDate__item{background-color:rgba(81,127,223,.2)}.sub-mySub .freeze-switch{align-items:center;display:flex;justify-content:space-between;margin-top:60px}@media screen and (max-width:1000px){.sub-mySub .freeze-switch{margin-top:30px}}.sub-mySub .btn{margin-top:20px}.sub-mySub .expireTime{position:absolute;right:30px;top:25px}@media screen and (max-width:600px){.sub-mySub .expireTime{display:none}}.sub-mySub--none h1{font-weight:800;opacity:.2;padding:30px 0;text-align:center}.sub-mySub--gold{background:linear-gradient(180deg,#fcea59,#ffb60a);color:#1e1e1e}.sub-mySub--gold .freeze-block{background-color:#1e1e1e;box-shadow:0 10px 30px rgba(0,0,0,.5)}.sub-mySub--gold .sub-expireDate{color:#1e1e1e;text-align:right}.sub-mySub--gold .sub-expireDate__item{background-color:rgba(30,30,30,.2)}.sub-mySub--gold .ui-switch--active .ui-switch-body{background-color:#1e1e1e}.sub-mySub--gold .btn{background:#1e1e1e;color:#fff}.sub-mySub--premium{background:linear-gradient(107.02deg,#2251cb 17.02%,#101471 91.33%);color:#fff}.sub-mySub--premium .content>h5{color:#fff}.sub-mySub--premium .freeze-block{background-color:#fff;box-shadow:0 10px 30px hsla(0,0%,100%,.5);color:#1936a2}.sub-mySub--premium .freeze-block path{fill:#1936a2}.sub-mySub--premium .sub-expireDate{color:#fff;text-align:right}.sub-mySub--premium .sub-expireDate__item{background-color:hsla(0,0%,100%,.2)}.sub-mySub--premium .ui-switch--active .ui-switch-body{background-color:#fff}.sub-mySub--premium .ui-switch--active .ui-switch-value{background:linear-gradient(107.02deg,#2251cb 17.02%,#101471 91.33%)}.sub-privileges{border:1px dashed #517fdf;box-shadow:none!important;color:#517fdf;position:relative}.sub-privileges h5{color:#517fdf!important;text-align:center}.sub-privileges .list{margin-top:20px}.sub-privileges .list li{list-style:none;padding-left:20px;position:relative}.sub-privileges .list li:after{color:inherit;content:"✦";left:0;position:absolute;top:0}.sub-privileges .list li+li{margin-top:15px}.sub-privileges p{padding:40px 0;text-align:center}.sub-history{display:none;padding-right:10px!important}.sub-history h5{text-align:center}.sub-history .list{height:450px;margin-top:20px;overflow-y:auto;padding-right:10px;position:relative}.sub-history .list .empty{left:50%;position:absolute;top:45%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.sub-history .list .empty img{display:block;margin:0 auto;width:70%}.sub-history .list .empty p{font-size:18px;opacity:.5;text-align:center}.sub-history__item{background:#f8f8f8;border-radius:10px;padding:15px 15px 30px;position:relative}.sub-history__item .label{color:#517fdf;font-size:18px}.sub-history__item .date{bottom:10px;font-size:14px;opacity:.5;position:absolute;right:10px}.sub-history__item+.sub-history__item{margin-top:15px}.sub-title{align-items:center;display:flex}.sub-title img{margin-left:10px;width:60px}@media screen and (max-width:1500px){.sub-title img{margin-left:5px;width:40px}}@media screen and (max-width:1000px){.sub-title img{margin-left:10px;min-width:40px;width:30%}}@media screen and (max-width:1500px){.sub-title h4{font-size:24px}}.sub-title--vertical{flex-direction:column;justify-content:space-evenly}.sub-title--vertical h4{order:1}.sub-title--vertical img{width:100px}.sub-type{position:relative}.sub-type .main{align-items:flex-start;color:#517fdf;display:flex;justify-content:space-between;margin-bottom:30px}.sub-type .cost{text-align:right}.sub-type .cost h4 span{font-size:20px}.sub-type .cost h5{opacity:.6}.sub-type .cost h5 span{font-size:18px}.sub-type .btns{-webkit-column-gap:10px;column-gap:10px;display:flex}.sub-type .btns a{display:block;flex:1 1}.sub-type .btns a .btn{padding:15px 30px}.sub-type .active-block{bottom:0;color:#fff;height:38px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.sub-type .active-block h5{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sub-type--active .main{margin-bottom:50px}@media screen and (max-width:1400px){.sub-type--active .main{margin-bottom:0}}@media screen and (max-width:600px){.sub-type--active{padding-bottom:70px!important}}.sub-type--gold{background:linear-gradient(180deg,#fcea59,#ffb60a)}.sub-type--gold .main{color:#1e1e1e}.sub-type--gold .btn{background:#1e1e1e}.sub-type--gold .btn--outline{background:transparent;border-color:#1e1e1e;color:#1e1e1e}.sub-type--gold .active-block path{fill:#1e1e1e}.sub-type--premium{background:linear-gradient(107.02deg,#2251cb 17.02%,#101471 91.33%)}.sub-type--premium .main{color:#fff}.sub-type--premium .btn{background:#fff;color:#1936a2}.sub-type--premium .btn--outline{background:transparent;border-color:#fff;color:#fff}.sub-type--premium .active-block{color:#1936a2}.sub-type--premium .active-block path{fill:#fff}.sub-expireDate-wrap{display:flex;margin-top:5px}.sub-expireDate__item{background-color:hsla(0,0%,100%,.3);border-radius:3px;font-size:20px;font-weight:600;height:40px;line-height:40px;text-align:center;width:45px}.sub-expireDate__item+div{margin-left:4px}.sub-card{background:linear-gradient(180deg,#618efb,#4479f9);color:#fff}.sub-card,.sub-card>div:first-child{display:flex;justify-content:space-between}.sub-card>div:first-child{flex-direction:column}.sub-card .btn{padding:10px 0}.sub-card-img img{width:150px}.sub-card-img h4{text-align:center}.sub-card--none h1{font-weight:800;margin:20px 0}.sub-card--gold{background:linear-gradient(180deg,#fcea59,#ffb60a);color:#1e1e1e}.sub-card--gold .sub-expireDate{color:#1e1e1e}.sub-card--gold .sub-expireDate__item{background-color:rgba(30,30,30,.2)}.sub-card--gold .btn{background:#1e1e1e;color:#fff}.sub-card--premium{background:linear-gradient(107.02deg,#2251cb 17.02%,#101471 91.33%);color:#fff}.sub-card--premium .sub-expireDate{color:#fff}.sub-card--premium .sub-expireDate__item{background-color:hsla(0,0%,100%,.2)}.sub-card--premium .btn{background:#fff;color:#1936a2}.page--leaderboard{padding-bottom:5vh;width:100%}.page--leaderboard .block{border-radius:30px;box-shadow:0 4px 10px rgba(167,176,192,.5)}.page--leaderboard .wrap{-webkit-column-gap:40px;column-gap:40px;display:flex;margin-top:40px;width:100%}@media screen and (max-width:1500px){.page--leaderboard .wrap{-webkit-column-gap:20px;column-gap:20px}}@media screen and (max-width:1000px){.page--leaderboard .wrap{flex-direction:column;margin-top:0}}.page--leaderboard .wrap .info{width:22%}@media screen and (max-width:1500px){.page--leaderboard .wrap .info{width:24%}}@media screen and (max-width:1400px){.page--leaderboard .wrap .info{width:30%}}@media screen and (max-width:1000px){.page--leaderboard .wrap .info{order:-1;width:100%}}.page--leaderboard .wrap .info>div+div{margin-top:40px}.page--leaderboard .rating{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative;width:80%}.page--leaderboard .rating .block{background-color:#fff}.page--leaderboard .rating .block+.block{margin-top:15px}@media screen and (max-width:1200px){.page--leaderboard .rating{width:70%}}@media screen and (max-width:1000px){.page--leaderboard .rating{margin-top:50px;width:100%}}.page--leaderboard .rating .top{height:400px;overflow:hidden;position:relative}@media screen and (max-width:1200px){.page--leaderboard .rating .top{height:295px}}@media screen and (max-width:1500px){.page--leaderboard .rating .top{height:350px}}@media screen and (max-width:600px){.page--leaderboard .rating .top{height:auto}}.page--leaderboard .rating .top h1{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%);-webkit-background-clip:text;background-clip:text;font-size:100px;font-weight:800;left:50%;line-height:121px;opacity:.3;position:absolute;top:3%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}@media screen and (max-width:1400px){.page--leaderboard .rating .top h1{font-size:80px;line-height:100px}}@media screen and (max-width:800px){.page--leaderboard .rating .top h1{font-size:70px;line-height:100px}}@media screen and (max-width:600px){.page--leaderboard .rating .top h1{font-size:45px;line-height:80px}}.page--leaderboard .rating .top .decor{height:100%;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.page--leaderboard .rating .top-wrap{align-items:center;display:flex;justify-content:space-evenly;margin-top:7%;position:relative;z-index:5}@media screen and (max-width:1500px){.page--leaderboard .rating .top-wrap{margin-top:8%}}@media screen and (max-width:1400px){.page--leaderboard .rating .top-wrap{margin-top:10%}}@media screen and (max-width:1200px){.page--leaderboard .rating .top-wrap{justify-content:space-around}}@media screen and (max-width:600px){.page--leaderboard .rating .top-wrap{flex-direction:column;margin:80px 0 50px}}.page--leaderboard .rating .top-user{background-color:#1e1e1e;border-radius:150px;height:150px;position:relative;width:150px}@media screen and (max-width:1500px){.page--leaderboard .rating .top-user{height:120px;width:120px}}@media screen and (max-width:1200px){.page--leaderboard .rating .top-user{height:100px;width:100px}}@media screen and (max-width:600px){.page--leaderboard .rating .top-user:first-child,.page--leaderboard .rating .top-user:nth-child(3){margin-top:50px}}.page--leaderboard .rating .top-user .user-avatar{height:100%;width:100%}.page--leaderboard .rating .top-user:nth-child(2){margin-bottom:10%}@media screen and (max-width:1400px){.page--leaderboard .rating .top-user:nth-child(2){margin-bottom:15%}}@media screen and (max-width:1200px){.page--leaderboard .rating .top-user:nth-child(2){margin-bottom:20%}}@media screen and (max-width:600px){.page--leaderboard .rating .top-user:nth-child(2){height:150px;margin-bottom:0;order:-1;width:150px}}.page--leaderboard .rating .top-user .title{bottom:-50px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:1200px){.page--leaderboard .rating .top-user .title{bottom:-40px}}@media screen and (max-width:600px){.page--leaderboard .rating .top-user .title{bottom:-35px}}.page--leaderboard .rating .top-user h4{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%);-webkit-background-clip:text;background-clip:text;text-align:center;white-space:nowrap}.page--leaderboard .rating .separator{display:block;height:auto;width:100%}.page--leaderboard .rating .users{padding:30px}@media screen and (max-width:1200px){.page--leaderboard .rating .users{padding:20px}}.page--leaderboard .rating .users__item{align-items:center;display:flex;justify-content:flex-start}.page--leaderboard .rating .users__item+.users__item{margin-top:15px}.page--leaderboard .rating .users__item-place{background-color:#eee;border-radius:8px;font-size:18px;font-weight:500;line-height:150%;padding:5px 12px;text-align:center}@media screen and (max-width:1200px){.page--leaderboard .rating .users__item-place{font-size:15px}}@media screen and (max-width:600px){.page--leaderboard .rating .users__item-place{font-size:12px;padding:5px 10px}}.page--leaderboard .rating .users__item-avatar{border:1px solid #517fdf;border-radius:100%;height:50px;margin-left:4%;overflow:hidden;width:50px}.page--leaderboard .rating .users__item-avatar img{height:100%;object-fit:cover;object-position:center;width:100%}@media screen and (max-width:1200px){.page--leaderboard .rating .users__item-avatar{height:40px;width:40px}}.page--leaderboard .rating .users__item-name{font-size:20px;font-weight:400;line-height:150%;margin-left:15px;position:relative}@media screen and (max-width:1200px){.page--leaderboard .rating .users__item-name{font-size:16px}}@media screen and (max-width:600px){.page--leaderboard .rating .users__item-name{font-size:14px;margin-left:10px}}.page--leaderboard .rating .users__item-rating{align-items:center;display:flex;font-size:24px;font-weight:500;line-height:150%;margin-left:auto}@media screen and (max-width:1200px){.page--leaderboard .rating .users__item-rating{font-size:18px}}@media screen and (max-width:600px){.page--leaderboard .rating .users__item-rating{font-size:15px}.page--leaderboard .rating .users__item-rating .icon{width:20px}}.page--leaderboard .myrating{background:linear-gradient(180deg,#fdcf62,#feb42e);color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:30px;position:-webkit-sticky;position:sticky;top:30px}.page--leaderboard .myrating .cup{margin-bottom:15px;position:relative}.page--leaderboard .myrating .cup h4{margin-bottom:15px}.page--leaderboard .myrating .cup img{width:100%}.page--leaderboard .myrating .cup h1{-webkit-filter:drop-shadow(2px 4px 6px rgba(0,0,0,.5));filter:drop-shadow(2px 4px 6px rgba(0,0,0,.5));font-size:60px;font-weight:800;line-height:80px;opacity:.7;pointer-events:none;position:absolute;text-align:center;top:calc(30px + 10%);width:100%}.page--leaderboard .myrating h4{text-align:center}.page--leaderboard .myrating-rating{align-items:center;bottom:5%;color:#1e1e1e;display:flex;font-weight:600;justify-content:center;mix-blend-mode:overlay;position:absolute;width:100%}.page--leaderboard .myrating-rating .icon-exp{width:20px}.page--leaderboard .myrating-rating .icon-exp path{fill:#1e1e1e}.page--leaderboard .myrating-stat{margin-top:auto}.page--leaderboard .myrating-stat-wrap{align-items:flex-end;display:flex;justify-content:space-between;margin-top:30px}.page--leaderboard .myrating-stat-wrap .value-wrap{align-items:flex-end;display:flex;height:80px;width:100%}.page--leaderboard .myrating-stat-wrap .value{background-color:hsla(0,0%,100%,.4);height:5%;transition:.5s ease;width:100%}.page--leaderboard .myrating-stat-wrap div:last-child{text-align:center}@media screen and (max-width:1000px){.page--leaderboard .myrating{align-items:stretch;flex-direction:row;position:relative}.page--leaderboard .myrating .cup{margin:0;width:220px}.page--leaderboard .myrating-stat{display:flex;flex-direction:column;justify-content:stretch;margin-top:0;width:50%}.page--leaderboard .myrating-stat h6{font-size:var(--h4-size);line-height:var(--h4-line);text-align:center}.page--leaderboard .myrating-stat-wrap,.page--leaderboard .myrating-stat-wrap span{height:100%}.page--leaderboard .myrating-stat-wrap div:first-child{width:40px}}@media screen and (max-width:800px){.page--leaderboard .myrating-stat-wrap{-webkit-column-gap:5px;column-gap:5px}.page--leaderboard .myrating-stat-wrap span{flex:1 1}.page--leaderboard .myrating-stat-wrap span div:first-child{width:100%}}@media screen and (max-width:600px){.page--leaderboard .myrating{align-items:center;flex-direction:column;position:relative}.page--leaderboard .myrating-stat{height:150px;margin-top:15px;width:100%}}.self-indicator{border-radius:8px;color:#fff;-webkit-filter:drop-shadow(0 6px 6px rgba(0,0,0,.4));filter:drop-shadow(0 6px 6px rgba(0,0,0,.4));font-size:16px;font-weight:500;left:100%;line-height:16px;padding:10px;pointer-events:none;-webkit-transform:translate(15px,-50%);transform:translate(15px,-50%)}.self-indicator,.self-indicator:after{background-color:#517fdf;position:absolute;top:50%}.self-indicator:after{content:"";height:10px;right:calc(100% - 5px);-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);width:10px}.page--tasks{padding-bottom:10vh}.page--tasks>h1{margin-bottom:40px}.page--tasks .block{border-radius:30px;box-shadow:0 4px 10px rgba(167,176,192,.5)}.page--tasks .tasks-group>h4{margin-bottom:20px;opacity:.6;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page--tasks .tasks-group+.tasks-group{margin-top:50px}.page--tasks .tasks-list{-webkit-column-gap:20px;column-gap:20px;display:flex}.page--tasks .tasks-item{height:100%}.page--tasks .tasks-swiper{overflow:visible}.page--tasks .tasks-swiper .swiper-slide{height:auto}.page--tasks .tasks-swiper .swiper-wrapper{align-items:stretch}@media screen and (max-width:1000px){.page--tasks .tasks-swiper{margin-left:-5vw;margin-left:calc(var(--offset-layout-left)*-1);overflow:hidden;padding-bottom:20px;width:100vw}.page--tasks .tasks-swiper .swiper-slide:first-child{padding-left:5vw;padding-left:var(--offset-layout-left)}}.page--tasks .tasks-locked{align-items:center;background-color:#fff;-webkit-column-gap:5%;column-gap:5%;display:flex;max-width:700px;padding:20px 30px;width:38%}@media screen and (max-width:1400px){.page--tasks .tasks-locked{width:50%}}@media screen and (max-width:1000px){.page--tasks .tasks-locked{width:450px}}@media screen and (max-width:600px){.page--tasks .tasks-locked{width:100%}}.page--tasks .tasks-locked h5{color:#1e1e1e;opacity:.5;text-align:left}.page--tasks .tasks-locked img{width:128px}.page--tasks .tasks-locked .btn{margin-top:20px}.page--tasks .tasks-locked--animate img{-webkit-animation:unlock 1.5s ease 1 forwards;animation:unlock 1.5s ease 1 forwards}@-webkit-keyframes unlock{0%{opacity:1;-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}15%{opacity:1;-webkit-transform:translateY(-25%) rotate(-5deg);transform:translateY(-25%) rotate(-5deg)}to{opacity:0;-webkit-transform:translateY(300%) rotate(15deg);transform:translateY(300%) rotate(15deg)}}@keyframes unlock{0%{opacity:1;-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}15%{opacity:1;-webkit-transform:translateY(-25%) rotate(-5deg);transform:translateY(-25%) rotate(-5deg)}to{opacity:0;-webkit-transform:translateY(300%) rotate(15deg);transform:translateY(300%) rotate(15deg)}}.page--tasks .tasks-awards .wrap{justify-content:start;margin-left:-5vw;margin-left:calc(var(--offset-layout-left)*-1);overflow-x:hidden;padding-bottom:10px;padding-right:20px;width:100vw}.page--tasks .tasks-awards .wrap:hover{overflow-x:auto}@media screen and (max-width:1000px){.page--tasks .tasks-awards .wrap{overflow-x:auto}}.page--tasks .tasks-awards .wrap::-webkit-scrollbar{width:10px}.page--tasks .tasks-awards .wrap::-webkit-scrollbar-track{background:transparent}.page--tasks .tasks-awards .wrap::-webkit-scrollbar-thumb{background-color:rgba(81,127,223,.4);border:6px solid #f7f8ff;border-radius:10px;width:3px}.page--tasks .tasks-awards .awards-scroll-wrap{display:flex;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page--tasks .tasks-awards .awards-item{flex-shrink:0;margin-left:80px}.page--tasks .tasks-awards .awards-item:first-child{margin-left:5vw;margin-left:var(--offset-layout-left)}.page--tasks .tasks-awards .awards-item:nth-last-child(2){margin-right:5vw;margin-right:var(--offset-layout-left)}.page--tasks .tasks-awards .awards-item-block{align-items:center;background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%);border-radius:100px;display:flex;height:100px;justify-content:center;margin-bottom:10px;width:100px}.page--tasks .tasks-awards .awards-item-aim{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%);-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:700;line-height:29px}.page--tasks .tasks-awards .awards-item-aim span:last-child{font-size:16px;line-height:19px}.page--tasks .tasks-awards .awards-item--done .awards-item-aim,.page--tasks .tasks-awards .awards-item--done .awards-item-block{background-image:linear-gradient(180deg,#fdcf62,#feb42e)}.page--tasks .tasks-awards .progress{background-color:#fff;box-shadow:0 4px 10px rgba(167,176,192,.5);height:25px;left:98px;position:absolute;top:40px;width:calc(100% - 200px);z-index:-1}.page--tasks .tasks-awards .progress span{background:linear-gradient(180deg,#fdcf62,#feb42e);border-bottom-right-radius:20px;border-top-right-radius:20px;display:block;height:100%}.tasks-item{background:linear-gradient(180deg,#fdcf62,#feb42e);color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:30px 30px 15px;position:relative}.tasks-item .content{margin-top:10px}.tasks-item .progress{height:25px;margin-bottom:25px;position:relative;width:100%}.tasks-item .progress-overlay{background-color:#fff;border-radius:30px;height:100%;opacity:.5;position:absolute;width:100%}.tasks-item .progress-value{background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%);border-radius:30px;box-shadow:0 4px 4px rgba(0,0,0,.25);height:100%;position:absolute;width:auto}.tasks-item .progress-info{bottom:0;font-weight:700;opacity:.6;pointer-events:none;position:absolute;right:0;-webkit-transform:translateY(calc(100% + 3px));transform:translateY(calc(100% + 3px))}.tasks-item .progress-done{color:#fff;font-size:15px;font-weight:700;left:50%;line-height:18px;position:absolute;text-transform:uppercase;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tasks-item .info{align-items:center;display:flex;justify-content:space-between}.tasks-item .link{align-items:center;-webkit-column-gap:10px;column-gap:10px;cursor:pointer;display:flex}.tasks-item .link span{font-size:15px;font-weight:700;line-height:18px;text-transform:uppercase}.tasks-item .link svg{transition:.4s ease}.tasks-item .link:hover svg{-webkit-filter:drop-shadow(0 3px 3px rgba(0,0,0,.3));filter:drop-shadow(0 3px 3px rgba(0,0,0,.3));-webkit-transform:translateY(-3px);transform:translateY(-3px)}.tasks-item--empty{background:transparent;border:2px dashed #1e1e1e;box-shadow:none!important;color:#1e1e1e;height:160px!important;opacity:.4;width:400px}.tasks-item--empty h5{left:50%;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.award{color:#517fdf}.award,.award-item{align-items:center;display:flex}.award-item span{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%);-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:700;line-height:24px;text-transform:uppercase}.award-item+.award-item{margin-left:15px}.award--jcoins span{margin-left:5px}.d-plan{position:relative}.d-plan:after{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 90%);border-radius:30px;bottom:0;content:"";height:70px;left:0;position:absolute;width:100%}.d-plan .top{flex-direction:column;height:30%;width:100%}.d-plan .title,.d-plan .top{display:flex;justify-content:space-between}.d-plan .title{align-items:center;border-bottom:2px solid rgba(81,127,223,.4);padding-bottom:10px}.d-plan .title h5{color:#517fdf}.d-plan .title .expire{display:flex}.d-plan .title .expire>div{background-color:rgba(81,127,223,.1);border-radius:5px;color:#517fdf;font-size:19px;font-weight:600;height:40px;line-height:40px;position:relative;text-align:center;width:40px}.d-plan .title .expire>div+div{margin-left:3px}.d-plan .title .expire>div>span{bottom:100%;color:#517fdf;font-size:13px;font-weight:600;left:50%;line-height:20px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.d-plan .list{height:70%;margin-top:15px;overflow-y:hidden;position:relative;width:100%}.d-plan .list .task-title{font-size:14px;font-weight:600;line-height:26px}.d-plan .list .task-links{display:flex}.d-plan .list .task-video{align-items:center;background-color:#517fdf;border-radius:8px;display:flex;height:30px;justify-content:center;width:30px}.d-plan .list .task-link{border:1px solid #517fdf;border-radius:8px;color:#517fdf;font-size:14px;font-weight:600;line-height:30px;margin-left:5px;padding:0 18px}.d-plan .list .task+.task{margin-top:15px}.d-plan .btn{border-radius:10px;bottom:15px;left:50%;padding:6px 40px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2}.d-plan .btn svg{margin-left:10px}.d-calendar{padding:25px}.d-calendar .top{align-items:center;display:flex;justify-content:space-between}.d-calendar .top:hover{opacity:1!important}.d-calendar .main{display:flex}.d-calendar .main .events{margin-top:10px;width:40%}.d-calendar .main .events>h6{font-weight:700;margin-bottom:10px;opacity:.3;text-transform:uppercase}.d-calendar .main .events .event{align-items:center;background-color:#517fdf;border-radius:50px;border-bottom-left-radius:10px;border-top-left-radius:10px;color:#fff;cursor:pointer;display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 15px;position:relative;transition:.4s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1500px){.d-calendar .main .events .event{font-size:14px;padding:8px 10px}}.d-calendar .main .events .event:hover{box-shadow:-4px 4px 4px rgba(0,0,0,.2);-webkit-transform:skew(5deg);transform:skew(5deg)}.d-calendar .main .events .event .color{background-color:coral;border-radius:20px;height:15px;margin-right:10px;margin-top:3px;width:15px}.d-calendar .main .events .event .date{font-weight:400}.d-calendar .main .events .event .label{font-weight:600;margin-right:20px}.d-calendar .main .events .event--nuet{background:radial-gradient(42.21% 127.5% at 37.62% -27.5%,#50aaec 0,rgba(80,170,236,0) 100%),linear-gradient(97.57deg,#5c88fb,#b366ff 106.86%)}.d-calendar .main .events .event--ent{background:radial-gradient(80.74% 80.74% at 91.45% 21.93%,#fede35 0,rgba(254,222,53,0) 100%),linear-gradient(.481turn,#fdcc5d 5.36%,#fdba3a 96.58%)}.d-calendar .main .events .event+.event{margin-top:10px}.d-calendar .main .react-calendar{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.d-calendar .main .react-calendar__navigation{display:flex;justify-content:center;margin-bottom:15px}.d-calendar .main .react-calendar__navigation__next2-button,.d-calendar .main .react-calendar__navigation__prev2-button{display:none}.d-calendar .main .react-calendar__navigation__arrow{color:#517fdf;cursor:pointer;font-size:40px;line-height:40px;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-user-select:none;user-select:none}.d-calendar .main .react-calendar__navigation__label{color:#517fdf;cursor:pointer;flex-grow:0!important;margin:0 20px;pointer-events:none;width:150px}.d-calendar .main .react-calendar__navigation__label__labelText{display:block;font-size:16px;font-weight:600}.d-calendar .main .react-calendar__navigation__label__labelText:first-letter{text-transform:uppercase}.d-calendar .main .react-calendar__month-view__weekdays__weekday{color:rgba(81,127,223,.7);font-size:16px;font-weight:700;text-align:center;text-decoration:none;text-transform:capitalize}.d-calendar .main .react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}.d-calendar .main .react-calendar__month-view__days{grid-row-gap:9px;grid-column-gap:12px;-webkit-column-gap:12px;column-gap:12px;display:grid!important;grid-template-columns:repeat(7,1fr);margin-top:15px;row-gap:9px}@media screen and (max-width:1500px){.d-calendar .main .react-calendar__month-view__days{-webkit-column-gap:10px;column-gap:10px;row-gap:6px}}.d-calendar .main .react-calendar__tile{background:rgba(81,127,223,.05)!important;border-radius:5px;color:#517fdf;cursor:pointer;flex-basis:auto!important;font-size:16px;font-weight:500;height:35px;position:relative;transition:.3s ease;width:52px}@media screen and (max-width:1500px){.d-calendar .main .react-calendar__tile{font-size:14px;height:27px;width:40px}}.d-calendar .main .react-calendar__tile .event-highlight{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.d-calendar .main .react-calendar__tile .event-highlight--nuet{background:radial-gradient(42.21% 127.5% at 37.62% -27.5%,#50aaec 0,rgba(80,170,236,0) 100%),linear-gradient(97.57deg,#5c88fb,#b366ff 106.86%)}.d-calendar .main .react-calendar__tile .event-highlight--ent{background:radial-gradient(80.74% 80.74% at 91.45% 21.93%,#fede35 0,rgba(254,222,53,0) 100%),linear-gradient(.481turn,#fdcc5d 5.36%,#fdba3a 96.58%)}.d-calendar .main .react-calendar__tile--now{border:1px solid #517fdf!important}.d-calendar .main .react-calendar__tile:hover{background-color:rgba(30,30,30,.1)}.d-calendar .main .react-calendar__month-view__days__day--neighboringMonth{cursor:pointer;opacity:.5}.d-calendar .main .react-calendar button{background:none;border:none;outline:none}.calendar--addEvent{background-color:#fff;border-radius:30px;padding:30px}.calendar--addEvent h4{text-align:center}.calendar--addEvent h5{color:#517fdf;margin-top:18px;text-align:center}.calendar--addEvent .ui-colorPicker{margin-top:40px}.calendar--addEvent .ui-input{margin-top:20px}.calendar--addEvent .ui-input input{padding:15px}.calendar--addEvent .btn{margin-top:30px;padding:15px 0}.d-leaderboard .top{align-items:center;display:flex;justify-content:space-between}.d-leaderboard .places-top{margin-top:22px}.d-leaderboard .place{align-items:center;display:flex;position:relative}.d-leaderboard .place .place-wrap{align-items:center;display:flex;margin-left:10px}.d-leaderboard .place+.place{margin-top:10px}.d-leaderboard .place .num{color:#517fdf;font-size:18px;font-weight:700;height:40px;line-height:40px;text-align:center;width:40px}@media screen and (max-width:1500px){.d-leaderboard .place .num{height:35px;line-height:35px;width:35px}}@media screen and (max-width:1400px){.d-leaderboard .place .num{font-size:16px;height:25px;line-height:25px;width:25px}}.d-leaderboard .place .name{color:#517fdf;font-size:14px;font-weight:600;line-height:17px;margin-left:10px;position:relative;z-index:1}.d-leaderboard .place .avatar{border:2px solid #517fdf;border-radius:48px;height:48px;object-fit:cover;object-position:center;position:relative;width:48px;z-index:1}@media screen and (max-width:1500px){.d-leaderboard .place .avatar{height:40px;width:40px}}.d-leaderboard .place--top .num{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:30px;line-height:36px}@media screen and (max-width:1400px){.d-leaderboard .place--top .num{font-size:25px;height:25px;line-height:25px;text-align:center;width:25px}}.d-leaderboard .place--top .name{color:#212121;position:relative}.d-leaderboard .place--top:first-child .num{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(180deg,#fcea59,#ffb60a);-webkit-background-clip:text;background-clip:text}.d-leaderboard .place--top:first-child .plane{background:linear-gradient(180deg,#fcea59,#ffb60a)}.d-leaderboard .place--top:first-child .avatar{border-color:#fdd133}.d-leaderboard .place--top:nth-child(2) .num{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(180deg,#ececec,#cfcfcf);-webkit-background-clip:text;background-clip:text}.d-leaderboard .place--top:nth-child(2) .plane{background:linear-gradient(180deg,#ececec,#cfcfcf)}.d-leaderboard .place--top:nth-child(2) .avatar{border-color:#d6d6d6}.d-leaderboard .place--top:nth-child(3) .num{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(180deg,#fac299,#ed8a42);-webkit-background-clip:text;background-clip:text}.d-leaderboard .place--top:nth-child(3) .plane{background:linear-gradient(180deg,#fac299,#ed8a42)}.d-leaderboard .place--top:nth-child(3) .avatar{border-color:#f39e60}.d-leaderboard .place--top .plane{background:linear-gradient(180deg,#fcea59,#ffb60a);border-radius:10px;height:30px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:80%;z-index:0}.d-leaderboard .separator{margin:20px 0;width:100%}.d-leaderboard .place-stat{align-items:center;display:flex;margin-top:20px}.d-leaderboard .place-stat svg{display:block;height:auto;margin:0 20px;width:40px}.d-leaderboard .place-stat p{color:#517fdf;font-size:14px;font-weight:500;line-height:140%}.d-probe{background:radial-gradient(80.74% 80.74% at 91.45% 21.93%,#fede35 0,rgba(254,222,53,0) 100%),linear-gradient(.481turn,#fdcc5d 5.36%,#fdba3a 96.58%);display:flex;flex-direction:column;justify-content:space-between}.d-probe--nuet{background:radial-gradient(42.21% 127.5% at 37.62% -27.5%,#50aaec 0,rgba(80,170,236,0) 100%),linear-gradient(97.57deg,#5c88fb,#b366ff 106.86%)}.d-probe>h4{color:#fff}.d-probe>img{width:100%}@media screen and (max-width:1400px){.d-probe>img{margin-top:30px}}.d-probe>.btn{border-radius:50px;padding:15px 0}@media screen and (max-width:1400px){.d-probe>.btn{margin-top:40px}}.d-subjects{overflow:hidden}@media screen and (max-width:1400px){.d-subjects{grid-column:2/3;grid-row:1/2}}.d-subjects .list{width:100%}.d-subjects .list .subject{align-items:center;border-radius:10px;display:flex;justify-content:space-between;padding:5px 0;transition:.4s cubic-bezier(.33,1,.68,1)}@media screen and (max-width:1500px){.d-subjects .list .subject{padding:7px 0}}.d-subjects .list .subject:hover{background-color:rgba(81,127,223,.05)}.d-subjects .list .subject-wrap{width:82%}.d-subjects .list .subject .icon{height:48px;width:48px}@media screen and (max-width:1500px){.d-subjects .list .subject .icon{height:40px;margin-right:5px;width:40px}}.d-subjects .list .subject .label{font-size:18px;font-weight:500;line-height:22px}.d-subjects .list .subject .progress{height:3px;margin-top:8px;position:relative;width:calc(100% - 10px)}.d-subjects .list .subject .progress-value{background-color:#517fdf;border-radius:3px;height:100%;position:absolute}.d-subjects .list .subject .progress-base{background-color:#517fdf;border-radius:3px;height:100%;opacity:.1;width:100%}.d-subjects .list .subject--gold svg circle,.d-subjects .list .subject--gold svg path,.d-subjects .list .subject--gold svg rect{fill:url(#SVGgold)}.d-subjects .list .subject--gold .label{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(180deg,#fcea59,#ffb60a);-webkit-background-clip:text;background-clip:text}.d-subjects .list .subject--gold .progress-base,.d-subjects .list .subject--gold .progress-value{background:linear-gradient(180deg,#fcea59,#ffb60a)}.d-subjects .more{border-radius:10px;color:#517fdf;display:block;margin-top:10px;padding:15px 0;text-align:center;transition:.4s cubic-bezier(.33,1,.68,1);width:100%}.d-subjects .more:hover{background-color:rgba(81,127,223,.05)}.d-duels .top{align-items:center;display:flex}.d-duels .top img{margin-left:15px;width:48px}.d-duels .info{align-items:center;display:flex;justify-content:space-between;margin-top:5px}.d-duels .info h6{color:#517fdf}.d-duels .info span{color:#517fdf;font-size:40px;font-weight:700;line-height:48px}.d-duels .btn{margin-top:5px;padding:15px 0}.d-tasks{overflow:hidden}.d-tasks .list{display:flex;flex-direction:column;min-height:350px;row-gap:20px}@media screen and (max-width:1500px){.d-tasks .list{margin-top:30px;row-gap:30px}}.d-tasks .tasks-item{background:none;box-shadow:none;color:#517fdf;cursor:pointer;padding:0}.d-tasks .tasks-item h5{font-weight:500}.d-tasks .tasks-item .content{margin-top:10px}.d-tasks .tasks-item .content .progress{height:20px;margin-bottom:10px}.d-tasks .tasks-item .content .progress-overlay{background-color:#517fdf;opacity:.2}.d-tasks .tasks-item .content .award-item .icon{height:24px;width:24px}.d-tasks .tasks-item .content .award-item span{font-size:14px;line-height:18px}.d-tasks .tasks-item--done{cursor:auto}.notifications{background-color:#fff;border-radius:20px;box-shadow:0 4px 10px rgba(167,176,192,.5);opacity:0;padding:20px;pointer-events:none;position:absolute;right:0;top:calc(100% - 15px);-webkit-transform:translateY(-10px) rotateY(20deg);transform:translateY(-10px) rotateY(20deg);transition:.3s ease-out;z-index:100}.notifications--open{opacity:1;pointer-events:all;-webkit-transform:none;transform:none}.notifications-wrap{width:350px}.notifications-wrap-top{align-items:center;color:#1e1e1e;display:flex;justify-content:space-between;opacity:.7}.notifications-wrap-top .icon-close{cursor:pointer;transition:.4s ease}.notifications-wrap-top .icon-close:hover{-webkit-transform:scale(.95);transform:scale(.95)}.notifications-list{margin-top:15px;max-height:400px;overflow:auto}.notifications-list__item{background-color:#f5f5f5;border-radius:15px;padding:15px 15px 25px;position:relative}.notifications-list__item-title{color:#517fdf;margin-bottom:10px}.notifications-list__item-description{font-size:15px}.notifications-list__item-date{font-size:14px;opacity:.5;position:absolute;right:10px}.notifications-list__item+.notifications-list__item{margin-top:20px}.notifications-group-date{color:#1e1e1e;font-weight:600;margin-bottom:15px;opacity:.8;text-align:center}.notifications-group+.notifications-group{margin-top:30px}.notifications-empty{color:#517fdf;opacity:.8;padding:20px 0;text-align:center}.header{display:flex;justify-content:space-between;padding:30px 0}@media screen and (max-width:1500px){.header{padding:20px 0}}@media screen and (max-width:1000px){.header{padding-left:0!important;padding-top:10px!important;position:absolute!important;right:5%;top:0;z-index:50}.header--dashboard{left:5%}.header--subjects .active-test-widget{display:none}}.header h1{font-weight:700;margin-right:40px}@media screen and (max-width:800px){.header h1{margin-right:0}}.header>div{align-items:center;display:flex}.header .date{color:#a4b8e2;font-weight:500}.header .date:first-letter{text-transform:uppercase}@media screen and (max-width:1000px){.header .date{display:none}}.header-profile{display:none}@media screen and (max-width:1000px){.header-profile{display:block;margin-left:15px}.header-profile .user-avatar{border:1px solid #517fdf;height:50px;width:50px}}.header .active-test-widget{font-size:14px;font-weight:400;line-height:16px;padding:10px 20px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.header .active-test-widget .icon{display:none}.header .active-test-widget span:nth-child(2){font-size:16px;font-weight:700;letter-spacing:.01em;margin-left:10px}.header .active-test-widget--pulse:before{-webkit-animation:headerWidgetPulse 2s ease infinite;animation:headerWidgetPulse 2s ease infinite;background-color:#517fdf;border-radius:inherit;content:"";height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:-1}@-webkit-keyframes headerWidgetPulse{0%{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.1,1.4);transform:scale(1.1,1.4)}}@keyframes headerWidgetPulse{0%{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.1,1.4);transform:scale(1.1,1.4)}}.header .search{margin-left:20px;position:relative;width:300px}.header .search input{border:0;border-radius:50px;color:#517fdf;font-size:18px;font-weight:500;line-height:22px;outline:0;padding:10px 25px;width:100%}.header .search input::-webkit-input-placeholder{color:#a4b8e2}.header .search input::placeholder{color:#a4b8e2}.header .search svg{height:20px;pointer-events:none;position:absolute;right:25px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}@media screen and (max-width:1400px){.header .search{display:none}}.header .notification-btn{align-items:center;background-color:#fff;border-radius:100px;box-shadow:0 0 16px rgba(81,127,223,.27);cursor:pointer;display:flex;height:50px;justify-content:center;margin-left:20px;transition:.5s ease;width:50px}.header .notification-btn:hover{box-shadow:0 0 16px rgba(81,127,223,.5)}@media screen and (max-width:1000px){.header .notification-btn{display:none}}.stat-theme{align-items:stretch;display:flex;flex-direction:column;grid-column:1/3;grid-row:span 2}@media screen and (max-width:1000px){.stat-theme{grid-row:2/3}}.stat-theme .top{align-items:center;border-bottom:1px solid rgba(81,127,223,.2);display:flex;justify-content:space-between;padding:30px}.stat-theme .top p{opacity:.5;text-align:right;width:50%}@media screen and (max-width:1200px){.stat-theme .top{padding:20px}}@media screen and (max-width:600px){.stat-theme .top p{font-size:13px;opacity:.5;text-align:right;width:auto}}.stat-theme .filter{padding:20px 30px 15px}.stat-theme .filter button{background-color:#e3e3e3;border-radius:30px;color:#858585;cursor:pointer;font-weight:600;padding:5px 10px;transition:.4s ease}.stat-theme .filter button+button{margin-left:10px}.stat-theme .filter button.active,.stat-theme .filter button:hover{background-color:rgba(81,127,223,.2);color:#517fdf}.stat-theme .filter button.active:first-child,.stat-theme .filter button:hover:first-child{background-color:#c0f08f;color:#4e8516}.stat-theme .filter button.active:nth-child(2),.stat-theme .filter button:hover:nth-child(2){background-color:#f08f8f;color:#851616}@media screen and (max-width:1200px){.stat-theme .filter{padding:20px 20px 10px}}@media screen and (max-width:600px){.stat-theme .filter{display:flex;flex-wrap:wrap;padding:10px 15px}.stat-theme .filter button{font-size:var(--h6-size)}.stat-theme .filter button+button{margin-left:5px}}@media screen and (max-width:400px){.stat-theme .filter{padding:10px 5px}}.stat-theme .themes{cursor:auto;flex:1 1;margin-bottom:30px;overflow-y:auto;padding:0 30px}@media screen and (max-width:1200px){.stat-theme .themes{margin-bottom:20px;padding:0 5px 0 20px}}.stat-theme .themes-empty{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.stat-theme .themes-empty-required{color:#1e1e1e;display:flex;font-weight:500;margin-top:15px}.stat-theme .themes-empty-required__item{background-color:#517fdf;border-radius:30px;color:#fff;margin-left:20px;padding:5px 15px}.stat-theme .themes-empty-required__item:first-child{margin-left:0}.stat-theme .themes-empty-required__item.notdone{opacity:.5}@media screen and (max-width:600px){.stat-theme .themes-empty-required{align-items:center;flex-direction:column}.stat-theme .themes-empty-required__item{margin-left:0;margin-top:10px}.stat-theme .themes-empty-required__item:first-child{margin-top:0}}.stat-theme .themes-empty h4{color:#517fdf;opacity:.7;text-align:center}.stat-theme .themes__item{padding:15px 0}@media screen and (max-width:1400px){.stat-theme .themes__item{padding:10px 0}}.stat-theme .themes__item>a{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:5px;overflow:hidden;transition:.4s ease;width:94%}.stat-theme .themes__item>a:hover{color:#517fdf}.stat-theme .themes__item .progress{align-items:center;display:flex;justify-content:stretch}.stat-theme .themes__item .progress-bar{height:7px;position:relative;width:100%}.stat-theme .themes__item .progress .overlay,.stat-theme .themes__item .progress .value{background:inherit;border-radius:10px;height:100%;opacity:.2;position:absolute;transition:.8s cubic-bezier(.33,1,.68,1);width:100%}.stat-theme .themes__item .progress .value{opacity:1}.stat-theme .themes__item .percent{font-size:15px;font-weight:600;margin-left:15px}.ui-selectFlat{position:relative}.ui-selectFlat .input{align-items:center;cursor:pointer;display:flex}.ui-selectFlat .input .value{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-color:#517fdf;font-size:20px;font-weight:500}@media screen and (max-width:600px){.ui-selectFlat .input .value{font-size:16px;white-space:nowrap}}.ui-selectFlat .input .icon-chevron{margin-left:15px;transition:.4s ease}.ui-selectFlat .input:hover .icon-chevron{-webkit-transform:translateY(3px)!important;transform:translateY(3px)!important}.ui-selectFlat .options{background-color:#fff;border-radius:10px;box-shadow:0 4px 10px rgba(167,176,192,.5);left:0;margin-top:10px;opacity:0;padding:10px;pointer-events:none;position:absolute;-webkit-transform:translateY(-15px) scale(.95);transform:translateY(-15px) scale(.95);transition:.2s cubic-bezier(.33,1,.68,1);z-index:15}.ui-selectFlat .options.open{opacity:1;pointer-events:all;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}.ui-selectFlat .options .option{-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;border-radius:5px;color:#fff;cursor:pointer;font-size:18px;padding:10px 5px;text-align:center;transition:.4s cubic-bezier(.33,1,.68,1);-webkit-user-select:none;user-select:none;white-space:nowrap;will-change:transform}.ui-selectFlat .options .option:hover{-webkit-transform:scale(.97);transform:scale(.97)}.ui-selectFlat .options .option.active{-webkit-text-fill-color:unset;text-fill-color:unset;-webkit-background-clip:unset;background-clip:initial;color:#fff}.ui-selectFlat .options .option.active:hover{cursor:auto;-webkit-transform:scale(1);transform:scale(1)}.test-controls-subjects{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:10px}.test-controls-subjects__item{align-items:center;border-radius:50px;color:#fff;cursor:pointer;display:flex;-webkit-filter:grayscale(1);filter:grayscale(1);flex-shrink:0;font-size:15px;padding:5px 15px;transition:.5s ease;white-space:nowrap}.test-controls-subjects__item+.test-controls-subjects__item{margin-left:10px}.test-controls-subjects__item .icon{height:30px;margin-right:5px;width:30px}.test-controls-subjects__item .icon circle,.test-controls-subjects__item .icon path,.test-controls-subjects__item .icon rect{fill:#fff}.test-controls-subjects__item--active{-webkit-filter:grayscale(0);filter:grayscale(0)}.test-controls-subjects__item--blocked{cursor:no-drop;pointer-events:none}.test-controls-subjects__item--blocked:after{background-color:rgba(30,30,30,.4);border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.test-controls-subjects__item--blocked:before{background-image:url(/static/media/test-block.8d083a1ff7c525c1e28e.svg);background-size:cover;content:"";height:25px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:25px;z-index:2}.test-controls-questions{display:flex;flex-wrap:nowrap;margin-top:10px;overflow-x:auto;padding-bottom:10px}.test-controls-questions__item{align-items:center;background-color:transparent;border:1px solid #517fdf;border-radius:8px;color:#517fdf;display:flex;flex-shrink:0;font-size:16px;height:40px;justify-content:center;position:relative;transition:.2s ease;width:40px}.test-controls-questions__item+.test-controls-questions__item{margin-left:5px}.test-controls-questions__item--active{background-color:#517fdf;color:#fff}.test-controls-questions__item--active:after{background-color:#fff;border-radius:5px;bottom:5px;content:"";height:2px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:40%}.test-controls-questions__item--marked{background-color:#517fdf;color:#fff}.test-controls-questions__item.question--delete{background-color:#a4b8e2;border:none;color:#fff;cursor:not-allowed}.test-controls-questions__item.question--correct{background-color:#6fcf97;border:none;color:#fff}.test-controls-questions__item.question--incorrect{background-color:#f56b76;border:none;color:#fff}.test-controls-questions__item.question--halfcorrect{background:linear-gradient(90deg,#f56b76,#f56b76 51.13%,#6fcf97 51.43%,#6fcf97 93.75%);background-position:50%;background-size:120%;border:none;color:#fff}.test-controls-questions::-webkit-scrollbar,.test-controls-subjects::-webkit-scrollbar{display:none}.ui-input-wrap{position:relative}.ui-input label{background-color:#fff;border-radius:10px;color:rgba(30,30,30,.7);font-size:16px;left:20px;padding:0 5px;pointer-events:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.3s ease}.ui-input input{border:1px solid #517fdf;border-radius:18px;color:#1e1e1e;font-size:16px;line-height:19px;outline:0;padding:20px 25px;width:100%}.ui-input input:focus+label,.ui-input input:valid+label{font-size:13px;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ui-input .password-hide{cursor:pointer;height:24px;position:absolute;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.ui-input-alert{color:#f56b76;font-size:14px;margin-top:5px;padding-left:20px}.btn{background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%);background-position:100%;background-size:150%;border-radius:18px;color:#fff;cursor:pointer;display:block;font-size:17px;font-weight:600;line-height:20px;padding:15px 40px;position:relative;text-align:center;transition:.5s ease;width:100%}.btn:focus,.btn:hover{background-position:0}.btn.loading{color:transparent;pointer-events:none;transition:none;-webkit-user-select:none;user-select:none}.btn.loading:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23FFF' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'/%3E%3C/circle%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:100%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5);width:100%}.btn--yellow{background:linear-gradient(180deg,#fdcf62,#feb42e);background-position:top;background-size:100% 150%;color:#110b00}.btn--yellow:focus,.btn--yellow:hover{background-position:bottom}.btn--yellow.loading:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23110B00' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'/%3E%3C/circle%3E%3C/svg%3E")}.btn--outline{background-color:transparent;background-image:none;border:2px solid #517fdf;color:#517fdf}.btn--outline:hover{background-color:rgba(81,127,223,.1)}.btn--outline.btn--yellow{border-color:#fdc651;color:#1e1e1e}.btn--outline.btn--yellow:hover{background-color:rgba(253,198,81,.1)}.btn--info{border-radius:30px;font-weight:700;padding:6px 14px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn--info span{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(30,30,30,.6);border-radius:5px;bottom:calc(100% + 15px);color:#fff;font-size:14px;font-weight:400;left:-9px;opacity:0;padding:15px;pointer-events:none;position:absolute;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:20px bottom;transform-origin:20px bottom;transition:.2s cubic-bezier(.33,1,.68,1);white-space:nowrap}.btn--info span:before{border:10px solid transparent;border-top-color:rgba(30,30,30,.6);bottom:-20px;content:"";left:15px;position:absolute}.btn--info:hover span{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.btn--disabled{cursor:auto;-webkit-filter:grayscale(1);filter:grayscale(1)}.ui-btnIcon{border-radius:10px;cursor:pointer;height:48px;position:relative;transition:.4s cubic-bezier(.33,1,.68,1);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:48px;z-index:50}.ui-btnIcon .icon{height:100%;padding:10px;width:100%}.ui-btnIcon--small{height:36px;width:36px}.ui-btnIcon--small .icon{padding:6px}.ui-select .select__menu{border:1px solid #517fdf;border-radius:15px;border-top:none;border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 0 18px rgba(81,127,223,.27);margin-top:0;overflow:hidden;z-index:10}.ui-select .select__menu-list{padding:0}.ui-select .select__menu-list::-webkit-scrollbar{width:18px}.ui-select .select__menu-list::-webkit-scrollbar-track{background:#fff}.ui-select .select__menu-list::-webkit-scrollbar-thumb{background-color:#517fdf;border:7px solid #fff;border-radius:10px}.ui-select .select__option{border-bottom:1px solid rgba(81,127,223,.2);cursor:pointer;padding:20px 30px;transition:.4s ease}.ui-select .select__option:last-child{border-bottom:none}.ui-select .select__option--is-focused,.ui-select .select__option:focus,.ui-select .select__option:hover{background-color:#fff;color:#517fdf}.ui-select .select__option--is-selected,.ui-select .select__option--is-selected:hover{background-color:#517fdf;color:#fff}.ui-select .select__control{background:transparent;border-color:#517fdf;border-radius:15px;cursor:pointer;padding:10px 10px 10px 20px}.ui-select .select__control:hover{border-color:#517fdf}.ui-select .select__control--is-focused{background:#fff;box-shadow:0 0 18px rgba(81,127,223,.27)}.ui-select .select__control--menu-is-open{border-bottom-color:rgba(81,127,223,.2);border-bottom-left-radius:0;border-bottom-right-radius:0}.ui-select .select__control--menu-is-open svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui-select .select__control--menu-is-open:hover{border-color:#517fdf #517fdf rgba(81,127,223,.2)}.ui-select .select__value-container{padding:0}.ui-select .select__placeholder{color:rgba(30,30,30,.7);left:2px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);white-space:nowrap}.ui-select .select__indicator-separator{display:none}.ui-select svg{height:20px;transition:.4s ease;width:15px}.ui-select svg path{fill:#517fdf;transition:.4s ease}.ui-checkbox{align-items:center;display:flex}.ui-checkbox label{color:#517fdf;cursor:pointer;font-size:16px;font-weight:400;line-height:22px;padding-left:10px;-webkit-user-select:none;user-select:none}.ui-checkbox input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#517fdf;border:none;border-radius:4px;cursor:pointer;flex-shrink:0;height:20px;margin:0;position:relative;transition:.3s;width:20px}.ui-checkbox input[type=checkbox]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke-width='2' stroke='%23fff' stroke-linecap='round' viewBox='0 0 21 21'%3E%3Cpath d='m5 10.75 3.5 3.5L16 6'/%3E%3C/svg%3E");left:1px;position:absolute;top:1px;-webkit-transform:scale(0);transform:scale(0)}.ui-checkbox input[type=checkbox]:checked:before{-webkit-animation:scale-in .1s linear .2s forwards;animation:scale-in .1s linear .2s forwards}.ui-checkbox input[type=checkbox]:after{background:#fff;border-radius:inherit;box-shadow:inset 0 0 0 1px #517fdf;content:"";height:100%;left:0;position:absolute;top:0;transition:.2s;width:100%}.ui-checkbox input[type=checkbox]:checked:after{-webkit-transform:scale(0);transform:scale(0)}@-webkit-keyframes scale-in{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-in{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.ui-checkbox--medium input[type=checkbox]{height:30px;width:30px}.ui-checkbox--medium input[type=checkbox]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' stroke-width='2' stroke='%23fff' stroke-linecap='round' viewBox='0 0 21 21'%3E%3Cpath d='m5 10.75 3.5 3.5L16 6'/%3E%3C/svg%3E");left:3px;position:absolute;top:3px;-webkit-transform:scale(0);transform:scale(0)}.ui-colorPicker{align-items:center;display:flex;position:relative}.ui-colorPicker .color-gallery{background-color:#fff;border-radius:10px;bottom:calc(100% + 15px);box-shadow:0 10px 20px 0 rgba(30,30,30,.1);display:flex;left:-10px;padding:10px;position:absolute}.ui-colorPicker .color-gallery .color:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.ui-colorPicker .color{background-color:#517fdf;border-radius:20px;cursor:pointer;height:20px;transition:.4s ease;width:20px;will-change:transform}.ui-colorPicker .color+.color{margin-left:10px}.ui-colorPicker label{cursor:pointer;font-size:16px;font-weight:500;margin-left:15px}.ui-switch{cursor:pointer;height:36px;position:relative;width:72px}.ui-switch-body{background-color:#517fdf;height:100%;opacity:.5;transition:.6s ease;width:100%}.ui-switch-body,.ui-switch-value{border-radius:30px;position:absolute}.ui-switch-value{background-color:#fff;box-shadow:0 0 0 rgba(0,0,0,.25);height:30px;left:3px;top:3px;transition:.4s cubic-bezier(.33,1,.68,1);width:30px}.ui-switch--active .ui-switch-body{background-color:#fdc651;opacity:1}.ui-switch--active .ui-switch-value{box-shadow:0 2px 2px rgba(0,0,0,.25);-webkit-transform:translateX(35px);transform:translateX(35px)}.ui-tooltip{position:relative}.ui-tooltip-label{background-color:rgba(30,30,30,.9);border-radius:4px;color:#fff;font-size:12px;left:50%;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;-webkit-transform:translateX(-50%) translateY(-10px) scaleY(0);transform:translateX(-50%) translateY(-10px) scaleY(0);transition:.2s cubic-bezier(.33,1,.68,1);white-space:nowrap;z-index:100}.ui-tooltip-label:after{border:6px solid transparent;border-bottom-color:rgba(30,30,30,.8);content:"";left:50%;position:absolute;top:-12px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ui-tooltip:hover .ui-tooltip-label{opacity:1;-webkit-transform:translateX(-50%) translateY(10px) scaleY(1);transform:translateX(-50%) translateY(10px) scaleY(1)}.modal{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:rgba(30,30,30,.2);display:flex;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:.3s ease;width:100%;z-index:999}.modal>*{-webkit-transform:scaleX(0) translateY(100%);transform:scaleX(0) translateY(100%);transition:.6s cubic-bezier(.33,1,.68,1)}.modal.active{opacity:1;pointer-events:all}.modal.active>*{-webkit-transform:scaleX(1) translateY(0);transform:scaleX(1) translateY(0)}.modal .block{background-color:#fff;border-radius:30px;box-shadow:0 4px 10px rgba(167,176,192,.5);padding:30px;position:relative}@media screen and (max-width:800px){.modal .block{padding:20px}}#main-loader_svg{height:64px;width:64px}.modal--createTest .block{padding-top:0;width:500px}@media screen and (max-width:600px){.modal--createTest .block{width:350px}}.modal--createTest .title-img{align-items:center;background:radial-gradient(42.21% 127.5% at 37.62% -27.5%,#50aaec 0,rgba(80,170,236,0) 100%),linear-gradient(97.57deg,#5c88fb,#b366ff 106.86%);border-radius:24px 24px 0 0;display:flex;height:80px;justify-content:center;margin-left:-30px;width:calc(100% + 60px)}@media screen and (max-width:600px){.modal--createTest .title-img{margin-left:-20px;width:calc(100% + 40px)}}.modal--createTest .title-img img{height:50px}.modal--createTest .title-img--ent{background:radial-gradient(80.74% 80.74% at 91.45% 21.93%,#fede35 0,rgba(254,222,53,0) 100%),linear-gradient(.481turn,#fdcc5d 5.36%,#fdba3a 96.58%)}.modal--createTest .title-img--ent img{height:68px}.modal--createTest h5{margin-top:20px;opacity:.8}.modal--createTest .diagnostic{-webkit-animation:gradAnim 5s linear infinite;animation:gradAnim 5s linear infinite;background:linear-gradient(90deg,#4bc0c8,#c779d0,#feac5e);background-size:300%;box-shadow:0 0 20px 0 rgba(199,121,208,.3),0 10px 20px 0 rgba(254,172,94,.3);transition:.5s ease}.modal--createTest .diagnostic:hover{box-shadow:0 0 20px 0 rgba(199,121,208,.6),0 10px 20px 0 rgba(254,172,94,.6)}@-webkit-keyframes gradAnim{0%{background-position:0 0}30%{background-position:100% 0}60%{background-position:100% 100%}90%{background-position:0 100%}to{background-position:0 0}}@keyframes gradAnim{0%{background-position:0 0}30%{background-position:100% 0}60%{background-position:100% 100%}90%{background-position:0 100%}to{background-position:0 0}}.modal--createTest .descr{font-size:16px;font-weight:500;margin-top:10px;opacity:.5}.modal--createTest .subjects{margin-bottom:20px;margin-top:10px}.modal--createTest .subjects .loading{align-items:center;display:flex;height:200px;justify-content:center;width:100%}.modal--createTest .subjects .icon-loading stop:last-child{stop-color:#517fdf}.modal--createTest .subjects .ui-checkbox+.ui-checkbox{margin-top:5px}.modal--createTest .btn+.btn{margin-top:10px}.modal--editUser .tabs{border:2px solid #517fdf;border-radius:20px;display:flex;overflow:hidden}@media screen and (max-width:800px){.modal--editUser .tabs{border-radius:10px}}.modal--editUser .tabs .tab{align-items:center;color:#517fdf;cursor:pointer;display:flex;justify-content:center;padding:10px 0;transition:.4s ease;width:100%}.modal--editUser .tabs .tab h5{text-align:center;transition:.4s ease}.modal--editUser .tabs .tab.active{background:linear-gradient(86.66deg,#063cb2 -22.79%,#4478ff 97.19%)}.modal--editUser .tabs .tab.active h5{color:#fff}.modal--editUser h6{margin-top:10px;opacity:.5;text-align:center}.modal--editUser .content{display:flex;padding-top:30px;width:100%}@media screen and (max-width:800px){.modal--editUser .content .ui-select{width:300px}.modal--editUser .content .ui-input{width:100%}}.modal--editUser .content .user-data{grid-column-gap:20px;grid-row-gap:20px;align-items:center;-webkit-column-gap:20px;column-gap:20px;display:grid;flex-shrink:0;grid-template-columns:repeat(2,280px);grid-template-rows:repeat(4,1fr);row-gap:20px;transition:.6s ease}@media screen and (max-width:800px){.modal--editUser .content .user-data{display:flex;flex-direction:column}}.modal--editUser .content .user-data .avatar{grid-row:span 2;height:100%;position:relative}.modal--editUser .content .user-data .avatar-img{background-color:rgba(0,0,0,.2);background-position:50%;background-size:cover;border:2px solid #517fdf;border-radius:100%;cursor:pointer;display:block;height:150px;margin:0 auto;width:150px}.modal--editUser .content .user-data .avatar-img input{display:none}.modal--editUser .content .user-data .avatar .ui-btnIcon{bottom:0;position:absolute;right:15%}.modal--editUser .content .user-data .btn{height:100%;line-height:31px}.modal--editUser .content .user-password{flex-shrink:0;transition:.6s ease;width:400px}@media screen and (max-width:800px){.modal--editUser .content .user-password{width:300px}}.modal--editUser .content .user-password-new{margin-top:30px}.modal--editUser .content .user-password-new .ui-input+.ui-input{margin-top:10px}.modal--editUser .content .user-password .btn{margin-top:20px}.modal--editUser .content.tab-1 .user-data,.modal--editUser .content.tab-1 .user-password{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.activity-report{color:#fff;overflow:hidden;position:relative;width:780px}.activity-report-top{align-items:center;background:#332d46;border-radius:20px 20px 0 0;display:flex;justify-content:space-between;padding:20px}.activity-report-top .user-avatar{height:50px;margin-right:15px;width:50px}.activity-report-top-nav{text-align:center}.activity-report-top-nav>h5{margin-bottom:5px}.activity-report-top-nav-wrap{align-items:center;display:flex;justify-content:center;opacity:.5}.activity-report-top-nav .ui-btnIcon{height:24px;margin:0 10px;width:24px}.activity-report-top-nav .ui-btnIcon .icon{padding:2px}.activity-report-top-nav .ui-btnIcon.hide{opacity:0;pointer-events:none}.activity-report-top-nav path{stroke:#fff}.activity-report-main{background:linear-gradient(184.83deg,#4c2ca6 29.45%,#7861e1 93.01%);border-radius:0 0 20px 20px;padding:20px 40px}.activity-report-grid{grid-column-gap:50px;grid-row-gap:30px;-webkit-column-gap:50px;column-gap:50px;display:grid;grid-template-columns:1fr 1fr;row-gap:30px}.activity-report-card{position:relative;width:100%}.activity-report-card-wrap{background:rgba(39,39,39,.8);border-radius:10px;border-top:4px solid transparent;box-shadow:0 4px 4px rgba(0,0,0,.25);padding:10px;width:100%}.activity-report-card-award{left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;-webkit-transform:scale(0) translate(-50%,-50%);transform:scale(0) translate(-50%,-50%);-webkit-transform-origin:center;transform-origin:center}.activity-report-card-award span{background-image:linear-gradient(180deg,#fff 15.56%,#c2c2c2 96%)}.activity-report-card-award path{fill:#fff}.activity-report-card h2{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(180deg,#fff 15.56%,#c2c2c2 96%);-webkit-background-clip:text;background-clip:text;-webkit-filter:drop-shadow(0 5px 5px rgba(0,0,0,.2));filter:drop-shadow(0 5px 5px rgba(0,0,0,.2));font-size:50px;font-weight:700;line-height:61px}.activity-report-card img{position:absolute;right:15px;top:0}.activity-report-card-growth{margin-top:10px}.activity-report-card-growth--plus{color:#76de74}.activity-report-card-growth--minus{color:#d55b5b}.activity-report-card-growth span:last-child{opacity:.7}.activity-report-card--gold .activity-report-card-wrap{border-color:#fce857}.activity-report-card--silver .activity-report-card-wrap{border-color:#ececec}.activity-report-card--bronze .activity-report-card-wrap{border-color:#dd9761}.activity-report-card--awarding .activity-report-card-wrap{-webkit-animation:awarding 1s 1 forwards;animation:awarding 1s 1 forwards}.activity-report-card--awarding .activity-report-card-award{-webkit-animation:awardShow .5s cubic-bezier(.34,1.56,.64,1) 1 forwards;animation:awardShow .5s cubic-bezier(.34,1.56,.64,1) 1 forwards;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes awarding{0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}15%{-webkit-transform:rotate(3deg) scale(1);transform:rotate(3deg) scale(1)}30%{-webkit-transform:rotate(-3deg) scale(1);transform:rotate(-3deg) scale(1)}40%{-webkit-transform:rotate(3deg) scale(1);transform:rotate(3deg) scale(1)}50%{-webkit-transform:rotate(-3deg) scale(1);transform:rotate(-3deg) scale(1)}60%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}to{-webkit-transform:rotate(0deg) scale(0);transform:rotate(0deg) scale(0)}}@keyframes awarding{0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}15%{-webkit-transform:rotate(3deg) scale(1);transform:rotate(3deg) scale(1)}30%{-webkit-transform:rotate(-3deg) scale(1);transform:rotate(-3deg) scale(1)}40%{-webkit-transform:rotate(3deg) scale(1);transform:rotate(3deg) scale(1)}50%{-webkit-transform:rotate(-3deg) scale(1);transform:rotate(-3deg) scale(1)}60%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}to{-webkit-transform:rotate(0deg) scale(0);transform:rotate(0deg) scale(0)}}@-webkit-keyframes awardShow{0%{opacity:0;-webkit-transform:scale(0) translate(-30%,-30%);transform:scale(0) translate(-30%,-30%)}to{opacity:1;-webkit-transform:scale(1.5) translate(-30%,-30%);transform:scale(1.5) translate(-30%,-30%)}}@keyframes awardShow{0%{opacity:0;-webkit-transform:scale(0) translate(-30%,-30%);transform:scale(0) translate(-30%,-30%)}to{opacity:1;-webkit-transform:scale(1.5) translate(-30%,-30%);transform:scale(1.5) translate(-30%,-30%)}}.activity-report-decor{bottom:0;left:50%;object-fit:contain;opacity:.5;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.activity-report-award-btn{margin-top:60px}@media screen and (max-width:800px){.activity-report{width:500px}.activity-report-main{padding:15px 25px}.activity-report-grid{-webkit-column-gap:20px;column-gap:20px}.activity-report-card h2{font-size:30px;line-height:40px}.activity-report-card img{width:60px}.activity-report-card h4{font-size:14px;line-height:20px}}@media screen and (max-width:600px){.activity-report{width:350px}.activity-report-top{padding:10px}.activity-report-top .user-avatar{flex-shrink:0;height:40px;width:40px}.activity-report-top-nav .ui-btnIcon{height:18px;margin:0 5px;width:18px}.activity-report-top-nav-wrap h5{font-size:13px}.activity-report-grid{grid-template-columns:1fr;row-gap:10px}.activity-report-award-btn{margin-top:20px}}body{--h1-size:35px;--h1-line:42px;--h2-size:30px;--h2-line:38px;--h3-size:28px;--h3-line:35px;--h4-size:24px;--h4-line:29px;--h5-size:20px;--h5-line:26px;--h6-size:16px;--h6-line:20px;-webkit-appearance:none;appearance:none;background-color:#f7f8ff;overflow-x:hidden}@media screen and (max-width:1500px){body{--h1-size:32px;--h1-line:40px;--h2-size:27px;--h2-line:35px;--h3-size:25px;--h3-line:32px;--h4-size:21px;--h4-line:26px;--h5-size:17px;--h5-line:22px;--h6-size:14px;--h6-line:20px}}@media screen and (max-width:1400px){body{--h1-size:28px;--h1-line:34px;--h2-size:25px;--h2-line:30px;--h3-size:22px;--h3-line:28px;--h4-size:18px;--h4-line:25px;--h5-size:16px;--h5-line:20px;--h6-size:13px;--h6-line:20px}}@media screen and (max-width:800px){body{--h1-size:25px;--h1-line:32px;--h2-size:22px;--h2-line:28px;--h3-size:20px;--h3-line:26px;--h4-size:18px;--h4-line:25px;--h5-size:16px;--h5-line:20px;--h6-size:13px;--h6-line:17px}}@media screen and (max-width:600px){body{--h1-size:23px;--h1-line:30px}}.app-wrapper{position:relative}h1{font-size:var(--h1-size);line-height:var(--h1-line)}h1,h2{color:inherit;font-weight:600}h2{font-size:var(--h2-size);line-height:var(--h2-line)}h3{font-size:var(--h3-size);line-height:var(--h3-line)}h3,h4{color:inherit;font-weight:600}h4{font-size:var(--h4-size);line-height:var(--h4-line)}h5{font-size:var(--h5-size);font-weight:600;line-height:var(--h5-line)}h5,h6{color:inherit}h6{font-size:var(--h6-size);font-weight:500;line-height:var(--h6-line)}.MathJax{display:inline!important}.MathJax *{font-family:STIX Two Text,serif}.header,.platform-wrapper{margin:0 auto;max-width:1550px;position:relative}@media screen and (max-width:1800px){.header,.platform-wrapper{max-width:1450px}}@media screen and (max-width:1700px){.header,.platform-wrapper{padding-left:80px}}@media screen and (max-width:1500px){.header,.platform-wrapper{max-width:90%;padding-left:80px}}@media screen and (max-width:1400px){.header,.platform-wrapper{max-width:90%;padding-left:80px}}@media screen and (max-width:1200px){.header,.platform-wrapper{max-width:93%;padding-left:80px}}@media screen and (max-width:1000px){.header,.platform-wrapper{max-width:calc(100% - 10vw);max-width:calc(100% - var(--offset-layout-left)*2);padding-left:0;padding-top:30px}}@media screen and (max-width:600px){.header,.platform-wrapper{padding-top:20px}}.page{position:relative}@media screen and (max-width:1000px){.page{padding-bottom:100px;padding-bottom:var(--padding-bottom)}}.breadcrumb{align-items:center;display:flex}.breadcrumb svg{margin:0 15px}.breadcrumb h5{opacity:.5}.soon{cursor:help}.soon img{pointer-events:none;-webkit-user-select:none;user-select:none}.main-scroll::-webkit-scrollbar{width:18px}.main-scroll::-webkit-scrollbar-track{background:#fff}.main-scroll::-webkit-scrollbar-thumb{background-color:#517fdf;border:7px solid #fff;border-radius:10px}.main-scroll::-webkit-scrollbar-thumb:hover{border-width:5px}.particle{-webkit-animation:bubbles 4s ease-in infinite forwards;animation:bubbles 4s ease-in infinite forwards;border-radius:100%;pointer-events:none;position:absolute;z-index:-1}.particle.particle--outer{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-play-state:paused;animation-play-state:paused}.particle.particle--inner{-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-play-state:running;animation-play-state:running;background-color:rgba(81,127,223,.5);height:100%;width:100%}@-webkit-keyframes bubbles{0%{opacity:0}20%{opacity:1;-webkit-transform:translateY(-20%);transform:translateY(-20%)}to{opacity:0;-webkit-transform:translateY(-700%);transform:translateY(-700%)}}@keyframes bubbles{0%{opacity:0}20%{opacity:1;-webkit-transform:translateY(-20%);transform:translateY(-20%)}to{opacity:0;-webkit-transform:translateY(-700%);transform:translateY(-700%)}}.page-loader{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;width:100%}.page-loader-wrap{height:436px;width:208px}.page-loader .wave{-webkit-animation:fill-up 4s ease-in-out infinite;animation:fill-up 4s ease-in-out infinite}@-webkit-keyframes fill-up{0%{-webkit-transform:translateY(500px);transform:translateY(500px)}to{-webkit-transform:translateY(-50px);transform:translateY(-50px)}}@keyframes fill-up{0%{-webkit-transform:translateY(500px);transform:translateY(500px)}to{-webkit-transform:translateY(-50px);transform:translateY(-50px)}}.active-test-widget{align-items:center;display:flex;justify-content:center}.active-test-widget .icon{margin-left:10px;width:20px}.active-test-widget span:nth-child(2){margin-left:5px}.active-test-widget--mobile{border-radius:0}@media screen and (max-width:600px){.active-test-widget{font-size:15px;padding-bottom:inherit;padding-left:20px;padding-right:20px;padding-top:inherit}}button{border:none;outline:none}.activity-idle{align-items:center;background-color:rgba(0,0,0,.6);color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;text-align:center;top:0;width:100%;z-index:99999}.activity-idle-title p{margin-top:10px;opacity:.8}@media screen and (max-width:1000px){.activity-idle img{width:500px}}.tag-beta{color:#fdc651;display:inline-block;font-size:12px;margin:0 5px;-webkit-transform:translateY(-2px);transform:translateY(-2px)}:root{--heading-margin:40px;--padding-bottom:100px;--offset-layout-left:5vw}@media screen and (max-width:600px){:root{--heading-margin:20px}}.skeleton{background:none!important;box-shadow:none!important;color:transparent!important;pointer-events:none;position:relative;-webkit-user-select:none;user-select:none}.skeleton:after{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:thumb;animation-name:thumb;background:linear-gradient(90deg,#f5f5f5 25%,#f0f0f0 50%,#f5f5f5 85%);background-size:200% 200%;border-radius:50px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.skeleton._border:after{border-radius:inherit}.skeleton._shadow:after{box-shadow:0 4px 10px rgba(167,176,192,.5)}.skeleton-inner,.skeleton-inner>*{pointer-events:none}.skeleton-inner>*{background:none!important;border:none!important;box-shadow:none!important;color:transparent!important;position:relative;-webkit-user-select:none;user-select:none}.skeleton-inner>:after{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:thumb;animation-name:thumb;background:linear-gradient(90deg,#f5f5f5 25%,#f0f0f0 50%,#f5f5f5 85%);background-size:200% 200%;border-radius:inherit;border-radius:50px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.skeleton-inner._shadow>:after{box-shadow:0 4px 10px rgba(167,176,192,.5)}.skeleton-inner._border>:after{border-radius:inherit}@-webkit-keyframes thumb{0%{background-position:-50% 0}to{background-position:-250% 0}}@keyframes thumb{0%{background-position:-50% 0}to{background-position:-250% 0}}.user-guarantee{background:linear-gradient(152.95deg,#63c4b8 15.49%,#2f8b97 93.94%);border-radius:20px;box-shadow:5px 4px 10px rgba(167,176,192,.5);color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:30px;position:relative;width:100%;z-index:2}.user-guarantee-wrap{display:grid;grid-column:span 3;grid-row:span 2;grid-template-columns:calc(58% + 34px) 1fr}.user-guarantee-top{align-items:flex-start;display:flex;justify-content:space-between}.user-guarantee-title{align-items:center;display:flex}.user-guarantee-title i{line-height:0;margin-right:10px}.user-guarantee-title-status{background:#a7b0c0;border-radius:8px;font-size:15px;font-weight:700;margin-left:20px;padding:4px 25px;text-transform:uppercase}.user-guarantee-title-status.activated{background:linear-gradient(180deg,#fcea59,#ffb60a)}.user-guarantee-target{text-align:right}.user-guarantee-target-value{font-size:16px;font-weight:500;margin-top:5px;width:300px}.user-guarantee-target-value div:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-guarantee-target-value .ui-tooltip{cursor:help;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.user-guarantee-target button{align-items:center;background:none;color:#fff;cursor:pointer;display:flex;font-weight:400;margin-left:auto;opacity:.7}.user-guarantee-target button:hover i{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.user-guarantee-target button i{line-height:0;margin-left:5px;transition:.4s ease;will-change:transform}.user-guarantee-progress{padding-bottom:80px;width:100%}.user-guarantee-progress-wrap{background-color:hsla(0,0%,100%,.3);border-radius:15px;height:10px;position:relative;width:100%}.user-guarantee-progress-wrap>h5{left:0;position:absolute;top:calc(100% + 12px)}.user-guarantee-progress-wrap>h5:last-child{left:auto;right:0}.user-guarantee-progress-value{background-color:#fff;border-radius:inherit;height:100%;left:0;position:absolute;top:0;width:0}.user-guarantee-progress-value-pointer{align-items:center;background-color:#fff;border-radius:100px;display:flex;justify-content:center;padding:5px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%);z-index:5}.user-guarantee-progress-value-pointer span{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:radial-gradient(80.74% 80.74% at 91.45% 21.93%,#fede35 0,rgba(254,222,53,0) 100%),linear-gradient(.481turn,#fdcc5d 5.36%,#fdba3a 96.58%);-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:700}.user-guarantee-progress-value-message{-webkit-animation:showMessageGuarantee .6s ease;animation:showMessageGuarantee .6s ease;background:#203040;border-radius:10px;bottom:calc(100% + 10px);padding:10px;position:absolute;white-space:nowrap}@-webkit-keyframes showMessageGuarantee{0%{-webkit-transform:scale(0) translateY(100%);transform:scale(0) translateY(100%)}}@keyframes showMessageGuarantee{0%{-webkit-transform:scale(0) translateY(100%);transform:scale(0) translateY(100%)}}.user-guarantee-progress-value-message:after{background:inherit;border-radius:2px;content:"";height:10px;left:50%;position:absolute;top:100%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);width:10px}.user-guarantee-progress-aim{position:absolute;top:calc(100% + 15px);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.user-guarantee-progress-aim>span{background-color:#fff;display:block;height:50px;margin:0 auto;width:2px}.user-guarantee-progress-aim-label{margin-top:10px;text-align:center}.user-guarantee-progress-aim-label span{font-size:24px;font-weight:600}.user-guarantee-progress-aim-label div{font-size:14px;line-height:16px}.user-guarantee-info{align-items:flex-end;display:flex}.user-guarantee-info-days{white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.user-guarantee-info-days h1{color:#203040;font-size:50px;font-weight:900;line-height:1.2}.user-guarantee-info-weekdays{align-items:center;background:#203040;border-radius:10px;display:flex;margin-left:auto;padding:20px}.user-guarantee-info-weekdays-wrap{align-items:center;display:flex;margin-right:20px}.user-guarantee-info-weekdays__item{text-align:center;text-transform:capitalize}.user-guarantee-info-weekdays__item>div{border:1px solid #fff;border-radius:10px;box-sizing:border-box;height:10px;margin-top:5px;width:25px}.user-guarantee-info-weekdays__item>div.active{background-color:#fff}.user-guarantee-info-weekdays__item+.user-guarantee-info-weekdays__item{margin-left:15px}.user-guarantee-info-weekdays .ui-tooltip h6{font-size:15px;font-weight:400;opacity:.85;white-space:normal;width:200px}.user-guarantee-btn{align-items:center;background:#203040;display:flex;justify-content:center}.user-guarantee-btn:hover{background:#141f29}.user-guarantee-btn i{line-height:0;margin-left:10px}.user-guarantee-btn:disabled{cursor:no-drop;opacity:.7}.user-guarantee-btn:disabled:hover{background:#203040}.user-guarantee-btn--cancel{background-color:transparent;border:2px solid #141f29;color:#141f29;margin-top:8px}.user-guarantee-btn--cancel:hover{background:rgba(32,48,64,.294);color:#fff}.user-guarantee-onboarding{display:flex;grid-column:span 2;position:relative;row-gap:40px}.user-guarantee-onboarding .text-block{background-color:hsla(0,0%,100%,.1);border-radius:8px;color:#fff;font-size:16px;line-height:1.4;opacity:.85;padding:10px}.user-guarantee-onboarding .text-block p+p{margin-top:5px}.user-guarantee-onboarding .text-block--num{display:flex}.user-guarantee-onboarding .text-block--num>div:first-child{background-color:#141f29;border-radius:100px;color:#fff;flex-shrink:0;height:35px;line-height:35px;margin-right:10px;text-align:center;width:35px}.user-guarantee-onboarding .ui-select-format-group-label{align-items:center;display:flex;justify-content:space-between}.user-guarantee-onboarding .ui-select-format-group-label span:last-child{background-color:#141f29;border-radius:10px;color:#fff;padding:2px 5px}.user-guarantee-onboarding .select--is-disabled{opacity:.4}.user-guarantee-onboarding--start .btn,.user-guarantee-onboarding--start .text-block{max-width:550px;width:60%}.user-guarantee-onboarding--start .decor{bottom:0;position:absolute;right:5%}.user-guarantee-onboarding--aim .input-block .ui-select .select__single-value{color:#fff}.user-guarantee-onboarding--aim .input-block .ui-select .select__clear-indicator{display:none}.user-guarantee-onboarding--aim .input-block .ui-select .select__multi-value{background-color:#fff;border-radius:16px}.user-guarantee-onboarding--aim .input-block .ui-select .select__multi-value__label{padding-left:10px}.user-guarantee-onboarding--aim .input-block .ui-select .select__control{background-color:hsla(0,0%,100%,.2);border-color:#fff}.user-guarantee-onboarding--aim .input-block .ui-select .select-indicator path{fill:#fff}.user-guarantee-onboarding--aim .input-block .ui-select .select__option{color:#141f29}.user-guarantee-onboarding--aim .input-block .ui-select .select__option:hover{color:#517fdf}.user-guarantee-onboarding--aim .input-block .ui-select .select__option--is-selected,.user-guarantee-onboarding--aim .input-block .ui-select .select__option--is-selected:hover{color:#fff}.user-guarantee-onboarding--aim .input-block label{display:block;margin-bottom:10px}.user-guarantee-onboarding--aim .input-block+.input-block{margin-top:20px}.user-guarantee-onboarding--aim h6{font-weight:400;margin-top:10px;opacity:.4;text-align:center}.user-guarantee-onboarding .accept-block{display:flex}.user-guarantee-onboarding .accept-block .ui-checkbox{margin-right:30px}.user-guarantee-onboarding .accept-block .ui-checkbox label{color:#fff;font-size:14px;font-weight:400;line-height:18px;opacity:.7}.user-guarantee-onboarding .accept-block .ui-checkbox input{background:#141f29}.user-guarantee-onboarding .accept-block .ui-checkbox input:after{background:#4baaa9;box-shadow:inset 0 0 0 1px #141f29}.user-guarantee-onboarding--accept .text-blocks{display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:15px;width:100%}.user-guarantee-onboarding--accept .text-blocks::-webkit-scrollbar{width:8px}.user-guarantee-onboarding--accept .text-blocks::-webkit-scrollbar-track{background:transparent}.user-guarantee-onboarding--accept .text-blocks::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.4);border-radius:10px}.user-guarantee-onboarding--accept .text-blocks::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,100%,.6)}.user-guarantee-onboarding--accept .text-block{flex-shrink:0;width:400px}.user-guarantee-onboarding--accept .text-block+.text-block{margin-left:20px}.user-guarantee-themes{border-bottom-left-radius:0!important;border-top-left-radius:0!important;position:relative}.user-guarantee-themes:after{background-color:inherit;content:"";height:100%;position:absolute;right:100%;top:0;width:10%}.user-guarantee-themes-top{align-items:center;display:flex;justify-content:space-between;padding-bottom:15px}.user-guarantee-themes-top .ui-tooltip-label{color:hsla(0,0%,100%,.85);font-size:14px;line-height:1.4;top:16px;white-space:inherit;width:265px}.user-guarantee-themes-list{height:450px;overflow-y:auto}.user-guarantee-themes-list__group{border-radius:100px;color:#fff;font-size:14px;margin-bottom:5px;margin-top:30px;padding:2px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.user-guarantee-themes-list__group:first-child{margin-top:0}.user-guarantee-themes-list__item{align-items:center;background:none;border-radius:5px;color:rgba(0,0,0,.8);cursor:pointer;display:flex;font-size:15px;padding:5px;text-align:left;transition:.4s ease;width:100%}.user-guarantee-themes-list__item-score{font-size:12px;margin-left:10px;transition:.4s ease}.user-guarantee-themes-list__item.done{cursor:default}.user-guarantee-themes-list__item.done .user-guarantee-themes-list__item-score{color:#517fdf}.user-guarantee-themes-list__item:hover:not(.done){background-color:rgba(81,127,223,.1)}.user-guarantee-themes-list__item div{width:100%}.user-guarantee-themes-list__item div span{background-color:#4baaa9;border-radius:5px;color:#fff;font-size:12px;margin-right:3px;padding:2px 5px}.user-guarantee-themes-list__item i{color:#517fdf;display:block;margin-left:5px;-webkit-transform:translateY(2px);transform:translateY(2px)}.user-guarantee-themes-bottom{align-items:center;display:flex;padding:15px 0;text-align:center}.user-guarantee-themes-bottom hr{-webkit-appearance:none;appearance:none;background-color:#000;border:none;flex:1 1;height:1px;opacity:.2;outline:none}.user-guarantee-themes-bottom>div{margin:0 10px}.user-guarantee-themes-bottom span:first-child{color:#517fdf;font-size:24px;font-weight:600;margin-right:5px}.user-guarantee-themes-bottom span:last-child{font-size:14px;opacity:.7}@media screen and (max-width:1400px){.user-guarantee-wrap{display:block}.user-guarantee{height:400px}.user-guarantee-themes:after{bottom:100%;height:10%;right:0;top:auto;width:100%}.user-guarantee-themes{border-bottom-left-radius:30px!important;border-top-right-radius:0!important}.user-guarantee-onboarding{display:flex;grid-column:span 3;height:auto}.user-guarantee-themes-top .ui-tooltip:hover .ui-tooltip-label{-webkit-transform:translateX(calc(-100% - 16px)) translateY(-50%) scaleY(1);transform:translateX(calc(-100% - 16px)) translateY(-50%) scaleY(1)}.user-guarantee-themes-top .ui-tooltip:hover .ui-tooltip-label:after{border:6px solid transparent;border-bottom-color:rgba(30,30,30,.8);content:"";left:100%;position:absolute;top:39%;-webkit-transform:rotate(90deg) translate(-50%);transform:rotate(90deg) translate(-50%)}}@media screen and (max-width:800px){.user-guarantee-wrap{grid-column:1/2}.user-guarantee-info-weekdays{display:none}.user-guarantee-progress{padding-left:10px;padding-right:10px}.user-guarantee-onboarding--start .user-guarantee-btn{max-width:none;width:100%;z-index:2}.user-guarantee{height:500px;padding:20px}.user-guarantee .text-block{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:15px;width:100%;z-index:2}.user-guarantee .decor{width:50%}.user-guarantee-top{display:block}.user-guarantee-target{margin-top:10px}.user-guarantee-target-value{text-align:left}.user-guarantee-target .ui-tooltip,.user-guarantee-target button{margin-left:0;margin-right:auto}.user-guarantee-progress-value-pointer span{font-size:16px}.user-guarantee-progress-wrap>h5{top:calc(100% + 10px)}.accept-block{flex-direction:column}.accept-block .ui-checkbox{margin-bottom:15px;margin-right:0!important}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}