.div-left {
    text-align: left;
}

.info-block h2 {
    font-size: 22px;
}

ul.top-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.top-menu li {
    float: left;
    margin-right: 30px;
}

ul.top-menu a {
    text-decoration: none;
}

div.left-menu a {
    text-decoration: none;
}

h2.active-menu {
    color: #6d6e71;
}

.news-list img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/*.news-list-item {*/
/*    position: relative;*/
/*    width: 45%;*/
/*    margin-right: 10px;*/
/*    margin-bottom: 10px;*/
/*    float: left;*/
/*    overflow: hidden;*/
/*    text-decoration: none;*/
/*}*/

.news-list a {
    color: #fff;
}

.top-menu a:hover {
    text-decoration: none;
}

.left-menu a:hover {
    text-decoration: none;
}

.news-list a:hover {
    color: #90a0c4;
    text-decoration: none;
}

.news-list-item p {
    position: relative;
    margin-top: 100px;
    padding: 20px 20px 20px;
    font-family: LabGrotesque, sans-serif;
    font-weight: 600;
    /*font-size: 18px;*/
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    color: inherit;
    background: transparent;
    z-index: 3;
    margin-bottom: 0;
}

.numberCircle_1 {
    background: #90a0c4;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

.left-menu-div {
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #4d008c;
    text-decoration: none;
    font-weight: bolder
}

.left-menu-sub-div {
    margin-left: 20px;
    margin-bottom: 12px;
    text-transform: none;
    color: #4d008c;
    text-decoration: none;
    font-weight: normal;
}

div.news {
    overflow: hidden;
}

.info-block p {
    margin: 0 0 20px 0;
}

.ng-binding ul {
    padding-left: 40px;
}

.left-menu-sub-div-edu {
    /*margin-left: 0px;*/
    /*margin-bottom: 12px;*/
    margin: 0 10px 20px 0;
    text-transform: none;
    color: #4d008c;
    text-decoration: none;
    font-weight: normal;
}

.right table, tbody, tfoot, thead, tr, th, td {
    vertical-align: middle;
}

.list li {
    display: table;
    border-collapse: collapse;
    margin: 0 15px 0 0;
    height: 130px;
    float: left;
    width: 45%;
    position: relative;
}

.right ul, .li-img {
    margin-top: 10px;
}

.img-list a {
    text-decoration: none;
}

.img-list a:hover {
    text-decoration: underline;
}

.news img {
    height: unset !important;
    width: 100% !important;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 5em;
}
table td {
    padding: 12px 16px;
}
table thead tr {
    font-weight: bold;
    border-top: 1px solid #e8e9eb;
}
table tr {
    border-bottom: 1px solid #e8e9eb;
}
table tbody tr:hover {
    background: #e8f6ff;
}