/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _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;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ========================================================================== */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * 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;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-15px, 0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(10px, 0px) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-4px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(-15px, 0px) rotate(0deg);
  }
  50% {
    transform: translate(10px, 0px) rotate(0deg);
  }
  75% {
    transform: translate(-4px, 0px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes sprite {
  100% {
    background-position: -8880px;
  }
}
@-webkit-keyframes sprite {
  100% {
    background-position: -8880px;
  }
}
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('/fonts/museosanscyrl-500.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'OpenSans Semibold';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(/fonts/OpenSans-Semibold.ttf) format("truetype");
}
@font-face {
  font-family: 'OpenSans Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/fonts/OpenSans-Bold.ttf) format("truetype");
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<!-- `display: block` sprite -->
<div class="icon-home"></div>

<!-- `display: inline-block` sprite -->
<img class="icon-home" />
```
*/
.menu ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.menu ul li {
  list-style: none;
}
.menu ul li a {
  display: inline-block;
}
table.table > tbody > tr > th,
table.table > thead > tr > th,
table.table > tbody > tr > td,
table.table > thead > tr > td {
  padding: 10px;
}
table.table > tbody > tr:nth-child(2n+1) > th,
table.table > thead > tr:nth-child(2n+1) > th,
table.table > tbody > tr:nth-child(2n+1) td,
table.table > thead > tr:nth-child(2n+1) td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
}
table.table.no-vertical-border {
  border-left: none;
  border-right: none;
}
table.table.no-vertical-border > tbody > tr > th,
table.table.no-vertical-border > thead > tr > th,
table.table.no-vertical-border > tbody > tr > td,
table.table.no-vertical-border > thead > tr > td {
  border-left: none;
  border-right: none;
}
table.light {
  border-collapse: initial;
  border-spacing: 0;
  width: 100%;
  border: solid #ccc 1px;
  border-radius: 6px;
}
table.light > tbody > tr > td,
table.light > thead > tr > th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 5px 10px;
  text-align: left;
}
table.light > thead > tr > th {
  border-top: none;
  background-color: #ededed;
}
table.light > tbody > tr:first-child > td {
  border-top: none;
}
table.light > thead > tr:last-child > th {
  border-bottom: 1px solid #ccc;
}
table.light > thead > tr:first-child > th:last-child {
  border-radius: 0 6px 0 0;
}
table.light > thead > tr:first-child > th:first-child {
  border-radius: 6px 0 0 0;
}
table.light > tbody > tr > td:first-child,
table.light > thead > tr > th:first-child {
  border-left: none;
}
.content-panel {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.content-panel > .content-panel-head {
  width: 100%;
  display: inline-block;
  padding: 5px 15px;
  line-height: 32px;
  color: #31708f;
  background-color: #d9edf7;
  border-bottom: 1px solid #bce8f1;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.content-panel > .content-panel-head .content-panel-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.content-panel > .content-panel-body {
  padding: 15px;
}
.content-table {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.content-table > table {
  width: 100%;
}
.content-table > table > thead > tr > th {
  background: #f5f5f5;
  text-align: left;
  padding: 8px;
  font-weight: bold;
}
.content-table > table > tbody > tr > td {
  padding: 8px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.side-box {
  background: aliceblue;
  border-radius: 5px;
  padding: 10px;
}
.side-box > .title {
  font-weight: bold;
}
.btn {
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 #fff;
  color: #333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  background-repeat: repeat-x;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  text-decoration: none;
}
.btn.primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #337ab7;
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  border-color: #245580;
}
.btn.primary:hover {
  border-color: #204d74;
  background-color: #265a88;
}
.btn.primary:active {
  background-color: #265a88;
  border-color: #245580;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border-color: #dbdbdb;
  background-color: #e0e0e0;
  background-image: none;
}
.btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.padding {
  padding: 10px 0;
}
.input-note {
  width: 100%;
  display: block;
  font-size: 0;
  line-height: normal;
}
.input-note > .title {
  width: 10%;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  white-space: nowrap;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  border-right-width: 0;
  background: #eee;
}
.input-note > input {
  width: 90%;
  font-size: 12px;
  padding: 7px 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-note > input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/*******************************************************/
/* spoiler */
div.spoiler {
  padding: 5px;
  line-height: 1.6;
}
div.spoiler div.spoiler-title {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 7px;
  border: 1px solid #bbbbbb;
  border-bottom-color: #999999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  background: #cfd1cf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
  background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
div.spoiler div.spoiler-title div.spoiler-toggle {
  display: inline-block;
  width: 11px;
  height: 11px;
  line-height: 14px;
  margin-left: 4px;
  margin-right: 6px;
  cursor: pointer;
  -webkit-user-modify: read-only;
}
div.spoiler div.spoiler-title div.hide-icon {
  background: url('/js/ckeditor/plugins/spoiler/images/minus.png') no-repeat scroll left center transparent;
}
div.spoiler div.spoiler-title div.show-icon {
  background: url('/js/ckeditor/plugins/spoiler/images/plus.png') no-repeat scroll left center transparent;
}
div.spoiler div.spoiler-content {
  display: none;
  font-size: 13px;
  border: 1px solid #bbbbbb;
  border-top: 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: none repeat scroll 0 0 #F5F5F5;
  padding: 4px 10px;
}
.required {
  color: red;
}
/***********************************************************/
/*
    Paginator 3000
    - idea by ecto (ecto.ru)
    - coded by karaboz (karaboz.ru)

    HTML example
    <div class="paginator" id="paginator_example">
        <table>
            <tr>
                <td><span><strong>1</strong></span></td>
                ...
                <td><span><a href="">3000</a></span></td>
            </tr>
            <tr>
                <td colspan="">
                    <div class="scroll_bar">
                        <div class="scroll_trough"></div>
                        <div class="scroll_thumb">
                            <div class="scroll_knob"></div>
                        </div>
                        <div class="current_page_mark"></div>
                    </div>
                </td>

            </tr>
        </table>
    </div>
*/
.paginator {
  margin-top: 60px;
  font-size: 1em;
  width: 100%;
}
.paginator table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.paginator table td {
  padding: 0;
  white-space: nowrap;
  text-align: center;
}
.paginator span {
  display: block;
  padding: 3px 0;
  color: #fff;
}
.paginator span strong,
.paginator span a {
  padding: 2px 6px;
}
.paginator span strong {
  background: #ff6c24;
  font-style: normal;
  font-weight: normal;
}
.paginator .scroll_bar {
  width: 100%;
  height: 20px;
  position: relative;
  margin-top: 10px;
}
.paginator .scroll_trough {
  width: 100%;
  height: 3px;
  background: #ccc;
  overflow: hidden;
}
.paginator .scroll_thumb {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  font-size: 1px;
  background: #363636;
}
.paginator .scroll_knob {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(/i/slider_knob.gif) no-repeat 50% 50%;
  cursor: pointer;
}
.paginator .current_page_mark {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  overflow: hidden;
  background: #ff6c24;
}
.fullsize .scroll_thumb {
  display: none;
}
.paginator_pages {
  width: 600px;
  text-align: right;
  font-size: 0.8em;
  color: #808080;
  margin-top: -10px;
}
/***********************************************************/
* {
  box-sizing: border-box;
}
html,
body,
.wrapper {
  height: 100%;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a,
input,
textarea,
select {
  outline: none !important;
}
ul {
  padding: 0 0 0 20px;
}
.inf {
  cursor: help;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
  overflow: auto;
  zoom: 1;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper {
  width: 1200px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
}
.wrapper > .header {
  padding: 20px 0 0 0;
}
.wrapper > .header .menu {
  height: 50px;
  box-sizing: border-box;
  background-color: #222;
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  border: 1px solid #080808;
  border-radius: 5px;
}
.wrapper > .header .menu ul li {
  float: left;
}
.wrapper > .header .menu ul li a {
  display: inline-block;
  font-size: 14px;
  color: #ccc;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  text-decoration: none;
}
.wrapper > .header .menu ul li a.active {
  color: white;
  background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
}
.wrapper > .header .menu ul li a:hover {
  color: white;
}
.wrapper > .header .menu .info {
  display: inline-block;
  float: right;
  color: white;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
}
.wrapper > .content {
  padding: 20px 0 0 0;
}
.wrapper > .content .content-box.menu {
  width: 200px;
  padding: 0;
}
.wrapper > .content .content-box.menu ul {
  display: block;
}
.wrapper > .content .content-box.menu ul li {
  border-bottom: 1px solid #d3d3d3;
}
.wrapper > .content .content-box.menu ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}
.wrapper > .content .content-box.menu ul li:first-child {
  border-radius: 5px 5px 0 0;
}
.wrapper > .content .content-box.menu ul li:hover {
  background: #f3f3f3;
}
.wrapper > .content .content-box.menu ul li a {
  color: #003d5e;
  font-size: 14px;
  font-weight: bolder;
  height: 30px;
  line-height: 30px;
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
}
.wrapper > .content .content-holder {
  width: 780px;
}
body {
  padding: 0;
  margin: 0;
  color: black;
  background: white;
}
.wrapper > .content {
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 90px;
}
.footer {
  height: 80px;
  margin-top: -80px;
}
/***********************************************/
form.search > label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 30px;
  vertical-align: middle;
}
form.search > label > span {
  margin: 2px 5px;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(/i/search.png) center center no-repeat;
  background-size: 100%;
}
form.search > label > input {
  vertical-align: top;
  border: 0;
  border-radius: 5px;
  padding: 6px 5px 6px 35px;
}
form.search > label > button {
  position: absolute;
  right: 0;
  top: 0;
  height: 28px;
  background: transparent;
  border: 0;
  outline: 0;
}
/*************************************************/
.to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: #000 url(/i/icon-arrow-next-white.svg) no-repeat 50%;
  background-size: 20px 20px;
  opacity: .5;
  transition: opacity .5s ease;
  z-index: 10000;
  cursor: pointer;
}
.to-top:hover {
  opacity: 1;
}
/*************************************************/
.page-index img {
  max-width: 700px;
}
.page-index .page-holder {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}
.page-index .page-holder:last-child {
  margin: 0;
  border-bottom: none;
}
.page-index .page-holder .title {
  font-size: 21px;
}
.page-index .page-holder .page-footer {
  padding: 0 0 10px 0;
}
.page-index > .page-list {
  width: 730px;
}
.page-index > .right {
  width: 250px;
  height: 100%;
}
.page-index > .right .tag-box .tags-holder {
  line-height: 150%;
}
.page-index > .right .search-box input {
  width: 100%;
}
.page-edit .content-panel-body > form > div {
  padding: 0 0 20px 0;
}
.page.view .edit.admin {
  float: right;
  width: 32px;
  height: 32px;
  background: url(/i/edit.png) center center no-repeat;
}
.page.view .comments .head {
  max-width: 500px;
}
.page.view .comments .input-note {
  padding: 0 0 10px 0;
}
.page.view .comments .input-note .title {
  width: 15%;
  text-align: left;
}
.page.view .comments .input-note > input {
  width: 85%;
}
.page.view .comments .message textarea {
  height: 100px;
}
.page.view .comments .action-bar {
  padding: 10px 0;
}
.page.view .comments-list .comment {
  padding: 0 0 20px 0;
}
.page.view .comments-list .comment:first-child {
  padding: 20px 0;
}
.page.view .comments-list .comment .header {
  background: #fbf5f5;
  height: 32px;
  line-height: 32px;
}
.page.view .comments-list .comment .header .avatar {
  display: flex !important;
  align-items: center;
  float: left;
}
.page.view .comments-list .comment .header .avatar > img {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.page.view .comments-list .comment .header .name {
  font-weight: bold;
  padding: 0 6px;
}
.page.view .comments-list .comment .header > div {
  height: 100%;
  display: inline-block;
}
.page.view .comments-list .comment .message {
  padding: 7px 0 0 0;
}
