<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section--new-top {
    overflow: hidden;
}

    .section--new-top:before {
        content: "";
        width: 132px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 28.4vw;
        -webkit-transform: skewX(16deg);
        -ms-transform: skewX(16deg);
        transform: skewX(16deg);
        z-index: 5;
        background: #f7941e;
        background: -o-linear-gradient(23deg, #f7941e 0, #e16327 100%);
        background: linear-gradient(67deg, #f7941e, #e16327);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7941e",endColorstr="#e16327",GradientType=1);
    }

@media (max-width: 1280px) {
    .section--new-top:before {
        width: 80px;
        left: 69px;
    }
}

@media (max-width: 767px) {
    .section--new-top:before {
        left: -10%;
    }
}

.section--new-top:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: #000;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(29%, rgba(0, 0, 0, 0.849177)), color-stop(57%, #000));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.849177) 29%, #000 57%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.849177) 29%, #000 57%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

@media (max-width: 1024px) {
    .section--new-top:after {
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(29%, rgba(0, 0, 0, 0.3)), to(#000));
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 29%, #000 100%);
        background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 29%, #000);
    }
}

.new-top {
    position: relative;
    z-index: 3;
    height: 26.25rem;
}

.new-top__img {
    width: 100%;
    height: 100%;
    position: relative;
}

    .new-top__img img,
    .new-top__img picture {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: scale-down;
        object-fit: scale-down;
        -o-object-position: left;
        object-position: left;
    }

@media (max-width: 1080px) {
    .new-top__img img,
    .new-top__img picture {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.new-top__body-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

@media (max-width: 560px) {
    .new-top__body-wrap {
        top: 29%;
    }
}

.new-top__body {
    width: 100%;
    max-width: 46.0625rem;
}

    .new-top__body .title--sub {
        margin: 10px 0 0;
    }



@media (max-width: 1300px) {
    .container--padding-mob {
        padding: 0 1rem;
    }
}


.header-second {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: #fff;
    -webkit-overflow-scrolling: auto;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

    .header-second.scroll {
        -webkit-transform: translateY(-55px);
        -ms-transform: translateY(-55px);
        transform: translateY(-55px);
    }

.new-footer .header-second {
    position: relative;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-second__top-wrap {
    border-bottom: 1px solid #d1d5db;
}

.header-second .burger {
    display: none;
    margin: 0 0 0 0.9375rem;
}

@media (max-width: 767px) {
    .header-second .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header-second__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    width: 100%;
}

@media (min-width: 1025px) {
    .search-is-open .header-second__top {
        padding-right: 18px;
    }
}

.header-second__top .logo {
    display: block;
    width: 8.8125rem;
    height: 2.125rem;
}

    .header-second__top .logo img {
        width: 100%;
        height: 100%;
    }

.header-second__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8125rem 2rem;
}

@media (max-width: 1366px) {
    .header-second__body {
        padding: 12px 16px;
    }
}

@media (min-width: 1024px) {
    .header-second__body {
        min-height: 6rem;
    }
}

.new-footer .header-second__body {
    padding: 20px 0;
}

@media (max-width: 560px) {
    .new-footer .header-second__body {
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .new-footer .header-second__body .desert-logo {
            margin: 0 auto;
        }

        .new-footer .header-second__body .social-block {
            margin: 0 auto 1.875rem;
        }
}

@media (min-width: 1024px) {
    .header-second--secondary .header-second__body {
        min-height: 5.5rem;
    }
}

@media (max-width: 1365px) {
    .header-second .social-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .header-second .social-block li {
            margin: 8px;
        }
}

@media (max-width: 1920px) {
    .header-second--secondary {
        max-width: 1902px
    }
}

.header-second--secondary .header-second__body {
    padding-left: 0;
    padding-right: 0;
}

.header-second--secondary .burger {
    margin: 0 0 0 auto;
}

.list-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 2.6875rem;
}

.header-second--secondary .list-menu {
    margin: 0 auto 0 0;
}

@media (max-width: 767px) {
    .list-menu {
        display: none;
    }
}

.list-menu li + li {
    margin: 0 2.75rem 0 0;
}

.list-menu li.is-current a {
    font-weight: 700;
}

.list-menu a {
    font-size: 1.125rem;
    color: #333;
}

@media (min-width: 1280px) {
    .list-menu a {
        font-size: 1.375rem;
    }

    .new-footer .list-menu a {
        font-size: 1.125rem;
    }
}

@media (min-width: 1366px) {
    .new-footer .list-menu a {
        font-size: 1.375rem;
    }
}

.list-menu a:hover {
    color: #c05602;
}

.list-menu--grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin: 0 3.75rem 0 0;
    grid-gap: 0.5rem 0;
}

@media (max-width: 1365px) {
    .list-menu--grid {
        margin: 0 1.5rem 0 0;
    }
}

@media (max-width: 1023px) {
    .list-menu--grid {
        display: none;
    }
}

.list-menu--grid li + li {
    margin: 0;
}

@media (max-width: 767px) {
    .list-menu {
        display: none
    }
}

.list-menu li + li {
    margin: 0 2.75rem 0 0
}

.list-menu li.is-current a {
    font-weight: 700
}

.list-menu a {
    font-size: 1.125rem;
    color: #333
}

@media (min-width: 1280px) {
    .list-menu a {
        font-size: 1.375rem
    }

    .new-footer .list-menu a {
        font-size: 1.125rem
    }
}

@media (min-width: 1366px) {
    .new-footer .list-menu a {
        font-size: 1.375rem
    }
}

.list-menu a:hover {
    color: #c05602
}

.list-menu--grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin: 0 3.75rem 0 0;
    grid-gap: .5rem 0
}

@media (max-width: 1365px) {
    .list-menu--grid {
        margin: 0 1.5rem 0 0
    }
}

@media (max-width: 1023px) {
    .list-menu--grid {
        display: none
    }
}

.list-menu--grid li + li {
    margin: 0
}

.desert-logo {
    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: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.new-footer .desert-logo {
    margin: 0 auto 0 0
}

.desert-logo__icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 100%;
    margin: 0 .4375rem 0 0
}

 

.desert-logo__icon img {
    width: 100%;
    height: 100%;
    border-radius: 100%
}

.desert-logo__title {
    font-size: 1.25rem
}

@media (min-width: 1280px) {
    .desert-logo__title {
        font-size: 1.5rem
    }
}

.desert-logo__title span:first-child {
    font-weight: 700
}

.button--search-secondary {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 100%;
    background-color: rgba(192, 86, 2, .15);
    margin: 0 0 0 auto;
    -webkit-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear
}

@media (min-width: 1280px) {
    .button--search-secondary {
        width: 2.75rem;
        height: 2.75rem
    }
}

.button--search-secondary svg {
    width: 1rem;
    height: 1rem
}

.button--search-secondary:hover {
    background-color: #f37421;
    color: #fff
}

.new-footer .social-block {
    margin: 0 0 0 auto
}

.new-footer {
    padding: 2.25rem 0
}

@media (max-width: 767px) {
    .new-footer {
        padding: 2.25rem 0 110px
    }
}

 
 

.third-page {
    padding: 5.5rem 0 0
}

@media (max-width: 1365px) {
    .third-page {
        padding: 4.25rem 0 0
    }
}

html.lenis {
    height: auto
}

    html.lenis.lenis-smooth {
        scroll-behavior: auto
    }

        html.lenis.lenis-smooth [data-lenis-prevent] {
            -ms-scroll-chaining: none;
            overscroll-behavior: contain
        }

    html.lenis.lenis-stopped {
        overflow: hidden
    }

    html.lenis.lenis-scrolling iframe {
        pointer-events: none
    }
@media (min-width: 768px) {
    .section--third .section__triangles {
        width: 63%;
    }
}

@media (min-width: 1024px) {
    .section--third .section__triangles {
        width: 59vw;
    }
}


.section--third .section__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 17px;
    background-color: #fff;
    height: 2.875rem;
}

@media (max-width: 767px) {
    .section--third .section__nav {
        bottom: 20px;
        top: auto !important;
    }

    .u-and-com .section--third .section__nav {
        bottom: 51px;
    }
}

.section--third .section__nav .swiper-button:first-child {
    margin-left: 10px;
}



@media (min-width: 1500px) {
    .picture-block--second .picture-block__content {
        margin: 5% -5% 0 0;
    }
}

@media (min-width: 1680px) {
    .picture-block--second .picture-block__content {
        margin: 7% -5% 0 0;
    }
}

.picture-block--second.reverse .info-block__text {
    -webkit-line-clamp: 4 !important;
    min-height: 55px !important;
}

@media (min-width: 1024px) {
    .picture-block--second.reverse .info-block__title {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .combination-current-newsSlider .picture-block--second .picture-block__content {
        margin: 2% 5% 0 2%!important;
    }
}

.info-block__title {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 1.33;
    color: #333;
    margin: 0 0 0.625rem;
}

.little-event__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: -9px 2px 5px 0;
}

.little-event__time {
    padding: 9px 0 0;
}



.little-event__time .link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.little-event__time .link__icon {
    width: 32px;
    height: 30px;
    margin: 0 0 0 11px;
}

.little-event--small .little-event__time .link__text {
    line-height: 1.55;
}

@media (max-width: 1024px) {
    .little-event__time .link__text {
        font-size: 1rem;
    }

    .little-event--small .little-event__time .link__text {
        font-size: 1.125rem;
    }
}

.little-event__time .link:first-child {
    margin: 0 0 6px;
}

.little-event--small {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .little-event--small .little-event__time {
        padding: 3px 0 0;
    }

    .little-event--small .link__text {
        margin: 10px 0 0;
    }

        .little-event--small .link__text span {
            display: block;
            line-height: 1.25;
        }

    .little-event--small .little-event__info {
        width: 5.125rem;
        height: 5.125rem;
    }

        .little-event--small .little-event__info span:first-child {
            font-size: 2.125rem;
        }

@media (max-width: 440px) {
    .little-event--small .little-event__info span:first-child {
        font-size: 2.5rem;
    }
}

.little-event--small .little-event__info span:last-child {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
}

.little-event--big {
    padding: 1.125rem 1.875rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 560px) {
    .little-event--big {
        padding: 1.25rem;
    }

        .little-event--big .link__text {
            font-size: 1.125rem;
        }
}

.little-event--big .little-event__info {
    width: 6.4375rem;
    height: 6.25rem;
}

@media (max-width: 560px) {
    .little-event--big .little-event__info {
        width: 4rem;
        height: 4rem;
    }
}

.little-event--big .little-event__info span:first-child {
    font-size: 3.5rem;
}

@media (max-width: 560px) {
    .little-event--big .little-event__info span:first-child {
        font-size: 2.5rem;
    }
}

.little-event--big .little-event__info span:last-child {
    font-size: 1.25rem;
}

@media (max-width: 560px) {
    .little-event--big .little-event__info span:last-child {
        font-size: 0.875rem;
    }
}

.little-event--gray {
    background-color: #f1f1f1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

    .little-event--gray .little-event__info {
        background-color: #fff;
    }
.soc-include__bottom {
    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;
    -webkit-transform: translateY(-78px);
    -ms-transform: translateY(-78px);
    transform: translateY(-78px);
}

.soc-include__bottom .button__text {
    font-weight: 700;
}

.section--connection .title--mid {
    margin: 0 auto 23px;
}

.section--connection .title--mid {
    max-width: 620px;
}

.section--connection .title--sub-second {
    max-width: 620px;
    margin: 0 auto;
}

.section--connection .button--main {
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 0.69em 2.5em;
    font-weight: 400;
    color: #fff;
    background: -webkit-gradient(linear,left top,right top,from(#e16327),to(#f7941e));
    background: -o-linear-gradient(left,#e16327 0,#f7941e 100%);
    background: linear-gradient(90deg,#e16327,#f7941e);
    border-radius: 4px;
    min-height: 3.125rem;
}

.showcase-form__top-info a {
    color: #333;
    border-bottom: 1px solid #c05602;
    -webkit-transition: border-color 0.3s linear;
    -o-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear;
}

.showcase-form__top-info a:hover {
    border-color: rgba(0, 0, 0, 0);
}

.section--grand.section--gray {
    background: #fff;
}


.section.section--soc-include {
    background-color: #ffff;
}

.desert-logo {
    flex-direction: row !important;
}

.header-second__body .list-menu li {
    margin: 0 2.75rem 0 0;
}
.header-second .burger {
    margin: 0 0.9375rem  0 0;
}



.slide-min__time {
    right: auto;
}


.form-item .inp__field {
    padding: 0.8125rem 0 0 1.4375rem;
}

.small-menu {
    right: 42px;
    left: auto;
}

.section--study .title--dark.title--middle {
    margin: 2.5625rem 0 0 2.6875rem;
}

.section--cards .section__triangles {
    top: 0;
    left: 0;
    right: auto;
}

.section--program-second .program-second__body ul li {
    text-align: left !important;
}

.section--program-second .program-second__body ul li::before {
    left: 0;
    right: auto !important;
    margin-left: 0 !important;
    transform: skewX(35deg) !important;
}

.soc-include__bottom .button {
    padding: 0 1.0625rem;
}

.desert-logo__title {
    margin-left: 0.5rem;
    width: 10rem;
}

.show-all__icon {
    margin-left: 5px;
}
.share-link + .share-link {
    margin: 0 0.75rem 0 0;
}
.share-link__name {
    font-size: small;
}
.tooltip-mini__icon {
    margin: 0 -1px 0 0.25rem;
}
.record {
     right: auto; 
}
.record__text {
    margin: 0 0 0 0.4375rem;
    left: -1rem;
    position: relative;
}
.record__cirk {
    left: 2.2rem;
    position: relative;
}
.advantages-item {
    border-left: none;
    border-right: 1px solid #9b9da0;
}
.advantages-item:after {
    transform: scaleX(1);
}
.advantages-item:before {
    transform: scaleY(-1);
}
.section--chances .section__triangle {
    left: auto;
}
.chances-block__list .chances-item:not(:nth-child(3)) {
    border-right: 1px solid #ececec;
}
.chances-block__list .chances-item:nth-child(3) {
    border-right: none;
}
.computer-science {
    justify-content: flex-start;
}
.computer-science .swiper-button.swiper-button--prev {
     left: -8%; 
}
.computer-science .swiper-button.swiper-button--next {
    right: 7%;
}
.science-item:after {
    bottom: 1rem;
}
.section--looking-for .looking-for__img {
    transform: scaleX(-1);
}
.degree-block__list .degree-block__item:first-child {
    margin: 0 1.875rem 1.25rem 0;
}
.drop-block__close {
    left: auto;
}
.quote-item__body {
    margin: 0 0 0 2.625rem;
}
.quote-item:after {
    transform: scaleX(-1);
}
.facultet-item__top {
    justify-content: flex-start;
}
.facultet-item__bottom-text span {
    margin: 0 0 0 0.3125rem;
}
.sms-item--user {
    margin-left: 0;
    margin-right: auto;
    flex-direction: row-reverse;
}
.sms-item--answer {
    margin-left: auto;
    margin-right: 0;
    flex-direction: row;
}
.sms-item--answer .sms-item__message:after {
    left: auto;
    transform: scaleX(1);
}
.program-block__board {
    padding: 1.25rem 0 0.8125rem 1.75rem;
}
.program-block__board {
    text-align: left;
    clip-path: polygon(0 0, 100% 0, 86% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 98%);
}
.program-block__control {
    text-align: left;
    padding: 0.3125rem 0 0.3125rem 1.625rem;
    border-right: none;
}
.simple-accordion__body {
    text-align: left;
}
.section--enter-program li {
    text-align: left !important;
    padding-left: 1.75rem !important;
    padding-right: 0 !important;
}
.section--enter-program li:before {
    right: auto !important;
    transform: skewX(35deg) !important;
}
.section--connection .section__triangle img {
    margin-right: 95px;
    margin-left: 0;
    transform: scaleX(-1);
}
.section--degree {
    padding: 0 0 0 1rem;
}


.section--new-top:before {
    left: auto;
    right: 28.4vw;
    transform: skewX(-16deg);
}
.section--new-top:after, .new-top {
    transform: scaleX(-1);
}
.event-item__img {
    margin: 0 30px 0 0;
}
.event-item__text {
    margin: 0 15px 0 0;
}
.form--article-test .form__item-icon--search {
    left: auto;
    right: 1rem;
}
.form--article-test .form__input {
    padding: 0 0 0 0.9375rem;
}
.inp__arrow {
    left: inherit;
    right: 1.125rem;
}
.checkbox-container--simple .item .label-text {
    padding: 0 0 0 0.375rem; 
}
.date-item__numb {
    margin: 0 0.6875rem 0 0;
}
.include-item__text {
    text-align: left;
}
.checkbox-container--simple .item input:checked ~ span:after {
    transform: translate(4px, 5px) scale(1);
}
.inp__dropdown-wrapper:not(.catalog-drop-wrapper):not(.conditions-drop-wrapper):not(.clear-inp__dropdown-wrapper) ul li {
    padding: 1rem 0.75rem 1rem 0.875rem !important;
    text-align: left;
}
.custom-select-item__check {
    margin: 0 0.5rem 0 0;
}
.small-search--mini .small-search__clear {
    right: 22px;
    left: auto;
}
.small-search--mini .small-search__icon {
    left: 0.625rem;
    right: auto;
}
.small-search--mini .small-search__input {
    width: 90%;
    margin-left: 20px;
}
.inner-top__content-body {
    text-align: left;
}
.articles-lobby .inner-top__content-body {
    align-items: flex-start;
}

.desert-top__body .button--default-hover:hover:after {
    opacity: 0;
}
.extended-tech-card {
    margin-top: 5rem;
}

.extended-tech-card .article-wrap__sidebar .staff-member-title {
    line-height: 1.8rem;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 11px;
}

.extended-tech-card .article-wrap__sidebar .staff-member-title span {
    border-bottom: 3px solid #c05602;
}

.extended-tech-card .article-wrap__sidebar .tags {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.extended-tech-card .article-wrap__sidebar .tags ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.extended-tech-card .article-wrap__sidebar .tags ul li {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 .5rem !important;
    list-style: none;
}

.extended-tech-card .article-wrap__sidebar .tags ul li a {
    font-size: .875rem;
    line-height: 1.05rem;
    color: #c05602;
    border: 1px solid #c05602;
    padding: .1875rem .5625rem;
    border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    -ms-border-radius: 2.5rem;
    -o-border-radius: 2.5rem;
}

.extended-tech-card .article-wrap__sidebar .tags li:before,
.extended-tech-card .article-wrap__sidebar .buttons li:before,
.section--extended-technology .service-item__top li:before {
    content: none !important;
}

.extended-tech-card .article-wrap__sidebar .buttons ul,
.section--extended-technology .service-item__top ul {
    margin: 0 .6875rem;
    padding: 0;
    display: flex;
    align-items: center;
}

.extended-tech-card .article-wrap__sidebar .buttons ul li,
.section--extended-technology .service-item__top ul li {
    padding: 0 .3875rem !important;
    margin: 0 !important;
    position: relative;
}

.extended-tech-card .article-wrap__sidebar .buttons .link--dop,
.section--extended-technology .service-item__top .link--dop {
    margin-bottom: 0;
}

.section--extended-technology .service-item__top {
    flex-direction: row;
}

.section--extended-technology .service-item__tags {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0 0 1.375rem;
}

.section--extended-technology .service-item__top .button--favorite {
    margin: 0;
}

.section--extended-technology .staff-member-title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0 0 11px;
}

.section--extended-technology .staff-member-title span {
    border-bottom: 3px solid #c05602;
}

.section--extended-technology .card-link {
    margin: 0;
}

.section--extended-technology,
.article-wrap__main.extended-tech-card {
    margin-bottom: 5rem;
}

.section--extended-technology .service-item__title {
    margin: 0 0 0.575rem;
}

.section--extended-technology .service-item__category {
    margin: 0;
}

.section--extended-technology .service-item__bottom {
    position: relative;
    min-height: 2rem;
}

.section--extended-technology .service-item {
    padding: 1.125rem 1.125rem 0.1875rem
}

.section--extended-technology .share-drop.js-drop {
    width: 17rem;
}

.header-second__top-wrap {
    position: absolute;
    top: -56px;
    width: 100vw;
    left: 0;
    background: white;
}

.header-second__body {
    position: relative;
}

.header-second {
    top: 3.5rem;
}

.faculty-item--small .faculty-item__body .faculty-item__title {
    line-height: 1.5;
}

/*mobile*/
@media (max-width: 1024px) {
    .extended-tech-card {
        display: flex;
        flex-direction: column-reverse;
    }

    .extended-tech-card .article-wrap__sidebar--school {
        margin: 0 auto 5.8125rem;
        padding-right: 0;
    }
    .extended-tech-card .title.title--mid.title--bold.title--dark {
        padding-left: 0.7rem;
    }
    .extended-tech-card .article-wrap__sidebar--school:after {
        content: none;
    }
    .faculty-item--small .faculty-item__ava {
        right: auto;
    }

    .faculty-item--inner .faculty-item__body .faculty-item__title {
        line-height: 1.5;
    }

    .search-block {
        top: 0 !important;
        background-color: #fff;
    }

    .search-catalog__sidebar {
        top: 0;
    }

    .checkbox-item__check {
        margin: 0 0.5rem 0 0;
    }

    .filter-sidebar__b-checks .checkbox-item:first-child {
        margin: 0 1.5rem 0 0 !important;
    }

    .event-item__buttons .button {
        width: 148px;
    }
    
    .quote-item__title {
         width: 100%; 
    }

    .facultet-item__top {
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    .section--computer {
        margin: 0 0 3.125rem 1rem;
    }

    .arrow-uniq {
        margin: 0.3125rem -0.25rem 0.5rem 0;
    }

    .soc-include__slider {
        padding: 0 0 0 1rem;
    }

    .section__triangles .title {
        margin: 1.5625rem 0 0 1.0625rem;
    }

    .section--cards .section__top {
        margin: 2.0625rem 1.125rem 0 0;
    }

    
    

    .program-second__slider,
    .computer-science__slider, .number-tabs__buttons,
    .faq-block__accordion, .quote-item__title
    .section--small-about .about-item__bottom,
    .section--small-about .about-item__body {
        width: 100%;
    }

    .section--new-top:before {
        right: -10%;
    }
    .event-item__img {
        margin: 0 0 16px;
    }
    .inner-bottom {
        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;
        text-align: center;
        margin: 2.5rem 0 0;
    }    

    .soc-include__slider {
        width: 100%;
        margin: 0;
    }

    .section.section--grand.section--gray .grand-block__list {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
/*desktop*/
@media (min-width: 1024px) {

    .extended-tech-card {
        display: flex;
        flex-direction: row;
    }
    .ou-content .news-artcicles {
        margin: 0 auto 9.375rem;
    }

    .ou-content.catalog-wrap.catalog-wrap--nm {
        margin-top: 0;
    }
    .extended-tech-card .article-wrap__sidebar--school {
        padding-right: 1rem;
    }
    .article-search__checks .checkbox-container:first-child {
        margin: 0 1rem 0 0;
    }
    .event-item__buttons .button--default-hover {
        margin: 0 0 0 22px;
    }

    .degree-block__content {
        margin: 0 4.5% 0 0;
    }

    .picture-block--second .picture-block__image:after {
        left: auto;
        top: 0;
    }

    .bakalavr-block__content {
        margin: 5% 9.5% 0 0;
    }

    .bakalavr-block__img {
        transform: scaleX(-1);
    }

    .science-item__socials {
        left: auto;
    }

    .manager-item__body {
        margin: 4px 0 0 0.88542vw;
    }

    .organizationalUnit .computer-science__text {
        transform: translateX(20%) !important;
    }

    .share-link + .share-link {
        max-width: 19%;
    }

    .desert-logo__title {
        width: 10rem;
    }

    .section__triangles .title {
        margin: 0.5625rem 0 0 1.6875rem;
    }

    .card-item__date span {
        text-align: left;
    }

    .desert-logo__icon img {
        width: 48px;
    }

    .section--third.left-triangle .section__triangles {
        right: 0;
        left: auto;
    }

    

    .footer__body {
        padding: 5.6875rem 0 0 3.5rem;
    }

    .footer__left .logo {
        left: 42%;
    }
    .picture-block--second.reverse .picture-block__image:after {
        left: 0;
        transform: scaleX(1);
    }

    .footer__menu li {
        margin: 0 1.0625rem 0 0;
    }

 

    .social-block li {
        margin: 0 1.375rem 0 0;
    }

    .more-item__body {
        padding: 0 0 0 2rem;
    }
}

@media (max-width: 560px) {
    .new-footer .header-second__body .desert-logo {
        order: 3;
    }
}

@media (max-width: 468px) {
    .lang-block {
        margin: 0 0 0 0.75rem;
    }

    .desert-logo__title {
        width: 8rem;
    }
}
@media (max-width: 360px) {
    .mfp-content .contact-popup .faculty-item__ava {
        margin: 0;
    }
}
.organization-unit-body .three-cube .service-item__top_end .share-drop .share-drop__list {
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .combination-current-newsSlider .picture-block__content .info-block .info-block__title {
        font-size: 1.5rem;
    }
}
/* MAIN PART START */

/* MAIN PART END */

/*CollaborationsBlockList START*/

/*CollaborationsBlockList END*/

/*PodcastVideoAndArticleSlider START*/
.organization-unit-podcast-audio-articles .slide-article .arrow {
    transform: matrix(1, 0, 0, 1, 0, 0);
    margin: 1rem 0 0 0.5rem;
}
/*PodcastVideoAndArticleSlider END*/

/*GeneralEventWithImage START*/
.organization-unit-general-event .title--medium-third {
    padding-right: 1.3rem;
    padding-left: 0;
}
.organization-unit-general-event .little-event__info {
    margin: 0 1rem 0 0;
}
.organization-unit-general-event .picture-block--second .info-block .button {
    margin: 1rem 0 auto;
}
@media (max-width: 1024px) {
    .organization-unit-general-event.section--third .section__triangles img {
        transform: scaleX(1);
    }
    .organization-unit-general-event .picture-block__image img, .picture-block__image picture {
        left: 10px;
    }
}
@media (min-width: 1024px) {
    .organization-unit-general-event.section--third .section__triangles img {
        transform: scaleX(-1);
    }
    .organization-unit-general-event .picture-block--second.reverse .picture-block__image:after {
        left: auto;
        transform: scaleX(-1);
        right: 0;
    }
    .organization-unit-general-event.section--third.left-triangle .section__triangles {
        right: auto;
        left: 0;
        transform: scaleX(1);
    }
}
/*GeneralEventWithImage END*/

/*GeneralHeroHeader START*/
 
.desert-top .desert-top__body {
    text-align: left;
}
.desert-top .form--search .button--submit {
    left: inherit;
    right: -1px;
    border-radius: 0 4px 4px 0;
}
/*GeneralHeroHeader END*/


/*StaffMembers START*/
.staff-members-lobby.blocklist .search-catalog__tips-block {
    margin: 0 0.9375rem 0 0;
}
/*StaffMembers START*/


/*GENERIC COMPONENTS*/
.organization-unit-body .quote-item:after {
    transform: scaleX(1);
}

@media (max-width: 1024px) {
    .organization-unit-body .event-item__buttons .button--secondary {
        width: 100%;
    }
    .organization-unit-body .extended-tech-card .share-drop.js-drop.open .share-drop__body:before {
        right: 9.8rem;
    }
    .organization-unit-body .masters-block__slider-nav {
        left: 0;
    }
    .organization-unit-body .extended-tech-card .share-drop.js-drop.open .share-drop__body:after {
        right: 9.6rem;
    }
}

footer.new-footer .list-menu--grid {
    margin: 0 3.75rem 0 0;
}

footer.new-footer.organization-unit-footer .desert-logo {
    margin: 0;
}

footer.new-footer.organization-unit-footer .list-menu--grid {
    margin: 0 2rem 0 0;
}

footer.new-footer.organization-unit-footer .header-second__body .list-menu li {
    margin: 0 0 0 2.75rem;
}
/* START ExtendedTechnologyCatalogItem */
.extendedTechnologyCatalogItem .organization-unit-body .content-block p img {
    width: 100%;
    height: auto;
}
@media (min-width: 1200px) {
    .extendedTechnologyCatalogItem .organization-unit-body .article-wrap__main.extended-tech-card .article-wrap__content {
        margin-left: 5rem;
        margin-right: auto;
    }
}
@media (min-width: 1650px) {
    .extendedTechnologyCatalogItem .organization-unit-body .article-wrap__main.extended-tech-card {
        margin-left: -12.5%;
        margin-right: 0;
    }
}
@media(max-width: 767px) {
    .extendedTechnologyCatalogItem .organization-unit-body .extended-tech-card .article-wrap__content ul {
        margin-right: 0;
        margin-left: 2rem;
    }
}



.extendedTechnologyCatalogItem .organization-unit-body .share-drop {
    left: -3.5rem;
    right: unset;
}

.extendedTechnologyCatalogItem .organization-unit-body .share-drop__body:before {
    left: 4.0625rem;
    right: unset;
}

.extendedTechnologyCatalogItem .organization-unit-body .share-drop__body:after {
    left: 3.875rem;
    right: unset;
}
/* END ExtendedTechnologyCatalogItem */

/* START ExtendedGeneralCatalog */
.extendedGeneralCatalog .organization-unit-body .filter-sidebar__body {
    padding: 0 .5625rem 0 0;
}

.extendedGeneralCatalog .organization-unit-body .filter-item__button {
    padding: 1.875rem .8125rem 1.875rem 0;
}

.extendedGeneralCatalog .organization-unit-body .filter-button__text {
    margin: 0 0 0 .625rem;
}

@media (max-width: 768px) {
    .extendedGeneralCatalog .organization-unit-body .search-catalog__sidebar {
        padding: .75rem 0 0 .75rem;
    }
}

.extendedGeneralCatalog .organization-unit-body .filter-sidebar__nav {
    padding: 1.5rem 1rem 0 0;
}

.extendedGeneralCatalog .organization-unit-body .filter-item__arrow {
    margin-right: 0;
    margin-left: 8px;
}
/* END ExtendedGeneralCatalog */

/* START OU external news page */
.articles .organization-unit-body .form--article-test .form-item .inp__field {
    padding: 1.0125rem 2.5rem 0 1.4375rem;
}
/* END OU external news page */

@media (min-width: 1150px) {
    .organization-unit-body .numbersAndFacts-block-section .statistic-item__name {
        margin: 0 0 0 2.5rem;
    }
}

.organization-unit-body .top-second--lobby-prog .top-second__back {
    clip-path: polygon(67% 0, 100% 100%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
}

/* START Success-stories */
@media (max-width: 560px) {
    .organization-unit-body .success-stories-block-section .soc-include__slider .swiper-container {
        padding: 3px 3px 10rem;
    }
    .organization-unit-body .success-stories-block-section .soc-include__slider .swiper-slide-next {
        transform: translateX(34%);
    }
}
/* END Success-stories */

.organization-unit-body .section.section--information.paragraph-block-section .share-drop {
    right: unset;
}

.organization-unit-body .section.section--information.paragraph-block-section .share-drop__body:before {
    right: unset;
    left: 2.0625rem;
}

.organization-unit-body .section.section--information.paragraph-block-section .share-drop__body:after {
    right: unset;
    left: 1.875rem;
}

.organization-unit-body .section.section--masters.researchers-block-section .masters-block__slider-nav {
    max-width: 520px;
}

@media (min-width: 1024px) {
    .organization-unit-body .section.section--masters.researchers-block-section .masters-block__slider-nav {
        left: calc(13% - 60px);
    }
}

    .organization-unit-body .section.section--masters.researchers-block-section .masters-block__slider-nav .swiper-container {
        padding: 22px 22px 22px 22px;
    }
/*Header adaptation*/
.header-units .header__mid .header-second__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    width: 100%;
}

.header-units.internal-unit .header-units-container {
    justify-content: left;
}

.header-units .header-units-container {
    justify-content: flex-start;
}

    .header-units .header-units-container .desert-logo {
        padding-left: initial;
        padding-right: 3rem;
    }

     

    .header-units .header-units-container .header-unit-title {
        margin-right: 3%;
        margin-left:0;
       
    }
    .header-units .header-units-container .header-unit-nav .lang-block__arrow {
        margin-right: auto;
        margin-left: 6px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .header-units .header-units-container .header-unit-nav ul.sub-list-menu {
        text-align: left;
        left: 0;
        right: auto;
    }
.header-units .header-unit-nav ul.list-menu li.level-2 &gt; .sub-list-menu {
    -webkit-transform: translate(0.5rem, 0);
    -ms-transform: translate(0.5rem, 0);
    transform: translate(0.5rem, 0);
}

.header-units .header-units-container .header-unit-nav ul.sub-list-menu::after {
    left: auto;
    right: 75%;
    margin-right: 21px;
}

        .header-units .header-units-container .header-unit-nav ul.sub-list-menu::before {
            left: auto;
            margin-left: auto;
            right: 75%;
            margin-right: 20px; /* slightly larger than the ::after to create the notch effect */
        }

        .header-units .header-units-container .header-unit-nav ul.sub-list-menu.open .submenu.level-2 .sub-list-menu.open {
            right: auto;
            left: 101%;
        }
.header-units .header-unit-nav ul.list-menu li.level-2:hover &gt; .sub-list-menu {
    left: 100%;
    right: auto;
    margin-right: 0;
    margin-left: 0.25rem;
}
 

.header-units .swiper-slide.big-tabs__button::after {
    right: auto;
}

.header-units .swiper-slide.big-tabs__button::before {
    right: initial;
    left: -1rem;
}

.header-units .big-tabs__buttons .swiper-button--prev {
    left: initial;
    right: 0;
}
.header-units .header-units-container .header-unit-nav ul li{
    margin:0 1.2rem 0 0 ;
    
}
    .header-units .header-units-container .header-unit-nav ul li ul li a {
        text-align:left;
    }
    .external-unit.header-units .header-units-container .header-unit-nav &gt; ul &gt; li {
        margin-right: auto;
        margin-left: 2.7rem;
    }
.header-units .big-tabs__buttons .swiper-button--next {
    left: 0;
    right: initial;
}

.header-units .big-tabs__buttons .swiper-button--prev svg,
.header-units .big-tabs__buttons .swiper-button--next svg {
    transform: rotate(180deg);
}

@media (max-width: 320px) {
    .header-units .swiper-slide.big-tabs__button::before {
        left: 0;
    }
}


.header-units .header-units-container .side-search-and-lang {
    right: 0;
    left: auto;
    position: relative;

}
.header-units .header-units-container .header-unit-nav ul.sub-list-menu li.level-2::before {
    left: auto;
    right: -50%;
}


@media (min-width: 767px) {
    .header-units .header__mid {
        padding: 1.25rem 2.0625rem 1.25rem 2.8125rem;
    }

    

}


@media (max-width: 768px) {
    button.researchers-contact-us {
        right: 0.5rem;
        left: initial;
    }
}

@media (min-width:767px) and (max-width: 1300px) {

    .header-units .header-units-container .desert-logo {
        padding-left: 0;
        padding-right: 0;
    }

    .header-units .header-units-container .side-search-and-lang {
        position: absolute;
        top: 0;
        right: 0.5rem;
        left: auto;
    }

    .external-unit.header-units .header-units-container .header-unit-nav &gt; ul &gt; li {
        margin-right: auto;
        margin-left: 1.7rem;
    }

    .header-units.researchers-header .header-units-container .side-search-and-lang {
        left: 0.5rem;
        right: auto;
    }
}
@media(min-width: 768px) and (max-width: 992px) {
    .header-units .header-units-container .desert-logo {
        margin-right: 1rem;
        margin-left: 0;
    }
    .external-unit.header-units .header-units-container .header-unit-nav &gt; ul &gt; li:first-child {
        margin-left: 0;
    }
}
@media (min-width:768px) {
    .header-units .header-units-container .header-unit-nav ul.sub-list-menu li.level-2 span,
    .header-units .header-units-container .header-unit-nav ul.sub-list-menu li.level-3 span {
        text-align: left;
    }
    
}


@media (max-width: 767px) {
    .header-units .external-unit-container .side-search-and-lang {
        margin-left: auto;
        margin-right: initial;
        position: absolute;
        top: auto;
    }

    .header-units.external-unit .lang-block__dropdown {
        left: 20%;
    }

    .header-units .header-units-container .desert-logo {
        padding-right: 0;
        padding-left: 0;
    }

    .header-units.external-unit .lang-block__dropdown {
        left: 30%;
    }

    .header-units .nav-link__arrow {
        left: auto;
        right: 0;
        margin: 0 15px 0 0;
    }
}

button.researchers-contact-us {
    right: 1rem;
    left: initial;
    margin-right: 1rem;
}

.header-units .header-units-container .header-unit-nav .swiper-button.js-next {
    left: unset;
    right: -3.25rem;
    transform: scale(-1);
}

.header-units .header-units-container .header-unit-nav .swiper-button.js-prev {
    right: unset;
    left: -3.25rem;
    transform: none;
}
</pre></body></html>