.layout-container {
  background: #fff url(../images/back2.jpg) top left no-repeat;
  padding: 0 40px;
}

header {
  min-height: 220px;
  width: 100%;
  clear: both;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}
.block header {
  min-height: auto;
}
.block-logo {
  flex: 0 0 500px;
  margin: 0 auto;
  max-width: 500px;
  width: 500px;
  text-align: center;
  height: 100px;
}
.menu-burger {
  display: none;
}
.menu--account {
  min-width: 200px;
  position: absolute;
  right: 45px;
  top: 20px;
}
.menu--account .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu--account .menu li {}
.menu--account .menu li a {}
.menu--account .menu li a:hover {}
.visually-impaired-module-special {
  position: absolute;
  right: 0;
  top: 18px;
  display: flex;
}
.vi-special-block-image {
  background: url('../images/but-disab.gif') no-repeat 50% !important;
  height: 27px;
  width: 27px;
  padding: 0;
}
.search-block-form {
  position: absolute;
  right: 0;
  top: 50px;
}
.search-block-form form {
  display: flex;
}
.search-block-form form .form-item-keys {
  float: left;
  width: 154px;
  height: 20px;
  padding: 0;
  margin: 0;
  margin-right:10px;
  background: url('../images/input-search2.gif') no-repeat top left;
}
.search-block-form form .form-item-keys input {
  background: none;
  border: none;
  color: #000;
  height: 22px;
  line-height: 14px;
  padding: 0;
  text-indent: 10px;
  width: 118px;
  margin: 0;
  margin-left: 25px;
  font-size: 11px;
  outline: none;
  padding-top: 2px;
  padding-bottom: 4px;
}
.search-block-form form .form-actions {}
.search-block-form form .form-actions input {
  height: 18px;
  line-height: 18px;
  float: left;
  background: url(../images/but-search.gif) no-repeat center;
  border: 0;
  color: transparent;
  padding: 0 2px 0 2px;
  margin: 2px 0 0 13px;
  border-radius: 0;
}

main {
  display: flex;
  justify-content: space-between;
}
main aside {
  width: 275px;
}
main.secondary aside.layout-sidebar-second {
  width: 0;
}
main .layout-content {
  width: calc(100% - 590px);
}

main.secondary .layout-content {
  width: calc(100% - 300px);
}

.messages-list {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 0;
  list-style: none;
}
.messages {
  box-sizing: border-box;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem 2rem calc(1.5rem - 0.3125rem);
  color: #fff;
  border-width: 0 0 0 5px;
  border-style: solid;
  border-color: #353641;
  border-radius: 2px;
  background-color: #353641;
}
.messages--status {
  border-color: #42a877;
}
.messages__header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.breadcrumbs {
}
.breadcrumbs nav {}
.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.breadcrumbs nav ol li {
  padding: 0 23px 0 0;
  position: relative;
}
.breadcrumbs nav ol li:after {
  color: #000;
  content: '/';
  position: absolute;
  right: 10px;
  top: 2px;
}
.breadcrumbs nav ol li:last-child:after {
  content: none;
}
.breadcrumbs nav ol li span,
.breadcrumbs nav ol li a {
  color: #005DB7;
  font-size: 10px;
  line-height: 10px;
}
.breadcrumbs nav ol li span {
  color: #000;
}
.breadcrumbs nav ol li span:hover,
.breadcrumbs nav ol li a:hover {}

.primary-local-tasks {
}
.primary-local-tasks .primary-tabs {
  display: flex;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.primary-local-tasks .primary-tabs li {
  padding: 0 10px;
}
.primary-local-tasks .primary-tabs li:first-child {
  padding: 0 10px 0 0;
}
.primary-local-tasks .primary-tabs li a {
  border-bottom: 1px solid #2a6093;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}
.primary-local-tasks .primary-tabs li a.is-active {
  border: 1px solid #2a6093;
  border-radius: 5px 5px 0 0;
}
.primary-local-tasks .primary-tabs li a:hover {}

.menu--main {}
.menu--main .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu--main .menu li {
  border-top: 1px solid #D4D4D4;
  margin-left: 3px;
  padding: 15px 0;
}
.menu--main .menu li a,
.menu--main .menu li > span {
  color: #EE2200;
  cursor: pointer;
  display: block;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  max-width: 205px;
  text-decoration: none;
  text-transform: uppercase;
}
.menu--main .menu li > span:hover,
.menu--main .menu li.active > span,
.menu--main .menu li a:hover,
.menu--main .menu li a.is-active {
}
.menu--main .menu li.active > span,
.menu--main .menu li a.is-active {
  background: #EE2200;
  border-radius: 10px;
  color: #fff;
  padding: 15px;
}
.menu--main .menu li.active > span:hover,
.menu--main .menu li a.is-active:hover {
  padding: 15px;
}
.menu--main .menu li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu--main .menu li.active > ul {
  display: block;
}
.menu--main .menu li ul li {
  border: none;
  margin: 5px 0 5px 20px;
  padding: 2px;
}
.menu--main .menu li ul li a {
  text-transform: inherit;
}
.menu--main .menu li ul li.active-trail > a,
.menu--main .menu li ul li a.is-active {
  background: none;
  color: #898686;
  padding: 0;
}
.menu--main .menu li ul li a:hover,
.menu--main .menu li ul li a.is-active:hover {
  background: none;
  color: #898686;
  padding: 0;
}

.menu--main .menu li img {
    padding: 0 10px 0 0;
}

.block-authentification {
  margin: 20px 0 40px;
}
.block-authentification h2 {}
.block-authentification form {}
.block-authentification .form-item {
  margin: 0 0 15px;
}
.block-authentification .form-item label {
  display: block;
  margin: 0 0 5px;
}
.block-authentification .form-item input {
  width: calc(100% - 10px);
}
.block-authentification .form-actions {
  text-align: center;
}
.block-authentification .form-actions input {
  margin: 0 auto;
}
.block-authentification ul {}
.block-authentification ul li {}
.block-authentification ul li a {}

.align-left {
  margin: 0 10px 10px 0;
}
.align-right {
  margin: 0 0 10px 10px;
}

.views-row {
  margin: 0 0 20px;
}
.views-row .views-field-title a {
  color: #005DB7;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
}
.views-row .views-field-title a:hover {
}
.views-row .views-field-field-teaser {

}
.views-row .views-field-created {
  color: #4F4F4F;
  font-size: 14px;
  line-height: 1.4;
}

.pager {}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pager ul li {
  padding: 0.5em;
}
.pager ul li:hover,
.pager ul li.is-active {
  background: #E1E1E1;
}
.pager ul li.is-active {}
.pager ul li.pager__item--ellipsis:hover {
  background: none;
  cursor: inherit;
}
.pager ul li a {
  color: #005DB7;
  display: block;
  text-decoration: underline;
}
.pager ul li:hover a,
.pager ul li.is-active a {
  color: #5B5B5B;
  text-decoration: none;
}

.custom-block-image:not(:last-child) {
  margin: 0 0 20px;
}

footer {
  border-top: 1px solid #D4D4D4;
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
footer .block {
  flex: 0 0 30%;
  margin: 40px 0 0;
}
footer .block-footer_contacts {
  /*text-align: center;*/
}
footer .block-yandex_metrika {
  /*text-align: right;*/
}

footer .block p {
  color: #909090;
  font-size: 10px;
  margin: 1em 0 0 1.2em;
  max-width: 80%;
}
footer .block-footer_contacts p {
  color: #565656;
  font-size: 11px;
  line-height: 2.5;
  margin: 0;
}

.to-top {
  padding: 0;
  height: 40px;
  width: 53px;
  float: right;
  background: url(../images/to_top.png) no-repeat;
  text-indent: -999em;
}

@media only screen and (max-width: 991px) {
  .layout-container {
    position: relative;
  }
  header {
    justify-content: space-between;
    margin: 0 0 20px;
  }
  .block-logo {
    display: block;
    flex: 0 0 100%;
    justify-content: center;
    margin: 0 auto 20px;
    max-width: 100%;
    width: 100%;
    max-height: 250px;
  }
  .menu-burger {
    align-items: center;
    display: flex;
    margin-right: 5px;
  }
  .menu-burger .field {
    cursor: pointer;
  }
  .menu-burger .field span {
    background: #EE2200;
    display: block;
    height: 3px;
    margin: 0 0 3px;
    width: 20px;
  }
  .menu-burger .field span:last-child {
    margin: 0;
  }
  .menu-burger .field:hover span {}

  .menu--account {
    display: none;
  }
  .visually-impaired-module-special,
  .search-block-form {
    align-items: center;
    display: flex;
    position: relative;
    right: auto;
    top: auto;
    margin-left: 20px;
  }
  .visually-impaired-module-special {
    order: 6;
    margin-top: 70px;
  }

  main {
    flex-direction: column;
  }
  main aside {
    width: 100%;
  }

  .layout-sidebar-first {
    background: #fff;
    border-right: 2px solid #EE2200;
    height: calc(100% - 54px);
    left: -85%;
    opacity: 0;
    overflow: auto;
    padding: 54px 20px 0;
    position: fixed;
    top: 0;
    transition: .3s;
    visibility: hidden;
    width: 80%;
    z-index: 9999;
  }
  .layout-sidebar-first.opened {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .close-main-menu {
    background: #EE2200 url('../images/close.png') no-repeat center;
    background-size: 10px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 14px;
    padding: 2px;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 14px;
  }

  main .layout-content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .layout-container {
    padding: 0 15px;
  }
  #block-rpn-content form {
    display: flex;
  }
  #block-rpn-content form input {
    width: 200px;
  }
}


/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  margin: 0 10px;
  padding: 0;
}
.region-header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  padding: 0;
}
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px; /* LTR */
  width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
  width: 240px;
  clear:both;
  overflow: hidden;
}
.region-header #block-search-form .form-text {
  width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* ------------------- Help ------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */

.content {
  margin-top: 10px;
  padding-right: 60px;
}
h1#page-title {
  font-size: 2em;
  line-height: 1;
}
#content h2 {
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: bold;
}
.node .content {
  font-size: 1.071em;
}
.node-teaser .content {
  font-size: 1em;
}
.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node-teaser h2 a {
  color: #181818;
}
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}
.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: -5px;
}
.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}
.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
.link-wrapper {
  text-align: right;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}
ul.links {
  color: #68696b;
  font-size: 0.821em;
}
.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
  padding-top: 10px;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* ------------------ Footer ------------------ */

#footer-wrapper {
  color: #c0c0c0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.857em;
}
#footer-wrapper a {
  color: #fcfcfc;
  color: rgba(255, 255, 255, 0.8);
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
  color: #fefefe;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}
#footer-wrapper .block {
  margin: 20px 0;
  border: 1px solid #444;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
#footer-columns .block-menu,
#footer .block {
  margin: 0;
  padding: 0;
  border: none;
}
#footer .block {
  margin: 0.5em 0;
}
#footer .block .content {
  padding: 0.5em 0;
  margin-top: 0;
}
#footer .block h2 {
  margin: 0;
}
#footer-columns h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}
#footer-columns .content {
  margin-top: 0;
  line-height: 1.2;
}
#footer-columns p {
  margin-top: 1em;
}
#footer-columns .content ul {
  list-style: none;
  padding-left: 0; /* LTR */
  margin-left: 0;
}
#footer-columns .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-columns .content li a {
  display: block;
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  padding: 0.8em 2px 0.8em 20px; /* LTR */
  text-indent: -15px;
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
#footer {
  letter-spacing: 0.2px;
  margin-top: 30px;
  border-top: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
}
#footer .region {
  margin-top: 20px;
}
#footer .block {
  clear: both;
}
#footer ul,
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li a {
  float: left; /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555; /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}
#footer li.first a {
  padding-left: 0; /* LTR */
}
#footer li.last a {
  padding-right: 0; /* LTR */
  border-right: none; /* LTR */
}
#footer-wrapper tr.odd {
  background-color: transparent;
}
#footer-wrapper tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* --------------- System Tabs  --------------- */

.tabs {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
  width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
.password-strength-text {
  margin-top: 0.2em;
}
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ---------------- Buttons    ---------------- */

input.form-submit,
a.button {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}


/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
  margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}







/***********************************/
#navig img.but {
  margin-right: 10px;
  /* margin-bottom: 13px; */
  float: left;
}
#navig .but1 {
  margin: 9px 0 0 0;
}

#block-block-1 {
  clear: both;
  overflow: hidden;
  margin: 30px 0 0;
}
#hotline a {
  text-decoration: none;
}
#hotline img {
  float: left;
  margin: 0 10px 0 0;
}
#hotline span {
  display: block;
}
span.ob3 {
  color: #EE2200;
  font-weight: bold;
}
#block-search-form #edit-actions{
  float: left;
  width: 50px;
}
#main{
  margin-top: 60px;
}
#sidebar-first .section{
  padding: 0;
}
#sidebar-first .section #block-system-main-menu .content,
#sidebar-first .section #block-system-main-menu .content>ul{
  margin-top: 0;
}
#sidebar-first .section #block-system-main-menu .content>ul{
  padding: 0 0 0 0;
}
#sidebar-first .section #block-system-main-menu .content>ul li{
  background: none;
  list-style: none;
}
#sidebar-first .section #block-system-main-menu .content>ul li a{
  color: #EE2200;
  font-weight: bold;
  font-style: normal;
  font-size: 10px;
}

#sidebar-first .section #block-system-main-menu .content ul li li a{
  color: #990000;
  padding: 0 0 10px 0;
}
#sidebar-first .section #block-system-main-menu .content>ul li a:hover{
  text-decoration:none;
}
#sidebar-first .section #block-system-main-menu .content>ul ul{
  padding-left: 5px;
  padding-top: 6px;
}

#sidebar-first .section #block-system-main-menu .content>ul>li{
  border-top: 1px solid #D4D4D4;
  padding: 13px 0;
  margin-left: 3px;
  /*border-top: 1px solid #fff;*/
}
/*#sidebar-first .section #block-system-main-menu .content>ul>li.first{
	border-top:1px solid transparent;
}*/

#sidebar-first .section #block-system-main-menu .content>ul>li.last{
  border-bottom:1px solid #d4d4d4;
}
#sidebar-first .section #block-system-main-menu .content>ul>li>a{
  font-weight: bold;
  font-size: 9pt;
  width: 205px;
  display: block;
  text-decoration:inherit;
}
#sidebar-first .section #block-system-main-menu .content>ul>li>a.active-trail{
  background: #EE2200;
  color: #fff;
  font-style: normal;
  padding: 15px 17px;
  border-radius: 10px;
}
#sidebar-first .section #block-system-main-menu .content>ul>li>ul{
  padding-left: 25px;
  width: 224px;
  line-height: 1;
}
#sidebar-first .section #block-system-main-menu .content ul li li{
  list-style-image: url(../images/submenu1.gif);
  padding-left: 5px;
  padding-top: 12px;
  margin: 0 0 15px 4px;
}
#sidebar-first .section #block-system-main-menu .content>ul>li>ul>li>a{
  color: #BD0001;
  font-size: 8pt;
  text-decoration:inherit;
}
#sidebar-first .section #block-system-main-menu .content>ul>li>ul>li>ul{
  padding-left: 5px;
  padding-top: 6px;
}
#sidebar-first .section #block-system-main-menu .content>ul>li>ul>li>ul>li{
  list-style-image: url(../images/submenu2.gif);
}
#sidebar-first .section #block-system-main-menu .content>ul>li>ul>li>ul>li>a{
  color: #990000;
  font-size: 10px;
}
#sidebar-first .section #block-system-main-menu .content ul li a.active-trail.active {
  color:#fff;
}
#sidebar-first .section #block-system-main-menu .content ul li li a.active-trail.active {
  color:#898686;
}
.region-sidebar-first #user-login-form{
  margin-left: 2px;
}
.region-sidebar-first #user-login-form .form-item{
  float: left;
  width: 153px;
  height: 20px;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
.region-sidebar-first #user-login-form .form-text{
  border: 1px solid #989898;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0 2px 0 4px;
  font-size: 10px;
  width: 145px;
  height: 16px;
  border-radius: 5px;
}
.region-sidebar-first #user-login-form label{
  display:none;
}
.region-sidebar-first #user-login-form .item-list,
.front h1#page-title{
  display:none;
}
.region-sidebar-first #user-login-form .form-submit{
  margin: 4px 0 0 8px;
  background: url(../images/but-enter.gif) no-repeat;
  height:18px;
}
#block-block-18 .red{
  width: 238px;
  height: 125px;
  padding-top: 13px;
  padding-left: 10px;
  background: #990000;
  border-radius: 12px;
}
#block-block-18 .red .yellow{
  background: url(../images/right_yellow.png) no-repeat 0 0;
  display: block;
  width: 196px;
  height: 121px;
}
#block-block-18 .red .white{
  width: 125px;
  display: block;
  padding-left: 93px;
  padding-right: 0;
  padding-top: 9px;
  color: #fff;
  font-size: 11px;
  position: absolute;
}
#block-block-18 .red .white a{
  color: #fff;
  text-decoration: underline;
}
#block-block-18 .red .white a:hover{
  text-decoration:none;
}

a.type-file {
  display: inline-block;
  margin-left: 20px;
  width: 23px;
  height: 20px;
}
a.doc {
  background: url(../images/doc-doc.gif) no-repeat 1px 4px;
}

a.xls {
  background: url('../images/doc-xls.gif') no-repeat 1px 4px;
}

a.zip,
a.rar {
  background: url('../images/doc-rar.gif') no-repeat 1px 4px;
}

a.pdf {
  background: url(../images/doc-pdf.gif) no-repeat 1px 4px;
}

a.rtf,
a.etc,
a.ocx {
  background: url(../images/doc-any.gif) no-repeat 1px 4px;
}
.banner1{
  display: block;
  background: url('../images/opros.png') no-repeat 0 0;
  width: 246px;
  height: 77px;
  margin-top: 31px;
}
.banner2{
  display: block;
  width: 109px;
  height: 86px;
  margin: 12px 0 0 62px;
}
.banner3{
  display: block;
  background: url('../images/logo-rpn.gif') no-repeat 0 0;
  width: 186px;
  height: 50px;
  margin: 0 0 0 61px;
}
.banner4{
  display:block;
  background: url('../images/logo-fcgsen1.gif') no-repeat 0 0;
  width:186px;
  height:50px;
  margin: -2px 0 0 61px;
}
.banner5{
  display:block;
  background: url('../images/logo-crc.gif') no-repeat 0 0;
  width:186px;
  height:50px;
  margin: -5px 0 0 61px;
}
.banner6{
  display: block;
  width: 187px;
  height: 50px;
  margin: -5px 0 0 61px;
}
.banner7{
  display: block;
  width: 186px;
  height: 50px;
  margin: 19px 0 0 62px;
}
.region-footer-firstcolumn{
  width: 30%;
  margin-right: 0;
  float: left;
  padding: 0;
}
#footer-columns>div>div.block{
  padding: 0;
  margin: 0;
}
.region-footer-secondcolumn{
  width: 30%;
  float: left;
  margin-left: 8%;
}
.region-footer-thirdcolumn{
  width: 20%;
  float: right;
  text-align: right;
}
#footer-columns>div p,
#footer-columns>div a{
  font-size: 10px;
  color: #909090;
}
#footer-columns>div a:hover{
  text-decoration:underline;
  color: #909090;
}
#footer-wrapper{
  margin: 0 67px 0;
  padding-bottom: 0;
  border-top: 1px solid #D4D4D4;
  padding-top: 28px;
}
.cit-date{
  font-size: 11px;
  color: #8C8C8C;
  margin-bottom: 2px;
}
.cit-date a{
  font-size: 11px;
  color: #000000;
  text-decoration:underline;
}
.view .views-row {
  margin-bottom: 22px;
  overflow: hidden;
}
.views-field-field-photo-news {
  width: 70px;
  height: 70px;
  float: left;
  margin: 0 10px 10px 0;
}
.view .title {
  margin-bottom: 4px;
}
.view .title a{
  text-decoration: underline;
  color: #005DB7;
}
div.end-line {
  background: #D4D4D4;
  height: 1px;
  clear: both;
  line-height: 1;
  font-size: 0;
  width: 184px;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
#triptych {
  margin: 0 4%;
  width: auto;
}
#triptych .region{
  width:30%;
}
#triptych .region .block-views{
  background:url(../images/vline.gif) no-repeat top left;
  padding-left: 10px;
  min-height: 275px;
}
#triptych .block h2 a{
  font-weight:bold;
  font-size: 15px;
  color: #000;
  text-decoration:inherit;
}
#triptych .block-views .views-row .title a{
  text-decoration:none;
  font-size:11px;
  font-weight:normal;
}
#triptych .block-views .views-row .title{
  line-height:1;
}
.region-triptych-middle{
  margin:20px 30px;
}
.region-triptych-first, .region-triptych-last{
  margin: 20px 0 30px;
}

#sidebar-first #block-user-login{
  overflow:hidden;
  margin-bottom:50px;
  width: 270px;
}
#sidebar-first .region-sidebar-first #block-system-main-menu{
  margin-bottom:70px;
}
#footer-wrapper #block-block-5 .content p, #footer-wrapper #block-block-5 .content p a{
  font-size: 11px;
  line-height: 2.5;
  color: #565656;
  margin: 0;
}
#footer-wrapper #block-block-5 .content p a{
  text-decoration:underline;
}
#block-search-form .form-submit {
  background:url(../images/but-search.gif) no-repeat;
  border:none;
  color: transparent;
  cursor: pointer;
}
#breadcrumb .breadcrumb a {
  color:#005DB7;
  font-size: 10px;
  text-decoration: underline;
  line-height: 10px;
}

#main-wrapper #content  .section h1{
  font-weight: bold;
  font-size: 22px;
}
#main-wrapper #content  .section .region-content .block .content{
  font-size: 14px;
  line-height:1.4;
  color:#4F4F4F;
  padding-right: 0;
}
#block-system-main .meta{
  display:none;
}

.aui-legend {
  border-bottom: 1px solid #CCC;
  display: block;
  width: 90%;
  color: #000;
  font-size: 120%;
  font-weight: bold;
}

.webform-client-form-8086 .form-item {
  clear: both;
  margin: 0 0 10px;
  overflow: hidden;
}
.webform-client-form .form-item label {
  display: block;
  float: none;
  text-align: left;
  margin: 0;
  font-weight: bold;
  color: #4f4f4f;
  font-size: 14px;
}
.webform-client-form-8086 .form-item label {
  float: left;
}

.webform-client-form .form-actions .webform-submit{
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
  padding: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  font-weight: bold;
  text-shadow: 1px 1px #FFF;
}
.webform-client-form .form-actions .webform-submit:hover{
  background: #B9CED9 url(../images/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782;
  color: #369;
}

.section .webform-client-form .form-item input,
.section .webform-client-form .form-item textarea,
.webform-client-form .form-item select{
  width: 400px;
}
.webform-client-form.webform-client-form-8086 .form-item input[type="radio"]{
  width: 25px;
  float: left;
}

.webform-client-form .form-item .form-textarea-wrapper,
.webform-client-form .form-item select,
.section .webform-client-form .form-item textarea {
  width: 403px;
}

#main-wrapper #content  .section .region-content .block{
  margin-bottom:60px;
}
.webform-client-form #edit-submitted-obratitsya-v-etom-zhe-pisme-po-drugomu-voprosu .form-item,
.webform-client-form #edit-submitted-obratitsya-v-etom-zhe-pisme-po-drugomu-voprosu .form-item label{
  border:none;
}
#sidebar-first #block-system-main-menu .content{
  padding: 0;
  margin-top: 0;
}
.webform-client-form .description {
  font-size:14px;
}
.webform-client-form .form-type-checkbox .option {
  display:none;
}
#content .region .field-item a{
  line-height: 2;
}
#content .region .view-content p a {
  font-size: 12px;
  font-weight: normal;
}
.front #content .region .view-content .title a {
  font-size: 14px;
  font-weight: bold;
}

/*Р”Р»СЏ СЃР»РµРїС‹С…*/
.huge #page-wrapper *{
  /*font-size:24px!important;*/
  color:#000;
}
.huge .content *{
  font-size:30px;
}
.huge #block-system-main .view-content .title a{
  font-size:34px!important;
  font-weight:bold!important;
}
.huge #block-system-main .view-content .cit-date a,
.huge #block-system-main .view-content .cit-date{
  font-size:26px!important;
}
.huge #sidebar-first .menu li a{
  color:#000!important;
}
.huge #triptych .block-views .views-row .title a {
  font-weight:bold;
  font-size:24px;
}
.huge #page-wrapper .region{
  font-size:14px!important;
}
.huge #sidebar-first .section #block-system-main-menu .content>ul>li>a {
  font-size:22px;
}
.huge #sidebar-first .section #block-system-main-menu .content .menu .dhtml-menu a,
.huge #main-wrapper #content .section .region-content .block .content span{
  font-size:24px !important;
}
.huge #footer-wrapper *,
.huge #footer-wrapper #block-block-5 .content p,
.huge #footer-wrapper #block-block-5 .content p a
{
  font-size:20px;
}
.huge #triptych .block h2 a {
  font-size: 28px;
}
/*.huge .cit-date {
  font-size: 16px;
}*/
.huge #block-block-1 .content .but1 {
  margin-bottom: 12px;
}
.huge #block-search-form #edit-actions input {
  margin: -6px 0 0 -21px;
}
.huge #block-block-1 #hotline #ob3, .huge #block-block-1 #hotline #ob3 span {
  font-size: 26px;
  color:#000;
}
.huge #main-wrapper #content .section h1 {
  font-size: 28px;
}
.huge #page-wrapper #sidebar-second #block-block-18 .red,
.huge #page-wrapper #sidebar-second #block-block-18 .banner2,
.huge #page-wrapper #sidebar-second #block-block-18 .banner3,
.huge #page-wrapper #sidebar-second #block-block-18 .banner4,
.huge #page-wrapper #sidebar-second #block-block-18 .banner5,
.huge #page-wrapper #sidebar-second #block-block-18 .banner6,
.huge #page-wrapper #sidebar-second #block-block-18 .banner7  {
  display:none;
}
#content .region #block-system-main .content .link-wrapper{
  text-align:left;
}
#content .region #block-system-main .content .link-wrapper .print_html{
  font-size: 11px;
}
.print_html a{
  background:url(../images/icon-print2.gif) no-repeat left center;
  padding-left: 25px;
}
.node_to_word_link a{
  background:url(../images/icon-doc2.gif) no-repeat left center;
  padding-left: 25px;
}
.page-node-859 table table tr td {
  text-align:center;
}
.page-node-2038 #node-2038 ul.menu{
  display:block !important;
}
.not-logged-in.node-type-poll #content .tabs,
.node-poll>.link-wrapper,
.node_to_word_txt_link,
.page-taxonomy-term .breadcrumb>.last{
  display:none !important;
}

.huge #block-user-login, .huge #block-block-8{
  display:none;
}

#content .view-list-documents .element-invisible {
  display: inherit;
  height: auto;
  position: inherit !important;
  color: #4F4F4F;
  font-family: "Verdana", "Tahoma", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  width: 185px;
  border-top: 1px solid #D4D4D4;
  padding: 20px 0 10px 0;
}

.view-list-documents .item-list .pager {
  text-align: left;
}

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
  margin: 0 0 0.25em 0;
}

.item-list .pager li.last,
.item-list .pager li.first {
  display: none;
}

.item-list .pager li.pager-current {
  background-color: #E1E1E1;
  padding: 7px;
  color: #5B5B5B;
  display: inline;
}
.hidden_result{
  display:none;
}
.hidden_result.show{
  display:block;
}
.hidden_result h2>a{
  display:none;
}

.aui-helper-hidden-accessible,
.aui-overlay-hidden,
.aui-overlaycontext-hidden,
.aui-overlaymask-hidden,
.aui-calendar-hidden,
.aui-datepicker-hidden,
.aui-colorpicker-hidden,
.aui-tooltip-hidden,
.aui-image-viewer-hidden,
.aui-image-gallery-hidden {
  clip: rect(0 0 0 0);
  position: absolute;
}

.view-block-front .views-field-title a {
  font-size: 11px;
}

.webform-submission-info-text div:nth-child(4) {
  display: none;
}

button.gray {
  width: 203px;
  height: 100px;
  background: #D4D4D4 url('../images/header_bg.png') repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  font-weight: bold;
  text-shadow: 1px 1px #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

button.gray:hover {
  background: #B9CED9 url('../images/state_hover_bg.png') repeat-x 0 0;
  border-color: #627782;
  color: #369;
}

#block-views-exp-list-documents-page-1 {
  background-color: #DFDFDF;
  padding: 10px 30px;
  border-radius: 10px;
}
#block-views-exp-list-documents-page-1 h2 {
  font-weight: bold;
  font-size: 18px;
  color: #484362;
}

#block-views-exp-list-documents-page-1 .views-exposed-widget {
  float: none;
  padding: 0 0 20px 0;
}

#block-views-exp-list-documents-page-1 .views-exposed-widget label {
  width: 140px;
  text-align: right;
  float: left;
  margin: 0 10px 0 0;
}

#block-views-exp-list-documents-page-1 .views-exposed-widget .views-widget {
  overflow: hidden;
}

#block-views-exp-list-documents-page-1 .views-exposed-widget .views-widget select {

}

#block-views-exp-list-documents-page-1 .views-exposed-widget .description {
  display: none;
}

#block-views-exp-list-documents-page-1 #edit-created-wrapper .form-item {
  width: 85px;
  float: left;
  margin: 0 10px 0 0;
}

#block-views-exp-list-documents-page-1 #edit-created-wrapper .form-item-created-min {
  width: 55px;
}

#block-views-exp-list-documents-page-1 #edit-created-wrapper .form-item label {
  float: left;
  width: 20px;
  text-align: left;
  margin: 0;
  line-height: 2;
}

#block-views-exp-list-documents-page-1 #edit-created-wrapper .form-item input {
  width: 50px;
}

#webform-client-form-6570  .form-item label {
  display: contents;
}
#webform-client-form-6570  .form-item input {
  width: 25px;
}

.pagination {
    margin-bottom: 20px;
}

.pagination a {
    padding: 5px;
    font-size: 12px;
}

.pagination a.active {
    background-color: #E1E1E1;
    color: #5B5B5B;
    text-decoration: none;
}

.rtecenter {
    text-align: center;
}

#block-rpn-content {
    margin-bottom: 10px;
}

.rtecenter22 {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .rtecenter22 {
        display: none;
    }
}

@media screen and (max-width: 720px) {
    #socialnetworks {
        display: none !important;
    }
}