html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

button {
    padding: 0;
    border: none;
}

input {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
}

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

.cf:after {
    clear: both;
}

.html__menu-state,
.page__menu-state {
    width: 100%;
    overflow-x: hidden;
}

html {
    -webkit-text-size-adjust: none;
}

.page {
    min-width: 200px;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
}

.page__menu-state #page_main,
.page__menu-state .fixed_page_header{
    -webkit-transform: translateX(267px);
    -moz-transform: translateX(267px);
    -ms-transform: translateX(267px);
    -o-transform: translateX(267px);
    transform: translateX(267px);

}
#page_main, .fixed_page_header{
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}
#page_main{
    position: absolute;
    top: 0;
    overflow-y: auto;
    height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;

}
.animation_close{
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.animation_close#page_main{
    /*-webkit-transform: translateX(500px);*/
    /*-moz-transform: translateX(500px);*/
    /*-ms-transform: translateX(500px);*/
    /*-o-transform: translateX(500px);*/
    /*transform: translateX(500px);*/
    opacity: 0.3;
}

.page_wrapper {
    min-width: 200px;
    max-width: 768px;
}

.page_header {
    padding-top: 53px;
}

.fixed_page_header {
    position: fixed;
    top:0;
    z-index: 2;
    width: 100%;
    background: #325e91;
    opacity: 0.98;
}

.fixed_page_header_content {
    position: relative;
}

.page_header_menu-button,
.page_header_search-button,
.page_header_search_close,
.page_header_back-button {
    position: absolute;
    top: 0;
    width: 53px;
    height: 53px;
    cursor: pointer;
}

.not_active {
    display: none;
}

.page_header_menu-button {
    background: url(../../img/ui_menu.svg) no-repeat 16px 16px;
    background-size: 21px auto;
}

.page_header_back-button {
    background: url(../../img/mobile/mobile_back.svg) no-repeat 16px 16px;
    background-size: 12px auto;
}

.page_header_search-button {
    z-index: 1;
    background: #325e91 url(../../img/ui_search__mobile.svg) no-repeat 17px 15px;
    background-size: 19px auto;
    opacity: 0.4;
    right: 0;
}

.page_header_search_close {
    z-index: 1;
    background: #325e91 url(../../img/mobile/ui_close.svg) no-repeat 17px;
    background-size: 19px auto;
    left: 0;
}

.page_title {
    padding: 13px 48px 18px;
    font: 500 17px/22px 'Helvetica Neue', 'Arial', sans-serif;
    text-align: center;
    color: #fff;
}

.page_title_link {
    text-decoration: none;
    color: #fff;
}

h1 {
    padding: 14px 55px 17px 55px;
    font: 700 17px/22px 'Helvetica Neue', 'Arial', sans-serif;
    color: #333;
    text-align: center;
}

.page_menu {
    position: absolute;
    left: -267px;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.page__menu-state .page_menu {
    width: 100%;
    -webkit-transform: translateX(267px);
    -moz-transform: translateX(267px);
    -ms-transform: translateX(267px);
    -o-transform: translateX(267px);
    transform: translateX(267px);
}
.page_menu_close {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.page_menu_wrapper {
    position: relative;
    width: 267px;
    height: 100%;
    color: #ff7f18;
    overflow: hidden;
    background: #13181f;
}

.page_menu_nav {
    width: 282px;
    box-sizing: border-box;
    overflow-x: hidden;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.page_menu_item {
    display: block;
    font: 400 13px/17px 'Helvetica Neue', 'Arial', sans-serif;
    margin: 0 0 -1px;
    padding: 16px 16px 18px;
    border: solid #1D293C;
    border-width: 1px 0;
    background: #121d2d;
    color: #fff;
    text-decoration: none;
}

.page__menu-state #page_main.page_notouch {
    pointer-events: none;
    touch-action: none;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.page_menu_item__marked {
    background: #13181f;
    font-weight: 600;
    color: #ff7f18;
}

.page_menu_item.is-active {
    background: #325e91;
    border-color: #325e91;
    color: #fff;
}

/*@media screen and (min-width: 880px) {*/
    /*.page {*/
        /*margin-left: 267px;*/
    /*}*/

    /*.fixed_page_header {*/
        /*left: 267px;*/
    /*}*/

    /*.page_header_menu-button {*/
        /*display: none;*/
    /*}*/
/*}*/

.page_header_search_form {
    position: absolute;
    display: none;
    opacity: 0;
    top: 0;
    left: 100%;
    width: 100%;
    -webkit-transition: left .3s, opacity .3s;
    transition: left .3s, opacity .3s;
}

.page_header_search_form.is-active {
    left: 0;
    opacity: 1;
}

@keyframes search_form {
    from {
        left: 100%;
    }
    to {
        left: 0
    }
}

.page_header_search_input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 14px 63px 15px;
    border: 1px solid #325e91;
    font: 17px/22px 'Helvetica Neue', 'Arial', sans-serif;
    color: #333;
    background: #faedbe;
}

.feed_content {
    background: rgba(253, 234, 156, 0);
    -webkit-transition: background 2s;
    transition: background 2s;
}

.feed_content.new {
    background: rgba(253, 234, 156, 1);
}

.headline {
    margin: 0 0 -1px;
    padding: 1px 16px 6px;
    border: solid rgb(233, 233, 233);
    border-width: 1px 0;
}

.headline_title {
    margin: 8px 0;
    font: 500 17px/22px 'Helvetica Neue', 'Arial', sans-serif;
}

.headline_title_link {
    text-decoration: none;
    color: #111;
}

.headline_date {
    display: block;
    margin: 8px 0;
    font-size: 10px;
    line-height: 14px;
    font-style: italic;
    color: #727171;
}

.show-more-layer {
    display: block;
    padding: 15px 0 16px;
    text-align: center;
    font: 400 13px/17px 'Helvetica Neue', 'Arial', sans-serif;
    background: #fdf7e4;
    color: #204e8a;
    text-decoration: none;
}

.show-more {
    border-bottom: 1px dotted #204e8a;
}

.load-more {
    display: none;
}

.show-more-layer.progress>.show-more {
    display: none;
}

.show-more-layer.progress>.load-more {
    display: inline;
}

.show-more-layer.progress {
    -webkit-animation-name: 'progress';
    animation-name: 'progress';
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes progress {
    from {
        background: #fdf7e4;
    }
    50% {
        background: #fdea9c;
    }
    to {
        background: #fdf7e4;
    }
}

@keyframes progress {
    from {
        background: #fdf7e4;
    }
    50% {
        background: #fdea9c;
    }
    to {
        background: #fdf7e4;
    }
}

.reader_article {
    border-top: 1px solid rgb(233, 233, 233);
}

.reader_article hr {
    display: none;
}

.reader_article a {
    border-bottom: 1px solid #C0D1E7;
    color: #204e8a;
    text-decoration: none;
}

.reader_article_headline,
.page_message {
    margin: 12px 16px 8px;
    font: bold 24px/26px 'Helvetica Neue', 'Arial', sans-serif;
    color: #333;
}

.reader_article_dateline {
    margin: 8px 16px 18px;
}

.reader_article_date {

    font: 12px/13px 'Arial', sans-serif;
    color: #727171;
}

.reader_article_body>p {
    margin: 18px 16px 18px;
    font: 18px/26px 'Georgia', serif;
    color: #333;
}

.reader_article_body>.reader_article_lead {
    font: 20px/26px 'Georgia', serif;
    color: #333;
}

.reader_article_body>blockquote {
    margin: 18px 0;
    padding: 18px 16px 17px 18px;
    background: #faf7eb;
    font: italic 19px/27px 'Georgia', serif;
    color: #333;
}

.figure_img {
    width: 100%;
}

.figure_caption {
    padding: 0 16px;
    border-bottom: 1px solid #ccc;
}

.figure_caption_title {
    margin: 9px 0 13px;
    font: 11px/15px 'Arial', sans-serif;
    color: #727171;
}

.figure_caption_footer {
    display: none;
}

.aside {
    padding: 0 16px;
}

.aside_h2 {
    margin: 12px 0 8px;
    font: 100 23px/29px 'Helvetica Neue', 'Arial', sans-serif;
    color: #333;
}

.aside_content {

}

.news-list_item {
    margin: 0 0 17px;
}

.news-list_item_title {
    font: 17px/23px 'Helvetica Neue', 'Arial', sans-serif;
}

@media screen and (orientation:landscape) and (max-height:480px) {
    .fixed_page_header {
        position: absolute;
        left: 0;
        top: 0;
    }

}
.form {
    padding: 34px 16px 44px;
    border-top: 1px solid #e9e9e9;
}

.form_section_h6 {
    margin-bottom: 17px;
    font: normal 17px/22px 'Helvetica Neue', 'Arial', sans-serif;
    color: #13181f;
}

.form_info {
    margin-bottom: 9px;
    font: italic 400 13px/18px 'Helvetica Neue', 'Arial', sans-serif;
    color: #13181f;
}

.form_label {
    display: block;
    margin: 0 0 17px;
    font: 400 13px/18px 'Helvetica Neue', 'Arial', sans-serif;
    color: #13181f;
}

select {
    margin: 0 2px 16px;
    font: 400 17px/1 'Helvetica Neue', 'Arial', sans-serif;
    color: #13181f;
}

.button {
    display: block;
    width: 100%;
    margin: 28px 0 0;
    padding: 18px 0;
    background-color: #366193;
    font: 400 17px/1 'Helvetica Neue', 'Arial', sans-serif;
    color: #fff;
}

.inputs-group {
    font-size: 0;
    text-align: justify;
}

.inputs-group:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.entry.entry__file {
    margin-top: 21px;
    padding-top: 21px;
    border-top: 1px solid #dcdcdc;
    overflow: hidden;

}

.entry.entry__file:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.entry_title.entry_title__file {
    font: normal 13px/18px 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    color: #111;
}

.entry_date {
    margin: 4px 0;
    font: italic 11px/18px 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    color: #7B7B7B;
}

.entry_file {
    float: left;
    width: 48px;
    height: 66px;
    margin-right: 18px;
    padding-top: 10px;
    margin-left: 17px;
    background: url(../../img/mobile/doc_shape.png) no-repeat right bottom;
}

.entry_file_link {
    font: 16px 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    text-decoration: underline;
    color: #d71808;
}

.entry_file_link[href$='pdf'] {
    color: #d71808;
    border-bottom: 1px solid #d71808;

}

.entry_file_link[href$='doc'] {
    color: #08b1f6;
}

.entry_file_link[href$='xls'] {
    color: #3ba94c;
}

.entry_file_link[href$='ppt'] {
    color: #f05907;
}

.entry_file_link[href$='zip'] {
    color: #e99717;
}

.entry_file_size {
    font: italic 11px/13px 'Arial', sans-serif;
    color: #7b7b7b;
    margin-top: 5px;
}

.reader_article_box__foggy, .reader_article_box {
    display: none;
}

.reader_article_box.reader_article_doc {
    display: block;
}

.reader_article_box.reader_article_box__foggy {
    display: block;
}

.reader_article_box__foggy .flash-player {
    display: block;
    margin: 0 auto;
}

.reader_article_box__foggy ~ .reader_article_box__foggy {
    display: block;
}

.anchor__meetings {
    padding-left: 16px;
    background: #fdf7e4;
    padding-bottom: 1px;
    padding-top: 12px;
    margin-bottom: 20px;
}

.anchor__meetings li {
    display: block;
    margin-bottom: 25px;
}

.anchor_block {
    position: relative;
}

.anchor {
    position: absolute;
    top: -60px
}

.reader_article a.anchor_link {
    border-bottom: 1px dotted #204e8a;
    font-size: 23px;
}
.page .swap{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.reader_article table {
    margin-left: 1em;
    border-spacing: 0;
}
.reader_article table tr {
    border-bottom: 1px solid #adadac;
}
.reader_article table th {
    height: 48px;
    border-bottom: 1px solid #adadac;
    font: bold 20px/26px Arial, sans-serif;
    color: #333;
    vertical-align: middle;
    text-align: left;
}
.reader_article table td {
    width: 380px;
    padding: 25px 40px 29px 0;
    border-bottom: 1px solid #dcdcdc;
    vertical-align: middle;
}
.reader_article table td+td {
    width: 232px;
    padding-right: 0;
}
.reader_article table th {
    width: 636px;
}
.reader_article table th+th {
    width: 309px;
}
.reader_article table a {
    margin: 41px 0 38px;
    font: normal 16px/22px Arial, sans-serif;
    text-decoration: none;
}
.reader_article table a:hover {
    color: #234876;
}
.reader_article table em, .reader_article table em a,
.reader_article table i, .reader_article table i a{
    font: italic 11px/13px Arial, sans-serif;
    color: #7b7b7b;
    margin: 6px 0 0;
}
.reader_article table p {
    max-width: 536px;
}