﻿/* ГЛАВНАЯ СТРАНИЦА */
.container-start {
    margin-top: -80px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

    .container-start .container {
        padding-right: 0;
        padding-left: 0;
    }

    .container-start .row {
        margin-right: 0;
    }


section.main-tabs {
    background-color: #ededed;
}

    section.main-tabs .tab-v1 .tab-ul {
        width: 100%;
        background-color: #fff;
    }

    section.main-tabs .tab-v1 .nav-tabs {
        border: none;
        background-color: #fff;
    }

        section.main-tabs .tab-v1 .nav-tabs li {
            font-size: 14px;
            height: 90px;
            padding: 15px 15px;
            text-align: center;
            display: table-cell;
            width: 25%;
            cursor: pointer;
        }

        section.main-tabs .tab-v1 .nav-tabs a {
            font-size: 16px;
        }

@media(max-width:768px) {
    section.main-tabs .tab-v1 .nav-tabs a {
        font-size: 14px;
    }
}

@media(max-width:568px) {
    section.main-tabs .tab-v1 .nav-tabs a {
        font-size: 12px;
    }
}

@media(max-width:468px) {
    section.main-tabs .tab-v1 .nav-tabs a {
        font-size: 10px;
    }
}

@media(max-width:368px) {
    section.main-tabs .tab-v1 .nav-tabs li {
        width: 100%;
    }
}

section.main-tabs .tab-v1 .nav-tabs span {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
    line-height: 1.4;
    display: block;
}

@media(max-width:1199px) {
    section.main-tabs .tab-v1 .nav-tabs li {
        height: 110px;
    }
}

@media(max-width:991px) {
    section.main-tabs .tab-v1 .nav-tabs li {
        height: 50px;
        padding: 8px 10px;
    }

    .tab-v1 .nav-tabs a {
        font-size: 14px;
    }

    section.main-tabs .tab-v1 .nav-tabs span {
        display: none;
    }
}

@media(max-width:368px) {
    section.main-tabs .tab-v1 .nav-tabs li {
        height: auto;
        padding: 5px 10px;
    }
}



section.main-tabs .tab-v1 .tab-content {
    border-top: none;
    margin-top: 0;
    background-color: #ededed;
    padding: 20px 0;
}

    section.main-tabs .tab-v1 .tab-content ul {
        margin: 0;
        padding: 0;
        margin-left: 16px;
    }

        section.main-tabs .tab-v1 .tab-content ul li {
            color: #f77f00;
            font-size: 16px;
        }

    section.main-tabs .tab-v1 .tab-content h3 {
        color: #3b5d7b;
        font-family: Roboto-Bold;
        font-size: 16px;
    }

    section.main-tabs .tab-v1 .tab-content p {
        color: #1c618f;
    }

    section.main-tabs .tab-v1 .tab-content a {
        color: #2c9cd9;
        font-size: 12px;
        cursor: pointer;
    }

        section.main-tabs .tab-v1 .tab-content a:after, section.main-tabs .tab-v1 .tab-content a:hover::after {
            content: '\2192';
            font-size: 16px;
            display: inline-block;
            position: relative;
            top: -1px;
            left: 5px;
            text-decoration: none;
            vertical-align: middle;
        }

@media(max-width:768px) {
    section.main-tabs .tab-v1 .tab-content {
        padding: 20px;
    }
}

section.main-old {
    background-image: url(/assets/img/old_bg.png);
}

    section.main-old span.vus {
        font-size: 46px;
        font-family: Roboto-Light;
        text-transform: uppercase;
        color: #fff;
        margin-top: 40px;
        display: block;
    }

    section.main-old span.year {
        font-size: 34px;
        font-family: Roboto-Regular;
        color: #fff;
        margin-top: 0;
        display: block;
        margin-bottom: 30px;
    }

@media (max-width: 991px) {
    section.main-old span.vus {
        font-size: 40px;
    }

    section.main-old span.year {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    section.main-old span.vus {
        font-size: 30px;
        margin-left: 10px;
    }

    section.main-old span.year {
        font-size: 24px;
        margin-right: 10px;
        margin-left: 10px;
    }
}

section.main-counters {
    padding: 40px 0;
    text-align: center;
}

    section.main-counters span {
        font-family: Roboto-Light;
        font-size: 14px;
        color: #7d7d7d;
        display: block;
        text-transform: uppercase;
        line-height: 1.4;
    }

        section.main-counters span.counter {
            font-family: Roboto-Light;
            font-size: 80px;
            color: #363636;
        }

    section.main-counters a.counter {
        font-family: Roboto-Light;
        font-size: 80px;
        color: #363636;
    }

        section.main-counters a.counter:hover {
            text-decoration: none;
        }

section.cabinet-counters {
    padding: 0 0;
    text-align: center;
}

    section.cabinet-counters span {
        font-family: Roboto-Light;
        font-size: 14px;
        color: #7d7d7d;
        display: block;
        text-transform: uppercase;
        line-height: 1.4;
    }

        section.cabinet-counters span.counter {
            font-family: Roboto-Light;
            font-size: 80px;
            color: #363636;
        }

    section.cabinet-counters a.counter {
        font-family: Roboto-Light;
        font-size: 80px;
        color: #363636;
    }

        section.cabinet-counters a.counter:hover {
            text-decoration: none;
        }

section.main-news {
    background-color: #ededed;
}

    section.main-news .blue {
        padding: 40px 20px 20px 20px;
        background-color: #47b0ea;
    }

    section.main-news .grey {
        padding: 40px 20px 20px 0;
        background-color: #ededed;
    }

    section.main-news .news-head h3 {
        display: inline-block;
        font-family: Roboto-Light;
        font-size: 42px;
        color: #363636;
        margin-bottom: 30px;
    }

    section.main-news .event-head h3 {
        display: inline-block;
        font-family: Roboto-Light;
        font-size: 42px;
        color: #fff;
        margin-bottom: 30px;
    }

    section.main-news .event-head a {
        display: inline-block;
        float: right;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        line-height: 3;
    }


    section.main-news .news-head a {
        display: inline-block;
        float: right;
        text-transform: uppercase;
        color: #f77f00;
        font-size: 14px;
        line-height: 3;
    }

    section.main-news .news-main-item {
        margin-bottom: 20px;
        background-color: #ededed;
    }

        section.main-news .news-main-item img {
            margin-right: 20px;
            width: 100%;
            max-width: 100%;
            border: 7px solid #fff;
            /*max-height: 160px;*/
        }

        section.main-news .news-main-item span.date {
            font-size: 12px;
            font-family: Roboto-Italic;
            color: #878686;
            display: block;
            margin-bottom: 5px;
        }

        section.main-news .news-main-item .news-header {
            font-family: Roboto-Regular;
            font-size: 16px;
            white-space: nowrap; /* Запрещаем перенос строк */
            overflow: hidden; /* Обрезаем все, что не помещается в область */
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis; /* Добавляем многоточие */
            color: #f77f00;
            display: block;
            margin-bottom: 5px;
        }

            section.main-news .news-main-item .news-header:hover {
                color: #f77f00;
            }

        section.main-news .news-main-item .news-content {
            font-family: Roboto-Regular;
            font-size: 14px;
            color: #1c618f;
            display: block;
            margin-bottom: 5px;
        }

        section.main-news .news-main-item .detail {
            font-family: Roboto-Regular;
            font-size: 12px;
            color: #f77f00;
            display: block;
        }

            section.main-news .news-main-item .detail:hover {
                color: #f77f00;
            }

            section.main-news .news-main-item .detail:after, section.news .news-main-item .detail:hover::after {
                content: '\2192';
                font-size: 16px;
                display: inline-block;
                position: relative;
                top: -1px;
                left: 5px;
                text-decoration: none;
                vertical-align: middle;
            }

    section.main-news .events-main-item {
        border-bottom: 1px solid #fff;
        height: 100px;
        margin-bottom: 22px;
    }

        section.main-news .events-main-item .events-date {
            width: 20%;
            max-width: 20%;
            padding: 5px 10px 0 10px;
            height: 80px;
            float: left;
            background-color: #1e72a4;
            color: #98c8e2;
            text-align: center;
            display: inline-block;
        }

            section.main-news .events-main-item .events-date span:first-child {
                font-family: Roboto-Bold;
                font-size: 30px;
                display: block;
                text-align: center;
            }

            section.main-news .events-main-item .events-date span:last-child {
                display: block;
                text-align: center;
                line-height: 0.2;
            }

        section.main-news .events-main-item .events-data {
            width: auto;
            display: inline-block;
            max-width: 80%;
            overflow: hidden;
            height: 80px;
        }

        section.main-news .events-main-item p {
            font-size: 14px;
            font-family: Roboto-Bold;
            color: #fff;
            text-align: left;
            padding: 0 10px 0 20px;
            line-height: 1.5;
        }

section.main-sience {
    background-image: url('/assets/img/sience_bg.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 40px 0;
}

    section.main-sience h3 {
        font-family: Roboto-Light;
        font-size: 42px;
        color: #fff;
        margin-bottom: 30px;
    }

@media (max-width: 768px) {
    section.main-sience {
        padding: 20px 0;
    }

        section.main-sience h3 {
            padding-left: 15px;
            font-size: 28px;
            margin-bottom: 10px;
            margin-top: 0;
        }

    .container-start .row {
        margin-left: 0;
    }
}

section.main-sience p {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}

section.main-sience a .sience-item {
    width: 100%;
    color: #fff;
    font-size: 14px;
    background-color: #1a6592;
    padding: 10px 20px;
    margin-bottom: 20px;
}

    section.main-sience a .sience-item img {
    }

@media (max-width: 768px) {
    section.main-sience a .sience-item {
        width: 100%;
        color: #fff;
        font-size: 14px;
        background-color: #1a6592;
        padding: 8px 20px;
        margin-bottom: 20px;
    }
}

section.main-sience .sience-item span {
    margin-left: 10px;
}

@media (max-width: 1200px) {


    section.main-sience .sience-item img {
        height: 25px;
        width: 25px;
    }

    section.main-sience .sience-item span {
        font-size: 12px;
    }
}


@media (max-width: 588px) {

       section.main-news .news-main-item img {
            margin-right: 20px;
            width: 100%;
            max-width: 100%;
            border: 7px solid #fff;
            /*max-height: 160px;*/
        }


    section.main-sience .sience-item img {
        height: 40px;
        width: 40px;
    }

    section.main-sience .sience-item span {
        display: none;
    }

    section.main-sience a .sience-item {
        text-align: center;
    }
}

section.main-sience a:hover {
    text-decoration: none;
}

    section.main-sience a:hover .sience-item {
        background-color: #3790c3;
    }



section.main-serv-filial {
    padding: 30px 0;
}

    section.main-serv-filial h3 {
        color: #363636;
        font-family: Roboto-Light;
        font-size: 42px;
        line-height: 1;
    }

    section.main-serv-filial p {
        color: #7d7d7d;
        font-family: Roboto-Regular;
        font-size: 14px;
        margin: 0;
        line-height: 1.56;
    }

    section.main-serv-filial a {
        height: 100%;
        width: 100%;
        text-align: center;
    }

        section.main-serv-filial a img {
            width: 100%;
            max-width: 100%;
            height: 160px;
        }

@media(max-width:1200px) {
    section.main-serv-filial h3 {
        font-size: 36px;
    }

    section.main-serv-filial a img {
        width: auto;
        max-width: 100%;
    }

    section.main-serv-filial h3.mar-h {
        margin-top: 20px;
    }
}

section.main-serv-filial .margin-fil {
    margin-top: 10px;
}

section.main-serv-filial .margin-serv {
    margin-top: 0;
}

@media(max-width:991px) {
    section.main-serv-filial .margin-fil {
        margin-top: 0;
    }

    section.main-serv-filial h3 {
        font-size: 28px;
    }
}

@media(max-width:768px) {
    section.main-serv-filial h3 {
        font-size: 22px;
    }

      section.main-news .news-main-item img {
            margin-right: 20px;
            width: 100%;
            max-width: 100%;
            border: 7px solid #fff;
            /*max-height: 160px;*/
        }

    section.main-serv-filial .margin-fil {
        margin-top: 10px;
    }

    section.main-serv-filial .margin-serv {
        margin-top: 10px;
    }

    section.main-serv-filial a img {
        height: auto;
    }
}



section.main-serv-filial a span {
    position: absolute;
    display: none;
    text-transform: uppercase;
    color: #fff;
    left: 0;
    top: 45%;
    z-index: 1;
    padding: 0 15px;
    width: 100%;
    height: 36px;
    margin-top: -18px;
    text-align: center;
    visibility: hidden;
    font-size: 16px;
    font-family: Roboto-Bold;
}



section.main-serv-filial .auto-serv {
    background-color: #d8a139;
}

section.main-serv-filial .med-serv {
    background-color: #5fbaed;
}

section.main-serv-filial .sport-serv {
    background-color: #397299;
}

section.main-serv-filial .edu-serv {
    background-color: #eb735f;
}

section.main-serv-filial .mip-serv {
    background-color: #f77f00;
}

section.main-serv-filial .filial {
    background-color: #ededed;
}

section.main-serv-filial a:hover span {
    visibility: visible;
    display: block;
    top: 50%;
}

@media(max-width:368px) {
    section.main-serv-filial a:hover span {
        top: 35%;
    }
}

section.main-serv-filial a:hover img {
    opacity: 0.1;
}

section.main-serv-filial a .filial span {
    color: #000;
}

section.main-life {
    background-image: url('/assets/img/life.jpg');
}

    section.main-life a.sto {
        width: 100%;
        height: auto;
    }

        section.main-life a.sto img:last-child {
            display: none;
        }

        section.main-life a.sto:hover img:first-child {
            display: none;
        }

        section.main-life a.sto:hover img:last-child {
            display: block;
        }

    section.main-life a.tde {
        width: 100%;
        height: auto;
    }

        section.main-life a.tde img:last-child {
            display: none;
        }

        section.main-life a.tde:hover img:first-child {
            display: none;
        }

        section.main-life a.tde:hover img:last-child {
            display: block;
        }

    section.main-life a.leader {
        width: 100%;
        height: auto;
    }

        section.main-life a.leader img:last-child {
            display: none;
        }

        section.main-life a.leader:hover img:first-child {
            display: none;
        }

        section.main-life a.leader:hover img:last-child {
            display: block;
        }

    section.main-life a.top {
        width: 100%;
        height: auto;
    }

        section.main-life a.top img:last-child {
            display: none;
        }

        section.main-life a.top:hover img:first-child {
            display: none;
        }

        section.main-life a.top:hover img:last-child {
            display: block;
        }



.left-panel {
    position: fixed;
    top: 50%;
    z-index: 1000;
    left: 0;
}

    .left-panel ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .left-panel ul li {
            width: auto;
            height: auto;
            background-color: #2c9cd9;
            text-align: center;
            margin-bottom: 3px;
        }

            .left-panel ul li a {
                padding: 10px 10px 5px 10px;
                display: block;
            }

            .left-panel ul li i {
                color: #fff;
                margin: 0;
                padding: 0;
            }

                .left-panel ul li i.fa {
                    color: #fff;
                    margin: 0;
                    padding: 0;
                    font-size: 16px;
                }

.right-panel {
    position: fixed;
    top: 45%;
    z-index: 1000;
    right: 0;
}

    .right-panel ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .right-panel ul li:first-child {
            background-color: transparent;
            height: auto;
        }


        .right-panel ul li.ask {
            margin-top: -20px;
        }

@media(max-width:991px) {

    .left-panel {
        position: fixed;
        top: 50%;
        left: -30px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .left-panel:hover {
            left: 0;
        }

    .right-panel {
        position: fixed;
        top: 45%;
        z-index: 1000;
        right: -50px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .right-panel:hover {
            right: 0;
        }
}

/* услуги населению */

/*.serv .row {
    border-bottom: 2px solid #ededed;
}*/

.serv h3 {
    font-family: Roboto-Light;
    font-size: 30px;
    color: #363636;
}

.serv p {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #363636;
}


.serv a:after {
    content: "\2192";
    margin-left: 5px;
    text-decoration: none;
    display: inline-block;
}

.serv a:hover {
    text-decoration: underline;
}

.serv a a:hover:after {
    text-decoration: none;
}

.serv img {
    margin-bottom: 10px;
    max-width: 100%;
    width: auto;
}




.serv2 h3 {
    font-family: Roboto-Light;
    font-size: 16px;
    color: #363636;
}

.serv2 p {
    font-family: Roboto-Regular;
    font-size: 14px;
    color: #363636;
}

.serv2 h3 a {
     color: #363636;
}

.serv2 a:after {
    /*content: "\2192";*/
    margin-left: 5px;
    text-decoration: none;
    display: inline-block;
}

.serv2 a:hover {
    text-decoration: underline;
}

.serv2 a a:hover:after {
    text-decoration: none;
}

.serv2 img {
    margin-bottom: 10px;
    max-width: 100%;
    width: auto;
}



/* страница контакты университета */
.contacts .contact-item {
    border-bottom: 2px solid #ededed;
    margin-bottom: 20px;
}

    .contacts .contact-item .contact-subitem.left {
        border-right: 2px solid #ededed;
    }

@media(max-width:991px) {
    .contacts .contact-item {
        border-bottom: none;
        margin-bottom: 0;
    }

        .contacts .contact-item .contact-subitem {
            border-bottom: 2px solid #ededed;
            margin-bottom: 20px;
        }

            .contacts .contact-item .contact-subitem.left {
                border-right: none;
            }
}

.contacts .contact-item h4 {
    text-transform: uppercase;
    color: #1e72a4;
    margin-bottom: 15px;
}

.contacts .contact-item p {
    margin-bottom: 20px;
}

    .contacts .contact-item p .bold {
        font-family: Roboto-Bold;
    }

.contacts .contact-item i {
    font-size: 20px;
    vertical-align: middle;
}

    .contacts .contact-item i.fa-mobile {
        font-size: 24px;
        width: 1.07em;
        vertical-align: middle;
    }
/* страница СМИ */
section.smi h3 {
    margin-bottom: 10px;
    display: inline-block;
}

section.smi .sp-public-date {
    float: right;
    display: inline-block;
    background-color: #f77f00;
    padding: 3px 8px;
    color: #fff;
}

/* страница контентной информации */
.page-content {
    font-size: 15px;
}

    .page-content p {
        text-align: justify;
        text-indent: 30px;
    }

    .page-content .img-ul {
        float: none;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }


        .page-content .img-ul img {
            max-width: 20%;
            display: inline;
        }


    .page-content .img {
        float: none;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .page-content .img img {
            max-width: 60%;
            height: auto;
        }

    .page-content .table .img img {
        max-width: 60%;
        height: auto;
        width: 60%;
    }

    .page-content .img-left {
        float: left;
        margin-right: 30px;
        margin-top: 5px;
        max-width: 30%;
    }

        .page-content .img-left:after {
            clear: both;
            display: table;
            content: '';
        }

        .page-content .img-left img {
            height: auto;
            width: 100%;
        }

    .page-content .img-right {
        float: right;
        margin-left: 30px;
        margin-top: 5px;
        max-width: 30%;
    }

        .page-content .img-right:after {
            clear: both;
            display: table;
            content: '';
        }

        .page-content .img-right img {
            height: auto;
            width: 100%;
        }


    .page-content ul {
        margin-left: 27px;
    }

        .page-content ul.list-unstyled {
            margin-left: 0;
        }

    .page-content ol {
        margin-left: 20px;
    }

        .page-content ul li, .page-content ol li {
            overflow: hidden;
            list-style: inside;
        }

/* страница вопросов */
.question-item {
    background-color: #fff;
    padding: 20px;
}

    .question-item.grey {
        background-color: #ededed;
    }

    .question-item .item-header {
        border-bottom: 1px solid #dad9d9;
        padding-bottom: 5px;
    }

        .question-item .item-header .item-theme {
            font-family: Roboto;
            font-size: 12px;
            color: #f77f00;
            text-transform: uppercase;
        }

        .question-item .item-header .item-date {
            font-family: Roboto-Italic;
            font-size: 12px;
            margin-left: 20px;
            color: #acacac;
        }

        .question-item .item-header .item-author {
            font-family: Roboto-Italic;
            font-size: 12px;
            margin-left: 20px;
            color: #7d7d7d;
        }

    .question-item .item-text {
        padding: 10px 0;
        border-bottom: 1px solid #dad9d9;
    }

        .question-item .item-text p {
            font-family: Roboto-Bold;
            font-size: 20px;
            text-align: left;
            width: 80%;
            line-height: 1.2;
            margin-bottom: 0;
        }

    .question-item .item-answer {
        padding: 10px 0 0 0;
    }

        .question-item .item-answer a {
            color: #2c9cd9;
            text-transform: uppercase;
            font-family: Roboto-Bold;
        }


            .question-item .item-answer a i {
                color: #2c9cd9;
                text-transform: uppercase;
                font-size: 24px;
                vertical-align: sub;
            }

    .question-item .well {
        padding: 10px 0 0 0;
        margin-bottom: 0;
        margin-left: 30px;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

        .question-item .well ol {
            font-family: Roboto-Italic;
            margin-left: 14px;
        }

        .question-item .well .item-date {
            font-family: Roboto-Italic;
            font-size: 12px;
            color: #acacac;
        }

        .question-item .well .item-author {
            font-family: Roboto;
            font-size: 12px;
            margin-left: 20px;
            color: #7d7d7d;
        }

        .question-item .well p {
            margin-bottom: 0;
            font-family: Roboto-Italic;
            font-size: 16px;
            color: #363636;
        }

/*Страницы личного кабинета
------------------------------------*/
.my-cabinet .tab-content {
    background-color: #ededed;
    padding: 0 30px;
}

.my-cabinet .tab-pane.main-info .row label.field-name {
    font-family: Roboto-Light;
    font-size: 14px;
    color: #7d7d7d;
    margin-bottom: 0;
    margin-left: -25px;
}

    .my-cabinet .tab-pane.main-info .row label.field-name:last-child {
        margin-left: 0;
    }

.my-cabinet .tab-pane.main-info .row label.field-data {
    font-family: Roboto-Light;
    font-size: 14px;
    color: #1c618f;
    margin-bottom: 0;
    margin-right: 20px;
}

    .my-cabinet .tab-pane.main-info .row label.field-data:last-child {
        margin-right: 0;
    }

.my-cabinet .tab-pane .row {
    border-bottom: 2px solid #dad9d9;
    padding: 10px;
}

    .my-cabinet .tab-pane .row:last-child {
        border-bottom: none;
        padding-bottom: 5px;
    }

.my-cabinet .tab-pane .tags .tag-item {
    background: #fff;
}

.my-cabinet .list-heading {
    font-size: 20px;
    line-height: 2;
}

    .my-cabinet .list-heading a > i {
        color: #47b0ea;
    }

/*Страницы регистрации и входа
------------------------------------*/
.reg-page {
    color: #555;
    padding: 30px;
    background: #fefefe;
    border: solid 1px #eee;
    box-shadow: 0 0 3px #eee;
    margin-bottom: 40px;
}

.reg-header {
    color: #555;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: solid 1px #eee;
}

    .reg-header h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

.reg-page label {
    color: #777;
}

/* Страница поиска */
.search-item {
    border-bottom: 2px solid #c2c2c2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .search-item a {
        display: inline;
    }

/* Страница событий университета */
.events-item {
    border-bottom: 1px solid #98c8e2;
    height: 100px;
    margin-bottom: 20px;
}

    .events-item .events-date {
        width: auto;
        max-width: 20%;
        padding: 5px 10px 0 10px;
        height: 80px;
        float: left;
        background-color: #1e72a4;
        color: #98c8e2;
        text-align: center;
        display: inline-block;
    }

        .events-item .events-date span:first-child {
            font-family: Roboto-Bold;
            font-size: 30px;
            display: block;
            text-align: center;
        }

        .events-item .events-date span:last-child {
            display: block;
            text-align: center;
            line-height: 0.2;
        }

    .events-item .events-data {
        width: auto;
        display: inline-block;
        max-width: 80%;
    }

    .events-item p {
        font-size: 14px;
        font-family: Roboto-Bold;
        color: #2c9cd9;
        text-align: left;
        padding: 0 10px 0 20px;
        line-height: 1.5;
    }

section.event .event-head {
    padding: 20px 45px 10px 45px;
    background-color: #ededed;
}

    section.event .event-head .row {
        border-bottom: 2px solid #d3cfcf;
    }

        section.event .event-head .row:last-child {
            border-bottom: none;
        }

    section.event .event-head label {
        color: #363636;
        font-family: Roboto-Bold;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 0;
        margin-left: -15px;
    }

    section.event .event-head span {
        color: #0d375d;
        font-family: Roboto-Regular;
        font-size: 16px;
        line-height: 1.8;
    }

section.event .event-content .event-data {
    color: #acacac;
    font-family: Roboto-Italic;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* страница новостей */
section.news h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Roboto-Light;
}

section.news .preview {
    border-bottom: 2px solid #d3cfcf;
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


    section.news .preview .preview-img img {
        width: auto;
        max-width: 100%;
        border: 7px solid #d3cfcf;
        height: auto;
    }

    section.news .preview .preview-content {
        padding: 0 20px;
    }

        section.news .preview .preview-content span:first-child {
            font-size: 12px;
            font-family: Roboto-Italic;
            color: #878686;
            display: block;
            margin-bottom: 5px;
        }

        section.news .preview .preview-content span {
            font-size: 16px;
            font-family: Roboto-LightItalic;
            color: #1c618f;
        }

@media (max-width: 767px) {
    section.news .preview .preview-content span:first-child {
        font-size: 12px;
        font-family: Roboto-Italic;
        color: #878686;
        display: block;
        margin-bottom: 5px;
    }

    section.news .preview .preview-content span {
        font-size: 14px;
        font-family: Roboto-LightItalic;
        color: #1c618f;
    }
}

.news-item {
    margin-bottom: 20px;
}

    .news-item img {
        margin-right: 20px;
        width: 100%;
        max-width: 100%;
        border: 7px solid #d3cfcf;
    }

    .news-item span.date {
        font-size: 12px;
        font-family: Roboto-Italic;
        color: #878686;
        display: block;
        margin-bottom: 5px;
    }

    .news-item .news-header {
        font-family: Roboto-Regular;
        font-size: 16px;
        color: #2c9cd9;
        display: block;
        margin-bottom: 5px;
    }

    .news-item a:hover {
        color: #2c9cd9;
    }

    .news-item .news-content {
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #1c618f;
        display: block;
        margin-bottom: 5px;
    }

    .news-item .detail {
        font-family: Roboto-Regular;
        font-size: 12px;
        color: #f77f00;
        display: block;
    }

        .news-item .detail:after, .news-item .detail:hover::after {
            content: '\2192';
            font-size: 16px;
            display: inline-block;
            position: relative;
            top: -1px;
            left: 5px;
            text-decoration: none;
            vertical-align: middle;
        }

/* страница подразделения*/
.division h3, .division h4, .division h5, .division h6 {
    font-family: Roboto-Light;
}

.division .img-left {
    max-width: 100%;
    margin-right: 0;
    margin-top: 0;
}

    .division .img-left img.sheff-img {
        max-height: 250px;
        width: auto;
        max-width: 100%;
    }

.division .sheff-name {
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #0d375d;
    display: block;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .division .sheff-name {
        margin-top: 10px;
    }
}

.division .sheff-post, .division .sheff-rank {
    font-family: Roboto-Italic;
    font-size: 14px;
    display: block;
}

.division ul.acad {
    margin-top: 15px;
    padding: 0;
}

@media (max-width: 767px) {
    .division ul.acad {
        margin-top: 10px;
        padding: 0;
        margin-bottom: 0;
    }
}

.division ul.acad li {
    margin-left: 5px;
    list-style: inside;
}

.division span.contacts {
    display: inline-block;
    color: #0d375d;
    border-bottom: 1px solid #0d375d;
    margin-bottom: 10px;
    margin-top: 15px;
}

.division ul.contacts li {
    margin-left: 5px;
    list-style: none;
}

    .division ul.contacts li i {
        color: #0d375d;
        margin-right: 10px;
        text-align: center;
        display: inline-block;
        width: 20px;
    }

    .division ul.contacts li:first-child i {
        font-size: 20px;
    }

/* страницы галереи */

/*Portfolio v2
------------------------------------*/
.sorting-block ul {
    margin: 0;
    padding: 0;
}

/*Sorting Navigation*/
.sorting-block .sorting-nav {
    margin-bottom: 30px;
}

    .sorting-block .sorting-nav li {
        cursor: pointer;
        padding: 5px 15px;
        background: #ededed;
        list-style: none;
        display: inline-block;
        color: #f77f00;
        font-size: 14px;
        text-decoration: none;
        font-family: Roboto-Regular;
    }

        .sorting-block .sorting-nav li a {
            color: #f77f00;
        }

        .sorting-block .sorting-nav li.active {
            background: #f77f00;
            color: #fff;
        }

            .sorting-block .sorting-nav li.active a {
                color: #fff;
            }

/*Sorting Navigation v1*/
.sorting-block .sorting-nav-v1 li {
    margin: 0 5px;
    margin-bottom: 5px;
}

/*Sorting Grid*/
.sorting-block .sorting-grid {
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
}

    .sorting-block .sorting-grid .mix {
        opacity: 0;
        display: none;
        margin-bottom: 20px;
    }

        .sorting-block .sorting-grid .mix .img-c {
            height: 100px;
        }

        .sorting-block .sorting-grid .mix img {
            margin: 0 auto;
            border: 4px solid #ededed;
            max-height: 100px;
        }

        .sorting-block .sorting-grid .mix span {
            margin-bottom: 20px;
        }

    /*Sorting Grid with Text*/
    .sorting-block .sorting-grid li a:hover {
        text-decoration: none;
    }

    .sorting-block .sorting-grid li .sorting-cover {
        padding: 8px;
        display: block;
        margin-top: 1px;
        color: #1c618f;
        font-family: Roboto-Regular;
        font-size: 14px;
        height: 30px;
    }

    .sorting-block .sorting-grid li:hover .sorting-cover {
        color: #f77f00;
        text-decoration: none;
    }

/* страницы администрирования */
section.admin {
}
