body {
    background-color: #F7F7F7;
}

html,
body,
input,
button,
textarea,
a {
    font-size: 14px;
    font-weight: 400;
    color: #1B2A49;
}

a:hover {
    text-decoration: none;
    color: #1B2A49;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #1B2A49;
    margin-bottom: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 16px;
}

p {
    margin-bottom: 0;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.primary {
    color: #0052CC;
}

.visually-hidden {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
}

button {
    border: none;
    padding: 0;
}

input:focus,
button:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    text-align: center;
    color: #fff;
    min-width: 131px;
    padding: 5px 8px 6px;
    border-radius: 24px;
}

.btn-big {
    width: 147px;
    padding: 8px 27px;
}

.btn-with-icon {
    padding-left: 49px;
}
.btn-with-icon.icon-pencil {
    background-image: url("../img/pencil-white.svg");
    background-repeat: no-repeat;
    background-position: 27px 50%;
    background-size: auto;
}

.btn-blue {
    background-color: #0052CC;
}

.btn-blue:hover {
    color: #fff;
    background-color: #01409C;
}

.btn-blue:active {
    color: #fff;
    background-color: #002B6B;
}

.btn-green {
    background-color: #00BF58;
}

.btn-green:hover {
    color: #fff;
    background-color: #139750;
}

.btn-green:active {
    color: #fff;
    background-color: #007134;
}

.btn[disabled] {
    background-color: #BFD3F2;
}

.btn-back {
    width: 24px;
    height: 24px;
    background: url("../img/arrow-back.svg") no-repeat center/100% transparent;
}

.btn-exit {
    color: #0052CC;
    padding-left: 21px;
    position: relative;
}
.btn-exit:hover {
    color: #0052CC;
}
.btn-exit::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/exit-blue.svg") no-repeat center/auto;
    position: absolute;
    top: 1px;
    left: 0;
}

.btn-menu {
    display: none;
    width: 30px;
    height: 20px;
    margin-right: auto;
    background-color: transparent;
    border-top: 3px solid #1B2A49;
    border-bottom: 3px solid #1B2A49;
    position: relative;
}
.btn-menu::before {
    display: block;
    content: "";
    background-color: #1B2A49;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.input-search,
.select2-search__field {
    background: url("../img/search-blue.svg") no-repeat calc(100% - 16px) 50%/auto rgba(0, 82, 204, 0.1);
    padding: 4px 16px 5px !important;
    min-width: 201px;
    border: 1px solid transparent !important;
    border-radius: 21px;
}
.input-search::placeholder,
.select2-search__field::placeholder {
    color: #909DB4;
}
.input-search:hover, .input-search:focus,
.select2-search__field:hover,
.select2-search__field:focus {
    border-color: #0052CC !important;
}

.select select {
    display: none;
}

.select2-container--default {
    width: auto !important;
}
.select2-container--default .select2-selection--single {
    text-align: left;
    background: url("../img/arrow-down-blue.svg") no-repeat calc(100% - 16px) 17px/auto #fff;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 24px !important;
    position: relative;
}
.select2-container--default .select2-selection--single[aria-expanded=true], .select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--single:focus-visible {
    border-color: #0052CC;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset;
    padding: 9px 66px 10px 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container--default .select2-dropdown {
    background-color: #FFF;
    width: auto !important;
    padding-top: 16px;
    padding-bottom: 8px;
    border: none;
    border-radius: 8px;
    box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.select2-container--default .select2-dropdown .select2-search {
    padding: 0;
}
.select2-container--default .select2-dropdown .select2-search .select2-search__field {
    width: calc(100% - 50px);
    margin: 0 34px 13px 16px;
}
.select2-container--default .select2-dropdown .select2-results__options {
    margin-right: 8px;
}
.select2-container--default .select2-dropdown .select2-results__options::-webkit-scrollbar {
    width: 10px;
}
.select2-container--default .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 13px;
    background-color: #0052CC;
}
.select2-container--default .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
    background-color: rgba(0, 82, 204, 0.1);
    border-radius: 13px;
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option {
    white-space: nowrap;
    padding: 5px 32px 6px;
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0052CC;
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
    color: #1B2A49;
    background-color: rgba(0, 82, 204, 0.2);
}
.select2-container--default .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected:hover {
    color: #1B2A49;
}

.dropdown-select {
    position: relative;
}
.dropdown-select__content {
    display: none;
    width: 224px;
    padding: 16px;
    position: absolute;
    top: 64px;
    right: 0;
}
.dropdown-select.active .dropdown-select__content {
    display: block;
}

.input-checkbox {
    display: block;
    appearance: none;
    background-color: #fff;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 82, 204, 0.5);
    border-radius: 4px;
}
.input-checkbox:hover {
    cursor: pointer;
}
.input-checkbox:checked {
    background: url("../img/checkbox.svg") no-repeat center/auto #0052CC;
    border-color: #0052CC;
}
.input-checkbox[disabled] {
    cursor: default;
    background-color: rgba(0, 82, 204, 0.1);
    border: none;
}

.header {
    width: 100%;
    padding: 10px 36px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
}
.header__profile-link {
    display: block;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    color: #4E9970;
    background-color: #81D0A6;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.header__profile-link:hover {
    color: #4E9970;
}
.header__dropdown-text, .header__dropdown-btn {
    font-size: 12px;
}
.header__dropdown-text {
    max-width: 170px;
    margin-bottom: 16px;
}

.sidebar {
    width: 210px;
    height: 100vh;
    box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1201;
}
.sidebar__logo {
    display: inline-block;
    margin: 29px 0 34px 20px;
}
.sidebar .sidebar-logo__img {
    width: 32px;
    height: 32px;
    margin-right: 7px;
}
.sidebar .sidebar-logo__text {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.sidebar .sidebar-menu-item {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 20px 50%;
    height: 50px;
    padding: 0 20px 0 60px;
}
.sidebar .sidebar-menu-item__text {
    font-weight: 700;
    position: relative;
}
.sidebar .sidebar-menu-item__text--warning::after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #E90E42;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: -15px;
}
.sidebar .sidebar-menu__item.sidebar-menu__item--active {
    color: #fff;
    background-color: #0052CC;
}
.sidebar .sidebar-menu__item.sidebar-menu__item--icon-group {
    background-image: url("../img/group-black.svg");
}
.sidebar .sidebar-menu__item.sidebar-menu__item--active.sidebar-menu__item.sidebar-menu__item--icon-group {
    background-image: url("../img/group-white.svg");
}
.sidebar .sidebar-menu__item.sidebar-menu__item--icon-card {
    background-image: url("../img/card-black.svg");
}
.sidebar .sidebar-menu__item.sidebar-menu__item--active.sidebar-menu__item.sidebar-menu__item--icon-card {
    background-image: url("../img/card-white.svg");
}
.sidebar .sidebar-menu__item.sidebar-menu__item--icon-event {
    background-image: url("../img/event-black.svg");
}
.sidebar .sidebar-menu__item.sidebar-menu__item--active.sidebar-menu__item.sidebar-menu__item--icon-event {
    background-image: url("../img/event-white.svg");
}
.sidebar .sidebar-menu__item.sidebar-menu__item--icon-user {
    background-image: url("../img/user-black.svg");
}
.sidebar .sidebar-menu__item.sidebar-menu__item--active.sidebar-menu__item.sidebar-menu__item--icon-user {
    background-image: url("../img/user-white.svg");
}
.sidebar .sidebar-menu__item.sidebar-menu__item--icon-mortarboard {
    background-image: url("../img/mortarboard-black.svg");
}
.sidebar .sidebar-menu__item.sidebar-menu__item--active.sidebar-menu__item.sidebar-menu__item--icon-mortarboard {
    background-image: url("../img/mortarboard-white.svg");
}
.sidebar .sidebar-menu__item.sidebar-menu__item--icon-folder {
    background-image: url("../img/folder-black.svg");
}
.sidebar .sidebar-menu__item.sidebar-menu__item--active.sidebar-menu__item.sidebar-menu__item--icon-folder {
    background-image: url("../img/folder-white.svg");
}

.date-calendar {
    min-width: auto;
    padding: 30px;
}
.date-calendar button:focus {
    outline: none;
}
.date-calendar .vanilla-calendar-header {
    align-items: center;
    margin-bottom: 22px;
    padding: 0;
}
.date-calendar .vanilla-calendar-header__content {
    order: 1;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    padding-left: 30px;
    position: relative;
}
.date-calendar .vanilla-calendar-header__content::before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: url("../img/calendar.svg") no-repeat center/auto;
    position: absolute;
    left: 8px;
}
.date-calendar .vanilla-calendar-month {
    margin-right: 4px;
}
.date-calendar .vanilla-calendar-arrow_prev {
    order: 2;
}
.date-calendar .vanilla-calendar-arrow_next {
    order: 3;
    margin-left: 5px;
}
.date-calendar .vanilla-calendar-day__btn {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
}
.date-calendar .vanilla-calendar-week__day,
.date-calendar .vanilla-calendar-day__btn,
.date-calendar .vanilla-calendar-header__content,
.date-calendar .vanilla-calendar-month,
.date-calendar .vanilla-calendar-year,
.date-calendar .vanilla-calendar-month:hover,
.date-calendar .vanilla-calendar-year:hover,
.date-calendar .vanilla-calendar-month.vanilla-calendar-month_disabled,
.date-calendar .vanilla-calendar-year.vanilla-calendar-year_disabled {
    color: #1B2A49;
}
.date-calendar .vanilla-calendar-month,
.date-calendar .vanilla-calendar-year {
    padding: 0;
}
.date-calendar .vanilla-calendar-day__btn_selected,
.date-calendar .vanilla-calendar-day__btn_selected:hover,
.date-calendar .vanilla-calendar-months__month.vanilla-calendar-months__month_selected,
.date-calendar .vanilla-calendar-months__month.vanilla-calendar-months__month_selected:hover,
.date-calendar .vanilla-calendar-years__year.vanilla-calendar-years__year_selected,
.date-calendar .vanilla-calendar-years__year.vanilla-calendar-years__year_selected:hover {
    color: #fff;
    background-color: #4B4EFD;
}
.date-calendar .vanilla-calendar-day__btn_today,
.date-calendar .vanilla-calendar-day__btn_today:hover {
    color: #1B2A49;
    background-color: rgba(75, 78, 253, 0.25);
}

.documents-progress {
    width: 158px;
    height: 158px;
    margin-top: 20px;
    position: relative;
}
.documents-progress__content {
    text-align: center;
    width: 100%;
}
.documents-progress .documents-progress-content__text {
    color: #909DB4;
    margin-bottom: 0;
}
.documents-progress .documents-progress-content__text:first-child {
    font-size: 20px;
    line-height: 20px;
}
.documents-progress .documents-progress-content__text:first-child span {
    font-size: 48px;
    line-height: 48px;
    color: #00BF58;
}
.documents-progress .documents-progress-content__text:last-child {
    font-size: 12px;
}
.documents-progress__circle {
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
}
.documents-progress__circle svg {
    width: 100%;
    height: 100%;
}
.documents-progress .circle-progress-value {
    stroke-width: 8px;
    stroke: #00BF58;
    stroke-linecap: round;
}
.documents-progress .circle-progress-circle {
    stroke-width: 8px;
    stroke: #EBEBEB;
}
.documents-progress .circle-progress-text {
    display: none;
}

.homeworks-progress {
    width: 221px;
    height: 221px;
    margin: 26px auto 0;
    position: relative;
}
.homeworks-progress__content {
    text-align: center;
    max-width: 126px;
}
.homeworks-progress .homeworks-progress-content__text {
    color: #909DB4;
    margin-bottom: 0;
}
.homeworks-progress .homeworks-progress-content__text:first-child {
    font-size: 20px;
    line-height: 20px;
}
.homeworks-progress .homeworks-progress-content__text:first-child span {
    font-size: 48px;
    line-height: 48px;
    color: #26A2E8;
}
.homeworks-progress .homeworks-progress-content__text:last-child {
    font-size: 12px;
}
.homeworks-progress__circle {
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: 0;
}
.homeworks-progress__circle:hover + .progress-tooltip, .homeworks-progress__circle:hover + .progress-tooltip + .progress-tooltip {
    display: block;
}
.homeworks-progress__circle svg {
    width: 100%;
    height: 100%;
}
.homeworks-progress .circle-progress-value {
    stroke-width: 7px;
    stroke: #E90E42;
    stroke-linecap: round;
}
.homeworks-progress .circle-progress-circle {
    stroke-width: 7px;
    stroke: #26A2E8;
}
.homeworks-progress .circle-progress-text {
    display: none;
}

.chart-tooltip {
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    width: 30px;
    height: 30px;
    pointer-events: none;
    position: absolute;
    border-radius: 5px;
    transform: translate(0, -100%);
    transition: all 0.1s ease;
}
.chart-tooltip::before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.progress-tooltip {
    display: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    background-color: #fff;
    text-align: center;
    width: 32px;
    height: 32px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    position: absolute;
    border-radius: 5px;
}
.progress-tooltip.progress-tooltip--1 {
    color: #26A2E8;
    top: 30px;
    right: 63px;
}
.progress-tooltip.progress-tooltip--2 {
    color: #E90E42;
    left: 65px;
    bottom: 23px;
}
.progress-tooltip::before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: absolute;
}
.progress-tooltip.progress-tooltip--1::before {
    top: 0;
    right: 0;
}
.progress-tooltip.progress-tooltip--2::before {
    left: 0;
    bottom: 0;
}

.default-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.default-card__title {
    font-size: 16px;
    padding-left: 9px;
    position: relative;
}
.default-card__title::before {
    display: block;
    content: "";
    width: 4px;
    height: 12px;
    border-radius: 8px;
    position: absolute;
    top: 4px;
    left: 0;
}
.default-card__title--label-green::before {
    background-color: #00BF58;
}
.default-card__title--label-white::before {
    background-color: #fff;
}
.default-card__title--label-orange::before {
    background-color: #F68E2E;
}
.default-card__title--label-blue::before {
    background-color: #4B4EFD;
}
.default-card__title--label-yellow::before {
    background-color: #E4CF12;
}
.default-card__title--label-lilac::before {
    background-color: #9900BF;
}
.default-card__title--label-ocean::before {
    background-color: #12BFE4;
}
.default-card__title--label-violet::before {
    background-color: #EB22B3;
}
.default-card__title--label-lime::before {
    background-color: #BAE412;
}
.default-card__title--label-purple::before {
    background-color: #939DFC;
}
.default-card__title--label-dark-blue::before {
    background-color: #29009E;
}
.default-card__content--big {
    padding: 31px 28px 33px 32px;
}
.default-card__content--small {
    padding: 20px 15px 16px 15px;
}
.default-card__content--blue {
    color: #fff;
    background-color: #4B4EFD;
}
.default-card__content--blue .default-card__title {
    color: #fff;
}

.default-notify {
    width: 100%;
    max-width: 233px;
    background-repeat: no-repeat;
    background-position: 26px 16px;
    padding: 54px 26px 19px;
    border-radius: 8px;
}
.default-notify__text, .default-notify__link {
    font-size: 14px;
}
.default-notify__text {
    color: #000;
    max-width: 160px;
}
.default-notify__link {
    display: inline-block;
    text-decoration: underline;
    margin-top: 52px;
    padding-right: 19px;
    position: relative;
}
.default-notify__link:hover {
    text-decoration: underline;
}
.default-notify__link::after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    right: 0;
}
.default-notify__link--error {
    font-weight: 700;
    color: #E90E42;
}
.default-notify__link--error:hover {
    color: #E90E42;
}
.default-notify__link--error::after {
    background-image: url("../img/arrow-right-red.svg");
}
.default-notify--error {
    background-image: url("../img/error.svg");
    background-color: rgba(233, 14, 66, 0.08);
}

.table-responsive {
    margin-bottom: 16px;
}

.table {
    color: #1B2A49;
    margin-bottom: 0;
}
.table th,
.table td {
    border-top: none;
}
.table thead th {
    color: #909DB4;
    border-bottom: 1px solid #909DB4;
}
.table thead th:first-child {
    padding-left: 32px;
}
.table tr td {
    vertical-align: baseline;
    padding-top: 14px;
    padding-bottom: 15px;
}
.table td:first-child {
    padding-left: 32px;
}
.table.table-striped tr:nth-of-type(odd) {
    background-color: #fff;
}
.table tr:nth-of-type(even) {
    background-color: rgba(0, 82, 204, 0.05);
}
.table .black {
    color: #1B2A49;
}
.table .grey {
    color: #909DB4;
}
.table .blue {
    color: #4B4EFD;
}
.table .ocean {
    color: #26A2E8;
}
.table .green {
    color: #00BF58;
}
.table .orange {
    color: #F68E2E;
}
.table .red {
    color: #E90E42;
}
.table .bold {
    font-weight: 700;
}
.table .regular {
    font-weight: 400;
}
.table .icon {
    display: block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.table .icon-check-green {
    background-image: url("../img/check-green.svg");
}
.table .icon-check-blue {
    background-image: url("../img/check-blue.svg");
}
.table .icon-close-red {
    background-image: url("../img/close-red.svg");
}
.table .input-search::placeholder {
    font-weight: 700;
}
.table .hidden-text {
    max-width: 192px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table .table-filter {
    display: inline-block;
    font-weight: 700;
    color: #909DB4;
    padding-right: 12px;
    position: relative;
}
.table .table-filter::before, .table .table-filter::after {
    display: block;
    content: "";
    width: 8px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: absolute;
    right: 0;
}
.table .table-filter::before {
    background-image: url("../img/filter-arrow-up.svg");
    top: 5px;
}
.table .table-filter::after {
    background-image: url("../img/filter-arrow-down.svg");
    top: 13px;
}

.table-hover tbody tr:hover,
.table-hover tbody tr:nth-of-type(odd):hover {
    color: unset;
    background-color: rgba(0, 82, 204, 0.2);
}

.pagination {
    margin-bottom: 16px;
}
.pagination__prev, .pagination__next, .pagination__item {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.pagination__prev, .pagination__next, .pagination__item.active {
    box-shadow: 1px 0px 10px 0 rgba(0, 0, 0, 0.05);
}
.pagination__prev, .pagination__next {
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #fff;
}
.pagination__prev {
    background-image: url("../img/arrow-left-grey.svg");
    background-position: 45% 50%;
    margin-right: 8px;
}
.pagination__next {
    background-image: url("../img/arrow-right-grey.svg");
    background-position: 55% 50%;
    margin-left: 8px;
}
.pagination__item {
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}
.pagination__item.active {
    color: #fff;
    background-color: #0052CC;
}
.pagination__item.disabled {
    color: #909DB4;
}

.main {
    padding-top: 109px;
    padding-left: 242px;
}
.main__content {
    max-width: 1024px;
}

.chart {
    width: 100%;
    height: auto;
}

.home-page-row {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 16px;
}
.home-page-row .default-card {
    margin-right: 16px;
}
.home-page-row .default-card:last-child {
    margin-right: 0;
}

.home-page-title {
    margin-bottom: 22px;
}

.home-page-row__card-1 {
    flex: 0 1 48%;
}
.home-page-row__card-1 .home-page-row-card-1__row {
    display: flex;
    flex-flow: row nowrap;
}

.home-page-row__card-2 {
    display: flex;
    flex-flow: row nowrap;
    flex: 0 1 52%;
}
.home-page-row__card-2 .default-card__content {
    border-radius: 8px 0 0 8px;
}
.home-page-row__card-2 .home-calendar {
    flex: 0 1 50%;
}

.home-page-row-card-1__content {
    margin-right: 24px;
}

.home-page-row__card-3 {
    flex: 0 1 34%;
}

.home-page-row__card-4 {
    flex: 0 1 66%;
}
.home-page-row__card-4 .home-page-row-card-4__row {
    display: flex;
    flex-flow: row nowrap;
}
.home-page-row__card-4 .default-card__content {
    height: 100%;
}

.home-page-row-card-4__content {
    margin-right: 18px;
}

.home-page-row-card-4__content-right {
    flex: 0 1 75%;
    margin-top: auto;
}

.card-shedule {
    margin-top: 8px;
}
.card-shedule .card-shedule-date {
    font-weight: 700;
    margin-bottom: 5px;
}
.card-shedule .card-shedule-date__first, .card-shedule .card-shedule-date__last {
    display: inline-block;
}
.card-shedule .card-shedule-date__first {
    font-size: 24px;
    margin-right: 8px;
}
.card-shedule .card-shedule-date__last {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}
.card-shedule__text {
    font-size: 12px;
    margin-bottom: 20px;
}
.card-shedule__title-item, .card-shedule__content-item {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
}
.card-shedule__title-item {
    font-size: 14px;
    margin-bottom: 4px;
}
.card-shedule__content-item {
    margin-bottom: 8px;
}
.card-shedule__content-item span {
    font-size: 16px;
    color: #fff;
}

.card-statistics {
    margin-top: 27px;
}
.card-statistics__title, .card-statistics__text,
.card-statistics .card-statistics-item__number {
    font-weight: 700;
}
.card-statistics__title {
    margin-bottom: 1px;
}
.card-statistics__text {
    font-size: 12px;
    color: #909DB4;
    margin-bottom: 17px;
}
.card-statistics__item {
    text-align: center;
    max-width: 80px;
    margin-bottom: 14px;
}
.card-statistics__item:last-of-type {
    margin-bottom: 0;
}
.card-statistics__item .card-statistics-item__number {
    font-size: 48px;
    margin-bottom: 0;
}
.card-statistics__item .card-statistics-item__number--green {
    color: #00BF58;
}
.card-statistics__item .card-statistics-item__number--red {
    color: #E90E42;
}
.card-statistics__item .card-statistics-item__text {
    font-size: 12px;
    color: #909DB4;
}

.date-slider__btn {
    width: 7px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: transparent;
    border: none;
}
.date-slider__btn:focus {
    outline: none;
}
.date-slider__btn--prev {
    background-image: url("../img/arrow-left.svg");
}
.date-slider__btn--next {
    background-image: url("../img/arrow-right.svg");
}
.date-slider__text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #0052CC;
    margin: 0 4px 2px;
}

.documents-page-title {
    margin-bottom: 32px;
}

.documents-page-row {
    margin: 0 -8px;
}
.documents-page-row .default-card {
    flex: 0 1 220px;
    min-height: 198px;
    margin: 0 8px 32px;
}
.documents-page-row .default-card__title {
    min-height: 39px;
}
.documents-page-row .default-card__content {
    height: 100%;
}
.documents-page-row .default-card__content--success {
    height: calc(100% - 51px);
}
.documents-page-row .default-card .document-card-content__text--mt {
    margin-top: 26px;
}

.document-card-content {
    height: 100%;
}
.document-card-content__text {
    font-size: 12px;
    color: #909DB4;
    max-width: 180px;
    margin-bottom: 37px;
}
.document-card-content__btn {
    margin: auto auto 0;
}

.document-card__success {
    text-align: center;
    color: #fff;
    background-color: #00BF58;
    padding: 15px;
    border-radius: 0 0 8px 8px;
}
.document-card__success .document-card-success__text {
    display: inline-block;
    padding-left: 27px;
    position: relative;
}
.document-card__success .document-card-success__text::before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/check-white.svg") no-repeat center/100%;
    position: absolute;
    top: 2px;
    left: 0;
}

.document-card-content-files__item {
    color: #000;
    margin-bottom: 9px;
    padding-left: 20px;
    position: relative;
}
.document-card-content-files__item::before {
    display: block;
    content: "";
    width: 13px;
    height: 16px;
    background: url("../img/file-black.svg") no-repeat center/100%;
    position: absolute;
    top: 2px;
    left: 0;
}
.document-card-content-files__item:last-child {
    margin-bottom: 0;
}

.document-card-content__status {
    margin-top: 41px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.document-card-content__status--process {
    color: #26A2E8;
}
.document-card-content__status--process::before {
    display: block;
    content: "";
    width: 22px;
    height: 18px;
    background: url("../img/reload.svg") no-repeat center/100%;
    position: absolute;
    top: 2px;
    left: 0;
}
.document-card-content__status--error {
    color: #E90E42;
    padding-left: 25px;
}
.document-card-content__status--error::before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/error-close.svg") no-repeat center/100%;
    position: absolute;
    top: 2px;
    left: 0;
}

.order-page-title {
    margin-bottom: 19px;
}
.order-page-title__btn {
    margin-top: 1px;
    margin-right: 8px;
}
.order-page-title__number {
    color: #909DB4;
    margin-left: 16px;
}

.order-card {
    max-width: 712px;
    padding: 32px 32px 46px;
    margin-bottom: 20px;
}
.order-card__header {
    font-weight: 700;
    margin-bottom: 16px;
}
.order-card__header .order-card-header__label {
    font-size: 12px;
    text-transform: uppercase;
    color: #26A2E8;
    background-color: rgba(38, 162, 232, 0.3);
    padding: 2px 11px;
    border-radius: 19px;
}
.order-card__header .order-card-header__date {
    font-size: 16px;
    color: #909DB4;
}
.order-card__title {
    font-size: 24px;
    margin-bottom: 26px;
}
.order-card__row {
    display: flex;
    flex-flow: row nowrap;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}
.order-card__row:last-child {
    margin-bottom: 0;
}
.order-card__row .order-card-row__name {
    color: #909DB4;
}
.order-card__row--type-1 .order-card-row__name {
    flex: 0 0 71px;
}
.order-card__row--type-2 .order-card-row__name {
    flex: 0 0 256px;
}
.order-card__city {
    font-size: 16px;
    margin-left: 71px;
    margin-bottom: 32px;
    padding-left: 24px;
    position: relative;
}
.order-card__city::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/location.svg") no-repeat center/100%;
    position: absolute;
    top: 4px;
    left: 0;
}
.order-card__footer {
    margin-top: 32px;
    padding: 24px 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.page-filters {
    margin: 20px 0 8px;
}
.page-filters__item {
    margin-right: 16px;
    margin-bottom: 16px;
}
.page-filters__item:last-child {
    margin-right: 0;
}

.shedule-page-row {
    margin-bottom: 20px;
}
.shedule-page-row .table-responsive {
    flex: 0 1 640px;
}
.shedule-page-row .table-responsive .table th {
    padding-top: 32px;
    padding-bottom: 3px;
}
.shedule-page-row .table-responsive .table td {
    font-size: 16px;
    font-weight: 700;
    color: #909DB4;
    padding-top: 10px;
    padding-bottom: 10px;
}
.shedule-page-row .table-responsive .table .size-14 {
    font-size: 14px;
}
.shedule-page-row .table-responsive .table .size-20 {
    font-size: 20px;
}
.shedule-page-row .shedule-page-calendars {
    flex: 0 1 267px;
    margin-left: 27px;
}
.shedule-page-row .shedule-page-calendars .date-calendar {
    margin-bottom: 13px;
}
.shedule-page-row .shedule-page-calendars .date-calendar:last-child {
    margin-bottom: 0;
}

.homework-table thead th {
    color: #909DB4;
    vertical-align: middle;
    padding-bottom: 7px;
}
.homework-table thead th p:last-child {
    font-size: 12px;
}
.homework-table tr td {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
}
.homework-table tr td:first-child {
    color: #909DB4;
}

.orders-table th {
    padding-top: 22px;
    padding-bottom: 15px;
}

@media screen and (max-width: 1199px) {
    .main {
        padding-right: 16px;
    }
    .main__content {
        max-width: 100%;
    }
    .home-page-title,
    .home-page-row {
        max-width: 500px;
    }
    .home-page-row {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .home-page-row .default-card {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .home-page-row__card-1, .home-page-row__card-2, .home-page-row__card-3, .home-page-row__card-4 {
        flex-basis: 100%;
    }
    .shedule-page-row .table-responsive,
    .shedule-page-row .shedule-page-calendars {
        flex-basis: 100%;
    }
    .shedule-page-row .table-responsive {
        order: 2;
    }
    .shedule-page-row .shedule-page-calendars {
        display: flex;
        flex-flow: row nowrap;
        order: 1;
        margin-left: 0;
    }
    .shedule-page-row .shedule-page-calendars .date-calendar {
        flex: 0 1 100%;
        margin-right: 16px;
    }
    .shedule-page-row .shedule-page-calendars .date-calendar:last-child {
        margin-right: 0;
        margin-bottom: 13px;
    }
}
@media screen and (max-width: 991px) {
    .header {
        padding-left: 16px;
        padding-right: 16px;
    }
    .btn-menu {
        display: block;
    }
    .sidebar {
        width: 100%;
        padding-top: 68px;
        left: -100%;
        z-index: 1199;
        box-shadow: none;
        transition: left 0.5s;
    }
    .sidebar.active {
        left: 0;
    }
    .main {
        padding-left: 16px;
    }
    .main .home-page-title,
    .main .home-page-row {
        margin-left: auto;
        margin-right: auto;
    }
    .table tr td {
        white-space: nowrap;
    }
}
@media screen and (max-width: 767px) {
    .select.page-filters__item {
        flex: 0 1 100%;
        margin-right: 0;
    }
    .select2-container--default .select2-selection--single {
        height: auto;
    }
    .select2-container--default .select2-dropdown .select2-results__options .select2-results__option {
        white-space: unset;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        white-space: unset;
    }
    .shedule-page-row .shedule-page-calendars {
        flex-wrap: wrap;
    }
    .shedule-page-row .shedule-page-calendars .date-calendar {
        margin-right: 0;
    }
}
@media screen and (max-width: 575px) {
    .default-card__content--big {
        padding: 16px;
    }
    .home-page-row__card-1 .home-page-row-card-1__row {
        flex-wrap: wrap;
    }
    .home-page-row__card-1 .home-page-row-card-1__row .home-page-row-card-1__content {
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .home-page-row__card-1 .home-page-row-card-1__row .home-page-row-card-1__content .documents-progress {
        margin-left: auto;
        margin-right: auto;
    }
    .home-page-row__card-1 .home-page-row-card-1__row .default-notify {
        max-width: 100%;
    }
    .home-page-row__card-1 .home-page-row-card-1__row .default-notify__text {
        max-width: 100%;
    }
    .home-page-row__card-2 {
        flex-wrap: wrap;
    }
    .home-page-row__card-2 .default-card__content {
        flex: 0 1 100%;
        border-radius: 8px 8px 0 0;
    }
    .home-page-row__card-2 .date-calendar {
        width: 100%;
    }
    .home-page-row__card-3 .default-card__title {
        margin-bottom: 10px;
    }
    .home-page-row__card-4 .home-page-row-card-4__row {
        flex-wrap: wrap;
    }
    .home-page-row__card-4 .home-page-row-card-4__row .home-page-row-card-4__content {
        flex: 0 1 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .home-page-row__card-4 .home-page-row-card-4__row .home-page-row-card-4__content .card-statistics {
        text-align: center;
    }
    .home-page-row__card-4 .home-page-row-card-4__row .home-page-row-card-4__content .card-statistics__item {
        max-width: 100%;
    }
    .home-page-row__card-4 .home-page-row-card-4__row .home-page-row-card-4__content-right {
        flex-basis: 100%;
    }
    .documents-page-row {
        margin: 0;
    }
    .documents-page-row .default-card {
        flex-basis: 100%;
        margin: 0 0 16px;
    }
    .documents-page-row .default-card .document-card-content__text {
        max-width: 100%;
    }
    .order-card {
        padding: 16px;
    }
    .order-card__row {
        flex-wrap: wrap;
    }
    .order-card__row .order-card-row__text {
        flex-basis: 100%;
        margin-top: 5px;
    }
    .order-card__city {
        margin-left: 0;
    }
}
