.main_content {
  min-height: 620px;
}




.page_content, .top_header {
    padding-top: 0px;
    /* padding-left: 0; */
    /* padding-right: 0; */
}


.editor_content {
    padding-top: 0px;
}



.main_header_part {

}

.page_main_template h1 {
    padding: 0;
    margin: 0;
    font-size: 54px;
    line-height: 54px;
    font-weight: 200;
    color: var(--pg-h1-title);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-image: url(../img/page-title-backgr.gif);
    background-position: 0 93%;
    background-repeat: no-repeat;
    padding-left: 0;
    margin-top: 50px;
    padding-top: 7px;
    min-height: 62px;
    clear: both;
    /* text-transform: uppercase; */
    letter-spacing: -2px;
}
.hdr-line {
    width: 100%;
    height: 15px;
    background-color: #293a58;
    margin-bottom: 20px;
}
.page_title_parent {
    color: var(--pg-h1-parent);
}
.pheader_sp {
    display: block;
    margin-left: 14px;
    margin-right: 14px;
    height: 39px;
    width: auto;
    margin-top: 3px;
}
.pheader_sp img {
    width: 2px;
    height: 48px;
}


.editor_content h2 {
    padding: 0;
    padding-left: 43px;
    padding-top: 8px;
    margin: 0;
    font-size: 42px;
    font-weight: 200;
    color: var(--pg-h2-title);
    background-position: 0 0px;
    background-repeat: no-repeat;
    background-image: url(../img/sub-title-backgr.gif);
    line-height: 44px;
    margin-top: 60px;
    margin-bottom: 15px;
    min-height: 65px;
    width: 100%;
    clear: both;
    letter-spacing: -1px;
}
.editor_content h3 {
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    color: var(--pg-h3-title);
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 15px;
    width: 100%;
    clear: both;
}

@media only screen and (max-width : 1200px) {






}


@media only screen and (max-width : 768px) {

.page_content, .top_header {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

}

@media only screen and (max-width : 533px) {
.pheader_sp {
    display: block;
    margin-left: 22px;
    margin-right: 22px;
    margin-top: 0px;
    /* visibility: hidden; */
    /* display: none; */
}

.editor_content ul {
    list-style: outside none none;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-top: 0;
    padding-left: 0;
}

}


@media only screen and (max-width : 488px) {

}


/* funding */

.sp_cr_wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    width: 100%;
    justify-content: space-evenly;
}
.res_crt_wrapper {
    margin-bottom: 40px;
    width: 330px;
    margin-left: 10px;
    margin-right: 10px;
}
.sp_hdr {
    font-weight: 300;
    color: #D1E5F8;
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    line-height: 21px;
}

a.splnkimg:hover img, a.splnkimg:focus img {
  opacity: 1;
  transition: all 0.85s ease;
  filter: grayscale(0%);
  background-color: #fff;  
  transform: scale(1.05);
}

a.splnkimg img {
    opacity: 1;
    display: block;
    transition: all 0.85s ease;
    filter: grayscale(0%);
    background-color: #fff;
    transform: scale(1.0);
}

.orderid {
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #C0003F;
    text-decoration: underline;
}

/* funding */


/* in the media */

.cart_media_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 70px;
}
.cart_media_wrapper_2 {
    margin-bottom: 60px;
}
a.more_info {
    display: block;
    width: 100%;
    background-image: url(../img/icon-text.gif);
    background-position: 0px 6px;
    background-repeat: no-repeat;
    padding-left: 22px;
    line-height: 24px;
}
.m_img img {
    width: 500px;
    min-width: 500px;
    display: block;
    height: auto;
    border: 1px solid #015a70;
}
.index_right {
    padding-left: 60px;
}
.m_hdr h2 {
    margin-top: 0;
}

.img_post_separator {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 58px;
}
.img_post_separator {
    width: 100%;
    height: 6px;
    background-image: url(../img/line.png);
    background-position: 0px px;
    background-repeat: no-repeat;   
    border: none; 
}

@media only screen and (max-width : 1200px) {

    .cart_media_wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-bottom: 70px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .index_right {
        padding-left: 0px;
        margin-top: 40px;
    }

}

@media only screen and (max-width : 768px) {

    .m_img img {
        width: auto;
        min-width: auto;
        display: block;
        height: auto;
        border: 1px solid #015a70;
    }


}

/* in the media */

/* projects */

.projects_section {
    margin-top: 30px;
    margin-bottom: 40px;
}
.cart_proj_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 70px;
    margin-top: 40px;
}
.prj_hdr h3 {
    margin-top: 0;
}
.prj_img img {
    width: 400px;
    min-width: 400px;
    display: block;
    height: auto;
    border: 1px solid #015a70;
}

.row_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.row_name {
    width: 108px;
    font-weight: 500;
}
.row_val {

}
.prj_stud {
    margin-top: 30px;
}
.prj_sup {
    margin-bottom: 30px;
}
.prj_links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 170px;
    justify-content: space-between;
    margin-top: 40px;
}
.project_internal_wrapper {
    margin-top: -40px;
}
.prj_paper_onpage {
    margin-top: 40px;
}
.bti {
    margin-top: 50px;
    text-align: center;
}
.bold_name {
    font-weight: 500;
}

@media only screen and (max-width : 1200px) { 

.cart_proj_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 70px;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
}    


}

@media only screen and (max-width : 600px) { 
    
.prj_img img {
    width: auto;
    min-width: auto;
    display: block;
    height: auto;
    border: 1px solid #015a70;
} 


}


/* projects */

/* soft. tools */

.msoft_img img {
    width: 400px;
    min-width: 400px;
    display: block;
    height: auto;
    border: 1px solid #015a70;
}
.s_linrs_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.s_linrs_wrap div {
    margin-right: 28px;
}


.soft_rel_ppl_wrapper {
    margin-top: -50px;
}
.soft_memb_all_wrap {
    padding-top: 30px;
}
.cart_memb_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px;
}
.cart_memb_left img {
    width: 230px;
    min-width: 230px;
    height: auto;
    border: 1px solid #015a70;
    margin-top: 10px;
}
.cart_memb_right {
    padding-left: 60px;
}
.cart_memb_title a {
    font-size: 26px;
    font-weight: 300;
}
.cart_memb_icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 95px;
    margin-top: 15px;
    justify-content: space-between;
    margin-bottom: 25px;
}
.cart_memb_pos {
    color: #fff;
    font-size: 20px;
}
.cart_memb_pr_title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.memb_pdf {
    margin-top: 20px;
}
.memb_pdf a {
    display: block;
}


@media only screen and (max-width : 768px) { 
    
.cart_memb_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.cart_memb_right {
    padding-left: 0px;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}
.cart_memb_info {
   
}
.cart_memb_icons {
    width: 100%;
    margin-top: 15px;
    justify-content: center;
    margin-bottom: 25px;
}
.cart_memb_icons div {
    margin-right: 15px;
    margin-left: 15px;
}



} 


@media only screen and (max-width : 600px) { 
    
.msoft_img img {
    width: auto;
    min-width: auto;
    display: block;
    height: auto;
    border: 1px solid #015a70;
} 


}

/* soft. tools */





/* team  */

.team-page {

}


.faculty-card {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* background-color: #1a202c; */
    padding: 0;
    margin-bottom: 20px;
    border-radius: 0;
    align-content: flex-start;
}

.faculty-card .card-image {
    flex: 1;
    max-width: initial;
    /* margin-right: 20px; */
}


.faculty-card .card-content {
    padding-left: 64px;
}

.faculty-card .cfname {
    color: var(--tm-name);
    font-size: 34px;
    font-weight: 300;
    line-height: 34px;
}

.faculty-card .position {
    font-style: italic;
    color: var(--tm-role);
    margin-bottom: 20px;
}

.faculty-card .info {
    /*color: #a0aec0;*/
    margin-bottom: 20px;
}


.team_sep_line {
    width: 100%;
    clear: both;
    height: 1px;
    background-image: url(../img/team-line-backgr.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-top: 13px;
}


.team-category {
    margin-bottom: 40px;
}

.team-category h2 {

}

.team-cards {
    display: flex;
    /* gap: 20px; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-card {
    width: 618px;
    min-width: 618px;
    padding: 0;
    margin-right: 0px;
    margin-bottom: 70px;
    border-radius: 0;
    transition: transform 0.3s ease;
    display: flex;
    flex-wrap: wrap;
}
.team-card .card-content {
    width: 386px;
    padding-left: 50px;
}

.card-image img {
    border-radius: 0%;
    width: 310px;
    min-width: 310px;
    height: auto;
    border: 1px solid var(--pg-img-border);
    border-top-left-radius: 80px 80px;
    border-bottom-right-radius: 80px 80px;
}

.team-card .card-image img {
    border-radius: 0%;
    width: 230px;
    min-width: 230px;
    height: 275px;
    border: 1px solid var(--pg-img-border);
    border-top-left-radius: 80px 80px;
    border-bottom-right-radius: 80px 80px;
}

.team-card .coname {
    color: var(--tm-name);
    font-size: 34px;
    font-weight: 300;
    line-height: 34px;
}

.card-content .position {
    color: var(--tm-role);
    font-size: 25px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 11px;
    font-style: normal;
}
.card-content .info {
    margin-bottom: 20px;
    /*color: #e2e7f0;*/
}
.card-content p {
    /*color: #e2e7f0;*/
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 26px;
}
.card-content b, .card-content strong {
    color: var(--tm-role);
    font-weight: 400;
}
.social-links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.social-links a {
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin-right: 6px;
    margin-bottom: 4px;
}
.social-links a img {
    height: auto;
    width: 57px;
    transition: color 0.3s ease;
}


.team-menu {
    width: 100%;
}
.team-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.team-menu-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin-top: 15px;
}

ul.team-menu-list  li {
    background-image: none;
    padding: 0;
    margin: 0;
}
ul.team-menu-list  li.team-menu-separator {
    margin-right: 15px;
    margin-left: 15px;
}
ul.team-menu-list  li.team-menu-separator img {
    height: 3px;
    width: auto;
    /* display: inline-block; */
    /* margin-top: 3px; */
}


ul.team-menu-list  li.team-menu-item a {
    transition: color 0.3s ease;
    font-size: 20px;
}


.team-menu-separator img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 16px; 
    margin: 0 5px; 
}


@media only screen and (max-width : 1400px) { 
    


}



@media only screen and (max-width : 992px) { 

}




/* team  */

/*   relevant   */




/*   relevant   */

/* publication  */
.publ_name {
    font-size: 18px;
}
.pbl_buttons_area2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3px;
}
.publ_pers_wrap {
    padding-top: 20px;
}
.pbl_buttons_area2 span {
    margin-right: 25px;
    background-image: url(../img/icon-text.gif);
    background-repeat: no-repeat;
    background-position: 0 13px;
    padding-left: 14px;
}
.pbl_buttons_area2 span a {
    font-style: italic;
    font-size: 16px;
}
.pb_info p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.publ_unit {
    margin-bottom: 30px;
    /* background-image: url(../img/icon-text.gif); */
    background-repeat: no-repeat;
    background-position: 0px 8px;
    /* padding-left: 27px; */
}
.publ_medium {
    font-weight: 500;
}
.pb_spn {
    color: var(--publ-bbt-spn);
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
}
.to_expand {
    display: none;
    border: 1px solid var(--publ-abstr-borders);
    background-color: var(--publ-abstr-bg);
    margin: 0;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    color: var(--publ-abstr-color);
    margin-bottom: 20px;
    margin-top: 10px;
    font-style: italic;
    border-top-left-radius: 80px 80px;
    border-bottom-right-radius: 80px 80px;  

}
.to_expand p {
    font-size: 16px;
    line-height: 24px;
}
.to_exp_close {
    float: right;
    color: #fff !important;
}
.remodal-overlay {
    background: var(--publ-bbt-overlay);
}
.publ_remodal_content_header {
    /* font-family: "ZurichW01-LightCondense1121579"; */
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    margin: 0;
    background-color: var(--publ-bbt-header-bg);
    color: var(--publ-bbt-header);
}

.remodal {
    /* border-bottom: 8px solid #4a7ab6; */
    /* border-top: 10px solid #de5918; */
    /* border-left: 1px solid #25344f; */
    /* border-right: 1px solid #25344f; */
    border: 1px solid var(--publ-bbt-border);
    color: var(--main-color-7-1);
    background-color: var(--publ-bbt-bg);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 10000;
    position: relative;
}
.remodal-close::before {
    font-size: 40px;
    line-height: 45px;
    position: absolute;
    top: -82px;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
    color: var(--publ-bbt-x);
}
.copytc {
    text-align: center;
    display: block;
    margin-top: 35px;
    margin-bottom: 30px;
}

.remodal {
    max-width: 740px;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
    border-top: 80px solid var(--publ-bbt-header-bg);
}
.bbt-hdr {
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: fit-content;
    font-size: 40px;
    color: var(--publ-bbt-header);
}

.publ_remodal_wrapper {

}

.copytxt {
    white-space: break-spaces;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
  overflow-wrap: anywhere;
  word-break: break-word;    
}
.pbl_nav_wrapper {
    display: flex;
    background-image: url(../img/publ-by-backgr.gif);
    background-repeat: repeat;
    justify-content: center;
    align-items: center;
    margin: 0px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--publ-menu-borders);
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    background-color: var(--publ-menu-bg);
    box-shadow: 0px 3px 12px 0px rgba(8,7,10,0.1);
    margin-top: 10px;
    font-size: 20px;
    border-top-left-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
}
.pnav_left {
    margin-right: 15px;
    font-size: 18px;
    font-weight: 300;
}
.pnav_right {
  margin-left: 30px;
}
.pblmod1 {
    width: 270px;
    margin-top: 0px;
}
.pnav_right {
    margin-left: 29px;
}
nav#flyoutnavkbfixed > ul > li.has-submenu > ul > li > a {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.publ_section h3 {
    margin-top: 50px;
}
.publ_wrap_main {
    margin-top: -25px;
}
.publ_section {
    padding-top: 0px;
}



@media only screen and (max-width : 768px) { 


.pbl_nav_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    /* border: 1px solid #08526e; */
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    max-width: 330px;
}
    nav#flyoutnavkbfixed {
        display: block;
        margin-right: auto;
        width: 267px;
        background-color: transparent;
        margin-left: auto;
        
    }
    .pnav_right {
        margin-left: 0px;
    }
    .pnav_left {
        margin-right: 0px;
        font-size: 18px;
        font-weight: 300;
    }
nav#flyoutnavkbfixed {
    display: block;
    margin-right: auto;
    width: 267px;
    background-color: transparent;
    margin-left: auto;
    
    margin-top: 10px;
    margin-bottom: 10px;
}
    nav#flyoutnavkbfixed > ul > li.has-submenu > ul {
        width: 267px;
    }

}

/* publication  */

/* research  */

.resimg img {
    width: 500px;
    min-width: 500px;
}

@media only screen and (max-width : 768px) { 

.resimg img {
    width: auto;
    min-width: 330px;
}

.card-image img {
    border-radius: 0%;
    width: 310px;
    min-width: 310px;
    height: auto;
    border: 1px solid var(--pg-img-border);
    border-top-left-radius: 80px 80px;
    border-bottom-right-radius: 80px 80px;
    margin-left: auto;
    margin-right: auto;
}

}

/**/

/*  news  */

.pagination {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.sp_pager {
    margin-left: 15px;
    margin-right: 15px;
}
.mimg_wr {
    float: right;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 19px;
    margin-top: 6px;
}
.mimg_wr img {
    display: block;
    width: 240px;
    height: auto;
    border: 1px solid #015a70;
    padding: 0;
}
.all_news_wrapper {
    margin-top: -17px;
}
.nshdr {
    margin: 0;
    padding: 0;
    /* color: #181a29; */
    font-weight: 300;
    font-size: 23px;
    margin-top: 42px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 26px;
}

.nshdr {
    margin: 0;
    padding: 0;
    /* color: #181a29; */
    font-weight: 300;
    font-size: 23px;
    margin-top: 42px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 31px;
}
.news_single_date {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 14px;
    margin-top: 40px;
    font-style: italic;
}
a.more_info.nnw {
    display: block;
    width: 65px;
    margin-left: auto;
    margin-right: auto;
}
.lnk_bullet {
    margin-top: 8px;
}
/* news  */

/*  talks  */
.all_tlk_wrapper {
    margin-top: -30px;
}
.tlk_link_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 60px;
}

.tlk_link_wrap div {
    margin-right: 35px;
}
.tlk_date {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.tlk_date div {
    padding-left: 10px;
    font-size: 18px;
}
.tlk_place {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.tlk_place div {
    padding-left: 12px;
    font-size: 18px;
}
.tlk_icons_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 20px;
}
.tlk_speaker {
    margin-top: 20px;
    font-size: 20px;
}

@media only screen and (max-width : 992px) {

.tlk_icons_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tlk_place {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-top: 18px;
    margin-bottom: 20px;
}


}

/*  talks  */


/*  index  */

.main_img {
    width: 100%;
    height: 430px;
    border-top: 1px  solid #01316a;
    border-bottom: 1px  solid #01316a;
    position: static;
    margin-top: -95px;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
}
.sl_top_cnt {
    padding: 0;
}
.slik_top_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 60px;
    border-top: 7px solid #01bc80;
    border-left: 1px solid  #0079d4;
    border-right: 1px solid  #0079d4;
    border-bottom: 1px solid  #0079d4;
    background-color: #003668;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 420px;
}
.slik_top_arrow_l {
    width: 25px;
    min-width: 25px;
    padding-left: 6px;
}
.slik_top_arrow_r {
    width: 25px;
    min-width: 25px;
    padding-right: 6px;
}
#slik_top_r img {
    margin-top: 12px;
}
#slik_top_l img {
    margin-top: 12px;
}
.slick_sld_top {
    width: 370px;
    text-align: center;
}
.slick_sld_top div {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
}

.vhid {
    visibility: hidden;
    display: none;
}

.slick_sld_top div.ssld a.mmt {
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    color: #fff ;
    text-decoration: underline dotted;
    text-decoration-thickness: 1px;
}
.slick_sld_top div.ssld  a.mmt:hover, .slick_sld_top div.ssld  a.mmt:focus {
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    color: #43d0cb;
    text-decoration: underline dotted;
    text-decoration-thickness: 2px;
  
}
.hp_allra {
    text-align: center;
    margin-top: 20px;
}


.h_main_txt {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 25px;
}

.hp_block_wrappet {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 24px;
}
.h_block_wrap {
    width: 602px;
    min-width: 602px;
    min-height: 300px;
    border: 0px solid yellow;
    margin-bottom: 80px;
}
.b_header {
    width: 100%;
    height: 62px;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
    font-size: 34px;
    font-weight: 300;
    display: flex;
    justify-content: center;
}
.b_header span {
    height: 48px;
    padding: 0;
    margin: 0;
    line-height: 55px;
    align-self: center;
}
.bl1 .b_header {
    background-image: url(../img/sub-title-backgr-1.gif);
    color: #02052b;
}
.bl2 .b_header {
    background-image: url(../img/sub-title-backgr-2.gif);
    color: #02052b;
}
.bl3 .b_header {
    background-image: url(../img/sub-title-backgr-3.gif);
    color: #fff;
}
.bl4 .b_header {
    background-image: url(../img/sub-title-backgr-4.gif);
    color: #fff;
}
.hp_block_inner_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.hp_img_block {
    width: 276px;
    min-width: 276px;
    padding-top: 24px;
}
.hp_img_block img {
    border: 1px solid #015a70;
}
.hp_block_right {
    padding-left: 45px;
    padding-top: 17px;
}
.hp_title_block {
    margin-top: 5px;
    margin-bottom: 4px;
}
.hp_title_block a {
    font-size: 24px;
    font-weight: 300;
    text-decoration: underline dashed;
    text-decoration-thickness: 0;
    text-underline-offset: 8px;
}
.hp_title_block a:focus, .hp_title_block a:hover {
    text-decoration: none;
}
.hp_more_block {
    text-align: right;
    margin-top: 5px;
    margin-bottom: -3px;
}

.hp_block_team_center {
    padding-left: 60px;
}

.hp_block_team_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 20px;
    justify-content: center;
} 

.hp_team_slider {
    width: 550px;
}

.ht_team_crt_wrap {
    width: 225px;
    margin-right: 30px;
    margin-left: 30px;

}
.hpt_img img {
    border: 1px solid #015a70;
    width: 225px;
    min-width: 225px;
    height: 255px;
}
.hpt_name {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-top: 12px;
    color: #fff;
}
.hpt_string {
    text-align: center;
    font-size: 18px;
}

/* Tiker */

.hp_ticker_item {
    padding-bottom: 15px;
}
.hp_ticker_item_header {
    font-weight: 600;
    color: #c55400;
    font-size: 18px;
    margin-bottom: -5px;
    line-height: 23px;
}
.hp_ticker_item_header span {
    color: #000;
    padding-right: 10px;
}
.ticker_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 19px;
}
.hpnews_btn_wrap {
    width: 49px;
    height: 301px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 49px;
}
.tkr_wrap {
    width: 100%;
    overflow-y: hidden;
    height: 300px;
    padding-right: 4px;
}
.hp_nd {
    font-size: 18px;
    color: #04A9D4;
    font-style: italic;
}
.hp_ndate a {
    color: #fff;
    text-decoration: none;
}
.hp_ndate a:hover, .hp_ndate a:focus {
  color: #43d0cb;
  text-decoration: underline dotted;
  text-underline-offset: 5px;
  transition: all 0.6s ease;
}


.vtxt_wrap {
    width: 100%;
    margin-top: 19px;
    font-size: 22px;
    text-align: center;
    color: #fff;
}
.video_wrap img {
    width: 600px;
    height: 276px;
    border: 1px solid #015a70;
}
.video_wrap {
    position: relative;
}
.vbutton {
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);    
}
.vbutton img {
    width: 90px;
    height: 90px;
}
.vbutton a img {
    border: none;
}
.vbutton a img {
    opacity:1;
    transition: all 0.8s; 
    transform: rotate(0deg) scale(0.8);
}
.vbutton a:hover img, .vbutton a:focus img {
    opacity:1;
    transition: all 0.8s; 
    transform: rotate(360deg) scale(1.0);
}


/*  News  */

.custom_news_wrapper {
    padding-top: 40px;
}

.grid-news {
    margin-top: 32px;
}
.news-card {
    margin-bottom: 74px;
    padding-left: 58px;
    padding-right: 58px;
    padding-bottom: 35px;
    position: relative;
    text-align: center;
}
.news-card h2 {
    margin: 0;
    padding: 0;
    margin-top: 0px;
    background-image: none;
    text-align: center;
    font-size: 29px;
    height: auto;
    line-height: 36px;
    color: var(--news--titles);
    font-style: normal;
    font-weight: 400;
    clear: both;
    display: inline-block;
    min-height: auto;
    margin-top: 15px;
}
.n_date {
    font-size: 22px;
    font-weight: 500;
}
a.nrm {
    font-style: italic;
}

.grid-item-news a {
    color:var(--news--links);
}
.grid-item-news a:hover, .grid-item-news a:focus {
    color:var(--news--links-hover);
}

.bti {
    margin-bottom: 70px;
}
.news-card img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid var(--pg-img-border);
    margin-top: 18px;
    margin-bottom: 20px;
    min-width: 100%;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.news-card p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
}
.pdate {
    height: auto;
    width: 228px;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    display: flex;
    background-repeat: no-repeat;
    background-position: 0 0;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    position: relative;
}


.bg_news_1 {
    background-color: var(--news--box1-bg);
    border: 1px solid var(--news--box1-boredr);
    border-top-left-radius: 0;
    border-bottom-right-radius: 40px 40px;
}
.bg_date_1 {
    background-color: transparent;
    background-image: none;
    margin-top: 0px;
}
.bg_news_1 .bg_date_1 {
    background-color: transparent;
    background-image: url(../img/news-date-backgr-1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 235px;
    height: 48px;
    font-size: 21px;
    font-weight: 300;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-left: -59px;
    padding-bottom: 6px;
    margin-top: -20px;
    color: var(--news--dates);
}


.bg_news_2 {
    background-color: var(--news--box2-bg);
    border: 1px solid var(--news--box2-boredr);
    border-top-left-radius: 0;
    border-bottom-right-radius: 40px 40px;
}


.bg_date_2 {
    background-color: transparent;
    background-image: none;
    margin-top: 0px;
}
.bg_news_2 .bg_date_2 {
    background-color: transparent;
    background-image: url(../img/news-date-backgr-2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 235px;
    height: 48px;
    font-size: 21px;
    font-weight: 300;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-left: -59px;
    /* margin-right: auto; */
    padding-bottom: 6px;
    margin-top: -20px;
    color: var(--news--dates);
}

.pdate {

}

.page-numbers.current {
    color: var(--news--page-links-current);
}
a.page-numbers {
    color: var(--news--page-links);
}
a.page-numbers:hover, a.page-numbers:focus {
    color: var(--news--page-links-hover);
}

.page-link {
    margin-left: 7px;
    margin-right: 7px;
}

@media only screen and (max-width : 1400px) {

  .news-card img {
      min-width: 100%;
  }

}


@media only screen and (max-width : 608px) {
  .news-card {
      margin-bottom: 54px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 20px;
  }  

.bg_news_1 .bg_date_1 {
    background-color: transparent;
    background-image: url(../img/news-date-backgr-1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 235px;
    height: 48px;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    padding-bottom: 6px;
    margin-top: -20px;
    color: var(--news--dates);
}
.bg_news_2 .bg_date_2 {
    background-color: transparent;
    background-image: url(../img/news-date-backgr-2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 235px;
    height: 48px;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-left: -11px;
    /* margin-right: auto; */
    padding-bottom: 6px;
    margin-top: -20px;
    color: var(--news--dates);
}


}


/*  /News  */



/* Talks */



/* /Talks */



/*  RA   */

.ra-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 85px;
    padding-top: 50px;
}

.ra-card {
    width: 100%;
    border: 0px dotted #DE5918;
    /* color: #fff; */
    padding: 0px;
    display: flex;
}

.ra-card-image {
    position: relative;
    min-width: 600px;
}

.ra-card-main-image {
    width: 600px;
    height: auto;
    border: 1px solid var(--pg-img-border);
    border-top-left-radius: 80px 80px;
    border-bottom-right-radius: 80px 80px;
}

.ra-card-bg-image {
    position: absolute;
    /* bottom: -4px; */
    left: 0;
    width: 502px;
    height: 8px;
}

.ra-card-content {
    padding-left: 72px;
    flex: 1;
}

.ra-card-content .ra-card-title {

    margin-top: 0;
}

.ra-card-description {

}

.ra-card-link {
    display: inline-block;
    background-color: transparent;
    background-image: url(../img/text-icon-small.gif);
    background-position: 0px 12px;
    background-repeat: no-repeat;
    /* padding-left: 20px; */
    font-style: italic;
}



/*  RA   */




@media only screen and (max-width : 1400px) {

.slick_sld_top {
    /*width: 1078px;*/
    text-align: center;
}

.hp_block_wrappet {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.h_block_wrap {
    width: 100%;
    min-width: 100%;
    min-height: 300px;
    /* border: 0px solid yellow; */
    margin-bottom: 80px;
}


.bl1 .b_header {
    background-image: url(../img/sub-title-backgr-1-1400.gif);
    color: #02052b;
    background-position: top left;
}
.bl2 .b_header {
    background-image: url(../img/sub-title-backgr-2-1400.gif);
    color: #02052b;
    background-position: top left;
}
.bl3 .b_header {
    background-image: url(../img/sub-title-backgr-3-1400.gif);
    color: #fff;
    background-position: top left;
}
.bl4 .b_header {
    background-image: url(../img/sub-title-backgr-4-1400.gif);
    color: #fff;
    background-position: top left;
}


.video_wrap img.hp_mainvi {
    width: 600px;
    height: 276px;
    border: 1px solid #015a70;
    margin-left: auto;
    margin-right: auto;
}

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

.slick_sld_top {
    /*width: 911px;*/
    text-align: center;
}

.bl1 .b_header {
    background-image: url(../img/sub-title-backgr-1-1200.gif);
    color: #02052b;
}
.bl2 .b_header {
    background-image: url(../img/sub-title-backgr-2-1200.gif);
    color: #02052b;
}
.bl3 .b_header {
    background-image: url(../img/sub-title-backgr-3-1200.gif);
    color: #fff;
}
.bl4 .b_header {
    background-image: url(../img/sub-title-backgr-4-1200.gif);
    color: #fff;
}


ul.team-menu-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin-top: 15px;
}
ul.team-menu-list  li.team-menu-separator {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 8px;
}


.ra-card {
    width: 100%;
    border: 0px dotted #DE5918;
    /* color: #fff; */
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}

.ra-card-content {
    padding-left: 0;
    width: 100%;
    margin-top: 38px;
}


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


.page_main_template h1 {
    font-size: 42px;
    line-height: 42px;
    background-image: url(../img/page-title-backgr.gif);
    background-position: 0 0;
    background-repeat: no-repeat;    
}
.editor_content h2 {
    font-size: 39px;
    font-weight: 200;
    line-height: 39px;
}


.slick_sld_top {
    /*width: 670px;*/
    text-align: center;
}

.main_img {
    margin-top: 0px;
}

.bl1 .b_header {
    background-image: url(../img/sub-title-backgr-1-992.gif);
    color: #02052b;
}
.bl2 .b_header {
    background-image: url(../img/sub-title-backgr-2-992.gif);
    color: #02052b;
}
.bl3 .b_header {
    background-image: url(../img/sub-title-backgr-3-992.gif);
    color: #fff;
}
.bl4 .b_header {
    background-image: url(../img/sub-title-backgr-4-992.gif);
    color: #fff;
}


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    
    /*Disable Animation on Mobile Devices*/
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

.ra-card-bg-image {
    position: absolute;
    /* bottom: -4px; */
    left: 0;
    max-width: auto;
    width: auto;
    height: 8px;
}
.ra-card-main-image {
    width: auto;
    max-width: auto;
    height: auto;
}
.ra-card-image {
    position: relative;
    min-width: auto;
}

.page_main_template h1 {
    font-size: 42px;
    line-height: 42px;
    background-image: url(../img/page-title-backgr.gif);
    background-position: 0 0;
    background-repeat: no-repeat;    
}


.slick_sld_top {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: 270px;
}

.slick_sld_top div {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
    width: 270px;
    min-width: 270px;
}
.slik_top_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    /*top: 80%;*/
    transform: translate(-50%, 0%);
    width: 360px;
    max-width: 360px;
    min-width: 360px;
}
.slick_sld_top div a {
    font-size: 21px;
    font-style: italic;
    font-weight: 500;
    line-height: 36px;
    margin-top: 6px;
    display: block;
}


.hp_block_inner_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.hp_img_block img {
    border: 1px solid #015a70;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 274px;
}
.hp_block_right {
    padding-left: 0;
    padding-top: 28px;
}
.hp_block_left {
    width: 100%;
    min-width: 100%;
    padding-top: 0;
    display: flex;
    justify-content: center;
}

.hp_team_slider {
    width: 330px;
}
.hpt_img img {
    border: 1px solid #015a70;
    width: 225px;
    min-width: 225px;
    height: 255px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.hp_block_team_right, .hp_block_team_left {
    display: none;
}
.hp_block_team_center {
    padding-left: 0px;
}

.video_wrap img {
    width: 100%;
    height: auto;
    border: 1px solid #015a70;
}

.slick_sld_top div.ssld a.mmt {
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    text-decoration: underline dotted;
    text-decoration-thickness: 1px;
}

.video_wrap img.hp_mainvi {
    width: 100%;
    max-width: 600px;
    height: auto;
    border: 1px solid #015a70;
    margin-left: auto;
    margin-right: auto;
}


.faculty-card {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* background-color: #1a202c; */
    padding: 0;
    margin-bottom: 20px;
    border-radius: 0;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}
.faculty-card .card-content {
    padding-left: 0;
    padding-top: 40px;
    text-align: center;
}
.social-links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.team-card .card-image {
    min-width: 230px;
}
.team-card .card-content {
    padding-top: 22px;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0;
}
.team-card {
    width: 100%;
    min-width: auto;
    padding: 0;
    margin-right: 0px;
    margin-bottom: 41px;
    border-radius: 0;
    transition: transform 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team-card .card-image img {
    /* border-radius: 0%; */
    width: 310px;
    min-width: 310px;
    height: 370px;
    /* border: 1px solid #de5918; */
    margin-left: auto;
    margin-right: auto;
    display: block;
}




}

/*  index   */




/* cor  */
.hp_more_block a:hover, .hp_more_block a:focus {
    text-decoration: none;
}

.cart_memb_wrapper .ccorect {
    width: auto;
}
div.heb_text {
    direction: rtl;
    font-family: Arial;
}

.editor_content div.heb_text h2 {
    padding: 0;
    padding-left: 50px;
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    background-position: 100% -1px;
    background-repeat: no-repeat;
    background-image: url(../img/sub-title-left.gif);
    line-height: 32px;
    margin-top: 43px;
    margin-bottom: 15px;
    padding-right: 55px;
}
.editor_content div.heb_text ul li {
    padding-left: 25px;
    background-image: url(../img/icon-text.gif);
    background-position: 100% 5px;
    background-size: 14px 13px;
    margin-bottom: 13px;
    background-repeat: no-repeat;
    font-weight: 400;
    padding-right: 31px;
}
.editor_content div.heb_text a {
    font-weight: 500;
    color: #43d0cb;
    text-decoration: underline dotted;
    text-underline-offset: 5px;
    transition: all 0.6s ease;
    font-family: Arial;
}



/**/



.dna-media-card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.dna-card-image {
    min-width: 400px;
    padding-top: 44px;
}
.dna-card-image img {
    width: 400px;
    height: auto;
    border: 1px solid var(--pg-img-border);
    border-top-left-radius: 80px 80px;
    border-bottom-right-radius: 80px 80px;    
}
.dna-card-content {
    padding-right: 65px;
    flex: 1;
}
.dna-card-abstract {

}
.dna-card-content.no_img_content {
    padding-right: 0px;
}

.lbg {
    background-image: url(../img/line-backgr.gif);
    background-position: center center;
    width: 100%;
    height: 1px;
    margin-top: 45px;
    margin-bottom: 10px;
}

.news_single_date {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 14px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-style: italic;
    clear: both;
    color: var(--news--page-interbal-date);
}



@media only screen and (max-width : 992px) {

.dna-media-card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
}
.dna-card-content {
    padding-right: 0;
}
.dna-card-image img {
    width: 400px;
    height: auto;
    border: 1px solid #de5918;
    max-width: 400px;
}

.lbg {
    background-image: url(../img/line-backgr.gif);
    background-position: 0 0;
    width: 100%;
    height: 1px;
    margin-top: 45px;
    margin-bottom: 10px;
}

}


@media only screen and (max-width : 540px) {
    .dna-card-image img {
        width: 320px;
        height: auto;
        border: 1px solid #de5918;
        max-width: 400px;
    }
    .dna-card-image {
        min-width: 300px;
        padding-top: 44px;
    }    
}










/* part  */

/* Общий контейнер для категорий */
.dna-funding-category {
    margin-bottom: 40px;
}

.dna-funding-category h2 {

}


.dna-funding-cards-container {
    display: flex;
    flex-wrap: wrap;
    /* gap: 146px; */
    justify-content: flex-start;
    margin-top: 30px;
}

.dna-funding-card {
    width: 332px;
    height: auto;
    overflow: hidden;
    text-align: center;
    background-color: transparent !important;
    margin-right: 48px;
    margin-left: 48px;
    margin-bottom: 30px;
}

h3.dna-funding-card-title {
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    color: var(--pg-h3-title);
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    clear: both;
}

.dna-funding-card a h3 {
    padding: 0;
    margin: 0;
    background-image: none;
    font-size: 20px;
    line-height: 24px;
    width: auto;
    /* color: #74acef; */
    margin-top: 15px;
    font-style: normal;
    text-decoration: none !important;
    font-weight: 500;
}
.dna-funding-card a {
    text-decoration: none !important;
}


.partners-backgr-1 {
    background: url('../img/partners-backgr-1.gif') no-repeat center center;

}

.partners-backgr-2 {
    background: url('../img/partners-backgr-2.gif') no-repeat center center;

}

.partners-backgr-3 {
    background: url('../img/partners-backgr-3.gif') no-repeat center center;

}


.dna-funding-card-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}


.dna-funding-card-content a {

}

.dna-funding-card-content a:hover {

}



.dna-funding-card-content a {
    display: block;
}


.dna-funding-card-image-container {
    width: 332px;
    height: 276px;
    background-image: url(../img/partners-backgr.gif);
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 6px;
}

.dna-funding-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    background-color: transparent;
}

.dna-funding-card-link:hover img,
.dna-funding-card-link:focus img {
    transform: scale(1.1); 
}



.dna-funding-card-link:hover .dna-funding-card-title,
.dna-funding-card-link:focus .dna-funding-card-title {
   
}



/**/





@media only screen and (max-width : 1200px) {

    .dna-funding-category .dna-funding-cards-container {
        display: flex;
        flex-wrap: wrap;
        gap: 70px;
        justify-content: center;
    }

}


/**/


.dna-project-card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.dna-project-details-card {}
.dna-project-card-text {
    flex: 1;
    padding-right: 60px;
}
.dna-project-card-image {
    padding-top: 61px;
    width: 400px;
}
.dna-project-card-image img {
    border: 1px solid var(--pg-img-border);
    border-top-left-radius: 80px 80px;
    border-bottom-right-radius: 80px 80px;
}

.dna-project-card-title {}
.dna-project-card-abstract {}
.dna-project-card-audience {}
.dna-project-card-requirements {}
.dna-project-card-supervisors {}
.dna-project-card-students {}


.dna-project-card-text {}


.dna-project-card-audience {}
.dna-project-card-supervisors {}
.dna-project-card-students {}
.dna-project-card-abstract {}
.dna-project-card-requirements {}

.prj_ans {
    font-size: 18px;
    display: inline-block;
    color: var(--project-info);
}

.dna-project-more-info {
    margin-top: 0px;
}




.dna-project-more-info {}


.dna-project-editor-content {}
.dna-project-card-meta {}
.bti {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 30px;
    margin: 20px;
}

@media only screen and (max-width : 992px) {

.dna-project-card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.dna-project-card-text {
    flex: auto;
    padding-right: 0px;
}
.dna-project-card-image {
    padding-top: 5px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}


}





/* Index */

/* Main container */
.main_part {

}

/* Main text section */
.main_text {
    margin-top: 44px;
}

/* Wrapper for the main blocks */
.main_block_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-top: 44px;
}

/* Left block inside the wrapper */
.main_block_left {
    width: 611px;
    border: 1px solid transparent;

}

/* Publications section inside the left block */
.main_pulications {

}

/* Right block inside the wrapper */
.main_block_right {

}

/* Team section inside the right block */
.main_team {
    background-image: url(../img/team-box-backgr.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 611px;
    height: auto;
    min-height: 485px;
    padding-bottom: 0;
    border: 1px solid  transparent;
    margin-bottom: 20px;
}

/* Video gallery section inside the right block */
.main_video_gal {
    background-image: url(../img/video-box-backgr.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 611px;
    height: auto;
    min-height: 485px;
    padding-bottom: 0;
    border: 1px solid transparent;
    position: relative;
}

.random-publications {
    height: 670px;
    overflow: hidden;
}

.publication-item {
    margin-bottom: 20px;
    background-image: url(../img/icon-text.gif);
    background-position: 0px 8px;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 17px;
    line-height: 30px;
}

.publication-title {
    font-weight:500;

}

.authors {

}

.team_main_title {
    text-align: center;
    font-size: 53px;
    font-weight: 200;
    color: var(--right-box-title);
    margin-top: 18px;
    margin-bottom: 0;
    letter-spacing: -2.5px;
    border-bottom: 1px solid var(--right-box-line);
}
.publ_main_title {
    text-align: center;
    font-size: 53px;
    font-weight: 200;
    color: var(--left-box-title);
    margin-top: 18px;
    margin-bottom: 1px;
    letter-spacing: -2.5px;
    border-bottom: 1px solid var(--left-box-line);
}
.video_main_title {
    text-align: center;
    font-size: 50px;
    font-weight: 200;
    color: #74acef;
    margin-top: 18px;
    letter-spacing: -1.5px;
}

.video-card {
    position: relative;
}
.video-card-image img {
    border: 1px solid #70a5e6;
    display: block;
    width: 487px;
    height: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
a.v_main_play img {
    display: block;
    transition: transform 0.9s ease;
    width: 77px;
    height: 81px;
    border: none;
}
.video-card-image {
    position: relative;
}
.video-card-go {
    width: 81px;
    position: absolute;
    top: 0;
    left: 84px;
}
.video-card-title {
    margin-top: 40px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    color: #101422;
    font-size: 23px;
}
.video-card-link {

}

.v_main_play {

}

a.v_main_play img {
    display: block;
    transition: transform 0.9s ease;
}

a.v_main_play:hover img,
a.v_main_play:focus img {
    transform: scale(1.1) rotate(360deg); 
}




.main_team-card {
    border: 1px dotted transparent;
    width: 255px;
    height: auto;
    text-align: center;
    margin-right: 25px;
    margin-left: 25px;
}
.main_team-card-image img {
    border: 1px solid var(--pg-img-border);
border-top-left-radius: 80px 80px;
    border-bottom-right-radius: 80px 80px;  
    width: 255px;
    height: 303px;
}
.main_team-card-title {
    color: var(--tm-name-home);
    font-size: 24px;
    margin-top: 8px;
    font-weight: 300;
}
.main_team-card-category {
    color: var(--tm-role-home);
    font-size: 22px;
    font-weight: 300;
}
.hppl_arc {
    display: block;
    margin-top: 20px;
}
.hp_block_team_left {
  
}
.hp_block_team_right {
;     
}
#team_top_r img {

}
#team_top_l img {

}
.hp-pbl-line {
    width: 100%;
    height: 5px;
    border-radius: 12px;
    background-color: var(--left-box-line);
    margin-top: 25px;
}
.hpt_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.hp_team_slider {
    width: 609px;
    margin-left: 0;
    padding-left: 28px;
}

.m_publ_more {
    margin-bottom: 16px;
    font-style: italic;
    text-align: center;
}
.hp_block_team_center {
    padding-left: 0px;
    position: relative;
}
.m_team_more {
    text-align: center;
}
.m_team_more a {
    font-style: italic;
}
.m_team_more a:hover, .m_team_more a:focus {
    font-style: italic;
}


@media only screen and (max-width : 1400px) {
    .main_block_left {
        width: 457px;
        border: 1px solid transparent;
    }

.publ_main_title {
    text-align: center;
    font-size: 52px;
    font-weight: 200;
}
.team_main_title {
    text-align: center;
    font-size: 52px;
    font-weight: 200;
}


}

@media only screen and (max-width : 1200px) {
.main_block_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
    margin-top: 30px;
}

    .main_block_left {
        width: 100%;
        border: 1px solid transparent;
    }

    .main_block_right {
        margin-top: 40px;
    }

    .random-publications {
        height: auto;
        overflow: auto;
    }

}


@media only screen and (max-width : 768px) {


.main_team {
    background-image: url(../img/team-box-backgr-adaptive.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 330px;
    height: auto;
    min-height: 460px;
    padding-bottom: 0;
    border: 1px solid  transparent;
    margin-bottom: 20px;
    overflow: hidden;
}
.main_team-card-image img {
    height: 303px;
    width: 253px;
}
.team_main_title {
    text-align: center;
    font-size: 47px;
}
.video_main_title {
    text-align: center;
    font-size: 47px;
    font-weight: 200;

    margin-top: 18px;
    letter-spacing: -1.5px;
}
.publ_main_title {
    text-align: center;
    /* font-size: 47px; */
    font-weight: 200;
    /* color: #8faed5; */
    /* margin-top: 18px; */
    /* margin-bottom: 20px; */
    letter-spacing: -1.5px;
    line-height: 44px;
}

.main_video_gal {
    background-image: url(../img/video-box-backgr-adaptive-1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 330px;
    height: auto;
    min-height: 5px;
    padding-bottom: 0;
    border: 1px solid transparent;
    position: relative;
    margin-top: 50px;
}

.video-card-title {
    background-image: url(../img/video-box-backgr-adaptive-2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 2px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;

    font-size: 23px;
    line-height: 22px;
    padding-top: 7px;

    padding-bottom: 7px;
    width: 330px;
    margin-left: -1px;
}

.video-card-go {
    width: 81px;
    position: absolute;
    top: 25px;
    left: 126px;
}
.m_team_more {

}
.hp_block_team_center {
    padding-left: 0;
    position: relative;
}

.video-card-image img {

    display: block;
    width: 280px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 28px;
}
.m_team_more {

}

.main_team-card-image {
    width: 215px;
}
.main_team-card-image {
    margin-left: auto;
    margin-right: auto;
    width: 253px;
    height: 303px;
}


.hp_block_team_right, .hp_block_team_left {
    display: block;
}
#team_top_r img {
    margin-right: 0;
    margin-left: -28px;
    top: 44px;
    position: relative;
}
#team_top_l img {
    margin-right: 0;
    margin-left: 28px;
    top: 44px;
    position: relative;
}



}


.team-member-name {
    /* color: #8faed5; */
    font-weight: 400;
    font-size: 22px;
}
a .team-member-name {
    /* color: #8faed5; */
    font-weight: 400;
    font-size: 22px;
    color: var(--main-color-9);
    text-decoration: underline dotted;
    text-underline-offset: 5px;
    text-decoration-color: var(--main-color-9);
}
a:hover  .team-member-name, a:focus  .team-member-name {
  color: var(--main-color-1-1);
  text-decoration: underline dotted; 
  text-underline-offset: 5px;
  text-decoration-color: var(--main-color-1-1); 
  transition: all 0.76s ease;
}

.team-member-entry {
    margin-bottom: 20px;
    background-image: url(../img/icon-text.gif);
    background-position: 0 11px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
.team-member-top-row img {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    vertical-align: -7px;
}

.team-member-thesis-links  img {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    vertical-align: -7px;
}


.tdp_wrap {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}
.tdp_col {
  display: flex;
  align-items: flex-start;
}

.tdp_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 5px;
    width: 100%;
}
.tlk_bg_1 {
    background-color: var(--talks-bg-1);
}
.tlk_bg_2 {
    background-color: var(--talks-bg-2);
}
.tdp_date {
    padding-top: 5px;
    padding-left: 11px;
    width: 200px;
}
.tdp_place {
    padding-top: 5px;
    padding-left: 11px;
}
.img_pl {
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.img_dt {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 5px;    
}
.tls22 {
    text-align: left;
    margin-top: 7px;
}
.tls21 {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}


@media only screen and (max-width : 992px) {

    .tdp_wrap {
        line-height: 26px;
    }

    .img_pl {
        background-color: #fff;
        padding-left: 5px;
        padding-right: 5px;
        display: none;
    }
    .img_dt {
        background-color: #fff;
        padding-left: 0px;
        padding-right: 5px;  
        display: none;  
    }
}


@media only screen and (max-width : 504px) {
    .publ_main_title {
        text-align: center;
        /* font-size: 47px; */
        font-weight: 200;
        /* color: #8faed5; */
        /* margin-top: 18px; */
        margin-bottom: 20px;
        letter-spacing: -1.5px;
        line-height: 44px;
    }

}


/* Pict Gal  */
.editor_content h3.gallery-card-title {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    text-transform: none;
    text-align: center;
    background-image: none;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-style: normal;
    color: var(--main-link-color);
}

.gallery-cards {
    display: flex;
    gap: 57px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 30px;
}

.gallery-card {
    width: 392px;
    border: 0px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    position: relative;
    /* margin-bottom: 27px; */
}


.gallery-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}


.gallery-card-image {
    position: relative;
    width: 100%;
    height: 272px;
    overflow: hidden;
    border: 1px solid var(--pg-img-border);
}

.gallery-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    /*border: 1px solid #b6cef2;*/
}

.gallery-card-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 21, 61, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border: 1px solid var(--pg-img-border);
}

.gallery-card-image .overlay-text {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px;
}


.gallery-card-content {
    padding: 10px 0;
    padding-top: 17px;
}

.gallery-card-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #FF7C00;
}


.gallery-card-date {
    font-size: 18px;
    margin: 0;
    margin-top: 10px;
}


.gallery-card:hover .gallery-card-link,
.gallery-card:focus-within .gallery-card-link {
    color: #D65A00;
    text-decoration: none;
}

.gallery-card-link:hover .gallery-card-image img,
.gallery-card-link:focus .gallery-card-image img {
    transform: scale(1.05);
}

.gallery-card-link:hover .gallery-card-title,
.gallery-card-link:focus .gallery-card-title {
    color: #D65A00;
    text-decoration: underline dotted #D65A00 1px;
}

.gallery-card-link:hover .overlay,
.gallery-card-link:focus .overlay {
    opacity: 1;
}


.gallery-post-content .popup-gallery-grid-item img {
    border: 1px solid var(--pg-img-border);
}

.gallery-card-line {
    background-image: url(../img/gallery-pic-line-backgr.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 5px;
    width: 100%;
}

.gd-int {
    font-size: 20px;
    font-style: italic;
}




.vgallery-cards {
    display: flex;
    gap: 57px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 60px;
}
.vgallery-card-image img {
    border: 1px solid var(--pg-img-border);
    height: 272px;
    width: 392px;
}

.vgallery-card-title {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    text-transform: none;
    text-align: center;
    background-image: none;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-style: normal;
    color: var(--vgallery-title);
    padding-top: 17px;
}
.vgallery-card-image {
    position: relative;
}

.gallery-play {
    position: absolute;
    bottom: 16px;
    right: 20px;
}
.gallery-play img {
    border: none;
}

a.vbttn img {
    opacity: 1;
    transition: all 0.8s;
    transform: rotate(0deg) scale(0.8);
    width: auto;
    height: auto;
}
a.vbttn:hover img, a.vbttn:focus img {
    opacity: 1;
    transition: all 0.8s;
    transform: rotate(360deg) scale(1);
}

@media only screen and (max-width : 1400px) {

    .gallery-cards {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .vgallery-cards {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .dna-funding-cards-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media only screen and (max-width : 440px) {
    .vgallery-card-image img {
        height: auto;
        width: 330px;
    }
    .vgallery-card-image {
        height: auto;
        width: 330px;
    } 
    .gallery-card {
        width: 330px;
    }
}


.hp_block_prj {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 48px;
    max-width: 609px;
    width: 609px;
    height: auto;
    padding-top: 26px;
    margin-bottom: 39px;
}
.hp_project-card {
    width: 280px;
    height: auto;
    border: 0px solid red;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}
.hp_project-card_img_wrap img {
    width: 280px;
    height: 210px;
}
.hp_project-card_img_wrap {
    margin-bottom: 9px;
    width: 280px;
    height: auto;
    overflow: hidden;
    border-top-left-radius: 80px 80px;
    border-bottom-right-radius: 80px 80px;
    border: 1px solid var(--pg-img-border);
}

a.rgi img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
    border: 1px solid var(--pg-img-border);
    border-top-left-radius: 80px 80px;
    border-bottom-right-radius: 80px 80px;    
}

a.rgi img:hover, a.rgi img:focus {
    transform: scale(1.15);
}

a.rgi:hover img, a.rgi:focus img {
    transform: scale(1.15);
}

.hp-pbl-line2 {
    width: 100%;
    height: 5px;
    border-radius: 12px;
    background-color: var(--right-box-line );
    margin-top: 50px;
}

@media only screen and (max-width : 770px) {

    .hp_block_prj {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 48px;
        max-width: initial;
        width: 100%;
        height: auto;
        padding-top: 26px;
    }

}    