
/*edu_page*/
.edu_page {
}

.edu_stand {
    max-width: 1100px;
    margin: auto;
    padding: 14px 15px 20px;
    min-height: 310px;
}

@media(max-width: 768px) {
    .edu_stand {
        padding: 11px 13px 8px;
        min-height: 280px;
    }
}

@media(max-width: 480px) {
    .edu_stand {
        padding: 11px 13px 8px;
        min-height: 249px;
    }
}

.edu_stend_owl {}

.edu_stend_item {
    height: 270px;
    background: #e6e6e6;
    /* margin: 0 12px; */
    border-radius: 6px;
    display: flex;
    overflow: hidden;
    color: #fff;
    text-shadow: 0 0 11px rgb(0 0 0 / 90%);
    position: relative;
}

@media(max-width: 480px) {
    .edu_stend_item {
        height: 230px;
    }
}

.edu_stend_item_in {
    /* background-color: rgb(9 28 39 / 39%); */
    transition: all 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.edu_stend_type {
    color: #eaeaea;
    display: flex;
    align-items: center;
    padding: 14px 18px;
    position: absolute;
    left: 0px;
    top: 0;
}

.edu_stend_type_icon.icon_cam {
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.edu_stend_date {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 82%;
}

.edu_stend_day {
    font-size: 64px;
    font-weight: 900;
}

@media(max-width:768px) {
    .edu_stend_day {
        font-size: 36px;
    }
}

.edu_stend_month {
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 29px;
}

@media(max-width:768px) {
    .edu_stend_month {
        font-size: 16px;
        font-weight: 400;
    }
}

.edu_stend_title {
    position: absolute;
    bottom: 0;
    line-height: 122%;
    text-shadow: 0 0 11px rgb(0 0 0 / 90%);
    padding: 0 16px 14px;
    font-size: 21px;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: left;
    max-width: 700px;
    font-weight: 500;
}

@media(max-width: 768px) {
    .edu_stend_title {
        font-size: 18px;
        line-height: 140%;
    }
}

.edu_stend_type_text {
    display: block;
    font-size: 15px;
    color: #d0e599;
}

@media(max-width: 768px) {
    .edu_stend_type_text {
        font-size: 13px;
    }
}

.edu_stend_item_background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    transition:all 0.3s;
}


@media(min-width: 768px) {
    .edu_stend_item:hover .edu_stend_item_background {
        /* filter:blur(2px); */
        width: 103%;
        height: 103%;
        transform: translateX(-1.5%) translateY(-1.5%);
    }
}


.edu_stend_edit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 50;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
    opacity: 0.5;
}

.edu_stend_edit:hover {
    transform: scale(1.1);
    opacity: 1;
}







.edu_events {
    max-width: 1120px;
    margin: 12px auto 20px;
    /* padding: 0 18px;*/
}


.edu_event_item {
    min-width: 184px;
    height: 240px;
    background: #1f4358;
    margin: 12px 12px;
    border-radius: 8px;
    display: block;
    cursor: pointer;
    transition: all 0.25s;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #fff;
    text-shadow: 0 0 11px rgb(0 0 0 / 90%);
    position: relative;
}

@media(max-width: 768px) {
    .edu_event_item {
    margin: 7px 3px 7px 12px;
    }
}

.edu_event_item_in {
    height: 100%;
    background-color: rgb(9 28 39 / 39%);
    position: relative;
    /* filter: drop-shadow(2px 4px 6px black); */
    transition: all 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgb(0 0 0 / 87%) 0%, rgb(0 0 0 / 43%) 49%, rgba(20,42,55,0) 100%);
}

.edu_event_item_soon:first-child .edu_event_item_in {
    animation-name: edu_event_item_soon;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

@keyframes edu_event_item_soon {
 30% {  background-color: rgb(9 28 39 / 39%); }
 50% {  background-color: rgb(133 15 23 / 58%); }
}

.edu_event_item_live {
    animation-name: edu_event_item_live;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

@keyframes edu_event_item_live {
 30% {  transform: scale(1.05); }
 50% {  transform: scale(1); }
}


.edu_event_item_live .edu_event_item_in {
    animation-name: edu_event_item_live_in;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

@keyframes edu_event_item_live_in {
 30% {  background-color: rgb(9 28 39 / 39%); }
 50% {  background-color: rgb(133 15 23 / 58%); }
}

.edu_event_item_status_0 {
    opacity: 0.5;
}

.edu_event_item_background {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.2s;
    /* filter: blur(1px); */
}

@media(min-width: 768px) {
    .edu_event_item:hover .edu_event_item_background {
        filter: blur(3px);
        width: 105%;
        height: 105%;
    }
}

.edu_event_ok {
    position: absolute;
    width: 140px;
    top: 34px;
    height: 130px;
    background-size: 100%;
    opacity: 0.8;
    left: calc(50% - 64px);
    background-image: url("data:image/svg+xml,%3Csvg height='556' viewBox='0 -46 417.813 417' width='556' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M159.988 318.582c-3.988 4.012-9.43 6.25-15.082 6.25s-11.094-2.238-15.082-6.25L9.375 198.113c-12.5-12.5-12.5-32.77 0-45.246l15.082-15.086c12.504-12.5 32.75-12.5 45.25 0l75.2 75.203L348.104 9.781c12.504-12.5 32.77-12.5 45.25 0l15.082 15.086c12.5 12.5 12.5 32.766 0 45.246zm0 0' fill='%2300A658'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.edu_event_title {
    position: absolute;
    bottom: 0;
    line-height: 150%;
    text-shadow: 0 0 11px rgb(0 0 0 / 90%);
    padding: 5px 7px 11px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.edu_event_type_text {
    color: #d0e599;
    font-size: 11px;
    display: block;
    letter-spacing: 0.1em;
}

.left_find_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
         /* fallback */
    max-height: 60px;      /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.edu_event_type {
    text-transform: uppercase;
    font-weight: 600;
    font-size: inherit;
    letter-spacing: 0.08em;
    color: #eaeaea;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.edu_event_type_icon {
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.edu_event_date {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 82%;
}

.edu_event_day {
    font-size: 42px;
    font-weight: 900;
}

.edu_event_month {
    letter-spacing: 0.05em;
    font-weight: 500;
}

.edu_event_item_in:hover {
}

.edu_event_add_cart {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 66%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #142a3794;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s;
}

@media(max-width: 768px) {
    .edu_event_add_cart {
        opacity: 1;
    }
}


.edu_event_item:hover .edu_event_add_cart {
    opacity: 1;
}

.edu_event_add_cart.active {
    opacity: 1;
    background-color: #1D94D9;
}

.event_item_add_cart {
    left: calc(50% - 15px);
    top: calc(50% - 18px);
}
.webinar_item_in:hover .event_item_add_cart {
    opacity: 1;
}

.edu_subtitle {
    font-size: 22px;
    margin-bottom: 12px;
    padding: 0 0 0 26px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

@media(max-width: 768px) {
    .edu_subtitle {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 12px 0 13px;
    /* font-weight: 500; */
    /* letter-spacing: 0.03em; */
    justify-content: space-between;
    display: flex;
    align-items: baseline;
    }
}

.edu_subtitle_flex {
    display: flex;
    align-items: center;
}


.edu_subtitle_link {
    text-transform: uppercase;
    color: #feeb00;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.edu_subtitle_cart_button {
    height: 30px;
    margin-left: 6px;
    width: 45px;
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.edu_subtitle_cart_button:hover {

}

@media(min-width: 768px) {
    .edu_subtitle_out {
        display: flex;
        justify-content: space-between;
    }
}

.edu_subtitle_out .edu_subtitle {
    margin-bottom: 0;
}

.edu_subtitle_button {
    width: 26px;
    height: 26px;
    /* background-color: #eee; */
    margin-left: 12px;
    cursor: pointer;
    opacity: 0.7;
    background-size: 100%;
    background-repeat: no-repeat;
}

.edu_subtitle_r {
    display: flex;
    padding-right: 24px;
}

@media(max-width: 768px) {
    .edu_subtitle_r {
    display: none;
}
}

.edu_events_owl {
}

@media(max-width: 1100px) {
    .edu_events_owl {
        padding: 0 12px;
    }
}

.edu_subjects {
    max-width: 1120px;
    margin: 12px auto;
}

.edu_subject_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    max-width: 1096px;
    margin: auto;
}

@media(min-width: 768px) {
    .edu_event_item:hover {
        /* transform: scale(1.03); */
        /* box-shadow: 0 0 10px #10202a; */
    }
}

.edu_faculty_item {
    height: 220px;
    background-color: #091C27;
    margin: 1% 1% 1%;
    border-radius: 4px;
    width: 48%;
    transition: all 0.25s;
    cursor: pointer;
    position: relative;
    color: #fff;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

@media(max-width: 550px) {
    .edu_faculty_item {
        height: 160px;
        width: 100%;
        margin: 2.5% 6px;
    }
}

@media(min-width: 768px) {
    .edu_faculty_item:hover {
        transform: scale(1.02);
    }
}

.edu_faculty_back {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.edu_faculty_in {
    height: 100%;
    position: relative;
    background-color: rgb(0 0 0 / 33%);
    width: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 87%) 0%, rgb(0 0 0 / 43%) 49%, rgba(20,42,55,0) 100%);
}

.edu_faculty_text {
    position: absolute;
    bottom: 0;
    padding: 12px 20px 18px;
}

@media(max-width: 550px) {
    .edu_faculty_text {
    padding: 12px 13px 13px;
    }
}

.edu_faculty_title {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    text-shadow: 0 0 3px rgb(0 0 0 / 75%);
    font-weight: 500;
}

@media(max-width: 550px) {
    .edu_faculty_title {
    font-size: 19px;
    margin-bottom: 8px;
    }
}

.edu_faculty_brif {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #d0e599;
    text-shadow: 0 0 3px rgb(0 0 0 / 75%);
}




.header {
    margin-left: 134px;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgb(20 42 55 / 79%);
}

@media(max-width: 768px) {
    .header {
        margin-left: 0;
    }
}

.cnt_head_links {
    max-width: 1090px;
    margin: auto;
    padding: 2px 7px 0;
}

.cnt_head_links_in {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
    justify-content: center;
}

@media(max-width: 768px) {
    .cnt_head_links_in {
    justify-content: inherit;
    }
}

.cnt_head_link {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 15px 9px 0 0;
    letter-spacing: 0.05em;
    font-weight: 500;
    opacity: 0.8;
    padding: 5px 16px 8px;
    font-size: 13px;
    background-color: #13394F;
    border-radius: 16px;
    transition: all 0.3s;
    border: 2px solid #13394F;
    white-space: nowrap;
}

@media(max-width: 768px) {
    .cnt_head_link {
    padding: 8px 18px 8px;
    }
}

.cnt_head_link:hover, .cnt_head_link.current {
    opacity:1;
    border-color: #7f7dd6;
}

@media(min-width: 768px) {

}

.cnt_head_links_icon {
    min-width: 16px;
    height: 16px;
    margin-right: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/*edu_page*/




/*faculty*/

.facuty_head_name {
    color: #d0e599;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
}

/*faculty*/



.m_caro {
    display: flex;
    /* overflow-x: auto; */
    position: relative;
    padding: 0 12px;
    width: 100%;
}

@media(max-width: 768px) {
    .m_caro {
    display: flex;
    /* overflow-x: auto; */
    position: relative;
    padding: 0 0;
    }
}

.m_caro_in {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    margin-right: 16px;
}

@media(max-width: 768px) {
    .m_caro_in {
    margin-right: 0;
    }
}

.m_caro_in::-webkit-scrollbar {
  display: none;
}

.m_caro_in {
    scrollbar-color: #2b6b91 transparent;
    scrollbar-width: none;
}

.m_caro_l {
    position: absolute;
    left: 12px;
    top: 50%;
    top: calc(50% - 17px);
    z-index: 20;
    /* opacity: 0; */
}

.m_caro_r {
    position: absolute;
    right: 12px;
    top: 50%;
    top: calc(50% - 17px);
    z-index: 20;
    /* opacity: 0; */
}

@media(min-width: 768px) {
    .m_caro_grad_l {
        display: block;
        width: 24px;
        top: 0;
        left: 0;
        height: 15px;
        position: absolute;
        height: 100%;
        z-index: 8;
        background: linear-gradient(90deg, rgba(20,42,55,1) 0%, rgba(20,42,55,0.804359243697479) 49%, rgba(20,42,55,0) 100%);
    }

    .m_caro_grad_r {
        display: block;
        width: 24px;
        top: 0;
        right: 16px;
        position: absolute;
        height: 100%;
        z-index: 8;
        background: linear-gradient(270deg, rgba(20,42,55,1) 0%, rgba(20,42,55,0.804359243697479) 49%, rgba(20,42,55,0) 100%);
    }
}

@media(max-width: 768px) {
    .m_caro_grad_r {
        right: 0;
    }
}

