@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?84191279');
  src: url('../fonts/fontello.eot?84191279#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2?84191279') format('woff2'), url('../fonts/fontello.woff?84191279') format('woff'), url('../fonts/fontello.ttf?84191279') format('truetype'), url('../fonts/fontello.svg?84191279#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa-custom:before {
  font-family: 'fontello';
}
.fa-livejournal-square:before {
  content: '\e800';
}
.fa-vk-square:before {
  content: '\e801';
}
.fa-viber-square:before {
  content: '\e802';
}
.fa-whatsapp-square:before {
  content: '\e803';
}
.fa-telegram-square:before {
  content: '\e804';
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
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: bold;
}
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 {
  color: inherit;
  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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}
body {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.538;
  color: #252525;
  background-color: #f0f1f2;
  overflow-x: hidden;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #009add;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #006591;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.538;
  background-color: #f0f1f2;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1225px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.538;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f0f1f2;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ebecee;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.538;
  color: #252525;
}
.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.538;
  color: #252525;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde1e0;
  border-radius: 5px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #009add;
  outline: 0;
  box-shadow: 0 0 5px rgba(0, 154, 221, 0.5);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 15px;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #656565;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.538;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #009add;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #009add;
  background-color: #fff;
  border-color: #e9e9e9;
}
.btn-default:focus,
.btn-default.focus {
  color: #009add;
  background-color: #e6e6e6;
  border-color: #a9a9a9;
}
.btn-default:hover {
  color: #009add;
  background-color: #e6e6e6;
  border-color: #cacaca;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #009add;
  background-color: #e6e6e6;
  border-color: #cacaca;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #009add;
  background-color: #d4d4d4;
  border-color: #a9a9a9;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #e9e9e9;
}
.btn-default .badge {
  color: #fff;
  background-color: #009add;
}
.btn-primary {
  color: #fff;
  background-color: #009add;
  border-color: #009add;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0076aa;
  border-color: #00415e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0076aa;
  border-color: #006fa0;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0076aa;
  border-color: #006fa0;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #005e86;
  border-color: #00415e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #009add;
  border-color: #009add;
}
.btn-primary .badge {
  color: #009add;
  background-color: #fff;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.538;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.538;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.538;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.b-header:before,
.b-header:after,
.b-header-content:before,
.b-header-content:after,
.b-header-dashboard:before,
.b-header-dashboard:after,
.b-themes-container:before,
.b-themes-container:after,
.b-themes-nav:before,
.b-themes-nav:after,
.b-forecast-list:before,
.b-forecast-list:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after,
.b-header:after,
.b-header-content:after,
.b-header-dashboard:after,
.b-themes-container:after,
.b-themes-nav:after,
.b-forecast-list:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search:before {
  content: "\f002";
}
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-comment:before {
  content: "\f075";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-vk:before {
  content: "\f189";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.g-clearfix:before,
.g-clearfix:after {
  content: " ";
  display: table;
}
.g-clearfix:after {
  clear: both;
}
.g-clearfix:before,
.g-clearfix:after {
  content: " ";
  display: table;
}
.g-clearfix:after {
  clear: both;
}
.g-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.g-nobr {
  white-space: nowrap;
}
.g-pull-left {
  float: left;
}
.g-pull-right {
  float: right;
}
.g-aside-left {
  float: left !important;
  margin: 0 30px 20px 0;
}
.g-aside-right {
  float: right !important;
  margin: 0 0 20px 30px;
}
.g-rounded {
  border-radius: 5px;
}
.g-circle {
  border-radius: 50%;
}
.fa-twitter-square {
  color: #1da1f2;
}
.fa-facebook-square {
  color: #3b5998;
}
.fa-google-plus-square {
  color: #dd4b39;
}
.fa-odnoklassniki-square {
  color: #ed812b;
}
.fa-livejournal-square {
  color: #16539a;
}
.fa-vk-square {
  color: #45668e;
}
.fa-viber-square {
  color: #59267c;
}
.fa-whatsapp-square {
  color: #25d366;
}
.fa-custom {
  font-size: 0.86em;
  vertical-align: 0.08em;
}
.g-fadeout {
  position: relative;
}
.g-fadeout:after {
  bottom: 0;
  content: "";
  height: 58px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 10;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
}
.g-link-hash {
  background: #eee;
  border-radius: 3px;
  color: #252525;
  display: inline-block;
  line-height: 1.34;
  padding: 0 3px;
  white-space: nowrap;
}
.g-link-hash:hover {
  text-decoration: none;
}
.g-found {
  background: #ffe993;
  color: #252525;
  display: inline-block;
  line-height: 1.34;
  padding: 0 3px;
  white-space: nowrap;
}
.g-field-error {
  color: #e74c3c;
  margin-top: 8px;
}
.g-justify-left {
  text-align: left !important;
}
.g-justify-right {
  text-align: right !important;
}
.g-justify-center {
  text-align: center !important;
}
.g-justify-justify {
  text-align: justify !important;
}
.g-image-align-left {
  float: left !important;
  margin: 4px 24px 16px 0 !important;
}
.g-image-align-right {
  float: right !important;
  margin: 4px 0 16px 24px !important;
}
.g-hidden {
  display: none !important;
  visibility: hidden;
}
#register-avatar {
  margin-top: 8px;
}
#register-avatar a {
  margin-left: 5px;
}
#ajax-reg-form .g-pull-right a:hover {
  text-decoration: none;
}
a,
.btn {
  transition: all 0.15s ease-out;
}
a:focus,
.btn:focus {
  text-decoration: none;
  transition: none;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.15;
}
h1,
h4 {
  text-transform: uppercase;
}
h2 {
  font-size: 26px;
  margin: 0 0 22px;
}
h3 {
  font-size: 17px;
  margin: 0 0 22px;
}
p {
  margin: 0;
}
/* Layout
===================================== */
.l-content {
  position: relative;
  z-index: 2;
}
.l-content-wrapper {
  background-color: #fff;
  float: left;
  width: 100%;
}
.b-content {
  background-color: #f0f1f2;
  border-left: 1px solid #dde1e0;
  margin-left: 260px;
}
.l-sidebar {
  background-color: #fff;
  border-right: 1px solid #dde1e0;
  float: left;
  margin-left: -100%;
  padding-bottom: 110px;
  width: 261px;
}
.l-footer {
  background-color: #f0f1f2;
  border-left: 1px solid #dde1e0;
  color: #9c9fa9;
  margin-left: 260px;
  max-width: 1200px;
  position: relative;
}
.g-container {
  padding: 20px;
}
.g-container-less {
  margin: 40px 0 34px;
}
.g-container-less .b-section-title {
  padding-left: 34px;
}
/* Common items
===================================== */
.btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn .btn-group:first-child {
  border-radius: 4px 0 0 4px;
  margin-right: -2px;
}
.btn .btn-group:last-child {
  border-radius: 0 4px 4px 0;
  margin-left: -2px;
}
.btn-lg {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.538;
  border-radius: 5px;
  height: 38px;
}
.btn-delete {
  color: #9c9fa9;
}
.btn-delete:hover {
  color: #ed1c24;
}
.btn-allnews {
  color: #e74c3c;
  background-color: transparent;
  border-color: #e74c3c;
  text-transform: uppercase;
}
.btn-allnews:focus,
.btn-allnews.focus {
  color: #e74c3c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #921e12;
}
.btn-allnews:hover {
  color: #e74c3c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cd2a19;
}
.btn-allnews:active,
.btn-allnews.active,
.open > .dropdown-toggle.btn-allnews {
  color: #e74c3c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cd2a19;
}
.btn-allnews:active:hover,
.btn-allnews.active:hover,
.open > .dropdown-toggle.btn-allnews:hover,
.btn-allnews:active:focus,
.btn-allnews.active:focus,
.open > .dropdown-toggle.btn-allnews:focus,
.btn-allnews:active.focus,
.btn-allnews.active.focus,
.open > .dropdown-toggle.btn-allnews.focus {
  color: #e74c3c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #921e12;
}
.btn-allnews:active,
.btn-allnews.active,
.open > .dropdown-toggle.btn-allnews {
  background-image: none;
}
.btn-allnews.disabled:hover,
.btn-allnews[disabled]:hover,
fieldset[disabled] .btn-allnews:hover,
.btn-allnews.disabled:focus,
.btn-allnews[disabled]:focus,
fieldset[disabled] .btn-allnews:focus,
.btn-allnews.disabled.focus,
.btn-allnews[disabled].focus,
fieldset[disabled] .btn-allnews.focus {
  background-color: transparent;
  border-color: #e74c3c;
}
.btn-allnews .badge {
  color: transparent;
  background-color: #e74c3c;
}
.btn-report {
  color: #fff;
  background-color: #009add;
  border-color: #009add;
  text-transform: uppercase;
}
.btn-report:focus,
.btn-report.focus {
  color: #fff;
  background-color: #0076aa;
  border-color: #00415e;
}
.btn-report:hover {
  color: #fff;
  background-color: #0076aa;
  border-color: #006fa0;
}
.btn-report:active,
.btn-report.active,
.open > .dropdown-toggle.btn-report {
  color: #fff;
  background-color: #0076aa;
  border-color: #006fa0;
}
.btn-report:active:hover,
.btn-report.active:hover,
.open > .dropdown-toggle.btn-report:hover,
.btn-report:active:focus,
.btn-report.active:focus,
.open > .dropdown-toggle.btn-report:focus,
.btn-report:active.focus,
.btn-report.active.focus,
.open > .dropdown-toggle.btn-report.focus {
  color: #fff;
  background-color: #005e86;
  border-color: #00415e;
}
.btn-report:active,
.btn-report.active,
.open > .dropdown-toggle.btn-report {
  background-image: none;
}
.btn-report.disabled:hover,
.btn-report[disabled]:hover,
fieldset[disabled] .btn-report:hover,
.btn-report.disabled:focus,
.btn-report[disabled]:focus,
fieldset[disabled] .btn-report:focus,
.btn-report.disabled.focus,
.btn-report[disabled].focus,
fieldset[disabled] .btn-report.focus {
  background-color: #009add;
  border-color: #009add;
}
.btn-report .badge {
  color: #009add;
  background-color: #fff;
}
.btn-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  text-transform: uppercase;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-inverse:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-inverse .badge {
  color: transparent;
  background-color: #fff;
}
.form-control {
  height: auto;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.section-name {
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.img-intrinsic {
  height: 0;
  position: relative;
}
.img-intrinsic img {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.img-intrinsic-910-460 {
  padding-bottom: 50%;
}
.lazyload {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 0.35s ease-out;
}
/* Header
===================================== */
.l-header {
  background-color: #4f4f4f;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .l-header {
    background-size: cover;
  }
}
.l-header-img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
}
.l-header-img img {
  display: block;
  height: auto !important;
  margin-left: -50%;
  width: 200%;
}
@media (min-width: 480px) {
  .l-header-img img {
    margin-left: -25%;
    width: 150%;
  }
}
@media (min-width: 768px) {
  .l-header-img img {
    margin-left: -15%;
    width: 130%;
  }
}
@media (min-width: 992px) {
  .l-header-img img {
    margin-left: -25%;
    width: 150%;
  }
}
@media (min-width: 1280px) {
  .l-header-img img {
    margin-left: 0;
    width: 100%;
  }
}
.l-header-img-inner {
  position: relative;
}
@media (min-width: 768px) {
  .l-header-img-inner {
    position: static;
  }
}
.l-header-img-inner:after {
  background-image: linear-gradient(to bottom, rgba(79, 79, 79, 0) 0%, #4f4f4f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004f4f4f', endColorstr='#ff4f4f4f', GradientType=0);
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  position: absolute;
}
.b-header {
  position: relative;
}
@media (min-width: 768px) {
  .b-header.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .b-header.in {
    overflow-y: visible;
  }
}
.b-header-head {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .b-header-head {
    left: 0;
    right: 0;
    top: 50px;
    padding: 0;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .b-header-head {
    top: 30px;
  }
}
.b-header-head .logo {
  background: url(../i/logo.svg) no-repeat;
  background-size: cover;
  float: left;
  height: 51px;
  position: relative;
  text-indent: -1000em;
  width: 100px;
  z-index: 2;
}
@media (min-width: 992px) {
  .b-header-head .logo {
    height: 84px;
    width: 165px;
  }
}
@media (min-width: 1280px) {
  .b-header-head .logo {
    height: 103px;
    width: 200px;
  }
}
.no-svg .b-header-head .logo {
  background-image: url(../i/logo.png);
}
.b-header-head .btn-menu-toggle {
  background: transparent;
  border: none;
  height: 51px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 15px;
}
@media (min-width: 768px) {
  .b-header-head .btn-menu-toggle {
    display: none;
  }
}
.b-header-head .btn-menu-toggle .icon-bar {
  background-color: #fff;
  box-shadow: 0 0 2px #000;
  border-radius: 1px;
  display: block;
  height: 2px;
  margin: 0 auto;
  width: 24px;
}
.b-header-head .btn-menu-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .b-header-body {
    margin-left: 160px;
    padding: 60px 0 15px;
  }
}
@media (min-width: 992px) {
  .b-header-body {
    margin-left: 0;
    padding-top: 140px;
  }
}
@media (min-width: 1280px) {
  .b-header-body {
    margin-left: 270px;
    padding-top: 60px;
  }
}
.b-header-main {
  position: relative;
}
@media (min-width: 768px) {
  .b-header-main {
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .b-header-main {
    margin-bottom: 0;
    width: 610px;
  }
}
.b-header-side {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .b-header-side {
    float: right;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .b-header-side {
    width: 262px;
  }
}
@media (min-width: 992px) {
  .b-header-content {
    margin-bottom: 20px;
  }
}
.b-header-dashboard {
  display: none;
  line-height: 24px;
}
@media (min-width: 992px) {
  .b-header-dashboard {
    display: block;
  }
}
.b-header-dashboard .b-header-main {
  text-align: right;
}
.b-header-dashboard .current-date {
  float: left;
  font-size: 15px;
  text-transform: uppercase;
}
.b-header-dashboard .widget {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
}
.b-header-dashboard .widget + .widget {
  margin-left: 24px;
}
.b-header-dashboard .widget-name {
  display: inline-block;
  margin-right: 3px;
  vertical-align: top;
}
.b-header-dashboard .widget-name a {
  color: #fff;
  text-decoration: underline;
}
.b-header-dashboard .widget-name a:hover {
  text-decoration: none;
}
.b-header-dashboard .widget-content {
  display: inline-block;
  vertical-align: middle;
}
.b-header-dashboard .icon {
  display: inline-block;
  vertical-align: middle;
}
.b-header-dashboard .icon-weather {
  margin-right: 0;
  width: 25px;
}
.b-header-dashboard .icon-trafficlight {
  background: url(../i/icon-trafficlight.svg) no-repeat;
  height: 20px;
  margin-right: 3px;
  position: relative;
  width: 20px;
}
.b-header-dashboard .icon-trafficlight.low {
  background-position: 0 -20px;
}
.b-header-dashboard .icon-trafficlight.medium {
  background-position: 0 -40px;
}
.b-header-dashboard .icon-trafficlight.high {
  background-position: 0 -60px;
}
.b-nav {
  list-style: none;
  margin: 0 -15px;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .b-nav {
    font-size: 1px;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-align: justify;
    text-align-last: justify;
  }
  .b-nav:after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
  }
}
.b-nav > li {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .b-nav > li {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .b-nav > li {
    font-size: 16px;
  }
}
.b-nav > li > a {
  color: #fff;
  display: block;
  padding: 3px 15px;
}
@media (min-width: 768px) {
  .b-nav > li > a {
    padding: 0;
  }
}
.b-nav > li.active > a {
  color: #ed1c24;
}
.b-header-control {
  position: relative;
}
.b-header-control .btn-report {
  font-size: 14px;
  height: 25px;
  line-height: 23px;
  margin-right: 20px;
  padding: 0 10px;
  vertical-align: top;
}
.b-header-control .btn-search {
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 700;
  height: 25px;
  padding: 3px 0;
  text-transform: uppercase;
  vertical-align: top;
}
.b-header-control .btn-search:hover,
.b-header-control .btn-search:focus,
.b-header-control .btn-search:active {
  box-shadow: none;
  color: #fff;
  transition: none;
}
.b-header-control .btn-search .fa {
  font-size: 16px;
  line-height: 16px;
  margin-right: 5px;
}
.b-header-socials {
  list-style: none;
  margin: 0 0 0 -10px;
  padding: 0;
}
.b-header-socials > li {
  float: left;
  height: 24px;
  margin: 0 0 0 10px;
  width: 24px;
}
.b-header-socials > li img {
  height: 100%;
}
.b-header-form {
  background-color: #009add;
  border: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  margin: 5px 0 0;
  padding: 12px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .b-header-form {
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 262px;
    transform: translate(0, 6px);
    transition: all 0.2s ease-out;
  }
}
@media (min-width: 768px) {
  .open .b-header-form {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.b-header-form .inner {
  position: relative;
}
.b-header-form .form-control {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #252525;
  font-size: 14px;
  height: 32px;
  line-height: 16px;
  padding: 8px 74px 8px 14px;
}
.b-header-form .button {
  background: transparent;
  border: none;
  color: #009add;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 32px;
  line-height: 18px;
  padding: 8px 14px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.b-themes {
  position: relative;
}
@media (min-width: 768px) {
  .b-themes {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.b-themes-container {
  position: relative;
}
@media (min-width: 992px) {
  .b-themes-container {
   /* padding-left: 278px; Закомменитировал 04.05.2023 Султанов Ильдар */
  }
}
@media (min-width: 1280px) {
  .b-themes-container {
   /* padding-left: 270px; Закомменитировал 04.05.2023 Султанов Ильдар */
  }
}
.b-themes-container .b-radio-widget {
  display: none;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .b-themes-container .b-radio-widget {
    display: block;
  }
}
.b-themes-container .b-radio-widget .radio-logo {
  background-image: url("../i/radio-logo.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  text-indent: -1000em;
  vertical-align: middle;
  width: 85px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .b-themes-container .b-radio-widget .radio-logo {
    background-image: url("../i/radio-logo@2x.png");
    background-size: 85px 20px;
  }
}
.b-themes-container .b-radio-widget .radio-link {
  border-radius: 4px;
  vertical-align: middle;
}
.b-themes-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  clear: both;
  list-style: none;
  margin: 0 -15px;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 768px) {
  .b-themes-nav {
    border-top: none;
    display: table;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.b-themes-nav > li {
  position: relative;
}
@media (min-width: 768px) {
  .b-themes-nav > li {
    display: table-cell;
    text-align: center;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .b-themes-nav > li + li {
    border-left: 1px solid rgba(79, 79, 79, 0.5);
  }
}
@media (min-width: 1280px) {
  .b-themes-nav > li + li {
    border-left-width: 2px;
  }
}
.b-themes-nav > li > a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 6px 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .b-themes-nav > li > a {
    font-size: 12px;
    padding: 8px;
  }
}
@media (min-width: 992px) {
  .b-themes-nav > li > a {
    padding: 12px 6px;
  }
}
@media (min-width: 1280px) {
  .b-themes-nav > li > a {
    font-size: 14px;
    padding: 12px 15px;
  }
}
.b-themes-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.b-themes-nav > li > a:focus {
  outline: none;
}
.b-themes-nav > li.active > a {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ed1c24;
}
.b-themes-nav > li .dropdown-toggle {
  font-size: 0;
  letter-spacing: -0.31em;
  white-space: nowrap;
}
.b-themes-nav > li .dropdown-toggle:hover {
  text-decoration: none;
}
.b-themes-nav > li .dropdown-toggle .dot {
  background-color: #fff;
  display: inline-block;
  height: 3px;
  margin: 0 2px;
  vertical-align: middle;
  width: 3px;
}
@media (min-width: 1280px) {
  .b-themes-nav > li .dropdown-toggle .dot {
    height: 5px;
    margin: 0 3px;
    width: 5px;
  }
}
@media (min-width: 768px) {
  .b-themes-nav > li .dropdown-menu {
    border: none;
    display: block;
    margin: 7px 0 0;
    opacity: 0;
    padding: 8px 0;
    left: auto;
    right: 0;
    visibility: hidden;
    width: 180px;
    transform: translate(0, 6px);
    transition: all 0.2s ease-out;
  }
  .b-themes-nav > li .dropdown-menu:after {
    bottom: 100%;
    right: 17px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
}
.b-themes-nav > li .dropdown-menu > li > a {
  background-color: transparent;
  color: #252525;
  display: block;
  font-weight: 700;
  line-height: 18px;
  padding: 4px 15px;
}
.b-themes-nav > li .dropdown-menu > li > a:hover,
.b-themes-nav > li .dropdown-menu > li > a:focus {
  background: transparent;
  text-decoration: underline;
}
.b-themes-nav > li .dropdown-menu > li.active > a {
  color: #ed1c24;
}
.b-themes-nav > li.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .b-themes-nav .mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-themes-nav .dropdown {
    display: none;
  }
}
/* Footer
===================================== */
.b-content-info .g-container {
  padding: 24px;
}
.b-foot-logo {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}
@media (min-width: 480px) {
  .b-foot-logo {
    float: left;
    margin: 0 20px 0 0;
  }
}
.b-foot-line {
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .b-foot-line {
    margin-top: 11px;
  }
}
.b-foot-line strong {
  color: #252525;
}
.b-counters {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .b-counters {
    float: right;
    margin: 4px 0 0 20px;
  }
}
@media (min-width: 1280px) {
  .b-counters {
    margin-top: -15px;
  }
}
.b-counters .item {
  margin-bottom: 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: opacity 0.15s linear;
}
@media (min-width: 768px) {
  .b-counters .item {
    float: left;
    margin: 0 0 0 22px;
  }
}
.b-counters .item:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-copyright {
  overflow: hidden;
}
.b-contacts {
  background-color: #fff;
  border-top: 1px solid #ebeded;
  height: 100%;
  left: -261px;
  position: absolute;
  top: 0;
  width: 260px;
  z-index: 5;
}
.b-contacts .b-connect {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.b-contacts .b-connect .item {
  float: left;
  font-size: 14px;
}
.b-contacts .b-connect .item + .item {
  margin-left: 15px;
}
.b-contacts .b-connect .item a {
  color: #9c9fa9;
}
.b-contacts .b-connect .item a:hover {
  color: #686b77;
  text-decoration: none;
}
.b-address {
  padding-left: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .b-address {
    margin-top: 16px;
  }
}
.b-address .sign-18 {
  position: absolute;
  left: 0;
  top: 3px;
}
.b-disabled {
  border-top: 1px solid #ebeded;
  left: -261px;
  position: absolute;
  top: -110px;
  width: 260px;
  z-index: 5;
}
.b-disabled .g-container {
  padding-top: 32px;
}
.b-disabled .b-disabled-inner {
  background: url(../i/disabled-bg.png) no-repeat;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  padding-left: 82px;
}
.b-disabled a {
  color: #252525;
  display: inline-block;
}
/* Content layout
===================================== */
.l-content .g-container {
  padding: 0 0 6px 24px;
}
.b-page {
  margin-bottom: 34px;
  position: relative;
}
.b-page:last-child {
  margin-bottom: 0;
}
.b-page:before,
.b-page:after {
  background: #fff;
  border: 1px solid #dde1e0;
  border-radius: 4px;
  bottom: -6px;
  content: '';
  left: 6px;
  position: absolute;
  right: -6px;
  top: 6px;
  z-index: 3;
}
.b-page:after {
  bottom: -3px;
  left: 3px;
  right: -3px;
  top: 3px;
}
.b-page .b-page-wrap {
  background: #fff;
  border: 1px solid #dde1e0;
  border-radius: 4px;
  padding: 30px 34px 26px;
  position: relative;
  z-index: 5;
}
.b-page.news-russia .b-page-wrap {
  background: #fff url(../i/news-russia-decor.png) no-repeat 100% 0;
}
.b-section-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 24px;
  text-transform: none;
}
.b-section-title .i-gerb {
  margin-left: 8px;
  vertical-align: -5px;
}
.b-section-title .link {
  color: #252525;
}
.b-section-title .link:hover {
  color: #252525;
  text-decoration: underline;
}
.b-section-title-link {
  font-size: 13px;
  font-weight: 700;
  margin-left: 18px;
}
/* News blocks
===================================== */
.b-news {
  position: relative;
}
.b-news:before,
.b-news:after {
  content: " ";
  display: table;
}
.b-news:after {
  clear: both;
}
.b-news:before,
.b-news:after {
  content: " ";
  display: table;
}
.b-news:after {
  clear: both;
}
.b-page .b-news {
  margin-bottom: 16px;
}
.b-news-pic {
  overflow: hidden;
  position: relative;
}
.b-news-pic .overlay {
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  transition: background-color 0.2s ease-out;
}
.b-news-pic .play {
  background: url(../i/play.svg) no-repeat;
  height: 54px;
  left: 50%;
  margin: -27px 0 0 -27px;
  position: absolute;
  top: 50%;
  width: 54px;
}
.b-news-pic .play-live {
  background-position: 0 -54px;
}
.b-news-pic .play-photo {
  background-position: 0 -108px;
}
.b-news-pic .play-infographics {
  background-position: 0 -162px;
}
.b-news-pic .play-special {
  background-position: 0 -216px;
}
.b-news-pic .count {
  background: rgba(7, 151, 178, 0.6);
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  height: 47px;
  left: 10px;
  line-height: 52px;
  padding: 0 7px;
  position: absolute;
  top: 0;
  z-index: 3;
}
.b-news-pic .icon-contents {
  background: url(../i/icon-contents.png) no-repeat;
  bottom: 0;
  height: 19px;
  position: absolute;
  right: 0;
  width: 26px;
}
.b-news-pic .icon-contents-video {
  background-position: -26px 0;
}
.b-news-pic .icon-contents-second {
  right: 31px;
}
.b-news-title a {
  color: #252525;
}
.b-news-title a:hover,
.b-news-title a:focus {
  text-decoration: underline;
}
.b-news-body .b-news-meta {
  margin-bottom: 8px;
}
.b-news-body .b-news-title {
  margin: 0;
}
.b-news-body .special-type {
  left: 20px;
  position: absolute;
}
.b-news.news-overlay {
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b-news.news-overlay .b-news-pic .overlay {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  position: absolute;
  transition: all 0.2s ease-out;
}
.b-news.news-overlay .b-news-body {
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 16px 4px 20px;
  position: absolute;
  z-index: 7;
}
.b-news.news-overlay .b-news-body .b-news-meta {
  line-height: 1.3;
  position: relative;
}
.b-news.news-overlay .b-news-body .b-news-meta a {
  color: #fff;
  text-decoration: underline;
}
.b-news.news-overlay .b-news-body .b-news-title {
  font-size: 19px;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
}
.b-news.news-overlay .b-news-body .b-news-title a {
  color: #fff;
}
.b-news.news-title {
  color: #9c9fa9;
}
.b-news.news-title + .b-news {
  border-top: 1px solid #ebeded;
  padding-top: 17px;
}
.b-news.news-title .b-news-body {
  line-height: 21px;
}
.b-news.news-title .b-news-body .comments {
  margin-right: 4px;
  white-space: nowrap;
}
.b-news.news-title .b-news-body .comments:hover {
  text-decoration: none;
}
.b-news.news-title .b-news-body .comments .icon {
  background: url(../i/icon-comments.png) no-repeat;
  background-size: cover;
  display: inline-block;
  height: 15px;
  vertical-align: -3px;
  width: 18px;
}
.b-news.news-title .b-news-body .contents {
  display: inline-block;
  line-height: 15px;
  margin-right: 4px;
  vertical-align: 1px;
}
.b-news.news-title .b-news-body .contents .icon {
  background: url(../i/icon-news-content.png) no-repeat;
  display: inline-block;
  height: 15px;
  vertical-align: top;
  width: 20px;
}
.b-news.news-title .b-news-body .contents .icon.icon-videos {
  background-position: 0 -15px;
}
.b-news.news-title .b-news-body .contents .icon.icon-infogr {
  background-position: 0 -30px;
}
.b-news.news-title .b-news-body .live {
  color: #ed1c24;
  display: inline-block;
  padding-left: 14px;
  position: relative;
}
.b-news.news-title .b-news-body .live:before {
  background-color: #ed1c24;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 6.5px;
  width: 8px;
}
.b-news.news-title .b-news-title {
  font-size: 15px;
  font-weight: 700;
}
.b-news.news-title.large .b-news-body {
  clear: both;
  line-height: 23px;
  margin-bottom: 11px;
}
.b-news.news-title.large .b-news-body .b-news-title {
  font-size: 20px;
}
.b-news.news-title.large .b-news-pic {
  margin: 4px 0 20px;
}
.b-news.news-title.large .b-news-pic img {
  width: 100%;
}
.b-news.news-title.large .b-news-pic .icon-contents {
  background-position: 0 -19px;
  height: 28px;
  width: 36px;
}
.b-news.news-title.large .b-news-pic .icon-contents-video {
  background-position: -36px -19px;
}
.b-news.news-title.large .b-news-pic .icon-contents-second {
  right: 51px;
}
.b-news.news-title.large .b-news-lead {
  color: #252525;
  font-size: 14px;
  line-height: 17px;
}
.b-news.news-full-size .b-news-pic {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .b-news.news-full-size .b-news-pic {
    float: left;
    margin: 3px 15px 0 0;
    width: 120px;
  }
}
.b-news.news-full-size .b-news-pic img {
  display: inline-block;
}
@media (min-width: 768px) {
  .b-news.news-full-size .b-news-body {
    overflow: hidden;
  }
}
.b-news.news-full-size .b-news-meta {
  font-size: 13px;
  margin-bottom: 4px;
}
.b-news.news-full-size .b-news-title {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 12px;
  text-transform: none;
}
.b-news.news-full-size .b-news-lead {
  color: #9c9fa9;
  font-size: 14px;
  line-height: 17px;
}
.b-news.news-full-size .b-news-lead .text {
  color: #515151;
}
.b-news-load {
  margin: 28px 0;
  text-align: center;
}
.b-news-load__btn {
  background: transparent;
  border: 2px solid #4a4a4a;
  color: #4a4a4a;
  font-size: 26px;
  line-height: normal;
  padding: 9px 42px 8px;
  text-align: center;
  text-transform: uppercase;
}
.b-news-load__btn:hover {
  color: #4a4a4a;
}
.b-news-load__btn:focus {
  outline: none;
}
.b-news-load__btn span {
  display: inline-block;
  padding-left: 32px;
  position: relative;
}
.b-news-load__btn span .icon {
  background: url(../i/icon-load-more.png) no-repeat;
  height: 24px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 25px;
}
.b-news-all .btn {
  margin-right: 16px;
}
.b-news.news-classic {
  margin-bottom: 20px;
}
.b-news.news-classic .b-news-pic {
  margin-bottom: 15px;
}
.b-news.news-classic .b-news-body .b-news-title {
  font-size: 18px;
  font-weight: 700;
}
.b-side-item {
  padding: 24px 20px 12px;
}
.b-side-item + .b-side-item {
  border-top: 1px solid #ebeded;
}
.b-side-item.no-title {
  padding-top: 0;
}
.b-side-item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
  margin-bottom: 20px;
}
.b-side-item-title a {
  color: #252525;
}
.b-news.news-side {
  margin-bottom: 18px;
}
.b-news.news-side .b-news-body {
  line-height: 17px;
}
.b-news.news-side .b-news-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}
.b-news.news-side .b-news-pic {
  margin-bottom: 15px;
}
.b-news.news-side.news-large {
  margin-bottom: 24px;
}
.b-news.news-side.news-xlarge {
  margin-bottom: 24px;
}
.b-news.news-side.news-xlarge .b-news-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.b-news.news-side.news-xlarge .b-news-pic {
  margin-left: -20px;
  margin-right: -20px;
}
.b-news.news-side.news-xlarge .b-news-pic a {
  display: block;
  position: relative;
}
.b-news.news-side.news-blog .b-news-pic {
  float: left;
  margin: 0 10px 0 0;
}
.b-news.news-side.news-blog .b-news-body {
  font-size: 11px;
  overflow: hidden;
}
.b-news.news-side.news-blog .b-news-body .b-news-title {
  font-size: 14px;
  line-height: 15px;
}
.b-news.news-side.news-blog .b-news-body .comments .icon {
  height: 12px;
  width: 14px;
}
.b-news.news-side.news-live .b-news-title a {
  color: #ed1c24;
}
/* Article
===================================== */
.b-article-meta {
  color: #9c9fa9;
  margin-bottom: 22px;
}
.b-article-meta .b-news-meta {
  font-size: 13px;
}
.b-article-title {
  color: #363636;
  font-size: 36px;
  margin: 0 0 10px;
}
.b-article-authors {
  color: #363636;
  margin-bottom: 38px;
}
.b-article-authors .person {
  font-weight: 700;
  margin-left: 12px;
}
.b-article-authors .person img {
  margin-right: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.b-article-announce {
  margin-bottom: 42px;
}
.b-article-announce p {
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 12px;
}
.b-article-announce .b-article-announce_pic {
  float: left;
  margin: 3px 25px 0 0;
}
.b-article-announce .b-article-announce_pic img {
  border: 1px solid #dde1e0;
}
.b-article-announce .b-article-announce_wrap {
  overflow: hidden;
}
.b-article-announce .b-article-announce_person {
  color: #9c9fa9;
}
.b-article-announce .b-article-announce_person strong {
  color: #252525;
}
.b-article-head {
  margin-bottom: 15px;
}
.b-article-head .b-news.news-overlay {
  height: 460px;
  margin: -31px -35px 0;
}
.b-article-head .b-news.news-overlay .b-news-pic {
  background-color: #9c9fa9;
  border-radius: 3px 3px 0 0;
  height: 100%;
}
.b-article-head .b-news.news-overlay .b-news-pic img {
  opacity: 1;
  transition: opacity 0.35s linear;
}
.b-article-head .b-news.news-overlay .b-news-body {
  padding: 8px 34px 18px;
}
.b-article-head .b-news.news-overlay .b-news-body .b-news-meta {
  font-size: 13px;
  margin-bottom: 12px;
}
.b-article-head .b-news.news-overlay .b-news-body .b-news-meta a:hover,
.b-article-head .b-news.news-overlay .b-news-body .b-news-meta a:focus {
  text-decoration: none;
}
.b-article-head .b-news.news-overlay .b-news-body .b-news-title {
  font-size: 36px;
}
.b-article-head .b-news.news-overlay.loaded {
  height: auto;
}
.b-article-head .b-news.news-overlay.loaded .b-news-pic img {
  opacity: 1;
}
.b-article-body {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 38px;
}
.b-article-body h2,
.b-article-body h3 {
  margin: 0 0 15px;
}
.b-article-body p {
  margin: 0 0 28px;
}
.b-article-body .b-article-quote {
  border-left: 4px solid #009add;
  color: #9c9fa9;
  margin: 54px 0 54px 8px;
  padding: 0 18px;
}
.b-article-body .b-article-quote p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
}
.b-article-body .b-article-quote.idea {
  color: #252525;
  margin: 54px 0;
  padding: 0 25px;
}
.b-article-body .b-article-quote.idea p {
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
}
.b-article-body .b-article-quote.quote {
  border-left: none;
  color: #252525;
  margin: 52px 0 44px;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}
.b-article-body .b-article-quote.quote p {
  font-style: italic;
  margin-bottom: 20px;
}
.b-article-body .b-article-quote.quote .b-article-quote_author {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-left: 20px;
  text-align: right;
}
.b-article-body .b-article-quote.quote .special-type {
  bottom: -10px;
  color: #dfdfdf;
  cursor: default;
  font-size: 90px;
  font-weight: 700;
  left: 0;
  line-height: 0;
  position: absolute;
}
.b-article-body .media-object {
  margin: 0 0 40px;
}
.b-article-body .media-object .media-object-container {
  margin-bottom: 16px;
  overflow: hidden;
  text-align: center;
}
.b-article-body .media-object .media-object-container img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}
.b-article-body .media-object .media-object-container iframe,
.b-article-body .media-object .media-object-container embed {
  max-width: 100%;
  vertical-align: middle;
}
.b-article-body .media-object figcaption {
  color: #9c9fa9;
  font-size: 13px;
  line-height: 21px;
}
.b-article-body .media-object figcaption strong {
  color: #252525;
}
.b-article-body .media-object.g-aside-left,
.b-article-body .media-object.g-aside-right {
  display: table;
  width: 1px;
}
.b-article-body .media-object.g-aside-left .media-object-container img,
.b-article-body .media-object.g-aside-right .media-object-container img {
  max-width: none;
}
.b-article-tags {
  font-size: 15px;
  line-height: 23px;
}
.b-article-tags .tags-label {
  color: #009add;
}
.b-article-tags .tags-label .fa {
  margin-right: 4px;
}
.b-article-like {
  margin: 40px 0 10px;
}
.b-article-like .list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.b-article-like .list .item {
  float: left;
  margin: 0 10px 10px 0;
}
.b-article-like .list .item .btn {
  height: 34px;
  min-width: 56px;
}
.b-article-like .list .item .btn .fa {
  color: #fff;
  font-size: 18px;
  height: 16px;
  vertical-align: middle;
}
.b-article-like .list .item .btn .fa-custom {
  font-size: 16px;
}
.b-article-like .list .item .btn .count {
  margin-left: 8px;
}
.b-article-like .list .item-label {
  width: 100%;
}
@media (min-width: 768px) {
  .b-article-like .list .item-label {
    width: auto;
  }
}
.b-article-like .list .item-label .like-label {
  color: #9c9fa9;
  display: block;
  line-height: 34px;
  padding-top: 0;
}
.b-article-like .list .item-rss {
  width: 100%;
}
@media (min-width: 768px) {
  .b-article-like .list .item-rss {
    float: right;
    margin: 0;
    width: auto;
  }
}
.b-article-like .list .item-rss .btn-rss {
  color: #9c9fa9;
}
.b-article-like .list .item-rss .btn-rss .fa {
  color: #9c9fa9;
}
.btn-fb {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-fb:focus,
.btn-fb.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: #17233c;
}
.btn-fb:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-fb:active,
.btn-fb.active,
.open > .dropdown-toggle.btn-fb {
  color: #fff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-fb:active:hover,
.btn-fb.active:hover,
.open > .dropdown-toggle.btn-fb:hover,
.btn-fb:active:focus,
.btn-fb.active:focus,
.open > .dropdown-toggle.btn-fb:focus,
.btn-fb:active.focus,
.btn-fb.active.focus,
.open > .dropdown-toggle.btn-fb.focus {
  color: #fff;
  background-color: #23345a;
  border-color: #17233c;
}
.btn-fb:active,
.btn-fb.active,
.open > .dropdown-toggle.btn-fb {
  background-image: none;
}
.btn-fb.disabled:hover,
.btn-fb[disabled]:hover,
fieldset[disabled] .btn-fb:hover,
.btn-fb.disabled:focus,
.btn-fb[disabled]:focus,
fieldset[disabled] .btn-fb:focus,
.btn-fb.disabled.focus,
.btn-fb[disabled].focus,
fieldset[disabled] .btn-fb.focus {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-fb .badge {
  color: #3b5998;
  background-color: #fff;
}
.btn-tw {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-tw:focus,
.btn-tw.focus {
  color: #fff;
  background-color: #0c85d0;
  border-color: #085788;
}
.btn-tw:hover {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7fc6;
}
.btn-tw:active,
.btn-tw.active,
.open > .dropdown-toggle.btn-tw {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7fc6;
}
.btn-tw:active:hover,
.btn-tw.active:hover,
.open > .dropdown-toggle.btn-tw:hover,
.btn-tw:active:focus,
.btn-tw.active:focus,
.open > .dropdown-toggle.btn-tw:focus,
.btn-tw:active.focus,
.btn-tw.active.focus,
.open > .dropdown-toggle.btn-tw.focus {
  color: #fff;
  background-color: #0a70ae;
  border-color: #085788;
}
.btn-tw:active,
.btn-tw.active,
.open > .dropdown-toggle.btn-tw {
  background-image: none;
}
.btn-tw.disabled:hover,
.btn-tw[disabled]:hover,
fieldset[disabled] .btn-tw:hover,
.btn-tw.disabled:focus,
.btn-tw[disabled]:focus,
fieldset[disabled] .btn-tw:focus,
.btn-tw.disabled.focus,
.btn-tw[disabled].focus,
fieldset[disabled] .btn-tw.focus {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-tw .badge {
  color: #1da1f2;
  background-color: #fff;
}
.btn-vk {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}
.btn-vk:focus,
.btn-vk.focus {
  color: #fff;
  background-color: #344d6c;
  border-color: #1b2838;
}
.btn-vk:hover {
  color: #fff;
  background-color: #344d6c;
  border-color: #314865;
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #344d6c;
  border-color: #314865;
}
.btn-vk:active:hover,
.btn-vk.active:hover,
.open > .dropdown-toggle.btn-vk:hover,
.btn-vk:active:focus,
.btn-vk.active:focus,
.open > .dropdown-toggle.btn-vk:focus,
.btn-vk:active.focus,
.btn-vk.active.focus,
.open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #293c54;
  border-color: #1b2838;
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk.focus {
  background-color: #45668e;
  border-color: #45668e;
}
.btn-vk .badge {
  color: #45668e;
  background-color: #fff;
}
.btn-vk .fa-vk {
  color: #45668e !important;
}
.btn-gp {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-gp:focus,
.btn-gp.focus {
  color: #fff;
  background-color: #c23321;
  border-color: #802216;
}
.btn-gp:hover {
  color: #fff;
  background-color: #c23321;
  border-color: #b93120;
}
.btn-gp:active,
.btn-gp.active,
.open > .dropdown-toggle.btn-gp {
  color: #fff;
  background-color: #c23321;
  border-color: #b93120;
}
.btn-gp:active:hover,
.btn-gp.active:hover,
.open > .dropdown-toggle.btn-gp:hover,
.btn-gp:active:focus,
.btn-gp.active:focus,
.open > .dropdown-toggle.btn-gp:focus,
.btn-gp:active.focus,
.btn-gp.active.focus,
.open > .dropdown-toggle.btn-gp.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: #802216;
}
.btn-gp:active,
.btn-gp.active,
.open > .dropdown-toggle.btn-gp {
  background-image: none;
}
.btn-gp.disabled:hover,
.btn-gp[disabled]:hover,
fieldset[disabled] .btn-gp:hover,
.btn-gp.disabled:focus,
.btn-gp[disabled]:focus,
fieldset[disabled] .btn-gp:focus,
.btn-gp.disabled.focus,
.btn-gp[disabled].focus,
fieldset[disabled] .btn-gp.focus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-gp .badge {
  color: #dd4b39;
  background-color: #fff;
}
.btn-ok {
  color: #fff;
  background-color: #ed812b;
  border-color: #ed812b;
}
.btn-ok:focus,
.btn-ok.focus {
  color: #fff;
  background-color: #d36812;
  border-color: #8d450c;
}
.btn-ok:hover {
  color: #fff;
  background-color: #d36812;
  border-color: #ca6311;
}
.btn-ok:active,
.btn-ok.active,
.open > .dropdown-toggle.btn-ok {
  color: #fff;
  background-color: #d36812;
  border-color: #ca6311;
}
.btn-ok:active:hover,
.btn-ok.active:hover,
.open > .dropdown-toggle.btn-ok:hover,
.btn-ok:active:focus,
.btn-ok.active:focus,
.open > .dropdown-toggle.btn-ok:focus,
.btn-ok:active.focus,
.btn-ok.active.focus,
.open > .dropdown-toggle.btn-ok.focus {
  color: #fff;
  background-color: #b2570f;
  border-color: #8d450c;
}
.btn-ok:active,
.btn-ok.active,
.open > .dropdown-toggle.btn-ok {
  background-image: none;
}
.btn-ok.disabled:hover,
.btn-ok[disabled]:hover,
fieldset[disabled] .btn-ok:hover,
.btn-ok.disabled:focus,
.btn-ok[disabled]:focus,
fieldset[disabled] .btn-ok:focus,
.btn-ok.disabled.focus,
.btn-ok[disabled].focus,
fieldset[disabled] .btn-ok.focus {
  background-color: #ed812b;
  border-color: #ed812b;
}
.btn-ok .badge {
  color: #ed812b;
  background-color: #fff;
}
.btn-viber {
  color: #fff;
  background-color: #8f5db7;
  border-color: #8f5db7;
}
.btn-viber:focus,
.btn-viber.focus {
  color: #fff;
  background-color: #75459c;
  border-color: #4d2e67;
}
.btn-viber:hover {
  color: #fff;
  background-color: #75459c;
  border-color: #704295;
}
.btn-viber:active,
.btn-viber.active,
.open > .dropdown-toggle.btn-viber {
  color: #fff;
  background-color: #75459c;
  border-color: #704295;
}
.btn-viber:active:hover,
.btn-viber.active:hover,
.open > .dropdown-toggle.btn-viber:hover,
.btn-viber:active:focus,
.btn-viber.active:focus,
.open > .dropdown-toggle.btn-viber:focus,
.btn-viber:active.focus,
.btn-viber.active.focus,
.open > .dropdown-toggle.btn-viber.focus {
  color: #fff;
  background-color: #633a83;
  border-color: #4d2e67;
}
.btn-viber:active,
.btn-viber.active,
.open > .dropdown-toggle.btn-viber {
  background-image: none;
}
.btn-viber.disabled:hover,
.btn-viber[disabled]:hover,
fieldset[disabled] .btn-viber:hover,
.btn-viber.disabled:focus,
.btn-viber[disabled]:focus,
fieldset[disabled] .btn-viber:focus,
.btn-viber.disabled.focus,
.btn-viber[disabled].focus,
fieldset[disabled] .btn-viber.focus {
  background-color: #8f5db7;
  border-color: #8f5db7;
}
.btn-viber .badge {
  color: #8f5db7;
  background-color: #fff;
}
.btn-viber .fa-viber {
  color: #8f5db7 !important;
}
.btn-whatsapp {
  color: #fff;
  background-color: #25d366;
  border-color: #25d366;
}
.btn-whatsapp:focus,
.btn-whatsapp.focus {
  color: #fff;
  background-color: #1da851;
  border-color: #126732;
}
.btn-whatsapp:hover {
  color: #fff;
  background-color: #1da851;
  border-color: #1c9f4d;
}
.btn-whatsapp:active,
.btn-whatsapp.active,
.open > .dropdown-toggle.btn-whatsapp {
  color: #fff;
  background-color: #1da851;
  border-color: #1c9f4d;
}
.btn-whatsapp:active:hover,
.btn-whatsapp.active:hover,
.open > .dropdown-toggle.btn-whatsapp:hover,
.btn-whatsapp:active:focus,
.btn-whatsapp.active:focus,
.open > .dropdown-toggle.btn-whatsapp:focus,
.btn-whatsapp:active.focus,
.btn-whatsapp.active.focus,
.open > .dropdown-toggle.btn-whatsapp.focus {
  color: #fff;
  background-color: #188942;
  border-color: #126732;
}
.btn-whatsapp:active,
.btn-whatsapp.active,
.open > .dropdown-toggle.btn-whatsapp {
  background-image: none;
}
.btn-whatsapp.disabled:hover,
.btn-whatsapp[disabled]:hover,
fieldset[disabled] .btn-whatsapp:hover,
.btn-whatsapp.disabled:focus,
.btn-whatsapp[disabled]:focus,
fieldset[disabled] .btn-whatsapp:focus,
.btn-whatsapp.disabled.focus,
.btn-whatsapp[disabled].focus,
fieldset[disabled] .btn-whatsapp.focus {
  background-color: #25d366;
  border-color: #25d366;
}
.btn-whatsapp .badge {
  color: #25d366;
  background-color: #fff;
}
.btn-whatsapp .fa-whatsapp {
  color: #25d366 !important;
}
.btn-telegram {
  color: #fff;
  background-color: #08c;
  border-color: #08c;
}
.btn-telegram:focus,
.btn-telegram.focus {
  color: #fff;
  background-color: #006699;
  border-color: #00334d;
}
.btn-telegram:hover {
  color: #fff;
  background-color: #006699;
  border-color: #005f8f;
}
.btn-telegram:active,
.btn-telegram.active,
.open > .dropdown-toggle.btn-telegram {
  color: #fff;
  background-color: #006699;
  border-color: #005f8f;
}
.btn-telegram:active:hover,
.btn-telegram.active:hover,
.open > .dropdown-toggle.btn-telegram:hover,
.btn-telegram:active:focus,
.btn-telegram.active:focus,
.open > .dropdown-toggle.btn-telegram:focus,
.btn-telegram:active.focus,
.btn-telegram.active.focus,
.open > .dropdown-toggle.btn-telegram.focus {
  color: #fff;
  background-color: #004e75;
  border-color: #00334d;
}
.btn-telegram:active,
.btn-telegram.active,
.open > .dropdown-toggle.btn-telegram {
  background-image: none;
}
.btn-telegram.disabled:hover,
.btn-telegram[disabled]:hover,
fieldset[disabled] .btn-telegram:hover,
.btn-telegram.disabled:focus,
.btn-telegram[disabled]:focus,
fieldset[disabled] .btn-telegram:focus,
.btn-telegram.disabled.focus,
.btn-telegram[disabled].focus,
fieldset[disabled] .btn-telegram.focus {
  background-color: #08c;
  border-color: #08c;
}
.btn-telegram .badge {
  color: #08c;
  background-color: #fff;
}
.b-article-rate {
  display: flex;
  margin-bottom: 24px;
}
.emoji {
  display: flex;
}
.emoji-item {
  color: #252525;
  display: block;
  text-align: center;
}
.emoji-item + .emoji-item {
  margin-left: 10px;
}
.emoji-item:hover {
  color: #252525;
  text-decoration: none;
}
.emoji-item:hover .emoji-item__icon {
  transform: scale(1.12);
}
.emoji-item__key {
  align-items: center;
  display: flex;
  height: 36px;
  margin-bottom: 5px;
}
.emoji-item__icon {
  display: block;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.emoji-item__icon img {
  height: 60px;
  margin: -12px;
  width: 60px;
}
.emoji-item__value {
  display: block;
  font-size: 16px;
}
.b-article-rate__discuss {
  margin-left: 22px;
}
.b-article-rate__discuss .btn .fa {
  margin-right: 4px;
}
.b-article-related {
  background-color: #f0f1f2;
  border: 1px solid #dde1e0;
  margin: 40px 0 10px;
  padding: 24px 34px 24px 30px;
}
.b-article-related ul {
  margin: -5px 0 0;
  padding-left: 20px;
}
.b-article-related ul > li {
  font-size: 16px;
}
.b-article-related ul > li + li {
  margin-top: 6px;
}
.b-lightboxed-image {
  cursor: pointer;
}
/* Comments
===================================== */
.b-comments-head {
  margin-bottom: 30px;
}
.b-comments-head .b-section-title {
  float: left;
  margin: 0 18px 0 0;
}
.b-comments-branch {
  overflow: hidden;
  position: relative;
}
.b-comment {
  margin-bottom: 34px;
  position: relative;
}
.b-comment .b-comment-inner {
  min-height: 54px;
  padding-left: 70px;
  position: relative;
  z-index: 5;
}
.b-comment .avatar {
  background-color: #f0f1f2;
  height: 54px;
  left: 0;
  position: absolute;
  top: 0;
  width: 54px;
}
.b-comment .b-comment_head {
  color: #9c9fa9;
  font-size: 13px;
  margin-bottom: 10px;
}
.b-comment .b-comment_head .person {
  font-size: 15px;
  font-weight: bold;
}
.b-comment .b-comment_head .person:hover,
.b-comment .b-comment_head .person:focus {
  text-decoration: none;
}
.b-comment .b-comment_head .person .fa {
  margin-right: 4px;
}
.b-comment .b-comment_body {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 10px;
}
.b-comment .b-comment_buttons .btn {
  margin-right: 4px;
}
.b-comment-sublevel {
  margin-left: 70px;
}
.b-comment-sublevel .b-comment-sublevel .b-comment-sublevel .b-comment-sublevel {
  margin-left: 0;
}
.b-comment-sublevel .b-comment:before {
  background: #fff;
  border-right: 1px solid #e9e9e9;
  bottom: 100%;
  content: " ";
  height: 10000px;
  left: -70px;
  margin-bottom: -28px;
  position: absolute;
  width: 26px;
  z-index: 3;
}
.b-comment-sublevel .b-comment-sublevel .b-comment:before {
  left: -140px;
}
.b-comment-sublevel .b-comment-sublevel .b-comment-sublevel .b-comment:before {
  left: -210px;
}
.b-comment-sublevel .b-comment:after {
  border-bottom: 1px solid #e9e9e9;
  content: " ";
  height: 27px;
  top: 0;
  position: absolute;
  right: 100%;
  width: 800px;
}
.b-comment-form {
  background: #f0f1f2;
  border: 1px solid #dde1e0;
  padding: 24px 34px 24px 30px;
  position: relative;
  z-index: 5;
}
.b-comment-form .b-comment-form_field {
  margin-bottom: 25px;
}
.b-comment-form .b-comment-form_field textarea {
  line-height: 20px;
  padding: 10px 12px;
}
.b-comment-form .b-comment-form_buttons .auth {
  margin-top: 4px;
}
.b-comment-form .b-comment-form_buttons .auth .label {
  margin-right: 12px;
}
.b-comment-form .b-comment-form_buttons .auth a {
  font-size: 20px;
  margin-right: 4px;
  vertical-align: middle;
}
.b-comment-form .b-comment-form_buttons .auth a:hover {
  text-decoration: none;
}
.b-comment .b-comment-form {
  margin-top: 16px;
}
.b-comment .b-comment-form:before,
.b-comment .b-comment-form:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.b-comment .b-comment-form:before {
  left: 15px;
  border-color: rgba(221, 225, 224, 0);
  border-bottom-color: #dde1e0;
  border-width: 10px;
}
.b-comment .b-comment-form:after {
  left: 16px;
  border-color: rgba(240, 241, 242, 0);
  border-bottom-color: #f0f1f2;
  border-width: 9px;
}
/* Banners
===================================== */
.b-top-infoblock,
.b-infoblock,
.b-side-infoblock {
  text-align: center;
}
.b-top-infoblock img,
.b-infoblock img,
.b-side-infoblock img,
.b-top-infoblock embed,
.b-infoblock embed,
.b-side-infoblock embed,
.b-top-infoblock object,
.b-infoblock object,
.b-side-infoblock object,
.b-top-infoblock iframe,
.b-infoblock iframe,
.b-side-infoblock iframe {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.b-top-infoblock {
  margin: 0 auto;
  max-width: 1440px;
}
.b-side-infoblock {
  margin-bottom: 36px;
}
/* Tables
===================================== */
.table {
  border: none;
  font-size: 15px;
  margin-bottom: 28px;
  width: 100%;
}
.table thead {
  background: none;
  color: #252525;
}
.table thead > tr > th {
  border: none;
  font-size: 13px;
  line-height: 20px;
  padding: 7px 8px 7px 14px;
  text-align: left;
}
.table thead > tr > th:last-child {
  text-align: right;
}
.table tbody > tr > td {
  border: none;
  line-height: 24px;
  padding: 5px 30px 5px 14px;
}
.table tbody > tr > td:first-child {
  border-radius: 3px 0 0 3px;
}
.table tbody > tr > td:last-child {
  border-radius: 0 3px 3px 0;
  text-align: right;
}
/* Tabs
===================================== */
.b-tabs-nav {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.b-tabs-nav .item {
  float: left;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  position: relative;
}
.b-tabs-nav .item a {
  display: block;
  padding: 5px 10px;
}
.b-tabs-nav .item a:hover {
  text-decoration: none;
}
.b-tabs-nav .item.active {
  background: #ffe993;
}
.b-tabs-nav .item.active a {
  color: #252525;
}
.b-tabs-nav .item.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 233, 147, 0);
  border-top-color: #ffe993;
  border-width: 4px;
  margin-left: -4px;
}
.b-tabs-nav.b-tabs-nav-less {
  margin-bottom: 20px;
}
.b-tabs-nav.b-tabs-nav-less .item .i-gerb {
  margin-right: 4px;
  vertical-align: -7px;
}
.b-tabs-nav.b-tabs-nav-less .item.active:after {
  display: none;
}
.b-tabs-content > .b-tabs-pane {
  display: none;
  position: relative;
}
.b-tabs-content > .b-tabs-pane.active {
  display: block;
}
.b-tabs-content > .b-tabs-pane.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.2s linear;
}
.b-tabs-content > .b-tabs-pane.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.b-tabs-content .tabs-nav-link {
  font-weight: 700;
  position: absolute;
  right: 0;
  top: -46px;
}
.b-tabs-content .tabs-nav-link:hover {
  text-decoration: none;
}
/* Search
===================================== */
.b-searchpage-head .b-page-wrap {
  padding: 34px;
}
.b-searchpage-head .b-tabs-nav {
  margin-bottom: 0;
}
.b-search-control {
  background: #f0f1f2;
  margin-bottom: 20px;
  padding: 24px 30px;
}
.b-search-control .form {
  position: relative;
}
.b-search-control .form input[type="search"] {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  padding: 6px 46px 6px 12px;
}
.b-search-control .form input[type="search"]::-ms-clear {
  display: none;
}
.b-search-control .form .btn-reset {
  background-color: transparent;
  border: none;
  color: #9c9fa9;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 7px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.b-search-control .form .btn-reset:hover {
  color: #252525;
}
.form .b-search-control_field,
.form .b-search-datepicker_field {
  margin-bottom: 20px;
}
.form .b-search-datepicker_field input {
  display: inline-block;
  font-size: 13px;
  margin: 0 6px !important;
  text-align: center;
  width: 100px;
}
.b-entry {
  border-bottom: 1px solid #dde1e0;
  margin-bottom: 18px;
  padding: 0 0 20px 70px;
  position: relative;
}
.b-entry:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.b-entry .b-entry-head {
  color: #9c9fa9;
  margin-bottom: 16px;
}
.b-entry .b-entry-title {
  color: #252525;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}
.b-entry .b-entry-pic {
  left: 0;
  position: absolute;
  top: 4px;
  width: 56px;
}
.b-entry .b-entry-pic img {
  display: block;
  max-width: 100%;
  height: auto;
}
.b-entry .b-entry-body {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 7px;
}
.b-entry .b-entry-meta {
  color: #9c9fa9;
}
.b-entry.b-entry-comment .b-entry-body {
  line-height: 23px;
  margin-bottom: 10px;
}
/* Blogs
===================================== */
.b-blog-meta {
  color: #9c9fa9;
  margin-bottom: 22px;
}
.b-blog-meta .b-news-meta {
  font-size: 13px;
}
.b-blog-title {
  color: #363636;
  font-size: 36px;
  margin: 0 0 15px;
  position: relative;
}
.b-blog-descr {
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}
.b-blog-descr .link-read-more {
  margin-left: 16px;
}
.b-blog-descr p {
  margin-bottom: 10px;
}
.b-blog-descr .blog-descr-short {
  font-weight: 700;
  margin-bottom: 0;
}
.b-blog-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-blog-links ul li {
  display: inline-block;
  margin-right: 16px;
}
.b-blog-links ul li .fa {
  font-size: 16px;
  margin-right: 4px;
}
.b-blog-links ul li a:hover {
  text-decoration: none;
}
.b-blog-head .b-entry-pic {
  top: -8px;
}
.b-blog-entry {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.b-blog-entry:last-child {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.b-blog-entry .b-blog-author_pic {
  left: 0;
  position: absolute;
  top: 0;
}
.b-blog-entry .b-blog-entry_meta {
  color: #9c9fa9;
  margin-bottom: 10px;
}
.b-blog-entry .b-blog-entry_meta .link-blog-author {
  font-size: 15px;
  font-weight: 700;
}
.b-blog-entry .b-blog-entry_title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 15px;
}
.b-blog-entry .b-blog-entry_body {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
.b-blog-entry .b-blog-entry_body p {
  margin: 0 0 10px;
}
.b-blog-entry .b-blog-entry_body .b-blog-entry_pic {
  margin: 24px 0 24px -70px;
}
.b-blog-entry .b-blog-entry_body .b-blog-entry_pic img {
  display: block;
  max-width: 100%;
  height: auto;
}
.b-blog-entry .b-blog-entry_tags {
  margin-bottom: 24px;
}
.b-blog-entry .b-blog-entry_tags .tags-label {
  color: #009add;
  font-size: 14px;
  margin-right: 8px;
}
.b-blog-entry .b-blog-entry_tags a {
  margin-right: 8px;
}
.b-blog-entry .b-blog-entry_comments h4 {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 16px;
  text-transform: none;
}
.b-blog-entry .b-blog-entry_comments .b-feed-list {
  margin-left: -70px;
}
.b-blog-entry .b-blog-entry_comments .b-feed-list:after {
  display: none;
}
.b-blog-entry .b-blog-entry_comments .b-feed-list .b-comment .b-comment_body {
  margin-bottom: 0;
}
.p-empty .l-content,
.p-empty .l-sidebar,
.p-empty .l-footer {
  border-color: transparent;
}
.qq-disabled {
  background: #b96f6f;
}
.qq-upload-drop-area span {
  display: none;
  font-size: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.qq-upload-drop-area,
.qq-upload-drop-area-active,
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-success,
.qq-upload-failed-text,
.qq-upload-file,
.qq-upload-failed-text,
.qq-upload-fail .qq-upload-failed-text {
  display: none;
}
.qq-upload-spinner {
  background: url(../i/indicator.gif) no-repeat;
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  vertical-align: text-bottom;
  width: 15px;
}
.qq-upload-cancel {
  cursor: pointer;
  display: inline;
  margin-left: 10px;
}
.qq-upload-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-back-to-top {
  background-color: #009add;
  bottom: 100px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  position: fixed;
  right: 20px;
  z-index: 100;
}
.b-pagination {
  margin-bottom: 32px;
  text-align: center;
}
.b-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-pagination li {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.b-pagination li a,
.b-pagination li span {
  border: 2px solid transparent;
  color: #00becf;
  display: inline-block;
  line-height: 35px;
}
.b-pagination li a {
  padding: 0 2px;
}
.b-pagination li.active {
  margin: 0 3px;
}
.b-pagination li.active a,
.b-pagination li.active span {
  border-color: #00becf;
  width: 39px;
}
.datepicker table tr td,
.datepicker table tr th {
  font-family: Helvetica, Arial, sans-serif;
}

.b-radio-sibir {
  background: #b0c5d6;
  border-radius: 5px;
  width: 100%;
}
.b-marquee {
  overflow: hidden;
  min-height: 71px;
  padding: 20px 0 20px 0;
  color: #fff;
  font-size: 20px;
}
/* JPlayer */
.jp-audio {
  height: 220px;
  width: 100%;
  background: #d7d7d7 url('../i/jplayer/mic.png') no-repeat center center;
  background-size: auto 95%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.jp-audio .jp-controls-holder {
  position: absolute;
  left: 20px;
  top: 20px;
}
.jp-audio .jp-controls .jp-play,
.jp-audio .jp-controls .jp-pause {
  display: block;
  text-indent: -99999px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  opacity: 0.5;
  background-color: #64d0f8;
  background-image: url('../i/jplayer/icons.png');
  background-position: 18px -713px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  border: none;
}
.jp-audio.jp-state-playing .jp-controls .jp-play,
.jp-audio .jp-controls .jp-pause {
  background-position: 16px -510px;
}
.jp-audio .jp-controls .jp-play:hover,
.jp-audio .jp-controls a.jp-pause:hover {
  opacity: 1;
}
.jp-audio .jp-volume-controls {
  position: absolute;
  right: 10px;
  top: 33px;
  height: 22px;
  width: 163px;
}
.jp-audio .jp-volume-controls .jp-mute {
  background: rgba(0, 0, 0, 0) url("../i/jplayer/volume-white-on.png") no-repeat center center;
  cursor: pointer;
  float: left;
  height: 100%;
  width: 35px;
}
.jp-audio.jp-state-muted .jp-volume-controls .jp-mute {
  background: rgba(0, 0, 0, 0) url("../i/jplayer/volume-white-off.png") no-repeat center center;
}
.jp-audio .jp-volume-controls .jp-volume-bar {
  position: relative;
  background: #fff;
  border-radius: 4px;
  height: 6px;
  width: 120px;
  float: left;
  margin: 9px 0 0 7px;
  cursor: pointer;
}
.jp-audio .jp-volume-controls .jp-volume-bar-value {
  background: #7f7f7f;
  height: 6px;
}
/* Fileuplaod */
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.b-fileupload-file .progress {
  margin: 10px 0 0 0;
}
.b-fileupload-file .b-fileupload-error,
.b-fileupload-file .b-fileupload-info {
  margin-top: 10px;
  font-weight: bold;
}
.b-fileupload-cancel {
  margin-left: 15px;
  cursor: pointer;
}
.b-forecast-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-forecast-list {
  font-size: 0;
  letter-spacing: -0.31em;
}
.b-forecast-item {
  display: inline-block;
  font-size: 13px;
  letter-spacing: normal;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.b-forecast-today {
  margin-bottom: 28px;
}
.b-forecast-today .b-forecast-item {
  vertical-align: baseline;
}
.b-forecast-time {
  color: #1499D6;
  margin-bottom: 5px;
}
.b-forecast-icon {
  margin-bottom: 13px;
}
.b-forecast-temp {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.133;
}
.b-forecast-descr {
  font-size: 15px;
  line-height: 1.133;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.4);
}
.b-forecast-item__now {
  padding-right: 105px;
  width: 155px;
}
.b-forecast-item__now .b-forecast-time {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: left;
}
.b-forecast-item__now .b-forecast-icon {
  margin-bottom: 15px;
}
.b-forecast-item__now .b-forecast-temp {
  font-size: 18px;
}
.b-forecast-item__now .b-forecast-descr {
  position: absolute;
  right: 20px;
  text-align: left;
  top: 38px;
  width: 75px;
}
.b-forecast-item__evn,
.b-forecast-item__ngt {
  border-left: 1px solid rgba(151, 151, 151, 0.2);
  padding-bottom: 5px;
  width: 88px;
}
@media (max-width: 767px) {
  .b-forecast-item__evn,
  .b-forecast-item__ngt {
    width: 65px;
  }
}
.b-forecast-item__ngt {
  opacity: 0.75;
}
.b-forecast-week {
  margin: 0 -10px 30px;
}
@media (max-width: 1279px) {
  .b-forecast-week {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 767px) {
  .b-forecast-week {
    margin-bottom: 10px;
  }
}
.b-forecast-week .b-forecast-list {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .b-forecast-week .b-forecast-list {
    display: block;
  }
}
.b-forecast-item__week {
  display: table-cell;
  padding: 0 10px;
  width: 14.5%;
}
@media (max-width: 1279px) {
  .b-forecast-item__week {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .b-forecast-item__week {
    display: inline-block;
    margin-bottom: 20px;
    width: 25%;
  }
}
.b-forecast-item__week:first-child .b-forecast-temp {
  margin-left: 0;
  padding-right: 10px;
}
.b-forecast-item__week:last-child .b-forecast-temp {
  margin-right: 0;
  padding-left: 10px;
}
.b-forecast-item__week .b-forecast-time {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .b-forecast-item__week .b-forecast-time {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .b-forecast-item__week .b-forecast-time {
    font-size: 13px;
  }
}
.b-forecast-item__week .b-forecast-date {
  font-size: 13px;
  margin-bottom: 6px;
}
.b-forecast-item__week .b-forecast-icon {
  height: 30px;
  margin-bottom: 8px;
}
.b-forecast-item__week .b-forecast-descr {
  height: 34px;
  margin-bottom: 4px;
}
@media (max-width: 1279px) {
  .b-forecast-item__week .b-forecast-descr {
    font-size: 12px;
    height: 28px;
  }
}
.b-forecast-item__week .b-forecast-temp {
  border-top: 1px solid rgba(151, 151, 151, 0.4);
  line-height: 0.95;
  margin: 0 -10px;
  padding: 8px 0 5px;
}
.b-forecast-item__week .b-forecast-temp small {
  font-size: 13px;
  font-weight: 400;
}
.b-forecast-item__week .b-forecast-temp__ngt {
  opacity: 0.5;
  padding-top: 6px;
}
.b-forecast-rights img {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 767px) {
  .b-forecast-rights img {
    vertical-align: -4px;
    width: 85px;
  }
}
/* Gallery
===================================== */
.b-article-body .fotorama__thumb-border {
  border-color: #009add;
}
.b-article-body .fotorama__arr {
  background: url(../i/carousel-control.png) no-repeat;
  height: 78px;
  margin-top: -39px;
  opacity: 0.6;
  text-indent: -1000em;
  width: 32px;
}
.b-article-body .fotorama__arr:hover {
  opacity: 1;
}
.b-article-body .fotorama__arr--prev {
  left: 0;
}
.b-article-body .fotorama__arr--next {
  background-position: -32px 0;
  right: 0;
}
.b-article-body .fotorama__arr--disabled {
  opacity: 0;
}
.b-article-body .fotorama__video-play {
  background: url(../i/play-video-ie.png) no-repeat;
  height: 78px;
  margin: -39px 0 0 -39px;
  width: 78px;
}
.fotorama__nav__frame .b-article-body .fotorama__video-play {
  background: url(../i/play-video-sm.png) no-repeat 50%;
  margin-left: -19px;
}
.b-article-body .fotorama__caption {
  display: none;
}
#photostream-in-gallery {
  left: 0;
  top: 0;
}
#photostream-in-gallery .grid-item {
  height: auto;
}
@media (max-width: 767px) {
  #photostream-in-gallery .grid-item {
    height: 72px;
  }
}
#photostream-in-gallery .b-news {
  border: none;
  opacity: 1;
  transform: scale(1);
}
#photostream-in-gallery .b-news .b-news-pic img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#photostream-in-gallery .btn-reload {
  display: none;
  left: 50%;
  top: -80px;
  padding: 7px 12px 7px 37px;
  position: absolute;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  #photostream-in-gallery .btn-reload {
    display: block;
  }
}
#photostream-in-gallery .btn-reload .icon-reload {
  background: url(../i/gallery-reload.svg) no-repeat;
  height: 20px;
  left: 11px;
  top: 8px;
  position: absolute;
  width: 19px;
}
/* Photostream
===================================== */
.b-photostream-container {
  overflow: hidden;
}
.b-photostream {
  left: -1px;
  top: -1px;
  margin: 0;
}
.b-photostream .grid-sizer {
  width: 25%;
}
.b-photostream .grid-item {
  height: 355px;
  padding: 0;
}
@media (max-width: 1279px) {
  .b-photostream .grid-item {
    height: 248px;
  }
}
@media (max-width: 479px) {
  .b-photostream .grid-item {
    width: 100%;
  }
}
.b-photostream .b-news {
  background: #9c9fa9 no-repeat 50%;
  background-size: cover;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s ease-in-out;
}
.b-photostream .b-news.loaded {
  opacity: 1;
  transform: scale(1);
}
.b-photostream .b-news:hover .b-news-pic .overlay {
  top: 30%;
}
.b-photostream .b-news > a {
  color: #fff !important;
  display: block;
  height: 100%;
}
.b-photostream .b-news .b-news-pic {
  height: 100%;
}
.b-photostream .b-news .b-news-body {
  padding: 18px 52px 18px 34px;
}
@media (max-width: 1279px) {
  .b-photostream .b-news .b-news-body {
    padding: 16px 48px 16px 24px;
  }
}
.b-photostream .b-news .b-news-body .b-news-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
  overflow: visible;
}
@media (max-width: 1279px) {
  .b-photostream .b-news .b-news-body .b-news-title {
    font-size: 16px;
  }
}
.b-photostream .b-news .b-news-count {
  bottom: 17px;
  font-size: 14px;
  height: 24px;
  letter-spacing: -0.06em;
  line-height: 26px;
  position: absolute;
  right: 16px;
  text-align: center;
  width: 24px;
}
@media (max-width: 1279px) {
  .b-photostream .b-news .b-news-count {
    bottom: 14px;
    right: 12px;
  }
}
.b-photostream .b-news .b-news-count:before,
.b-photostream .b-news .b-news-count:after {
  border: 1px solid #fff;
  bottom: 0;
  right: 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.b-photostream .b-news .b-news-count:before {
  bottom: -3px;
  right: -2px;
  opacity: 0.5;
}
.b-photostream .b-news .data-pic {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
.b-photostream .b-news .data-pic:first-child {
  z-index: 12;
}
.b-photostream .b-news .data-pic img {
  display: none;
}
@media (max-width: 1279px) {
  .b-news.news-classic .b-news-body .b-news-title {
    font-size: 16px;
    line-height: 20px;
  }
  .b-article-head .b-news.news-overlay .b-news-body .b-news-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .l-content .g-container {
    padding: 0;
  }
  .b-content {
    border-left: none;
    margin-left: 0;
  }
  .l-content-wrapper {
    float: none;
  }
  .l-sidebar {
    border-right: none;
    float: none;
    margin: 34px 0;
    padding: 20px 34px;
    width: auto;
  }
  .b-side-item {
    padding-left: 0;
    padding-right: 0;
  }
  .b-news.news-side {
    margin-bottom: 18px;
  }
  .b-news.news-side.news-large {
    margin-bottom: 18px;
  }
  .b-news.news-side.news-xlarge {
    margin-bottom: 18px;
  }
  .b-news.news-side.news-xlarge .b-news-pic {
    margin-left: 0;
    margin-right: 0;
  }
  .l-footer {
    border-left: none;
    margin-left: 0;
    overflow: hidden;
  }
  .b-content-info .g-container {
    padding: 0px 34px 32px;
  }
  .b-contacts,
  .b-disabled {
    border-top: none;
    float: left;
    left: auto;
    position: relative;
    top: auto;
  }
  .b-contacts {
    background-color: transparent;
    width: 266px;
  }
  .b-contacts .g-container {
    padding: 0 0 30px 34px;
  }
  .b-contacts .b-connect {
    margin-bottom: 12px;
  }
  .b-disabled {
    width: 200px;
  }
  .b-disabled .g-container {
    padding: 0 0 30px 46px;
  }
  .b-article-body .media-object .media-object-container {
    margin-left: -24px;
    margin-right: -24px;
  }
  .b-article-body .media-object.g-aside-left .media-object-container,
  .b-article-body .media-object.g-aside-right .media-object-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .l-sidebar {
    padding-left: 24px;
    padding-right: 24px;
  }
  .l-content .g-container {
    padding: 0 24px;
  }
  .b-page {
    border: none;
    margin: 0 -24px 24px;
  }
  .b-page:before,
  .b-page:after {
    display: none;
  }
  .b-page .b-page-wrap {
    border: none;
    border-radius: 0;
    padding: 24px;
  }
  .g-container-less {
    margin: 30px 0 24px;
    padding: 0;
  }
  .b-content-info .g-container {
    padding: 0 24px 32px;
  }
  .b-contacts .g-container,
  .b-disabled .g-container {
    padding-left: 24px;
  }
  .b-section-title {
    margin-bottom: 20px;
  }
  .g-container-less .b-section-title {
    padding-left: 0;
  }
  .b-article-head .b-news.news-overlay {
    margin: -24px -24px 0;
  }
  .b-article-head .b-news.news-overlay .b-news-pic {
    border-radius: 0;
  }
  .b-article-head .b-news.news-overlay .b-news-body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .b-article-title,
  .b-blog-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .b-article-announce .b-article-announce_pic {
    display: none;
  }
  .b-article-body .media-object.g-aside-left,
  .b-article-body .media-object.g-aside-right {
    display: none;
  }
  .b-article-authors {
    margin-bottom: 20px;
  }
  .b-comment-form .b-comment-form_buttons .auth {
    margin-bottom: 20px;
  }
  .b-comment-form .b-comment-form_buttons .g-pull-right {
    clear: left;
    float: left !important;
  }
  .b-search-control {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
  }
  .b-search-control .form input[type="search"] {
    font-size: 20px;
  }
  .b-tabs-nav .item {
    float: none;
    margin-bottom: 5px;
  }
  .b-tabs-nav .item.active:after {
    left: 22px;
  }
  .b-tabs-content .tabs-nav-link {
    display: inline-block;
    margin-bottom: 20px;
    position: static;
  }
  .b-article-avatar-image {
    width: 100px !important;
    height: auto !important;
  }
  .g-aside-left .b-article-avatar-image {
    width: 100px !important;
    height: 100px !important;
  }
  .g-aside-left .b-article-avatar-image img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .b-disabled {
    width: auto;
  }
  .b-disabled .b-disabled-inner {
    background: none;
    padding-left: 0;
  }
  .l-sidebar {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px 0;
  }
  .l-sidebar .b-news {
    display: block;
    width: 100%;
  }
  .l-content .g-container {
    padding: 0;
  }
  .b-page {
    margin-left: -15px;
    margin-right: -15px;
  }
  .b-page .b-page-wrap {
    padding: 20px 15px;
  }
  .b-content-info .g-container {
    margin-bottom: 20px;
    padding: 0;
  }
  .b-contacts .g-container,
  .b-disabled .g-container {
    padding-left: 0;
  }
  .b-article-head .b-news.news-overlay {
    margin: -20px -15px 0;
  }
  .b-article-head .b-news.news-overlay .b-news-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .b-article-head .b-news.news-overlay .b-news-body .b-news-title {
    font-size: 22px;
  }
  .b-news.news-title {
    margin-right: 0;
  }
  .b-news.news-title:last-child {
    border-bottom: 1px solid #ebeded;
    padding-bottom: 17px;
  }
  .b-news-all .btn {
    display: block;
    margin: 0 0 10px;
  }
  .b-article-title,
  .b-blog-title {
    font-size: 24px;
  }
  .b-article-body .g-aside-left,
  .b-article-body .g-aside-right {
    display: none;
  }
  .b-comment {
    margin-bottom: 16px;
  }
  .b-comment:before,
  .b-comment:after {
    display: none !important;
  }
  .b-comment .b-comment-inner {
    min-height: 0;
    padding-left: 0;
  }
  .b-comment .avatar {
    display: none;
  }
  .b-comment .b-comment_head {
    overflow: hidden;
  }
  .b-comment .b-comment_body {
    clear: both;
    margin-bottom: 0;
  }
  .b-comments-branch {
    overflow: visible;
  }
  .b-comment-sublevel {
    margin-left: 0;
  }
  .b-entry {
    padding-left: 0 !important;
  }
  .b-entry .b-entry-pic {
    display: none;
  }
  .b-blog-entry {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .b-blog-entry .b-blog-entry_body .b-blog-entry_pic {
    margin: 24px -15px;
  }
  .b-blog-entry .b-blog-entry_comments .b-feed-list {
    margin-left: 0;
    overflow: visible;
  }
  .b-blog-entry .b-blog-entry_comments .b-feed-list .b-comment .avatar {
    margin-bottom: 4px;
  }
  .b-article-body .media-object .media-object-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .b-news-load__btn {
    display: block;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .b-news-load__btn span .icon {
    top: 0;
  }
  .b-article-related {
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

    .b-infoblock {
        margin: -24px -15px 0;
    }
    .b-infoblock .g-container-less {
        margin: 0px;
    }
}

@media (max-width: 767px) {
    .b-infoblock.js-optional-infoblock iframe {
        height: 9.2vw !important;
    }
    .b-top-infoblock.js-optional-infoblock iframe {
        height: 7.6vw !important;
    }
}

@media (max-width: 479px) {
    .l-header {
        margin-bottom: 0px;
    }
}



.b-news-pagination {
  display: flex;
  justify-content: center;
}
.b-news-pagination div {
  display: flex;
  justify-content: center;
}
.b-news-pagination a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 40px;
  color: #4a4a4a;
  border: 1px solid #dde1e0;
  font-size: 16px;
  font-weight: 600;
}

.b-news-pagination a.active {
  background: #009add;
  color: #fff;
  border: 1px solid #009add;
}

.b-news-pagination > a:first-child,
.b-news-pagination > a:last-child {
  margin: 0 10px;
}
