/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 *  * 1. Set default font family to sans-serif.
 *   * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    *    without disabling user zoom.
 *     */
@font-face {
  font-family: 'Open Sans Thin';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/fonts/OpenSans-Thin.woff2) format('woff2'), url(/fonts/OpenSans-Thin.woff) format('woff'); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(/fonts/OpenSans.woff2) format('woff2'), url(/fonts/OpenSans.woff) format('woff'); }

@font-face {
  font-family: 'Open Sans Title';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/fonts/OpenSans-Title.woff2) format('woff2'), url(/fonts/OpenSans-Title.woff) format('woff'); }

html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /**
 *  * Remove default margin.
 *   */ }

body {
  margin: 0;
  /* HTML5 display definitions
 *    ========================================================================== */
  /**
 *  * Correct `block` display not defined for any HTML5 element in IE 8/9.
 *   * Correct `block` display not defined for `details` or `summary` in IE 10/11
 *    * and Firefox.
 *     * Correct `block` display not defined for `main` in IE 11.
 *      */ }

.serif *{
	font-family: "Times New roman", serif !important;
}
.sans-serif *{
	font-family: "Arial", sans-serif !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  /**
 *  * 1. Correct `inline-block` display not defined in IE 8/9.
 *   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 *    */ }

audio, canvas, progress, video {
  /* 1 */
  display: inline-block;
  /* 2 */
  vertical-align: baseline;
  /**
 *  * Prevent modern browsers from displaying `audio` without controls.
 *   * Remove excess height in iOS 5 devices.
 *    */ }

audio:not([controls]) {
  display: none;
  height: 0;
  /**
 *  * Address `[hidden]` styling not present in IE 8/9/10.
 *   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 *    */ }

[hidden], template {
  display: none;
  /* Links
 *    ========================================================================== */
  /**
 *  * Remove the gray background color from active links in IE 10.
 *   */ }

a {
  background-color: transparent;
  /**
 *  * Improve readability of focused elements when they are also in an
 *   * active/hover state.
 *    */ }

a:active, a:hover {
  outline: 0;
  /* Text-level semantics
 *    ========================================================================== */
  /**
 *  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 *   */ }

abbr[title] {
  border-bottom: 1px dotted;
  /**
 *  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 *   */ }

b, strong {
  font-weight: bold;
  /**
 *  * Address styling not present in Safari and Chrome.
 *   */ }

dfn {
  font-style: italic;
  /**
 *  * Address variable `h1` font-size and margin within `section` and `article`
 *   * contexts in Firefox 4+, Safari, and Chrome.
 *    */ }

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  /**
 *  * Address styling not present in IE 8/9.
 *   */ }

mark {
  background: #ff0;
  color: #000;
  /**
 *  * Address inconsistent and variable font size in all browsers.
 *   */ }

small {
  font-size: 80%;
  /**
 *  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 *   */ }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em;
  /* Embedded content
 *    ========================================================================== */
  /**
 *  * Remove border when inside `a` element in IE 8/9/10.
 *   */ }

img {
  border: 0;
  /**
 *  * Correct overflow not hidden in IE 9/10/11.
 *   */ }

svg:not(:root) {
  overflow: hidden;
  /* Grouping content
 *    ========================================================================== */
  /**
 *  * Address margin not present in IE 8/9 and Safari.
 *   */ }

figure {
  margin: 1em 40px;
  /**
 *  * Address differences between Firefox and other browsers.
 *   */ }

hr {
  box-sizing: content-box;
  height: 0;
  /**
 *  * Contain overflow in all browsers.
 *   */ }

pre {
  overflow: auto;
  /**
 *  * Address odd `em`-unit font size rendering in all browsers.
 *   */ }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
  /* Forms
 *    ========================================================================== */
  /**
 *  * Known limitation: by default, Chrome and Safari on OS X allow very limited
 *   * styling of `select`, unless a `border` property is set.
 *    */
  /**
 *  * 1. Correct color not being inherited.
 *   *    Known issue: affects color of disabled elements.
 *    * 2. Correct font properties not being inherited.
 *     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 *      */ }

button, input, optgroup, select, textarea {
  /* 1 */
  color: inherit;
  /* 2 */
  font: inherit;
  /* 3 */
  margin: 0; }

button:focus, input:focus, textarea:focus, select:focus {
  outline: none;
  /**
 *  * Address `overflow` set to `hidden` in IE 8/9/10/11.
 *   */ }

button {
  overflow: visible;
  /**
 *  * Address inconsistent `text-transform` inheritance for `button` and `select`.
 *   * All other form control elements do not inherit `text-transform` values.
 *    * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 *     * Correct `select` style inheritance in Firefox.
 *      */ }

button, select {
  text-transform: none;
  /**
 *  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *   *    and `video` controls.
 *    * 2. Correct inability to style clickable `input` types in iOS.
 *     * 3. Improve usability and consistency of cursor style between image-type
 *      *    `input` and others.
 *       */ }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 2 */
  -webkit-appearance: button;
  /* 3 */
  cursor: pointer;
  /**
 *  * Re-set default cursor for disabled elements.
 *   */ }

button[disabled], html input[disabled] {
  cursor: default;
  /**
 *  * Remove inner padding and border in Firefox 4+.
 *   */ }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
  /**
 *  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 *   * the UA stylesheet.
 *    */ }

input {
  line-height: normal;
  /**
 *  * It's recommended that you don't attempt to style these elements.
 *   * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *    *
 *     * 1. Address box sizing set to `content-box` in IE 8/9/10.
 *      * 2. Remove excess padding in IE 8/9/10.
 *       */ }

input[type="checkbox"], input[type="radio"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
  margin-right: 0.5em;
  /**
 *  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 *   * `font-size` values of the `input`, it causes the cursor style of the
 *    * decrement button to change from `default` to `text`.
 *     */ }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /**
 *  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 *   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 *    */ }

input[type="search"] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  box-sizing: content-box;
  /**
 *  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 *   * Safari (but not Chrome) clips the cancel button when the search input has
 *    * padding (and `textfield` appearance).
 *     */ }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /**
 *  * Define consistent border, margin, and padding.
 *   */ }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  /**
 *  * 1. Correct `color` not being inherited in IE 8/9/10/11.
 *   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 *    */ }

legend {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
  /**
 *  * Remove default vertical scrollbar in IE 8/9/10/11.
 *   */ }

textarea {
  overflow: auto;
  /**
 *  * Don't inherit the `font-weight` (applied by a rule above).
 *   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 *    */ }

optgroup {
  font-weight: bold;
  /* Tables
 *    ========================================================================== */
  /**
 *  * Remove most spacing between table cells.
 *   */ }

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

td, th {
  padding: 0; }

.grid-4 {
  letter-spacing: -0.36em;
  font-size: 0; }
  .grid-4 .col-1 {
    *display: inline;
    *zoom: 1;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 13px;
    width: 240px;
    max-width: 100%;
    position: relative; }
    .grid-4 .col-1 > img {
      vertical-align: middle; }
  .grid-4 .col-2 {
    *display: inline;
    *zoom: 1;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 13px;
    width: 480px;
    max-width: 100%;
    position: relative; }
    .grid-4 .col-2 > img {
      vertical-align: middle; }
  .grid-4 .col-3 {
    *display: inline;
    *zoom: 1;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 13px;
    width: 720px;
    max-width: 100%;
    position: relative; }
    .grid-4 .col-3 > img {
      vertical-align: middle; }
  .grid-4 .col-4 {
    *display: inline;
    *zoom: 1;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 13px;
    width: 960px;
    max-width: 100%;
    position: relative; }
    .grid-4 .col-4 > img {
      vertical-align: middle; }
  .grid-4.cell-2 > .col-1 {
	  height: 480px; }
  .grid-4.cell-2.open-menu>.col-1 {
		height: auto;
		min-height: 480px;
	}
    .grid-4.cell-2 > .col-2 {
      height: 480px; }
    .grid-4.cell-2 > .col-3 {
      height: 480px; }
  .grid-4 .grid-3 {
    max-width: 720px;
    letter-spacing: -0.36em;
    font-size: 0; }
    .grid-4 .grid-3 .col-1 {
      *display: inline;
      *zoom: 1;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      font-size: 13px;
      width: 240px;
      max-width: 100%;
      position: relative; }
      .grid-4 .grid-3 .col-1 > img {
        vertical-align: middle; }
    .grid-4 .grid-3 .col-2 {
      *display: inline;
      *zoom: 1;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      font-size: 13px;
      width: 480px;
      max-width: 100%;
      position: relative; }
      .grid-4 .grid-3 .col-2 > img {
        vertical-align: middle; }
    .grid-4 .grid-3 .col-3 {
      *display: inline;
      *zoom: 1;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      font-size: 13px;
      width: 720px;
      max-width: 100%;
      position: relative; }
      .grid-4 .grid-3 .col-3 > img {
        vertical-align: middle; }
    .grid-4 .grid-3.cell-2 > .col-1 {
      height: 480px; }
      .grid-4 .grid-3.cell-2 > .col-2 {
        height: 480px; }

form.wide label {
  display: block;
  margin: 0; }

label {
  *display: inline;
  *zoom: 1;
  display: inline-block;
  vertical-align: top; }
  label + label {
    margin-left: 40px; }
  label p {
    margin-bottom: 0.5em;
	margin-top: 1em; }

select, textarea, input[type="text"], input[type="email"], input[type="password"] {
  box-sizing: border-box;
  border: 1px solid #ededed;
  background: #ededed;
  height: 40px;
  width: 100%;
  max-width: 360px;
  min-width: 190px; }
textarea[name="data[new][appeal]"] {
  height: 240px;} 
  select.value, textarea.value, input[type="text"].value, input[type="email"].value, input[type="password"].value {
    background: #fff;
    border: 1px solid #ededed; }
  select.center, textarea.center, input[type="text"].center, input[type="email"].center, input[type="password"].center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  select:invalid:focus, textarea:invalid:focus, input[type="text"]:invalid:focus, input[type="email"]:invalid:focus, input[type="password"]:invalid:focus {
    border: 1px solid #f16670; }

select, input[type="text"], input[type="email"], input[type="password"] {
  padding: 0 0 0 20px;
  line-height: 40px;
  height: 40px; }

textarea {
  padding: 10px 10px 10px 20px; }

.icon {
  padding-left: 26px;
  position: relative; }
  .icon:before {
    background-image: url(/img/sprite.png);
    height: 16px;
    width: 16px;
    content: "";
    position: absolute;
    left: 0;
    top: 1px; }
  .icon.icon-round:before {
    top: calc(50% - 8px);
    z-index: 2; }
    .icon.icon-round:after {
      background-color: #faf36b;
      height: 20px;
      width: 20px;
      content: "";
      position: absolute;
      left: -2px;
      top: calc(50% - 10px);
      z-index: 1;
      border-radius: 50%; }
    .icon.icon-round.icon-tail:before {
      left: 10px; }
      .icon.icon-round.icon-tail:after {
        left: 8px; }

.icon-pen:before {
  background-position: 0px 0; }

.icon-hat:before {
  background-position: -16px 0; }

.icon-lens:before {
  background-position: -32px 0; }

.icon-plot:before {
  background-position: -48px 0; }

.icon-clock:before {
  background-position: -64px 0; }

.icon-sun:before {
  background-position: -80px 0; }

.icon-bell:before {
  background-position: -96px 0; }

.icon-comp:before {
  background-position: -112px 0; }

.icon-help:before {
  background-position: -128px 0; }

.icon-comm:before {
  background-position: -144px 0; }

.icon-book:before {
  background-position: -160px 0; }

.icon-sput:before {
  background-position: -176px 0; }

.icon-new:before {
  background: none; }
  .icon-new img {
    margin: 0 10px 0 -25px;
    display: inline-block; }

.icon-case:before {
  background-position: 0px -16px; }

.icon-admn:before {
  background-position: -16px -16px; }

.icon-done:before {
  background-position: -32px -16px; }

.icon-print:before {
  background-position: -48px -16px; }

.icon-blank:before {
  background-position: -64px -16px; }

.icon-zip:before {
  background-position: -80px -16px; }

.icon-pdf:before {
  background-position: -96px -16px; }

.icon-doc:before {
  background-position: -112px -16px; }

.icon-cross:before {
  background-position: -128px -16px; }

.icon-ffive:before {
  background-position: -144px -16px; }

.icon-place:before {
  background-position: 0px -32px; }

.icon-phone:before {
  background-position: -16px -32px; }

.icon-email:before {
  background-position: -32px -32px; }

.icon-drop-open:before {
  background-position: 0px -48px; }

.icon-drop-close:before {
  background-position: -16px -48px; }

.icon-att:before {
  background-position: -32px -48px; }

.icon-arr:before {
  background-position: -48px -48px; }

.icon-rra:before {
  background-position: -64px -48px; }

html, body {
  font-size: 13px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #ededed;
  background-size: cover; }

img {
  max-width: 100%; }

a[href] {
  text-decoration: none;
  color: inherit;
  transition-property: color;
  transition-duration: 0.3s; }
  a[href]:hover {
    color: #0aa0a0; }
  a[href][href="//www.umi-cms.ru"] {
    color: #00a0dc; }

hr {
  border: none;
  height: 20px;
  margin: 0;
  padding: 0; }

table {
  width: 100%;
  margin-bottom: 30px; }
  table thead {
    background-color: #ededed; }
  table th, table td {
    text-align: left;
    font-size: 11.5px;
    padding: 10px;
    font-weight: 600; }
    table th a, table td a {
      border-bottom: 1px dashed; }
  table tr + tr > td {
    border-top: 1px solid #ededed; }

.bold {
  font-family: 'Open Sans Title', sans-serif;
  font-weight: 700; }

a.bold {
  border-bottom: 1px dashed black; }

.thin {
  font-family: 'Open Sans Thin', sans-serif;
  color: #9b9b9b;
  font-weight: 400; }

ul.classic, ol.classic {
  line-height: 1.8em; }

ul.classic {
  list-style-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%23faf36b%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  list-style-type: disc;
  padding-left: 20px; }
  ul.classic .header {
    list-style: none;
    font-size: 22px;
    padding-top: 20px;
    margin-left: -20px; }

ol.classic {
  padding-left: 40px;
  margin-top: 30px;}
  ol.classic .header {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans Title', sans-serif; }

.content ul {
  line-height: 1.8em;
  list-style-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%23faf36b%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  list-style-type: disc;
  padding-left: 20px; }
  .content ol {
    line-height: 1.8em;
    padding-left: 40px; }

.container {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px; }

.justify {
  overflow: hidden; }
  .justify > .toLeft {
    float: left;
    width: 500px;}
  .justify > .toRight {
    height: 50px;
    float: right;
    width: 430px;}
  .justify > .toMid {
    float: none;
    margin: 0 auto;
    *display: inline;
    *zoom: 1;
    display: inline-block;
    vertical-align: top; }

.grayBlock {
  background: #ededed; }

h1, h2, h3 {
  font-family: 'Open Sans Title', sans-serif;
  text-transform: uppercase; }

h2 {
  font-size: 22px;
  margin: 0 0 20px; }
  h2 a[href] {
    *display: inline;
    *zoom: 1;
    display: inline-block;
    vertical-align: top; }
    h2 a[href]:after {
      border-bottom: 3px solid #faf36b;
      content: "";
      display: block;
      width: 20%;
      transition-property: 'width, border-color';
      transition-duration: 0.3s; }
    h2 a[href]:hover {
      color: #000; }
      h2 a[href]:hover:after {
        border-bottom: 3px solid #0aa0a0;
        width: 100%; }

.type {
  font-size: 13px;
  font-family: 'Open Sans Thin', sans-serif;
  color: #9b9b9b;
  font-weight: 400; }
  .type:after {
    content: ": "; }
  .type + .value {
    font-size: 13px;
    color: #000;
    padding-right: 20px; }

.photo {
  max-width: 220px;
  max-height: 220px;
  margin: 10px; }

.button {
  *display: inline;
  *zoom: 1;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  min-width: 190px;
  height: 40px;
  line-height: 40px;
  background: #faf36b;
  border: 0;
  text-align: center;
  text-decoration: none;
  font-family: 'Open Sans Title', sans-serif;
  text-transform: uppercase;
  transition-property: 'color, background-color';
  transition-duration: 0.3s;
  cursor: pointer; }
  .button:active {
    background: #0aa0a0 !important;
    color: #fff !important; }
  .button.center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .button.gray {
    background: #ededed; }
  .button.search {
    position: relative;
    max-width: 60px;
    width: 60px;
    min-width: 60px; }
    .button.search:before {
      background: url(/img/sprite.png) -18px -64px no-repeat;
      height: 18px;
      width: 18px;
      content: "";
      position: absolute;
      top: calc(50% - 9px);
      left: calc(50% - 9px); }
  .button > img {
    padding: 0 0.5em; }

.js-dropdown-controlled {
  display: none; }
  .js-dropdown-controlled.active {
    display: block;
	margin-top: 20px;}

.hidden-trigger {
  background: #faf36b;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 15px;
  position: relative;
  cursor: pointer;
  font-size: 11.5px;
  float: right;
  transition-property: 'color, background-color';
  transition-duration: 0.3s;
  cursor: pointer; }
  .hidden-trigger:hover {
    background: #0aa0a0 !important;
    color: #fff !important; }
  .hidden-trigger .hidden-text {
    display: none;
    position: absolute;
    background: #fff;
    color: #000;
    text-align: left;
    padding: 20px;
    width: 260px;
    height: 140px;
    left: -270px;
    top: 21px;
    box-shadow: 0 0 4px -1px #272931; }
    .hidden-trigger .hidden-text:before {
      background-position: -36px -64px;
      background-image: url(/img/sprite.png);
      background-repeat: no-repeat;
      content: "";
      height: 18px;
      position: absolute;
      right: 14px;
      top: -18px;
      width: 18px; }
  .hidden-trigger:hover .hidden-text {
    display: block; }

ul.small-list {
  list-style: none;
  margin: 25px 0 10px 0;
  padding-left: 30px;
  padding-left: 17px;
  padding-right: 10px; }
  ul.small-list li {
    font-size: 11.5px; }
    ul.small-list li[class^="icon-"] {
      position: relative; }
    ul.small-list li[class^="icon-"]:before {
      position: absolute;
      left: 20px; }
    ul.small-list li + li {
      margin-top: 10px; }

ul.menu-list {
  list-style: none;
  margin: 25px 0 10px 0;
  padding-left: 30px;
  margin: 20px 0 10px;
  padding-left: 17px; }
  ul.menu-list li {
    line-height: 16px; }
    ul.menu-list li[class^="icon-"] {
      position: relative; }
    ul.menu-list li[class^="icon-"]:before {
      position: absolute;
      left: 20px; }
    ul.menu-list li + li {
      margin-top: 20px; }

.open-menu {
  position: relative; }
  .open-menu .col-1 {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    background: #ededed;
    transition-property: width;
    transition-duration: 0.3s; }
    .open-menu .col-1 ul.menu-list + ul.menu-list {
      display: none; }
    .open-menu .col-1 .js-menu-open {
      position: absolute;
      bottom: 15px;
      left: calc(50% - 95px); }
  .open-menu.active-3 .col-1 {
    width: 720px; }
    .open-menu.active-3 .col-1 ul.menu-list {
      width: calc(33% - 30px); }
    .open-menu.active-3 .col-1 ul.menu-list, .open-menu.active-3 .col-1 ul.menu-list + ul.menu-list {
      *display: inline;
      *zoom: 1;
      display: inline-block;
      vertical-align: top; }
  .open-menu.active-2 .col-1 {
    width: 480px; }
    .open-menu.active-2 .col-1 ul.menu-list {
      width: 45%;
      margin-right: 4%; }
    .open-menu.active-2 .col-1 ul.menu-list, .open-menu.active-2 .col-1 ul.menu-list + ul.menu-list {
      *display: inline;
      *zoom: 1;
      display: inline-block;
      vertical-align: top; }

.js-to-bottom[data-bottom] {
  position: relative; }

span.show_on_edit{
	min-height: 18px;
	min-width: 18px;
}

.slider {
  position: relative;
  overflow: auto; }
  .slider ul, .slider ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    .slider ul li, .slider ol li {
      float: left;
	  height: 480px;}
      .slider ul li img, .slider ol li img {
        vertical-align: top; }
		  .slider ul li p {
			  position: absolute;
			  padding: 10px;
			  width: 700px;
			}
			.slider ul li p.show_on_edit {
				background: lightyellow;
			}
  .slider .slider-paginate {
    width: 190px;
    height: 185px;
    padding: 30px 25px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(15, 18, 29, 0.8); }
    .slider .slider-paginate p {
      color: #fff; }
    .slider .slider-paginate ol {
      position: absolute;
      bottom: 25px; }
      .slider .slider-paginate ol li {
        background: #fff;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        color: transparent;
        transition-property: 'color, background-color';
        transition-duration: 0.3s;
        cursor: pointer; }
        .slider .slider-paginate ol li + li {
          margin-left: 10px; }
        .slider .slider-paginate ol li.active {
          background: #faf36b; }
        .slider .slider-paginate ol li:active {
          background: #0aa0a0 !important;
          color: #fff !important; }
body > nav > ul li ul > li > a.u-eip-edit-box {
    margin: -9px 0px -9px -20px;
}
body > nav {
  position: relative;
  z-index: 10;
  background-color: #272931;
  color: #fff; }
  body > nav > ul {
    list-style: none;
    margin: 25px 0 10px 0;
    padding-left: 30px; }
    body > nav > ul li {
      position: relative;
      *display: inline;
      *zoom: 1;
      display: inline-block;
      vertical-align: top; }
      body > nav > ul li ul {
        display: none; }
      body > nav > ul li ul > li {
        display: inline-block;
        width: 100%;
        min-width: 100px;
        margin: 10px 0px; }
        body > nav > ul li ul > li a {
          line-height: 20px;
          height: auto; }
      body > nav > ul li:hover ul {
        display: block;
        position: absolute;
        top: 40px;
        left: 0;
        width: 230px;
        background-color: rgba(15, 18, 29, 0.8);
        z-index: 3;
        padding-left: 20px; }
  body > nav a {
    color: inherit;
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 10px; }
  body > nav .home, body > nav .search {
    background-color: #faf36b;
    width: 18px; }
    body > nav .home:before, body > nav .search:before {
      background-image: url(/img/sprite.png);
      height: 18px;
      width: 18px;
      content: "";
      position: absolute;
      top: calc(50% - 9px);
      left: calc(50% - 9px); }
  body > nav .home:before {
    background-position: 0 -64px; }
  body > nav .search:before {
    background-position: -18px -64px; }
  body > nav .container {
    max-width: 1030px; }

.js-search form {
  display: none;
  box-shadow: 0 0 4px -1px #272931;
  position: absolute;
  right: -60px;
  top: 45px;
  background: none repeat scroll 0% 0% white;
  z-index: 1;
  padding: 10px;
  width: 265px;
  letter-spacing: -0.36em;
  font-size: 0; }
  .js-search form:before {
    background-position: -36px -72px;
    background-image: url(/img/sprite.png);
    background-repeat: no-repeat;
    content: "";
    height: 10px;
    position: absolute;
    right: 70px;
    top: -10px;
    width: 18px; }
  .js-search form input {
    *display: inline;
    *zoom: 1;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 92px);
    margin-right: 10px;
    color: #000;
    font-size: 13px; }
  .js-search form button {
    *display: inline;
    *zoom: 1;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 40px;
    border: none;
    padding: 0;
    background: #0aa0a0;
    position: relative; }

body > header {
  background-color: #fff; }
  body > header .header-title {
    display: block;
    font-size: 14px;
    color: #000;
  	width: 600px;
  }
  body > header .header-name {
    display: block;
    font-size: 34px;
	line-height: 1.4;
	margin-left: 160px;
    font-family: 'Open Sans Title', sans-serif;
    text-transform: uppercase; }
  body > header .header-about {
    display: block; }

body > header .logo {
	float: left;
    display: inline-block;
    margin-right: 20px;
	}

body > header .logo img {
    display: block;
	width: 140px;
	height: 140px;
	}
body > main .webform-text{
	margin: 0 0 30px 0;
}
body > main {
  background-color: #fff;
  padding-bottom: 35px; }
  body > main.inner {
    border-top: 3px solid #ededed; }
  body > main.inner .news {
    margin: 50px 0; }
  body > main .breadcrumbs {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 11.5px; }
  body > main .breadcrumbs a.crumb {
    color: #9b9b9b;
    cursor: default; }
    body > main .breadcrumbs a.crumb[href] {
      color: #000;
      cursor: pointer; }
      body > main .breadcrumbs a.crumb[href]:after {
        content: " / "; }
  body > main .pagination .pages a {
    padding: 0 5px;
    font-family: 'Open Sans Title', sans-serif;
    text-transform: uppercase;
    background: #faf36b; }
    body > main .pagination .pages a[href] {
      background: #fff; }
  body > main .news h2 {
    margin: 25px 25px 40px; }
  body > main .news input {
    width: 190px;
	border: 1px solid #A9A9A9;
    margin-bottom: 10px; }
  body > main .news .accept_pdn input {
		width: 15px;
		margin-bottom: 0; }
  body > main .news a, body > main .news p {
    margin-left: 25px;
    margin-right: 25px; }
  body > main .news .accept_pdn a {
		margin: 0;
		text-decoration: underline;	}
  body > main .person {
    padding: 25px 25px 15px; }
  body > main .person .person-data {
    margin-left: 145px; }
  body > main .person .person-title {
    font-family: 'Open Sans Thin', sans-serif;
    color: #9b9b9b;
    font-weight: 400;
    font-size: 11.5px; }
  body > main .person .person-name {
    font-size: 22px;
    font-family: 'Open Sans Title', sans-serif;
    line-height: 1.2;
    margin: 10px 0 15px; }
  body > main .person .person-description {
    font-size: 13px;
    height: 75px;
    text-overflow: ellipsis;
    overflow: hidden; }
  body > main .news-block {
    max-width: 240px;
    *display: inline;
    *zoom: 1;
    display: inline-block;
    vertical-align: top; }
  body > main .news-block img {
    vertical-align: top; }
  body > main .news-block.slideup:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    position: absolute;
    top: 235px;
    right: 40px;
    /* Для IE */
    -ms-transform: rotate(45deg);
    /* Для Safari, Chrome, iOS */
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-property: 'top, border';
    transition-duration: 0.3s;
    z-index: 1; }
  body > main .news-block.slideup:not(.blank):hover:before {
    top: 115px;
    border-left: 3px solid #0aa0a0;
    border-top: 3px solid #0aa0a0; }
    body > main .news-block.slideup:not(.blank):hover .news-text {
      top: -120px;
      height: 320px;
      border-top: 3px solid #0aa0a0; }
  body > main .news-block .news-text {
    background: #fff;
    border-bottom: 20px solid #fff;
    border-top: 3px solid #fff;
    height: 200px;
    padding: 17px 20px 0;
    overflow: hidden;
    position: relative;
    top: 0;
    transition-property: 'height, top, border';
    transition-duration: 0.3s; }
    body > main .news-block .news-text .news-date {
      font-family: 'Open Sans Thin', sans-serif;
      color: #9b9b9b;
      font-weight: 400;
      font-size: 11.5px; }
    body > main .news-block .news-text .news-head {
      margin: 0;
      line-height: 18px; }
    body > main .news-block .news-text .news-content {
      text-overflow: ellipsis;
      margin: 16px 0; }

body > .banners {
  margin: 20px 0;
  text-align: center;
}
body > .banners .banner {
  display: inline;
}
html.u-eip-active .banners .banner {
  display: block;
}
html.u-eip-active .banners .banners-overlay {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
  body > .banners img {
    *display: inline;
    *zoom: 1;
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    margin: 10px 11px; }

body > footer {
  background-color: #272931; }
  body > footer ul {
    list-style: none;
    margin: 25px 0 10px 0;
    padding-left: 30px;
    padding-right: 40px; }
  body > footer ul li {
    color: #999;
    line-height: 24px; }
    body > footer ul li:first-child {
      text-transform: uppercase;
      font-size: 16px;
      color: #fff; }
    body > footer ul li[class^="icon-att"] {
      padding-left: 24px;
      position: relative; }
    body > footer ul li[class^="icon-att"]:before {
      position: absolute;
      left: 2px; }
    body > footer ul li[class^="icon-att"]:after {
      left: 0; }
  body > footer div.copyright {
    font-family: 'Open Sans Thin', sans-serif;
    color: #9b9b9b;
    font-weight: 400;
    font-size: 11.5px;
    color: #fff; }
   .toRight {
		color: #fff;
	}
  body > footer div.poweredby {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    height: 40px;
    background: url('http://dev_edusite.white.img.system.edusite.su/umi.png') no-repeat 10% 0;
    background-position: 0 7px;
    }

  body > footer .toRight .poweredby span {
    float: left;
    margin-left: 37px;
    margin-top: 0px;
    }
  body > footer div.container.justify {
    margin-top: 30px;}
.content {
	overflow-y: auto;
  margin-bottom: 10px;
  word-wrap: break-word;
  padding-bottom: 10px;
}

.content a[href] {
  text-decoration: underline;
  color: #0aa0a0;
}

.hidden_but_editable {
	display: inline-flex;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.show_on_edit {
  display: inherit; }

.hidden_control {
  display: none; }

.show_control {
  display: inherit;
  background-color: LightYellow !important;
  border: LightBlue 1px dashed !important;
  cursor: pointer;
  border: darkblue 1px dashed !important; }

input[type="checkbox"].show_on_edit {

  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-left: 5px;
  font-weight: 600;
  width: 25px;
  height: 16px;
  display: inherit;
  background-color: LightYellow !important;
  border: LightBlue 1px dashed !important;
  cursor: pointer;
  border: darkblue 1px dashed !important; }

.hidden_delete_button {
  display: none; }

.show_on_edit_delete_button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('http://dev_edusite.white.images.system.edusite.su/cms/eip/del-button.png');
  vertical-align: middle;
  cursor: pointer; }

span.subscribe {
  margin-left: 25px; }

.errors > p {
  color: red; }

#comment label > p:after {
  //content: ":";
}

.req .block {
  display: table;
  width: 100%;
  margin-bottom: 2px;
  text-align: center; }
  .req .block > h3 {
    display: table-caption;
    background-color: #faf36b;
    margin: 0px;
    padding: 20px 0px;
    cursor: pointer; }
  .req .block .data > div:nth-child(odd) {
    background-color: #ededed; }
    .req .block .data > div > span {
      display: table-cell; }
    .req .block .data .row {
      display: table-row; }
    .req .block .data > div > span:first-child {
      width: 470px;
      text-align: justify;
      padding: 15px; }
    .req .block .data > div > span:last-child {
      border-left: 1px dashed gray;
      padding-left: 30px;
      text-align: justify;
      padding: 15px;
      width: 250px; }

.u-eip-add-button {
  font-size: 10px !important;
  height: 23px !important;
  padding-top: 0px !important;
  width: 54px;
  line-height: 2.2em; }

.blank_item {
  display: none !important; }

label.employee > span.show_on_edit {
  display: block; }

form#choose_employee p {
	margin-bottom: 20px;
}

.relative {
  position: relative; }

.symlinkAutosuggest ul {
  padding-left: 0px; }

.eip-ui-element .pick-element, .eip-ui-element .pageslist {
  border: 1px solid grey !important;
  border-radius: 6px !important; }

a[disabled] {
  pointer-events: none; }

.blindSelector-wrapper, .blindSelector-mini-wrapper {
  position: relative;
  height: 58px;
  font-size: 13px !important;
}

.blindSelector-wrapper .blindSelector, .blindSelector-mini-wrapper .blindSelector {
  padding: 10px;
  overflow: hidden;
  background: #272931;
  text-align: left;
  color: #fff;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  right: 0; }

.site-version:after {
  content: '';
  display: block;
  width: 29px;
  height: 16px;
  background: url(/img/site_version_poorvision.png) no-repeat;
  margin-right: 10px;
  float: left; }

.poor-font-size {
  display: none; }

.poorVision-controls {
  display: none;
}

html.poorVision .poorVision-controls {
  display: block;
}

.poorVision-control span {
  height: 25px;
  display: inline;
  vertical-align: middle;
  line-height: 1.7 !important;
}
.white-black {
  background: #ffffff !important;
  color: #000000 !important;
}
.black-white {
  background: #000000 !important;
  color: #ffffff !important;
}
.blue-yellow {
  background: blue !important;
  color: yellow !important;
}
.poorVision-control {
  padding: 5px;
  min-width: 25px;
  min-height: 25px;
  display: inline-block;
  background: #ffffff;
  color: #000;
  text-align: center;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  font-size: 13px;

}

.black-background {
  background: #000;
}

nav {
  position: relative;
  z-index: 10; }

.imageAlt {
  display: none; }

.dummy_img{
	display: none;
	padding: 10px;
	outline: 2px solid #000;
}

/******************** Версия для слабовидящих **********************/
.poorVision input::-webkit-input-placeholder, .poorVision textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #000; }
.poorVision input::-moz-placeholder, .poorVision textarea:-moz-placeholder {
	opacity: 1;
	color: #000; }
.poorVision input:-ms-input-placeholder, .poorVision textarea:-ms-input-placeholder {
	opacity: 1;
	color: #000; }
.poorVision body {
	background-image: none !important; }
.poorVision body, .poorVision body > nav .home, .poorVision body > nav .search {
	background-color: #fff; }
.poorVision .grayBlock, .poorVision .open-menu .col-1 {
	background: #fff; }
.poorVision body > main .news-block:before {
	display: none; }
.poorVision .button, .poorVision .button:focus {
	background: #000;
	color: #fff; }
.poorVision .hidden-trigger {
	width: 20px;
	height: 20px;
	line-height: 18px;
	background: #000;
	color: #fff;
	border: 2px solid #000; }
.poorVision .hidden-trigger:hover {
	background: #fff !important;
	color: #000 !important; }
.poorVision body > main .news-block:not(.blank):hover .news-text {
	top: 0;
	height: 200px;
	border-top: 3px solid #fff; }
.poorVision .grid-4.cell-2 > .col-1, .poorVision .grid-4 .grid-3.cell-2 > .col-1 {
	height: auto; }
.poorVision .open-menu .col-1 {
	border: 2px solid #000; }
.poorVision .open-menu .col-1 .js-menu-open {
	position: static;
	bottom: 0;
	margin: 20px 0 20px 17px; }
.poorVision h2 a[href]:after {
	border-bottom: 3px solid #000; }
.poorVision body > main .person .person-data {
	margin-left: 0; }
.poorVision body > main .person .person-name {
	display: block; }
.poorVision body > main .pagination .pages a {
	background: black;
	color: white; }
.poorVision body > main .pagination .pages a[href] {
	background: white;
	color: black; }
.poorVision body > footer {
	background: #000; }
.poorVision a[href]:hover {
	color: #000;
	text-decoration: underline; }
.poorVision .req .block > h3 {
	background-color: black;
	color: white;
	cursor: pointer; }
.poorVision .slider {
	overflow: visible !important; }
.poorVision .slider ul {
	display: none; }
.poorVision .slider .slider-paginate {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: auto;
	background: #fff;
	border: 2px solid #000; }
.poorVision .slider .slider-paginate p {
	color: #000;
	font-size: 36px;
    line-height: 1.4;}
.poorVision .slider .slider-paginate ol {
	position: static;
	overflow: hidden;
	position: absolute;
	bottom: 14px; }
.poorVision .slider .slider-paginate ol li {
	width: 14px;
	height: 14px;
	border: 2px solid #000;
	transition: none; }
.poorVision .slider .slider-paginate ol li.active {
	background: #000; }
.poorVision .slider .slider-paginate ol li:active {
	background: #000 !important;
	color: #fff !important; }
.poorVision body > footer ul li {
	color: #fff; }
.poorVision .button:active {
	background: #000 !important; }
.poorVision footer a[href]:hover {
	color: #fff; }
.poorVision .icon.icon-round:after {
	background: #fff; }
.poorVision footer .icon.icon-round:after {
	background: #fff; }
.poorVision input[type="text"], .poorVision input[type="email"], .poorVision input[type="password"], .poorVision select.value {
	border: 2px solid #000;
	background: #fff; }
.poorVision textarea{
	border: 2px solid #000;
	background: #fff;
	overflow: hidden;
}
.poorVision .icon:before {
	background-image: url(http://dev_edusite.white.img.system.edusite.su/sprite_poorvision.png); }
.poorVision body > main .news-block .news-text .news-date, .poorVision .type, .poorVision body > main .breadcrumbs a.crumb, .poorVision .thin {
	color: #58595b; }
.poorVision ul.container li a:hover {
	color: #fff !important; }
.poorVision body > footer div.poweredby {
	background: url(http://dev_edusite.white.img.system.edusite.su/umi_poorvision.png) no-repeat 10% 0; }
.poorVision body > nav > ul li:hover ul {
	background: #000; }
.poorVision body > nav {
	background: #000; }
.poorVision body > main.inner {
	border-top: 3px solid #000; }
.poorVision img {
	display: none !important; }

.poorVision .dummy_img {
	display: block;
}

.poorVision main div.content .dummy_img {
	margin-left: 2px;
}

.poorVision main div.content p span {
	color: #000 !important;
}

.poorVision img .blind_display {
	display: auto; }
.poorVision .imageAlt {
	display: auto; }
.poorVision .content ul {
	list-style-image: none; }
.site-version {
	float: left;
  margin-top: 8px;
  margin-right: 10px;
}
.blindSelector-wrapper {
  display: none;
}

.poorVision .blindSelector-wrapper {
  display: block;
}



.poorVision .blindSelector-mini-wrapper {
  display: none;
}
.poorVision .blindSelector {
	background: #000;
	padding: 10px; }
.poorVision .blindSelector a:hover {
	color: #fff !important; }
 .poor-font-size {
	display: block;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0; }
.poor-font-size li {
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	font-size: 0;
	margin: 0 4px;
	padding-bottom: 10px;
	background: url(http://dev_edusite.white.img.system.edusite.su/font_size_poorvision.png) no-repeat;
	cursor: pointer; }
.poor-font-size li.poor-font-size_default {
	background-position: 4px 0; }
.poor-font-size li.poor-font-size_large {
	background-position: -19px 0; }
.poor-font-size li.poor-font-size_xlarge {
	background-position: -46px 0; }
.poor-font-size li.selected {
	cursor: default; }
.poor-font-size li.selected:after {
	content: '';
	display: block;
	width: 12px;
	height: 5px;
	background: url(http://dev_edusite.white.img.system.edusite.su/font_size_poorvision.png) no-repeat 0 -32px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px; }
.poorVision .hidden-trigger .hidden-text {
	border: 2px solid #000; }
.poorVision .news .js-to-bottom {
	top: 10px !important;
	display: block;
	text-align: center;
	padding: 10px;
	background: #000;
	color: #fff; }
.poorVision .news .js-to-bottom:hover {
	color: #fff !important; }
.poorVision .person-data a {
	display: inline-block;
	padding: 10px 20px;
	background: #000;
	color: #fff; }
.poorVision .person-data a:hover {
	color: #fff !important; }
.poorVision ellipse, .poorVision circle {
	fill: #000;
	stroke: #000; }
.poorVision img.captchaImage {
	display: inline-block !important;
	width: 282px; }
.poorVision .banners .container .container .dummy_img {
	display: inline-block;
	margin: 0 10px;
}
.poorVision .banners .container .container a.banner-img {
	display: inline-flex;
}

.poorVision path {
	fill: #000;
}

.poorVision .blindSelector {
  width: 100%;
  line-height: 16.9px;
  font-size: 13px;
  letter-spacing: normal;
}

.fontsize__large body > main .news-block .news-text .news-date, .fontsize__large .hidden-trigger, .fontsize__large ul.small-list li, .fontsize__large body > main .person .person-title, .fontsize__large table th, .fontsize__large table td, .fontsize__large input[type="text"], .fontsize__large input[type="email"], .fontsize__large input[type="password"], .fontsize__large select.value, .fontsize__large .menu-list a, .fontsize__large body > main .news-block .news-text .news-content, .fontsize__large body > footer div.copyright, .fontsize__large body > main .breadcrumbs a.crumb[href], .fontsize__large body > main .breadcrumbs a.crumb {
	font-size: 13px; }
.fontsize__large body > main .person .person-description, .fontsize__large .grid-4 .grid-3 .col-3 {
	font-size: 14px; }
.fontsize__large .menu-list a, .fontsize__large .type, .fontsize__large .news .js-to-bottom, .fontsize__large ul.small-list, .fontsize__large .person-data a, .fontsize__large body > footer ul li, .fontsize__large body > footer div.poweredby {
	font-size: 15px; }
.fontsize__large body > header .header-title {
	font-size: 16px; }
.fontsize__large body > footer ul li:first-child {
	font-size: 18px; }
.fontsize__large body > main .news-block .news-text .news-content {
	font-size: 14px;
	line-height: 18px; }
.fontsize__large body > nav a {
	font-size: 14px;
	padding: 0 8px; }
.fontsize__large body > main .pagination {
	font-size: 14px; }
.fontsize__large body div.dummy_img {
	font-size: 14px; }
.fontsize__large body button.button.center {
	font-size: 15px;
	text-transform: uppercase;
}
.fontsize__large body .js-menu-open .icon:before {
	top: 3px;
}

.fontsize__large body .blindSelector{
	width: 330px;
}
.fontsize__large body .blindSelector a.site-version {
	font-size: 14px;
}

.fontsize__large.poorVision body .blindSelector {
	width: 290px;
}
.fontsize__large body span.header-title {
	width: 580px;
}

.fontsize__xlarge body > main .news-block .news-text .news-date, .fontsize__xlarge .hidden-trigger, .fontsize__xlarge ul.small-list li, .fontsize__xlarge body > main .person .person-title, .fontsize__xlarge table th, .fontsize__xlarge table td, .fontsize__xlarge input[type="text"], .fontsize__xlarge input[type="email"], .fontsize__xlarge input[type="password"], .fontsize__xlarge select.value, .fontsize__xlarge .menu-list a, .fontsize__xlarge body > main .news-block .news-text .news-content, .fontsize__xlarge body > footer div.copyright, .fontsize__xlarge body > main .breadcrumbs a.crumb[href], .fontsize__xlarge body > main .breadcrumbs a.crumb {
	font-size: 17px; }
.fontsize__xlarge body > main .person .person-description, .fontsize__xlarge .grid-4 .grid-3 .col-3 {
	font-size: 18px;
    height: auto;
    margin: 10px 0;}
.fontsize__xlarge .menu-list a, .fontsize__xlarge .type, .fontsize__xlarge .value, .fontsize__xlarge .news .js-to-bottom, .fontsize__xlarge ul.small-list, .fontsize__xlarge .person-data a, .fontsize__xlarge body > footer ul li, .fontsize__xlarge body > footer div.poweredby {
	font-size: 19px; }
.fontsize__xlarge body > header .header-title {
	font-size: 20px; }
.fontsize__xlarge body > footer ul li:first-child {
	font-size: 24px; }
.fontsize__xlarge body > main .news-block .news-text .news-content {
	font-size: 18px;
	line-height: 22px; }
.fontsize__xlarge body > nav a {
	font-size: 16px;
	padding: 0 8px; }
.fontsize__xlarge body > main .pagination {
	font-size: 18px; }
.fontsize__xlarge body > main .col-3  {
    line-height: 1.4;
}
.fontsize__xlarge body > main .small-list  {
    overflow-wrap: break-word;
}
.fontsize__xlarge body > main .js-to-bottom  {
    width: 216px;
    display: block;
}
.fontsize__xlarge body  span.header-title {
    width: 560px;
	line-height: 1.2;
}

.poorVision body > main .person .person-description{
	height: auto;
}

.fontsize__xlarge body a.js-to-bottom {
    width: 170px !important;
}

.poorVision .person-data a{
	margin-top: 10px;
}

.poorVision .person-data span{
	width: 290px;
	float: right;
}

.poorVision .person-data p.person-description{
	display: inline-block;
	margin-top: 10px;
}

.fontsize__xlarge body div.dummy_img {
	font-size: 18px; }

.fontsize__xlarge body button.button.center {
    font-size: 19px;
    text-transform: uppercase;
}

.fontsize__xlarge body .blindSelector a.site-version {
	font-size: 16px;
}
.fontsize__xlarge body .blindSelector {
	width: 360px;
}
.fontsize__xlarge.poorVision body .blindSelector {
	width: 330px;
}

.fontsize__xlarge body .js-menu-open .icon:before {
	top: 5px;
}

.fontsize__xlarge body .js-menu-open.expand {
	position: static;
	margin-bottom: 10px;
}

.poorVision .button.search:before{
	filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);

    -ms-filter: invert(100%);
}

/********************* версия для печати *********************/
@media print {
	/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
	/**
 * 	 * 1. Set default font family to sans-serif.
 * 	 	 * 2. Prevent iOS and IE text size adjust after device orientation change,
 * 	 	 	 *    without disabling user zoom.
 * 	 	 	 	 */
	@font-face {
		font-family: 'Open Sans Thin';
		font-style: normal;
		font-weight: 400;
		src: local('Open Sans'), local('OpenSans'), url(/fonts/OpenSans-Thin.woff2) format('woff2'), url(/fonts/OpenSans-Thin.woff) format('woff'); }

	@font-face {
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: 600;
		src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(/fonts/OpenSans.woff2) format('woff2'), url(/fonts/OpenSans.woff) format('woff'); }

	@font-face {
		font-family: 'Open Sans Title';
		font-style: normal;
		font-weight: 700;
		src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/fonts/OpenSans-Title.woff2) format('woff2'), url(/fonts/OpenSans-Title.woff) format('woff'); }

	html {
		/* 1 */
		font-family: sans-serif;
		/* 2 */
		-ms-text-size-adjust: 100%;
		/* 2 */
		-webkit-text-size-adjust: 100%;
		/**
 * 		 * Remove default margin.
 * 		 		 */ }

	body {
		margin: 0;
		/* HTML5 display definitions
 * 		   ========================================================================== */
		/**
 * 		 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * 		 		 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * 		 		 		 * and Firefox.
 * 		 		 		 		 * Correct `block` display not defined for `main` in IE 11.
 * 		 		 		 		 		 */ }

	article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
		display: block;
		/**
 * 		 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 		 		 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 		 		 		 */ }

	audio, canvas, progress, video {
		/* 1 */
		display: inline-block;
		/* 2 */
		vertical-align: baseline;
		/**
 * 		 * Prevent modern browsers from displaying `audio` without controls.
 * 		 		 * Remove excess height in iOS 5 devices.
 * 		 		 		 */ }

	audio:not([controls]) {
		display: none;
		height: 0;
		/**
 * 		 * Address `[hidden]` styling not present in IE 8/9/10.
 * 		 		 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 * 		 		 		 */ }

	[hidden], template {
		display: none;
		/* Links
 * 		   ========================================================================== */
		/**
 * 		 * Remove the gray background color from active links in IE 10.
 * 		 		 */ }

	a {
		background-color: transparent;
		/**
 * 		 * Improve readability of focused elements when they are also in an
 * 		 		 * active/hover state.
 * 		 		 		 */ }

	a:active, a:hover {
		outline: 0;
		/* Text-level semantics
 * 		   ========================================================================== */
		/**
 * 		 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 * 		 		 */ }

	abbr[title] {
		border-bottom: 1px dotted;
		/**
 * 		 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 * 		 		 */ }

	b, strong {
		font-weight: bold;
		/**
 * 		 * Address styling not present in Safari and Chrome.
 * 		 		 */ }

	dfn {
		font-style: italic;
		/**
 * 		 * Address variable `h1` font-size and margin within `section` and `article`
 * 		 		 * contexts in Firefox 4+, Safari, and Chrome.
 * 		 		 		 */ }

	h1 {
		font-size: 2em;
		margin: 0.67em 0;
		/**
 * 		 * Address styling not present in IE 8/9.
 * 		 		 */ }

	mark {
		background: #ff0;
		color: #000;
		/**
 * 		 * Address inconsistent and variable font size in all browsers.
 * 		 		 */ }

	small {
		font-size: 80%;
		/**
 * 		 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 * 		 		 */ }

	sub, sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline; }

	sup {
		top: -0.5em; }

	sub {
		bottom: -0.25em;
		/* Embedded content
 * 		   ========================================================================== */
		/**
 * 		 * Remove border when inside `a` element in IE 8/9/10.
 * 		 		 */ }

	img {
		border: 0;
		/**
 * 		 * Correct overflow not hidden in IE 9/10/11.
 * 		 		 */ }

	svg:not(:root) {
		overflow: hidden;
		/* Grouping content
 * 		   ========================================================================== */
		/**
 * 		 * Address margin not present in IE 8/9 and Safari.
 * 		 		 */ }

	figure {
		margin: 1em 40px;
		/**
 * 		 * Address differences between Firefox and other browsers.
 * 		 		 */ }

	hr {
		box-sizing: content-box;
		height: 0;
		/**
 * 		 * Contain overflow in all browsers.
 * 		 		 */ }

	pre {
		overflow: auto;
		/**
 * 		 * Address odd `em`-unit font size rendering in all browsers.
 * 		 		 */ }

	code, kbd, pre, samp {
		font-family: monospace, monospace;
		font-size: 1em;
		/* Forms
 * 		   ========================================================================== */
		/**
 * 		 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * 		 		 * styling of `select`, unless a `border` property is set.
 * 		 		 		 */
		/**
 * 		 * 1. Correct color not being inherited.
 * 		 		 *    Known issue: affects color of disabled elements.
 * 		 		 		 * 2. Correct font properties not being inherited.
 * 		 		 		 		 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 		 		 		 		 		 */ }

	button, input, optgroup, select, textarea {
		/* 1 */
		color: inherit;
		/* 2 */
		font: inherit;
		/* 3 */
		margin: 0; }

	button:focus, input:focus, textarea:focus, select:focus {
		outline: none;
		/**
 * 		 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 		 		 */ }

	button {
		overflow: visible;
		/**
 * 		 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * 		 		 * All other form control elements do not inherit `text-transform` values.
 * 		 		 		 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * 		 		 		 		 * Correct `select` style inheritance in Firefox.
 * 		 		 		 		 		 */ }

	button, select {
		text-transform: none;
		/**
 * 		 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 * 		 		 *    and `video` controls.
 * 		 		 		 * 2. Correct inability to style clickable `input` types in iOS.
 * 		 		 		 		 * 3. Improve usability and consistency of cursor style between image-type
 * 		 		 		 		 		 *    `input` and others.
 * 		 		 		 		 		 		 */ }

	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		/* 2 */
		-webkit-appearance: button;
		/* 3 */
		cursor: pointer;
		/**
 * 		 * Re-set default cursor for disabled elements.
 * 		 		 */ }

	button[disabled], html input[disabled] {
		cursor: default;
		/**
 * 		 * Remove inner padding and border in Firefox 4+.
 * 		 		 */ }

	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0;
		/**
 * 		 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * 		 		 * the UA stylesheet.
 * 		 		 		 */ }

	input {
		line-height: normal;
		/**
 * 		 * It's recommended that you don't attempt to style these elements.
 * 		 		 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 * 		 		 		 *
 * 		 		 		 		 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 		 		 		 		 		 * 2. Remove excess padding in IE 8/9/10.
 * 		 		 		 		 		 		 */ }

	input[type="checkbox"], input[type="radio"] {
		/* 1 */
		box-sizing: border-box;
		/* 2 */
		padding: 0;
		/**
 * 		 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * 		 		 * `font-size` values of the `input`, it causes the cursor style of the
 * 		 		 		 * decrement button to change from `default` to `text`.
 * 		 		 		 		 */ }

	input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
		height: auto;
		/**
 * 		 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 		 		 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 * 		 		 		 */ }

	input[type="search"] {
		/* 1 */
		-webkit-appearance: textfield;
		/* 2 */
		box-sizing: content-box;
		/**
 * 		 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * 		 		 * Safari (but not Chrome) clips the cancel button when the search input has
 * 		 		 		 * padding (and `textfield` appearance).
 * 		 		 		 		 */ }

	input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
		/**
 * 		 * Define consistent border, margin, and padding.
 * 		 		 */ }

	fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
		/**
 * 		 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 		 		 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 		 		 		 */ }

	legend {
		/* 1 */
		border: 0;
		/* 2 */
		padding: 0;
		/**
 * 		 * Remove default vertical scrollbar in IE 8/9/10/11.
 * 		 		 */ }

	textarea {
		overflow: auto;
		/**
 * 		 * Don't inherit the `font-weight` (applied by a rule above).
 * 		 		 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 * 		 		 		 */ }

	optgroup {
		font-weight: bold;
		/* Tables
 * 		   ========================================================================== */
		/**
 * 		 * Remove most spacing between table cells.
 * 		 		 */ }

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

	td, th {
		padding: 0; }

	.grid-4 {
		letter-spacing: -0.36em;
		font-size: 0; }
	.grid-4 .col-1 {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		font-size: 13px;
		width: 240px;
		max-width: 100%;
		position: relative; }
	.grid-4 .col-1 > img {
		vertical-align: middle; }
	.grid-4 .col-2 {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		font-size: 13px;
		width: 480px;
		max-width: 100%;
		position: relative; }
	.grid-4 .col-2 > img {
		vertical-align: middle; }
	.grid-4 .col-3 {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		font-size: 13px;
		width: 720px;
		max-width: 100%;
		position: relative; }
	.grid-4 .col-3 > img {
		vertical-align: middle; }
	.grid-4 .col-4 {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		font-size: 13px;
		width: 960px;
		max-width: 100%;
		position: relative; }
	.grid-4 .col-4 > img {
		vertical-align: middle; }
	.grid-4.cell-2 > .col-1 {
		height: 480px; }
	.grid-4.cell-2 > .col-2 {
		height: 480px; }
	.grid-4.cell-2 > .col-3 {
		height: 480px; }
	.grid-4 .grid-3 {
		max-width: 720px;
		letter-spacing: -0.36em;
		font-size: 0; }
	.grid-4 .grid-3 .col-1 {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		font-size: 13px;
		width: 240px;
		max-width: 100%;
		position: relative; }
	.grid-4 .grid-3 .col-1 > img {
		vertical-align: middle; }
	.grid-4 .grid-3 .col-2 {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		font-size: 13px;
		width: 480px;
		max-width: 100%;
		position: relative; }
	.grid-4 .grid-3 .col-2 > img {
		vertical-align: middle; }
	.grid-4 .grid-3 .col-3 {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		font-size: 13px;
		width: 720px;
		max-width: 100%;
		position: relative; }
	.grid-4 .grid-3 .col-3 > img {
		vertical-align: middle; }
	.grid-4 .grid-3.cell-2 > .col-1 {
		height: 480px; }
	.grid-4 .grid-3.cell-2 > .col-2 {
		height: 480px; }

	form.wide label {
		display: block;
		margin: 0; }

	label {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top; }
	label + label {
		margin-left: 40px; }
	label p {
		margin-bottom: 0.5em; }

	select, textarea, input[type="text"], input[type="email"], input[type="password"] {
		box-sizing: border-box;
		border: 1px solid #ededed;
		background: #ededed;
		height: 40px;
		width: 100%;
		max-width: 360px;
		min-width: 190px; }
	select.value, textarea.value, input[type="text"].value, input[type="email"].value, input[type="password"].value {
		background: #fff;
		border: 1px solid #ededed; }
	select.center, textarea.center, input[type="text"].center, input[type="email"].center, input[type="password"].center {
		display: block;
		margin-left: auto;
		margin-right: auto; }
	select:invalid:focus, textarea:invalid:focus, input[type="text"]:invalid:focus, input[type="email"]:invalid:focus, input[type="password"]:invalid:focus {
		border: 1px solid #f16670; }

	select, input[type="text"], input[type="email"], input[type="password"] {
		padding: 0 0 0 20px;
		line-height: 40px;
		height: 40px; }

	textarea {
		padding: 10px 10px 10px 20px; }

	.icon {
		padding-left: 26px;
		position: relative; }
	.icon:before {
		background-image: url(/img/sprite.png);
		height: 16px;
		width: 16px;
		content: "";
		position: absolute;
		left: 0;
		top: 1px; }
	.icon.icon-round:before {
		top: calc(50% - 8px);
		z-index: 2; }
	.icon.icon-round:after {
		background-color: #faf36b;
		height: 20px;
		width: 20px;
		content: "";
		position: absolute;
		left: -2px;
		top: calc(50% - 10px);
		z-index: 1;
		border-radius: 50%; }
	.icon.icon-round.icon-tail:before {
		left: 10px; }
	.icon.icon-round.icon-tail:after {
		left: 8px; }

	.icon-pen:before {
		background-position: 0px 0; }

	.icon-hat:before {
		background-position: -16px 0; }

	.icon-lens:before {
		background-position: -32px 0; }

	.icon-plot:before {
		background-position: -48px 0; }

	.icon-clock:before {
		background-position: -64px 0; }

	.icon-sun:before {
		background-position: -80px 0; }

	.icon-bell:before {
		background-position: -96px 0; }

	.icon-comp:before {
		background-position: -112px 0; }

	.icon-help:before {
		background-position: -128px 0; }

	.icon-comm:before {
		background-position: -144px 0; }

	.icon-book:before {
		background-position: -160px 0; }

	.icon-sput:before {
		background-position: -176px 0; }

	.icon-new:before {
		background: none; }
	.icon-new img {
		margin: 0 10px 0 -25px;
		display: inline-block; }

	.icon-case:before {
		background-position: 0px -16px; }

	.icon-admn:before {
		background-position: -16px -16px; }

	.icon-done:before {
		background-position: -32px -16px; }

	.icon-print:before {
		background-position: -48px -16px; }

	.icon-blank:before {
		background-position: -64px -16px; }

	.icon-zip:before {
		background-position: -80px -16px; }

	.icon-pdf:before {
		background-position: -96px -16px; }

	.icon-doc:before {
		background-position: -112px -16px; }

	.icon-cross:before {
		background-position: -128px -16px; }

	.icon-ffive:before {
		background-position: -144px -16px; }

	.icon-place:before {
		background-position: 0px -32px; }

	.icon-phone:before {
		background-position: -16px -32px; }

	.icon-email:before {
		background-position: -32px -32px; }

	.icon-drop-open:before {
		background-position: 0px -48px; }

	.icon-drop-close:before {
		background-position: -16px -48px; }

	.icon-att:before {
		background-position: -32px -48px; }

	.icon-arr:before {
		background-position: -48px -48px; }

	.icon-rra:before {
		background-position: -64px -48px; }

	html, body {
		font-size: 13px;
		font-weight: 600;
		font-family: 'Open Sans', sans-serif;
		background-position: center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-color: #fff !important;
		background-size: cover; }

	img {
		max-width: 100%; }

	a[href] {
		text-decoration: none;
		color: inherit;
		transition-property: color;
		transition-duration: 0.3s; }
	a[href]:hover {
		color: #0aa0a0; }
	a[href][href="//www.umi-cms.ru"] {
		color: #00a0dc; }

	hr {
		border: none;
		height: 20px;
		margin: 0;
		padding: 0; }

	table {
		width: 100%;
		margin-bottom: 30px; }
	table thead {
		background-color: #ededed; }
	table th, table td {
		text-align: left;
		font-size: 11.5px;
		padding: 10px;
		font-weight: 600; }
	table th a, table td a {
		border-bottom: 1px dashed; }
	table tr + tr > td {
		border-top: 1px solid #ededed; }

	.bold {
		font-family: 'Open Sans Title', sans-serif;
		font-weight: 700; }

	a.bold {
		border-bottom: 1px dashed black; }

	.thin {
		font-family: 'Open Sans Thin', sans-serif;
		color: #9b9b9b;
		font-weight: 400; }

	ul.classic, ol.classic {
		line-height: 1.8em; }

	ul.classic {
		list-style-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%23faf36b%22%2F%3E%0A%3C%2Fsvg%3E%0A");
		list-style-type: disc;
		padding-left: 20px; }
	ul.classic .header {
		list-style: none;
		font-size: 22px;
		padding-top: 20px;
		margin-left: -20px; }

	ol.classic {
		padding-left: 40px; }
	ol.classic .header {
		display: block;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 700;
		font-family: 'Open Sans Title', sans-serif; }

	.content ul {
		line-height: 1.8em;
		list-style-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%23faf36b%22%2F%3E%0A%3C%2Fsvg%3E%0A");
		list-style-type: disc;
		padding-left: 20px; }
	.content ol {
		line-height: 1.8em;
		padding-left: 40px; }

	.container {
		max-width: 960px;
		margin: 0 auto;
		padding-left: 35px;
		padding-right: 35px; }

	.justify {
		overflow: hidden; }
	.justify > .toLeft {
		float: left; }
	.justify > .toRight {
		float: right; }
	.justify > .toMid {
		float: none;
		margin: 0 auto;
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top; }

	.grayBlock {
		background: #ededed; }

	h1, h2, h3 {
		font-family: 'Open Sans Title', sans-serif;
		text-transform: uppercase; }

	h2 {
		font-size: 22px;
		margin: 0 0 20px; }
	h2 a[href] {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top; }
	h2 a[href]:after {
		border-bottom: 3px solid #faf36b;
		content: "";
		display: block;
		width: 20%;
		transition-property: 'width, border-color';
		transition-duration: 0.3s; }
	h2 a[href]:hover {
		color: #000; }
	h2 a[href]:hover:after {
		border-bottom: 3px solid #0aa0a0;
		width: 100%; }

	.type {
		font-size: 13px;
		font-family: 'Open Sans Thin', sans-serif;
		color: #9b9b9b;
		font-weight: 400; }
	.type:after {
		content: ": "; }
	.type + .value {
		font-size: 13px;
		color: #000;
		padding-right: 20px; }

	.photo {
		max-width: 220px;
		max-height: 220px;
		margin: 10px; }

	.button {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top;
		padding: 0 20px;
		min-width: 190px;
		height: 40px;
		line-height: 40px;
		background: #faf36b;
		border: 0;
		text-align: center;
		text-decoration: none;
		font-family: 'Open Sans Title', sans-serif;
		text-transform: uppercase;
		transition-property: 'color, background-color';
		transition-duration: 0.3s;
		cursor: pointer; }
	.button:active {
		background: #0aa0a0 !important;
		color: #fff !important; }
	.button.center {
		display: block;
		margin-left: auto;
		margin-right: auto; }
	.button.gray {
		background: #ededed; }
	.button.search {
		position: relative;
		max-width: 60px;
		width: 60px;
		min-width: 60px; }
	.button.search:before {
		background: url(/img/sprite.png) -18px -64px no-repeat;
		height: 18px;
		width: 18px;
		content: "";
		position: absolute;
		top: calc(50% - 9px);
		left: calc(50% - 9px); }
	.button > img {
		padding: 0 0.5em; }

	.js-dropdown-controlled {
		display: none; }
	.js-dropdown-controlled.active {
		display: block; }

	.hidden-trigger {
		background: #faf36b;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		text-align: center;
		line-height: 15px;
		position: relative;
		cursor: pointer;
		font-size: 11.5px;
		float: right;
		transition-property: 'color, background-color';
		transition-duration: 0.3s;
		cursor: pointer; }
	.hidden-trigger:hover {
		background: #0aa0a0 !important;
		color: #fff !important; }
	.hidden-trigger .hidden-text {
		display: none;
		position: absolute;
		background: #fff;
		color: #000;
		text-align: left;
		padding: 20px;
		width: 260px;
		height: 140px;
		left: -270px;
		top: 21px;
		box-shadow: 0 0 4px -1px #272931; }
	.hidden-trigger .hidden-text:before {
		background-position: -36px -64px;
		background-image: url(/img/sprite.png);
		background-repeat: no-repeat;
		content: "";
		height: 18px;
		position: absolute;
		right: 14px;
		top: -18px;
		width: 18px; }
	.hidden-trigger:hover .hidden-text {
		display: block; }

	ul.small-list {
		list-style: none;
		margin: 25px 0 10px 0;
		padding-left: 30px;
		padding-left: 17px;
		padding-right: 10px; }
	ul.small-list li {
		font-size: 11.5px; }
	ul.small-list li[class^="icon-"] {
		position: relative; }
	ul.small-list li[class^="icon-"]:before {
		position: absolute;
		left: 20px; }
	ul.small-list li + li {
		margin-top: 10px; }

	ul.menu-list {
		list-style: none;
		margin: 25px 0 10px 0;
		padding-left: 30px;
		margin: 20px 0 10px;
		padding-left: 17px; }
	ul.menu-list li {
		line-height: 16px; }
	ul.menu-list li[class^="icon-"] {
		position: relative; }
	ul.menu-list li[class^="icon-"]:before {
		position: absolute;
		left: 20px; }
	ul.menu-list li + li {
		margin-top: 20px; }

	.open-menu {
		position: relative; }
	.open-menu .col-1 {
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		background: #ededed;
		transition-property: width;
		transition-duration: 0.3s; }
	.open-menu .col-1 ul.menu-list + ul.menu-list {
		display: none; }
	.open-menu .col-1 .js-menu-open {
		position: absolute;
		bottom: 15px;
		left: calc(50% - 95px); }
	.open-menu.active-3 .col-1 {
		width: 720px; }
	.open-menu.active-3 .col-1 ul.menu-list {
		width: calc(33% - 30px); }
	.open-menu.active-3 .col-1 ul.menu-list, .open-menu.active-3 .col-1 ul.menu-list + ul.menu-list {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top; }
	.open-menu.active-2 .col-1 {
		width: 480px; }
	.open-menu.active-2 .col-1 ul.menu-list {
		width: 45%;
		margin-right: 4%; }
	.open-menu.active-2 .col-1 ul.menu-list, .open-menu.active-2 .col-1 ul.menu-list + ul.menu-list {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top; }

	.js-to-bottom[data-bottom] {
		position: relative; }

	.slider {
		position: relative;
		overflow: auto; }
	.slider ul, .slider ol {
		margin: 0;
		padding: 0;
		list-style: none; }
	.slider ul li, .slider ol li {
		float: left; }
	.slider ul li img, .slider ol li img {
		vertical-align: top; }
	.slider .slider-paginate {
		width: 190px;
		height: 185px;
		padding: 30px 25px 25px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: rgba(15, 18, 29, 0.8); }
	.slider .slider-paginate p {
		color: #fff; }
	.slider .slider-paginate ol {
		position: absolute;
		bottom: 25px; }
	.slider .slider-paginate ol li {
		background: #fff;
		border-radius: 50%;
		width: 10px;
		height: 10px;
		color: transparent;
		transition-property: 'color, background-color';
		transition-duration: 0.3s;
		cursor: pointer; }
	.slider .slider-paginate ol li + li {
		margin-left: 10px; }
	.slider .slider-paginate ol li.active {
		background: #faf36b; }
	.slider .slider-paginate ol li:active {
		background: #0aa0a0 !important;
		color: #fff !important; }

	body > nav {
		background-color: #272931;
		color: #fff; }
	body > nav > ul {
		list-style: none;
		margin: 25px 0 10px 0;
		padding-left: 30px; }
	body > nav > ul li {
		position: relative;
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top; }
	body > nav > ul li ul {
		display: none; }
	body > nav > ul li ul > li {
		display: inline-block;
		width: 100%;
		min-width: 100px;
		margin: 10px 0px; }
	body > nav > ul li ul > li a {
		line-height: 20px;
		height: auto; }
	body > nav > ul li:hover ul {
		display: block;
		position: absolute;
		top: 40px;
		left: 0;
		width: 230px;
		background-color: rgba(15, 18, 29, 0.8);
		z-index: 3;
		padding-left: 20px; }
	body > nav a {
		color: inherit;
		display: block;
		line-height: 40px;
		height: 40px;
		padding: 0 10px; }
	body > nav .home, body > nav .search {
		background-color: #faf36b;
		width: 18px; }
	body > nav .home:before, body > nav .search:before {
		background-image: url(/img/sprite.png);
		height: 18px;
		width: 18px;
		content: "";
		position: absolute;
		top: calc(50% - 9px);
		left: calc(50% - 9px); }
	body > nav .home:before {
		background-position: 0 -64px; }
	body > nav .search:before {
		background-position: -18px -64px; }

	.js-search form {
		display: none;
		box-shadow: 0 0 4px -1px #272931;
		position: absolute;
		right: -60px;
		top: 45px;
		background: none repeat scroll 0% 0% white;
		z-index: 1;
		padding: 10px;
		width: 265px;
		letter-spacing: -0.36em;
		font-size: 0; }
	.js-search form:before {
		background-position: -36px -72px;
		background-image: url(/img/sprite.png);
		background-repeat: no-repeat;
		content: "";
		height: 10px;
		position: absolute;
		right: 70px;
		top: -10px;
		width: 18px; }
	.js-search form input {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 92px);
		margin-right: 10px;
		color: #000;
		font-size: 13px; }
	.js-search form button {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top;
		width: 60px;
		height: 40px;
		border: none;
		padding: 0;
		background: #0aa0a0;
		position: relative; }

	body > header {
		background-color: #fff; }
	body > header .header-title {
		display: block;
		font-size: 14px;
		color: #000; }
	body > header .header-name {
		display: block;
		font-size: 34px;
		font-family: 'Open Sans Title', sans-serif;
		text-transform: uppercase; }
	body > header .header-about {
		display: block; }

	body > main {
		background-color: #fff;
		padding-bottom: 35px; }
	body > main.inner {
		border-top: 3px solid #ededed; }
	body > main.inner .news {
		margin: 50px 0; }
	body > main .breadcrumbs {
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 11.5px; }
	body > main .breadcrumbs a.crumb {
		color: #9b9b9b;
		cursor: default; }
	body > main .breadcrumbs a.crumb[href] {
		color: #000;
		cursor: pointer; }
	body > main .breadcrumbs a.crumb[href]:after {
		content: " / "; }
	body > main .pagination .pages a {
		padding: 0 5px;
		font-family: 'Open Sans Title', sans-serif;
		text-transform: uppercase;
		background: #faf36b; }
	body > main .pagination .pages a[href] {
		background: #fff; }
	body > main .news h2 {
		margin: 25px 25px 40px; }
	body > main .news input {
		width: 190px;
		margin-bottom: 10px; }
	body > main .news .accept_pdn input {
		width: 15px;
		margin-bottom: 0; }
	body > main .news a, body > main .news p {
		margin-left: 25px;
		margin-right: 25px; }
	body > main .news .accept_pdn a {
		margin: 0;
		text-decoration: underline;	}
	body > main .person {
		padding: 25px 25px 15px; }
	body > main .person .person-data {
		margin-left: 145px; }
	body > main .person .person-title {
		font-family: 'Open Sans Thin', sans-serif;
		color: #9b9b9b;
		font-weight: 400;
		font-size: 11.5px; }
	body > main .person .person-name {
		font-size: 22px;
		font-family: 'Open Sans Title', sans-serif;
		line-height: 1.2;
		margin: 10px 0 15px; }
	body > main .person .person-description {
		font-size: 13px;
		height: 75px;
		text-overflow: ellipsis;
		overflow: hidden; }
	body > main .news-block {
		max-width: 240px;
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top; }
	body > main .news-block img {
		vertical-align: top; }

	body > main .news-block.slideup:before {
		content: "";
		width: 10px;
		height: 10px;
		background: #fff;
		border-left: 3px solid #fff;
		border-top: 3px solid #fff;
		position: absolute;
		top: 235px;
		right: 40px;
		/* Для IE */
		-ms-transform: rotate(45deg);
		/* Для Safari, Chrome, iOS */
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transition-property: 'top, border';
		transition-duration: 0.3s;
		z-index: 1; }
	body > main .news-block:not(.blank):hover:before {
		top: 115px;
		border-left: 3px solid #0aa0a0;
		border-top: 3px solid #0aa0a0; }
	body > main .news-block:not(.blank):hover .news-text {
		top: -120px;
		height: 320px;
		border-top: 3px solid #0aa0a0; }
	body > main .news-block .news-text {
		background: #fff;
		border-bottom: 20px solid #fff;
		border-top: 3px solid #fff;
		height: 200px;
		padding: 17px 20px 0;
		overflow: hidden;
		position: relative;
		top: 0;
		transition-property: 'height, top, border';
		transition-duration: 0.3s; }
	body > main .news-block .news-text .news-date {
		font-family: 'Open Sans Thin', sans-serif;
		color: #9b9b9b;
		font-weight: 400;
		font-size: 11.5px; }
	body > main .news-block .news-text .news-head {
		margin: 0;
		line-height: 18px; }
	body > main .news-block .news-text .news-content {
		text-overflow: ellipsis;
		margin: 16px 0; }

	body > .banners {
		margin: 20px 0; }
	body > .banners img {
		*display: inline;
		*zoom: 1;
		display: inline-block;
		vertical-align: top;
		vertical-align: middle;
		margin: 10px 11px; }

	body > footer {
		background-color: #272931; }
	body > footer ul {
		list-style: none;
		margin: 25px 0 10px 0;
		padding-left: 30px;
		padding-right: 40px; }
	body > footer ul li {
		color: #999;
		line-height: 24px; }
	body > footer ul li:first-child {
		text-transform: uppercase;
		font-size: 16px;
		color: #fff; }
	body > footer ul li[class^="icon-att"] {
		padding-left: 24px;
		position: relative; }
	body > footer ul li[class^="icon-att"]:before {
		position: absolute;
		left: 2px; }
	body > footer ul li[class^="icon-att"]:after {
		left: 0; }
	body > footer div.copyright {
		font-family: 'Open Sans Thin', sans-serif;
		color: #9b9b9b;
		font-weight: 400;
		font-size: 11.5px;
		color: #fff; }
	body > footer div.poweredby {
		font-size: 13px;
		color: #fff;
		padding-left: 50px;
		line-height: 24px;
		height: 24px;
		background: url(http://dev_edusite.white.img.system.edusite.su/umi.png) no-repeat 10% 0; }

	.content {
		overflow-x: hidden;
		margin-bottom: 10px; }

	.hidden_but_editable {
		display: none; }

	.show_on_edit {
		display: inherit; }

	.hidden_control {
		display: none; }

	.show_control {
		display: inherit;
		background-color: LightYellow !important;
		border: LightBlue 1px dashed !important;
		cursor: pointer;
		border: darkblue 1px dashed !important; }

	input[type="checkbox"].show_on_edit {
		font-size: 13px;
		font-family: 'Open Sans', sans-serif;
		margin-left: 5px;
		font-weight: 600;
		width: 25px;
		height: 16px;
		display: inherit;
		background-color: LightYellow !important;
		border: LightBlue 1px dashed !important;
		cursor: pointer;
		border: darkblue 1px dashed !important; }

	.hidden_delete_button {
		display: none; }

	.show_on_edit_delete_button {
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url('http://dev_edusite.white.images.system.edusite.su/cms/eip/del-button.png');
		vertical-align: middle;
		cursor: pointer; }

	span.subscribe {
		margin-left: 25px; }

	.errors > p {
		color: red; }

	#comment label > p:after {
		content: ":"; }

	.req .block {
		display: table;
		width: 100%;
		margin-bottom: 2px;
		text-align: center; }
	.req .block > h3 {
		display: table-caption;
		background-color: #faf36b;
		margin: 0px;
		padding: 20px 0px;
		cursor: pointer; }
	.req .block .data > div:nth-child(odd) {
		background-color: #ededed; }
	.req .block .data > div > span {
		display: table-cell; }
	.req .block .data .row {
		display: table-row; }
	.req .block .data > div > span:first-child {
		width: 470px;
		text-align: justify;
		padding: 15px; }
	.req .block .data > div > span:last-child {
		border-left: 1px dashed gray;
		padding-left: 30px;
		text-align: justify;
		padding: 15px;
		width: 250px; }

	.u-eip-add-button {
		font-size: 10px !important;
		height: 23px !important;
		padding-top: 0px !important;
		width: 54px;
		line-height: 2.2em; }

	.blank_item {
		display: none !important; }

	label.employee > span.show_on_edit {
		display: block; }

	.relative {
		position: relative; }

	.symlinkAutosuggest ul {
		padding-left: 0px; }

	.eip-ui-element .pick-element, .eip-ui-element .pageslist {
		border: 1px solid grey !important;
		border-radius: 6px !important; }

	a[disabled] {
		pointer-events: none; }

	footer, nav, .grid-4 .col-1, .banners, .button.js-print, #u-quickpanel {
		display: none; }

	div.col-3 {
		display: block !important; }

}

/******************* design.css *****************/
.u-eip-edit-box, .u-eip-meta-box {
	background-color:		LightYellow !important;
	border:				LightBlue 1px dashed !important;
	cursor:				pointer;
	border:				darkblue 1px dashed !important;
}

.u-eip-edit-box-hover, .u-eip-meta-box-hover {
	background-color:	#c2e8fa !important;
}

.u-eip-add-box {
	display: none;
}

.u-eip-add-box-hover {
	background-color:	#c2e8fa;
	opacity:			0.5;
	filter:				alpha(opacity = 50);
	display:			block;
}

.eip-wysiwyg-toolbox {
	border:				red 1px solid;
	height:				28px;
	z-index:			520;
	width:				473px;
}

.u-eip-modified {
	background-color:		#fbdbdb !important;
}


.u-eip-editing {
	border:				darkblue 1px dashed !important;
}

.u-eip-editing table td {
	border: 1px #333 dashed !important;
	empty-cells: show;
}



#ui-datepicker-div {
	z-index: 3000;
}

input.eip-ui-element, select.eip-ui-element {
	border:				#AA0044 1px solid;
}

.eip-ui-element .pageslist {
	padding: 7px;
	border: 2px solid grey;
	margin: 0;
	border-radius: 10px;
	background-color: white;
}

.eip-ui-element .pageslist li {
	margin-bottom: 4px;
}

.eip-ui-element .pageslist li span {
	font-size: 12px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

.eip-ui-element .pageslist li > img {
	margin: 0 3px;
	vertical-align: middle;
}
.eip-ui-element .pageslist li > a {
	margin: 0 3px;
	float: right;
}

.pageslist .eip-placeholder {
	text-align: center;
	font-size: 12px;
}

.eip-ui-element .pick-element {
	background-color: white;
	border: 2px solid grey;
	margin-top: 2px;
	padding: 7px;
	border-radius: 10px;
	z-index: 1000;
}

.eip-ui-element .pick-element input{
	display: inline-block;
	min-width: auto;
	height: 20px;
	line-height: 0px;
	margin: 4px;
	background: url(http://dev_edusite.white.images.system.edusite.su/cms/admin/mac/tree/search.gif) no-repeat;
	background-position: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: searchfield;
	border: 1px solid grey;
	-moz-appearance: searchfield;
	appearance: searchfield;
	padding-left: 16px;
	line-height: 1.5em;
}

.eip-ui-element .pick-element .treeButton{
	cursor: pointer;
	vertical-align: middle;
}

.symlinkAutosuggest li {
	cursor: pointer;
}

.u-eip-add-button {
	background: 		url(http://dev_edusite.white.images.system.edusite.su/cms/eip/add-button.gif) no-repeat;
	color: 				white;
	width:				54px;
	padding-left: 		25px;
	height:				19px;
	padding-top:		4px;
	cursor:				pointer;
	z-index:			510;
	position:			absolute;
	opacity:			0.7;
	filter:				alpha(opacity = 70);
	font-size:			11px;
}

.u-eip-add-button-hover {
	opacity:			1;
	filter:				alpha(opacity = 100);
}

.eip-del-button {
	position:			absolute;
	right:				2px;
	top:				2px;
	background-image:	 url('http://dev_edusite.white.images.system.edusite.su/cms/eip/del-button.png');
	width:				20px;
	height:				20px;
	z-index:			20000;
	cursor:				pointer;
}

.u-eip-empty-field {
	color:				#888	!important;
	font-style: 		italic	!important;
}

.u-eip-sortable-placeholder {
	border : 1px solid #3cb2e8;
	min-width  : 40px;
	min-height : 15px;
	background-color: #cde4ee !important;
}

html.u-eip {
	padding-top: 25px;
}

.eip-wysiwyg_tip {
	border: none;
	background-color: #308fba;
	color : #fff;
	height: 25px;
	font-weight : bold;
	text-align : center;
	padding: 5px;
	position: absolute;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.eip-wysiwyg_buttons {
	border: #e3e3e3 solid 1px;
	background: #f9f9f9;
	height: 25px;
	padding: 0 10px;
	position: absolute;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.eip-wysiwyg_buttons a {
	width: 19px;
	height: 19px;
	top: 3px;
	margin: 0 3px;
	float: left;
	cursor: pointer;
	position: relative;
	background: url(http://dev_edusite.white.images.system.edusite.su/cms/eip/wysiwyg.gif) no-repeat;
}
.eip-wysiwyg_buttons .eip-wysiwyg_button_Bold {background-position: -1px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_Italic {background-position: -24px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_Underline {background-position: -47px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_JustifyLeft {background-position: -75px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_JustifyCenter {background-position: -99px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_JustifyRight {background-position: -123px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_InsertOrderedList {background-position: -295px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_InsertUnorderedList {background-position: -270px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_j {background-position: -146px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_xmloff {background-position: -171px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_addlink {background-position: -196px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_unlink {background-position: -221px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_insertimage {background-position: -246px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_clipboardpaste {background-position: -318px 0;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_tcreate {background-position: -2px -29px;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_tdelete {background-position: -26px -29px;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_tdelcol {background-position: -47px -29px;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_tdelrow {background-position: -75px -29px;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_tinsrowbefore {background-position: -170px -29px;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_tinsrowafter {background-position: -145px -29px;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_tinscolbefore {background-position: -122px -29px;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_tinscolafter {background-position: -99px -29px;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_tmergevcells {background-position: -222px -30px;}
.eip-wysiwyg_buttons .eip-wysiwyg_button_tmergehcells {background-position: -197px -30px;}

.eip-wysiwyg_buttons a.act {
	border: gray solid 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	top: 2px;
	margin: 0 2px;
	background-color: #ddd;
}

.eip-wysiwyg_select_format {
	float: left;
	margin-top: 3px;
	margin-right: 2px;
}

.u-eip-modified {
	background-color: #fbdbdb;
}

.u-eip-deleted {
	text-decoration: line-through !important;
}

.u-eip-edit-box, .u-eip-edit-box-hover {
	cursor: text;
}
.u-eip-edit-box-inversed {
	color: #666 !important;
}

.relationAutosuggest {
	background-color : #fff;
	border  		 : 1px solid #000;
	border-top		 : 0;
	padding			 : 0;
}

.relationAutosuggest ul {
	padding : 0;
	margin  : 0;
}

.relationAutosuggest ul li {
	list-style: none;
	padding: 5px 10px;
	margin : 0;
}

.relationAutosuggest ul li.active {
	background: #ceeaf6;
}

.relationAddButton {
	cursor     : pointer;
	width      : 16px;
	height     : 16px;
	background : url("http://dev_edusite.white.images.system.edusite.su/cms/admin/mac/tree/ico_add.png") no-repeat;
	border     : 0;
}

.u-eip-newitem .u-eip-edit-box {
	background-color: #f7b450 !important;
	color: #3b3b3b !important;
}

ul.pageslist li,
div.symlinkAutosuggest ul li {
	list-style: none;
}

.mceEditor {
	position: relative;
	z-index: 900;
}

select.eip-ui-element.ui-resizable{
	overflow-y:auto;
}

.top_date {
  float: none;
  margin: 0;
  font-family: 'Open Sans Thin', sans-serif;
  color: #9b9b9b;
  font-weight: 400;
  font-size: 11.5px;
}

.blog_comment {
  font-family: 'Open Sans Thin', sans-serif;
  color: #9b9b9b;
  font-weight: 400;
  font-size: 11.5px;
}
.blog_item {
  margin-bottom: 40px;
}
.comment_title {
  font-weight: bold;
}

form.subscribe .accept_pdn {
	width: 190px;
	margin: 5px 0;
}

form.wide .accept_pdn a {
	text-decoration:underline;
}

form.wide .accept_pdn {
	margin-top:10px;
	max-width:360px;
	min-width:190px;
}

form.wide .error_pdn {
	max-width:360px;
	min-width:190px;
}

form.subscribe .accept_pdn p, form.wide .accept_pdn p {
	display: inline;
    margin: 0 0 0 5px;
}

form .error_pdn {
	display:none;
	background: #FF9999;
}

form.subscribe .error_pdn {
	width:190px;
	margin: 0 auto;
}
