@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.animation {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.backdrop {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.nomargin {
  padding: 0px;
  margin: 0px;
}
.nostyle {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
/* ----- Styles Typography Start ----- */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}
.heading-h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 33.3px;
  color: #262526;
}
.heading-h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  color: #262526;
}
.heading-h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #262526;
  letter-spacing: 0.01em;
}
.heading-h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: #262526;
  font-size: 16px;
  line-height: 22.34px;
  color: #262526;
}
.heading-h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: #262526;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: rgba(159, 162, 180, 0.5);
}
.heading-h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: #262526;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: rgba(159, 162, 180, 0.5);
}
.body-t1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9fa2b4;
}
.body-t1-strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.body-t2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px;
  color: #292a61;
}
.body-t2-light {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 23.4px;
  color: #000000;
}
.body-t3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #262526;
}
.body-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #262526;
  letter-spacing: 0.5px;
}
.body-link {
  color: #ca89da;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.body-link:hover {
  text-decoration: none;
  color: #b04fc8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* ----- Styles Typography End ----- */
/* ----- Styles Boxes Start ----- */
.table {
  display: table;
  width: 100%;
}
.block {
  display: block;
  width: 100%;
}
.table-cell {
  display: table-cell;
}
.table-cell-mid {
  display: table-cell;
  vertical-align: middle;
}
.table-cell-top {
  display: table-cell;
  vertical-align: top;
}
.table-cell-bottom {
  display: table-cell;
  vertical-align: bottom;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.full-box {
  padding: 0px;
  margin: 0px;
  display: table;
  width: 100%;
}
.middle-box {
  margin: 0 auto;
  display: table;
}
.general-shadow {
  -webkit-box-shadow: 0px 2px 10px rgba(41, 42, 97, 0.16);
          box-shadow: 0px 2px 10px rgba(41, 42, 97, 0.16);
}
.general-frame-border {
  border-radius: 16px;
}
.general-status-border {
  border-radius: 16px;
}
.general-button-border {
  border: 0px;
  border-radius: 26px;
}
.general-field-border {
  border-radius: 4px;
}
/* ----- Styles Boxes End ----- */
.dark .button.languange {
  color: #fff;
}
.dark .button.settings path {
  fill: #fff;
}
.dark .button.general-link {
  color: #fff;
}
.dark .button.general-link:hover {
  color: #ca89da;
}
.status-label {
  padding: 5px 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  border-radius: 16px;
}
.status-label.need-check {
  background: #f0f1f7;
  color: #9fa2b4;
}
.status-label.expired {
  background: #fec400;
  color: #FFF;
}
.status-label.to-do {
  background: #29cc97;
  color: #FFF;
}
.status-label.course {
  background: #f0f1f7;
  color: #000000;
}
.button {
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  border: 0px;
  border-radius: 26px;
}
.button.auth {
  display: table;
  width: 100%;
  font-size:20px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  border: 0.5px solid #ca89da;
  background: #ca89da;
  -webkit-box-shadow: 0px 2px 10px rgba(41, 42, 97, 0.16);
          box-shadow: 0px 2px 10px rgba(41, 42, 97, 0.16);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.auth:hover {
  color: #fff;
  background: #b962ce;
  border: 1.5px solid #ca89da;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.social {
  display: table;
  width: 100%;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.social svg {
  height: 28px;
  fill: #9fa2b4;
}
.button.social:hover svg {
  fill: #ca89da;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  border: 1.5px solid #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.banner svg {
  margin: 2px 0 0 3px;
  height: 11px;
}
.button.banner:hover {
  color: #008996;
  background: #fff;
  border: 1.5px solid #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.banner:hover path {
  stroke: #008996;
}
.button.languange {
  margin: 0 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 27.6px;
  color: #000000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.languange:hover {
  color: #292a61;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.settings {
  margin: 0 0 0 24px;
}
.button.general-link {
  font-family: 'Helvetica';
  font-weight: 400;
  font-size: 16px;
  line-height: 22.34px;
  text-align: right;
  color: #9fa2b4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.general-link:hover {
  color: #ca89da;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.theme-change {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 22px;
}
.theme-change input {
  opacity: 0;
  width: 0;
  height: 0;
}
.theme-change .changer {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(159, 162, 180, 0.5);
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.theme-change .changer:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0px;
  bottom: 0px;
  background: url('../images/night-mode.svg');
  -webkit-transition: .4s;
  transition: .4s;
}
.theme-change input:focus + .changer {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}
.theme-change input:checked + .changer:before {
  background: url('../images/day-mode.svg');
  -webkit-transform: translateX(17px);
  transform: translateX(17px);
}
form {
  padding: 0px;
  margin: 0px;
}
.fields-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fields-set .field-row {
  margin: 0 0 15px 0;
}
.fields-set .field-row.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  padding: 0 8px;
}
.fields-set .field-row.box .field-row-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.fields-set .field-row.box .field-row-box.left {
  text-align: left;
}
.fields-set .field-row.box .field-row-box.right {
  text-align: right;
}
.fields-set .field-row.box .field-row-box label {
  cursor: pointer;
}
.fields-set .field-row.button {
  display: table;
  width: 100%;
  margin: 10px 0 0 0;
}
.field {
  padding: 0 0 0 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 70px;
  width: 100%;
  outline: none;
  border: 1px solid rgba(159, 162, 180, 0.5);
  border-radius: 4px;
}
.field.email:focus {
  border: 1px solid #ca89da;
}
.field.password {
  color: #ca89da;
}
.field.password:focus {
  border: 1px solid #ca89da;
}
.field.remember {
  width: auto;
  margin: 0 10px 0 0;
}
.dark .main-menu-box .menu-row a.menu-item {
  border-left: 3px solid #1e2326;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dark .calendar-items .week-days .day {
  color: #fff;
}
.dark .task-list .task-list-item .info {
  color: #fff;
}
.main-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 2px;
}
.main-menu-box .menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
}
.main-menu-box .menu-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #BDBDBD;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-menu-box .menu-row a.menu-hide {
  padding: 0 0 0 38px;
  background: rgba(255, 255, 255, 0.1);
  height: 60px;
  font-size: 15px;
}
.main-menu-box .menu-row a.menu-hide:hover {
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-menu-box .menu-row a.menu-item {
  padding: 0 0 0 34px;
  border-left: 3px solid #000000;
  height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-menu-box .menu-row a.menu-item span {
  padding: 0 0 0 28px;
}
.main-menu-box .menu-row a.menu-item:hover,
.main-menu-box .menu-row a.menu-item.active {
  border-left: 3px solid #FFFFFF;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-menu-box .menu-row a.menu-item .account path {
  fill: #fff;
  stroke: #fff;
}
.main-menu-box .menu-row a.menu-item path {
  stroke: #fff;
}
.closed .menu-row a.menu-item {
  padding: 0 0 0 15px;
}
.closed .menu-row a.menu-item span {
  display: none;
}
.closed .menu-row a.menu-item:hover,
.closed .menu-row a.menu-item.active {
  border-left: 3px solid #000000;
}
.closed .menu-row a.menu-item:hover .account path,
.closed .menu-row a.menu-item.active .account path {
  fill: #ca89da;
  stroke: #ca89da;
}
.closed .menu-row a.menu-item:hover path,
.closed .menu-row a.menu-item.active path {
  stroke: #ca89da;
}
.closed .menu-row a.menu-hide {
  padding: 0 0 0 16px;
}
.closed .menu-row a.menu-hide span {
  display: none;
}
.closed .menu-row a.menu-hide svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-content .list-item {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1.5px solid rgba(159, 162, 180, 0.5);
}
.list-content .list-item .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 125px;
}
.list-content .list-item .content-block {
  padding: 20px 15px 0 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.list-content .list-item .content-block span {
  display: table;
  color: #9fa2b4;
  padding: 15px 0 0 0;
}
.list-content .list-item .score-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 10px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.list-content .list-item .score-block .score {
  font-family: 'Helvetica';
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  height: 50%;
  text-align: right;
}
.list-content .list-item .score-block .progress {
  height: 50%;
}
.list-content .list-item .score-block .progress .number {
  font-family: 'Helvetica';
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  text-align: right;
}
.list-content .list-item .score-block .progress .bar {
  position: relative;
  margin: 8px 0 0 0;
  display: table;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.list-content .list-item .score-block .progress .bar .bar-progress {
  position: absolute;
  height: 8px;
  border-radius: 4px;
}
.list-content .list-item .score-block.purple .score {
  color: #ca89da;
}
.list-content .list-item .score-block.purple .progress {
  color: #ca89da;
}
.list-content .list-item .score-block.purple .progress .bar {
  background: #edd7f2;
}
.list-content .list-item .score-block.purple .progress .bar .bar-progress {
  background: #ca89da;
}
.list-content .list-item .score-block.blue .score {
  color: #04a6e1;
}
.list-content .list-item .score-block.blue .progress {
  color: #04a6e1;
}
.list-content .list-item .score-block.blue .progress .bar {
  background: #4fcefc;
}
.list-content .list-item .score-block.blue .progress .bar .bar-progress {
  background: #04a6e1;
}
.list-content .list-item:last-child {
  padding: 15px 0 0 0;
  border: 0px;
}
.calendar-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.calendar-items .week-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.calendar-items .week-header .head-day {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9fa2b4;
  width: 54px;
  text-align: center;
}
.calendar-items .week-days {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.calendar-items .week-days .day {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23.4px;
  color: #292a61;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  text-align: center;
}
.calendar-items .week-days .day .day-event {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #32A6E0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.calendar-items .week-days .day:hover,
.calendar-items .week-days .day.current {
  cursor: pointer;
  background: #000000;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.calendar-items .week-days .day:hover .day-event,
.calendar-items .week-days .day.current .day-event {
  background: #000000;
}
.task-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.task-list .task-list-item {
  padding: 20px 0 ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1.5px solid #eeeeee;
}
.task-list .task-list-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.task-list .task-list-item .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9fa2b4;
}
.task-list .task-list-item .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.task-list .task-list-item:last-child {
  border: none;
}
.dark .sidebar-block {
  background: #1e2326;
}
.sidebar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 50px 0 0 0;
  background: #000000;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 260px;
}
.sidebar-block .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .5s;
  transition: .5s;
}
.sidebar-block .logo .icon {
  height: 56px;
  display: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar-block .logo .full-logo {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar-block .main-menu-box {
  margin: 60px 0 0 0;
}
.closed .sidebar-block .logo .icon {
  display: table;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.closed .sidebar-block .logo .full-logo {
  display: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dark .card {
  background: #1e2326;
}
.dark .card h2,
.dark .card h3 {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}
.dark .card.notice {
  background: #008996;
  border: 2px solid #008996;
}
.dark .card.notice .info {
  color: #fff;
}
.dark .card.calendar h4,
.dark .card.calendar .event-box-style {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}
.card-general-style {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0px 2px 10px rgba(41, 42, 97, 0.16);
          box-shadow: 0px 2px 10px rgba(41, 42, 97, 0.16);
}
.card {
  margin: 0 0 18px 0;
  background: #fff;
  overflow: hidden;
  border-radius: 16px;
}
.card.lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 28px;
  background: #EECDD1;
  background-image: url('../images/bg-banner.svg');
  background-position: right top;
  background-repeat: no-repeat;
  width: 100%;
  height: 234px;
}
.card.lesson .card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.card.lesson .card-top .title {
  display: table;
  width: 100%;
}
.card.lesson .card-top .time {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card.lesson .card-top .time svg {
  margin: 0 5px 0 0;
}
.card.lesson .card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.card.lesson .card-bottom .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: end;
  width: 50%;
}
.card.lesson .card-bottom .card-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 50%;
}
.card.notice {
  padding: 15px 15px 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 2px solid #ca89da;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card.notice .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  -webkit-transition: .5s;
  transition: .5s;
}
.card.notice .info svg {
  margin: 0 15px 0 0;
}
.card.notice .date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9fa2b4;
}
.card.courses {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0px 2px 10px rgba(41, 42, 97, 0.16);
          box-shadow: 0px 2px 10px rgba(41, 42, 97, 0.16);
}
.card.courses .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.card.courses .list-content {
  margin: 25px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card.calendar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0px 2px 10px rgba(41, 42, 97, 0.16);
          box-shadow: 0px 2px 10px rgba(41, 42, 97, 0.16);
}
.card.calendar .event-box-style {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #262526;
}
.card.calendar .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.card.calendar .calendar-in {
  margin: 25px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card.calendar .calendar-in .event {
  margin: 25px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card.calendar .calendar-in .event .event-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card.calendar .calendar-in .event .event-description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card.calendar .calendar-in .event .event-description .name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  display: table;
  width: 100%;
}
.card.calendar .calendar-in .event .event-description .event-cnt {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.card.calendar .calendar-in .event .event-description .event-cnt img {
  margin: 0 10px 0 0;
}
.card.calendar .calendar-in .event .event-description .event-cnt .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.card.calendar .calendar-in .event .event-description .event-cnt .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.card.tasks {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0px 2px 10px rgba(41, 42, 97, 0.16);
          box-shadow: 0px 2px 10px rgba(41, 42, 97, 0.16);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card.tasks .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.card.tasks .list-content {
  margin: 25px 0 0 0;
}
html,
body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
}
html.dark,
body.dark {
  background: #000000;
  -webkit-transition: .5s;
  transition: .5s;
}
.container {
  display: table;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
}
.container .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.container .inner section {
  display: table;
  width: 100%;
}
.auth-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}
.auth-body .auth-inner {
  width: 100%;
  height: 100%;
  margin: 0px;
}
.auth-body .auth-inner .logo {
  text-decoration: unset;
  position: absolute;
  top: 1.83rem;
  left: 2.5rem;
  z-index: 2;
}
.auth-body .auth-inner .logo IMG {
  display: table;
  text-decoration: none;
}
.auth-body .auth-inner .auth-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
}
.auth-body .auth-inner .auth-row .auth-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  background: #f4f5fa;
}
.auth-body .auth-inner .auth-row .auth-left .left-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px;
  width: 100%;
  height: 100%;
}
.auth-body .auth-inner .auth-row .auth-left .left-inner .auth-mask-bg {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}
.auth-body .auth-inner .auth-row .auth-left .left-inner .flex-image {
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  max-height: 630px;
}
.auth-body .auth-inner .auth-row .auth-left .left-inner .flex-image.login {
  background-image: url('https://storage.yandexcloud.net/6e9-u4ap/image.png');
  background-position: bottom center;
}
.auth-body .auth-inner .auth-row .auth-left .left-inner .flex-image.forgot {
  background-image: url('../images/auth_restore.png');
  background-position: bottom center;
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .auth-body .auth-inner .auth-row .auth-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1100px) {
  .auth-body .auth-inner .auth-row .auth-left {
    display: none;
  }
}
.auth-body .auth-inner .auth-row .auth-right {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.auth-body .auth-inner .auth-row .auth-right .auth-form {
  width: 100%;
  margin: 0 auto;
  display: table;
  max-width: 550px;
  padding: 30px 30px;
}
.auth-body .auth-inner .auth-row .auth-right .auth-form .auth-title {
  display: table;
  width: 100%;
}
.auth-body .auth-inner .auth-row .auth-right .auth-form .auth-title span {
  display: table;
  width: 100%;
  margin: 3px 0 0 0;
}
.auth-body .auth-inner .auth-row .auth-right .auth-form .auth-fields {
  display: table;
  width: 100%;
  margin: 20px 0 0 0;
}
.auth-body .auth-inner .auth-row .auth-right .auth-form .auth-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
}
.auth-body .auth-inner .auth-row .auth-right .auth-form .auth-social .divider-symbol {
  margin: 0 20px;
}
.auth-body .auth-inner .auth-row .auth-right .auth-form .auth-social hr.v-divider {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  max-width: 100%;
  height: 0;
  max-height: 0;
  border: solid;
  border-width: thin 0 0 0;
  -webkit-transition: inherit;
  transition: inherit;
  border-color: rgba(94, 86, 105, 0.14);
}
.auth-body .auth-inner .auth-row .auth-right .auth-form .auth-social-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.auth-body .auth-inner .auth-row .auth-right .auth-form .auth-back {
  display: table;
  width: 100%;
  margin: 15px 0 0 0;
}
.auth-body .auth-inner .auth-row .auth-right .auth-form .auth-back a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.auth-body .auth-inner .auth-row .auth-right .auth-form .auth-back .v-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.auth-body .auth-inner .auth-row .auth-right .auth-form .auth-back .v-icon svg {
  fill: #ca89da;
}
@media (max-width: 1300px) and (min-width: 1100px) {
  .auth-body .auth-inner .auth-row .auth-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1100px) {
  .auth-body .auth-inner .auth-row .auth-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.dashboard-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
}
.dashboard-flex .dashboard-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 26px;
  width: calc(100% - 260px);
  height: 100%;
  -webkit-transition: width .5s;
  transition: width .5s;
}
.dashboard-flex .dashboard-body .header {
  padding: 15px 15px 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.dashboard-flex .dashboard-body .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1380px) {
  .dashboard-flex .dashboard-body .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.dashboard-flex .dashboard-body .body .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
}
@media (max-width: 1380px) {
  .dashboard-flex .dashboard-body .body .left {
    width: 100%;
  }
}
.dashboard-flex .dashboard-body .body .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
}
@media (max-width: 1380px) {
  .dashboard-flex .dashboard-body .body .right {
    padding: 0;
    width: 100%;
  }
}
.dashboard-flex.closed .sidebar-block {
  width: 62px;
}
.dashboard-flex.closed .dashboard-body {
  width: calc(100% - 62px);
}
@media (max-width: 900px) {
  .dashboard-flex.closed .sidebar-block {
    position: fixed;
    height: 100%;
  }
  .dashboard-flex.closed .dashboard-body {
    width: 100%;
    padding: 20px 26px 20px 88px;
  }
}
@media (max-width: 900px) {
  .dashboard-flex .sidebar-block {
    position: fixed;
    height: 100%;
  }
  .dashboard-flex .dashboard-body {
    width: 100%;
    padding: 20px 26px 20px 88px;
  }
}
