<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/new-design/static/assets/student.css?174807753212851*/
.student {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 35px
}

@media (max-width: 767.98px) {
    .student {
        flex-wrap: unset;
    }
}

.detail__page__title {
    display: none
}

.detail__page .student-img__block {
    padding: 20px;
    width: 100%;
    /* height: 503px; */
    aspect-ratio: 16 / 9;
    border: 1px solid #1480C0;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .detail__page .student-img__block {
        padding: 13px;
    }
}

.detail__page .student-img__image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.campus .campus-list .row {
    row-gap: 30px;
    padding-bottom: 30px;
}

.campus .campus__item {
    display: flex;
    flex-direction: column-reverse;
    height: 314px;
    padding: 30px 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (max-width: 767.98px) {
    .campus .campus__item {
        height: 189px;
        padding: 20px;
    }
}

.campus .campus__item-data {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 280px;
}

.campus .campus__item-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.campus .campus__item-link {
    width: 139px;
    height: 35px;
    border: 1px solid #FFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    display: block;
    overflow: hidden;
    -webkit-transition: background .6s ease, color .6s ease;
    -o-transition: background .6s ease, color .6s ease;
    transition: background .6s ease, color .6s ease;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .campus .campus__item-link {
        left: 112px;
        bottom: 20px
    }
}

.campus .campus__item-link span {
    position: relative;
    z-index: 1
}

.campus .campus__item-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: width 1.2s ease;
    -o-transition: width 1.2s ease;
    transition: width 1.2s ease;
    border-radius: 20px;
    z-index: 0;
    display: none
}

.campus .campus__item-link:hover {
    color: #1480C0;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background .6s ease, color .6s ease;
    -o-transition: background .6s ease, color .6s ease;
    transition: background .6s ease, color .6s ease
}

/* .campus .col-xl-6 .campus__item {
background-image: url(/local/templates/new-design/static/assets/images/index/campus-bg-1.png); }
@media (max-width: 1199.98px) {
  .campus .col-xl-6 .campus__item {
    background-image: url(/local/templates/new-design/static/assets/images/index/campus-bg-2.png); } }
@media (max-width: 991.98px) {
  .campus .col-xl-6 .campus__item {
    background-image: url(/local/templates/new-design/static/assets/images/index/campus-bg-1.png); } } */
.modal-campus .modal-header {
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .modal-campus .modal-header {
        text-align: center;
        font-size: 18px;
        padding-left: 90px;
        padding-right: 90px;
    }
}

.modal-campus .modal-dialog {
    width: 100%;
    max-width: 829px;
}

@media (max-width: 575.98px) {
    .modal-campus .modal-dialog {
        width: auto;
    }
}

.modal-campus .modal__img {
    max-height: 421px;
    object-fit: cover;
    width: 100%;
    margin: 0 !important;
}

.modal-campus .modal-footer {
    border: 0;
    padding: 30px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .modal-campus .modal-footer {
        padding-top: 12px;
        padding-bottom: 21px;
    }
}

.modal-campus .modal__text {
    padding: 31px;
    color: #32383F;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 0 !important;
}

@media (max-width: 575.98px) {
    .modal-campus .modal__text {
        padding: 24px 21px 0 21px;
    }
}

.detail__page .student h2 {
    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 .student h2 a {
    color: #000000;
    text-decoration: none;
}

.detail__page .student h2 a:hover {
    color: #000000;
    text-decoration: none;
}

.detail__page .student h2: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 .student h2 {
        font-size: 36px;
        line-height: unset;
        padding: 0 0 20px 0;
    }
}

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

    .detail__page .student h2:after {
        height: 3px;
    }
}

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

    .detail__page .student h2:after {
        width: 100%;
    }
}

.detail__page .student h3 {
    font-weight: 500;
    font-size: 26px;
    color: #32383F;
    padding: 0 0 10px 0;
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.student-activity__row {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.student-activity-text {
    color: #32383F;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
}

@media (max-width: 767.98px) {
    .student-activity-text {
        padding-bottom: 30px;
    }
}

.student-activity__item {
    display: flex;
    flex-direction: column;
    height: 194px;
    background-color: #000000;
    padding: 38px 28px;
    background-repeat: no-repeat;
    background-position: right 23px center;
    background-size: 96px;
    background-image: url(/local/templates/new-design/static/assets/images/TGPU_sign-t-rgb1.png);
    width: 400px;
    justify-content: space-between;
}

.student-activity__item:nth-of-type(even) {
    align-items: flex-end;
    text-align: right;
    background-position: left 15px center;
}

@media (max-width: 767.98px) {
    .student-activity__item {
        height: 141px;
        padding: 13px 20px 20px;
        width: 100%;
        align-items: unset !important;
        text-align: unset !important;
        background-position: right 15px center !important;
    }
}

.student-activity__item-data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.student-activity__item-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.student-activity__item-text {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.student-activity__item-link {
    width: 139px;
    height: 35px;
    border: 1px solid #FFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #FFF !important;
    text-align: center;
    display: block;
    overflow: hidden;
    -webkit-transition: background .6s ease, color .6s ease;
    -o-transition: background .6s ease, color .6s ease;
    transition: background .6s ease, color .6s ease;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .student-activity__item-link {
        left: 112px;
        bottom: 20px
    }
}

.student-activity__item-link span {
    position: relative;
    z-index: 1;
}

.student-activity__item-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: width 1.2s ease;
    -o-transition: width 1.2s ease;
    transition: width 1.2s ease;
    border-radius: 20px;
    z-index: 0;
    display: none
}

.student-activity__item-link:hover {
    color: #1480C0 !important;
    background: #fff;
    text-decoration: none;
    -webkit-transition: background .6s ease, color .6s ease;
    -o-transition: background .6s ease, color .6s ease;
    transition: background .6s ease, color .6s ease
}

.detail__page .ait {
    padding: 0 !important;
}

.student-life-text {
    color: #32383F;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
    padding-bottom: 30px;
}

@media (max-width: 767.98px) {
    .student-life-text {
        width: 100%;
    }
}

.student-life__item {
    border: 1px solid #000000;
    padding: 13px 20px 30px 20px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 295px;
    width: 295px;
}

@media (max-width: 767.98px) {
    .student-life__item {
        min-width: 272px;
        width: 272px;
    }
}

.student-life__row {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    /* margin: 0 -15px; */
}

@media (max-width: 767.98px) {
    .student-life__row {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        scrollbar-width: none;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 -15px;
    }
}

.student-life__item-data {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.student-life__item-title {
    color: #111111;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 25px;
}

.student-life__item-text {
    opacity: 0.8;
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.student-life__item-link {
    position: relative;
    opacity: 0.8;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    width: 100%;
    display: block;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 15px;
}

.student-life__item-link:hover {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.student-life__item-link:hover .student-life__item-link-arrow {
    width: 80px;
    -webkit-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.student-life__item-link-text {
    font-weight: normal;
    font-size: 12px;
    color: #d44822;
    display: block;
    text-align: left;
}

.student-life__item-link-arrow {
    /* position: absolute; */
    width: 55px;
    height: 11px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: auto;
    left: 85px;
    -webkit-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.student-life__item-link-arrow:before {
    content: '';
    width: 100%;
    height: 1.5px;
    background-color: #d44822;
    /* position: absolute; */
    left: 0;
    display: block;
}

.student-life__item-link-arrow:after {
    content: '';
    width: 7.5px;
    height: 7.5px;
    border-top: 2px solid #d44822;
    border-right: 2px solid #d44822;
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    /* border-radius: 2px; */
}

.campus__show-all {
    width: 186px;
    height: 35px;
    border: 1px solid #1480C0;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #1480C0;
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: background .6s ease, border .6s ease, color .6s ease;
    -o-transition: background .6s ease, border .6s ease, color .6s ease;
    transition: background .6s ease, border .6s ease, color .6s ease;
}

@media (max-width: 767.98px) {
    .campus__show-all {
        bottom: 0;
    }
}

.campus__show-all span {
    position: relative;
    z-index: 1;
}

.campus__show-all:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #1480C0;
    -webkit-transition: width 1.2s ease;
    -o-transition: width 1.2s ease;
    transition: width 1.2s ease;
    z-index: 0;
    display: none;
}

.campus__show-all {
    display: none;
}

.campus__show-all:hover {
    border: 1px solid #808080;
    color: #ffffff;
    background: #808080;
    text-decoration: none;
    -webkit-transition: background .6s ease, border .6s ease, color .6s ease;
    -o-transition: background .6s ease, border .6s ease, color .6s ease;
    transition: background .6s ease, border .6s ease, color .6s ease;
}
/* End */


/* Start:/local/templates/new-design/components/bitrix/news.list/campus/style.css?1715679433216*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}
#modal-prepod .modal-dialog{
max-width: 900px;
}

/* End */


/* Start:/local/templates/new-design/components/bitrix/news.list/student-news/style.css?17150188961460*/
.detail__page .ait{
    padding-top: 30px;
}
.detail__page .ait h2.student-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;
}

.detail__page .ait h2.student-h2 a {
    color: #000000;
    text-decoration: none;
}

.detail__page .ait h2.student-h2 a:hover {
    color: #000000;
    text-decoration: none;
}

.detail__page .ait h2.student-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) {
    .detail__page .ait h2.student-h2 {
        font-size: 36px;
        line-height: 21px;
        padding: 0 0 20px 0;
    }
}

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

    .detail__page .ait h2.student-h2:after {
        height: 3px;
    }
}

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

    .detail__page .ait h2.student-h2:after {
        width: 100%;
    }
}
/* End */
/* /local/templates/new-design/static/assets/student.css?174807753212851 */
/* /local/templates/new-design/components/bitrix/news.list/campus/style.css?1715679433216 */
/* /local/templates/new-design/components/bitrix/news.list/student-news/style.css?17150188961460 */
</pre></body></html>