/* new */

@media (max-width: 768px) {
#inset-block-right {display: none;}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .container {
        width: 1020px;
    }

    nav .container {
        width: 1020px;
    }

}
html, body {

}

html {
    position: relative;
    min-height: 100%;
}

body {
    background: #cccccc url("../img/page-bg.png") repeat-x scroll 0 0;
    }

.light {
    font-family:'gotham_prolight', "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

a,
a:visited {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

a:hover,
a:visited:hover {
    text-decoration: none;
    -webkit-transition: 0s ease;
    transition: 0s ease;
}


button,
input[type=submit] {
    cursor: pointer;
}

.sep {
    margin: 0 0.25em;
}

.inner:after {
    content: '';
    display: table;
    clear: both;
}

.narrow {
}

.nowrap {
    white-space: nowrap;
}

.width-auto {
    width: auto
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
    color: #0269b3;
    line-height: 130%;
}
.h1, h1 {
    font-size: 190%;
}
.h2, h2 {
    font-size: 155%;
}
.h3, h3 {
    font-size: 125%;
}
.white a,
.white a:link,
.white a.btn:visited,
.white {
    color: #ffffff !important;
}

.grey a {
    color: #0269b3;
}
.grey {
    color: grey;
}

.row {
    max-width: 100%;
    margin: 0 auto;
}

.right {
    right: 0;
}

.left {
    left: 0;
}

.top {
    top: 0;
}

.va-top {
    vertical-align: top;
}

.bottom {
    bottom: 0;
}

.va-bottom {
    vertical-align: bottom;
}

.fixed {
    position: fixed;
}

.static {
    position: static;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.abs-center {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.center {
    text-align: center;
}

.auto {
    margin: auto;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: bold;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.inline-table {
    display: inline-table;
}

.table {
    display: table;
    margin: 0;
}

.table .table {
    background: none;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-cell.top {
    vertical-align: top;
}

.no_margin {
    margin: 0 !important;
}

.upper {
    text-transform: uppercase;
}

.row,
.table.row {
    margin: 0 auto;
}

.table.row {
    width: auto;
}

.small {
    font-size: 90%;
    line-height: 100%;
    color: #555;
}

.transparent {
    background: transparent;
}

body > .container {
    padding: 0 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

code {
    font-size: 80%;
}

.btn-dark {
    background: #313b45 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.24rem;
    line-height: 100%;
    margin-bottom: 0;
    padding: 7px 10px;
    position: relative;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
    color: #FAFAFA;
}

.b-subscribe input,
.b-subscribe textarea,
.b-subscribe button {
    outline: none;
    font-size: 18px;
    font-weight: 300;
    border: none;
    height: 42px;
    border-radius: 5px;
    padding: 0 12px 0 12px;
    width: 260px;
    vertical-align: top;
}

a {

}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.nc-navbar {
    z-index: 999;
}

.nc-navbar a {
    border: none;
}

.page {
    width: auto;
    min-width: 960px;
    max-width: 1440px;
    margin: 0 auto 0 auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.header {
    height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff !important;
    z-index: 900;
}

.header .logo {
    height: 60px;
    position: absolute;
    left: 20px;
    top: 19px;
}

.header .logo img {
    height: 60px;
}

.header .menu {
    position: absolute;
    right: 20px;
    top: 30px;
    display: block;
    cursor: default;
}

.header .menu a {
    display: inline-block;
    vertical-align: top;
    border: none;
    color: #000;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 15px 0 15px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.header .menu a.active {
    background: #d5160c;
    color: #fff;
}

.header .menu a.active:hover {
    color: #fff;
    cursor: default;
}

.header .menu a:hover {
    color: #d5160c;
}

.floor {
    background-size: cover !important;
    position: relative;
}

.floor .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: url("../img/overone.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.floor .b-title-holder {
    height: 640px;
}

.floor .b-title {
    position: absolute;
    width: 100%;
    bottom: 50px;
    color: #fff;
    padding: 0 100px 0 100px;
    text-align: center;
}

.floor .b-title h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 35px;
}

.floor .b-title p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 40px;
}

.floor .b-title a.button {
    display: inline-block;
    color: #fff;
    padding: 0 25px 0 25px;
    height: 42px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.floor .b-title a.button:hover {
    background: #d5160c;
    color: #fff;
    border: 1px solid #d5160c;
}

.floor .b-features {
    background: #fff;
    text-align: center;
    padding: 70px 0 105px 0;
}

.floor .b-features h2 {
    color: #000;
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
}

.floor .b-features h2:before {
    content: ' ';
    width: 72px;
    height: 9px;
    background: url("../img/til-l.png");
    position: absolute;
    top: 12px;
    left: -87px;
}

.floor .b-features h2:after {
    content: ' ';
    width: 72px;
    height: 9px;
    background: url("../img/til-r.png");
    position: absolute;
    top: 12px;
    right: -87px;
}

.floor .b-features .grid {
    padding: 15px 0 0 0;
}

.floor .b-features .grid .one {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 70px 0 0 0;
}

.floor .b-features .grid .one img {
    height: 50px;
}

.floor .b-features .grid .one h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 0 10px 0;
}

.floor .b-features .grid .one span {
    color: #6c6c6c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.floor .b-program {
    background: #f3f4f5;
    min-height: 100%;
    text-align: center;
    padding: 70px 0 130px 0;
}

.floor .b-program h2 {
    color: #000;
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
}

.floor .b-program h2:before {
    content: ' ';
    width: 72px;
    height: 9px;
    background: url("../img/til-l.png");
    position: absolute;
    top: 12px;
    left: -87px;
}

.floor .b-program h2:after {
    content: ' ';
    width: 72px;
    height: 9px;
    background: url("../img/til-r.png");
    position: absolute;
    top: 12px;
    right: -87px;
}

.floor .b-program .grid {
    padding: 55px 0 0 0;
}

.floor .b-program .grid .one {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 31%;
    padding: 0 0 60px 0;
}

.floor .b-program .grid .one:nth-child(2):before {
    content: ' ';
    width: 20px;
    height: 33px;
    background: url("../img/arrow.png");
    position: absolute;
    top: 50px;
    left: -10px;
}

.floor .b-program .grid .one:nth-child(2):after {
    content: ' ';
    width: 20px;
    height: 33px;
    background: url("../img/arrow.png");
    position: absolute;
    top: 50px;
    right: -10px;
}

.floor .b-program .grid .one img {
    height: 134px;
    width: 134px;
    border-radius: 50%;
    border: 2px solid #20cab8;
}

.floor .b-program .grid .one h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 25px 0 10px 0;
}

.floor .b-program .grid .one span {
    color: #6c6c6c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.floor .b-program a.button {
    display: inline-block;
    color: #20cab8;
    padding: 0 25px 0 25px;
    height: 42px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #20cab8;
}

.floor .b-program a.button:hover {
    background: #20cab8;
    color: #fff;
    border: 1px solid #20cab8;
}

.floor .b-subscribe {
    height: 700px;
    text-align: center;
    background-size: cover !important;
    position: relative;
}

.floor .b-subscribe .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.floor .b-subscribe h2 {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin: 230px 0 0 0;
    position: relative;
}

.floor .b-subscribe h2:before {
    content: ' ';
    width: 72px;
    height: 9px;
    background: url("../img/w-til-l.png");
    position: absolute;
    top: 12px;
    left: -87px;
}

.floor .b-subscribe h2:after {
    content: ' ';
    width: 72px;
    height: 9px;
    background: url("../img/w-til-r.png");
    position: absolute;
    top: 12px;
    right: -87px;
}

.floor .b-subscribe .form {
    padding: 60px 0 0 0;
}

.floor .b-subscribe .form .contact {
    margin: 0 0 0 17px;
}

.floor .b-subscribe .form .send {
    margin: 0 0 0 17px;
    width: auto;
    display: inline-block;
    color: #20cab8;
    padding: 0 25px 0 25px;
    height: 42px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #20cab8;
    background: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.floor .b-subscribe .form .send:hover {
    background: #20cab8;
    color: #fff;
    border: 1px solid #20cab8;
    cursor: pointer;
    -webkit-transition: 0s ease;
    transition: 0s ease;
}

.floor .b-subscribe p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    padding: 20px 0 0 0;
}

.floor .b-feedback {
    background: #fff;
    text-align: center;
    padding: 70px 0 0 0;
}

.floor .b-feedback h2 {
    color: #000;
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
}

.floor .b-feedback h2:before {
    content: ' ';
    width: 72px;
    height: 9px;
    background: url("../img/til-l.png");
    position: absolute;
    top: 12px;
    left: -87px;
}

.floor .b-feedback h2:after {
    content: ' ';
    width: 72px;
    height: 9px;
    background: url("../img/til-r.png");
    position: absolute;
    top: 12px;
    right: -87px;
}

.floor .b-feedback .grid {
    padding: 50px 0 0 0;
    font-size: 0;
}

.floor .b-feedback .grid .one {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
    margin: 0 1% 0 1%;
    padding: 0 0 60px 0;
}

.floor .b-feedback .grid .one:nth-child(2) {
    margin: 0 2% 0 2%;
}

.floor .b-feedback .grid .one .box {
    border: 2px solid #ebf1f4;
    border-radius: 5px;
    text-align: left;
    position: relative;
    top: -60px;
    z-index: 10;
}

.floor .b-feedback .grid .one img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 2px solid #ebf1f4;
    z-index: 20;
    position: relative;
}

.floor .b-feedback .grid .one h3 {
    font-size: 18px;
    line-height: 25px;
    padding: 70px 0 15px 0;
    text-align: center;
}

.floor .b-feedback .grid .one span {
    color: #6c6c6c;
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    padding: 0 30px 40px 40px;
}

.floor .b-feedback .grid .one span:before {
    content: '«';
    position: absolute;
    top: -3px;
    left: 13px;
    color: #d8e1e5;
    font-size: 40px;
    font-weight: 400;
}

.footer {
    background: #8B8B8B url(../img/bottom-bg.png) 0 0 repeat-x;
    position: relative;
}
.footer .container-fluid > .row {
    background: none;
}
.footer .logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.footer .logo img {
    height: 60px;
}

.footer .text {
    position: relative;
    padding: 20px 0 40px 0;
    margin: 0 0 0 300px;
    max-width: 300px;
}

.footer .text h2 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    padding: 0 0 12px 0;
}

.footer .text p {
    padding: 0 0 8px 0;
    color: #6c6c6c;
}

.footer .social {
    position: absolute;
    top: 20px;
    right: 20px;
}

.footer .social img {
    max-height: 40px;
    max-width: 40px;
}

.footer .social a {
    border: none;
    opacity: 0.8;
    margin: 0 0 0 3px;
}

.footer .social a:hover {
    opacity: 1;
}

.handle {
    cursor: move;
}

.track.table {
    width: 100%;
    min-width: 440px;
}

.track.table > div {
    width: 1%;
    font-size: 12px;
    border-bottom: 1px solid #d4d3d3;
    padding: 5px;
}

.fancybox-item.fancybox-close {
    border-bottom: 0 none;
}

#orgListFin.nav > li > a {
    display: inline;
    padding: 0;
    position: static;
}

#orgListFin.nav > li {
    display: block;
    padding: 10px 15px;
    position: relative;
    border-bottom: 1px solid rgba(0, 114, 186, 0.5);
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

#orgListFin.nav > li:focus,
#orgListFin.nav > li:hover {
    background-color: #eeeeee;
    text-decoration: none;
    border-color: rgba(208, 64, 0, 0.5);
    color: #d04000;
}

.nc_title {
    font-weight:bold;
}

.rba_conf_name {
   font-weight:bold; 
}

/* варгузов */



.table .table {
    background: none;
}

.em-text {
    color: #1caa98 !important;
}

.body-left {
    background: url("../img/body-l.png") repeat-y scroll 0 0;
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 10px;
}

.body-right {
    background: url("../img/body-r.png") repeat-y scroll 100% 0;
    margin-right: 0;
    padding-right: 10px;
    height: 100%;
}
.content-body {
    background: #f6f6e9;
    min-height: 566px;
}
.logo-bar {
    background: #305086 url("../img/header-bg.png") repeat-x scroll 0 0;
    min-height: 105px;
    height: auto;
    padding-top: 15px;

}

.logo {
    background: transparent url("../img/logo_new.png") no-repeat scroll 0 0;
    float: left;
    /*width: 120px;
    height: 65px;*/
    width: 324px;
    height: 70px;
    margin-right: 16px;
    margin-top: 5px;
}
.logo-text {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 5px;
}
/* Google search */
	.cse .gsc-control-cse, .gsc-control-cse {padding: 0 !important; }
 .gsc-control-cse {padding: 0 !important; border: 0 !important; background-color: transparent !important; width: 300px !important;}
	input.gsc-input { background: #fff !important; /*скроет логотип и надпись с текстовом поле*/  font-size: 13px !important; line-height: 20px !important;  height:20px !important; *background: #fff !important; /*IE 7*/}
	input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button 
		{
		  box-sizing: content-box;
		  line-height: normal;
		}
    .gsc-tabsArea div 
		{
		  overflow: visible; 
		}
  .search {
    margin-top: -12px;
}
  .search_title {
    color: #ffffff;
    font-size: 12px;
}
  
/* Google Search  */
.top-bar {
    background: #D2D0C2 url("../img/topbar-bg.png") repeat-x scroll 0 0;
    padding: 6px 15px;
    overflow: hidden;
}

.data-block {
    width: 250px;
    font-weight: bold;
    float: left;
}

.syndicate-module {
    float: right;
}

.syndicate-module .syndicate-link {
    width: 40%;
    margin-right: 10px;
}
.body-right > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.border-bar {
    border-top: 3px solid #F6F6E9;
}

.navbar {
    margin-bottom: 0;
    /*padding: 0 ;*/
    background: #4B7ABD url("../img/horiz-bg.png") repeat-x scroll 0 0;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #D2DFF3;
    background-color: #305086;
    margin-top: 6px;
    /*height: 42px;*/
    padding-top: 9px;
    border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0; /* Для Firefox 3 */
    -webkit-border-radius: 15px 15px 0 0; /* Для Safari 4 и Chrome */
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #305086;
    background-image: none;
    border-radius: 15px 15px 0 0;
    color: #d2dff3;
    margin-top: 6px;
    padding-top: 9px;
}

.dropdown-menu {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #4B7ABD;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);*/
}

.dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #D2DFF3;
    text-decoration: none;
    background-color: #305086;
    background-image: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #305086;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #D2DFF3;
}

.container-fluid > .row {
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 20px;
    display: none;
}
.back-to-top .glyphicon-chevron-up::before {
    color: #ffffff;
}
.module-header {
    background: url(../img/beige-module-h3-2.png) 0 0 repeat-x;
    margin-bottom: -3px;
    margin-right: 5px;

}

.side-mod h3 {
    margin: 0;
    font-size: 90%;
    line-height: 20px;
    text-transform: uppercase;
    padding: 5px 0 20px 15px;
    font-weight: bold;
}

#leftcol .side-mod h3, #inset-block-left .side-mod h3 {
    background: url(../img/left-beige-module-h3.png) 0 0 no-repeat;
}

#MainMenu {
    margin-right: 8px;
}

.list-group {
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.075);
    margin-bottom: 0;
}
.list-group div {
    background-color: #F6F6E9;
}
.list-group .list-group {
    background-color: rgba(0,0,0,0.044);
}
.list-group .list-group .list-group {
    background-color: rgba(0,0,0,0.023);
}
.list-group.panel .list-group-item {
    background-color: #F6F6E9;
}

a.list-group-item-success, button.list-group-item-success {
    color: #000;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapse a.list-group-item {

}
#trail {
    margin: 10px 10px 10px 0;
    color: #616e6f;
    font-size: small;
}
#trail a {
    color: #616e6f;
}
.col-md-9.content {
    padding-bottom: 40px;
}
.collapse.in .list-group-item {
    background-color: rgba(0,0,0,0);
}
.list-group-item {
    background-color: #f6f6e9;
    border-radius: 0 !important;
    padding: 0;
}

.list-group-item a {
    color: #000000;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: none;
}
.list-group-item a:hover,
.list-group-item a:active {
    background-color: #e8e7d7;
}
.list-group-item.active > a {
    color: #000;
    text-decoration: none;
}
.submenu .list-group-item  > a {
    font-size: small;
}
.list-group-item .fa.fa-bars {
    border: 0 none;
    color: inherit;
    display: none;
    outline: medium none;
    padding: 10px 6px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    transition: none;
    vertical-align: middle;
}
.list-group-item .submenu + .fa.fa-bars {
    color: rgba(0, 0, 0, 0.13);
    display: block;
    font-size: 20px;
    font-weight: 300;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-image: linear-gradient(to bottom, #eae8d9 0px, #c6c3b0 100%);
    background-repeat: repeat-x;
    border-color: #ddd;
    text-shadow: none;
}
.submenu .list-group-item.active,
.submenu .list-group-item.active:focus,
.submenu .list-group-item.active:hover {
    background: #F6F6E9;
}
.submenu .list-group-item.active > a + a.fa-bars {
    display: block;
}
.submenu .list-group-item.active > a + a.fa-bars::before {
    display: none;
}
.submenu .list-group-item.active > a + a.fa-bars::after {
    display: block;
    color: #555555;
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
}
.list-group-item .submenu.in + .fa.fa-bars {
    color: rgba(0, 0, 0, 0.33);
}
.list-group-item > .fa.fa-caret-down.collapsed::before {
    content: ""; /* v */
}
.list-group-item > .fa.fa-caret-up::before,
.list-group-item > .fa.fa-caret-down::before {
    content: ""; /* ^ */
    left: auto;
    position: absolute;
    right: 12px;
    top: 11px;
}

.list-group-item .fa.fa-caret-up {
    border: 0 none;
    color: inherit;
    display: none;
    height: 37px;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 1px;
    text-decoration: none;
    top: 1px;
    vertical-align: middle;
    width: 30px;
}
.list-group-item  .submenu + .fa.fa-caret-up {
    display: block;
}
.reference ul,
.reference ul ul {
    margin: 0 0 0 20px;
}
.reference ul a {
    display: inline-block;
}
.reference a h4,
.reference a h5 {
    color: #000;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.reference a.toggle::before {
    content: "";
    position: absolute;
    left: 94%;
    top: 20px;
}
.reference a.toggle.active::before {
    content: "";
}
.collapsed {
    display: none;
    transition: ease all .05s;
}

@media (max-width: 991px) {
    .row {
        background-image: none;
    }
}

@media (max-width: 992px) {

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        margin-top: 1px;
    }

    .navbar-toggle {
        background-color: #fff;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        border-radius: 0;
        -moz-border-radius: 0; /* Для Firefox 3 */
        -webkit-border-radius: 0; /* Для Safari 4 и Chrome */
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        border-radius: 0;
        -moz-border-radius: 0; /* Для Firefox 3 */
        -webkit-border-radius: 0; /* Для Safari 4 и Chrome */
    }

    /* Основа выпадающего меню*/
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    /* Основа выпадающего меню*/
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    /*.navbar-form {padding:0 0 8px 12px; margin:0}*/
    /* размеры поисковой формы */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #D2DFF3;
        background-color: transparent;
    }

    .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header, .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
        padding-left: 35px;
    }

    /*.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent;
    } */

}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #E8E7D7;
}


ul.bullet-1, ul.bullet-2, ul.bullet-3, ul.bullet-4, ul.bullet-5, ul.bullet-6, ul.bullet-7, ul.bullet-8 {
    margin-left: 5px !important;
    overflow: hidden;
    padding-left: 15px !important;
}
ul.bullet-1 li, ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li, ul.bullet-5 li {
    list-style: outside none none;
    margin-bottom: 5px !important;
    padding-bottom: 3px !important;
    padding-left: 10px !important;
}
ul.bullet-6 li, ul.bullet-7 li, ul.bullet-8 li {
    list-style: outside none none;
    margin-bottom: 5px !important;
    padding-bottom: 3px !important;
    padding-left: 22px !important;
}
ul.bullet-1 li {
    background: rgba(0, 0, 0, 0) url("/images/typo/bullet-1.png") no-repeat scroll 0 5px !important;
}
ul.bullet-2 li {
    background: rgba(0, 0, 0, 0) url("/images/typo/bullet-2.png") no-repeat scroll 0 5px !important;
}
ul.bullet-3 li {
    background: rgba(0, 0, 0, 0) url("/images/typo/bullet-3.png") no-repeat scroll 0 5px !important;
}
ul.bullet-4 li {
    background: rgba(0, 0, 0, 0) url("/images/typo/bullet-4.png") no-repeat scroll 0 5px !important;
}
ul.bullet-5 li {
    background: rgba(0, 0, 0, 0) url("/images/typo/bullet-5.png") no-repeat scroll 0 5px !important;
}
ul.bullet-6 li {
    background: rgba(0, 0, 0, 0) url("/images/typo/bullet-6.png") no-repeat scroll 0 2px !important;
}
ul.bullet-7 li {
    background: rgba(0, 0, 0, 0) url("/images/typo/bullet-7.png") no-repeat scroll 0 2px !important;
}
ul.bullet-8 li {
    background: rgba(0, 0, 0, 0) url("/images/typo/bullet-8.png") no-repeat scroll 0 3px !important;
}
.nc_full.nc_news .gallery .fancybox {
    height: 184px;
    display: inline-block;
}
.nc_full.nc_news .gallery .fancybox img {
    max-height: 184px;
    max-width: 100%;
}
.fp-leading h3, .fp-sub h4 {
    margin-bottom: 10px;
}
.fp-sub {
    border-bottom: 1px solid #dddddd;
    
}
.fp-sub1 img {
    float: left;
    margin: 0 15px 15px 0;
    max-height: 200px;
    max-width: 200px;
    min-width: 200px;
    width: 100%;
    height: auto;
}

.fancybox-title-float-wrap .child {
    white-space: normal;
}
.searchForm {
    width: 100%;
}
.searchForm form {
    display: block;
    width: 100%;
    clear: both;
    font-size: 12px;
}

.searchForm form > div {
    padding: 0 20px 0 0;
}
.searchForm form > div:last-child {
    padding: 0;
}
.searchForm form > div.current_year {

}
.searchForm form > div select,
.searchForm form > div input[type=number],
.searchForm form > div input[type=text] {
    border: 1px solid #ccc;
    padding: 6px 12px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
}
.searchForm form > div input[type=number] {
    padding: 6px 6px 6px 12px;
}
.searchForm form > div + br + div {

}
.searchForm form > div + br {
    display: none;
}
.searchForm form .btn-reset,
.searchForm form input[type=submit] {
    font-size: 14px;
    margin-top: 10px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    color: inherit !important;
    margin-right: 10px;
    display: inline-block;
    clear: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    text-decoration: none !important;
}
.searchForm .archive {
    font-size: 12px;
}

.authors-catalogue {
    padding-bottom: 20px;
}
.authors-catalogue .module-body {
    margin-right: 8px;
    position: relative;
}
.authors-catalogue ul {
    background-color: #f6f6e9;
    border: 1px solid #ccc;
    width: 100%;
    height: 490px;
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    border-radius: 5px;
}
.authors-catalogue li a {
    padding: 2px 15px;
    position: relative;
    display: block;
    color: #333333;
}
.authors-catalogue li a[data-active] {
    color: #fff;
    background-color: #337ab7;
}
.authors-catalogue ul li a.char {

}
.authors-catalogue ul.chars {
    width: 40px;
    position: absolute;
    right: 0;
    padding-top: 2px;
    border-radius:  0 5px 5px 0;
}
.authors-catalogue ul.chars li a {
    padding: 0;
    text-align: center;
    color: #444444;
}
.authors-catalogue ul.fios li a.char {
    color: #444444;
    background-color: rgba(0, 0, 0, 0.12);
}
.authors-catalogue ul.fios li a.char.active {
    color: #fff;
    background-color: #444444;
}

.authors-catalogue ul.chars li a.active {
    color: #fff;
    background-color: #444444;
}
.authors-catalogue .ui-list-fakeheader {
    display: none;
}