@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/Gilroy-Regular.ttf");
}

@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/Gilroy-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/Gilroy-Light.ttf");
    font-weight: 100;
}

@font-face {
    font-family: "Gilroy";
    src: url("/assets/fonts/Gilroy-Medium.ttf");
    font-weight: normal;
}


.module-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 60px;
}

.module-card {
    width: 45%;
    min-height: 122px;
    height: auto;
    background-color: #F3F3F4;
    color: #A8946E;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    text-decoration: none;
    text-align: center;
    padding: 10px;
}

.module-card img {
    width: 74px;
    height: 74px;
    object-fit: cover;
    border-radius: 50%;
}

.module-card p {
    width: 70%;
}

.card-image-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.card-image-container .card-image {
    width: 50%;
}

.block-type-card-item .content-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
}

.card-image-container .card-image img {
    width: 100%;
}

.card-image-container .card-items {
    flex: 1.2;
    margin-left: 100px;
}

.card-image-container .card-items a {
    width: 100%;
}

.card-image-container {
    margin-bottom: 20px;
}


.module-card .module-icon {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    position: absolute;
    left: -61px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #F3F3F4;
}

.header .dropdown ul li a {
    text-decoration: none;
}

.header .dropdown ul li a:hover {
    color: rgba(66, 90, 118, 0.69);
}

.header .dropdown {
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.55);
    border-radius: 0px 0px 3px 3px;
}

.text a {
    text-decoration: none;
}


.text {
    word-spacing: 5px;
}

.text * {
    line-height: 1.6 !important;
}

*[style], body {
    font-family: Mark Pro, sans-serif !important;
}

.text *[style]:lang(ru), body:lang(ru) {
    font-family: "Gilroy" !important;
}

.flex-cols {
    display: flex;
    justify-content: space-between;
}


.module-documents {
    margin-top: 25px;
}

.page-slider {
    margin: 40px 0;
}

.module-documents .module-document {
    width: 100%;
    /*height: 70px;*/
    display: flex;
    margin-top: 25px;
    text-decoration: none;
}

.module-documents .hr {
    margin-top: 15px;
    height: 1px;
    background-color: #859AB2;
}

.module-document-content {
    width: 100%;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 20px;

}

.module-document-content .title {
    margin-bottom: 10px;
    color: #A8946E;
    font-size: 18px;
    font-weight: bold;
}

.module-document-content .description {
    font-size: 12px;
    font-weight: lighter;
    color: #243749;
}

.module-documents .module-document img {
    width: 63px;
    height: 63px;

}

.block-type-person strong{
    white-space: nowrap !important;
}

.block-type-person div:nth-child(1) {
    flex: 1;
}

/* .block-type-person div:nth-child(2) {
    flex: 0.7;
} */


.block-type-person img {
    border-radius: 0 !important;
    width: 100%;
    max-width: 170px;
    height: 100%;
    max-height: 192px;
    object-fit: cover;
}

.block-type-card-item {
    display: flex;
    width: calc(50% - 90px) !important;
    margin-left: 45px !important;
}

.block-type-card-item .image-container {
    position: relative;
    width: 122px;
    height: 122px;
}

.block-type-card-item img {
    border-radius: 50%;
    width: 100%;
    height: 122px;
    position: absolute;
}

.table-rating tr td {
    padding: 20px 20px;
}
@media (max-width: 768px) {
    .table-rating tr td {
        padding: 0 !important;
    }
}

.table-rating tr td:nth-child(1) {
    padding: 0;
}

.table-grant td {
    padding: 3px 10px;
}

/* .table-mobile-tr {
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    width: 100% !important;
} */


.table-mobile-td {
    height: auto !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    text-align: justify !important;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}


.about {
    display:flex;
}


.about--left {
    padding: 0 15px; 
    width: 80%;
    order:1;
}


.about--right {
   flex-direction: column; 
   display: flex; 
   width: fit-content; 
   height: fit-content;
   order:2;
}


.pretty{
   white-space:normal !important;
}


@media (max-width: 1200px) {
    .member-items .flex-cols {
        display: flex;
        flex-direction: column;
    }

    .block-type-card-item {
        width: calc(100% - 90px) !important;
        margin-left: 75px !important;
    }

    .block-type-person {
        width: 98% !important;
    }

    .block-type-person img {
        border-radius: 0 !important;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1193px) {
    .module-cards {
        flex-direction: column;
    }

    .module-card {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .card-image-container .card-image {
        width: 100%;
    }

    .card-image-container {
        flex-direction: column;
        margin-bottom: 0;
    }

    .card-image-container .card-items {
        margin-left: 60px;
        flex: unset;
        width: 100%;
        padding: 0 30px;
    }

    .card-image-container .card-image {
        flex: unset;
    }

}

@media (max-width: 750px) {
    .module-card p {
        width: 49%;
    }
    .about{
    	display:block;
    }
    .about--right {
        width:100% !important;
        padding:15px;
    }
    .about--left {
        width:100%;
    }
}

@media (max-width: 720px) {
    .block-type-card-item.module-card {
        padding: 0 35px;
        font-size: 11px;
        height: max-content !important;
    }
}


@media (max-width: 510px) {
    .module-card p {
        font-size: 12px;
    }

    .module-card {
        height: 74px;
        width: 100%;
    }

    .module-card .module-icon {
        width: 100px;
        height: 100px;
        left: -80px;
    }
    .block-type-card-item .content-data{
        width: 100% !important;
    }

    .module-card .module-icon img {
        width: 54px;
        height: 54px;
    }

    .card-image-container .card-items {
        margin-left: 44px;
        padding: 0 22px;
    }

    .module-cards {
        margin-left: 44px;
    }
}

tbody p{
    padding-left: 5px!important;
}
/* Why Bdu */
.why-bdu-table tbody p{
    padding-left: 5px!important;
}

/* Docturantura & Dissertasiya */
.dis tbody p{
    font-size: clamp(9px,1vw,14px) !important ;
}
 /* visa & registar */
 @media (max-width: 531px) {
     .visa  img{
         float: unset !important;
     }
 }

/* table */
tbody{
    border-color: #45647b !important;
    background-color: #fff !important;
}
/* tbody p span{
    color: #45647b !important;
} */

/* Media Kit */
.poem tbody p span{
    font-size: clamp(5pt, 1.5vw, 14pt) !important; 
}
/* Contact Info */
.contact_info{
    width: 100% !important;
    min-width: 300px !important;
    font-size: 1.5vw !important;
}
.contact_info span{
    font-size: 1.5vw !important;
}

/* Partners */
/* .flex-col p{
    width: max-content !important;
} */

/* Virtual Travel */
.virtual_travel iframe{
    width: 100% !important;
}
.virtual_travel td{
    width: 100% !important;
}
.virtual_travel tr{
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto auto auto;
}
@media (max-width: 1220px) {
    .virtual_travel tr{
        grid-template-columns: auto auto  auto;
    }
}
@media (max-width: 825px) {
    .virtual_travel tr{
        grid-template-columns: auto  auto;
    }
}
@media (max-width: 590px) {
    .virtual_travel tr{
        grid-template-columns: auto;
    }
}


/* employees-teaching */
/* .flex-col h4{
    width: max-content !important;
} */

/* diaspora */
@media (min-width: 768px) {
    .mob_info{
        display: none !important;
    }
}
@media (max-width: 767px) {
    .info{
        display: none !important;
    }
}
/* Module Icon */
.module-icon{
    display: flex !important;
    align-items: center !important;
}
/* Disertation */
.dissertation{
    font-size: clamp(6px,1vw,14px) !important;
    min-width: 300px !important;
    
}
.dissertation td span{
    font-size: clamp(6px,1vw,14px) !important;
}

/* Table Grand */
.table-grant{
    min-width: 300px !important;
    font-size: clamp(6px,1vw,14px) !important;
}

/* Labs */
@media (max-width:768px) {
    .labs img{
        width: 100% !important;
        height: 100% !important;
    }
}
.labs img{
    width: 100% !important;
}
/* applied mathematics */
.applied_mathematics td{
    font-size: clamp(9px,1vw,16px) !important;
}
.applied_mathematics span{
    font-size: clamp(9px,1vw,16px) !important;

}

/* president */
@media (max-width: 691px) {
    .president{
        width: 100% !important;
        height: 100% !important;
    }
    .empty{
        display: none !important;
    }
}
/* Partners */
.partners{
    min-width: 300px !important;
}
.partners_items{
    font-size: clamp(6px,1vw,16px) !important;
}
/* antiplagiat */
.antiplagiat {
    width: 100% !important;
    min-width: 300px !important;

}
@media (max-width:626px) {
    .antiplagiat td span{
      font-size: 12px !important;
    }
}

/* scientific council */
@media (max-width: 647px) {
    .scientific_council{
        font-size: 12px !important;
        width: 90% !important;
    }
}

/* Custom Table */
@media (max-width:768px) {
    .custom_table{
        font-size: 10px !important;
        width: 100% !important;
        min-width: 300px !important;
    }
}

/* Center Sections */

.search_helps {
    position: absolute;
    z-index: 2;
    padding: 0 10px;
    list-style: none;
    top: 100%;
    background: white;
    font-size: 14px;
    width: 100%;
    height: max-content;
    color: black;
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.55);
    border-radius: 0px 0px 3px 3px;
}
.search_helps li  {
    border-bottom: 1px solid black;
    padding: 5px 0;
   }
.search_helps li a {
 text-decoration: none;
}
.news-list {
    justify-content: flex-start !important;
}
.details-block address {
    max-width: 400px !important;
}

/**/
@media only screen and (max-width: 767.9px) {
    .hero-slider.v2 .hero-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: 100%;
        max-width: none;
    }
}
