html,
body {
    height: 100%;
    font-family: 'PT Sans', sans-serif;
    background-color: #f3f3f3;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

.breadcrumb-container {
    background: #f3f3f3;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 15px;
}

.breadcrumb {
    background: none;
    margin: 10px 0 10px 0;
}

.header-title {
    border-bottom: 2px solid #349BE3;
    padding: 0 0 12px 0;
    margin-bottom: 20px;
}

input,
button,
select {
    border-radius: 0 !important;
}

.main-container {
    background: #fff;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    padding-bottom: 30px;
    min-height: 320px;
}


/*----------------------CPECIAL-------------------------*/


/*------------------------------------------------------*/

#special-v-toggle {
    cursor: pointer;
    font-size: 18px;
    color: black;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 13px;
    margin-top: 15px;
    text-align: center;
}

#special-panel {
    border-bottom: 2px solid #000;
    padding: 17px;
    display: none;
}

#special-panel a {
    padding: 17px;
    cursor: pointer;
}

#special-panel .active {
    background-color: #000 !important;
    color: #fff !important;
}

body.special {
    font-size: 1.8em;
}

body.special .img {
    display: none;
}

body.special * {
    background: #fff !important;
    background-image: none;
    color: #000 !important;
    border-color: #000 !important;
}

body.special.black-contrast * {
    background: #000 !important;
    background-image: none;
    color: #fff !important;
    border-color: #fff !important;
}

.black-contrast #special-panel .active {
    background-color: #fff !important;
    color: #000 !important;
}

body.special a {
    color: #000 !important;
    text-decoration: underline;
}

body.special.black-contrast a {
    color: #fff !important;
    text-decoration: underline;
}

body.special.st-font {
    font-size: 1.8em;
}

body.special.md-font {
    font-size: 2.3em;
}

body.special.lg-font {
    font-size: 3em;
}


/*----------------------HEADER--------------------------*/


/*------------------------------------------------------*/

#main-header {
    padding: 30px;
    background-color: #fff;
    /*    background-position: 0 -493px;
    background: url('/img/pattern1.jpg');
    background-repeat: repeat no-repeat;*/
}

#main-header h1 {
    color: #29166f;
    font-weight: bold;
    margin-top: 10px;
    font-size: 2em;
}

#logo {
    float: left;
    margin: 0 20px 0 0;
}


/*----------------------MAIN-MENU-------------------------*/


/*------------------------------------------------------*/

.nav>li>a {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 23px;
    padding-bottom: 23px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #0277bd;
}

.ogti-nav {
    background-color: #349be3;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.ogti-nav .navbar-collapse {
    padding: 0;
}

.ogti-nav .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: none;
}

.ogti-nav .dropdown-menu>li>a {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.navbar-inverse.ogti-nav .navbar-toggle {
    border-color: #1D72AD;
}

.navbar-inverse.ogti-nav .navbar-collapse,
.navbar-inverse.ogti-nav .navbar-form {
    border-color: #1D72AD;
}

.navbar-inverse.ogti-nav .navbar-toggle:hover,
.navbar-inverse.ogti-nav .navbar-toggle:focus {
    background-color: #1D72AD;
}

.navbar-inverse.ogti-nav ul.navbar-nav>li>a:hover,
.navbar-inverse.ogti-nav ul.navbar-nav>li>a:focus {
    background-color: #1D72AD;
}


/*----------------------------------------------------------------------------*/

.ogti-nav-top {
    background-color: #424242;
    border: none;
    margin: 0;
}

.ogti-nav-top .navbar-collapse {
    padding: 0;
}

.ogti-nav-top .nav>li>a {
    font-size: 1em;
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ogti-nav-top.navbar {
    min-height: 1em;
    border-radius: 0;
}

.soo-nav-item {
    background-color: #349be3;
}


/*----------------------LEFT-SIDE-MENU-------------------------*/


/*------------------------------------------------------*/

.nav-pills {
    margin-bottom: 30px;
    margin-top: 20px;
    border-top: 1px solid #dddddd;
}

.nav-pills>li>a {
    text-transform: none;
    padding: 10px;
    font-size: 1em;
}

.nav-pills>li>a:hover {
    border-radius: 0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #efefef;
    color: #000;
    border-radius: 0;
}

.nav-pills a .fa {
    vertical-align: middle;
}

.nav-pills>li {
    margin-top: 0 !important;
    border-bottom: 1px solid #dddddd;
}


/*----------------------DEFAULT-PAGE-CONTAINER-------------------------*/


/*------------------------------------------------------*/

@media (min-width: 768px) {
    .container-big {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-big {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-big {
        width: 1170px;
    }
}

@media (min-width: 1599px) {
    .container-big {
        width: 100%;
    }
    .container-big .col-lg-3 {
        width: 17%;
    }
    .container-big .col-lg-9 {
        width: 83%;
    }
}


/*    .default-content-container h1:first-child {
        margin-top: 0;
        border-bottom: 2px solid #349BE3;
        padding: 0 0 12px 0;
        margin-bottom: 20px;
    }*/

.default-content-container h1:first-child {
    font-size: 2em;
    font-weight: bold;
    margin-top: 0;
    border-bottom: 2px solid #349BE3;
    padding: 0 0 12px 0;
    margin-bottom: 20px;
}


/*----------------------MAIN-PAGE-------------------------*/


/*------------------------------------------------------*/

.main-wid-container .header {
    padding: 15px 15px 25px 15px;
}

.main-wid-container .header h1 {
    float: left;
    margin: 0;
    font-family: 'Roboto';
    /*font-style: italic;*/
    font-weight: 300;
    font-size: 2.5em;
}

.main-wid-container .header span {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2.5em;
}

.main-wid-item {
    margin-bottom: 20px;
}

.main-wid-item .img {
    background-color: #fff;
    padding: 10px;
}

.main-wid-item .img .img__wrap {
    overflow: hidden;
    height: 187px;
}

.main-wid-item .item-text-container {
    background-color: #fff;
    padding: 13px;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #e5e5e5;
}

.main-wid-item .tag-container {
    padding: 6px 13px 7px 13px;
    border: 1px solid #e5e5e5;
    border-top: none;
    color: #fff;
}

.main-wid-item .item-text-container .title {
    font-size: 1.2em;
    font-weight: bold;
}

.main-wid-item .item-text-container p {
    margin-top: 10px;
}

.main-wid-item .attached {
    width: 36px;
    background: rgba(0, 0, 0, 0.52);
    padding: 6px;
    text-align: center;
    margin: -6px -13px 0 0;
}

.event-mainpage .header-time {
    padding: 12px;
    background: url('/img/pattern1.jpg');
    color: #fff;
}

.header-time__title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3em;
}

.header-time__date {
    line-height: 1.9em;
}

.mainpage-eventlist {
    margin: 10px 0 10px 0;
}

.mp-eventlist__item {
    margin: 10px 0 10px 0;
    padding: 10px 0 0px 0;
    border-top: 1px dotted #CBCBCB;
    /*border-bottom: 1px dotted #000;*/
}

.mp-eventlist__item:first-child {
    border-top: none;
    margin-top: 0;
}

.mp-eventlist__item__time {
    padding: 11px;
    margin: 0 10px 0 0;
    background: #e4e4e4;
    color: #1e5a86;
    font-weight: bold;
    border: 1px solid #dadada;
}

.mp-eventlist__item__date-wrap {
    font-weight: bold;
    color: #1e5a86;
}

.event-mainpage .e-calendar {
    background: none;
    border: 1px solid #CBCBCB;
}

.mp-eventlist__item .label-empty {
    border: 1px solid #CBCBCB;
    color: #000;
}

.mp-eventlist__item__labels {
    margin-top: 5px;
}

.event-list .event-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.eventlist__item__time {
    padding: 11px;
    margin: 0 10px 0 0;
    background: #efefef;
    ;
    color: #1e5a86;
    font-weight: bold;
    border: 1px solid #dadada;
    text-align: center;
}

.event-outside-mainpage {
    border: 1px solid #CBCBCB;
    padding: 5px 10px 10px 10px;
    margin-top: 20px;
}

.event-outside-mainpage .header {
    padding: 0px 15px 0px 15px
}

.main-news-wid .item-text-container {
    height: 232px;
    position: relative;
    overflow: hidden;
}

.main-news-wid .item-text-container.img-off {
    height: 440px !important; /* было 277, но почему? */
}

.main-news-wid .item-text-container .date {
    position: absolute;
    bottom: 13px;
    font-weight: bold;
    width: 100%;
    background-color: white;
}

.main-news-wid .item-text-container .more {
    position: absolute;
    bottom: 13px;
    right: 13px;
    background-color: white;
}

.main-news-wid .item-text-container .more a {
    color: #000;
    font-weight: normal;
}

.main-news-wid .header a {
    color: inherit;
}

.main-news-wid .img {
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.main-event-wid .date {
    font-weight: bold;
    display: block;
}

.main-event-wid .header {
    color: white;
}

.main-event-wid .header a {
    color: white;
}

.main-event {
    background: #fff;
    margin-bottom: 20px;
}

.main-event .img {
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.main-event .item-text-container a {
    font-size: 1.5em;
    font-weight: bold;
}

.main-event .item-text-container {
    padding: 15px 20px 0 0;
}

.main-event .item-text-container p {
    margin-top: 10px;
}

.main-event .item-text-container .date {
    font-weight: bold;
    display: block;
}

.put {
    background: url('/img/put.jpg') no-repeat;
    background-position: center;
    height: 558px;
}

.white-fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .25), rgba(255, 255, 255, 1) 75%);
}


/*----------------------FOOTER-------------------------*/


/*------------------------------------------------------*/

.footer .link-section {
    background: #2B7EB9;
    /*    border-top: 1px solid #D8D8D8;*/
}

.footer .organization-section {
    background: #1E5A86;
    color: #fff;
    padding: 0 0 1em 0;
    /*  border-top: 1px solid rgb(234, 234, 234);*/
}

.footer .organization-section h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
}

.footer .organization-section a {
    color: #fff;
}

.link-section .item {
    border: 2px solid #D8D8D8;
    color: #fff;
    display: block;
    padding: 5px 12px;
    margin: 18px 0 18px 0;
}

.link-section .item span {
    text-transform: uppercase;
    display: block;
    margin: 5px 0 0 0;
}


/*----------------------DOCUMENT-------------------------*/


/*------------------------------------------------------*/

.icon-doc-pdf {
    background: url('/img/doc-icon-pdf.gif') no-repeat;
    width: 28px;
    height: 28px;
    display: block;
}

.icon-doc-doc {
    background: url('/img/doc-icon-doc.gif') no-repeat;
    width: 28px;
    height: 28px;
    display: block;
}

.icon-doc-docx {
    background: url('/img/doc-icon-docx.gif') no-repeat;
    width: 28px;
    height: 28px;
    display: block;
}

.icon-doc-dotx {
    background: url('/img/doc-icon-dotx.gif') no-repeat;
    width: 28px;
    height: 28px;
    display: block;
}

.icon-doc-xls {
    background: url('/img/doc-icon-doc.gif') no-repeat;
    width: 28px;
    height: 28px;
    display: block;
}

.icon-doc-zip {
    background: url('/img/doc-icon-zip.gif') no-repeat;
    width: 28px;
    height: 28px;
    display: block;
}

.icon-doc-sig {
    background: url('/img/doc-icon-sig.gif') no-repeat;
    width: 28px;
    height: 28px;
    display: block;
}

.icon-doc {
    /*background: url('/img/doc-icon-<file_extension_here>.gif') no-repeat;*/
    width: 28px;
    height: 28px;
    display: block;
}

.w-document-in-text>tbody>tr>td:first-child {
    width: 28px;
    border-right: none;
}

.w-document-in-text>tbody>tr>td {
    vertical-align: middle;
    border-left: none;
}

.search-form {
    margin: 7px 0 27px 0;
}


/*NEWS*/

.news-list .news-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.news-list .news-item .img-container {
    border: 1px solid #f5f5f5;
    padding: 3px;
}

.news-list .news-item img {
    width: 100%;
}

.news-list .news-item .date {
    color: #999;
}

.news-list .news-item .more {
    font-weight: bold;
    text-decoration: underline;
}

.news-list .news-item a {
    font-size: 1.2em;
}

.detailed-news .img img {
    width: 100%;
}

.detailed-news .img {
    border: 1px solid #f5f5f5;
    padding: 3px;
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 10px;
}

.detailed-news .sub-info {
    margin-bottom: 10px;
}

.detailed-news .sub-info .date {
    color: #999;
}

.detailed-news {
    font-size: 17px;
}

.detailed-news-sub-info hr {
    margin-top: 12px;
    margin-bottom: 12px;
}

.detailed-news-sub-info .date {
    color: #999;
}

.detailed-news-sub-info .ca-title {
    font-size: 17px;
    margin-bottom: 20px;
}

.menu-child-in-text {
    list-style: square inside;
    color: rgb(51, 122, 183);
    padding: 0;
    border-bottom: 2px solid #349BE3;
    margin-top: -14px;
    padding-bottom: 12px;
}

.menu-child-in-text li {
    /*    padding: 5px;
    margin: 5px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px dotted #cccccc;*/
    padding: 10px 12px;
    margin-bottom: -1px;
    font-size: 1.2em;
    font-weight: bold;
    /*border: 1px solid #cccccc;*/
}

.menu-child-in-text li ul li {
    /*    padding: 5px;
    margin: 5px;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px dotted #cccccc;*/
    padding: 10px 0px;
    margin-bottom: -1px;
    font-size: 1em;
    font-weight: bold;
    /*border: 1px solid #cccccc;*/
}

.menu-child-in-text li a:before {
    font-family: 'fontawesome';
    content: '\f101';
    float: right;
}

.menu-child-in-text a .fa {
    vertical-align: middle;
    font-size: 0.9em;
    padding-left: 3px;
}

.text-color-gray {
    color: #999;
}

.biblio-search-btn {
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.1em;
}

@media (min-width: 1200px) {
    ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block;
    }
    .open>.dropdown-menu {
        display: none;
    }
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus {
        color: #fff;
        background-color: #349be3;
    }
    .ogti-nav li.dropdown:hover>a {
        color: #fff;
        background-color: #0277bd !important;
    }
    .dropdown .caret {
        display: none;
    }
    .ogti-nav-top li:hover>a {
        color: #fff;
        background-color: #2F2F2F !important;
    }
}

table-min {
    border-collapse: collapse;
}

table-min th,
table-min td {
    padding: 0 px;
    padding-left: 5px;
    border: 1px solid #000;
    text-align: left;
}

.table-min p {
    margin: 0;
}

.job-position {
    text-transform: lowercase;
}


/*----------------------EmployeeList Widget-------------------------*/


/*------------------------------------------------------------------*/

.employee-table tr {
    border-bottom: 1px solid #ddd;
}

.employee-table>tbody>tr>td {
    border-top: none;
}

.employee-own-table {
    margin-top: 20px;
}

.employee-table_director {
    border-bottom-width: 2px !important;
}


/*------------------------------------------------------------------*/

.dep-contacts-container table hr {
    margin: 5px 0;
}

.dep-contacts-container table {
    margin-bottom: 0px;
    margin-top: -10px;
    border: 1px solid #349be3;
}

.dep-contacts-container table tr td {
    border: 1px solid #349be3;
}

.dep-contacts-container table tr th {
    background: #349be3;
    border: 1px solid #349be3;
    color: #fff;
}

.dep-contacts__map-btn {
    text-align: center;
    padding: 10px;
    background: #349be3;
    color: #fff;
}

.dep-contacts__map-btn:hover {
    background: #1D72AD;
    cursor: pointer;
}


/*------------------------------------------------------------------*/

.table-sv-pps hr {
    margin: 5px 0;
}

.table-sv-pps ol {
    padding-left: 20px;
}


/*---------------- Error page ---------------------------------------*/

.error-page__status-code {
    text-align: center;
    font-size: 8em;
}

.error-page__message {
    text-align: center;
    font-size: 3em;
}

.error-page__error {
    text-align: center;
    margin-top: 30px;
}

/*-------------------------Tables -----------------------------*/
.table {
    border-collapse: separate;
    background-color: rgb(255, 255, 255);
}
.table th,
.table td {
    padding: 0px;
    padding-left: 5px;
    border: 1px solid #000;
    text-align: left;
}

.table>thead {
    background-color: rgb(204 232 251);
}

.table>thead tr * {
    text-align: center !important;
    vertical-align: middle !important;
    font-weight: bold;
}

.sticky-header {
    position: sticky;
    top: 0;
    background-color: rgb(250, 250, 250);
}
