

/* Start:/new-index/css/footer.css?1773992578632*/
.footer {
    background: #E6E6E6;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 35px 0 50px 0;
}

.footer__social-item {
    box-shadow: unset;
    flex-shrink: 0;
	margin: 0;
}

.footer__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 0 0;
    flex-wrap: wrap;
	gap: 15px;
}

.footer__social-item.footer__social-item--max {
    background-image: url(/local/templates/new-design/static/assets/images/menu-mobile__social-link-max.png);
    background-size: 48px 48px;
}
/* End */


/* Start:/new-index/css/index.css?177451902536300*/
@import '/new-index/css/./header.css';
@import '/new-index/css/./footer.css';
@import '/new-index/css/./fonts.css';

:root {
    --primary-orange: #D44822;
}

.title-h2 {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 60px;
    letter-spacing: -1.4px;
    vertical-align: middle;
    color: var(--primary-orange);
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.title-h2:after,
.about__title:after {
    content: unset;
}

.container-mg {
    max-width:1270px;
    margin:0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 576px) {
   .container-mg {
        padding-right: 10px;
        padding-left: 10px;
    } 
}

@media (max-width: 1200px) {
    .title-h2 {
        font-size: 42px;
        line-height: 52px;
        letter-spacing: -1.2px;
    }
}

@media (max-width: 992px) {
    .title-h2 {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: -1px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .title-h2 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -0.8px;
    }
}

@media (max-width: 576px) {
    .title-h2 {
        font-size: 30px;
        line-height: 100%;
        letter-spacing: -0.9px;
    }
}





.hero-slider {
    position: relative;
    height: 600px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.hero-slider__container {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.hero-slider__wrapper {
    margin: 0;
    height: 100%;
}

.hero-slider__item {
    outline: none;
    height: 600px;
}

.hero-slider__slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slider__image-wrapper {
    width: 100%;
    height: 600px;
}

.hero-slider__link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.hero-slider__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.hero-slider__image--desktop {
    display: block;
}

.hero-slider__image--mobile {
    display: none;
}

.hero-slider__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
    margin: 0 20px;
}

.hero-slider__arrow {
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: opacity 0.3s ease;
    padding: 0;
    background: transparent;
}

.hero-slider__arrow svg {
    width: 30px;
    height: 30px;
    display: block;
}

.hero-slider__arrow svg rect {
    fill: white;
    transition: fill 0.3s ease;
}

.hero-slider__arrow svg path {
    stroke: black;
    transition: stroke 0.3s ease;
}

.hero-slider__arrow:hover svg rect {
    fill: white;
}

.hero-slider__arrow--prev svg {
    transform: rotate(0);
}

.hero-slider__arrow.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

@media (max-width: 1199.98px) {
    .hero-slider {
        margin-top: 68px;
    }

    .hero-slider,
    .hero-slider__image-wrapper,
    .hero-slider__item {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .hero-slider__arrows {
        margin: 0 15px;
    }

    .hero-slider,
    .hero-slider__image-wrapper,
    .hero-slider__item {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .hero-slider__image--desktop {
        display: none!important;
    }
    
    .hero-slider__image--mobile {
        display: block;
    }

    .hero-slider__image--mobile {
        object-fit: cover;
    }
    .hero-slider,
    .hero-slider__item,
    .hero-slider__image-wrapper {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .hero-slider__arrow svg rect {
        fill: rgba(255, 255, 255, 0.5);
    }
    
    .hero-slider__arrow svg path {
        stroke: white;
    }
    
    .hero-slider__arrow:hover svg rect {
        fill: rgba(255, 255, 255, 0.5);
    }
    
    .hero-slider {
        margin-top: 60px;
    }
    
    .hero-slider__arrows {
        margin: 0 10px;
    }
}





.after-slider {
    padding-bottom: 130px;
    overflow: hidden;
    padding-top: 20px;
}

.after-slider .slick-list {
    margin: 0 -5px;
    overflow: unset;
}

.after-slider .slick-slide {
    margin: 0 5px;
}

.after-slider__item {
    box-sizing: border-box;
    height: auto;
    box-shadow: 0px 0px 40px 0px #00000026;
    border-radius: 10px;
}

.after-slider__link {
    padding: 20px;
    display: flex;
    text-decoration: none;
    color: #000000;
    background-color: white;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
    transition: all 0.3s ease;
    height: 100%;
    border-radius: 10px;
}

.after-slider__title {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.6px;
    transition: color 0.3s ease;
}

.after-slider__image {
    width: 30px;
    height: 30px;
    background: var(--primary-orange);
    border-radius: 500px;
    position: relative;
    transition: background-color 0.3s ease;
}

.after-slider__image::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 15px;
    background-color: white;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 11L6 6L1 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    transition: background-color 0.3s ease;
}

.after-slider__link:hover {
    background-color: var(--primary-orange);
    color: white;
}

.after-slider__link:hover .after-slider__title {
    color: white;
}

.after-slider__link:hover .after-slider__image {
    background-color: white;
}

.after-slider__link:hover .after-slider__image::after {
    background-color: var(--primary-orange);
}

@media (max-width: 1200px) {
    .after-slider {
        padding-bottom: 100px;
    }
    
    .after-slider__link {
        padding: 18px;
        min-height: 140px;
    }
    
    .after-slider__title {
        font-size: 15px;
        letter-spacing: -0.5px;
    }
}

@media (max-width: 992px) {
    .after-slider {
        padding-bottom: 90px;
    }
    
    .after-slider__link {
        padding: 16px;
        min-height: 130px;
    }
    
    .after-slider__title {
        font-size: 14px;
    }
    
    .after-slider__image {
        width: 28px;
        height: 28px;
    }
    
    .after-slider__image::after {
        width: 9px;
        height: 13px;
    }
}

@media (max-width: 768px) {
    .after-slider {
        padding-bottom: 80px;
    }
    
    .after-slider__link {
        padding: 15px;
        min-height: 120px;
    }
}

@media (max-width: 576px) {
    .after-slider__link {
        padding: 14px;
        min-height: 110px;
        border-radius: 7px;
    }
    
    .after-slider__image {
        width: 20px;
        height: 20px;
    }
    
    .after-slider__image::after {
        width: 6px;
        height: 10px;
        left: 54%;
    }

    .after-slider .after-slider__container {
        width: 85%;
    }

	.after-slider {
		position: relative;
	}

	.after-slider::before {
		content: '';
		background-image: url(/local/templates/new-design/static/assets/images/scroll-icon.svg);
		background-size: 36px 36px;
		position: absolute;
		width: 36px;
		height: 36px;
		display: block;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0;
		bottom: 30px;
        right: 15px;
	}
}





.university {
    margin-bottom: 130px;
}

.university__header {
    margin-bottom: 35px;
}

.university__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.university__item {
    padding: 20px;
    background: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.university__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    text-decoration: none;
    min-height: 320px;
}

.university__card-image {
    width: 99px;
    height: 99px;
    background-color: #FFFFFF;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.university__item:first-child,
.university__item:last-child {
    grid-column: span 2;
    line-height: 100%;
}
.university__item:first-child .university__card,
.university__item:last-child .university__card {
    display: flex;
    justify-content: flex-end;
}
.university__item:first-child .university__card-description,
.university__item:last-child .university__card-description {
    max-width: 320px;
}

.university__card-title {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.university__card-description {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.8px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.university__card-link {
    padding: 10px 20px;
    width: 100%;
    max-width: 130px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #000000;
    transition: background .3s ease, color .3s ease;
    box-sizing: border-box;
    text-decoration: none;
    line-height: normal;
}

.university__card-link:hover {
    background: #808080;
    color: #ffffff;
}

.university__card-image img {
    transition: filter 0.3s ease;
}

.university__card:hover .university__card-image {
    background-color: #D44822;
}

.university__card:hover .university__card-image img {
    filter: brightness(0) invert(1);
}

@media (max-width: 1200px) {
    .university {
        margin-bottom: 100px;
    }
    
    .university__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .university__item:first-child,
    .university__item:last-child {
        grid-column: span 1;
    }
    
    .university__item:first-child .university__card-description,
    .university__item:last-child .university__card-description {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .university {
        margin-bottom: 90px;
    }
    
    .university__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .university__card {
        min-height: 280px;
    }
    
    .university__card-image {
        width: 85px;
        height: 85px;
    }

    .university__card-title {
        font-size: 20px;
        margin-bottom: 17px;
        letter-spacing: -0.8px;
    }

    .university__header {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .university {
        margin-bottom: 80px;
    }
    
    .university__grid {
        gap: 15px;
    }
    
    .university__item {
        padding: 15px;
    }
    
    .university__card {
        min-height: 250px;
    }
    
    .university__card-image {
        width: 75px;
        height: 75px;
    }

    .university__card {
        gap: 17px;
    }
    .university__card-description {
        font-size: 12px;
        letter-spacing: -0.5px;
        margin-bottom: 17px;
    }
    
    .university__card-link {
        max-width: 110px;
        padding: 8px 15px;
    }
}

@media (max-width: 576px) {
    .university__grid {
        grid-template-columns: 1fr;
    }
    
    .university__item {
        padding: 15px;
        border-radius: 7px;
    }
    
    .university__card {
        min-height: 180px;
    }
    
    .university__card-image {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
        margin-bottom: 0;
        background-color: #424242;
    }
    
    .university__card-image img {
        width: 28px;
        height: 28px;
        filter: brightness(0) invert(1);
    }
    
    .university__card-description {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .university__card-link {
        max-width: 100px;
        padding: 8px 25px 10px 25px;
        font-size: 12px;
    }
}







.about {
    margin-bottom: 130px;
}

.about__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.about__main {
    grid-column: span 3;
    margin-bottom: 40px;
}

.about__title-wrapper {
    margin-bottom: 20px;
}

.about__title-wrapper .about__title {
    margin: 0;
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 85px;
    line-height: 60px;
    letter-spacing: -6.0px;
    color: var(--primary-orange);
}

.about__subtitle {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.5px;
    max-width: 270px;
}

.about__gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.about__gallery-item:last-child {
    grid-column: span 2;
    line-height: 100%;
}

.about__gallery-item img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
    display: block;
}

.about__description {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    max-width: 750px;
    margin-bottom: 8px;
}

.about__text--italic {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.7px;
    text-transform: lowercase;
    padding: 0 5px;
}

.about__columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.about__column {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -1.0px;
}

.about__column .about__paragraph {
    margin: 0 0 15px 0;
}

.about__gallery-item-mob {
    display: none;
}

@media (max-width: 1200px) {
    .about {
        margin-bottom: 100px;
    }
    
    .about__title-wrapper .about__title {
        font-size: 70px;
        line-height: 50px;
        letter-spacing: -5px;
    }
    
    .about__description {
        font-size: 22px;
        max-width: 650px;
    }
    
    .about__text--italic {
        font-size: 22px;
    }
    
    .about__gallery-item img {
        height: 250px;
    }
}

@media (max-width: 992px) {
    .about {
        margin-bottom: 90px;
    }
    
    .about__content {
        grid-template-columns: 1fr;
    }
    
    .about__main {
        grid-column: span 1;
    }
    
    .about__title-wrapper .about__title {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: -1px;
        text-align: center;
    }
    
    .about__subtitle {
        max-width: 100%;
        font-size: 16px;
        max-width: 320px;
        text-align: center;
    }
    
    .about__description {
        font-size: 20px;
        max-width: 100%;
        font-weight: 400;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .about__text--italic {
        font-size: 20px;
    }
    
    .about__columns {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about__gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .about__gallery-item:last-child {
        grid-column: span 1;
    }
    
    .about__gallery-item img {
        height: 220px;
    }

    .about__header {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 35px;
    }

    .about__title-wrapper {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .about {
        margin-bottom: 80px;
    }
    
    .about__title-wrapper .about__title {
        font-size: 48px;
        line-height: 38px;
        letter-spacing: -3px;
    }
    
    .about__description {
        font-size: 18px;
    }
    
    .about__text--italic {
        font-size: 18px;
    }
    
    .about__columns {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    
    .about__gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .about__title-wrapper .about__title {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -0.8px;
    }
    
    .about__gallery-item:last-child {
        grid-column: span 1;
    }
    
    .about__gallery-item img {
        height: 200px;
    }
    
    .about__column {
        font-size: 15px;
    }

    .about__gallery {
        display: none;
    }

    .about__gallery-item-mob {
        display: block;
        margin: 20px 0;
    }

    .about__gallery-item-mob img {
        display: block;
        width: 100%;
        border-radius: 10px;
    }

    .about__main {
        margin: 0;
    }
}

@media (max-width: 576px) {
    .about__gallery-item-mob img {
        border-radius: 7px;
    }

    .about__title-wrapper .about__title {
        font-size: 30px;
        line-height: 100%;
        letter-spacing: -0.9px;
    }
}





.rector {
    margin-bottom: 130px;
}

.rector__container {
    display: flex;
}

.rector__image {
    width: 50%;
}

.rector__image img {
    width: 100%;
    display: block;
    border-radius: 10px 0px 0px 10px;
    height: 100%;
    object-fit: cover;
}

.rector__content {
    width: 50%;
    background-color: #000000;
    padding: 25px 30px 30px 30px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    border-radius: 0px 10px 10px 0px;
}

.rector__name {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.3px;
    margin-bottom: 15px;
}

.rector__quote {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.7px;
    max-width: 500px;
}

.rector__icon {
    margin-bottom: 30px;
}

.rector__icon img {
    max-width: 120px;
    max-height: 140px;
}

.rector__link {
    padding: 10px 30px;
    width: fit-content;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.6px;
    transition: background .3s ease, color .3s ease;
    border-radius: 2px;
}

.rector__link:hover {
    background: #808080;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .rector {
        margin-bottom: 100px;
    }
    
    .rector__name {
        font-size: 26px;
    }
    
    .rector__quote {
        font-size: 16px;
        max-width: 400px;
    }
    
    .rector__icon img {
        max-width: 100px;
        max-height: 120px;
    }
}

@media (max-width: 992px) {
    .rector {
        margin-bottom: 90px;
    }
    
    .rector__container {
        flex-direction: column;
    }
    
    .rector__image {
        width: 100%;
    }
    
    .rector__content {
        width: 100%;
        padding: 25px 25px;
        border-radius: 0px 0px 10px 10px;
    }
    
    .rector__name {
        font-size: 24px;
    }
    
    .rector__quote {
        font-size: 15px;
        max-width: 100%;
    }
    
    .rector__image img {
        border-radius: 10px 10px 0px 0px;
    }
}

@media (max-width: 768px) {
    .rector {
        margin-bottom: 80px;
    }
    
    .rector__content {
        padding: 20px 20px;
    }
    
    .rector__name {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .rector__quote {
        font-size: 14px;
    }
    
    .rector__icon {
        margin-bottom: 20px;
    }
    
    .rector__icon img {
        max-width: 90px;
        max-height: 110px;
    }
}

@media (max-width: 576px) {
    .rector__content {
        padding: 30px 10px;
    }
    
    .rector__info {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .rector__icon {
        margin-bottom: 0;
    }
    
    .rector__icon img {
        max-width: 80px;
        max-height: 100px;
    }
    
    .rector__name {
        font-size: 20px;
        letter-spacing: -0.2px;
    }
    
    .rector__quote {
        font-size: 12px;
        line-height: 100%;
        letter-spacing: -0.5px;
    }
    
    .rector__content {
        border-radius: 0px 0px 7px 7px;
    }
    
    .rector__image img {
        border-radius: 7px 7px 0px 0px;
    }
}





.hero {
    margin-bottom: 130px;
}

.hero__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__title {
text-align: center;
    font-size: 70px;
    line-height: 140%;
    letter-spacing: -4.2px;
    margin-bottom: -10%;
    z-index: 2;
    transform: translateY(-5%);
}

.hero__title--text {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.hero__title--italic {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 300;
    color: #ffffff;
}

.hero__image img {
    width: 100%;
    border-radius: 10px;
}

.hero__image {
    position: relative;
}

.hero__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
    border-radius: 10px;
}

@media (max-width: 1200px) {
    .hero {
        margin-bottom: 100px;
    }
    .hero__title {
        font-size: 66px;
        letter-spacing: -4px;
        margin-bottom: -12%;
    }
}

@media (max-width: 1024px) {
    .hero__title {
        font-size: 62px;
        letter-spacing: -3.5px;
    }
    .hero__image::before {
        height: 32%;
    }
}

@media (max-width: 992px) {
    .hero {
        margin-bottom: 90px;
    }
    .hero__title {
        font-size: 56px;
        letter-spacing: -3px;
        margin-bottom: -14%;
    }
    .hero__image::before {
        height: 30%;
    }
}

@media (max-width: 768px) {
    .hero__title {
        font-size: 36px;
        letter-spacing: -2.0px;
        margin-bottom: -12%;
    }
}

@media (max-width: 576px) {
    .hero {
        margin-bottom: 80px;
    }
    
    .hero__container {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .hero__title {
        font-size: 30px;
        letter-spacing: -1.8px;
        margin-bottom: -58px;
    }
    .hero__image::before {
        border-radius: 0;
    }
    .hero__image img {
        border-radius: 0;
        /*height: 650px;*/
        object-fit: cover;
    }
}



.partners {
    margin-bottom: 130px;
}

.partners__header {
    margin-bottom: 40px;
}

.partners__slider-wrapper {
    position: relative;
}

.partners__item {
    height: 170px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.partners__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.partners__link img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.partners__slider-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.partners__arrow {
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: all 0.3s ease;
    padding: 0;
    background: transparent;
}

.partners__arrow svg {
    width: 40px;
    height: 40px;
    display: block;
}

.partners__arrow svg rect {
    transition: fill 0.3s ease;
    fill: black;
}

.partners__arrow:hover svg rect {
    fill: #808080;
}

.partners__arrow--prev {
    margin-left: -40px;
}

.partners__arrow--next {
    margin-right: -40px;
}

.partners__arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

@media (max-width: 1400px) {
    .partners__arrow--prev {
        margin-left: -10px;
    }
    
    .partners__arrow--next {
        margin-right: -10px;
    }
    
    .partners__slider {
        margin: 0 30px;
    }
}

@media (max-width: 1200px) {
    .partners__arrow--prev {
        margin-left: 0px;
    }
    
    .partners__arrow--next {
        margin-right: 0px;
    }
    
    .partners__slider {
        margin: 0 40px;
    }
    
    .partners {
        margin-bottom: 100px;
    }
    
    .partners__header {
        margin-bottom: 35px;
    }
    
    .partners__item {
        height: 150px !important;
    }
}

@media (max-width: 1024px) {
    .partners {
        margin-bottom: 90px;
    }
    
    .partners__header {
        margin-bottom: 30px;
    }
    
    .partners__item {
        height: 140px !important;
        padding: 0 12px;
    }
    
    .partners__slider {
        margin: 0 35px;
    }
    
    .partners__arrow svg {
        width: 36px;
        height: 36px;
    }
    
    .partners__link img {
        max-width: 160px;
    }
}

@media (max-width: 992px) {
    .partners {
        margin-bottom: 80px;
    }
    
    .partners__header {
        margin-bottom: 25px;
    }
    
    .partners__item {
        height: 130px !important;
        padding: 0 10px;
    }
    
    .partners__slider {
        margin: 0 30px;
    }
    
    .partners__arrow svg {
        width: 34px;
        height: 34px;
    }
    
    .partners__arrow--prev {
        margin-left: -5px;
    }
    
    .partners__arrow--next {
        margin-right: -5px;
    }
    
    .partners__link img {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .partners {
        margin-bottom: 70px;
    }
    
    .partners__header {
        margin-bottom: 20px;
    }
    
    .partners__item {
        height: 110px !important;
        padding: 0 8px;
    }
    
    .partners__arrow svg {
        width: 30px;
        height: 30px;
    }
    
    .partners__arrow--prev {
        margin-left: -8px;
    }
    
    .partners__arrow--next {
        margin-right: -8px;
    }
}

@media (max-width: 576px) {
    .partners {
        margin-bottom: 60px;
    }
    
    .partners__header {
        margin-bottom: 15px;
    }
    
    .partners__item {
        height: 90px !important;
        padding: 0 5px;
    }
    
    .partners__link {
        border-radius: 7px;
        background-color: #D9D9D9;
        padding: 10px 10px;
    }
    
    .partners__slider {
        margin: 0;
    }
    
    .partners__slider-arrows {
        display: none;
    }
}


.news {
    margin-bottom: 130px;
}

.news__header {
    margin-bottom: 40px;
}

.news__container {
    margin-bottom: 50px;
}

.news__list {
    overflow: hidden;
}

.news__all {
    display: flex;
    justify-content: center;
}

.news__all-link {
    padding: 16px 30px;
    width: fit-content;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    transition: background .3s ease, color .3s ease;
    border-radius: 2px;
}

.news__all-link:hover {
    background: #808080;
    color: #ffffff;
}

.news__item {
    padding: 40px 20px 80px 20px;
    border: 2px solid #CDCDCD;
    border-radius: 10px;
    margin-top: -160px;
    z-index: 1;
    position: relative;
    background: white;
    cursor: pointer;
    transition: margin-top 0.4s ease, box-shadow 0.3s ease, background 0.4s ease, border-color 0.3s ease;
    overflow: hidden;
    will-change: transform;
    box-sizing: border-box;
}

.news__item:first-child {
    margin-top: 0;
    z-index: 0;
}

.news__info-bottom {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.45s ease, opacity 0.35s ease;
}

.news__item.active .news__info-bottom {
    opacity: 1;
}

.news__info-bottom > * {
    overflow: hidden;
}

.news__item.active {
    background: #000000;
    border-color: #001924;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.news__item.active .news__date-year,
.news__item.active .news__category {
    color: #FFFFFF;
}

.news__item.active .news__date-day,
.news__item.active .news__title {
    color: #FFFFFF;
}

.news__item.active + .news__item {
    margin-top: -40px;
}

.news__link a,
.news__link-block {
    position: relative;
    z-index: 10;
}

.news__item-wrapper {
    display: flex;
    position: relative;
}

.news__content {
    display: flex;
    gap: 30px;
    flex: 1;
}

.news__date {
    margin-top: -10px;
    margin-right: 95px;
}

.news__date-year {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.4px;
    color: #001924;
    opacity: 0.7;
    margin-bottom: 12px;
}

.news__date-day {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.8px;
    color: #001924;
}

.news__image {
    width: 380px;
    height: 260px;
}

.news__image img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__category {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -1.4px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #001924;
    opacity: 0.7;
}

.news__title {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 90%;
    letter-spacing: -1.2px;
    color: #001924;
    margin-bottom: 20px;
}

.news__info {
    max-width: 535px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.news__link-block {
    padding: 10px 30px;
    width: fit-content;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.6px;
    transition: background .3s ease, color .3s ease;
    border-radius: 2px;
}

.news__link-block:hover {
    background: #808080;
    color: #ffffff;
}

.news__description {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.8px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.news__toggle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    right: 0;
    transition: background-color 0.3s ease;
    pointer-events: none;
    z-index: 5;
}

.news__toggle::after {
    content: '';
    width: 16px;
    height: 10px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" viewBox="0 0 16 10" fill="none"><path d="M14.3334 1L7.66671 7.66667L1.00004 1" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
    transform-origin: center;
}

.news__item.active .news__toggle {
    background: #FFFFFF;
}

.news__item.active .news__toggle::after {
    transform: rotate(180deg);
    filter: brightness(0);
}

.news__item:last-child {
    padding: 40px 20px 40px 20px;
    overflow: hidden;
    transition: max-height 0.4s ease, margin-top 0.4s ease, box-shadow 0.3s ease, background 0.4s ease, border-color 0.3s ease;
}

.news__item .news__info-bottom .news__description {
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .news {
        margin-bottom: 100px;
    }
    
    .news__image {
        width: 250px;
        height: 250px;
        flex-shrink: 0;
    }
    
    .news__date {
        margin-top: 0px;
        margin-bottom: 20px;
        margin-right: 95px;
    }
    
    .news__date-year {
        margin-bottom: 5px;
        font-size: 16px;
    }
    
    .news__date-day {
        font-size: 24px;
    }
    
    .news__category {
        margin-bottom: 10px;
        font-size: 18px;
        letter-spacing: -1px;
    }
    
    .news__title {
        font-size: 28px;
        letter-spacing: -1.1px;
        margin: 0;
    }
    
    .news__description {
        font-size: 15px;
        line-height: 125%;
    }
    
    .news__header {
        margin-bottom: 35px;
    }
}

@media (max-width: 1024px) {
    .news__date {
        margin-right: 70px;
    }
    
    .news__item-wrapper {
        flex-direction: column;
    }
    
    .news__content {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .news__date-year {
        font-size: 15px;
    }
    
    .news__date-day {
        font-size: 22px;
    }
    
    .news__image {
        width: 100%;
        height: 280px;
    }

    .news__image {
        height: 340px;
    }
    
    .news__category {
        font-size: 17px;
        letter-spacing: -0.9px;
    }
    
    .news__title {
        font-size: 26px;
        letter-spacing: -1px;
    }
    
    .news__description {
        font-size: 14.5px;
    }
}

@media (max-width: 992px) {
    .news__item {
        margin-top: -180px;
    }
    .news {
        margin-bottom: 90px;
    }
    
    .news__date {
        margin-right: 50px;
    }
    
    .news__date-year {
        font-size: 14px;
    }
    
    .news__date-day {
        font-size: 20px;
    }
    
    .news__image {
        height: 300px;
    }
    
    .news__category {
        font-size: 16px;
        letter-spacing: -0.8px;
    }
    
    .news__title {
        font-size: 24px;
        letter-spacing: -0.9px;
    }
    
    .news__description {
        font-size: 14px;
    }
    
    .news__link-block {
        padding: 8px 25px;
    }
}

@media (max-width: 768px) {
    .news__date {
        margin-right: 30px;
    }
    
    .news__date-year {
        font-size: 13px;
    }
    
    .news__date-day {
        font-size: 18px;
    }
    
    .news__image {
        height: 250px;
    }
    
    .news__category {
        font-size: 15px;
        letter-spacing: -0.7px;
    }
    
    .news__title {
        font-size: 22px;
        letter-spacing: -0.8px;
    }
    
    .news__description {
        font-size: 13.5px;
    }
    
    .news__all-link {
        padding: 14px 25px;
        font-size: 16px;
    }
    
    .news__toggle {
        top: -17px;
    }
}

@media (max-width: 576px) {
    .news {
        margin-bottom: 80px;
    }
    
    .news__item:last-child {
        padding: 10px 10px 50px 10px;
    }

    .news__item {
        padding: 10px 10px 50px 10px;
        margin-top: -140px;
    }
    
    .news__date {
        margin-right: 0;
    }
    
    .news__date-year {
        font-size: 12px;
        margin-bottom: 3px;
    }
    
    .news__date-day {
        font-size: 14px;
        letter-spacing: -0.4px;
        font-weight: 700;
    }
    
    .news__image {
        height: 200px;
    }
    
    .news__category {
        font-size: 14px;
        letter-spacing: -1.0px;
    }
    
    .news__title {
        font-size: 20px;
        letter-spacing: -0.7px;
    }
    
    .news__description {
        font-size: 12px;
        line-height: 120%;
        letter-spacing: -0.5px;
        margin-bottom: 20px;
    }
    
    .news__all {
        display: none;
    }
    
    .news__toggle {
        top: 5px;
        right: 5px;
    }
    
    .news__toggle::after {
        width: 12px;
        height: 8px;
    }
    
    .news__link-block {
        font-size: 12px;
        letter-spacing: -0.6px;
    }
}
/* End */


/* Start:/new-index/css/header.css?177399231320767*/
/* ========== HEADER: ОСНОВНОЙ КОНТЕЙНЕР ========== */
.header {
    height: 96px;
    background-color: #ffffff;
}


/* ========== HEADER: ЛЕВАЯ ЧАСТЬ (ЛОГО И ТЕЛЕФОНЫ) ========== */
.header__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    gap: 50px;
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}

.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.header__info-item {
    /* Блок с телефоном и подписью */
}

.header__info-phone {
    margin-bottom: 5px;
}

.header__info-phone a {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.6px;
    color: #000000;
    text-decoration: unset;
}

.header__info-label {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    opacity: 0.3;
}


/* ========== HEADER: ПРАВАЯ ЧАСТЬ (ПОИСК, КОНТРАСТ, ЯЗЫК, КНОПКИ) ========== */
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 40px;
    padding-right: 15px;
}

.header__right-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}


/* ========== ПОИСК (ВЫДВИЖНОЙ) ========== */
.header__search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 36px;
}

.search__icon {
    width: 36px;
    height: 36px;
    background-image: url('/local/templates/new-design/static/assets/images/header__search-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 2;
    border-radius: 2px;
}

.search__container {
    position: absolute;
    right: 2px;
    width: 0;
    height: 36px;
    background-color: #000000;
    border-radius: 2px;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.search__container.active {
    width: 150px;
}

.search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 150px;
}

.search__input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 12px;
    color: #ffffff;
    font-size: 14px;
    outline: none;
}

.search__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search__input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}


/* ========== ВЕРСИЯ ДЛЯ СЛАБОВИДЯЩИХ ========== */
.header__service-contrast {
    background-image: url(/local/templates/new-design/static/assets/images/header__service-contrast.png);
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    display: block;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
    transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
    -o-transition: filter .3s ease, transform .3s ease;
    transition: filter .3s ease, transform .3s ease;
    transition: filter .3s ease, transform .3s ease, -webkit-filter .3s ease, -webkit-transform .3s ease;
    cursor: pointer;
}


/* ========== ВЫБОР ЯЗЫКА ========== */
.header__right-lang {
    position: relative;
    height: 36px;
    width: 40px;
}

.header__lang-list {
    background: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    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;
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
    display: block;
    height: auto;
    padding: 0px 0;
    z-index: 1;
    border-radius: 3px;
}

.lang-list__current {
    position: relative;
    width: 40px;
    height: 36px;
    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;
    padding: 10px 21px 10px 6px;
    border-radius: 3px;
}

.lang-list__current:after {
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="6" viewBox="0 0 9 6" fill="none"><path d="M0.5 0.5L4.5 4.5L8.5 0.5" stroke="black" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 6px;
    border: none;
}

.lang-list__list {
    display: none; /* Скрыт по умолчанию, открывается через JS */
}

.lang-list__item {
    padding: 5px 15px 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 25px;
}


/* ========== КНОПКИ (ЭЛЕКТРОННЫЙ ВУЗ / ЛИЧНЫЙ КАБИНЕТ) ========== */
.header__right-link {
    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;
    background: #000000;
    padding: 10px 15px;
    border-radius: 2px;
    color: #FFFFFF;
    height: 36px;
    text-decoration: unset;
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.4px;
    -webkit-transition: background .6s ease, color .6s ease;
    -o-transition: background .6s ease, color .6s ease;
    transition: background .6s ease, color .6s ease;
}

.header__right-link:hover {
    color: #ffffff;
    text-decoration: none;
    background: #808080;
    -webkit-transition: background .6s ease, color .6s ease;
    -o-transition: background .6s ease, color .6s ease;
    transition: background .6s ease, color .6s ease;
}


/* ========== HEADER FIXED: ФИКСИРОВАННАЯ ШАПКА ========== */
.header-fixed__col-left {
   padding-left: 15px; 
}

.header-fixed__col-right {
    padding-right: 15px;
    gap: 12px;
}

.header__burger {
    position: relative;
    width: 36px;
    height: 36px;
}

.header-fixed__menu-button {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.header-fixed__menu-button span {
    background: #000000;
    border-radius: 100px;
    width: 40px;
    height: 4px;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
}

.header-fixed__menu-button span:nth-child(1) {
    width: 36px;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

.header-fixed__menu-button span:nth-child(2) {
    width: 26px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.header-fixed__menu-button span:nth-child(3) {
    width: 16px;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.header-fixed__menu-button span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #d44822;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
    border-radius: 20px;
    z-index: 0;
}

.header-fixed__menu-button:hover span:before {
    width: 100%;
}

.header__burger-mobile {
    background-image: url(/local/templates/new-design/static/assets/images/header__mobile-burger.png);
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    display: block;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
    transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
    -o-transition: filter .3s ease, transform .3s ease;
    transition: filter .3s ease, transform .3s ease;
    transition: filter .3s ease, transform .3s ease, -webkit-filter .3s ease, -webkit-transform .3s ease;
    cursor: pointer; 
    display: none;
}

.header-fixed__callback {
    background-image: url(/local/templates/new-design/static/assets/images/header__callback-icon.png);
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    display: block;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
    transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
    -o-transition: filter .3s ease, transform .3s ease;
    transition: filter .3s ease, transform .3s ease;
    transition: filter .3s ease, transform .3s ease, -webkit-filter .3s ease, -webkit-transform .3s ease;
    cursor: pointer; 
}

.header-fixed__search {
    width: 36px;
    height: 36px;
    background-image: url(/local/templates/new-design/static/assets/images/header__search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 2;
    border-radius: 2px;
}

@media (max-width: 1199.98px) {
    .header__burger-mobile {
        display: block;
    }
    
    .header__burger,
    .header__right-link {
        display: none;
    }
}

@media (max-width: 576px) {
    .header-fixed__logo-link img {
        max-width: 150px;
    }
    
    .header-fixed {
        padding: 12px 0;
        height: auto;
    }
}


/* ========== MENU MOBILE: МОБИЛЬНОЕ МЕНЮ ========== */
.menu-mobile__top-group {
    display: flex;
    align-items: center;
    gap: 45px;
}

.menu-mobile__top-close {
    margin: 0;
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    display: block;
    flex-shrink: 0;
}

.menu-mobile__top-close:before, 
.menu-mobile__top-close:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    background: #000000;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
}

.menu-mobile__top-close:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.menu-mobile__top-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-mobile__top-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-mobile__header {
    padding-top: 20px;
    margin-bottom: 30px;
}

.menu-mobile__buttons-group {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.menu-mobile___right-link {
    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;
    background: #000000;
    padding: 10px 15px;
    border-radius: 2px;
    color: #FFFFFF;
    width: 100%;
    text-decoration: unset;
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.4px;
    -webkit-transition: background .6s ease, color .6s ease;
    -o-transition: background .6s ease, color .6s ease;
    transition: background .6s ease, color .6s ease;
}

.menu-mobile___right-link:hover {
    color: #ffffff;
    text-decoration: none;
    background: #808080;
    -webkit-transition: background .6s ease, color .6s ease;
    -o-transition: background .6s ease, color .6s ease;
    transition: background .6s ease, color .6s ease;
}

.menu-mobile__content {
    max-width: 450px;
    margin: 0 auto;
}

.menu-mobile__search-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.menu-mobile__search-wrapper input[type=text] {
    width: 100%;
    background-color: #E6E6E6;
    padding: 10px 10px 10px 20px;
}

.menu-mobile__search-wrapper input[type=submit] {
    width: 20px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 10px;
    transform: translateY(-50%);
    background-image: url(/local/templates/new-design/static/assets/images/header__icon-search-lupa.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right center;
}

.menu-mobile__search-row {
    margin-bottom: 56px;
}

.menu-mobile__title {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.7px;
    margin-bottom: 30px;
}

.menu-mobile__nav-row,
.menu-mobile__contacts-row {
    margin-bottom: 55px;
}

.menu-mobile__phones-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.menu-mobile__phone-number {
    margin-bottom: 5px;
}

.menu-mobile__phone-number a {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.6px;
    color: #000000;
    text-decoration: unset;
}

.menu-mobile__phone-label {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #000000;
    opacity: 0.3;
}

.menu-mobile__item-header {
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu-mobile__top-group .header__lang-list {
    background-color: #E6E6E6;
}

.menu-mobile__item-link {
    font-family: 'ALS Granate', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: -0.3px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-mobile__item-toggle {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}

.menu-mobile__item-toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 7px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="7" viewBox="0 0 10 7" fill="none"><path d="M1 1L5 5L9 1" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 0.3s ease;
}

.menu-mobile__item-toggle.active:before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.menu-mobile__submenu {
    display: none;
    padding: 10px 0 10px 15px;
    border-radius: 4px;
    margin-top: 5px;
}

.menu-mobile__submenu.active {
    display: block;
}

.menu-mobile__submenu-link {
    display: block;
    padding: 8px 0;
    font-family: 'ALS Granate', sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.menu-mobile__submenu-link:last-child {
    border-bottom: none;
}

.menu-mobile__submenu-link:hover {
    color: #000000;
    text-decoration: underline;
}

.menu-mobile__socials-group {
    display: flex;
    gap: 10px;
}

.menu-mobile__social-item {
    width: 48px;
    height: 48px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: block;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
    transition: -webkit-filter .3s ease, -webkit-transform .3s ease;
    -o-transition: filter .3s ease, transform .3s ease;
    transition: filter .3s ease, transform .3s ease;
    transition: filter .3s ease, transform .3s ease, -webkit-filter .3s ease, -webkit-transform .3s ease;
}

.menu-mobile__social-item:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.menu-mobile__social-item.vk {
    background-image: url(/local/templates/new-design/static/assets/images/menu-mobile__social-link-vk.png);
    background-size: 48px 48px;
}
.menu-mobile__social-item.ok {
    background-image: url(/local/templates/new-design/static/assets/images/menu-mobile__social-link-ok.png);
    background-size: 48px 48px;
}
.menu-mobile__social-item.max {
    background-image: url(/local/templates/new-design/static/assets/images/menu-mobile__social-link-max.png);
    background-size: 48px 48px;
}
.menu-mobile__social-item.rt {
    background-image: url(/local/templates/new-design/static/assets/images/menu-mobile__social-link-rt.png);
    background-size: 48px 48px;
}
.menu-mobile__social-item.soc {
    background-image: url(/local/templates/new-design/static/assets/images/menu-mobile__social-link-soc.png);
    background-size: 48px 48px;
}
.menu-mobile__social-item.tg {
    background-image: url(/local/templates/new-design/static/assets/images/menu-mobile__social-link-tg.png);
    background-size: 48px 48px;
}
/* End */


/* Start:/local/templates/new-design/styles.css?17715297801099*/
.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?177152977921542*/
.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 */
/* /new-index/css/footer.css?1773992578632 */
/* /new-index/css/index.css?177451902536300 */
/* /new-index/css/header.css?177399231320767 */
/* /local/templates/new-design/styles.css?17715297801099 */
/* /local/templates/new-design/static/assets/ege_lists.css?177152977921542 */
