.order-science-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.order-science-menu__left--tg ,
.order-science-menu__left--img{
    margin-left: 12px;
}
.order-science-menu__link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--sibur-e04e39);
    border-radius: 100px;
    padding: 0px 22px 2px;
    height: 56px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: var(--ffffff);
    cursor: pointer;
}
.order-science-menu__left--img:first-child {
    border-right: 1px solid var(--main-e1e1e4);
    padding: 0px 22px 0px 0px;
}
.order-science-menu__left {
    display: flex;
    gap: 22px;
    align-items: center;
}
.order-science-info {
    position: relative;
    padding: 60px 38px;
    border-radius: 36px;
    overflow: hidden;
}
.order-science-info__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.order-science-info__content {
    max-width: 670px;
}

.order-science-info__title {
    color: var(--ffffff);
}
.order-science-info__content p,
.order-science-info__content li {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: var(--ffffff);
}
.order-science-info__content ul {
    display: grid;
    grid-gap: 12px;
    padding: 0 0 0 20px;
}
.order-science-info__btns {
    display: flex;
    gap: 16px;
    margin-top: 36px;
}
.order-science-info__btn-details,
.order-science-info__btn-partners {
    display: block;
    border-radius: 100px;
    padding: 14px 36px 18px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
}
.order-science-info__btn-partners {
    border: 1px solid var(--ffffff);
    color: var(--ffffff);
}
.order-science-info__btn-details {
    background: var(--ffffff);
    color: var(--sibur-008794);
}



.order-science-programm__title {
    color: var(--sibur-15363a);
}
.order-science-programm {
    background: var(--sibur-f3f5f5);
    border-radius: 36px;
    padding: 32px;
    margin-top: 28px;
}
.order-science-programm__items {
    display: grid;
    grid-gap: 22px;
}
.order-science-programm-item {
    background: var(--ffffff);
    border-radius: 36px;
    padding: 24px 32px;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.order-science-programm-item.order-science-programm-item--active {
    border-radius: 16px;
}
.order-science-programm-item .order-science-programm-item__content{
    opacity: 0;
    transition: .3s ease-in-out;
}
.order-science-programm-item.order-science-programm-item--active .order-science-programm-item__content{
    opacity: 1;
}
.order-science-programm-item.order-science-programm-item--active .order-science-programm-item__arrow {
    transform: rotate(180deg);
}
h3.order-science-programm-item__title.h4 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: var(--474747);
    margin-bottom: 16px;
}
.order-science-programm-item__content ul {
    padding: 0 0 0 20px;
    column-count: 2;
    column-gap: 30px;
}
li.order-science-programm-item__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: var(--sibur-96a8aa);
    margin-bottom: 8px;
}
.order-science-programm-item__info {
    position: relative;
}
.order-science-programm-item__arrow {
    position: absolute;
    top: 0;
    right: 0;
}
.order-science-programm-item__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: var(--sibur-008794);
    border: 1px solid var(--sibur-96a8aa);
    border-radius: 100px;
    padding: 0px 22px 2px;
    height: 56px;
    margin-top: 22px;
}



.order-science-event h2 {
    color: var(--sibur-15363a);
}
.order-science-event__items {
    margin-top: 28px;
    display: grid;
    grid-gap: 22px 16px;
    grid-template-columns: 1fr 1fr 1fr;
}
.order-science-event__items[data-type="mobile"] {
        display: none;
    }
.order-science-event__item.order-science-event-item {
    background: linear-gradient(225deg, #77e2c3 0%, #008c95 100%);
    border-radius: 36px;
    padding: 24px 24px 92px;
    min-height: 523px;
    position: relative;
}
.order-science-event-item__img {
    border-radius: 16px;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.order-science-event-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
span.order-science-event-item__span {
    width: fit-content;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--sibur-008794);
    background: var(--sibur-e5f3f4);
    border-radius: 5px;
    padding: 0px 6px 1px;
}
p.order-science-event-item__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: var(--ffffff);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 150px;
}
span.order-science-event-item__date-from-to {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--sibur-e5f3f4);
}
p.order-science-event-item__location-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--sibur-e5f3f4);
    margin: 0;
}
.order-science-event-item__location, 
.order-science-event-item__date {
    
    display: flex;
    gap: 6px;
}
.order-science-event-item__location {
    bottom: 24px;
}
.order-science-event-item__date {
    margin-bottom: 6px;
}
.order-science-event-item__info {
    display: grid;
    grid-gap: 16px;
    margin-top: 16px;
}
.order-science-event-item__underinfo {
    position: absolute;
    bottom: 24px;
}
.order-science-event__btn {
    display: flex;
    background: var(--sibur-f3f5f5);
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 0px 22px 2px;
    height: 56px;
    margin-top: 28px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: var(--sibur-15363a);
}

.order-science-news__menu-btn {
    border-radius: 100px;
    padding: 0px 22px 2px;
    width: fit-content;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: var(--sibur-008794);
    border: 1px solid var(--sibur-008794);
    cursor: pointer;
    transition: .3s ease-in-out;
}

.order-science-news__menu-btn.active,
.order-science-news__menu-btn:hover {
    background: var(--sibur-e5f3f4);
    border: 1px solid var(--sibur-e5f3f4);
}
.order-science-news__menu {
    display: flex;
    gap: 8px;
}
.order-sw-button-next, .order-sw-button-prev {
    background: var(--sibur-008794);
    border-radius: 100px;
    min-width: 56px;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-sw-pagination {
    width: fit-content;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: var(--sibur-008794);
    margin-right: 18px;
}
.order-science-news__swiper-pagination,
.order-science-partners__swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.order-science-news__swiper-pagination, 
.order-science-news__swiper {
    display: none;
}
.order-science-news__swiper-pagination.active, 
.order-science-news__swiper.active {
    display: flex;
}
.order-science-news__list {
    margin-top: 28px;
}
.order-science-news__menu-btns {
    margin-top: -56px;
}
.order-science-news-item {
    background: linear-gradient(225deg, #77e2c3 0%, #008c95 100%);
    border-radius: 36px;
    padding: 22px;
    height: 500px;
}
p.order-science-news-item__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: var(--sibur-f3f5f5);
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 180px;
}
.order-science-news-item__date span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--sibur-e5f3f4);
}
.order-science-news-item__img {
    margin-bottom: 16px;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 16px;
}
.order-science-news-item__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
p.order-science-news-item__date {
    display: flex;
    gap: 8px;
    align-items: center;
}
.order-science-news__all-news-btn {
    display: flex;
    background: var(--sibur-f3f5f5);
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 0px 22px 2px;
    height: 56px;
    margin-top: 16px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: var(--sibur-15363a);
}


.order-science-partners__list {
    margin-top: 28px;
}
.order-science-partners__item.order-science-partners-item {
    border: 1px solid var(--sibur-e1e3e4);
    border-radius: 36px;
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-science-partners__btns {
    margin-top: -56px;
}
img.order-science-partners-item__img {
    max-width: 90%;
}
.popup-school__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(21, 49, 50, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}









 /* Стили для основного контейнера */
.popup-school {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 49, 50, 0.25);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: popup-school-fadeIn 0.3s ease;
}

.popup-school_active {
    display: flex;
}

.popup-school__form-container {
    padding: 32px;
    max-width: 850px;
    width: 100%;
    overflow-y: auto;
    position: relative;
    animation: popup-school-slideIn 0.3s ease;
    border-radius: 15px;
    background: var(--ffffff);
}

/* Кнопка закрытия */
.popup-school__close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 18px;
    height: 18px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 24px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
    min-width: 18px;
    margin: 0;
    padding: 0;
}



.popup-school__title {
    margin-bottom: 10px;
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 22px;
    color: var(--sibur-15363a);
}

.popup-school__subtitle {
    font-size: 14px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--sibur-96a8aa);
    margin-top: 8px;    
}

/* Прогресс бар */
.popup-school__progress {
    width: 100%;
    height: 2px;
    background-color: #e9ecef;
    border-radius: 3px;
    margin-bottom: 25px;
    overflow: hidden;
    margin-top: 22px;
}

.popup-school__progress-bar {
    height: 100%;
    background: var(--sibur-008794);
    border-radius: 3px;
    transition: width 0.3s ease;
    width: 0%;
}

.popup-school__step {
    display: none;
    animation: popup-school-fadeIn 0.5s;
}

.popup-school__step_active {
    display: block;
}

.popup-school__group {
    margin-bottom: 20px;
    position: relative;
}

.popup-school__select {
    width: 100%;
    padding: 18px 22px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
    background: var(--sibur-f3f5f5);
    outline: none;
}

.popup-school__row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.popup-school__col {
    flex: 1;
    position: relative;
}

.popup-school__input {
    width: 100%;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
    background: var(--sibur-f3f5f5);
    border-radius: 10px;
    padding: 16px 22px;
    outline: none;
     font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000000;
}
.popup-school__input::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: var(--sibur-96a8aa);
}
.popup-school__input_full-width {
    width: 100%;
}

/* Стили для ошибок */
.popup-school__error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.popup-school__error_visible {
    display: block;
}

.popup-school__input_error,
.popup-school__select_error {
    border-color: #dc3545;
}

.popup-school__button-group {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.popup-school__button {
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s;
    min-width: 120px;
}

button.popup-school__button.popup-school__button_next,
button.popup-school__button.popup-school__button_submit {
    background: var(--sibur-008794);
    border-radius: 100px;
    padding: 0px 22px 2px;
    width: 50%;
    height: 56px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    color: var(--ffffff);
}
button.popup-school__button.popup-school__button_submit,
button.popup-school__button.popup-school__button_next:last-child {
    width: 100%;
}

button.popup-school__button.popup-school__button_back {
    border: 1px solid var(--sibur-008794);
    border-radius: 100px;
    padding: 0px 22px 2px;
    width: 50%;
    height: 56px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    color: var(--sibur-008794);
    background: #ffffff;
}

/* Стили для попапа успеха */
.popup-school__success {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    animation: popup-school-fadeIn 0.3s;
    justify-content: center;
    align-items: center;
}

.popup-school__success_active {
    display: flex;
}

.popup-school__success-content {
    background: white;
    padding: 32px;
    border-radius: 10px;
    text-align: center;
    max-width: 480px;
    width: 100%;
    animation: popup-school-slideIn 0.3s ease;
    position: relative;
}

.popup-school__success-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 24px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.popup-school__success-title {
    margin-bottom: 8px;
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: var(--sibur-15363a);
}

.popup-school__success-text {
    margin-bottom: 30px;
    line-height: 1.5;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: var(--sibur-96a8aa);
}

.popup-school__success-buttons {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.popup-school__success-button {
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s;
    text-decoration: none;
    display: inline-block;
    border-radius: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.popup-school__success-button_main {
    background: var(--sibur-008794);
    color: white;
}

.popup-school__success-button_cabinet {
    background: var(--ffffff);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: var(--sibur-008794);
    border: 1px solid var(--sibur-008794);
}

/* Анимации */
@keyframes popup-school-fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes popup-school-slideIn {
    from { 
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to { 
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes popup-school-fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes popup-school-slideOut {
    from { 
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    to { 
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .popup-school__form-container {
        padding: 20px;
    }

    .popup-school__title {
        font-size: 20px;
    }

    .popup-school__subtitle {
        font-size: 13px;
    }

    .popup-school__row {
        flex-direction: column;
        gap: 10px;
    }
    
    .popup-school__button-group {
        flex-direction: column;
    }
    
    .popup-school__button {
        width: 100%;
    }

    .popup-school__success-buttons {
        flex-direction: column;
    }

    .popup-school__success-content {
        padding: 30px 20px;
    }
}









@media screen and (max-width: 1500px) {
    
}

@media screen and (max-width: 1200px) {
   
}

@media screen and (max-width: 992px) {
    .order-science-menu__left--img:first-child img.order-science-menu__left--icon {
        height: 33px;
    }
    .order-science-menu__left--img img.order-science-menu__left--icon {
        height: 12px;
    }
    .order-science-menu__left {
        gap: 16px;
    }
    .order-science-menu__left--img:first-child {
        padding: 0px 16px 0px 0px;
    }
    .order-science-menu__link {
        height: 43px;
    }
    .order-science-menu {
        flex-direction: column;
        gap: 28px;
    }
    .order-science-info__content p, .order-science-info__content li {
        font-size: 12px;
    }
    .order-science-info {
        padding: 12px;
        border-radius: 20px;
    }
    .order-science-programm {
        border-radius: 20px;
        padding: 16px;
        margin-top: 16px;
    }
    h3.order-science-programm-item__title.h4 {
        font-size: 14px;
    }
    li.order-science-programm-item__text {
        font-size: 12px;
    }
    .order-science-programm-item {
        padding: 12px 16px;
    }
    .order-science-programm-item__arrow {
        top: -5px;
    }
    .order-science-programm__items {
        grid-gap: 8px;
    }
    .order-science-programm-item__btn {
        padding: 0px 22px 2px;
        height: 43px;
        margin-top: 16px;
    }
    .order-science-event__items {
        margin-top: 16px;
        grid-gap: 0;
        grid-template-columns: 1fr;
    }
    .order-science-event__swiper{
        width: 100%;
    }
    .order-science-event__items[data-type="mobile"] {
        display: block;
    }
    .order-science-event__items[data-type="desctop"] {
        display: none;
    }
    .order-science-event__item.order-science-event-item {
        border-radius: 20px;
        padding: 16px 16px 92px;
        min-height: 408px;
        position: relative;
    }
    .order-science-event-item__img {
        border-radius: 10px;
        height: 180px;
    }
    p.order-science-event-item__title {
        height: 105px;
    }
    span.order-science-event-item__span {
        font-size: 12px;
    }
    p.order-science-event-item__title {
        font-size: 14px;
    }
    .order-science-event__btn,
    .order-science-news__all-news-btn {
        height: 43px;
        margin-top: 16px;
        font-size: 16px;
    }
    .order-science-news__menu-btns,
    .order-science-partners__btns {
        display: none;
    }
    .order-science-news__menu-btn {
        height: 38px;
        font-size: 12px;
    }
    p.order-science-news-item__text {
        font-size: 14px;
        height: 157px;
    }
    .order-science-news-item__img {
        height: 160px;
        border-radius: 10px;
    }
    .order-science-news-item {
        border-radius: 22px;
        padding: 20px;
        height: 430px;
    }
    .order-science-partners__list {
        margin-top: 16px;
    }
}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 567px) {
    .order-science-info__btns {
        flex-wrap: wrap;
        width: 100%;
        margin-top: 20px;
    }
    .order-science-info__btn-details, .order-science-info__btn-partners {
        padding: 10px 36px 12px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .order-science-programm-item__content ul {
        column-count: 1;
    }
    .order-science-partners__item.order-science-partners-item {
        height: 80px;
        border-radius: 18px;
        padding: 27px 0;
    }
    img.order-science-partners-item__img {
        height: 100%;
    }
}

@media screen and (max-width: 450px) {
    .order-science-menu__left--img:first-child {
        padding: 0px;
        width: 44%;
    }
    .order-science-menu__left {
        gap: 0;
        width: 100%;
        justify-content: space-between;
    }
    .order-science-menu__link {
        width: 100%;
    }
    .order-science-menu__right {
        width: 100%;
    }
}










@media screen and (max-width: 1500px) {
    
}

@media screen and (max-width: 1200px) {
   
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 567px) {
  
}

@media screen and (max-width: 400px) {
    
}

.order-science-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.order-science-menu__left--tg ,
.order-science-menu__left--img{
    margin-left: 12px;
}
.order-science-menu__link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--sibur-e04e39);
    border-radius: 100px;
    padding: 0px 22px 2px;
    height: 56px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: var(--ffffff);
    cursor: pointer;
}
.order-science-menu__left--img:first-child {
    border-right: 1px solid var(--main-e1e1e4);
    padding: 0px 22px 0px 0px;
}
.order-science-menu__left {
    display: flex;
    gap: 22px;
    align-items: center;
}
.order-science-info {
    position: relative;
    padding: 60px 38px;
    border-radius: 36px;
    overflow: hidden;
}
.order-science-info__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.order-science-info__content {
    max-width: 730px;
    z-index: 1;
    position: relative;
}

.order-science-info__title {
    color: var(--ffffff);
    z-index: 1;
    position: relative;
}
.order-science-info__content p,
.order-science-info__content li {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: var(--ffffff);
    position: relative;
    list-style: none;
}
.order-science-info__content li::before {
    content: "●";
    position: absolute;
    left: -22px;
    display: block;
    font-size: 26px;
    top: -11px;
}
.order-science-info__content ul {
    display: grid;
    grid-gap: 12px;
    padding: 0 0 0 20px;
}
.order-science-info__btns {
    display: flex;
    gap: 16px;
    margin-top: 36px;
    z-index: 1;
    position: relative;
}
.order-science-info__btn-details,
.order-science-info__btn-partners {
    display: block;
    border-radius: 100px;
    padding: 14px 36px 18px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
}
.order-science-info__btn-partners {
    border: 1px solid var(--ffffff);
    color: var(--ffffff);
}
.order-science-info__btn-details {
    background: var(--ffffff);
    color: var(--sibur-008794);
}



.order-science-programm__title {
    color: var(--sibur-15363a);
}
.order-science-programm {
    background: var(--sibur-f3f5f5);
    border-radius: 36px;
    padding: 32px;
    margin-top: 28px;
}
.order-science-programm__items {
    display: grid;
    grid-gap: 22px;
}
.order-science-programm-item {
    background: var(--ffffff);
    border-radius: 36px;
    padding: 24px 32px;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.order-science-programm-item.order-science-programm-item--active {
    border-radius: 16px;
}
.order-science-programm-item .order-science-programm-item__content{
    opacity: 0;
    transition: .3s ease-in-out;
}
.order-science-programm-item.order-science-programm-item--active .order-science-programm-item__content{
    opacity: 1;
}
.order-science-programm-item.order-science-programm-item--active .order-science-programm-item__arrow {
    transform: rotate(180deg);
}
h3.order-science-programm-item__title.h4 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: var(--474747);
    margin-bottom: 16px;
    cursor: pointer;
}
.order-science-programm-item__content ul {
    padding: 0 0 0 20px;
    column-count: 2;
    column-gap: 30px;
}
li.order-science-programm-item__text::before {
    content: "●";
    position: absolute;
    left: -22px;
    display: block;
    font-size: 22px;
    top: -4px;
    color: var(--sibur-008794);
}

li.order-science-programm-item__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: var(--sibur-96a8aa);
    margin-bottom: 8px;
    position: relative;
    list-style-type: none;
}

.order-science-programm-item__info {
    position: relative;
}
.order-science-programm-item__arrow {
    position: absolute;
    top: 0;
    right: 0;
}
.order-science-programm-item__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: var(--sibur-008794);
    border: 1px solid var(--sibur-96a8aa);
    border-radius: 100px;
    padding: 0px 22px 2px;
    height: 56px;
    margin-top: 22px;
}



.order-science-event h2 {
    color: var(--sibur-15363a);
}
.order-science-event__items {
    margin-top: 28px;
    display: grid;
    grid-gap: 22px 16px;
    grid-template-columns: 1fr 1fr 1fr;
}
.order-science-event__items[data-type="mobile"] {
        display: none;
    }
.order-science-event__item.order-science-event-item {
    background: linear-gradient(225deg, #77e2c3 0%, #008c95 100%);
    border-radius: 36px;
    padding: 24px 24px 92px;
    min-height: 523px;
    position: relative;
}
.order-science-event-item__img {
    border-radius: 16px;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.order-science-event-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
span.order-science-event-item__span {
    width: fit-content;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--sibur-008794);
    background: var(--sibur-e5f3f4);
    border-radius: 5px;
    padding: 0px 6px 1px;
}
p.order-science-event-item__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: var(--ffffff);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 150px;
}
span.order-science-event-item__date-from-to {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--sibur-e5f3f4);
}
p.order-science-event-item__location-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--sibur-e5f3f4);
    margin: 0;
}
.order-science-event-item__location, 
.order-science-event-item__date {
    
    display: flex;
    gap: 6px;
}
.order-science-event-item__location {
    bottom: 24px;
}
.order-science-event-item__date {
    margin-bottom: 6px;
}
.order-science-event-item__info {
    display: grid;
    grid-gap: 16px;
    margin-top: 16px;
}
.order-science-event-item__underinfo {
    position: absolute;
    bottom: 24px;
}
.order-science-event__btn {
    display: flex;
    background: var(--sibur-f3f5f5);
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 0px 22px 2px;
    height: 56px;
    margin-top: 28px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: var(--sibur-15363a);
}

/* .order-science-news__menu-btn {
    border-radius: 100px;
    padding: 0px 22px 2px;
    width: fit-content;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: var(--sibur-008794);
    border: 1px solid var(--sibur-008794);
    cursor: pointer;
    transition: .3s ease-in-out;
}

.order-science-news__menu-btn.active,
.order-science-news__menu-btn:hover {
    background: var(--sibur-e5f3f4);
    border: 1px solid var(--sibur-e5f3f4);
} */
.order-science-news__menu {
    display: flex;
    gap: 8px;
}
.order-sw-button-next, .order-sw-button-prev {
    background: var(--sibur-008794);
    border-radius: 100px;
    min-width: 56px;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-sw-pagination {
    width: fit-content;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: var(--sibur-008794);
    margin-right: 18px;
}
.order-science-news__swiper-pagination,
.order-science-partners__swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.order-science-news__swiper-pagination, 
.order-science-news__swiper {
    display: none;
}
.order-science-news__swiper-pagination.active, 
.order-science-news__swiper.active {
    display: flex;
}
.order-science-news__list {
    margin-top: 28px;
}
.order-science-news__menu-btns {
    margin-top: -56px;
}
.order-science-news-item {
    background: linear-gradient(225deg, #77e2c3 0%, #008c95 100%);
    border-radius: 36px;
    padding: 22px;
    height: 500px;
}
p.order-science-news-item__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: var(--sibur-f3f5f5);
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 180px;
}
.order-science-news-item__date span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--sibur-e5f3f4);
}
.order-science-news-item__img {
    margin-bottom: 16px;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 16px;
}
.order-science-news-item__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
p.order-science-news-item__date {
    display: flex;
    gap: 8px;
    align-items: center;
}
.order-science-news__all-news-btn {
    display: flex;
    background: var(--sibur-f3f5f5);
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 0px 22px 2px;
    height: 56px;
    margin-top: 16px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: var(--sibur-15363a);
}


.order-science-partners__list {
    margin-top: 28px;
}
.order-science-partners__item.order-science-partners-item {
    border: 1px solid var(--sibur-e1e3e4);
    border-radius: 36px;
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-science-partners__btns {
    margin-top: -56px;
}
img.order-science-partners-item__img {
    max-width: 90%;
}
.popup-school__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(21, 49, 50, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}









 








@media screen and (max-width: 1500px) {
    
}

@media screen and (max-width: 1200px) {
   
}

@media screen and (max-width: 992px) {
    .order-science-menu__left--img:first-child img.order-science-menu__left--icon {
        height: 33px;
    }
    .order-science-menu__left--img img.order-science-menu__left--icon {
        height: 12px;
    }
    .order-science-menu__left {
        gap: 16px;
    }
    .order-science-menu__left--img:first-child {
        padding: 0px 16px 0px 0px;
    }
    .order-science-menu__link {
        height: 43px;
    }
    .order-science-menu {
        flex-direction: column;
        gap: 28px;
    }
    .order-science-info__content p, .order-science-info__content li {
        font-size: 12px;
    }
    .order-science-info {
        padding: 12px;
        border-radius: 20px;
    }
    .order-science-programm {
        border-radius: 20px;
        padding: 16px;
        margin-top: 16px;
    }
    h3.order-science-programm-item__title.h4 {
        font-size: 14px;
    }
    li.order-science-programm-item__text {
        font-size: 12px;
    }
    .order-science-programm-item {
        padding: 12px 16px;
    }
    .order-science-programm-item__arrow {
        top: -5px;
    }
    .order-science-programm__items {
        grid-gap: 8px;
    }
    .order-science-programm-item__btn {
        padding: 0px 22px 2px;
        height: 43px;
        margin-top: 16px;
    }
    .order-science-event__items {
        margin-top: 16px;
        grid-gap: 0;
        grid-template-columns: 1fr;
    }
    .order-science-event__swiper{
        width: 100%;
    }
    .order-science-event__items[data-type="mobile"] {
        display: block;
    }
    .order-science-event__items[data-type="desctop"] {
        display: none;
    }
    .order-science-event__item.order-science-event-item {
        border-radius: 20px;
        padding: 16px 16px 92px;
        min-height: 408px;
        position: relative;
    }
    .order-science-event-item__img {
        border-radius: 10px;
        height: 180px;
    }
    p.order-science-event-item__title {
        height: 105px;
    }
    span.order-science-event-item__span {
        font-size: 12px;
    }
    p.order-science-event-item__title {
        font-size: 14px;
    }
    .order-science-event__btn,
    .order-science-news__all-news-btn {
        height: 43px;
        margin-top: 16px;
        font-size: 16px;
    }
    .order-science-news__menu-btns,
    .order-science-partners__btns {
        display: none;
    }
    .order-science-news__menu-btn {
        height: 38px;
        font-size: 12px;
    }
    p.order-science-news-item__text {
        font-size: 14px;
        height: 157px;
    }
    .order-science-news-item__img {
        height: 160px;
        border-radius: 10px;
    }
    .order-science-news-item {
        border-radius: 22px;
        padding: 20px;
        height: 430px;
    }
    .order-science-partners__list {
        margin-top: 16px;
    }
}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 567px) {
    .order-science-info__btns {
        flex-wrap: wrap;
        width: 100%;
        margin-top: 20px;
    }
    .order-science-info__btn-details, .order-science-info__btn-partners {
        padding: 10px 36px 12px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .order-science-programm-item__content ul {
        column-count: 1;
    }
    .order-science-partners__item.order-science-partners-item {
        height: 80px;
        border-radius: 18px;
        padding: 27px 0;
    }
    img.order-science-partners-item__img {
        height: 100%;
    }
}

@media screen and (max-width: 450px) {
    .order-science-menu__left--img:first-child {
        padding: 0px;
        width: 44%;
    }
    .order-science-menu__left {
        gap: 0;
        width: 100%;
        justify-content: space-between;
    }
    .order-science-menu__link {
        width: 100%;
    }
    .order-science-menu__right {
        width: 100%;
    }
}







.popup-school__success {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    animation: popup-school-fadeIn 0.3s;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.popup-school__success_active {
    display: flex;
}

.popup-school__success-content {
    background: white;
    padding: 32px;
    border-radius: 10px;
    text-align: center;
    max-width: 480px;
    width: 100%;
    animation: popup-school-slideIn 0.3s ease;
    position: relative;
}
.popup-school__success-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 24px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}
.popup-school__success-title {
    margin-bottom: 8px;
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: var(--sibur-15363a);
}
.popup-school__success-text {
    margin-bottom: 30px;
    line-height: 1.5;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: var(--sibur-96a8aa);
}
.popup-school__success-buttons {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}
.popup-school__success-button {
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s;
    text-decoration: none;
    display: inline-block;
    border-radius: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.popup-school__success-button_main {
    background: var(--sibur-008794);
    color: white;
}
.popup-school__success-button_cabinet {
    background: var(--ffffff);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: var(--sibur-008794);
    border: 1px solid var(--sibur-008794);
}






@media screen and (max-width: 1500px) {
    
}

@media screen and (max-width: 1200px) {
   
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 567px) {
    .popup-school__success-buttons {
        flex-direction: column;
    }
    .popup-school__success-button {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    
}


