textarea, input[type="text"] {
    -webkit-appearance: none;
}


.toplinks {
    float: right;
    margin-top: 10px;
}

.toplinks a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #9faedc;
    text-decoration: none;
}

:focus{
    outline: 0;
}

.inner .bread {
    color: #858e9b;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 14px;
    padding-top: 35px;
    padding-bottom: 15px;
}

.inner .container-fluid .bread {
    padding-top: 0px;
}

.inner .bread a {
    color: #1f2021;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 14px;
    margin: 0 10px;
}
.inner .bread.separator a, .inner .bread.separator span{
    margin: 0 10px 0 0;
}

a {
    outline: 0 !important;
    color: #4b69bf;
}

a:hover {
    color: #4b69bf;
}

.inner .bread a:first-child {
    margin: 0 10px 0 0;
}

.lastupdate {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 15px;
    color: #858e9b;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lastupdate.left {
    text-align: left;
    padding-top: 5px;
    color: #000000;
}
.headline .lastupdate{
    color: #929197;
    overflow: hidden;
}

div.innermenu .nav li a {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 15px;
    display: block;
    border-left: 1px solid #dddde2;
    padding: 8px 10px 8px 25px;
    width: 90%;
    line-height: 18px;
}

div.innermenu .nav li:last-child a:first-child {
    border-bottom: 0;
}

.innermenu img {
    margin-bottom: 20px;
}

.innermenu ul li {
    margin: 0;
    padding: 0;
}

.innermenu ul {
    margin: 0;
    padding: 0;
}

.innermenu a:last-child, .innermenu img + a {
    border-bottom: 0;
}

div.innermenu li a:hover {
    color: #fc3d39;
    /*background: url(../img/icon-arrow.png) no-repeat right center;*/
    text-decoration: none;
}

div.innermenu li.active a {
    color: #fc3d39;
    /*background: url(../img/icon-arrow.png) no-repeat right center;*/
    text-decoration: none;
    border-left: 2px solid #fc3d39;
    margin-left: -1px;
    background: none !important;
}
div.innermenu li a:hover{
    background: none !important;
}

div.innermenu .single .nav li a {
    color: #000000;
}

.contentblock {
    /*margin-top: 8px;*/
    position: relative;
    /*left: -3px;*/
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
}
/*.contentblock:last-child{
    margin-bottom: 79px;
}*/
main{
    margin-bottom: 79px;
}

.links a {
    display: block;
    color: #4d6bbc;
    font-size: 16px;
    line-height: 26px;
}

.links, .links1, .links2 {
    padding: 20px 0 40px 0;
}

/*.spisok*/ul{
    padding-left: 30px;
}

/*.spisok*/ul li {
    font-size: 16px;
    color: #2e2f31;
    list-style: none;
    position: relative;
    padding-bottom: 12px;
}

/*.spisok*/ul li:before {
    content: "";
    width: 16px;
    height: 0;
    border-top: 1px solid #2e2f31;
    position: absolute;
    left: -30px;
    top: 10px;
}

/*.spisok*/ul ul{
    font: inherit;
}
/*.spisok*/ul ul li{
    padding-top: 12px;
    padding-bottom: 0;
}

/*.spisok*/ul ul li:before {
    content: "";
    width: 9px;
    height: 0;
    border-top: 1px solid #2e2f31;
    position: absolute;
    left: -23px;
    top: 25px;
}

/*.spisok {*/
/*padding-left: 32px;*/
/*padding-top: 31px;*/
/*}*/

/*.table tr td {*/
/*border: 0 !important;*/
/*font-size: 15px;*/
/*color: #2e2f31;*/
/*padding: 5px 0 !important;*/
/*}*/

/*.table tr td:first-child {*/
/*width: 143px;*/
/*}*/

/*.table {*/
/*padding-top: 20px;*/
/*display: block;*/
/*padding-bottom: 100px;*/
/*}*/


.paging {
    padding-top: 50px;
    font-size: 30px;
    padding-bottom: 95px;
}

.paging a, .paging span {
    display: inline-block;
    width: 34px;
    height: 38px;
    border: 1px solid #e7e8eb;
    line-height: 38px;
    text-align: center;
    font-family: "Scada";
    font-size: 16px;
    color: #232323;
    margin-right: 0;
    margin-left: 0;
}

.paging a.next {
    margin-left: 10px;
}

.paging a.previous {
    margin-right: 10px;
}

.paging span, .paging a:hover {
    background: #e7e8eb;
    color: #b0b0b0;
    text-decoration: none;
}


@media (min-width: 950px) {
    .nav-tabs li a {
        -ms-border-radius: 0;
        border-radius: 0;
        font-family: "Scada";
        font-size: 17px;
    }

    .document-title {
        padding-left: 30px;
    }

    .links2 {
        padding-left: 25px;
    }

    .h1-font {
        font-family: "Scada";
        font-size: 40px;
        color: #000000 !important;
        line-height: 40px;
        padding-top: 20px;
    }

    .h3-font {
        font-family: "Scada";
        font-size: 24px;
        padding-bottom: 10px;
        border-bottom: 1px solid #c7c7cd;
        padding-top: 20px;
        clear: left;
    }

    .h3-font.no-under {
        border-bottom: 0;
    }

    .h3-font:first-child {
        padding-top: 2px;
    }

    .item-font {
        font-size: 16px;
        color: #000000 !important;
    }

    .date-font {
        font-size: 14px;
        color: #858e9b;
        padding-top: 2px;
    }

    .links-font {
        font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
        font-size: 13px;
        color: #4d6bbc !important;
    }

    .links1-font {
        font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
        font-size: 14px;
        color: #4d6bbc !important;
    }

    .searchresults .h3-font {
        font-size: 24px;
        font-weight: normal;
        border-bottom: 0;
        padding-top: 40px;
    }

    .newsitem {
        padding: 20px 0 20px;
        border-bottom: 1px solid #dddde2;
        overflow: hidden;
    }

    .newsitem .newsdate {
        position: relative;
        top: 7px;
    }

    .newsitem .newsdate .h3-font {
        font-family: "Scada";
        font-size: 20px;
        color: #000000;
        padding: 0;
    }

    .newsitem .newsdate .date-font {
        margin-top: -10px;
        font-size: 13px;
        font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    }

    .newsitem a {
        color: #2e2f31;
        font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
        font-size: 16px;
        display: block;
        /*padding: 10px;*/

    }

    .newsitem a:after {
        content: "";
        display: block;
        border-top: 1px solid #eeeef0;
        height: 1px;
        font-size: 1px;
        margin: 10px 0;
    }

    .newsitem a:last-child:after {
        display: none;
    }

    .newsitem:last-child {
        border-bottom: 0;
    }

    .titlemini .events {
        position: absolute;
        left: 0px;
        height: 30px;
        top: 10px;
        line-height: 32px;
    }

    .titlemini .events.active, .titlemini .smi.active {
        color: #2e2f31;
    }

    .titlemini .smi {
        position: absolute;
        left: 80px;
        border-left: 1px solid #dddde2;
        height: 30px;
        top: 15px;
        line-height: 32px;
        padding-left: 10px;
    }

    .titlemini .container {
        position: relative;
    }

    .titlemini span {
        position: absolute;
        left: 35%;
        font-family: "Scada";
        font-size: 20px;
        color: #dddde2;
    }

    .titlemini .documentheader {
        margin-top: 0;
        vertical-align: middle;
        max-width: 30px;
        height: auto;
    }

    .titlemini .top-document-title {
        display: inline-block;
        height: 60px;
        line-height: 60px;
        width: 83%;
    }

    .titlemini .top-document-title-content {
        display: inline-block;
        vertical-align: middle;
        line-height: 20px;
        max-height: 40px;
        *height: 40px;
        overflow: hidden;
    }

    .slinks {
        float: right;
        font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
        font-size: 14px;
        color: #2e2f31;
        margin-left: 20px;
    }

    .slinks img {
        position: relative;
        top: -1px;
        left: -3px;
    }

    .header .slinks {
        position: relative;
        top: -37px;
    }

    .inner .header {
        padding-top: 30px;
    }

    .inner .document .nav-tabs li.active a, .inner .news .nav-tabs li.active a {
        /*font-size: 40px;*/
        font-family: "Scada";
        color: #2e2f31;
    }

    .inner .document .nav-tabs li a, .inner .news .nav-tabs li a {
        font-size: 19px;
        font-family: "Scada";
        color: #4d6bbc;
        line-height: 45px;
    }

    .header .document .nav-tabs, .header .news .nav-tabs {
        display: block;
    }

    /*.inner .document .nav-tabs li.active:hover a {*/
    /*border-right: 0 !important;*/
    /*}*/
    .container.document-title {
        font-family: "Scada";
        font-size: 30px;
        color: #000000;
        padding-bottom: 30px;
        line-height: 35px;

    }

    .doc-title {
        font-size: 16px;
        color: #1f2021;
    }

    .attachments {
        padding-top: 30px;
        padding-bottom: 20px;
        float: left;
    }

    /*.document .nav-tabs, .news .nav-tabs {*/
    /*border-bottom: 0;*/
    /*}*/
    /*.document .nav-tabs li.active a, .news .nav-tabs li.active a {*/
    /*font-family: "Scada-Bold";*/
    /*font-size: 20px;*/
    /*color: #2e2f31 !important;*/
    /*-ms-border-radius: 0;*/
    /*border-radius: 0;*/
    /*border-top: 0;*/
    /*border-bottom: 0 !important;*/
    /*}*/
    .nav-tabs > li > a {
        margin-right: 0;
        margin-left: -1px;
    }

    /*.document .nav-tabs li a, .news .nav-tabs li a {*/
    /*border-left: 0 !important;*/
    /*border-top: 0 !important;*/
    /*border-bottom: 1px solid #dddde2 !important;*/
    /*}*/
    /*.document .nav-tabs {*/
    /*display: inline-block;*/
    /*}*/
    /*.document .nav-tabs li a, .news .nav-tabs li a {*/
    /*background: transparent !important;*/
    /*border-color: #fff;*/
    /*}*/
    /*.news .nav-tabs li a, .document .nav-tabs li a {*/
    /*border-left: 1px solid #dddde2 !important;*/
    /*border-right: 0px !important;*/
    /*}*/
    /*.news .nav-tabs li:first-child a, .document .nav-tabs li:first-child a {*/
    /*border-left: 0px !important;*/
    /*}*/
    /*.document .nav-tabs > li a, .news .nav-tabs > li a {*/
    /*padding-left: 0;*/
    /*}*/
    /*.document .nav-tabs > li + li a, .news .nav-tabs > li + li a {*/
    /*padding-left: 10px;*/
    /*}*/
    /*.document .nav-tabs li a, .news .nav-tabs li a {*/
    /*font-family: "Scada-Bold";*/
    /*font-size: 20px;*/
    /*color: #4d6bbc;*/
    /*}*/
    .doc {
        width: 100%;
    }

    .documentheader {
        display: inline-block;
        margin-top: -20px;
        margin-right: 15px;
    }

    div.documentheader {
        width: 80%;
        line-height: 20px;
        margin-top: 30px;
        font-size: 15px;
    }

    table thead tr th {
        font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
        font-size: 16px;
        color: #858e9b;
        vertical-align: top;
        font-weight: normal;
        padding-bottom: 5px;
    }

    table tbody tr td {
        font-size: 14px;
        color: #000000;

    }

    .h2-font {
        font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
        font-size: 24px;
        color: #0c0c0c;
    }

    /*.contentblock p {
        margin-bottom: 4px;
        line-height: 22px;
    }*/
}

.document {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
}

@media (min-width: 1200px) {
    .document {
        border-left: 1px solid #dddde2;
        padding-left: 50px;
        margin-left: 42px;
        margin-bottom: 150px;
    }

    div.container {
        width: 984px;
        padding: 0;
    }

    .sitemap-item:last-child{
        margin-bottom: 79px;
    }
    .sitemap-item ul li:before{
        top: 14px;
    }
    .sitemap-item ul ul li:before{
        top: 26px;
    }

    .type-block {
        display: block;
    }

}

/*searchform*/

.searchform label {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 15px;
    color: #2e2f31;
    font-weight: normal;
    display: block;
    padding-top: 20px;
}
.searchform label:first-child{
    padding-top: 5px;
}

.searchform input[type="text"], .searchform select, .customSelect {
    display: block;
    width: 100%;
    padding: 10px;
    line-height: 22px;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 15px;
    color: #2e2f31;
    height: 42px;
    border: 1px solid #e7e8eb;
    position: relative;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.searchform select,
.customSelect {
    padding: 8px 35px 8px 8px;
    background-image: url(../img/select_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.searchform div a img {
    position: absolute;
    top: 20px;
    right: 5px;
}

.searchform input[type="text"].active, .searchform select.active {
    /*background-color: #fff1c6;*/
    /*border: 1px solid #fff1c6;*/
}

.searchform .btn, .btn-blue {
    font-family: "Scada";
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 0;
    color: #fff;
    background-color: #4d6bbc;
    border: 0;
}

.searchform input.big-search-input {
    background: 20px center url('../img/search.png') no-repeat;
    padding: 9px 15px 9px 60px;
    box-shadow: none;
    height: 60px;
    font-size: 20px;
}

.searchform input.big-search-input:focus {
    box-shadow: none;

}

.searchform button.big-search-button {
    margin: 0;
    padding: 0 30px;
    height: 60px;
    font-size: 18px;
    line-height: 18px;
    background-color: #4d6bbc;
    color: white;
}

.searchform .inline-radio-inputs label {
    display: inline-block;
    font-size: 15px;
    color: #464648;
    margin: 0 20px 0 0;
    padding: 0;
}

.searchform .inline-radio-inputs label input {
    margin-right: 2px;
}

.search-number {
    font-size: 13px;
    color: #8f97a3;
    margin-top: 2px;
}

.tab-button {
    /*padding-bottom: 10px;*/
}

.tab-button .btn-blue {
    position: relative;
    /*top: -10px;*/
}

.searchform input.datepicker {
    line-height: 42px;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 15px;
    color: #2e2f31;
    height: 42px;
    border: 1px solid #e7e8eb;
    width: 47%;
    padding: 0 10px;
    float: left;
    border-radius: 0;
}

.searchform input.datepicker + .datepicker {
    float: right;
}

.searchform a {
    margin-top: 20px;
    display: inline-block;
    color: #858e9b;
    font-size: 14px;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    margin-right: 10px;
}

.searchform a img {
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.submitform form {
    margin-bottom: 80px;
}

.submitform input,
.submitform textarea,
.submitform select {
    border-radius: 0;
}

.submitform select {
    display: block;
    width: 100%;
    padding: 10px 5px;
    line-height: 22px;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 13px;
    color: #2e2f31;
    height: 42px;
    border: 1px solid #e7e8eb;
    position: relative;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.submitform select {
    background-image: url(../img/select_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
}

.submitform .btn, .btn-blue {
    font-family: "Scada";
    padding: 10px 40px;
    font-size: 20px;
    border-radius: 0;
    color: #fff;
    background-color: #4d6bbc;
}

.submitform p {
    float: none;
}

.submitform label {
    /*font-size: 15px;*/
    font-weight: normal;
}

.submitform .radio:first-child {
    padding-left: 20px;
}

.submitform-greeting p {
    font-size: 16px;
}

.submitform .form-group {
    /*margin: 25px 0;*/
}

.submitform .form-group .radio {
    margin: 10px 0;
}

.submitform label i {
    color: #fc3d39;
}

.submitform .radio label {
    /*color: #4d6bbc;*/
    font-size: 15px;
}

.submitform input.form-control {
    padding: 12px;
    height: 42px;
}

.submitform textarea.form-control {
    padding: 25px 25px 30px 25px;
}

.submitform-sub {
    padding: 22px;
    background-color: #f3f3f5;
}

.submitform-sub label {
    color: #858e9b;
}

.document-description{
    line-height: 20px;
}

.document-description .description-label {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 14px;
    color: #858e9b;
    padding-top: 20px;
    display: inline-block;
    margin-right: 3px;
}
.document-description .description-label:first-child {
    padding-top: 0;
}

.document-description a{
    font-size: 14px;
}

.document-description span {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 14px;
    color: #1f2021;
    display: inline-block;
}

.actions {
    border: 1px solid #dddde2;
    display: inline-block;
    padding: 0;
    margin: 25px 0 0;
    white-space: nowrap;
}
.actions a{
    font-size: 13px;
}

.share {
    padding: 12px 12px 12px 23px;
    background: url(../img/share.png) no-repeat 4px 12px;
    display: inline-block;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 13px;
    color: #2e2f31;
    line-height: 14px;
}
.share:first-child {
    margin-left: 8px;
}

.share:hover,
.share:focus {
    text-decoration: none;
}

.print {
    padding: 12px 12px 12px 35px;
    background: url(../img/print.png) no-repeat 12px 12px;
    display: inline-block;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 13px;
    color: #2e2f31;
    line-height: 14px;
}

.print:hover,
.print:focus {
    text-decoration: none;
}

.doc ol {
    padding-left: 20px;
}

.doc ol li {
    padding: 5px 0;
}

.doc ol ul {
    padding: 0;
}

.doc ul li {
    list-style: none;
    padding: 5px 0;
    position: relative;
}

.doc ul li:before {
    content: "";
    width: 10px;
    height: 0;
    border-top: 1px solid #2e2f31;
    position: absolute;
    left: -20px;
    top: 15px;
}

.doc .date {
    float: right;
    font-size: 13px;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
}

.document-item a img {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.document-item a img.pixelratio{
    max-width: 29px;
    height: auto;
}

.document-item a {
    font-size: 16px;
    color: #1f2021;
}

.attachments .h5-font {
    margin-top: 30px;
}

.document-item {
    clear: left;
    /*padding-bottom: 10px;*/
    margin-top: 12px;
    overflow: hidden;
}
h4 + .document-item{
    margin-top: 0;
}
.document-item:first-child{
    margin-top: 0px;
}

.document-item a + a {
    display: block;
    margin-left: 45px;
    /*padding-top: 5px;*/
}

.attachments .document-item {
    padding-bottom: 20px;
    float: left;
}

.attachments .document-item a + a {
    display: block;
    margin-left: 50px;
}

.document-item span {
    font-size: 15px;
    color: #858e9b;
    font-weight: bold;
}

.sub-header {
    font-size: 14px;
    color: #858e9b;
    font-weight: bold;
}

#download .h4-font,
#download h3{
    display: block;
    clear: left;
    padding-top: 20px;
}

#download .h5-font {
    font-family: "Scada";
    font-size: 16px;
    color: #2e2f31;
    padding-bottom: 20px;
}

.resultitem .h4-font,
.resultitem h3{
    font-size: 18px;
    font-family: "Scada";
    color: #2e2f31;
}

.searchcriteria{
    margin-bottom: 35px;
}
.searchcriteria a {
    /*display: inline;*/
    font-size: 14px;
    line-height: 26px;
    color: #2e2f31;
    background: #d7eff5;
    padding-right: 20px;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    padding: 2px 6px;
    text-decoration: none;
    -ms-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.searchcriteria span {
    position: relative;
    font-size: 14px;
    color: #2e2f31;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
}

.resultitem {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddde2;
}

.resultitem:last-child {
    padding-bottom: 100px;
}

.resultitem .date-font {
    padding-left: 10px;
    font-size: 13px;
    border-right: 0px !important;
}

.resultitem .date-font-no-number {
    color: #858e9b;
    padding-top: 5px;
    font-size: 13px;
    border-right: 0px !important;
}

.resultitem span:first-child {
    border-right: 1px solid #e7e8eb;
    padding-right: 10px;
}

.resultitem .item-font {
    font-size: 16px;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    color: #2e2f31;
}

.daynews img {
    margin-left: 2px;
    position: relative;
    top: -1px;
}

.daynews {
    display: block;
}
.daynews a:after{
    display: none;
}

.dropdownmenu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

ul.dropdownmenu li {
    margin: 5px 0;
    cursor: pointer;
}

ul.dropdownmenu li:before {
    display: none;
}

.dropdownmenu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.chooser {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #373a3e;
    height: 147px;
    padding: 20px 20px;
    width: 100%;
}

.photoset {
    width: 10000px;
}

.photoset img {
    width: 116px;
    margin-right: 4px;
}

.imageslider {
    overflow: hidden;
    width: 100%;
}

.chooser .lefttriangle {
    position: absolute;
    top: 20px;
    height: 77px;
    line-height: 67px;
    left: -5px;
}

.chooser .righttriangle {
    position: absolute;
    top: 20px;
    height: 77px;
    line-height: 67px;
    right: -5px;
}

.chooser .lefttriangle:before {
    content: "";
    height: 1px;
    width: 1px;
    font-size: 0;
    border: 10px solid transparent;
    border-right: 10px solid #5f6165;
}

.chooser .righttriangle:before {
    content: "";
    height: 1px;
    width: 1px;
    font-size: 0;
    border: 10px solid transparent;
    border-left: 10px solid #5f6165;
}

.chooser .lefttriangle:hover:before {
    content: "";
    height: 1px;
    width: 1px;
    font-size: 0;
    border: 10px solid transparent;
    border-right: 10px solid #ffffff;
}

.chooser .righttriangle:hover:before {
    content: "";
    height: 1px;
    width: 1px;
    font-size: 0;
    border: 10px solid transparent;
    border-left: 10px solid #ffffff;
}


.photoset a.active:after {
    content: "";
    background: #203983;
    opacity: .6;
    width: 116px;
    height: 77px;
    position: absolute;
    top: 0;
    left: 0;
}

.photoset a.active {
    position: relative;
}

.photoset a {
    display: inline-block;
    max-height: 77px;
    vertical-align: middle;
    overflow: hidden;
}

.chooser {
    width: 632px;
}

.icons {
    color: #000000;
    font-size: 20px;
    position: absolute;
    padding-bottom: 14px;
    left: 0;
    vertical-align: middle;
    width: 632px;
    padding-right: 23px !important;
    text-align: right;
    padding-top: 13px;
    line-height: 12px!important;
    bottom: 0;
}

.icons.video{
	white-space: nowrap;
}

.icons.active {
    background: #fff;
    opacity: .9;
    color: #000;
}

.icons span {
    color: #ffffff;
    font-size: 13px;
    position: relative;
    left: 3px;
}

.icons.active span {
    color: #ffffff;
}

.icons.active a {
    color: #000;
}

.icons img {
    width: auto;
}

.icons a {
    display: inline-block;
    padding: 0 10px 0 5px;
    border-right: 1px solid #bebebc;
    line-height: 12px;
}

.carousel-control.center {
    /*top: 180px;*/
    top:50%;
    margin-top: -38px;
    height: 120px;
}

.carousel img {
    width: 100%;
}

.carousel {
    width: 100%;
}

#photos {
    width: 641px;
}

.carousel-control.left, .carousel-control.right {
    background: url(../img/arrowbg.png);
    width: 63px;
    height: 76px;
}

.carousel-control.left {
    left: 20px;
}

.carousel-control.right {
    right: 20px;
}

.carousel-control.left:hover, .carousel-control.right:hover {
    background: #446ddf;
    opacity: 0.8 !important;
}

.carousel-control.left:hover img[src="img/back.png"] {
    display: none;
}

.carousel-control.left:hover img[src="img/back-active.png"] {
    display: block;
}

.carousel-control.left img[src="img/back-active.png"] {
    display: none;
}

.carousel-control.right:hover img[src="img/forward.png"] {
    display: none;
}

.carousel-control.right:hover img[src="img/forward-active.png"] {
    display: block;
}

.carousel-control.right img[src="img/forward-active.png"] {
    display: none;
}

.photo {
    float: left;
    width: 634px;
}

#downloadlink {
    display: none;
    color: #000;
    font-size: 13px;
    position: relative;
    left: 3px;
}
.active #downloadlink {
    color: #ffffff;
}

#squares1,
#downloadi1 {
    display: none;
}

.coord {
    padding-top: 45px;
}

.photo {
    padding-top: 23px;
}

.sliderdescription {
    font-size: 14px;
    color: #858e9b;
    /*font-style: italic;*/
    text-align: right;
    padding: 10px 0 20px;
    /*float: left;
    width: 634px;*/
}
.video-player-container,
.audio-player-container{
    clear: both;
}

p {
    /*float: left;*/
    /*clear: left;*/
}

.dropdown-menu {
    border-radius: 0 !important;
    cursor: pointer;

}

div.container-fluid {
    padding: 0;
}

.container-fluid.upperline {
    border-top: 1px solid #c7c7cd;
    padding-top: 30px;
    /*margin-top: 50px;*/
    margin-top: 35px; /* 40px - 5px line-height diff */
    margin-bottom: 0;
}
.container-fluid.upperline:first-child,
.h1-font + .container-fluid.upperline{
    border-top: 0;
}
.container-fluid.upperline .text-content > *:last-child,
.contentblock .text-content > *:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.container-fluid.upperline .text-content > div:last-child,
.contentblock .text-content > div:last-child{
    margin-bottom: 5px; /* 35px + 5px = 40px */
}

/*.container-fluid.upperline:last-child {
    padding-bottom: 79px;
}*/

.container-fluid .col-lg-8 /*.spisok*/ul {
    padding-top: 0px;
}

.container-fluid .col-lg-8 .col-lg-12 {
    padding: 0;
}

.h1-font .date-font {
    position: absolute;
    top: 0px;
    right: 0px;
}

.tab-pane .h1-font {
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px;
}

.tab-pane .h4-font.arr,
.tab-pane h3.arr{
    font:22px/100% "Scada", sans-serif;
    display: inline-block;
    padding-bottom: 15px;
    margin: 0;
}
.tab-pane .h4-font.arr span,
.tab-pane h3.arr span{
    padding-right: 10px;
    background: url(../img/arr.png) no-repeat right 11px;
}

.dotted {
    display: inline;
    border-bottom: 1px dotted;
    float: none;
}

.dotted:before {
    display: block;
    content: "";
    font-size: 0;
    height: 0;
}

.dotted:after {
    display: block;
    content: "";
    font-size: 0;
    height: 10px;
}

.leftlined {
    padding-left: 30px;
    border-left: 8px solid #ededed;
    margin-top: 20px;
}

ul.leftlined {
    padding-left: 60px;
}

/*.spisok*/ul {
    clear: left;
}

.sololinks a {
    display: inline-block;
    margin-bottom: 8px;
}

.listitem {
    display: inline-block;
    text-align: center;
    margin-right: 40px;
}

.listitem + .listitem {
    margin-left: 80px;
}

.pic1 img {
    float: left;
    margin: 4px 25px 22px 0;
}

.pic1 {
    font-size: 16px;
    padding-top: 2px;
}

.pic1 a {
    color: #4d6bbc;
    font-size: 20px;
    display: block;
    margin-bottom: 12px;
}

.person .pic-text{
    margin-top: 10px;
    font-size: 14px;
}
.person .pic-text a{
    font-size: 16px;
}

.person .pic-text span{
    font-size: 16px;
}

.pic2 {
    font-size: 14px;
    padding: 20px 5px 20px 15px;
}

.pic2 a {
    color: #4d6bbc;
    font-size: 16px;
}

.department {
    padding-left: 0;
    font-size: 17px;
}
.department + .row-fluid:after{
    content: '';
    display: table;
    width: 100%;
    line-height: 1;

}
.department + .row-fluid .department{
    padding-left: 15px;
}

.activities-list .col-lg-12:after{
    content: '';
    width: 100%;
    display: table;
    clear: both;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .container div:first-child{
        padding-left: 0;
    }
    .container div:last-child{
        padding-right: 0;
    }
    .container div.person:first-child{
        padding-left: 15px;
    }
    .container div.person:last-child{
        padding-right: 15px;
    }
    .department > a{
        min-height: 0!important;
    }
    .department + .row-fluid .department{
        padding-left: 0;
    }
    .department:first-child + .row-fluid .department a{
        border-top: 1px solid #e2e2e2;
        padding-top: 15px;
        margin-top: 30px;
    }
    .department:first-child + .row-fluid .department a {
        border-top: /*1px solid #e2e2e2*/0;
        padding-top: /*15px*/0;
        margin-top: /*30px*/0;
    }
}

@media (max-width: 768px) {
    body{
        overflow-x: hidden;
    }
    .department > a{
        min-height: 0!important;
    }
    .search_form_wrapper{
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .searchresults{
        padding-left: 0;
        padding-right: 0;
    }
    .searchresults .newsitem {
        overflow: hidden;
    }
    .news-day-block-date {
        padding: 10px 0!important;
    }
    .news-day-block{
        margin-top: 0!important;
    }
    ul.news-day-block-events li{
        margin-left: 0!important;
    }

    .tab-button.pull-right{
        display: inline-block;
        float: none!important;
        margin: 15px 0 0;
    }
    .tab-button.pull-right a{
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .error404 + .container .searchform{
        margin-left: -20px!important;
        margin-right: -20px!important;
    }
    .sc-contacts .form-group .radio {
        margin: 5px 0;
    }
    .submitform [class*="col-lg"],
    .submitform [class*="col-md"]{
        padding-left: 0;
        padding-right: 0;
    }
    .help-block{
        position: relative!important;
        left: auto!important;
        right: auto!important;
        top: auto!important;
        margin:0!important;
        padding:0!important;
    }
    .help-block:after{
        display: none;
    }
    .sc-contacts .submitform-radiogroup .help-block:before,
    .sc-contacts .submitform-radiogroup .help-block:after{
        content: '';
        position: absolute;
        display: block;
        width: 9px;
        height: 100%;
        background: #ffebeb;
        top: 0;
    }
    .sc-contacts .submitform-radiogroup .help-block:before{
        left: -9px;
    }
    .sc-contacts .submitform-radiogroup .help-block:after{
        right: -9px;
    }
    .submitform-sub input{
        margin-bottom: 9px;
    }
    .letters-warning{
        padding: 0!important;
    }
    .letters-warning .col-lg-12{
        margin: 0!important;
        padding: 0!important;
    }
    .errorlist li{
        padding: 0;
    }
    .b-header + .printonly + .header .h1-font,
    .b-header + .printonly + .header h1{
        margin-top: 20px!important;
    }
    h2 {
        font-size: 26px;
        line-height: 100%;
        margin: 0 0 20px;
    }
    
}

@media (min-width: 768px) and (max-width: 770px) {
    .doc_projects{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}

.pic3 img {
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}

.pic3 {
    font-size: 14px;
    padding-bottom: 20px;
    color: #858e9b;
    padding-top: 15px;
}

.pic3 a {
    color: #4d6bbc;
    font-size: 14px;
    display: inline-block;
    min-height: 0!important;
}

.upperline2 {
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
    margin-top: 30px;
    display: block;
}

.dropdown-list {
    list-style: none;
    font-size: 16px;
    padding: 0;
}

.dropdown-list .panel-title a,
.dropdown-list .panel-title a:focus,
.dropdown-list .panel-title a:hover {
    text-decoration: none;
    color: #2e2f31;
    border-bottom: 1px dotted #aaaab6;
}

.dropdown-list .panel-title a.collapsed,
.dropdown-list .panel-title a.collapsed:focus,
.dropdown-list .panel-title a.collapsed:hover {
    color: #4b69bf;
    border-bottom: 1px dotted #a5b6e5;
}
.dropdown-list .panel-title a.collapsed:hover{
    color: #203983;
    border-bottom: 1px dotted #6b79a8;
}

.dropdown-list .panel-heading {
    padding: 0 0 4px;
}

.dropdown-list.panel-group .panel-heading + .panel-collapse .panel-body {
    /*border: 0;*/
    /*padding-top: 5px;*/

    padding: 5px 0 0 25px;
    margin: 15px 0 7px;
    border: 0;
    border-left: 5px solid #EDEDED;
    overflow: hidden;
    /*margin: 15px 0;*/
    /*padding: 15px 0 15px 20px;*/
    /*border-left: 5px solid #ededed;*/
}

.dropdown-list .panel-body p,
.dropdown-list .panel-body h5 {
    font-size: 16px;
}

.dropdown-list .panel-body p {
    margin: 0 0 12px 0;
    float: none;
}

.dropdown-list .panel-body h5 {
    font-weight: bold;
    margin:22px 0 12px 0;
}
.dropdown-list .panel-body h5:first-child {
    margin-top: 0;
}

.images-list h3 {
    font-family: "Scada";
    font-size: 22px;
    margin: 0;
}

.images-list p.desc {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 16px;
    float: none;
}

.images-list-gallery {
    margin: 30px 0;
}

.images-list-gallery:first-child{
    margin-top: 0;
}

.images-list-group.upperline {
    border-top: 1px solid #c7c7cd;
    margin-top: 50px;
    padding-top: 30px;
}

.images-list-slide {
    text-align: left;
}

.images-list-slide-info {
    color: #858e9b;
    font-size: 14px;
    margin-top: 5px;
}

.images-list-slide-info p{
    margin:0 0 9px 0;
}

.images-list-slide-info span{
    font-size:14px;
}

.ministry-targets {
    padding: 0px;

}

.ministry-targets p {
    padding-left: 32px;
}

.ministry-targets a.external_link {
    padding-right: 13px;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url('../img/external_link.png');
}

.ministry-targets div.bordered {
    border: 1px solid #dddde2;
    padding: 35px 30px;
}

.ministry-targets div.bordered .h3-font {
    padding-top: 0px;
    padding-bottom: 0px;
}

#common .ministry-targets div.bordered p {
    margin-bottom: 0px;
}

#common .ministry-targets li,
#common .ministry-targets a {
    font-size: 15px;
}

#common .container-fluid .ministry-targets div.bordered ul/*.spisok*/ {
    margin-bottom: 18px;
    margin-left: 5px;
}

#common /*.spisok*/ul {
    padding-top: 0px;
    margin-top: 25px;
}

.ministry-targets /*.spisok*/ul li {
    font-size: 15px;
}

.ministry-targets .h3-font {
    border-bottom: none;
}

.ministry-targets a {
    color: #4d6bbc;
    text-decoration: none;
    font-size: 15px;
}

.ministry-targets a.title {
    margin-left: 66px;
    display: block;
}

.ministry-targets .document-item {
    margin-top: 32px;
}

#common .ministry-targets .document-item a {
    font-size: 15px;
}

.ministry-targets .document-item span {
    margin-left: 66px;
    display: block;
    /*margin-top: 14px;*/
    font-size: 15px;
}
.ministry-targets .document-item a + a{
    margin-top: 0;
    padding-top: 0;
}

#common .intro {
    margin-top: 38px;
}

#common p {
    margin-bottom: 16px;
    font-size: 16px;
}

#common .container-fluid /*.spisok*/ul {
    margin-bottom: 30px;
}

#common a {
    font-size: 16px;
}

.opendatalist {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 16px;
    line-height: 22px;
    list-style: none;
    margin: 20px 0 50px;
    padding: 0;
}

.opendata-conditions .h4-font,
.opendata-conditions h3{
    padding: 0 0 20px;
}

.opendata-conditions h3{
    margin-bottom: 25px!important;
}

.opendata-conditions ol {
    padding-left: 25px;
}

.opendatalist-desc {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 0;
    color: #8f97a3;
}

.opendatalist-desc span {
    color: #2e2f31;
    margin-right: 20px
}

.opendatalist li {
    margin: 15px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid #cccccc;
}

.opendatalist li:first-child {
    border-top: none;
    margin-top: 10px;
    padding-top: 10px;
}

.opendata-table {
    margin: 20px 0;
    font-size: 16px;
    width: 100%;
}

.opendata-table th {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    border-bottom: 1px solid #cccccc;
}

.opendata-table td {
    border-top: 1px solid #cccccc;
    padding: 10px 0;
    font-size: 15px;
    vertical-align: top;
}

.opendata-table tr:first-child td {
    border-top: none;
}

.opendata-table .opendata-table-desc {
    color: #858e9b;
    font-size: 15px;
    padding-right: 10px;
    width: 35%;
}

.opendata-table-span {
    font-size: 15px;
    padding: 10px 5px;
}

.opendata-table tr .opendata-table-span {
    /*padding: 10px 5px;*/
}

/*.opendata-table tr:first-child .opendata-table-span {*/
/*padding-left: 0;*/
/*}*/

/*.opendata-table tr:last-child .opendata-table-span {*/
/*padding-right: 0;*/
/*}*/

.opendata-btn {
    margin: 40px 0;
}

.opendata-btn .btn {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    padding: 15px 10px;
    background-color: #4d6bbc;
    border-radius: 0;
    color: #fff;
    border-bottom: 2px solid #203983;
}

.letterslist {
    padding-left: 22px;
    margin-bottom: 30px;
}

.letterslist > li {
    padding: 10px 0;
}

.letters-warning {
    /*margin: 20px 40px;*/
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

.letters-success {
    text-align: center;
}

.letters-warning .alert, .letters-warning .alert:first-child {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    padding: 25px 25px 25px 30px;
    font-size: 17px;
    color: #323235;
    border-radius: 0;
    border-color: #fcf8e3;
}

.dl-persons:before, .dl-persons:after {
    padding-top: 50px;
    display: table;
}

.dl-persons dt {
    float: left;
    width: 50%;
    clear: left;
    text-align: left;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid lightgray;
}

.dl-persons dt:last-of-type {
    border-bottom: 0;
}

.dl-persons dd {
    width: 50%;
    float: left;
    text-align: left;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid lightgray;
}

.dl-persons dd:last-of-type {
    border-bottom: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-group .panel+.panel {
    margin: 8px 0 0;
}

.panel-body {
    /*
    padding: 15px;
    */
    padding: 0px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.desc-label {
    overflow: hidden;
    line-height: 24px;
    vertical-align: bottom;
}

.desc-label > div {
    float: right;
}

.desc-label > div span {
    font-size: 24px;
}

.image-department-chief {
    float: left;
    margin-right: 30px;
}

.affix-container-people {
    /*margin-top: 20px;*/
}

.department-director {
    margin-top: 30px;
    margin-bottom: 15px;
}

.department-directors {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    /*border-top: 1px solid #f4f4f5;*/
}

.department-directors dt {
    font-size: 16px;
    font-weight: normal;
}

.department-directors dd {
    margin-bottom: 15px;
    font-size: 15px;
    color: #858e9b;
}

.department-directions {
    margin: 20px 0;
    list-style: none;
    color: #858e9b;
    font-size: 16px;
    padding: 0;
}

.department-directions ul {
    list-style: none;
    padding: 0 0 0 20px;
}

.department-directions li {
    margin: 5px;
}

.person {
    margin-bottom: 20px;
}
.person + .col-lg-4 p{
    color: #929197;
}

.person img {
    max-width: 100%;
    margin-top: 4px;
}

form .field_error {
    display: none;
    color: red;
    clear: both;
    margin-bottom: -20px;
}

.searchform button {
    margin-top: 20px;
    clear: both;
}

.events-form button {
    display: block
}

.sub-values {
    margin-left: 17px;
}

.sub-value-head {
    font-size: 16px;
}

.info-line {
    color: #858e9b;
    margin: 10px 0;
    font-size: 16px;
}

#documentcontent blockquote, #documentcontent q {
}

#documentcontent blockquote em, #documentcontent q em {
    font-style: normal;
    font-size: 16px;
}

.advisories-list {
    margin: 0 27px;
    list-style: none;
    color: #858e9b;
    font-size: 16px;
    padding: 0;
}

.advisories-list ul {
    list-style: none;
    padding: 0 0 0 30px;
}

.advisories-list li {
    /*
    margin: 5px;
    padding-bottom: 0;
    */
}

.advisories-list ul li {
    /*
    font-size: 14px;
    margin-left: 14px;
    */
}

.wysiwyg {

}

.wysiwyg table {
    overflow: scroll;
    max-width: 100%;
}

@media (max-width: 1000px) {
    .nav-tabs {
        border-bottom: 0;
        font-size: 16px;
    }

    .nav-tabs > li {
        float: none;
        margin-bottom: 0;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:active {
        border: 0;
        background: none;
    }

    .nav-tabs > li {
        border-top: 1px solid #dddde2;
    }
    .nav-tabs>li>a,
    .nav-tabs>li>a:hover{
        border-radius: 0;
        margin: 0;
        border: 0;
    }


    .nav-tabs > li:first-child {
        border-top: none;
    }
}

.image-container {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    background: #f1f1f1;
    margin-top: 20px;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

.image-container .image-download-info,
.image-container:hover .image-download-info {
    display: block;
}

.image-download-info {
    position: absolute;
    bottom: 0;
    /*background-color: rgba(255, 255, 255, 0.7);
    height: 65px;
    width: 100%;
    display: none;*/
	box-sizing: border-box!important;
	width: 100%!important;
	padding-right: 23px!important;
	text-align: right!important;
	background-color: rgba(0, 0, 0, 0.3);
}
.container .image-container .image-download-info > div:last-child{
	padding: 0!important;
}

.image-download-info img {
    margin-right: 1ex;
}

.container .image-container .image-download-info > div:last-child {
    padding: 10px 25px;
}

.image-download-info__wrapper {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 45px;
    vertical-align: middle;
    color: #000000;
    text-align: right;
}

.image-download-info__wrapper a {
    text-decoration: none;
    color: #000000;

}

.image-download-info__wrapper a:hover {
    text-decoration: underline;
}

.video-player-container {
    padding: 10px 0;
}

.video-player-container video {
    /*width: 100%;
    height: auto;*/
}

.dates-font {
    font-size: 15px;
    color: #7a7d82;
}

.document-link-block {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    padding: 10px 0 0;
    margin: 0 0 25px 0;
}

.document-link-block-header {
    line-height: 20px;
    padding-bottom: 2px;
}

.document-link-block-header img.icon-document-link {
    margin: 0 8px 2px 2px;
    padding: 0;
}

.document-link-block-body a {
    color: #2e2f31;
    text-decoration: none;
    font-size: 16px;
}

.document-link-block-body a:hover {
    text-decoration: underline;
}

.document-link-block-header span.document-info {
    font-size: 15px;
    color: #858e9b;
    padding-left: 10px;
    padding-right: 8px;
    border-left: 1px solid #e5e7ea;
}

.document-link-block-header span.document-number {
    font-family: "Scada";
    padding-right: 7px;
    color: #2e2f31;
    font-size: 18px;
}

.news-day-block {
    border-bottom: 1px solid #dddde2;
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
}
.searchcriteria + .news-day-block{
    margin-top: 0;
}

.news-day-block-date {
    line-height: 20px;

}

.news-day-block-date .day {
    font-family: "Scada";
    font-size: 20px;
}

.news-day-block-date .year {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 13px;
    color: #8f97a3;
    margin-top: 2px;

}

.news-day-block-items {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #2e2f31;
}

ul.news-day-block-events {
    list-style: none;
    padding-left: 0;
}

ul.news-day-block-events li {
    padding: 12px 20px 18px 0px;
    margin-left: 14px;
    border-top: 1px solid #f1f1f3;

}

ul.news-day-block-events li.announcement {
    padding-left: 14px;
    margin-left: 0;
    background-color: #eeeef0;
}
ul.news-day-block-events li.announcement + li{
    border-color:  transparent;
}

ul.news-day-block-events li:first-child {
    border-top: 0;
    padding-top: 0;

}

ul.news-day-block-events li a {
    color: #2e2f31;
}

ul.news-day-block-events li span.announcement-text {
    padding-top: 0;
    color: #858e9b;
    font-size: 13px;
    line-height: 20px;
    display: block;
}

span.source {
    color: #858e9b;
    font-size: 13px;
    line-height: 20px;
    display: block;
}

ul.news-day-block-events li img {
    /*padding-bottom: 2px;*/
}

.searchresults .searchcriteria a {
    cursor: default;
}

.searchresults .col-sm-1{
    width: auto;
    padding-right: 10px;
}
.searchresults .search-number{
    font-size: 16px;
}
.searchresults .daynews{
    padding: 0; 
}

.searchresults .searchcriteria a img {
    /*padding-bottom: 2px;*/
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -2px;
}

.appeals-form {
    padding-top: 2px;
}
.appeals-form label{
    white-space: nowrap;
}

.container.error404 {
    padding-top: 40px;
}
.container.error500 {
    padding-bottom: 79px;
}

.container.error404 .h1-font {
    font-size: 40px;
    line-height: 46px;
}

.container.error404 .h2-font {
    font-family: Scada;
    font-size: 26px;
    line-height: 46px;
}

.container.error404 .content {
    padding-top: 30px;
    font-size: 16px;
    line-height: 20px;
}

.page-block {
    padding-top: 25px;
    /*margin-top: 50px;*/
    margin-top: 35px;
    border-top:1px solid #e7e8eb;
    overflow: hidden;
}

.page-block > .row {
    margin-left: 0;
    margin-right: 0;
}

.page-block:first-child{
    /*padding-top: 0;*/
    margin-top: -25px;
    border-top: 0;
}

.page-block > h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: Scada;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
}


.page-block > .page-block-text {
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.page-block > .page-block-text > *:last-child,
.page-block-text .spisok:last-child,
.page-block-text .spisok li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-block > .page-block-text > div:last-child{
    margin-bottom: 5px;
}


ul.sitemap {
    list-style-type: none;
}

ul.sitemap > li > a {
    font-size: 18px;
    line-height: 28px;
}

ul.sitemap > li > a + ul.sitemap > li > a{
    font-size: 16px;
    line-height: 28px;
}

.polls-list {
    margin-bottom: 30px;
}
.polls-item {
    margin-bottom: 30px;
}
.polls-item:last-child{
    margin-bottom: 80px;
}
.polls-date {
    font-size: 14px;
    color: #858e9b;
}
.polls-header {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Scada", sans-serif;
}
.polls-thanks {
    margin-bottom: 30px;
}

.polls-results {
    margin-bottom: 50px;
}
.polls-results-sum {
    font-size: 18px;
    color: #858e9b;
    margin-bottom: 10px;
}
.polls-values {
    white-space: nowrap;
    margin-right: 200px;
    margin-top: 10px;
}
.polls-bars {
    margin: 20px 0;
}
.polls-title {
    font-size: 20px;
    line-height: 22px;
}
.polls-title > *{
    font-size: 20px;
    line-height: 22px;
    font-family: "Scada", sans-serif;
}
.polls-title textarea{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    border: 1px solid #d8d8d8;
    height: 240px;
    padding: 10px;
    resize: none;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 22px;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
}
.polls-bar {
    display: inline-block;
    background-color: #4d6bbc;
    width: 100%;
    height: 16px;
    vertical-align: top;
    margin-right: 10px;
}
.polls-value {
    display: inline-block;
    color: #4d6bbc;
    line-height: 16px;
    vertical-align: top;
}
.polls-value-name label {
    font-weight: normal;
}

.polls-summary {
    margin-top: 18px;
    margin-bottom: 30px;
}
.polls-select {
    margin: 0;
}
.polls-select-wrapper {
    margin: 20px 0 35px 10px;
}
.polls-select-wrapper > *{
    font-size: 16px;
    line-height: 22px;
    font-family: "Roboto", 'helveticaneuecyr_light', sans-serif;
}
.polls-select-wrapper label{
    margin: 0!important;
    padding: 0!important;
}
.polls-help {
    font-size: 16px;
    line-height: 18px;
    color: #a2a8b2;
    margin: 5px 0 10px;
}

.hide--border{
    border-color:  transparent;
}

.strong{
    padding: 25px 25px 25px 30px!important;
    margin: 25px 0;
    background: #eef1f5;
}
.strong.i{
    margin-top: 30px;
    font-size: 14px;
    line-height: 18px;
    padding:18px 18px 18px 48px!important;
    color: #000000;
    background: url(../img/strong-i.png) 12px 20px no-repeat #eef1f5;
}
.strong p{
    margin: 0;
}
.nohpadding{
    padding-left: 0;
    padding-right: 0;
}

.inner .bread + .container > h1{
    margin-top: 0;
}
.inner .bread + .container > h1 + .lastupdate{
    margin: -35px 0 25px;
    color:#929197;
}

ol{
    margin-left: 0
}
ol li {
    padding-bottom: 12px;
}
ol li ul{
    margin-top: 10px;
}

.checkbox-group{
    clear: both;
}

.checkbox-group label{
    display: inline-block;
    position: relative;
    margin-right: 7px;
    overflow: hidden;
    padding-top: 0;
}
.checkbox-group label:last-child{
    margin-right: 0;
}
.checkbox-group label:first-child{
    padding-top: 20px;
}
.checkbox-group label input[type="checkbox"]{
    position: absolute;
    left: -9999px;

}
.checkbox-group label /*input[type="checkbox"] + */span{
    padding-left: 23px;
    background: url(../img/checkbox.png) 0 -37px no-repeat;
}
/*.checkbox-group label input[type="checkbox"]:checked + span,*/
.checkbox-group label.checked /*input[type="checkbox"] + */span{
    background-position: -37px 2px!important;
}

.checkbox-group label span{
    display: inline-block;
}

.panel .panel-collapse .panel-body {
    padding: 5px 0 0 25px;
    margin: 15px 0 7px;
    border: 0;
    border-left: 5px solid #EDEDED;
    overflow: hidden;
}

/* Clear ul with classes */
ul.nav-tabs{
    padding-top: 50px;
}
ul.nav-tabs li{
    padding-bottom: 0;
}
ul.nav-tabs li:before{
    display: none;
}

ul.nav{}
ul.nav li{}
ul.nav li:before {
    display: none;
}

ul.news-day-block-events{}
ul.news-day-block-events li{}
ul.news-day-block-events li:before{
    display: none;
}

ul.opendatalist{}
ul.opendatalist li{}
ul.opendatalist li:before{
    display: none;
}


/* Custom file input */
.c-input-file{
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
.c-input-file + .field-note{
    display: inline;
}
.c-input-file.attached{
    width: 100%;
}
.c-input-file input[type="file"]{
    position: absolute;
    left: -9999px;
}
.c-input-file a{
    cursor: pointer;
    border-bottom: 1px dotted;
    margin-right: 5px;
}
.c-input-file a:hover{
    border: 0;
    text-decoration: none;
}


/* Custom radiobuttons */
.radiobutton-group{
    clear: both;
}

.radiobutton-group label{
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding-top: 0;
}
.radiobutton-group label input[type="radio"]{
    position: absolute;
    left: -9999px;

}
.radiobutton-group label /*input[type="radio"] + */span{
    padding-left: 23px;
    background: url(../img/radiobutton.png) 0 -37px no-repeat;
}
/*.radiobutton-group label input[type="radio"]:checked + span,*/
.radiobutton-group label.checked /*input[type="radio"] + */span{
    background-position: -37px 1px;
}


@media (min-width: 1200px) {
    /* Department detail page */
    .dept-detail{

    }
    .dept-detail h3{
        margin-bottom: 18px;
    }
    .dept-detail .container-fluid{
        border-top: 1px solid #c7c7cd;
        padding-top: 30px;
        margin-top: 50px;
    }
    .dept-detail .container-fluid:first-child{
        border-top: 0;
        padding-top: 30px;
        margin-top: -30px;
    }
    .dept-detail .department-director{
        border: 0;
        margin-top: 30px;
        padding-top: 0;
    }
    .dept-detail .department-director .col-lg-3 strong{
        font-size: 18px;
    }
    .dept-detail .department-directors{
        padding-top: 20px;
        margin: 0;
        border-top: 1px solid #f4f4f5;
    }
    .dept-detail .department-directors dl{
        margin: 0;
    }
    .dept-detail .department-directors .col-lg-3 strong,
    .department-director h4,
    .department-directors h4{
        font-size: 18px;
    }
    .text-content .container-fluid.upperline:last-child {
        padding-bottom: 29px;
    }
    ul.directing{
        margin: 0;
        padding-left: 0;
    }
    ul.directing ul{
        padding-left: 25px;
    }
    ul.directing ul ul{
        padding-left: 20px;
    }
    ul.directing li{
        padding-bottom: 20px;
    }
    ul.directing li ul li{
        padding: 7px 0 0;
    }
    ul.directing li.parent,
    ul.directing li.parent > a,
    ul.directing li.parent ul li.parent,
    ul.directing li.parent ul li.parent a{
        color: #858e9b;
    }
    ul.directing li.parent ul li,
    ul.directing li.parent ul li.parent ul li{
        color: #000;
    }
    ul.directing li.parent ul li a,
    ul.directing li.parent ul li.parent ul li a{
        color: #4d6bbc;
    }
    ul.directing li:before{
        display: none;
    }
}

.sc-contacts .form-group{
    margin-bottom: 18px;
    position: relative;
}
.sc-contacts h4{
    font-size: 20px;
}
.sc-contacts .text-content{
    margin: 30px 0 20px 0;
}
.sc-contacts h4 + .text-content{
    margin-top: 0;
}
.sc-contacts .submitform-greeting{
    margin:4px 0 20px 0;
}
.sc-contacts label.control-label{
    color: #9098a4;
}
.sc-contacts .form-group .radio{
    margin: 10px 0 0;
    padding-left:0;
}
.sc-contacts .btn{
    margin-top: 18px;
}
.sc-contacts .btn:hover{
    background-color: #4d6bbc;
}
.sc-contacts .text-content{
    color: #858e9b;
}
.sc-contacts select{
    font-size: 14px;
}

select{
    z-index: 1000;
}
select + .customSelect{
    position: relative;
    z-index: 999;
}

.has-error{
    position: relative;
}
.has-error-box{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 9px!important;
    margin: 0;
    left: -9px;
    top: -9px;
    background: #ffebeb;
    box-sizing: content-box;
    z-index: -1;
}
.has-error .form-control {
    border-color: #f45553!important;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0)!important;
    box-shadow: inset 0 0 0 rgba(0,0,0,0)!important;
}
.errorlist{
    margin: 0;
    padding: 0;
}
.errorlist li{
    margin: 0;
    padding: 0 5px 0 10px;
    font-size: 13px;
    line-height: 28px;
    color: #fc3d39;
    background: #ffebeb;
    white-space: nowrap;
}
.errorlist li:before{
    display: none;
}
.help-block{
    position: absolute;
    right: 100%;
    top: 0;
    margin: 7px 30px 0 0;
}
.has-error + .has-error .help-block,
.has-error.last .help-block,
.last .help-block{
    right: auto;
    left: 100%;
    margin: 35px 0 0 30px;
}
.has-error .help-block{
    margin-top: 35px;
}
.help-block:after{
    content: '';
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid #ffebeb;
    top: 0;
    right: -10px;
}
.has-error + .has-error .help-block:after,
.has-error.last .help-block:after,
.last .help-block:after{
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 10px solid #ffebeb;
    border-left: 0;
    right: auto!important;
    left: -10px!important;
}
.has-error + .has-error .help-block .errorlist li,
.has-error.last .help-block .errorlist li,
.last .help-block .errorlist li{
    padding: 0 10px 0 5px;
}
.field-note{
    font-size: 15px;
}

#id_message-remaining{
    margin-top: -3px;
}

.c-input-file-box{
    width: 100%;
    display: none;
    border: 1px dashed #b6bbc3;
    background: #f5f5f6;
    padding: 15px 20px 35px!important;
}
.c-input-file-box textarea{
    width: 100%;
    border: 0;
    background: #fff;
    height: 64px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 15px;
}
.c-input-file-box .file_name{
    font-size: 14px;
    color: #000;
    padding: 0 15px 15px 0;
    resize: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-input-file-box .close{
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    right: 10px;
    top: 20px;
    border: 0;
    opacity: 1;
    cursor: pointer;
    background: url(../img/file-close.png) 0 0 no-repeat;
}
.c-input-file-box .sybmols{
    display: inline-block;
    position: absolute;
    font-size: 13px;
    right: 20px;
    bottom: 10px;
    color: #858e9b;
}
.success{
    margin-bottom: 20px;
    background-color: #fcf8e3!important;
}

.appeals-form .form-control {
    border: 1px solid #dddde2;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

.appeals-form select,
.appeals-form .customSelect{
    border-color: #dddde2;
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    font-size: 14px;
}

.address-fields .col-md-3{
    width: 110px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 17px;
}

.printonly{
    display: none;
}

.bottom-space{
    padding-bottom: 59px!important;
}

.dataset-list h3{
    margin-bottom: 6px;
}

.customSelectInner{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav>li>a {
    padding: 16px 15px;
}
.inner .document .nav-tabs li a,
.inner .news .nav-tabs li a {
    line-height: 100%;
}
.inner .news.header,
.inner .document.header{
    padding-top: 0;
}

.feedform .checkbox-group .checkbox{
    padding-left: 0;
    min-height: 0;
}
.feedform .checkbox-group label{
    padding-top: 0;
}
.feedform input[type="text"],
.feedform input[type="email"]{
    box-sizing: border-box;
    padding: 12px;
    height: 42px;
    width: 100%;
    border: 1px solid #dddde2;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

.affix-container-people img + .nav{
    margin-top: 0;
}
.affix-container-people .nav{
    margin-top: -10px;
}
.affix-container-people.scroll-to-fixed-fixed .nav{
    margin-top: 0;
}

.paging{
    clear: both;
}

/* iPad portrait */
@media (max-width: 770px) {
    .hidden-mob{
        display: none;
    }
    .toplinks{
        font-size: 14px;
    }
    .inner .bread {
        padding-top: 0;
        padding-bottom: 0;
    }
    h1, .h1-font{
        font-size: 28px;
        line-height: 120%;
        font-family: "Scada";
        margin: 0!important;
        padding: 0!important;
    }
    h3, .h3-font,
    .page-block > h3{
        font-size: 24px;
        font-family: "Scada";
        font-weight: normal;
        margin: 0 0 20px 0;
        padding: 0;
    }
    ul.nav,
    ul.nav-tabs{
        padding: 0;
        margin: 20px 0;
    }
    .nav>li>a {
        padding-left: 0px;
        padding-right: 0px;
    }
    .person-list-header{
        margin: 0;
    }
    .person-list-head{
        
    }
    .person-list-head .pic1{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .person-list-head .pic1 a{
        display: block;
        overflow: hidden;
        font-size: 16px;
        line-height: 22px;
    }
    .person-list-head .pic1 span{
        display: block;
        overflow: hidden;
    }
    .person-list-head .pic1 a br{
        display: none;
    }
    .person-list-head .pic1 img{
        max-width: 108px;
        margin:5px 15px 5px 0;
        height: auto;
    }
    .person-list-vice .person{
        display: inline-block;
        box-sizing: border-box;
        width: 49%;
        overflow: hidden;
        margin: 0 0 10px 0;
        padding: 0 15px;
        vertical-align: top;
    }
    .person-list-vice .person:first-child{
        margin-top: 0;
    }
    .person-list-vice .person img{
        float:left;
        max-width: 108px;
        margin:0;
        height: auto;
    }
    .person-list-vice .person .pic-text{
        overflow: hidden;
        padding: 0 15px;
    }
    .person-list-vice .person .pic-text br{
        display: none;
    }
    .departments-list .col-lg-6{
        float:left;
        width: 50%;
    }
    .departments-list .department{
        padding: 0 15px 0 0;
    }
    .department + .row-fluid:after {
        content: '';
        display: table;
        width: 100%;
        line-height: 1;
    }
    .departments-list .department + .row-fluid .department{
        padding: 0 0 0 15px;
    }
    .department:first-child + .row-fluid .department a {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
    }
    .department:first-child + .row-fluid + .department a {
        border-top: 1px solid #e2e2e2;
        padding-top: 15px;
    }
    .departments-list .pic3{
        overflow: hidden;
    }
    .sub-departments-listitems .listitem{
        float: none;
        display: inline-block;
        min-width: 200px;
        vertical-align: top;
        margin:0 20px 20px 0;
    }
    .contentblock, .text-content{
        clear: both;
    }
    div.innermenu .nav li a{
        box-sizing: border-box;
        width: 100%;
    }
    .page-block {
        margin: 0 -30px;
        padding:30px;
    }
    .headline{
        margin-bottom: 20px;
    }
    .b-footer{
        padding: 0;
    }
    .b-footer .negative-margins{
        margin: 0
    }
    /*
    .b-footer .solo50{
        float: left;
        width: 33%;
        padding-left: 0;
        padding-right: 0;
    }
    */
    .b-footer .solo{
        padding-top: 10px;
    }
    .b-footer h4{
        font-size: 18px;
        font-weight: normal;
    }
    .b-footer .copyright{
        width: 100%;
        color: #858e9b;
        font-size: 15px;
        padding: 50px 0 0;
        margin: 0;
    }
    .b-footer .copyright + .col-xs-4{
        display: none;
    }
    .b-footer .copyright div{
        float: left;
        width: 48%;
        margin: 0 0 30px;
        padding: 0 0 0 50px;
    }
    .b-footer .copyright div + div{
        width: 49%;
        float: right;
        padding: 0 30px 0 0;
    }
    .pic3{
        padding-bottom: 5px;        
    }
    .pic3 a {
        display: inline;
        border: 0!important;
    }
    .pic3 img {
        float: left;
        margin: 0 10px 15px 0;
    }
    .department:first-child + .row-fluid + .department a,
    .department .upperline2{
        margin-top: 0;
    }
}


@media (max-width: 600px) {
    body{
        overflow-x: hidden;
    }
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .b-header .solo30{
        padding-top: 20px;
    }
    .paging {
        padding-bottom: 50px;
    }
    .logo-font {
        max-width: 100%;
        font-size: 30px;
    }
    ul.nav,
    ul.nav-tabs{
        padding: 0;
        margin: 20px 0;
    }
    .nav>li>a {
        padding: 9px 0px;
        font-size:15px;
    }
    .tab-pane .h1-font{
        padding: 0;
    }
    #common .intro {
        margin-top: 20px;
    }
    .ministry-targets div.bordered{
        margin-left: -31px;
        margin-right: -31px;
        padding: 30px;
    }
    .container-fluid.upperline{
        margin:0 -30px;
        padding: 30px;
    }
    .container-fluid.upperline [class*="col-lg"]:first-child{
        padding-top: 0;
    }
    .container-fluid.upperline [class*="col-lg"]:last-child{
        padding-bottom: 0;
    }
    [class*="col-lg"] + [class*="col-lg"]{
        padding-top: 0;
    }
    .sub-departments-listitems .listitem{
        min-width: 110px;
    }   
    .b-footer{
        padding: 0;
    }
    .b-footer .negative-margins{
        margin: 0
    }
    /*
    .b-footer .solo50{
        float: left;
        width: 50%;
        padding-left: 0;
        padding-right: 0;
    }
    */
    .b-footer .solo{
        padding-top: 10px;
    }
    .b-footer h4{
        font-size: 18px;
        font-weight: normal;
    }
    .b-footer .copyright{
        width: 100%;
        color: #858e9b;
        font-size: 15px;
        padding: 50px 0 0;
        margin: 0;
        background-position: 30px 0;
    }
    .b-footer .copyright div{
        float: left;
        width: 48%;
        margin: 0 0 30px;
        padding: 0 0 0 30px;
    }
    .b-footer .copyright div + div{
        width: 49%;
        float: right;
        padding: 0 30px 0 0;
    }
    [class*="col-md"] h3:last-child{
        margin-bottom: 0;
    }
    .ministry-targets .document-item{
        margin-bottom: 30px;
    }
    .container.error404 .h1-font,
    .container.error404 h1{
        font-size: 28px;
        line-height: 120%;
        font-family: "Scada";
        margin: 0!important;
        padding: 0!important;
    }
    .container.error404 .h2-font,
    .container.error404 h2{
        font-size: 24px;
        font-family: "Scada";
        font-weight: normal;
        margin: 0 0 20px 0;
        padding: 0;
    }
    
    .searchfilterform-wrapper{
        padding-left: 0;
        padding-right: 0;
        margin-top: -45px;
        margin-bottom: 25px;
    }
    ul.news-day-block-events li:last-child{
        padding-bottom: 0;
    }
    ul.news-day-block-events li.announcement:last-child{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .news-day-block-items{
        padding-bottom: 0;
    }
    .news-day-block-date {
        padding: 30px 0 10px 0!important;
    }
    .searchresults{
        float: none;
    }
    .searchresults .newsitem{
        word-break: break-word;
    }
    .searchresults .newsitem .col-sm-1{
        float: left;
        padding-left: 0;
        padding-right: 0;
        width: 40px;
        text-align: left;
    }
    .searchresults .newsitem .col-sm-11{
        overflow: hidden;
    }
    .tab-content .searchform{
        padding-top: 0;
        padding-bottom: 40px;
    }
    .searchform + .solo50{
        padding-top: 0px;
    }
}

@media (max-width: 480px) {
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .b-header .solo30{
        padding-top: 20px;
    }
    .logo-font {
        font-size: 26px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ministry-targets div.bordered{
        padding: 20px;
        margin-left: -21px;
        margin-right: -21px;
    }
    .container-fluid.upperline{
        margin:0 -20px;
        padding:20px;
    }
    .person-list-vice .person{
        width: 100%;
    }
    .departments-list .col-lg-6,
    .departments-list .department{
        width: 100%;
        padding: 0;
    }
    .departments-list .department + .row-fluid .department{
        padding: 0!important;
    }
    .department:first-child + .row-fluid .department a {
        border-top: 1px solid #e2e2e2;
        padding-top: 15px;
        margin-top: 0;
    }
    .page-block {
        margin: 0 -20px;
        padding:20px;
    }
    .b-footer .solo50{
        width: 100%;
        padding-top: 35px;
    }
    .b-footer .solo50 h4{
        font-size: 20px;
        margin: 0;
    }
    .b-footer .copyright{
        padding-top: 45px;
    }
    .b-footer .copyright div,
    .b-footer .copyright div + div{
        float: none;
        width: auto;
        padding: 0 30px;
    }
    .b-footer .copyright div{
        margin: 0 0 5px;
    }
    .b-footer .copyright div + div{
        margin: 0 0 30px;
    }

    .error404 + .container .searchform{
        margin-left: -20px!important;
        margin-right: -20px!important;
    }

}


.audio-player-container,
div[data-presentation-pk]{
    margin: 12px 0 0;
}

.photo {
    border: 1px solid #dddde2;
    padding-top: 0;
    margin-top: 23px;
}

ul.ui-autocomplete {
    z-index: 9999!important;
}
.ui-helper-hidden-accessible{
    position: absolute;
    left: -9999px;
}

.alert-success {
    background-color: #fcf8e3!important;
    border-color: #fcf8e3!important;
    color: #000000!important;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
}

.search-page-res:after{
    content: '';
    display: table;
    width: 100%;
    clear:both;
}


.carousel-inner .item{
    min-height: 300px;
}
.carousel-inner .item img{
    z-index: 3;
}
.carousel-inner .item img.preloader{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    z-index: 1;
    padding: 10px;
    box-sizing: content-box;
    display: block;
    background: #fff;
    border-radius: 5px;
}
.contentblock .page-block:last-child{
    padding-bottom: 29px;
}
.innermenu + .text-content .page-block:last-child{
    padding-bottom: 10px;
}



.AutoLoadMKSGallery .sliderdescription{
    width: 632px;
}
.AutoLoadMKSGallery .icons.active{
    background: none;
    color: #ffffff;
}
.AutoLoadMKSGallery .icons.active span{
    color: #ffffff;
}
.AutoLoadMKSGallery .icons.active #squares1,
.AutoLoadMKSGallery .icons.active #downloadi1 {
    display: inline-block!important;
}
.AutoLoadMKSGallery .icons.active #squares,
.AutoLoadMKSGallery .icons.active #downloadi {
    display: none!important;
}

.mejs-overlay-button {
    background: url(../img/bigplay.png) no-repeat;
}


.mejs-container .mejs-controls {
    background: #ffffff;
    color: #000000;
    background: rgba(0,0,0,0.3);
    height: 42px;
}
.mejs-container .mejs-controls div.mejs-play,
.mejs-container .mejs-controls div.mejs-pause{
    width:34px;
    height:24px;
    margin: 9px 14px;
}
.mejs-container .mejs-controls div.mejs-play button,
.mejs-container .mejs-controls div.mejs-pause button{
    width:34px;
    height:24px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin: 0 !important;
    padding: 0 !important;
}
.mejs-container .mejs-controls div.mejs-play button{
    background: url(../img/mejs/play@2x.png) 50% 50% no-repeat #ffffff;
    background-size: 8px 12px;
}
.mejs-container .mejs-controls div.mejs-pause button{
    background: url(../img/mejs/pause@2x.png) 50% 50% no-repeat #ffffff;
    background-size: 8px 12px;
}
.mejs-container .mejs-controls .mejs-time{
    color: #fff!important;
    display: block;
    height: 42px!important;
    font: 13px/42px "Roboto"!important;
    width: auto;
    padding: 0!important;
}
.mejs-container .mejs-controls .mejs-time span{
    height: 42px!important;
    color: #fff!important;
    font: 13px/42px "Roboto"!important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #d9d9d9!important;
}
.mejs-controls div.mejs-time-rail {
    padding-top: 12px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #6b6b6b!important;
}
.mejs-overlay-button {
    width:65px!important;
    height:46px!important;
    background: url(../img/mejs/play_big@2x.png) 0 0 no-repeat!important;
    margin: -2px 0 0 -32px!important;
    background-size: 65px 46px!important;
}
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button{
    width:25px!important;
    height:42px!important;
    margin: 0!important;
}
.mejs-controls .mejs-mute button{
    background: url(../img/mejs/sound_2@2x.png) 50% 50% no-repeat!important;
    background-size: 13px 12px!important;
}
.mejs-controls .mejs-unmute button{
    background: url(../img/mejs/sound_1@2x.png) 50% 50% no-repeat!important;
    background-size: 15px 12px!important;
}
.carousel .mejs-controls .mejs-fullscreen-button{
    padding-right: 145px!important;
}
.mejs-controls .mejs-fullscreen-button button{
    height: 42px;
    margin: 0!important;
    background: url(../img/mejs/fullscreen@2x.png) 50% 50% no-repeat!important;
    background-size: 12px 12px!important;
}
.mejs-controls div.mejs-horizontal-volume-slider {
    height: 42px;
    width: 60px;
}
.mejs-audio.mejs-container {
    height: 42px!important;
    background: #fff!important;
}
.mejs-horizontal-volume-total{
    background: #d9d9d9!important;
    top: 18px!important;
}
.mejs-horizontal-volume-current{
    top: 18px!important;
    background: #6b6b6b!important;
}
.mejs-horizontal-volume-handle{
    top: 18px!important;
}

.icons.video{
    width: 122px;
    left: auto;
    right: 0;
    background: none;
}
.single-item .icons.video{
    width: 44px;
}

.audio-player-title{
    background: #e4e4e4;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
    color: #626262;
    clear:both;
    margin-top: 12px;
}
.audio-player-title + .audio-player-container{
    position: relative;
    margin: 0;
    padding-right: 45px;
}
.audio-player-title + .audio-player-container > a{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 10px;
    width:45px;
    height:42px;
    line-height:42px;
    background: #b2b2b2;
}


.icons.presentation{
	box-sizing: border-box!important;
	width: 100%!important;
	padding-right: 23px!important;
	text-align: right!important;
}



#map .popover{
    width: 270px;
    border: 0;
    border-radius: 0px;
    font-size: 14px;
}
#map .popover .popover-content{
    padding: 5px 15px 15px;
}
#map .popover .popover-title {
    padding: 0 15px;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
}
.icon-coa{
    display: inline-block;
    width: 33px;
    height: 32px;
    background: url(../img/coa.png) 0 0 no-repeat;
}
#map .popover .popover-title .icon-coa{
    margin-top: 10px;
}
#map .popover.top>.arrow {
    margin-left: -7px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
    border-top-color: rgba(255,255,255,1);
    bottom: -7px;
}
#map .popover>.arrow {
    border-width: 7px;
}
#map .popover.top>.arrow:after {
    bottom: 0;
    margin-left: -7px;
}
#map .popover>.arrow:after {
    border-width: 7px;
}
#map .popover .close {
    position: absolute;
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    top: 7px!important;
    right: 7px!important;
    background: url(../img/popover_close.png) 100% 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-shadow: 0 0 0 #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
#map .popover {
    display: block;
}
#map .popover .popover-content span{
    color: #99a0aa;
}

.clearfix{
    clear: both;
}

h3 + .page-block-text > div .solo:first-child{
    padding-top: 0;
}
.document-link-block + .solo{
    padding-top: 0;
}

.text-right{
    text-align: right;
}

.mejs-video .mejs-controls div.mejs-time-rail{
    width: 328px;
}
.mejs-video .mejs-controls div.mejs-time-rail > span{
    width: 318px;
}

.page-block > .page-block-text > div {
    padding-top: 0px;
    margin: 20px 0;
}
.page-block > .page-block-text > div:last-child{
    margin-bottom: 0;
}
.page-block > .page-block-text > div + .solo{
    padding-top: 0;
}


body[data-other-version="/set_lang/ru/"] .searchfilterform-wrapper,
body[data-other-version="/set_lang/ru/"] .searchresults{
    padding-top: 22px;
}


.single-item .icons a{
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.single-item .togglePlaylist,
.single-item .icons span{
    display: none;
}
.single-item .carousel .mejs-controls .mejs-fullscreen-button{
    padding-right: 60px!important;
}


.mejs-poster{
    width: 100%;
    height: 100%;
}

/* Presentation */
.AutoLoadMKSGallery.presentation, .AutoLoadMKSGallery.presentation + .sliderdescription{
    display: block!important;
}
@media (max-width: 634px) {
    .AutoLoadMKSGallery.presentation,  .AutoLoadMKSGallery.presentation + .sliderdescription{
        width: 100%;
        float: none;
    }
    .AutoLoadMKSGallery.presentation .carousel-inner .item{
        min-height: 100px;
    }
    .AutoLoadMKSGallery.presentation .carousel-control.right{
        right: 0;
    }
    .AutoLoadMKSGallery.presentation .carousel-control.left{
        left: 0;
    }
    .searchform input[type="text"], .searchform select, .customSelect {
        border-color: #d8d8d8;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
    .checkbox-group label /*input[type="checkbox"] + */span{
        background-image: url(../img/checkbox2.png);
    }
}
/**/

.contacts-box > div{
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

p > img, div > img{
    max-width: 100%;
    height: auto;
}


.file-error .col-md-12{white-space: nowrap;}
.file-error .help-block{ margin-top: 0!important; }
.file-error .field-note{ display: inline!important; }
.file-error .c-input-file{margin-bottom: 0!important; }
.file-error{ margin-bottom: 15px!important; }

@media (max-width: 768px){
    .alert-warning{
        position: relative;
    }
    .alert-warning .closetest{
        position: absolute;
        right: 22px;
        top: 22px;
    }
}

label.error{
    display: block;
    margin: 0;
    padding: 0;
}

.regularpage{
    padding-bottom: 79px!important;
}

.contentblock.container-fluid.upperline:last-child{
    padding-bottom: 0;
}


/* Light */
.num-wrapper{
    font-family: 'helveticaneuecyr_light', sans-serif;
}
/* Normal & bold Scada */
h1 .num-wrapper, h2 .num-wrapper, h3 .num-wrapper, h4 .num-wrapper, h5 .num-wrapper, h6 .num-wrapper
.h1-font .num-wrapper, .h2-font .num-wrapper, .h3-font .num-wrapper, .h4-font .num-wrapper, .h5-font .num-wrapper, .h6-font .num-wrapper,
.paging .num-wrapper,
.nav-tabs .num-wrapper,
.titlemini .num-wrapper,
.container.document-title .num-wrapper,
.searchform .btn .num-wrapper,
.btn-blue .num-wrapper,
.submitform .btn .num-wrapper,
.document-link-block-header span.document-number .num-wrapper,
.news-day-block-date .day .num-wrapper,
.polls-header .num-wrapper,
.polls-title .num-wrapper{
    font-family: sans-serif;
}

.b-footer ul{
    margin: 0!important;
    padding: 0!important;
    list-style-type: none!important;
}
.b-footer ul li:before{
    display: none!important;
}

.accessibility-hidden{
    position: absolute;
    left: -9999px;
}


@media (max-width: 949px) {
    .header-first{
        margin-top: 20px!important;
    }
    .sitemap-list h2:first-child:last-child,
    .sitemap-list h3:first-child:last-child{
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    #search_form .searchform .solo:first-child{
        padding-top: 0;
    }
}

.icons a,
.icons span{
    margin-left: 5px;
    vertical-align: middle;
}
.icons a img, .icons span img{
    vertical-align: top;
}


.mediaset-box.photo,
.mediaset-box.photo + .sliderdescription,
.presentation.photo,
.presentation.photo + .sliderdescription,
{
    width: 641px;
}
.mediaset-box.photo + .sliderdescription,
.presentation.photo + .sliderdescription
{
    clear: both;
}
.mediaset-box.photo .icons,
.mediaset-box.photo .chooser,
.presentation.photo .icons,
.presentation.photo .chooser
{
    width: 639px;
}

.panel-body .photo,
.panel-body .photo + .sliderdescription,
.panel-body .photo .icons,
.panel-body .photo .chooser
{
    max-width: 100%;
}


/* Nav tabs */
.text-content .nav:first-child{
    padding-top: 0;
}
.nav>li>a{
    line-height: 100%;
    padding: 0 0 18px 0;
    margin: 0 30px 0 0;
    border: 0;
    border-bottom: 2px solid transparent;
}
.nav>li>a:hover, .nav>li>a:focus{
    background: none;
}
.nav-tabs>li>a:hover{
    color: #fc3d39;
    border-color: transparent;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus{
    border: 0;
    color: #fc3d39;
    border-bottom: 2px solid;
}
.nav-tabs>li.tab-button a{
    margin-right: 0;
    background: none;
    color: #4d6bbc;
}
.nav-tabs>li.tab-button a:hover{
    color: #fc3d39;
}
.nav-tabs>li.tab-button a:active,
.nav-tabs>li.tab-button a:focus{
    outline: 0;
    outline-offset: 0px;
    border: 0;
    box-shadow: none;
}
.inner .document .nav-tabs li.active a,
.inner .news .nav-tabs li.active a,
.inner .document .nav-tabs li a:hover,
.inner .news .nav-tabs li a:hover{
    color: #fc3d39;
}
@media (max-width: 1000px){
    .nav{
        margin-bottom: 20px;
    }
    .nav>li>a{
        padding: 18px 0;
    }
    .nav>li>a, .nav>li>a:hover{
        margin: 0;
        border: 0;
        border-bottom: 2px solid transparent;
    }
    #downloadblock{
        margin-bottom: 40px;
    }
    .nav>li.pull-right{
        float: none!important;
    }
    .nav>li.pull-right a{
        text-align: left;
    }
}
/**/


/* Search filter */
.searchfilterform-wrapper .checkbox-group label{
    display: block;
}
@media (min-width: 992px){
    .searchfilterform-wrapper{
        float: right;
        padding-right: 0 !important;
    }
    .searchfilterform-wrapper + .searchresults{
        padding-left: 0 !important;
        padding-right: 30px !important;
    }
    .searchfilterform-wrapper + .searchresults h3{
        margin: 0 0 7px 0;
    }
}
/**/


/* Innermenu */
.innermenu .nav>li>a,
.innermenu .nav>li>a:hover{
    border-bottom: 0;
}
@media (min-width: 992px){
    .innermenu{
        float: right;
        max-width: 256px;
        padding-right: 0 !important;
        
    }
    .innermenu-person{
        max-width: 256px;
        padding-left: 0 !important;
    }
    .innermenu img{
        /*margin-left: 72px;*/
        float: right;
        margin-bottom: 37px;
        margin-top: 10px;
    }
    .innermenu .nav{
        width: 256px;
        float: right;
        /*margin-left: 72px;*/
    }
    .innermenu .nav>li>a{
        width: 100% !important;
        margin-right: 0;
        border-bottom: 0;
    }
    .innermenu + .contentblock{
        padding-left: 0 !important;
        padding-right: 15px !important;
    }
}
@media (max-width: 991px){
    .innermenu + .contentblock{
        clear: both;
    }
}
/**/

/* Warning */
.letters-warning .alert{
    border: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.letters-warning .alert p{
    font-size: 14px !important;
    line-height: 20px !important;
    color: #858e9b !important;
}
.letters-warning .alert strong{
    font-size: 15px !important;
    font-weight: bold !important;
    display: inline-block !important;
    background: #858e9b !important;
    color: #fff !important;
    padding: 0 5px !important;
}
/**/


/* Detail inner right column */
@media (min-width: 992px){
    .col-md-4.document-description{
        padding-left: 75px;
    }
}
@media (max-width: 991px){
    .col-md-4.document-description{
        margin-top: 40px;
    }
}
/**/



/* #11142 */
.activities-list div:last-child ul:last-child,
.activities-list div:last-child ul:last-child li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
#map{
    margin-bottom: 5px;
}
@media (max-width: 600px){
    .activities-list h3.arr{
        margin-top: 20px;
    }
}