/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
body,
button,
input,
select,
textarea {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  width: auto;
  overflow: visible;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #b3d4fd;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #b3d4fd;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*
  --------------------------------------------------
  Less Snippets
  -------------------------------------------------- */
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
.visibility-hidden {
  visibility: hidden;
}
.left-indent {
  margin-left: 20px !important;
}
.right-indent {
  margin-right: 20px !important;
}
.bottom-indent {
  margin-bottom: 20px !important;
}
.top-indent {
  margin-top: 20px !important;
}
.indent {
  margin: 20px !important;
}
.left-indent-big {
  margin-left: 30px !important;
}
.right-indent-big {
  margin-right: 30px !important;
}
.bottom-indent-big {
  margin-bottom: 30px !important;
}
.top-indent-big {
  margin-top: 30px !important;
}
.indent-big {
  margin: 30px !important;
}
.left-indent-small {
  margin-left: 10px !important;
}
.right-indent-small {
  margin-right: 10px !important;
}
.bottom-indent-small {
  margin-bottom: 10px !important;
}
.top-indent-small {
  margin-top: 10px !important;
}
.indent-small {
  margin: 10px !important;
}
.no-decoration {
  text-decoration: none !important;
}
.no-top-indent {
  margin-top: 0 !important;
}
.no-bottom-indent {
  margin-bottom: 0 !important;
}
.no-border {
  border: 0 !important;
}
.no-strong {
  font-weight: normal;
}
.color-blue {
  color: #b9cbd8;
}
.after,
.before {
  display: none !important;
}
.lt-ie9 div.after,
.lt-ie9 div.before {
  display: block !important;
}
.lt-ie9 span.after,
.lt-ie9 span.before {
  display: inline !important;
}
.sticky {
  top: 0;
  background: #fff;
}
.sticky.duplicate,
.sticky.duplicate * {
  position: relative !important;
  visibility: hidden !important;
  opacity: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.fixed {
  position: fixed !important;
  top: 0 !important;
  z-index: 10;
}
.block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../img/official/zero.gif');
  z-index: 99;
}
.body .rCol {
  font-size: 14.3px;
  line-height: 23.1px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
}
.body .rCol > .in {
  max-width: 730px;
}
.body .rCol a {
  text-decoration: underline;
}
.body .rCol .dotted {
  text-decoration: none !important;
}
.body .rCol .dl-horizontal {
  overflow: hidden;
}
.body .rCol .dl-horizontal.right-align dt {
  font-weight: normal;
  text-align: right;
}
.body .rCol .dl-horizontal.left-align dt {
  font-weight: normal;
}
.body .rCol .dl-horizontal dt {
  float: left;
  width: 170px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.body .rCol .dl-horizontal dd {
  margin-left: 180px;
}
.body .rCol p {
  max-width: 1000px;
}
.body .rCol .hr {
  margin: 1em 0;
  height: 1px;
  background: #c0cddc;
}
.body .rCol .hr.big {
  height: 2px;
}
.body .rCol .text-blue {
  color: #5c8297;
}
.body .rCol .toogleText {
  margin-top: 1em;
}
.body .rCol .toogleText.open .text {
  display: block;
}
.body .rCol .toogleText .text {
  display: none;
}
.body .rCol h1 {
  font-size: 30px;
  line-height: 40px;
}
.body .rCol h1 .h1-simple-link {
  font-size: 14px;
  text-decoration: underline;
}
.body .rCol h2 {
  font-size: 21px;
  line-height: 30px;
}
.body .rCol h3 {
  font-size: 18px;
  line-height: 27px;
}
.body .rCol h4 {
  font-size: 16px;
  line-height: 21px;
}
.body .rCol h1:first-child,
.body .rCol h2:first-child,
.body .rCol h3:first-child,
.body .rCol h4:first-child {
  margin-top: 0;
}
.body .rCol h1,
.body .rCol h2,
.body .rCol h3,
.body .rCol h4 {
  margin: 1.3em 0 0.5em;
}
.body .rCol h1 a,
.body .rCol h2 a,
.body .rCol h3 a,
.body .rCol h4 a {
  text-decoration: none;
}
.body .rCol h1 .descr,
.body .rCol h2 .descr,
.body .rCol h3 .descr,
.body .rCol h4 .descr {
  font-size: 66%;
  line-height: 2em;
}
.body .rCol h1 .descr {
  font-size: 45%;
  line-height: 2em;
}
.body .rCol p:first-child {
  margin-top: 0;
}
.body .rCol .img-container {
  text-align: left;
  line-height: 0;
  margin-bottom: 10px;
}
.body .rCol .img-container.pull-center {
  margin-left: auto;
  margin-right: auto;
}
.body .rCol .img-container > .in {
  text-align: left;
  position: relative;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}
.body .rCol .img-container + p {
  margin-top: 0;
}
.body .rCol .img-container .descr {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  background: #646a6f;
  color: #ffffff;
  padding: 5px 10px;
}
.body .rCol ul,
.body .rCol ol {
  max-width: 730px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  line-height: 1.5em;
  padding: 0 0 0 2em;
  overflow: hidden;
}
.body .rCol ul.unstyled > li:before,
.body .rCol ol.unstyled > li:before,
.body .rCol ul.unstyled > li .before,
.body .rCol ol.unstyled > li .before {
  width: 0;
  height: 0;
  content: none;
}
.body .rCol ul.noindent,
.body .rCol ol.noindent {
  padding: 0 !important;
  margin: 0 !important;
}
.body .rCol ul.noindent li,
.body .rCol ol.noindent li {
  padding: 0;
  margin: 0;
}
.body .rCol ul.rarefied > li,
.body .rCol ol.rarefied > li {
  margin-bottom: 30px;
}
.body .rCol ul li,
.body .rCol ol li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 7px;
}
.body .rCol ul li a,
.body .rCol ol li a {
  text-decoration: none;
}
.body .rCol ul li > ul,
.body .rCol ol li > ul,
.body .rCol ul li > ol,
.body .rCol ol li > ol {
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: 11.700000000000001px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18.900000000000002px;
  line-height: 1.5em;
}
.body .rCol ol {
  margin-left: 25px;
}
.body .rCol ol > li {
  padding-left: 0;
}
.body .rCol ol ol {
  margin-top: 0.5em;
  margin-left: 1em;
}
.body .rCol ol li > ul > li:before,
.body .rCol ol li > ul > li .before {
  width: 4px;
  height: 4px;
  top: 5px;
}
.body .rCol ul {
  list-style-type: none;
}
.body .rCol ul > li:before,
.body .rCol ul > li .before {
  background: #94a1ab;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
}
.body .rCol ul li > ul > li:before,
.body .rCol ul li > ul > li .before {
  width: 4px;
  height: 4px;
  top: 5px;
}
.body .rCol ul.links-horisontal {
  font-size: 11px;
  color: #5c8297;
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
  border-bottom: 1px solid #ced5dc;
  max-width: none;
}
.body .rCol ul.links-horisontal > li {
  padding: 0;
  margin-left: 25px;
  float: left;
}
.body .rCol ul.links-horisontal > li:before,
.body .rCol ul.links-horisontal > li .before {
  content: none;
}
.body .rCol ul.links-horisontal > li:first-child {
  font-size: 13px;
  color: #1d2627;
  margin-left: 0;
  min-width: 360px;
  line-height: 1.5em;
}
.body .rCol ul.links-horisontal > li.normal {
  font-size: 13px;
  color: #1d2627;
}
.body .rCol ul.links-horisontal > li i {
  margin-bottom: -3px;
  margin-right: 10px;
  margin-left: 1px;
}
.body .rCol ul.links-horisontal > li.print {
  padding-left: 25px;
  border-left: 1px solid #b3c5d7;
}
.body .rCol ul.links-horisontal > li.print a {
  font-weight: normal;
}
.body .rCol ul.links-horisontal a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.body .rCol table.big {
  width: 100%;
}
.body .rCol table.big caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}
.body .rCol table.big tr td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #cbd5db;
}
.body .rCol table.big thead tr > td {
  background: #646a6f;
  color: #fff;
}
.body .rCol q {
  display: block;
  border-left: 10px solid #a4becd;
  padding: 20px;
  font-size: 15.079999999999998px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24.36px;
  color: #424134;
  background: #e1f0f9;
  margin-top: 10px;
}
.body .rCol .in.fixed {
  width: 730px;
  position: relative !important;
}
.body .rCol .materials ul,
.body .rCol .materials ol {
  padding: 0;
}
.body .rCol .materials ul a,
.body .rCol .materials ol a {
  text-decoration: none;
}
.body .rCol .contents {
  background: #e7eef5;
  margin: 20px 0 0 0;
  width: 100%;
}
.body .rCol .contents h1 .descr,
.body .rCol .contents h2 .descr,
.body .rCol .contents h3 .descr,
.body .rCol .contents h4 .descr {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  font-size: 14px;
  font-weight: normal;
}
.body .rCol .contents.info {
  font-size: 14px;
  line-height: 24px;
}
.body .rCol .contents.info .hr {
  padding-bottom: 0;
}
.body .rCol .contents.personal {
  overflow: hidden;
}
.body .rCol .contents.personal > .in {
  padding: 40px 20px 35px;
  border: 1px solid #cedae6;
  overflow: hidden;
}
.body .rCol .contents.personal .lcol {
  width: 290px;
  float: left;
  text-align: center;
}
.body .rCol .contents.personal .lcol img {
  border: 2px solid #fff;
}
.body .rCol .contents.personal .rcol {
  margin-left: 310px;
}
.body .rCol .contents > .in {
  padding: 20px 30px 10px 30px;
  position: relative;
}
.body .rCol .contents a {
  text-decoration: none;
}
.body .rCol .contents .numPage {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 6px 30px 0 0;
}
.body .rCol .contents .numPage span.inline-block {
  vertical-align: middle;
}
.body .rCol .contents .numPage .prev {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 10px;
  height: 16px;
  background: url('../img/official/pagination_prev.png') 0 0 no-repeat;
  margin: 0 20px 0 10px;
  vertical-align: middle;
}
.body .rCol .contents .numPage .prev.disable {
  background: url('../img/official/pagination_prev_disable.png') 0 0 no-repeat;
}
.body .rCol .contents .numPage .next {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 10px;
  height: 16px;
  background: url('../img/official/pagination_next.png') no-repeat;
  margin: 0 10px 0 20px;
  vertical-align: middle;
}
.body .rCol .contents .numPage .next.disable {
  background: url('../img/official/pagination_next_disable.png') 0 0 no-repeat;
}
.body .rCol .contents .numPage span {
  vertical-align: top;
}
.body .rCol .contents .numPage .blue {
  color: #5c8297;
}
.body .rCol .contents .showDoc {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.body .rCol .contents .showDoc .item {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 7px 10px;
  border-bottom: 1px dotted;
  text-decoration: none;
  vertical-align: middle;
}
.body .rCol .contents .showDoc .item.active {
  margin: 0;
  padding: 7px 10px;
  background: #ccd7e2;
  border-bottom: none;
  color: #2b3337;
}
.body .rCol .contents .hr {
  margin-bottom: 15px;
}
.body .rCol .contents ul {
  padding-left: 10px;
}
.body .rCol .contents ul li:before,
.body .rCol .contents ul li .before {
  width: 4px;
  height: 4px;
  top: 8px;
}
.body .rCol .contents dl {
  margin: 0 0 10px 0;
}
.body .rCol .documents {
  width: 728px;
  background: #fafaf2;
  border: 1px solid #eaeadc;
  float: left;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
}
.body .rCol .documents > .in {
  padding: 20px 20px 0 20px;
}
.body .rCol .documents .rss {
  margin-top: 7px;
  font-size: 18px;
  line-height: 24px;
}
.body .rCol .documents .rss i {
  vertical-align: top;
}
.body .rCol .documents .rss a {
  text-decoration: none;
}
.body .rCol .documents .item {
  border-top: 1px solid #ced5dc;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 100%;
  position: relative;
  float: left;
}
.body .rCol .documents .item:first-child {
  border: none;
  padding-top: 0px;
}
.body .rCol .documents .item .itemNumber {
  text-align: right;
  position: absolute;
  left: -60px;
  width: 50px;
  font-size: 14px;
  color: #8093a3;
}
.body .rCol .documents .item .lcol {
  padding-right: 180px;
}
.body .rCol .documents .item .rcol {
  width: 160px;
  float: left;
  margin-left: -160px;
  padding-top: 6px;
  left: 100%;
  position: relative;
}
.body .rCol .documents .item .rcol .rcol-save {
  display: block;
  margin: -5px 0 10px 0;
}
.body .rCol .documents .item .title,
.body .rCol .documents .item .date {
  font-weight: bold;
  display: block;
}
.body .rCol .documents .item .date {
  font-size: 14px;
  margin-bottom: 10px;
}
.body .rCol .documents .item .date.with-discussion {
  background: url('../img/official/discussion.png') 0 5px no-repeat;
  padding-left: 25px;
}
.body .rCol .documents .item .date-publication {
  display: block;
  margin-top: 10px;
  color: #5c8297;
  font-size: 12px;
}
.body .rCol .documents .item .descr {
  text-decoration: none;
}
.body .rCol .documents .item .descr span {
  margin-right: 8px;
}
.body .rCol .documents .item .descr span i {
  margin: 0 8px -3px 0px;
}
.body .rCol .documents .item .discussion {
  background: #e7eef5;
  border: 1px solid #cedae6;
  padding: 6px 5px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.body .rCol .documents .item .discussion .count {
  background: #7191a5;
  color: #fff;
  font-size: 10px;
  padding: 2px 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-left: 5px;
}
.body .rCol .documents .item .discussion .icon-discussion {
  margin-bottom: -4px;
}
.body .rCol .documents .item .links {
  font-size: 11px;
  color: #5c8297;
  list-style: none;
  padding: 0;
  margin: 0;
}
.body .rCol .documents .item .links > li {
  padding: 0;
}
.body .rCol .documents .item .links > li:before,
.body .rCol .documents .item .links > li .before {
  content: "";
  width: 0;
  height: 0;
}
.body .rCol .documents .item .links > li i {
  margin-bottom: -3px;
  margin-right: 10px;
  margin-left: 1px;
}
.body .rCol .documents .item .links a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.body .rCol .documents .no-border {
  border: none;
  padding-top: 0px;
}
.body .rCol .documents .pagination {
  margin-top: 37px;
  font-size: 14px;
}
.body .rCol ul.breadcrumbs {
  padding: 20px 0 15px;
  margin: 0;
  font-size: 12px;
  line-height: 17px;
  float: left;
  border-top: 1px solid #ced5dc;
  width: 100%;
  max-width: none;
}
.body .rCol ul.breadcrumbs a {
  text-decoration: none;
}
.body .rCol ul.breadcrumbs li {
  float: left;
  margin-right: 14px;
  padding-left: 20px;
  margin-bottom: 0;
  background: url('../img/official/arrow-right.png') 0 50% no-repeat;
}
.body .rCol ul.breadcrumbs li:first-child {
  background: none;
}
.body .rCol ul.breadcrumbs li:before,
.body .rCol ul.breadcrumbs li .before {
  width: 0;
  height: 0;
  content: none;
}
.body .rCol .pagination {
  line-height: 40px;
  background: #e7eef5;
  padding: 0 129px 0 137px;
  width: 464px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.body .rCol .pagination a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  padding: 0 12px;
  margin: 0 3px;
  min-width: 16px;
  text-align: center;
}
.body .rCol .pagination a.active {
  background: #ccd7e2;
  font-weight: bold;
  color: #1d2627;
  cursor: default;
}
.body .rCol .pagination .prev {
  width: 136px;
  border-right: 1px solid #c0cddc;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.body .rCol .pagination .prev:hover i {
  background: url('../img/official/pagination_prev-hover.png') 0 0 no-repeat;
}
.body .rCol .pagination .prev.disable {
  color: #c1d1dd;
}
.body .rCol .pagination .prev.disable i {
  background: url('../img/official/pagination_prev_disable.png') 0 0 no-repeat;
}
.body .rCol .pagination .prev img {
  padding: 12px 9px 12px 0;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.body .rCol .pagination .next {
  width: 128px;
  border-left: 1px solid #c0cddc;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
}
.body .rCol .pagination .next:hover i {
  background: url('../img/official/pagination_next-hover.png') 0 0 no-repeat;
}
.body .rCol .pagination .next.disable {
  color: #c1d1dd;
}
.body .rCol .pagination .next.disable i {
  background: url('../img/official/pagination_next_disable.png') 0 0 no-repeat;
}
.body .rCol .pagination .next img {
  padding: 12px 0 12px 9px;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.body .rCol .comments {
  border-top: 1px solid #c9d7de;
  overflow: hidden;
  margin-left: -1px;
  max-width: 1025px;
}
.body .rCol .comments a {
  text-decoration: none;
}
.body .rCol .comments .lcol {
  width: 245px;
  float: left;
  margin: 0 25px 0 0;
}
.body .rCol .comments .lcol > .in {
  padding-top: 30px;
  padding-left: 10px;
  width: 235px;
}
.body .rCol .comments .lcol .icon-comment {
  margin-bottom: -3px;
}
.body .rCol .comments .rcol {
  margin: 30px 0 0 -245px;
  padding-left: 245px;
}
.body .rCol .comments .rcol .doc-add {
  position: relative;
  height: 48px;
  font-size: 13px;
  line-height: 1.65;
  border-top: 1px solid #C9D7DE;
  border-bottom: 1px solid #C9D7DE;
  padding: 15px 0 9px;
  margin: 22px 0 25px;
}
.body .rCol .comments .rcol .doc-add .bold {
  position: relative;
  bottom: -9px;
}
.body .rCol .comments .rcol .doc-add i {
  position: relative;
  bottom: -2px;
}
.body .rCol .comments .rcol .doc-add p {
  position: absolute;
  top: 15px;
  right: 0;
  margin: 0;
}
.body .rCol .comments .rcol > .in {
  margin-left: 245px;
  padding-left: 50px;
  max-width: 755px;
}
.body .rCol .comments .rcol h2 {
  margin-top: -4px;
}
.body .rCol .comments .rcol .sorting {
  border-bottom: 1px solid #ced5dc;
  padding-bottom: 20px;
  overflow: hidden;
}
.body .rCol .comments .rcol .sorting .count {
  line-height: 31px;
  color: #49549a;
  font-size: 18px;
  font-weight: bold;
}
.body .rCol .comments .rcol .sorting .sortingBy .sortingItem {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  padding: 5px 15px 5px 10px;
  border-right: 10px solid #fff;
  vertical-align: middle;
}
.body .rCol .comments .rcol .sorting .sortingBy .sortingItem span {
  border-bottom: 1px dotted;
  color: #31698a;
}
.body .rCol .comments .rcol .sorting .sortingBy .sortingItem.up {
  background: #d9e3ed url('../img/official/forms/filter-up.png') 100% 50% no-repeat;
  border-right: 10px solid #d9e3ed;
}
.body .rCol .comments .rcol .sorting .sortingBy .sortingItem.down {
  background: #d9e3ed url('../img/official/forms/filter-down.png') 100% 50% no-repeat;
  border-right: 10px solid #d9e3ed;
}
.body .rCol .comments .item {
  padding: 20px 0;
  border-bottom: 1px solid #ced5dc;
}
.body .rCol .comments .item .name {
  font-weight: bold;
  margin-right: 20px;
}
.body .rCol .comments .item .date {
  color: #5c8297;
}
.body .rCol .comments .item .text {
  display: block;
  padding: 1em 0;
}
.body .rCol .comments .item .title {
  color: #49549a;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.body .rCol .comments .item .likeButton {
  background: #4f7b96 url('../img/official/add_white.png') 13px 50% no-repeat;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  padding: 0 15px 0 35px;
  cursor: pointer;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.body .rCol .comments .item .likeButton .count {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 6px;
  margin-top: -11px;
  line-height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0 6px;
  background: #7191a5;
}
.body .rCol .comments .item .likeButton .count:before,
.body .rCol .comments .item .likeButton .count .before {
  content: "";
  width: 3px;
  height: 5px;
  position: absolute;
  background: url('../img/official/angle_left.png') 0 0 no-repeat;
  left: -3px;
  top: 50%;
  margin-top: -3px;
}
.body .rCol .comments .showMore {
  margin-top: 20px;
  background: #4f7b96;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  padding: 0 15px;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.body .rCol .comments .addComment {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}
.body .rCol .comments .addComment q {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.body .rCol .comments .addComment input,
.body .rCol .comments .addComment textarea {
  border-color: #aec0d3;
  background-color: #f8fcfe;
  width: 490px;
}
.body .rCol .comments .addComment button {
  font-size: 12px;
  color: #fff;
  padding: 0.7em 1em;
  background: #4f7b96;
}
.body .rCol .comments .addComment textarea {
  height: 190px;
}
.body .rCol .comments .addComment fieldset {
  margin-bottom: 20px;
}
.body .rCol .comments .addComment fieldset .error {
  font-size: 13px;
  line-height: 16px;
  width: 180px;
  padding: 4px 10px;
  background: #be4747;
  position: relative;
  margin-left: 10px;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.body .rCol .comments .addComment fieldset .error:before,
.body .rCol .comments .addComment fieldset .error .before {
  width: 0;
  height: 0;
  border-width: 5px;
  border-color: transparent;
  border-style: solid;
  border-right-color: #be4747;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -5px;
  content: "";
}
.body .rCol .comments .addComment .submit {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.body .rCol .comments .addComment .submit + .error {
  vertical-align: bottom;
}
.body .rCol .comm-full {
  max-width: 730px;
  position: relative;
  right: -25px;
}
.body .rCol .comm-full .rcol {
  padding-left: 0;
  margin-left: 0;
}
.body .rCol .comm-full .rcol .in {
  padding-left: 0;
  margin-left: 0;
}
.body .rCol .switcher a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  padding: 0.5em 1em;
  margin-right: 15px;
}
.body .rCol .switcher a.active {
  background: #d9e3ed;
  margin: 0;
  color: #2b3337;
  cursor: default;
}
.body .rCol .info-card {
  margin-bottom: 30px;
}
.body .rCol .info-card .item {
  width: 365px;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: 20px;
}
.body .rCol .info-card .item .lcol {
  width: 90px;
  line-height: 0;
  float: left;
}
.body .rCol .info-card .item .lcol img.photo {
  border: 1px solid #cedae6;
}
.body .rCol .info-card .item .rcol {
  margin-left: 110px;
}
.body .rCol .book-chapter {
  font-size: 14.3px;
  line-height: 23.1px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
}
.body .rCol .book-chapter .item {
  overflow: hidden;
}
.body .rCol .book-chapter .item .lcol {
  width: 150px;
  line-height: 0;
  float: left;
  padding-top: 5px;
}
.body .rCol .book-chapter .item .lcol img.photo {
  border: 1px solid #cedae6;
}
.body .rCol .book-chapter .item .rcol {
  margin-left: 175px;
}
.body .rCol .smi-arhive .links-horisontal {
  border-bottom: none;
}
.body .rCol .smi-arhive .links-horisontal a.dotted,
.body .rCol .smi-arhive .links-horisontal > li:first-child a {
  font-weight: normal;
}
.body .rCol .yearList {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ced5dc;
}
.body .rCol .yearList a {
  font-size: 14px;
  line-height: 16px;
  margin: 0.4em 1.5em;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dotted;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.body .rCol .yearList a.active {
  margin: 0;
  padding: 0.4em 1.5em;
  background: #d9e3ed;
  border-bottom: 1px dotted transparent;
  color: #1d2627;
}
.body .rCol .yearList.for-reports {
  padding: 15px 0 20px;
  margin: 0 0 18px;
}
.body .rCol .filter-tabs {
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.body .rCol .filter-tabs a {
  font-size: 14px;
  line-height: 16px;
  margin: 0.5em 1em;
  text-decoration: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.body .rCol .filter-tabs a.active {
  margin: 0;
  padding: 0.5em 1em;
  background: #ccd7e2;
  border-bottom: 1px dotted transparent;
  color: #1d2627;
  font-weight: bold;
}
.body .rCol .filter-tabs.for-reports {
  padding: 15px 0 20px;
  margin: 0 0 18px;
}
.body .rCol .filter-tabs .count {
  background: #7191a5;
  color: #fff;
  font-size: 12px;
  padding: 1px 3px 0px;
  margin-left: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.body .rCol .tabs-list {
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.body .rCol .tabs-list a {
  font-size: 14px;
  line-height: 16px;
  margin: 0.4em 1.5em;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dotted;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.body .rCol .tabs-list a.active {
  margin: 0;
  padding: 0.4em 1.5em;
  background: #d9e3ed;
  border-bottom: 1px dotted transparent;
  color: #1d2627;
}
.body .rCol .departments-card {
  overflow: hidden;
  border-top: 1px solid #ced5dc;
}
.body .rCol .departments-card .item {
  width: 325px;
  min-height: 130px;
  padding: 20px;
  border-left: 1px solid #ced5dc;
  border-bottom: 1px solid #ced5dc;
  margin-left: -1px;
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.body .rCol .departments-card .item h3 {
  margin-bottom: 0.5em;
}
.body .rCol .card-manager {
  margin-left: -20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.body .rCol .card-manager .item {
  font-size: 14px;
  width: 315px;
  padding: 40px 20px 25px 20px;
  background: #e7eef5;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
}
.body .rCol .card-manager .item img {
  margin-bottom: 5px;
  border: 2px solid #fff;
}
.body .rCol .card-manager .item .descr {
  color: #1d2627;
}
.body .rCol .sorting {
  border-bottom: 2px solid #ced5dc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.body .rCol .sorting .count {
  line-height: 31px;
  color: #49549a;
  font-size: 18px;
  font-weight: bold;
  max-width: 450px;
}
.body .rCol .sorting .sortingBy .sortingItem {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  padding: 5px 15px 5px 10px;
  border-right: 10px solid #fff;
  vertical-align: middle;
}
.body .rCol .sorting .sortingBy .sortingItem span {
  border-bottom: 1px dotted;
  color: #31698a;
}
.body .rCol .sorting .sortingBy .sortingItem.up {
  background: #d9e3ed url('../img/official/forms/filter-up.png') 100% 50% no-repeat;
  border-right: 10px solid #d9e3ed;
  font-weight: bold;
}
.body .rCol .sorting .sortingBy .sortingItem.up:hover {
  background: #d9e3ed url('../img/official/forms/filter-up-hover.png') 100% 50% no-repeat;
}
.body .rCol .sorting .sortingBy .sortingItem.down {
  background: #d9e3ed url('../img/official/forms/filter-down.png') 100% 50% no-repeat;
  border-right: 10px solid #d9e3ed;
  font-weight: bold;
}
.body .rCol .sorting .sortingBy .sortingItem.down:hover {
  background: #d9e3ed url('../img/official/forms/filter-down-hover.png') 100% 50% no-repeat;
}
.body .rCol .sorting .sortingBy .sortingItem:hover span {
  color: #4598cc;
}
.body .rCol .sorting .worksPerPage .customSelect {
  width: 61px;
}
.body .rCol .sorting .worksPerPage .customSelect .customSelectInner {
  width: 41px !important;
}
.body .rCol .yellow {
  background: #fafaf2;
  border: 1px solid #eaeadc;
  padding: 20px 20px 0 20px;
}
.body .rCol .yellow.margin-bottom {
  margin-bottom: 60px;
}
.body .rCol .yellow .hr {
  background: #d4d2b3;
}
.body .rCol .yellow q {
  background: #e8e7d5;
  border-color: #c5c3a4;
}
.body .rCol .yellow .contents {
  border-color: #dadac2;
  background: #e8e7d5;
  margin: 20px 0 0 -20px;
  padding: 20px 20px 10px 20px;
}
.body .rCol .yellow .contents > .in {
  padding: 0;
}
.body .rCol .yellow .contents .showDoc .item.active {
  background: #cfceb8;
}
.body .rCol .yellow .contents .hr {
  border-color: #c5c3a4;
}
table {
  width: 730px;
  margin-bottom: 20px;
}
table caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}
table tr td {
  padding: 14px 10px;
  vertical-align: top;
  border-bottom: 1px solid #cbd5db;
  border-left: 1px solid #cbd5db;
}
table tr td:first-child {
  border-left: none;
}
table thead tr > td {
  font-weight: bold;
  background: #646a6f;
  color: #fff;
}
.head {
  max-width: 1275px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  height: 77px;
  z-index: 3;
}
.head > .in {
  padding: 0;
  position: relative;
  margin-left: 255px;
  margin-right: 250px;
}
.head > .in .logo {
  position: absolute;
  left: -257px;
  top: 15px;
}
@media screen {
  
}
@media screen and (max-width: 1054px) {
  .head > .in .logo {
    left: -255px !important;
  }
}
.head > .in .links.pull-right {
  width: 388px;
  position: absolute;
  right: 0;
  top: 20px;
}
.head .logo {
  position: absolute;
  left: 37px;
  top: 15px;
}
.head .extras {
  overflow: hidden;
  height: 50px;
  padding-top: 13px;
}
.head .search {
  display: block;
  float: left;
  vertical-align: top;
  position: relative;
  width: 25%;
  max-width: 325px;
  margin: 7px 0 22px 10px;
  height: 33px;
  border: 1px solid #ced9e4;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.head .search.active {
  width: 50%;
}
.head .search .search-wrap {
  padding-right: 33px;
  padding-left: 10px;
}
.head .search input {
  width: 100%;
  max-width: 325px;
  line-height: 21px;
  vertical-align: middle;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  margin-top: 5px;
}
.head .search > button.submit {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 33px;
  height: 33px;
  background: #ffffff url('../img/official/search.png') 50% 50% no-repeat;
}
.head .search > button.submit:hover {
  background: #ffffff url('../img/official/search-hover.png') 50% 50% no-repeat;
}
.head .links {
  display: block;
  float: left;
  vertical-align: top;
  line-height: 25px;
  margin: 0 0 0 2%;
  width: 180px;
}
.head .links a {
  text-decoration: none;
}
.head .auth {
  display: block;
  vertical-align: top;
  padding-left: 15px;
  margin: 0 5% 0 0;
  float: right;
  line-height: 50px;
  position: relative;
  z-index: 1;
}
.head .auth > .in {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 25px;
}
.head .auth a {
  text-decoration: none;
}
.head .info-board {
  color: #fff;
  position: absolute;
  right: -250px;
  top: 0;
  width: 250px;
  background: #526a7d;
  z-index: 10;
}
.head .info-board.open {
  height: 980px;
}
.head .info-board a {
  color: #b4ecff;
  text-decoration: none;
}
.head .info-board a:hover {
  color: #68d9ff;
}
.head .info-board .more {
  line-height: 18px;
  vertical-align: top;
  text-align: center;
  margin-bottom: 10px;
}
.head .info-board .more a:after,
.head .info-board .more a .after {
  height: 18px;
  width: 18px;
  background: url('../img/official/weather/next-link.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  content: "";
  margin-left: 5px;
  margin-bottom: -4px;
}
.head .info-board .more a:hover:after,
.head .info-board .more a:hover .after {
  background: url('../img/official/weather/next-link-hover.png') 0 0 no-repeat;
}
.head .info-board .showAll {
  position: absolute;
  z-index: 101;
  bottom: 0;
  left: 50%;
  margin-left: -24px;
  width: 47px;
  height: 28px;
  background: url('../img/official/open.png') 0 0 no-repeat;
}
.head .info-board .showAll.arrow-up {
  background: url('../img/official/arrow-up.png') 0 0 no-repeat;
}
.head .info-board .location {
  padding: 20px;
  height: 90px;
  text-align: center;
  position: relative;
  z-index: 99;
}
.head .info-board .location .center {
  margin-top: 8px;
}
.head .info-board .location-question {
  position: absolute;
  top: 52px;
  left: 10px;
  background: #1d3344;
  width: 200px;
  padding: 12px 15px 5px;
  font-weight: bold;
  color: #fff;
  line-height: 1.35;
  z-index: 101;
}
.head .info-board .location-question:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  margin: 0 0 0 -4px;
  border-left: 4px solid #526a7d;
  border-right: 4px solid #526a7d;
  border-bottom: 5px solid #1d3344;
}
.head .info-board .location-question span {
  display: block;
  padding: 0 0 11px;
  text-align: center;
}
.head .info-board .location-question a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #4f7b96;
  margin: 0 0 10px;
}
.head .info-board .moreInfo {
  display: none;
  margin: -30px 0 0px 0;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.head .info-board .moreInfo .under-construction {
  background: #526a7d;
  background: rgba(82, 106, 125, 0.9);
  padding: 115px 0 0 0;
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 1;
  width: 100%;
  height: 274px;
}
.head .info-board .moreInfo .under-construction .under-construction-message {
  text-align: center;
}
.head .info-board .moreInfo .under-construction .under-construction-message img {
  display: block;
  margin: 0 auto 5px;
}
.head .info-board .weather {
  margin: 0px 0 10px 10px;
}
.head .info-board .weather .weather-tabs-head {
  margin: 0 0 15px 0;
}
.head .info-board .weather .weather-tabs-head .switcher {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 7px;
}
.head .info-board .weather .weather-tabs-head .switcher strong {
  border-bottom: 1px dotted;
  font-weight: normal;
}
.head .info-board .weather .weather-tabs-head .switcher span {
  color: #b9cbd8;
  font-size: 11px;
  line-height: 1.3;
  display: block;
  text-align: center;
}
.head .info-board .weather .weather-tabs-head .switcher.active {
  background: #a7c7e0;
  padding: 7px;
  margin: 0 0 0 5px;
  border-bottom: none;
  color: #464f56;
  position: relative;
}
.head .info-board .weather .weather-tabs-head .switcher.active strong {
  color: #262b2f;
  border-bottom: none;
}
.head .info-board .weather .weather-tabs-head .switcher.active span {
  color: #262b2f;
}
.head .info-board .weather .weather-tabs-head .switcher.active:before,
.head .info-board .weather .weather-tabs-head .switcher.active .before {
  width: 9px;
  height: 5px;
  content: "";
  background: url('../img/official/angle.png') 0 0 no-repeat;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -3px;
}
.head .info-board .weather .data {
  margin: -5px 10px 10px 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #7a92a5;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  position: relative;
}
.head .info-board .weather .data .date-info {
  font-size: 10.4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 16.8px;
  letter-spacing: 0px;
  padding-right: 15px;
  margin-bottom: 5px;
}
.head .info-board .weather .data .icon-info {
  position: absolute;
  top: 5px;
  right: 0;
}
.head .info-board .weather .data .icon-weather-big {
  float: left;
  margin-right: 5px;
}
.head .info-board .weather .data .print-img {
  display: none;
}
.head .info-board .weather .data .simple-text {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0;
}
.head .info-board .weather .data .simple-small-text {
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 0;
}
.head .info-board .weather .data .temperature {
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 0;
}
.head .info-board .weather .data .descr {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 5px;
}
.head .info-board .weather .data .descr.precipitation {
  display: block;
  margin-left: 75px;
  line-height: 16px;
  font-size: 11px;
  color: #b9cbd8;
}
.head .info-board .weather .data .wind {
  margin-top: 15px !important;
  padding-left: 22px;
  margin-right: 10px;
  background: url('../img/official/weather/wind.png') 0 2px no-repeat;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
}
.head .info-board .weather .data .humidity {
  padding-left: 22px;
  margin-right: 15px;
  background: url('../img/official/weather/humidity.png') 4px 0 no-repeat;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
}
.head .info-board .weather .data .pressure {
  padding-left: 22px;
  background: url('../img/official/weather/pressure.png') 0 2px no-repeat;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
}
.head .info-board .weather .day-prediction {
  margin-left: 10px;
}
.head .info-board .weather .day-prediction .date-info {
  font-size: 10.4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 16.8px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.head .info-board .weather .day-prediction .date-info .icon-info {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.head .info-board .weather .day-prediction ul {
  margin: 0 20px 0 0;
  padding: 0;
}
.head .info-board .weather .day-prediction ul li {
  margin: 0 0 2px;
  padding: 0 0 2px 34px;
  border-bottom: #7a92a5 solid 1px;
  list-style-type: none;
  position: relative;
  background: none;
}
.head .info-board .weather .day-prediction ul li .icon-weather-small {
  position: absolute;
  left: 0;
  top: 0;
}
.head .info-board .weather .day-prediction ul li img.icon-weather-small {
  display: none;
}
.head .info-board .weather .day-prediction ul li .main-time-day-pred {
  clear: both;
  zoom: 1;
  overflow: hidden;
}
.head .info-board .weather .day-prediction ul li .main-time-day-pred .time {
  font-weight: normal;
  font-size: 11px;
}
.head .info-board .weather .day-prediction ul li .main-time-day-pred strong {
  display: block;
  color: #fff;
  font-size: 12px;
}
.head .info-board .weather .day-prediction ul li .main-time-day-pred strong span {
  font-size: 16px;
  font-weight: normal;
}
.head .info-board .weather .day-prediction ul li .main-time-day-pred .mtdp-left {
  float: left;
  width: 91px;
}
.head .info-board .weather .day-prediction ul li .main-time-day-pred .mtdp-right {
  overflow: hidden;
}
.head .info-board .weather .day-prediction ul li .text-forecast {
  font-size: 11px;
  line-height: 16px;
  color: #b9cbd8;
  padding: 0 5px 0 0;
}
.head .info-board .attantion {
  padding: 5px 10px 5px 55px;
  background: #6f92ae url('../img/official/attantion.png') 30px 50% no-repeat;
  margin: 20px 0;
  font-size: 12px;
}
.head .info-board .weather-note {
  padding: 0px 18px 5px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}
.head .info-board .weather-note a[target="_blank"]:after,
.head .info-board .weather-note a[target="_blank"] .after {
  margin-top: 2px;
}
.head .info-board .dangerous {
  padding: 15px 18px 10px;
  border-top: 2px solid #7a92a5;
}
.head .info-board .dangerous a {
  color: #fff;
}
.head .info-board .dangerous a:hover {
  color: #b3b3b3;
}
.head .info-board .dangerous ul {
  padding-left: 18px;
  margin-top: 10px;
  color: #b4ecff;
}
.head .info-board .dangerous ul a {
  color: #b4ecff;
}
.head .info-board .dangerous ul a:hover {
  color: #68d9ff;
}
.head .info-board .dangerous .caption {
  font-size: 21px;
}
.icon-html {
  width: 13px;
  height: 16px;
  background: url('../img/official/links.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-pdf {
  width: 13px;
  height: 16px;
  background: url('../img/official/links.png') -13px 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-doc,
.icon-rtf {
  width: 13px;
  height: 16px;
  background: url('../img/official/links.png') -26px 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-odf {
  width: 13px;
  height: 16px;
  background: url('../img/official/links.png') -39px 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-print {
  width: 16px;
  height: 16px;
  background: url('../img/official/links.png') -52px 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-ai {
  width: 13px;
  height: 16px;
  background: url('../img/official/links.png') -68px 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-xls {
  width: 13px;
  height: 16px;
  background: url('../img/official/links.png') -81px 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-png {
  width: 13px;
  height: 16px;
  background: url('../img/official/links.png') -94px 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-zip {
  width: 13px;
  height: 16px;
  background: url('../img/official/links.png') -107px 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-jpg {
  width: 13px;
  height: 16px;
  background: url('../img/official/links.png') -120px 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-tif {
  width: 13px;
  height: 16px;
  background: url('../img/official/links.png') -133px 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-avi {
  width: 16px;
  height: 16px;
  background: url('../img/official/links.png') -146px 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-mp3 {
  width: 16px;
  height: 16px;
  background: url('../img/official/links.png') -162px 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-mediaPlay {
  width: 9px;
  height: 11px;
  background: url('../plugins/player/play.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-comment {
  width: 14px;
  height: 13px;
  background: url('../img/official/comment.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-delete {
  width: 11px;
  height: 11px;
  background: url('../img/official/close.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-ok-big {
  width: 49px;
  height: 49px;
  background: url('../img/official/ok_big.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-flag {
  width: 9px;
  height: 11px;
  background: url('../img/official/flag.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-show-text {
  width: 7px;
  height: 7px;
  background: url('../img/official/show-text.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.open .icon-show-text {
  background-position: -7px 0;
}
.icon-info {
  width: 12px;
  height: 12px;
  background: url('../img/official/info.png') 0 0 no-repeat;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-info.white {
  background-position: -12px 0;
}
.icon-time {
  width: 15px;
  height: 15px;
  background: url('../img/official/time.png') 0 0 no-repeat;
  cursor: pointer;
  vertical-align: text-top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-arrowWhite {
  width: 7px;
  height: 4px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  background: url('../img/official/arrow-white.png') 0 -4px no-repeat;
}
.icon-arrowWhite.up {
  background-position: 0 0;
  margin-top: -3px;
}
.icon-location {
  width: 14px;
  height: 16px;
  margin-bottom: -3px;
  margin-right: 7px;
  background: url('../img/official/location.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-pagination-prev {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  margin: 12px 9px 12px 0px;
  background: url('../img/official/pagination_prev.png') 0 0 no-repeat;
}
.icon-pagination-next {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  margin: 12px 0px 12px 9px;
  background: url('../img/official/pagination_next.png') 0 0 no-repeat;
}
.icon-auth {
  width: 15px;
  height: 18px;
  background: url('../img/official/auth.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.icon-login {
  width: 16px;
  height: 21px;
  background: url('../img/official/login.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.icon-magnifier {
  width: 32px;
  height: 32px;
  background: url('../img/official/magnifier.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.icon-video {
  width: 26px;
  height: 14px;
  background: url('../img/official/main/video.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-discussion {
  width: 17px;
  height: 14px;
  background: url('../img/official/discussion.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-rss {
  width: 24px;
  height: 24px;
  background: url('../img/official/rss.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-pda {
  width: 20px;
  height: 18px;
  background: url('../img/official/pda.png') 0 50% no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-twitter {
  width: 20px;
  height: 18px;
  background: url('../img/official/twitter.png') 0 50% no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-wind-s {
  width: 5px;
  height: 9px;
  background-position: -14px -5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-wind-w {
  width: 9px;
  height: 5px;
  background-position: -23px 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-wind-n {
  width: 5px;
  height: 9px;
  background-position: -19px -5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-wind-e {
  width: 9px;
  height: 5px;
  background-position: -14px 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-wind-sw {
  width: 7px;
  height: 7px;
  background-position: -7px 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-wind-nw {
  width: 7px;
  height: 7px;
  background-position: -7px -7px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-wind-ne {
  width: 7px;
  height: 7px;
  background-position: 0 -7px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-wind-se {
  width: 7px;
  height: 7px;
  background-position: 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
[class^="icon-wind"],
[class*=" icon-wind"] {
  background-image: url('../img/official/weather/wind-direction.png');
  background-repeat: no-repeat;
}
[class^="icon-wind"].blue,
[class*=" icon-wind"].blue {
  background-image: url('../img/official/weather/wind-direction-blue.png');
}
.icon-weather-small {
  background: 0px 0px no-repeat;
  width: 25px;
  height: 25px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-weather-small.icon-blue {
  vertical-align: middle;
  background: 0px 0px no-repeat;
}
.icon-weather-medium.blue {
  background: 0px 0px no-repeat;
  width: 35px;
  height: 35px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-weather-big {
  background: 0px 0px no-repeat;
  width: 70px;
  height: 70px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-weather-big.blue {
  background: 0px 0px no-repeat;
}
.icon-arrow-up {
  width: 7px;
  height: 4px;
  background: url('../img/official/weather/arrows.png') 0 0 no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.icon-arrow-down {
  width: 7px;
  height: 4px;
  background: url('../img/official/weather/arrows.png') 0 -4px no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.lCol .banners .item .title {
  font-size: 20px;
  line-height: 26px;
}
.banners {
  width: 100%;
}
.banners .row {
  overflow: hidden;
  margin-bottom: 5px;
}
.banners .item {
  display: block;
  float: left;
  min-width: 180px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  position: relative;
  vertical-align: top;
  zoom: 1;
}
.banners .item > .in {
  margin-right: 5px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.banners .item:after,
.banners .item .after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 10;
  margin-left: -5px;
}
.banners .item .text {
  padding: 20px;
}
.banners .item .shadow {
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.banners .item img.bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.banners .item .title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #fff;
}
.banners .item .descr {
  color: #dfebf8;
  font-size: 12px;
  line-height: 16px;
}
.banners .item.blue:after,
.banners .item.blue .after {
  background: url('../img/official/gradient_small_blue.png') 0 0 repeat-x;
}
.banners .item.brown:after,
.banners .item.brown .after {
  background: url('../img/official/gradient_small_brown.png') 0 0 repeat-x;
}
.body .rCol.doc-list .documents,
.body .rCol.press-list .documents,
.body .rCol.calendar-of-events .documents {
  background: none;
  width: 100%;
  border: none;
}
.body .rCol.doc-list .documents > .in,
.body .rCol.press-list .documents > .in,
.body .rCol.calendar-of-events .documents > .in {
  padding: 0;
  position: relative;
}
.body .rCol.doc-list .documents .preloader,
.body .rCol.press-list .documents .preloader,
.body .rCol.calendar-of-events .documents .preloader {
  position: absolute;
  margin-top: 70px;
  left: 50%;
  margin-left: -22px;
  width: 24px;
  height: 24px;
  background: url('../img/official/preloader/preloader_bg.png') 0 0 no-repeat;
  z-index: 10;
  padding: 10px;
}
.body .rCol.doc-list .documents .filtres,
.body .rCol.press-list .documents .filtres,
.body .rCol.calendar-of-events .documents .filtres {
  padding: 20px;
  border: 1px solid #cedae6;
  background: #e7eef5;
  margin-bottom: 20px;
  margin-top: 10px;
}
.body .rCol.doc-list .documents .filtres input.date,
.body .rCol.press-list .documents .filtres input.date,
.body .rCol.calendar-of-events .documents .filtres input.date {
  border: 1px solid #aec0d3;
  width: 80px;
  cursor: pointer;
  padding: 0px 35px 0px 10px;
  height: 30px;
  line-height: 30px;
  background: #ffffff url('../img/official/date.png') 90% 50% no-repeat;
}
.body .rCol.doc-list .documents .filtres select,
.body .rCol.press-list .documents .filtres select,
.body .rCol.calendar-of-events .documents .filtres select,
.body .rCol.doc-list .documents .filtres .customSelect,
.body .rCol.press-list .documents .filtres .customSelect,
.body .rCol.calendar-of-events .documents .filtres .customSelect {
  background: #fff;
}
.body .rCol.doc-list .documents .filtres .discussed,
.body .rCol.press-list .documents .filtres .discussed,
.body .rCol.calendar-of-events .documents .filtres .discussed {
  vertical-align: middle;
  margin-left: 20px;
}
.body .rCol.doc-list .documents .filtres button.submit,
.body .rCol.press-list .documents .filtres button.submit,
.body .rCol.calendar-of-events .documents .filtres button.submit {
  margin-right: 20px;
}
.body .rCol.doc-list .documents .filtres button.reset,
.body .rCol.press-list .documents .filtres button.reset,
.body .rCol.calendar-of-events .documents .filtres button.reset {
  color: #006a94;
}
.body .rCol.doc-list .documents .item .rcol ul.links li:before,
.body .rCol.press-list .documents .item .rcol ul.links li:before,
.body .rCol.calendar-of-events .documents .item .rcol ul.links li:before,
.body .rCol.doc-list .documents .item .rcol ul.links li .before,
.body .rCol.press-list .documents .item .rcol ul.links li .before,
.body .rCol.calendar-of-events .documents .item .rcol ul.links li .before {
  content: none;
}
.body .rCol.doc-list.press-list .item,
.body .rCol.press-list.press-list .item,
.body .rCol.calendar-of-events.press-list .item {
  font-size: 14px;
}
.body .rCol.doc-list.press-list .item .rcol,
.body .rCol.press-list.press-list .item .rcol,
.body .rCol.calendar-of-events.press-list .item .rcol {
  width: 150px;
  left: 0;
  margin-left: 0;
  padding-top: 0;
}
.body .rCol.doc-list.press-list .item .lcol,
.body .rCol.press-list.press-list .item .lcol,
.body .rCol.calendar-of-events.press-list .item .lcol {
  padding-right: 0;
  padding-left: 150px;
}
.body .rCol.doc-list.press-list .item .lcol ul,
.body .rCol.press-list.press-list .item .lcol ul,
.body .rCol.calendar-of-events.press-list .item .lcol ul,
.body .rCol.doc-list.press-list .item .lcol ol,
.body .rCol.press-list.press-list .item .lcol ol,
.body .rCol.calendar-of-events.press-list .item .lcol ol {
  padding: 0;
}
.body .rCol.doc-list.press-list .item .lcol ul li,
.body .rCol.press-list.press-list .item .lcol ul li,
.body .rCol.calendar-of-events.press-list .item .lcol ul li,
.body .rCol.doc-list.press-list .item .lcol ol li,
.body .rCol.press-list.press-list .item .lcol ol li,
.body .rCol.calendar-of-events.press-list .item .lcol ol li {
  margin-bottom: 20px;
}
.body .rCol.doc-list.press-list .item .lcol ul a,
.body .rCol.press-list.press-list .item .lcol ul a,
.body .rCol.calendar-of-events.press-list .item .lcol ul a,
.body .rCol.doc-list.press-list .item .lcol ol a,
.body .rCol.press-list.press-list .item .lcol ol a,
.body .rCol.calendar-of-events.press-list .item .lcol ol a {
  text-decoration: none;
}
.body .rCol.doc-list.press-list .item .links-horisontal,
.body .rCol.press-list.press-list .item .links-horisontal,
.body .rCol.calendar-of-events.press-list .item .links-horisontal {
  border-bottom: 0;
}
.body .rCol.doc-list.calendar-of-events .item,
.body .rCol.press-list.calendar-of-events .item,
.body .rCol.calendar-of-events.calendar-of-events .item {
  font-size: 14px;
}
.body .rCol.doc-list.calendar-of-events .item .rcol,
.body .rCol.press-list.calendar-of-events .item .rcol,
.body .rCol.calendar-of-events.calendar-of-events .item .rcol {
  width: 205px;
  left: 0;
  margin-left: 0;
  padding-top: 0;
}
.body .rCol.doc-list.calendar-of-events .item .lcol,
.body .rCol.press-list.calendar-of-events .item .lcol,
.body .rCol.calendar-of-events.calendar-of-events .item .lcol {
  padding-right: 0;
  padding-left: 210px;
}
.body .rCol.doc-list.calendar-of-events .item .lcol ul,
.body .rCol.press-list.calendar-of-events .item .lcol ul,
.body .rCol.calendar-of-events.calendar-of-events .item .lcol ul,
.body .rCol.doc-list.calendar-of-events .item .lcol ol,
.body .rCol.press-list.calendar-of-events .item .lcol ol,
.body .rCol.calendar-of-events.calendar-of-events .item .lcol ol {
  padding: 0;
}
.body .rCol.doc-list.calendar-of-events .item .lcol ul li,
.body .rCol.press-list.calendar-of-events .item .lcol ul li,
.body .rCol.calendar-of-events.calendar-of-events .item .lcol ul li,
.body .rCol.doc-list.calendar-of-events .item .lcol ol li,
.body .rCol.press-list.calendar-of-events .item .lcol ol li,
.body .rCol.calendar-of-events.calendar-of-events .item .lcol ol li {
  margin-bottom: 20px;
}
.body .rCol.doc-list.calendar-of-events .item .lcol ul a,
.body .rCol.press-list.calendar-of-events .item .lcol ul a,
.body .rCol.calendar-of-events.calendar-of-events .item .lcol ul a,
.body .rCol.doc-list.calendar-of-events .item .lcol ol a,
.body .rCol.press-list.calendar-of-events .item .lcol ol a,
.body .rCol.calendar-of-events.calendar-of-events .item .lcol ol a {
  text-decoration: none;
}
.body .rCol.doc-list.calendar-of-events .item .links-horisontal,
.body .rCol.press-list.calendar-of-events .item .links-horisontal,
.body .rCol.calendar-of-events.calendar-of-events .item .links-horisontal {
  border-bottom: 0;
}
.body .rCol.doc-list.doc-discuss .item .pre-lcol,
.body .rCol.press-list.doc-discuss .item .pre-lcol,
.body .rCol.calendar-of-events.doc-discuss .item .pre-lcol {
  width: 165px;
  float: left;
}
.body .rCol.doc-list.doc-discuss .item .lcol,
.body .rCol.press-list.doc-discuss .item .lcol,
.body .rCol.calendar-of-events.doc-discuss .item .lcol {
  padding-left: 190px;
  padding-right: 130px;
}
.body .rCol.doc-list.doc-discuss .item .rcol,
.body .rCol.press-list.doc-discuss .item .rcol,
.body .rCol.calendar-of-events.doc-discuss .item .rcol {
  width: 100px;
  margin-left: -265px;
}
.container > .wrapper > .body .rCol.dictionary > .in {
  margin-left: 0;
  max-width: 975px;
}
.capital {
  font-weight: bold;
  width: 230px;
  margin-right: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.capital .text {
  font-size: 60px;
  line-height: 60px;
  margin-right: 10px;
}
.capital .descr {
  font-size: 18px;
  line-height: 18px;
}
.lettersList {
  line-height: 29px;
  width: 720px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.lettersList a.active {
  border-bottom: none;
  cursor: default;
  color: #1d2627;
}
.lettersList ul {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  float: right;
}
.lettersList ul li {
  float: left;
}
.lettersList ul li a {
  display: block;
  padding: 5px;
  font-weight: bold;
}
.lettersList ul li a.active {
  background: #d9e3ed;
  color: #1d2627;
  cursor: default;
}
.lettersList ul li a.active span.dotted {
  border-bottom: none;
}
.lettersList ul li a.disabled {
  color: #1d2627;
  cursor: default;
  font-weight: normal;
}
.lettersList ul li a.disabled span.dotted {
  border-bottom: none;
}
.body .rCol.doc-page > .in {
  overflow: hidden;
}
.body .rCol.doc-page .title {
  margin-bottom: 10px;
  overflow: hidden;
}
.body .rCol.doc-page .title .lcol {
  padding-right: 180px;
  min-height: 36px;
  line-height: 36px;
}
.body .rCol.doc-page .title .lcol span {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.body .rCol.doc-page .title .rcol {
  width: 160px;
  margin-left: -160px;
  left: 100%;
  float: left;
  position: relative;
  font-weight: normal;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
}
.body .rCol.doc-page .title .rcol .discussion {
  background: #e7eef5;
  border: 1px solid #cedae6;
  padding: 6px 5px;
  margin-bottom: 15px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.body .rCol.doc-page .title .rcol .discussion .text {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.body .rCol.doc-page .title .rcol .discussion .count {
  background: #7191a5;
  color: #fff;
  font-size: 10px;
  padding: 2px 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.body .rCol.doc-page .title .rcol .discussion .icon-discussion {
  margin-bottom: -5px;
}
.body .rCol.doc-page .title .rcol .links {
  font-size: 11.700000000000001px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18.900000000000002px;
  color: #5c8297;
  list-style: none;
  padding: 0;
  margin: 0;
}
.body .rCol.doc-page .title .rcol .links > li {
  padding: 0 0 5px 0;
}
.body .rCol.doc-page .title .rcol .links > li:before,
.body .rCol.doc-page .title .rcol .links > li .before {
  content: none;
}
.body .rCol.doc-page .title .rcol .links > li i {
  margin-bottom: -3px;
  margin-right: 10px;
  margin-left: 1px;
}
.body .rCol.doc-page .title .rcol .links a {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  font-weight: bold;
  text-decoration: none;
}
.body .rCol.doc-page .summary {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
}
.body .rCol.doc-page .full-text {
  margin-top: -30px;
  display: none;
}
.body .rCol.doc-page .full-text.close {
  -o-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-top: -100%;
}
.body .rCol.doc-page .full-text.open {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -webkit-opacity: 0.01;
  -moz-opacity: 0.01;
  -o-opacity: 0.01;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  margin-top: -30px;
}
.body .rCol.doc-page .full-text .show-hide-fullText {
  height: 0;
}
.body .rCol.doc-page .show-hide-fullText {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: -11px;
}
.body .rCol.doc-page .footnotes {
  margin-left: 10px;
}
.body .rCol.doc-page .footnotes a {
  text-decoration: none;
}
.body .rCol.doc-page ul.links {
  font-size: 11px;
  color: #5c8297;
  list-style: none;
  padding: 20px 0 0 0;
  margin: 20px 0 50px 0;
  border-top: 2px solid #ced5dc;
  max-width: none;
}
.body .rCol.doc-page ul.links > li {
  padding: 0;
  margin-left: 25px;
  float: left;
}
.body .rCol.doc-page ul.links > li:before,
.body .rCol.doc-page ul.links > li .before {
  content: none;
}
.body .rCol.doc-page ul.links > li:first-child {
  font-size: 13px;
  color: #1d2627;
  margin-left: 0;
}
.body .rCol.doc-page ul.links > li i {
  margin-bottom: -3px;
  margin-right: 10px;
  margin-left: 1px;
}
.body .rCol.doc-page ul.links > li.print {
  padding-left: 25px;
  border-left: 1px solid #b3c5d7;
}
.body .rCol.doc-page ul.links > li.print a {
  font-weight: normal;
}
.body .rCol.doc-page ul.links a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.body .rCol .gosuslugi-list {
  font-size: 14px;
  line-height: 24px;
}
.body .rCol .gosuslugi-list ol {
  font-size: 14px;
  line-height: 24px;
}
.body .rCol .gosuslugi-list ol li {
  margin-bottom: 20px;
}
.body .rCol .gosuslugi-list ol li ol li,
.body .rCol .gosuslugi-list ol li ul li {
  margin-bottom: 0;
  line-height: 2em;
}
.body .rCol .gosuslugi-list ol li ul li:before,
.body .rCol .gosuslugi-list ol li ul li .before {
  top: 8px;
}
#contacts-map {
  width: 730px;
  height: 560px;
  background: #aa0000;
  color: #fff;
}
.rosgm-style .fancybox-close {
  width: 18px;
  height: 16px;
  background: url('../img/official/modal-close.png') no-repeat 0 0;
  right: 28px;
  top: 29px;
}
.auth-form-wrapper {
  transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  width: 379px;
  background: #fff;
}
.auth-form-wrapper .auth-form-scroll {
  transition: left 0.5s;
  -moz-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  position: relative;
  overflow: hidden;
}
.auth-form-wrapper .auth-f-block {
  padding: 28px 30px 0;
}
.auth-form-wrapper .auth-f-block h2 {
  margin: 0 0 21px;
  color: #1d2627;
  font-size: 21px;
}
.auth-form-wrapper .auth-f-block.afb-hid {
  visibility: hidden;
}
.auth-form-wrapper .auth-notice {
  padding: 0 0 18px;
}
.auth-form-wrapper .message-after-restore {
  position: absolute;
  background: #fff;
  left: 30px;
  top: 63px;
  width: 319px;
  padding: 30px 0 16px 0;
  margin: 0 0 5px;
}
.auth-form-wrapper .message-after-restore .message-af-content {
  margin: 3px 0 15px;
}
.auth-form-wrapper fieldset {
  min-height: 81px;
}
.auth-form-wrapper input {
  display: block;
  margin: 3px 0 0 0;
}
.auth-form-wrapper .valid input {
  border-color: #008c00;
  background: #ffffff url('../img/official/ok.png') 98% 50% no-repeat;
}
.auth-form-wrapper .invalid label strong {
  color: #dc0000;
}
.auth-form-wrapper .invalid input {
  border-color: #dc0000;
  background: #ffffff url('../img/official/stop.png') 98% 50% no-repeat;
}
.auth-form-wrapper .invalid .error {
  color: #dc0000;
}
.auth-form-wrapper .buttons-block {
  padding: 5px 0 24px 0;
  min-height: 36px;
}
.auth-form-wrapper .buttons-block button {
  margin-right: 14px;
  font-family: Arial;
  font-weight: normal;
  font-weight: bold;
}
.auth-form-wrapper .buttons-block .submit {
  vertical-align: top;
}
.auth-form-wrapper .buttons-block .total-error-message {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 13px;
  line-height: 18px;
  color: #dc0000;
  width: 220px;
}
.auth-form-wrapper .auth-form-navigate {
  background: #e7eef5;
  margin: 0 -30px;
  padding: 15px 0 16px;
  text-align: center;
}
.auth-form-wrapper .auth-form-navigate .wr-dot {
  color: #8297ab;
  font-size: 18px;
}
.auth-form-wrapper .auth-form-navigate .dotted {
  color: #2d6081;
  font-size: 16px;
  border-color: #31698a;
  cursor: pointer;
}
.auth-form-wrapper .auth-form-navigate em {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 1px;
  height: 17px;
  background: #c0cddc;
  margin: 0 16px;
  vertical-align: top;
  position: relative;
  top: 3px;
}
.a-scroller {
  overflow: hidden;
  width: 379px;
  position: relative;
  height: 351px;
}
.a-scroller .auth-form-scroll {
  position: absolute;
  left: -379px;
  top: 0;
  overflow: hidden;
  width: 1137px;
  height: 351px;
}
.a-scroller .auth-form-scroll .auth-f-block {
  width: 319px;
  float: left;
  position: relative;
}
.a-register {
  height: 717px;
}
.a-register .auth-form-scroll {
  left: 0;
}
.a-register .auth-form-scroll {
  height: 717px;
}
.a-restore {
  height: 351px;
}
.a-restore .auth-form-scroll {
  left: -758px;
}
.body .rCol .doc-report-list {
  max-width: none;
  padding: 0 0 30px;
  line-height: 21px;
}
.body .rCol .doc-report-list li {
  padding: 0 0 14px 20px;
  margin: 0 0 18px 0;
}
.body .rCol .doc-report-list li:before,
.body .rCol .doc-report-list li .before {
  background: none;
}
.doc-report-list li {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 0 20px;
  background: none;
  border-bottom: #ced5dc solid 1px;
}
.doc-report-list .drl-date {
  float: left;
}
.doc-report-list .drl-date strong {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  min-width: 90px;
  margin-right: 15px;
  font-size: 14px;
}
.doc-report-list .drl-date .drl-html {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-weight: bold;
  font-size: 12px;
}
.doc-report-list .drl-load {
  float: right;
}
.doc-report-list .drl-load span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 60px;
  font-size: 14px;
  vertical-align: middle;
}
.doc-report-list .drl-load a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  margin-left: 19px;
}
.doc-report-list .drl-load a small {
  font-size: 11px;
  font-weight: normal;
}
.doc-report-list i {
  vertical-align: top;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.body .rCol .media-audio li {
  padding: 18px 10px 14px 30px;
  margin: 0;
}
.media-audio .drl-date .icon-mediaPlay {
  position: absolute;
  top: 23px;
  left: 15px;
}
.media-audio li.active {
  background: #e7eef5;
}
.media-audio li.active .drl-date .icon-mediaPlay {
  display: none;
}
.media-audio .audio-player {
  border-top: 1px solid #cedae6;
  margin-top: 20px;
  margin-bottom: -14px;
  margin-left: -20px;
}
.location-form {
  width: 380px;
}
.location-form > .in {
  padding: 30px;
}
.location-form select {
  width: 300px;
}
.location-form .text {
  margin-bottom: 25px;
}
.modal-window {
  display: none;
  width: 100%;
}
.modal-window .rCol {
  width: 100%;
}
.modal-window .rCol > .in {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.modal-window > .in {
  padding: 5px;
}
.modal-window .title {
  width: 70%;
}
.modal-window .print {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #4f7b96 url('../img/official/modal/print.png') no-repeat 15px 50%;
  color: #fff;
  padding: 3px 15px 3px 40px;
  position: absolute;
  top: 5px;
  right: 40px;
}
.modal-window .print:hover {
  color: #ddd;
}
.modal-window .fancy-close {
  width: 18px;
  height: 16px;
  background: url('../img/official/modal-close.png') no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 7px;
  display: block;
}
.flashmap {
  position: relative;
}
.flashmap .map_tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: #526a7d;
  color: #fff;
  max-width: 200px;
  line-height: 16px;
}
.flashmap .map_tooltip .descr {
  margin-top: 5px;
  font-size: 12px;
  color: #b2cadd;
}
.structure {
  width: 100%;
}
.structure .stucture-print {
  display: none;
}
.structure .str-in {
  position: relative;
  width: 100%;
}
.structure .str-in a {
  text-decoration: none;
}
.structure .str-in a:hover {
  text-decoration: underline;
  color: #006a94;
}
.structure .block-big {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 19px 0;
  background: #b8d2e6;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.structure .line {
  background: #b8d2e6;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 3px;
}
.structure .block {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 0;
  background: #b8d2e6;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.structure .block-small {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 0;
  background: #b8d2e6;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.structure .block-small span {
  font-weight: normal;
}
.structure .left-arrow {
  background-image: url("../img/official/arrows-h.png");
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 10px;
}
.structure .right-arrow {
  background-image: url("../img/official/arrows-h.png");
  background-position: -6px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 10px;
}
.structure .top-arrow {
  background-image: url("../img/official/arrows-v.png");
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 6px;
}
.structure .bottom-arrow {
  background-image: url("../img/official/arrows-v.png");
  background-position: 0 -6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 6px;
}
.combobox-wrapper {
  position: relative;
  height: 31px;
}
.combobox-wrapper button {
  background: url('../img/official/forms/select-arrow.png') 100% 50% no-repeat;
  width: 28px;
  height: 31px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  border: none;
  border: solid #aec0d3;
  border-width: 1px 1px 1px 1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.combobox-wrapper button span {
  display: none;
}
.combobox-wrapper .ui-autocomplete-input {
  border: solid #aec0d3;
  margin: 0 -28px 0 0;
  border-width: 1px 0px 1px 1px;
  width: 309px;
  padding: 0 0 0 10px;
  height: 29px;
  font-size: 13px;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  vertical-align: top;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.combobox-wrapper .ui-button {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url('../img/official/forms/select-arrow.png') 100% 50% no-repeat;
  width: 27px;
  height: 29px;
  cursor: pointer;
  border: #aec0d3 solid;
  border-width: 1px 1px 1px 0;
}
.combobox-wrapper-autocomplite {
  position: relative;
}
.combobox-wrapper-autocomplite .customSelectInner {
  width: 7px;
  height: 21px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  cursor: pointer;
}
.combobox-wrapper-autocomplite .autocomplite-input {
  width: 281px;
  height: 21px;
  padding-right: 30px;
  border: 1px solid #aec0d3;
  outline: 0;
}
.lt-ie9 .combobox-wrapper .ui-autocomplete-input {
  line-height: 29px;
}
body .ui-autocomplete {
  background: #fff;
  padding: 0;
  z-index: 9000;
  overflow: auto;
  max-height: 200px;
  border: #aec0d3 solid 1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .ui-autocomplete .ui-menu-item {
  background: none !important;
  border: none !important;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .ui-autocomplete .ui-menu-item:hover {
  background: #f2f7fc;
  border: none;
  background: none !important;
  border: none !important;
}
body .ui-autocomplete .ui-menu-item a {
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  padding: 7px 0 7px 10px !important;
  margin: 0;
  line-height: 1.2 !important;
  border: none !important;
  color: #444;
}
body .ui-autocomplete .ui-menu-item a:hover {
  background: #f2f7fc;
  border: none;
  font-weight: normal;
  padding: 0 0 0 10px;
  margin: 0;
}
body .ui-autocomplete .ui-menu-item a.ui-state-focus {
  background: #f2f7fc;
  border: none;
  font-weight: normal;
  padding: 0 0 0 10px;
  margin: 0;
}
body .ui-autocomplete .ui-menu-item .descr {
  color: #5c8297;
  font-size: 11px;
}
#google_translate_element {
  position: absolute;
  bottom: 0;
  right: 0;
}
.goog-te-menu-frame {
  z-index: 10000;
}
.personal-status .item {
  padding: 15px 0;
  border-bottom: 1px solid #ced5dc;
  overflow: hidden;
}
.personal-status .item .number {
  width: 150px;
  margin-right: 10px;
  font-weight: bold;
  float: left;
}
.personal-status .item .date {
  width: 100px;
  margin-right: 10px;
  float: left;
}
.personal-status .item .status {
  width: 460px;
  float: left;
}
.sitemap {
  padding: 4px 0 27px;
}
.sitemap div {
  float: left;
  width: 48%;
}
.sitemap div:first-child {
  padding: 0 4% 0 0;
}
.sitemap div h2 {
  margin: 16px 0 22px;
}
.sitemap div ul {
  font-size: 14px;
  list-style: none;
  padding: 0 0 8px 40px;
  margin: 0;
}
.sitemap div ul li {
  background: url("../img/official/sitemap-bullet.gif") 0 7px no-repeat;
  padding: 0 0 7px 15px;
}
.sitemap div ul ul {
  font-size: 12px;
  padding: 9px 0 2px 18px;
}
.sitemap div ul ul li {
  background: url("../img/official/sitemap-bullet-small.gif") 0 8px no-repeat;
  padding: 0 0 0 13px;
}
.media-video {
  padding: 10px;
  background: #e7eef5;
  margin-top: 20px;
  margin-bottom: 20px;
}
.photo-list,
.video-list {
  padding-left: 10px !important;
}
.photo-list li,
.video-list li,
.photo-list .gallery-item,
.video-list .gallery-item {
  float: left;
  width: 305px;
  padding: 20px !important;
  margin-right: 20px;
  margin-bottom: 20px !important;
  background: #e7eef5;
  height: 300px;
  overflow: hidden;
  margin-left: -10px !important;
}
.photo-list li .title,
.video-list li .title,
.photo-list .gallery-item .title,
.video-list .gallery-item .title {
  margin: 5px 0;
}
.photo-list li .preview,
.video-list li .preview,
.photo-list .gallery-item .preview,
.video-list .gallery-item .preview {
  border: 2px solid #fff;
  width: 303px;
  height: 201px;
}
.photo-list li .video-preview,
.video-list li .video-preview,
.photo-list .gallery-item .video-preview,
.video-list .gallery-item .video-preview {
  position: relative;
  display: block;
}
.photo-list li .video-preview:after,
.video-list li .video-preview:after,
.photo-list .gallery-item .video-preview:after,
.video-list .gallery-item .video-preview:after,
.photo-list li .video-preview .after,
.video-list li .video-preview .after,
.photo-list .gallery-item .video-preview .after,
.video-list .gallery-item .video-preview .after {
  display: block;
  content: "";
  width: 61px;
  height: 61px;
  background: url('../img/official/play-video.png') no-repeat 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  z-index: 9;
}
.symbols-list .item {
  text-align: center;
  width: 340px;
  padding: 10px 10px 30px 10px;
  float: left;
}
.symbols-list .item:nth-child(2n-1) {
  border-right: 1px solid #ced5dc;
}
.symbols-list .item:nth-child(2n) {
  border-left: 1px solid #ced5dc;
  margin-left: -1px;
}
.symbols-list .item .picture img {
  width: 140px;
  height: 140px;
  border: 10px solid #e7eef5;
}
.symbols-list .item .title {
  margin: 15px 0;
}
.symbols-list .item .links-block {
  vertical-align: top;
}
.symbols-list .item .links-block .links {
  font-size: 11px;
  color: #5c8297;
  list-style: none;
  padding: 0;
  margin: 4px 0 0 10px;
  text-align: left;
}
.symbols-list .item .links-block .links > li {
  padding: 0;
}
.symbols-list .item .links-block .links > li:before,
.symbols-list .item .links-block .links > li .before {
  content: "";
  width: 0;
  height: 0;
}
.symbols-list .item .links-block .links > li i {
  margin-bottom: -3px;
  margin-right: 10px;
  margin-left: 1px;
}
.symbols-list .item .links-block .links a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.marker {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: text-top;
}
.marker.small {
  width: 12px;
  height: 12px;
}
.marker.pistachio-colored {
  background: #a0cd4a;
}
.marker.pear {
  background: #e2d246;
}
.marker.light-brown {
  background: #d59140;
}
.marker.dark-coral {
  background: #e96d61;
}
.marker.green {
  background: #00b31e;
}
.marker.orange {
  background: #ff7f00;
}
.marker.pink {
  background: #cc0088;
}
.production-descr {
  font-size: 12px;
}
.production-warrings .item {
  margin-bottom: 13px;
  overflow: hidden;
  border-top: #e9e9e9 solid 1px;
  padding: 15px 0 0 0;
}
.production-warrings .item:first-child {
  border-top: none;
  padding-top: 0;
}
.production-warrings .item .icon {
  overflow: hidden;
  max-width: 123px;
  float: left;
  margin: 0 8px 0 -5px;
  margin-top: 0px;
  text-align: right;
  vertical-align: top;
  line-height: 10px;
}
.production-warrings .item .icon [class^="icon-"],
.production-warrings .item .icon [class*=" icon-"] {
  font-size: 16px;
  display: block;
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 5px 5px;
  width: 36px;
  height: 36px;
  vertical-align: baseline;
  background-color: #e9e9e9;
  background-image: url("../img/official/production-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.production-warrings .item .icon .icon-01 {
  background-position: 0px 0px;
}
.production-warrings .item .icon .icon-02 {
  background-position: -38px 0px;
}
.production-warrings .item .icon .icon-03 {
  background-position: 0px -38px;
}
.production-warrings .item .icon .icon-04 {
  background-position: -38px -38px;
}
.production-warrings .item .icon .icon-05 {
  background-position: -76px 0px;
}
.production-warrings .item .icon .icon-06 {
  background-position: -76px -38px;
}
.production-warrings .item .icon .icon-07 {
  background-position: 0px -76px;
}
.production-warrings .item .icon .icon-08 {
  background-position: -38px -76px;
}
.production-warrings .item .icon .icon-09 {
  background-position: -76px -76px;
}
.production-warrings .item .icon .icon-10 {
  background-position: -114px 0px;
}
.production-warrings .item .icon .icon-11 {
  background-position: -114px -38px;
}
.production-warrings .item .icon .icon-12 {
  background-position: -114px -76px;
}
.production-warrings .item .icon .icon-13 {
  background-position: 0px -114px;
}
.production-warrings .item .icon .icon-14 {
  background-position: -38px -114px;
}
.production-warrings .item .icon .icon-15 {
  background-position: -76px -114px;
}
.production-warrings .item .icon .icon-16 {
  background-position: -114px -114px;
}
.production-warrings .item .icon .icon-17 {
  background-position: -152px 0px;
}
.production-warrings .item .icon .icon-18 {
  background-position: -152px -38px;
}
.production-warrings .item .icon .icon-19 {
  background-position: -152px -76px;
}
.production-warrings .item .icon .icon-20 {
  background-position: -152px -114px;
}
.production-warrings .item .icon .icon-21 {
  background-position: 0px -152px;
}
.production-warrings .item .icon .icon-22 {
  background-position: -38px -152px;
}
.production-warrings .item .icon .icon-23 {
  background-position: -76px -152px;
}
.production-warrings .item .icon .icon-24 {
  background-position: -114px -152px;
}
.production-warrings .item .icon .icon-98 {
  background-position: -152px -152px;
}
.production-warrings .item .icon .icon-99 {
  background-position: -190px 0px;
}
.production-warrings .item .production-warring-info {
  overflow: hidden;
}
.production-warrings .item .date {
  color: #5c8297;
  font-weight: bold;
  font-size: 11px;
  line-height: 19px;
}
.production-warrings .item .text {
  font-size: 13px;
  line-height: 21px;
}
.danger-popup {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.55);
  z-index: 2;
}
.danger-popup:after {
  content: "";
  width: 0;
  height: 0;
  border-color: #fff transparent;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  position: absolute;
  left: 13px;
  top: 100%;
  margin: 0px 0 0 0;
}
.danger-popup:before {
  content: "";
  width: 0;
  height: 0;
  border-color: #000 transparent;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  position: absolute;
  left: 13px;
  top: 100%;
  margin: 2px 0 0 0;
  opacity: 0.0028000000000000004;
  filter: alpha(opacity=0.28);
  -webkit-opacity: 0.0028000000000000004;
  -moz-opacity: 0.0028000000000000004;
  -o-opacity: 0.0028000000000000004;
  -moz-opacity: 0.28;
  -khtml-opacity: 0.28;
  -webkit-opacity: 0.28;
  opacity: 0.28;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=28.000000000000004);
  filter: alpha(opacity=28.000000000000004);
}
.danger-popup .danger-popup-close {
  display: block;
  width: 8px;
  height: 8px;
  background: url("../img/official/danger-popup-close.png") no-repeat 0 0;
  position: absolute;
  right: 11px;
  top: 14px;
  cursor: pointer;
}
.danger-popup .danger-place {
  font-size: 14px;
  font-weight: bold;
  padding: 11px 25px 9px 13px;
  min-width: 146px;
  text-align: left;
}
.danger-popup .danger-situation {
  display: block;
  overflow: hidden;
  width: 219px;
  border-top: #e6e6e6 solid 1px;
  padding: 0 13px 0 0;
}
.danger-popup .danger-situation i {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 7px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  background-image: url("../img/official/production-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.danger-popup .danger-situation .icon-01 {
  background-position: 0px 0px;
}
.danger-popup .danger-situation .icon-02 {
  background-position: -38px 0px;
}
.danger-popup .danger-situation .icon-03 {
  background-position: 0px -38px;
}
.danger-popup .danger-situation .icon-04 {
  background-position: -38px -38px;
}
.danger-popup .danger-situation .icon-05 {
  background-position: -76px 0px;
}
.danger-popup .danger-situation .icon-06 {
  background-position: -76px -38px;
}
.danger-popup .danger-situation .icon-07 {
  background-position: 0px -76px;
}
.danger-popup .danger-situation .icon-08 {
  background-position: -38px -76px;
}
.danger-popup .danger-situation .icon-09 {
  background-position: -76px -76px;
}
.danger-popup .danger-situation .icon-10 {
  background-position: -114px 0px;
}
.danger-popup .danger-situation .icon-11 {
  background-position: -114px -38px;
}
.danger-popup .danger-situation .icon-12 {
  background-position: -114px -76px;
}
.danger-popup .danger-situation .icon-13 {
  background-position: 0px -114px;
}
.danger-popup .danger-situation .icon-14 {
  background-position: -38px -114px;
}
.danger-popup .danger-situation .icon-15 {
  background-position: -76px -114px;
}
.danger-popup .danger-situation .icon-16 {
  background-position: -114px -114px;
}
.danger-popup .danger-situation .icon-17 {
  background-position: -152px 0px;
}
.danger-popup .danger-situation .icon-18 {
  background-position: -152px -38px;
}
.danger-popup .danger-situation .icon-19 {
  background-position: -152px -76px;
}
.danger-popup .danger-situation .icon-20 {
  background-position: -152px -114px;
}
.danger-popup .danger-situation .icon-21 {
  background-position: 0px -152px;
}
.danger-popup .danger-situation .icon-22 {
  background-position: -38px -152px;
}
.danger-popup .danger-situation .icon-23 {
  background-position: -76px -152px;
}
.danger-popup .danger-situation .icon-24 {
  background-position: -114px -152px;
}
.danger-popup .danger-situation .icon-98 {
  background-position: -152px -152px;
}
.danger-popup .danger-situation .icon-99 {
  background-position: -190px 0px;
}
.danger-popup .danger-situation .danger-description {
  overflow: hidden;
  line-height: 40px;
}
.danger-popup .danger-situation .danger-description span {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 36px;
}
.danger-popup.short {
  z-index: 1;
  width: 36px;
}
.danger-popup.short .danger-situation-list .danger-situation {
  width: auto;
  padding-right: 0;
}
.danger-popup.short .danger-situation-list .danger-situation i {
  margin-right: 0;
}
.danger-popup.short .danger-situation-list .danger-situation:first-child {
  border-top: none;
}
.danger-popup.short .danger-place,
.danger-popup.short .danger-popup-close,
.danger-popup.short .danger-description {
  display: none;
}
.danger-popup.region:after,
.danger-popup.region:before {
  display: none;
}
.ymaps-point-overlay.z-top {
  z-index: 700 !important;
}
.photo-album-gallery li {
  float: left;
  padding: 15px !important;
  margin: 5px !important;
  background: #e7eef5;
  line-height: 0;
}
.photo-album-gallery li img {
  width: 140px;
  height: 140px;
}
.weather-data th {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
  background: #fff;
  padding: 30px 5px 20px;
}
.weather-data th:first-child {
  text-align: left;
}
.weather-data .border-top td {
  border-top: 1px solid #ced5dc;
}
.weather-data td {
  border: none;
  color: #181818;
  font-size: 13px;
  line-height: 15px;
  padding: 20px 5px;
  text-align: center;
}
.weather-data td.al-left {
  text-align: left;
}
.weather-data td .date {
  margin-bottom: 5px;
  cursor: pointer;
}
.weather-data td .date strong {
  font-size: 16px;
  line-height: 16px;
}
.weather-data td .temp {
  width: 70px;
}
.weather-data td .temp .small {
  font-size: 11px;
  line-height: 11px;
  color: #808080;
}
.weather-data td .temp .big {
  font-size: 20px;
  line-height: 20px;
}
.th-inner {
  width: 730px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid #ced5dc;
}
.weather-swither {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
.weather-swither li {
  float: left;
  width: 80px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  display: block;
}
.weather-swither li strong {
  color: #006a94;
  border-bottom: 1px dotted;
}
.weather-swither li.active {
  background: #e7eef7;
  cursor: default;
}
.weather-swither li.active strong {
  border-bottom: none;
}
.weather-swither li.active:after,
.weather-swither li.active .after {
  width: 0;
  height: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -2px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e7eef7;
}
.weather-swither li:hover {
  background: #e7eef7;
}
.weather-head {
  background: #526a7d;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 30px;
  color: #bacbd8;
  margin-bottom: 20px;
}
.weather-head a.locationHref {
  font-size: 14px;
  color: #b4ecff;
}
.weather-head a.locationHref:hover {
  color: #68d9ff;
}
.weather-head .date-info {
  line-height: 1.5em;
}
.weather-head .white {
  color: #fff;
}
.weather-head .customSelect {
  background: #fff;
  color: #1d2627;
}
.weather-head-tabs {
  padding: 0 15px 0 0;
}
.weather-head-tabs .pull-right {
  height: 57px;
  line-height: 57px;
}
.weather-head-tabs .wh-tabs-head {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 0;
}
.weather-head-tabs .wh-tabs-head .tab-item-head {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 13px;
  cursor: pointer;
  height: 57px;
  padding: 0 20px;
  line-height: 57px;
  vertical-align: middle;
}
.weather-head-tabs .wh-tabs-head .tab-item-head:hover {
  background: #646c73;
}
.weather-head-tabs .wh-tabs-head .tab-item-head.active {
  cursor: default;
  background: #464f56;
}
.weather-head-tabs .wh-tabs-head .tab-item-head.active strong {
  color: #fff;
  border-bottom: none;
}
.weather-head-tabs .wh-tabs-head .tab-item-head strong {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  line-height: 17px;
  color: #b4ecff;
  font-size: 13px;
  border-bottom: #b4ecff dotted 1px;
  position: relative;
}
.federal-districts {
  margin: -20px 0 20px 0;
  padding: 16px 0px 4px 20px;
  background: #464f56;
}
.federal-districts strong {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  line-height: 1.2;
  color: #b4ecff;
  border-bottom: #b4ecff dotted 1px;
  font-size: 13px;
  cursor: pointer;
  margin: 0 25px 11px 0;
}
.federal-districts strong.active {
  color: #fff;
  border-bottom: none;
  cursor: default;
}
.federal-districts strong:hover {
  color: #fff;
  border-color: #fff;
}
.weather-map-block {
  width: 728px;
  height: 458px;
  border: #526a7d solid 1px;
  position: relative;
}
.weather-map-block .loading {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  background: url('../img/official/weather/loading-bg.png');
  border: 1px solid #526a7d;
  color: #fff;
  font-weight: bold;
  z-index: 10;
  text-align: center;
  font-size: 12px;
}
.weather-map-block .loading.active {
  display: block;
}
.weather-placemark {
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  background: #fff;
  border: #526a7d solid 1px;
  padding: 0px 11px 0 7px;
  height: 33px;
  line-height: 26px;
  font-family: Arial;
  color: #526a7d;
  font-weight: bold;
  font-size: 11px;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
}
.weather-placemark:after,
.weather-placemark .after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -5px;
  border-width: 5px 5px 0px;
  border-style: solid;
  border-color: #fff transparent;
}
.weather-placemark:before,
.weather-placemark .before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -6px;
  border-width: 5px 5px 0px;
  border-style: solid;
  border-color: #526a7d transparent;
}
.weather-placemark:hover a .city {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.weather-placemark span {
  position: relative;
  top: 4px;
}
.weather-placemark a {
  color: #006a94;
  margin-left: 4px;
  text-decoration: none !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.weather-placemark a .city {
  display: none;
  text-decoration: underline;
}
.weather-placemark .icon-blue {
  margin: 0 -4px 0 0;
}
.weather-placemark .num17,
.weather-placemark .num7 {
  position: relative;
  top: 2px;
}
.weather-map-block .ymaps-glass-pane {
  background: url("../img/official/y-map-bg-hor.png") repeat-x 0 0, url("../img/official/y-map-bg-vert-bottom.png") repeat-x 0 100%, url("../img/official/y-map-bg-vert-left.png") repeat-y 0 0, url("../img/official/y-map-bg-vert-right.png") repeat-y 100% 0;
}
.weather-info .weather-img {
  overflow: hidden;
  width: 170px;
  margin-right: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.weather-info .weather-img .text {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 15px;
  float: left;
  width: 95px;
}
.weather-info .temperature {
  width: 145px;
  vertical-align: top;
  margin: 15px 12px 0 0;
  font-size: 12px;
  line-height: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.weather-info .temperature .big {
  font-size: 38px;
  line-height: 38px;
}
.weather-info .descr {
  margin: 15px 0 0 0;
  vertical-align: top;
  font-size: 12px;
  line-height: 15px;
  width: 375px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.weather-info .descr .title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}
.concats-block dl {
  border-top: 1px solid #c0cddc;
  padding-top: 1em;
}
.concats-block dl:first-child {
  border-top: none;
  padding-top: 0;
}
.climate-legend {
  font-size: 14px;
  font-weight: normal;
}
.climate-legend .day {
  margin-left: 20px;
}
.climate-legend .day:before,
.climate-legend .day .before {
  content: "";
  width: 10px;
  height: 10px;
  background: #c1a076;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
}
.climate-legend .night {
  margin-left: 30px;
}
.climate-legend .night:before,
.climate-legend .night .before {
  content: "";
  width: 10px;
  height: 10px;
  background: #6d889e;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
}
.press-main {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
  overflow: hidden;
}
.press-main.border-bottom:after,
.press-main.border-bottom:before,
.press-main.border-bottom .after,
.press-main.border-bottom .before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  width: 355px;
  background: #ced5dc;
  left: 0px;
}
.press-main.border-bottom:after,
.press-main.border-bottom .after {
  left: 375px;
}
.press-main .caption {
  font-size: 24px;
  line-height: 24px;
  color: #2d353c;
  margin-left: 20px;
  text-decoration: none;
}
.press-main .caption:hover {
  color: #6f8293;
}
.press-main > .in {
  overflow: hidden;
  height: 209px;
  margin-top: 13px;
}
.press-main > .lcol {
  width: 355px;
  float: left;
  margin-right: 20px;
}
.press-main > .rcol {
  width: 355px;
  float: left;
}
.press-main .item {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.press-main .item:first-child {
  margin-left: 0;
}
.press-main .item .topLine {
  position: absolute;
  width: 100%;
  height: 10px;
  background: #cfd9de;
  top: 5px;
  z-index: 1;
}
.press-main .item .date {
  padding: 0 5px;
  position: absolute;
  margin: 0px 15px 0 20px;
  color: #8fa6ad;
  z-index: 2;
  background: #fff;
}
.press-main .item .title {
  margin: 40px 0px 20px 20px;
}
.press-main .item .title a {
  text-decoration: none;
  display: block;
}
.press-main .item .bottomLine {
  background: #cfd9de;
  height: 11px;
  width: 245px;
  position: absolute;
  bottom: 0;
}
.back-to-old-site {
  background: #e2eaf3;
}
.back-to-old-site .bs-inner {
  max-width: 1275px;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  position: relative;
  color: #464f56;
  background: url("../img/official/bs-close-a.png") -1000px -1000px no-repeat;
}
.back-to-old-site .bs-inner .bs-text {
  padding: 10px 210px 9px 20px;
  position: relative;
}
.back-to-old-site .bs-inner a {
  text-decoration: none;
}
.back-to-old-site .bs-inner .hide-bs-block {
  position: absolute;
  right: 51px;
  top: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 20px 0 0;
  background: url("../img/official/bs-close.png") 100% 5px no-repeat;
}
.back-to-old-site .bs-inner .hide-bs-block:hover {
  background: url("../img/official/bs-close-a.png") 100% 5px no-repeat;
}
.foot-old-site {
  font-size: 12px;
  font-weight: bold;
}
.foot-old-site a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url("../img/official/reload-ico.png") 0 3px no-repeat;
  padding: 0 0 0 22px;
}
.recovery {
  padding: 0 0 30px;
}
.jcarousel-skin-tango {
  margin-top: 24px;
}
.body .rCol .to-left-side {
  right: 0;
  margin-left: 270px;
}
html body .rCol .table-link {
  display: block;
  background: url("../img/official/table-link-a.png") 15px 17px no-repeat #e7eef5;
  border: 1px solid #cedae6;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.65;
  padding: 12px 10px 11px 42px;
  margin: 0 0 14px;
}
html body .rCol .table-link span {
  background: url("../img/official/table-link-b.png") 100% 100% no-repeat;
  padding: 0 25px 0 0;
}
html body .rCol .table-link span em {
  font-style: normal;
  border-bottom: 1px dotted #31698a;
}
.filters {
  padding: 20px;
  border: 1px solid #cedae6;
  background: #e7eef5;
  margin-bottom: 20px;
  margin-top: 10px;
}
.filters strong {
  font-size: 13px;
}
.filters select {
  width: 170px;
}
.filters .customSelect {
  background: #fff;
}
.print-tel {
  display: none;
}
.tooltip {
  color: #006a94;
  border-bottom: dotted 1px;
  cursor: pointer;
  position: relative;
}
.tooltip .tooltip-popup {
  display: none;
}
.tooltip-popup {
  position: absolute;
  z-index: 10;
  width: 380px;
  padding: 21px;
  font-size: 13px;
  line-height: 17px;
  color: #1d2627;
  background: #e7eef5;
}
.tooltip-popup:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-color: #e7eef5 transparent;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: 0 0 0 -8px;
}
.tooltip-popup .tooltip-head {
  display: block;
  font-weight: bold;
  margin: 0 0 7px;
}
input,
textarea {
  padding: 5px 2px 3px 7px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  border: 1px solid #ced9e4;
}
input:-moz-placeholder {
  color: #6c6c6c;
}
::-webkit-input-placeholder {
  color: #6c6c6c;
}
::-moz-placeholder {
  color: #6c6c6c;
}
.placeholder {
  color: #6c6c6c;
}
input[type="search"]:-moz-placeholder {
  font-style: italic;
}
input[type="search"]::-webkit-input-placeholder {
  font-style: italic;
}
input[type="search"]::-moz-placeholder {
  font-style: italic;
}
input.datepicker {
  background: url('../images/date.png') 95% 50% no-repeat;
}
.input-append {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.input-append input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  float: left;
}
.input-append input + .btn {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  border: 1px solid #d4d4d4;
  padding: 4px 7px 1px 7px;
  float: left;
}
fieldset {
  position: relative;
}
form:not(#foo) fieldset input[type='radio'],
form:not(#foo) fieldset input[type='checkbox'] {
  opacity: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
form:not(#foo) fieldset input[type='checkbox'] + label {
  margin: 0 0 0 -16px;
  clear: none;
  padding: 5px 0 4px 24px;
  cursor: pointer;
  background: url('../img/official/forms/checkbox.png') left center no-repeat;
}
form:not(#foo) fieldset input[type='checkbox']:hover + label {
  background-image: url('../img/official/forms/checkbox_hover.png');
}
form:not(#foo) fieldset input[type='checkbox']:checked + label {
  background-image: url('../img/official/forms/checkbox_check.png');
}
form:not(#foo) fieldset input[type='checkbox']:checked:hover + label {
  background-image: url('../img/official/forms/checkbox_check_hover.png');
}
button.submit {
  background: #4f7b96;
  font-weight: bold;
  color: #fff;
  padding: 6px 13px;
}
button.submit:hover {
  background: #4598cc;
}
button.reset {
  background: url('../img/official/forms/reset.png') 0 50% no-repeat;
  padding-left: 15px;
}
button.reset span {
  border-bottom: 1px dotted;
  display: block;
}
.customSelect {
  line-height: 21px;
}
.hasCustomSelect {
  cursor: pointer;
}
span.customSelect {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 10px;
  border: 1px solid #aec0d3;
}
.customSelectInner {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 4px 20px 4px 0;
  background: url('../img/official/forms/select-arrow.png') 100% 50% no-repeat;
}
.location-form fieldset.disabled .customSelect {
  background: #eef3f7;
  opacity: 0.6;
}
#personal-data,
.form {
  width: 690px;
  background: #e7eef5;
  padding: 20px;
  margin-bottom: 3em;
}
#personal-data h2 .descr,
.form h2 .descr {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  line-height: 1em;
  font-weight: normal;
}
#personal-data .file,
.form .file {
  overflow: hidden;
  position: relative;
}
#personal-data .file a,
.form .file a {
  text-decoration: none;
}
#personal-data .file button,
.form .file button {
  border: 1px solid #aec0d3;
  font-weight: bold;
  color: #2f5f91;
  padding: 0.5em 1em;
  cursor: pointer;
}
#personal-data .file i,
.form .file i {
  vertical-align: middle;
}
#personal-data .file .error,
.form .file .error {
  margin-top: 10px;
  color: #dc0000;
}
#personal-data .file .lcol,
.form .file .lcol {
  width: 275px;
  float: left;
  position: relative;
  margin-bottom: -1000px;
  padding-bottom: 1000px;
  border-right: 1px solid #aec0d3;
  text-align: center;
  padding-top: 30px;
  z-index: 1;
}
#personal-data .file .lcol strong,
.form .file .lcol strong {
  font-size: 14px;
}
#personal-data .file .rcol,
.form .file .rcol {
  padding-left: 295px;
  position: relative;
}
#personal-data .file .rcol p,
.form .file .rcol p {
  margin-bottom: 0;
}
#personal-data fieldset,
.form fieldset {
  margin-bottom: 25px;
}
#personal-data fieldset.small,
.form fieldset.small {
  margin-left: 40px;
  vertical-align: top;
}
#personal-data fieldset:first-child,
.form fieldset:first-child {
  margin-left: 0;
}
#personal-data fieldset .error,
.form fieldset .error {
  display: none;
  position: absolute;
}
#personal-data fieldset.valid,
.form fieldset.valid {
  color: #008c00;
}
#personal-data fieldset.valid input,
.form fieldset.valid input {
  border-color: #008c00;
  background: #ffffff url('../img/official/ok.png') 98% 50% no-repeat;
}
#personal-data fieldset.invalid,
.form fieldset.invalid {
  color: #dc0000;
}
#personal-data fieldset.invalid .error,
.form fieldset.invalid .error {
  display: block;
}
#personal-data fieldset.invalid input,
.form fieldset.invalid input {
  border-color: #dc0000;
  background: #ffffff url('../img/official/stop.png') 98% 50% no-repeat;
}
#personal-data label strong,
.form label strong {
  font-weight: bold;
  font-size: 14px;
}
#personal-data label .descr,
.form label .descr {
  color: #7e8489;
}
#personal-data input,
.form input,
#personal-data textarea,
.form textarea {
  padding-right: 30px;
  background: #fff;
}
#personal-data .submit,
.form .submit {
  font-weight: bold;
  color: #fff;
  background: #4f7b96;
}
.messageReturn {
  padding: 20px;
  border: 1px solid #aec0d3;
  background: #e7eef5;
  overflow: hidden;
  margin-bottom: 40px;
}
.messageReturn .lcol {
  width: 40px;
  float: left;
  position: relative;
  margin-bottom: -1000px;
  padding-bottom: 1000px;
  z-index: 1;
  padding: 20px;
}
.messageReturn .lcol strong {
  font-size: 14px;
}
.messageReturn .rcol {
  padding-left: 110px;
  position: relative;
}
#search-form {
  width: 690px;
  background: #e7eef5;
  padding: 20px;
  margin-bottom: 3em;
}
#search-form h2 .descr {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  line-height: 1em;
  font-weight: normal;
}
#search-form .file {
  overflow: hidden;
  position: relative;
}
#search-form .file a {
  text-decoration: none;
}
#search-form .file button {
  border: 1px solid #aec0d3;
  font-weight: bold;
  color: #2f5f91;
  padding: 0.5em 1em;
  cursor: pointer;
}
#search-form .file i {
  vertical-align: middle;
}
#search-form .file .error {
  margin-top: 10px;
  color: #dc0000;
}
#search-form .file .lcol {
  width: 275px;
  float: left;
  position: relative;
  margin-bottom: -1000px;
  padding-bottom: 1000px;
  border-right: 1px solid #aec0d3;
  text-align: center;
  padding-top: 30px;
  z-index: 1;
}
#search-form .file .lcol strong {
  font-size: 14px;
}
#search-form .file .rcol {
  padding-left: 295px;
  position: relative;
}
#search-form .file .rcol p {
  margin-bottom: 0;
}
#search-form fieldset {
  margin-bottom: 25px;
}
#search-form fieldset.small {
  margin-left: 40px;
  vertical-align: top;
}
#search-form fieldset:first-child {
  margin-left: 0;
}
#search-form fieldset .error {
  display: none;
  position: absolute;
}
#search-form fieldset.valid {
  color: #008c00;
}
#search-form fieldset.valid input {
  border-color: #008c00;
  background: #ffffff url('../img/official/ok.png') 98% 50% no-repeat;
}
#search-form fieldset.invalid {
  color: #dc0000;
}
#search-form fieldset.invalid .error {
  display: block;
}
#search-form fieldset.invalid input {
  border-color: #dc0000;
  background: #ffffff url('../img/official/stop.png') 98% 50% no-repeat;
}
#search-form label strong {
  font-weight: bold;
  font-size: 14px;
}
#search-form label .descr {
  color: #7e8489;
}
#search-form input,
#search-form textarea {
  padding-right: 30px;
  background: #fff;
}
#search-form .submit {
  font-weight: bold;
  color: #fff;
  background: #4f7b96;
}
#search-form .customSelect {
  background: #fff;
}
#search-form #search-data {
  margin-right: 15px;
}
#search-form fieldset {
  margin-bottom: 0;
}
#search-form .switcher a {
  padding: 0.3em 0.7em;
}
#search-form .switcher a.active {
  font-weight: bold;
  background: #ccd7e2;
}
#search-form .switcher a.active .dotted {
  border-bottom: none;
}
#search-form .checkbox {
  vertical-align: middle;
}
#search-form input.date {
  width: 80px;
  background: #ffffff url('../img/official/date.png') 90% 50% no-repeat !important;
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.center {
  text-align: center;
}
.red {
  color: #ee3124;
}
.dotted {
  border-bottom: 1px dotted;
}
.nostrong {
  font-weight: normal !important;
}
.highlight {
  background-color: #ccd7e2;
  font-weight: bold;
  padding: 0 3px;
}
.textColor {
  color: #1d2627;
}
.textBlue {
  color: #49549a;
}
.textBig {
  font-size: 18px;
  line-height: 24px;
}
.smallText {
  font-size: 0.85em;
}
.baseText {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  color: #1d2627;
}
.vtop {
  vertical-align: top !important;
}
.vmid {
  vertical-align: middle !important;
}
a,
a:link,
a:visited,
a:active {
  color: #006a94;
  text-decoration: none;
}
a:hover {
  color: #4598cc;
  text-decoration: none;
}
a[target="_blank"] {
  padding-right: 15px;
}
a[target="_blank"]:after,
a[target="_blank"] .after {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  content: "";
  width: 9px;
  height: 9px;
  background: url('../img/official/_blank.png') 0 0 no-repeat;
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
}
a[target="_blank"].block-link:after,
a[target="_blank"].block-link .after {
  display: none;
  content: none;
  background: url('../img/official/zero.gif') 0 0 no-repeat;
}
a.more-info-map-link {
  padding-right: 0;
}
a.more-info-map-link:after,
a.more-info-map-link .after {
  display: none !important;
}
.button,
.button:link,
.button:visited,
.button:active {
  cursor: pointer;
}
.span1 {
  width: 100%;
}
.span2 {
  width: 50%;
}
.span3 {
  width: 33.3%;
}
.span4 {
  width: 25%;
}
.span5 {
  width: 20%;
}
.span6 {
  width: 16.6%;
}
html,
body {
  height: 100%;
}
body {
  color: #1d2627;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
}
.container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.container > .wrapper {
  padding: 0;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  min-width: 1000px;
}
.container > .wrapper > .crossbar {
  width: 1000px;
  height: 1px;
}
.container > .wrapper > .body .mainMenu {
  background: #464f56;
  position: relative;
  z-index: 2;
  height: 53px;
  padding: 0 20px;
}
.container > .wrapper > .body .mainMenu .in {
  max-width: 1275px;
  margin: 0 auto;
  position: relative;
}
.container > .wrapper > .body .mainMenu ul {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.container > .wrapper > .body .mainMenu ul li {
  color: #ffffff;
  font-weight: bold;
  float: left;
  position: relative;
}
.container > .wrapper > .body .mainMenu ul li.right {
  position: static;
}
.container > .wrapper > .body .mainMenu ul li.right .secondMenu {
  right: 250px;
  left: auto;
}
.container > .wrapper > .body .mainMenu ul li.active {
  background: #1e252a;
}
.container > .wrapper > .body .mainMenu ul li.active span {
  color: #9ba1a5;
}
.container > .wrapper > .body .mainMenu ul li:hover {
  background: #646c73;
}
.container > .wrapper > .body .mainMenu ul li a.level-1,
.container > .wrapper > .body .mainMenu ul li span {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 16px 20px 16px 20px;
}
.container > .wrapper > .body .mainMenu ul li .home {
  display: block;
  color: #ffffff;
  padding: 16px 20px 15px 20px;
}
.container > .wrapper > .body .mainMenu ul li span.home {
  background: #1e252a;
  height: 22px;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 460px;
  background: #646c73;
  z-index: 11;
  overflow: hidden;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu.infoAdd {
  width: 750px;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu ul {
  float: left;
  list-style: none;
  width: 460px;
  margin: 0;
  padding: 5px 0 15px 0;
  text-align: left;
  z-index: 9;
  border-right: 1px solid #7d8a94;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li {
  float: none;
  padding: 0 25px 0 32px;
  font-size: 10px;
  border: none;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li:hover {
  border-color: #6f92ae;
  background-color: #6f92ae;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li a,
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li span {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-top: 1px solid #7d8a94;
  border-bottom: 1px solid #7d8a94;
  margin-top: -1px;
  margin-bottom: -1px;
  background: none;
  padding: 6px 0;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li a.active,
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li span.active {
  color: #ccc;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li a:hover,
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li span:hover {
  border-top: 1px solid #6f92ae;
  border-bottom: 1px solid #6f92ae;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li a:first-child,
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li span:first-child {
  border-top: none;
  margin-top: 0px;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li:before,
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li .before {
  display: none;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li:last-child a,
.container > .wrapper > .body .mainMenu ul li .secondMenu ul li:last-child span {
  border-bottom: none;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu ul.active {
  display: block;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu .map {
  float: left;
  padding: 20px;
  width: 249px;
  border-left: 1px solid #7d8a94;
  margin-left: -1px;
  color: #fff;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu .map .mapImg {
  margin: 1em 0;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu .map img {
  max-width: 245px;
}
.container > .wrapper > .body .mainMenu ul li .secondMenu .map:hover {
  background-color: #6f92ae;
}
.container > .wrapper > .body .secondMenu {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 18px;
}
.container > .wrapper > .body .secondMenu h3 {
  margin: 0 0 10px 20px;
  font-size: 23.400000000000002px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 37.800000000000004px;
  font-weight: normal;
}
.container > .wrapper > .body .secondMenu a {
  text-decoration: none;
  display: block;
}
.container > .wrapper > .body .secondMenu ul > li.active > span > a {
  color: #1d2627;
}
.container > .wrapper > .body .secondMenu ul > li span {
  font-weight: bold;
}
.container > .wrapper > .body .secondMenu ul > li > ul span {
  font-weight: normal;
}
.container > .wrapper > .body .secondMenu ul {
  margin: 0 0 0 10px;
  list-style: none;
  padding-left: 0;
}
.container > .wrapper > .body .secondMenu ul li > span {
  display: block;
  padding: 6px 0px 6px 10px;
}
.container > .wrapper > .body .secondMenu ul li.active > span {
  background: #e7eef5;
}
.container > .wrapper > .body .secondMenu ul li.active > span a {
  color: #006a94;
}
.container > .wrapper > .body .secondMenu ul li.active > span a:hover {
  color: #4598cc;
}
.container > .wrapper > .body .secondMenu ul li ul {
  margin-left: 10px;
  border-left: 2px solid #c7d2dd;
}
.container > .wrapper > .body .secondMenu ul li ul li {
  padding-left: 10px;
  position: relative;
  margin-left: -2px;
}
.container > .wrapper > .body .secondMenu ul li ul li:after,
.container > .wrapper > .body .secondMenu ul li ul li .after {
  height: 2px;
  width: 10px;
  background: #c7d2dd;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
}
.container > .wrapper > .body .secondMenu ul li ul li:last-child {
  border-left: 2px solid #fff;
}
.container > .wrapper > .body .secondMenu ul li ul li:last-child:before,
.container > .wrapper > .body .secondMenu ul li ul li:last-child .before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 15px;
  background: #c7d2dd;
  top: 0;
  left: -2px;
}
.container > .wrapper > .body .secondMenu ul li ul li ul {
  color: #898989;
  border-left: 1px solid #c7d2dd;
}
.container > .wrapper > .body .secondMenu ul li ul li ul li {
  font-size: 12px;
  line-height: 16px;
  margin-left: -1px;
}
.container > .wrapper > .body .secondMenu ul li ul li ul li > span {
  padding: 2px 10px;
}
.container > .wrapper > .body .secondMenu ul li ul li ul li:after,
.container > .wrapper > .body .secondMenu ul li ul li ul li .after {
  height: 1px;
  top: 9px;
}
.container > .wrapper > .body .secondMenu ul li ul li ul li:last-child {
  border-left: 1px solid #fff;
}
.container > .wrapper > .body .secondMenu ul li ul li ul li:last-child:before,
.container > .wrapper > .body .secondMenu ul li ul li ul li:last-child .before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 10px;
  background: #c7d2dd;
  top: 0;
  left: -1px;
}
.container > .wrapper > .body .mainRow {
  margin: 30px auto 0;
  padding: 0 20px;
  max-width: 1275px;
  position: relative;
  z-index: 1;
}
.container > .wrapper > .body .lCol {
  width: 245px;
  float: left;
  margin-right: 25px;
}
.container > .wrapper > .body .lCol .banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  width: 245px;
}
.container > .wrapper > .body .lCol .banner .descr {
  position: absolute;
  width: 100%;
  background: #358659;
  color: #fff;
  font-size: 15.6px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 25.2px;
  font-weight: bold;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.container > .wrapper > .body .lCol .banner .descr .in {
  padding: 4px 10px;
}
.container > .wrapper > .body .rCol {
  margin-left: -245px;
  padding-left: 245px;
}
.container > .wrapper > .body .rCol > .in {
  margin-left: 245px;
  overflow: hidden;
}
.container > .footer {
  margin: 0 auto;
  padding-bottom: 25px;
  min-width: 1000px;
  background: #f4f8f9;
  position: relative;
}
.container > .footer .twitter {
  padding-left: 20px;
  background: url('../img/official/twitter.png') 0 1px no-repeat;
}
.container > .footer > .in {
  margin: 20px auto 0;
  padding: 0 20px;
  max-width: 1275px;
}
.container > .footer > .top-line {
  background: #cbdee2;
  height: 5px;
  content: "";
}
.container > .footer a {
  font-size: 12px;
}
.container > .footer .span4 {
  margin-left: -1px;
}
.container > .footer .span4:first-child {
  margin-left: 0;
}
.container > .footer .rubrics {
  margin: 0 8% 25px;
  color: #485560;
}
.container > .footer .rubrics:first-child {
  margin-left: 20px;
}
.container > .footer .rubrics .title {
  display: block;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 3px solid #cbdee2;
  font-size: 14px;
}
.container > .footer .rubrics .hr {
  border-top: 1px solid #c1cfd2;
  margin: 1em 0;
  padding: 0;
  width: 100%;
  line-height: 0;
}
.container > .footer .rubrics i {
  vertical-align: top;
}
.container > .footer .copyright {
  overflow: hidden;
  border-top: 1px solid #c1cfd2;
  padding: 25px 0 0;
  margin-bottom: 0;
  color: #9fb8c2;
  line-height: 0;
}
.container > .footer .copyright .text {
  margin-left: 20px;
}
.container > .footer .copyright .banners {
  float: left;
  margin-left: 20px;
  width: 230px;
}
.container > .footer .copyright .update {
  float: left;
  margin-left: 20px;
}
.container > .footer .copyright .span2,
.container > .footer .copyright .span4 {
  line-height: 21px;
}
@media screen and (max-width: 1054px) {
  .container > .wrapper > .body .head {
    padding: 0;
  }
  .container > .wrapper > .body .head .logo {
    left: 17px;
  }
  .container > .wrapper > .body .mainMenu {
    padding: 0;
  }
  .container > .wrapper > .body .mainRow {
    padding: 0;
  }
  .container > .wrapper > .body .footer .in {
    padding: 0;
  }
}
