@import './header.css';
@import './footer.css';
@import './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-image img {
    transition: filter 0.3s ease;
}

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

.university__card:hover .university__card-link{
    background: var(--primary-orange);
    color: #ffffff;
}

.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-image: url('/new-index/images/dfwefggwergewgwegweg3wegweg23.png');
    background-size: cover; /* Картинка растянется, полностью заполняя блок */
    background-position: center; /* Центрирует изображение */
    background-repeat: no-repeat; /* Отключает повторение картинки */
    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;
	margin-top: 40px;
}

.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: -60px;
    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__expandable-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.45s ease, opacity 0.35s ease;
}

/* Обертка для изображения */
.news__image-wrapper {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.45s ease, opacity 0.35s ease;
    flex-shrink: 0;
}

.news__item.active .news__expandable-content {
    opacity: 1;
}

.news__item.active .news__image-wrapper {
    opacity: 1;
}

.news__expandable-content > *,
.news__image-wrapper > * {
    overflow: hidden;
}

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

.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: 340px;
    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: var(--primary-orange);
    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: #000000;
}

.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__expandable-content .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 {
        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: -30px;
    }
    
    .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;
    }
}