/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.notrans {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearmargin:first-child {
  margin-top: 0;
}
.clearmargin:last-child {
  margin-bottom: 0;
}
.clearborder:first-child {
  border-top: 0;
}
.clearborder:last-child {
  border-bottom: 0;
}
.clearpadding:first-child {
  padding-top: 0;
}
.clearpadding:last-child {
  padding-bottom: 0;
}
.clearmarginv:first-child {
  margin-left: 0;
}
.clearmarginv:last-child {
  margin-right: 0;
}
.clearborderv:first-child {
  border-left: 0;
}
.clearborderv:last-child {
  border-right: 0;
}
.clearpaddingv:first-child {
  padding-left: 0;
}
.clearpaddingv:last-child {
  padding-right: 0;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
ul,
ol {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
textarea {
  resize: none;
}
.container {
  max-width: 1260px;
  min-width: 310px;
  margin: 0 auto;
  box-sizing: border-box;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}
.container:after,
.container:before,
.row:after,
.row:before {
  content: '';
  display: block;
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col5-1,
.col8-1 {
  float: left;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
}
.col5-1 {
  width: 20%;
}
.col8-1 {
  width: 12.5%;
}
.col-offset-1 {
  margin-left: 8.3333%;
}
.col-1 {
  width: 8.3333%;
}
.col-2 {
  width: 16.6666%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333%;
}
.col-5 {
  width: 41.6666%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333%;
}
.col-8 {
  width: 66.6666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-12 {
  width: 100%;
}
.pull-6 {
  left: 50%;
}
.push-3 {
  right: 25%;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.inline_block {
  display: inline-block;
}
table,
.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
}
/* старый - #154f68 */
body,
input,
textarea,
button {
  font-family: 'Open Sans', sans-serif;
}
html {
  background: #ffffff;
}
.fz {
  font-size: 14px;
}
body {
  color: #13445b;
  font-size: 14px;
  line-height: 1.3;
}
a {
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  color: #298eba;
  text-decoration: none;
}
a:hover {
  color: #60B3DE;
}
.def_gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#144c65+0,175f7c+50,144c65+100 */
  background: #144c65;
  /* Old browsers */
  background: -moz-linear-gradient(top, #144c65 0%, #175f7c 50%, #144c65 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #144c65 0%, #175f7c 50%, #144c65 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #144c65 0%, #175f7c 50%, #144c65 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#144c65', endColorstr='#144c65', GradientType=0);
  /* IE6-9 */
}
.date {
  color: #BFBFBF;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.btn {
  display: inline-block;
  vertical-align: top;
  padding: 4px 10px;
  background: #ffffff;
}
#page {
  zoom: 1;
  overflow: hidden;
  position: relative;
}
#page:before,
#page:after {
  content: "";
  display: table;
}
#page:after {
  clear: both;
}
nav.left {
  min-height: 100vh;
  height: 100vh;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
nav.left .pos_fixed {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 50%;
  padding-right: 330px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav.left .pos_fixed > .wrap {
  box-shadow: 0 30px 14px 0 rgba(0, 0, 0, 0.17);
  z-index: 2;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-image: url(/assets/images/bg_left.jpg);
}
nav.left_bar {
  position: fixed;
  right: 50%;
  width: 0px;
  top: 0;
  z-index: 2;
}
nav.left_bar > .wrap {
  position: relative;
  width: 300px;
  right: 630px;
}
nav.left_bar .td {
  vertical-align: bottom;
}
nav.left_bar .td:first-child {
  overflow: hidden;
}
nav.left_bar .logo {
  padding-left: 10px;
  padding-bottom: 25px;
  display: block;
}
nav.left_bar .logo img {
  position: relative;
  bottom: 130px;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
nav.left_bar .logo.on img {
  bottom: 0;
}
nav.left_bar .lang {
  width: 40px;
  margin-left: auto;
}
nav.left_bar .lang ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.left_bar .lang span,
nav.left_bar .lang a {
  color: #014D74;
  line-height: 40px;
  width: 40px;
  display: block;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
}
nav.left_bar .lang span {
  background-color: #014D74;
  color: #fff;
}
nav.left_bar .search .btn {
  display: block;
  position: relative;
  width: 40px;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/assets/images/search.svg);
}
nav.left_bar .search form {
  display: block;
  position: relative;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: auto;
}
nav.left_bar .search form.open .btn {
  background-color: #014D74;
  background-image: url(/assets/images/search_white.svg);
}
nav.left_bar .search form.open .pos_a {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}
nav.left_bar .search form .pos_a {
  position: absolute;
  left: 100%;
  top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #014D74;
  white-space: nowrap;
  font-size: 12px;
  max-width: 0;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  zoom: 1;
}
nav.left_bar .search form .pos_a:before,
nav.left_bar .search form .pos_a:after {
  content: "";
  display: table;
}
nav.left_bar .search form .pos_a:after {
  clear: both;
}
nav.left_bar .search form .pos_a input {
  display: inline-block;
  width: 460px;
  height: 40px;
  background-color: #FFFFFF;
  border: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav.left_bar .search form .pos_a input[type="submit"] {
  width: 100px;
  background-color: #60B3DE;
  color: #fff;
  text-transform: uppercase;
  margin-left: -3px;
}
nav.left_bar .menu > ul > li {
  position: relative;
}
nav.left_bar .menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
nav.left_bar .menu ul > li {
  position: relative;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
nav.left_bar .menu ul > li > ul {
  display: block;
  position: absolute;
  left: 100%;
  max-width: 0;
  overflow: hidden;
  top: 0;
  background-color: #014D74;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
nav.left_bar .menu ul > li > ul a {
  width: 280px;
  color: #fff;
  line-height: 18px;
  padding-top: 9px;
  padding-bottom: 10px;
  font-weight: 400;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
}
nav.left_bar .menu ul > li:hover,
nav.left_bar .menu ul > li.active {
  background-color: #60B3DE;
}
nav.left_bar .menu ul > li:hover > a,
nav.left_bar .menu ul > li.active > a {
  color: #fff;
}
nav.left_bar .menu ul > li:hover ul {
  max-width: 600px;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
nav.left_bar .menu ul a {
  display: block;
  font-size: 12px;
  line-height: 37px;
  font-weight: 600;
  color: #014D74;
  padding: 0 10px;
}
nav.left_bar .blobk_trade ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.left_bar .blobk_trade ul li {
  padding-top: 25px;
}
nav.left_bar .blobk_trade ul li a {
  display: block;
  line-height: 41px;
  width: 205px;
  border: 1px solid #AEC6D2;
  font-size: 12px;
  font-weight: 600;
  padding-left: 40px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  background-size: 21px 21px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav.left_bar .blobk_trade ul li a.torgovla:hover {
  background-image: url(/assets/images/01_icon_torgovla.svg);
}
nav.left_bar .blobk_trade ul li a.aukcion:hover {
  background-image: url(/assets/images/02_icon_aukcion.svg);
}
nav.left_bar .blobk_trade ul li a.ucheba:hover {
  background-image: url(/assets/images/03_icon_ucheba.svg);
}
nav.left_bar .blobk_trade ul li a:hover {
  background-color: #014D74;
  color: #fff;
}
nav.left_bar .blobk_trade ul li a.torgovla {
  background-image: url(/assets/images/01_icon_torgovla_1.svg);
}
nav.left_bar .blobk_trade ul li a.aukcion {
  background-image: url(/assets/images/02_icon_aukcion_1.svg);
}
nav.left_bar .blobk_trade ul li a.ucheba {
  background-image: url(/assets/images/03_icon_ucheba_1.svg);
}
header.section {
  background-image: url(/assets/images/BG_heder.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.12);
}
header.section .col-9 {
  position: relative;
  padding: 17px 0;
}
header.section .p30 {
  height: 40px;
}
header.section .table {
  position: relative;
  z-index: 3;
}
header.section .td {
  vertical-align: middle;
}
header.section .title {
  font-size: 16px;
  font-weight: 600;
  color: #014D74;
  text-transform: uppercase;
  padding-left: 25px;
}
header.section .pos_a {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
header.section .pos_a ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header.section .pos_a ul li {
  display: inline-block;
}
header.section .pos_a ul li a {
  display: block;
  padding: 5px;
}
header.section .pos_a ul li a.eye {
  background-color: #014D74;
}
header.section .logoa {
  display: block;
}
section.index {
  zoom: 1;
}
section.index:before,
section.index:after {
  content: "";
  display: table;
}
section.index:after {
  clear: both;
}
section.index > .col-8 img {
  max-width: 100%;
}
section.index .block_news .header {
  font-size: 12px;
  line-height: 76px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
section.index .block_news .wrap_items {
  padding-bottom: 20px;
}
section.index .block_news .item {
  color: #5B5B5B;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 23px;
  background-color: #FCFCFC;
  display: block;
}
section.index .block_news .item .image {
  overflow: hidden;
}
section.index .block_news .item .image img {
  display: block;
  width: 100%;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
section.index .block_news .item .image:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
section.index .block_news .item .news_name {
  color: #BFBFBF;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 8px;
}
section.index .block_news .item .title {
  font-size: 16px;
  font-weight: 600;
  color: #5B5B5B;
  padding-top: 10px;
}
section.index .block_news .item .short {
  font-size: 12px;
  font-weight: 300;
  padding-top: 10px;
}
section.index .block_news .item .looked {
  padding-top: 23px;
  font-size: 10px;
}
section.index .block_news .item:hover {
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
}
section.index .block_news .item:first-child {
  margin-top: 0;
}
section.index .block_direktor {
  padding-top: 10px;
}
section.index .block_direktor a {
  display: block;
  border-bottom: 2px solid #E3E3E3;
  padding-bottom: 7px;
}
section.index .block_direktor .image {
  display: block;
}
section.index .block_direktor .image img {
  width: 100%;
}
section.index .block_direktor .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  padding: 0 10px;
}
section.index .block {
  margin-top: 30px;
}
section.index .block .name {
  display: block;
  background: linear-gradient(180deg, #5b5b5b 0%, #3e3e3e 100%);
}
section.index .block .name .td {
  padding: 23px 28px;
  vertical-align: middle;
}
section.index .block .name .td span {
  color: #fff;
  font-size: 16px;
}
section.index .block .name .td:last-child {
  padding-left: 5px;
  width: 100%;
}
section.index .block .item {
  border: 1px solid #E7E7E7;
  padding: 10px 12px;
  margin-top: 10px;
}
section.index .block .item:nth-child(2n) {
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
}
section.index .block .item .date {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: ##BFBFBF;
  zoom: 1;
}
section.index .block .item .date:before,
section.index .block .item .date:after {
  content: "";
  display: table;
}
section.index .block .item .date:after {
  clear: both;
}
section.index .block .item .date .day {
  display: block;
  float: left;
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  margin-right: 10px;
}
section.index .block .item .date .month,
section.index .block .item .date .year {
  display: block;
}
section.index .block .item .title {
  color: #5B5B5B;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 10px;
}
section.index .block .item .short {
  color: #5B5B5B;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}
section.index .block .info {
  background-color: #fbfbfb;
}
section.index .block .info tr:first-child td {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
section.index .block .info tr:nth-child(2) td {
  padding: 0;
}
section.index .block .info tr:nth-child(2) td span {
  border-top: 1px solid #909090;
  padding: 10px;
}
section.index .block .info tr:nth-child(2) td,
section.index .block .info tr:nth-child(5) td,
section.index .block .info tr:nth-child(8) td {
  width: 260px;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}
section.index .block .info tr:nth-child(2) td span,
section.index .block .info tr:nth-child(5) td span,
section.index .block .info tr:nth-child(8) td span {
  display: block;
  padding-top: 8px;
}
section.index .block .info tr:nth-child(5) td span,
section.index .block .info tr:nth-child(8) td span {
  border-top: 1px solid #C4C4C4;
}
section.index .block .info td {
  padding: 10px;
  color: #5B5B5B;
  font-size: 12px;
  line-height: 14px;
}
section.partner .item {
  padding: 0 10px;
}
section.partner .item > a {
  display: block;
  border: 1px solid #C7C7C7;
  background-color: #FFFFFF;
  height: 100px;
  position: relative;
  padding: 10px;
  color: #5B5B5B;
  font-size: 11px;
  line-height: 16px;
}
section.partner .item > a .image {
  display: block;
  height: 30px;
}
section.partner .item > a .image img {
  width: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
section.partner .item > a .title {
  display: block;
  margin-top: 3px;
}
section.partner .item > a .site {
  display: block;
  position: absolute;
  color: #BFBFBF;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  bottom: 8px;
  left: 10px;
}
section.partner .item > a:hover .image img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
section.partner .item > a:hover .site {
  color: #60B3DE;
}
section.partner .slider_wrap {
  padding: 60px 0 30px;
  position: relative;
  display: block;
}
section.partner .slider_wrap .owl-nav {
  position: absolute;
  top: 0px;
  right: 0;
  white-space: nowrap;
  display: block;
  padding: 10px;
}
section.partner .slider_wrap .owl-nav > * {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-color: #fff;
  position: relative;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
section.partner .slider_wrap .owl-nav > * i {
  display: block;
  height: 15px;
  width: 15px;
  border-left: 1px solid #014D74;
  border-bottom: 1px solid #014D74;
  position: absolute;
  top: 12px;
  left: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
section.partner .slider_wrap .owl-nav > *.owl-next i {
  left: 7px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}
section.partner .slider_wrap .owl-nav > *:hover {
  background-color: #014D74;
}
section.partner .slider_wrap .owl-nav > *:hover i {
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
footer.section {
  background: linear-gradient(180deg, #5b5b5b 0%, #3e3e3e 100%);
  color: #fff;
  line-height: 19px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
footer.section .contact {
  max-width: 1290px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}
footer.section form h3 {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 15px;
}
footer.section form .group {
  white-space: nowrap;
  padding-top: 10px;
}
footer.section form .group input {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  border: none;
  line-height: 35px;
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
footer.section form .group input[type="text"] {
  width: 267px;
  color: #000;
}
footer.section form .group input[type="submit"] {
  background-color: #60B3DE;
  color: #fff;
  margin-left: -3px;
}
footer.section .bottom {
  padding: 25px 0;
}
footer.section .bottom .td {
  vertical-align: middle;
}
footer.section .bottom .group {
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}
footer.section .bottom .group .image {
  margin-right: 10px;
}
footer.section .bottom .group a {
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  line-height: 14px;
}
footer.section .bottom .group > * {
  display: inline-block;
  vertical-align: initial;
}
.breadcrumbs {
  color: #014D74;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  padding-top: 30px;
}
.breadcrumbs a {
  color: #014D74;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}
.directors {
  padding-top: 20px;
}
.directors .item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  zoom: 1;
}
.directors .item:before,
.directors .item:after {
  content: "";
  display: table;
}
.directors .item:after {
  clear: both;
}
.directors .item .image {
  float: left;
}
.directors .item .info {
  display: block;
  overflow: hidden;
  padding-left: 20px;
}
.directors .item .info .dolzhnost {
  color: #444444;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.directors .item .info .title {
  display: block;
  color: #014D74;
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.directors .item .info .title:hover {
  text-decoration: underline;
}
.directors .item .info .short {
  color: #5B5B5B;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
}
.directors .item .table .td {
  vertical-align: middle;
  text-align: left;
}
.directors .item .table .td:first-child {
  width: 180px;
}
.directors .item .table .td a {
  margin: 0;
}
.pravlrnya .media_list {
  padding-top: 30px;
}
.pravlrnya .media_list h3.name {
  padding-bottom: 20px;
}
.pravlrnya .category .item {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
}
.pravlrnya .category .title {
  color: #014D74;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.pravlrnya .category .title:hover {
  text-decoration: underline;
}
.pravlrnya .category .full {
  color: #5B5B5B;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
}
.pravlrnya .category .col-12 .item {
  zoom: 1;
}
.pravlrnya .category .col-12 .item:before,
.pravlrnya .category .col-12 .item:after {
  content: "";
  display: table;
}
.pravlrnya .category .col-12 .item:after {
  clear: both;
}
.pravlrnya .category .col-12 .title {
  margin-top: 0;
}
.pravlrnya .category .col-12 .image {
  float: left;
  margin-right: 20px;
}
h1 {
  color: #014D74;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: 10px;
}
.full_item {
  padding-top: 40px;
  zoom: 1;
}
.full_item:before,
.full_item:after {
  content: "";
  display: table;
}
.full_item:after {
  clear: both;
}
.full_item > .primary {
  color: #5B5B5B;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  padding-left: 20px;
}
.full_item > .image {
  float: left;
}
.full_item h2.title {
  color: #5B5B5B;
  font-size: 18px;
  line-height: 24px;
}
.full_item .dolzhnost {
  color: #5B5B5B;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.full_item ul {
  list-style-type: disc;
  padding-left: 20px;
}
.full_item ul li {
  padding-top: 16px;
}
.full_item ol {
  list-style-type: decimal;
}
.full_item p {
  margin-top: 10px;
}
.news_short a.item {
  display: block;
  padding: 20px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.news_short a.item:hover {
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
}
.news_short a.item:visited {
  opacity: 0.5;
}
.news_short .top {
  padding-bottom: 5px;
}
.news_short .top > * {
  display: inline-block;
  vertical-align: middle;
}
.news_short .top .col_name {
  color: #BFBFBF;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  margin-right: 20px;
}
.news_short .top .date {
  color: #000000;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  margin-right: 10px;
}
.news_short .top .looked {
  color: #5B5B5B;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}
.news_short .top .looked img {
  margin-right: 9px;
}
.news_short .secondary {
  zoom: 1;
}
.news_short .secondary:before,
.news_short .secondary:after {
  content: "";
  display: table;
}
.news_short .secondary:after {
  clear: both;
}
.news_short .secondary .image {
  float: left;
}
.news_short .secondary .image img {
  display: block;
  margin-right: 10px;
  margin-top: 5px;
}
.news_short .secondary .primary {
  overflow: hidden;
}
.news_short .secondary .primary .title {
  color: #5B5B5B;
  font-size: 15px;
  line-height: 20px;
}
.news_full .top .table {
  table-layout: fixed;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 10px;
}
.news_full .top .table .td {
  vertical-align: middle;
  padding: 10px 0;
}
.news_full .top .table .date {
  color: #5B5B5B;
  font-size: 15px;
  line-height: 20px;
}
.news_full .top .table .looked {
  color: #5B5B5B;
  font-size: 15px;
  line-height: 20px;
}
.news_full .top .title {
  color: #5B5B5B;
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  padding-top: 7px;
}
.news_full .full_item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  zoom: 1;
}
.news_full .full_item:before,
.news_full .full_item:after {
  content: "";
  display: table;
}
.news_full .full_item:after {
  clear: both;
}
.news_full .full_item .td {
  vertical-align: top;
  position: relative;
}
.news_full .full_item .td .soctial_podelitca {
  width: 50px;
  margin-left: auto;
  margin-right: 15px;
  margin-top: 40px;
}
.news_full .full_item .td .istochnik {
  color: #FFFFFF;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  bottom: 0;
  right: 20px;
  transform: rotate(270deg);
  height: 18px;
  vertical-align: middle;
}
.news_full .full_item .td .istochnik .rotate270 {
  white-space: nowrap;
  position: absolute;
  bottom: 50%;
  left: 100%;
}
.news_full .full_item .td .istochnik .rotate270 > * {
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 5px;
  margin-right: 5px;
}
.news_full .full_item .td .istochnik .rotate270 > a {
  color: #014D74;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  vertical-align: middle;
}
.news_full .full_item .td .istochnik .rotate270 > span {
  background-color: #5B5B5B;
}
.news_full .full_item .td .istochnik .rotate270 > span span,
.news_full .full_item .td .istochnik .rotate270 > span img {
  vertical-align: middle;
}
.news_full .full_item .image {
  padding-top: 5px;
  padding-right: 20px;
}
.news_full .full_item .image a {
  display: block;
}
.news_full .full_item .image .length_photo {
  background-color: #5B5B5B;
  margin-right: 50px;
  padding: 0 6px;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.news_full .full_item .primary {
  overflow: hidden;
  color: #5B5B5B;
  font-size: 16px;
  line-height: 23px;
  position: relative;
  padding: 0;
}
.news_full .full_item .primary .short {
  font-weight: 600;
}
.news_full .full_item .primary .short > *:first-child {
  margin-top: 0;
}
.news_full .full_item .primary img {
  max-width: 100%;
}
.gb_list,
.page_full {
  color: #5B5B5B;
  font-size: 16px;
  line-height: 23px;
  padding: 0;
  padding-top: 30px;
}
.gb_list p,
.page_full p {
  margin: 15px 0;
}
.gb_list ul,
.page_full ul {
  list-style-type: disc;
  padding-left: 40px;
}
.gb_list ol,
.page_full ol {
  list-style-type: decimal;
}
.gb_list form label {
  display: block;
  position: relative;
}
.gb_list form label.center {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.gb_list form label textarea,
.gb_list form label input {
  display: block;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #AAAAAA;
  font-size: 13px;
  line-height: 37px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 395px;
}
.gb_list form label textarea:focus,
.gb_list form label input:focus {
  border: 1px solid #60B3DE;
}
.gb_list form label textarea {
  line-height: 18px;
  max-width: 518px;
}
.gb_list form label input[type="submit"] {
  color: #fff;
  background-color: #014D74;
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
  margin: 0 auto;
  border: none;
  max-width: 260px;
  line-height: 47px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.gb_list form label > span {
  color: #F15A24;
  font-size: 8px;
  line-height: 13px;
  position: absolute;
  bottom: -15px;
  left: 2px;
}
.gb_list form label.ok input {
  border: 1px solid #014D74;
}
.gb_list form label.error input {
  border: 1px solid #F15A24;
}
.gb_list form label .capcha {
  text-align: center;
}
.paginator {
  padding-top: 30px;
  padding-bottom: 30px;
}
.paginator ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.paginator ul li {
  display: inline-block;
}
.paginator ul li a {
  display: block;
  color: #60B3DE;
  font-size: 12px;
  line-height: 10px;
  padding: 0 6px;
  cursor: pointer;
}
.paginator ul li a:hover {
  color: #000;
}
.paginator ul li.active a {
  color: #000;
  cursor: none;
}
.paginator .td {
  vertical-align: middle;
}
.paginator .prev_news a,
.paginator .next_news a {
  display: block;
  background-repeat: no-repeat;
}
.paginator .prev_news a {
  background-image: url(/assets/images/prev.svg);
  padding-left: 24px;
  background-position: 0 50%;
}
.paginator .next_news a {
  background-image: url(/assets/images/next.svg);
  padding-right: 24px;
  background-position: 100% 50%;
}
.actis a.item {
  display: block;
  margin-top: 30px;
  color: #444444;
  font-size: 16px;
  line-height: 22px;
}
.actis a.item .td {
  vertical-align: middle;
  padding: 20px;
}
.actis a.item .image {
  border: 1px solid #F9F9F9;
  background-color: #F9F9F9;
  width: 115px;
  text-align: center;
}
.actis a.item .image span {
  color: #5B5B5B;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}
.actis a.item .image i.icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/icons/pdf.svg);
}
.actis a.item .image i.icon.dot,
.actis a.item .image i.icon.dotx,
.actis a.item .image i.icon.docx,
.actis a.item .image i.icon.doc {
  background-image: url(/assets/images/icons/word.svg);
}
.actis a.item .image i.icon.XLSX,
.actis a.item .image i.icon.XLSB,
.actis a.item .image i.icon.XLTX,
.actis a.item .image i.icon.XLTM,
.actis a.item .image i.icon.XLS,
.actis a.item .image i.icon.XLT,
.actis a.item .image i.icon.XLS,
.actis a.item .image i.icon.XLS,
.actis a.item .image i.icon.XLSM {
  background-image: url(/assets/images/icons/exel.svg);
}
.actis a.item .title {
  border: 1px solid #F9F9F9;
}
.sitemap {
  padding-top: 30px;
}
.sitemap > ul > li {
  color: #014D74;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.sitemap > ul > li > a {
  color: #014D74;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.sitemap > ul > li > a:hover {
  color: #AEC6D2;
}
.sitemap > ul > li > ul {
  margin-bottom: 50px;
}
.sitemap > ul > li > ul li {
  color: #444444;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.sitemap > ul > li > ul a {
  color: #444444;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.sitemap > ul > li > ul a:hover {
  color: #AEC6D2;
}
.sitemap > ul > li ul {
  padding-left: 2em;
  list-style-type: disc;
}
.block--datepicker {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.block--datepicker .heading {
  display: block;
  background: -webkit-linear-gradient(#5b5b5b 0%, #3e3e3e 100%);
  background: -o-linear-gradient(#5b5b5b 0%, #3e3e3e 100%);
  background: linear-gradient(#5b5b5b 0%, #3e3e3e 100%);
  margin: 0;
  padding-left: 78px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 18px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.block--datepicker .heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 78px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/assets/images/icon_kalendar.svg);
}
.block--datepicker .hasDatepicker {
  position: relative;
}
.block--datepicker .hasDatepicker .ui-datepicker-header {
  color: #5B5B5B;
  position: relative;
  zoom: 1;
}
.block--datepicker .hasDatepicker .ui-datepicker-header:before,
.block--datepicker .hasDatepicker .ui-datepicker-header:after {
  content: "";
  display: table;
}
.block--datepicker .hasDatepicker .ui-datepicker-header:after {
  clear: both;
}
.block--datepicker .hasDatepicker .ui-datepicker-header > a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 38px;
  cursor: pointer;
}
.block--datepicker .hasDatepicker .ui-datepicker-header > a span {
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #60B3DE;
  border-left: 1px solid #60B3DE;
  margin-top: 13px;
}
.block--datepicker .hasDatepicker .ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
}
.block--datepicker .hasDatepicker .ui-datepicker-header a.ui-datepicker-prev span {
  margin-left: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.block--datepicker .hasDatepicker .ui-datepicker-header a.ui-datepicker-next {
  right: 0;
}
.block--datepicker .hasDatepicker .ui-datepicker-header a.ui-datepicker-next span {
  margin-left: 10px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}
.block--datepicker .hasDatepicker .ui-datepicker-header .ui-datepicker-title {
  clear: both;
  text-align: center;
  font-size: 10px;
  line-height: 38px;
}
.block--datepicker .hasDatepicker table.ui-datepicker-calendar {
  color: #5B5B5B;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.block--datepicker .hasDatepicker table.ui-datepicker-calendar thead th {
  font-size: 10px;
  font-weight: 400;
}
.block--datepicker .hasDatepicker table.ui-datepicker-calendar a {
  display: block;
  color: #5B5B5B;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.block--datepicker .hasDatepicker table.ui-datepicker-calendar td.highlight.active a,
.block--datepicker .hasDatepicker table.ui-datepicker-calendar td.highlight a:hover {
  background-color: #014D74;
}
.block--datepicker .hasDatepicker table.ui-datepicker-calendar .highlight a {
  color: #fff;
  text-decoration: underline;
  background-color: #60B3DE;
}
.block--datepicker .hasDatepicker table.ui-datepicker-calendar .highlight > span {
  width: 100%;
  text-align: left;
  top: 100%;
  left: 0;
  position: absolute;
  background-color: #014D74;
  color: #fff;
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
  z-index: 1;
  font-size: 10px;
  line-height: 14px;
  padding: 30px 5px 10px;
  font-weight: 400;
  box-sizing: border-box;
  text-transform: uppercase;
}
.block--datepicker .hasDatepicker table.ui-datepicker-calendar .highlight > span i.datepicker--close {
  position: absolute;
  font-size: 0;
  display: block;
  right: 0;
  top: 2px;
  background-color: #014D74;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.block--datepicker .hasDatepicker table.ui-datepicker-calendar .highlight > span i.datepicker--close:before,
.block--datepicker .hasDatepicker table.ui-datepicker-calendar .highlight > span i.datepicker--close:after {
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 8px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.block--datepicker .hasDatepicker table.ui-datepicker-calendar .highlight > span i.datepicker--close:before {
  top: 8px;
  left: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.block--datepicker .hasDatepicker table.ui-datepicker-calendar td.ui-datepicker-today a {
  background-color: #565655;
  color: #fff;
}
.nav_menu_top {
  padding-top: 15px;
  border-bottom: 1px solid #FFFFFF;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.nav_menu_top .block {
  margin: 0;
}
.nav_menu_top a {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.tab_board_of_directors .tab_btn {
  padding-top: 20px;
  border-bottom: 2px solid #DDDDDD;
}
.tab_board_of_directors .tab_btn ul {
  margin-left: -9px;
  margin-right: -9px;
}
.tab_board_of_directors .tab_btn ul li {
  display: inline-block;
  vertical-align: bottom;
}
.tab_board_of_directors .tab_btn ul li > span.btn_tabs {
  display: block;
  color: #014D74;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  cursor: pointer;
  padding: 10px;
}
.tab_board_of_directors .tab_btn ul li > span.btn_tabs:hover {
  color: #60B3DE;
}
.tab_board_of_directors .tab_btn ul li > span.btn_tabs.active {
  color: #AEC6D2;
  font-size: 16px;
}
.tab_board_of_directors .tab_contend .tab_item {
  display: none;
}
.tab_board_of_directors .tab_contend .tab_item.active {
  display: block;
}
.tab_board_of_directors .tab_contend .tab_item table {
  border-color: #F9F9F9;
}
.tab_board_of_directors .tab_contend .tab_item table td {
  vertical-align: middle;
  padding: 20px;
  border-color: #F9F9F9;
  color: #444444;
}
.tab_board_of_directors .tab_contend .tab_item a.list_docum {
  display: block;
  margin-top: 30px;
  color: #444444;
  font-size: 16px;
  line-height: 22px;
}
.tab_board_of_directors .tab_contend .tab_item a.list_docum .td {
  vertical-align: middle;
  padding: 20px;
}
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image {
  border: 1px solid #F9F9F9;
  background-color: #F9F9F9;
  width: 115px;
  text-align: center;
}
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image span {
  color: #5B5B5B;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/icons/pdf.svg);
}
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon.dot,
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon.dotx,
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon.docx,
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon.doc {
  background-image: url(/assets/images/icons/word.svg);
}
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon.XLSX,
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon.XLSB,
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon.XLTX,
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon.XLTM,
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon.XLS,
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon.XLT,
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon.XLS,
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon.XLS,
.tab_board_of_directors .tab_contend .tab_item a.list_docum .image i.icon.XLSM {
  background-image: url(/assets/images/icons/exel.svg);
}
.tab_board_of_directors .tab_contend .tab_item a.list_docum .title {
  border: 1px solid #F9F9F9;
}
section.search {
  padding-top: 30px;
}
section.search .title {
  color: #444444;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}
section.search form.items .field {
  padding-bottom: 50px;
  zoom: 1;
}
section.search form.items .field:before,
section.search form.items .field:after {
  content: "";
  display: table;
}
section.search form.items .field:after {
  clear: both;
}
section.search form.items input {
  display: block;
  float: left;
  width: 70%;
  margin: 0;
  border: 1px solid #EBEBEB;
  background-color: #fff;
  line-height: 40px;
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: left;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.search form.items input[type="submit"] {
  width: 30%;
  text-align: center;
  background-color: #60B3DE;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
section.search .item {
  color: #5B5B5B;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 23px;
  background-color: #FCFCFC;
  display: block;
}
section.search .item .date {
  margin-top: 17px;
}
section.search .item .image {
  overflow: hidden;
}
section.search .item .image img {
  display: block;
  width: 100%;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
section.search .item .image:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
section.search .item .news_name {
  color: #BFBFBF;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 8px;
}
section.search .item .title {
  font-size: 16px;
  font-weight: 600;
  color: #5B5B5B;
  padding-top: 10px;
}
section.search .item .short {
  font-size: 12px;
  font-weight: 300;
  padding-top: 10px;
}
section.search .item .looked {
  padding-top: 23px;
  font-size: 10px;
}
section.search .item:hover {
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
}
section.search .item:first-child {
  margin-top: 0;
}
.message_success {
  padding: 20px;
  border: 1px solid green;
  border-radius: 5px;
  text-align: center;
  background: #b3ff8e;
  color: green;
  margin-bottom: 20px;
}
.infografika {
  padding-left: 170px;
  overflow: hidden;
}
.infografika .wrap_info {
  position: relative;
  border-left: 1px solid #014D74;
  color: #5B5B5B;
  margin-top: -3px;
}
.infografika .wrap_info li a,
.infografika .wrap_info .box div,
.infografika .wrap_info .circle div,
.infografika .wrap_info blockquote,
.infografika .wrap_info p {
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.infografika .wrap_info ul {
  list-style-type: none;
  padding: 0;
}
.infografika .wrap_info li a {
  color: #5B5B5B;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 19px;
  padding-left: 15px;
  display: inline-block;
}
.infografika .wrap_info li a.active {
  font-size: 18px;
  line-height: 24px;
  color: #014D74;
  position: relative;
}
.infografika .wrap_info li a.active:before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background-color: #014D74;
  border-radius: 50%;
  position: absolute;
  border: 4px solid #fff;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  left: 0;
}
.infografika .wrap_info .box {
  position: relative;
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 35px;
}
.infografika .wrap_info .box div {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 120px;
  box-sizing: border-box;
  padding: 2px 30px;
  background-color: #014D74;
  left: -50%;
}
.infografika .wrap_info .box div:after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  transform: rotate(405deg);
  background-color: #014D74;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  z-index: -1;
}
.infografika .wrap_info blockquote {
  color: #939393;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  padding-left: 15px;
  margin-bottom: 20px;
}
.infografika .wrap_info .circle {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 10px;
}
.infografika .wrap_info .circle div {
  position: relative;
  display: inline-block;
  color: #014D74;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  padding: 0 28px;
  left: -100%;
}
.infografika .wrap_info .circle div:before {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  border: 4px solid #fff;
  background-color: #014D74;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-right: -10px;
  margin-top: -8px;
  right: 0;
}
.infografika .wrap_info p {
  color: #5B5B5B;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 20px;
  border-radius: 7px;
  background-color: #F9F9F9;
  margin-left: 15px;
  margin-bottom: 20px;
  margin-top: 0;
}
#page.disabled {
  padding-top: 70px;
  font-size: 20px;
  color: #000;
}
#page.disabled h1 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
}
#page.disabled ymaps {
  display: none !important;
}
#page.disabled .block_direktor .title {
  font-size: 24px;
}
#page.disabled .date {
  text-transform: uppercase;
}
#page.disabled .news_full .top .title {
  padding-top: 15px;
}
#page.disabled .spec-panel {
  background-color: #000;
  color: #fff;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#page.disabled .spec-panel a {
  color: #fff;
  font-weight: bold;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#page.disabled .spec-panel a:hover {
  text-decoration: underline;
}
#page.disabled .spec-panel .wrapper {
  width: 1260px;
  position: absolute;
  left: 50%;
  margin-left: -625px;
  line-height: 40px;
  padding: 15px 0;
  font-size: 14px;
  font-weight: bold;
}
#page.disabled .spec-panel .wrapper > div {
  float: left;
  margin-right: 50px;
}
#page.disabled .spec-panel .wrapper > div div {
  float: left;
  margin-right: 10px;
}
#page.disabled .spec-panel .wrapper .fs-btn {
  font-weight: bold;
  font-size: 0;
}
#page.disabled .spec-panel .wrapper .fs-btn .fs-small {
  font-size: 18px;
}
#page.disabled .spec-panel .wrapper .fs-btn .fs-medium {
  font-size: 24px;
}
#page.disabled .spec-panel .wrapper .fs-btn .fs-large {
  font-size: 30px;
}
#page.disabled .spec-panel .wrapper .fs-btn a {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
#page.disabled .spec-panel .wrapper .cs-btn {
  font-weight: bold;
  font-size: 0;
}
#page.disabled .spec-panel .wrapper .cs-btn a {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  padding: 0 10px;
}
#page.disabled .spec-panel .wrapper .cs-btn a.cs-white {
  background-color: #fff;
  color: #000;
}
#page.disabled .spec-panel .wrapper .cs-btn a.cs-black {
  background-color: #000;
  color: #fff;
}
#page.disabled .spec-panel .wrapper .cs-btn a.cs-blue {
  background-color: #82d2ff;
  color: #005086;
}
#page.disabled .spec-panel .wrapper .back-to-normal {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  height: 40px;
  line-height: 36px;
}
#page.disabled a {
  color: #000;
  text-decoration: none;
}
#page.disabled header.section {
  background-image: none;
  padding-top: 40px;
  padding-bottom: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#page.disabled header.section .container {
  position: relative;
}
#page.disabled header.section .logo img {
  -webkit-filter: grayscale(100%) contrast(0) brightness(0);
  -moz-filter: grayscale(100%) contrast(0) brightness(0);
  -ms-filter: grayscale(100%) contrast(0) brightness(0);
  -o-filter: grayscale(100%) contrast(0) brightness(0);
  filter: grayscale(100%) contrast(0) brightness(0);
}
#page.disabled header.section .td:last-child {
  width: 100%;
}
#page.disabled header.section .title {
  color: #000;
}
#page.disabled header.section .lang span {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 9px;
  padding: 20px 15px;
  background-color: #014D74;
  text-transform: uppercase;
  display: block;
}
#page.disabled header.section .lang a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 9px;
  padding: 20px 15px;
  text-transform: uppercase;
  cursor: pointer;
}
#page.disabled div.menu > ul > li {
  display: inline-block;
}
#page.disabled div.menu > ul > li a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 5px 12px;
  margin-bottom: 20px;
}
#page.disabled div.menu > ul > li a.active {
  background-color: #000;
  color: #fff;
  position: relative;
}
#page.disabled div.menu > ul > li a.active.has_children:after {
  content: "";
  display: block;
  width: 0;
  border-top: 9px solid #000;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
}
#page.disabled div.menu > ul > li > ul {
  display: none;
}
#page.disabled div.lavel_2 ul {
  border-top: 2px solid #979797;
  padding-top: 15px;
}
#page.disabled div.lavel_2 ul li {
  display: inline-block;
}
#page.disabled div.lavel_2 ul li a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 5px 12px;
  border: 1px solid #979797;
  margin-right: 10px;
  margin-bottom: 10px;
}
#page.disabled .full_item > .image {
  display: none;
}
#page.disabled section.index .block_direktor {
  padding-top: 0;
}
#page.disabled section.index .block_direktor a {
  background-color: #F3F3F3;
  border: none;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding: 20px;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 25px;
}
#page.disabled section.index .block_direktor .image {
  display: none;
}
#page.disabled section.index .block_news img {
  display: none;
}
#page.disabled section.index .block_news .looked,
#page.disabled section.index .block_news .header {
  display: none;
}
#page.disabled section.index .block_news .item {
  background-color: transparent;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#page.disabled section.index .block_news .item .news_name {
  color: #014D74;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
#page.disabled section.index .block_news .item .title {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 41px;
}
#page.disabled section.index .block_news .item .short {
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}
#page.disabled section.index .block--datepicker {
  margin-top: 150px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}
#page.disabled section.index .block--datepicker .heading {
  font-size: 20px;
  font-weight: bold;
  background-color: #000;
  background-image: none;
}
#page.disabled section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar,
#page.disabled section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar a {
  line-height: 61px;
}
#page.disabled section.index .block--datepicker .hasDatepicker .ui-datepicker-header {
  margin-top: 20px;
}
#page.disabled section.index .block--datepicker .hasDatepicker .ui-datepicker-header > a {
  background-color: #000;
}
#page.disabled section.index .block--datepicker .hasDatepicker .ui-datepicker-header > a span {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
#page.disabled section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar a,
#page.disabled section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar thead th,
#page.disabled section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar,
#page.disabled section.index .block--datepicker .hasDatepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 20px;
  color: #000;
}
#page.disabled section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar thead {
  border-bottom: 1px solid #BFBFBF;
}
#page.disabled section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar .highlight a {
  background-color: #BFBFBF;
}
#page.disabled section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar td.ui-datepicker-today a {
  background-color: #5E5E5E;
  color: #fff;
}
#page.disabled section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar td.highlight.active a,
#page.disabled section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar td.highlight a:hover {
  background-color: #000000;
  color: #fff;
}
#page.disabled section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar .highlight > span {
  background-color: #000;
  font-size: 20px;
  line-height: 27px;
}
#page.disabled section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar .highlight > span i.datepicker--close {
  background-color: #000;
}
#page.disabled section.index .block--datepicker .block--datepicker .hasDatepicker table.ui-datepicker-calendar .highlight > span i.datepicker--close::before,
#page.disabled section.index .block--datepicker .block--datepicker .hasDatepicker table.ui-datepicker-calendar .highlight > span i.datepicker--close::after {
  width: 18px;
  border-bottom: 4px solid #fff;
}
#page.disabled section.index .block {
  max-width: 900px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
#page.disabled section.index .block .name {
  background-color: #000;
  background-image: none;
}
#page.disabled section.index .block .name .td {
  padding: 0 28px;
  vertical-align: middle;
  height: 55px;
}
#page.disabled section.index .block .name .td img,
#page.disabled section.index .block .name .td span {
  display: block;
}
#page.disabled section.index .block tr:first-child td {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}
#page.disabled section.index .block .info tr:nth-child(2) td span,
#page.disabled section.index .block .info tr:nth-child(5) td span,
#page.disabled section.index .block .info tr:nth-child(8) td span {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  padding: 8px 0;
}
#page.disabled section.index .block .info td {
  font-size: 20px;
  line-height: 27px;
  color: #000;
  padding-left: 0;
}
#page.disabled section.index .block .item {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
#page.disabled section.index .block .item:nth-child(2n) {
  border: none;
  background-color: transparent;
}
#page.disabled section.index .block .item .date > * {
  float: left;
  color: #014D74;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}
#page.disabled section.index .block .item .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 41px;
  color: #000;
}
#page.disabled section.index .block .item .short {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: #000;
}
#page.disabled section.index .page_full {
  color: #000;
}
#page.disabled section.index .page_full img {
  display: none;
}
#page.disabled section.index .block.table {
  margin-top: 150px;
  margin-bottom: 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
#page.disabled footer.section {
  background-color: transparent;
  background-image: none;
  padding-top: 40px;
  padding-bottom: 60px;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#page.disabled footer.section .container {
  position: relative;
}
#page.disabled footer.section .logo img {
  -webkit-filter: grayscale(100%) contrast(0) brightness(0);
  -moz-filter: grayscale(100%) contrast(0) brightness(0);
  -ms-filter: grayscale(100%) contrast(0) brightness(0);
  -o-filter: grayscale(100%) contrast(0) brightness(0);
  filter: grayscale(100%) contrast(0) brightness(0);
}
#page.disabled footer.section .td {
  vertical-align: middle;
}
#page.disabled footer.section .td:nth-child(2) {
  width: 100%;
}
#page.disabled footer.section .title {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  padding-left: 37px;
}
#page.disabled footer.section .site {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  text-decoration: underline;
}
#page.disabled .news_full .top .title {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 41px;
}
#page.disabled .news_full .top .table {
  border-bottom: none;
  table-layout: auto;
}
#page.disabled .news_full .top .table .td {
  padding: 0;
}
#page.disabled .news_full .top .table .td .date {
  color: #014D74;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
#page.disabled .news_full .top .table .td.text_right,
#page.disabled .news_full .top .table .td.text_center {
  display: none;
}
#page.disabled .news_full .full_item {
  border-bottom: 2px solid #979797;
  padding-bottom: 70px;
  margin-bottom: 40px;
}
#page.disabled .news_full .full_item .primary {
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}
#page.disabled .news_full .full_item .td:first-child {
  display: none;
}
#page.disabled .paginator .back a,
#page.disabled .paginator .prev_news a,
#page.disabled .paginator .next_news a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 9px;
  border: 1px solid #BFBFBF;
  background-image: none;
}
#page.disabled .paginator .back a {
  background-color: #000;
  color: #fff;
}
#page.disabled .gb_list,
#page.disabled .page_full {
  color: #000;
}
#page.disabled .gb_list form {
  padding-bottom: 20px;
}
#page.disabled .gb_list form label input[type="submit"] {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  padding: 20px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#page.disabled .news_short .top .looked,
#page.disabled .news_short .top .date,
#page.disabled .news_short .top .col_name {
  color: #000;
  font-size: 16px;
}
#page.disabled .news_short .secondary .image {
  display: none;
}
#page.disabled .news_short .secondary .primary .title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
#page.disabled .paginator ul li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}
#page.disabled .paginator ul li a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  display: block;
  border: 1px solid #BFBFBF;
  padding: 20px;
}
#page.disabled .paginator ul li.active a {
  background-color: #000;
  color: #fff;
}
#page.disabled .paginator ul li.active:last-child a,
#page.disabled .paginator ul li.active:first-child a {
  background-color: transparent;
  color: #000;
}
#page.disabled .full_item .dolzhnost,
#page.disabled .full_item > .primary,
#page.disabled .full_item h2.title {
  color: #000;
}
#page.disabled .directors .item .image {
  display: none;
}
#page.disabled .directors .item .dolzhnost {
  color: #000;
}
#page.disabled .directors .item .title {
  font-weight: bold;
}
#page.disabled .directors .item .short {
  color: #000;
  font-size: 16px;
}
#page.disabled .pravlrnya .category .item .image {
  display: none;
}
#page.disabled .pravlrnya .category .col-6 {
  width: 100%;
}
#page.disabled .pravlrnya .category .title {
  font-size: 24px;
  font-weight: bold;
}
#page.disabled .pravlrnya .category .full {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
#page.disabled.font-size-medium {
  font-size: 14px;
}
#page.disabled.font-size-medium section.index .block_news .item .news_name {
  font-size: 14px;
}
#page.disabled.font-size-medium .news_full .top .table .td .date {
  font-size: 14px;
}
#page.disabled.font-size-medium footer.section .title {
  font-size: 14px;
}
#page.disabled.font-size-medium footer.section .site {
  font-size: 14px;
}
#page.disabled.font-size-medium .news_short .top .looked,
#page.disabled.font-size-medium .news_short .top .date,
#page.disabled.font-size-medium .news_short .top .col_name {
  font-size: 14px;
}
#page.disabled.font-size-medium .paginator ul li a {
  font-size: 14px;
}
#page.disabled.font-size-medium h1 {
  font-size: 18px;
}
#page.disabled.font-size-medium .spec-panel .wrapper .fs-btn .fs-small {
  font-size: 16px;
}
#page.disabled.font-size-medium .news_short .secondary .primary .title {
  font-size: 16px;
}
#page.disabled.font-size-medium .paginator .back a,
#page.disabled.font-size-medium .paginator .prev_news a,
#page.disabled.font-size-medium .paginator .next_news a {
  font-size: 18px;
}
#page.disabled.font-size-medium div.menu > ul > li a {
  font-size: 18px;
}
#page.disabled.font-size-medium div.lavel_2 ul li a {
  font-size: 18px;
}
#page.disabled.font-size-medium section.index .block--datepicker .heading {
  font-size: 18px;
}
#page.disabled.font-size-medium section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar,
#page.disabled.font-size-medium section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar a {
  line-height: 61px;
}
#page.disabled.font-size-medium section.index .block--datepicker .hasDatepicker .ui-datepicker-header {
  margin-top: 18px;
}
#page.disabled.font-size-medium section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar a,
#page.disabled.font-size-medium section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar thead th,
#page.disabled.font-size-medium section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar,
#page.disabled.font-size-medium section.index .block--datepicker .hasDatepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 18px;
}
#page.disabled.font-size-medium section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar .highlight > span {
  font-size: 18px;
}
#page.disabled.font-size-medium section.index .block tr:first-child td {
  font-size: 18px;
}
#page.disabled.font-size-medium section.index .block .info tr:nth-child(2) td span,
#page.disabled.font-size-medium section.index .block .info tr:nth-child(5) td span,
#page.disabled.font-size-medium section.index .block .info tr:nth-child(8) td span {
  font-size: 18px;
}
#page.disabled.font-size-medium section.index .block .info td {
  font-size: 18px;
}
#page.disabled.font-size-medium section.index .block .item .date > * {
  font-size: 18px;
}
#page.disabled.font-size-medium .news_full .full_item .primary {
  font-size: 20px;
}
#page.disabled.font-size-medium section.index .block .item .short {
  font-size: 20px;
}
#page.disabled.font-size-medium section.index .block_news .item .short {
  font-size: 20px;
}
#page.disabled.font-size-medium .spec-panel .wrapper .fs-btn .fs-medium {
  font-size: 22px;
}
#page.disabled.font-size-medium .news_full .top .title {
  font-size: 28px;
}
#page.disabled.font-size-medium section.index .block .item .title {
  font-size: 28px;
}
#page.disabled.font-size-medium .spec-panel .wrapper .fs-btn .fs-large {
  font-size: 28px;
}
#page.disabled.font-size-medium .spec-panel .wrapper .cs-btn a {
  font-size: 28px;
}
#page.disabled.font-size-medium section.index .block_news .item .title {
  font-size: 28px;
}
#page.disabled.font-size-small {
  font-size: 12px;
}
#page.disabled.font-size-small section.index .block_news .item .news_name {
  font-size: 12px;
}
#page.disabled.font-size-small .news_full .top .table .td .date {
  font-size: 12px;
}
#page.disabled.font-size-small footer.section .title {
  font-size: 12px;
}
#page.disabled.font-size-small footer.section .site {
  font-size: 12px;
}
#page.disabled.font-size-small .news_short .top .looked,
#page.disabled.font-size-small .news_short .top .date,
#page.disabled.font-size-small .news_short .top .col_name {
  font-size: 12px;
}
#page.disabled.font-size-small .paginator ul li a {
  font-size: 12px;
}
#page.disabled.font-size-small h1 {
  font-size: 16px;
}
#page.disabled.font-size-small .spec-panel .wrapper .fs-btn .fs-small {
  font-size: 14px;
}
#page.disabled.font-size-small .news_short .secondary .primary .title {
  font-size: 14px;
}
#page.disabled.font-size-small .paginator .back a,
#page.disabled.font-size-small .paginator .prev_news a,
#page.disabled.font-size-small .paginator .next_news a {
  font-size: 16px;
}
#page.disabled.font-size-small div.menu > ul > li a {
  font-size: 16px;
}
#page.disabled.font-size-small div.lavel_2 ul li a {
  font-size: 16px;
}
#page.disabled.font-size-small section.index .block--datepicker .heading {
  font-size: 16px;
}
#page.disabled.font-size-small section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar,
#page.disabled.font-size-small section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar a {
  line-height: 61px;
}
#page.disabled.font-size-small section.index .block--datepicker .hasDatepicker .ui-datepicker-header {
  margin-top: 16px;
}
#page.disabled.font-size-small section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar a,
#page.disabled.font-size-small section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar thead th,
#page.disabled.font-size-small section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar,
#page.disabled.font-size-small section.index .block--datepicker .hasDatepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
}
#page.disabled.font-size-small section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar .highlight > span {
  font-size: 16px;
}
#page.disabled.font-size-small section.index .block tr:first-child td {
  font-size: 16px;
}
#page.disabled.font-size-small section.index .block .info tr:nth-child(2) td span,
#page.disabled.font-size-small section.index .block .info tr:nth-child(5) td span,
#page.disabled.font-size-small section.index .block .info tr:nth-child(8) td span {
  font-size: 16px;
}
#page.disabled.font-size-small section.index .block .info td {
  font-size: 16px;
}
#page.disabled.font-size-small section.index .block .item .date > * {
  font-size: 16px;
}
#page.disabled.font-size-small .news_full .full_item .primary {
  font-size: 18px;
}
#page.disabled.font-size-small section.index .block .item .short {
  font-size: 18px;
}
#page.disabled.font-size-small section.index .block_news .item .short {
  font-size: 18px;
}
#page.disabled.font-size-small .spec-panel .wrapper .fs-btn .fs-medium {
  font-size: 20px;
}
#page.disabled.font-size-small .news_full .top .title {
  font-size: 26px;
}
#page.disabled.font-size-small section.index .block .item .title {
  font-size: 26px;
}
#page.disabled.font-size-small .spec-panel .wrapper .fs-btn .fs-large {
  font-size: 26px;
}
#page.disabled.font-size-small .spec-panel .wrapper .cs-btn a {
  font-size: 26px;
}
#page.disabled.font-size-small section.index .block_news .item .title {
  font-size: 26px;
}
#page.disabled.spec-blue {
  background-color: rgba(96, 179, 222, 0.64);
}
#page.disabled.spec-blue .block .info {
  background-color: transparent;
}
#page.disabled.spec-black {
  background-color: #000;
  color: #fff;
}
#page.disabled.spec-black a {
  color: #fff;
}
#page.disabled.spec-black .spec-panel {
  background-color: #fff;
  color: #000;
}
#page.disabled.spec-black .spec-panel a {
  color: #000;
}
#page.disabled.spec-black .block .info {
  background-color: transparent;
}
#page.disabled.spec-black .wrapper .back-to-normal {
  border: 2px solid rgba(0, 0, 0, 0.5);
}
#page.disabled.spec-black header.section .title {
  color: #fff;
}
#page.disabled.spec-black footer.section .logo img,
#page.disabled.spec-black header.section .logo img {
  -webkit-filter: grayscale(0) contrast(0) sepia(200%) brightness(200%);
  -moz-filter: grayscale(0) contrast(0) sepia(200%) brightness(200%);
  -ms-filter: grayscale(0) contrast(0) sepia(200%) brightness(200%);
  -o-filter: grayscale(0) contrast(0) sepia(200%) brightness(200%);
  filter: grayscale(0) contrast(0) sepia(200%) brightness(200%);
}
#page.disabled.spec-black header.section .lang a {
  background-color: #fff;
}
#page.disabled.spec-black div.menu > ul > li a {
  color: #fff;
}
#page.disabled.spec-black div.menu > ul > li a.active {
  background-color: #fff;
  color: #000;
}
#page.disabled.spec-black div.menu > ul > li a.active:after {
  border-top: 9px solid #fff;
}
#page.disabled.spec-black section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar a,
#page.disabled.spec-black section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar thead th,
#page.disabled.spec-black section.index .block--datepicker .hasDatepicker table.ui-datepicker-calendar,
#page.disabled.spec-black section.index .block--datepicker .hasDatepicker .ui-datepicker-header .ui-datepicker-title,
#page.disabled.spec-black section.index .block .info td,
#page.disabled.spec-black .news_full .top .table .td .date,
#page.disabled.spec-black .news_full .full_item .primary,
#page.disabled.spec-black .news_full .top .title,
#page.disabled.spec-black section.index .page_full,
#page.disabled.spec-black section.index .block .item .date > *,
#page.disabled.spec-black section.index .block .item .title,
#page.disabled.spec-black section.index .block .item .short,
#page.disabled.spec-black section.index .block_news .item .news_name,
#page.disabled.spec-black footer.section,
#page.disabled.spec-black section.index .block_news .item .title,
#page.disabled.spec-black .news_short .secondary .primary .title,
#page.disabled.spec-black section.index .block_news .item .short,
#page.disabled.spec-black .news_short .top .date,
#page.disabled.spec-black .news_short .top .col_name,
#page.disabled.spec-black .directors .item .dolzhnost,
#page.disabled.spec-black .directors .item .short,
#page.disabled.spec-black .pravlrnya .category .full,
#page.disabled.spec-black .full_item > .primary,
#page.disabled.spec-black .full_item h2.title,
#page.disabled.spec-black .full_item .dolzhnost,
#page.disabled.spec-black .gb_list,
#page.disabled.spec-black h1 {
  color: #fff;
}
#page.disabled.spec-black .gb_list form label input[type="submit"] {
  background-color: #fff;
  color: #000;
}
#page.disabled.spec-black section.index .block--datepicker .hasDatepicker .ui-datepicker-header > a span {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
#page.disabled.spec-black section.index .block--datepicker .hasDatepicker .ui-datepicker-header > a {
  background-color: #fff;
}
#page.disabled.spec-black section.index .block--datepicker .heading,
#page.disabled.spec-black section.index .block .name {
  background-color: #fff;
}
#page.disabled.spec-black .block--datepicker .heading,
#page.disabled.spec-black section.index .block .name .td span {
  color: #000;
}
#page.disabled.spec-black section.index .block .name img {
  -webkit-filter: contrast(0) sepia(0%) brightness(0%);
  -moz-filter: contrast(0) sepia(0%) brightness(0%);
  -ms-filter: contrast(0) sepia(0%) brightness(0%);
  -o-filter: contrast(0) sepia(0%) brightness(0%);
  filter: contrast(0) sepia(0%) brightness(0%);
}
#page.disabled.spec-black .block--datepicker .heading:before {
  background-image: url(/assets/images/icon_kalendar_white.svg);
}
#page.disabled.spec-black .paginator ul li a {
  color: #fff;
}
#page.disabled.spec-black .paginator ul li.active a {
  background-color: #fff;
  color: #000;
}
#page.disabled.spec-black .paginator ul li.active:last-child a,
#page.disabled.spec-black .paginator ul li.active:first-child a {
  background-color: transparent;
  color: #fff;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1280px) {
  .container {
    max-width: 980px;
  }
  nav.left_bar > .wrap {
    width: 230px;
    right: 490px;
  }
  nav.left .pos_fixed {
    padding-right: 258px;
  }
  nav.left_bar .logo img {
    width: 130px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .container > .row,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container > .row > .col-3,
  .container > .col-3 {
    display: none;
  }
  .container > .row > .col-9,
  .container > .col-9 {
    width: 100%;
  }
  nav.left_bar .search {
    display: none;
  }
  nav.left_bar .lang {
    position: fixed;
    right: 44px;
    top: 10px;
    width: auto;
  }
  nav.left_bar .lang span,
  nav.left_bar .lang a {
    width: 27px;
    line-height: 27px;
  }
  nav.left_bar .lang a {
    background-color: #fff;
  }
  nav.left_bar .lang ul {
    white-space: nowrap;
  }
  nav.left_bar .lang ul li {
    display: inline-block;
  }
  header.section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
  header.section .title {
    padding-left: 15px;
    padding-right: 125px;
    font-size: 14px;
  }
  header.section .logo {
    padding-left: 50px;
  }
  header.section .logo a {
    display: block;
  }
  header.section .logo img {
    width: 150px;
  }
  .fixed_btn_for_left_bar {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 30px;
    left: 15px;
    z-index: 6;
    cursor: pointer;
  }
  .fixed_btn_for_left_bar > span {
    display: block;
    height: 3px;
    background-color: #014D74;
    margin-top: 4px;
    transition: all ease 0.15s;
    -moz-transition: all ease 0.15s;
    -webkit-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
  }
  .fixed_btn_for_left_bar.on span {
    position: absolute;
    top: 5px;
    width: 30px;
  }
  .fixed_btn_for_left_bar.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .fixed_btn_for_left_bar.on span:nth-child(2) {
    display: none;
  }
  .fixed_btn_for_left_bar.on span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  nav.left_bar {
    right: 0;
    left: 0;
    width: auto;
    overflow: scroll;
    z-index: 6;
  }
  nav.left_bar a {
    color: #fff;
  }
  nav.left_bar > .wrap {
    width: auto;
    right: auto;
    background-color: #014D74;
    top: 0;
    padding-bottom: 20px;
    box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.24);
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -webkit-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
  }
  nav.left_bar > .wrap.open {
    max-height: 10000px;
    padding-bottom: 20px;
  }
  nav.left_bar .logo {
    display: none;
  }
  nav.left_bar .menu ul.open > li > a {
    opacity: 0.5;
  }
  nav.left_bar .menu ul.open > li.open > a {
    opacity: 1;
  }
  nav.left_bar .menu ul a {
    line-height: 30px;
    color: #fff;
  }
  nav.left_bar .menu ul > li {
    position: relative;
  }
  nav.left_bar .menu ul > li.has_children:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 7px;
    right: 20px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: all ease 0.15s;
    -moz-transition: all ease 0.15s;
    -webkit-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  nav.left_bar .menu ul > li:hover ul {
    max-width: 100%;
  }
  nav.left_bar .menu ul > li > ul {
    max-width: 100%;
    position: static;
    max-height: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.left_bar .menu ul > li > ul a {
    width: auto;
    line-height: 12px;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 8px;
    text-decoration: none;
  }
  nav.left_bar .menu ul > li.open:after {
    top: 13px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
  }
  nav.left_bar .menu ul > li.open > ul {
    max-height: 10000px;
  }
  nav.left_bar .blobk_trade ul li {
    padding-top: 10px;
    padding-left: 10px;
  }
  nav.left_bar .blobk_trade ul li a {
    line-height: 30px;
    margin: 0 auto;
  }
  #page > .container {
    padding-top: 90px;
  }
  section.index .block_news .header {
    line-height: 30px;
  }
  section.index .block_direktor {
    padding-top: 30px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 769px) {
  .visible-sm {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .news_full .top .table .td.text_right {
    display: none;
  }
  .news_full .top .table .td.text_center {
    text-align: right;
  }
  .block {
    margin-bottom: 40px;
  }
  section.index > .col-8 .block_news a.header {
    display: none;
  }
  section.index .block .name {
    display: none;
  }
  section.index .block--datepicker {
    padding-top: 30px;
    margin-bottom: 60px;
  }
  section.index .block--datepicker .heading {
    display: none;
  }
  .hiddev-sm {
    display: none;
  }
  header.section .pos_a {
    display: none;
  }
  header.section .text_right {
    text-align: left;
  }
  header.section .title {
    display: none;
  }
  header.section .logo {
    padding-left: 0;
  }
  header.section .col-9 {
    padding: 9px 0 30px;
  }
  .fixed_btn_for_left_bar {
    left: auto;
    right: 30px;
    top: 20px;
  }
  nav.left_bar .lang {
    top: 63px;
    right: auto;
    left: 12px;
  }
  nav.left_bar .menu ul a {
    padding: 0 20px;
  }
  #page > .container {
    padding-top: 95px;
  }
  section.index > .col-8,
  section.index > .col-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  section.index .block_direktor {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  footer.section {
    text-align: center;
  }
  footer.section .container > .col-4 {
    width: 100%;
  }
  footer.section .table,
  footer.section .tr,
  footer.section .td {
    display: block;
    text-align: center;
  }
  footer.section .table .group,
  footer.section .tr .group,
  footer.section .td .group {
    text-align: center;
    margin-top: 20px;
  }
  footer.section .table .group > *,
  footer.section .tr .group > *,
  footer.section .td .group > * {
    display: block;
  }
  footer.section .table .group .image,
  footer.section .tr .group .image,
  footer.section .td .group .image {
    margin: 0;
  }
  .infografika {
    padding-left: 70px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 500px) {
  footer.section form .group input {
    font-size: 9px;
    line-height: 30px;
  }
  footer.section form .group input[type="submit"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer.section form .group input[type="text"] {
    width: 140px;
  }
  .actis a.item {
    font-size: 12px;
  }
  .actis a.item .td {
    padding: 5px;
    width: 30px;
  }
  .tab_board_of_directors .tab_btn ul li > span.btn_tabs {
    padding: 5px;
  }
  .tab_board_of_directors .tab_btn ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .tab_board_of_directors .tab_contend .tab_item a.list_docum .image {
    width: 30px;
  }
  .infografika {
    padding-left: 10px;
  }
  .infografika .wrap_info .box div {
    left: 15px;
  }
  .infografika .wrap_info .circle div {
    left: 0;
  }
  .infografika .wrap_info .circle div:before {
    right: auto;
    left: -11px;
  }
  .infografika .wrap_info p {
    padding: 9px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .news_full .top .visble_480.image img {
    width: 100%;
  }
  .news_full .top .visble_480.image .length_photo {
    background-color: #5B5B5B;
    padding: 0 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .news_full .top .visble_480.image .length_photo img {
    width: auto;
  }
  .hidden_480 {
    display: none;
  }
  .directors .item .image {
    float: none;
    padding-left: 20px;
  }
  .directors .item .image img {
    max-width: 150px;
  }
  .directors .item .info .title {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .full_item > .image {
    float: none;
    padding-left: 20px;
  }
  .news_short .secondary .image {
    float: none;
  }
  .news_short .secondary .primary .title {
    font-size: 12px;
  }
  .paginator ul li a {
    padding: 0 3px;
  }
  .pravlrnya .category .col-12 .image {
    float: none;
  }
  .pravlrnya .category .title {
    margin-top: 5px;
  }
  .pravlrnya .category > .col-6 {
    width: 100%;
  }
  .pravlrnya .category > .col-6 .item {
    margin-bottom: 20px;
  }
  .news_full .full_item .table,
  .news_full .full_item .tr,
  .news_full .full_item .td {
    display: block;
  }
  .news_full .full_item .table {
    position: relative;
    padding-bottom: 135px;
  }
  .news_full .full_item .td {
    position: static;
  }
  .news_full .full_item .td .istochnik {
    right: auto;
    left: 0;
    bottom: -5px;
    height: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  .news_full .full_item .td .istochnik .rotate270 {
    position: static;
  }
  .news_full .full_item .td .istochnik .rotate270 a {
    display: block;
  }
  .news_full .full_item .td .soctial_podelitca {
    margin: 0;
    width: auto;
    position: absolute;
    bottom: 55px;
    left: 0;
  }
  .news_full .full_item .td .soctial_podelitca .pluso {
    display: block;
  }
  .news_full .full_item .td .soctial_podelitca .pluso > * {
    display: block;
    width: auto;
  }
  .news_full .full_item .td .soctial_podelitca .pluso .pluso-wrap a {
    display: inline-block;
    vertical-align: middle;
  }
  .news_full .full_item .td .soctial_podelitca .pluso .pluso-wrap a.pluso-more {
    margin-bottom: 0;
  }
  .paginator .next_news a,
  .paginator .prev_news a {
    font-size: 0;
    height: 18px;
  }
  section.partner .item {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-height: 720px) {
  nav.left_bar .blobk_trade ul li {
    padding-top: 10px;
  }
  nav.left_bar .menu ul a {
    line-height: 25px;
  }
  nav.left_bar .blobk_trade ul li a {
    line-height: 30px;
  }
  nav.left_bar .search .btn,
  nav.left_bar .lang span,
  nav.left_bar .lang a {
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  nav.left_bar .search form,
  nav.left_bar .lang {
    width: 30px;
  }
}
/**/
/* Extra Small Devices, Phones */
@media only screen and (min-width: 481px) {
  .visble_480 {
    display: none;
  }
}
/**/
/* Small Devices, Tablets */
/**/
/* Medium Devices, Desktops */
@media only screen and (min-width: 993px) {
  .fixed_btn_for_left_bar {
    display: none;
  }
}
/**/
/* Large Devices, Wide Screens */
/*end*/
