@charset "utf-8";

/* reset */
body,div,p {
    margin: 0;
    padding: 0;
}
li{
    list-style:none;
}


/* fonts */
@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), url('../fonts/PTS55F_W.woff') format('woff');
}
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    src: local('PT Sans Italic'), url('../fonts/PTS56F_W.woff') format('woff');
}
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: bold;
    src: local('PT Sans Bold'),	url('../fonts/PTS75F_W.woff') format('woff');
}
@font-face {
    font-family: 'PT Sans Narrow';
    src: local('PT Sans Narrow'), url('../fonts/PTN57F_W.woff') format('woff');
}
@font-face {
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    src: local('PT Sans Narrow Bold'), url('../fonts/PTN77F_W.woff') format('woff');
}
/* fonts */

a {
    color: #006699;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h2 {
    font: 18px/18px 'PT Sans Narrow Bold', Arial, sans-serif;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed grey;
}
h3{
    border: 0;
    background: #00689b;
    margin: 0;
    padding: 12px;
    color: #ffffff;
    font: 25px/30px 'PT Sans Narrow', Arial, sans-serif;
}
/* base */
body {
    font: 14px/18px 'PT Sans', Arial, sans-serif;
    color: rgba(0, 0, 0, 1);
    background: fixed url("../img/banner.jpg") no-repeat right top;
    background-size: cover;
}
    .container{
        width: 1024px;
        margin: 0 auto;
        overflow: hidden;
    }
        .content{
            width: 974px;
            margin: 12px;
            padding: 12px;
            overflow: hidden;
            background: #ffffff;
            border: 1px solid #e6e6e6;
            border-radius: 15px;
        }



.pagination_link{
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    float: right;
    display: block;
    border-radius: 2px;
}
.pagination_link{
    color: rgba(68, 68, 68, 1);
    border: 1px solid rgba(217,217,217, 1);
    background: rgba(245,245,245, 1);
    background: -moz-linear-gradient(top, rgba(245,245,245, 1), rgba(241,241,241, 1));
    background: -ms-linear-gradient(top, rgba(245,245,245, 1), rgba(241,241,241, 1));
    background: -o-linear-gradient(top, rgba(245,245,245, 1), rgba(241,241,241, 1));
    background: -webkit-linear-gradient(top, rgba(245,245,245, 1), rgba(241,241,241, 1));
    background: linear-gradient(top, rgba(245,245,245, 1), rgba(241,241,241, 1));
}
.pagination_link:hover{
    color: rgba(51, 51, 51, 1);
    border: 1px solid rgba(198,198,198, 1);
    background: rgba(248,248,248, 1);
    background: -moz-linear-gradient(top, rgba(248,248,248, 1), rgba(241,241,241, 1));
    background: -ms-linear-gradient(top, rgba(248,248,248, 1), rgba(241,241,241, 1));
    background: -o-linear-gradient(top, rgba(248,248,248, 1), rgba(241,241,241, 1));
    background: -webkit-linear-gradient(top, rgba(248,248,248, 1), rgba(241,241,241, 1));
    background: linear-gradient(top, rgba(248,248,248, 1), rgba(241,241,241, 1));
}
.pagination_link:active{
    box-shadow: inset 0 0 5px rgba(0,0,0, .2);
}



.navigation {
    border-top: 1px dashed grey;
    overflow: hidden;
    padding: 12px 0 0 0;
    clear: both;
}
.footer{
    text-align: center;
    margin: 12px 0;
    font: 14px/18px 'PT Sans Narrow', Arial, sans-serif;
    color: rgba(255, 255, 255, 1);
}

.title_active{
    color: #000000;
}



.content ul{
    margin: 0;
    padding: 0;
}
.left{
    width: 240px;
    padding: 12px 12px 6px 12px;
    margin: 0 0 12px 0;
    float: left;
    overflow: hidden;
    background: #f2f2f2;
}
.right{
    width: 700px;
    float: right;
    overflow: hidden;
    font: 20px/25px 'PT Sans Narrow', Arial, sans-serif;
    margin: 0 0 12px 0;
}
















.right li {
    margin: 0 0 20px 25px;
    list-style: url("../img/list.png");
    font: 20px/20px "PT Sans Narrow", Arial, sans-serif;
}
.left li{
     margin: 0 0 6px 0;
 }
li p{
    text-align: left;
}
.right li ul{
    padding: 20px 0 0 0;
    clear: both;
}




.title{
    width: 950px;
    padding: 12px;
    overflow: hidden;
    font: 18px/18px 'PT Sans Narrow Bold', Arial, sans-serif;
    text-align: center;
    margin: 0 0 12px 0;
    border-bottom: 1px dashed grey;
}
.header{
    width: 974px;
    margin:  auto;
}
.header a {
    display: block;
    color: #ffffff;
    text-align: right;
    margin: 10px 0 0 0;
}
.header p{
    color: #ffcc00;
    font: 28px/28px 'PT Sans Narrow', Arial, sans-serif;
    padding: 20px 0 24px 0;
}


.topic_ul{
    margin: 30px;
    overflow: hidden;
}
.topic_title{
    font: 18px/18px 'PT Sans Narrow Bold', Arial, sans-serif;
}
.topic_title_text{
    overflow: hidden;
    color: #666;
    margin: 5px 20px 20px 20px;
}
.dispnot{
    display: none;
}
label{
    width:60px;
    display: inline-block;
    margin: 0;
}
.inp{
    padding: 10px;
    border: 1px solid lightgrey;
    width: 100px;
    color: #666;
}
.authdiv{
    margin: 0 0 10px 0;
}
.alarm{
    margin: 20px 0 0 0;
    color: #ea4c3a;
    font: 18px/18px 'PT Sans Narrow Bold', Arial, sans-serif;
}
.auth1{
    width: 400px;
    float: left;
}
.auth2{
    font-size: 14px;
    width: 400px;
    float: left;
}



















/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.modal {
    padding: 24px 40px;
    display: none;
}
.modal_h {
    font: bold 36px/42px 'PT Sans Narrow', 'Arial Narrow', sans-serif;
    margin-bottom: 36px;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    background: #fff;
    border-radius: 20px 0 20px 0;
    position: relative;
    color: #333;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    background: url('../img/close.png') no-repeat;
    border: none;
    position: absolute;
    top: -38px;
    right: -38px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
.fancy_lnk{
    background: url("../images/alarm.png") no-repeat left center;
    display: block;
    width: 76px;
    height: 76px;
    margin: 0 0 0 25px;
    font: 25px/20px "PT Sans Narrow", Arial, sans-serif;
}
.modal{
    width: 400px;
    font: 20px/20px "PT Sans Narrow", Arial, sans-serif;
}
.lnk{
    background:none;
    display: inline;
    margin: 0;
    font: 20px/20px "PT Sans Narrow", Arial, sans-serif;
}










.block_1 {
    width:674px;
    padding: 12px;
    overflow: hidden;
    border: 1px solid #00689b;
    margin: 0 0 12px 0;
    border-radius: 0 0 5px 5px;
}
.block_l {
    width:200px;
    float:left;
    overflow: hidden;
}
.block_r {
    width:462px;
    float:right;
    overflow: hidden;
}




.block_2 {
    width:674px;
    padding: 12px;
    overflow: hidden;
    border: 1px solid #00689b;
    margin: 0 0 12px 0;
    border-radius: 0 0 5px 5px;
}
.block_l_2 {
    width:462px;
    float:left;
    overflow: hidden;
}
.block_r_2 {
    width:200px;
    float:right;
    overflow: hidden;
}





.head {
    font: 20px/20px "PT Sans Narrow Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #003366;
    margin:20px 0;
    text-align:center;
}
.list li{
    list-style: url("../images/radio.png");
}
.pdf li {
    list-style: square url("../images/icon_pdf.gif");
}
.attention{
    overflow:hidden;
}
.attention li {
    list-style: url("../images/information_icon_48px_without_shadow.png");
    font-weight:bold;
    margin:0 0 20px 56px;
}
.jump{
    width:688px;
    height: 30px;
    background: #f0f0f0;
    margin: 20px 0;
}
.block_1  p{
    margin:0 0 20px 0;
}

img{
    display:block;
    margin:20px 0;
}

.clock{
    overflow:hidden;
}
.clock li {
    list-style: url("../images/icon_clock.png");
    margin:0 0 20px 56px;
}