/*******************************/
/*  styles
/*******************************/
.header-mobile {
    z-index: 1100;
}

.mobile-menu.offcanvas {
    border-radius: 0;
}

.mobile-menu-button-second,
.button.mobile-menu-button-third {
    border-radius: 0 0 0 10px;
}

/*НОВОСТИ NEWS*/
.back-news-container{
    padding: 18px 22px 12px;
}

#news-search{
    & {
        width: 100%;
        max-width: 120px;
        transition: max-width .5s ease;
    }

    .back-all-news-container-controler{
        display: none;
    }

    .search-form-block {
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .search-form-block .icon-search-white{
        margin: 0;
        height: 5px;
        width: 5px;
        order: 2;
    }
    .container-search.opened{
        padding: 0;
        margin: 0;
        border-radius: 5px;
    }
    .search-input{
        padding: 0;
        font-size: 7px;
        margin: 0;
        height: auto;
        line-height: 16px;
    }

    .search-input::placeholder{
        font-size: 7px;
    }
}


.back-hist-btn-row {
    max-width: 80%;
    width: 100%;
    margin: 5% auto -3%;
    text-align: right;
    z-index: 100;
    position: relative;
}

.back-hist-btn-row .btn-all-history {
    margin: 0
}

.vek-ist {
    margin-top: 5%;
}

.adapt_table img {
    max-width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
    .use.mobilka,
    .use_column.mobilka,
    .use_second.mobilka  {
        display: flex;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .use .use_box_shadow,
    .use_column .use_box_shadow,
    .use_second .use_box_shadow {
        width: calc(100% - 215px);
    }

    .use_column .useful_n,
    .use_second .useful_n_s,
    .use .useful_pk,
    .use_second .useful_pk {
        flex: 0 0 100%;
        width: 100%;
        height: auto;
        max-width: 215px;
        margin: 0;
    }
}

.calendar-news{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 5px;
    font-size: 7px;
    font-weight: 700;
    width: 100%;
    max-width: 90px;
    line-height: 16px;
    max-height: 16px;
    transition: max-width .5s ease, color .3s ease;
    white-space: nowrap;
}

.filter-news.is-active{

    #news-search{
        max-width: 100%;
    }

    .calendar-news {
        color: transparent;
        max-width: 0;
    }
}


.top-news-list{
    gap:14px;
}

.filter-news{
   gap: 22px;
}

.date-news{
    color:#494949;
    font-size: 7px;
    font-weight: 800;
    line-height: 1;
    display: flex;
    align-items: end;
    opacity: 50%;

}


.news-list {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    gap:30px;
    width: 100%;
}

.news-item {
    grid-template-columns: 1fr 2fr;
    column-gap: 2.5rem;
    margin: 0;
    font-size: 14px;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    background-color: #ffffff;
    border-radius: 18px;
    width: 100%;
    overflow: hidden;
}



.news-body{
    justify-content: space-between;
    padding: 1.25rem 5rem 1.5rem 1.25rem;
}


.news-item-text-anonce {
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
}

.news-item-header {
    text-transform: none;
    font: normal 18px/42px "Inter", sans-serif;
    color: #0074bb;
    overflow: hidden;
    font-weight: 600;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}


.btn-read-more {
    display: block;
    position: static;
    color: #ffffff;
    font: normal 16px "Inter", sans-serif;
    text-align: center;
    cursor: pointer;
    background-image: none;
    background: #0074bb;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    height: auto;
    width: 100%;
    max-width: 230px;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 14px 0;
}

.news-list .news-item-image {
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    border-radius: 18px 0 18px 0 !important;
    object-fit: cover;
}

.news-item:last-child {
    border-bottom: 0;
    margin-bottom: 150px;
}

.btn-bottom-news{
    width: 100%;
    max-width: 118px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 700;
    color:#0075BB;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    opacity: 90%;
    outline: none;
    border: none;
}

.dep-footer {
    margin-top: 14%;
}



@media (max-width: 1399px){
    .news-list {
        gap:20px;
        max-width: 1000px;
    }
}
@media (max-width: 1199px){
    .news-list {
        gap:10px;
        max-width: 890px;
    }

    div.search-block {
        width: auto;
        height: auto;
    }
}
@media (max-width: 1000px){
    .news-list {
        max-width: 750px;
    }

}
@media (max-width: 767px){
    .news-list {
        padding: 0;
        margin: 0;
    }
    

    .news-item {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .news-item-text {
        padding-right: 0;
    }
    .news-body{
        justify-content: space-between;
        padding: 1.25rem;
    }
    .news-item-text {
        padding-right: 0;
    }

    .news-item-text-anonce {
        display: none;
    }
    .news-body{
        padding: 13px;
    }

    .news-item-header{

        line-height: 1.2;
        font-size: 13px;
        -webkit-line-clamp: 3;
    }

    .btn-read-more{
        max-width: 83px;
        font-size: 10px;
        border-radius: 4px;
        padding: 0;
        font-weight: 600;
        line-height: 22px;
    }

    .news-item:last-child {
        margin: 0;
    }

    .dep-footer{
        margin-top:5px;
    }
}


/*Новости полные*/


.white-box-news {
    background: #ffffff;
    color: black;
    box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
    margin-top: 11rem;
    margin-left: auto;
    margin-right: auto;
    width: 1352px;
    border-radius: 30px;
    max-height: 16000px;
    padding-top: 30px;
    padding-bottom: 20px;
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 143px;
        margin-left: auto;
        margin-right: auto;
        width: 1282px;
        border-radius: 30px;
    }
}

@media (max-width: 1400px) and (min-width: 1080px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 122px;
        margin-left: auto;
        margin-right: auto;
        width: 966px;
        border-radius: 15px;
    }
}

@media (max-width: 1080px) and (min-width: 1000px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 122px;
        margin-left: auto;
        margin-right: auto;
        width: 838px;
        border-radius: 15px;
    }
}

@media (max-width: 1000px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 122px;
        margin-left: auto;
        margin-right: auto;
        width: 689px;
        border-radius: 15px;
    }
}

@media (max-width: 876px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 122px;
        margin-left: auto;
        margin-right: auto;
        width: 794px;
        border-radius: 15px;
    }
}

@media (max-width: 860px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 122px;
        margin-left: auto;
        margin-right: auto;
        width: 731px;
        border-radius: 15px;
    }
}


.text-detail-news {
    font-size: 16px;
    color: #828282;
    margin-top: 37px;
    text-align: justify;
    margin-right: 73px;
    margin-left: 57px;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .text-detail-news {
        font-size: 13px;
        color: #828282;
        margin-top: 8px;
        text-align: justify;
        margin-right: 73px;
        margin-left: 31px;
        margin-bottom: 50px;
    }
}

@media (max-width: 876px) {
    .text-detail-news {
        font-size: 13px;
        color: #828282;
        margin-top: 8px;
        text-align: justify;
        margin-right: 31px;
        margin-left: 31px;
        margin-bottom: 50px;
    }
}

@media (max-width: 820px) {
    .text-detail-news {
        font-size: 13px;
        color: #828282;
        margin-top: 8px;
        text-align: justify;
        margin-right: 35px;
        margin-left: 31px;
        margin-bottom: 50px;
    }
}

@media (max-width: 800px) {
    .text-detail-news {
        font-size: 13px;
        color: #828282;
        margin-top: 8px;
        text-align: justify;
        margin-right: 32px;
        margin-left: 31px;
        margin-bottom: 50px;
    }
}

.date_news {
    background: #d9d9d9;
    color: #828282;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 5px;
    margin-left: 3.5rem;
    margin-top: 47px;
    margin-bottom: -4px;
    display: inline-block;
}

@media (max-width: 1400px) {
    .date_news {
        background: #d9d9d9;
        color: #828282;
        font-weight: 500;
        padding: 0 10px;
        border-radius: 4px;
        margin-left: 19px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 820px) {
    .date_news {
        background: #d9d9d9;
        color: #828282;
        font-weight: 500;
        padding: 0 10px;
        border-radius: 4px;
        margin-left: 35px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.img_news_detail {
    margin-top: 40px;
    margin-left: 56px;
    margin-right: 38px;
    margin-bottom: 19px;
    border-radius: 20px;
    padding: 0 !important;
    width: 528px;
    height: 360px;
}

@media (max-width: 1400px) and (min-width: 1024px) {
    .img_news_detail {
        margin-top: 52px;
        margin-left: -92px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 475px;
        height: 345px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 1024px) {
    .img_news_detail {
        margin-top: 50px;
        margin-left: -103px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 468px;
        height: 346px;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 876px) {
    .img_news_detail {
        margin-top: 50px;
        margin-left: -138px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 468px;
        height: 346px;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 820px) {
    .img_news_detail {
        margin-top: 50px;
        margin-left: -136px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 380px;
        height: 269px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}


.back-news-detail-container {
    max-width: 1670px;
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    margin-left: 1.1%;
    margin-top: auto;
    margin-right: 1.1%;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 1;
    margin-bottom: auto;
    padding-bottom: 50px;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (max-width: 1600px) {
    .back-news-detail-container {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        width: 97.5%;
    }
}

@media (max-width: 1536px) {
    .back-news-detail-container {
        border-radius: 25px;
        display: flex;
    }
}

@media (max-width: 1400px) {
    .back-news-detail-container {
        max-width: 1400px;
        width: 97.5%;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1399px) {
    .back-news-detail-container {
        max-width: 1400px;
        width: 97.5%;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1366px) {
    .back-news-detail-container {
        max-width: 1400px;
        width: 97.5%;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1344px) {
    .back-news-detail-container {
        max-width: 1400px;
        width: 97.5%;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1280px) {
    .back-news-detail-container {
        max-width: 1600px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: auto;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1279px) {
    .back-news-detail-container {
        max-width: 1600px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: auto;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1200px) {
    .back-news-detail-container {
        max-width: 1200px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 22px;
        margin-left: auto;
        margin-top: auto;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1199px) {
    .back-news-detail-container {
        max-width: 1200px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 22px;
        margin-left: auto;
        margin-top: auto;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1045px) {
    .back-news-detail-container {
        max-width: 1600px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: auto;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1024px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        display: flex;
        width: 100%;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1000px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        display: flex;
        width: 100%;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 998px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        display: flex;
        width: 100%;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 992px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        display: flex;
        width: 100%;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 876px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        display: flex;
        width: 100%;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 860px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: auto;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 840px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: auto;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 834px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: auto;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 820px) and (min-width: 819px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: 0rem;
        margin-top: auto;
        display: flex;
        width: 100%;
        margin-right: 0rem;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 810px) and (min-width: 809px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: 0rem;
        margin-top: auto;
        display: flex;
        width: 100%;
        margin-right: 0rem;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 800px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 15px;
        margin-left: auto;
        margin-top: auto;
        display: flex;
        width: 100%;
        margin-right: 0rem;
        margin-bottom: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

.news-item-header-detail {
    text-transform: none;
    font: normal 18px/42px "Inter", sans-serif;
    color: black;
    font-weight: 600;
    margin-left: 18px;
    margin-right: 42px;
    margin-top: 4rem;
    line-height: 20px;
}

@media (max-width: 876px) {
    .news-item-header-detail {
        text-transform: none;
        font: normal 16px/42px "Inter", sans-serif;
        color: black;
        font-weight: 600;
        margin-left: 30px;
        margin-right: 20px;
        margin-top: 3rem;
        line-height: 20px;
    }
}

.slider_news {
    padding-bottom: 50px;
    width: 94%;
    margin-left: 40px;
    height: max-content;
}

@media (max-width: 876px) {
    .slider_news {
        padding-bottom: 50px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-indicators {
        display: none;
    }
}

@media (max-width: 834px) {
    .slider_news {
        padding-bottom: 50px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-indicators {
        display: none;
    }
}

@media (max-width: 820px) {
    .slider_news {
        padding-bottom: 50px;
        width: 94%;
        margin-left: 1rem;
        margin-right: auto;
    }

    .carousel-indicators {
        display: none;
    }
}

@media (max-width: 800px) {
    .slider_news {
        padding-bottom: 50px;
        width: 94%;
        margin-left: 1rem;
        margin-right: auto;
    }

    .carousel-indicators {
        display: none;
    }
}

.carousel-control-prev, .carousel-control-next {
    background:none;
    opacity:1;
    padding-top: 103px;
    width: 9%;
}


.photo_img {
    border-radius: 0;
    max-height: 800px;
    min-height: 800px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 820px) {
    .photo_img {
        border-radius: 0;
        max-height: 450px;
        min-height: 450px;
        object-fit: cover;
    }
}

@media (max-width: 800px) {
    .photo_img {
        border-radius: 0;
        max-height: 450px;
        min-height: 450px;
        object-fit: cover;
    }
}


@media (max-width: 1200px) and (min-width: 1024px) {

    .slider_news {
        margin-left: 15px;
        margin-top: -39px;
    }

    .photo_img {
        min-height: 385px;
        max-height: 385px;
    }

    .date_news {
        font-size: 10px;
    }
}

.container-blue-footer {
    width: 100%;
}

@media (max-width: 1024px) {
    .photo_img {
        max-height: 512px;
        min-height: 512px;
    }
}

@media (max-width: 1400px) {

    .photo_img {
        min-height: 587px;
        max-height: 587px;
    }
}

@media (max-width: 876px) {
    .photo_img {
        max-height: 484px;
        min-height: 484px;
    }
}

@media (max-width: 834px) {
    .photo_img {
        max-height: 450px;
        min-height: 450px;
    }
}

@media (max-width: 820px) {
    .photo_img {
        max-height: 445px;
        min-height: 445px;
    }
}


@media (max-width: 767px){

    .img_news_detail{
        margin: 0;
        align-items: center;
        width: 100%;
        height: 140px;
        box-shadow: 0 0 17px 2px #00000040;
        border-radius: 8px;
    }

    .news-item-header-detail{
        margin: 0;
        font-size: 12px;
        color:#494949;
        font-weight: 800;
        line-height: 1.4;
    }

    .text-detail-news{
        margin: 0;
        font-size: 10px;
        font-weight: 700;
        color:#494949;
        line-height:  1.3;
    }

    .clearfix{
        gap:8px;
    }


    .date_news{
        width: 100%;
        margin: 0;
        background: none;
        padding: 0;
        font-weight: 800;
        font-size: 6.78px;
        opacity: 50%;
        line-height: 4px;
    }
    .white-box-news{
        margin: 0;
        width: 100%;
        padding: 11px 17px;
    }
    .back-news-detail-container{
        padding: 23px 23px 21px;
    }

    .slider_news {
        padding: 0 22px 9px;
        width: 100%;
        margin:12px 0 0 ;
        height: max-content;
        border-radius: 7px;
        background-image: url(../images/news-slider-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 70%;
        display: flex;
        flex-direction: column;
        gap: 7px;
        position: relative;
    }


    .carousel-indicators {
        display: none;
    }
    .carousel {
        position: relative;
        width:100%;
        margin:0;
    }

    .carousel-control-prev, .carousel-control-next {
        background:none;
        opacity:1;
        padding-top: 0;
    }

    .photo_img {
        margin-top: -11px;
        height: auto;
        min-height: 62px;
        border-radius: 5px;
        width: 100%;
        max-width: 100%;
    }

    .btn-news-slider{
        padding: 0 2px;
        display: inline-table;
        height: auto;
        opacity: 1;
        border-radius: 2px;
        line-height: 8px;
        background-color:#FFFFFF;
        font-size: 5px;
        font-weight: 700;

    }

    .carousel-control-next-icon{
        height: 12px;
        width: 5px;
    }

    .carousel-control-prev-icon{
        height: 12px;
        width: 5px;
    }

    .carousel-inner{
        overflow: visible;
    }

    .mobile-gallery-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .mobile-gallery-grid__item {
        width: 100%;
    }

    .video-news{
        width: 100%;
        height: auto;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
    }

    .video-news a::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
        z-index: 10;
        transition: all 0.3s;
        background-image: url(../images/play.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        opacity: .85;
    }

    .video-news.alt a::before {
        width: 30px;
        height: 30px;
        background-size: 15px;
        background-color: #9a9a9a9c;
        padding: 5px 0 5px 5px;
        border-radius: 5px;
        border: 1px solid rgb(255 255 255 / 40%);
    }

    .video-news video{
        width: 100%;
    }

    .video-news img {
        height: auto;
        aspect-ratio: 240 / 135;
    }

    .more-news{
        position: relative;
        padding: 0 12px 10px;
        border-radius: 14px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
        background-image: url(../images/news-slider-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 70%;
        margin-top:15px;

    }

    .more-news .more-news-cart{
        background: linear-gradient(
                to top,
                #ffffff 0%,
                rgba(255,255,255,0.85) 30%,
                rgba(255,255,255,0.5) 55%,
                rgba(255,255,255,0.15) 75%,
                rgba(255,255,255,0) 100%
        );
        border-radius:6px;
        overflow:hidden;
        padding:0;
        display:flex;
        flex-direction:column;
        min-height:88px;
        margin-top: -12px;
        box-shadow: 0 0 5px 1px #00000040;

    }

    .news-card__date{
        background:#8b8b8b;
        color:#fff;
        font-size:4px;
        font-weight:700;
        text-align:center;
        justify-content: center;
        padding: 1px;
        line-height: 10px;
    }

    /* Картинка */
    .news-card__media{
        height:auto;
        overflow:hidden;
    }

    .news-card__media img{
        width:100%;
        height:auto;
        object-fit:cover;
        display:block;
        aspect-ratio: 68/50;
    }

    /* Текст */
    .news-card__text{
        padding:5px;
    }

    .news-card__text span{
        font-size:4px;
        font-weight:600;
        line-height:1.15;
        color:#0075BB;
        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }


    /* Карточка "Читай все новости" */
    .news-card--all{
        position: relative;
        display: flex;
        justify-content: end;
        text-decoration: none;
        overflow: hidden;

        background: linear-gradient(0deg, #FFFFFF 0%, rgba(233, 233, 233, 0.785) 32.99%, rgba(212, 212, 212, 0.578142) 53.39%, rgba(195, 195, 195, 0.408412) 67.57%, rgba(153, 153, 153, 0) 100%);

    }
    .news-card--all span{
        color:#0075BB;
        font-weight:700;
        font-size:10px;
        line-height:1.05;
        text-align:start;
        padding-left: 3px;
        min-height: 28px;
    }
}


/*/Новости полные*/

/*/НОВОСТИ NEWS*/


/*Сотрудинки Руководство*/

.teachers-list.employees {
    margin-top: 0;
    padding-bottom: 7.5em;
}

.content_management {
    /*max-height: 411px;*/
    height: auto;
    font-size: 14px;
    border-bottom: solid 1px rgba(130, 130, 130, 0.3);
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    background-color: #ffffff;
    border-radius: 20px;
    margin: 28px 0 10px 14.25%;
    max-width: 1300px;
    width: 71.5%;
    display: flex;
    padding: 30px;
}

.management-image {
    height: 353px;
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .content_management {
        /*max-height: 332px;*/
    }
}


@media (max-width: 1399px) and (min-width: 992px) {
    .content_management {
        /*max-height: 300px;*/
        padding: 20px;
    }
}


@media (max-width: 991px) {
    .content_management {
        padding: 20px;
    }
}

.img_management {
    max-width: 273px;
    max-height: 353px;
    width: 100%;
    border-radius: 18px 0 0 18px;
    height: 100%;
    object-fit: cover;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 15%);
}


@media (max-width: 1600px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .management-image {
        height: 210px;
    }

    #news-list:has(.management-image) {
        margin-top: 0;
    }
}



.back-person-container:has(.teachers-list.employees) .bread_man ul,
.back-workers-container:has(.teachers-list.employees) .bread_man ul,
.back-academic-container:has(.teachers-list.employees) .bread_man ul {
    margin-left: 14.25%;
    margin-top: 5%;
    margin-bottom: 0;
}


.back-workers-container:has(.teachers-list.employees) .btn-all-sotrudniki {
    margin-left: 77.5%;
    margin-top: -85px;
}

@media screen and (max-width: 1366px) {
    .back-workers-container:has(.teachers-list.employees) .btn-all-sotrudniki {
        margin-left: 75%;
    }
}

#news-list:has(.teachers-list.employees) {
    margin: 0;
}

div.bread_man {
    margin: 0;
}

.teachers-list{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.management_zam {
    margin-top: -44px;
}


.text_management {
    font-size: 16pt;
    display: inline-block;
    margin-bottom: -8px;
    font-weight: 800;
}

.man_par {
    font-size: 14pt;
    color: #0074bb;
    display: inline-block;
    margin-bottom: -20px;
    margin-top: 11px;
    font-weight: 600;
}

@media screen and (min-width: 768px) and (max-width: 1499px) {
    #news-list {
        margin-top: 7em;
    }
}


@media (max-width: 1800px) and (min-width: 1440px) {
    .man_par {
    }
}
@media (max-width: 1440px) and (min-width: 992px) {
    .man_par {
        font-size: 12pt;
        margin-bottom: 5px;
        margin-top: -20px;
    }
}

.man_par_n {
    font-size: 13pt;
    color: black;
    display: inline-block;
    margin-left: 0;
    margin-bottom: -5px;
    margin-top: 15px;
}

@media (max-width: 1440px) and (min-width: 992px) {
    .man_par_n {
        font-size: 10pt;
        margin-left: -1px;
        margin-bottom: -30px;
        margin-top: -30px;
    }
}

.man_par_k {
    font-size: 13pt;
    color: black;
    margin-top: 5px;
    margin-right: 40px;
}

@media (max-width: 1800px) {
    .man_par_k {
    }
}

.man_par_k_d {
    font-size: 13pt;
    color: black;
    margin-top: 10px;
    margin-bottom: -20px;
}

@media (max-width: 1440px) and (min-width: 992px) {
    .man_par_k_d {
        font-size: 10pt;
        margin-bottom: 10px;
        margin-top: 5px;
    }
}

.man_par_k_a {
    font-size: 13pt;
    color: black;
    display: inline-block;
    margin-top: 10px;
}

@media (max-width: 1800px) {
    .man_par_k_a {
    }
}


@media (max-width: 1440px) and (min-width: 992px) {

    .man_par_k {
        font-size: 10pt;
        margin-bottom: 5px;
        margin-top: -9px;
    }

    .man_par_k_a {
        font-size: 10pt;
        margin-bottom: 5px;
        margin-top: 0;
    }
}

@media (max-width: 1600px) {

    .man_par {
        font-size: 12pt;
        margin-bottom: 11px;
        margin-top: -20px;
    }

    .man_par_n {
        font-size: 12pt;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 12pt;
        margin-bottom: 10px;
        margin-top: -9px;
    }

    .man_par_k_a {
        font-size: 12pt;
        margin-bottom: 5px;
        margin-top: -4px;
    }
}
@media (max-width: 1440px) {

}
@media (max-width: 1400px) {
    .man_par {
        font-size: 12pt;
        margin-bottom: 11px;
        margin-top: -20px;
    }

    .man_par_n {
        font-size: 12pt;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 12pt;
        margin-bottom: 6px;
        margin-top: -9px;
    }

    .man_par_k_a {
        font-size: 12pt;
        margin-bottom: 5px;
        margin-top: -4px;
    }
}
@media (max-width: 1279px) {
    .man_par {
        font-size: 12pt;
        margin-bottom: 11px;
        margin-top: -20px;
    }

    .man_par_n {
        font-size: 12pt;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 12pt;
        margin-bottom: 6px;
        margin-top: -9px;
    }

    .man_par_k_a {
        font-size: 12pt;
        margin-bottom: 5px;
        margin-top: -4px;
    }
}
@media (max-width: 1200px) {

    .text_management {
        font-size: 14pt;
    }

    .man_par {
        font-size: 12pt;
        margin-bottom: 11px;
        margin-top: -20px;
    }

    .man_par_n {
        font-size: 12pt;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 12pt;
        margin-bottom: 5px;
        margin-top: -9px;
    }

    .man_par_k_a {
        font-size: 12pt;
        margin-bottom: 5px;
        margin-top: -4px;
    }
}
@media (max-width: 992px) {

    .text_management {
        font-size: 11pt;
    }

    .man_par {
        font-size: 9pt;
        margin-left: 0;
        margin-bottom: -4px;
        margin-top: -20px;
    }

    .man_par_n {
        font-size: 9pt;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 8pt;
        margin-left: 0;
        margin-bottom: -5px;
        margin-top: -9px;
    }

    .man_par_k_a {
        font-size: 8pt;
        margin-left: 0;
        margin-bottom: 5px;
        margin-top: -4px;
    }
}

@media (max-width: 767px){

    .teachers-list.employees {
        & * {
            margin: unset;
            padding: 0;
            top: unset;
            left: unset;
            right: unset;
            bottom: unset;
            float: unset;
            max-height: unset;
            max-width: unset;
            height: auto;
            width: auto;
        }

        & {
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 6px;
        }

        .teachers-list.employees {
            margin-top: 3em;
            padding-bottom: 0.5em;
        }

        .text-light *{
            display: inline-block;
            font-size: 6px;
            line-height: 1.5;
        }

        .content_management{
            padding: 8px;
            box-shadow: 0 0 5px 1px #00000040;
            border-radius: 6px;
        }

        .text-light br {
            display: none;
        }

        img.img_management{
            max-width: 100%;
            height: auto;
            margin: 0;
            border-radius: 6px;
            box-shadow: -10px 10px 28px 6px #00000040;

        }

        .text-light{
            font-size: 6px;
            line-height: 1.5;
        }
        .text-light + .text-light{
            margin-top:6px;
        }
    }

    .management_zam {
        margin-top: 0;
    }

    .content_management{
        margin: 0;
        width: 100%;
        height: auto;
        max-height: 82px;
        display: grid;
        grid-template-columns: 0.4fr 1fr;
        overflow: hidden;
        padding: 8px;
        gap:14px;
    }

    .university_structure{

        padding: 17px 25px 11px;

       .employees{
           padding: 0;
       }
    }
}
/*/ Сотрудинки */


/*ИНСТИТУТЫ*/
.departmen-blue{
    padding: 0 12px;
    margin-bottom: -5px;
    width: 100%;
}


.back-department-container:has(.faculty-item-box) {
    margin-top: 0;
    margin-bottom: 0;
}

.faculty-item-box > ul > li {
    background: none;
    border-radius: 18px;
    font: normal 20px/30px "Inter", sans-serif;
    color: #0075bb;
    padding: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    max-width: 1090px;
    width: 100%;
    margin: 10px 0 30px;
}

@media (max-width: 1800px) and (min-width: 1599px) {
    .faculty-item-box > ul > li {
        background: #ffffff;
        padding: 0;
        margin: 10px 0;
        max-width: 1049px;
        width: 100%;
    }
}

.faculty-item-box > ul > li > a {
    text-decoration: none;
    display: block;
    position: relative;
    font: normal 22px/30px "Inter", sans-serif;
    padding: 26px 40px 27px 25px;
    margin: 0 0;
    font-weight: 600;
    border-radius: 15px;
    box-shadow: 0 0 9px 1px #00000040;
    transition: all ease 0.3s;
    align-items: center;
    height: 70px;
    ackground: #fff;
}

.faculty-item-box > ul > li > a:hover {
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
    /*box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0 0 5px 15px 0 rgba(0, 0, 0, 0.1);*/
    transition: all ease 0.3s;
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .faculty-item-box > ul > li > a {
        font: normal 18px/30px "Inter", sans-serif;
    }
}

@media (max-width: 1399px) and (min-width: 768px) {
    .faculty-item-box > ul > li > a {
        font: normal 16px/30px "Inter", sans-serif;
        padding: 17px 40px 17px 25px;
    }
}


.dep_img {
    width: 60px;
    display: flex;
    z-index: 1000;
    margin-right: 9%;
    margin-top: 15px;
    height: 60px;
    border-radius: 0;
}

@media (max-width: 1440px) and (min-width: 768px) {
    .dep_img {
        width: 55px;
        display: flex;
        z-index: 1000;
        margin-right: 24px;
        height: 55px;
        border-radius: 0;
    }
}

@media (max-width: 1399px) and (min-width: 768px) {
    .dep_img {
        width: 55px;
        display: flex;
        z-index: 1000;
        margin-right: 24px;
        margin-top: 5px;
        height: 55px;
        border-radius: 0;
    }
}

.parent-item{
    float: left;
    padding: 0 10px;
}


.faculty-item-box > ul > li > a:after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: 26px;
    width: 23px;
    height: 15px;
    background: url(../images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.faculty-item-box-inner {
    display: none;
    padding: 20px 30px;
    border-top: solid 1px #ededed;
    color: #1c1c1c;
    font-size: 16px;
    line-height: 20px;
    background: linear-gradient(180deg, #0075BB 0%, #40679C 58%, #020C26 100%);
    border-radius: 0 0 10px 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}


.text_kafedri {
    font-size: 12pt;
}

@media (max-width: 1200px) {
    .text_kafedri {
        font-size: 10pt;
    }
}

@media (max-width: 767px) {




    .faculty-item-box > ul > li {
        width: 100%;
        margin:0;
    }

    .faculty-item-box > ul > li+li{
        margin-top:10px;
    }

    .faculty-item-box > ul > li > a{
        font: normal 9px / 11px "Inter", sans-serif;
        padding: 12px 25px 12px 6px;
        border-radius: 10px;
        max-height: 34px;
        font-weight: 600;
        gap:7px;
    }

    .faculty-item-box > ul > li > a:hover {
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    }

    .faculty-item-box > ul > li > a:after{
        width: 10px;
        height: 4px;
        top: 50%;
        right: 14px;
        margin: 0;
        background-image: url("../images/arrow_inst.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 70%;
    }
    .dep_img{
        margin: 0;
        max-width: 23px;
        height: auto;
    }
    .parent-item{
        padding: 0;
        display: inline-flex;
        align-items: center;
    }

    .faculty-item-box-inner{
       & {
           padding: 0 6px;
           width: 100%;
           background-image: none;
           border: none;
       }
        * {
            hr{
                display: none;
            }
            br{
                display: none;
            }
            h6{
                margin: 0;
            }
        }
    }


    .dep-search {
        width: 100%;
        max-height: 12px;
        border-radius: 4px;
        border: none;
    }
}


/*ИНСТИТУТ ИСКУССТВ */

.white-box-dep {
    /*background-image: url("../images/box-blue.png");*/
    background: linear-gradient(270deg, #2B66BC 0%, #2760B9 100%);
    color: black;
    position: relative;
    z-index: 1;
    max-width: 1393px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 35px;
    box-shadow: -1px -1px 9px 10px rgba(1, 1, 0, 0.3);
}

@media (max-width: 1600px) {
    .white-box-dep {
        max-width: 1124px;
    }
}

@media (max-width: 1199px) {
    .white-box-dep {
        max-width: 940px;
        padding: 0 10px;
        border-radius: 15px;
    }
}

@media (max-width: 767px) {
    .white-box-dep {
        border-radius: 9px;
    }
}
/*ИНСТИТУТ ИСКУССТВ */


/*///ИНСТИТУТЫ*/








/*ПРОФИЛИ ПОДГОТОВКИ*/


.back-detail-pages {
    margin-top: 155px;
}
.back-detail-pages {
    max-width: 1680px;
    background-image: url("../images/back-back.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    width: 97.5%;
    z-index: 1;
    max-height: max-content;
    margin: 0 auto;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    padding-top: 55px;
}

@media (max-width:1536px) {
    .back-detail-pages {
        max-width: 1600px;
        border-radius: 20px;
    }
}

@media (max-width:1045px) {
    .back-detail-pages {
        width: 97%;
    }
}
@media (max-width:1024px) {
    .back-detail-pages {
        width: 100%;
    }
}
@media (max-width: 912px) {
    .back-detail-pages {
        max-width: 912px;
        border-radius: 9px;
    }
}



@media (max-width: 767px) {
    .back-detail-pages  {
        margin: 0;
        width: 100%;
        padding: 19px 13px;
    }

    .profile-direction {
        li{
            list-style: none;
            padding: 4px 0;
            line-height: 10px;
            border-bottom: 1px solid #040F293B;
        }

        li:last-child{
            border-bottom: none;
        }


        a{
            color:#ffffff;
            font-size: 8px;
            font-weight: 600;
            line-height: 1;
        }
    }

    .faculty-item-box > ul > li >.toggle-profile{
        font-size: 11px;
        font-weight: 600;
        height: 34px;
        background: #fff;
    }

}

/*// ПРОФИЛИ ПОДГОТОВКИ*/



/* ЛИЧНАЯ КАРТА  */

.back-detail-person {
    background-image: url("../images/back-back.png");
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    width: 100%;
    z-index: 1;
    margin: 14rem 1.1% 16rem;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (min-width: 1700px) and (max-width: 1800px) {
    .back-detail-person {
        max-width: 1600px;
        margin-left: auto;
        margin-top: 19.5rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: 15.5rem;
    }
}

@media (min-width: 1600px) and (max-width: 1700px) {
    .back-detail-person {
        max-width: 1600px;
        margin-left: auto;
        margin-top: 19.5rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: -2.5rem;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .back-detail-person {
        max-width: 1670px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: -2.5rem;
    }
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .back-detail-person {
        max-width: 1600px;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 16rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: -3rem;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .back-detail-person {
        max-width: 1600px;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 17.5rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: -3rem;
    }
}

@media (max-width: 1536px) and (min-width: 1530px) {
    .back-detail-person {
        max-width: 1600px;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: -3rem;
    }
}


.white-person {
    background-color: #ffffff;
    width: 95%;
    z-index: -1;
    height: 428px;
    margin-left: 20rem;
    margin-top: -11.5rem;
    margin-right: auto;
    margin-bottom: -14.9rem;
    box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
    padding: 25px;
    border-radius: 42px;
}



@media (max-width: 1199px) {
    .box-blue {
        .img_detail_person {
            margin: 0;
        }
    }
    .back-detail-person {
        border-radius: 9px;
        margin: 20rem 0 0;
        width: 100%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding: 30px 13px 22px;
    }

    .box-blue .teacher-info-col {
        padding: 0;
        width: 100%;
    }

    .teacher-info {
        height: 100%;
    }


    .img_detail_person {
        width: 100%;
    }

    .box-blue{
        width: 100%;
        margin: 0;
        display: grid;
        grid-template-columns: 0.44fr 1fr;
        padding: 0;
        border-radius: 9px;
        overflow: hidden;
    }

    .white-person{
        margin: 0;
        height: 100%;
        width: 100%;
        padding: 13px 20px 15px 23px;
        border-radius: 9px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
    }

    .responsive-table{
        padding: 15px 4px 0;
    }


    .teacher-table tr td{
        font-size: 12px;
        line-height: 15px;
        font-weight: 700;
    }
}



@media (max-width: 767px) {
    .back-detail-person {
        border-radius: 9px;
        margin: 8rem 0 0;
        width: 100%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding: 30px 13px 22px;
    }

    .teacher-info {
        height: 100%;
    }


    .box-blue{
        width: 100%;
        margin: 0;
        display: grid;
        grid-template-columns: 0.44fr 1fr;
        padding: 0;
        border-radius: 9px;
    }

    .white-person{
        margin: 0;
        height: 100%;
        width: 100%;
        padding: 13px 20px 15px 23px;
        border-radius: 9px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
    }

    .responsive-table{
        padding: 15px 4px 0;
    }


    .teacher-table tr td{
        font-size: 12px;
        line-height: 15px;
        font-weight: 700;
    }
}
/* //ЛИЧНАЯ КАРТА  */


/* Институт деталка */
.bg-kafedr-blue {
    background: linear-gradient(#0075BB,#40679C,#000C29);
    background-size: cover;
    background-position: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 15px 15px;
}

.white-box-dep .equal{
    gap: 0.5rem;
    justify-content: center;
}


@media (max-width: 1100px) {
    .white-box-dep {

        .head_dol {
            font-size: 16px;
            line-height: 1.2;
        }

        .head-name {
            line-height: 1.2;
        }
    }
}




@media (max-width: 767px) {
    .white-box-table {
        padding: 0;
    }

    h5.adapt_table{
        margin: 0;
    }

    .accordion-block{
        padding: 0 8px;
        gap: 5px;
    }

    .accordion-collapse{
        padding: 0 5px;
    }
    .bg-kafedr-blue {
        & {
            width: 100%;
            padding: 5px 11px 13px;
        }
        ul{
            padding: 0;
            margin: 0;
        }
        hr,
        br{
            display: none;
        }

        li+li{
            margin-top:12px ;
        }

        h6{
            margin: 0;
        }


    }

    .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
        border-radius: 6px;
    }

    .accordion-button::after {
        width: 9px;
        height: 4px;
        background-image: var(--bs-accordion-btn-active-icon);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .container-full-news .departmen-blue{
        margin-bottom: -2px;
    }

    .back-department-detail-video{
        padding:  8px;
    }

    .video-dep-det{
        border-radius: 10px;
        width: 100%;
        aspect-ratio: 267 / 475;
        overflow: hidden;
        display: flex;
        align-items: center;
        background: linear-gradient(180deg, #0075BB 0%, #40679C 57.62%, #020C26 100%);

    }
    .video-dep-det img{
        width: 100%;
        height: auto;
    }

    .department-detail-video{
        .wrapper-media-library {
            padding: 8px 8px 0;
        }

        .vertical-swiper{
            max-height: 100%;
        }
    }


    .white-box-dep {
        .content * {
            margin: 0;
        }

        .equal {
            padding: 5px 0 0 15px;
            gap: 4px;
        }


        .rectore-items {
            padding: 12px 13px 0;
        }

        .head-img {
            width: 60px;
            height: auto;
        }

        .head_dol {
            font-size: 8px;
            line-height: 10px;
        }

        .head-name {
            font-size: 20px;
            line-height: 24px;
        }
    }

}

@media (max-width: 440px) {
    .white-box-dep {
        .head-name {
            font-size: 16px;
            line-height: 18px;
        }
    }
}
/* //Институт деталка */


/* ДЕНЬ ОТКРЫТЫХ ДВЕРЕЙ  */
.open-door-head {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    gap: 30px;
    padding-bottom: 21px;
}
.open-door-img{

    & {
        grid-template-columns: 1fr 1fr;
        font-weight: 500;
        text-transform: uppercase;
    }

    svg {
        width: 110px;
        height: 100px;
        margin-bottom:6px;
    }




    a+a {
        border-left: #0075BB 1px solid;
    }
}

.accordion-item{
    border: none;
}


.accordion-body .dod-table:last-child{
    border-bottom:none;
}


.bg-kafedr-blue {
    & {
        /*padding: 5px 0 13px;*/
    }
}

.kafedr-accordion-btn {
    line-height: 5px;
}

 .open-door .accordion {
    display: flex;
    flex-direction: column;
    padding: 0 5px 16px;
    gap: 20px;
}

.dod-under-text {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #828282;
    text-align: center;
    line-height: 1.5;
    padding: 16px 5px 0;
}

.text-box {
    font-size: 75px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 2px rgba(0, 117, 187, 1);
    padding-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: -6px;
}

.image-slider img{
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .dod-table{
        font-size: 10px;
    }
}


@media (max-width: 767px) {

    .applicant-news {
        padding: 12px 0 14px;
    }


    .text-box {
        font-size: 40px;
        padding-top: 6px;
    }

    .dod-under-text{
        font-size: 5.5px;
    }


    .dod-table{
        font-size: 4px;
    }

    .open-door-img{
        svg {
            width: 47px;
            height: 42px;
        }
    }

    .open-door-head {
        font-size: 8px;
        gap: 11px;
    }

    .applicant-news .slider_news,
    .fond-news .slider_news {
        & {
            padding: 0;
            overflow: hidden;
            background: none;
            margin: 0;
            border-radius: 0;
        }


        .carousel-indicators {
            display: flex;
            margin: 0;
        }

        .carousel-indicators [data-bs-target] {
            width: 5px;
            height: 5px;
            margin-bottom: 4px;
            margin-left: 0;
        }

        .carousel-indicators [data-bs-target].active {
            width: 8px;
            height: 8px;
        }
    }


    .applicant-news .faculties-list{
        /*padding: 0 5px;*/
    }
}


/* //ДЕНЬ ОТКРЫТЫХ ДВЕРЕЙ  */


/* олимпиады и конкурсы */

.olympiads-inner-text{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    margin: 0 9px;
    padding: 6px 5px 11px;
    border-top: 1px solid #FFFFFF;
    line-height: 1;
}


.olympiads-head{
    * {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
    }

    span {
        font-size: 24px;
    }

    svg{
        height: 100px;
        width: 100px;
    }
}

.olympiads-head {
    padding: 14px 20px;
}

.olympiads-head-block {
    margin: 20px 0 11px;
}

#olimp-accordion {
    padding: 14px 20px;
}

.olympiads-border-box {
    & {
        border-top: 1px solid;
        border-bottom: 1px solid;
        padding: 10px 0;
        flex-wrap: wrap;
        row-gap: 15px;
    }
    a {
        flex: 0 0 33.333%;
        gap:5px;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;

    }
}

.applicant-text{
    &{
        line-height: 1;
        padding: 0 20px;
        gap: 5px;
        margin-bottom: 14px;
    }

    *{
        font-size: 20px;
        font-weight: 500;
    }
    b{
        font-weight: 700;
    }
}
.applicant-news{
    .faculty-item-box {
        & .dep-box-inner {
            ul li:last-child {
                border: none;
            }
            ul li {
                line-height: 1;
            }
        }
    }
}

@media  (min-width: 768px) {
    .applicant-news {
        & .faculty-item-box {
            & .dep-box-inner {
                ul li {
                    padding:  10px 0;
                }
            }
        }
    }
}


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

    .olympiads-head{
        * {
            font-size: 8px;
        }

        span {
            font-size: 12px;
        }

        svg{
            height: 35px;
            width: 35px;
        }
    }

    .olympiads-border-box {
        a {
            font-size: 8px;
        }
    }

    .applicant-text{
        *{
            font-size: 10px;
        }
    }


    .olympiads-inner-text{
        font-size: 8px;
    }
}
/* ///олимпиады и конкурсы */


/* ФОНД ЦЕЛЕВОГО КАПИТАЛА*/
.fond-news .slider_news{
    & {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .carousel-item iframe{
        position: relative;
        border-radius: 0;
        width: 100%;
        height: 100%;
    }

    img{
        width: 100%;
        height: 100%;
    }
    .carousel-item {
        height: 470px;
    }

}

.table-fond {
    line-height: 1;
    font-size: 12px;
    grid-template-columns: 1fr 1fr 1fr;
    color:#fff;
    font-weight: 700;
    border-bottom:#040F293B 1px solid;
    padding-top: 5px;

    .table-fond-row {
        padding: 5px 5px 0;
        position: relative;
    }

    .table-fond-row:not(:first-child)::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 5px;
        width: 0.5px;
        background-color: #fff;
    }

    img{
        width: 65%;
        height: auto;
    }
}

.table-fond:last-child {
    border-bottom:none;
}

.table-fond:last-child{
    padding-bottom: 10px;
}

.faculty-item-box {
    & .dep-box-inner {
        .table-fond-row{
            ul li {
                padding: 0;
                border: none;
            }

            ul{
                padding-left: 12px;
            }
        }
    }
}

.table-fond-prof {
    font-size: 16px;
    margin-bottom: 6px;
}

.table-fond-biograf {
    margin-left: -4px;
    font-size: 10px;
}

.fond-prof-info {
    gap: 2px;
}

.table-fond-name{
    &{
        margin-left:-10px ;
        gap: 3px;
        margin-bottom: 3px;
    }

    b{
        font-size: 14px;
    }
}

.fond-news .faculty-item-box{
    padding: 12px;
}

.fond-body-under{
    padding: 5px 24px 8px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.fond-body{
    padding: 0 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-align: justify;
    gap: 12px;
    margin: 0 15px;
}

.fond-body img{
    border-radius: 40px;
    box-shadow: 0 0 8px 1px #00000040;
}

.fond-head{
    svg{
        height: 120px;
        width: 120px;
    }
}

.fond-head-block {
    padding: 0 20px;
}

.fond-head-box {
    & {
        padding:0 0 10px;
        flex-wrap: wrap;
        row-gap: 15px;
    }
    a {
        flex: 0 0 33.333%;
        gap:5px;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.2;
    }
}


@media screen and (max-width: 767px){
    .fond-head{
        svg{
            height: 42px;
            width: 42px;
        }
    }

    .fond-head-box {
        a {
            font-size: 9px;
        }
    }

    .fond-body img{
        border-radius: 8px;
    }
    .fond-body{
        font-size: 10px;
    }

    .fond-body-under{
        font-size: 8px;
        line-height: 1;
    }

    .fond-news .slider_news{
        .carousel-item {
            height: 165px;
        }
    }

    .table-fond {
        font-size: 3px;
    }

    .table-fond-prof {
        font-size: 4px;
    }

    .table-fond-name{
        b{
            font-size: 4px;
        }
    }

    .table-fond-biograf {
        font-size: 2px;
    }


    .faculty-item-box {
        & .dep-box-inner {
            .table-fond-row{
                ul{
                    padding-left: 5px;
                }
            }
        }
    }
}
/* ///ФОНД ЦЕЛЕВОГО КАПИТАЛА*/


/* Военное образование */
.university-news .slider_news {
    width: 100%;
}

.university-news .faculty-item-box > ul > li{
    width: 100%;
}

.university-news {
    line-height: 1.2;
    padding-bottom: 26px;
}

.university-news  .slider_news{
    margin: 0;
    padding: 0;
}

.university-news  .slider_news img{
    margin: 0;
}

.university-news-head {
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    padding: 0 10px 10px;
}

.news-head-name {
    color: #0375BA;
    /*font-size: 24px;*/
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3.75cqw;
}

.news-head-button{
    gap: 11px;
}

.news-head-button a,
.university-under-btn a {
    font-size: 20px;
    color: #fff;
    width: 300px;
    height: auto;
    background: #0075BB;
    display: block;
    line-height: 50px;
    text-align: center;
    border: 2px solid #0075BB;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 0 #0000006E;
}

.news-head-button a:hover,
.university-under-btn a:hover {
    background: #FFFFFF;

}

.news-head-body {
    gap: 7px;
}

.university-news-head img{
    width: auto;
    height: 150px;
}

.chtab-wrapper img {
    width: 100%;
    display: block;
}
.chtab-wrapper {
    padding-top: 19px;
}

.chtab {
    position: relative;
    z-index: 2;
    margin-top: -120px;
    background: linear-gradient(
            to bottom,
            rgba(0,117,187,0) 0%,
            rgba(0,117,187,1) 15%,
            rgba(0,117,187,1) 100%
    );
    border-radius: 5px;
    padding: 80px 20px 30px;
    margin-inline: 5px;
    font-size: 21px;
    color: #fff;
    gap: 10px;
    font-weight: 600;
}

.chtab b {
    font-weight: 700;
}

.chtab-name {
    font-weight: 900;
    font-size: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-align: center ;
}

.university-news .text-box {
    font-size: 50px;
    margin-bottom: -12px;
}



.university-news-advantages {
    padding: 0 11px;
    font-size: 20px;
    font-weight: 600;
    text-align: justify;

}

.university-news-advantages {
    b{
        font-weight: 700;
    }

    span {
        display: block;
        line-height: 1.2;
        padding: 2px 0;
    }

    .news-advantages-block {
        gap: 10px;
    }

    img {
        width: 100%;
        padding: 10px 15px 0;
    }
}

.university-news-question {
    font-size: 20px;
    font-weight: 600;
    padding: 18px 18px 23px;
}

.university-news-question b {
    font-size: 22px;
    display: block;
    font-weight: 700;
}

.university-under-btn a{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    width: 270px;
    height: auto;
    background: #0075BB;
    display: block;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
}

.faculties-list-pdf {
    font-size: 20px;
    display: flex;
    gap: 2px;
    font-weight: 700;
}

.faculties-box-pdf {
    gap:8px;
    padding: 6px 15px 10px;
}

.faculties-list-pdf img{
    width: 28px;
    height: auto;
}

.university-news .dep-box-inner {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
}

.university-news .dep-box-inner b{
    font-weight: 700;
}

.var-educ-row + .var-educ-row {
    border-top: 1px solid #fff;
}

.var-educ-row {
    padding: 5px 14px;
}

.var-educ-row + .var-educ-table {
    border-top: 1px solid #040F293B;
}

.var-educ-table {
    padding: 5px 14px 13px;
    display: grid;
    grid-template-columns: 0.8fr 1fr 1fr;
}

.var-educ-table div {
    padding: 0 7px;
}

.var-educ-table div+div {
    border-left: 1px solid #040F293B;
    text-align: center;
}

.university-norm-date {
    padding: 8px 15px 21px;
    line-height: 1.2;
}

.university-norm-date b {
    margin-bottom: 7px;
}

.university-norm-table {
    & {
        width: 100%;
        border-color: #fff;
    }

    th {
        text-align: center;
        width: 50%;
        padding: 5px 10px;
    }

    tr {
        border-left: none;
        border-right: none;
    }

    tr > th:first-child {
        border-left: none;
    }

    tr > th {
        border-right: none;
    }
}
.university-norm-under {
    gap:12px;
    padding: 12px 15px;
}


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

    .university-news .dep-box-inner {
        font-size: 10px;
        color: #fff;
        font-weight: 600;
        line-height: 1.2;
    }

    .news-head-name {
        font-size: 15px;
    }

    .faculties-list-pdf {
        font-size: 10px;
        display: flex;
        gap: 2px;
        font-weight: 700;
    }

    .faculties-list-pdf img{
        width: 15px;
    }

    .university-news-head img {
        width: auto;
        height: 72px;
    }

    .university-news-head {
        font-size: 8px;
    }

    .news-head-button a {
        font-size: 10px;
        width: 123px;
        line-height: 23px;
        border-radius: 4px;
    }

    .chtab-name{
        font-size: 29px;
    }

    .chtab {
        font-size: 10px;
    }

    .university-news .text-box {
        font-size: 30px;
        margin-bottom: -4px;
    }

    .university-news-advantages {
        font-size: 10px;
    }

    .university-news-question {
        font-size: 10px;
    }

    .university-news-question b {
        font-size: 12px;
    }

    .university-under-btn a{
        font-size: 18px;
        width: 223px;
        line-height: 44px;
    }
}
/* .//Военное образование */



/*ПОСТУПАЙ*/

.go-to {
    * {
        box-sizing: border-box;
        /*margin: 0;*/
        /*padding: 0;*/
    }

    #contentmain > h1{
        display: none;
    }

    .padding-box {
        padding: 50px 0;
    }

    section {
        margin: 0 auto;
        padding: 0;
        background-color: white;
        max-width: 1400px;
    }

    h2 {
        margin-bottom: 20px;
    }

    .logo-text-svg {
        color: transparent;
        font-size: 70px;
        font-weight: 800;
        text-transform: uppercase;
        position: relative;
        -webkit-text-stroke: 4.276288032531738px #0075bb;
    }

    .full-width-01 {
        width: 98%;
        text-align: center;
        margin: 0 auto;
        padding: 20px 0;
    }

    .title-01 {
        color: #0075bb;
        text-align: center;
        font-size: 64px;
        font-family: Inter, sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        word-wrap: break-word;
        line-height: 70px;
    }

    .main-container-01 {
        display: flex;
        margin: 0;
        padding: 0 40px 40px 40px;
        border-bottom: 2px solid #0075BB;
    }

    .left-block-01 {
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .left-block-01 img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        display: block;
    }

    .right-block-01 {
        width: 70%;
        padding: 20px;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .text-block-01 {
        margin-bottom: 20px;
        color: #0075bb;
        font-family: "Inter-Medium", sans-serif;
        font-size: 26px;
        font-weight: 500;
        position: relative;
        line-height: initial;
    }

    .buttons-block-01 {
        display: flex;
        gap: 50px;
        justify-content: center;
    }

    .button-01 {
        background-color: #0075bb;
        color: white;
        border: none;
        cursor: pointer;
        border-radius: 10px;
        width: 252px;
        height: 40px;
        line-height: 40px;
        box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.43);
        font-family: "Inter-Regular", sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .button-01:hover {
        background-color: #0075bb;
    }

    .main-block-03 {
        margin: 0 auto;
        position: relative;
        padding-bottom: 50px;
    }

    .slider-container-03 {
        position: relative;
        overflow: hidden;
        border-radius: 0;
        box-shadow: 0px 8px 10.9px 0px rgba(0, 0, 0, 0.5);
        width: 100.06%;
    }

    .slider-03 {
        display: flex;
        transition: transform 0.5s ease;
    }

    .slide-03 {
        min-width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        background-color: #000000;
    }

    .slide-content-03 {
        width: 100%;
        display: block;
    }

    .slide-03 img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .video-container-03 {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    .video-container-03 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 99.991%;
        height: 100%;
        border: none;
    }

    .video-container-03 iframe[src *='rutube.ru/play/embed' i] {
        width: 99.991%;
        height: 100%;
        border-radius: 0;
    }

    .slider-arrow-03 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0);
        color: white;
        border: none;
        border-radius: 50%;
        font-size: 60px;
        cursor: pointer;
        z-index: 10;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider-arrow-03:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    .slider-arrow-03.prev-03 {
        left: 15px;
    }

    .slider-arrow-03.next-03 {
        right: 15px;
    }

    .slider-dots-03 {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        z-index: 10;
        gap: 8px;
    }

    .dot-03 {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .dot-03.active {
        background-color: white;
        transform: scale(1.2);
    }

    @media (max-width: 600px) {
        .slider-arrow-03 {
            width: 30px;
            height: 30px;
            font-size: 16px;
        }

        .slider-dots-03 {
            bottom: 10px;
        }
    }


    .svg-container-04 {
        width: 85%;
        margin: 0 auto;
    }

    .main-block-04 {

        margin: 0 20px;
        padding: 20px 0;
    }
    #section-04 {
        padding: 30px 0 0;
        width: 100%;
    }

    .main-block-04 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin: 20px auto;
        padding: 0;
    }

    .image-block-04 {
        flex: 0 0 calc(33.333% - 60px);
        max-width: calc(33.333% - 60px);
        text-align: center;
        height: 150px;
    }

    .image-block-04 img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 8px;
        transition: transform 0.3s ease;
        aspect-ratio: 115 / 130;
    }

    /* Адаптация для планшетов */
    @media (max-width: 1200px) {
        .image-block-04 {
            flex: 0 0 calc(33.3333% - 20px);
            max-width: calc(33.3333% - 20px);
        }
    }

    @media (max-width: 991px) {
        .image-block-04 {
            flex: 0 0 calc(50% - 20px);
            max-width: calc(50% - 20px);
        }
    }
    .svg-container-07 {
        width: 80%;
        margin: -160px auto 0 auto;
        z-index: 2;
        position: relative;
    }


    .logo-container-07 {
        position: relative;
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
    }

    .logo-svg-07 {
        width: 80px;
        height: 80px;
        position: absolute;
        bottom: -40px;
        z-index: 4;
    }

    .image-block-07 {
        width: 100%;
        height: 1032px;
        background-image: url(../images/obhag.png);
        position: relative;
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    .text-block-07 {
        color: #ffffff;
        text-align: left;
        font-family: "-", sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        position: relative;
        padding: 60px 100px 40px;
        z-index: 2;
    }

    .text-block-07 h2 {
        margin-top: 0;
        color: white;
    }

    .text-block-07 p:last-child {
        text-align: center;
        color: white;
    }

    .blue-background-07 {
        position: absolute;
        top: -350px;
        left: 30px;
        width: calc(100% - 60px);
        height: calc(100% + 350px);
        /*background: linear-gradient(*/
        /*        0deg,*/
        /*        rgba(1, 117, 187, 1) 37.5%,*/
        /*        rgba(1, 117, 187, 0.91) 46.50000035762787%,*/
        /*        rgba(1, 117, 187, 0.7) 55.50000071525574%,*/
        /*        rgba(1, 117, 187, 0.5) 69.9999988079071%,*/
        /*        rgba(43, 140, 198, 0.34) 83.99999737739563%,*/
        /*        rgba(255, 255, 255, 0) 100%*/
        /*);*/
        background: linear-gradient(
                to bottom,
                rgba(0, 117, 187, 0) 0%,
                rgba(0, 117, 187, 1) 30%,
                rgba(0, 117, 187, 1) 100%
        );
        z-index: 0;
        border-radius: 0px 0px 19px 19px;
    }

    .content-wrapper-07 {
        position: relative;
    }

    .main-block-06 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .svg-container-06 {
        width: 82%;
        margin: 50px auto 0 auto;
    }

    .logo-svg-06 {
        width: 150px;
        height: 150px;
    }

    .slider-container-06 {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .slider-06 {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .slides-06 {
        display: flex;
        transition: transform 0.5s ease;
    }

    .slide-06 {
        min-width: 100.003%;
        box-sizing: border-box;
    }

    .slide-06 img {
        width: 100%;
        height: auto;
        display: block;
    }

    .slider-controls-06 {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
    }

    .slider-arrow-06 {
        background: rgba(0, 0, 0, 0);
        color: white;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 60px;
        z-index: 10;
    }

    .slider-dots-06 {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .slider-dot-06 {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        border: none;
        cursor: pointer;
        padding: 0;
    }

    .slider-dot-06.active {
        background: white;
    }

    .main-container-08 {
        margin: 0 auto;
        padding: 40px 10px;
    }

    .svg-container-08 {
        width: 90%;
        margin: 40px auto 0 auto;
    }


    .logo-container-08 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .logo-svg-08 {
        width: 150px;
        height: 150px;
    }

    .slider-container-08 {
        position: relative;
        overflow: hidden;
    }

    .slider-08 {
        display: flex;
        transition: transform 0.4s ease;
    }

    .slide-08 {
        flex: 0 0 calc(33.333% - 20px);
        margin: 0 10px;
        box-sizing: border-box;
    }

    .slide-08 img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }

    .slider-arrow-08 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0);
        color: white;
        border: none;
        border-radius: 50%;
        font-size: 60px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
    }

    .slider-arrow-08.prev-08 {
        left: 10px;
    }

    .slider-arrow-08.next-08 {
        right: 10px;
    }

    .slider-arrow-08.hidden {
        display: none;
    }

    .bottom-block-10 {
        text-align: center;
        padding: 0 20px 20px;
    }

    .bottom-btn-10 {
        position: relative;
        width: 374px;
        height: 67px;
        border: none;
        padding: 0;
        cursor: pointer;
        overflow: hidden;
        border-radius: 14px;
        box-shadow: 0 0 5px 1px #00000040;
    }


    .bottom-btn-10::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
                180deg,
                rgba(255, 44, 0, 1) 0%,
                rgba(255, 139, 115, 1) 100%
        );
        border-radius: 14px;
        box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.25);
        z-index: 1;
    }

    /* Синий прямоугольник (второй слой) */
    .bottom-btn-10::after {
        content: "";
        position: absolute;
        top: 0;
        left: 10.22px;
        width: 363.4px;
        height: 100%;
        background: #0075bb;
        border-radius: 13.76px;
        z-index: 2;
    }

    /* Текст кнопки */
    .bottom-btn-10 span {
        position: relative;
        display: block;
        color: #ffffff;
        text-align: center;
        font-family: "Inter-Regular", sans-serif;
        font-size: 31.44px;
        line-height: 120%;
        font-weight: 400;
        z-index: 3;
    }

    .image-block-04 a {
        display: grid;
        grid-template-columns: minmax(40px, 95px) 1fr;
        text-align: start;
        align-items: center;
        gap: 18px;
        border: 6px solid;
        border-radius: 25px;
        padding: 15px;
        line-height: 1;
        font-weight: 700;
        font-size: 12px;
        height: 100%;
        transition: transform 0.4s;
    }

    .image-block-04 a:hover {
        transform: scale(1.05);
    }

    .tdi-text {
        font-size: 36px;
        line-height: 1;
        font-weight: 700;
        text-align: center;
        padding-bottom: 16px;
    }

    .tdi-slider {
        padding-bottom: 16px;
    }

    .swiper-slide {
        box-shadow: 0 0 5px 1px #00000040;
    }

    .swiper-slide iframe {
        width: auto;
        height: 100%;
    }

    #go-it-slider .swiper-slide img,
    #slider-image-tdi .swiper-slide img {
        width: 100%;
        height: auto;
    }


    #slider-image-tdi {
        padding-top: 25px;
        padding-left: 0;
        padding-right: 0;
    }

    #section-07 {
        margin-left: -30px;
        margin-right: -30px;
    }

    @media screen and (max-width: 1300px) {
        #section-07 {
            margin-left: -20px;
            margin-right: -20px;
        }
    }

    @media screen and (max-width: 1199px) {
        .title-01 {
            font-size: 60px;
            line-height: 50px;
        }

        .text-block-01 {
            font-size: 26px;
            text-align: justify;
        }
    }

    @media screen and (max-width: 991px) {
        .title-01 {
            font-size: 44px;
            line-height: 50px;
        }

        .text-block-01 {
            font-size: 20px;
            text-align: justify;
        }
    }

    @media screen and (max-width: 767px) {
        .title-01 {
            font-size: 32px;
            line-height: 38px;
        }

        .text-block-01 {
            font-size: 18px;
        }
    }

    @media screen and (max-width: 767px) {
        .title-01 {
            /*font-size: 15px;*/
            /*line-height: 16px;*/
        }

        .text-block-01 {
            /*font-size: 14px;*/
            /*height: auto;*/
            /*margin: 0;*/
        }

        .main-container-01 {
            padding: 0 12px;
            gap: 23px;
            border: none;
        }

        .left-block-01 {
            padding: 0;
            flex: 0 0 23%;
        }

        .right-block-01 {
            padding: 0;
            width: 100%;
            justify-content: center;
        }

        .container-white, .white-box {
            margin: 0;
        }

        .header-mob-svg {
            display: none;
        }

        .buttons-block-01 {
            gap: 24px;
            justify-content: end;
            padding: 15px 20px 20px 0;
        }

        .button-01 {
            padding: 0;
            border-radius: 4px;
            width: 123px;
            box-shadow: 1px 1px 2px 0 #0000006E;
            font-size: 10px;
            font-weight: 400;
            height: auto;
            line-height: 23px;
        }

        .full-width-01 {
            width: 100%;
            text-align: center;
            padding: 10px 10px 15px;
        }

        .main-block-04 {
            gap: 11px;
            margin: 0;
            padding: 0;
        }

        .blue-background-07 {
            top: -30%;
            left: 1%;
            width: 98%;
            height: 130%;
            border-radius: 0 0 10px 10px;
            background: linear-gradient(
                    to bottom,
                    rgba(0,117,187,0) 0%,
                    rgba(0,117,187,1) 30%,
                    rgba(0,117,187,1) 100%
            );
        }

        .svg-container-07 {
            width: 100%;
            margin: -40px auto 0 auto;
            padding: 0 21px;
        }

        .text-block-07 {
            font-size: 10px;
            line-height: 1.2;
            padding: 0 16px;
        }

        .image-block-07 {
            height: 233px;
        }

        #section-04 {
            padding: 20px 15px;
        }

        .image-block-04 {
            flex: 0 0 100%;
            max-width: 100%;
            height: 34px;
        }

        .svg-container-04 {
            width: 100%;
            padding: 0 10px;
        }

        #section-06 {
            padding-bottom: 15px;
        }

        .text-block-07 h2 {
            font-size: 10px;
            text-align: center;
            margin-bottom: 10px;
            line-height: 1.2;
        }

        .text-block-07 strong {
            font-size: 13px;
            line-height: 20px;
        }

        .text-block-07 p {
            margin-bottom: 5px;
        }

        .text-block-07 p:last-child {
            padding: 5px 35px 18px;
            margin: 0;
        }

        .svg-container-06 {
            width: 100%;
            padding: 20px 20px 0;
            margin-top: 0;
            margin-bottom: -2px;
        }

        .slider-arrow-06 {
            display: none;
        }

        .slider-dot-06 {
            width: 5px;
            height: 5px;
        }

        .slider-dots-06 {
            bottom: 5px;
            gap: 4px;
        }

        .bottom-btn-10::after {
            width: 100%;
            left: 0;
            border-radius: 9px;
        }

        .bottom-btn-10 {
            width: 223px;
            height: 44px;
            border-radius: 9px;
        }

        .bottom-btn-10 span {
            font-size: 19px;
        }

        .hashtag {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 8px;
            text-align: center;
            text-transform: uppercase;
        }

        .tdi-text {
            font-size: 15px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px;
        }

        #slider-image-tdi {
            padding-top: 25px;
        }

        .image-block-04 a {
            grid-template-columns: 0.1fr 1fr;
            gap: 7px;
            border: 2px solid;
            border-radius: 10px;
            padding: 0 10px;
            font-size: 9px;
        }

        .image-block-04 img {
            width: 22px;
        }
    }

    @media screen and (max-width: 440px) {
        .main-container-01 {
            gap: 16px;
        }

        .text-block-01 {
            font-size: 12px;
        }

        #section-01 .buttons-block-01 {
            gap: 20px;
            justify-content: space-between;
            padding: 12px;
        }


    }
}

@media screen and (max-width: 1199px) {
    .back-detail-pages:has(.go-to),
    .container-detail-pages.fix .back-detail-pages:has(.olympiads-head) {
        padding-top: 18px;
    }

    .white-box:has(.go-to) {
        padding: 0;
    }
}

/* ПОСТУПАЙ В УНИК*/
.go-to {

    .main-block-05 {
        background: linear-gradient(180deg, #0075BB 0%, #40679C 57.62%, #020C26 100%);
        border-radius: 19px;
        position: relative;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
    }

    .svg-container-05 {
        width: 40%;
        margin: 30px auto 0 auto;
    }

    .split-block-05 {
        display: flex;
        margin-bottom: 20px;
    }

    .left-block-05 {

        display: flex;

        align-items: flex-start;
        padding-top: 30px;
        width: 40%;
    }

    .left-subblock-05 {
        flex: 1;
        padding: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 150px;
    }

    .left-subblock-05 img {

        max-width: 70%;

        max-height: 100%;
        object-fit: contain;
    }

    .right-block-05 {
        flex: 1;
        padding: 10px;
        margin-left: 10px;
        display: flex;
        align-items: center;
        color: #ffffff;
        text-align: left;
        font-family: "Inter-Bold", sans-serif;
        font-size: 19px;
        font-weight: 700;
        position: relative;
        width: 60%;
        line-height: 25px;
    }

    .bottom-text-05 {
        color: #ffffff;
        text-align: center;
        font-family: "Inter-Medium", sans-serif;
        font-size: 24.123046875px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .main-block-09 {
        background-color: #0075bb;
        color: white;
        padding: 30px;
        display: flex;
        border-radius: 10px;
        margin: 0 0 20px;
        gap: 20px;
        box-shadow: 0 0 5px 1px #00000040;
    }

    .left-block-09, .right-block-09 {

        padding: 0;
    }

    .left-block-09 {

        width: 40%;
    }

    .right-block-09 {
        width: 60%;
    }

    .left-block-09 h2 {
        color: #ffffff;
        text-align: justified;
        font-family: "Inter-Bold", sans-serif;
        font-size: 40px;
        font-weight: 700;
        position: relative;
    }

    .left-block-09 .text-content {
        color: #ffffff;
        text-align: justified;
        font-family: "Inter-Medium", sans-serif;
        font-size: 20px;
        line-height: 195%;
        font-weight: 500;
        position: relative;
    }

    .left-block-09 .text-content ul {
        margin-left: 30px;
    }

    .form-container-09 {
        width: 100%;
    }

    .form-input-09 {
        background: #ffffff;
        border-radius: 9px;
        width: 100%;
        height: 100%;
        font-size: 17px;
        line-height: 195%;
        font-weight: 500;
        box-shadow: 0px 0px 8.04px 0.85px rgba(0, 0, 0, 0.25);
        padding: 12px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
    }

    .inline-inputs-09 {
        display: flex;
        gap: 15px;
    }

    .inline-inputs-09 input {
        flex: 1;
        margin-bottom: 15px;
    }

    .submit-btn-09 {
        background: #ffffff;
        border-radius: 9px;
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 8.04px 0.85px rgba(0, 0, 0, 0.25);
        color: #0075bb;
        text-align: justified;
        font-family: "Inter-Bold", sans-serif;
        font-size: 16px;
        font-weight: 700;
        height: 43.54%;
        border: none;
        padding: 12px 24px;
        cursor: pointer;
        margin-top: 15px;
    }

    @media (orientation: portrait) {
        .main-block-09 {
            flex-direction: column;
            gap: 15px;
        }

        .main-block-09 > * {
            width: 100%;
        }

        .inline-inputs-09 {
            flex-direction: column;
            gap: 15px;
        }

        .inline-inputs-09 input {
            margin-bottom: 0;
        }

        .submit-btn-09 {
            margin-top: 15px;
        }
    }

    @media (orientation: landscape) and (max-width: 768px) {
        .main-block-09 {
            flex-direction: column;
        }
    }

    .main-block-02 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        padding: 40px;
        box-sizing: border-box;
    }

    .sub-block-02 {
        flex: 1;
        height: auto;
        margin: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }


    .accordion-header-04 {
        color: #0075bb;
        text-align: left;
        font-family: "Inter-Bold", sans-serif;
        font-size: 32px;
        font-weight: 700;
        padding: 20px 40px;
        cursor: pointer;
        transition: background-color 0.3s;
        width: 100%;
        box-sizing: border-box;
    }

    .accordion-header-04 {
        line-height: 1;
    }

    .svg-container-04 {
        width: 85%;
        margin: 0 auto;
    }

    .accordion-04 {
        padding: 20px 0 10px;
    }

    .accordion-item {
        margin-bottom: 20px;
        border: none;
    }

    .accordion-header-04 {
        color: #0075bb;
        text-align: left;
        font-family: "Inter-Bold", sans-serif;
        font-size: 32px;
        font-weight: 700;
        padding: 20px 40px;
        cursor: pointer;
        transition: background-color 0.3s;
        width: 100%;
        box-sizing: border-box;
    }

    .accordion-header-04:hover {
        background-color: #ffffff;
    }

    .accordion-content-04 {
        color: #ffffff;
        text-align: justify;
        font-family: "Inter-Bold", sans-serif;
        font-size: 20px;
        line-height: 124.94%;
        font-weight: 700;
        position: relative;
        height: 100%;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .accordion-button-block-04 {
        text-align: right;
        margin-bottom: 10px;
    }

    .accordion-button-04 {
        background: #ffffff;
        border-radius: 9.84px;
        color: #0075bb;
        text-align: center;
        font-family: "Inter-Regular", sans-serif;
        font-size: 22px;
        line-height: 120%;
        font-weight: 400;
        border: none;
        padding: 8px 16px;
    }

    .accordion-button-04:hover {
        background-color: #ffffff;
    }

    @media (max-width: 767px) {

        .main-block-02 {
            padding: 15px;
            gap: 22px;
        }

        .sub-block-02 {
            margin: 0;
        }

        .accordion-04 {
            margin: 0;
            padding:0;
        }

        .accordion-header-04 {
            font-size: 10px;
            padding: 5px 8px;
            line-height: 1.2;
            gap: 10px;
        }

        .svg-container-04 {
            width: 100%;
        }

        .accordion-content-04 {
            font-size: 10px;
            line-height: 1.2;
            width: 100%;
            padding: 9px 12px;
        }

        .accordion-button-block-04 {
            margin: 0;
        }

        .accordion-button-04 {
            font-size: 10px;
            font-weight: 700;
            line-height: 23px;
            padding: 0 10px;
            border-radius: 4px;
            box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.43);
        }

        h2 {
            margin: 0;
        }

        .accordion-item {
            margin-bottom: 10px;
        }

        #section-05 {
            padding: 0 16px 12px;
        }

        .svg-container-05 {
            margin: 0 auto -2px;
            width: 50%;
        }

        .main-block-05 {
            margin: 0;
            padding: 11px 11px 9px;
            border-radius: 10px;
        }

        .left-block-05 {
            padding: 0 15px 0 0;
            flex-direction: column;
            gap: 15px;
            width: 30%;

        }

        .left-subblock-05 {
            min-height: 0;
            padding: 0;
        }

        .right-block-05 {
            margin: 0;
            width: 100%;
            font-size: 10px;
            line-height: 1.2;
            padding: 0 0 0 20px;
            align-items: center;
            text-align: justify;
            text-wrap-style: balance;
        }

        .right-block-05:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 5px;
            width: 0.5px;
            background-color: rgba(255, 255, 255, 0.5);
        }

        .left-subblock-05 img {
            max-width: 100%;
        }
        .bottom-text-05 {
            font-size: 12px;
            line-height: 1.2;
            text-wrap-style: balance;
        }

        .left-block-09 {
            width: 100%;
        }

        #section-09 {
            padding: 16px 5px;
        }


        .left-block-09 h2 {
            font-size: 13px;
            line-height: 16px;
        }

        .main-block-09 {
            margin: 0;
            padding: 10px 21px 13px;
        }

        #section-01:has(.main-container-full) {

            .main-container-full {
                padding: 0 11px;
                gap: 18px;
            }

            .left-block-01 {
                padding: 0;
                flex: 0 0 99px;
            }

            .buttons-block-01 {
                gap: 22px;
            }
        }

        .main-block-02 img {
            /*height: 104px;*/
        }

        .svg-container-08 {
            margin: 0 auto -5px;
            width: 100%;
            padding: 0 10px;
        }

        .main-container-08 {
            margin: 0;
            padding: 0;
        }

        #slider-image-tdi {
            padding-bottom: 18px;
        }

        .right-block-09 {
            width: 100%;
        }

        .main-block-09 {
            gap: 10px;
        }

        .inline-inputs-09 {
            flex-direction: initial;
            gap: 6px;
            margin-bottom: 5px;
        }

        .form-input-09 {
            margin-bottom: 5px;
            border-radius: 4px;
            font-size: 7px;
            box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
            padding:0 5px;
            height: 22px;
        }

        .submit-btn-09 {
            margin-top: 0;
            line-height: 11px;
            font-size: 9px;
            border-radius: 3px;
            height: 17px;
            padding: 0 8px;
            width: auto;
        }

        .bottom-btn-10 span {
            font-size: 19px;
            font-weight: 700;
        }

        .svg-container-08 {
            margin: 0 auto;
        }

        #slider-image-tdi {
            padding-bottom: 10px;
        }

        #section-09 {
            padding: 0 5px 10px;
        }

        .left-block-09 .text-content {
            font-size: 12px;
            line-height: 1.5;
        }

        .left-block-09 .text-content ul {
            margin-left: 0;
            margin-bottom: 0;
            margin-top: 10px;
        }
    }

    @media screen and (max-width: 440px) {
        .right-block-05 {
            font-size: 10px;
            padding-left: 10px;
        }

        .bottom-text-05 {
            font-size: 10px;
        }

        .bottom-text-05 p {
            margin-bottom: 0;
        }


    }
}

/*//// ПОСТУПАЙ В УНИК*/

/* СЛАЙДЕРЫ*/

#graduate-slider {
    width: 100%;
}


.graduate-slider picture {
    height: 100%;
}

.graduate-slider-card {
    background-color: #0075BB;
    border-radius: 10px;
    padding: 10px 55px 0;
}

.graduate-card-inner {

    & {
        flex: 0 0 50%;
        position: relative;
    }

    &:nth-child(1) {
        padding-right: 25px;
    }

    & + & {
        padding-left: 25px;
    }

    img {
        border-radius: 10px;
    }

    .graduate-card-text {
        gap: 15px;
        color: #fff;
        padding: 0;
        height: 100%;
        font-size: 20px;
        line-height: 1.4;
        padding-top: 5%;
    }

    .graduate-card-text:has(.graduate-card-name) {
        padding-left: 40px;
    }

    .graduate-card-text:has(.graduate-card-name) .text-small {
        padding-left: 20px;
        padding-right: 0;
    }

    .graduate-card-text b {
        font-size: 28px;
        line-height: 1.25;
    }

    .text-small {
        padding-right: 30px;
        font-size: 20px;
        line-height: 1.4;
    }

    b {
        font-size: 18px;
    }
}

@media screen and (max-width: 1600px) {
    .graduate-card-inner {

        .graduate-card-text {
            font-size: 17px;
        }

        .graduate-card-text b {
            font-size: 24px;
        }

        .text-small {
            font-size: 17px;
        }
    }
}

@media screen and (max-width: 1400px) {
    .graduate-card-inner {

        .graduate-card-text {
            font-size: 16px;
        }

        .graduate-card-text b {
            font-size: 24px;
        }

        .text-small {
            font-size: 16px;
        }
    }
}

@media screen and (max-width: 1300px) {
    .graduate-card-inner {

        .graduate-card-text {
            font-size: 14px;
        }

        .graduate-card-text b {
            font-size: 20px;
        }

        .text-small {
            font-size: 14px;
        }

    }
}

@media screen and (max-width: 1199px) {
    .graduate-card-inner {

        .graduate-card-text:has(.graduate-card-name) {
            padding-left: 0;
        }

        .graduate-card-text:has(.graduate-card-name) .text-small {
            padding-left: 0;
        }


        .graduate-card-text {
            font-size: 12px;
        }

        .graduate-card-text b {
            font-size: 18px;
        }

        .text-small {
            font-size: 12px;
        }

    }
}

.graduate-card-inner:not(:first-child)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 20px;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}


.graduate-card-name {
    margin-left: -15px;
}

.graduate-slider-card img{
    width: auto;
    height: 100%;
}
.go-it-slider  .swiper-pagination,
.graduate-slider .swiper-pagination {
    bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.go-it-slider  .swiper-pagination-bullet,
.graduate-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all 0.2s ease;
}
.go-it-slider  .swiper-pagination-bullet-active,
.graduate-slider .swiper-pagination-bullet-active {
    background: #ffffff;
    width: 14px;
    height: 14px;
}

#graduate-slider  .swiper-wrapper {
    display: flex;
    align-items: stretch;
}


#graduate-slider .swiper-button-prev,
#graduate-slider .swiper-button-next,
#tdi-slider  .swiper-button-prev,
#tdi-slider .swiper-button-next
{
    color: #fff;
}
@media  (min-width: 768px) {
    .graduate-slider {
        height: 290px;
    }
}

#video-go-it {
    .swiper-button-next,
    .swiper-button-prev {
        color: #fff;
    }

    .swiper-slide *{
        width: 100%;
        aspect-ratio: 1133 / 850;
    }
}

@media  (max-width: 767px) {
    .graduate-card-inner {
        & {
            flex: 100%;
            padding: 0;
            column-gap: 14px;
        }

        &:nth-child(1) {
            padding: 0;
        }

        & + & {
            padding: 8px 0 0;
        }


        & > *:nth-child(1) {
            flex-basis: 33.3333%;
        }

        & > *:nth-child(2) {
            flex-basis: 66.6666%;
        }

        b {
            font-size: 12px;
            line-height: 15px;
        }
        .text-small {
            padding: 0;
            font-size: 10px;
            line-height: 14px;
        }

        * {
            font-size: 10px;
            line-height: 1.2;
        }

        .graduate-card-text {
            gap: 6px;
            padding: 0;
        }

        .graduate-card-text b {
            font-size: 12px;
        }

        .graduate-card-name {
            margin-left: 0;
            margin-top: 9px;
        }
    }

    #graduate-slider {
        width: 100%;
        font-weight: 600;
    }

    .graduate-slider-card {
        flex-direction: column;
        padding: 8px 14px 18px;
        gap: 5px;
        height: auto;
    }

    .graduate-card-inner:not(:first-child)::after {
        content: none;
    }

    .graduate-slider-card img{
        width: 100%;
        height: auto;
        object-fit: cover;
        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25);
    }

    .text-justify {
        text-align: justify;
    }

    .go-to {
        .main-block-06 {
            padding: 0;
        }
    }

    .go-it-slider  .swiper-pagination,
    .graduate-slider .swiper-pagination {
        bottom: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    .go-it-slider  .swiper-pagination-bullet,
    .graduate-slider .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 1);
        opacity: 1;
        width: 4px;
        height: 4px;
        transition: all 0.2s ease;
    }

    .go-it-slider  .swiper-pagination-bullet-active,
    .graduate-slider .swiper-pagination-bullet-active {
        background: #ffffff;
        width: 6px;
        height: 6px;
    }

    #graduate-slider .swiper-button-prev, #graduate-slider .swiper-button-next {
        display: none;
    }

    .tdi-slider-card {
        border-radius: 10px;
        overflow: hidden;
    }

    #tdi-slider  .swiper-button-prev,
    #tdi-slider .swiper-button-next {
        width: 20px;
        height: 20px;
    }


    #video-go-it {
        .swiper-button-next,
        .swiper-button-prev {
            color: #fff;
            width: 20px;
            height: 20px;
        }

        overflow: hidden;
    }

    #go-it-slider {
        height: 100%;
    }
}
/*  // СЛАЙДЕРЫ */

/*/////ПОСТУПАЙ*/



/* МАГИСТРАТУРА  */

.accordion-content-inner {
    color: #FFFFFF;
}

.accordion-content-inner a {
    color: #FFFFFF;
}

.accordion-content-inner a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.accordion-content-inner .table-link-btn span {
    display: none;
}

.accordion-content-inner .table-link-btn img {
    max-width: 100px;
}

/* ОТКРЫВАШКИ МАГИСТРАТУРА*/
.accordion-block .news-mag {
    * {
        color: #fff;
        font-size: 20px;
        line-height: 1.2;
    }

    a:hover {
        color: #0dcaf0;
    }


    span {
        display: block;
    }

    img {
        width: 100%;
        height: auto;
    }

    span + img {
        margin-top: 20px;
    }

    img + .news-mag-list {
        margin-top: 10px;
    }

    tr {
        border-color: #fff;
        text-align: center;
    }
}

    .news-mag-direction {
        td span+span {
            margin-top: 25px;
        }
        td b {
            font-size: 24px;
        }
        .news-mag-table_head td{
            padding: 40px 0;
        }

        .news-mag-table_head span{
            margin: 0;
        }
    }

    .news-mag-head {
        font-size: 20px;
        text-align: center;
    }

    .news-mag-head + .news-mag-list {
        padding-top: 40px;
    }

    img + .news-mag-head {
        padding: 40px 0;
    }

    .news-mag-head span+span {
        margin-top: 14px;
    }

    .news-mag-body {
        text-align: center;
    }

    .news-mag-body * {
        font-size: 16px;
    }

    .news-mag-end {
        font-size: 22px;
        text-align: center;
    }

    .news-mag-end a{
        color: #ff1919;
        text-decoration: underline;
        text-underline-offset: 5px;
    }

    .news-mag-end span {
        margin-top: 20px;
    }

    .news-mag-head a{
        text-decoration: underline;
    }

    .news-mag-list span {
        text-decoration: underline;
    }

    .news-mag-list li+li {
        margin-top: 10px;
    }

    .news-mag-text_block {
        padding: 40px 0;
    }

    .news-mag-text_block span+span {
        margin-top: 10px;
    }

.news-mag-table {
    & { padding-top: 15px;}

    td b {
        font-size: 20px;
    }

    td {
        padding: 10px 0;
    }

    tr span {
        /*color: #6aa3a0;*/
        font-size: 16px;
    }

    tr:nth-child(2n) span {
        /*color: #b0e4e2;*/
    }
}

.news-mag-achievements {
    span {
        text-align: center;
        margin-bottom: 18px;
    }

    .achievements-img {
        padding: 0 0 50px;
        text-align: center;
    }

    .achievements-img img {
        width: unset;
        max-width: 100%;
    }

    .achievements-img img + img {
        margin-top: 20px;
    }
}

.mag-dock-list {
    margin: 0;
}

.mag-dock-list li+li {
    margin-top: 15px;
}

@media  (max-width: 767px) {
    .news-mag {


        .mag-dock-list {
            padding-left: 10px;
        }

        .mag-dock-list li+li {
            margin-top: 6px;
        }

        * {
            font-size: 10px;
        }


        .news-mag-head span+span {
            margin-top: 5px;
        }

        .news-mag-head + .news-mag-list {
            padding-top: 10px;
        }

        img + .news-mag-head {
            padding: 10px 0;
        }

        .news-mag-direction {
            .news-mag-head span + span {
                margin-top: 5px;
            }
        }
        .news-mag-body * {
            font-size: 10px;
        }

        .news-mag-body span+span {
           margin-bottom: 5px;
        }

        .news-mag-end span {
            margin-top: 8px;
        }

        .news-mag-end {
            font-size: 14px;
        }

        span + img {
            margin-top: 10px;
        }

        .news-mag-list li+li {
            margin-top: 5px;
        }

        .news-mag-list ul {
            padding-left:14px;
        }

        .news-mag-text_block {
            padding: 10px 0;
        }

        .news-mag-list span {
            margin-bottom: 5px;
        }

        td b {
            font-size: 12px;
        }

        .news-mag-table_head td{
            padding: 5px 0;
        }

        .news-mag-direction {
            td span + span {
                margin-top: 5px;
            }
        }
        .news-mag-table_head td span {
            margin: 0;
        }

        .news-mag-table {

            & { padding-top: 8px;}

            tr span {
                font-size: 8px;
            }

            td b {
                font-size: 10px;
            }
        }
    }

    .news-mag-achievements {
        span {
            margin-bottom: 4px;
            overflow: hidden;
        }

        .achievements-img {
            padding: 0 0 15px;
        }

        .achievements-img img+img {
            margin-top: 10px;
        }
    }
}


/* ///ОТКРЫВАШКИ МАГИСТРАТУРА/// */


/* /////МАГИСТРАТУРА/////  */



/* РАСПИСАНИЕ */
.block-odocs {
    box-shadow: 0 1px 12px 1px rgba(1, 1, 0, 0.2);
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 16px;
}
.logo-schedule {
    width: 8%;
}
.name-schedule {
    margin: 0;
    width: 92%;
}
.logo-null {
    margin-left: 10px;
    width: 3px;
}
.graph {
    margin-bottom: 30px;
}
.document {
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 12px;
    font-weight: normal;
    margin: 12px 0;

}
.document .icons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}

.document .files {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}
.document .files a {
    margin: 0;
}


.ac-it-sch {
    box-shadow: 0 1px 12px 1px rgba(1, 1, 0, 0.2);
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 16px;
}

.izmen {
    text-align: center;
}

.name-schedule {
    width: 92%;
    padding: 0 12px;
}


.style_text_sch {
    font-size: 16px;
    font-weight: 700;
    color: #0075bb;
}

.document img {
    width: 22px;
    height: 22px;
    border-radius: 0;
}

@media (max-width: 767px) {
    .name-schedule {
        margin: 0;
        text-align: center;
        width: calc(100% - 25px);
        padding: 0 12px;
        font-size: 12px;
    }
    .logo-null {
        margin: 0;
        width: 0;
    }
    .document {
        gap: 5px;
        margin: 0;
    }
    .document .icons {
        gap: 5px;
    }
    .document .files {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        line-height: 1.2;
        font-size: 9px;
    }

    .document img {
        width: 12px;
        height: 12px;
    }

    .document .icons a {
        margin: 0;
    }
}


/*Новые стили*/



.stydent-schedule-rasp {
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    gap: 8px;
}

.schedule-rasp {
    font-size: 22px;
}



.schedule-rasp-text {
    font-size: 16px;
}

.logo-row {
    justify-content: space-between;
}

.logo-schedule {
    width: 8%;
    padding: 0 12px;
}

@media (min-width: 768px) {
    .students-schedule-inst.students-schedule-rasp {
        --se-offset: -10px;
        --se-padding: calc(10px * 2);

        padding: 20px 0 0;
        margin: 0 var(--se-offset);
    }

    .students-schedule-inst.students-schedule-rasp .accordion  {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - var(--se-padding));
    }

    .students-schedule-inst .rasp{
        padding: 30px 20px 20px;
    }

}

@media (min-width: 991px) {
    .students-schedule-inst.students-schedule-rasp {
        --se-offset: -20px;
        --se-padding: calc(20px * 2);

        padding: 20px 0 0;
        margin: 0 var(--se-offset);
    }

    .students-schedule-inst.students-schedule-rasp .accordion  {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - var(--se-padding));
    }
}

@media (min-width: 1200px) {
    .students-schedule-inst.students-schedule-rasp {
        --se-offset: -30px;
        --se-padding: calc(30px * 2);

        padding: 20px 0 0;
        margin: 0 var(--se-offset);
    }

    .students-schedule-inst.students-schedule-rasp .accordion  {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - var(--se-padding));
    }
}

@media (max-width: 767px) {

    .students-schedule-result {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .logo-schedule {
        padding: 0;
        width: 25px;
        height: auto;
    }


    .logo-row {
        padding: 0 7px;
        width: 100%;
        margin-bottom: 5px;
    }

    .white-box {
        background: transparent;
        padding: 0;
        margin: 0;
        box-shadow: none;
    }

    .students-schedule-inst {
        background: #fff;
        padding: 8px 7px 11px;
        margin-bottom: 5px;
        border-radius: 8px;
        box-shadow: 0 0 6px 1px #00000040;
        backdrop-filter: blur(3px);
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .students-schedule-inst row {
        margin: 0;
    }

    .schedule-rasp {
        font-size: 9px;
        border-radius: 8px;
        background: #0175BB;
        box-shadow: 0 0 6px 1px #00000040;
        color: #fff;
        padding: 8px 14px;
    }

    .schedule-rasp-text {
        font-size: 8px;
        color: #828282;
    }

    .graph {
        margin-bottom: 5px;
    }


    .ac-it-sch {
        background: none;
        box-shadow: none;
        padding: 0;
        /*margin: 0;*/
    }

    .style_text_sch {
        font-size: 9px;
        line-height: 12px;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
        padding: 8px 14px;
        background: #fff;
    }
    .accordion-body {
        background: #fff;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
        padding: 8px 6px;
        border-radius: 0 0 8px 8px;
    }

    .accordion-body .document {
        font-size: 10px;
        margin: 0;
    }

    .block-odocs {
        margin: 0;
        padding: 8px 14px;
        border-radius: 5px;
    }

    .document + .document {
        margin-top: 5px;
    }
    .izmen h4 + h4{
        margin-top: 5px;
    }

    .schedule-rasp-blue {
        text-align: center;
        color: #fff;
        background: #0175BB;
        box-shadow: 0 0 6px 1px #00000040;
        border-radius: 8px;
        line-height: 16px;
        padding: 8px 14px;
        font-weight: 700;
    }

    .schedule-rasp-white {
        color: #0175BB;
        background: #fff;
        box-shadow: 0 0 6px 1px #00000040;
        border-radius: 8px;
        line-height: 1.2;
        font-size: 10px;
        padding: 5px 14px;
        font-weight: 700;
    }

    .document-izm {
        font-size: 7px;
    }
}

@media (min-width:768px ) {

    .students-schedule-inst {
        padding: 20px 0;
    }

    .students-schedule-inst .rasp{
        border-bottom: 1px solid rgba(0, 0, 0, 0.075);
        border-top:1px solid rgba(0, 0, 0, 0.075) ;
    }

    .students-schedule-rasp {
        padding: 20px 0 0;
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.075);
    }

    .logo-row {
        margin-bottom: 15px;
    }
}



/* ////РАСПИСАНИЕ//// */
