.secondary-page
{
    padding-top: 6rem;
}

.header-second__body {
    gap: 1rem;
}

.section--new-gallery {
    padding-top: 3rem;
}

@media (max-width: 1024px) {
    .secondary-page {
        padding-top: 4.25rem;
    }
}

.researchers-contact-us-form .general-contact-us-textarea .message {
    top: 100%;
}

.header-second__top-wrap {
    border-bottom: none;
}

.button--search-secondary {
    margin: 0 auto 0 0;
}

.lang-block {
    margin: 0;
}

.search-block.open {
    top: 5.5rem;
}

.top-second__body .top-section-icon {
    height: 8rem;
    width: 8rem;
    margin-bottom: 1rem;
    object-fit: contain;
}


@media (max-width: 768px) {
    .search-block.open {
        top: 3rem;
    }

    .search-block__body {
        padding: 4rem 1rem 0;
    }
}

@media (min-width: 1025px) {
    .search-block.open {
        width: 100%;
    }
}

.article-search__top-title {
    margin: 2.5rem 0 .9375rem;
}

.article-search__top .title--mid {
    margin: 0 0 8px;
}

.news-artcicles {
    margin: 1.25rem auto 9.375rem !important;
}

.news-artcicles__top .form--article-test {
    margin: 0 !important;
}

.researcherAboutPage > .section--technical-inner > .container--padding {
    display: flex;
    flex-direction: column;
}

.researcherAboutPage > .section--technical-inner > .container--padding > .technical-inner__text {
    max-width: 900px;
}

.publicationsLobby .form--article-test {
    margin: 0;
}

.publicationsLobby .event-item {
    position: relative;
}


.publicationsLobby .event-item--public .link--dop {
    position: absolute;
    left: 1rem;
    top: 1rem;
}


.publicationsLobby .article-search__list-title {
    margin: 2.25rem 0 2rem;
}

.publicationsLobby .event-item--public .event-item__text {
    font-size: 1.125rem;
    -webkit-line-clamp: 8;
    line-height: 1.45
}

@media (min-width: 861px) {
    .publicationsLobby .event-item--public .event-item__text {
        -webkit-line-clamp: 4
    }

    .publicationsLobby .event-item--public .event-item__img {
        width: 8.75rem;
        height: 8.75rem
    }

    .publicationsLobby .event-item__bottom,
    .publicationsLobby .event-item__bottom-right {
        height: 100%;
    }
}

.article-search__list.secondary {
    margin-top: 2.625rem;
    border-top: 1px solid #9b9da0;
}

.project-inner__left table.bottom-key-values-table {
    margin: 0;
}

.bottom-key-values-section {
    margin-top: 1.875rem;
}

.project-inner__left h3.bottom-key-values-title {
    margin-bottom: 0.5rem;
}

.publicationsLobby .form--article-test {
    grid-template-columns: 280px .75fr .75fr .75fr 0.5fr .5fr;
}

@media (max-width: 1100px) {
    .publicationsLobby .form--article-test {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .top-second__body .top-section-icon {
        height: 6rem;
        width: 6rem;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 1279px) {
    .publicationsLobby .search-catalog__sidebar {
        position: fixed;
        z-index: 1001;
    }
}

@media (max-width: 768px) {
    .publicationsLobby button[data-show-more] {
        max-width: calc(100vw - 2rem);
        position: relative;
        bottom: 4rem;
    }
}


/*pagination styles*/
.pagination {
    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
}

.pagination--mt {
    margin: 6.25rem 0 0
}

@media (max-width: 1365px) {
    .pagination--mt {
        margin: 3.4375rem 0 0
    }
}

.pagination__link {
    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;
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.25rem;
    line-height: 1;
    color: #333;
    border-radius: 6px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
    margin: 0 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.pagination__link .pagination__link_a {
    color: #333;
    cursor: pointer;
}

@media (max-width: 768px) {
    .pagination__link {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 1rem;
        margin: 0 3px
    }
}

.pagination__link svg {
    width: .6875rem;
    height: 1.0625rem
}

@media (max-width: 1024px) {
    .pagination__link svg {
        width: 8px;
        height: 12px
    }
}

.pagination__link.active {
    background-color: #58595b;
    color: #fff
}

.pagination__link:hover {
    background-color: #ececec
}

html[dir="rtl"] .publicationsLobby .share-drop {
    right: initial;
    left: -2.5rem;
}

html[dir="rtl"] .publicationsLobby .share-drop__body:after {
    right: initial;
    left: 3.875rem;
}

@media (min-width: 640px) {
    html[dir="rtl"] .publicationsLobby .share-drop__body:before {
        right: initial;
        left: 4.0625rem;
    }

    html[dir="rtl"] .publicationsLobby .datepicker.dropdown-menu {
        left: 0 !important;
        right: auto !important;
    }
}

@media (max-width: 1300px) {
    .publicationsLobby .empty-filter  {
        padding: 0 1rem;
    }
}

.publication .bubbles-container {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.publication .bubble-item {
    color: #666;
    border: 1px solid #e1e4e6;
    font-size: 0.75rem;
    padding: 0.5rem;
    border-radius: 3px;
    box-shadow: 0 1px 0 #fff inset, 0 1px 1px rgba(217, 221, 227, 0.5);
}

.publication .project-inner__sidebar {
    top: 190px;
}

.researchers-contact-us-form.popup--callback .popup__form .title--mini {
    font-size: 1.375rem;
    line-height: 1.5rem;
}

.researchers-contact-us-form.popup--callback .popup__form .title--small {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 1rem 0 3rem;
}

.researchers-contact-us-form.popup--callback .popup__body {
    height: 60vh;
    min-height: 48rem;
    max-height: 100vh;
}

@media (max-height: 768px) {
    .researchers-contact-us-form.popup--callback .popup__body {
        height: 100vh;
        min-height: initial;
    }
}

@media (min-height: 1200px) {
    .researchers-contact-us-form.popup--callback .popup__body {
        height: 50rem;
        min-height: initial;
    }
}

.researchers-contact-us-form.popup--callback {
    max-width: 77.5rem;
}

.researchers-contact-us-form.popup--callback .popup__img {
    padding-bottom: 64%;
    height: 100%;
}

.publicationsLobby .event-item__bottom-right {
    max-width: calc(100% - 6rem);
}

@media (max-width: 860px) {
    .researchers-contact-us-form.popup--callback .popup__body {
        height: 97vh;
    }

    .researchers-contact-us-form.popup--callback .popup__img {
        height: 0;
    }

    .publicationsLobby .event-item__buttons {
        width: 100%;
        justify-content: space-between;
    }

    .publicationsLobby .event-item--public .link--dop {
        top: initial;
        bottom: 0.5rem;
    }

    .publicationsLobby .event-item__bottom {
        flex-direction: column;
    }

    .publicationsLobby .event-item__bottom {
        align-items: flex-start;
    }

    .publicationsLobby .event-item__bottom-right {
        margin: 0 0 1rem;
    }

    .publicationsLobby .event-item__bottom-right {
        max-width: 100%;
    }

    .researchers-contact-us-form.popup--callback .popup__close {
        left: 1.5rem;
    }
}

@media (max-width: 360px) {
    .researchers-contact-us-form.popup--callback .popup__close {
        top: 0.825rem;
    }
}

@media (max-width: 1200px) {
    .researchers-contact-us-form.popup--callback .popup__body {
        padding: 0;
    }
}

.researchers-contact-us-form.popup--callback .popup__img:after {
    border-width: 0 9rem 48rem 0;
}

@media (min-width: 1800px) {
    .researchers-contact-us-form.popup--callback .popup__img:after {
        border-width: 0 9rem 50rem 0;
    }
}

@media (max-width: 1800px) and (max-height:768px) {
    .researchers-contact-us-form.popup--callback .popup__img:after {
        border-width: 0 9rem 100vh 0;
    }
}

.researcherAboutPage .faculty-item__title span {
    line-height: 1.5;
}

.researchers-contact-us-form.popup--callback .popup__form form {
    margin-bottom: 2rem;
}

@media (min-width: 860px) {
    .researchers-contact-us-form.popup--callback .popup__body
    {
        padding-right: 1rem;
    }
}

.combination-current-chessCubesSection .section__top {
    margin: 0 0 3rem;
}

.combination-current-chessCubesSection .section__top h2 {
    font-weight: 700;
}

@media (max-width: 767px) {
    .combination-current-chessCubesSection .section__top {
        margin: 0px 0 1.5rem;
    }
}

.publicationsLobby > .preloader-wrap__mini, 
.researcherswebsite_class .ou-content > .preloader-wrap__mini {
    margin-top: 3rem;
}

.combination-current-studentsSlider .manager-item__body {
    max-width: initial;
    width: auto;
}

.combination-current-studentsSlider .section--computer.students-quotes.students-slide .computer-science__body .science-item {
    height: 100%;
}

.combination-current-studentsSlider .section--computer.students-quotes.students-slide .computer-science__body .science-item__socials li {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.combination-current-studentsSlider .section--computer.students-quotes.students-slide .computer-science__body .science-item__socials {
    gap: 0.625rem;
    padding: 2px;
    left: 1.5rem;
}

.combination-current-studentsSlider .section--computer.students-quotes.students-slide .computer-science__body .science-item:has(.science-item__socials li) {
    padding-bottom: 3.5rem;
}
.combination-current-studentsSlider .section--computer.students-quotes.students-slide .computer-science__body .computer-science__text {
    padding-left: 1rem;
}

.combination-current-studentsSlider .computer-science__slider .swiper-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (max-width: 1400px) {
    .combination-current-studentsSlider .section--computer.students-quotes.students-slide .computer-science__body .science-item:has(.science-item__socials li) {
        padding-bottom: 2.5rem;
    }
}
@media (min-width: 1922px) {
    .combination-current-studentsSlider .section--computer.students-quotes.students-slide .computer-science__body .science-item__soc {
        width: 1.6rem;
        height: 1.6rem;
    }
}

main.publication .project-inner__sidebar .link--title .link__text {
    line-break: anywhere;
}

main > .top-second.top-second--content {
    display: none;
}
.button--search-secondary {
    margin: 0 0 0 auto;
}

.publicationsLobby .event-item--public .link--dop {
    right: 1rem;
    left: initial;
}



.popup--callback .popup__form {
    text-align: left;
}

@media (min-width: 860px) {
    .researchers-contact-us-form.popup--callback .popup__body {
        padding-right: 0;
        padding-left: 1rem;
    }
}


@media (max-width: 860px) {
    .researchers-contact-us-form.popup--callback .popup__form {
        margin: 38px 0 0;
    }

    .researchers-contact-us-form.popup--callback .popup__close {
        right: 1.5rem;
        left: initial;
    }
}

.combination-current-studentsSlider .section--computer.students-quotes.students-slide .computer-science__body .computer-science__text {
    padding-left: 0;
    padding-right: 1rem;
}
/* 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 > .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 > .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 > ul > 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 > ul > 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 > ul > 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;
}
