

/* Start:/local/templates/new-design/styles.css?17380581651099*/
.content h2.content-h2 {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin: 0 0 37px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}



.content h2.content-h2:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 100%;
    height: 5px;
    background: #1480C0;
    border-radius: 100px;
    position: absolute;
    bottom: 1px;
    left: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .content h2.content-h2 {
        font-size: 36px;
        line-height: 21px;
        padding: 0 0 20px 0;
    }
}

@media (max-width: 767.98px) {
    .content h2.content-h2 {
        font-size: 25px;
        line-height: 21px;
        padding: 0 0 15px 0;
        margin: 0 0 32px 0;
    }

    .content h2.content-h2:after {
        height: 3px;
    }
}

@media (max-width: 575.98px) {
    .content h2.content-h2 {
        display: block;
        font-size: 18px;
        line-height: 21px;
        padding: 0 0 10px 0;
    }

    .content h2.content-h2:after {
        width: 100%;
    }
}


/* End */


/* Start:/local/templates/new-design/static/assets/ege_lists.css?174730709621542*/
.loading-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    /* Можно настроить цвет и прозрачность */
    z-index: 999;
    /* Убедитесь, что он находится выше основного контента */
}

/* Анимация для слайда вправо */
.slide-in-right {
    animation: slideInRight 0.5s forwards;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Анимация для слайда влево */
.slide-in-left {
    animation: slideInLeft 0.5s forwards;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.detail__page__title {
    display: none;
}

.detail__page .ege_lists h2,
.detail__page__title {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.detail__page .ege_lists h2 a,
.detail__page__title a {
    color: #000000;
    text-decoration: none;
}

.detail__page .ege_lists h2 a:hover,
.detail__page__title a:hover {
    color: #000000;
    text-decoration: none;
}

.detail__page .ege_lists h2:after,
.detail__page__title:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 100%;
    height: 5px;
    background: #000000;
    border-radius: 100px;
    position: absolute;
    bottom: 1px;
    left: 0;
    padding: 0;
}

@media (max-width: 991.98px) {

    .detail__page .ege_lists h2,
    .detail__page__title {
        font-size: 36px;
        line-height: unset;
        padding: 0 0 20px 0;
    }
}

@media (max-width: 767.98px) {

    .detail__page .ege_lists h2,
    .detail__page__title {
        font-size: 25px;
        line-height: 21px;
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }

    .detail__page .ege_lists h2:after,
    .detail__page__title:after {
        height: 3px;
    }
}

@media (max-width: 575.98px) {

    .detail__page .ege_lists h2,
    .detail__page__title {
        display: block;
        font-size: 18px;
        line-height: 21px;
        padding: 0 0 10px 0;
    }

    .detail__page .ege_lists h2:after,
    .detail__page__title:after {
        width: 100%;
    }
}

.ege_lists {
    color: #111111;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 35px;
}

@media (max-width: 991px) {
    .ege_lists {
        flex-wrap: unset;
    }
}

.ege_lists-top {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 30px;
    /* gap: 25px; */
}

@media (max-width: 991px) {
    .ege_lists-top {
        flex-direction: column-reverse;
    }
}

.ege_lists-search_block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ege_lists-search_block-title {
    color: #808080;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
}

.ege_lists-search_block-title span {
    color: #000;
}

.ege_lists-search_block-text {
    color: #1480c0;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 15px;
}

.ege-sum-item.no-item.active {
    display: none;
}

.ege_lists-search {
    display: flex;
    flex-direction: column;
    border: 1px solid #c4c4c4;
    width: 471px;
    height: 301px;
    padding: 35px 28px;
    gap: 15px;
}

@media (max-width: 991px) {
    .ege_lists-search {
        width: 100%;
        padding: 37px 25px 35px 19px;
        height: 100%;
    }
}

.ege_lists-search-form {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    gap: 12px;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .ege_lists-search-form {
        gap: 15px;
    }
}

.ege_lists-search-form-field label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    user-select: none;
}

@media (max-width: 991px) {
    .ege_lists-search-form-field label {
        font-size: 12px;
    }
}

.ege_lists-search-form-field input {
    font-size: 18px;
    border: 1px solid #c4c4c4;
    width: 100%;
    height: 41px;
    padding: 0 20px;
}

.ege_lists-search-form-field input.active {
    border: 1px solid #1480C0;
    box-shadow: 0px 4px 20px #1480C040;
}

.ege_lists-search-form-check {
    font-size: 13px;
    font-weight: 500;
    /* line-height: 25px; */
    display: flex;
    align-items: center;
    gap: 9px;
    user-select: none;
}

@media (max-width: 991px) {
    .ege_lists-search-form-check {
        font-size: 11px;
    }
}

.ege_lists-search-form-check input[type="checkbox"] {
    display: none;
}

.ege_lists-search-form-check label {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    min-width: 20px;
    height: 20px;
    border: 1px solid #C4C4C4;
    cursor: pointer;
    margin: 0;
}

.ege_lists-search-form-check label::after {
    content: '';
    position: static;
    display: block;
    width: 12px;
    height: 12px;
    background-color: transparent;
}

.ege_lists-search-form-check input[type="checkbox"]:checked+label::after {
    background-color: #1480C0;
}

.ege_lists-search-form-button button {
    width: 100%;
    height: 41px;
    background: #1480C0;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: background .6s ease;
    -o-transition: background .6s ease;
    transition: background .6s ease;
    padding: 0 50px;
    user-select: none;
    width: fit-content;
}

.ege_lists-search-form-button button:hover {
    background: #808080;
    -webkit-transition: background .6s ease;
    -o-transition: background .6s ease;
    transition: background .6s ease;
}

.ege_lists-search-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
}

@media (max-width: 991px) {
    .ege_lists-search-title {
        font-size: 17px;
    }
}

.ege_lists-original {
    display: flex;
    flex-direction: column;
    background-color: #1480C0;
    width: 451px;
    height: 301px;
    padding: 38px 30px;
    gap: 10px;
    background-repeat: no-repeat;
    background-position: right 35px bottom 25px;
    background-size: 105px;
    background-image: url(/local/templates/new-design/static/assets/images/student-activity_logo.png);
}

@media (max-width: 991px) {
    .ege_lists-original {
        width: 100%;
        /* height: 374px; */
        height: fit-content;
        background-position: right 25px bottom 17px;
        background-size: 76px;
        padding: 15px 20px 30px
    }
}

.ege_lists-original-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    max-width: 337px;
}

.ege_lists-original-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    max-width: 287px;
}

.ege_lists-original-button button {
    margin-top: 15px;
    width: 100%;
    height: 35px;
    background: transparent;
    /* -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25); */
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: background .6s ease;
    -o-transition: background .6s ease;
    transition: background .6s ease;
    padding: 0 32px;
    user-select: none;
    width: fit-content;
}

.ege_lists-original-button button:hover {
    background: #fff;
    color: #1480C0;
    -webkit-transition: background .6s ease;
    -o-transition: background .6s ease;
    transition: background .6s ease;
}

.ege_lists-main {
    display: flex;
    flex-direction: column;
    gap: 29.24px;
}

.ege_lists-facult-link {
    height: 57.76px;
    border-left: 3px solid #1480C0;
    padding-left: 21px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #1480C0;
    width: fit-content;
}


.ege_lists-facult-link.active {
    color: #111111;
}

.ege_lists-facult-link:hover {
    color: #14519A;
}

.ege_lists-table-content {
    position: relative;
    overflow: hidden;
    /* opacity: 0; */
    margin-top: 20px;
    padding: 20px 15px 0 15px;
    min-height: 400px;
}

.ege_lists-table-content_inner {

    display: none;
}

.ege_lists-table.animating .ege_lists-table-filter-item {
    pointer-events: none;
}

@media (max-width: 991px) {
    .ege_lists-table-content {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }
}

.ege_lists-table-content.hide {
    opacity: 0;
    transform: translateX(0);

}

.ege_lists-table-name {
    height: 30px;
    border-left: 3px solid #1480C0;
    padding-left: 9px;
    margin-left: -9px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #1480C0;
    cursor: pointer;
    margin-bottom: 30px;
}

.ege_lists-table-name.active {
    color: #111111;
}

.ege_lists-table-name:hover {
    color: #14519A;
}

@media (max-width: 991px) {
    .ege_lists-table-name {
        margin-left: 9px;
        height: fit-content;
    }
}

.ege_lists-table_wrap {
    display: none;
    padding-left: 18px;
    overflow: hidden;
    /* flex-direction: column;
    gap: 40px; */
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.ege_lists-table_wrap.active {
    opacity: 1;
}

@media (max-width: 991px) {
    .ege_lists-table_wrap {
        padding: 0;
        margin: 0 -15px;
        /* padding: 0 15px; */
    }
}

/* .ege_lists-table_wrap.active {
    display: flex !important;
} */
.ege_lists-table-content_wrap {
    display: none;
    padding-left: 18px;
    overflow: hidden;
    /* flex-direction: column;
    gap: 40px; */
    opacity: 0;
    transition: opacity 0.3s ease-in;
    margin-bottom: 44px;
}

@media (max-width: 991px) {
    .ege_lists-table-content_wrap {
        padding-left: 0;
        margin: 0 -15px 80px;
    }
}

.ege_lists-table-content_wrap.active {
    opacity: 1;
}

.ege_lists-table {
    /* padding-bottom: 10px; */
    /*display: flex;
    flex-direction: column;
     gap: 30px; */
    position: relative;
}

@media (max-width: 991px) {
    .ege_lists-table {
        margin: 0 15px;
    }
}


.ege_lists-table:last-child {
    padding: 0;
}

.ege_lists-table:first-child {
    padding-top: 29.24px;
}



.ege_lists-table-filter {
    position: relative;
    height: 57px;
    border-radius: 29px;
    background-color: rgba(128, 128, 128, 0.1);
    display: flex;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    gap: 5px;
    padding: 0 40px;
    user-select: none;
}

@media (max-width: 991px) {
    .ege_lists-table-filter {
        /* width: 100%; */
        width: -webkit-fill-available;
        flex-wrap: wrap;
        row-gap: 6px;
        column-gap: 35px;
        height: 100%;
        /* padding: 10px 18px; */
        padding: 10px 10px 10px 18px;
        border-radius: unset;
        align-content: flex-start;
        height: fit-content;
    }
}

@media (max-width: 576px) {
    .ege_lists-table-filter {
        column-gap: 5px;
    }
}

.ege_lists-table-filter-item {
    color: #1480C0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
    transition: all 0.2s ease-out;
    /* transition: background-color 0.3s, color 0.3s; */
    z-index: 50;
    margin: 0 30px;
    padding: 0;
    border-radius: 20px;
}

@media (max-width: 1200px) {
    .ege_lists-table-filter-item {
        margin: 0 20px;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .ege_lists-table-filter-item {
        font-size: 12px;
        line-height: 30px;
    }
}

.ege_lists-table-filter-item:hover {
    color: #14519A;
}

.ege_lists-table-filter-item.active {
    opacity: 1;
    background-color: rgba(20, 128, 192, 1);
    color: #fff;
    height: 36px;
    align-content: center;
    pointer-events: none;
    padding: 0 30px;
    margin: 0;
}

@media (max-width: 1200px) {
    .ege_lists-table-filter-item.active {
        padding: 0 20px;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .ege_lists-table-filter-item.active {
        height: 30px;
    }
}

.ege_lists-table-filter-slider {
    position: absolute;
    /* bottom: 0; */
    left: 0;
    height: 36px;
    background-color: rgba(20, 128, 192, 1);
    border-radius: 20px;
    transition: all 0.3s ease-out;
}

@media (max-width: 991px) {
    .ege_lists-table-filter-slider {
        height: 30px;
    }
}

.ege-table {
    width: 926px;
}

.ege-table.sum {
    width: 100%;
}

.ege-table tr {
    border-bottom: 1px solid #C4C4C4;
}

.ege-table tr.current {
    background-color: rgba(20, 128, 192, 0.2);
    /* border-top: double 3px #C4C4C4;
    border-bottom: double 3px #C4C4C4; */
}

.ege-table tr.redline {
    border-top: 3px solid #D71B1B;
    /* background-color: rgba(196, 196, 196, 0.2); */
}

.ege-table tr.redline:not(.current) {
    background-color: rgba(196, 196, 196, 0.2);
}

tr.redline~tr {
    background-color: rgba(196, 196, 196, 0.2);
}


.detail__page table.ege-table th {
    font-weight: 700;
    text-align: right !important;
}

.detail__page table.ege-table th.ege-sum-th {
    border-right: 1px solid #1480C0;
    cursor: pointer;
}

.detail__page table.ege-table th.ege-sum-th::before {
    content: '+ баллы по предметам';
    display: block;
    width: 189px;
    height: fit-content;
    position: absolute;
    /* border-bottom: 1px solid #1480C0; */
    /* bottom: 1px; */
    top: 0;
    padding: 0;
    opacity: 1;
    color: #1480C0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
    line-height: 21px;
    margin-left: 105px;
}

.detail__page table.ege-table th.ege-sum-th.active::before {
    content: '- баллы по предметам';
}

.detail__page table.ege-table th.ege-sum-th:hover::before {
    color: #14519A;
}

.detail__page table.ege-table th.ege-sum-th_item {
    border-top: 1px solid #1480C0;
    display: none;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center !important;
}

.detail__page table.ege-table th.ege-sum-th_item.active {
    display: table-cell;
}

.detail__page table.ege-table th:last-child {
    border-left: 1px solid #1480C0;
}

.detail__page table.ege-table td {
    font-weight: 300;
}

.detail__page table.ege-table td.ege-sum {
    cursor: pointer;
}

.detail__page table.ege-table td.ege-sum-item {
    display: none;
}

.detail__page table.ege-table td.ege-sum-item.active {
    display: table-cell;
}

.detail__page table.ege-table td,
.detail__page table.ege-table th {
    border: none;
    text-align: right;
    font-size: 14px;
    line-height: 21px;
    color: #32383f !important;
    padding-right: 15px;
    height: 48px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .detail__page table.ege-table thead {
        display: none;
    }

    .ege-table,
    .ege-table tbody,
    .ege-table tr {
        /* display: block; */
        width: 100%;
    }

    .ege-table tr {
        border-top: 1px solid #C4C4C4;
    }

    .detail__page table.ege-table td,
    .detail__page table.ege-table td.ege-sum.active {
        position: relative;
        color: #000 !important;
    }

    .detail__page table.ege-table td:not(:first-child) {
        display: block;
        /* padding-left: 50%; */
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
    }

    .detail__page table.ege-table td:not(:first-child).ege-sum-item {
        display: none;
    }

    .detail__page table.ege-table td:not(:first-child).ege-sum-item.active {
        display: block;
    }


    .detail__page table.ege-table td:not(:first-child)::before,
    .detail__page table.ege-table td.ege-sum.active::before {
        content: attr(data-label);
        position: absolute;
        left: 70px;
        /* width: 50%; */
        /* padding-left: 10px; */
        padding-right: 30px;
        text-align: left;
        color: #818080 !important;
        font-size: 12px;
        font-weight: 500;
        line-height: 21px;
    }

    .detail__page table.ege-table td.ege-sum::before,
    .detail__page table.ege-table td.ege-sum {
        color: #1480C0 !important;
        text-decoration: underline;
    }

    .detail__page table.ege-table td:nth-child(2) {
        margin-top: 15px;
    }

    .detail__page table.ege-table td:last-child {
        margin-bottom: 15px;
    }

    .ege-table-num {
        position: absolute;
        top: 50%;
        /* right: 50%; */
        /* right: 0; */
        right: -40%;
        font-size: 30px;
        font-weight: 700;
        line-height: 21px;
        user-select: none;
    }
}

.detail__page table.ege-table .no-item.active {
    display: none !important;
}

.ege-orig .ege-orig-img {
    width: 100%;
    height: 21px;
    background-image: url(/local/templates/new-design/static/assets/images/ege-orig.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: right;
}


@media (max-width: 768px) {

    td.ege-sum-item.active[data-label="Иностранный язык в профессиональной деятельности (английский)"],
    td.ege-sum-item.active[data-label="Профессиональное испытание по теории и практике физической культуры"],
    td.ege-sum-item.active[data-label="Тестирование по специальным дисциплинам соответствующего бакалавриата"],
    td.ege-sum-item.active[data-label="Творческое испытание по основному музыкальному инструменту, сольфеджио и вокалу"] {
        height: 70px;
    }
}

@media (max-width: 486px) {
    td.ege-sum-item.active[data-label="Творческое испытание по основному музыкальному инструменту, сольфеджио и вокалу"] {
        height: 90px;
    }
}

@media (max-width: 452px) {

    td.ege-sum-item.active[data-label="Обществознание (основы общественных наук)"],
    td.ege-sum-item.active[data-label="Физика в профессиональной деятельности"] {
        height: 70px;
    }
}

@media (max-width: 440px) {
    td.ege-sum-item.active[data-label="Тестирование по специальным дисциплинам соответствующего бакалавриата"] {
        height: 90px;
    }
}

@media (max-width: 414px) {

    td.ege-sum-item.active[data-label="Иностранный язык в профессиональной деятельности (английский)"],
    td.ege-sum-item.active[data-label="Профессиональное испытание по теории и практике физической культуры"] {
        height: 90px;
    }
}

@media (max-width: 381px) {
    td.ege-sum-item.active[data-label="Творческое испытание по основному музыкальному инструменту, сольфеджио и вокалу"] {
        height: 110px;
    }
}

@media (max-width: 361px) {
    td.ege-sum-item.active[data-label="Тестирование по специальным дисциплинам соответствующего бакалавриата"] {
        height: 110px;
    }
}

@media (max-width: 342px) {
    td[data-label="Индивидуальные достижения"] {
        height: 70px !important;
    }
}
/* End */
/* /local/templates/new-design/styles.css?17380581651099 */
/* /local/templates/new-design/static/assets/ege_lists.css?174730709621542 */
