@charset "UTF-8";
/**
 * @author Alexander Samilyak (aleksam241@gmail.com)
 * @edit Alexander Shumov (ss@artlebedev.ru)
 * @date 23.7.2014
 * @time 13:37 PM
 */
/******************************/
/*          nav.css           */
/******************************/
/*
  @author Alexander Samilyak (aleksam241@gmail.com)
  @created 2013.03.25
  @copyright Art. Lebedev Studio (www.artlebedev.ru)

  This source code follows Formatting section of Google CSS Style Guide
  https://google.github.io/styleguide/htmlcssguide.html#CSS_Formatting_Rules
*/
/**
  @param {string} value
  @param {boolean=} important
  @return {string}
*/
/**
  Clearfix in float based layouts
*/
/**
  @param {color} hexOrName
  @param {boolean=} important
*/
/**
  Pure css triangle
*/
#nav {
  width: 225px;
  float: left;
  margin-left: 0;
  margin-right: 35px; }
  #nav .logo {
    margin: -20px 0 20px -2px; }
  #nav .quick_menu {
    padding-bottom: 1em; }
    #nav .quick_menu li {
      margin-bottom: 0.8em; }
  #nav .hr {
    margin-bottom: 1.4em; }
  #nav .hotline {
    margin-bottom: 40px; }
    #nav .hotline h2 {
      font-size: 150%;
      margin-bottom: 0.5em; }
    #nav .hotline p {
      margin-bottom: 0.5em; }
    #nav .hotline address {
      margin-bottom: 0.5em;
      color: #9a0000;
      font-size: 145%;
      font-style: normal;
      display: inline-block;
      text-align: right; }
    #nav .hotline li {
      margin-bottom: 0.8em; }
  #nav:after {
    content: '';
    display: block;
    clear: both; }

.list_carousel,
#home_page .whole_site_opener {
  display: none; }

.news_list .glide__slide,
.banners_list .glide__slide {
  width: 100% !important; }
  .news_list .glide__slide:first-child,
  .banners_list .glide__slide:first-child {
    margin-top: 0; }
  .news_list .glide__slide a,
  .banners_list .glide__slide a {
    float: none; }

.banners_list .glide__slide {
  margin-top: 35px; }

#home_page #main {
  margin: 0;
  width: -webkit-calc(100% - 260px);
  width: -moz-calc(100% - 260px);
  width: calc(100% - 260px);
  float: right; }

#home_page #main:after,
#home_page #content:after {
  content: '';
  display: block;
  clear: both; }

.home_banners {
  float: left;
  background: #f1f1f1;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0.5em;
     -moz-border-radius: 0.5em;
          border-radius: 0.5em;
  overflow: hidden;
  text-align: center;
  width: 225px; }
  .home_banners:empty {
    display: none; }

.home_banner {
  display: block;
  text-decoration: none;
  margin-top: 35px;
  border-bottom: none; }
  .home_banner:first-child {
    margin-top: 0; }

.home_banner_img {
  margin-bottom: 10px; }
  .home_banner_img img {
    max-width: 160px;
    max-height: 60px; }

.home_banner_text {
  color: #717171;
  font-size: 92%; }

.home_banner:hover .home_banner_text {
  color: #b66d28; }

.home_banner_note {
  color: #000;
  font-size: 11px;
  margin-top: 4px; }

.home_banners .glide-carousel.glide--horizontal {
  padding-bottom: 30px; }

.home_anti_corruption,
.home_hot_lk {
  border: solid 1px #dedbdb;
  padding: 11px 12px 17px;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  margin: 15px 0 0;
  display: none; }
  @media (max-width: 992px) {
    .home_anti_corruption,
    .home_hot_lk {
      display: block; } }
  .home_anti_corruption .icon-lk,
  .home_anti_corruption .lk_link,
  .home_hot_lk .icon-lk,
  .home_hot_lk .lk_link {
    display: inline-block;
    vertical-align: middle; }
  .home_anti_corruption .icon-lk,
  .home_hot_lk .icon-lk {
    background-color: #f1f1f1;
    -moz-background-size: 45%;
      -o-background-size: 45%;
         background-size: 45%;
    position: relative;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin: 0;
    margin-right: 10px;
    margin-top: -15px;
    font-size: 16px;
    color: #aaa;
    text-align: center;
    padding: 10px;
    height: 16px;
    width: 16px; }
  .home_anti_corruption .lk_link,
  .home_hot_lk .lk_link {
    position: relative;
    margin-top: 5px;
    width: 80%; }

.home_anti_corruption {
  margin: 45px 0 0 0; }

/******************************/
/*        widgets.css         */
/******************************/
.widgets {
  max-width: 40em;
  padding: 0.5em 0 0 0; }
  .widgets .group {
    position: relative;
    margin-bottom: 28px; }
    .widgets .group h2 {
      position: relative;
      margin: 0;
      font-size: 120%;
      line-height: 1.2;
      background: #f7f7f7; }

.widgets-draggable {
  margin-left: -25px;
  position: relative; }
  .widgets-draggable .group h2 {
    margin-left: 25px;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px); }
  .widgets-draggable .group > .wrap {
    margin-left: 25px;
    width: -webkit-calc(100% - 25px) !important;
    width: -moz-calc(100% - 25px) !important;
    width: calc(100% - 25px) !important; }
  .widgets-draggable .group .dragger-handler {
    position: relative; }
  .widgets-draggable .group .dragger {
    position: absolute;
    top: 50%;
    padding-left: 10px;
    width: 15px;
    left: -25px;
    margin-top: -17px;
    cursor: move;
    display: none; }
    .widgets-draggable .group .dragger .ico-dragger {
      font-size: 35px;
      color: #ddd9da; }
  .widgets-draggable .group:hover .dragger, .widgets-draggable .group.ui-sortable-helper .dragger {
    display: inline-block; }

.widgets h2 .holder {
  display: block;
  position: relative;
  padding: 0.9em 4em 1em 0.9em; }

.widgets .group h2 {
  -webkit-border-radius: 0.5em 0.5em 0 0;
     -moz-border-radius: 0.5em 0.5em 0 0;
          border-radius: 0.5em 0.5em 0 0; }
  .widgets .group h2 .bg {
    -webkit-border-radius: 0.5em 0.5em 0 0;
       -moz-border-radius: 0.5em 0.5em 0 0;
            border-radius: 0.5em 0.5em 0 0;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #e2e0e1;
    background: -webkit-gradient(linear, left top, left bottom, from(#e2e0e1), to(#e8e6e7));
    background: -webkit-linear-gradient(top, #e2e0e1 0%, #e8e6e7 100%);
    background: -moz- oldlinear-gradient(top, #e2e0e1 0%, #e8e6e7 100%);
    background: -o-linear-gradient(top, #e2e0e1 0%, #e8e6e7 100%);
    background: linear-gradient(to bottom, #e2e0e1 0%, #e8e6e7 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#e2e0e1', endColorstr='#e8e6e7', GradientType=0); }

.widgets .group h2 .ico,
.widgets .group h3 .ico {
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  padding: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
       -o-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 200ms 0s ease-in-out;
  -o-transition: all 200ms 0s ease-in-out;
  -moz-transition: all 200ms 0s ease-in-out;
  transition: all 200ms 0s ease-in-out; }

.widgets .group h2 .pseudo:hover .ico,
.widgets .group h3 .ico:hover {
  color: #b66d28;
  border-bottom-color: rgba(182, 109, 40, 0.3); }

.widgets .group.opened h2 .ico {
  -webkit-transform: translateY(-50%) rotate(-90deg);
     -moz-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
       -o-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg); }

.widgets .widget h3 .ico {
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
       -o-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg); }

.widgets .widget.opened h3 .ico {
  -webkit-transform: translateY(-50%) rotate(-90deg);
     -moz-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
       -o-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg); }

.widgets .opened h2 .bg {
  display: block; }

.widgets .group > .wrap {
  display: none;
  position: relative;
  width: 100%;
  /* фикс против скачков в jQuery.slideDown() */
  padding: 10px 0;
  margin-bottom: -5px; }

.widgets .group.opened > .wrap {
  display: block; }

.widgets .group > .wrap > .wrap2 {
  padding: 0 1.5em 1px 0.8em;
  margin-top: -10px;
  background: #f7f7f7;
  -webkit-border-radius: 0 0 0.5em 0.5em;
     -moz-border-radius: 0 0 0.5em 0.5em;
          border-radius: 0 0 0.5em 0.5em; }

.widgets .group .hr {
  border-top-color: #e0dace;
  margin: 0.7em -1.5em 1em -0.8em; }

.widget {
  padding-top: 0.9em;
  line-height: 1.2; }

.hr + .widget {
  padding-top: 0; }

.widget h3 {
  position: relative;
  padding-right: 3.64em;
  margin: 0 -1.36em 0.9em 0;
  font-size: 115%;
  line-height: 1.2; }

.widget .content {
  display: none;
  position: relative;
  width: 100%;
  /* фикс против скачков в jQuery.slideDown() */
  padding: 10px 1.5em 0.5em 0;
  top: -10px;
  margin-bottom: -10px; }

.content h3 {
  font: bold 110%/1.2 Arial, sans-serif; }

.widget.opened .content {
  display: block; }

.widget table {
  text-align: right;
  width: 100%; }
  .widget table + table {
    margin: 1em 0 0; }

.widget th {
  padding: 0 0 0.5em 0.65em;
  font-size: 78%;
  font-weight: normal;
  text-align: right; }

.widget .with_spacing th, .widget .with_spacing td {
  padding-top: 1.2em !important; }

.widget ul.without_dash {
  line-height: 130%; }

.widget td {
  position: relative;
  font-size: 120%;
  padding: 0 0 .25em .5em;
  text-align: right !important;
  line-height: 130%; }
  .widget td .rubl {
    font-size: 90%; }
  .widget td.weak {
    font-size: 100%;
    padding: 2px 0 .5em .6em; }

.widget table td.title {
  font-size: 100%;
  padding: 2px 0 .5em .6em; }

#widget_exchange .content td {
  white-space: nowrap; }

.widget td.weak .rubl {
  font-size: 100%; }

.widget td .w_data_wrap {
  position: relative; }

.widget table .title {
  text-align: left !important;
  padding-left: 0 !important; }
  .widget table .title ins {
    display: inline-block;
    margin-left: 0.1em;
    font-size: 78%;
    white-space: nowrap; }

.widget ul li ins {
  display: inline-block;
  margin-left: 0.1em;
  font-size: 78%;
  white-space: nowrap; }

.widget table i.up, .widget table i.down {
  position: absolute;
  width: 7px;
  top: 0;
  right: -8px;
  margin: -.05em 0 0 -.5em;
  font-size: 15px;
  overflow: hidden; }

.widget table i.up {
  color: #217524; }

#widget_exchange.widget table i.up, #widget_exchange.widget table i.down {
  top: -1px; }

@-moz-document url-prefix() {
  #widget_exchange.widget table i.up, #widget_exchange.widget table i.down {
    top: 0; } }

.widget table i.down {
  color: #b60006; }

.widget.subtype_list .content .wrap {
  padding-top: 0.8em;
  padding-bottom: 0.5em; }

.widget.subtype_list table td {
  padding-left: 1em; }

.widget.subtype_list table .title {
  padding-top: 0.2em;
  padding-bottom: 0.6em; }

.widget.name_interbank .title {
  width: 42%; }
  .widget.name_interbank .title ins {
    margin-left: 0; }

/******************************/
/*          hot.css           */
/******************************/
#content .hot_block ul {
  margin-left: 2em; }
  #content .hot_block ul > li::before {
    content: ''; }

.hot_block {
  position: relative; }
  .hot_block h2 {
    margin-bottom: 0.5em;
    margin-top: 1.5em; }
  .hot_block.news_block {
    margin-bottom: -10px; }
    .hot_block.news_block h2 {
      margin-top: 0; }
  .hot_block dt {
    font-size: 82%; }
  .hot_block dd {
    margin-bottom: 1.2em; }
    .hot_block dd img {
      max-width: 440px;
      max-height: 280px;
      margin: 5px 0 10px;
      width: 100%;
      height: auto;
      -webkit-border-radius: 0.5em;
         -moz-border-radius: 0.5em;
              border-radius: 0.5em; }

/******************************/
/*       materials.css        */
/******************************/
.materials li {
  position: relative;
  margin-bottom: 1.2em; }
  .materials li .file {
    margin: 0 0 0 -30px; }

.materials.extra h2 {
  margin-bottom: 0.5em; }

.materials.popular {
  display: none; }
  .materials.popular h2 {
    font-size: 140%;
    margin-bottom: 0.7em; }

/******************************/
/*         home.css           */
/******************************/
h1 {
  color: #ae0000;
  margin-bottom: 1.2em; }

.announcement {
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin: 0.5em 0 22px;
  padding: 10px;
  position: relative; }
  .announcement ins {
    display: inline-block;
    margin-right: 10px;
    width: 75px; }
  .announcement img {
    left: 50%;
    max-width: 100%;
    max-height: 50px;
    position: relative;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    vertical-align: middle; }
  .announcement div {
    display: inline-block;
    vertical-align: middle;
    width: -webkit-calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    width: calc(100% - 85px); }
  .announcement a {
    color: #9c1718;
    border-color: rgba(156, 23, 24, 0.3); }

.col {
  clear: none; }
  .col.widgets {
    width: -webkit-calc(50% - 35px);
    width: -moz-calc(50% - 35px);
    width: calc(50% - 35px);
    min-height: 80vh; }
  .col.col_important {
    width: 50%;
    float: right; }
  .col.hot {
    width: 50%;
    float: right; }
  .col.materials.extra {
    width: 65%;
    margin-right: 5%; }
  .col.materials.popular {
    width: 30%; }

.major_minor_splitter {
  margin: 0 0 1.5em -3px;
  clear: both; }
  .major_minor_splitter:before, .major_minor_splitter .bul {
    left: 67%; }

.wrap2 .wave_hr {
  margin: 0.7em -1.5em 1em -0.8em; }

.wrap2 .without_dash {
  margin-bottom: 1em !important; }

.widget ul.without_dash:last-of-type {
  margin-bottom: 0 !important; }

td.title ul.without_dash {
  margin-left: 1.5em; }
  td.title ul.without_dash li:last-of-type {
    margin-bottom: 0 !important; }

.important_articles {
  border: 1px solid #C1BEB7;
  position: relative;
  margin: 0 0 20px;
  padding: 14px 17px 25px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }
  .important_articles .important {
    display: block;
    margin: 0 0 10px; }
  .important_articles dd:last-child {
    margin: 0; }

.widgets .group.static {
  border-top: 5px solid #ecb32e; }

/*
  @author Oleg Krasnov (krasnov@artlebedev.ru)
  @created 2017.08.22
  @copyright Art. Lebedev Studio (www.artlebedev.ru)

  This source code follows Formatting section of Google CSS Style Guide
  https://google.github.io/styleguide/htmlcssguide.html#CSS_Formatting_Rules
*/
@media (max-width: 992px) {
  #home_page #main {
    width: 100%; }
  #home_page .whole_site_opener {
    display: block; }
  .home_banners {
    float: none;
    width: 100%;
    margin-top: 2em; } }

@media (max-width: 720px) {
  .ui-sortable-handle {
    -ms-touch-action: auto;
        touch-action: auto; }
  #main .inner_menu ul {
    width: 100%;
    margin-right: 0; }
  #main .inner_menu.cols_3 ul {
    width: 100%;
    margin-right: 0; }
  .col {
    float: none; }
    .col.col_important, .col.widgets, .col.hot {
      width: 100%;
      float: none; }
    .col.widgets {
      max-width: 100%;
      min-height: initial; }
      .col.widgets .group {
        margin-bottom: 14px; }
  .version-switcher {
    margin-left: 0; }
  .pretty_form.small_form {
    min-width: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .with_incut {
    margin-right: 0; }
  .with_incut .main {
    margin-right: 0;
    width: 100%; }
  .pretty_form .type_text input,
  .pretty_form textarea {
    max-width: 100%; }
  .pretty_form .type_submit.with_tips .tips {
    width: auto; }
  .pretty_form .type_captcha .captcha p {
    margin-right: 0; }
  .link_edit {
    display: block;
    margin-left: 0;
    margin-top: 20px; }
  .link_edit a:before {
    left: 100%;
    margin-left: 5px; }
  h1 .rss,
  h2 .rss {
    top: 0; }
  .hot_block {
    margin-bottom: 1em;
    overflow: hidden; }
    .hot_block.news_block {
      margin-bottom: 0; }
  #content .hot_block ul {
    margin-left: 0; }
  .materials li .file {
    margin: 0; }
  .home_banners {
    padding: 30px 20px 10px 20px;
    margin-top: 45px; }
    .home_banners .list_carousel .glide__bullets {
      text-align: center;
      width: 100%; } }

@media (max-width: 576px) {
  .list_carousel,
  .ico-logo-short,
  .ico-logo-eng-short,
  .ico-logo-chn-short {
    display: block; }
  .ico-logo,
  .ico-logo-eng,
  .ico-logo-chn,
  .widgets-draggable .group.ui-sortable-helper .dragger,
  .widgets-draggable .group:hover .dragger,
  .news_list,
  .banners_list {
    display: none; } }
