.info-student-page .wrapper {
    overflow: visible;
}

.info-student-page .select__search {
    top: 55px;
}

.info-student-page .select__dropdown {
    top: 113px;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.2);
}

.info-student-page .select__arrow {
    left: unset;
    right: 20px;
}

.info-student-page .select__title {
    background-color: var(--white);
    border: 1px solid var(--grey7);
    padding: 17px 20px;
}

.info-student__schedule-table tbody tr,
.info-student__schedule-table thead tr {
    border-bottom: 1px solid var(--grey3);
    width: 100%;
}

.info-student__schedule-table {
    width: 100%;
    border-collapse: collapse;
}

.info-student__schedule-table tbody tr td,
.info-student__schedule-table thead tr th {
    padding: 10px 8px;
    text-align: center;
}

.info-student__schedule-table tbody tr.sub-row {
    border-bottom: 1px solid var(--lightest-grey3);
}

.align-top {
    vertical-align: top;
}

.align-center {
    vertical-align: middle;
}

.info-student__practice-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

.info-student__box {
    width: 100%;
}

.info-student__block {
    margin-bottom: 50px;
}

.info-student__filter {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
}

.info-student__filter-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.info-student__inner.edutype_3.hidden,
.info-student__inner.edutype_4.hidden {
    display: none;
}

.info-student__docs-wrapper {
    display: flex;
    flex-direction: column;
}

.info-student__practice-link {
    display: flex;
    align-items: center;
    background: var(--lightest-grey);
    padding-left: 25px;
    margin-bottom: 20px;
}

.info-student__practice-methodological {
    border-bottom: 1px solid var(--lightest-grey2);
}

.info-student__practice-link a {
    font-size: 18px;
    color: inherit;
    transition: all 0.3s ease;
    padding: 20px 30px;
}

.info-student__practice-link a:hover {
    color: var(--grey4);
}

.info-student__img-wrap {
    max-width: 50px;
    flex-shrink: 0;
}

.info-student__practice-item {
    background-color: var(--lightest-grey);
    padding: 25px 30px;
}

.info-student__practice-list:not(:last-child) {
    margin-bottom: 30px;
}

.info-student__practice-subtitle {
    font-weight: 600;
    font-size: 20px;
    color: var(--blue);
}

.info-student__item {
    font-weight: 500;
    color: var(--grey7);
    margin-top: 20px;
}

.info-student__practice-item:not(:last-child) {
    margin-bottom: 40px;
}

.info-student__subtitle-bottom {
    font-size: 18px;
    color: inherit;
    margin-bottom: 20px;
}

.info-student__tab {
    position: sticky;
    top: 30px;
}

.info-student__tab svg {
    flex-shrink: 0;
}

.info-student__content {
    display: none;
}

.info-student__content.active {
    display: block;
}

.info-student__select {
    display: none;
}

@media (max-width: 1200px) {
    .info-student__content {
        max-width: 600px;
    }
}

@media (max-width: 1024px) {
    .info-student__tab {
        top: 130px;
    }
}

@media (max-width: 940px) {
    .info-student__tab {
        position: absolute;
        width: 100%;
    }

    .info-student__tab.select__dropdown {
        top: 55px;
        z-index: 3;
        padding: 0;
    }

    .info-student__content {
        max-width: unset;
    }

    .info-student__tab_desk {
        display: none;
    }

    .info-student__select {
        display: block;
        width: 100%;
    }
}

@media (max-width: 425px) {
    .info-student__filter {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
}
