body,html{font-size:12px}body{margin:0;padding:0;line-height:15px;font-weight:400;font-family:Roboto,sans-serif}.btn--close:after,.btn--close:before,.btn--plus:after,.btn--plus:before,.btn-auth--close:after,.btn-auth--close:before,.btn-auth--plus:after,.btn-auth--plus:before{content:"";position:absolute;height:18px;width:2px}.link{color:#000}.btn{margin:0;padding:0 40px;height:40px;color:#fff;font-size:1.25rem;line-height:2rem;background-color:#33a0cc;border-radius:2px;outline:none;border:none}@media (min-width:360px) and (max-width:768px){.btn{width:100%;height:44px;margin-bottom:10px}}.btn:active{outline:none;background:#33a0cc;box-shadow:0 4px 12px rgba(0,0,0,.5)}.btn:disabled{outline:none;background:#d7f3ff;color:#fff}.btn--icon{padding:0;width:32px;height:32px;display:flex;justify-content:center;align-items:center;background-color:initial}.btn--icon:active{background:transparent;box-shadow:none}.btn--switch,.btn--text{background-color:initial}.btn--switch:active,.btn--text:active{background:transparent;box-shadow:none}.btn--cancel{margin:0;padding:0 25px;height:40px;font-size:1.15rem;line-height:1.714rem;color:#666;border:none;background-color:#fff;border-radius:5px;outline:0}.btn--cancel:active{background-color:#eee;box-shadow:none}.btn--text{display:flex;align-items:center;font-size:1.333rem;line-height:2.333rem;color:#33a0cc}.btn--plus{padding-right:35px;position:relative}.btn--plus:after,.btn--plus:before{left:8px;background-color:#33a0cc}.btn--plus:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.btn--plus:active{background:none;box-shadow:none}.btn--close{padding:0;background:transparent;position:absolute;width:32px;height:32px;cursor:pointer;display:flex;align-items:center}.btn--close:after,.btn--close:before{left:15px;background-color:#000;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.btn--close:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.btn--close:active{background:none;box-shadow:none}.btn--switch{font-size:1.333rem;line-height:4rem;color:#757575;background-color:initial}.btn--add{padding:0}.btn-auth{margin:0;padding:0 55px;height:40px;color:#fff;font-size:1.25rem;line-height:2rem;background-color:#33a0cc;border-radius:2px;outline:none;border:none}.btn-auth:active{outline:none;background:#33a0cc;box-shadow:0 4px 12px rgba(0,0,0,.5)}.btn-auth:disabled{outline:none;background:#33a0cc;color:#fff}.btn-auth--icon{padding:0;width:32px;height:32px;display:flex;justify-content:center;align-items:center;background-color:initial}.btn-auth--icon:active{background:transparent;box-shadow:none}.btn-auth--switch,.btn-auth--text{background-color:initial}.btn-auth--switch:active,.btn-auth--text:active{background:transparent;box-shadow:none}.btn-auth--cancel{margin:0;padding:0 25px;height:40px;font-size:1.15rem;line-height:1.714rem;color:#666;border:none;background-color:#fff;border-radius:2px;outline:0}.btn-auth--cancel:active{background-color:#eee;box-shadow:none}.btn-auth--text{display:flex;align-items:center;font-size:1.333rem;line-height:2.333rem;color:#33a0cc}.btn-auth--plus{padding-right:35px;position:relative}.btn-auth--plus:after,.btn-auth--plus:before{left:8px;background-color:#33a0cc}.btn-auth--plus:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.btn-auth--plus:active{background:none;box-shadow:none}.btn-auth--close{padding:0;background:transparent;position:absolute;width:32px;height:32px;cursor:pointer;display:flex;align-items:center}.btn-auth--close:after,.btn-auth--close:before{left:15px;background-color:#000;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.btn-auth--close:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.btn-auth--close:active{background:none;box-shadow:none}.btn-auth--switch{font-size:1.333rem;line-height:4rem;color:#757575;background-color:initial}.btn-auth--add{padding:0}.input{padding:8px;height:40px;font-size:1.2rem;box-sizing:border-box;border:1px solid #bdbdbd;border-radius:4px}.input--error{border:1px solid #f44d41}.input::-webkit-input-placeholder{color:rgba(149,149,145,.5490196078431373);font-size:1.15rem}.input::placeholder{color:rgba(149,149,145,.5490196078431373);font-size:1.15rem}.input:focus{border:0;outline:0}.checkbox{display:none}.checkbox+.checkbox--custom{cursor:pointer;display:inline-block;margin-right:20px;position:relative;min-width:15px;max-width:15px;min-height:15px;max-height:15px}.checkbox+.checkbox--custom:before{content:"";padding:2px;width:18px;height:18px;position:absolute;top:50%;bottom:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#fff;border-radius:3px;border:2px solid #757575}.checkbox:checked+.checkbox--custom:after{content:"";padding:2px;width:1px;height:5px;position:absolute;top:calc(50% - 2px);left:5px;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);border:solid #fff;border-width:0 2.3px 2.33px 0}.checkbox:checked+.checkbox--custom:before{background:#33a0cc;border-color:#33a0cc}.label--checkbox{display:flex;align-items:center}.list{margin:0;padding:0;list-style:none}.line{padding:0;height:1px;width:100%;margin:35px 0;border:none;background:#eee}.swing{-webkit-animation:swing .6s ease;animation:swing .6s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes swing{15%{-webkit-transform:translateX(9px);transform:translateX(9px)}30%{-webkit-transform:translateX(-9px);transform:translateX(-9px)}40%{-webkit-transform:translateX(6px);transform:translateX(6px)}50%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}65%{-webkit-transform:translateX(3px);transform:translateX(3px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes swing{15%{-webkit-transform:translateX(9px);transform:translateX(9px)}30%{-webkit-transform:translateX(-9px);transform:translateX(-9px)}40%{-webkit-transform:translateX(6px);transform:translateX(6px)}50%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}65%{-webkit-transform:translateX(3px);transform:translateX(3px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.ant-alert.ant-alert-closable{padding-right:30px;max-width:400px;position:absolute;top:10px;right:10px;font-size:16px}.footer{padding:30px 50px;background-color:#fff;color:#959595}.footer__content{margin-bottom:90px;display:flex}.footer__text{margin:0;font-size:1rem;line-height:2.33rem}.footer__wrap{margin-right:3%;min-width:30%;display:flex;flex-direction:column}.footer__wrap:last-of-type{margin-right:0}.footer__title{margin:0 0 15px;color:#959595;font-weight:400;font-size:1rem;line-height:1.66rem;text-transform:uppercase}.footer__link{font-size:1.166rem;line-height:2.33rem}.footer__link-name,.header{color:#959595}.header{display:flex;align-items:center;justify-content:space-between;font-size:12px}.header__nav{padding-top:30px;display:flex;flex-grow:1}.header__logo{width:96px;height:auto}.header__link,.header__logo{position:relative;margin-right:5%}.header__link{max-width:120px;font-size:1.25rem;line-height:2rem;text-align:center;color:#959595}.header__link:last-child{margin-right:0}.header__link.active{color:#000}.header__link.active .header__text:after{content:"";position:absolute;height:3px;top:22px;left:0;right:0;background-color:#000}.header__btn-container{margin-top:30px;display:flex;align-items:center}.header__btn--notice{margin-right:30px}.published{display:flex;align-items:center}.published__text{color:#9e9e9e;font-size:1.166rem;line-height:2rem}.statistic{padding:15px;flex-direction:column;color:#999}.statistic,.statistic__admins,.statistic__container{display:flex}.statistic__container,.statistic__stats-values{justify-content:space-between}.statistic__container{outline:none}.statistic__stats-values{width:70%}.statistic__stats-item{margin-right:2%}.statistic__admins{margin-left:90px}.statistic__admins .avatar{margin-right:8px}.statistic__title{margin:0;margin-bottom:10px;text-transform:uppercase;font-size:.916rem}.statistic__stats-name{margin-right:25px;font-size:1rem}.statistic__stats-info{padding-top:12px}.statistic__stats-count{font-size:3rem}.statistic__stats-count--active{color:#8bc34a}.statistic__stats-count--new{color:#f44336}.statistic__svg{width:32px;height:32px}.course-card{border:1px solid #e8e8e8;background-color:#fff}.course-card--default{display:flex}.course-card__main-info{padding:15px;display:flex}.course-card__img-container{min-width:190px;max-width:190px;height:240px;overflow:hidden}.course-card__img-container--small{margin-right:15px;min-width:96px;max-width:96px;height:113px}.course-card__img{min-width:100%;max-width:100%}.course-card__info{padding:25px 15px 10px;display:flex;flex-direction:column;justify-content:space-between}.course-card__info--short{padding:0;width:100%}.course-card__controls{display:flex;justify-content:space-between}.course-card__controls .btn{margin-left:auto}.course-card__like,.course-card__statistic-block,.course-card__students{margin:0;display:flex;align-items:center;color:#666}.course-card__link,.course-card__text,.course-card__title,.course-card__version{margin:0;color:#1a1a1a}.course-card__link,.course-card__text{font-size:1.166rem;line-height:1.66rem}.course-card__title{margin-bottom:10px;font-size:1.66rem;line-height:2.33rem}.course-card__text{max-height:100px;overflow:hidden}.course-card__link{text-decoration:none}.course-card__svg{margin-right:5px;fill:#666}.course-card__students{margin-right:40px}.course-card__version{color:#999;font-size:.916rem;line-height:2rem}.course-card .statistic{position:relative}.course-card .statistic:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background-color:#e8e8e8}.new-course{padding:16px;height:114px;display:flex;border:1px solid #e8e8e8;background-color:#fff}.new-course__img-container{margin-right:15px;min-width:96px;max-width:96px;height:113px;background-color:#e0e0e0}.new-course__info{width:100%;display:flex;flex-direction:column;outline:none}.new-course__text,.new-course__title{margin:0}.new-course__title{margin-bottom:10px;color:#1a1a1a;font-size:1.66rem;line-height:2.33rem}.new-course__text{max-width:70%;color:#999;font-size:1.166rem;line-height:1.66rem}.new-course__container{width:100%;display:flex;align-items:center;justify-content:space-between;outline:none}.new-course__svg{fill:#666}.avatar{display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:50%;background-color:#616161}.avatar_small{width:32px;height:32px}.avatar_medium{width:40px;height:40px}.avatar_medium .avatar__text{font-size:14px}.avatar__img{object-fit:cover;height:100%;width:100%}.avatar__text{margin:0;color:#fff}.copyright{margin:0;font-size:1rem;line-height:2.33rem;color:#959595}.search{display:flex;align-items:flex-start}.search__input{height:25px;min-width:200px;margin-bottom:5px;font-size:1.333rem;line-height:2rem;transition:1s;background-color:initial;border-radius:0;border:none;border-bottom:2px solid #e0e0e0;outline:none}.search__input:focus{color:#1a1a1a;border-radius:0;border:none;border-bottom:2px solid #1a1a1a}.search__input--error{border-color:#f44d41}.search__label{margin-right:25px}.search__error{margin:0;justify-content:space-between;color:#f44d41;font-size:1rem;line-height:1.1666rem}.add-user,.search__error{display:flex;align-items:center}.add-user__text{margin-right:8px}.admin-item{display:flex;align-items:center}.admin-item__avatar{margin-right:8px}.admin-item__name,.admin-item__text{margin-right:3%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:1.333rem;line-height:2.333rem}.admin-item__name{max-width:30%;min-width:30%;color:#000}.admin-item__text{flex-grow:1;color:#666}.student-item{display:flex;align-items:center}.student-item__avatar{margin-right:8px}.student-item__wrap{width:35%;display:flex;align-items:center}.student-item__name{font-size:1.333rem;line-height:2.333rem;color:#1a1a1a}.student-item__stats-values{width:51%}.student-item__stats-item{width:32%;align-items:baseline}.student-item__stats-name,.student-item__stats-subname{font-size:1.1666rem}.student-item__stats-count{font-size:1.5rem;line-height:2rem}.student-item__btn{margin-left:auto}.group-item{display:flex;align-items:center}.group-item__text{font-size:1.333rem;line-height:2.333rem;color:#1a1a1a}.group-item__label{width:35%}.group-item__stats-values{width:51%}.group-item__stats-item{width:32%;margin-right:3%}.group-item__stats-info{padding-top:5px}.group-item__stats-count{font-size:2.3333rem;line-height:2.3333rem}.group-item__btn{margin-left:auto}.switch-table{padding-bottom:20px;flex-basis:30%;border-right:1px solid #e0e0e0}.switch-table__text{position:relative}.switch-table__item{padding:0 25px;min-height:50px;box-sizing:border-box}.switch-table__item:first-child{margin-top:20px}.switch-table__item--head{border-bottom:1px solid #e0e0e0}.switch-table__item--head:first-child{margin-top:0}.switch-table__item.active .switch-table__text:after{content:"";position:absolute;height:3px;top:22px;left:0;right:0;background-color:#000}.switch{padding-top:60px;min-width:90%}.switch,.switch__button{display:flex;justify-content:center}.switch__button{min-width:42%;min-height:45px;box-sizing:border-box;align-items:center;font-size:1.5rem;color:#959595;cursor:pointer;outline:none}.switch__button:first-of-type{margin-right:24px}.switch__button--active{border-bottom:2px solid #000;color:#000}.selector-shape{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:center center;transform-origin:center center}.select{display:flex;align-items:center;border:1px solid #bdbdbd;box-shadow:none}.select__control{min-width:250px;background-color:initial}.select__control.select__control--is-focused{border:1px solid #666;box-shadow:none;background-color:initial}.select__control.select__control--is-focused:hover{border:1px solid #666}.select__indicator-separator{display:none}.select__value-container{font-size:1.25rem;line-height:2.33rem}.select__indicator svg{fill:#666}.select__placeholder{font-size:1.15rem;color:rgba(149,149,145,.5490196078431373)}.select__option{height:30px;color:#000}.select__menu{height:224px;font-size:1.15rem;overflow:auto}.input-field{width:100%;height:95px}.input-field__input{margin-bottom:3px;width:100%;border:0;outline:0}.input-field__text{margin:0;padding:0;font-size:1.15rem;color:#666;white-space:nowrap}.input-field__error{margin:0;padding:0;color:#f44d41}.input-field__title{margin:0 0 4px;padding:0;display:flex;align-items:center}.input-field__blue-star{margin:0 0 0 3px;color:#33a0cc}.input-field__optional{font-size:1.15rem;margin:0 0 0 3px;color:#bdbdbd}.hint{box-shadow:0 2px 5px rgba(0,0,0,.4);box-sizing:border-box;position:absolute;overflow:auto;z-index:100;background-color:#fff}.hint>*{padding-left:10px;height:30px;display:flex;align-items:center;font-size:1.2rem;color:#000;cursor:pointer}.hint>:hover{background-color:rgba(38,132,255,.4196078431372549)}.table-controls{display:flex;align-items:center;justify-content:space-between}.table-controls__text{color:#616161;font-size:1.1666rem;line-height:2rem}.table-content{min-width:100%;display:flex;background-color:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.table-content__list{width:100%}.table-content__item{position:relative;padding:0 50px 0 25px;min-height:50px;box-sizing:border-box}.table-content__item:after{content:"";position:absolute;height:1px;bottom:0;left:0;right:0;background-color:#e0e0e0}.table-caption{background-color:#f2f2f2}.table-caption,.table-caption__wrap{display:flex;align-items:center;justify-content:space-between}.table-caption__wrap{padding-right:50px;width:100%}.table-caption__sort{margin:0 auto}.table-caption__btn{padding:0 0 0 50px;flex-basis:30%;color:#303030}.table-caption__text{margin-right:50px}.table-caption__svg--left{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.stats-content{display:flex;align-items:center}.stats-content__stats-item,.stats-content__stats-values{display:flex}.stats-content__stats-item{width:32%;margin-right:3%}.stats-content__stats-item:last-child{margin-right:0}.stats-content__stats-count,.stats-content__stats-info,.stats-content__stats-name{margin:0}.stats-content__stats-name,.stats-content__stats-subname{color:#999}.stats-content__stats-name{margin-right:15px}.stats-content__stats-subname{margin-right:10px}.stats-content__stats-item{font-size:1rem;line-height:2rem;color:#8bc34a}.sort{display:flex;align-items:center}.sort div.sort__control{border:none;background-color:initial}.sort div.sort__control.sort__control--is-focused{border:none;box-shadow:none;background-color:initial}.sort__indicator-separator{display:none}.sort__value-container{color:#666;font-size:1.33rem;line-height:2.33rem}.sort__text{margin-right:25px}.sort__control{min-width:250px}.sort__indicator svg{fill:#666}.about-company{display:flex;padding:32px;align-items:flex-start}@media (max-width:768px){.about-company{flex-direction:column;padding:32px 16px}}.about-company__logo{max-width:250px;margin-right:15px}@media (max-width:768px){.about-company__logo{max-width:100%;box-sizing:border-box;margin-right:0;margin-bottom:16px;align-self:center}}.about-company__text{color:#212121;font-size:20px;line-height:28px;white-space:pre-line;flex:1 1}.about-company .public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:unset!important}.menu-account{position:relative;display:flex;align-items:flex-end}.menu-account__menu-button{width:32px;height:32px;padding:0;border:none;outline:none;background-color:initial;cursor:pointer}.menu-account__user-icon{width:32px;height:32px;border-radius:50%;object-fit:cover}.menu-account__menu-block{z-index:20;position:absolute;top:50px;right:-20px;width:290px;height:335px;background-color:#212121}.menu-account__menu-block:after{content:"";display:block;position:absolute;top:-20px;right:30px;border:10px solid transparent;border-bottom-color:#212121}.menu-account__menu-list{box-sizing:border-box;margin-bottom:8px;display:flex;flex-direction:column;background-color:#fff;height:100%;max-height:256px;border:2px solid #212121;width:100%;position:relative}.menu-account__name{color:#e0e0e0;font-size:14px;line-height:20px;margin-bottom:2px}.menu-account__email{color:#999;font-size:12px;line-height:20px}.menu-account__menu-header{display:flex;flex-direction:column;padding:15px}.menu-account__menu-list{padding:18px 15px}.menu-account__menu-list-item{color:#212121;font-size:15px;line-height:18px;margin-bottom:10px;text-decoration:none}.menu-account__logout-btn{position:absolute;bottom:17px;right:15px;border:none;padding:0;font-size:14px;line-height:24px;text-decoration:none;background-color:initial;cursor:pointer}.students-header{width:100vw;display:flex;justify-content:flex-start;padding:35px 48px;margin-right:30px;align-items:center;box-sizing:border-box;height:1%}@media (max-width:768px){.students-header{padding:16px;height:auto}}.students-header__mobile-menu{display:none}@media (max-width:768px){.students-header__mobile-menu{display:flex}}.students-header__logo-link{margin-right:30px}@media (max-width:768px){.students-header__logo-link{justify-self:center;margin-right:-41px;margin-left:auto}}.students-header__nav{display:flex;max-width:600px;justify-content:space-between;flex:1 1;margin-right:30px}@media (max-width:768px){.students-header__nav{display:none}}.students-header__link{font-size:14px;line-height:20px;color:#666;text-decoration:none}@media (max-width:768px){.students-header__link{max-width:100px}}.students-header__active-link,.students-header__link:hover{text-shadow:0 0 .3px;color:#000}.students-header__active-link{font-size:14px;line-height:20px;text-decoration:none;pointer-events:none}@media (max-width:768px){.students-header__active-link{max-width:100px}}.students-header__notification{margin-left:auto;margin-right:30px}@media (max-width:768px){.students-header__notification{margin-right:13px}}.students-header__user-menu-button{justify-self:flex-end}.link{text-decoration:none}.link__input{justify-content:space-between;width:466px;height:75px;background-color:#f4f4f4;border:1px solid #d7d7d7;border-radius:4px;margin-top:8px}.link__icon-text,.link__input{display:flex;align-items:center}.link__icon-text{margin-left:19px;width:75%;overflow:hidden}.link__icon-block{width:18px;margin-right:10px}.link__icon{max-width:18px;max-height:18px}.link__text{font-family:Roboto,sans-serif;font-size:18px;line-height:48px;color:#000;text-overflow:ellipsis;overflow:hidden}.link__icon-arrow{width:100%;max-width:18px;max-height:18px;fill:#000;margin-right:26px}@media (min-width:360px) and (max-width:768px){.link__input{width:328px;height:58px}.link__icon-arrow{max-width:16px;max-height:16px;margin-right:24px}.link__text{line-height:24px}}.message{width:576px;display:flex;flex-direction:column;align-items:center;margin:10% auto 0}.message__content{font-weight:500;font-size:18px;line-height:24px}.message__logo-success{margin-top:49px}.message__button{margin-top:97px}.message__submit{width:107px;height:40px;font-weight:500;font-size:15px;line-height:18px;letter-spacing:.2px;margin:0;padding:0}@media (min-width:360px) and (max-width:768px){.message{margin-top:64px}.message__logo{width:148px;height:31px}.message .line{width:328px;margin-left:80px;margin-right:80px}.message__logo-success{margin-top:32px}.message .btn-auth{width:328px;height:44px}}.student-course-card{box-sizing:border-box;display:flex;border:1px solid #e8e8e8;height:300px}@media (max-width:768px){.student-course-card{flex-direction:column;min-height:100%;max-height:100%}}.student-course-card__img{max-width:35%;object-fit:cover;object-position:center center;min-width:180px}@media (max-width:768px){.student-course-card__img{max-width:100%;min-width:100%;max-height:240px}}.student-course-card__info-block{flex:1 1;display:flex;flex-direction:column;align-items:flex-start;padding:24px 18px}.student-course-card__title{font-size:20px;line-height:28px;color:#212121;margin-bottom:16px}.student-course-card__progress-block{margin-bottom:12px;width:100%;display:flex;flex-direction:column}.student-course-card__progress-text{display:flex;justify-content:flex-start;align-items:flex-end;margin-bottom:4px}.student-course-card__progress-name{color:#757575;font-size:14px;line-height:24px}.student-course-card__progress-value{color:#8bc34a;font-size:18px;line-height:24px;margin-left:auto;justify-self:flex-end}.student-course-card__progress-bar{width:100%}.student-course-card__btn{margin-top:16px;align-self:flex-end;background-color:#000;border:none;border-radius:4px;color:#fff;font-weight:500;font-size:12px;line-height:20px;padding:2px 8px;box-shadow:0 2px 2px rgba(0,0,0,.24),0 0 2px rgba(0,0,0,.12);text-transform:uppercase;text-decoration:none}.student-course-card-string{box-sizing:border-box;display:flex;border:1px solid #e8e8e8}.student-course-card-string__img{width:58px;height:72px;object-fit:cover;object-position:center center}@media (max-width:768px){.student-course-card-string__img{height:100%;width:auto;max-height:110px;max-width:90px}}.student-course-card-string__info{display:flex;padding:8px 24px 16px;justify-content:space-between;align-items:flex-start;flex:1 1}@media (max-width:768px){.student-course-card-string__info{flex-direction:column}}.student-course-card-string__title{font-size:20px;line-height:28px;color:#212121}@media (max-width:768px){.student-course-card-string__title{font-size:16px;line-height:20px}}.student-course-card-string__btn{margin-top:16px;align-self:flex-end;background-color:#76a53e;border:none;border-radius:4px;color:#fff;font-weight:500;font-size:12px;line-height:20px;padding:2px 8px;box-shadow:0 2px 2px rgba(0,0,0,.24),0 0 2px rgba(0,0,0,.12);text-transform:uppercase;text-decoration:none}@media (max-width:768px){.student-course-card-string__btn{align-self:flex-start}}.student-courses-list{padding:0 32px}@media (max-width:768px){.student-courses-list{padding:0 16px}}.student-courses-list__header{display:flex;justify-content:space-between;margin-bottom:8px}.student-courses-list__title{color:#000;font-weight:500;font-size:20px;line-height:28px;margin-bottom:8px}.student-courses-list__view-btn{font-weight:500;font-size:20px;line-height:28px;color:#757575;border:none;padding:0;outline:none;background-color:initial;cursor:pointer}.student-courses-list__course-separator,.student-courses-list__header-separator{margin:0 0 32px;border:none;border-top:1px solid #e8e8e8}.student-courses-list__course-separator{margin-bottom:16px}.student-courses-list__course-type-title{color:#757575;font-weight:500;font-size:20px;line-height:28px;margin-bottom:8px}.student-courses-list__course-list{display:flex;margin-bottom:64px;flex-wrap:wrap}.student-courses-list__course-list_string{flex-direction:column;margin-bottom:25px}.student-courses-list__card-wrap{width:calc(50% - 12px)}@media (max-width:480px){.student-courses-list__card-wrap{width:100%;margin-bottom:24px}}.student-courses-list__card-wrap:nth-child(odd){margin-right:24px}@media (max-width:480px){.student-courses-list__card-wrap:nth-child(odd){margin-right:0}}.student-courses-list__card-string-wrap{width:100%;margin-bottom:8px}.menu-notice{position:relative}.menu-notice__menu-button{border:none;padding:0;margin:0;position:relative;display:flex;align-items:flex-end;outline:none;background-color:initial}.menu-notice__counter{box-sizing:border-box;border-radius:50%;background-color:#f44336;color:#fff;width:21px;height:21px;font-size:13px;line-height:15px;display:flex;justify-content:center;align-items:center;position:absolute;top:-8px;right:8px}.menu-notice__icon{width:16px;height:18px;cursor:pointer}.menu-notice__menu-block{z-index:20;position:absolute;top:40px;right:-30px;max-width:432px;width:85vw;background-color:#212121;padding-bottom:16px;display:flex;flex-direction:column}.menu-notice__menu-block:after{content:"";display:block;position:absolute;top:-20px;right:30px;border:10px solid transparent;border-bottom-color:#212121}.menu-notice__title{color:#e0e0e0;font-size:20px;line-height:23px;margin:12px 16px}.menu-notice__notification-item{display:flex;flex-direction:column;background-color:#fff;align-items:flex-start;border:2px solid #212121;border-bottom:none;padding:40px 0 16px}.menu-notice__notification-body{display:flex}.menu-notice__notification-title{font-size:20px;line-height:23px;color:#212121;margin-bottom:17px;padding:0 16px 0 14px}.menu-notice__notification-text{font-size:14px;line-height:20px;color:#212121;margin-bottom:16px;padding:0 16px 0 14px}.menu-notice__notification-separator{width:100%;height:1px;border:none;border-top:1px solid #e8e8e8;margin:0}.menu-notice__notification-link{padding:0 16px 0 14px;margin:4px 0 16px;display:flex;align-items:center;text-decoration:none}.menu-notice__arrow-icon{margin-right:8px}.menu-notice__link-text{font-size:14px;line-height:16px;color:#212121}.menu-notice__remove-btn{align-self:flex-end;border:none;font-size:12px;line-height:14px;color:#212121;margin-top:16px;outline:none;cursor:pointer}.menu-notice__empty{display:flex;padding-bottom:15px;flex-direction:column;align-items:center;justify-content:center;background:#fff}.menu-notice__empty-header{font-size:18px;line-height:21px}.menu-notice__empty-description{font-size:14px}.notification-icon{width:50px;height:50px;margin-top:10px;margin-left:10px}.notification-icon .anticon svg{display:inline-block;width:50px;height:50px}.certification-tab{max-width:672px;padding:0 16px;margin:64px auto 0;display:flex;flex-direction:column}.certification-tab__title{font-size:24px;line-height:32px;color:#212121;margin-bottom:16px}.certification-tab__description{font-size:16px;line-height:24px;color:grey;margin-bottom:32px;white-space:pre-line}.certification-tab__dates-block{display:flex;flex-direction:column}.certification-tab__dates-block-title{padding:22px 16px;background-color:#303030;color:#fff;font-size:14px;line-height:20px;flex:1 1}.certification-tab__list-item{display:flex;justify-content:space-between;padding-left:16px;padding-right:16px;background-color:#f5f5f5;min-height:45px;margin-bottom:4px;align-items:center}.certification-tab__list-item_reserve{background-color:#e5ffe5}@media (max-width:768px){.certification-tab__list-item{flex-direction:column;padding:16px;align-items:flex-start}}.certification-tab__list-item-text{font-size:16px;line-height:18px;color:#666;max-width:340px}@media (max-width:768px){.certification-tab__list-item-text{margin-bottom:16px}}.certification-tab__list-item-btn{border:none;font-size:14px;line-height:16px;color:#bdbdbd;background-color:inherit;outline:none}.logs{color:#000;margin:25px 0 0;max-width:1148px}.logs__title{font-weight:400;font-size:20px;line-height:28px;color:#000;margin-top:15px}.logs__totla{margin:15px 0;font-size:15px}.logs__list{position:relative}.logs__item{display:flex;margin:10px 0;padding:5px 10px;align-items:center}.logs__item_dark{background-color:#f5f5f5}.logs__item-image{width:20px;min-width:20px;min-height:20px;height:20px;margin-right:15px}.logs__item-info{display:flex;justify-content:center;flex-direction:column}.logs__item-info p{margin:0}.studyplan-tab{max-width:672px;padding:0 16px;margin:64px auto 0;display:flex;flex-direction:column}.studyplan-tab__title{font-size:24px;line-height:32px;color:#212121;margin-bottom:2px}.studyplan-tab__separator{width:100%;border:none;border-top:1px solid #e8e8e8}.studyplan-tab__plan-block{margin-top:10px;margin-bottom:17px;display:flex;justify-content:space-between}@media (max-width:768px){.studyplan-tab__plan-block{flex-direction:column;margin-bottom:0}}.studyplan-tab__plan-item{display:flex;flex-direction:column;align-items:flex-start}@media (max-width:768px){.studyplan-tab__plan-item{margin-bottom:16px}}.studyplan-tab__plan-item-name{font-size:14px;line-height:20px;color:#bdbdbd}.studyplan-tab__plan-item-value{font-size:16px;line-height:24px;color:#212121}.studyplan-tab__more-time-text{font-weight:500;font-size:14px;line-height:20px;color:#757575;margin-bottom:32px}.studyplan-tab__sub-title{font-weight:500;font-size:18px;line-height:24px;margin-bottom:2px;color:#000}.studyplan-tab__description-text{font-size:16px;line-height:24px;color:#212121;margin-bottom:50px;margin-top:10px}.studyplan-tab__date-block-text,.studyplan-tab__hours-block-text,.studyplan-tab__progress-text{font-size:16px;line-height:24px;color:#757575}.studyplan-tab__progress-text{margin-top:16px;margin-bottom:50px}.studyplan-tab__date-block{display:flex;justify-content:space-between;margin-bottom:55px;position:relative}.studyplan-tab__date-wrap{display:flex;flex-direction:column;align-items:flex-end}.studyplan-tab__date-block-value{font-size:24px;line-height:28px;color:#000;margin-bottom:14px}.studyplan-tab__btn{border:none;border-radius:2px;background-color:#e8e8e8;font-size:12px;line-height:14px;letter-spacing:1px;color:#000;padding:9px 0;text-align:center;width:170px;text-transform:uppercase;outline:none;cursor:pointer}.studyplan-tab__hours-block{margin-bottom:50px}@media (max-width:768px){.studyplan-tab__hours-block{display:none}}.studyplan-tab__work-select-wrap{display:none}@media (max-width:768px){.studyplan-tab__work-select-wrap{display:block;margin-bottom:50px}}.studyplan-tab__hours-block-wrap{display:flex;justify-content:space-between}.studyplan-tab__progress-block{display:flex;flex-direction:column}.studyplan-tab__progress-value{font-size:24px;line-height:28px;align-self:flex-end;color:#8bc34a;margin-bottom:8px}.studyplan-tab__text-info{font-weight:500;font-size:16px;line-height:24px;color:#000}.studyplan-tab__date-picker{position:absolute;top:0;z-index:50}.loader{text-align:center}.mobile-menu__menu-button{margin:0;padding:0;border:none;outline:none;background-color:initial}.mobile-menu__popup-wrap{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);display:flex;justify-content:flex-start;z-index:200}.mobile-menu__menu-block{height:100vh;max-width:300px;min-width:300px;background-color:#fff;display:flex;flex-direction:column}.mobile-menu__header{width:100%;padding:18px 16px;border-bottom:1px solid #e8e8e8;font-weight:500;font-size:20px;line-height:28px;color:#212121;box-sizing:border-box}.mobile-menu__nav{display:flex;flex-direction:column;padding:24px 16px}.mobile-menu__link{font-size:16px;line-height:24px;color:#212121;outline:none;text-decoration:none;margin-bottom:32px}.mobile-menu__link:active,.mobile-menu__link:hover{color:#33a0cc}.reset-password-block{display:flex;flex-direction:column}.reset-password-block__title{font-size:14px;line-height:16px;color:#bdbdbd}.reset-password-block__info{font-size:14px;line-height:18px;color:#000;margin-bottom:24px}.reset-password-block__btn{padding:4px 12px;background:#616161;box-shadow:0 2px 2px rgba(0,0,0,.24),0 0 2px rgba(0,0,0,.12);border-radius:4px;font-weight:500;font-size:12px;line-height:20px;color:#fff;align-self:flex-end;text-transform:uppercase;cursor:pointer}.export-data-block{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap}.export-data-block__title{font-size:14px;line-height:16px;color:#bdbdbd}.export-data-block__btn{padding:6px 16px;background-color:#76a53e;box-shadow:0 2px 2px rgba(0,0,0,.24),0 0 2px rgba(0,0,0,.12);border-radius:6px;font-weight:500;font-size:10px;line-height:12px;letter-spacing:.5px;color:#fff;align-self:flex-end;text-transform:uppercase;cursor:pointer}.close-account-block{display:flex;flex-direction:column}.close-account-block__title{font-size:14px;line-height:16px;color:#bdbdbd}.close-account-block__info{font-size:14px;line-height:18px;color:#000;margin-bottom:24px}.close-account-block__btn{padding:4px 12px;background:#616161;box-shadow:0 2px 2px rgba(0,0,0,.24),0 0 2px rgba(0,0,0,.12);border-radius:4px;font-weight:500;font-size:12px;line-height:20px;color:#fff;align-self:flex-end;text-transform:uppercase;cursor:pointer}.category{display:flex;flex-direction:column;padding:14px 16px;position:relative;border:1px solid #e8e8e8;margin-bottom:8px}.category__category-title{font-weight:500;font-size:18px;line-height:21px;color:#212121}.category__category-btn{position:absolute;top:17px;right:17px;width:14px;height:14px;padding:0;border:none;vertical-align:center;outline:none;background-color:initial;cursor:pointer}.category__question-list{display:none}.category__question-list_open{display:flex;flex-direction:column;margin-top:16px}.questions{display:flex;flex-direction:column;max-width:662px}.questions__title{font-size:20px;line-height:23px;color:#212121;margin-bottom:10px}.questions__separator{margin:0 0 16px;border:none;border-top:1px solid #e8e8e8}.questions__questions-block{display:flex;flex-direction:column}.search-block{box-sizing:border-box;border:8px solid #f5f5f5;display:flex;position:relative}.search-block__form,.search-block__input{box-sizing:border-box;width:100%}.search-block__input{padding:12px 8px;outline:none;border:none;font-size:16px;line-height:24px}.search-block__btn{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);outline:none;border:none;background-color:initial;cursor:pointer}.course-header{position:relative;width:100%;height:120px;display:flex;background:url(/static/media/course-nav-background.5cc8334f.png)}@media (min-width:360px) and (max-width:768px){.course-header{background-color:#8bc34a;background-size:100% 556px}}.course-header__title{position:absolute;width:720px;height:48px;margin:24px 0 0 48px;font-size:24px;line-height:32px;color:#fff}.course-header__nav{display:flex;max-width:1100px;justify-content:space-around;align-self:flex-end;flex:1 1}.course-header__nav_short{max-width:370px}@media (min-width:360px) and (max-width:768px){.course-header__nav{display:none}}.course-header__link{font-size:16px;line-height:24px;color:#9daeb6;text-decoration:none;padding-bottom:9px;border-bottom:4px solid transparent}.course-header__link_active{font-weight:700;color:#fff;border-bottom:4px solid #fff}.course-header__adaptive-nav{display:none}@media (min-width:360px) and (max-width:768px){.course-header{width:100%;height:130px}.course-header__adaptive-nav{display:flex;margin-left:16px;margin-bottom:13px;margin-top:80px;z-index:100}.course-header__adaptive-block{display:flex;flex-direction:row;align-content:center;width:142px;height:25px;margin-top:12px}.course-header__adaptive-block:focus{border:none;outline:none}.course-header__adaptive-arrow{display:flex;align-self:center;margin-left:10px}.course-header__adaptive-title{font-weight:500;font-size:16px;line-height:24px;color:#fff}.course-header__adaptive-link{font-size:15px;line-height:20px;color:#000;text-decoration:none}.course-header__adaptive-menu{position:absolute;display:flex;flex-direction:column;top:85px;margin:0;padding:0}.course-header__adaptive-item{width:328px;height:46px;background-color:#fafafa;padding:18px 0 0 24px}.course-header__adaptive-item:first-child{border-bottom:1px solid #eee}.course-header__adaptive-first-menu{display:flex;flex-direction:row;justify-content:space-between;width:328px;height:46px;background-color:#fafafa;padding:18px 0 0 24px}.course-header__adaptive-first-menu:first-child{border-bottom:1px solid #eee}.course-header__adaptive-arrow-up{width:16px;height:16px;margin-right:20px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.course-header__title{font-size:24px;line-height:32px;width:276px;height:64px;margin:24px 0 0 16px}}.block__no-time-title{font-size:21px;line-height:20px;color:#991a1a}.block__title{color:#5e991a;font-size:21px;line-height:20px}.block__certificate{margin-top:9px;color:#000;font-weight:500;font-size:16px;line-height:19px}.block__certificate-file{margin-top:9px;display:flex;flex-direction:row}.block__certificate-file-img{width:16px;height:20px}.block__certificate-file-text{margin-left:8px;font-weight:400;font-size:14px;line-height:20px}.block__welcome-title{margin-top:27px;display:flex;flex-direction:row;font-weight:500;font-size:19px;line-height:24px}.block__welcome-title-letter{color:#000}.block__welcome-title-before{color:#60b8dc;margin-left:6px}.block__welcome-file{margin-top:9px;display:flex;flex-direction:row;align-items:center}.block__welcome-file-img{width:16px;height:20px}.block__welcome-file-text{margin-left:8px;font-weight:400;font-size:14px;line-height:16px;color:#000;cursor:pointer}.block__access{margin-top:26px;color:#000;font-size:24px;line-height:32px}.block__line{margin-top:10px;height:1px;background:#9e9e9e;padding:0;width:100%;border:none}.block__stats{margin-top:36px;display:flex;flex-direction:row;justify-content:space-between}.block__stats-date{display:flex;flex-direction:column}.block__stats-text{color:#9daeb6;font-style:normal;font-weight:400;font-size:14px;line-height:20px}.block__stats-number{margin-top:6px;color:#000;font-size:15px;line-height:24px}.block__contact-text{margin-top:12px;color:#9daeb6;font-weight:500;font-size:14px;line-height:20px}@media (min-width:360px) and (max-width:768px){.block__title{max-width:320px;font-size:20px;line-height:28px}.block__certificate{margin-top:24px;line-height:24px}.block__welcome-title{margin-top:32px;display:flex;flex-direction:column}.block__welcome-title-before{margin-left:0}.block__welcome-file{margin-top:14px}.block__access{margin-top:26px;color:#000;font-size:24px;line-height:32px}.block__line{margin-top:10px;height:1px;background:#9e9e9e;padding:0;width:100%;border:none}.block__stats{margin-top:36px;flex-direction:row}.block__stats-text{color:#9daeb6;font-style:normal;font-weight:400}.block__stats-number{margin-top:6px;color:#000;font-size:15px}.block__contact-text{margin-top:12px;color:#9daeb6;font-weight:500;font-size:14px;line-height:20px}.block__stats{justify-content:space-between}.block__stats,.block__stats-date{margin-top:16px;display:flex;flex-direction:column}.block__stats-text{font-size:14px;line-height:20px}.block__stats-number{font-size:16px;line-height:24px}}.tree{margin-top:44px}.links{margin-top:26px}.links__title{font-size:24px;line-height:28px}.links__text{font-size:16px;line-height:19px}.links__link{margin-top:3px;cursor:pointer}.links__link-a{font-size:16px;line-height:19px}.links__link-a:active,.links__link-a:hover,.links__link-a:link,.links__link-a:visited{text-decoration:none;border:none}.course-content{max-width:672px;margin:64px auto 0;padding:0 16px;display:flex;flex-direction:column}.theme{text-decoration:none;cursor:pointer}@media (min-width:360px) and (max-width:768px){.theme__title{margin-left:20px!important}.theme__text{margin-left:22px!important}}.theme__next-text,.theme__text{color:#000}.exam-view{width:100%;max-width:624px;padding:24px 48px}.exam-view__title{font-size:20px;line-height:28px}.exam-view__description{font-size:16px;line-height:24px;color:#666}.exam-view__atempt{background-color:#eaf5f9;padding:10px 14px;margin-top:10px;font-size:16px;line-height:19px;letter-spacing:.213333px}.exam-view__footer-btn{display:flex;flex-direction:row-reverse;font-size:16px;line-height:28px;margin:14px 0}.exam-view__footer{display:flex;border-top:1px solid #e0e0e0;padding:20px 0;margin-top:20px}.exam-view__points-text{font-size:14px;line-height:20px;white-space:normal;margin-right:8px;color:#999;text-align:right}.exam-view__big-points{font-size:48px;line-height:48px;color:#16668a}.exam-view__button{text-decoration:none;display:flex;align-items:center;font-size:16px;line-height:28px;color:#212121}.exam-view__icon{margin-left:6px}.exam-view__completed-title{font-size:24px;line-height:24px;color:#85b870;margin:22px 0}.exam-view__progress{height:168px;position:relative;display:flex;justify-content:center;margin:30px 0}.exam-view__background-layout{height:168px;width:96px;background-color:#f0f0f0;position:relative}.exam-view__progress-result{width:100%;position:absolute;bottom:0;left:0;background-color:#8bc34a;display:flex;justify-content:space-between;flex-direction:column;align-items:center}.exam-view__progress-result_error{background-color:#d27979}.exam-view__result-points{font-size:28px;line-height:48px;color:#fff;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute}.exam-view__result-points_error{color:#000}.exam-view__score{font-size:12px;line-height:40px;color:#fff;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);text-align:center;width:100%;position:absolute;bottom:0}.exam-view__max-score{border-top:1px solid rgba(0,0,0,.12);width:144px;position:absolute;left:96px}.exam-view__max-score-title{font-size:12px;text-align:right;color:rgba(0,0,0,.4);width:100%;margin-top:-16px}.exam-view__max-score-title_left{text-align:left}.exam-view__max-score_left{left:-153px;width:153px}.exam-view__failed-title{font-size:24px;line-height:24px;color:#d27979;margin-top:14px}.exam-view__text{margin:0}.chapter{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:75px;outline:none}.chapter__border{border:1px solid #e0e0e0}.chapter_locked{background:#f5f5f5}.chapter_active{border-bottom:none}.chapter__status-success{width:24px;height:25px;margin-left:14px;fill:#8bc34a}.chapter__status-notlearn{width:24px;height:25px;margin-left:12px}.chapter__status-progress{width:24px;height:25px;margin-left:14px}.chapter__title{display:flex;flex-direction:row;align-items:center}.chapter__text{max-width:480px;overflow:hidden;font-size:24px;line-height:48px;margin-left:10px}.chapter__status-notlearn+.chapter__text,.chapter__status-success+.chapter__text{margin-left:18px}.chapter__arrow,.chapter__lock{margin-right:17px}.chapter__line{width:100%;color:#e0e0e0}.chapter__description{margin-top:10px;margin-left:47px;margin-right:47px}.chapter__exam{background-color:#f0f0f0;margin-top:10px;margin-bottom:20px}.chapter__exam-title{font-size:18px;line-height:32px;margin-left:47px}.chapter__exam-text{max-width:577px;color:#606060;font-size:16px;line-height:24px;margin-left:47px}.theme{display:flex;flex-direction:row;justify-content:space-between;align-items:center;outline:none}.theme:first-child{margin-top:5px}.theme:hover{background-color:#e0e0e0}.theme__status_notlearn{width:8px;height:8px;border:1px solid #e0e0e0;border-radius:10px;fill:#fff}.theme__status_learn{width:8px;height:8px;margin-left:1px;fill:#8bc34a}.theme__status_examFail{width:8px;height:8px;margin-left:1px;fill:#c34a4a}.theme__title{display:flex;flex-direction:row;align-items:center;margin-left:60px}.theme__text{margin-left:10px;font-size:16px;line-height:33px;max-width:250px;overflow:hidden}.theme__next{display:flex;flex-direction:row;align-items:center;margin-right:14px;justify-content:space-between}.theme__next-arrow{width:12px;height:12px}.theme__next-text{font-size:15px;line-height:28px;margin-left:28px}@media (min-width:360px) and (max-width:768px){.theme__next-text{display:none}}.chapter-simple{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:75px;outline:none}.chapter-simple__status-success{width:24px;height:25px;margin-left:14px;fill:#8bc34a}.chapter-simple__status-notlearn{width:24px;height:25px;margin-left:12px}.chapter-simple__status-progress{width:24px;height:25px;margin-left:14px}.chapter-simple__title{display:flex;flex-direction:row;align-items:center}.chapter-simple__text{max-width:480px;overflow:hidden;font-size:20px;line-height:28px;margin-left:10px}.chapter-simple__status-notlearn+.chapter-simple__text,.chapter-simple__status-success+.chapter-simple__text{margin-left:18px}.chapter-simple__arrow{margin-right:17px}.chapter-simple__line{width:100%;color:#e0e0e0}.chapter-simple__assignments{background-color:#f0f0f0;margin-top:70px}.chapter-simple__assignments-title{font-size:18px;line-height:32px;margin-left:47px}.chapter-simple__assignments-text{max-width:577px;color:#606060;font-size:16px;line-height:24px;margin-left:47px}.chapter-simple__exam{background-color:#f0f0f0;margin-top:10px}.chapter-simple__exam-title{font-size:18px;line-height:32px;margin-left:47px}.chapter-simple__exam-text{max-width:577px;color:#606060;font-size:16px;line-height:24px;margin-left:47px}.course-block,.course-block__navlink{text-decoration:none;outline:none}.course-block__navlink{max-width:632px;height:136px;border:1px solid #eee;margin-top:8px;display:flex;flex-direction:column;justify-content:space-around}.course-block__navlink:active{outline:none;text-decoration:none}.course-block__title{width:auto;height:70px;overflow:visible;font-size:20px;line-height:23px;margin:0 24px;color:#000;word-wrap:break-word;-webkit-line-clamp:3;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}@media (max-width:480px){.course-block__title{font-size:16px}}.course-block__stats{display:flex;flex-direction:row;margin-left:24px}.course-block__stats-message{display:flex;flex-direction:column}.course-block__stats-message-title{font-size:14px;line-height:16px;color:#9daeb6}.course-block__stats-message-count{margin-top:8px;font-size:20px;line-height:23px;color:#000}@media (max-width:480px){.course-block__stats-message-count{font-size:16px}}.course-block__stats-new{display:flex;flex-direction:column;margin-left:32px}.course-block__stats-new-title{font-size:14px;line-height:16px;color:#9daeb6}.course-block__stats-new-count{margin-top:8px;font-size:20px;line-height:23px;color:#000}@media (max-width:480px){.course-block__stats-new-count{font-size:16px}}.communication-groups{max-width:632px;margin:0 auto;display:flex;padding:0 16px;flex-direction:column}.communication-groups__title{font-size:20px;line-height:23px;color:#000}.communication-groups__line{height:1px;width:100%;margin:25px 0;border:none;background:#eee}.communication-groups__text{margin-bottom:8px;font-size:16px;line-height:24px;color:#000}.communication-groups__link{text-decoration:none;outline:none}.question-open{margin-top:16px}.question-open__editor{color:#212121;white-space:pre-line;flex:1 1}.question-open__author{width:100%;height:40px;display:flex;flex-direction:row;justify-content:space-between;outline:none}.question-open__author-profile{display:flex;flex-direction:row;align-self:center}.question-open__author-profile-image{align-self:center;width:40px;height:40px;border-radius:50%;margin-left:3px;object-fit:cover}.question-open__author-profile-name{font-size:16px;line-height:24px;color:#000;margin-left:16px;margin-top:3px}.question-open__author-date{align-self:center;font-size:12px;line-height:20px;color:#666}.question-open__message{max-width:574px;font-size:16px;line-height:24px;margin-left:58px;color:#000}.question-open__message-delete{display:flex;justify-content:flex-end}.question-open__message-delete_button{border:none;color:#fff;background-color:#dc3c31;padding:5px 10px;border-radius:3px;cursor:pointer}.question-open__message-text{margin-top:16px;overflow:auto}.question-open__message-text_new{color:#33a0cc}.question-open__message-attache{display:flex;flex-direction:column;margin-top:32px}.question-open__message-attache-title{font-weight:500;font-size:12px;line-height:12px;color:#33a0cc}.question-open__message-attache-file{border:none;background-color:initial;outline:none;font-weight:500;font-size:12px;line-height:12px;color:#000;margin-top:10px;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}.question-open__answer{position:relative;width:100%;height:64px;background-color:#f5f5f5;display:flex;flex-direction:row;margin-top:24px;outline:none;cursor:pointer}@media (max-width:768px){.question-open__answer{width:98%;border-right:10px solid #f5f5f5}}.question-open__answer:after{content:"";display:block;position:absolute;top:-20px;left:44px;border:10px solid transparent;border-bottom-color:#f5f5f5}.question-open__answer-icon{align-self:center;height:40px;width:40px;border-radius:50%;margin-left:8px;object-fit:cover}.question-open__answer-text{align-self:center;width:89%;height:48px;font-size:16px;line-height:24px;color:#9daeb6;background-color:#fff;margin-left:16px}.question-open__answer-text-tutor{padding:12px 8px}.question-reply{margin-top:24px;margin-bottom:32px;background-color:#f5f5f5;position:relative}.question-reply .rdw-editor-toolbar{margin-bottom:0;border:0}.question-reply .rdw-editor-main{border:1px solid #f1f1f1;padding:10px;min-height:215px}.question-reply__editor{color:#000;background-color:#fff}.question-reply:after{content:"";display:block;position:absolute;top:-20px;left:44px;border:10px solid transparent;border-bottom-color:#f5f5f5}.question-reply__user-profile{display:flex;flex-direction:row;outline:none;cursor:pointer}.question-reply__user-profile-image{align-self:center;width:40px;height:40px;border-radius:50%;margin:16px 0 0 8px;object-fit:cover}.question-reply__user-profile-name{font-size:16px;line-height:24px;color:#000;margin-left:16px;margin-top:18px}.question-reply__block{margin:0 auto;width:75%;padding-bottom:10px}@media (max-width:768px){.question-reply__block{width:94%}}.question-reply__message{margin-top:16px}.question-reply__message-title{font-size:14px;line-height:20px;color:#666}.question-reply__message-text{margin-top:6px;padding:16px;width:468px;height:144px;font-size:16px;line-height:24px;color:#000;background-color:#fff;outline:none;border:none;resize:none}@media (max-width:768px){.question-reply__message-text{width:98%;padding:4px}}.question-reply__line{height:1px;width:100%;margin-top:64px;border:none;background:#eee}@media (max-width:360px){.question-reply__line{margin-top:32px}}.question-reply__form{margin-top:16px;margin-bottom:10px;display:flex;align-items:center;flex-direction:row;justify-content:space-between}.question-reply__attach{flex:1 1;display:flex;flex-direction:row;align-self:center;cursor:pointer}@media (max-width:360px){.question-reply__attach{align-self:flex-start}}.question-reply__attach-image{width:16px;height:20px}.question-reply__attach-title{font-weight:500;font-size:16px;line-height:19px;margin-left:8px;color:#33a0cc}.question-reply__about-file{font-size:12px;margin-bottom:0;display:flex}.question-reply__bold-text{font-weight:600;white-space:nowrap;margin-right:5px}.question-reply__upload-error{color:#dc143c}.question-reply__buttons{flex:1 1;align-self:center;display:flex;justify-content:flex-end}.question-reply__buttons-abort{width:96px;height:32px;background-color:#d4d4d4;border-radius:2px;cursor:pointer;outline:none;border:none;margin-right:16px;font-weight:500;font-size:14px;line-height:16px}@media (max-width:360px){.question-reply__buttons-abort{margin-right:8px}}.question-reply__buttons-abort:active{background-color:#bdbdbd;color:#fff}.question-reply__buttons-send{width:96px;height:32px;background-color:#60b8dc;border-radius:2px;cursor:pointer;outline:none;border:none;font-weight:500;font-size:14px;line-height:16px;color:#fff}.question-reply__buttons-send_disabled{opacity:.5;cursor:default}.question-reply__buttons-send:active{background-color:#33a0cc;color:#fff}.question-reply__attached{margin-top:64px;display:flex;flex-direction:row;overflow:hidden;font-weight:500;font-size:16px;line-height:19px;color:#000;padding-bottom:32px}@media (max-width:360px){.question-reply__attached{margin-top:32px}}.question{outline:none}.question-block{width:100%;height:120px;margin-top:8px;display:flex;flex-direction:row;justify-content:space-between;border:1px solid #e0e0e0;outline:none;cursor:pointer}.question-block_new{background-color:#bdecfe}.question-block__messages-container{display:flex;margin-top:5px}.question-block__messages-container-inner{margin-right:10px}.question-block__text{display:flex;flex-direction:column;margin-top:16px;margin-left:16px}.question-block__text-name{font-size:14px;line-height:20px;color:#666}.question-block__text-ques{font-size:18px;line-height:24px;color:#000;margin-top:7px;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.question-block__closed{margin-top:20px}.question-block__data{display:flex;flex-direction:column;margin-top:16px;margin-right:16px;border:none}.question-block__data-date{font-size:12px;line-height:16px;color:#666}.question-block__data-icon{margin-top:20px;align-self:center;fill:#666}.question-add{width:100%;margin-top:24px;margin-bottom:8px;display:flex;flex-direction:column}.question-add .rdw-editor-toolbar{margin-bottom:0;border:0}.question-add .rdw-editor-main{border:1px solid #f1f1f1;padding:10px;min-height:215px}.question-add__editor{color:#000}.question-add__user-profile{display:flex;flex-direction:row;outline:none}.question-add__user-profile-image{align-self:center;height:40px;width:40px;border-radius:50%;margin-left:3px;object-fit:cover}.question-add__user-profile-name{font-size:16px;line-height:24px;color:#000;margin-left:16px;align-self:center}.question-add__heading{margin-top:20px}.question-add__heading-title{font-size:14px;line-height:20px;color:#666}.question-add__heading-form{border:1px solid #f1f1f1}.question-add__heading-form,.question-add__heading-form_error{width:96%;font-size:16px;line-height:24px;color:#000;margin-top:20px;outline:none;padding:12px}.question-add__heading-form_error{border:1px solid red}.question-add__message{margin-top:22px}.question-add__message-title{font-size:14px;line-height:20px;color:#666}.question-add__message-form{height:144px;width:96%;font-size:16px;line-height:24px;color:#000;outline:none;border:none;resize:none}.question-add__line{height:1px;width:100%;margin-top:64px;border:none;background:#eee}.question-add__form{margin-top:16px;display:flex;flex-direction:row;justify-content:space-between}.question-add__attach{flex:1 1;display:flex;flex-direction:row;align-self:center;cursor:pointer}.question-add__attach-image{width:16px;height:20px}.question-add__attach-title{font-weight:500;font-size:16px;line-height:19px;margin-left:8px;color:#33a0cc}.question-add__attach:focus{outline:none}.question-add__button-click,.question-add__button-upload{display:flex;flex-direction:row}.question-add__button-upload{max-width:300px;color:#2aa6c3;font-weight:500;font-size:16px;margin-top:15px;align-items:center}.question-add__buttons{flex:1 1;align-self:center;display:flex;justify-content:flex-end}.question-add__buttons-abort{width:96px;height:32px;background-color:#eee;border-radius:2px;outline:none;border:none;margin-right:16px;font-weight:500;font-size:14px;line-height:16px;color:#666;cursor:pointer}.question-add__buttons-abort:active{background-color:#bdbdbd;color:#fff}.question-add__buttons-send{width:96px;height:32px;background-color:#60b8dc;border-radius:2px;outline:none;border:none;font-weight:500;font-size:14px;line-height:16px;color:#fff;cursor:pointer}.question-add__buttons-send:active{background-color:#33a0cc;color:#fff}.ant-upload,.ant-upload-select.ant-upload-select-text{outline:none}.communication{max-width:632px;margin:64px auto}@media (max-width:768px){.communication{max-width:100%;margin-right:10px;margin-left:10px}}.communication__search-answer{border:4px solid #eee}.communication__search{box-sizing:border-box;border:none;display:flex;position:relative}.communication__search-form{box-sizing:border-box;width:100%}.communication__search-input{box-sizing:border-box;padding:12px 8px;width:95%;outline:none;border:none;font-size:20px;line-height:28px;color:#000}.communication__search-btn{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);outline:none;border:none;background-color:initial}.communication__search-heading{font-size:16px;line-height:24px;color:#000}.communication__search-message{font-size:14px;line-height:24px;color:#666}.communication__title{height:28px;overflow:hidden;font-size:20px;line-height:28px;color:#000}.communication__line{height:1px;width:100%;margin-bottom:25px;border:none;background:#eee}.communication__question{width:100%;height:64px;margin-top:5px;background-color:#f5f5f5;display:flex;flex-direction:row;outline:none}.communication__question-icon{align-self:center;height:40px;width:40px;border-radius:50%;margin-left:8px;object-fit:cover}.communication__question-text{align-self:center;width:89%;height:48px;font-size:16px;line-height:24px;color:#9daeb6;background-color:#fff;margin-left:16px;border-right:10px solid #f5f5f5}@media (max-width:360px){.communication__question-text{font-size:14px}}.communication__question-text-tutor{padding:12px 8px}.communication__question-field{background-color:#fff}.communication__message{background-color:#fafafa;height:48px;display:flex;flex-direction:row;margin-top:32px}.communication__message-count{display:flex;flex-direction:row;align-self:center;justify-content:flex-start;flex:1 1;font-size:12px;line-height:24px}.communication__message-count-all{color:#999;margin-left:12px}.communication__message-count-new{color:#33a0cc;margin-left:5px}.communication__message-open{display:flex;flex-direction:row;align-self:center;justify-content:flex-end;flex:1 1;font-size:12px;line-height:24px}.communication__message-open-text{color:#999;margin-right:17px;cursor:pointer}.communication__message-open-icon{margin-right:17px;margin-top:6px;cursor:pointer}.communication__message-open-icon_opened{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.course-info-section{font-family:Roboto,sans-serif;font-size:16px;line-height:22px;color:rgba(0,0,0,.8)}.course-info-section__title{font-size:22px;line-height:24px;font-weight:700;color:#000}.course-info-section h4{font-weight:700;color:#000}.course-info-section-with-image{display:flex}@media (min-width:360px) and (max-width:768px){.course-info-section-with-image{flex-direction:column}.course-info-section-with-image__content{order:2}.course-info-section-with-image__image{margin-left:auto;margin-right:auto}}.course-info-section-with-image__image{width:300px;height:200px;margin-top:20px}.course-information{max-width:672px;margin:64px auto 20px;padding:0 16px}.question{display:flex;flex-direction:column}.question__wrapper{border:1px solid #c7c7c7;padding:10px}.question__editor{color:#212121;white-space:pre-line;flex:1 1}.question__text{font-size:16px;line-height:24px;padding:0 5px;color:#000;outline:none}.question__answer{font-size:16px;line-height:24px;color:#666;display:none}.question__answer-open{display:block;margin:10px 10px 30px}.question__example-text{font-size:16px;line-height:24px;color:#666;overflow:auto}.question__yellow-background{background-color:#fff4ca}.support-header{width:100%;height:200px;display:flex;background:url(/static/media/support-nav-background.529e1ceb.png);margin-bottom:100px}.support-tab{width:240px;text-decoration:none}.support-tab__content{height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:2px solid #f5f5f5}.support-tab__indicator{width:240px;height:6px;background:#000;margin-top:5px}.support-tab__indicator_hover{opacity:.4}@media (min-width:360px) and (max-width:768px){.support-tab{width:160px}.support-tab__content{height:140px}.support-tab__indicator{width:160px}}.support-tab__title{font-size:20px;color:#000;text-align:center;line-height:1.01}.support-tab__icon{margin-bottom:20px}.support-tabs{position:absolute;left:0;right:0;margin:0 auto;top:205px;width:600px;padding-right:110px;display:flex;justify-content:space-evenly}@media (min-width:360px) and (max-width:768px){.support-tabs{top:200px;padding-right:0;width:350px;max-width:600px}}.faq{max-width:672px;padding:0 16px;margin:64px auto 0;display:flex;flex-direction:column;box-sizing:border-box}.faq__search{margin-bottom:40px}.avatar-with-name{display:flex;align-items:center}.avatar-with-name__name{font-size:16px;margin-left:10px}.contact-us{max-width:672px;padding:0 16px;margin:64px auto 0;display:flex;flex-direction:column;box-sizing:border-box}.contact-us__header{margin-bottom:20px}.contact-us__title{font-size:20px;line-height:23px;color:#000}.contact-us__line{height:1px;width:100%;margin:25px 0;border:none;background:#eee}.contact-us__description{margin-bottom:8px;font-size:16px;line-height:24px;color:#000}.contact-us__description-blur{color:rgba(0,0,0,.6)}.contact-us__avatar{margin-bottom:20px}.contact-us__topic-tip{margin-bottom:10px;font-size:14px;line-height:20px;color:rgba(0,0,0,.6)}.contact-us__topic-select{margin-bottom:10px}.contact-us__message{font-family:monospace;font-size:16px;line-height:24px;resize:none;min-height:150px}.contact-us__message-wrapper{height:auto}.contact-us__bottom{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}@media (min-width:360px) and (max-width:768px){.contact-us__bottom{justify-content:normal;flex-direction:column}}.contact-us__add-attachment{padding:0;cursor:pointer}.contact-us__icon{margin-right:5px}.contact-us__send{cursor:pointer}.contact-us__send:disabled{cursor:default}.mini-footer{height:50px;margin:20px auto}.mini-footer__content{display:flex;flex-direction:row;align-items:center;padding-left:0}.mini-footer__part{list-style:none;font-size:11px}.mini-footer__part:first-child:before{display:none}.mini-footer__part:before{content:"\2022";margin:2px}.mini-footer__mail{text-decoration:none!important;color:#000}@media (min-width:360px) and (max-width:480px){.mini-footer__content{flex-direction:column;list-style:none}.mini-footer__part{margin-left:0;margin-bottom:1px}.mini-footer__part:before{display:none}}.simple-layout{height:100vh;width:100vw;display:flex;flex-direction:column}.simple-layout__content{flex:1 1}.certificate{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;background:#fff;border:1px solid #e8e8e8}.certificate__course{font-size:22px;line-height:26px;margin:0}.certificate__certificate-btn{padding:0}.certificate__certificate-icon{margin-left:5px}@media (min-width:360px) and (max-width:768px){.certificate{align-items:normal;flex-direction:column}}.certificates{max-width:632px;margin:0 auto;display:flex;padding:0 16px;flex-direction:column}.certificates__title{font-size:20px;line-height:23px;color:#000;margin-bottom:5px}.certificates__line{height:1px;width:100%;margin:25px 0;border:none;background:#eee}.certificates__description{font-size:16px;line-height:24px;color:#000}.assignment{display:flex;flex-direction:row;justify-content:space-between;align-items:center;outline:none;text-decoration:none;cursor:pointer}.assignment:first-child{margin-top:5px}.assignment:hover{background-color:#e0e0e0}@media (min-width:360px) and (max-width:768px){.assignment__title{margin-left:20px!important}.assignment__text{margin-left:22px!important}}.assignment__status{width:8px;height:8px;border:1px solid #e0e0e0;border-radius:10px;margin-left:1px;fill:#fff}.assignment__status_started{fill:rgba(243,18,2,.16862745098039217)}.assignment__status_completed{fill:rgba(38,132,255,.4196078431372549)}.assignment__status_passed{fill:#8bc34a}.assignment__status_failed{fill:#c34a4a}.assignment__title{display:flex;flex-direction:row;align-items:center;margin-left:60px}.assignment__text{margin-left:10px;font-size:16px;line-height:33px;max-width:250px;overflow:hidden;color:#000}.assignment__next{display:flex;flex-direction:row;align-items:center;margin-right:14px;justify-content:space-between}.assignment__next-arrow{width:12px;height:12px}.assignment__next-text{font-size:15px;line-height:28px;margin-left:28px;color:#000}.attempt-button{color:#000;font-size:16px;line-height:28px;margin-right:6px;padding:0;text-decoration:none}.attempt-button__icon{margin-left:5px}.assignment-description{color:#666;font-size:16px;line-height:24px;margin:17px 64px 0 0}.assignment-not-correct{width:100%;height:100%;display:flex;flex-direction:column;margin-left:64px}.assignment-not-correct__title{color:#000;font-size:20px;line-height:23px}.assignment-not-correct__title-failed{color:#f44336;font-size:24px;line-height:32px;margin-top:17px}.assignment-not-correct__attempt,.assignment-not-correct__tries{display:flex;flex-direction:column}.assignment-not-correct__tries{background-color:#eaf5f9;justify-content:space-around;height:100%;margin:16px 64px 0 0;font-size:16px;line-height:24px}.assignment-not-correct__tries-count{margin:8px 0 0 8px}.assignment-not-correct__tries-total{margin:8px 0 8px 8px}.assignment-not-correct__tries-not-attempt{color:#c86b6b;font-size:16px;line-height:24px;margin:0 0 8px 8px}.assignment-not-correct__start{display:flex;flex-direction:row;justify-content:flex-end;margin:9px 64px 0 0}.assignment-not-done{width:100%;height:100%;display:flex;flex-direction:column;margin-left:64px}.assignment-not-done__title{color:#000;font-size:20px;line-height:23px}.assignment-not-done__attempt,.assignment-not-done__tries{display:flex;flex-direction:column}.assignment-not-done__tries{background-color:#eaf5f9;justify-content:space-around;height:64px;margin:16px 64px 0 0;font-size:16px;line-height:24px}.assignment-not-done__tries-count{margin:8px 0 0 8px}.assignment-not-done__tries-total{margin:0 0 8px 8px}.assignment-not-done__start{display:flex;flex-direction:row;justify-content:flex-end;margin-right:64px;margin-top:9px}.assignment-success{width:100%;height:100%;display:flex;flex-direction:column;margin-left:64px}.assignment-success__title{font-size:20px;line-height:23px}.assignment-success__icon{width:46px;height:46px;display:flex;align-self:center;margin-top:46px;margin-right:32px}.assignment-success__text{font-size:24px;line-height:32px;margin-left:49px;margin-top:24px;color:#8bc34a}.assignment-success__attempt{display:flex;flex-direction:column;margin-top:32px}.assignment-success__tries{background-color:#eaf5f9;display:flex;flex-direction:column;justify-content:space-around;height:64px;margin:16px 64px 0 0;font-size:16px;line-height:24px}.assignment-success__tries-count,.assignment-success__tries-date{margin:8px 0 0 8px}.assignment-success__tries-total{margin:0 0 8px 8px}.assignment-success__answer{display:flex;flex-direction:row;justify-content:flex-end;margin-right:64px;margin-top:16px;font-size:16px;line-height:28px}.assignment-view{padding:30px 0;width:592px;font-size:1.5rem;display:flex;flex-direction:column;align-items:center}.assignment-view__message{padding-bottom:20px}.assignment-view__buttons{padding-top:20px}.assignment-view__submit{font-size:1.1rem;height:30px}.assignments{background-color:#f0f0f0;margin-top:70px}.assignments__title{font-size:18px;line-height:32px;margin-left:47px}.assignments__help-text{max-width:577px;color:#606060;font-size:16px;line-height:24px;margin-left:47px}.form{width:100%;display:flex;flex-direction:column;align-items:center}.form__buttons{padding-top:20px;margin-bottom:40px;display:flex}.form__submit{border:none;border-radius:2px;text-transform:none}.form__btn-cancel{margin-right:20px;margin-left:73px}.auth-form{width:592px;margin:10% auto 0;display:flex;flex-direction:column;align-items:center}.auth-form__content{padding:50px 0 35px;width:57%}.auth-form__input-field{height:87px}.auth-form__checkbox-text{padding:0;margin:0 0 0 10px;font-size:1.15rem;color:#666;white-space:nowrap}.auth-form__context{margin:0 0 25px;font-size:1.15rem;width:-webkit-max-content;width:max-content;display:flex;align-items:center;cursor:pointer;outline:none;white-space:nowrap}.auth-form__context:last-of-type{margin:0}.auth-form__submit{border:none;border-radius:5px;box-shadow:2px 2px 7px 0 #bdbdbd;text-transform:uppercase}.auth-form__btn-cancel{margin-right:20px;margin-left:73px}.auth-form__checkbox{margin-right:10px}.auth-form__buttons{width:57%;padding-top:20px;margin-bottom:40px;display:flex;justify-content:flex-end}.auth-form__small-text{padding:0 0 0 30px;margin:10px 0;color:#000;font-size:.97rem}.auth-form__switch{padding-top:50px}.auth-form__error-block{width:57%;padding:4px 15px;box-sizing:border-box;position:absolute;top:120px;display:flex;justify-content:space-between;align-items:center;background-color:rgba(243,18,2,.16862745098039217);color:#f44d41;border-radius:3px}.auth-form__error-block svg{fill:#f44d41}@media (min-width:360px) and (max-width:768px){.auth-form{width:100%}.auth-form__content{padding:0;margin-top:64px}.auth-form__logo{width:148px;height:31px}.auth-form .line{width:328px;margin-left:80px;margin-right:80px}.auth-form .input-field__title{max-width:328px;height:40px}.auth-form .input-field__text{font-size:14px;color:#000;white-space:normal}.auth-form .input-field__blue-star{display:none}.auth-form__buttons{padding-top:20px;margin-top:33px;margin-bottom:40px;display:flex;justify-content:center}.auth-form .btn-auth{width:100%;height:44px}}.form-added-admin{width:650px;box-sizing:border-box;padding-top:35px}.form-added-admin__content{width:85%;padding-bottom:40px}.form-added-admin__field{height:90px;width:100%;display:flex}.form-added-admin__hints{width:78.7%;height:190px;margin-top:-31px;left:90px}.form-added-admin__title{padding-left:5px;width:73%;font-size:1.6rem}.form-added-admin__field-selector{width:100%}.form-added-admin__text{margin:0 0 3px;padding:0;font-size:1.15rem;color:#666;white-space:nowrap}.form-added-admin__text--subtitle{padding-left:42px;margin-bottom:10px;width:89%;font-size:1.23rem}.form-added-admin__selector{width:100%}.form-added-admin__roles{width:100%;display:flex;justify-content:center;flex-direction:column}.form-added-admin__checkbox-text{padding:0;margin:0 0 0 10px;font-size:1.15rem;color:#666;white-space:nowrap}.form-added-admin__checkbox{padding:5px 0;width:-webkit-max-content;width:max-content}.form-added-admin__field-roles{display:flex;align-items:center;padding-top:5px;padding-bottom:5px}.form-added-admin__field-roles .form-added-admin__help-icon{margin-top:0}.form-added-admin__button{font-size:1.15rem;width:93px;height:32px}.form-added-admin__buttons{left:93px;position:relative}.form-added-admin__btn-cancel{margin-right:23px}.form-added-admin__optional{padding:0 0 0 3px;margin:0 0 3px;font-size:1.15rem;color:#bdbdbd}.form-added-admin__title-selector{display:flex;align-items:center}.form-added-admin__help-icon{margin-right:20px;margin-top:25px}.single-field-form{width:592px;padding-top:40px}.single-field-form__content{width:70%;display:flex;align-items:center}.single-field-form__cancel,.single-field-form__submit{height:30px}.single-field-form__buttons{padding:15px 0;left:20%;position:relative}.added-existing-admin-form__email{font-size:1.15rem;margin-left:10px;color:#9e9e9e}.adding-new-student-form{width:640px;padding-top:30px}.adding-new-student-form__content{width:70%;display:flex;flex-direction:column;align-items:center}.adding-new-student-form__field-row{width:100%;display:flex;justify-content:space-between}.adding-new-student-form__field-row .input-field{width:48%}.adding-new-student-form__submit{height:30px}.adding-new-student-form__btn-cancel{height:30px;margin-right:10px}.adding-new-student-form__buttons{padding:15px 0;left:20%;position:relative}.upload-file-student-form{width:640px;padding-top:30px}.upload-file-student-form__upload{width:100%;display:flex}.upload-file-student-form__upload input[type=file]{display:none}.upload-file-student-form__upload .btn{width:20%;margin:0;border-radius:3px 0 0 3px;display:flex;align-items:center;justify-content:center;background-color:#666}.upload-file-student-form__upload .input{width:80%;border-radius:0 3px 3px 0;color:#757575;display:flex;align-items:center}.upload-file-student-form__text{color:#757575;font-size:1.2rem}.upload-file-student-form__buttons{position:relative;left:150px;padding:20px 0}.upload-file-student-form__content{width:70%;padding-bottom:40px;display:flex;flex-direction:column;align-items:center}.upload-file-student-form__submit{height:30px}.upload-file-student-form__btn-cancel{height:30px;margin-right:10px}.login{width:576px;display:flex;flex-direction:column;align-items:center;margin:10% auto 0}.login__content{padding:50px 0 35px;width:57%}.login__error-block{padding:4px 15px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;background-color:rgba(243,18,2,.16862745098039217);color:#f44d41;border-radius:3px;margin-bottom:10px}.login__error-block svg{fill:#f44d41}.login__input-field{height:87px}.login__checkbox-text{padding:0;margin:0 0 0 10px;font-size:1.15rem;color:#666;white-space:nowrap}.login__context{margin:0 0 25px;font-size:1.15rem;width:-webkit-max-content;width:max-content;display:flex;align-items:center;cursor:pointer;outline:none;white-space:nowrap}.login__context:last-of-type{margin:0}.login__submit{border:none;border-radius:5px;text-transform:uppercase;box-shadow:2px 2px 7px 0 #bdbdbd}.login__checkbox{margin-right:10px}.login__buttons{width:57%;padding-top:20px;margin-bottom:40px;display:flex;justify-content:flex-end}.login__small-text{padding:0 0 0 30px;margin:10px 0;color:#000;font-size:.97rem}.login__switch{padding-top:50px}@media (min-width:360px) and (max-width:768px){.login{width:100%}.login__content{padding:0;margin:0}.login__logo{width:148px;height:31px}.login .line{width:328px;margin-left:80px;margin-right:80px}.login__buttons{padding-top:20px;margin-bottom:40px;display:flex;justify-content:center}.login .btn-auth{width:100%;height:44px}}.edit-profile-form{display:flex;flex-direction:column;align-items:flex-start}.edit-profile-form__label{font-size:14px;line-height:16px;color:#bdbdbd;margin-bottom:10px}.edit-profile-form__label_with-info{margin-bottom:7px}.edit-profile-form__info{font-size:14px;line-height:18px;color:#000;margin-bottom:24px}.edit-profile-form__input-wrap{display:flex;flex-direction:column;width:100%}.edit-profile-form__input{margin-bottom:20px;font-size:14px;line-height:16px;color:#000;border:none;padding:12px 8px;width:100%}@media (max-width:768px){.edit-profile-form__input{width:80%}}.edit-profile-form__input_is-error{color:#f44d41;border:1px solid #f44d41}.edit-profile-form__add-btn{font-size:13px;line-height:20px;color:#212121;border:none;padding:0;margin-bottom:26px;cursor:pointer}.edit-profile-form__wrap-strung{display:flex}.edit-profile-form__name-label{font-size:14px;line-height:20px;color:#757575}.edit-profile-form__name-info{font-size:14px;line-height:20px;color:#212121;margin-bottom:8px}.edit-profile-form__name-field-value{font-size:20px;line-height:28px;color:#212121;margin-bottom:24px}.edit-profile-form__separator{width:100%;border:none;border-top:1px solid #e8e8e8;margin-bottom:24px}.edit-profile-form__language-select{width:100%;margin-bottom:24px}.edit-profile-form__checkbox{margin-bottom:14px}.edit-profile-form__save-btn{padding:8px 30px;font-weight:500;font-size:14px;line-height:16px;color:#fff;box-shadow:0 2px 2px rgba(0,0,0,.24),0 0 2px;background-color:#33a0cc;border:none;border-radius:4px;margin-top:28px;align-self:flex-end;text-transform:uppercase;cursor:pointer}@media (max-width:768px){.edit-profile-form__save-btn{width:100%}}.edit-profile-form__error{margin:0;padding:0;position:relative;top:-10px;color:#f44d41}.edit-profile-form__input-wrapper{width:100%;position:relative}.edit-profile-form__close-btn{position:absolute;right:-18px;top:5px;outline:none;border:none;background-color:initial;cursor:pointer}.message-popup{padding:30px 0;width:592px;font-size:1.5rem;display:flex;flex-direction:column;align-items:center}.message-popup__message{padding-bottom:20px}.message-popup__buttons{padding-top:20px}.message-popup__submit{font-size:1.1rem;height:30px}.veil{position:fixed;top:0;left:0;z-index:10;width:100vw;height:100vh;justify-content:center;background-color:rgba(0,0,0,.2)}.popup,.veil{display:flex;align-items:center}.popup{position:absolute;top:136px;border:8px solid #ccc;box-sizing:border-box;flex-direction:column;opacity:1;background-color:#fff}.popup__btn-close{right:10px;top:10px}.dialog-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.2)}.dialog-popup__content-block{max-width:614px;max-height:410px;min-height:410px;padding:95px;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;box-sizing:border-box}@media (max-width:768px){.dialog-popup__content-block{max-width:calc(100vw - 30px);padding:15px 50px;min-height:310px}}.dialog-popup__text{font-weight:500;font-size:20px;line-height:28px;color:#212121;text-align:center;margin-bottom:30px}.dialog-popup__button-block{display:flex;justify-content:center;margin-bottom:50px}.dialog-popup__btn{width:96px;height:32px;border:none;border-radius:4px;color:#fff;font-weight:500;font-size:14px;line-height:16px;margin-left:24px;text-align:center;vertical-align:center;box-shadow:0 2px 2px rgba(0,0,0,.24),0 0 2px rgba(0,0,0,.12);outline:none}.dialog-popup__btn:first-child{margin-left:0}.dialog-popup__btn_yes{background-color:#212121}.dialog-popup__btn_no{background-color:#969696}.info-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.2)}.info-popup__content-block{max-width:614px;max-height:410px;min-height:310px;padding:95px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#fff;box-sizing:border-box}@media (max-width:768px){.info-popup__content-block{max-width:calc(100vw - 30px);padding:15px 50px;min-height:310px}}.info-popup__text{font-weight:500;font-size:20px;line-height:28px;color:#212121;margin-bottom:30px;text-align:center}.info-popup__btn{width:96px;height:32px;border:none;border-radius:4px;color:#fff;font-weight:500;font-size:14px;line-height:16px;text-align:center;vertical-align:center;box-shadow:0 2px 2px rgba(0,0,0,.24),0 0 2px rgba(0,0,0,.12);background-color:#212121;outline:none;margin-bottom:40px}.add-profile-photo{position:fixed;top:0;bottom:0;left:0;right:0;z-index:500;background-color:rgba(0,0,0,.5)}.add-profile-photo__content{box-sizing:border-box;width:350px;height:555px;padding:34px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff}.add-profile-photo__upload-zone{margin:10px auto 30px;width:100%;height:235px;position:relative;cursor:pointer;background-color:#e8e8e8;border:1px dashed #959595}.add-profile-photo__input-drop{width:100%;opacity:0;cursor:pointer;height:100%}.add-profile-photo__text{font-size:12px;line-height:16px;letter-spacing:.4px;color:#212121;white-space:pre-line}.add-profile-photo__input-text-wrap{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-self:center;margin:0}.add-profile-photo__input-text{font-size:12px;line-height:27px;color:#212121;text-align:center}.add-profile-photo__button{font-weight:500;font-size:14px;line-height:16px;color:#212121;letter-spacing:.75px;background-color:#e0e0e0;border-radius:2px;text-transform:uppercase;padding:8px 18px}.add-profile-photo__btn-close{padding:0;border:none;position:absolute;top:9px;right:8px;outline:none;background-color:initial}.add-profile-photo__crop-block,.add-profile-photo__photo-wrap{margin-top:10px;display:flex;flex-direction:column;align-items:center}.add-profile-photo__btn{width:167px;padding-top:11px;padding-bottom:11px;font-weight:500;font-size:14px;line-height:16px;color:#212121;letter-spacing:.75px;background-color:#e0e0e0;border-radius:2px;text-transform:uppercase;text-align:center;margin-top:20px;align-self:flex-end;outline:none}.add-profile-photo__cropped-image{max-width:100%;max-height:300px}.add-profile-photo__error{color:#f44d41}.add-profile-photo__status{font-size:13px;line-height:20px;color:#212121;margin:10px 0;align-self:flex-start}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%;background-color:#000}.ReactCrop:focus{outline:none}.ReactCrop--disabled{cursor:inherit}.ReactCrop__image{display:block;max-width:100%;max-height:none!important}.ReactCrop--crop-invisible .ReactCrop__image{opacity:.5}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);box-sizing:border-box;cursor:move;box-shadow:0 0 0 9999em rgba(0,0,0,.5);border:1px solid;border-image-source:url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");border-image-slice:1;border-image-repeat:repeat}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop__drag-handle{position:absolute;width:9px;height:9px;background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.7);box-sizing:border-box;outline:1px solid transparent}.ReactCrop .ord-nw{left:0;cursor:nw-resize}.ReactCrop .ord-n,.ReactCrop .ord-nw{top:0;margin-top:-5px;margin-left:-5px}.ReactCrop .ord-n{left:50%;cursor:n-resize}.ReactCrop .ord-ne{top:0;cursor:ne-resize}.ReactCrop .ord-e,.ReactCrop .ord-ne{right:0;margin-top:-5px;margin-right:-5px}.ReactCrop .ord-e{top:50%;cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-s{left:50%;cursor:s-resize}.ReactCrop .ord-s,.ReactCrop .ord-sw{bottom:0;margin-bottom:-5px;margin-left:-5px}.ReactCrop .ord-sw{left:0;cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (max-width:768px),(pointer:coarse){.ReactCrop__drag-handle{width:17px;height:17px}.ReactCrop .ord-n,.ReactCrop .ord-nw{margin-top:-9px;margin-left:-9px}.ReactCrop .ord-e,.ReactCrop .ord-ne{margin-top:-9px;margin-right:-9px}.ReactCrop .ord-se{margin-bottom:-9px;margin-right:-9px}.ReactCrop .ord-s,.ReactCrop .ord-sw{margin-bottom:-9px;margin-left:-9px}.ReactCrop .ord-w{margin-top:-9px;margin-left:-9px}.ReactCrop__drag-bar.ord-n{height:14px;margin-top:-7px}.ReactCrop__drag-bar.ord-e{width:14px;margin-right:-7px}.ReactCrop__drag-bar.ord-s{height:14px;margin-bottom:-7px}.ReactCrop__drag-bar.ord-w{width:14px;margin-left:-7px}}.study-plan-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-self:center;background-color:rgba(0,0,0,.2)}.study-plan-popup__content-block{background-color:#fff;padding:32px;display:flex;flex-direction:column;width:700px;margin:auto 0;border:8px solid #9e9e9e}.study-plan-popup__title-block{display:flex;justify-content:space-between;margin-bottom:8px}.study-plan-popup__title{font-size:18px;line-height:21px;color:#212121}.study-plan-popup__btn-close{border:none;padding:0;-webkit-text-decoration:transparent;text-decoration:transparent;cursor:pointer}.study-plan-popup__separator{width:100%;border:none;border-top:1px solid #e8e8e8;margin:0}.study-plan-popup__date-block{display:flex;justify-content:space-between;margin-top:32px;margin-bottom:60px}.study-plan-popup__date-block-text{font-size:16px;line-height:24px;color:#757575;max-width:240px}.study-plan-popup__date-block-value{font-size:24px;color:#212121}.study-plan-popup__hours-block-text{font-size:16px;line-height:24px;color:#757575}.study-plan-popup__hours-block{margin-bottom:58px}.study-plan-popup__btn-block{align-self:flex-end;margin-left:auto;display:flex;margin-top:16px}.study-plan-popup__btn-abort{background-color:#f2f2f2;color:#757575;width:96px;margin-right:16px}.study-plan-popup__btn-abort,.study-plan-popup__btn-save{padding:7px 0 6px;border:none;border-radius:2px;font-size:16px;line-height:19px;text-align:center;text-transform:uppercase;outline:none;cursor:pointer}.study-plan-popup__btn-save{background-color:#212121;color:#fff;width:184px}.reset-password-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-self:center;background-color:rgba(0,0,0,.2)}.reset-password-popup__content-block{background-color:#fff;padding:32px;display:flex;justify-content:center;align-items:center;width:615px;min-height:265px;margin:auto 0;position:relative;box-sizing:border-box}.reset-password-popup__btn-close{position:absolute;right:8px;top:8px;padding:0;border:none;outline:none}.reset-password-popup__text{font-weight:500;font-size:16px;line-height:19px;color:#666}.export-my-document-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-self:center;background-color:rgba(0,0,0,.2)}.export-my-document-popup__content-block{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:615px;min-height:265px;margin:auto 0;position:relative;padding-left:64px;padding-right:64px;box-sizing:border-box}.export-my-document-popup__btn-close{position:absolute;right:8px;top:8px;padding:0;border:none;outline:none}.export-my-document-popup__text{font-weight:500;font-size:16px;line-height:19px;color:#666;margin-bottom:16px}.export-my-document-popup__file-button{padding:0;border:none;display:flex;align-items:center}.export-my-document-popup__btn-text{font-size:14px;line-height:20px;color:#212121;margin-left:16px}.close-account-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-self:center;background-color:rgba(0,0,0,.2)}.close-account-popup__content-block{background-color:#fff;padding:82px 110px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:615px;min-height:265px;margin:auto 0;position:relative;box-sizing:border-box}.close-account-popup__btn-close{position:absolute;right:8px;top:8px;padding:0;border:none;outline:none}.close-account-popup__text{font-weight:500;font-size:16px;line-height:24px;color:#212121;margin-bottom:31px}.close-account-popup__warning-text{font-weight:500;font-size:15px;line-height:23px;color:#dc3c31;margin-bottom:64px}.close-account-popup__btn-close-account{font-weight:500;font-size:12px;line-height:20px;padding:4px 12px;background:#616161;box-shadow:0 2px 2px rgba(0,0,0,.24),0 0 2px rgba(0,0,0,.12);border-radius:4px;border:none;align-self:center;text-transform:uppercase;color:#fff;outline:none}.close-account-popup__big-text{font-weight:500;font-size:20px;line-height:28px;color:#000;align-self:center}.upload-form__button-click,.upload-form__button-upload{display:flex;flex-direction:row}.upload-form__button-upload{max-width:300px;color:#2aa6c3;font-weight:500;font-size:16px;margin-top:15px;align-items:center;cursor:pointer}.graph{width:25px;height:25px;background-color:#e0e0e0}.range-slider{padding:0 36px}.range-slider__labels{display:flex;width:calc(100% + 5px);justify-content:space-between}.range-slider__label-item{font-size:24px;line-height:28px;color:#e0e0e0}.range-slider__label-item_active{color:#000}.range-slider .rangeslider{position:relative;background-color:#e0e0e0;box-shadow:none}.range-slider .rangeslider:before{content:" ";display:block;position:absolute;left:-36px;width:36px;height:2px;background-color:#000}.range-slider .rangeslider:after{content:" ";display:block;position:absolute;right:-36px;width:36px;height:2px;top:0;background-color:#e0e0e0}.range-slider .rangeslider-horizontal{height:2px}.range-slider .rangeslider__handle{outline:none;box-shadow:none;width:12px;height:12px;background-color:#000;border:none}.range-slider .rangeslider-horizontal .rangeslider__handle:after,.range-slider .rangeslider__handle-tooltip{display:none}.range-slider .rangeslider__labels .rangeslider__label-item{top:-60px;font-size:24px;line-height:28px;color:#e0e0e0}.range-slider .rangeslider__fill{background-color:#000}.custom-date-picker{max-width:320px;background-color:#fafafa;border:1px solid #e0e0e0}.custom-date-picker__header{background-color:#212121;display:flex;flex-direction:column;padding:20px 26px 15px}.custom-date-picker__text{font-size:14px;line-height:16px;color:#fff;margin-bottom:6px}.custom-date-picker__year{font-size:16px;line-height:19px;margin-bottom:9px;color:#bdbdbd}.custom-date-picker__day{font-size:36px;line-height:42px;color:#fff}.custom-date-picker__button-block{display:flex;justify-content:flex-end;padding:0 25px 16px}.custom-date-picker__btn{cursor:pointer;font-size:14px;line-height:16px;letter-spacing:.5px;color:#212121;margin-left:35px;border:none;text-transform:uppercase;outline:none;background-color:initial}.custom-date-picker__btn:last-child{margin-left:7%}.custom-date-picker__calendar{padding:0 7px 20px;margin-top:12px}.custom-date-picker__calendar,.custom-date-picker__calendar .react-datepicker__header{border:none;background-color:#fafafa}.custom-date-picker__calendar .react-datepicker__month-container{background-color:#fafafa}.custom-date-picker__calendar .react-datepicker__current-month{margin-bottom:10px;font-size:14px;color:#212121;font-weight:400}.custom-date-picker__calendar .react-datepicker__day,.custom-date-picker__calendar .react-datepicker__day-name{padding:9px;font-size:12px;margin:0 2px}.custom-date-picker__calendar .react-datepicker__day{color:#1a1a1a;border-radius:50%}.custom-date-picker__calendar .react-datepicker__day--selected{background-color:#212121;font-weight:400;color:#fff}.custom-date-picker__calendar .react-datepicker__day--outside-month{color:transparent;pointer-events:none}.custom-date-picker__calendar .react-datepicker__day-name{color:#757575}.custom-date-picker__calendar .react-datepicker__navigation{border:none;border-bottom:3px solid #757575;outline:none}.custom-date-picker__calendar .react-datepicker__navigation--next{border-right:3px solid #757575;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:26px}.custom-date-picker__calendar .react-datepicker__navigation--previous{border-left:3px solid #757575;-webkit-transform:rotate(45deg);transform:rotate(45deg);left:26px}.horizontal-progress-bar{height:4px;background-color:#8bc34a;display:flex;justify-content:flex-start}.horizontal-progress-bar__progress-line{height:100%;background-color:#e0e0e0}.work-time-select{display:flex;flex-direction:column;position:relative;background-color:#fafafa;border:1px solid #e0e0e0;padding:6px 16px;box-sizing:border-box}.work-time-select__title{font-size:12px;line-height:20px;color:#757575;margin-bottom:3px}.work-time-select__value{font-size:24px;line-height:28px;color:#000}.work-time-select__open-btn{width:10px;height:10px;border:2px solid #424242;border-top:none;border-left:none;border-radius:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;right:25px;top:25px;padding:0;outline:none;background-color:initial}.work-time-select__open-btn_open{-webkit-transform:rotate(-135deg);transform:rotate(-135deg);top:28px}.work-time-select__list{display:none;box-sizing:border-box;list-style-type:none}.work-time-select__list_open{display:block;width:calc(100% + 2px);background-color:#fafafa;border:1px solid #e0e0e0;border-top:none;padding:6px 16px;position:absolute;z-index:10;top:99%;left:-1px;margin:0}.work-time-select__list-item-btn{text-align:left;width:100%;padding:10px 0;border:none;background-color:#fafafa;font-size:16px;line-height:18px;color:#000;font-weight:200;outline:none}.work-time-select__list-item-btn_active{font-weight:400}.custom-select,.custom-select__select{outline:none!important}.custom-select__select__value-container{padding:10px 6px}.custom-select__select__placeholder{font-size:14px;line-height:16px}.custom-select__select__control{border:none!important;outline:none!important;box-shadow:none!important;cursor:pointer!important}.custom-select__select__single-value{font-size:14px;line-height:16px;color:#000}.custom-select__select__menu{margin-top:0!important;border:none!important;box-shadow:none!important;position:relative!important}.custom-select__select__option{font-size:14px!important;line-height:20px!important;color:#000!important}.custom-select__select__option--is-selected{display:none!important}.custom-checkbox{display:flex;align-items:center;cursor:pointer}.custom-checkbox__input{display:none}.custom-checkbox__input:checked+.custom-checkbox__custom-element:after{content:"";padding:2px;width:2px;height:12px;position:absolute;top:7px;left:6px;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);border:solid #fff;border-width:0 2.3px 2.33px 0}.custom-checkbox__input:checked+.custom-checkbox__custom-element:before{background:#212121;border-color:#212121}.custom-checkbox__custom-element{display:inline-block;margin-right:20px;position:relative;min-width:20px;max-width:20px;min-height:20px;max-height:20px}.custom-checkbox__custom-element:before{content:"";padding:0;width:20px;height:20px;position:absolute;top:50%;bottom:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#fff;border-radius:3px;border:2px solid #757575}.custom-checkbox__text{font-size:14px;line-height:16px;display:flex;align-items:center;color:#bdbdbd}.page{min-height:100vh;box-sizing:border-box;display:flex;flex-direction:column;background-color:#fafafa}.page__content{margin-bottom:auto}.banner{height:480px;padding-top:225px;padding-left:145px;box-sizing:border-box;color:#fff;background-position:50%;background-size:cover;background-repeat:no-repeat}.banner__info{max-width:40%}.banner__text,.banner__title{margin:0}.banner__title{margin-bottom:10px;font-size:1rem;line-height:1.666rem;text-transform:uppercase}.banner__text{margin-bottom:20px;font-size:3rem;line-height:4rem;font-weight:400}.display-toggler{display:flex;align-items:center;outline:none}.display-toggler__text{margin-right:25px}.display-toggler__svg{fill:#e0e0e0;cursor:pointer;outline:none}.display-toggler__svg--active{fill:#666}.home{position:relative}.home__header{padding:24px 50px;position:absolute;top:0;left:0;right:0;color:#fff}.home .header__text{color:#fff}.home .header__link.active .header__text:after{background-color:#fff}.home__content{padding:25px 50px 0;min-height:calc(100vh - 775px);background-color:#fafafa}.home__course-list{padding-top:25px;padding-bottom:50px;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:25px;grid-row-gap:50px}.home__controls{display:flex;justify-content:space-between;align-items:center}.home__controls-wrap{padding-right:35px;position:relative;display:flex}.home__search{position:absolute;top:0;right:0;background-color:#fafafa}.home__title{margin:0}.home__text{color:#e0e0e0;font-size:1.33rem;line-height:2.33rem}.courses{padding:24px 50px}.courses__course-list{margin-top:50px;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:4%;grid-row-gap:25px}.administrators .add-user{margin-left:auto}.administrators__copyright,.administrators__header,.administrators__wrap{padding:24px 50px}.organisations .add-user{margin-left:auto}.organisations__copyright,.organisations__header,.organisations__wrap{padding:24px 50px}.organisations__table{min-width:100%;display:flex;background-color:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.organisations__list{width:100%}.organisations__list .admin-item:after{content:"";position:absolute;height:1px;bottom:0;left:0;right:0;background-color:#e0e0e0}.organisations__item{position:relative;padding:0 25px;min-height:50px;box-sizing:border-box}.students .add-user{margin-left:auto}.dashboard,.students__copyright,.students__header,.students__wrap{padding:24px 50px}.dashboard__content{padding-top:50px;display:grid;grid-template-columns:calc(62% - 25px) calc(38% - 25px);grid-column-gap:50px}.dashboard__content-block{margin-bottom:62px}.dashboard__title{margin:0 0 5px;color:#000;font-size:1.666rem;line-height:2.333rem}.dashboard__wrap{min-height:480px;border:1px solid #e0e0e0;background-color:#fff}.edit-profile-subheader{display:flex;flex-direction:column}.edit-profile-subheader__background-image{width:100%}@media (max-width:768px){.edit-profile-subheader__background-image{height:150px;object-fit:cover;object-position:left center}}.edit-profile-subheader__user-block{display:flex;align-items:flex-start;margin-top:-32px;position:relative}@media (max-width:768px){.edit-profile-subheader__user-block{flex-direction:column;padding:0 16px}}.edit-profile-subheader__photo-wrap{border-radius:50%;margin-left:58px;margin-right:16px}@media (max-width:768px){.edit-profile-subheader__photo-wrap{margin:0}}.edit-profile-subheader__user-photo{width:72px;height:72px;border-radius:50%;object-fit:cover}@media (max-width:768px){.edit-profile-subheader__user-photo{margin:0}}.edit-profile-subheader__user-block-title{margin-top:30px;margin-left:0;font-weight:500;font-size:20px;line-height:28px;color:#212121}@media (max-width:768px){.edit-profile-subheader__user-block-title{margin-top:10px}}.edit-profile-page{display:flex;flex-direction:column;justify-content:center}.edit-profile-page__page-wrap{padding:32px 15px;max-width:662px;margin:0 auto}.edit-profile-page__title{font-size:20px;line-height:23px;color:#000;margin-bottom:9px}.edit-profile-page__separator{width:100%;border:none;border-top:1px solid #e8e8e8;margin-bottom:32px}.edit-profile-page__separator_in-form{margin:0 82px;width:calc(100% - 164px)}@media (max-width:768px){.edit-profile-page__separator_in-form{margin:0 16px;width:calc(100% - 32px)}}.edit-profile-page__content{border:1px solid #e8e8e8}.edit-profile-page__user-form{padding:32px 82px 24px}@media (max-width:768px){.edit-profile-page__user-form{padding:32px 16px 24px}}.edit-profile-page__close-account,.edit-profile-page__export-data,.edit-profile-page__reset-password{padding:24px 82px}@media (max-width:768px){.edit-profile-page__close-account,.edit-profile-page__export-data,.edit-profile-page__reset-password{padding:24px 16px}}.organisations-switch{width:576px;display:flex;flex-direction:column;display:-webkit-flex;align-items:center;margin:10% auto 0}.organisations-switch__text{width:82%;font-size:16px;line-height:19px;margin-bottom:25px}@media (min-width:360px) and (max-width:768px){.organisations-switch{width:100%;margin-top:64px}.organisations-switch__logo{width:148px;height:31px}.organisations-switch .line{width:328px;margin-left:80px;margin-right:80px}.organisations-switch__text{width:328px;font-size:16px;line-height:24px;margin-bottom:25px}}.reg-link{-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;min-height:100vh;box-sizing:border-box;display:flex;flex-direction:column;max-width:1200px;margin:auto;color:#000}.reg-link__content{margin:30px}.reg-link__content-logo{margin:15px 0}.reg-link__content-logo-img{max-width:300px;max-height:150px;object-fit:contain}.reg-link__content-description,.reg-link__content-language{margin:15px 0}.reg-link__content-description-header{font-size:22px;margin-bottom:10px}.reg-link__content-description-text{max-width:800px}.reg-link__content-groups{margin:15px 0;font-size:18px}.reg-link__content-courses{margin:15px 0;max-width:400px}.reg-link__content-courses-item{padding:10px 5px}.reg-link__content-courses-item:nth-child(2n){background-color:#e8e8e8}.reg-link__content-courses-header{font-size:18px}.reg-link__content-notify{margin:15px 0}.reg-link__content-notify-header{font-size:18px}.reg-link__content-notify-description{margin:15px 0}.reg-link__content-inputs-container{display:flex;justify-content:flex-start;align-items:center;height:65px;margin-top:15px}.reg-link__content-inputs-header{font-size:20px;margin-bottom:10px}.reg-link__content-inputs-mandatory{font-size:16px;margin:5px 0}.reg-link__content-inputs-button{border:none;background-color:unset;cursor:pointer;display:flex;align-items:center;color:#666}.reg-link__content-inputs-button-add{margin-right:5px;margin-top:2px}.reg-link__content-inputs-button-delete{border:none;background-color:unset;cursor:pointer;margin-top:12px}.reg-link__content-checkBox{margin:10px 0}.reg-link__content-footer{width:100%;display:flex;justify-content:flex-end}.reg-link__content-footer-button{padding:8px 15px;font-weight:700;font-size:14px;width:120px;height:40px;border:none;border-radius:4px;background-color:#bdbdbd;cursor:pointer}.reg-link__content-footer-button--disabled{color:#616161;cursor:unset}.reg-link__language-select{width:100%;max-width:300px}.reg-link__language-select .select__menu{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.reg-link__input{width:400px;margin-right:10px;padding:0 5px;height:34px}.reg-link__input,.reg-link__input:focus{border:1px solid #959595}.reg-link__not-found{width:100%;margin-top:30px;text-align:center;font-size:28px}.reg-link__loader{height:100vh;width:100%;display:flex;justify-content:center;align-items:center}.input-wrapper{width:400px;margin-right:10px;margin-bottom:10px;height:55px}
/*# sourceMappingURL=main.f0e56876.chunk.css.map */