/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
hr, img {
    border: 0
}

body, figure {
    margin: 0
}

.img-thumbnail, .table, label {
    max-width: 100%
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

.collapsing, .modal, .modal-open, .nav .nav-divider, .sr-only {
    overflow: hidden
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .open > .btn-danger.dropdown-toggle, .open > .btn-default.dropdown-toggle, .open > .btn-info.dropdown-toggle, .open > .btn-success.dropdown-toggle, .open > .btn-warning.dropdown-toggle {
    background-image: none
}

.img-thumbnail, body {
    background-color: #fff
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.scince-units li a,
.content dd ul li span,
body {
    color: #59595b;
}

.scince-units li a:hover,
.scince-units li a:focus {
    text-decoration: none;
    color: #076189;
}

.scince-units li {
    padding: 2px 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #0b95d2;
    text-decoration: none
}

a:focus, a:hover {
    color: #076189;
    text-decoration: underline
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

dt, kbd kbd, label {
    font-weight: 700
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }

    .fond-name {
        transform: none;
    }

    .no-padd{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.small, small {
    font-size: 71%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0px;
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism, .text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code, table {
    background-color: transparent
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl, ol, ul {
    margin-top: 0
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

address, dl {
    margin-bottom: 20px
}

ol, ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dd, dt {
    line-height: 1.42857
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .container {
        width: 750px
    }
}

.clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .row:after, .user-profile-sm:after {
    clear: both
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

legend, pre {
    color: #333
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 0
}

caption, th {
    text-align: left
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal;
    line-height: 1.42857
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4
}

kbd {
    color: #fff;
    background-color: #333;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control, .has-success .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " "
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container, .container-fluid {
    padding-left: 5px;
    padding-right: 5px
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .redakcionno_izd {
        width: 72%;
    }

    .container {
        width: 1170px
    }

}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .nav > li, .nav > li > a {
        width: 100%;
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset, legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control::-moz-placeholder {
    color: #6f6f71;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6f6f71
}

.form-control::-webkit-input-placeholder {
    color: #6f6f71
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 2px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 1px
}

.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 2px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 1px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 30px;
    padding: 3px 10px;
    font-size: 10px;
    line-height: 1.5
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 1px
}

.input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 1px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.collapsing, .dropdown, .dropup {
    position: relative
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.input-group .form-control:focus,
.input-group .form-control:focus + span {
    border-color: #66afe9;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .form-control:focus + .input-group-btn {
    border-color: #843534;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #99999b
}

@media (min-width: 768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 3px;
        font-size: 10px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn:active,
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #0b95d2;
    border-color: #0a84ba
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0873a2;
    border-color: #032e41
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0873a2;
    border-color: #075b80
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #075b80;
    border-color: #032e41
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #0b95d2;
    border-color: #0a84ba
}

.btn-primary .badge {
    color: #0b95d2;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active, .btn-success:active, .btn-success:hover, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #0b95d2;
    border-color: #46b8da
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #0873a2;
    border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0873a2;
    border-color: #269abc
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #075b80;
    border-color: #1b6d85
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #0b95d2;
    border-color: #46b8da
}

.btn-info .badge {
    color: #0b95d2;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #0b95d2;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #076189;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

.btn-sm, .btn-xs {
    font-size: 10px;
    line-height: 1.5;
    border-radius: 0
}

.btn-sm {
    padding: 3px 10px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block
}

.btn-block + .btn-block {
    margin-top: 5px
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: inherit;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu-right, .dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-header, .dropdown-menu > li > a {
    display: block;
    padding: 0 10px;
    line-height: 1.42857;
    white-space: nowrap
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    clear: both;
    font-weight: 400;
    color: #333
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    font-size: 10px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.input-group, .input-group-btn, .input-group-btn > .btn {
    position: relative
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.input-group {
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.nav-pills > li, .nav-tabs > li {
    float: left
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 1px
}

.alert .alert-link, .close {
    font-weight: 700
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 2px 10px;
    font-size: 10px;
    border-radius: 1px
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 1px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after, .nav:before {
    content: " ";
    display: table
}

.nav > li, .nav > li > a {
    display: block;
    position: relative;
}

.nav > li > a {
    padding: 4px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #0c5f95;
}

.topContentMenu a:focus {
    color: #fff;
}

.main-navigation .nav > li > a.active {
    color: #076189;
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #0b95d2
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #084166
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0
}

.nav-tabs > li > a:hover {
    border-color: transparent transparent #084166
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #0b95d2;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    cursor: default
}

.nav-justified > li, .nav-stacked > li, .nav-tabs.nav-justified > li {
    float: none
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.popover, .tooltip {
    font-family: OpenSans, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-decoration: none
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-content, .popover {
    background-clip: padding-box
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before {
    display: table;
    content: " "
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    font-size: 10px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.carousel-caption, .carousel-control {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-align: center
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.carousel, .carousel-inner {
    position: relative
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.left > .arrow:after, .popover.right > .arrow:after {
    content: " ";
    bottom: -10px
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    background-color: transparent
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus, .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px
}

.carousel-caption .btn, .text-hide {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after, .clearfix:before, .user-profile-sm:after, .user-profile-sm:before {
    content: " ";
    display: table
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }

}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

.input-group-btn {
    border: 1px solid #a9a9a9;
    border-left: none;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px
}

.input-group-lg .input-group-btn .btn {
    height: 44px
}

.form-control {
    border-color: #a9a9a9
}

.input-group-lg input.form-control, .input-group-lg > .form-control, .input-group-lg > .input-group-btn > .form-control.btn, .input-lg.form-control {
    font-size: 13px;
    font-size: .92857em
}

.input-group .form-control {
    border-right: none
}

.btn, .form-control, button, input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn:active, .btn:focus, .form-control:active, .form-control:focus, button:active, button:focus, input:active, input:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.nav-tabs {
    border-bottom-width: 2px
}

.nav-tabs > li {
    margin-bottom: -2px
}

h1, h2, h3 {
    margin: 0 0 20px
}

.nav-tabs > li > a {
    position: relative;
    background-color: #084166;
    font-size: 18px;
    font-size: 1.28571em;
    color: #fff
}

.nav-tabs > li > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    right: -3px;
    width: 2px;
    background-color: #fff;
    height: 100%
}

.nav-tabs > li:last-child > a:after {
    content: '';
    display: none
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot);
    src: url(../fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans/OpenSansRegular/OpenSansRegular.woff) format("woff"), url(../fonts/OpenSans/OpenSansRegular/OpenSansRegular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansLight;
    src: url(../fonts/OpenSans/OpenSansLight/OpenSansLight.eot);
    src: url(../fonts/OpenSans/OpenSansLight/OpenSansLight.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans/OpenSansLight/OpenSansLight.woff) format("woff"), url(../fonts/OpenSans/OpenSansLight/OpenSansLight.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansItalic;
    src: url(../fonts/OpenSans/OpenSansItalic/OpenSansItalic.eot);
    src: url(../fonts/OpenSans/OpenSansItalic/OpenSansItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans/OpenSansItalic/OpenSansItalic.woff) format("woff"), url(../fonts/OpenSans/OpenSansItalic/OpenSansItalic.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansBold;
    src: url(../fonts/OpenSans/OpenSansBold/OpenSansBold.eot);
    src: url(../fonts/OpenSans/OpenSansBold/OpenSansBold.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans/OpenSansBold/OpenSansBold.woff) format("woff"), url(../fonts/OpenSans/OpenSansBold/OpenSansBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: OpenSansSemiBold;
    src: url(/local/templates/.default/fonts/OpenSans-SemiBold.ttf);
}

::-moz-selection {
    color: #fff;
    background-color: #0b95d2
}

::selection {
    color: #fff;
    background-color: #0b95d2
}

body, html {
    height: 100%
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

html {
    -webkit-tap-highlight-color: transparent;
    font-size: 100%;
    font-size: 14px
}

body {
    font-size: 14px;
    font-size: 1em;
    font-family: OpenSans, sans-serif;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .015em
}

.lang-panel a, .main-navigation ul.nav > li > a, .site-name, h2, h3, h6 {
    font-family: OpenSansBold, sans-serif
}

h1 {
    font-size: 24px;
    font-size: 1.71429em;
    color: #275a79
}

h2, h3 {
    font-size: 18px;
    font-size: 1.28571em;
    color: #084166
}

h6 {
    font-size: 14px;
    font-size: 1em;
    color: #59595b;
    margin: 0 0 5px
}

.btn-round {
    border-radius: 2px
}

.btn-sm {
    padding-top: 3px;
}

.main-header {
    background: url(../img/header-bg.png) 70% 0 no-repeat
}

.main-header .bottom-panel, .main-header .top-panel {
    padding: 20px 0
}

.main-header .left-block {
    margin-bottom: 10px
}

.main-header .left-block, .main-header .right-block {
    text-align: center;
    float: none
}

.main-header .left-block a {
    text-transform: uppercase;
    color: #084166;
    font-size: 11px;
    font-size: .78571em
}

.main-header .right-block ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    vertical-align: middle
}

.main-header .right-block ul > li {
    display: inline-block;
    margin-left: 0
}

ul.social-list > li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left
}

ul.social-list > li > a {
    display: block;
    padding: 5px;
    font-size: 26px;
    font-size: 1.85714em
}

ul.user-panel {
    margin-left: 35px
}

ul.user-panel > li {
    margin-right: 20px
}

ul.user-panel > li:last-child {
    margin-right: 0
}

.lang-panel span:after {
    content: ' | '
}

.book-list li:before, .lang-panel span:last-child:after {
    content: ''
}

.lang-panel a {
    color: #59595b;
    text-transform: uppercase;
    font-size: 10px;
    font-size: .71429em;
    cursor: pointer;
}

.lang-panel a.active {
    color: #0b95d2
}

.logo {
    text-align: center;
    margin-bottom: 10px
}

.logo a {
    display: inline-block
}

.site-name {
    font-size: 18px;
    font-size: 1.28571em;
    color: #084166;
    line-height: 1.25;
    margin: -.25em 0 20px;
    text-align: center
}

.main-search .search-btn .fa {
    color: #fff
}

.main-search .search-btn:hover .fa {
    color: #fff;
}

.main-navigation {
    margin-bottom: 20px
}

.main-navigation .nav-open {
    width: 100%;
    border: 1px solid #0b95d2;
    background-color: #fff;
    padding: 10px;
    display: block;
}

.main-navigation .nav-open:hover {
    background-color: #fcfcfc
}

.main-navigation ul.nav {
    width: 100%;
    background-color: #e8e8e8
}

.main-navigation ul.nav > li {
    display: block;
}

.main-navigation .nav > li,
.main-navigation .dropdown.show {
    position: static;
}

.main-navigation .nav > li > .dropdown > a {
    font-weight: bold !important;
}

.main-navigation ul.nav.collapse {
    position: relative;
}

.main-navigation ul.nav > li > a {
    text-align: center;
    font-size: 13px;
    font-size: .92857em;
    text-transform: uppercase;
    background-color: transparent;
    padding: 16px 10px;
}

.main-navigation ul.nav > li > a {
    cursor: pointer;

}

.main-navigation ul.nav > li.has-sub > a {

}

.main-navigation .dropdown-menu a {
    font-size: 14px !important;
    color: #0b95d2;
    padding-top: 3px;
    padding-bottom: 3px;
    text-transform: none;
    width: 108%;
    white-space: normal;
}

.main-navigation .dropdown-menu {
    background: #fff url("../img/menubg.jpg") 197px 7px no-repeat;
    background-size: cover;
    padding: 20px;
    position: relative;
}

.is-mobile .main-navigation .dropdown-menu {
    background-position: 50px 0;
}

.main-navigation .dropdown-menu > li {
    /*width: 50%;*/
    padding: 3.5px 0;
}

.topic a {
    color: #0b95d2 !important;
    padding-bottom: 4px;
    font-weight: bold !important;
    font-weight: bold !important;
    font-family: OpenSansBold;
    font-size: 13px;
}

.second-list {
    display: none;
    height: calc(100% + 1px);
    position: absolute;
    left: 100%;
    border-left: 1px solid #bababa;
    z-index: 1;
    /*margin-top: 16px;*/
    background-color: transparent;
    top: 0px;
    width: 200%;
    overflow-y: auto;
    background: #fff url(../img/menubg.jpg) 197px 7px no-repeat;
    background-size: cover;
    padding: 20px;
    border: 1.5px solid rgba(72, 76, 78, 0.3);
    border-top: none;
}

.second-list ul {
    width: 100%;
}

.second-list:hover + .dropdown-item {
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu,
.has-sub {
    z-index: 100;
}

.blue-scroll::-webkit-scrollbar,
.second-list::-webkit-scrollbar {
    width: 5px;
}

.blue-scroll::-webkit-scrollbar-track,
.second-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
}

.blue-scroll::-webkit-scrollbar-thumb,
.second-list::-webkit-scrollbar-thumb {
    background-color: #9fc7e7;
}

.second-list {
    direction: ltr;
    max-width: 455px;
}

.blue-scroll {
    direction: rtl;
}

.main-navigation .nav .has-sub .dropdown-menu {
    /*width: 100%;*/
}

.is-desktop .main-navigation .nav .has-sub .dropdown-menu {
    /*min-height: 365px;*/
    max-width: 600px;
    background: url(/local/templates/.default/img/backgrond_menu.png) 100% 100% no-repeat #fff;
}

@media (max-width: 991px) {
    .is-desktop .main-navigation .nav .has-sub .dropdown-menu {
        max-width: none;
    }

}

.main-navigation .dropdown-menu li:hover .second-list {
    display: block;
}

.main-navigation .dropdown-menu li:hover {
    background: #e8e8e8;
}

.toggling .second-list {
    display: none !important;
}

.toggling .btn {
    display: block;
    width: 100%;
    text-align: left !important;
}

.toggling .dropdown-menu > li {
    width: 100%;
}

.toggling ul.nav {
    width: 100% !important;
}

.toggling .blue-scroll::-webkit-scrollbar {
    width: 0;
}

.toggling .blue-scroll {
    -ms-overflow-style: none;
}

.toggling .blue-scroll {
    overflow: -moz-scrollbars-none;
}

.main-navigation .dropdown-menu li,
.has-sub .dropdown.open a {
    background: transparent;
}

.main-navigation .dropdown-menu li {
    margin: 0 auto 0 0;
}

.main-navigation .dropdown-menu {
    margin-top: 0 !important;
    border: none;
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 10000;
    border: 1.5px solid rgba(72, 76, 78, 0.3);
    border-top: none;
}

.toggling .has-sub:focus ul.dropdown-menu,
.toggling .has-sub:hover ul.dropdown-menu {
    display: none;
}

.has-sub .dropdown-menu: after {
    content: '';
    height: 80%;
    wigth: 1px;
    background: #bababa;
    position: absolute;
    left: 50%;
}

.toggle-mob {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    font-family: awesome;
    top: 0;
}

.second-list li > a:focus,
.second-list li > a:hover,
.main-navigation .dropdown-menu > li > a:focus,
.main-navigation .dropdown-menu > li > a:hover,
.main-navigation .dropdown-menu > li > a.active {
    text-decoration: none;
    color: #275a79 !important;
    background-color: transparent !important;
}

.second-list li {
    width: 100%;
    padding: 4px 0;
    list-style-type: none;
}

.main-slider .bx-wrapper .bx-pager {
    padding-top: 0
}

.main-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff
}

.mob-button {
    color: #0b95d2;
    padding: 15px;
    position: absolute;
    background: transparent;
    border: none;
    top: 0;
    right: 20px;
    display: none;
    z-index: 1000;
}

.toggling .dropdown-menu {
    float: none;
    display: none;
    top: 0;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    width: 100%;
    -webkit-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: static !important;
    margin-top: 20px !important;
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .logo, .main-header .left-block, .site-name {
        text-align: left;
        margin-bottom: 0
    }

    .main-header .bottom-panel {
        padding-bottom: 40px
    }

    .main-navigation ul.nav.collapse {
        display: table
    }

    .main-navigation .nav-open {
        display: none
    }

    .main-header .right-block {
        text-align: left;
        float: right
    }

    .main-navigation {
        margin-bottom: 0
    }

    .main-navigation ul.nav {
        display: table
    }

    .main-navigation ul.nav > li {
        display: table-cell;
        vertical-align: middle
    }
}

@media screen and (max-width: 991px) {
    .main-navigation .nav > li > .dropdown > a {
        width: 100%;
        text-align: left;
    }

    .main-navigation .has-sub .dropdown-menu {

        width: auto;
        padding-bottom: 25px !important;
    }

    .dropdown-menu > li > a {
        padding: 3px;
    }

    .main-navigation .dropdown-menu {
        padding-top: 15px !important;
    }

    .main-navigation .dropdown.show {
        position: relative;
    }

    .mob-button {
        display: block;
    }

    .main-navigation .nav > li.has-sub {
        position: relative;
    }

    .mob-button > i:before {
        content: '\f062';
    }

    .mob-button.collapsed > i:before {
        content: '\f063';
    }

}

@media screen and (max-width: 400px) {
    .main-navigation .nav > li > .dropdown > a {
        font-size: 11px;
    }

    .toggling.main-navigation ul.nav > li > a {
        width: calc(100% - 60px);
    }
}

.bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0
}

.bx-wrapper img {
    width: 100%
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0
}

.bx-wrapper .bx-prev {
    left: 30px;
    background: 0 0
}

.bx-wrapper .bx-next {
    right: 30px;
    background: 0 0
}

.arrow-next, .arrow-prev {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.arrow-prev {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.arrow-next {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    width: auto
}

.bxslider-pager-block .bx-wrapper .bx-controls-auto, .bxslider-pager-block .bx-wrapper .bx-pager {
    width: 100%
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #b2afaf
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #0b95d2
}

.main-slider .bx-wrapper, .main-slider-caption {
    background-color: #f1f6fa
}

.main-slider-caption {
    position: relative;
    padding: 20px
}

.main-slider-caption h3 {
    font-family: OpenSans, sans-serif;
    font-size: 1.3em;
    color: #0b95d2;
    line-height: 1;
    margin: 0 0 10px;

}

.card-item-lg h4, .card-section .card-item h4, .footer-site-name p, .links-block h5, .profile-info p > span, .text-bold {
    font-family: OpenSansBold, sans-serif
}

.main-slider-caption .caption-text {
    font-size: 14px;
    line-height: 22px;
}

.main-slider .bx-wrapper .bx-controls-direction a {
    margin-top: -50px;
    display: none
}

.bottom-link-img a{
    display: block
}

.main-slider .bx-wrapper .bx-pager {
    width: 100%;
    top: auto;
    bottom: -35px;
    margin-top: 0;
    left: auto;
    padding: 15px;
    background-color: #f1f6fa
}

@media (min-width: 768px) {

    .main-slider .bx-wrapper .bx-controls-direction a {
        margin-top: -16px;
        display: block
    }

    .main-slider .bx-wrapper .bx-pager {
        width: auto;
        left: 100px;
        bottom: 30px;
        top: auto;
        margin-top: 0;
        background-color: transparent
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .main-slider .bx-wrapper .bx-pager {
        bottom: -12px;
        left: -17px;
    }
    .main-slider-caption {
        font-size: 14px;
        position: absolute;
        bottom: 10px;
        left: 60px;
        border-radius: 5px;
        max-width: 594px;
    }
}
@media (min-width: 992px) {
    .main-slider-caption {
        font-size: 14px;
        position: absolute;
        bottom: 75px;
        left: 100px;
        border-radius: 5px;
        max-width: 652px;
    }
}
.section {
    padding: 25px 0
}

.section-name {
    font-size: 24px;
    font-size: 1.71429em;
    color: #0b95d2
}

.main-slider {
    padding-bottom: 25px
}

.tab-news {
    margin-top: 10px;
}


.main-news-section .tab-content {
    margin-bottom: 50px
}

.all-news-archive {
    margin-top: 15px
}

.all-news-archive a {
    color: #59595b;
    display: block;
    padding: 5px 10px;
    display: inline-block;
    background: rgba(233, 233, 233, .8);
}

.confirm-request-block button:hover,
.all-news-archive a:hover {
    background-color: rgba(215, 215, 215, .7);
    text-decoration: none
}

.tab-news p {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1em
}

.tab-news .news-date {
    font-size: 12px;
    font-size: .85714em;
    color: #084166
}


@media (max-width: 1199px) {
    .fond-name .img {
        padding-top: 9%;
    }
}
.book-list a, .nav-item {
    text-decoration: none !important
}

.bottom-link-img img {
    display: block;
    width: 100%
}

.main-news-section .full-link {
    margin-top: 5px
}

.card-section .card-item {
    border: 1px solid #66caf7;
    border-radius: 1px;
    padding: 15px 25px;
    background: url(../img/menubg1.jpg) 0 100% no-repeat;
    background-size: contain;
    height: 100%;
    /*min-height: 210px;*/
    margin-bottom: 30px;
    max-width: 100%;
    margin-left: 0 !important;
    position: relative;
    margin-right: 0 !important;
    z-index: -2;
}

.card-section .card-item {
    z-index: 1;
}

.card-item-lg h4, .card-section .card-item h4 {
    font-size: 17px;
    font-size: 1.21429em;
    color: #0b95d2;
    margin: 0 0 15px
}

.card-section .card-text {
    font-size: 12px;
    font-size: .85714em;
    padding: 10px;
    /*background: rgba(233, 233, 233, .8);*/
}

.card-section .card-text p {
    color: #7b7b7b;
}

.status-btn {
    background-color: #fff
}

.card-item-lg {
    padding: 20px;
    height: 100%;
    min-height: 245px;
    margin-bottom: 30px;
    background: url(../img/card-lg-bg.png) 0 100% no-repeat #e4e4e4
}

.card-item-lg.hand-bg {
    background: url(../img/card-lg-bg.png) 0 100% no-repeat, url(../img/hand-bg.png) 100% 100% no-repeat #e4e4e4
}

.card-item-lg.card-item-lg-full {
    margin-top: 30px;
    min-height: 0;
    background: url(../img/card-lg-full-bg.png) 50% 100% no-repeat #e4e4e4
}

.book-list, .request-list {
    margin: 0;
    list-style: none
}

.book-list {
    padding: 0
}

.book-list li {
    position: relative;
    vertical-align: middle;
    padding: 18px 0 18px 40px
}

.book-list li:before {
    display: inline-block;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    width: 33px;
    height: 33px;
    background: url(../img/list-icon.png) no-repeat;
    vertical-align: middle
}

.book-list a {
    display: block;
    position: relative;
    font-size: 15px;
    font-size: 1.07143em;
    overflow: hidden;
    max-width: calc(100% - 50px);
}

.book-list a:after, .book-list a:before {
    content: '';
    position: absolute;
    bottom: 5px
}

.book-list a:after {
    width: 100%;
    border-bottom: 1px dotted #c9c9c9
}

.book-list span a:before {
    right: 0;
    width: 22px;
    height: 16px;
    background: url(../img/cart-icon.png) no-repeat #e4e4e4;
    z-index: 9
}

.book-list span a:after {
    border-bottom: none;
}

.book-list span a {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 42px;
}

.request-list {
    padding: 0
}

.request-list li {
    margin-bottom: 8px
}

.request-list a {
    font-size: 15px;
    font-size: 1.07143em
}

.news-section .container {
    background: #fff url("../img/menubg1.jpg") right bottom no-repeat;
    background-clip: content-box;
}

.tab-news-container .tab-news:first-child {
    margin-top: 0
}

.nav-item {
    display: block;
    text-align: center;
    margin-bottom: 30px
}

.nav-item .nav-icon {
    height: 56px
}

.nav-item .nav-name {
    margin-top: 15px
}

.nav-item .nav-name span {
    color: #59595b;
    font-size: 16px;
    font-size: 1.14286em
}

.news-section {
    padding-top: 0;
    margin-bottom: 30px;
}

.subscribe-container {
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 30px
}

.subscribe-container:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.subscribe-header {
    margin-bottom: 20px
}

.subscribe-col-right {
    margin-top: 20px
}

@media (min-width: 480px) {
    .subscribe-col-right {
        margin-top: 0;
        margin-left: auto
    }
}

.subscribe-title {
    margin-bottom: 0
}

.subscribe-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.subscribe-item-link {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.14286em;
    color: #084166
}

.tt-icon, .zoom-img {
    width: 20px;
    height: 20px
}

.subscribe-item-link .caret {
    margin-top: -2px;
    opacity: .8;
    position: absolute;
    top: 50%;
    right: 0
}

.collapse-description, .news-socials {
    margin-top: 20px
}

.subscribe-item-link:hover .caret {
    opacity: 1
}

.collapse-content {
    padding: 10px 20px
}

.subscribe-list-items li {
    margin-bottom: 20px
}

.social-label {
    font-size: 12px;
    font-size: .85714em;
    color: #8a8a8a;
    vertical-align: middle;
    margin-right: 10px
}

.news-socials {
    padding-top: 20px;
}

.news-socials ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 0
}

.news-socials ul > li {
    display: inline-block;
    margin-right: 8px
}

.news-socials ul > li:last-child {
    margin-right: 0
}

.news-socials ul > li a {
    display: block
}

.news-content p {
    margin-bottom: 20px
    line-height: 19px;
}

.news-content .bx-wrapper {
    margin: 40px 0
}

.news-content .bxslider li[aria-hidden=false] + li[aria-hidden=true] {
    margin-left: 5px
}

.carousel-item a {
    position: relative;
    display: block
}

.zoom-img {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/zoom-icon.png) 50% 50% no-repeat #084166
}

.tt-icon {
    display: inline-block
}

.icon-1:before, .icon-2:before, .icon-3:before {
    content: '';
    height: 18px
}

.icon-link {
    display: block;
    padding: 15px 15px 15px 55px;
    color: #fff;
    font-size: 16px;
    font-size: 1.14286em;
    background-color: #a0a0a0;
    background-position: 15px 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

.card-icon, .request-icon {
    background-color: #0b95d2
}

.icon-link:hover {
    text-decoration: none;
    color: #fff
}

.request-icon {
    background-image: url(../img/request-icon.png)
}

.card-icon {
    background-image: url(../img/card-icon.png)
}

.question-icon {
    background-image: url(../img/question-icon.png)
}

.hp-icon {
    background: url(../img/hp-icon.png) 50% 50% no-repeat
}

.fa-icon {
    background: url(../img/facebook.png) 50% 50% no-repeat
}

.in-icon {
    background: url(../img/insta.png) 50% 50% no-repeat
}

.pdf {
    display: inline-block;
    padding: 10px 0 10px 40px;
    background: url(../img/pdf.png) 0 50% no-repeat
}

.tt-nav-icon:before {
    background-image: url(../img/nav-icons.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    float: left;
    width: 24px !important;
    margin-right: 10px
}

.icon-1:before {
    width: 24px;
    background-position: -54px -10px
}

li.active .icon-1:before,
.icon-1:hover:before {
    background-position: -10px -10px
}

.icon-2:before {
    width: 18px;
    background-position: -137px -11px
}

li.active .icon-2:before,
.icon-2:hover:before {
    background-position: -98px -10px
}

.icon-3:before {
    width: 21px;
    background-position: -217px -10px
}

.icon-4:before, .icon-5:before {
    height: 19px;
    content: ''
}

li.active .icon-3:before,
.icon-3:hover:before {
    background-position: -176px -10px
}

.icon-4:before {
    width: 17px;
    background-position: -295px -10px
}

li.active .icon-4:before,
.icon-4:hover:before {
    background-position: -258px -10px
}

.icon-5:before {
    width: 20px;
    background-position: -372px -10px
}

li.active .icon-5:before,
.icon-5:hover:before {
    background-position: -332px -10px
}

.icon-6:before {
    content: '';
    width: 17px;
    height: 18px;
    background-position: -449px -9px
}

li.active .icon-6:before,
.icon-6:hover:before {
    background-position: -412px -10px
}

.icon-7:before {
    content: '';
    width: 21px;
    height: 17px;
    background-position: -527px -10px
}

li.active .icon-7:before,
.icon-7:hover:before {
    background-position: -486px -10px
}

.icon-8:before {
    content: '';
    width: 20px;
    height: 20px;
    background-position: -608px -10px
}

li.active .icon-8:before,
.icon-8:hover:before {
    background-position: -568px -10px
}

.icon-9:before {
    content: '';
    width: 22px;
    height: 19px;
    background-position: -690px -10px
}
.icon-10:before {
    content: '';
    width: 22px;
    height: 19px;
    background-position: -812px -10px;
}
.icon-10:hover:before {
    background-position: -769px -10px;
}


}
li.active .icon-9:before,
.icon-9:hover:before {
    background-position: -648px -10px
}

@media (min-width: 768px) {
    .card-item-lg, .card-section .card-item, .main-news-section .tab-content, .nav-item {
        margin-bottom: 0
    }
}

ul.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.sidebar-nav li {
    border-bottom: 1px solid #dcdcdc
}

ul.sidebar-nav li:last-child, ul.sidebar-nav_icons li {
    border-bottom: none
}

ul.sidebar-nav li a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-size: 1.07143em;
    color: #084166
}

ul.sidebar-nav li.active a,
ul.sidebar-nav li a:hover {
    color: #0b95d2
}

ul.sidebar-nav li:first-child a {
    padding-top: 0
}

ul.sidebar-nav_icons li a {
    padding-top: 5px;
    padding-bottom: 5px
}

ul.sidebar-nav_icons li a span {
    display: block;
    overflow: hidden
}

.sidebar-message {
    background-color: #e8e8e8;
    padding: 20px;
    border: 1px solid #0b95d2;
    margin-bottom: 20px
}

.sidebar-message h4 {
    margin-top: 0;
    color: #0b95d2;
    margin-bottom: 20px
}

.sidebar-message p {
    margin-bottom: 0
}

.sidebar-message_grey {
    border-color: #59595b
}

.sidebar-message_grey h4 {
    color: #59595b !important
}

.user-profile-sm {
    margin-bottom: 10px
}

.user-profile-sm .user-profile-img {
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px;
}

.todays-birthday.user-profile-sm .user-profile-img{
    width: 130px;
    height: 130px;
    padding-right: 0;
    float: none;
    margin: 0 auto;
}

.todays-birthday.user-profile-sm .user-profile-right{
    margin-left: 0;
    text-align: center;

}

.sidebar-message h4{
    text-align: center;
}

.closest-birthdays{
    display: block;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}

.user-profile-post{
    font-size: 11px;
    display: block;
}

.user-profile-sm .user-profile-right {
    margin-left: 60px;
    line-height:18px;
}

.user-profile-sm .user-profile-date {
    display: block;
    color: #084166;
    font-size: 13px;
    font-size: .92857em;
    line-height:17px;
}

.user-profile-sm .user-profile-name {
    font-size: 13px;
    font-size: .92857em;
}

.messages > a, .profile-info p {
    color: #0b95d2;
    font-size: 12px
}

.profile-info>*{
    display: inline-block;
    vertical-align: middle;
}

.profile-info .link-wrapper a{
    position: relative;
}

.profile-info .link-wrapper a #messages{
    position: absolute;
    background: #084166;
    height: 18px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    padding: 1px 4px;
    min-width: 18px;
    right: -6px;
}

.personal-tabs .bx-pager{
    bottom: -30px;
    text-align: left;
}

.personal-news .full-link{

}

.page-name .news-title {
    margin-bottom: 0
}

.profile-panel {
    margin-left: auto
}

.messages {
    display: inline-block;
    margin-right: 15px
}

.messages > a {
    display: block;
    padding: 15px;
    background-color: #d4eef6;
    text-decoration: none;
    font-size: .85714em
}

.breadcrumb-section ul > li, .profile-info {
    display: inline-block
}

.messages > a:hover {
    background-color: #bfe6f2
}

.profile-info {
    background-color: #e8e8e8;
    padding: 5px 15px
}

@media (max-width: 992px) {
    .page-name {
        width: 100%;
        margin-bottom: 20px
    }

    .messages {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0
    }

    .profile-info {
        width: 100%
    }

    .section-block ul li {
        width: calc(50% - 8px);
    }

    .main-navigation ul.nav > li > a {
        text-align: left;
    }

    .toggling .dropdown-menu li .second-list {
        display: none !important;
    }

}

.profile-info p {
    margin-bottom: 0;
    font-size: .85714em
}

.profile-info p > span {
    color: #59595b
}

.breadcrumb-section {
    padding-top: 15px;
    padding-bottom: 15px
}

.breadcrumb-section ul {
    padding: 0;
    margin: 0
}

.breadcrumb-section ul > li:after {
    content: ' / ';
    padding: 5px
}

.breadcrumb-section ul > li:last-child:after {
    content: '';
    display: none
}

.breadcrumb-section ul > li a, .breadcrumb-section ul > li {
    color: #59595b;
    text-decoration: none;
    font-size: 12px !important;
    font-size: .85714em
}

.sliderBlock ul li p,
.inner-page-block .sidebar ul li a,
.breadcrumb-section ul > li.active a {
    color: #084166
}

.footer-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0
}

.footer-top {
    background-color: #e8e8e8;
    border-top: 1px solid #d4d4d4;
    padding: 20px 0
}

.links-block + .links-block {
    margin-top: 20px
}

.links-block h5 {
    font-size: 14px;
    font-size: 1em;
    color: #59595b;
    margin-bottom: 15px
}

.links-block ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.links-block li {
    margin-bottom: 12px
}

.links-block li:last-child {
    margin-bottom: 0
}

.links-block a {
    display: inline-block;
    color: #59595b;
    font-size: 12px;
    font-size: .85714em;
    line-height: 1.3
}

.links-block a:hover {
    text-decoration: underline;
}

.footer-bottom {
    background: url(../img/footer-bg.png) 0 100% no-repeat #59595b;
    padding: 20px 0 10px
}

.footer-logo, .footer-site-name {
    float: left
}

.footer-logo {
    width: 30%;
    padding-right: 20px
}

.footer-site-name {
    width: 70%
}

.footer-site-name p {
    color: #c4c4c5;
    margin-bottom: 0
}

.footer-site-name p.small {
    font-size: 9px;
    font-size: .64286em
}

.footer-sponsors {
    margin-top: 20px
}

@media (min-width: 768px) {
    .footer-sponsors {
        float: right;
        margin-top: 0
    }
}

.footer-sponsors div {
    float: left;
    margin-right: 20px
}

.footer-sponsors div:last-child {
    margin-right: 0
}

.copyright {
    color: #fff;
    font-size: 12px;
    font-size: .85714em
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-bottom .social-list {
    padding-left: 10px
}

.footer-bottom .social-list, .footer-nav {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.footer-nav li {
    display: inline-block;
    color: #fff;
    text-align: left
}

.footer-nav li:after {
    content: ' | '
}

.footer-nav li:last-child:after {
    content: ''
}

.footer-nav a {
    color: #fff;
    font-size: 12px;
    font-size: .85714em;
    text-decoration: underline
}

.footer-bottom .social-list a {
    color: #fff
}

@media (min-width: 768px) {
    .align-middle {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .align-middle .align-block, .align-middle > [class*=col-] {
        display: table-cell;
        float: none;
        height: 100%;
        vertical-align: middle
    }

    .align-middle .align-block:first-child, .align-middle > [class*=col-]:first-child {
        padding-left: 0
    }

    .align-middle .align-block:last-child, .align-middle > [class*=col-]:last-child {
        padding-right: 0
    }
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-flex > [class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 480px) {
    .flex-nowrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}
.mb30{
    margin-bottom: 30px;
}
.mb20 {
    margin-bottom: 20px
}

.m0 {
    margin: 0
}

/*
===========
PAGINATION
===========
*/

@font-face {
    font-family: 'openSansRegular';
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: 'awesome';
    src: url("../fonts/fontawesome-webfont.ttf");
}

.pagination {
    margin: 0;
}

.pagination li a {
    border: none;
    color: #0c96d2;
    font-family: openSansRegular;
    border-radius: 20px;
    position: relative;
}

.pagination > li:last-child > a,
.pagination > li:first-child > a {
    border-radius: 20px;
}

.pagination > .active,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {

    background-color: #0c96d2;
}

.pagination .forward a {
    color: #0c96d2;
}

.pagination .forward.active a {
    color: #fff;
}

.page a {
    border-radius: 50%;
}

.pagination .margn:first-child a {
    padding-left: 20px;

}

.pagination .margn:first-child a:before {
    content: "\f100";
    font-family: awesome;
    position: absolute;
    left: 7px;
}

.pagination .forward:last-child a {
    padding-right: 20px;

}

.pagination .forward:last-child a:before {
    content: "\f101";
    font-family: awesome;
    position: absolute;
    right: 7px;
}

.pagination-block {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.share-block {
    margin-top: 125px;
}

.share-block .socials-block {
    color: #454545;
    margin-bottom: 15px;
}

.tt-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.socials-block {
    display: inline-block;
}

.socials-block > * {
    display: inline-block;
    vertical-align: middle;
}

.socials-block > span {
    font-weight: 600;
    margin-right: 5px;
}

.hp-icon {
    background: url(../img/hp-icon.png) 50% 50% no-repeat;
}

.fa-icon {
    background: url(../img/facebook.png) 50% 50% no-repeat;
}

.in-icon {
    background: url(../img/insta.png) 50% 50% no-repeat;
}

.socials-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

.socials-block ul > li {
    display: inline-block;
    margin-right: 8px;
}

.socials ul > li:last-child {
    margin-right: 0;
}

.socials-block ul > li a {
    display: block;
}

.social-label {
    font-size: 12px;
    color: #8a8a8a;
    vertical-align: middle;
    margin-right: 10px;
}

.link-arrow:before {
    content: "\f101";
    font-family: awesome;
}

.about_photo {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 15px 45px 25px 15px;
    overflow: hidden;
    width: 250px;
    height: 330px;
    border: 1px solid #f6f6f6;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    line-height: 250px;
}

.about_photo img {
    margin: 0 -100%;
    max-width: 110%;
    min-width: 100%;
    min-height: 100%;
    max-height: 115%;
    vertical-align: middle;
    position: relative;
}

.about_text {
    padding-top: 15px;
    text-align: justify;
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 360px);
}

.about_text p {
    color: #59595b;
    font-size: 14px;
}

.leaders-name,
.about_links a,
.about_text,
.signature {
    font-family: openSansRegular, sans-serif;
}

.signature {
    color: #295a7a;
    float: right;
    text-align: right;
    margin-top: 55px;
}

.signature .sign_name {
    font-family: openSansBold;
}

.signature p {
    margin-bottom: 3px;
}

.sign_name p {
    float: right;
    padding: 35px 0px 0px 15px;
}

.about_links a {
    color: #0c96d2;
    font-size: 16px;
    position: relative;
}

.about_links li {
    padding: 25px 0 25px 10px;
    border-top: 1px solid #d9d9d9;
}

.about_links ul {
    padding-left: 0;
}

.has_after:after {
    content: '\f101';
    position: absolute;
    width: 15px;
    height: 20px;
    font-family: awesome;
    top: 0;
    right: -25px;
}

@media screen and (max-width: 768px) {
    .about_photo {
        float: none;
        margin: 25px auto;
    }

    .has_after:after {
        font-family: awesome;
        top: calc(50% - 12px);
        right: 5px;
    }

    .about_links a.has_after {
        position: static;
    }

    .about_links ul li {
        position: relative;
        padding-right: 30px;
    }

}

/*   LEADERS PAGE:   */

.leaders-block {
    margin-top: 45px;
    line-height: 19px;
}

.leaders-block .row {
    margin-bottom: 30px;
}

.leader-item {
    text-align: center;
    padding: 0;
}

.leaders-name {
    color: #0c95d2;
}

.leaders-info span,
.leaders-info a {
    display: block;
}

.leaders-info {
    height: 74px;
    margin-bottom: 30px;
}

.leaders-name p {
    margin-bottom: 0;
}

.leaders_photo {
    height: 205px;
    width: 135px;
    margin: 0 auto 15px auto;
    overflow: hidden;
    border: 1px solid #e8e6e7;
    vertical-align: middle;
    text-align: center;
    line-height: 125px;
}

.leaders_photo img {
    max-width: 200%;
    min-width: 100%;
    min-height: 100%;
    max-height: 200%;
    margin: 0 -100%;
    vertical-align: middle;
    position: relative;
    display: inline;
}

.leader-item .last-name {
    text-transform: uppercase;
}
.last-name_eng{
    line-height: 0.9;
}
@media (max-width: 992px) {
    .leaders-block .leader-item {
        margin-bottom: 40px;
    }

    .about_text {
        padding-top: 10px;
        width: 100%;
    }

    .about_photo {
        display: block;
        margin: 0 auto 25px auto;
    }
}

@media screen and (max-width: 1200px) {
    .main-navigation .dropdown-menu {
        padding-top: 5px;
        padding-bottom: 0px !important;
    }

}

@media screen and (max-width: 768px) {
    .section-block ul li {
        width: 100%;
    }

    .fond-name > img {
        transform: none;
        max-height: 75px;
        padding-top: 0;
    }
}

.section-block a {
    padding: 10% 15px 10%;;
    color: #fff;
    font-family: openSansBold;
    font-size: 15px;
    background: rgba(12, 149, 210, 0.7);
    text-decoration: none;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    display: table-cell;
    vertical-align: middle;
}

.section-block ul li {
    padding: 15px 10px;
    height: 190px;
    border: 1px solid #98d2ea;
    border-radius: 1px;
    text-align: center;
    background: url("../img/card-bg.png");
    background-position: bottom right;
    width: calc(25% - 8px);
    margin: 0 8px 8px 0;
    max-height: 180px;
    display: table;
    float: left;
    background-size: cover;
}

.section-block ul {
    margin: 0;
    padding: 0;
}

.section-block ul li:hover a {
    color: #fff;
    background: #076189;
}

.search-block-wrapper {
    width: 100%;
}
.search-block-wrapper__item {
    width: 100%;
    padding: 30px;
    box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.1);
    font-size: 1.21429em;
    color: #084166;
    font-weight: 700;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
a.search-block-wrapper__item {
    text-decoration: none !important;
}
.search-block-wrapper__item .input-group {
    display: flex;
    align-items: center;
}
a.search-block-wrapper__item:hover {
    color: #0b95d2;
}
a.search-block-wrapper__item:hover .arrow {
    background-color: #0b95d2;
}
.search-block-wrapper__item .arrow {
    min-width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    background-color: #e8e8e8;
    color: #fff;
    border: none;
    margin-left: 15px;
    font-size: 24px;
}
.search-block-wrapper__item .arrow:hover {
    background-color: #0b95d2;
}
.search-block-wrapper__item .form-control {
    height: 47px;
}

.search-block.main-search form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.search-block-wrapper h3 {
    padding-top: 45px;
    border-top: 1px solid #d4d4d4;
}
.search-block-wrapper label {
    margin-right: 15px;
    margin-top: 7px;
}

.search-block-wrapper form input[type='search'] {
    width: 100%;
    position: relative;
    padding: 10px 40px 10px 10px;
    border: 1px solid #a9a9a9;
}

.search-block {
}

.search-block-wrapper .input-group-btn {
    background: #fff;
}

.search-block .input-group {
    width: 70%;
}

.search-block > form > * {
    float: left;
}

@media screen and (max-width: 1200px) {
    .redakcionno_izd {
        width: 69%;
    }

    .section-block ul li {
        width: calc(33.3% - 8px);
    }

    .search-block-wrapper .search-block.main-search input {
        padding-right: 0;
    }

}

@media screen and (max-width: 992px) {
    .section-block ul li {
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 768px) {
    .section-block ul li {
        width: 100%;
    }

    .search-block-wrapper .search-block.main-search input {
        padding-right: 0;
    }
}

@media screen and (max-width: 610px) {

    .search-block-wrapper .search-block.main-search {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .static__contacts__item__header.static__contacts__col-33p,
    .static__contacts__col-66p {
        width: 100% !important;
    }

    .static__contacts__item__header.static__contacts__col-33p {
        margin-bottom: 30px;
        border-bottom: 1px solid #59595b;
        padding-bottom: 20px;
    }
    .search-block.main-search form {
        flex-direction: column;
    }
    .search-block .input-group {
        width: 100%;
    }
    .search-block-wrapper label {
        margin-right: 0;
    }
    .search-block-wrapper__item {
        padding: 15px;
    }
}

/*   DIRECTIONS    */

.directions-list-items li a {
    color: #59595b;
}

.directions-list-items {
    padding-left: 15px;
}

.directions-list {
    padding-left: 0;
    margin-bottom: 0;
}

.directions-list > li {
    border-top: 1px solid #d9d9d9;
    padding: 10px 0;
    list-style-image: url(/local/templates/.default/img/bulit.png);
}

.directions-item-link {
    color: #0b96d3;
    font-size: 24px;
    position: relative;
    margin: 15px 0;
    text-decoration: none;
}

.directions-item-link:hover,
.directions-item-link:focus {
    text-decoration: none;
}

.directions-list-items li {
    position: relative;
    padding-top: 8px;
    list-style-image: url(/local/templates/.default/img/bulit.png);
}

.directions-list .collapse {
    position: relative;
}

.directions-item-link.collapsed > .pull-right,
.plus-dropdown-opener.collapsed > .dropdown-mark {
    background: #0c95d2 ;
}

.plus-dropdown-opener.collapsed > .dropdown-mark:after,
.directions-item-link.collapsed > .pull-right:after{
    content: '';
    position: absolute;
    height: 60%;
    width: 2px;
    top: 20%;
    left: calc(50% - 1px);
    background: #fff;
}

.plus-dropdown-opener > .dropdown-mark,
.directions-item-link > .pull-right {
    width: 35px;
    height: 35px;
    background: #0c95d2;
    position: relative;
}

.plus-dropdown-opener > .dropdown-mark:before,
.directions-item-link > .pull-right:before{
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background: #fff;
    top: calc(50% - 1px);
    left: 20%;
}

.plus-dropdown-opener > .dropdown-mark{
    width: 20px;
    height: 20px;
    background-size: 50%;
}

.plus-dropdown-opener:focus,
.plus-dropdown-opener:hover,
.plus-dropdown-opener{
    color: #59595b;
    font-size: 14px;
    text-decoration: none;
}

.plus-dropdown-opener>span{
    margin-right: 10px;
}

.dropdown-mark{
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 420px) and (min-width: 360px) {
    .directions-item-link > span {
        display: block;
        margin: 10px 0 0 calc(100% - 35px);
        position: absolute;
        top: calc(50% - 25px);
        left: 100%;
    }

    .directions-item-link {
        width: 50% !important;
        display: inline-block;
    }
}

/*     INNER PAGE     */

.inner-page-block .content ol li {
    list-style-type: decimal;
}

.inner-page-block .content dt {
    font-size: 18px;
    list-style-type: decimal;
    color: #084166;
    margin-bottom: 8px;
}

.inner-page-block .content h1 {
    width: 65%;
}

.inner-page-block .content p,
.inner-page-block .content span {
    text-align: justify;
    line-height: 20px;
}

.inner-page-block .content p {
    margin-bottom: 20px;
}

.inner-page-block .content dt:first-child {
    color: #30607f;
}

.content dd ul li {
    margin: 8px 0;
    color: #0c96d2;
    list-style-type: disc;
    list-style-image: url(/local/templates/.default/img/bulit.png);
}

.useful-info {
    width: 24%;
    float: right;
    margin: 0 0 25px 35px;
}

.useful-info .service {
    padding: 20px 12px 10px;
    background-color: #0c95d2;
    color: #fff;
}

.useful-info .service span {
    display: block;
    text-align: center;
}

span.bold-text {
    font-family: OpenSansBold;
}

.useful-info span.bold-text {
    font-size: 18px;
}

.useful-info .faq {
    background-color: #a0a0a0;
    color: #fff;
    padding: 12px 10px 5px;
    font-size: 16px;
}

.useful-info img {
    float: left;
    margin-right: 6px;
}

.useful-info .service img {
    margin-top: -5px;
    margin-right: 10px;
}

.useful-info .service span:first-of-type {
    margin-bottom: 8px;
    text-align: center;
    font-size: 16px;
}

.useful-info .phone-num {
    font-size: 12px;
    color: #084166;
}

.content h4,
.useful-info .phone-num span {
    color: #0c95d2;
}

.useful-info > * {
    margin-bottom: 15px;
}

.useful-info > *:first-child {
    margin-bottom: 10px;
    margin: 0 auto !important;
}

.useful-info-bottom {
    display: none;
}

.bx-controls .bx-default-pager {
    width: 100%;
    padding: 0;
}

.inner-page-block .sidebar ul li.active a {
    color: #0c95d2;
}

.sliderBlock li {
    position: relative;
    margin-right: 15px;
    height: 100%;
    list-style-image: url(/local/templates/.default/img/bulit.png);
}

.sliderBlock {
    margin-top: 30px;
    padding: 25px 0 25px;
    border-top: 1px solid #d9d9d9;
    height: 235px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 70px;
}

.sidebar .search-block-wrapper {
    background-color: #30607f;
    padding: 14px 10px;
    width: 85%;
    margin-top: 20px;
}

.sidebar .search-block-wrapper label {
    color: #fff;
    margin-bottom: 10px;
    font-weight: normal;
    width: 100%;
    margin: 0;
    text-align: center;
}

.sidebar .search-block-wrapper .input-group {
    padding: 0 10px;
    margin-top: 10px;
}

.sidebar .search-block-wrapper .input-group-btn .search-btn,
.sidebar .search-block-wrapper .input-group-btn {
    background-color: #fff;
}

.sidebar .search-block-wrapper .input-group input {
    font-size: 13px;
    padding-right: 10px;
}

.sidebar .search-block-wrapper form {
    margin-bottom: 0;
}

.sliderBlock li .img-wrapper {

    display: block;
    /*position: absolute;*/
    /*width: 235px;*/
    height: 100%;
    /*top: 0;*/
    /*left: 0;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.content .sliderBlock .bx-wrapper,
.content .sliderBlock .bx-viewport {
    height: 100%;
}

.content .sliderBlock .bx-controls-direction {
    display: none;
}

.sliderBlock h4 {
    margin-bottom: 20px;
}

.nav-hr {
    border-bottom-width: 1px;
}

@media screen and (max-width: 1199px) {

    .useful-info-top {
        width: 35%;
        float: right;
        margin: 0 0 15px 35px;
    }

    .inner-page-block .content h1 {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .fond-name {
        transform: none;
    }

    .useful-info-top {
        display: none;
    }

    .useful-info-bottom {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        margin-top: 25px;
    }

    .sidebar .search-block-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .sidebar {
        display: none;
    }

    .useful-info-top {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .useful-info-top .service,
    .useful-info-top .faq {
        padding-bottom: 15px;
    }

    .useful-info img {
        float: none;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .useful-info {
        text-align: center;
    }

    .useful-info .service span:first-of-type {
        text-align: center;
    }
}

/*science-unit-page*/

.card-section .card-item {
    margin-bottom: 10px;
}

.card-section .card-item .card-text {
    background: rgba(233, 233, 233, .8)

}

.card-section .card-item .leads-contact li {
    position: relative;

}

.card-section .card-item .leads-contact ul {
    padding-left: 20px;
}

.card-section .card-item .leads-name {
    color: #343434;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

.card-section .list-item-mail a {
    color: #0a96d1;
}

.card-item .list-item-mail:before,
.card-item .list-item-phone:before {
    position: absolute;
    width: 14px;
    font-size: 11px;
    font-family: awesome;
    text-align: center;
    height: 14px;
    left: -20px;
    color: #0b95d2;
    top: calc(50% - 9px);
}

.icon-phone {
    margin-left: 14px;
}

.icon-mail {
    margin-left: 6px;
}

.icon-phone:before {
    content: '\f095';
    width: 14px;
    font-size: 11px;
    font-family: awesome;
    text-align: center;
    height: 14px;
    color: #0b95d2;
    top: calc(50% - 7px);
    margin-left: -5px;
    margin-right: 5px;
}

.icon-mail:before {
    content: '\f0e0';
    width: 14px;
    font-size: 11px;
    font-family: awesome;
    text-align: center;
    height: 14px;
    color: #0b95d2;
    top: calc(50% - 7px);
    margin-left: -5px;
    margin-right: 5px;
}

.nauchnye-podrazdeleniya-content ul li {
    list-style-image: url(/local/templates/.default/img/bulit.png);
}

.nauchnye-podrazdeleniya-content .card-item ul li {
    list-style-type: none;
}

.nauchnye-podrazdeleniya-content ul li span {
    color: #59595b;
}

.card-item .list-item-phone:before {
    content: '\f095';
}

.card-item .list-item-mail:before {
    content: '\f0e0';
}

.nauchnye-podrazdeleniya-content h2 {
    color: #275a79;
    font-size: 20px;
    margin: 0px 0 25px;
}

.nauchnye-podrazdeleniya-content .info-block-descr ul {
    padding-left: 20px;
}

.nauchnye-podrazdeleniya-content p {
    margin-bottom: 4px;
    color: #59595b;
    line-height: 23px;
}

.topContentMenu {
    margin-bottom: 30px;
}

/*history page*/

.history-content ul li {
    padding: 15px 0 15px 120px;
    color: #454545;
    position: relative;
}

.history-content ul li:before {
    content: '';
    width: 5px;
    position: absolute;
    height: 131%;
    background: #0c95d2;
    left: 60px;
    top: 0px;
}

.history-content ul li:after {
    content: '';
    width: 5px;
    position: absolute;
    height: 50%;
    background: #0c95d2;
    top: 50%;
    left: 60px;
}

.history-content ul li .year {
    position: absolute;
    top: 16px;
    left: 0;
    color: #084166;
    font-family: OpenSansBold;
    width: 3em;
}

.history-content ul li:hover .year:after {
    -webkit-box-shadow: 0 0 3px 1px rgb(26, 174, 241);
    box-shadow: 0 0 3px 1px rgb(26, 174, 241);
}

.history-content ul li .year:after {
    content: '';
    width: 15px;
    position: absolute;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    top: calc(50% - 7px);
    right: -28px;
    border: 2px solid #0c95d2;
    z-index: 3;
}

.history-content ul li.important-date .year:after {
    background: #0c95d2;
}

.history-content ul li:first-child:before {
    top: 22px;
}

.history-content ul li:last-child:after {
    display: none;
}

.history-content ul li:last-child:before {
    height: 20px
}

@media screen and (max-width: 600px) {
    .history-content ul li {
        padding-left: 80px;
        word-wrap: break-word;
    }

    .history-content ul li:before,
    .history-content ul li:after {
        left: 52px;
    }

    .history-content ul li .year:after {
        right: -20px;
    }

}

/*enter page*/

.personal-section .container {
    background: none;
}

.personal-section {
    background: url("../img/enterbg.png") bottom right no-repeat;
    padding-bottom: 140px;
}

.auth-form {
    width: 30%;
    margin: 20px 0 100px;
}

.auth-form .password, .auth-form .login {
    display: block;
    padding: 12px 0 12px 50px;
    width: 100%;
    border: 1px solid #a9a9a9;
}

.auth-form input::-webkit-input-placeholder {
    color: #a9a9a9;
}

.auth-form input::-moz-placeholder {
    color: #a9a9a9;
}

.auth-form input:-moz-placeholder {
    color: #a9a9a9;
}

.auth-form input:-ms-input-placeholder {
    color: #a9a9a9;
}

.auth-form .password {
    margin-top: 30px;
}

.auth-form a {
    color: #a9a9a9;
    border-bottom: 1px dashed #a9a9a9;
}

.auth-form a:hover,
.auth-form a:focus {
    text-decoration: none;
}

.auth-form a.sign-up {
    font-weight: bold;
}

.auth-form a.forgot-passw {
    float: right;
}

.auth-form button[type="submit"] {
    display: block;
}

.auth-form input.login {
    background: url("/local/templates/.default/img/man-user.png") 20px 10px no-repeat;
}

.auth-form input.password {
    background: url("/local/templates/.default/img/padlock.png") 20px 10px no-repeat;
}

.auth-links-block,
.auth-submit-block {
    margin-top: 20px;
}

.auth-submit-block input {
    padding: 12px 60px;
    color: #fff;
    background: #084166;
    border: none;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.auth-submit-block input:hover {
    background: #0b95d2;
}

@media screen and (max-width: 992px) {
    .auth-form {
        width: 50%;
    }

    .personal-section {
        background-size: contain;
    }
}

@media screen and (max-width: 480px) {
    .auth-form {
        width: 100%;
    }
}

.red_bold_text {
    color: red;
    font-weight: 600;
}

.small_nuderline_text {
    font-size: 13px;
    margin: 0px;
}

.blue_small_text {
    font-size: 12px;
    color: #084166;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.useful-info-top a {
    text-decoration: none;
}

.text_h3 {
    font-weight: 600;
    color: #275a79;

}

.text_blue {
    color: #0b95d2;;
}

.pdf_icon {
    margin: 10px;
    width: 30px;
}

.pdf_doc {
    color: #0c95d2;
}

.pdf_doc:hover {
    color: #0c95d2;
}

.news-title a {
    line-height: 19px;
    color: #3a3a3e;
}

.news-title a:hover {

    color: #076189;;
}

.blue_text {
    color: #0b95d2;

}

.tr_padding {
    height: 55px;
    font-size: 14px;

}

.tr_padding td {
    padding-left: 5px;
}

.list-unstyled li {
    list-style-image: none !important;
}

/*request page*/

.online-request-individual-section .container,
.service-request-section .container,
.online-request-legal-entity-section .container {
    /*  background-image: url('../img/enterbg.png');*/
}

.inputs-table-block select,
.inputs-table-block label,
.inputs-table-block input {
    display: inline-block;
}

.inputs-table-block label {
    width: 30%;
}

.inputs-table-block__row textarea,
.inputs-table-block select,
.inputs-table-block input {
    border: 1px solid rgb(169, 169, 169);
    width: 55%;
    padding: 10px 24px;
}

.inputs-table-block .new {
    color: #fff;
    border: none;
    background: #0c96d2;
    margin-right: 10px;
    width: 145px;
    height: 44px;
    font-size: 16px;
}

.wide-form > div > label {
    width: 44%;
}

.inputs-table-block .radio-block,
.wide-form > div > input {
    width: 55%;
    display: inline-block;
}

.inputs-table-block .radio-block label,
.inputs-table-block .radio-block input {
    width: auto;
    height: auto;
}

.inputs-table-block .radio-block label {
    position: relative;
    margin-right: 15px;
}

.inputs-table-block .radio-block input {
    display: none;
}

.inputs-table-block .radio-block input:checked + label:before {
    border-color: #fff;
    box-shadow: 0 0 0px 1px #cdcdcd;
    background: #0c95d2;
    border-width: 1.5px;
}

.radio-block label:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    left: 0;
    top: calc(50% - 7px);
}

.should-choose .agree input {
    display: none;
}

.should-choose .agree label {
    position: relative;
    padding-left: 20px;
}

.should-choose .agree label:before {
    position: absolute;
    content: '\f096';
    color: inherit;
    left: 0;
    font-family: awesome;
    line-height: 14px;
    top: calc(50% - 6px);
}

.should-choose .agree label:first-of-type {
    margin-right: 15px;
}

.should-choose .agree input:checked + label:before {
    font-family: awesome;
    color: #0c95d2;
    content: '\f046';
}

.btn-right{
    text-align: right;
}

.title-string{
    font-family: OpenSans;
    color: #59595b;
    font-size: 18px;
}

.inputs-table-block .radio-block label {
    padding-left: 25px;
}

.inputs-table-block__row {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 15px;
}

.choose-edition label,
.inputs-table-block__row label {
    font-weight: normal;
    font-size: 14px;
}

.label-required span {
    position: relative;
}

.label-required span:after {
    content: '*';
    position: absolute;
    right: -10px;
}

.refresh-number:focus,
.refresh-number:hover {
    text-decoration: none;
    color: #59595b;
}

.inputs-table-block__row > * {
    vertical-align: middle;
}

.input-file-wrapper,
.inputs-table-block button,
#clear-form,
.refresh-number,
.inputs-table-block input[type="file"] button {
    font-family: OpenSans;
    font-size: 16px;
    color: #59595b;
    padding: 7px 15px;
    background: #e4e4e4;
    border: none;
}

.input-file-wrapper,
.inputs-table-block button,
#clear-form,
.refresh-number {
    padding: 10px 35px;
}

.refresh-number {
    display: inline-block;
}

label[for="comments-id"] {
    vertical-align: top;
}

.collapse-items-list li{
    margin-bottom: 15px;
}

.confirm-request-block button{
    background: #e8e8e8;
}

.wide-form.inputs-table-block button{
    padding: 10px 20px;
    font-size: 12px;
    line-height: 14px;
    min-width: 145px;
    margin-bottom: 5px;
}

button.blue-submit-btn{
    padding: 10px 20px;
    color: #fff;
    background: #0d4569;
    border: none;
    margin-right: 7px;
}

button.blue-submit-btn:hover{
    background: #217ab3;
}

.inputs-table-block__row textarea {
    max-height: 175px;
    resize: none;
}

#check-number {
    width: 150px;
    height: 42px;
    margin: 0 15px;
}

.check-number-img {
    max-height: 40px;
}

.inputs-table-block input [type='submit'] {
    color: #fff;
    background: #0c96d2;
    margin-right: 10px;
    width: 145px;
}

.inputs-table-block input[type='file'] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputs-table-block label.input-file-wrapper {
    width: auto;
    margin-right: 15px;
    cursor: pointer;
    max-width: 195px;
}

.file-upload-result {
    width: 250px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .inputs-table-block__row textarea,
    .inputs-table-block select,
    .inputs-table-block input {
        width: 65%;
    }

    .inputs-table-block label {
        width: 33%;
        margin-right: 1%;
    }

    .choose-edition table td .checkbox-after {
        padding-left: 35px;
    }

    .choose-edition table td .checkbox-after:before {
        left: 0;
    }

    .inputs-table-block input[type="text"] {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .inputs-table-block__row > label,
    .inputs-table-block__row textarea,
    .inputs-table-block select,
    .inputs-table-block label,
    .inputs-table-block input[type="text"] {
        display: block;
        width: 100%;
    }

    .wide-form > div > label {
        width: 100%;
    }

    .control-buttons > * {
        margin-right: unset !important;
        display: block !important;
        margin: 10px auto !important;
    }

    .sm-middle {
        text-align: center;
    }

    .inputs-table-block label.input-file-wrapper {
        margin: 10px auto;
    }

    .inputs-table-block * {
        font-size: 14px;
    }

    .refresh-number, #check-number, .check-number-img {
        display: block;
        margin: 10px auto;
        max-width: 130px;
    }

    .control-buttons {
        text-align: center;
    }

    .control-buttons > * {
        margin-bottom: 5px;
    }

    .online-request-individual-section .container,
    .service-request-section .container,
    .online-request-legal-entity-section .container {
        background-size: contain;
    }

    .title-string{
        display: block;
        margin-top: 20px;
        border-top: 1px solid #ccc;
        padding-top: 15px;
    }
}

/*online requests pages*/

.instruction-list {
    padding-left: 15px;
}

.instruction-list li {
    margin-bottom: 20px;
}

.center-title {
    text-align: center;
    margin: 45px 0 40px;
}

.center-title span {
    font-family: openSansRegular;
    font-size: 24px;
    color: #59595b;
}

.center-title_bold span {
    font-family: OpenSansBold;
}

.choose-edition__year {
    width: 100%;
}

.choose-edition__year > * {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
}

.choose-edition__year select {
    padding-left: 15px;
}

.choose-edition table td > * {
    width: auto;
}

.checkbox-after:before,
.choose-edition table td > input[type = 'text'],
.choose-edition table td > input[type = 'checkbox'] {
    border: 1px solid #e4e4e4;
}

.choose-edition table td > input[type = 'text'] {
    width: 50px;
    height: 39px;
    margin-left: 20px;
}

.choose-edition table td > input[type = 'checkbox'] {
    width: 21px;
    height: 21px;
    opacity: 0;
}

.choose-edition table td > * {
    display: inline-block;
}

.edition-name,
.edition-descr {
    display: block;
}

.edition-name {
    font-family: OpenSansBold;
    font-size: 16px;
    text-transform: uppercase;
}

.edition-descr {
    font-size: 14px;
}

.checkbox-after {
    position: relative;
    padding-left: 15px;
    float: left;
}

.checkbox-after:before {
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    background: #fff;
    left: -25px;
    top: calc(50% - 11px);
}

.choose-edition table {
    width: 100%;
    margin: 0 0 70px;
}

.choose-edition table td {
    padding: 20px 0 20px;
    text-align: right;
}

.choose-edition table td:first-child {
    text-align: left;
}

.choose-edition table td > input[type = 'checkbox']:checked + label:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 19px;
    color: #0c96d2;
    line-height: 17px;
}

.choose-edition table td > input[type = 'text'] {
    padding: 10px 5px;
}

.choose-edition table tr {
    border-bottom: 1px solid #e4e4e4;
}

.choose-edition table tr:last-child {
    border-bottom: none;
}

.choose-edition .table-title {
    margin-top: 25px;
    font-family: openSansRegular;
    font-size: 18px;
}

.useful-links li a {
    font-family: OpenSansBold;
    color: #0c96d2;
    font-size: 16px;
}

.useful-links li {
    margin-bottom: 26px;
}

.useful-links {
    margin-top: 45px;
}

.control-buttons #clear-form:hover,
.refresh-number:hover,
.inputs-table-block label.input-file-wrapper:hover {
    background: #d4d4d4;
}

.inputs-table-block input[type='submit']:hover {
    background: #076189;
    width: 145px;
}

@media screen and (max-width: 600px) {
    .choose-edition table td:not(:first-child) {
        display: inline-block;
        width: 33%;
    }

    .choose-edition table td:not(:first-child) > * {
        display: block;
        text-align: center;
    }

    .choose-edition table td:not(:first-child) > input[type='text'] {
        margin: 0 auto;
    }

    .choose-edition table td:first-child {
        display: block;
    }

    .choose-edition table td .checkbox-after {
        display: block;
        width: 100%;
    }

}

.right_bloc_icon {

    padding: 20px 0px;
    margin-bottom: 10px;

}

.right_bloc_icon tr {
    height: 30px;
}

.right_bloc_icon td {
    text-align: center;
    color: #fff;
}

.right_bloc_icon table {
    width: 100%;
    margin: 0 auto !important;

}

.useful-info-top_right_block {
    width: 20%;
    float: right;
    margin: 0 0 25px 35px;
}

.section .row ul li {
    list-style-image: url(/local/templates/.default/img/bulit_second.png);
}

#popup_map .popup__inner .popup__wrap ul li {
    list-style-image: url(/local/templates/.default/img/list-dot.png);
}

#popup_map .popup__inner .popup__wrap ul {
    padding-left: 35px !important;
}

.section .row ul li ul li {
    list-style-image: url(/local/templates/.default/img/bulit_first.png);
}

.section .row ul ul li {
    list-style-image: url(/local/templates/.default/img/bulit_first.png);
}

.img_metrolog {
    padding: 10px;
    width: 180px;
}

.bx-wrapper {
    max-width: 100% !important;
}

.social-list li {
    list-style-image: none !important;
}

.card-item-lg li {
    list-style-image: none !important;
}

.text_simple {
    text-align: center;
}

.card-text_news {
    bottom: 17px;
    z-index: -1;
    background: rgba(233, 233, 233, .8);
    font-size: .85714em;
    padding: 10px 10px 1px 10px;
    color: #7b7b7b;
    margin: 10px 10px 10px 10px;
    height: 171px;
}
#graf {
    height: 800px;
}
#prav {
    height: 25px;
}

#uchet {
    height: 230px;
}

#inform_dlu {
    height: 40px;
}

#list_cpec {
    height: 80px;
}

#prologenie {
    height: 100px;
}

#inform_nalich {
    height: 30px;
}

#docum {
    height: 782px;
}

#uslovija {
    height: 500px;
}

#sroki {
    height: 300px;
}

#programma {
    height: 600px;
}

#pravila_pod {
    height: 400px;
}

#inform_postup {
    height: 900px;
}

#inform_inostr {
    height: 400px;
}

#prickrep {
    height: 400px;
}

#sostav {
    height: 980px;
}

#table_1 {
    height: 80px;
}

#table_2 {
    height: 80px;
}

#table_3 {
    height: 80px;
}

#table_4 {
    height: 80px;
}

#table_5 {
    height: 80px;
}

#table_6 {
    height: 80px;
}

#table_7 {
    height: 80px;
}

#table_8 {
    height: 80px;
}

#table_9 {
    height: 80px;
}

#table_10 {
    height: 80px;
}

#table_11 {
    height: 80px;
}

#leaders {
}

#objvlenie {
    height: 700px;
}

#about {
    height: 450px;
}

#history {
    height: 800px;
}

#concts_form {
    height: 200px;
}

#public_demand {
    height: 220px;
}
#list_kalibrovka{
    height:330px;
}

.fond-name__text {
    font-family: Tahoma;
    font-size: 16px;
    line-height: 27px;
    color: #0a375e;
    font-weight: 800;
    font-stretch: ultra-condensed;
}

.fond-name {

    height: 100%;
    width: 100%;

}

.fond-name .img {
    padding-top: 8px;
    float: left;
}

.fond-name p {
    margin: 0 0 0 auto;
    padding: 21px 9px;
    letter-spacing: 0px;
    width: 85%;
}

.card-section .row-flex > div {
    overflow: hidden;
}

#popup_map .popup__inner {
    width: 100%;
    height: 100%;
}

#popup_map .popup__inner .popup__wrap {
    height: auto !important;
    background: #fff;
    padding: 15px 10px 10px;
    transform: translateY(20%);
    overflow-y: auto;
}

#popup_map .popup__inner .popup__wrap .popup__content_list {
    margin: 0;
}

.navigation-section .nav-item:hover .nav-name {
    text-shadow: 0 1px 1px #a9a9a9;
}

.navigation-section .nav-item:hover .nav-icon img {
    filter: brightness(.65);
}


@media screen and (max-width: 1200px) {
    .request-item{
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .request-item .agree{
        width: 100%;
        text-align: left;
    }

    .request-item .date{
        width: 80px;
        margin-right: 30px;
    }

    .request-item .name{
        width: calc(100% - 115px);
    }
}

@media (max-width: 991px) {
    .text_simple {
        text-align: none !important;
    }

    .redakcionno_izdatelskaya {
        width:: 100%;
    }

    .right_bloc_icon table {
        display: table;
    }

    table {
        overflow-x: auto;
        display: block;
        margin: 5px !important;
    }

    .history-content ul li:before {
        height: 120%;
    }

    table td {
        padding-bottom: 15px !important;
    }

    .col-sm-6 .card-section {
        width: 300px;
        float: right;
    }

    ul {
        padding-left: 5px;
    }

    .useful-info {
        width: 265px;
        margin-right: 16%;
        float: right;
    }

    .news-section .container {
        width: 100%;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px
    }

    .fond-name__text {
        font-size: 12px;
    }

    .topContentMenu li {
        width: 100%;
    }

    .topContentMenu {
        margin-top: 20px;
    }
}

@media (max-width: 800px) {

    .popup__wrap {
        width: auto !important;
    }

    .history-content ul li:before {
        height: 120%;
    }

}

@media (max-width: 760px) {
    .usefurightl-info-top {
        width: 100%;
        margin-right: 0px;
    }

    .inputs-table-block textarea {
        border: 1px solid rgb(169, 169, 169);
    }

    .right_bloc_icon {
        width: 260px;
    }

    .img_journal img {
        width: 100% !important;
    }

    .img_all {
        width: 100% !important;
    }

    .card-section .row-flex > div img {
        margin: 0 auto;
    }

    .picture-link > div {
        text-align: center;
        margin-bottom: 10px;
    }

    .disert_table table {
        overflow: hidden;
    }

    .disert_table table tr {
        display: block;
        margin-bottom: 15px;
    }

    .disert_table table tr td {
        display: block;
        padding: 10px;
    }

    .topContentMenu li a {
        height: auto;
        padding: 10px !important;
    }

}

.fond-name img {
    max-width: 100%;
}

@media (max-width: 660px) {
    #popup_map .popup__inner .popup__wrap {
        transform: translateY(0);
    }

    #popup_map .popup__inner .popup__wrap .popup__content_list {
        margin: 0;
    }

    #popup_map .popup__inner .popup__wrap {
        padding: 10px 20px 10px;
    }

    #popup_map .popup__inner {
        padding: 15px;
    }
}

@media (max-width: 380px) {
    .col-sm-6 .card-section {
        width: auto;
    }

    .nauchnye-podrazdeleniya-content p {
        clear: both;
    }

    .usefurightl-info-top {
        width: 100%;
        margin-right: 0px;
    }
}

@media (max-width: 420px) {
    .static__contacts__col-50p {
        clear: both;
        width: 100% !important;
    }

    .static__contacts__col-50p__inner {
        padding: 0px !important;
    }

    .card-text_news {
        height: fit-content;
    }

    .control-buttons button {
        display: block;
        margin: 10px auto;
    }

    .inputs-table-block button[type='submit'] {
        margin-right: auto;
    }

    .choose-edition table {
        overflow: hidden;
    }

    .choose-edition table td {
        display: inline-block;
    }

    .choose-edition table td:not(:first-child) {
        display: inline-block;
        width: 34%;
        padding: 0;
    }

    .choose-edition table td:first-child {
        text-align: center;
    }

    .choose-edition table tr {
        text-align: center;
    }

    .topContentMenuWrapper {
        padding: 0 !important;
    }

    .g-recaptcha, .g-recaptcha > div, .g-recaptcha iframe {
        max-width: 100%;
    }

    .g-recaptcha > div {
        border-radius: 3px;
        border-right: 1px solid #d3d3d3;
        max-height: 76px;
    }

    .g-recaptcha .rc-anchor-normal-footer {
        margin-left: -60px;
    }

    .rc-anchor-logo-portrait {
        margin-left: -40px;
    }

    .rc-anchor-content {
        max-width: 46%;
    }

    .rc-anchor-content .rc-inline-block:last-child {
        max-width: 56%;
    }
}

.tab-content .bx-controls-direction {
    display: none;
}

.open .col-xs-12 {
    padding-left: 30px;
}

.static__contacts__item__name b, p, strong {
    padding-left: 8px;
}

.news-content {
    /*float: left;*/
    margin-right: 5px;
}

.container .card-item .new_class h4 {
    padding-left: 8px;
}

.first_td {
    width: 90%;
}

.second_td {
    width: 10%;
    text-align: center;
}

.bold_td {
    font-weight: 600;
    height: 50px;
}

.eng_td {
    color: #337ab7;
}

.leader_contact .open .col-xs-12 {
    padding-left: 15px;
}

.inputs-table-block input {
    border: 1px solid rgb(169, 169, 169);
}

.inputs-table-block textarea {
    border: 1px solid rgb(169, 169, 169);
}

.inputs-table-block input:focus {

    border: solid 1px #66afe9;

    outline: 1px;
}

.inputs-table-block select:focus {

    border: solid 1px #66afe9;

    outline: 1px;
}

.inputs-table-block textarea:focus {

    border: solid 1px #66afe9;

    outline: 1px;
}

.little_slider li a img {
    width: 100%;
    /*width: calc(100% - 16px);*/
    /*margin-left: 8px;*/
}
.little_slider .bx-wrapper{
    background-color: inherit;
}

.choose-edition table input:focus {
    border: solid 1px #66afe9 !important;
}

.popup__content__inside_list {
    width: 100%;
    margin-top: 54px;
    margin-right: 10px;
}

.popup__content_list {
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 100%;
    margin: 40px 0;
    background: #fff;
    font-size: 15px;
    line-height: 19px;
    overflow: hidden;
    height: 700px;
}

.static__contacts__popup-wrap_list .popup__wrap_list {
    width: 800px;
}

.sliderBlock .bx-default-pager {
    bottom: -30px;
}

.sliderBlock .bx-wrapper,
.sliderBlock .bx-viewport,
.sliderBlock .bxslider-pager-block {
    height: 100%;
}

.inputs-table-block input {
    height: 40px;
}

.nav-icon img:hover {
    filter: brightness(0.6);
}

.picture-link {
    height: 236px;
    margin-bottom: 10px;
    overflow: hidden;
}

.pic_ed_centr_proverki {
    height: 236px;
}

.reference_base {
    height: 236px;
    margin-bottom: 10px;
}

.track_status {
    height: 236px;
    margin-bottom: 10px;
}

.bottom-picture img {
    width: 100%;
}

.disert_table a {
    text-decoration: none;
}

.inputs-table-block__row span {
    text-align: center;
}

.g-recaptcha > div {
    padding-bottom: 20px;
}

.metrological-services-content .useful-info {
    margin-right: 0;
}

.divider-line td {
    padding: 0 !important;
}

.small_pic_in_news {
    float: left;
    padding: 10px;
}

.keyword_news {
    width: 135px;
    position: absolute;
    right: -100px;
    top: -10px;
}

.archive_main_metrolog {
    margin: 0 auto;
    width: 100%;
}

.row_main_metrolog {
    width: 100%;
    height: 275px;
}

.soderganie_main_metrolog img {
    float: left;
    width: 200px;
    height: 275px;
    padding: 8px;

}

.second_row_main_metrolog {
    clear: both;
    width: 100%;
    height: 50px;
}

.name_archive {
    float: left;
    width: 200px;
    padding-left: 8px;
}

.slider_main_metrolog {
    width: 560px;
}

.main_metrolog_slider img{
    padding:5px;
    float: left;
    width:33%;
}
.main_metrolog_slider img:last-child{
float:none;
}
@media (max-width: 760px){
    .main_metrolog_slider img{
        width:100%;
    }
    .main_metrolog_slider{
        width:100%;
        height:auto;
    }
}

.messages-list li{
    display: table;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #acacac;
    padding: 0 10px 0 15px;
}

.messages-list li>*{
    display: table-cell;
    color: #59595b;
    font-size: 11px;
    vertical-align: middle;
    padding: 6px;
}

.messages-list li>span:first-child{
    width: 70px;
    padding-left: 0;
}

.messages-list li>span:nth-child(2){
    width: 30px;
}

.messages-list li>span:nth-child(3){
    width: 150px;
}

.messages-list li>span:nth-child(4){
    width: 445px;
}

.messages-list li>div{
    width: 65px;
}

.messages-list li.new-message>span{
    padding-left: 1px;
}

.move-to-trash:before{
    font-size: 16px;
    color: #a6a6a7;
}

.message-controls>*,
.move-to-trash{
    border: none;
    background: transparent;
}

.messages-list li div>input{
    display: none;
}

.messages-list li div>input.checked-smthng-input:checked+.check-smthng:before{
    content: '\f046';
    color: #0c95d2;
}

.messages-list li div>input.favorites-input:checked+.favorite-item:before{
    content: '\f005';
    color: #ffc063;
}

.messages-list li>div{
    position: relative;
    padding-left: 28px;
}

.new-message span{
    font-family: OpenSans-Bold;
    font-size: 13px;
}

.favorite-item:before,
.check-smthng:before{
    color: #a6a6a7;
    line-height: 13px;
    font-size: 13px;
    font-family: awesome;
    position: absolute;
}

.favorite-item:before{
    content: '\f006';
    left: 20px;
    top: calc(50% - 8px);
}

.check-smthng:before{
    content: '\f096';
    left: 0;
    top: calc(50% - 7px);
}

.message-controls{
    padding: 22px 70px 25px 18px;
    background: #f4f4f4;
}

.message-controls>*{
    font-size: 11px;
    color: #b2afaf;
    text-decoration: underline;
    margin-right: 10px;
    margin-top: 5px;
}

.message-controls>*:hover{
    color:#888;
}

.message-controls #write-new{
    padding: 12px 20px 12px 45px;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: #fff;
    background: #0d4569;
    position: relative;
}

.message-controls #write-new:hover{
    background: #0c95d2;
}

.message-controls #write-new:before{
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    left: 15px;
    top: calc(50% - 10px);
    background: url('/local/templates/.default/img/write-icon.png') center no-repeat;
}

.message-slider-inside .bx-wrapper{
    margin: 0;
    padding-top: 5px;
    background: #f4f4f4;
    position: static;
}

.pager-holder{
    position: relative;
}

.pager-holder .bx-pager{
    bottom: 30px;
    text-align: right;
    padding-right: 12px;
}

.light-nav{
    border-bottom-color: #0c96d2;
}

.light-nav > li > a{
    color: #0c96d2;
    background: transparent;
    margin-right: 0;
    border: 1px solid #0c96d2;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 14px;
}

.light-nav > li > a:hover{
    color: #fff;
}

#newMessageModal .modal-header span{
    font-size: 14px;
}

#newMessageModal .modal-header button{
    color: #fff;
}

#newMessageModal .modal-header{
    line-height: 15px;
    padding: 10px 20px;
    background: #0d4569;
    color: #fff;
}

#newMessageModal .modal-content{
    border-color: #acacac;
}

.input-field-inside{
    border: 1px solid #acacac;
    margin-bottom: 14px;
}

.input-field-inside select{
    width:200px;
    border: 0px;
}

.input-field-inside:last-child{
    margin-bottom: 0;
}

.input-field-inside label{
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 0;
}

.input-field-inside label span{
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
}

.input-field-inside label input{
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: middle;
    border: none;
}

.input-field-inside textarea{
    height: 230px;
    resize: none;
    width: 100%;
    border: none;
    outline: none;
}

.input-file-inside {
    position: relative;
    padding: 10px;
}

.input-file-inside label:before{
    position: absolute;
    content: '\f0c6';
    font-family: awesome;
    bottom: 10px;
    right:12px;
    cursor: pointer;
    color: #bbb;
    font-size: 33px;
    font-weight: normal;
}

.input-file-inside input[type='file']{
    display: none;
}

#newMessageModal .modal-dialog{
    transition: .2s;
}

#newMessageModal .modal-header button i{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 16px;
}

#newMessageModal .modal-header button{
    margin-right: 6px;
    line-height:16px;
}

#newMessageModal .modal-header button:first-child{
    margin-right: 0;
}

#newMessageModal .modal-header button i{
    vertical-align: middle;
}

#newMessageModal .modal-footer{
    border-top: none;
    text-align: left;
    padding: 15px 0;
}

#newMessageModal button.blue-submit-btn{
    font-size: 14px;
    line-height: 18px;
}

.regular-gray-btn{
    padding: 10px 20px;
    background: #e8e8e8;
    color: #59595b;
    font-size: 14px;
    line-height: 18px;
    border: none;
}

.nav.nav-hr > li > a:focus{
    color: #fff;
}

@media (min-width: 767px) {
    .modal .modal-dialog{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) !important;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .messages-list li>*{
        display: inline-block;
        width: auto !important;
    }

    #expand-modal{
        display: none;
    }

    .input-field-inside label span{
        font-size: 12px;
    }

    #newMessageModal .modal-footer button{
        margin-bottom: 10px;
        font-size: 12px;
    }

    .messages-list .new-message{
        background: rgba(63, 192, 249, 0.33);
    }
}
strong.blue_text_dark {
    color: #1f497d;

}
.main_metrolog_slider{
    clear:both;
}
.href_a_no_style a{
    text-decoration: none;
}
.zakon_and_prikl_archiv_table{
    width:auto;
}
.zakon_and_prikl_archiv_table .description td{
    font-size: 12px;
    margin-left:25px;
}
.zakon_and_prikl_archiv_table .img img{
    padding: 10px;
    width: 180px;
}
.zakon_and_prikl_archiv_table .description td{
    text-align: center;
}
.message-controls a{
    vertical-align: middle;
    top: -1px;
padding: 9px 20px 10px 25px;
font-size: 14px;
    line-height: 19px;
text-decoration: none;
color: #fff;
background: #0d4569;
position: relative;
}
.message-controls a:hover{
    top: -1px;
    vertical-align: middle;
padding: 9px 20px 10px 25px;
font-size: 14px;
    line-height: 19px;
text-decoration: none;
color: #fff;
background: #0c95d2;
position: relative;
}
.message-controls span{
    text-decoration: none!important;
}
.move-to-trash:hover:before{
    color:#0b95d2;
}
.icon_first{
    text-align: center;
}
.disert_table .list{
    display: none;
}
.disert_table .table{
    border: 1px solid #cecece;
    border-radius: 4px;
}
.disert_table .person{
    padding: 0.75em 1em;;
    border-bottom: 1px solid #cecece;
}
.disert_table .name{
    color: rgba(0, 0, 0, 0.4);
    position: relative;
}
.disert_table .name:hover{
    cursor: pointer;
    color: rgba(0, 0, 0, 0.87)
}
.disert_table .doc{
    background-color:#f7f5fa ;
    margin: 7px;
}
.disert_table .list{
    width: 100%;
}
.disert_table .doc p{
    line-height: 2.5;
    background-position: 0px 13px;
    padding: 10px 20px 10px 47px;
    border-bottom: 1px solid #cecece;
    width: 95%;
    margin: 11px 0px 0px 21px;
    background-image: url(/local/templates/.default/img/pdf-icon.png);
    background-repeat: no-repeat;
}
.disert_table .doc p.video{
    line-height: 2.5;
    background-position: 0px 13px;
    padding: 10px 20px 10px 47px;
    border-bottom: 1px solid #cecece;
    width: 95%;
    margin: 11px 0px 0px 21px;
    background-image: url(/local/templates/.default/img/videofile.svg);
    background-repeat: no-repeat;
    background-size: 32px;
}
.disert_table .doc p:last-child{

    border-bottom: none;
}
.disert_table .video{
    background-color:#f7f5fa ;
    margin: 7px;
}
.disert_table .video p{
    padding-left: 20px;
}
.disert_table .st-arrow{
    background: url(/local/templates/.default/img/down.png) 50% 50% no-repeat transparent;
    height: 10px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 45%;
    transition: all 0.2s ease-in-out;
    visibility: visible !important;
    width: 26px;
    transform: rotate(90deg);
}
.disert_table .st-arrow.active{
    transform: rotate(0deg);
}
.disert_table .first_in_list{
    background-image: none!important;
}
.disert_table .first_in_list a{
    color:#59595b;
}
.disert_table .doc .date{
    float: right;
}
.disert_table .public_date{
    font-size: 12px;
}
@media (max-width: 760px) {
    .disert_table .doc p {
        width: 84%;
    }
}
.p_file_excel img{
    margin-left: 10px;
}
.p_color_blue_text_center{
    color: #0b95d2;
    text-align: center;
}
.p_color_blue_text_center a:hover{
    text-decoration: none;
}
.p_color_blue_text_center div{
    max-width: 551px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.open_contact_list strong u{
    cursor: pointer;
}
.table_in_content td{
    padding: 5px;
    border:1px solid #59595b;
}
.list_request_permit .item{
    cursor: pointer;
    margin-bottom: 10px;
}
.list_request_permit .item span{
    width: 20px;
    height: 20px;
    background-color: #0c95d2;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 19px;

}

.list_request_permit .item.active span{
    line-height: 17px;
    font-size: 12px;
    font-weight: 800;
    padding: 1px 0px 0px 0px;;

}
.by_runetsoft{
    color:#fff;
    text-align: center;
}
.footer_item{
    font-size: .85714em;
    margin-left: 1%;
}
.by_runetsoft a{
    color: #fff;
}
.by_runetsoft a:hober{
    color: #fff;
}
.news-row, .flex-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.news-row::before, .news-row::after, .flex-row::before, .flex-row::after{
    display: none!important;
}
.news-row .right-column, .vertical-column{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.news-row .bottom-picture, .mt-auto{
    margin-top: auto;
}
@media (max-width: 992px) {
    .news-row .bottom-picture {
        margin-top: 20px;
    }
    .news-row .right-column{
        display: block;
    }
}
@media  all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*.news-row .right-column{*/
        /*display: block;*/
    /*}*/
}
.mb-20{
    margin-bottom: 20px;
}
.topBlock-banner__img, .topBlock-contacts__img{
    max-width: 100%;
    margin: auto;
    display: block;
}