@charset "utf-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse; }
/*border-spacing:0*/
/*td,th{padding:0}*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  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; } }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.reset-indents {
  padding: 0;
  margin: 0; }

.reset-font {
  line-height: 0;
  font-size: 0; }

.clear-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0; }
  .clearfix:after {
    clear: both; }

.pie {
  behavior: url(pie.htc); }

html, body {
  height: 100%;
  position: relative; }

html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25; }
  html.letterspacingstandart *[data-set-size], html.letterspacingstandart *[data-set-size] * {
    letter-spacing: 0; }
  html.letterspacingnormal *[data-set-size], html.letterspacingnormal *[data-set-size] * {
    letter-spacing: 2px; }
  html.letterspacingbig *[data-set-size], html.letterspacingbig *[data-set-size] * {
    letter-spacing: 5px; }
  html.sans-serif {
    font-family: Arial, sans-serif; }
  html.serif {
    font-family: 'Timew New Roman', serif; }

body {
  min-width: 990px;
  padding: 0 15px;
  text-align: left; }

.light-theme {
  /*h1 {
   font-size: $H1Size !important;
   }*/ }
  .light-theme {
    background: #fff;
    color: #000; }
  .light-theme .thumb, .light-theme .YMaps, .light-theme .ymaps-map {
    color: #000; }
  .light-theme .table {
    display: table; }
    .light-theme .table .tr {
      display: table-row; }
    .light-theme .table .td {
      display: table-cell;
      vertical-align: middle; }
  .light-theme .table0, .light-theme .table1, .light-theme .table2 {
    border-collapse: collapse; }
    .light-theme .table0 td, .light-theme .table1 td, .light-theme .table2 td {
      padding: 0.5em; }
  .light-theme .table1, .light-theme .table2 {
    border: 1px solid #afafaf; }
    .light-theme .table1 td, .light-theme .table2 td, .light-theme .table1 th, .light-theme .table2 th {
      border: 1px solid #afafaf; }
  .light-theme .table2 th {
    background: #000;
    color: #fff;
    padding: 0.5em; }
  .light-theme a {
    text-decoration: underline;
    color: #000; }
  .light-theme a:hover {
    text-decoration: none; }
  .light-theme a img {
    border-color: #000; }
  .light-theme h1, .light-theme h2, .light-theme h3, .light-theme h4, .light-theme h5, .light-theme h6 {
    color: #000 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal; }
  .light-theme h2 {
    font-size: 24px !important; }
  .light-theme h3 {
    font-size: 19px !important; }
  .light-theme h4 {
    font-size: 16px !important; }
  .light-theme h5 {
    font-size: 13px !important; }
  .light-theme h6 {
    font-size: 11px !important; }
  .light-theme h5, .light-theme h6 {
    font-weight: bold; }
  .light-theme .wrapper {
    width: 990px;
    margin: 0 auto -70px;
    min-height: 100%; }
  .light-theme .header {
    padding: 1px 0 0;
    border-bottom: 3px solid #000; }
    .light-theme .header-panel {
      line-height: 50px;
      margin: 4px 0 5px;
      padding: 0 10px;
      font-weight: bold;
      color: #000;
      border: 1px solid #ccc;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -moz-box-shadow: 0 -1px 0 #ccc;
      -webkit-box-shadow: 0 -1px 0 #ccc;
      box-shadow: 0 -1px 0 #ccc;
      background-color: #ccc;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ccc));
      background-image: -o-linear-gradient(top, #fff 0%, #ccc 100%);
      background-image: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
      background-image: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
      background-image: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
      background-image: linear-gradient(to bottom, #fff 0%, #ccc 100%);
      -pie-background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
      behavior: url(pie.htc); }
      .light-theme .header-panel .font-size a, .light-theme .header-panel .color-theme a {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        height: 24px;
        line-height: 24px;
        width: 24px;
        margin: 0 10px 0 0;
        text-align: center;
        text-decoration: none;
        position: relative;
        border: 1px solid #ccc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        behavior: url(pie.htc); }
        .light-theme .header-panel .font-size a:hover, .light-theme .header-panel .color-theme a:hover {
          -moz-box-shadow: 0 0 0 1px #999;
          -webkit-box-shadow: 0 0 0 1px #999;
          box-shadow: 0 0 0 1px #999; }
      .light-theme .header-panel span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .light-theme .header-panel .font-size {
        float: left;
        padding: 0 5px 0 0;
        border-right: 1px solid #ccc; }
        .light-theme .header-panel .font-size a[data-size='normal-size'] {
          font-size: 16px; }
        .light-theme .header-panel .font-size a[data-size='big-size'] {
          font-size: 20px; }
        .light-theme .header-panel .font-size a[data-size='big1-size'] {
          font-size: 26px; }
        .light-theme .header-panel .font-size a[data-size='big2-size'] {
          font-size: 32px; }
      .light-theme .header-panel .color-theme {
        float: left;
        padding: 0 5px;
        border-right: 1px solid #ccc; }
      .light-theme .header-panel .image-hide {
        display: inline-block;
        padding: 0 0 0 10px;
        margin-left: 5px;
        border-left: 1px solid #ccc; }
      .light-theme .header-panel .normal-version {
        float: right;
        color: #000;
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 15px; }
        .light-theme .header-panel .normal-version:hover {
          text-decoration: none; }
      .light-theme .header-panel:before, .light-theme .header-panel:after {
        display: table;
        content: "";
        line-height: 0;
        font-size: 0; }
      .light-theme .header-panel:after {
        clear: both; }
    .light-theme .header-in {
      width: 100%; }
      .light-theme .header-in-wrap {
        padding: 0 20px; }
      .light-theme .header-in > div {
        padding: 5px 10px; }
    .light-theme .header .site-logo {
      font-weight: 700;
      font-style: italic; }
      .light-theme .header .site-logo a {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        color: #000; }
      .light-theme .header .site-logo .site-name {
        display: block;
        font-size: 60px; }
      .light-theme .header .site-logo .site-slogan {
        display: block;
        font-size: 15px; }
    .light-theme .header .site-contacts {
      text-align: right; }
      .light-theme .header .site-contacts-in {
        text-align: left;
        display: inline-block;
        vertical-align: middle; }
  .light-theme .header-nav {
    width: 100%; }
  .light-theme .site-search {
    vertical-align: top !important;
    white-space: nowrap;
    text-align: right; }
    .light-theme .site-search form {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 10px 10px 10px 5px; }
      .light-theme .site-search form input {
        margin: 0;
        display: inline-block;
        vertical-align: middle; }
      .light-theme .site-search form input[type=text] {
        background: #e6e6e6;
        color: #000;
        border: 1px solid #000;
        padding: 5px 10px;
        text-align: left;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        behavior: url(pie.htc); }
        .light-theme .site-search form input[type=text]::-webkit-input-placeholder {
          color: #000;
          opacity: 0.7; }
        .light-theme .site-search form input[type=text]:moz-placeholder {
          color: #000;
          opacity: 0.7; }
        .light-theme .site-search form input[type=text]::-moz-placeholder {
          color: #000;
          opacity: 0.7; }
        .light-theme .site-search form input[type=text]:-ms-input-placeholder {
          color: #000;
          opacity: 0.7; }
      .light-theme .site-search form input[type=submit] {
        background: #000;
        border: 1px solid #000;
        color: #fff;
        padding: 5px 10px;
        margin-left: 5px;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        behavior: url(pie.htc); }
  .light-theme .menu-defult {
    padding: 0;
    margin: 0; }
    .light-theme .menu-defult, .light-theme .menu-defult ul {
      list-style: none; }
    .light-theme .menu-defult > li > a {
      display: block;
      padding: 5px 10px;
      line-height: normal;
      font-weight: bold;
      color: #000;
      text-decoration: none;
      border: 1px solid #000;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
      transition: 0.2s;
      behavior: url(pie.htc); }
      .light-theme .menu-defult > li > a:hover, .light-theme .menu-defult > li.over > a, .light-theme .menu-defult > li.opened > a {
        background: #000;
        color: #fff; }
    .light-theme .menu-defult ul {
      margin: 0;
      padding: 0; }
      .light-theme .menu-defult ul li {
        padding: 0 20px; }
        .light-theme .menu-defult ul li > a {
          padding: 5px 0;
          display: block;
          line-height: normal;
          font-size: 0.9em;
          color: #000;
          text-decoration: none;
          border-bottom: 1px solid #000;
          position: relative;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -o-transition: 0.2s;
          -ms-transition: 0.2s;
          transition: 0.2s; }
          .light-theme .menu-defult ul li > a::before {
            content: '';
            top: 0.8em;
            left: -12px;
            width: 5px;
            height: 5px;
            background: #000;
            position: absolute;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            behavior: url(pie.htc); }
        .light-theme .menu-defult ul li > a:hover, .light-theme .menu-defult ul li.over > a, .light-theme .menu-defult ul li.opened > a {
          text-decoration: underline; }
        .light-theme .menu-defult ul li:first-child {
          padding-top: 5px; }
        .light-theme .menu-defult ul li:last-child {
          padding-bottom: 5px; }
    .light-theme .menu-defult.pop-up-menu ul {
      display: none;
      position: absolute;
      z-index: 100;
      width: 220px;
      border: 1px solid #000;
      background: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      behavior: url(pie.htc); }
      .light-theme .menu-defult.pop-up-menu ul li:last-child > a {
        border-bottom: none; }
      .light-theme .menu-defult.pop-up-menu ul ul {
        margin: -6px 0 0 46px; }
        .light-theme .menu-defult.pop-up-menu ul ul ul {
          margin-top: 0; }
  .light-theme .menu-top {
    padding: 10px 5px 0;
    text-align: left; }
    .light-theme .menu-top > li {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 10px; }
    .light-theme .menu-top ul {
      display: none; }
    .light-theme .menu-top.pop-up-menu ul {
      margin: 5px 0 0 5px; }
  .light-theme .menu-left {
    margin: 30px 0 30px 10px; }
    .light-theme .menu-left > li {
      margin: 0 0 10px; }
      .light-theme .menu-left > li li li {
        padding-right: 0; }
    .light-theme .menu-left.pop-up-menu ul {
      margin-left: 5px; }
      .light-theme .menu-left.pop-up-menu ul li li {
        padding-right: 20px; }
  .light-theme .middle {
    position: relative;
    padding-bottom: 70px;
    width: 100%;
    height: 1%; }
    .light-theme .middle:before, .light-theme .middle:after {
      display: table;
      content: "";
      line-height: 0;
      font-size: 0; }
    .light-theme .middle:after {
      clear: both; }
  .light-theme .side-left #content {
    margin-left: 230px; }
  .light-theme .side-left #side-left {
    display: block; }
  .light-theme .container {
    width: 100%;
    float: left; }
  .light-theme #content {
    padding: 30px 0 30px 30px; }
    .light-theme #content:before, .light-theme #content:after {
      display: table;
      content: "";
      line-height: 0;
      font-size: 0; }
    .light-theme #content:after {
      clear: both; }
    .light-theme #content > h1 {
      margin-top: 0; }
    .light-theme #content .page-path {
      margin-bottom: 10px; }
  .light-theme #side-left {
    display: none;
    position: relative;
    float: left;
    margin-left: -100%;
    width: 230px; }
  .light-theme .news {
    margin: 30px 0 30px 10px; }
    .light-theme .news-title {
      font-size: 1.5em;
      margin: 0 0 10px; }
    .light-theme .news-more {
      text-transform: lowercase;
      font-size: 0.6em; }
    .light-theme .news-item {
      margin: 0 0 20px; }
      .light-theme .news-item-date {
        display: inline-block;
        vertical-align: top;
        background: #000;
        color: #fff;
        font-size: 0.8em;
        padding: 2px 10px;
        margin: 0 5px 0 0;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        behavior: url(pie.htc); }
      .light-theme .news-item-title {
        font-weight: bold; }
      .light-theme .news-item-image {
        margin: 10px 0; }
        .light-theme .news-item-image img {
          max-width: 100%;
          height: auto !important; }
  .light-theme .footer {
    position: relative;
    margin: 0 auto;
    width: 990px;
    border-top: 3px solid #000; }
    .light-theme .footer-in {
      margin: 0 10px;
      height: 67px; }
    .light-theme .footer .site-copyright {
      white-space: nowrap; }
    .light-theme .footer .site-counters {
      width: 100%;
      text-align: center; }
    .light-theme .footer .mega-copyright {
      white-space: nowrap; }
  .light-theme .site-logo img {
    filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grayscale'%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3C/svg%3E#grayscale");
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale 100%;
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; }
  .light-theme .image-hide a, .light-theme .image-hide.active a:before, .light-theme .image-hide.active a:after {
    border-color: #000; }

.dark-theme {
  /*h1 {
   font-size: $H1Size !important;
   }*/ }
  .dark-theme .image-hide a, .dark-theme .image-hide.active a:before, .dark-theme .image-hide.active a:after {
    border-color: #fff; }
  .dark-theme {
    background: #000;
    color: #fff; }
  .dark-theme .thumb, .dark-theme .YMaps, .dark-theme .ymaps-map {
    color: #fff; }
  .dark-theme .table {
    display: table; }
    .dark-theme .table .tr {
      display: table-row; }
    .dark-theme .table .td {
      display: table-cell;
      vertical-align: middle; }
  .dark-theme .table0, .dark-theme .table1, .dark-theme .table2 {
    border-collapse: collapse; }
    .dark-theme .table0 td, .dark-theme .table1 td, .dark-theme .table2 td {
      padding: 0.5em; }
  .dark-theme .table1, .dark-theme .table2 {
    border: 1px solid #afafaf; }
    .dark-theme .table1 td, .dark-theme .table2 td, .dark-theme .table1 th, .dark-theme .table2 th {
      border: 1px solid #afafaf; }
  .dark-theme .table2 th {
    background: #fff;
    color: #000;
    padding: 0.5em; }
  .dark-theme a {
    text-decoration: underline;
    color: #fff; }
  .dark-theme a:hover {
    text-decoration: none; }
  .dark-theme a img {
    border-color: #fff; }
  .dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6 {
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal; }
  .dark-theme h2 {
    font-size: 24px !important; }
  .dark-theme h3 {
    font-size: 19px !important; }
  .dark-theme h4 {
    font-size: 16px !important; }
  .dark-theme h5 {
    font-size: 13px !important; }
  .dark-theme h6 {
    font-size: 11px !important; }
  .dark-theme h5, .dark-theme h6 {
    font-weight: bold; }
  .dark-theme .wrapper {
    width: 990px;
    margin: 0 auto -70px;
    min-height: 100%; }
  .dark-theme .header {
    padding: 1px 0 0;
    border-bottom: 3px solid #fff; }
    .dark-theme .header-panel {
      line-height: 50px;
      margin: 4px 0 5px;
      padding: 0 10px;
      font-weight: bold;
      color: #fff;
      border: 1px solid #333;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -moz-box-shadow: 0 -1px 0 #333;
      -webkit-box-shadow: 0 -1px 0 #333;
      box-shadow: 0 -1px 0 #333;
      background-color: #333;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, #333));
      background-image: -o-linear-gradient(top, #000 0%, #333 100%);
      background-image: -moz-linear-gradient(top, #000 0%, #333 100%);
      background-image: -webkit-linear-gradient(top, #000 0%, #333 100%);
      background-image: -ms-linear-gradient(top, #000 0%, #333 100%);
      background-image: linear-gradient(to bottom, #000 0%, #333 100%);
      -pie-background: linear-gradient(to bottom, #000 0%, #333 100%);
      behavior: url(pie.htc); }
      .dark-theme .header-panel .font-size a, .dark-theme .header-panel .color-theme a {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        height: 24px;
        line-height: 24px;
        width: 24px;
        margin: 0 10px 0 0;
        text-align: center;
        text-decoration: none;
        position: relative;
        border: 1px solid #333;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        behavior: url(pie.htc); }
        .dark-theme .header-panel .font-size a:hover, .dark-theme .header-panel .color-theme a:hover {
          -moz-box-shadow: 0 0 0 1px #666;
          -webkit-box-shadow: 0 0 0 1px #666;
          box-shadow: 0 0 0 1px #666; }
      .dark-theme .header-panel span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .dark-theme .header-panel .font-size {
        float: left;
        padding: 0 5px 0 0;
        border-right: 1px solid #333; }
        .dark-theme .header-panel .font-size a[data-size='normal-size'] {
          font-size: 16px; }
        .dark-theme .header-panel .font-size a[data-size='big-size'] {
          font-size: 20px; }
        .dark-theme .header-panel .font-size a[data-size='big1-size'] {
          font-size: 26px; }
        .dark-theme .header-panel .font-size a[data-size='big2-size'] {
          font-size: 32px; }
      .dark-theme .header-panel .color-theme {
        float: left;
        padding: 0 5px;
        border-right: 1px solid #333; }
      .dark-theme .header-panel .image-hide {
        display: inline-block;
        padding: 0 0 0 10px;
        margin-left: 5px;
        border-left: 1px solid #333; }
      .dark-theme .header-panel .normal-version {
        float: right;
        color: #fff;
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 15px; }
        .dark-theme .header-panel .normal-version:hover {
          text-decoration: none; }
      .dark-theme .header-panel:before, .dark-theme .header-panel:after {
        display: table;
        content: "";
        line-height: 0;
        font-size: 0; }
      .dark-theme .header-panel:after {
        clear: both; }
    .dark-theme .header-in {
      width: 100%; }
      .dark-theme .header-in-wrap {
        padding: 0 20px; }
      .dark-theme .header-in > div {
        padding: 5px 10px; }
    .dark-theme .header .site-logo {
      font-weight: 700;
      font-style: italic; }
      .dark-theme .header .site-logo a {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        color: #fff; }
      .dark-theme .header .site-logo .site-name {
        display: block;
        font-size: 60px; }
      .dark-theme .header .site-logo .site-slogan {
        display: block;
        font-size: 15px; }
    .dark-theme .header .site-contacts {
      text-align: right; }
      .dark-theme .header .site-contacts-in {
        text-align: left;
        display: inline-block;
        vertical-align: middle; }
  .dark-theme .header-nav {
    width: 100%; }
  .dark-theme .site-search {
    vertical-align: top !important;
    white-space: nowrap;
    text-align: right; }
    .dark-theme .site-search form {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 10px 10px 10px 5px; }
      .dark-theme .site-search form input {
        margin: 0;
        display: inline-block;
        vertical-align: middle; }
      .dark-theme .site-search form input[type=text] {
        background: #1a1a1a;
        color: #fff;
        border: 1px solid #fff;
        padding: 5px 10px;
        text-align: left;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        behavior: url(pie.htc); }
        .dark-theme .site-search form input[type=text]::-webkit-input-placeholder {
          color: #fff;
          opacity: 0.7; }
        .dark-theme .site-search form input[type=text]:moz-placeholder {
          color: #fff;
          opacity: 0.7; }
        .dark-theme .site-search form input[type=text]::-moz-placeholder {
          color: #fff;
          opacity: 0.7; }
        .dark-theme .site-search form input[type=text]:-ms-input-placeholder {
          color: #fff;
          opacity: 0.7; }
      .dark-theme .site-search form input[type=submit] {
        background: #fff;
        border: 1px solid #fff;
        color: #000;
        padding: 5px 10px;
        margin-left: 5px;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        behavior: url(pie.htc); }
  .dark-theme .menu-defult {
    padding: 0;
    margin: 0; }
    .dark-theme .menu-defult, .dark-theme .menu-defult ul {
      list-style: none; }
    .dark-theme .menu-defult > li > a {
      display: block;
      padding: 5px 10px;
      line-height: normal;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      border: 1px solid #fff;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
      transition: 0.2s;
      behavior: url(pie.htc); }
      .dark-theme .menu-defult > li > a:hover, .dark-theme .menu-defult > li.over > a, .dark-theme .menu-defult > li.opened > a {
        background: #fff;
        color: #000; }
    .dark-theme .menu-defult ul {
      margin: 0;
      padding: 0; }
      .dark-theme .menu-defult ul li {
        padding: 0 20px; }
        .dark-theme .menu-defult ul li > a {
          padding: 5px 0;
          display: block;
          line-height: normal;
          font-size: 0.9em;
          color: #fff;
          text-decoration: none;
          border-bottom: 1px solid #fff;
          position: relative;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -o-transition: 0.2s;
          -ms-transition: 0.2s;
          transition: 0.2s; }
          .dark-theme .menu-defult ul li > a::before {
            content: '';
            top: 0.8em;
            left: -12px;
            width: 5px;
            height: 5px;
            background: #fff;
            position: absolute;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            behavior: url(pie.htc); }
        .dark-theme .menu-defult ul li > a:hover, .dark-theme .menu-defult ul li.over > a, .dark-theme .menu-defult ul li.opened > a {
          text-decoration: underline; }
        .dark-theme .menu-defult ul li:first-child {
          padding-top: 5px; }
        .dark-theme .menu-defult ul li:last-child {
          padding-bottom: 5px; }
    .dark-theme .menu-defult.pop-up-menu ul {
      display: none;
      position: absolute;
      z-index: 100;
      width: 220px;
      border: 1px solid #fff;
      background: #000;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      behavior: url(pie.htc); }
      .dark-theme .menu-defult.pop-up-menu ul li:last-child > a {
        border-bottom: none; }
      .dark-theme .menu-defult.pop-up-menu ul ul {
        margin: -6px 0 0 46px; }
        .dark-theme .menu-defult.pop-up-menu ul ul ul {
          margin-top: 0; }
  .dark-theme .menu-top {
    padding: 10px 5px 0;
    text-align: left; }
    .dark-theme .menu-top > li {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 10px; }
    .dark-theme .menu-top ul {
      display: none; }
    .dark-theme .menu-top.pop-up-menu ul {
      margin: 5px 0 0 5px; }
  .dark-theme .menu-left {
    margin: 30px 0 30px 10px; }
    .dark-theme .menu-left > li {
      margin: 0 0 10px; }
      .dark-theme .menu-left > li li li {
        padding-right: 0; }
    .dark-theme .menu-left.pop-up-menu ul {
      margin-left: 5px; }
      .dark-theme .menu-left.pop-up-menu ul li li {
        padding-right: 20px; }
  .dark-theme .middle {
    position: relative;
    padding-bottom: 70px;
    width: 100%;
    height: 1%; }
    .dark-theme .middle:before, .dark-theme .middle:after {
      display: table;
      content: "";
      line-height: 0;
      font-size: 0; }
    .dark-theme .middle:after {
      clear: both; }
  .dark-theme .side-left #content {
    margin-left: 230px; }
  .dark-theme .side-left #side-left {
    display: block; }
  .dark-theme .container {
    width: 100%;
    float: left; }
  .dark-theme #content {
    padding: 30px 0 30px 30px; }
    .dark-theme #content:before, .dark-theme #content:after {
      display: table;
      content: "";
      line-height: 0;
      font-size: 0; }
    .dark-theme #content:after {
      clear: both; }
    .dark-theme #content > h1 {
      margin-top: 0; }
    .dark-theme #content .page-path {
      margin-bottom: 10px; }
  .dark-theme #side-left {
    display: none;
    position: relative;
    float: left;
    margin-left: -100%;
    width: 230px; }
  .dark-theme .news {
    margin: 30px 0 30px 10px; }
    .dark-theme .news-title {
      font-size: 1.5em;
      margin: 0 0 10px; }
    .dark-theme .news-more {
      text-transform: lowercase;
      font-size: 0.6em; }
    .dark-theme .news-item {
      margin: 0 0 20px; }
      .dark-theme .news-item-date {
        display: inline-block;
        vertical-align: top;
        background: #fff;
        color: #000;
        font-size: 0.8em;
        padding: 2px 10px;
        margin: 0 5px 0 0;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        behavior: url(pie.htc); }
      .dark-theme .news-item-title {
        font-weight: bold; }
      .dark-theme .news-item-image {
        margin: 10px 0; }
        .dark-theme .news-item-image img {
          max-width: 100%;
          height: auto !important; }
  .dark-theme .footer {
    position: relative;
    margin: 0 auto;
    width: 990px;
    border-top: 3px solid #fff; }
    .dark-theme .footer-in {
      margin: 0 10px;
      height: 67px; }
    .dark-theme .footer .site-copyright {
      white-space: nowrap; }
    .dark-theme .footer .site-counters {
      width: 100%;
      text-align: center; }
    .dark-theme .footer .mega-copyright {
      white-space: nowrap; }
  .dark-theme .site-logo img {
    filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grayscale_invert'%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeColorMatrix in=%22SourceGraphic%22 type=%22matrix%22 values=%22-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0%22/%3E%3C/filter%3E%3C/svg%3E#grayscale_invert");
    -webkit-filter: grayscale(1) invert(1);
    -webkit-filter: grayscale(100%) invert(100%);
    -moz-filter: grayscale 100% invert(100%);
    -ms-filter: grayscale(100%) invert(100%);
    -o-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%);
    filter: gray invert; }
  .dark-theme .header-panel .settings a:before {
    background: #fff; }
  .dark-theme .header-panel-bottom {
    border-color: #fff;
    background: #000;
    color: #fff; }
  .dark-theme .header-panel .row a {
    border-color: #fff; }
  .dark-theme .header-panel .row a:hover, .dark-theme .header-panel .row a.active {
    background: #fff;
    color: #000; }
  .dark-theme .header-panel .close-panel span {
    background: #fff;
    color: #000; }
    .dark-theme .header-panel .close-panel span:before {
      border-color: #000; }

.azure-theme {
  /*h1 {
   font-size: $H1Size !important;
   }*/ }
  .azure-theme {
    background: #9dd1ff;
    color: #063462; }
  .azure-theme .thumb, .azure-theme .YMaps, .azure-theme .ymaps-map {
    color: #063462; }
  .azure-theme .table {
    display: table; }
    .azure-theme .table .tr {
      display: table-row; }
    .azure-theme .table .td {
      display: table-cell;
      vertical-align: middle; }
  .azure-theme .table0, .azure-theme .table1, .azure-theme .table2 {
    border-collapse: collapse; }
    .azure-theme .table0 td, .azure-theme .table1 td, .azure-theme .table2 td {
      padding: 0.5em; }
  .azure-theme .table1, .azure-theme .table2 {
    border: 1px solid #afafaf; }
    .azure-theme .table1 td, .azure-theme .table2 td, .azure-theme .table1 th, .azure-theme .table2 th {
      border: 1px solid #afafaf; }
  .azure-theme .table2 th {
    background: #063462;
    color: #9dd1ff;
    padding: 0.5em; }
  .azure-theme a {
    text-decoration: underline;
    color: #063462; }
  .azure-theme a:hover {
    text-decoration: none; }
  .azure-theme a img {
    border-color: #063462; }
  .azure-theme h1, .azure-theme h2, .azure-theme h3, .azure-theme h4, .azure-theme h5, .azure-theme h6 {
    color: #063462 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal; }
  .azure-theme h2 {
    font-size: 24px !important; }
  .azure-theme h3 {
    font-size: 19px !important; }
  .azure-theme h4 {
    font-size: 16px !important; }
  .azure-theme h5 {
    font-size: 13px !important; }
  .azure-theme h6 {
    font-size: 11px !important; }
  .azure-theme h5, .azure-theme h6 {
    font-weight: bold; }
  .azure-theme .wrapper {
    width: 990px;
    margin: 0 auto -70px;
    min-height: 100%; }
  .azure-theme .header {
    padding: 1px 0 0;
    border-bottom: 3px solid #063462; }
    .azure-theme .header-panel {
      line-height: 50px;
      margin: 4px 0 5px;
      padding: 0 10px;
      font-weight: bold;
      color: #063462;
      border: 1px solid #37a1ff;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -moz-box-shadow: 0 -1px 0 #37a1ff;
      -webkit-box-shadow: 0 -1px 0 #37a1ff;
      box-shadow: 0 -1px 0 #37a1ff;
      background-color: #37a1ff;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd1ff), color-stop(100%, #37a1ff));
      background-image: -o-linear-gradient(top, #9dd1ff 0%, #37a1ff 100%);
      background-image: -moz-linear-gradient(top, #9dd1ff 0%, #37a1ff 100%);
      background-image: -webkit-linear-gradient(top, #9dd1ff 0%, #37a1ff 100%);
      background-image: -ms-linear-gradient(top, #9dd1ff 0%, #37a1ff 100%);
      background-image: linear-gradient(to bottom, #9dd1ff 0%, #37a1ff 100%);
      -pie-background: linear-gradient(to bottom, #9dd1ff 0%, #37a1ff 100%);
      behavior: url(pie.htc); }
      .azure-theme .header-panel .font-size a, .azure-theme .header-panel .color-theme a {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        height: 24px;
        line-height: 24px;
        width: 24px;
        margin: 0 10px 0 0;
        text-align: center;
        text-decoration: none;
        position: relative;
        border: 1px solid #37a1ff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        behavior: url(pie.htc); }
        .azure-theme .header-panel .font-size a:hover, .azure-theme .header-panel .color-theme a:hover {
          -moz-box-shadow: 0 0 0 1px #006ed0;
          -webkit-box-shadow: 0 0 0 1px #006ed0;
          box-shadow: 0 0 0 1px #006ed0; }
      .azure-theme .header-panel span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .azure-theme .header-panel .font-size {
        float: left;
        padding: 0 5px 0 0;
        border-right: 1px solid #37a1ff; }
        .azure-theme .header-panel .font-size a[data-size='normal-size'] {
          font-size: 16px; }
        .azure-theme .header-panel .font-size a[data-size='big-size'] {
          font-size: 20px; }
        .azure-theme .header-panel .font-size a[data-size='big1-size'] {
          font-size: 26px; }
        .azure-theme .header-panel .font-size a[data-size='big2-size'] {
          font-size: 32px; }
      .azure-theme .header-panel .color-theme {
        float: left;
        padding: 0 5px;
        border-right: 1px solid #37a1ff; }
      .azure-theme .header-panel .image-hide {
        display: inline-block;
        padding: 0 0 0 10px;
        margin-left: 5px;
        border-left: 1px solid #37a1ff; }
      .azure-theme .header-panel .normal-version {
        float: right;
        color: #063462;
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 15px; }
        .azure-theme .header-panel .normal-version:hover {
          text-decoration: none; }
      .azure-theme .header-panel:before, .azure-theme .header-panel:after {
        display: table;
        content: "";
        line-height: 0;
        font-size: 0; }
      .azure-theme .header-panel:after {
        clear: both; }
    .azure-theme .header-in {
      width: 100%; }
      .azure-theme .header-in-wrap {
        padding: 0 20px; }
      .azure-theme .header-in > div {
        padding: 5px 10px; }
    .azure-theme .header .site-logo {
      font-weight: 700;
      font-style: italic; }
      .azure-theme .header .site-logo a {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        color: #063462; }
      .azure-theme .header .site-logo .site-name {
        display: block;
        font-size: 60px; }
      .azure-theme .header .site-logo .site-slogan {
        display: block;
        font-size: 15px; }
    .azure-theme .header .site-contacts {
      text-align: right; }
      .azure-theme .header .site-contacts-in {
        text-align: left;
        display: inline-block;
        vertical-align: middle; }
  .azure-theme .header-nav {
    width: 100%; }
  .azure-theme .site-search {
    vertical-align: top !important;
    white-space: nowrap;
    text-align: right; }
    .azure-theme .site-search form {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 10px 10px 10px 5px; }
      .azure-theme .site-search form input {
        margin: 0;
        display: inline-block;
        vertical-align: middle; }
      .azure-theme .site-search form input[type=text] {
        background: #6ab9ff;
        color: #063462;
        border: 1px solid #063462;
        padding: 5px 10px;
        text-align: left;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        behavior: url(pie.htc); }
        .azure-theme .site-search form input[type=text]::-webkit-input-placeholder {
          color: #063462;
          opacity: 0.7; }
        .azure-theme .site-search form input[type=text]:moz-placeholder {
          color: #063462;
          opacity: 0.7; }
        .azure-theme .site-search form input[type=text]::-moz-placeholder {
          color: #063462;
          opacity: 0.7; }
        .azure-theme .site-search form input[type=text]:-ms-input-placeholder {
          color: #063462;
          opacity: 0.7; }
      .azure-theme .site-search form input[type=submit] {
        background: #063462;
        border: 1px solid #063462;
        color: #9dd1ff;
        padding: 5px 10px;
        margin-left: 5px;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        behavior: url(pie.htc); }
  .azure-theme .menu-defult {
    padding: 0;
    margin: 0; }
    .azure-theme .menu-defult, .azure-theme .menu-defult ul {
      list-style: none; }
    .azure-theme .menu-defult > li > a {
      display: block;
      padding: 5px 10px;
      line-height: normal;
      font-weight: bold;
      color: #063462;
      text-decoration: none;
      border: 1px solid #063462;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
      transition: 0.2s;
      behavior: url(pie.htc); }
      .azure-theme .menu-defult > li > a:hover, .azure-theme .menu-defult > li.over > a, .azure-theme .menu-defult > li.opened > a {
        background: #063462;
        color: #9dd1ff; }
    .azure-theme .menu-defult ul {
      margin: 0;
      padding: 0; }
      .azure-theme .menu-defult ul li {
        padding: 0 20px; }
        .azure-theme .menu-defult ul li > a {
          padding: 5px 0;
          display: block;
          line-height: normal;
          font-size: 0.9em;
          color: #063462;
          text-decoration: none;
          border-bottom: 1px solid #063462;
          position: relative;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -o-transition: 0.2s;
          -ms-transition: 0.2s;
          transition: 0.2s; }
          .azure-theme .menu-defult ul li > a::before {
            content: '';
            top: 0.8em;
            left: -12px;
            width: 5px;
            height: 5px;
            background: #063462;
            position: absolute;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            behavior: url(pie.htc); }
        .azure-theme .menu-defult ul li > a:hover, .azure-theme .menu-defult ul li.over > a, .azure-theme .menu-defult ul li.opened > a {
          text-decoration: underline; }
        .azure-theme .menu-defult ul li:first-child {
          padding-top: 5px; }
        .azure-theme .menu-defult ul li:last-child {
          padding-bottom: 5px; }
    .azure-theme .menu-defult.pop-up-menu ul {
      display: none;
      position: absolute;
      z-index: 100;
      width: 220px;
      border: 1px solid #063462;
      background: #9dd1ff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      behavior: url(pie.htc); }
      .azure-theme .menu-defult.pop-up-menu ul li:last-child > a {
        border-bottom: none; }
      .azure-theme .menu-defult.pop-up-menu ul ul {
        margin: -6px 0 0 46px; }
        .azure-theme .menu-defult.pop-up-menu ul ul ul {
          margin-top: 0; }
  .azure-theme .menu-top {
    padding: 10px 5px 0;
    text-align: left; }
    .azure-theme .menu-top > li {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 10px; }
    .azure-theme .menu-top ul {
      display: none; }
    .azure-theme .menu-top.pop-up-menu ul {
      margin: 5px 0 0 5px; }
  .azure-theme .menu-left {
    margin: 30px 0 30px 10px; }
    .azure-theme .menu-left > li {
      margin: 0 0 10px; }
      .azure-theme .menu-left > li li li {
        padding-right: 0; }
    .azure-theme .menu-left.pop-up-menu ul {
      margin-left: 5px; }
      .azure-theme .menu-left.pop-up-menu ul li li {
        padding-right: 20px; }
  .azure-theme .middle {
    position: relative;
    padding-bottom: 70px;
    width: 100%;
    height: 1%; }
    .azure-theme .middle:before, .azure-theme .middle:after {
      display: table;
      content: "";
      line-height: 0;
      font-size: 0; }
    .azure-theme .middle:after {
      clear: both; }
  .azure-theme .side-left #content {
    margin-left: 230px; }
  .azure-theme .side-left #side-left {
    display: block; }
  .azure-theme .container {
    width: 100%;
    float: left; }
  .azure-theme #content {
    padding: 30px 0 30px 30px; }
    .azure-theme #content:before, .azure-theme #content:after {
      display: table;
      content: "";
      line-height: 0;
      font-size: 0; }
    .azure-theme #content:after {
      clear: both; }
    .azure-theme #content > h1 {
      margin-top: 0; }
    .azure-theme #content .page-path {
      margin-bottom: 10px; }
  .azure-theme #side-left {
    display: none;
    position: relative;
    float: left;
    margin-left: -100%;
    width: 230px; }
  .azure-theme .news {
    margin: 30px 0 30px 10px; }
    .azure-theme .news-title {
      font-size: 1.5em;
      margin: 0 0 10px; }
    .azure-theme .news-more {
      text-transform: lowercase;
      font-size: 0.6em; }
    .azure-theme .news-item {
      margin: 0 0 20px; }
      .azure-theme .news-item-date {
        display: inline-block;
        vertical-align: top;
        background: #063462;
        color: #9dd1ff;
        font-size: 0.8em;
        padding: 2px 10px;
        margin: 0 5px 0 0;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        behavior: url(pie.htc); }
      .azure-theme .news-item-title {
        font-weight: bold; }
      .azure-theme .news-item-image {
        margin: 10px 0; }
        .azure-theme .news-item-image img {
          max-width: 100%;
          height: auto !important; }
  .azure-theme .footer {
    position: relative;
    margin: 0 auto;
    width: 990px;
    border-top: 3px solid #063462; }
    .azure-theme .footer-in {
      margin: 0 10px;
      height: 67px; }
    .azure-theme .footer .site-copyright {
      white-space: nowrap; }
    .azure-theme .footer .site-counters {
      width: 100%;
      text-align: center; }
    .azure-theme .footer .mega-copyright {
      white-space: nowrap; }
  .azure-theme .image-hide a, .azure-theme .image-hide.active a:before, .azure-theme .image-hide.active a:after {
    border-color: #063462; }
  .azure-theme .site-logo img {
    filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grayscale'%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3C/svg%3E#grayscale");
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale 100%;
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; }
  .azure-theme .header-panel .settings a:before {
    border-color: #37a1ff; }
  .azure-theme .header-panel-bottom {
    border-color: #063462;
    background: #9ed1ff;
    color: #063462; }
  .azure-theme .header-panel .row a {
    border-color: #063462; }
  .azure-theme .header-panel .row a:hover, .azure-theme .header-panel .row a.active {
    background: #063462;
    color: #9ed1ff; }
  .azure-theme .header-panel {
    background: #6ab9ff; }
  .azure-theme .header-panel .close-panel span {
    background: #063462;
    color: #9ed1ff; }
    .azure-theme .header-panel .close-panel span:before {
      border-color: #9ed1ff; }

.brown-theme {
  /*h1 {
   font-size: $H1Size !important;
   }*/ }
  .brown-theme .image-hide a, .brown-theme .image-hide.active a:before, .brown-theme .image-hide.active a:after {
    border-color: #4d4b43; }
  .brown-theme {
    background: #f7f3d6;
    color: #4d4b43; }
  .brown-theme .thumb, .brown-theme .YMaps, .brown-theme .ymaps-map {
    color: #4d4b43; }
  .brown-theme .table {
    display: table; }
    .brown-theme .table .tr {
      display: table-row; }
    .brown-theme .table .td {
      display: table-cell;
      vertical-align: middle; }
  .brown-theme .table0, .brown-theme .table1, .brown-theme .table2 {
    border-collapse: collapse; }
    .brown-theme .table0 td, .brown-theme .table1 td, .brown-theme .table2 td {
      padding: 0.5em; }
  .brown-theme .table1, .brown-theme .table2 {
    border: 1px solid #afafaf; }
    .brown-theme .table1 td, .brown-theme .table2 td, .brown-theme .table1 th, .brown-theme .table2 th {
      border: 1px solid #afafaf; }
  .brown-theme .table2 th {
    background: #4d4b43;
    color: #f7f3d6;
    padding: 0.5em; }
  .brown-theme a {
    text-decoration: underline;
    color: #4d4b43; }
  .brown-theme a:hover {
    text-decoration: none; }
  .brown-theme a img {
    border-color: #4d4b43; }
  .brown-theme h1, .brown-theme h2, .brown-theme h3, .brown-theme h4, .brown-theme h5, .brown-theme h6 {
    color: #4d4b43 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal; }
  .brown-theme h2 {
    font-size: 24px !important; }
  .brown-theme h3 {
    font-size: 19px !important; }
  .brown-theme h4 {
    font-size: 16px !important; }
  .brown-theme h5 {
    font-size: 13px !important; }
  .brown-theme h6 {
    font-size: 11px !important; }
  .brown-theme h5, .brown-theme h6 {
    font-weight: bold; }
  .brown-theme .wrapper {
    width: 990px;
    margin: 0 auto -70px;
    min-height: 100%; }
  .brown-theme .header {
    padding: 1px 0 0;
    border-bottom: 3px solid #4d4b43; }
    .brown-theme .header-panel {
      line-height: 50px;
      margin: 4px 0 5px;
      padding: 0 10px;
      font-weight: bold;
      color: #4d4b43;
      border: 1px solid #e6da81;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -moz-box-shadow: 0 -1px 0 #e6da81;
      -webkit-box-shadow: 0 -1px 0 #e6da81;
      box-shadow: 0 -1px 0 #e6da81;
      background-color: #e6da81;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f3d6), color-stop(100%, #e6da81));
      background-image: -o-linear-gradient(top, #f7f3d6 0%, #e6da81 100%);
      background-image: -moz-linear-gradient(top, #f7f3d6 0%, #e6da81 100%);
      background-image: -webkit-linear-gradient(top, #f7f3d6 0%, #e6da81 100%);
      background-image: -ms-linear-gradient(top, #f7f3d6 0%, #e6da81 100%);
      background-image: linear-gradient(to bottom, #f7f3d6 0%, #e6da81 100%);
      -pie-background: linear-gradient(to bottom, #f7f3d6 0%, #e6da81 100%);
      behavior: url(pie.htc); }
      .brown-theme .header-panel .font-size a, .brown-theme .header-panel .color-theme a {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        height: 24px;
        line-height: 24px;
        width: 24px;
        margin: 0 10px 0 0;
        text-align: center;
        text-decoration: none;
        position: relative;
        border: 1px solid #e6da81;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        behavior: url(pie.htc); }
        .brown-theme .header-panel .font-size a:hover, .brown-theme .header-panel .color-theme a:hover {
          -moz-box-shadow: 0 0 0 1px #d6c12b;
          -webkit-box-shadow: 0 0 0 1px #d6c12b;
          box-shadow: 0 0 0 1px #d6c12b; }
      .brown-theme .header-panel span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .brown-theme .header-panel .font-size {
        float: left;
        padding: 0 5px 0 0;
        border-right: 1px solid #e6da81; }
        .brown-theme .header-panel .font-size a[data-size='normal-size'] {
          font-size: 16px; }
        .brown-theme .header-panel .font-size a[data-size='big-size'] {
          font-size: 20px; }
        .brown-theme .header-panel .font-size a[data-size='big1-size'] {
          font-size: 26px; }
        .brown-theme .header-panel .font-size a[data-size='big2-size'] {
          font-size: 32px; }
      .brown-theme .header-panel .color-theme {
        float: left;
        padding: 0 5px;
        border-right: 1px solid #e6da81; }
      .brown-theme .header-panel .image-hide {
        display: inline-block;
        padding: 0 0 0 10px;
        margin-left: 5px;
        border-left: 1px solid #e6da81; }
      .brown-theme .header-panel .normal-version {
        float: right;
        color: #4d4b43;
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 15px; }
        .brown-theme .header-panel .normal-version:hover {
          text-decoration: none; }
      .brown-theme .header-panel:before, .brown-theme .header-panel:after {
        display: table;
        content: "";
        line-height: 0;
        font-size: 0; }
      .brown-theme .header-panel:after {
        clear: both; }
    .brown-theme .header-in {
      width: 100%; }
      .brown-theme .header-in-wrap {
        padding: 0 20px; }
      .brown-theme .header-in > div {
        padding: 5px 10px; }
    .brown-theme .header .site-logo {
      font-weight: 700;
      font-style: italic; }
      .brown-theme .header .site-logo a {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        color: #4d4b43; }
      .brown-theme .header .site-logo .site-name {
        display: block;
        font-size: 60px; }
      .brown-theme .header .site-logo .site-slogan {
        display: block;
        font-size: 15px; }
    .brown-theme .header .site-contacts {
      text-align: right; }
      .brown-theme .header .site-contacts-in {
        text-align: left;
        display: inline-block;
        vertical-align: middle; }
  .brown-theme .header-nav {
    width: 100%; }
  .brown-theme .site-search {
    vertical-align: top !important;
    white-space: nowrap;
    text-align: right; }
    .brown-theme .site-search form {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 10px 10px 10px 5px; }
      .brown-theme .site-search form input {
        margin: 0;
        display: inline-block;
        vertical-align: middle; }
      .brown-theme .site-search form input[type=text] {
        background: #efe7ab;
        color: #4d4b43;
        border: 1px solid #4d4b43;
        padding: 5px 10px;
        text-align: left;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        behavior: url(pie.htc); }
        .brown-theme .site-search form input[type=text]::-webkit-input-placeholder {
          color: #4d4b43;
          opacity: 0.7; }
        .brown-theme .site-search form input[type=text]:moz-placeholder {
          color: #4d4b43;
          opacity: 0.7; }
        .brown-theme .site-search form input[type=text]::-moz-placeholder {
          color: #4d4b43;
          opacity: 0.7; }
        .brown-theme .site-search form input[type=text]:-ms-input-placeholder {
          color: #4d4b43;
          opacity: 0.7; }
      .brown-theme .site-search form input[type=submit] {
        background: #4d4b43;
        border: 1px solid #4d4b43;
        color: #f7f3d6;
        padding: 5px 10px;
        margin-left: 5px;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        behavior: url(pie.htc); }
  .brown-theme .menu-defult {
    padding: 0;
    margin: 0; }
    .brown-theme .menu-defult, .brown-theme .menu-defult ul {
      list-style: none; }
    .brown-theme .menu-defult > li > a {
      display: block;
      padding: 5px 10px;
      line-height: normal;
      font-weight: bold;
      color: #4d4b43;
      text-decoration: none;
      border: 1px solid #4d4b43;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
      transition: 0.2s;
      behavior: url(pie.htc); }
      .brown-theme .menu-defult > li > a:hover, .brown-theme .menu-defult > li.over > a, .brown-theme .menu-defult > li.opened > a {
        background: #4d4b43;
        color: #f7f3d6; }
    .brown-theme .menu-defult ul {
      margin: 0;
      padding: 0; }
      .brown-theme .menu-defult ul li {
        padding: 0 20px; }
        .brown-theme .menu-defult ul li > a {
          padding: 5px 0;
          display: block;
          line-height: normal;
          font-size: 0.9em;
          color: #4d4b43;
          text-decoration: none;
          border-bottom: 1px solid #4d4b43;
          position: relative;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -o-transition: 0.2s;
          -ms-transition: 0.2s;
          transition: 0.2s; }
          .brown-theme .menu-defult ul li > a::before {
            content: '';
            top: 0.8em;
            left: -12px;
            width: 5px;
            height: 5px;
            background: #4d4b43;
            position: absolute;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            behavior: url(pie.htc); }
        .brown-theme .menu-defult ul li > a:hover, .brown-theme .menu-defult ul li.over > a, .brown-theme .menu-defult ul li.opened > a {
          text-decoration: underline; }
        .brown-theme .menu-defult ul li:first-child {
          padding-top: 5px; }
        .brown-theme .menu-defult ul li:last-child {
          padding-bottom: 5px; }
    .brown-theme .menu-defult.pop-up-menu ul {
      display: none;
      position: absolute;
      z-index: 100;
      width: 220px;
      border: 1px solid #4d4b43;
      background: #f7f3d6;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      behavior: url(pie.htc); }
      .brown-theme .menu-defult.pop-up-menu ul li:last-child > a {
        border-bottom: none; }
      .brown-theme .menu-defult.pop-up-menu ul ul {
        margin: -6px 0 0 46px; }
        .brown-theme .menu-defult.pop-up-menu ul ul ul {
          margin-top: 0; }
  .brown-theme .menu-top {
    padding: 10px 5px 0;
    text-align: left; }
    .brown-theme .menu-top > li {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 10px; }
    .brown-theme .menu-top ul {
      display: none; }
    .brown-theme .menu-top.pop-up-menu ul {
      margin: 5px 0 0 5px; }
  .brown-theme .menu-left {
    margin: 30px 0 30px 10px; }
    .brown-theme .menu-left > li {
      margin: 0 0 10px; }
      .brown-theme .menu-left > li li li {
        padding-right: 0; }
    .brown-theme .menu-left.pop-up-menu ul {
      margin-left: 5px; }
      .brown-theme .menu-left.pop-up-menu ul li li {
        padding-right: 20px; }
  .brown-theme .middle {
    position: relative;
    padding-bottom: 70px;
    width: 100%;
    height: 1%; }
    .brown-theme .middle:before, .brown-theme .middle:after {
      display: table;
      content: "";
      line-height: 0;
      font-size: 0; }
    .brown-theme .middle:after {
      clear: both; }
  .brown-theme .side-left #content {
    margin-left: 230px; }
  .brown-theme .side-left #side-left {
    display: block; }
  .brown-theme .container {
    width: 100%;
    float: left; }
  .brown-theme #content {
    padding: 30px 0 30px 30px; }
    .brown-theme #content:before, .brown-theme #content:after {
      display: table;
      content: "";
      line-height: 0;
      font-size: 0; }
    .brown-theme #content:after {
      clear: both; }
    .brown-theme #content > h1 {
      margin-top: 0; }
    .brown-theme #content .page-path {
      margin-bottom: 10px; }
  .brown-theme #side-left {
    display: none;
    position: relative;
    float: left;
    margin-left: -100%;
    width: 230px; }
  .brown-theme .news {
    margin: 30px 0 30px 10px; }
    .brown-theme .news-title {
      font-size: 1.5em;
      margin: 0 0 10px; }
    .brown-theme .news-more {
      text-transform: lowercase;
      font-size: 0.6em; }
    .brown-theme .news-item {
      margin: 0 0 20px; }
      .brown-theme .news-item-date {
        display: inline-block;
        vertical-align: top;
        background: #4d4b43;
        color: #f7f3d6;
        font-size: 0.8em;
        padding: 2px 10px;
        margin: 0 5px 0 0;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        behavior: url(pie.htc); }
      .brown-theme .news-item-title {
        font-weight: bold; }
      .brown-theme .news-item-image {
        margin: 10px 0; }
        .brown-theme .news-item-image img {
          max-width: 100%;
          height: auto !important; }
  .brown-theme .footer {
    position: relative;
    margin: 0 auto;
    width: 990px;
    border-top: 3px solid #4d4b43; }
    .brown-theme .footer-in {
      margin: 0 10px;
      height: 67px; }
    .brown-theme .footer .site-copyright {
      white-space: nowrap; }
    .brown-theme .footer .site-counters {
      width: 100%;
      text-align: center; }
    .brown-theme .footer .mega-copyright {
      white-space: nowrap; }
  .brown-theme .site-logo img {
    filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grayscale'%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3C/svg%3E#grayscale");
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale 100%;
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; }
  .brown-theme .header-panel .settings a:before {
    border-color: #e6da81; }
  .brown-theme .header-panel-bottom {
    border-color: #59422e;
    background: #f7f3d6;
    color: #59422e; }
  .brown-theme .header-panel .row a {
    border-color: #59422e; }
  .brown-theme .header-panel .row a:hover, .brown-theme .header-panel .row a.active {
    background: #59422e;
    color: #f7f3d6; }
  .brown-theme .header-panel {
    background: #efe7ab; }
  .brown-theme .header-panel .close-panel span {
    background: #3b2716;
    color: #f7f3d6; }
    .brown-theme .header-panel .close-panel span:before {
      border-color: #f7f3d6; }

.green-theme {
  /*h1 {
   font-size: $H1Size !important;
   }*/ }
  .green-theme .image-hide a, .green-theme .image-hide.active a:before, .green-theme .image-hide.active a:after {
    border-color: #a9e44d; }
  .green-theme {
    background: #3b2716;
    color: #a9e44d; }
  .green-theme .thumb, .green-theme .YMaps, .green-theme .ymaps-map {
    color: #a9e44d; }
  .green-theme .table {
    display: table; }
    .green-theme .table .tr {
      display: table-row; }
    .green-theme .table .td {
      display: table-cell;
      vertical-align: middle; }
  .green-theme .table0, .green-theme .table1, .green-theme .table2 {
    border-collapse: collapse; }
    .green-theme .table0 td, .green-theme .table1 td, .green-theme .table2 td {
      padding: 0.5em; }
  .green-theme .table1, .green-theme .table2 {
    border: 1px solid #afafaf; }
    .green-theme .table1 td, .green-theme .table2 td, .green-theme .table1 th, .green-theme .table2 th {
      border: 1px solid #afafaf; }
  .green-theme .table2 th {
    background: #a9e44d;
    color: #3b2716;
    padding: 0.5em; }
  .green-theme a {
    text-decoration: underline;
    color: #a9e44d; }
  .green-theme a:hover {
    text-decoration: none; }
  .green-theme a img {
    border-color: #a9e44d; }
  .green-theme h1, .green-theme h2, .green-theme h3, .green-theme h4, .green-theme h5, .green-theme h6 {
    color: #a9e44d !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal; }
  .green-theme h2 {
    font-size: 24px !important; }
  .green-theme h3 {
    font-size: 19px !important; }
  .green-theme h4 {
    font-size: 16px !important; }
  .green-theme h5 {
    font-size: 13px !important; }
  .green-theme h6 {
    font-size: 11px !important; }
  .green-theme h5, .green-theme h6 {
    font-weight: bold; }
  .green-theme .wrapper {
    width: 990px;
    margin: 0 auto -70px;
    min-height: 100%; }
  .green-theme .header {
    padding: 1px 0 0;
    border-bottom: 3px solid #a9e44d; }
    .green-theme .header-panel {
      line-height: 50px;
      margin: 4px 0 5px;
      padding: 0 10px;
      font-weight: bold;
      color: #a9e44d;
      border: 1px solid #855832;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -moz-box-shadow: 0 -1px 0 #855832;
      -webkit-box-shadow: 0 -1px 0 #855832;
      box-shadow: 0 -1px 0 #855832;
      background-color: #855832;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b2716), color-stop(100%, #855832));
      background-image: -o-linear-gradient(top, #3b2716 0%, #855832 100%);
      background-image: -moz-linear-gradient(top, #3b2716 0%, #855832 100%);
      background-image: -webkit-linear-gradient(top, #3b2716 0%, #855832 100%);
      background-image: -ms-linear-gradient(top, #3b2716 0%, #855832 100%);
      background-image: linear-gradient(to bottom, #3b2716 0%, #855832 100%);
      -pie-background: linear-gradient(to bottom, #3b2716 0%, #855832 100%);
      behavior: url(pie.htc); }
      .green-theme .header-panel .font-size a, .green-theme .header-panel .color-theme a {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        height: 24px;
        line-height: 24px;
        width: 24px;
        margin: 0 10px 0 0;
        text-align: center;
        text-decoration: none;
        position: relative;
        border: 1px solid #855832;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        behavior: url(pie.htc); }
        .green-theme .header-panel .font-size a:hover, .green-theme .header-panel .color-theme a:hover {
          -moz-box-shadow: 0 0 0 1px #c28a5b;
          -webkit-box-shadow: 0 0 0 1px #c28a5b;
          box-shadow: 0 0 0 1px #c28a5b; }
      .green-theme .header-panel span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
      .green-theme .header-panel .font-size {
        float: left;
        padding: 0 5px 0 0;
        border-right: 1px solid #855832; }
        .green-theme .header-panel .font-size a[data-size='normal-size'] {
          font-size: 16px; }
        .green-theme .header-panel .font-size a[data-size='big-size'] {
          font-size: 20px; }
        .green-theme .header-panel .font-size a[data-size='big1-size'] {
          font-size: 26px; }
        .green-theme .header-panel .font-size a[data-size='big2-size'] {
          font-size: 32px; }
      .green-theme .header-panel .color-theme {
        float: left;
        padding: 0 5px;
        border-right: 1px solid #855832; }
      .green-theme .header-panel .image-hide {
        display: inline-block;
        padding: 0 0 0 10px;
        margin-left: 5px;
        border-left: 1px solid #855832; }
      .green-theme .header-panel .normal-version {
        float: right;
        color: #a9e44d;
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 15px; }
        .green-theme .header-panel .normal-version:hover {
          text-decoration: none; }
      .green-theme .header-panel:before, .green-theme .header-panel:after {
        display: table;
        content: "";
        line-height: 0;
        font-size: 0; }
      .green-theme .header-panel:after {
        clear: both; }
    .green-theme .header-in {
      width: 100%; }
      .green-theme .header-in-wrap {
        padding: 0 20px; }
      .green-theme .header-in > div {
        padding: 5px 10px; }
    .green-theme .header .site-logo {
      font-weight: 700;
      font-style: italic; }
      .green-theme .header .site-logo a {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        color: #a9e44d; }
      .green-theme .header .site-logo .site-name {
        display: block;
        font-size: 60px; }
      .green-theme .header .site-logo .site-slogan {
        display: block;
        font-size: 15px; }
    .green-theme .header .site-contacts {
      text-align: right; }
      .green-theme .header .site-contacts-in {
        text-align: left;
        display: inline-block;
        vertical-align: middle; }
  .green-theme .header-nav {
    width: 100%; }
  .green-theme .site-search {
    vertical-align: top !important;
    white-space: nowrap;
    text-align: right; }
    .green-theme .site-search form {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 10px 10px 10px 5px; }
      .green-theme .site-search form input {
        margin: 0;
        display: inline-block;
        vertical-align: middle; }
      .green-theme .site-search form input[type=text] {
        background: #604024;
        color: #a9e44d;
        border: 1px solid #a9e44d;
        padding: 5px 10px;
        text-align: left;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        behavior: url(pie.htc); }
        .green-theme .site-search form input[type=text]::-webkit-input-placeholder {
          color: #a9e44d;
          opacity: 0.7; }
        .green-theme .site-search form input[type=text]:moz-placeholder {
          color: #a9e44d;
          opacity: 0.7; }
        .green-theme .site-search form input[type=text]::-moz-placeholder {
          color: #a9e44d;
          opacity: 0.7; }
        .green-theme .site-search form input[type=text]:-ms-input-placeholder {
          color: #a9e44d;
          opacity: 0.7; }
      .green-theme .site-search form input[type=submit] {
        background: #a9e44d;
        border: 1px solid #a9e44d;
        color: #3b2716;
        padding: 5px 10px;
        margin-left: 5px;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        behavior: url(pie.htc); }
  .green-theme .menu-defult {
    padding: 0;
    margin: 0; }
    .green-theme .menu-defult, .green-theme .menu-defult ul {
      list-style: none; }
    .green-theme .menu-defult > li > a {
      display: block;
      padding: 5px 10px;
      line-height: normal;
      font-weight: bold;
      color: #a9e44d;
      text-decoration: none;
      border: 1px solid #a9e44d;
      position: relative;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
      transition: 0.2s;
      behavior: url(pie.htc); }
      .green-theme .menu-defult > li > a:hover, .green-theme .menu-defult > li.over > a, .green-theme .menu-defult > li.opened > a {
        background: #a9e44d;
        color: #3b2716; }
    .green-theme .menu-defult ul {
      margin: 0;
      padding: 0; }
      .green-theme .menu-defult ul li {
        padding: 0 20px; }
        .green-theme .menu-defult ul li > a {
          padding: 5px 0;
          display: block;
          line-height: normal;
          font-size: 0.9em;
          color: #a9e44d;
          text-decoration: none;
          border-bottom: 1px solid #a9e44d;
          position: relative;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -o-transition: 0.2s;
          -ms-transition: 0.2s;
          transition: 0.2s; }
          .green-theme .menu-defult ul li > a::before {
            content: '';
            top: 0.8em;
            left: -12px;
            width: 5px;
            height: 5px;
            background: #a9e44d;
            position: absolute;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            behavior: url(pie.htc); }
        .green-theme .menu-defult ul li > a:hover, .green-theme .menu-defult ul li.over > a, .green-theme .menu-defult ul li.opened > a {
          text-decoration: underline; }
        .green-theme .menu-defult ul li:first-child {
          padding-top: 5px; }
        .green-theme .menu-defult ul li:last-child {
          padding-bottom: 5px; }
    .green-theme .menu-defult.pop-up-menu ul {
      display: none;
      position: absolute;
      z-index: 100;
      width: 220px;
      border: 1px solid #a9e44d;
      background: #3b2716;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      behavior: url(pie.htc); }
      .green-theme .menu-defult.pop-up-menu ul li:last-child > a {
        border-bottom: none; }
      .green-theme .menu-defult.pop-up-menu ul ul {
        margin: -6px 0 0 46px; }
        .green-theme .menu-defult.pop-up-menu ul ul ul {
          margin-top: 0; }
  .green-theme .menu-top {
    padding: 10px 5px 0;
    text-align: left; }
    .green-theme .menu-top > li {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 10px; }
    .green-theme .menu-top ul {
      display: none; }
    .green-theme .menu-top.pop-up-menu ul {
      margin: 5px 0 0 5px; }
  .green-theme .menu-left {
    margin: 30px 0 30px 10px; }
    .green-theme .menu-left > li {
      margin: 0 0 10px; }
      .green-theme .menu-left > li li li {
        padding-right: 0; }
    .green-theme .menu-left.pop-up-menu ul {
      margin-left: 5px; }
      .green-theme .menu-left.pop-up-menu ul li li {
        padding-right: 20px; }
  .green-theme .middle {
    position: relative;
    padding-bottom: 70px;
    width: 100%;
    height: 1%; }
    .green-theme .middle:before, .green-theme .middle:after {
      display: table;
      content: "";
      line-height: 0;
      font-size: 0; }
    .green-theme .middle:after {
      clear: both; }
  .green-theme .side-left #content {
    margin-left: 230px; }
  .green-theme .side-left #side-left {
    display: block; }
  .green-theme .container {
    width: 100%;
    float: left; }
  .green-theme #content {
    padding: 30px 0 30px 30px; }
    .green-theme #content:before, .green-theme #content:after {
      display: table;
      content: "";
      line-height: 0;
      font-size: 0; }
    .green-theme #content:after {
      clear: both; }
    .green-theme #content > h1 {
      margin-top: 0; }
    .green-theme #content .page-path {
      margin-bottom: 10px; }
  .green-theme #side-left {
    display: none;
    position: relative;
    float: left;
    margin-left: -100%;
    width: 230px; }
  .green-theme .news {
    margin: 30px 0 30px 10px; }
    .green-theme .news-title {
      font-size: 1.5em;
      margin: 0 0 10px; }
    .green-theme .news-more {
      text-transform: lowercase;
      font-size: 0.6em; }
    .green-theme .news-item {
      margin: 0 0 20px; }
      .green-theme .news-item-date {
        display: inline-block;
        vertical-align: top;
        background: #a9e44d;
        color: #3b2716;
        font-size: 0.8em;
        padding: 2px 10px;
        margin: 0 5px 0 0;
        position: relative;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        behavior: url(pie.htc); }
      .green-theme .news-item-title {
        font-weight: bold; }
      .green-theme .news-item-image {
        margin: 10px 0; }
        .green-theme .news-item-image img {
          max-width: 100%;
          height: auto !important; }
  .green-theme .footer {
    position: relative;
    margin: 0 auto;
    width: 990px;
    border-top: 3px solid #a9e44d; }
    .green-theme .footer-in {
      margin: 0 10px;
      height: 67px; }
    .green-theme .footer .site-copyright {
      white-space: nowrap; }
    .green-theme .footer .site-counters {
      width: 100%;
      text-align: center; }
    .green-theme .footer .mega-copyright {
      white-space: nowrap; }
  .green-theme .site-logo img {
    filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grayscale'%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3C/svg%3E#grayscale");
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale 100%;
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; }
  .green-theme .header-panel .settings a svg {
    fill: #a9e44d; }
  .green-theme .header-panel .settings a:before {
    border-color: #855832; }
  .green-theme .header-panel-bottom {
    border-color: #a9dd38;
    background: #574737;
    color: #a9dd38; }
  .green-theme .header-panel .row a {
    border-color: #a9dd38; }
  .green-theme .header-panel .row a:hover, .green-theme .header-panel .row a.active {
    background: #a9dd38;
    color: #574737; }
  .green-theme .header-panel {
    background: #574737; }
  .green-theme .header-panel .close-panel span {
    background: #3b2716;
    color: #a9e44d; }
    .green-theme .header-panel .close-panel span:before {
      border-color: #a9e44d; }

a[data-theme='light-theme'] {
  background: #fff;
  color: #000; }

a[data-theme='dark-theme'] {
  background: #000;
  color: #fff; }

a[data-theme='azure-theme'] {
  background: #9dd1ff;
  color: #000; }

a[data-theme='brown-theme'] {
  background: #f7f3d6;
  color: #4d4b43; }

a[data-theme='green-theme'] {
  background: #3b2716;
  color: #a9e44d; }

[data-set-size='normal-size'] {
  font-size: 1em;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s; }

[data-set-size='big-size'] {
  font-size: 1.125em;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s; }

[data-set-size='big1-size'] {
  font-size: 1.5em;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s; }

[data-set-size='big2-size'] {
  font-size: 2em;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s; }

.copyright, .art-tpl__title, .art-tpl__note, .art-tpl__inf, .highslide-image-name {
  font-size: inherit !important; }

.header-panel .settings {
  padding-left: 5px; }
  .header-panel .settings span {
    vertical-align: top; }
  .header-panel .settings a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 28px;
    overflow: hidden;
    margin-top: 10px; }
    .header-panel .settings a svg {
      position: absolute;
      left: 0;
      top: -7px;
      width: 42px;
      height: 42px;
      fill: #000;
      cursor: pointer; }
    .header-panel .settings a:before {
      position: absolute;
      left: 0;
      top: 0;
      margin-left: 7px;
      width: 26px;
      height: 26px;
      border: 1px solid #ccc;
      background: none;
      content: '';
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .header-panel .settings a:hover:before {
      border-color: transparent;
      box-shadow: inset 0 0 0 1px #999; }

.header-panel {
  position: relative; }
  .header-panel-bottom {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border: 4px solid #000;
    background: #fff;
    padding: 13px 21px 23px 21px;
    z-index: 100;
    line-height: 1.4; }
  .header-panel .title {
    font-size: 44px;
    margin-bottom: 15px; }
  .header-panel .row {
    font-size: 20px;
    margin-bottom: 10px; }
    .header-panel .row a {
      display: inline-block;
      vertical-align: top;
      line-height: 1;
      padding: 4px;
      border-radius: 3px;
      border: 1px solid #000;
      text-decoration: none; }
      .header-panel .row a.arial {
        font-family: Arial !important; }
      .header-panel .row a.timesnewroman {
        font-family: 'Timew New Roman' !important; }
      .header-panel .row a.standart {
        letter-spacing: 0 !important; }
      .header-panel .row a.normal {
        letter-spacing: 4px !important; }
      .header-panel .row a.big {
        letter-spacing: 8px !important; }
      .header-panel .row a:hover, .header-panel .row a.active {
        background: #000;
        color: #fff; }

.row.colors div {
  cursor: pointer;
  padding: 13px 22px;
  line-height: 1;
  font-size: 22px; }
  .row.colors div.color1 {
    background: #fff;
    color: #000; }
  .row.colors div.color2 {
    background: #000;
    color: #fff; }
  .row.colors div.color3 {
    color: #063462;
    background: #9dd1ff;
    border: 6px solid #063462;
    padding: 7px 16px; }
  .row.colors div.color4 {
    color: #4d4b43;
    background: #f7f3d6; }
  .row.colors div.color5 {
    color: #a9e44d;
    background: #3b2716; }
  .row.colors div.active:before {
    content: '— '; }

.header-panel .close-panel {
  text-align: right;
  margin-top: 20px; }
  .header-panel .close-panel span {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    padding: 10px 15px;
    color: #fff;
    background: #000;
    margin: 0;
    position: relative; }
  .header-panel .close-panel span:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border: 2px solid #fff;
    content: ''; }

.image-hide {
  cursor: pointer; }
  .image-hide a {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #000;
    font-size: 0;
    position: relative;
    top: 14px; }
  .image-hide.active a {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .image-hide.active a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    border-left: 1px solid #000;
    content: ''; }
  .image-hide.active a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    border-top: 1px solid #000;
    content: ''; }

body[image="hide"] img {
  display: none !important; }
