*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.organizational-chart a,.organizational-chart a:hover{
    color: #fff;
}
body {
    background-color: #1d1f20;
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
a:hover {
    text-decoration: none !important;
}
/*#wrapper {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    max-width: 80em;*/
/*}*/

#container {
    /*float: left;*/
    /*padding: 1em;*/
    width: 70%;
    background-color: #fff;
}
.structure-bg{
    background-color: #FBFCFE;
    margin-bottom: 100px !important;
    padding: 20px !important;
}
.page-title{
    font-family: 'PT Serif Bold', serif;
    font-size: 30px !important;
    margin-bottom: 50px !important;
    color: #1B315C;

}

.structure-header{
    display: flex !important;
    width: 100%;
    align-items: flex-end;
    /* justify-content: center; */
    background-color: #FBFCFE !important;
}

.main-button{
    display: flex;
    align-items: center;
    font-family: 'Montserrat Regular', serif;
    font-weight: 700;
    line-height: 23px;
    font-size: 13px;
    padding: 10px 25px;
    background-color: #EEB13C;
    color: #fff;
    border: none;
    border-radius: 5px;
}


element.style {
    background-color: #65af72;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.item {
    margin: 0 65px;
}
.green-button {
    display: flex;
    align-items: center;
    font-family: 'Montserrat Regular',serif;
    font-weight: 700;
    line-height: 29px;
    font-size: 16px;
    padding: 10px 25px;
    background-color: #002C52;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
}
/* .img{

} */
.rector-img{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url('../img/rector_2.png?v=2');
    width: 250px;
    min-height: 340px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
}
.rector-img .text{
    text-align: center;
    width: 75%;
    padding: 8px;
    background-color: #fff;
}
.rector-img .text .title{
    font-family: 'Montserrat Bold',serif;
    line-height: 16px;
    color: #901414;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.rector-img .text .name{
    font-size: 15px;
    color: #002C52;
}
.item{
    margin: 0 65px;
}
.icon-1{
    margin-right: 25px;
    background: url('../icons/icon-1.png');
    background-position: center;
    background-size: cover;
    display: block !important;
    height: 40px;
    width: 40px;
    
}

ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
}

ol.organizational-chart ol {
    padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    background-color: #b7a6aa;
    content: '';
    position: absolute;
}

ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li > div {
    background-color: #fff;
    border-radius: 5px;
    min-height: 2em;
}

/*** PRIMARY ***/
ol.organizational-chart > li > div {
    background-color: green;
    margin-right: 1em;
}

ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 3px;
}

ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart > li > ol > li > div {
    background-color: #002C52;

  
}
ol.organizational-chart > li > ol > li > div h2{
    color: #fff;
    max-width:300px;
    font-family: 'Montserrat Regular', serif;
    font-weight: 700;
    font-size: 13px !important;
    line-height: 26px;
    text-transform: uppercase;
    padding: 13px 5px;
}
/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #EEB13C;
    color: #fff;
    max-width:250px;
    font-family: 'Montserrat Regular', serif;
    font-weight: 600;
    font-size: 12px;
    padding: 13px 5px;
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
    background-color: #F3F6FC;
    border: 1px solid #002C52;
 
  max-width:200px;
  font-family: 'Montserrat Regular', serif;
  font-weight: 400;
  font-size: 12px;
}
ol.organizational-chart > li > ol > li > ol > li > ol > li > div > a{
    color: #002C52;
}
ol.organizational-chart > li > ol > li > ol > li > ol > li > div > a:hover{
    color: #002C52;
}
/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
    background-color: #fddc32;
  
}

ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    bottom: 0 !important;
    top: inherit!important;
}

ol.organizational-chart > li > div:before {
    height: 100%;
    left: 50%!important;
    width: 3px!important;
}

ol.organizational-chart > li > div > a.line::before {
    content: '';
    position: absolute;
    background-color: #b7a6aa;
    display: inline-block;
    width: 100%;
    top: 50%!important;
    height: 3px!important;
    left:0;
}
ol.organizational-chart > li > div > div > a.top-inline::after,
ol.organizational-chart > li > div > div > a.top-inline::before {
    content: '';
    position: absolute;
    background-color: #b7a6aa;
    display: inline-block;
}
ol.organizational-chart > li > div > div > a.top-inline::before{
    width: 3px;
    height: 2em;
    right:0;
    bottom: 0;
}

ol.organizational-chart > li > div > div > a.top-inline::after{
    width: 2em;
    height: 3px;
    right:0;
    bottom: 2em;
}

ol.organizational-chart > li > div > div > a.center-inline::after,
ol.organizational-chart > li > div > div > a.center-inline::before {
    content: '';
    position: absolute;
    background-color: #b7a6aa;
    display: inline-block;
}
ol.organizational-chart > li > div > div > a.center-inline::before{
    width: 3px;
    height: 4em;
    right:0;
    bottom: 0;
}

ol.organizational-chart > li > div > div > a.center-inline::after{
    width: 2em;
    height: 3px;
    right:0;
    bottom: 23px;
}

ol.organizational-chart > li > div > div > a.bottom-inline::after,
ol.organizational-chart > li > div > div > a.bottom-inline::before {
    content: '';
    position: absolute;
    background-color: #b7a6aa;
    display: inline-block;
}
ol.organizational-chart > li > div > div > a.bottom-inline::before{
    width: 3px;
    height: 1em;
    right:0;
    top: 0;
}

ol.organizational-chart > li > div > div > a.bottom-inline::after{
    width: 2em;
    height: 3px;
    right:0;
    bottom: 2em;
}

ol.organizational-chart > li > div > div > a.bottom-inline-right::after,
ol.organizational-chart > li > div > div > a.bottom-inline-right::before {
    content: '';
    position: absolute;
    background-color: #b7a6aa;
    display: inline-block;
}
ol.organizational-chart > li > div > div > a.bottom-inline-right::before{
    width: 3px;
    height: 2em;
    left:0;
    top: 0;
}

ol.organizational-chart > li > div > div > a.bottom-inline-right::after{
    width: 2em;
    height: 4px;
    left:0;
    top: 2em;
}

ol.organizational-chart > li > div > div > a.top-inline-right::after,
ol.organizational-chart > li > div > div > a.top-inline-right::before {
    content: '';
    position: absolute;
    background-color: #b7a6aa;
    display: inline-block;
}
ol.organizational-chart > li > div > div > a.top-inline-right::before{
    width: 3px;
    height: 2em;
    left:0;
    bottom: 0;
}

ol.organizational-chart > li > div > div > a.top-inline-right::after{
    width: 2em;
    height: 3px;
    left:0;
    bottom: 2em;
}

ol.organizational-chart > li > div > div > a.center-inline-right::after,
ol.organizational-chart > li > div > div > a.center-inline-right::before {
    content: '';
    position: absolute;
    background-color: #b7a6aa;
    display: inline-block;
}
ol.organizational-chart > li > div > div > a.center-inline-right::before{
    width: 3px;
    height: 100%;
    left: 0;
    bottom: 0;
}

ol.organizational-chart > li > div > div > a.center-inline-right::after{
    width: 2em;
    height: 3px;
    left:0;
    bottom: 23px;
}

/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 45em ) {

    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    ol.organizational-chart > li > div {
        display: inline-block;
        float: none;
        vertical-align: bottom;
    }

    ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: 100%;
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }



    ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    ol.organizational-chart > li > ol:before,
    ol.organizational-chart > li > ol > li:before {
        height: 1em!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > ol:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart > li > ol > li:only-of-type:before,
    ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }

}

@media (max-width: 991px){
    .main-button{
        font-size: 13px;
    }
    ol.organizational-chart > li > ol > li > div {
        font-size: 8px;
    }
    ol.organizational-chart > li > ol > li > ol > li > div {
        font-size: 11px;
    }
    ol.organizational-chart > li > ol > li > ol > li > ol > li > div{
        font-size: 11px;
    }
    .rector-img{
        width: 160px;
        min-height: 220px;
    }
    .rector-img .text .name{
        font-size: 9px;
    }
    .rector-img .text .title{
        font-size: 12px;
        line-height: 15px;    
    }
}

/****************** faculty-block **********/

.faculty-block{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.faculty-item{
    font-size: 13px;
    font-family: 'Montserrat Regular', serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 10px;
    background-color: #F3F6FC;
    border: 1px solid #002C52;
}
.faculty-item{
    padding: 2px;
    margin: 5px;
}

.news .profile-box{
    width: 100% !important;
    padding: 30px !important;
}
.news .last-news{
    margin-top: 50px;
}

.news-block .section-content{
    padding: 20px;
}
.news-block .section-content .title{
    border-bottom: 2px solid #CCC;
    font-size: 1.5rem;
    padding-bottom: 5px;
}

.news-list {
    list-style-type: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    padding: 0;
    margin-top: 25px;
}

.news-list-item{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 0px 0 rgba(0, 3, 3, 3.2), 0 0px 10px 0 rgba(0, 0, 0, 0.19);
}

.news-list .news-list-item .image {
   height:200px;
}

.news-list .news-list-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list .news-list-item .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 0;
}

.news-list .news-list-item .date span {
    font-family: 'Montserrat Light','sans-serif';
    font-weight: 400;
    font-size: 12px;
    color: #687589;
}

.news-list .news-list-item .news-title {
    font-family: 'PT Serif Bold','sans-serif';
    font-size: 15px;
    line-height: 18px;
    color: #002C52;
}

.news-list-item .more-link{
    font-family: 'PT Serif Regular','sans-serif';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #002C52;
    text-transform: lowercase;
    text-decoration: underline;
    text-align: right;
}

.news-list .news-list-item .text {
    font-family: 'Montserrat Regular','sans-serif';
    font-size: 12px;
    line-height: 15px;
    color: #000;
}

/*.page {*/
/*    display: none;*/
/*}*/

.page-active {
    display: block;
}

.pagination .active {
    background-color: #687589;
}

.page-item.active .page-link{
    z-index: 4; !important;
    color: #002c52 !important;
    background-color: #fff !important;
    border-color: #002c52 !important;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li .page-link {
    padding: 8px;
    font-size: 1rem;
    line-height: 0.5;
    background-color: #002C52;
    color: #fff;
    border: 1px solid #002C52;
}

.pagination li .page-link .fas {
    line-height: 0.5;
}

.faculties{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.faculty-item{
    background-color: #F3F6FC;
    margin: 10px;
    border-radius: 5px;
}

.faculty-item a{
    text-decoration: none;
    color: #002C52 !important;
    padding: 15px 10px;
    display: block;
}
.faculty-item a:hover{
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .news-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    .news-list .news-list-item {
        padding-bottom: 20px;
        border-bottom: 1px solid #BFD1EC;
    }
    .news-list .news-list-item .image {
        max-width: none;
        width: 100%;
    }
}

.left-button{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media screen and (max-width: 768px) {
    .pagination li {
        margin: 0 3px;
    }
    .pagination li .page-link {
        padding: 6px;
        font-size: 0.7rem;
    }

    ol.organizational-chart > li > div > div > a.top-inline::before{
        left:0;
    }
    ol.organizational-chart > li > div > div > a.top-inline::after{
        left:0;
    }
    ol.organizational-chart > li > div > div > a.center-inline::before{
        height: 100%;
        left:0;
    }

    ol.organizational-chart > li > div > div > a.center-inline::after{
        left:0;
    }

    ol.organizational-chart > li > div > div > a.bottom-inline::before{
        height: 100%;
        left:0;
    }

    ol.organizational-chart > li > div > div > a.bottom-inline::after{
        left:0;
    }

    ol.organizational-chart > li > div > a.line{
        padding-bottom: 10px;
    }

    ol.organizational-chart > li > div > a.line::before {
        width: 50%;
    }

    ol.organizational-chart > li > div > a.line::after {
        content: '';
        position: absolute;
        background-color: #b7a6aa;
        display: inline-block;
        height: 100%;
        top: 0;
        width: 3px!important;
        left:0;
    }

    ol.organizational-chart > li > div > div > a.top-inline-right::before{
        height: 100%;
    }

    ol.organizational-chart > li > ol:after {
        left: 0;
        width: 60%;
    }
    ol.organizational-chart > li > ol:before {
        left: 60%;
    }
    .main-button{
        padding: 10px 5px;
    }
    ol.organizational-chart > li > div:before {
        left: 60%!important;
    }
    .structure-header{
        flex-wrap: wrap;
    }

    .left-button{
        padding-right: 0;
    }
    .green-button{
        line-height: 17px;
        font-size: 14px;
    }

}

@media screen and (max-width: 450px) {
    .pagination li {
        margin: 0 1px;
    }
    .pagination li .page-link {
        padding: 3px;
        font-size: 0.3rem;
    }
}
/*******************************************/

/*@font-face {*/
/*    font-family: 'Montserrat Bold';*/
/*    src: url("fonts/Montserrat-ExtraBold.eot");*/
/*    src: url("fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*  }*/
/*  @font-face {*/
/*    font-family: 'Montserrat Regular';*/
/*    src: url("fonts/Montserrat-Regular.eot");*/
/*    src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*  }*/
/*  @font-face {*/
/*    font-family: 'Montserrat Light';*/
/*    src: url("fonts/Montserrat-Light.eot");*/
/*    src: url("fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*  }*/
/*  @font-face {*/
/*    font-family: 'PT Serif Bold';*/
/*    src: url('fonts/PTSerif-Bold.eot');*/
/*    src: url('fonts/PTSerif-Bold.eot?#iefix') format('embedded-opentype'),*/
/*    url('fonts/PTSerif-Bold.woff') format('woff'),*/
/*    url('fonts/PTSerif-Bold.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    }*/