body {
    font-family: Arial, sans-serif;
    font-size: 12px;
}
.page-container {
    width: 1200px;
    margin: 0 auto;
}
.header .header-top {
    padding-top: 23px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1em;
    color: #fff;
    background: url("../img/header_background.png") no-repeat 50% 0;
}
.header .info {
    width: 330px;
    margin-top: 2px;
    padding-top: 12px;
    padding-left: 20px;
    background: rgba(0,0,0,.5);
    border-radius: 8px;
}
.header address {
    margin-bottom: 10px;
}
.header address .item-1,
.header .phone .item-2,
.header address img,
.header .phone img {
    display: inline-block;
}
.header address .item-1 {
    padding-left: 10px;
    vertical-align: top;
}
.header address img {
    vertical-align: top;
}
.header .phone {
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.header .phone .item-2 {
    padding-left: 10px;
    vertical-align: middle;
}
.header .phone img {
    padding-left: 4px;
    vertical-align: middle;
}
.header .header-bottom {
    background-color: #153e90;
}
.header .header-bottom ul li {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 0;
    padding-right: 100px;
}
.header .header-bottom ul li:last-child {
    padding-right: 0;
}
.header .header-bottom ul li a {
    padding: 0;
    font-size: 15px;
    color: #fff;
}
.header .header-bottom ul li a:hover,
.header .header-bottom ul li a:focus {
    background: none;
    outline: none;
    text-decoration: underline;
}
.content {
    padding-top: 12px;
    background: url("../img/bg.png")no-repeat 50% 100%;
}
.content .section-1 .item-left {
    float: left;
}
.content .section-1 .item-left img {
    max-width: 100%;
}
.content .section-1 .element-top {
    position: relative;
    height: 270px;
    overflow: hidden;
}
#main-slider-nav {
    position: absolute;
    bottom: 20px;
    left: 60px;
}
#main-slider-nav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.7;
}
#main-slider-nav a.selected {
    opacity: 1;
}
#main-slider-nav a span {
    display: none;

}

/*----------video-block----------*/

.content .section-1 .item-right {
    float: right;
}
.content .section-1 .video-text {
    margin-bottom: 10px;
}
.content .section-1 .item-right .title {
    float: left;
    width: 282px;
    max-height: 50px;
    overflow: hidden;
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #505050;
}
.content .section-1 .item-right .date {
    float: right;
    padding-top: 5px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #505050;
}
.content .section-1 .item-right a {
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #153e90;
}
.content .section-1 .item-right a > img{
    padding-left: 8px;
}

.content .section-1 .item-right a:hover {
    text-decoration: underline;
}

/*----------notices----------*/

.content .section-1 .element-bottom {
    margin-top: 9px;
    margin-bottom: 6px;
    clear: both;
    background-color: #ececec;
    border: #d0d8e9 solid 1px;
    border-radius: 3px;
}
.content .section-1 .element-bottom .title {
    float: left;
    padding: 12px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #153e90;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
.content .section-1 .element-bottom ul  {
    float: left;
    width: 1100px;
    height: 48px;
    padding-left: 0;
    padding-top: 8px;
    margin: 0;
    overflow: hidden;
}
.content .section-1 .element-bottom  ul > li {
    display: inline-block;
    width: 270px;
}
.content .section-1 .element-bottom  ul > li > a {
    display: inline-block;
    height: 16px;
    font-family: Arial, sans-serif;
    color: #153e90;
    overflow: hidden;
}
.content .section-2 {
    padding-bottom: 40px;
}

/*----------left column----------*/

.content .column-left {
    float: left;
    width: 285px;
}
.content .column-left .block-1 {
    display: block;
    margin-bottom: 16px;
    padding: 8px;
    background-color: #153e90;
    color: #fff;
}
.content .column-left .block-1 .item-left {
    float: left;
    border-radius: 2px;
}
.content .column-left .block-1 .item-left img {
    max-width: 100%;
}
.content .column-left .block-1 .item-right {
    float: left;
    padding-left: 10px;
    width: 185px;
}
.content .column-left .block-1 .title {
    padding-bottom: 8px;
    font-size: 13px;
}
.content .column-left .block-1 .text {
    font-size: 14px;
}
.content .column-left .block-1 a {
    display: block;
    padding-top: 10px;
    color: #fff;
}
.content .column-left .block-search {
    position: relative;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-bottom: 17px;
    padding-left: 9px;
    background-color: #ececec;
    border-radius: 3px;
}
.content .column-left .block-search .search-submit {
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: url("../img/icon_search.png") no-repeat 50% 50%,
#fff;
    border: none;
}
.content .column-left .block-search .search-submit:focus {
    outline: none;
}
.content .column-left .block-search .search {
    display: inline-block;
    width: 265px;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 14px;
    font-size: 13px;
    font-style: italic;
    color: #737373;
    border-radius: 20px;
    border: none;
}
.content .column-left .block-search .search:focus {
    outline: none;
}
.content .column-left .block-search .search::-moz-placeholder {
    color: #737373;
}
.content .column-left .block-search .search::-webkit-input-placeholder {
    color: #737373;
}
.content .column-left .block-2 {
    margin-bottom: 10px;
    padding-left: 0;
}
.content .column-left .block-2 > li {
    margin-bottom: 1px;
    list-style: none;
    background-color: #e3e3e3;
    border-radius: 3px;
}
.content .column-left .block-2 > li:hover {
    background-color: #1751c4;
}
.content .column-left .block-2 > li:hover > a {
    color: #fff;
    text-decoration: none;
}
.content .column-left .block-2 .hasChildren {
    position: relative;
}
.content .column-left .block-2 > li > a,
.content .column-left .block-2 .hasChildren > ul > li a {
    display: block;
    padding: 9px 13px;
    font-size: 15px;
    color: #153e90;
}
.content .column-left .block-2 .hasChildren > ul {
    position: absolute;
    top: 0;
    right: -220px;
    z-index: 5;
    display: none;
    width: 220px;
    padding-left: 0;
    background-color: #fff;
    border-radius: 3px;
    border-left: solid #fff 1px;
}

.content .column-left .block-2 .hasChildren > ul > li {
    margin-bottom: 1px;
    list-style: none;
    background-color: #e3e3e3;
    border-radius: 3px;
}
.content .column-left .block-2 .hasChildren > ul > li:last-child {
    margin-bottom: 0;
}
.content .column-left .block-2 .hasChildren > ul > li:hover {
    background-color: #1751c4;
}
.content .column-left .block-2 .hasChildren > ul > li:hover a {
    color: #fff;
    text-decoration: none;
}
.content .column-left .block-3 {
    margin-bottom: 11px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 14px;
    padding-bottom: 13px;
    background-color: #e3e3e3;
    border-radius: 3px;
}
.content .column-left .block-3 .title {
    padding-bottom: 12px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #828282;
}
.content .column-left .block-3 ul {
    padding-left: 0;
}
.content .column-left .block-3 ul li {
    padding-bottom: 10px;
    list-style: none;
}
.content .column-left .block-3 .item-left {
    float: left;
    padding-top: 5px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #2b2d30;
}
.content .column-left .block-3 .item-right {
    float: right;
    width: 130px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to top, #153f93, #1750c3);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.35);
    text-align: center;
    border-radius: 14px;
}
.content .column-left .block-4 {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 25px;
    background-color: #e3e3e3;
    border-radius: 3px;
}
.content .column-left .block-4 .title {
    padding-bottom: 15px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #828282;
}

/*----------news column----------*/

.content .column-center {
    float: left;
    width: 660px;
    padding-left: 17px;
    padding-right: 4px;
}
.content .column-center .block-1, .content .column-center .block-1 h1 {
    margin: 0 0 16px 0;
    padding: 6px 0 7px 10px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    background: #153e90;
    border-radius: 2px;
}
.content .column-center .block-1 h1 {
    display: inline;
}
.content .column-center .block-2 {
    padding-left: 0;
}
.content .column-center .block-2 > li {
    list-style: none;
}
.content .column-center .block-2 .item-left {
    float: left;
    width: 250px;
    height: 160px;
    margin-right: 18px;
    overflow: hidden;
}
.content .column-center .block-2 .item-left img {
    width: 100%;
}
.content .column-center .article {
    margin-bottom: 20px;
}
.content .column-center .block-2 .item-right {
    height: 138px;
    padding-right: 10px;
}
.content .column-center .article .title {
    padding-bottom: 4px;
}
.content .column-center .article .title a {
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #153e90;
}
.content .column-center .article .date {
    padding-bottom: 4px;
    font-style: italic;
    font-weight: bold;
    color: #505050;
}
.content .column-center .article .text {
    font-family: SegoeUI, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #505050;
    height: 64px;
    overflow: hidden;
}
.content .column-center .article .text p {
    margin: 0;
}
.content .column-center .article .text p strong {
    font-weight: normal;
}
.content .column-center .article .item-right .news-link {
    text-align: right;
}
.content .column-center .article .item-right .news-link a {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #878787;
}
.content .column-center .article .item-right .news-link a img {
    padding-left: 8px;
}
.content .column-center .block-3 {
    padding-top: 11px;
    border-top: solid 1px #e3e3e3;
    text-align: right;
}
.content .column-center .block-3 a {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #153e90;
}
.content .column-center .block-3 img {
    padding-left: 10px;
}
.column-center table {
    max-width: 100% !important;
}

/*----------right column-----------*/

.content .column-right {
    float: right;
    width: 255px;
    padding-left: 5px;
}
.content .column-right .block-1 {
    margin-bottom: 5px;
    padding-left: 11px;
    padding-top: 6px;
    padding-bottom: 7px;
    border-radius: 2px;
    background-color: #1751c4;
}
.content .column-right .block-1 a {
    display: inline-block;
    padding-left: 17px;
    padding-right: 55px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}
.content .column-right .block-3 {
    padding-left: 0;
}
.content .column-right .block-3 > li {
    list-style: none;
}
.content .column-right .block-3 > li > a {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #2b2d30;
    list-style: none;
    background: #ececec;
    text-decoration: none;
}
.content .column-right .block-3 > li > a:hover {
    color: #428bca;
}
.content .column-right .block-3 > li img {
    max-width: 100%;
}
/*.content .column-right .block-3 > li img.info-icon {*/
    /*position: absolute;*/
    /*top: 11px;*/
    /*left: 14px;*/
/*}*/
.content .column-right .block-4 {
    padding-left: 12px;
}
.slider-bottom {
    border: solid 1px #cccccc;
    background: #e3e3e3;
}
.slider-bottom .slider {
    position: relative;
    padding-top: 20px;
    padding-bottom: 13px;
}
.slider-bottom .slider #external-sites a {
    padding-left: 10px;
    width: 175px;
    height: 82px;
    display: block;
    float: left;
}
.slider-bottom .slider .item-left {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: -38px;
}
.slider-bottom .slider .item-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: -38px;
}
.footer {
    background: #d0d0d0;
}
.footer .text {
    padding-top: 16px;
    padding-bottom: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #707070;
    text-align: center;
}

/*-------------wide news--------------*/

.content .column-center.wide {
    width: 915px;
}
.content .column-center.wide .block-2 .item-right {
    width: auto;
}
.content .column-center .block-article h1.title {
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.content .column-center .block-article .article {
    font-size: 14px;
}
.content .column-center .block-3 img {
    padding-left: 10px;
    padding-right: 10px;
}
.content .column-center.wide .column-right .block-1 {
    background: #153e90;
    margin-right: -4px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 7px;
}

/*----------------calendar---------------------------*/

.news-calendar {
    margin-top: 20px;
    margin-left: 10px;
}
.news-calendar select {
    display: block;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.news-calendar input[type="radio"] {
    display: none;
}
.news-calendar .radio {
    display: block;
    float: left;
    width: 33%;
    margin: 0;
    padding-left: 0;
    padding-bottom: 10px;
}
.news-calendar .radio label {
    color: #153e90;
    font-weight: bold;
}
.news-calendar .radio label:hover {
    text-decoration: underline;
}
/*------------gallery----------------*/

.content .gallery-index .gallery-item-image {
    height: 200px;
    line-height: 200px;
    text-align: center;
}
.content .gallery-index .gallery-item-image img {
   /* max-width: 100%;
    max-height: 100%;*/
    max-width: 106%;
    max-height: 120%;
}
.content .gallery-index .gallery-item-name {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #2b2d30;
    text-align: center;
}
.content .gallery-index .gallery-item-name:hover {
    color: #428bca;
}
.content .gallery-view .gallery-view-image {
    height: 200px;
    padding-bottom: 30px;
    line-height: 200px;
    text-align: center;
}
.content .gallery-view  .gallery-view-image img {
    max-width: 100%;
    max-height: 100%;
}
.content .gallery-view  .gallery-view-description {
    padding: 10px 20px;
    font-size: 13px;
}
.content .gallery-view-video {
    height: 200px;
    padding-bottom: 30px;
    /*line-height: 200px;*/
    list-style: none;
    text-align: center;
}
.content .gallery-view-video img {
    max-width: 100%;
    max-height: 100%;
}
.content .video-new-title {
    padding-top: 5px;
}
.content .video-new-date {
    padding-top: 5px;
    font-style: italic;
    color: #505050;
}
.content .section-2 .column-center .block-2 > li > a {
    display: inline-block;
    padding-bottom: 8px;
    font-family: Arial, sans-serif;
    color: #153e90;
}
.content .inner-column-center {
    float: left;
    width: 635px;
    padding-right: 4px;
}
.content .inner-column-right {
    float: right;
    width: 255px;
    padding-left: 5px;
}
.column-center.wide .column-right {
    width: 233px;
}
#article-menu {
    margin-bottom: 10px;
    margin-right: -4px;
    padding-left: 0;
}
#article-menu > li {
    margin-bottom: 1px;
    list-style: none;
    background-color: #e3e3e3;
    border-radius: 3px;
}
#article-menu > li > a {
    display: block;
    padding: 9px 13px;
    font-size: 15px;
    color: #153e90;
}
#article-menu > li:hover {
    background-color: #1751c4;
}
#article-menu > li:hover > a {
    color: #fff;
    text-decoration: none;
}
#article-menu .current {
    background-color: #1751c4;
}
#article-menu .current a {
    color: #fff;
}
.column-center.wide .search-simple-item .item-right {
    height: inherit;
}
/*-------перебивка старых стилей текста--------*/

.column-center.wide .inner-column-center ul li a {
    color: #505050 !important;
}
.column-center.wide .inner-column-center ul li a span {
    color: #505050 !important;
}
.column-center.wide .inner-column-center ul li a span strong {
    color: #505050 !important;
}

/*---------------social----------------*/

.social-likes {
    padding-left: 0;
    height: 29px;
    /*overflow: hidden;*/
}
.social-likes li {
    float: left;
    list-style: none;
}
.social-likes li.twitter {
    width: 138px;
}
.social-likes li.facebook {
    width: 140px;
}

/*----------иконка принтера--------------*/

.glyphicon {
    margin-top: 3px;
    margin-right: 10px;
    color: #fff;
    vertical-align: top;
}

@media print {
    .header,
    .slider-bottom,
    .footer,
    .content .section-1,
    .content .section-2 .column-left,
    .column-center.wide .inner-column-right,
    #yw0,
    .block-1,
    .block-3 {
        display: none;
    }
    .content,
    .column-center,
    .content .inner-column-center {
        width: 100%
    }
}
@page {
    margin: 2cm;
}
table {
    border: 1px solid #ddd;
    /*width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;*/
}
tr,
td {
    border: 1px solid #ddd;
}
.stream-player {
    display:block;
    margin:10px auto
}