/*! 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;
}
/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-Regular.eot');
  src: url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-Semibold.eot');
  src: url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf') format('truetype'), url('../fonts/MyriadPro-Semibold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-Bold.eot');
  src: url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Helper
   ========================================================================== */
.desktop-block {
  display: block;
}
.tablet-block {
  display: none;
}
.mobile-block {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
.clear {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
  height: 1px;
  clear: both;
  float: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.icons {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
}
.animation {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* ==========================================================================
   Base
   ========================================================================== */
* {
  box-sizing: border-box;
  outline: none;
}
a {
  text-decoration: none;
  color: #013a81;
}
a:hover {
  color: #00b259;
}
h1 {
  font-size: 24px;
  line-height: 30px;
  font-family: 'MyriadPro';
  margin: 0 0 10px 0;
}
h2 {
  font-size: 16px;
  font-family: 'Arial';
  text-transform: uppercase;
  margin: 20px 0;
}
h3 {
  font-size: 14px;
  font-family: 'Arial';
  text-transform: uppercase;
  margin: 20px 0;
}
h4 {
  color: #00b259;
  font-size: 14px;
  font-family: 'Arial';
  text-transform: uppercase;
  font-weight: 700;
}
p {
  margin: 15px 0px;
  padding: 0px;
}
hr {
  display: block;
  height: 1px;
  border: 0 none;
  border-top: 1px solid #ccc;
  margin: 0px;
  padding: 0px;
}
/* ==========================================================================
   Skeleton
   ========================================================================== */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  min-width: 1000px;
}
/* ==========================================================================
   Header
   ========================================================================== */
.header {
  width: 100%;
  position: relative;
  height: 130px;
  background: #fff;
}
.header-top {
  height: 80px;
  border-bottom: 1px solid #d5d7d8;
  position: relative;
}
.header-top .center {
  position: relative;
}
.header-logo {
  padding: 22px 0;
  float: left;
}
.header-logo .logo {
  width: 300px;
  height: 34px;
  display: block;
}
.header-logo .logo img {
  max-width: 100%;
}
.header-logo .logo .logo-icon {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  margin-right: 15px;
}
.header-logo .logo .logo-text {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 34px;
}
.header-logo .logo .logo-text-en {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 34px;
  display: none;
}
.header-logo-en .logo .logo-text {
  display: none;
}
.header-logo-en .logo .logo-text-en {
  display: inline-block;
}
.header-menu-extra {
  float: right;
  margin: 30px 30px 26px 30px;
  position: relative;
  font-family: 'MyriadPro';
  text-align: right;
}
.header-menu-extra .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu-extra .menu-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.header-menu-extra .menu-item:last-child {
  margin-right: 0;
}
.header-menu-extra .menu-link {
  color: #013a81;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-menu-extra .menu-link:hover {
  color: #00b259;
}
.header-system {
  float: right;
  margin: 22px 0px;
  font-size: 0;
  position: relative;
  z-index: 100;
}
.header-lang {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.lang-panel {
  position: relative;
  border-radius: 100px;
  font-family: 'MyriadPro';
  font-size: 14px;
}
.lang-panel:hover .lang-main {
  background: #013a81;
}
.lang-panel:hover .lang-list {
  display: block;
}
.lang-panel .lang-main {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #00b259;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 201;
  /*padding: 10px 9px;*/
}
.lang-panel .lang-list {
  position: absolute;
  top: 50%;
  left: 0;
  background: #00b259;
  width: 100%;
  border-radius: 0 0 100px 100px;
  z-index: 200;
  display: none;
}
.lang-panel .lang-item {
  display: block;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
.lang-panel .lang-item:hover {
  background: #00994c;
}
.lang-panel .lang-item:first-child {
  padding-top: 20px;
}
.lang-panel .lang-item:last-child {
  border-radius: 0 0 100px 100px;
}
.header-search {
  position: absolute;
  top: 22px;
  right: 70px;
  height: 34px;
  width: 34px;
}
.header-search.active {
  width: 580px;
}
.header-search-link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header-search-link .search-link-open {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  background: #d5d7d8;
  border-radius: 50%;
  position: relative;
}
.header-search-link .search-link-open .search-link-icon {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  left: 6px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.header-search-link .search-link-open:hover {
  background: #013a81;
}
.header-search-link .search-link-open.active {
  display: block;
}
.header-search-link .search-link-close {
  display: block;
  width: 34px;
  height: 34px;
  background: #013a81;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.header-search-link .search-link-close .search-link-icon {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/close-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: -7px 0 0 -7px;
}
.header-search-link .search-link-close.active {
  display: block;
}
.header-search-panel {
  position: relative;
  display: none;
  height: 34px;
}
.header-search-panel.active {
  display: block;
}
.header-search-panel .search-input {
  border-radius: 100px;
  width: 100%;
  border: 1px solid #d5d7d8;
  height: 34px;
  padding: 5px 90px 5px 15px;
}
.header-search-panel .search-submit {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 50px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: -10px;
}
.header-burger {
  position: relative;
  display: none;
  vertical-align: middle;
  margin-left: 15px;
}
.burger-link {
  width: 24px;
  height: 20px;
  display: block;
  position: relative;
}
.burger-link.active .line {
  background: #00b259;
}
.burger-link:hover .line {
  background: #00b259;
}
.burger-link .lines {
  width: 24px;
  height: 20px;
  display: inline-block;
}
.burger-link .line {
  display: block;
  height: 4px;
  width: 100%;
  margin-bottom: 4px;
  background: #013a81;
}
.burger-link .line:last-child {
  margin-bottom: 0;
}
.header-bottom {
  height: 50px;
  border-bottom: 1px solid #d5d7d8;
}
.header-menu-desktop {
  font-family: 'MyriadPro';
}
.header-menu-desktop .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
}
.header-menu-desktop .menu-item {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.header-menu-desktop .menu-item:hover .menu-link {
  color: #00b259;
}
.header-menu-desktop .menu-item:hover .menu-list-2 {
  display: block;
}
.header-menu-desktop .menu-item.has-sub-menu .menu-link {
  padding-right: 25px;
}
.header-menu-desktop .menu-item.has-sub-menu .menu-link:after {
  display: inline-block;
}
.header-menu-desktop .menu-item.has-sub-menu:hover .menu-link:after {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #aaabad;
  margin-top: -4px;
}
.header-menu-desktop .menu-item.has-sub-menu:nth-child(4) .menu-list-3 {
  left: -300px;
}
.header-menu-desktop .menu-item.has-sub-menu:nth-child(5) .menu-list-3 {
  left: -300px;
}
.header-menu-desktop .menu-item.active .menu-link {
  background: #00b259;
  color: #fff;
}
.header-menu-desktop .menu-item.active .menu-link:after {
  border-color: #fff transparent transparent transparent;
}
.header-menu-desktop .menu-item.active:hover .menu-link {
  color: #fff;
}
.header-menu-desktop .menu-item.active:hover .menu-link:after {
  border-color: transparent transparent transparent #fff;
}
.header-menu-desktop .menu-item:last-child .menu-list-2 {
  right: 0;
  left: auto;
}
.header-menu-desktop .menu-link {
  color: #013a81;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 10px 13px;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100%;
}
.header-menu-desktop .menu-link:hover {
  color: #00b259;
}
.header-menu-desktop .menu-link:hover:after {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #aaabad;
  margin-top: -4px;
}
.header-menu-desktop .menu-link:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #aaabad transparent transparent transparent;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
}
.header-menu-desktop .menu-arrow {
  display: none;
}
.header-menu-desktop .menu-list-2 {
  display: none;
  background: #fff;
  position: absolute;
  top: 100%;
  z-index: 1100;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  width: 300px;
}
.header-menu-desktop .menu-list-2:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
}
.header-menu-desktop .menu-item-2.has-sub-menu {
  position: relative;
}
.header-menu-desktop .menu-item-2.has-sub-menu:hover .menu-list-3 {
  display: block;
}
.header-menu-desktop .menu-item-2:last-child .menu-link-2 {
  padding-bottom: 20px;
}
.header-menu-desktop .menu-link-2 {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
}
.header-menu-desktop .menu-arrow-2 {
  display: none;
}
.header-menu-desktop .menu-list-3 {
  position: absolute;
  display: none;
  width: 300px;
  list-style: none;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  padding: 0;
  top: 0;
  right: -300px;
}
.header-menu-desktop .menu-link-3 {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
}
/* ==========================================================================
   Main
   ========================================================================== */
.center {
  min-width: 1000px;
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
}
.middle {
  position: relative;
}
.container {
  position: relative;
  margin: 0px auto;
  padding: 30px 0;
}
.container.container-col-1 {
  display: block;
}
.container.container-col-1 .aside {
  display: none;
}
.container.container-col-1 .content {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
.container.container-col-2 {
  display: table;
  width: 100%;
}
.container.container-col-2 .aside,
.container.container-col-2 .content {
  display: table-cell;
  vertical-align: top;
}
.container.container-col-2 .aside {
  min-width: 250px;
  width: 250px;
  max-width: 250px;
  padding-right: 50px;
  padding-top: 4px;
}
.container.container-col-2 .content {
  min-width: 710px;
  width: 710px;
  max-width: 710px;
}
.container .container-header {
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: -30px;
  background: #fff;
}
.container .container-header:before,
.container .container-header:after {
  content: " ";
  display: table;
}
.container .container-header:after {
  clear: both;
}
.container .container-header .breadcrumb {
  float: left;
}
.container .container-header .system-box {
  float: right;
}
.container .container-header .share {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.container .container-header .print {
  display: inline-block;
  vertical-align: middle;
}
.container .content {
  font-size: 14px;
  line-height: 21px;
}
.container .content img {
  max-width: 100%;
  height: auto;
}
.container .content table {
  width: 100%;
}
.container .content table td {
  border: 1px solid #a5a7a8;
  padding: 10px 5px;
}
.container .content table td:first-child {
  border-left: 0;
}
.container .content table td:last-child {
  border-right: 0;
}
.container .content table tr:first-child td {
  background: #a5a7a8;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border: 1px solid #fff;
}
.container .content ul:not([class]) {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.container .content ul:not([class]) li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}
.container .content ul:not([class]) li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00b259;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}
.container .content ul:not([class]) li ul li:before {
  background: #013a81;
}
.container .content ol:not([class]) {
  counter-reset: li;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.container .content ol:not([class]) li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.container .content ol:not([class]) li:before {
  content: counter(li);
  counter-increment: li;
  color: #00b259;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  width: 15px;
  text-align: left;
  left: 0;
  top: 0;
}
.back {
  margin: 30px 0;
}
.back .back-link {
  position: relative;
  display: inline-block;
  color: #013a81;
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  padding-left: 30px;
}
.back .back-link:hover {
  color: #00b259;
}
.back .back-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 18px;
  background-image: url(../images/arrow-left-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.share .ya_share {
  display: inline-block;
  height: 16px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  font-size: 0;
}
.share .b-share {
  padding: 0;
  font-size: 12px !important;
  font-family: Arial !important;
  display: inline-block !important;
  height: 30px;
  background: #f2f3f3;
  border-radius: 100px;
  padding: 5px 10px !important;
}
.share .b-share__handle {
  margin: 0 0 0 10px !important;
  padding: 0 !important;
}
.share .b-share__handle .b-share__text {
  border-bottom: 1px dashed;
}
.share .b-share__handle .b-share-form-button {
  margin-top: 0 !important;
}
.share .b-share__handle:hover {
  text-decoration: none !important;
}
.share .b-share__handle:hover .b-share__text {
  text-decoration: none !important;
  color: #00b259;
}
.share .b-share-form-button {
  background: transparent;
}
.share .b-share__handle {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.share .b-share-form-button_share {
  padding: 0 !important;
  font-size: 0 !important;
  text-indent: -1000px;
  width: 10px !important;
  height: 10px !important;
  background-image: url(../images/share/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.share .b-share-form-button_share .b-share-form-button__before,
.share .b-share-form-button_share .b-share-form-button__icon,
.share .b-share-form-button_share .b-share-form-button__after {
  display: none;
}
.share SPAN.b-share-form-button:hover,
.share .b-share-form-button_state_hover {
  background-position: center center !important;
}
.share .b-share-popup_opened .b-share-form-button_share,
.share .b-share-form-button_state_pressed .b-share-form-button_share,
.share SPAN.b-share-form-button:hover .b-share-form-button_share {
  width: 10px !important;
  height: 10px !important;
  background-image: url(../images/share/plus.svg);
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: contain;
}
.share .b-share__link {
  float: none;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.share .b-share__link .b-share-icon {
  display: none;
}
.share .b-share-btn__vkontakte {
  width: 17px;
  height: 10px;
  background-image: url(../images/share/vk.svg);
}
.share .b-share-btn__vkontakte:hover {
  background-image: url(../images/share/vk-hover.svg);
}
.share .b-share-btn__twitter {
  width: 16px;
  height: 14px;
  background-image: url(../images/share/tw.svg);
}
.share .b-share-btn__twitter:hover {
  background-image: url(../images/share/tw-hover.svg);
}
.share .b-share-btn__facebook {
  width: 7px;
  height: 14px;
  background-image: url(../images/share/fb.svg);
}
.share .b-share-btn__facebook:hover {
  background-image: url(../images/share/fb-hover.svg);
}
.b-share-popup-wrap .b-share-popup,
.b-share-popup-wrap .b-share-popup__i {
  background: #f2f3f3 !important;
  box-shadow: none !important;
  padding: 5px 0 !important;
}
.b-share-popup-wrap .b-share-popup .b-share-popup__tail,
.b-share-popup-wrap .b-share-popup__i .b-share-popup__tail {
  display: none;
}
.b-share-popup-wrap .b-share-popup__yandex,
.b-share-popup-wrap .b-share-popup__header {
  display: none !important;
}
.b-share-popup-wrap .b-share-popup_up .b-share-popup_yandexed {
  padding-top: 0 !important;
}
.b-share-popup-wrap a.b-share-popup__item {
  text-decoration: none;
}
.b-share-popup-wrap a.b-share-popup__item:hover .b-share-popup__item__text {
  color: #00b259;
}
.b-share-popup-wrap a.b-share-popup__item .b-share-popup__item__text {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-family: Arial;
  font-weight: 700;
  color: #013a81;
}
.b-share-popup-wrap .b-share-popup__item {
  background: #f2f3f3 !important;
  padding: 5px;
}
.b-share-popup-wrap .b-share-popup__item:hover .b-share-icon_vkontakte {
  background-image: url(../images/share/vk-hover.svg);
}
.b-share-popup-wrap .b-share-popup__item:hover .b-share-icon_odnoklassniki {
  background-image: url(../images/share/ok-hover.svg);
}
.b-share-popup-wrap .b-share-popup__item:hover .b-share-icon_twitter {
  background-image: url(../images/share/tw-hover.svg);
}
.b-share-popup-wrap .b-share-popup__item:hover .b-share-icon_facebook {
  background-image: url(../images/share/fb-hover.svg);
}
.b-share-popup-wrap .b-share-popup__item:hover .b-share-icon_moimir {
  background-image: url(../images/share/mm-hover.svg);
}
.b-share-popup-wrap .b-share-popup__item:hover .b-share-icon_lj {
  background-image: url(../images/share/lj-hover.svg);
}
.b-share-popup-wrap .b-share-popup__item:hover .b-share-icon_gplus {
  background-image: url(../images/share/g+hover.svg);
}
.b-share-popup-wrap .b-share-popup__tail {
  display: none;
}
.b-share-popup-wrap .b-share-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.b-share-popup-wrap .b-share-icon_vkontakte {
  background-image: url(../images/share/vk.svg);
}
.b-share-popup-wrap .b-share-icon_odnoklassniki {
  background-image: url(../images/share/ok.svg);
}
.b-share-popup-wrap .b-share-icon_twitter {
  background-image: url(../images/share/tw.svg);
}
.b-share-popup-wrap .b-share-icon_facebook {
  background-image: url(../images/share/fb.svg);
}
.b-share-popup-wrap .b-share-icon_moimir {
  background-image: url(../images/share/mm.svg);
}
.b-share-popup-wrap .b-share-icon_lj {
  background-image: url(../images/share/lj.svg);
}
.b-share-popup-wrap .b-share-icon_gplus {
  background-image: url(../images/share/g+.svg);
}
.back-to-top {
  width: 60px;
  height: 60px;
  display: none;
  background: #f2f3f3;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900;
  cursor: pointer;
  margin: 12px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.back-to-top i {
  width: 30px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -15px;
  background-image: url(../images/arrow-up-gray-big.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.back-to-top:hover {
  border: 1px solid #b2b2b2;
}
.back-to-top:hover i {
  background-image: url(../images/arrow-up-darkgray-big.svg);
}
.quick-buttons {
  border-top: 1px solid #d5d7d8;
  font-size: 0;
  padding: 20px 0;
  background: #fff;
  z-index: 1000;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.quick-buttons.no-fixed {
  position: relative;
}
.quick-buttons .btn {
  display: inline-block;
  font-size: 18px;
  padding: 10px 60px 12px 20px;
  color: #fff;
  border-radius: 100px;
  position: relative;
  text-align: left;
  margin-right: 20px;
}
.quick-buttons .btn:last-child {
  margin-bottom: 0;
}
.quick-buttons .btn-check {
  background: #013a81;
}
.quick-buttons .btn-check:after {
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -9px;
}
.quick-buttons .btn-check:hover {
  color: #fff;
  background: #00b259;
}
.quick-buttons .btn-down {
  background: #00b259;
}
.quick-buttons .btn-down:hover {
  color: #fff;
  background: #013a81;
}
.quick-buttons .btn-down:after {
  content: "";
  display: block;
  width: 16px;
  height: 22px;
  background-image: url(../images/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  right: 25px;
  top: 50%;
  margin-top: -11px;
  position: absolute;
}
.quick-buttons .btn-arrow {
  background: #fff;
  color: #013a81;
  font-size: 16px;
  font-family: Arial;
}
.quick-buttons .btn-arrow:hover {
  color: #00b259;
}
.quick-buttons .btn-arrow:after {
  content: "";
  display: block;
  width: 24px;
  height: 17px;
  background-image: url(../images/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  right: 25px;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}
.btn-unsubscribe {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.btn-unsubscribe a {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 100px;
  position: relative;
  text-align: left;
  background: #00b259;
}
.btn-unsubscribe a:hover {
  color: #fff;
  background: #013a81;
}
.section-info {
  margin-bottom: 30px;
  font-family: 'MyriadPro';
  position: relative;
  z-index: 2;
}
.section-info .info-cols {
  display: table;
  width: 100%;
  background: #fff;
}
.section-info .info-col {
  width: 33%;
  display: table-cell;
  vertical-align: top;
}
.section-info .info-img {
  display: block;
  cursor: pointer;
}
.section-info .info-img img {
  max-width: 300px;
  height: auto;
}
.section-info .product {
  padding: 20px 30px;
  background: #fff;
  margin-top: -45px;
}
.section-info .product .product-header {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #013a81;
  margin-bottom: 15px;
}
.section-info .product .product-text {
  font-size: 14px;
  line-height: 21px;
  color: #252525;
  margin-bottom: 20px;
  font-family: Arial;
}
.section-info .product .link-arrow {
  position: relative;
  display: inline-block;
  color: #013a81;
  font-size: 16px;
  line-height: 22px;
  font-family: Arial;
}
.section-info .product .link-arrow:hover {
  color: #00b259;
}
.section-info .product .link-arrow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  background-image: url(../images/eye.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 10px;
}
.section-info .product .link-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 17px;
  background-image: url(../images/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
}
.section-info .buttons {
  text-align: center;
  padding: 35px;
}
.section-info .btn {
  display: block;
  font-size: 18px;
  line-height: 18px;
  height: 45px;
  padding: 14px 60px 14px 20px;
  color: #fff;
  border-radius: 100px;
  width: 250px;
  position: relative;
  text-align: left;
  margin: 0 auto 25px;
}
.section-info .btn:last-child {
  margin-bottom: 0;
}
.section-info .btn-check {
  background: #013a81;
}
.section-info .btn-check:after {
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -9px;
}
.section-info .btn-check:hover {
  color: #fff;
  background: #00b259;
}
.section-info .btn-attention {
  padding: 14px 10px;
  text-align: center;
  background: #bf1010;
}
.section-info .btn-attention:hover {
  color: #fff;
  background: #013a81;
}
.section-info .btn-down {
  background: #00b259;
}
.section-info .btn-down:hover {
  color: #fff;
  background: #013a81;
}
.section-info .btn-down:after {
  content: "";
  display: block;
  width: 16px;
  height: 22px;
  background-image: url(../images/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  right: 25px;
  top: 50%;
  margin-top: -11px;
  position: absolute;
}
.section-info .year {
  border: 15px solid #d5d7d8;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  padding: 10px;
  margin: -85px auto 0;
}
.section-info .year .year-inner {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-color: #013a81;
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
  background-position: 0 0;
  padding: 50px 35px;
}
.section-info .year .year-number {
  font-size: 45px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section-info .year .year-text {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-family: Arial;
  font-weight: 700;
  text-transform: uppercase;
}
.section-info .year .link-arrow {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
}
.section-info .year .link-arrow:hover {
  color: #00b259;
}
.section-info .year .link-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 17px;
  background-image: url(../images/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
}
.section-info .year-info {
  text-align: center;
}
.section-news {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  min-height: 350px;
}
.section-news .news-list {
  display: table;
  width: 100%;
}
.section-news .news-list .news-item {
  display: table-cell;
  vertical-align: top;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  width: 33%;
}
.section-news .news-list .item-image {
  width: 260px;
  height: 155px;
  overflow: hidden;
  margin: 0 auto 25px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
}
.section-news .news-list .item-image img {
  max-width: 100%;
}
.section-news .news-list .item-date {
  color: #aaabad;
  font-size: 14px;
  font-family: Arial;
  margin-bottom: 10px;
}
.section-news .news-list .item-title {
  font-size: 16px;
  font-family: Arial;
  font-weight: 700;
  height: 80px;
  overflow: hidden;
}
.section-news .news-list .item-title a {
  color: #013a81;
}
.section-news .news-list .item-title a:hover {
  color: #00b259;
}
.section-geo {
  margin: 30px 0;
  position: relative;
}
.section-geo .geo-social {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
.section-geo .social-cols {
  /*width: 100%;
        display: table;*/
  display: inline-block;
}
.section-geo .social-col {
  /*display: table-cell;*/
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 30px;
}
.section-geo .social-col:first-child {
  padding-left: 0;
}
.section-geo .social-video {
  width: 465px;
  height: 310px;
  position: relative;
  display: block;
}
.section-geo .social-video .video-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.section-geo .social-video .video-data.hidden {
  opacity: 0;
  z-index: 1;
}
.section-geo .social-video .video-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.section-geo .social-video .video-player.active {
  opacity: 1;
  z-index: 2;
}
.section-geo .social-video .video-icon {
  width: 64px;
  height: 64px;
  border: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
.section-geo .social-video .video-icon:after {
  content: "";
  width: 22px;
  height: 24px;
  display: block;
  background-image: url(../images/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -8px;
}
.section-geo .social-video .video-icon:hover {
  background: #013a81;
}
.section-geo .social-video .video-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 30px;
}
.section-geo .gm-style .panel-content {
  padding: 10px 10px;
}
.section-geo .gm-style .panel-branch {
  font-size: 16px;
  font-family: Arial;
  font-weight: 700;
  text-transform: uppercase;
  color: #00b259;
}
.section-geo .gm-style .panel-title {
  font-size: 24px;
  font-family: Arial;
  font-weight: 700;
  margin: 20px 0;
}
.section-geo .gm-style .panel-data {
  margin: 20px 0;
}
.section-geo .gm-style dl {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
}
.section-geo .gm-style dl:last-child {
  margin-bottom: 0;
}
.section-geo .gm-style dt {
  margin: 0;
  padding: 0;
  display: inline;
  font-weight: 700;
}
.section-geo .gm-style dd {
  margin: 0;
  padding: 0;
  display: inline;
}
.section-geo .gm-style .panel-links {
  text-align: right;
}
.section-geo .gm-style a {
  color: #013a81;
}
.section-geo .link-arrow {
  position: relative;
  display: inline-block;
  color: #013a81;
  font-size: 16px;
  line-height: 22px;
}
.section-geo .link-arrow:hover {
  color: #00b259;
}
.section-geo .link-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 17px;
  background-image: url(../images/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
}
/* ==========================================================================
   Menu
   ========================================================================== */
.left-menu .menu {
  background: #fff;
  border: 1px solid #d5d7d8;
  font-family: 'MyriadPro';
}
.left-menu .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-menu .menu-item {
  border-bottom: 1px solid #d5d7d8;
}
.left-menu .menu-item:last-child {
  border-bottom: 0;
}
.left-menu .menu-item.active .menu-link {
  background: #00b259;
  color: #fff;
}
.left-menu .menu-item:not(.active) .menu-list-2 {
  margin-top: -15px;
}
.left-menu .menu-link {
  color: #013a81;
  display: block;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 20px;
}
.left-menu .menu-link:hover {
  color: #00b259;
}
.left-menu .menu-list-2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-menu .menu-item-2:last-child .menu-link-2 {
  margin-bottom: 10px;
}
.left-menu .menu-item-2.active .menu-link-2 {
  color: #00b259;
}
.left-menu .menu-link-2 {
  color: #013a81;
  display: block;
  padding: 10px 15px 0px;
  font-size: 13px;
}
.left-menu .menu-link-2:hover {
  color: #00b259;
}
.left-menu .faq-link {
  height: 60px;
  background: url("../images/voprosi.jpg");
  width: 200px;
  display: inline-block;
  margin-top: 15px;
}
/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.breadcrumb {
  font-size: 14px;
  font-family: Arial;
  width: 70%;
}
.breadcrumb .breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb .breadcrumb-item {
  display: inline;
}
.breadcrumb .item-icon {
  display: inline-block;
  vertical-align: middle;
  background: #aaabad;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin: 0 5px;
}
.breadcrumb .item-text {
  color: #aaabad;
}
/* ==========================================================================
   print-link
   ========================================================================== */
.print-link {
  display: block;
  background-image: url(../images/print.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.print-link:hover {
  background-image: url(../images/print-green.svg);
}
/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
  margin: 50px 0;
}
.pagination .pagination-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}
.pagination .pagination-item {
  display: inline-block;
  vertical-align: middle;
}
.pagination .pagination-item:before {
  display: none;
}
.pagination .pagination-item.active .item-link {
  background: #00b259;
  color: #fff;
}
.pagination .pagination-item.active .item-link:hover {
  color: #fff;
}
.pagination .item-link {
  display: block;
  color: #013a81;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.pagination .item-link:hover {
  color: #00b259;
}
.pagination .item-icon {
  width: 24px;
  height: 17px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.pagination .prev {
  margin-right: 15px;
}
.pagination .prev .item-icon {
  background-image: url(../images/arrow-left-green.svg);
}
.pagination .next {
  margin-left: 15px;
}
.pagination .next .item-icon {
  background-image: url(../images/arrow-right-green.svg);
}
/* ==========================================================================
   Headline
   ========================================================================== */
.headline {
  position: relative;
}
.headline.active .carousel-inner {
  height: 470px;
}
.headline.active .carousel-inner-content {
  opacity: 1;
}
.headline.active .headline-carousel-close {
  display: block;
}
.headline.active .headline-carousel-open {
  display: none;
}
.headline-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  min-width: 470px;
  width: 470px;
  margin-left: -480px;
  padding: 0px;
  height: 100%;
}
.headline-title {
  background: #fff;
  margin: 0;
  padding: 20px 30px 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #013a81;
  display: inline-block;
  position: absolute;
  bottom: 0;
  font-family: 'MyriadPro';
}
.headline-carousel-close {
  height: 64px;
  width: 64px;
  z-index: 10;
  text-align: center;
  position: relative;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  right: 0;
  top: 180px;
  display: none;
}
.headline-carousel-close:after {
  content: "";
  display: block;
  height: 4px;
  width: 36px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -18px;
}
.headline-carousel-close:hover {
  background: #013a81;
}
.headline-carousel-open {
  display: block;
  height: 64px;
  width: 64px;
  z-index: 10;
  text-align: center;
  position: relative;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  right: -490px;
  top: 50%;
  margin-top: -32px;
}
.headline-carousel-open:before {
  content: "";
  display: block;
  width: 4px;
  height: 36px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -18px;
}
.headline-carousel-open:after {
  content: "";
  display: block;
  height: 4px;
  width: 36px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -18px;
}
.headline-carousel-open:hover {
  background: #013a81;
}
/* ==========================================================================
   Carousel
   ========================================================================== */
.carousel .item-title {
  display: inline-block;
  color: #fff;
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 60px;
  margin: 7px 0px 2px;
  font-family: 'MyriadPro';
}
.carousel .item-title .title-level-3,
.carousel .item-title .title-level-2,
.carousel .item-title .title-level-1 {
  background: #00b259;
  color: white;
  padding: 15px 0 8px;
  position: relative;
}
.carousel .item-title .title-level-1 {
  left: -60px;
}
.carousel .item-title .title-level-2 {
  left: 60px;
}
.carousel .item-title .title-level-3 {
  left: -30px;
}
.carousel .item-description {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 60px;
  margin: 7px 0px 2px;
  font-family: 'MyriadPro';
}
.carousel .item-description .desc-level-3,
.carousel .item-description .desc-level-2,
.carousel .item-description .desc-level-1 {
  background: #013a81;
  color: white;
  padding: 15px 0 8px;
  position: relative;
}
.carousel .item-description .desc-level-1 {
  left: -60px;
}
.carousel .item-description .desc-level-2 {
  left: 60px;
}
.carousel .item-description .desc-level-3 {
  left: -30px;
}
.carousel .carousel-navigation {
  position: absolute;
  top: 0;
  right: 0;
}
.carousel .prev,
.carousel .next {
  display: block;
  height: 64px;
  width: 64px;
  z-index: 10;
  text-align: center;
  position: relative;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  right: 0;
}
.carousel .prev:hover,
.carousel .next:hover {
  background: #013a81;
}
.carousel .prev:after,
.carousel .next:after {
  content: "";
  width: 26px;
  height: 34px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.carousel .prev {
  top: 0;
}
.carousel .prev:after {
  background-image: url(../images/arrow-up-white-big.svg);
}
.carousel .next {
  top: 90px;
}
.carousel .next:after {
  background-image: url(../images/arrow-down-white-big.svg);
}
.carousel .slick-pager {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: 1000;
}
.carousel .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
}
.carousel .slick-dots li {
  border: 3px solid transparent;
  display: block;
  width: 26px;
  height: 26px;
  padding: 5px;
  border-radius: 50%;
  margin-bottom: 5px;
  cursor: pointer;
}
.carousel .slick-dots li:last-child {
  margin-bottom: 0;
}
.carousel .slick-dots li:hover button {
  background: #00b259;
}
.carousel .slick-dots .slick-active {
  border-color: #fff;
}
.carousel .slick-dots .slick-active button {
  background: #00b259;
}
.carousel .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  background: #013a81;
  font-size: 0;
  line-height: 0;
  text-indent: -1000px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.carousel .ui-video-background-controls {
  margin: 0;
  padding: 0;
  list-style: none;
}
.carousel .ui-video-background-play .ui-icon {
  width: 22px;
  height: 25px;
  display: block;
  background-image: url(../images/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  text-indent: -100000px;
}
.carousel .ui-video-background-play .ui-icon-pause {
  background-image: url(../images/pause.svg);
}
.carousel .ui-video-background-mute {
  display: none;
}
.carousel-main {
  position: relative;
  height: 470px;
  overflow: hidden;
}
.carousel-main-image {
  width: 100%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.carousel-main-image .carousel-wrapper {
  position: relative;
  height: 470px;
  overflow: hidden;
}
.carousel-main-image .carousel-item {
  float: left;
  display: block;
  position: relative;
  background: #f1f1f1;
  height: 470px;
  min-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.carousel-main-image .item-image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 470px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 99;
}
.carousel-main-image .item-image video {
  min-height: 100%;
  min-width: 100%;
}
.carousel-main-image .item-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 25px;
  margin-bottom: 25px;
  z-index: 112;
}
.carousel-main-content {
  width: 960px;
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  margin-left: -480px;
  top: 50px;
  left: 50%;
  padding-right: 70px;
}
.carousel-main-content .carousel-wrapper {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.carousel-main-content .carousel-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.carousel-main-content .slick-list {
  padding-right: 200px;
}
.carousel-main-content .carousel-item {
  float: left;
  display: block;
  position: relative;
  height: 350px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.carousel-inner {
  position: relative;
  height: 160px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.carousel-inner-image {
  width: 100%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.carousel-inner-image .carousel-wrapper {
  position: relative;
  height: 470px;
  overflow: hidden;
}
.carousel-inner-image .carousel-item {
  float: left;
  display: block;
  position: relative;
  height: 470px;
  min-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.carousel-inner-image .item-image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 470px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 99;
}
.carousel-inner-image .item-image video {
  min-height: 100%;
  min-width: 100%;
}
.carousel-inner-image .item-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 25px;
  margin-bottom: 25px;
  z-index: 112;
}
.carousel-inner-image .carousel-list,
.carousel-inner-image .slick-list {
  overflow: hidden;
}
.carousel-inner-image .slick-slide {
  z-index: -1;
}
.carousel-inner-image .slick-current,
.carousel-inner-image .slick-active {
  z-index: auto;
}
.carousel-inner-content {
  width: 960px;
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  margin-left: -480px;
  top: 50px;
  left: 50%;
  padding-right: 70px;
  opacity: 0;
}
.carousel-inner-content .carousel-wrapper {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.carousel-inner-content .carousel-item {
  float: left;
  display: block;
  position: relative;
  height: 350px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  padding-right: 60px;
}
.carousel-inner-content .carousel-list,
.carousel-inner-content .slick-list {
  overflow: hidden;
}
.carousel-inner-content .slick-slide {
  z-index: -1;
}
.carousel-inner-content .slick-current,
.carousel-inner-content .slick-active {
  z-index: auto;
}
.carousel-detail {
  width: 100%;
  position: relative;
  margin: 20px 0;
}
.carousel-detail .carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.carousel-detail .carousel-item {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.carousel-detail .item-image {
  height: 480px;
  overflow: hidden;
}
.carousel-detail .item-image img {
  width: 100%;
  height: auto;
}
.carousel-detail .item-content {
  color: #aaabad;
  font-size: 14px;
  margin-top: 8px;
}
.carousel-detail .prev,
.carousel-detail .next {
  display: block;
  height: 64px;
  width: 64px;
  z-index: 10;
  text-align: center;
  position: relative;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: 210px;
}
.carousel-detail .prev:hover,
.carousel-detail .next:hover {
  background: #013a81;
}
.carousel-detail .prev:after,
.carousel-detail .next:after {
  content: "";
  width: 26px;
  height: 34px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.carousel-detail .prev {
  left: 10px;
}
.carousel-detail .prev:after {
  background-image: url(../images/arrow-left-white.svg);
}
.carousel-detail .next {
  right: 10px;
}
.carousel-detail .next:after {
  background-image: url(../images/arrow-right-white.svg);
}
.carousel-career {
  width: 100%;
  position: relative;
}
.carousel-career * {
  box-sizing: border-box;
}
.carousel-career .carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.carousel-career .carousel-list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 440px;
  overflow: hidden;
}
.carousel-career .carousel-item {
  float: none;
  display: block;
  position: relative;
  width: 100%;
  height: 440px;
  margin: 0;
  padding: 0;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-career .item-content {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  left: 20px;
  top: 20px;
  max-width: 650px;
}
.carousel-career .item-text {
  font-size: 20px;
  font-family: 'MyriadPro';
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.carousel-career .item-data {
  font-size: 30px;
  font-weight: 700;
  font-family: 'MyriadPro';
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}
.carousel-career .item-title {
  font-size: 28px;
  line-height: 40px;
}
.carousel-career .item-title .title-level-3,
.carousel-career .item-title .title-level-2,
.carousel-career .item-title .title-level-1 {
  padding: 10px 0 5px;
}
.carousel-career .carousel-navigation {
  position: absolute;
  top: 40px;
  right: 50px;
}
.carousel-career .slick-pager {
  position: absolute;
  top: 40px;
  right: 140px;
}
.carousel-career .carousel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 880px;
  height: 360px;
  margin: 50px 40px 30px;
}
.carousel-career .carousel-title {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
  font-family: 'MyriadPro';
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}
.carousel-career .carousel-links {
  position: absolute;
  bottom: 0;
  left: 0;
}
.carousel-storyboard-dates {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.carousel-storyboard-dates .carousel-wrapper {
  position: relative;
  overflow: hidden;
  height: 70px;
  z-index: 1;
}
.carousel-storyboard-dates .carousel-list {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.carousel-storyboard-dates .carousel-item {
  float: left;
  display: block;
  position: relative;
  padding: 10px 0 20px 0;
}
.carousel-storyboard-dates .carousel-item.active .date {
  font-weight: 700;
  color: #00b259;
}
.carousel-storyboard-dates .carousel-item.active .date:after {
  background: #00b259;
}
.carousel-storyboard-dates .prev,
.carousel-storyboard-dates .next {
  width: 30px;
  height: 30px;
  border: 1px solid #00b259;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: transparent;
  padding: 0;
  margin: 0;
  bottom: 0;
}
.carousel-storyboard-dates .prev.disabled,
.carousel-storyboard-dates .next.disabled {
  border-color: #aaabad;
}
.carousel-storyboard-dates .prev:after,
.carousel-storyboard-dates .next:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 12px;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.carousel-storyboard-dates .prev.hide,
.carousel-storyboard-dates .next.hide {
  opacity: 0;
  display: none;
}
.carousel-storyboard-dates .prev {
  left: 0;
}
.carousel-storyboard-dates .prev:after {
  background-image: url(../images/storyboard-left-green.svg);
}
.carousel-storyboard-dates .prev.disabled:after {
  background-image: url(../images/storyboard-left-gray.svg);
}
.carousel-storyboard-dates .next {
  right: 0;
}
.carousel-storyboard-dates .next:after {
  background-image: url(../images/storyboard-right-green.svg);
}
.carousel-storyboard-dates .next.disabled:after {
  background-image: url(../images/storyboard-right-gray.svg);
}
/* ==========================================================================
   scheme
   ========================================================================== */
.scheme .scheme-img {
  margin-top: 30px;
  background-image: url(../images/scheme-ru.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 1070px;
}
.scheme .scheme-notation {
  margin-top: 70px;
}
.scheme .notation-title {
  font-size: 16px;
  font-weight: 700;
}
.scheme .notation-list {
  margin: 20px 0 20px -15px;
}
.scheme .notation-description {
  color: #595959;
  font-size: 14px;
}
.scheme .notation-item {
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 15px;
  width: 320px;
}
.scheme .item-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}
.scheme .icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.scheme .icon.icon-holding {
  width: 15px;
  height: 15px;
  background-image: url(../images/point/star-blue.svg);
}
.scheme .icon.icon-manager {
  width: 12px;
  height: 12px;
  background: #013a81;
}
.scheme .icon.icon-production {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #013a81;
}
.scheme .icon.icon-transport {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #013a81 transparent;
}
.scheme .icon.icon-trade {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #013a81;
}
.scheme .icon.icon-service {
  width: 14px;
  height: 14px;
  position: relative;
}
.scheme .icon.icon-service:before,
.scheme .icon.icon-service:after {
  content: "";
  display: block;
  position: absolute;
  background: #013a81;
}
.scheme .icon.icon-service:before {
  width: 4px;
  height: 14px;
  top: 0;
  left: 50%;
  margin-left: -2px;
}
.scheme .icon.icon-service:after {
  height: 4px;
  width: 14px;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.scheme .icon.icon-investment {
  width: 11px;
  height: 11px;
  position: relative;
}
.scheme .icon.icon-investment:before,
.scheme .icon.icon-investment:after {
  content: "";
  display: block;
  position: absolute;
  background: #013a81;
  width: 11px;
  height: 11px;
}
.scheme .icon.icon-investment:after {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-lang-en .scheme .scheme-img {
  background-image: url(../images/1.png);
}
.page-lang-en .btn-attention {
  background: #00b259;
}
.page-lang-en .btn-attention:hover {
  background: #007f40;
}
/* ==========================================================================
   production
   ========================================================================== */
.production {
  line-height: normal;
}
.production .production-title {
  font-family: 'MyriadPro';
  font-size: 30px;
  font-weight: 700;
  color: #252525;
  margin-bottom: 10px;
}
.production .production-standart {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 25px;
}
.production .production-line {
  margin-bottom: 30px;
}
.production .production-line:last-child {
  margin-bottom: 0;
}
.production .line-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.production .line-text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.production ul {
  padding: 0;
  list-style: none;
}
.production ul li:before {
  content: "";
  height: 1px;
  width: 15px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.production table {
  width: 100%;
}
.production table td {
  border: 1px solid #d5d7d8;
  padding: 15px 30px;
}
.production table td:first-child {
  border-left: 0;
}
.production table td:last-child {
  border-right: 0;
}
.production table tr:first-child td {
  background: #d5d7d8;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border: 1px solid #fff;
}
/* ==========================================================================
   Documents
   ========================================================================== */
.documents .documents-item {
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 65px;
  min-height: 50px;
  color: #252525;
}
.documents .documents-item:hover .document-name {
  color: #00b259;
}
.documents .documents-item:last-child {
  margin-bottom: 0;
}
.documents .documents-item:before {
  content: "";
  width: 34px;
  height: 40px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/documents/file-empty.svg);
}
.documents .documents-item[href*="http:"]:before {
  background-image: url(../images/documents/link.svg);
}
.documents .documents-item[href*=".pdf"]:before {
  background-image: url(../images/documents/pdf.svg);
}
.documents .documents-item[href*=".doc"]:before,
.documents .documents-item[href*=".docx"]:before,
.documents .documents-item[href*=".DOCX"]:before {
  background-image: url(../images/documents/doc.svg);
}
.documents .documents-item[href*=".xls"]:before,
.documents .documents-item[href*=".xlsx"]:before {
  background-image: url(../images/documents/xls.svg);
}
.documents .documents-item[href*=".pps"]:before,
.documents .documents-item[href*=".ppt"]:before,
.documents .documents-item[href*=".pptx"]:before {
  background-image: url(../images/documents/ppt.svg);
}
.documents .documents-item[href*=".jpeg"]:before,
.documents .documents-item[href*=".jpg"]:before {
  background-image: url(../images/documents/jpeg.svg);
}
.documents .document-date {
  color: #aaabad;
  font-size: 14px;
}
.documents .document-name {
  color: #013a81;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.documents .document-param {
  font-size: 14px;
}
/* ==========================================================================
   Documents DEFA
   ========================================================================== */
.entities-list .entities-list-item {
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 65px;
  min-height: 50px;
  color: #252525;
  color: #013a81;
  font-size: 14px;
}
.entities-list .entities-list-item:hover {
  color: #00b259;
}
.entities-list .entities-list-item:last-child {
  margin-bottom: 0;
}
.entities-list a:before {
  content: "";
  width: 34px;
  height: 40px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/documents/file.svg);
}
.entities-list a[href*=".pdf"]:before {
  background-image: url(../images/documents/pdf.svg);
}
.entities-list a[href*=".doc"]:before,
.entities-list a[href*=".docx"]:before {
  background-image: url(../images/documents/doc.svg);
}
.entities-list a[href*=".xls"]:before,
.entities-list a[href*=".xlsx"]:before {
  background-image: url(../images/documents/xls.svg);
}
.entities-list a[href*=".pps"]:before,
.entities-list a[href*=".ppt"]:before,
.entities-list a[href*=".pptx"]:before {
  background-image: url(../images/documents/ppt.svg);
}
.entities-list a[href*=".jpeg"]:before,
.entities-list a[href*=".jpg"]:before {
  background-image: url(../images/documents/jpeg.svg);
}
/* ==========================================================================
   accordion
   ========================================================================== */
.accordion {
  border-bottom: 1px solid #fff;
}
.accordion .accordion-link {
  display: block;
  background: #f2f3f3;
  padding: 16px 30px;
  color: #252525;
}
.accordion .accordion-link:before,
.accordion .accordion-link:after {
  content: " ";
  display: table;
}
.accordion .accordion-link:after {
  clear: both;
}
.accordion .accordion-title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  float: left;
  width: 80%;
}
.accordion .accordion-toggle {
  position: relative;
  float: right;
  text-align: right;
}
.accordion .toggle-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #252525;
}
.accordion .toggle-show {
  display: inline-block;
}
.accordion .toggle-hide {
  display: none;
  color: #fff;
}
.accordion .toggle-icon {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 14px;
  background-image: url(../images/arrow-down-green-big.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 15px;
}
.accordion .accordion-content {
  display: none;
  padding: 20px 30px;
}
.accordion .accordion-system {
  text-align: right;
  margin-top: 20px;
}
.accordion .accordion-system-link {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 15px;
  background-image: url(../images/arrow-up-green-big.svg);
}
.accordion.active .accordion-link {
  background: #00b259;
}
.accordion.active .accordion-title {
  color: #fff;
}
.accordion.active .accordion-content {
  display: block;
}
.accordion.active .toggle-show {
  display: none;
}
.accordion.active .toggle-hide {
  display: inline-block;
}
.accordion.active .toggle-icon {
  background-image: url(../images/arrow-up-white.svg);
}
.accordion:last-child {
  border-bottom: 0;
}
.accordion-sub {
  border-bottom: 1px solid #fff;
}
.accordion-sub .accordion-sub-link {
  display: block;
  background: #f2f3f3;
  padding: 16px 30px;
  color: #252525;
}
.accordion-sub .accordion-sub-link:before,
.accordion-sub .accordion-sub-link:after {
  content: " ";
  display: table;
}
.accordion-sub .accordion-sub-link:after {
  clear: both;
}
.accordion-sub .accordion-sub-title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  float: left;
  width: 80%;
}
.accordion-sub .accordion-sub-toggle {
  position: relative;
  float: right;
  text-align: right;
}
.accordion-sub .sub-toggle-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #252525;
}
.accordion-sub .sub-toggle-show {
  display: inline-block;
}
.accordion-sub .sub-toggle-hide {
  display: none;
  color: #fff;
}
.accordion-sub .sub-toggle-icon {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 14px;
  background-image: url(../images/arrow-down-green-big.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 15px;
}
.accordion-sub .accordion-sub-content {
  display: none;
  padding: 20px 30px;
}
.accordion-sub .accordion-sub-system {
  text-align: right;
  margin-top: 20px;
}
.accordion-sub .accordion-sub-system-link {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 15px;
  background-image: url(../images/arrow-up-green-big.svg);
}
.accordion-sub.active .accordion-sub-link {
  background: #00b259;
}
.accordion-sub.active .accordion-sub-title {
  color: #fff;
}
.accordion-sub.active .accordion-sub-content {
  display: block;
}
.accordion-sub.active .sub-toggle-show {
  display: none;
}
.accordion-sub.active .sub-toggle-hide {
  display: inline-block;
}
.accordion-sub.active .sub-toggle-icon {
  background-image: url(../images/arrow-up-white.svg);
}
.accordion-sub:last-child {
  border-bottom: 0;
}
/* ==========================================================================
   form
   ========================================================================== */
.form {
  font-size: 14px;
  font-family: Arial;
  color: #252525;
}
.form .form-item {
  margin-bottom: 30px;
}
.form .form-item:last-child {
  margin-bottom: 0;
}
.form .star {
  color: red;
}
.form .error input[type="text"],
.form .error input[type="password"],
.form .error textarea {
  border-color: red;
}
.form .error input[type="text"]:hover,
.form .error input[type="password"]:hover,
.form .error textarea:hover,
.form .error input[type="text"]:focus,
.form .error input[type="password"]:focus,
.form .error textarea:focus {
  border-color: red;
}
.form .error .error-text {
  display: inline-block;
}
.form .error .sod_select {
  border-color: red;
}
.form .error-text {
  display: none;
  vertical-align: top;
  color: red;
  font-size: 14px;
  font-style: italic;
  padding-left: 30px;
  padding-top: 7px;
}
.form .label {
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
.form input[type="text"],
.form input[type="password"],
.form textarea {
  width: 100%;
  border: 0;
  border: 2px solid #D5D7D8;
  padding: 4px 10px;
}
.form input[type="text"]:hover,
.form input[type="password"]:hover,
.form textarea:hover {
  border-color: #A5A7A8;
}
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form textarea:focus {
  border-color: #013a81;
}
.form input[type="text"],
.form input[type="password"] {
  height: 36px;
}
.form textarea {
  resize: none;
  height: 140px;
}
.form .form-item-capcha .capcha-input,
.form .form-item-capcha .capcha-image {
  display: inline-block;
  vertical-align: top;
}
.form .form-item-capcha .capcha-input {
  margin-right: 15px;
}
.form .form-item-capcha .input {
  height: 46px;
}
.form .checkbox input[type="checkbox"] {
  left: -5000px;
  position: absolute;
  top: -5000px;
  visibility: hidden;
}
.form .checkbox input[type="checkbox"] + label {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  min-height: 20px;
  width: auto;
  font-weight: 400;
  padding-top: 2px;
}
.form .checkbox input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/checkbox/checkbox.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 22px;
}
.form .checkbox input[type="checkbox"] + label:hover::before {
  background-image: url(../images/checkbox/checkbox-hover.svg);
}
.form .checkbox input[type="checkbox"]:checked + label::before {
  background-image: url(../images/checkbox/checkbox-active.svg);
}
.form .error input[type="checkbox"] + label::before {
  background: none;
  box-shadow: 0 0 0 2px red inset;
  width: 20px;
}
.form .form-btn {
  text-align: right;
  margin-top: 50px;
}
.form .btn-submit {
  background: #00b259;
  font-size: 18px;
  font-family: 'MyriadPro';
  text-align: center;
  border-radius: 100px;
  padding: 10px 45px;
  color: #fff;
  display: inline-block;
  border: 0;
}
.form .btn-submit:hover {
  background: #00994c;
  color: #fff;
}
.order-form {
  margin: 70px 0;
}
.order-form .form-item {
  padding-left: 60px;
}
.order-form .error .error-text {
  display: block;
  padding-left: 225px;
}
.order-form .label {
  width: 220px;
}
.order-form .form-item-capcha .capcha-input {
  width: 450px;
}
.order-form .form-item-capcha .input {
  width: 200px;
}
.order-form input[type="text"],
.order-form textarea {
  width: 425px;
}
.order-form .sod_select {
  width: 380px;
}
.order-form .double-input input[type="text"] {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
  font-style: italic;
}
.order-form .double-input .sod_select {
  width: 155px;
}
.order-form .email input[type="text"],
.order-form .phone input[type="text"] {
  width: 200px;
}
.order-form .form-product {
  margin-bottom: 30px;
}
.order-form .form-product-list {
  counter-reset: li;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.order-form .form-product-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}
.order-form .form-product-item:last-child {
  margin-bottom: 0;
}
.order-form .form-product-item:before {
  content: counter(li);
  counter-increment: li;
  color: #00b259;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  width: 15px;
  text-align: left;
  left: 0;
  top: 0;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  border-radius: 100px;
  border: 2px solid #00b259;
}
.order-form .form-product-item .form-item {
  padding-left: 0;
}
.order-form .form-product-link {
  padding-left: 60px;
}
.order-form .link-product-add {
  font-size: 0;
  display: inline-block;
}
.order-form .link-product-add:hover .link-text {
  color: #00b259;
}
.order-form .link-product-add:hover .link-icon {
  border-color: #00b259;
}
.order-form .link-product-add:hover .link-icon i:before,
.order-form .link-product-add:hover .link-icon i:after {
  content: "";
  background: #00b259;
}
.order-form .link-product-add .link-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 2px solid #013a81;
  border-radius: 50%;
  margin-right: 15px;
}
.order-form .link-product-add .link-icon i {
  width: 8px;
  height: 8px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}
.order-form .link-product-add .link-icon i:before,
.order-form .link-product-add .link-icon i:after {
  content: "";
  background: #013a81;
  display: block;
  position: absolute;
}
.order-form .link-product-add .link-icon i:before {
  width: 8px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.order-form .link-product-add .link-icon i:after {
  width: 2px;
  height: 8px;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.order-form .link-product-add .link-text {
  font-size: 14px;
  font-family: Arial;
  color: #013a81;
  border-bottom: 1px dotted;
  display: inline-block;
  vertical-align: middle;
}
.order-form .form-btn {
  width: 720px;
}
.order-form .form-address {
  padding-left: 60px;
}
.order-form .form-address dt,
.order-form .form-address dd {
  margin: 0;
  padding: 0;
  display: inline;
}
.order-form .form-address dl {
  margin: 0 0 5px;
}
.registration-form {
  margin: 70px 0;
}
.registration-form .label {
  width: 170px;
}
.registration-form .form-verification {
  display: inline-block;
  vertical-align: bottom;
}
.registration-form .form-item-capcha .capcha-input {
  width: 200px;
  margin-right: 50px;
  vertical-align: bottom;
}
.registration-form .form-item-capcha .label {
  display: block;
  padding-top: 0;
  margin-bottom: 10px;
}
.registration-form .form-item-capcha .input {
  width: 200px;
}
.registration-form .form-item-capcha .capcha-image {
  vertical-align: bottom;
}
.registration-form input[type="text"],
.registration-form textarea {
  width: 615px;
}
.registration-form .email input[type="text"],
.registration-form .phone input[type="text"],
.registration-form .login input[type="text"],
.registration-form .password input[type="text"],
.registration-form .email input[type="password"],
.registration-form .phone input[type="password"],
.registration-form .login input[type="password"],
.registration-form .password input[type="password"] {
  width: 200px;
}
.registration-form .form-btn {
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 90px;
  padding-bottom: 5px;
}
.feedback-form {
  margin: 70px 0;
}
.feedback-form .label {
  width: 170px;
}
.feedback-form .form-verification {
  display: inline-block;
  vertical-align: bottom;
}
.feedback-form .form-item-capcha .capcha-input {
  width: 200px;
  margin-right: 15px;
  vertical-align: bottom;
}
.feedback-form .form-item-capcha .label {
  display: block;
  padding-top: 0;
  margin-bottom: 10px;
}
.feedback-form .form-item-capcha .input {
  width: 200px;
}
.feedback-form .form-item-capcha .capcha-image {
  vertical-align: bottom;
}
.feedback-form input[type="text"],
.feedback-form textarea {
  width: 430px;
}
.feedback-form .email input[type="text"],
.feedback-form .phone input[type="text"],
.feedback-form .email input[type="password"],
.feedback-form .phone input[type="password"] {
  width: 200px;
}
.feedback-form .form-btn {
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
  padding-bottom: 5px;
}
.tender-form {
  margin: 0 0 70px 0;
}
.tender-form .label {
  width: 170px;
}
.tender-form .form-verification {
  display: inline-block;
  vertical-align: bottom;
}
.tender-form .form-item-capcha .capcha-input {
  width: 200px;
  margin-right: 15px;
  vertical-align: bottom;
}
.tender-form .form-item-capcha .label {
  display: block;
  padding-top: 0;
  margin-bottom: 10px;
}
.tender-form .form-item-capcha .input {
  width: 200px;
}
.tender-form .form-item-capcha .capcha-image {
  vertical-align: bottom;
}
.tender-form input[type="text"],
.tender-form textarea {
  width: 430px;
}
.tender-form .email input[type="text"],
.tender-form .phone input[type="text"],
.tender-form .email input[type="password"],
.tender-form .phone input[type="password"] {
  width: 200px;
}
.tender-form .form-btn {
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
  padding-bottom: 5px;
}
.tender-form .error-text {
  padding-left: 170px;
}
.tender-form .error .error-text {
  display: block;
}
.tender-form .capcha-input .error-text {
  padding-left: 0;
}
/* ==========================================================================
   asset
   ========================================================================== */
.asset-geo {
  min-height: 820px;
  margin: 30px 0;
}
.asset-geo .gm-gradien:before {
  content: "";
  display: block;
  top: 75px;
  left: 0;
  width: 100%;
  height: 135px;
  position: absolute;
  z-index: 10000;
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
.asset-geo .map-wrapper {
  height: 800px;
  overflow: hidden;
  top: 0px;
  left: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  /*
		&:after {
			content: "";
			display: block;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 150px;
			position: absolute;
			z-index: 1;
			background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
			background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
			background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
		}
		*/
}
.asset-geo .map-fake {
  height: 700px;
  background: url(../images/san-paulo.png) center 0 no-repeat;
  position: absolute;
  top: 680px;
  left: -150px;
  z-index: -1;
  right: 0;
}
.asset-geo #map {
  height: 1100px;
}
.asset-geo #map .point-text {
  cursor: pointer;
}
.asset-geo #map .simple-point-text {
  cursor: default;
}
.asset-geo .geo-map {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.asset-geo .geo-points {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0px;
  z-index: 1;
  height: 860px;
}
.asset-geo .geo-branches {
  padding-top: 760px;
}
.asset-geo .icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.asset-geo .icon.icon-holding {
  width: 15px;
  height: 15px;
  background-image: url(../images/point/star-blue.svg);
}
.asset-geo .icon.icon-manager {
  width: 12px;
  height: 12px;
  background: #013a81;
}
.asset-geo .icon.icon-production {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #013a81;
}
.asset-geo .icon.icon-transport {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #013a81 transparent;
}
.asset-geo .icon.icon-trade {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #013a81;
}
.asset-geo .icon.icon-service {
  width: 14px;
  height: 14px;
  position: relative;
}
.asset-geo .icon.icon-service:before,
.asset-geo .icon.icon-service:after {
  content: "";
  display: block;
  position: absolute;
  background: #013a81;
}
.asset-geo .icon.icon-service:before {
  width: 4px;
  height: 14px;
  top: 0;
  left: 50%;
  margin-left: -2px;
}
.asset-geo .icon.icon-service:after {
  height: 4px;
  width: 14px;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.asset-geo .point {
  display: inline-block;
  position: absolute;
  font-size: 0;
}
.asset-geo .point:before,
.asset-geo .point:after {
  content: " ";
  display: table;
}
.asset-geo .point:after {
  clear: both;
}
.asset-geo .point.icons-left .point-icons {
  float: left;
}
.asset-geo .point.icons-left .point-text {
  float: right;
  margin-left: 10px;
}
.asset-geo .point.icons-right .point-icons {
  float: right;
}
.asset-geo .point.icons-right .point-text {
  float: left;
  margin-right: 10px;
}
.asset-geo .point .icon {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.asset-geo .point .icon:first-child {
  margin-left: 0;
}
.asset-geo .point .icon-holding {
  margin-top: -2px;
}
.asset-geo .point .icon-holding.icon-hover,
.asset-geo .point .icon-holding:hover {
  background-image: url(../images/point/star-green.svg);
}
.asset-geo .point .icon-manager.icon-hover,
.asset-geo .point .icon-manager:hover {
  background: #00b259;
}
.asset-geo .point .icon-production.icon-hover,
.asset-geo .point .icon-production:hover {
  background: #00b259;
}
.asset-geo .point .icon-transport.icon-hover,
.asset-geo .point .icon-transport:hover {
  border-color: transparent transparent #00b259 transparent;
}
.asset-geo .point .icon-trade.icon-hover,
.asset-geo .point .icon-trade:hover {
  background: #00b259;
}
.asset-geo .point .icon-service.icon-hover:before,
.asset-geo .point .icon-service:hover:before,
.asset-geo .point .icon-service.icon-hover:after,
.asset-geo .point .icon-service:hover:after {
  content: "";
  display: block;
  position: absolute;
  background: #00b259;
}
.asset-geo .point .point-icons {
  display: block;
}
.asset-geo .point .point-text {
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #252525;
  display: block;
  vertical-align: middle;
}
.asset-geo .point .point-text.text-hover,
.asset-geo .point .point-text:hover {
  color: #00b259;
}
.asset-geo .point-panel {
  position: absolute;
  background: #fff;
  padding: 30px;
  border: 2px solid #00b259;
  width: 100%;
  z-index: 1001;
  top: 60px;
  left: 0;
  display: none;
}
.asset-geo .point-panel.active {
  display: block;
}
.asset-geo .point-panel .panel-close {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/close-gray.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 0;
  right: 0;
  margin: 20px;
}
.asset-geo .point-panel .panel-close:hover {
  background-image: url(../images/close-blue.svg);
}
.asset-geo .point-panel .panel-branch {
  font-size: 16px;
  font-family: Arial;
  font-weight: 700;
  text-transform: uppercase;
  color: #00b259;
}
.asset-geo .point-panel .panel-title {
  font-size: 24px;
  font-family: Arial;
  font-weight: 700;
  margin: 20px 0;
}
.asset-geo .point-panel .panel-data {
  margin: 20px 0;
}
.asset-geo .point-panel dl {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
}
.asset-geo .point-panel dl:last-child {
  margin-bottom: 0;
}
.asset-geo .point-panel dt {
  margin: 0;
  padding: 0;
  display: inline;
  font-weight: 700;
}
.asset-geo .point-panel dd {
  margin: 0;
  padding: 0;
  display: inline;
}
.asset-geo .point-panel .panel-links {
  text-align: right;
}
.asset-geo .geo-notation {
  min-height: 200px;
  background: rgba(226, 227, 228, 0.8);
  z-index: 3;
  position: relative;
  padding: 30px;
  margin-top: 420px;
  margin-bottom: 260px;
  width: 710px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.asset-geo .notation-title {
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.asset-geo .notation-list {
  font-size: 0;
}
.asset-geo .notation-item {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: Arial;
  width: 50%;
  display: inline-block;
  cursor: default;
}
.asset-geo .notation-item:last-child {
  margin-bottom: 0;
}
.asset-geo .notation-item .icon {
  display: inline-block;
  vertical-align: middle;
}
.asset-geo .notation-item .item-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.asset-geo .notation-item:hover {
  color: #00b259;
}
.asset-geo .notation-item:hover .icon-holding {
  background-image: url(../images/point/star-green.svg);
}
.asset-geo .notation-item:hover .icon-manager {
  background: #00b259;
}
.asset-geo .notation-item:hover .icon-production {
  background: #00b259;
}
.asset-geo .notation-item:hover .icon-transport {
  border-color: transparent transparent #00b259 transparent;
}
.asset-geo .notation-item:hover .icon-trade {
  background: #00b259;
}
.asset-geo .notation-item:hover .icon-service:before,
.asset-geo .notation-item:hover .icon-service:after {
  content: "";
  display: block;
  position: absolute;
  background: #00b259;
}
.asset-geo .link-arrow {
  position: relative;
  display: inline-block;
  color: #013a81;
  font-size: 16px;
  line-height: 22px;
}
.asset-geo .link-arrow:hover {
  color: #00b259;
}
.asset-geo .link-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 17px;
  background-image: url(../images/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
}
.asset-geo .branch {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e3e4;
}
.asset-geo .branch:last-child {
  border-bottom: 0;
}
.asset-geo .branch .branch-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.asset-geo .branch .branch-cols {
  margin-top: 40px;
  font-size: 14px;
  line-height: 21px;
  display: table;
  width: 100%;
}
.asset-geo .branch .branch-col {
  display: table-cell;
  vertical-align: top;
  padding-left: 50px;
  width: 50%;
}
.asset-geo .branch .branch-col:first-child {
  padding-left: 0;
}
.asset-geo .branch .branch-links {
  margin-top: 20px;
  text-align: right;
}
.asset-geo .map-points .panel-content {
  padding: 20px 10px;
}
.asset-geo .map-points .panel-branch {
  font-size: 16px;
  font-family: Arial;
  font-weight: 700;
  text-transform: uppercase;
  color: #00b259;
}
.asset-geo .map-points .panel-title {
  font-size: 24px;
  font-family: Arial;
  font-weight: 700;
  margin: 20px 0;
}
.asset-geo .map-points .panel-data {
  margin: 20px 0;
}
.asset-geo .map-points dl {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
}
.asset-geo .map-points dl:last-child {
  margin-bottom: 0;
}
.asset-geo .map-points dt {
  margin: 0;
  padding: 0;
  display: inline;
  font-weight: 700;
}
.asset-geo .map-points dd {
  margin: 0;
  padding: 0;
  display: inline;
}
.asset-geo .map-points .panel-links {
  text-align: right;
}
.asset-geo .map-points a {
  color: #013a81;
}
.asset-geo .map-fake-point {
  min-width: 1000px;
  padding: 0 20px;
  width: 1000px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 980px;
}
.asset-geo .map-fake-point .point {
  position: absolute;
  display: block;
  height: 15px;
  left: 130px;
  z-index: 1000;
}
.asset-geo .map-fake-point .point .icon {
  vertical-align: top;
}
.geo-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
}
.asset-detail .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.asset-detail-text:before,
.asset-detail-text:after {
  content: " ";
  display: table;
}
.asset-detail-text:after {
  clear: both;
}
.asset-detail-history {
  background: #f2f3f3;
  margin: 30px 0;
  padding: 0px;
}
.asset-detail-history .title {
  padding: 30px 30px 0;
}
.storyboard .storyboard-dates {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.storyboard .storyboard-dates:after {
  content: "";
  display: block;
  position: absolute;
  top: 51px;
  left: 30px;
  right: 0;
  height: 2px;
  background: #013a81;
}
.storyboard .date {
  border-bottom: 2px solid #013a81;
  padding: 0 10px 20px;
  text-align: center;
  font-size: 14px;
  position: relative;
  width: 70px;
  cursor: pointer;
}
.storyboard .date:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background: #013a81;
  border-radius: 50%;
}
.storyboard .date .date-text {
  display: block;
}
.storyboard .date:hover:after {
  background: #00b259;
}
.storyboard .date-panel {
  display: none;
  padding: 20px 30px 30px;
}
.storyboard .date-panel.active {
  display: block;
}
.storyboard .panel-image {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
}
.storyboard .panel-content {
  display: table-cell;
  vertical-align: top;
}
.storyboard .date-fact {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}
.storyboard .date-fact:last-child {
  margin-bottom: 0;
}
.storyboard .fact-year {
  font-weight: 700;
}
.asset-detail-persons {
  margin: 30px 0;
}
.person {
  display: table;
  width: 100%;
}
.person .person-image {
  display: table-cell;
  vertical-align: top;
  width: 180px;
  padding-right: 30px;
  padding-top: 3px;
}
.person .person-content {
  display: table-cell;
  vertical-align: top;
}
.person .person-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.person .person-position {
  font-size: 14px;
  line-height: 21px;
  margin: 10px 0;
}
.asset-detail-documents {
  margin: 30px 0 0;
}
.asset-detail-contacts {
  margin: 30px 0;
  border-top: 2px solid #f2f3f3;
  padding-top: 30px;
}
.asset-detail-contacts dl {
  margin: 0 0 5px 0;
}
.asset-detail-contacts dt,
.asset-detail-contacts dd {
  display: inline;
  margin: 0;
  padding: 0;
}
/* ==========================================================================
   story
   ========================================================================== */
.press-news .career-link-news {
  margin-left: 20px;
}
.press-bottom {
  display: table;
  width: 100%;
  margin: 30px 0;
}
.press-bottom .press-widget,
.press-bottom .contacts-dep {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.press-bottom .press-widget {
  padding-right: 20px;
}
.press-bottom .contacts-dep {
  padding-left: 20px;
}
.press-bottom .contacts-dep h2 {
  margin-top: 0;
}
/* ==========================================================================
   story
   ========================================================================== */
.timeline {
  position: relative;
}
.timeline-year {
  padding: 45px 0 35px;
  min-height: 50px;
  position: relative;
}
.timeline-year:before,
.timeline-year:after {
  content: " ";
  display: table;
}
.timeline-year:after {
  clear: both;
}
.timeline-year.ground-year .year-line {
  background: #00b259;
}
.timeline-year.ground-year .point-icon {
  background: #00b259;
}
.timeline-year .year-line {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -1px;
  width: 2px;
  background: #013a81;
}
.timeline-year .year-point {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  padding-left: 35px;
  z-index: 100;
}
.timeline-year .point-icon {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background: #013a81;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.timeline-year .point-number {
  font-size: 18px;
  line-height: 20px;
  font-family: Arial;
  font-weight: 700;
  display: block;
}
.timeline-year .year-fact {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.timeline-year .year-fact:first-child {
  margin-top: 0;
}
.timeline-year .year-fact.active .year-fact-preview {
  display: none;
}
.timeline-year .year-fact.active .year-fact-detail {
  display: block;
}
.timeline-year .year-fact-preview {
  position: relative;
  width: 50%;
  cursor: pointer;
}
.timeline-year .year-fact-preview .fact-image {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.timeline-year .year-fact-preview .fact-title {
  background: #f2f3f3;
  padding: 15px;
  color: #013981;
}
.timeline-year .year-fact-preview:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -13px;
}
.timeline-year .year-fact-preview:after {
  clear: both;
}
.timeline-year .year-fact-detail {
  background: #f2f3f3;
  display: none;
  width: 100%;
  padding-bottom: 50px;
}
.timeline-year .year-fact-detail .fact-image {
  width: 50%;
  font-size: 0;
  line-height: 0;
  padding: 15px;
}
.timeline-year .year-fact-detail .fact-image img {
  max-width: 100%;
  height: auto;
}
.timeline-year .year-fact-detail .fact-text {
  width: 50%;
  padding: 15px;
}
.timeline-year .year-fact-detail .fact-close {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 100;
  display: block;
  background: #f2f3f3;
  cursor: pointer;
}
.timeline-year .year-fact-detail .fact-close:after {
  content: "";
  width: 26px;
  height: 14px;
  background-image: url(../images/arrow-up-green-big.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -13px;
}
.timeline-year .disabled .year-fact-preview {
  cursor: default;
}
.timeline-year .no-image .fact-image {
  display: none;
}
.timeline-year:nth-child(odd) .year-fact {
  float: left;
}
.timeline-year:nth-child(odd) .year-fact-preview {
  padding-right: 30px;
  float: left;
}
.timeline-year:nth-child(odd) .year-fact-preview .fact-image {
  left: 0;
}
.timeline-year:nth-child(odd) .year-fact-preview .fact-title {
  padding-left: 38%;
}
.timeline-year:nth-child(odd) .year-fact-preview:before {
  border-width: 13px 0 13px 14px;
  border-color: transparent transparent transparent #f2f3f3;
  right: 17px;
}
.timeline-year:nth-child(odd) .year-fact-detail {
  float: left;
}
.timeline-year:nth-child(odd) .year-fact-detail .fact-image {
  float: left;
}
.timeline-year:nth-child(odd) .year-fact-detail .fact-text {
  float: right;
}
.timeline-year:nth-child(odd) .no-image .fact-title {
  padding-left: 15px;
}
.timeline-year:nth-child(even) .year-fact {
  float: right;
}
.timeline-year:nth-child(even) .year-fact-preview {
  padding-left: 30px;
  float: right;
}
.timeline-year:nth-child(even) .year-fact-preview .fact-image {
  right: 0;
}
.timeline-year:nth-child(even) .year-fact-preview .fact-title {
  padding-right: 38%;
}
.timeline-year:nth-child(even) .year-fact-preview:before {
  border-width: 13px 14px 13px 0;
  border-color: transparent #f2f3f3 transparent transparent;
  left: 17px;
}
.timeline-year:nth-child(even) .year-fact-detail {
  float: right;
}
.timeline-year:nth-child(even) .year-fact-detail .fact-image {
  float: right;
}
.timeline-year:nth-child(even) .year-fact-detail .fact-text {
  float: left;
}
.timeline-year:nth-child(even) .no-image .fact-title {
  padding-right: 15px;
}
.timeline-year-box {
  background: #fff;
  width: 50px;
  position: absolute;
  top: 0;
  right: -70px;
  background: #F1F1F1;
}
.timeline-year-box .box-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline-year-box .box-item {
  display: block;
  margin: 0;
  padding: 0;
}
.timeline-year-box .box-item.active .box-link {
  background: #00b259;
  color: #fff;
}
.timeline-year-box .box-link {
  display: block;
  padding: 5px 10px;
  color: #999;
}
.timeline-year-box .box-link:hover {
  color: #333;
}
/* ==========================================================================
   contacts
   ========================================================================== */
.contacts .contacts-item {
  margin-bottom: 2px;
}
.contacts .contacts-title {
  font-size: 30px;
  line-height: 35px;
  font-family: 'MyriadPro';
  font-weight: 700;
  padding: 30px;
}
.contacts .contacts-text {
  padding: 30px 30px 0;
}
.contacts .contacts-text dt,
.contacts .contacts-text dd {
  margin: 0;
  padding: 0;
  display: inline;
}
.contacts .contacts-text dl {
  margin: 0 0 5px;
}
.contacts .accordion .accordion-content {
  padding: 0;
}
.contacts .accordion .accordion-system {
  margin-bottom: 20px;
  padding: 0 30px;
}
.contacts .map {
  width: 100%;
  height: 275px;
}
/* ==========================================================================
   disclosure
   ========================================================================== */
.disclosure .disclosure-filters {
  margin-bottom: 45px;
}
.disclosure .filter {
  vertical-align: middle;
  margin-right: 32px;
}
.disclosure .filter:last-child {
  margin-right: 0;
}
.disclosure .filter-year .sod_select {
  width: 160px;
}
.disclosure .filter-branch .sod_select {
  width: 320px;
}
.disclosure .filter-branch-links {
  margin-bottom: 30px;
}
.disclosure .filter-branch-links .branch-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #013a81;
  margin-bottom: 10px;
}
.disclosure .filter-branch-links .branch-link span {
  border-bottom: 1px dotted #d5d7d8;
}
.disclosure .filter-branch-links .branch-link.active {
  color: #fff;
  background: #00b259;
  border: 0;
  display: inline-block;
  border-radius: 100px;
}
.disclosure .filter-branch-links .branch-link.active span {
  border-bottom: 0;
}
.disclosure .filter-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.disclosure .filter-select {
  display: inline-block;
  vertical-align: middle;
}
.disclosure .disclosure-item {
  margin-bottom: 2px;
}
.disclosure .accordion .accordion-system {
  margin-top: 1px;
  margin-bottom: 0px;
}
.show-all {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.show-all .show-all-line:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  border-bottom: 1px dotted #e3e4e4;
}
.show-all .show-all-link {
  height: 36px;
  border: 2px solid #f2f3f3;
  border-radius: 100px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 7px 15px 8px 15px;
  display: inline-block;
  color: #013a81;
  font-size: 14px;
}
.show-all .show-all-link:after {
  content: "";
  background-image: url(../images/arrow-down-blue-big.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 8px;
}
.show-all .show-all-link:hover {
  background: #00b259;
  border-color: #00b259;
  color: #fff;
}
.show-all .show-all-link:hover:after {
  background-image: url(../images/arrow-down-white-2.svg);
}
.responsible .note {
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 3px solid #f2f3f3;
}
.responsible .note .text-image {
  float: left;
  width: 320px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.responsible .note .text-image img {
  max-width: 100%;
  width: 100%;
}
.responsible .note:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.note {
  font-size: 14px;
  line-height: 21px;
}
.note .note-data {
  display: table;
  width: 100%;
}
.note .note-image {
  display: table-cell;
  vertical-align: top;
}
.note .note-content {
  display: table-cell;
  vertical-align: top;
}
.note p {
  margin-top: 0;
}
.note.active .note-hidden {
  display: block;
}
.note.active .toggle-text-show {
  display: none;
}
.note.active .toggle-text-hide {
  display: inline-block;
}
.note.active .toggle-link:hover .toggle-icon {
  background-image: url(../images/arrow-up-white.svg);
}
.note.active .toggle-icon {
  content: "";
  background-image: url(../images/arrow-up-blue-big.svg);
}
.note .note-preview {
  display: block;
}
.note .note-hidden {
  display: none;
}
.note .note-toggle {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
  display: block;
}
.note .toggle-line:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  border-bottom: 1px dotted #e3e4e4;
}
.note .toggle-link {
  height: 36px;
  border: 2px solid #f2f3f3;
  border-radius: 100px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 7px 15px 8px 15px;
  display: inline-block;
  color: #013a81;
  font-size: 14px;
}
.note .toggle-link:hover {
  background: #00b259;
  border-color: #00b259;
  color: #fff;
}
.note .toggle-link:hover .toggle-icon {
  background-image: url(../images/arrow-down-white-2.svg);
}
.note .toggle-text-show {
  display: inline-block;
}
.note .toggle-text-hide {
  display: none;
}
.note .toggle-icon {
  background-image: url(../images/arrow-down-blue-big.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 8px;
}
/* ==========================================================================
   Search
   ========================================================================== */
.search .search-service {
  width: 610px;
  position: relative;
  margin-bottom: 25px;
}
.search .search-input {
  width: 100%;
  border: 2px solid #f2f3f3;
  height: 38px;
  padding: 5px 80px 5px 30px;
}
.search .search-submit {
  position: absolute;
  border: 0;
  background-color: transparent;
  right: 0;
  top: 0;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 10px solid #f2f3f3;
  background-color: #f2f3f3;
  background-image: url(../images/search-small-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.search .search-submit:hover {
  background-color: #d5d7d8;
  border-color: #d5d7d8;
}
.search .search-submit:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: red;
}
.search .search-result-number {
  margin-bottom: 25px;
  font-size: 14px;
}
.search .search-result-list {
  margin: 30px 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  line-height: 24px;
}
.search .search-result-item {
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #00b259;
}
.search .search-result-item:last-child {
  margin-bottom: 0;
}
.search .search-result-item .item-title {
  font-size: 14px;
  font-weight: 700;
  color: #013a81;
  text-transform: uppercase;
}
.search .search-result-item .item-title:hover {
  color: #00b259;
}
.search .search-result-item .item-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #252525;
}
.search .search-result-item .item-link {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #013a81;
  display: inline-block;
}
.search .search-result-item .item-link:hover {
  color: #00b259;
}
/* ==========================================================================
   Persons
   ========================================================================== */
/* PERSON IN 2 COLS WITH ACCORDION */
/*
.persons {
	margin-bottom: 50px;

	.persons-list {
		margin-left: -50px;
	}
	.persons-item {
		display: inline-block;
		vertical-align: top;
		margin-left: 50px;
		margin-bottom: 50px;
		width: 325px;


		&:last-child {
			margin-bottom: 0;
		}
	}
	.item-data {
		display: table;
		width: 100%;
		margin-bottom: 20px;
		height: 220px;
	}
	.item-image {
		display: table-cell;
		vertical-align: top;
		width: 180px;
		padding-right: 30px;
		padding-top: 3px;
		font-size: 0;
		line-height: 0;
	}
	.image {
		height: 220px;
		overflow: hidden;
		font-size: 0;
		line-height: 0;
		display: block;
	}
	.item-content {
		display: table-cell;
		vertical-align: top;
	}
	.item-name {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 15px;
	}
	.item-position {
		font-size: 12px;
		color: #aaabad;
		margin: 15px 0;
	}
	.item-text {

	}

	.accordion {
		.accordion-content {
			margin-top: 20px;
			padding: 0;
			font-size: 14px;
			line-height: 21px;
		}
	}
}
*/
.persons {
  margin-bottom: 50px;
}
.persons .persons-item {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #aaabad;
}
.persons .persons-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: none;
}
.persons .item-image {
  display: table-cell;
  vertical-align: top;
  width: 180px;
  padding-right: 30px;
  padding-top: 3px;
}
.persons .item-content {
  display: table-cell;
  vertical-align: top;
}
.persons .item-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.persons .item-position {
  font-size: 14px;
  line-height: 21px;
  color: #00b259;
  margin: 5px 0 15px;
}
.persons .item-text {
  font-size: 14px;
  line-height: 21px;
}
/* ==========================================================================
   news
   ========================================================================== */
.news {
  padding-top: 30px;
}
.news-list {
  margin-bottom: 30px;
}
.news-list .news-item {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.news-list .news-item:last-child {
  margin-bottom: 0;
}
.news-list .item-image {
  display: table-cell;
  vertical-align: top;
  width: 320px;
  padding-right: 30px;
  padding-top: 3px;
}
.news-list .item-image img {
  width: 100%;
}
.news-list .item-content {
  display: table-cell;
  vertical-align: top;
}
.news-list .item-date {
  font-size: 14px;
  color: #aaabad;
  margin-bottom: 15px;
}
.news-list .item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin: 0 0 10px;
}
.news-list .item-text {
  font-size: 14px;
  line-height: 21px;
}
.news-pagination .pagination {
  margin: 0;
}
.news-tags {
  margin-bottom: 30px;
  display: table;
  width: 100%;
}
.news-tags .tag-title {
  display: table-cell;
  vertical-align: top;
  width: 130px;
  padding-top: 6px;
}
.news-tags .tag-list {
  display: table-cell;
  vertical-align: top;
}
.news-tags .tag {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  padding: 5px 30px 5px 10px;
  background: #f2f3f3;
  min-height: 25px;
  color: #252525;
  position: relative;
  margin-right: 5px;
  margin-bottom: 10px;
}
.news-tags .tag:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  background-image: url(../images/close-blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.news-tags .tag:hover {
  background: #d5d7d8;
}
.tender-tags {
  margin-bottom: 30px;
  display: table;
  width: 100%;
}
.tender-tags .tag-title {
  display: table-cell;
  vertical-align: top;
  width: 130px;
  padding-top: 6px;
}
.tender-tags .tag-list {
  display: table-cell;
  vertical-align: top;
}
.tender-tags .filter-item {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  padding: 5px 10px;
  background: #f2f3f3;
  min-height: 25px;
  color: #252525;
  position: relative;
  margin-right: 5px;
  margin-bottom: 10px;
}
.tender-tags .filter-item.active {
  background: #00b259;
  color: #fff;
  padding: 5px 30px 5px 10px;
}
.tender-tags .filter-item.active:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  background-image: url(../images/close-blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.tender-tags .filter-item:hover {
  background: #d5d7d8;
}
.news-detail .news-pic {
  max-width: 50%;
  margin-right: 10px;
  float: left;
}
.news-detail .news-pic:hover {
  cursor: pointer;
}
.news-detail-data {
  margin-bottom: 15px;
  font-size: 14px;
  color: #aaabad;
}
.news-detail-date {
  margin-right: 20px;
}
.news-detail-tags .tag {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  padding: 5px 10px;
  background: #f2f3f3;
  min-height: 25px;
  color: #252525;
  position: relative;
  margin-right: 5px;
  margin-bottom: 10px;
}
.news-detail-tags .tag:hover {
  background: #00b259;
  color: #fff;
}
.news-detail-content .news-pic img {
  max-height: 475px;
  width: 100%;
  max-width: 580px;
}
.press-news .news-links {
  text-align: right;
}
.press-news .link-arrow {
  position: relative;
  display: inline-block;
  color: #013a81;
  font-size: 16px;
  line-height: 22px;
}
.press-news .link-arrow:hover {
  color: #00b259;
}
.press-news .link-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 17px;
  background-image: url(../images/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
}
.subscribe {
  background: #f2f3f3;
  margin: 30px 0;
  padding: 30px 20px;
}
.subscribe .subscribe-title {
  font-size: 19px;
  color: #252525;
  margin-bottom: 15px;
}
.subscribe ::-webkit-input-placeholder {
  color: #bcbcbc;
}
.subscribe ::-moz-placeholder {
  color: #bcbcbc;
}
.subscribe :-ms-input-placeholder {
  color: #bcbcbc;
}
.subscribe .input {
  height: 45px;
  border: 0;
  background: #fff;
  padding: 5px 20px;
  width: 420px;
  float: left;
  border: 1px solid #fff;
  font-size: 14px;
}
.subscribe .input:focus {
  border: 1px solid #013a81;
}
.subscribe .submit {
  height: 45px;
  background: #00b259;
  border: 0;
  color: #fff;
  font-size: 18px;
  font-family: 'MyriadPro';
  padding: 5px 45px;
  border-radius: 100px;
  float: right;
}
.subscribe .submit:hover {
  background: #013a81;
}
/* ==========================================================================
   reference
   ========================================================================== */
.reference {
  margin-top: 20px;
}
.reference-list {
  margin-bottom: 40px;
}
.reference-list .reference-item {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.reference-list .reference-item:last-child {
  margin-bottom: 0;
}
.reference-list .item-image {
  display: table-cell;
  vertical-align: top;
  width: 320px;
  padding-right: 30px;
  padding-top: 3px;
}
.reference-list .item-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.reference-list .item-content {
  display: table-cell;
  vertical-align: top;
}
.reference-list .item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin: 0 0 10px;
}
.reference-list .item-text {
  font-size: 14px;
  line-height: 21px;
}
.reference-pagination .pagination {
  margin: 0;
}
/* ==========================================================================
   tenders
   ========================================================================== */
.tenders {
  margin-top: 20px;
}
.tenders .tenders-list {
  margin-bottom: 70px;
}
.tenders .tenders-header {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.tenders .tenders-title {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 30px;
  line-height: 35px;
  font-family: 'MyriadPro';
  font-weight: 700;
}
.tenders .tenders-link {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.tenders .link-subscribe {
  border-bottom: 1px dotted;
}
.tenders .tenders-item {
  margin-bottom: 2px;
  background: #f2f3f3;
  padding: 15px 30px;
}
.tenders .tenders-item:last-child {
  margin-bottom: 0;
}
.tenders .tenders-item .item-text {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}
.tenders .tenders-item .item-data {
  display: table;
  width: 100%;
}
.tenders .tenders-item .item-date {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.tenders .tenders-item .item-link {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.tenders .tenders-item .link-participate {
  background: #00b259;
  font-size: 18px;
  font-family: 'MyriadPro';
  text-align: center;
  border-radius: 100px;
  padding: 10px 45px;
  color: #fff;
  display: inline-block;
}
.tenders .tenders-item .link-participate:hover {
  background: #00994c;
  color: #fff;
}
.tenders .tenders-pagination .pagination {
  margin: 0;
}
/* ==========================================================================
   career
   ========================================================================== */
.career {
  position: relative;
}
.career .career-map {
  width: 2532px;
  height: 1646px;
  position: absolute;
  left: -400px;
  top: 70px;
  z-index: -1;
  background-image: url(../images/career-map.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.career .career-map .line {
  width: 545px;
  height: 545px;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
}
.career .career-map .line-left {
  top: 1070px;
  left: 370px;
}
.career .career-map .line-right {
  top: 300px;
  right: 190px;
}
.career .career-title {
  text-transform: uppercase;
  color: #013a81;
}
.career .career-carousel {
  margin-bottom: 85px;
}
.career .career-line:before,
.career .career-line:after {
  content: " ";
  display: table;
}
.career .career-line:after {
  clear: both;
}
.career .career-line .line-image {
  float: left;
  width: 50%;
  font-size: 0;
  line-height: 0;
}
.career .career-line .line-image img {
  max-width: 100%;
}
.career .career-line .line-content {
  float: right;
  width: 50%;
  padding: 30px 40px;
}
.career .career-line:nth-child(even) .line-image {
  float: right;
}
.career .career-line:nth-child(even) .line-content {
  float: left;
}
.career .career-line .line-title {
  font-size: 30px;
  font-weight: 700;
  font-family: 'MyriadPro';
  line-height: 40px;
  margin-bottom: 25px;
}
.career .career-line .line-text {
  font-size: 14px;
  line-height: 21px;
}
.career .career-bg {
  margin: 40px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 450px;
  position: relative;
}
.career .career-bg .bg-man {
  width: 210px;
  height: 360px;
  background-image: url(/upload/career/man.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 32%;
}
.career .career-bg .bg-data {
  padding: 40px 0 40px 530px;
}
.career .career-bg .data-title {
  font-size: 30px;
  font-weight: 700;
  font-family: 'MyriadPro';
  line-height: 40px;
  margin-bottom: 25px;
  color: #fff;
}
.career .career-bg ul:not([class]) {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.career .career-bg ul:not([class]) li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
  color: #fff;
}
.career .career-bg ul:not([class]) li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}
.career .career-data .career-data-text {
  padding: 30px 40px;
  font-size: 14px;
  line-height: 21px;
}
.career .career-data .career-data-cols {
  display: table;
  width: 100%;
}
.career .career-data .career-data-col {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
  width: 50%;
}
.career .career-data .career-data-col:first-child {
  padding-left: 0;
}
.career .career-data .career-data-image {
  position: relative;
}
.career .career-data .image-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  font-weight: 700;
  font-family: 'MyriadPro';
  margin: 40px;
}
.career .career-data .career-data-links {
  text-align: right;
  padding: 30px 0;
}
.career .career-data ul:not([class]) {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.career .career-data ul:not([class]) li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}
.career .career-data ul:not([class]) li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00b259;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}
.career .career-data ul:not([class]) li ul li:before {
  background: #013a81;
}
.career .career-contact {
  background: #f2f3f3;
  padding: 40px 0;
}
.career .career-contact .contact-text {
  margin-bottom: 20px;
  font-size: 18px;
}
.career .career-contact .tabs-second {
  margin: 20px 0 0 0;
}
.career .career-contact .career-contact-content {
  display: table;
  width: 100%;
}
.career .career-contact .career-contact-logo {
  display: table-cell;
  vertical-align: top;
  padding-right: 50px;
}
.career .career-contact .career-contact-data {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.career .career-contact .tabs-second .tabs-nav .tab {
  font-size: 15px;
}
.career .career-contact dt,
.career .career-contact dd {
  margin: 0;
  padding: 0;
  display: inline;
}
.career .career-contact dl {
  margin: 0 0 5px;
}
.career .career-contact p {
  margin: 0 0 5px 0;
}
.career .career-contact .town {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.career .career-media {
  display: table;
  width: 100%;
  padding: 40px 0;
}
.career .career-media .career-news {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-right: 110px;
}
.career .career-media .career-news-title {
  font-size: 30px;
  font-weight: 700;
  font-family: 'MyriadPro';
  margin-bottom: 30px;
}
.career .career-media .career-news-list {
  font-size: 0;
  margin-left: -30px;
}
.career .career-media .career-news-item {
  width: 45%;
  vertical-align: top;
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 30px;
}
.career .career-media .item-date {
  font-size: 14px;
  font-weight: 400;
  color: #aaabad;
  margin-bottom: 10px;
}
.career .career-media .item-title {
  font-size: 16px;
  font-weight: 700;
}
.career .career-media .career-news-links {
  text-align: left;
  margin-top: 10px;
}
.career .career-media .career-widget {
  display: table-cell;
  vertical-align: top;
  width: 240px;
}
.career .career-link-subscribe {
  margin-right: 30px;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px dotted;
  vertical-align: top;
}
.career .career-link-arrow {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #013a81;
  font-size: 16px;
  line-height: 22px;
}
.career .career-link-arrow:hover {
  color: #00b259;
}
.career .career-link-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 17px;
  background-image: url(../images/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
}
.career .career-link-search {
  background: #00b259;
  font-size: 18px;
  font-family: 'MyriadPro';
  text-align: center;
  border-radius: 100px;
  padding: 0px 60px 0px 25px;
  color: #fff;
  display: inline-block;
  border: 0;
  position: relative;
  height: 45px;
  line-height: 45px;
}
.career .career-link-search:hover {
  background: #00994c;
  color: #fff;
}
.career .career-link-search:before {
  content: "";
  background-image: url(../images/search-small-white.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
/* ==========================================================================
   media
   ========================================================================== */
.media {
  margin-bottom: 30px;
}
.media .media-list {
  margin-left: -20px;
}
.media .media-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 220px;
}
.media .media-link {
  display: block;
  text-decoration: none;
}
.media .item-image {
  width: 220px;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.media .item-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.media .item-content {
  margin-top: 10px;
}
.media .item-title {
  font-size: 16px;
  text-align: center;
}
.media-video .media-item {
  position: relative;
}
.media-video .media-item:hover .icon {
  background: #013a81;
}
.media-video .icon {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  display: block;
  border-radius: 50%;
}
.media-video .icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -5px;
}
.player video {
  width: 100%;
}
/* ==========================================================================
   popup
   ========================================================================== */
.fixed-page {
  overflow: hidden;
}
.popup-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 5000;
  display: none;
  padding: 50px;
}
.popup-wrapper.active {
  display: block;
}
.popup {
  top: 0;
  left: 50%;
  display: block;
  position: absolute;
  background: #fff;
  width: 960px;
  margin-left: -480px;
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: none;
}
.popup.active {
  display: block;
}
.popup:after {
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  width: 100%;
  bottom: -50px;
}
.popup .popup-close {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/close-gray.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 40px;
  right: 40px;
  z-index: 1000;
}
.popup .popup-close:hover {
  background-image: url(../images/close-blue.svg);
}
.popup .close {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: #b4bbc0;
  stroke-width: 2.2119;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.popup .popup-header {
  margin-bottom: 35px;
}
.popup .popup-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #1d234b;
  font-size: 24px;
}
.popup .form .form-item-file-btn {
  padding-right: 0;
}
.popup .tender-form {
  margin-bottom: 0;
}
.popup .form .files-wrap {
  width: 646px;
}
.popup .tender-form .label {
  width: 230px;
}
.popup .tender-form input[type="text"],
.popup .tender-form textarea {
  width: 646px;
}
.popup .tender-form .email input[type="text"],
.popup .tender-form .phone input[type="text"],
.popup .tender-form .email input[type="password"],
.popup .tender-form .phone input[type="password"] {
  width: 320px;
}
.popup .tender-form input.file-name {
  width: 492px;
}
.popup .tender-form .form-item-capcha .capcha-input {
  width: auto;
  margin-right: 15px;
  vertical-align: bottom;
}
.popup .tender-form .form-item-capcha .label {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  margin-bottom: 0px;
}
.popup .tender-form .form-item-capcha .input {
  width: 200px;
}
.popup .tender-form .form-item-capcha .capcha-image {
  vertical-align: bottom;
}
.popup .tender-form .form-btn {
  display: block;
}
.popup .popup-link {
  background: #00b259;
  font-size: 18px;
  font-family: 'MyriadPro';
  text-align: center;
  border-radius: 100px;
  padding: 10px 45px;
  color: #fff;
  display: inline-block;
}
.popup .popup-link:hover {
  background: #00994c;
  color: #fff;
}
.popup .popup-linked-block .popup-link {
  display: block;
  margin-bottom: 20px;
}
/* ==========================================================================
   tabs
   ========================================================================== */
.tabs .tabs-panel {
  margin: 0;
}
.tabs .tabs-panel-nav {
  display: flex;
  font-size: 0;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
.tabs .tabs-panel-nav .tab {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 12px 30px 10px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  color: #013a81;
  font-family: 'MyriadPro';
  border: 1px solid #d5d7d8;
  flex: 1 0 auto;
}
.tabs .tabs-panel-nav .tab.active {
  color: #fff;
  background: #00b259;
  border: 1px solid #00b259;
}
.tabs .tabs-panel-nav .tab:not(.active):hover {
  color: #0a962f;
}
.tabs .tabs-panel-links {
  float: right;
  padding-top: 15px;
}
.tabs .tabs-content {
  margin-top: -1px;
  border-top: 1px solid #d5d7d8;
  /*
        .tab {
            display: none;

            &.active {
                display: block;
            }
        }
        */
}
.tabs .tabs-content .tab {
  opacity: 0;
  position: relative;
  z-index: -1;
  height: 0;
  overflow: hidden;
}
.tabs .tabs-content .tab.active {
  overflow: inherit;
  opacity: 1;
  z-index: auto;
  height: auto;
}
.tabs .link-arrow {
  position: relative;
  display: inline-block;
  color: #013a81;
  font-size: 16px;
  line-height: 22px;
}
.tabs .link-arrow:hover {
  color: #00b259;
}
.tabs .link-arrow:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 17px;
  background-image: url(../images/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
}
.tabs-second {
  margin: 30px 0;
}
.tabs-second .tabs-nav .tab {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #013a81;
  margin-bottom: 10px;
  height: auto;
  opacity: 1;
  overflow: inherit;
  position: relative;
  z-index: auto;
}
.tabs-second .tabs-nav .tab span {
  border-bottom: 1px dotted #d5d7d8;
}
.tabs-second .tabs-nav .tab.active {
  color: #fff;
  background: #00b259;
  border: 0;
  display: inline-block;
  border-radius: 100px;
}
.tabs-second .tabs-nav .tab.active span {
  border-bottom: 0;
}
.tabs-second .tabs-nav-desktop {
  font-size: 0;
}
.tabs-second .tabs-nav-desktop .sod_select {
  font-size: 14px;
  line-height: normal;
}
.tabs-second .tabs-panels {
  padding: 15px 0;
}
.tabs-second .tabs-panels .panel {
  display: none;
}
.tabs-second .tabs-panels .panel.active {
  display: block;
}
/* ==========================================================================
   404
   ========================================================================== */
.not-found {
  margin: 0 auto;
  width: 600px;
  padding: 50px 0;
}
.not-found .not-found-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/404.svg);
  width: 600px;
  height: 240px;
  margin-bottom: 40px;
}
.not-found .not-found-title {
  font-size: 30px;
  font-family: 'MyriadPro';
  font-weight: 700;
  margin-bottom: 30px;
}
.not-found .not-found-text {
  font-size: 14px;
  line-height: 24px;
}
/* ==========================================================================
   sitemap
   ========================================================================== */
.sitemap .list-level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap .item-level-1 {
  margin-bottom: 20px;
}
.sitemap .link-level-1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 15px;
}
.sitemap .list-level-2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap .item-level-2 {
  padding-left: 30px;
}
.sitemap .link-level-2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.sitemap .list-level-3 {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.sitemap .item-level-3 {
  padding-left: 30px;
  position: relative;
  min-height: 10px;
}
.sitemap .item-level-3:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #00b259;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -3px;
  display: block;
}
.sitemap .link-level-3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
}
.purchase-links {
  margin-top: 40px;
}
.purchase-link {
  display: block;
  margin-bottom: 25px;
}
.purchase-link a {
  display: block;
  position: relative;
}
.purchase-link.reg a {
  background-color: #013a81;
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
  background-position: 0 0;
  padding: 15px 50px 15px 10px;
  color: #fff;
  font-size: 16px;
}
.purchase-link.reg a:after {
  background-image: url("../images/arrow-right-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 17px;
  margin-left: 10px;
  vertical-align: middle;
  width: 24px;
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.purchase-link.reg a:hover {
  background-color: #01234e;
}
.purchase-link.pdf a {
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  color: #013a81;
}
.purchase-link.pdf a .link-text {
  color: #252525;
}
.purchase-link.pdf a:before {
  content: "";
  width: 34px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/documents/pdf.svg);
}
.purchase-link.pdf a:hover {
  color: #00b259;
}
.purchase-link.feedback a {
  position: relative;
  display: inline-block;
  color: #013a81;
  font-size: 16px;
  line-height: 22px;
  font-family: Arial;
  background: url("../images/feed1.png");
  background-size: 100%;
  background-position: center;
  width: 200px;
  background-repeat: no-repeat;
  background-color: #00B259;
  height: 48px;
}
.purchase-link.feedback a:hover {
  /*color: @green;*/
}
.purchase-link.feedback a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  background-image: url(../images/feed.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 10px;
  display: none;
}
.purchase-link.feedback a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 17px;
  background-image: url(../images/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
  display: none;
}
.purchase-link.corrup a {
  background-color: #013a81;
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.purchase-link.corrup a:hover {
  background: #01234e;
}
.form .file-box {
  margin-top: 20px;
}
.form .file-box:first-child {
  margin-top: 0;
}
.form .file-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 150px;
}
.form .file-button .file {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.form .file-button .file-fake {
  background-color: transparent;
  background: #d5d7d8;
  color: #000;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: inline-block;
}
.form .file-button .file-fake:hover {
  background: #a5a7a8;
}
.form input.file-name {
  background: #f1f1f1;
  border: 0;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  width: 276px;
}
.form input.file-name:hover {
  border: 0;
}
.form .file-box-add {
  background: #00b259;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 30px;
  text-align: center;
  cursor: pointer;
}
.form .file-box-add:hover {
  background: #007f40;
}
.form .files-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 430px;
}
.form .form-item-file-btn {
  margin-top: 20px;
  text-align: right;
  padding-right: 105px;
}
.form .form-item {
  position: relative;
}
.form .calendar-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 10px;
}
.form li.inline-calendar-input {
  position: inherit;
}
.form li.inline-calendar-input:before {
  top: inherit;
  left: inherit;
}
.form li.inline-calendar-input input[type="text"] {
  width: 120px;
  height: inherit;
  border-color: #D5D7D8;
}
.form li.inline-calendar-input .calendar-icon {
  position: absolute;
  top: inherit;
  right: inherit;
  margin-top: 4px;
  margin-left: -32px;
}
.form-send-msg {
  color: #00b259;
}
.error-block {
  margin-bottom: 20px;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.clear-footer {
  height: 400px;
}
.footer {
  background: #013a81;
  width: 100%;
  height: 400px;
  margin: -400px 0px 0px 0px;
  position: relative;
}
.footer-top {
  height: 300px;
  padding: 30px 0;
}
.footer-menu {
  width: 620px;
  float: left;
  font-family: 'MyriadPro';
}
.footer-menu .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.footer-menu .menu-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 30px;
  padding-right: 20px;
}
.footer-menu .menu-item:last-child {
  margin-bottom: 0;
}
.footer-menu .menu-item.active .menu-link {
  color: #00b259;
}
.footer-menu .menu-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-menu .menu-link:hover {
  color: #00b259;
}
.footer-menu-extra {
  width: 320px;
  float: right;
}
.footer-menu-extra .menu-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.footer-menu-extra .menu-item {
  display: block;
  margin-bottom: 30px;
}
.footer-menu-extra .menu-item:last-child {
  margin-bottom: 0;
}
.footer-menu-extra .menu-item.active .menu-link {
  color: #00b259;
}
.footer-menu-extra .menu-link {
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
}
.footer-menu-extra .menu-link:hover {
  color: #00b259;
}
.footer-bottom {
  height: 100px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-info {
  float: left;
}
.footer-copyright {
  font-family: Arial;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: middle;
}
.footer-social {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}
.social .social-list {
  font-size: 0;
}
.social .social-item {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: relative;
}
.social .social-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.social .vk .social-icon {
  width: 20px;
  height: 12px;
  background-image: url(../images/vk-blue.svg);
  margin: -6px 0 0 -10px;
}
.social .vk:hover {
  background: #45668e;
}
.social .vk:hover .social-icon {
  background-image: url(../images/vk-white.svg);
}
.social .fb .social-icon {
  width: 10px;
  height: 18px;
  background-image: url(../images/fb-blue.svg);
  margin: -9px 0 0 -5px;
}
.social .fb:hover {
  background: #3b5998;
}
.social .fb:hover .social-icon {
  background-image: url(../images/fb-white.svg);
}
.social .yt .social-icon {
  width: 20px;
  height: 12px;
  background-image: url(../images/yt-blue.svg);
  margin: -6px 0 0 -10px;
}
.social .yt:hover {
  background: #bb0000;
}
.social .yt:hover .social-icon {
  background-image: url(../images/yt-white.svg);
}
.social .tw .social-icon {
  width: 20px;
  height: 18px;
  background-image: url(../images/tw-blue.svg);
  margin: -9px 0 0 -10px;
}
.social .tw:hover {
  background: #0084b4;
}
.social .tw:hover .social-icon {
  background-image: url(../images/tw-white.svg);
}
.footer-developer {
  float: right;
}
.developer {
  font-family: Arial;
  font-size: 14px;
  margin: 5px 0;
  display: block;
}
.developer:hover .developer-text {
  color: #fff;
}
.developer:hover .developer-image {
  opacity: 1;
}
.developer .developer-text {
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.developer .developer-image {
  display: inline-block;
  vertical-align: middle;
  width: 93px;
  height: 28px;
  background-image: url(../images/defa-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.3;
}
.gm-style-iw-wrap {
  top: -345px !important;
}
.buttons .p-lr-0 {
  padding: 35px 0;
}
.banner-min {
  width: 350px;
  padding-left: 20px;
}
/* ==========================================================================
   Print
   ========================================================================== */
.print .back-to-top {
  display: none !important;
  opacity: 0 !important;
}
@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;
  }
}
/* ==========================================================================
   Adaptive
   ========================================================================== */
@media screen and (max-width: 767px) {
  .desktop-block {
    display: none;
  }
  .tablet-block {
    display: none;
  }
  .mobile-block {
    display: block;
  }
  * {
    box-sizing: border-box;
    outline: none;
  }
  html,
  body {
    width: 100%;
    min-width: 300px;
  }
  .wrapper {
    width: 100%;
    min-width: 300px;
    max-width: 767px;
  }
  .center {
    width: 100%;
    min-width: 300px;
    padding: 0 15px;
  }
  h1 {
    font-size: 25px;
    line-height: normal;
  }
  #map {
    display: none;
  }
  /* ==========================================================================
	   Header
	   ========================================================================== */
  .header {
    height: auto;
    z-index: 1100;
  }
  .header-top {
    height: 66px;
    border-bottom: 1px solid #d5d7d8;
  }
  .header-logo {
    padding: 24px 0;
    font-size: 0;
  }
  .header-logo .logo {
    width: 147px;
    height: 17px;
  }
  .header-logo .logo .logo-icon {
    width: 17px;
    height: 17px;
    margin-right: 10px;
  }
  .header-logo .logo .logo-text {
    width: 120px;
    height: 17px;
  }
  .header-logo .logo .logo-text-en {
    width: 120px;
    height: 17px;
  }
  .header-menu-extra {
    display: none;
  }
  .header-system {
    margin: 20px 0px;
  }
  .header-lang {
    margin-left: 10px;
  }
  .lang-panel {
    font-size: 10px;
  }
  .lang-panel .lang-main {
    width: 26px;
    height: 26px;
    line-height: 27px;
  }
  .header-search {
    position: absolute;
    top: 100%;
    right: auto;
    left: 0;
    height: 52px;
    width: 100%;
    display: none;
  }
  .header-search.active {
    display: block;
    width: 100%;
  }
  .header-search-link .search-link-open {
    width: 26px;
    height: 26px;
  }
  .header-search-link .search-link-open .search-link-icon {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 4px;
  }
  .header-search-link .search-link-close {
    width: 26px;
    height: 26px;
  }
  .header-search-link .search-link-close .search-link-icon {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
  }
  .header-search-panel {
    position: relative;
    display: none;
    height: 52px;
    background: #fff;
    padding: 5px 10px;
    border-top: 1px solid #d5d7d8;
  }
  .header-search-panel.active {
    display: block;
  }
  .header-search-panel .search-input {
    height: 40px;
    padding: 5px 55px 5px 15px;
  }
  .header-search-panel .search-submit {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 25px;
    border: 0;
    margin-top: -14px;
    width: 26px;
    height: 26px;
    background: #00b259;
    border-radius: 50%;
  }
  .header-search-panel .search-submit:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .header-search-panel .search-submit:hover {
    background: #013a81;
  }
  .header-burger {
    display: block;
    float: right;
    margin-left: 10px;
  }
  .burger-link {
    width: 30px;
    height: 26px;
    padding: 3px;
  }
  .header-bottom {
    height: auto;
    position: absolute;
    border: 0;
    display: none;
    width: 100%;
  }
  .header-bottom.active {
    display: block;
  }
  .header-bottom .center {
    padding: 0;
  }
  .header-menu-mobile {
    background: #fff;
    z-index: 1000;
  }
  .header-menu-mobile .menu {
    position: relative;
    top: auto;
    right: auto;
    background: #fff;
    font-family: 'MyriadPro';
  }
  .header-menu-mobile .menu a {
    text-decoration: none;
  }
  .header-menu-mobile .menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .header-menu-mobile .menu-item {
    display: block;
  }
  .header-menu-mobile .menu-item.has-sub-menu .menu-arrow {
    display: block;
  }
  .header-menu-mobile .menu-item.has-sub-menu.selected .menu-link {
    color: #00b259;
  }
  .header-menu-mobile .menu-item.has-sub-menu.active .menu-list-2 {
    display: block;
  }
  .header-menu-mobile .menu-item.has-sub-menu.active .menu-arrow:after {
    margin-top: -5px;
    margin-left: -9px;
    width: 18px;
    height: 10px;
    background-image: url(../images/arrow-down-white-2.svg);
  }
  .header-menu-mobile .menu-item:last-child .menu-box {
    border-bottom: 0;
  }
  .header-menu-mobile .menu-item.selected .menu-link {
    color: #00b259;
  }
  .header-menu-mobile .menu-box {
    position: relative;
  }
  .header-menu-mobile .menu-link {
    font-size: 15px;
    line-height: normal;
    position: relative;
    color: #fff;
    font-weight: 700;
    padding: 10px 65px 10px 15px;
    display: block;
    text-transform: uppercase;
    background: #00b259;
  }
  .header-menu-mobile .menu-link:hover {
    background: #007f40;
  }
  .header-menu-mobile .menu-arrow {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
  }
  .header-menu-mobile .menu-arrow:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -5px;
    width: 10px;
    height: 18px;
    background-image: url(../images/arrow-right-white-big.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .header-menu-mobile .menu-list-2 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 0;
    display: none;
    background: #00944a;
  }
  .header-menu-mobile .menu-list-2:before {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: none;
  }
  .header-menu-mobile .menu-item-2 {
    position: relative;
    width: 100%;
    padding-right: 0;
  }
  .header-menu-mobile .menu-item-2.has-sub-menu .menu-arrow-2 {
    display: block;
  }
  .header-menu-mobile .menu-item-2.has-sub-menu.active .menu-list-3 {
    display: block;
  }
  .header-menu-mobile .menu-item-2.has-sub-menu.active .menu-arrow-2:after {
    margin-top: -5px;
    margin-left: -9px;
    width: 18px;
    height: 10px;
    background-image: url(../images/arrow-down-white-2.svg);
  }
  .header-menu-mobile .menu-item-2:last-child .menu-box-2 {
    border-bottom: 0;
  }
  .header-menu-mobile .menu-box-2 {
    position: relative;
  }
  .header-menu-mobile .menu-link-2 {
    font-size: 15px;
    line-height: normal;
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 65px 10px 15px;
    text-transform: uppercase;
    background: #00944a;
  }
  .header-menu-mobile .menu-link-2:hover,
  .header-menu-mobile .menu-link-2.active {
    color: #fff;
    background: #008844;
  }
  .header-menu-mobile .menu-link-2:hover:after,
  .header-menu-mobile .menu-link-2.active:after {
    margin-top: -5px;
    margin-left: -9px;
    width: 18px;
    height: 10px;
    background-image: url(../images/arrow-down-white-2.svg);
  }
  .header-menu-mobile .menu-arrow-2 {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
  }
  .header-menu-mobile .menu-arrow-2:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -5px;
    width: 10px;
    height: 18px;
    background-image: url(../images/arrow-right-white-big.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .header-menu-mobile .menu-list-3 {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
  }
  .header-menu-mobile .menu-item-3:last-child .menu-link-3 {
    border-bottom: 0;
  }
  .header-menu-mobile .menu-link-3 {
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    display: block;
    background: #00793c;
  }
  .header-menu-mobile .menu-link-3:hover,
  .header-menu-mobile .menu-link-3.active {
    color: #fff;
    background: #666;
    text-decoration: none;
    background: #00602f;
  }
  .back-to-top {
    width: 100%;
    height: 60px;
    display: block;
    background: #f2f3f3;
    margin: 0;
    position: relative;
    border-radius: 0;
    box-shadow: none;
  }
  .back-to-top:hover {
    border: 0;
  }
  /* ==========================================================================
	   Headline
	   ========================================================================== */
  .headline-carousel {
    display: none;
  }
  .headline-content {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    min-width: 100%;
    width: 100%;
    margin-left: auto;
    padding: 0;
    height: 100%;
  }
  .headline-title {
    background: #fff;
    margin: 0;
    padding: 20px 15px 0px;
    font-weight: 700;
    line-height: 30px;
    font-size: 25px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .headline-carousel-close {
    display: none;
  }
  .headline-carousel-open {
    display: none;
  }
  .container {
    padding: 15px 0;
  }
  .container .container-header {
    display: none;
  }
  .container .content table td {
    padding: 5px;
    font-size: 14px;
    line-height: normal;
  }
  .container .content .table-scroll-wrap {
    width: 100%;
    overflow: scroll;
  }
  .container.container-col-1 {
    display: block;
  }
  .container.container-col-1 .aside {
    display: none;
  }
  .container.container-col-1 .content {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .container.container-col-2 {
    display: block;
  }
  .container.container-col-2 .aside {
    display: none;
  }
  .container.container-col-2 .content {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  /*
	.responsive-left-menu {
		.container {
		    &.container-col-2 {
		        display: block;
		        width: 100%;

		        .aside {
		            width: 100%;
		            display: block;
		            margin-bottom: 30px;
		        }
		        .content {
					width: 100%;
					display: block;
		        }
		    }
		}
	}
	*/
  /* ==========================================================================
	   accordion
	   ========================================================================== */
  .accordion {
    border-bottom: 1px solid #fff;
  }
  .accordion .accordion-link {
    position: relative;
    padding: 10px 70px 10px 15px;
  }
  .accordion .accordion-title {
    font-size: 14px;
  }
  .accordion .accordion-toggle {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
  }
  .accordion .toggle-text {
    display: none;
  }
  .accordion .toggle-show {
    display: none;
  }
  .accordion .toggle-hide {
    display: none;
  }
  .accordion .accordion-content {
    display: none;
    padding: 30px 0;
  }
  .accordion .accordion-system {
    text-align: right;
    margin-top: 20px;
  }
  .accordion .accordion-system-link {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: 15px;
    background-image: url(../images/arrow-up-green-big.svg);
  }
  .accordion.active .accordion-link {
    background: #00b259;
  }
  .accordion.active .accordion-title {
    color: #fff;
  }
  .accordion.active .accordion-content {
    display: block;
  }
  .accordion.active .toggle-show {
    display: none;
  }
  .accordion.active .toggle-hide {
    display: none;
  }
  .accordion:last-child {
    border-bottom: 0;
  }
  /* ==========================================================================
	   disclosure
	   ========================================================================== */
  .disclosure .disclosure-filters {
    margin-bottom: 45px;
  }
  .disclosure .filter {
    display: block;
    vertical-align: middle;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .disclosure .filter:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .disclosure .filter.desktop-block {
    display: none;
  }
  .disclosure .filter-year .sod_select {
    width: 100%;
  }
  .disclosure .filter-branch .sod_select {
    width: 100%;
  }
  .disclosure .filter-title {
    display: block;
    vertical-align: middle;
    margin-right: 0px;
    margin-bottom: 5px;
    display: none;
  }
  .disclosure .filter-select {
    display: block;
    vertical-align: middle;
  }
  .disclosure .accordion .accordion-system {
    padding: 0 10px;
  }
  /* ==========================================================================
	   asset
	   ========================================================================== */
  .asset-geo {
    min-height: auto;
    margin: 30px 0;
  }
  .asset-geo .geo-map {
    display: none;
  }
  .asset-geo .geo-points {
    display: none;
  }
  .asset-geo .geo-panels {
    display: none;
  }
  .asset-geo .point-panel {
    display: none;
  }
  .asset-geo .point-panel.active {
    display: none;
  }
  .asset-geo .map-wrapper {
    display: none;
  }
  .asset-geo .gm-gradien {
    display: none;
  }
  .asset-geo .map-fake {
    display: none;
  }
  .asset-geo .geo-branches {
    padding-top: 0;
  }
  .asset-geo .geo-notation {
    display: none;
  }
  .asset-geo .geo .geo-notation {
    display: none;
  }
  .asset-geo .branche-choose {
    margin-bottom: 40px;
  }
  .asset-geo .branch .branch-title {
    margin-bottom: 20px;
  }
  .asset-geo .branch .branch-cols {
    display: block;
    margin-top: 0;
  }
  .asset-geo .branch .branch-col {
    display: block;
    padding-left: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .asset-geo .branch .branch-col:first-child {
    padding-left: 0;
    display: none;
  }
  .asset-geo .branch .branch-links {
    margin-top: 20px;
    text-align: left;
  }
  /* ==========================================================================
	   career
	   ========================================================================== */
  .career .career-carousel {
    margin-bottom: 0;
  }
  .career .career-line {
    margin-bottom: 25px;
  }
  .career .career-line .line-image {
    float: none;
    width: 100%;
    height: 210px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .career .career-line .line-content {
    float: none;
    width: 100%;
    padding: 0px;
  }
  .career .career-line:nth-child(even) .line-image {
    float: none;
  }
  .career .career-line:nth-child(even) .line-content {
    float: none;
  }
  .career .career-line .line-title {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .career .career-line .line-text {
    font-size: 14px;
    line-height: 21px;
  }
  .career .career-map {
    display: none;
  }
  .career .career-bg {
    margin: 40px 0 0;
    background: #fff !important;
    min-height: auto;
    position: relative;
  }
  .career .career-bg .bg-man {
    display: none;
  }
  .career .career-bg .bg-data {
    padding: 0px;
    color: #000;
  }
  .career .career-bg .data-title {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 25px;
    color: #000;
  }
  .career .career-bg ul:not([class]) li {
    color: #000;
  }
  .career .career-bg ul:not([class]) li:before {
    background: #00b259;
  }
  .career .career-data .career-data-text {
    padding: 10px 0;
  }
  .career .career-data .career-data-cols {
    display: block;
  }
  .career .career-data .career-data-cols .career-data-col {
    display: block;
    width: 100%;
    padding: 0;
  }
  .career .career-data .career-data-cols .image-title {
    position: relative;
    padding: 0;
    margin: 10px 0 20px;
    width: 100%;
    display: block;
    font-size: 25px;
    line-height: normal;
  }
  .career .career-data .career-data-cols img {
    width: 100%;
  }
  .career .career-data .career-data-links {
    padding: 10px 0 20px;
    text-align: center;
  }
  .career .sod_select {
    border: 2px solid #aaa;
  }
  .career .career-contact .career-contact-logo {
    display: block;
    width: 100%;
  }
  .career .career-contact .career-contact-data {
    display: block;
    width: 100%;
  }
  .career .career-contact .tabs-panels {
    padding: 30px 0;
  }
  .career .career-media {
    display: block;
  }
  .career .career-media .career-news,
  .career .career-media .career-widget {
    display: block;
    width: 100%;
    padding: 0;
  }
  .career .career-media .career-widget {
    margin-top: 30px;
    text-align: center;
  }
  .career .career-media .career-news-item {
    width: 100%;
    padding-right: 30px;
    margin-bottom: 20px;
  }
  .career .career-link-news {
    margin-top: 10px;
    display: block;
  }
  /* ==========================================================================
	   form
	   ========================================================================== */
  .form .form-item {
    margin-bottom: 20px;
  }
  .form input[type="text"],
  .form input[type="password"],
  .form textarea {
    width: 100%;
    border: 0;
    border: 2px solid #f2f3f3;
    padding: 4px 10px;
  }
  .form input[type="text"]:hover,
  .form input[type="password"]:hover,
  .form textarea:hover {
    border-color: #d5d7d8;
  }
  .form input[type="text"]:focus,
  .form input[type="password"]:focus,
  .form textarea:focus {
    border-color: #013a81;
  }
  .form .form-item-capcha .capcha-input,
  .form .form-item-capcha .capcha-image {
    display: block;
    vertical-align: top;
  }
  .form .form-item-capcha .capcha-input {
    margin-right: 15px;
  }
  .form .form-item-capcha .capcha-image {
    margin: 10px auto 0;
    text-align: center;
  }
  .form .form-item-capcha .input {
    height: 46px;
  }
  .form .form-btn {
    text-align: right;
    margin-top: 50px;
  }
  .form .btn-submit {
    font-size: 16px;
  }
  .form .error-text {
    padding: 0;
    margin-top: 5px;
  }
  .form .affiliate {
    display: none;
  }
  .order-form {
    margin: 0;
  }
  .order-form .form-item {
    padding-left: 0px;
  }
  .order-form .error .error-text {
    display: block;
    padding-left: 0;
  }
  .order-form .label {
    width: 100%;
    margin-bottom: 5px;
  }
  .order-form .form-item-capcha .capcha-input {
    width: 100%;
  }
  .order-form .form-item-capcha .input {
    width: 100%;
  }
  .order-form input[type="text"],
  .order-form textarea {
    width: 100%;
  }
  .order-form .sod_select {
    width: 100%;
  }
  .order-form .double-input input[type="text"] {
    width: 47%;
    margin-bottom: 10px;
  }
  .order-form .double-input .sod_select {
    width: 47%;
  }
  .order-form .email input[type="text"],
  .order-form .phone input[type="text"] {
    width: 100%;
  }
  .order-form .form-product {
    margin-bottom: 30px;
  }
  .order-form .form-product-list {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }
  .order-form .form-product-item {
    position: relative;
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .order-form .form-product-item:last-child {
    margin-bottom: 0;
  }
  .order-form .form-product-item:before {
    display: block;
    position: relative;
    margin: 0 auto 10px;
  }
  .order-form .form-product-item .form-item {
    padding-left: 0;
  }
  .order-form .form-product-link {
    padding-left: 0px;
    text-align: center;
  }
  .order-form .form-address {
    padding: 0;
  }
  .order-form .form-btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .registration-form {
    margin: 0;
  }
  .registration-form .label {
    width: 100%;
  }
  .registration-form .form-verification {
    display: inline-block;
    vertical-align: bottom;
  }
  .registration-form .form-item-capcha .capcha-input {
    width: 100%;
    margin-right: 0px;
    vertical-align: bottom;
  }
  .registration-form .form-item-capcha .label {
    display: block;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .registration-form .form-item-capcha .input {
    width: 100%;
  }
  .registration-form .form-item-capcha .capcha-image {
    vertical-align: bottom;
  }
  .registration-form input[type="text"],
  .registration-form textarea {
    width: 100%;
  }
  .registration-form .email input[type="text"],
  .registration-form .phone input[type="text"],
  .registration-form .login input[type="text"],
  .registration-form .password input[type="text"],
  .registration-form .email input[type="password"],
  .registration-form .phone input[type="password"],
  .registration-form .login input[type="password"],
  .registration-form .password input[type="password"] {
    width: 100%;
  }
  .registration-form .form-btn {
    margin: 0;
    width: 100%;
    margin-left: 0px;
    padding-bottom: 0px;
    text-align: center;
    margin-top: 10px;
  }
  .feedback-form {
    margin: 50px 0;
  }
  .feedback-form .label {
    width: 100%;
    margin-bottom: 5px;
  }
  .feedback-form .form-item-capcha .capcha-input {
    width: 100%;
  }
  .feedback-form .form-item-capcha .input {
    width: 100%;
  }
  .feedback-form input[type="text"],
  .feedback-form textarea {
    width: 100%;
  }
  .feedback-form .error-text {
    padding: 0;
    margin-top: 5px;
  }
  .feedback-form .email input[type="text"],
  .feedback-form .phone input[type="text"],
  .feedback-form .email input[type="password"],
  .feedback-form .phone input[type="password"] {
    width: 100%;
  }
  .feedback-form .form-btn {
    margin: 5px auto 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  /* ==========================================================================
	   contacts
	   ========================================================================== */
  .contacts .contacts-title {
    font-size: 18px;
    line-height: 35px;
  }
  /* ==========================================================================
	   scheme
	   ========================================================================== */
  .page-lang-en .scheme .scheme-img {
    background-image: url(../images/scheme-mobile.png);
    height: 1180px;
  }
  .page-lang-en .section-geo .geo-map-mobile {
    background-image: url(../images/map-main-mobile-en.png);
  }
  .scheme .scheme-img {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: url(../images/structure-ru-mob.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
    width: 274px;
    height: 1290px;
  }
  /* ==========================================================================
	   Search
	   ========================================================================== */
  .search .search-service {
    width: 100%;
  }
  /* ==========================================================================
	   news
	   ========================================================================== */
  .news {
    padding-top: 0px;
  }
  .news-list {
    margin-bottom: 20px;
  }
  .news-list .news-item {
    display: block;
  }
  .news-list .item-image {
    display: block;
    width: auto;
    padding-right: 0px;
    padding-top: 0px;
    margin-bottom: 15px;
  }
  .news-list .item-image img {
    width: auto;
  }
  .news-list .item-content {
    display: block;
  }
  .news-pagination .pagination {
    margin: 0;
  }
  .news-tags {
    margin-bottom: 30px;
    display: block;
    width: 100%;
  }
  .news-tags .tag-title {
    display: block;
    width: 100%;
  }
  .news-tags .tag-list {
    display: block;
    margin-top: 20px;
  }
  .subscribe {
    width: 100%;
  }
  .subscribe .subscribe-title {
    text-align: center;
  }
  .subscribe .input {
    width: 100%;
    float: none;
  }
  .subscribe .submit {
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }
  /* ==========================================================================
	   sitemap
	   ========================================================================== */
  .sitemap .link-level-1 {
    font-size: 16px;
    line-height: normal;
    text-transform: none;
    font-weight: 600;
  }
  .sitemap .link-level-2 {
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    font-weight: 400;
  }
  .sitemap .link-level-3 {
    font-size: 12px;
    line-height: normal;
    text-transform: none;
    font-weight: 400;
  }
  /* ==========================================================================
	   tenders 
	   ========================================================================== */
  .tenders {
    margin-top: 20px;
  }
  .tenders .tenders-list {
    margin-bottom: 50px;
  }
  .tenders .tenders-header {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .tenders .tenders-title {
    display: block;
    font-size: 25px;
    line-height: normal;
  }
  .tenders .tenders-link {
    display: block;
    text-align: left;
  }
  .tenders .link-subscribe {
    border-bottom: 1px dotted;
  }
  .tenders .tenders-item {
    margin-bottom: 2px;
    background: #f2f3f3;
    padding: 15px 30px;
  }
  .tenders .tenders-item:last-child {
    margin-bottom: 0;
  }
  .tenders .tenders-item .item-text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
  }
  .tenders .tenders-item .item-data {
    display: block;
    width: 100%;
  }
  .tenders .tenders-item .item-date {
    display: block;
    vertical-align: middle;
    text-align: left;
  }
  .tenders .tenders-item .item-link {
    display: block;
    vertical-align: middle;
    text-align: right;
    margin-top: 20px;
  }
  .tenders .tenders-item .link-participate {
    background: #00b259;
    font-size: 18px;
    font-family: 'MyriadPro';
    text-align: center;
    border-radius: 100px;
    padding: 10px 45px;
    color: #fff;
    display: inline-block;
  }
  .tenders .tenders-item .link-participate:hover {
    background: #00994c;
    color: #fff;
  }
  .tenders .tenders-pagination .pagination {
    margin: 0;
  }
  /* ==========================================================================
	   contacts
	   ========================================================================== */
  .contacts .contacts-title {
    font-size: 25px;
    line-height: normal;
    padding: 0;
    margin: 20px 0;
  }
  .contacts .contacts-map {
    display: none;
  }
  .contacts .contacts-text {
    padding: 0;
    margin: 20px 0;
  }
  .contacts .accordion .accordion-system {
    padding: 0 10px;
  }
  .person {
    display: block;
    width: 100%;
  }
  .person .person-image {
    display: block;
    margin-bottom: 15px;
  }
  .person .person-content {
    display: block;
  }
  .fact .fact-image {
    margin-bottom: 10px;
  }
  .fact .fact-image img {
    max-width: 100%;
  }
  .fact .fact-year {
    font-weight: 700;
    margin-bottom: 10px;
  }
  .section-info {
    margin-bottom: 30px;
  }
  .section-info .info-cols {
    display: block;
    width: 100%;
  }
  .section-info .info-col {
    width: 100%;
    display: block;
  }
  .section-info .product {
    padding: 0;
    margin-top: 30px;
  }
  .section-info .product .product-header {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .section-info .product .product-links {
    display: none;
  }
  .section-info .buttons {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }
  .section-info .btn {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    height: 45px;
    padding: 14px 60px 14px 20px;
    color: #fff;
    border-radius: 100px;
    width: 250px;
    position: relative;
    text-align: left;
    margin: 0 20px 25px;
  }
  .section-info .btn:last-child {
    margin-bottom: 0;
  }
  .section-info .btn-attention {
    padding: 14px 10px;
    text-align: center;
  }
  .section-info .year {
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    height: auto;
    margin: 0 -15px;
  }
  .section-info .year .year-inner {
    height: auto;
    border-radius: 0;
    display: table;
    width: 100%;
    padding: 20px 15px;
  }
  .section-info .year .year-info {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 25%;
  }
  .section-info .year .year-number {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .section-info .year .year-text {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
  }
  .section-info .year .year-links {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 75%;
  }
  .section-news {
    margin-bottom: 0px;
    height: auto;
  }
  .section-news .news-list {
    display: inline-block;
    width: 100%;
    background: #fff;
  }
  .section-news .news-list .news-item {
    display: block;
    padding: 0px 15px;
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }
  .section-news .news-list .news-item:last-child {
    margin-bottom: 0;
  }
  .section-news .news-list .item-image {
    width: auto;
    height: 180px;
    overflow: hidden;
    margin: 0 auto 15px;
    padding: 0;
    text-align: left;
    display: block;
  }
  .section-news .news-list .item-image img {
    max-width: 100%;
    margin-bottom: 15px;
    display: block;
  }
  .section-news .news-list .item-date {
    color: #aaabad;
    font-size: 14px;
    font-family: Arial;
    margin-bottom: 10px;
  }
  .section-news .news-list .item-title {
    font-size: 14px;
    font-family: Arial;
    font-weight: 700;
    height: 65px;
    overflow: hidden;
  }
  .section-news .news-list .item-title a {
    color: #013a81;
  }
  .section-news .news-list .item-title a:hover {
    color: #00b259;
  }
  .section-geo {
    height: auto;
    margin: 0;
    background: #fff;
    margin-bottom: 0px;
  }
  .section-geo .geo-title {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    padding-left: 0px;
  }
  .section-geo .title {
    font-size: 25px;
    padding-left: 0;
    margin-left: 0;
  }
  .section-geo .title:after {
    display: none;
  }
  .section-geo .geo-map {
    display: none;
  }
  .section-geo .geo-map-mobile {
    height: 260px;
    display: block;
    background-image: url(../images/map-main-mobile.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 -15px;
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .section-geo .geo-points {
    display: none;
  }
  .section-geo .geo-notation {
    display: none;
  }
  .section-geo .geo-social {
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    z-index: 4;
    position: relative;
    margin: 0 -15px;
  }
  .section-geo .social-cols {
    width: 100%;
    display: block;
  }
  .section-geo .social-col {
    display: block;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .section-geo .social-video {
    width: 100%;
    height: 310px;
  }
  .section-geo .social-video .video-icon {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
  }
  .section-geo .social-video .video-icon:after {
    width: 16px;
    height: 18px;
    margin: -9px 0 0 -6px;
  }
  .section-geo .social-video .video-title {
    font-size: 16px;
    padding: 15px;
  }
  .section-geo .social-video video {
    width: 100%;
    height: 100%;
  }
  .section-geo .social-network {
    display: none;
  }
  /* ==========================================================================
	   Carousel
	   ========================================================================== */
  .carousel .item-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin: 4px 0px 2px;
  }
  .carousel .item-title .title-level-3,
  .carousel .item-title .title-level-2,
  .carousel .item-title .title-level-1 {
    padding: 7px 0;
  }
  .carousel .item-title .title-level-1 {
    left: -20px;
  }
  .carousel .item-title .title-level-2 {
    left: 20px;
  }
  .carousel .item-title .title-level-3 {
    left: -10px;
  }
  .carousel .item-description {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin: 4px 0px 2px;
  }
  .carousel .item-description .desc-level-3,
  .carousel .item-description .desc-level-2,
  .carousel .item-description .desc-level-1 {
    padding: 7px 0;
  }
  .carousel .item-description .desc-level-1 {
    left: -20px;
  }
  .carousel .item-description .desc-level-2 {
    left: 20px;
  }
  .carousel .item-description .desc-level-3 {
    left: -10px;
  }
  .carousel .carousel-navigation {
    position: absolute;
    top: 0;
    right: 0;
  }
  .carousel .prev,
  .carousel .next {
    height: 38px;
    width: 38px;
    border-width: 2px;
    position: relative;
    top: auto;
  }
  .carousel .prev:after,
  .carousel .next:after {
    width: 16px;
    height: 20px;
    margin: -10px 0 0 -8px;
  }
  .carousel .prev {
    margin-bottom: 20px;
  }
  .carousel .ui-video-background-play .ui-icon {
    width: 22px;
    height: 25px;
  }
  .carousel-main {
    position: relative;
    height: 260px;
    overflow: hidden;
  }
  .carousel-main-image {
    width: 100%;
  }
  .carousel-main-image .carousel-wrapper {
    height: 260px;
  }
  .carousel-main-image .carousel-item {
    height: 260px;
  }
  .carousel-main-image .item-image {
    height: 260px;
  }
  .carousel-main-image .item-controls {
    bottom: 0;
    left: 50%;
    height: 25px;
    margin-bottom: 25px;
  }
  .carousel-main-content {
    min-width: 320px;
    width: 100%;
    margin-left: 0px;
    top: 0px;
    left: 0;
    padding-right: 0px;
  }
  .carousel-main-content .carousel-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
    height: 190px;
  }
  .carousel-main-content .slick-list {
    padding-right: 0px;
  }
  .carousel-main-content .slick-pager {
    display: none;
  }
  .carousel-main-content .carousel-item {
    height: auto;
    width: 100%;
    display: block;
    padding: 15px;
    height: 190px;
  }
  .carousel-main-content .carousel-navigation {
    bottom: -55px;
    top: auto;
    right: 15px;
    height: 100px;
    z-index: 1001;
    width: 40px;
  }
  .carousel-detail {
    width: 100%;
    position: relative;
    margin: 20px 0;
  }
  .carousel-detail .item-image {
    height: 100%;
  }
  .carousel-detail .item-image img {
    max-width: 100%;
  }
  .carousel-detail .item-content {
    color: #aaabad;
    font-size: 14px;
    margin-top: 8px;
  }
  .carousel-detail .prev,
  .carousel-detail .next {
    height: 32px;
    width: 32px;
    top: 50%;
    margin-top: -16px;
    border-width: 1px;
  }
  .carousel-detail .prev:after,
  .carousel-detail .next:after {
    width: 16px;
    height: 20px;
    margin: -10px 0 0 -8px;
  }
  .carousel-career {
    width: 100%;
    position: relative;
  }
  .carousel-career .carousel-wrapper {
    position: relative;
    overflow: visible;
  }
  .carousel-career .carousel-list {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 260px;
    overflow: hidden;
  }
  .carousel-career .carousel-item {
    height: 260px;
    width: 100%;
    display: block;
  }
  .carousel-career .carousel-navigation {
    top: 125px;
    position: absolute;
    right: 10px;
  }
  .carousel-career .slick-pager {
    display: none;
  }
  .carousel-career .carousel-content {
    position: relative;
    height: auto;
    padding: 15px 15px 30px ;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .carousel-career .carousel-title {
    display: none;
  }
  .carousel-career .carousel-links {
    position: relative;
    bottom: auto;
    left: auto;
  }
  /* ==========================================================================
	   popup
	   ========================================================================== */
  .popup {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .popup .tender-form .label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .popup .tender-form input[type="text"],
  .popup .tender-form textarea {
    width: 100%;
  }
  .popup .tender-form .email input[type="text"],
  .popup .tender-form .phone input[type="text"],
  .popup .tender-form .email input[type="password"],
  .popup .tender-form .phone input[type="password"] {
    width: 100%;
  }
  .popup .tender-form input.file-name {
    width: 100%;
  }
  .popup .tender-form .form-verification {
    display: block;
  }
  .popup .tender-form .form-item-capcha {
    text-align: left;
  }
  .popup .tender-form .form-item-capcha .capcha-input {
    width: 100%;
    margin-right: 15px;
    display: inline-block;
    vertical-align: bottom;
  }
  .popup .tender-form .form-item-capcha .label {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .popup .tender-form .form-item-capcha .input {
    width: 100%;
  }
  .popup .tender-form .form-item-capcha .capcha-image {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
  }
  .popup .tender-form .form-btn {
    display: block;
  }
  /* ==========================================================================
	   tabs
	   ========================================================================== */
  .tabs .tabs-panel {
    margin: 0;
    margin-bottom: 25px;
  }
  .tabs .tabs-content {
    border: 0;
  }
  .tabs .tabs-panel-nav {
    font-size: 0;
    float: none;
  }
  .tabs .tabs-panel-nav .tab {
    font-size: 18px;
    padding: 10px 15px;
  }
  .tabs .tabs-panel-links {
    float: none;
    padding-top: 15px;
  }
  /* ==========================================================================
	   Persons
	   ========================================================================== */
  .persons {
    margin-bottom: 50px;
  }
  .persons .persons-list {
    margin-left: 0px;
  }
  .persons .persons-item {
    display: block;
    margin-left: 0px;
    margin-bottom: 50px;
    width: 100%;
  }
  .persons .persons-item:last-child {
    margin-bottom: 0;
  }
  .persons .item-data {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .persons .item-image {
    display: block;
    margin-bottom: 20px;
  }
  .persons .item-content {
    display: block;
    vertical-align: top;
  }
  .persons .item-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .persons .item-position {
    font-size: 12px;
    color: #aaabad;
    margin: 10px 0 15px;
  }
  /* ==========================================================================
	   reference 
	   ========================================================================== */
  .reference {
    margin-top: 20px;
  }
  .reference-list {
    margin-bottom: 40px;
  }
  .reference-list .reference-item {
    display: block;
  }
  .reference-list .item-image {
    display: block;
    padding-right: 0px;
    padding-top: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .reference-list .item-image img {
    max-width: 100%;
    width: 100%;
  }
  .reference-list .item-content {
    display: block;
  }
  .reference-list .item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 10px;
  }
  .reference-list .item-text {
    font-size: 14px;
    line-height: 21px;
  }
  /* ==========================================================================
	   production
	   ========================================================================== */
  .production .production-title {
    font-size: 25px;
  }
  /* ==========================================================================
	   quick-buttons
	   ========================================================================== */
  .quick-buttons {
    border-top: 1px solid #d5d7d8;
    font-size: 0;
    padding: 20px 0;
    text-align: center;
  }
  .quick-buttons .btn {
    display: inline-block;
    margin: 0 10px 10px 10px;
    font-size: 16px;
  }
  .quick-buttons .btn-check {
    background: #013a81;
  }
  .quick-buttons .btn-check:after {
    content: "";
    display: block;
    width: 22px;
    height: 16px;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 19px;
    top: 50%;
    margin-top: -9px;
  }
  .quick-buttons .btn-check:hover {
    color: #fff;
    background: #00b259;
  }
  .quick-buttons .btn-down {
    background: #00b259;
  }
  .quick-buttons .btn-down:hover {
    color: #fff;
    background: #013a81;
  }
  .quick-buttons .btn-down:after {
    content: "";
    display: block;
    width: 16px;
    height: 22px;
    background-image: url(../images/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    right: 25px;
    top: 50%;
    margin-top: -11px;
    position: absolute;
  }
  .quick-buttons .btn-arrow {
    background: #fff;
    color: #013a81;
    font-size: 16px;
    font-family: Arial;
  }
  .quick-buttons .btn-arrow:hover {
    color: #00b259;
  }
  .quick-buttons .btn-arrow:after {
    content: "";
    display: block;
    width: 24px;
    height: 17px;
    background-image: url(../images/arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    right: 25px;
    top: 50%;
    margin-top: -8px;
    position: absolute;
  }
  /* ==========================================================================
	   Documents
	   ========================================================================== */
  .documents .documents-item {
    padding-left: 45px;
  }
  .documents .document-date {
    color: #aaabad;
    font-size: 14px;
  }
  .documents .document-name {
    color: #013a81;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .documents .document-param {
    font-size: 14px;
  }
  /* ==========================================================================
	   .sod_select
	   ========================================================================== */
  .wrapper .sod_select {
    width: 100%;
    padding-right: 50px;
    margin-right: 0;
  }
  .wrapper .sod_select:before {
    right: 0;
    margin-right: 0;
    top: 0;
    bottom: 0;
  }
  .wrapper .sod_select:after {
    margin-right: 0;
    right: 13px;
    top: 16px;
  }
  /* ==========================================================================
	   404
	   ========================================================================== */
  .not-found {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
  }
  .not-found .not-found-img {
    width: 100%;
    height: 115px;
    margin-bottom: 40px;
  }
  .not-found .not-found-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .not-found .not-found-text {
    font-size: 14px;
    line-height: 24px;
  }
  /* ==========================================================================
	   footer
	   ========================================================================== */
  .clear-footer {
    height: 550px;
  }
  .footer {
    background: #013a81;
    width: 100%;
    height: 550px;
    margin: -550px 0px 0px 0px;
    position: relative;
  }
  .footer-top {
    height: auto;
    padding: 15px 0;
  }
  .footer-copyright {
    display: none;
  }
  .footer-copyright-mobile {
    font-family: Arial;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-menu {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .footer-menu .menu-item {
    margin-bottom: 20px;
  }
  .footer-menu .menu-link {
    font-size: 14px;
  }
  .footer-menu-extra {
    float: none;
    width: 100%;
  }
  .footer-menu-extra .menu-item {
    margin-bottom: 20px;
  }
  .footer-menu-extra .menu-link {
    font-size: 14px;
  }
  .footer-bottom {
    height: auto;
    border-top: 1px solid #4e75a7;
    margin: 0 -15px;
    padding: 15px;
  }
  .footer-info {
    float: none;
  }
  .footer-social {
    margin-left: 0;
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  .social .social-item {
    width: 50px;
    height: 50px;
  }
  .social .vk .social-icon {
    width: 30px;
    height: 18px;
    margin: -9px 0 0 -15px;
  }
  .social .fb .social-icon {
    width: 14px;
    height: 28px;
    margin: -14px 0 0 -7px;
  }
  .social .tw .social-icon {
    width: 32px;
    height: 28px;
    margin: -14px 0 0 -16px;
  }
  .footer-developer {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .buttons .p-lr-0 {
    padding: 35px 0;
  }
  .banner-min {
    width: 300px;
    padding-left: 0;
  }
}
.filter-branch.tablet-block {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .desktop-block {
    display: none;
  }
  .tablet-block {
    display: block;
  }
  .mobile-block {
    display: none;
  }
  * {
    box-sizing: border-box;
    outline: none;
  }
  html,
  body {
    width: 100%;
    min-width: 640px;
  }
  .wrapper {
    width: 100%;
    min-width: 768px;
    max-width: 1024px;
  }
  .center {
    width: 100%;
    min-width: 768px;
    padding: 0 10px;
  }
  #map {
    display: none;
  }
  /* ==========================================================================
	   Header
	   ========================================================================== */
  .header {
    height: auto;
    z-index: 1100;
  }
  .header-top {
    height: 80px;
    border-bottom: 1px solid #d5d7d8;
  }
  .header-logo {
    padding: 26px 0;
    font-size: 0;
    overflow: hidden;
  }
  .header-logo .logo {
    width: 227px;
    height: 27px;
  }
  .header-logo .logo .logo-icon {
    width: 27px;
    height: 27px;
    margin-right: 10px;
  }
  .header-logo .logo .logo-text {
    width: 190px;
    height: 27px;
  }
  .header-logo .logo .logo-text-en {
    width: 190px;
    height: 27px;
  }
  .header-menu-extra {
    margin-left: 170px;
    margin-right: 20px;
    margin-top: 32px;
  }
  .header-menu-extra .menu-link {
    font-size: 12px;
  }
  .header-system {
    margin: 20px 0px;
  }
  .header-lang {
    margin-left: 10px;
  }
  .header-search {
    position: absolute;
    top: 100%;
    right: auto;
    left: 0;
    height: 52px;
    width: 100%;
    display: none;
  }
  .header-search.active {
    display: block;
    width: 100%;
  }
  .header-search-panel {
    position: relative;
    display: none;
    height: 52px;
    background: #fff;
    padding: 5px 10px;
    border-top: 1px solid #d5d7d8;
  }
  .header-search-panel.active {
    display: block;
  }
  .header-search-panel .search-input {
    height: 40px;
    padding: 5px 55px 5px 15px;
  }
  .header-search-panel .search-submit {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 25px;
    border: 0;
    margin-top: -14px;
    width: 26px;
    height: 26px;
    background: #00b259;
    border-radius: 50%;
  }
  .header-search-panel .search-submit:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .header-search-panel .search-submit:hover {
    background: #013a81;
  }
  .header-burger {
    display: block;
    float: right;
    margin-left: 10px;
    padding: 4px 0;
  }
  .burger-link {
    width: 30px;
    height: 26px;
    padding: 3px;
  }
  .header-bottom {
    height: auto;
    position: absolute;
    border: 0;
    display: none;
    width: 100%;
  }
  .header-bottom.active {
    display: block;
  }
  .header-bottom .center {
    padding: 0;
  }
  .header-menu-tablet {
    background: #fff;
    z-index: 1000;
  }
  .header-menu-tablet .menu {
    position: relative;
    top: auto;
    right: auto;
    background: #fff;
    font-family: 'MyriadPro';
  }
  .header-menu-tablet .menu a {
    text-decoration: none;
  }
  .header-menu-tablet .menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .header-menu-tablet .menu-item {
    display: block;
  }
  .header-menu-tablet .menu-item.has-sub-menu .menu-arrow {
    display: block;
  }
  .header-menu-tablet .menu-item.has-sub-menu.selected .menu-link {
    color: #00b259;
  }
  .header-menu-tablet .menu-item.has-sub-menu.active .menu-list-2 {
    display: block;
  }
  .header-menu-tablet .menu-item.has-sub-menu.active .menu-arrow:after {
    margin-top: -5px;
    margin-left: -9px;
    width: 18px;
    height: 10px;
    background-image: url(../images/arrow-down-white-2.svg);
  }
  .header-menu-tablet .menu-item:last-child .menu-box {
    border-bottom: 0;
  }
  .header-menu-tablet .menu-item.selected .menu-link {
    color: #00b259;
  }
  .header-menu-tablet .menu-box {
    position: relative;
  }
  .header-menu-tablet .menu-link {
    font-size: 15px;
    line-height: normal;
    position: relative;
    color: #fff;
    font-weight: 700;
    padding: 10px 65px 10px 15px;
    display: block;
    text-transform: uppercase;
    background: #00b259;
  }
  .header-menu-tablet .menu-link:hover {
    background: #007f40;
  }
  .header-menu-tablet .menu-arrow {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
  }
  .header-menu-tablet .menu-arrow:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -5px;
    width: 10px;
    height: 18px;
    background-image: url(../images/arrow-right-white-big.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .header-menu-tablet .menu-list-2 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 0;
    display: none;
    background: #00944a;
  }
  .header-menu-tablet .menu-list-2:before {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: none;
  }
  .header-menu-tablet .menu-item-2 {
    position: relative;
    width: 100%;
    padding-right: 0;
  }
  .header-menu-tablet .menu-item-2.has-sub-menu .menu-arrow-2 {
    display: block;
  }
  .header-menu-tablet .menu-item-2.has-sub-menu.active .menu-list-3 {
    display: block;
  }
  .header-menu-tablet .menu-item-2.has-sub-menu.active .menu-arrow-2:after {
    margin-top: -5px;
    margin-left: -9px;
    width: 18px;
    height: 10px;
    background-image: url(../images/arrow-down-white-2.svg);
  }
  .header-menu-tablet .menu-item-2:last-child .menu-box-2 {
    border-bottom: 0;
  }
  .header-menu-tablet .menu-box-2 {
    position: relative;
  }
  .header-menu-tablet .menu-link-2 {
    font-size: 15px;
    line-height: normal;
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 65px 10px 15px;
    text-transform: uppercase;
    background: #00944a;
  }
  .header-menu-tablet .menu-link-2:hover,
  .header-menu-tablet .menu-link-2.active {
    color: #fff;
    background: #008844;
  }
  .header-menu-tablet .menu-link-2:hover:after,
  .header-menu-tablet .menu-link-2.active:after {
    margin-top: -5px;
    margin-left: -9px;
    width: 18px;
    height: 10px;
    background-image: url(../images/arrow-down-white-2.svg);
  }
  .header-menu-tablet .menu-arrow-2 {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
  }
  .header-menu-tablet .menu-arrow-2:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -5px;
    width: 10px;
    height: 18px;
    background-image: url(../images/arrow-right-white-big.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .header-menu-tablet .menu-list-3 {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
  }
  .header-menu-tablet .menu-item-3:last-child .menu-link-3 {
    border-bottom: 0;
  }
  .header-menu-tablet .menu-link-3 {
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    display: block;
    background: #00793c;
  }
  .header-menu-tablet .menu-link-3:hover,
  .header-menu-tablet .menu-link-3.active {
    color: #fff;
    background: #666;
    text-decoration: none;
    background: #00602f;
  }
  /* ==========================================================================
	   headline
	   ========================================================================== */
  .headline-content {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    padding: 0 15px;
  }
  .container {
    padding: 15px 0;
  }
  .container.container-col-1 {
    display: block;
  }
  .container.container-col-1 .aside {
    display: none;
  }
  .container.container-col-1 .content {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .container.container-col-2 {
    display: block;
    width: 100%;
  }
  .container.container-col-2 .aside {
    min-width: 250px;
    width: 250px;
    max-width: 250px;
    padding-right: 20px;
    padding-top: 4px;
    display: none;
  }
  .container.container-col-2 .content {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    display: block;
  }
  /*
	.responsive-left-menu {
		.container {
		    &.container-col-2 {
		        display: table;
		        width: 100%;

		        .aside,
		        .content {
					width: 100%;
					display: table-cell;
		        }
		        .aside {
		        }
		        .content {
		        }
		    }
		}
	}
	*/
  .section-info .info-col {
    width: 40%;
  }
  .section-info .product {
    padding: 20px 0;
  }
  .section-info .product .product-header {
    padding: 0 20px;
  }
  .section-info .buttons {
    padding: 20px 10px;
  }
  .section-info .btn {
    width: 230px;
    font-size: 16px;
  }
  .section-info .year {
    margin: -45px auto 0;
    width: 200px;
    height: 200px;
    border-width: 10px;
  }
  .section-info .year .year-inner {
    width: 160px;
    height: 160px;
    padding: 40px 25px;
  }
  .section-info .year .year-number {
    font-size: 35px;
    line-height: 28px;
  }
  .section-info .year .year-text {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .section-info .year .link-arrow {
    font-size: 12px;
  }
  .section-news {
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
  }
  .section-news .news-list {
    margin-left: -20px;
    display: block;
    width: auto;
    margin-bottom: 0;
  }
  .section-news .news-list .news-item {
    padding: 0px;
    width: 30%;
    margin: 0;
    margin-bottom: 25px;
    margin-left: 20px;
    display: inline-block;
  }
  .section-news .news-list .news-item:last-child {
    margin-bottom: 0;
  }
  .section-news .news-list .item-image {
    width: auto;
    height: 145px;
    overflow: hidden;
    margin: 0 auto 15px;
    padding: 0;
    text-align: left;
    display: block;
  }
  .section-news .news-list .item-image img {
    max-width: 100%;
    margin-bottom: 15px;
    display: block;
    width: auto;
  }
  .section-news .news-list .item-date {
    color: #aaabad;
    font-size: 14px;
    font-family: Arial;
    margin-bottom: 10px;
  }
  .section-news .news-list .item-title {
    font-size: 14px;
    font-family: Arial;
    font-weight: 700;
    height: 65px;
    overflow: hidden;
  }
  .section-news .news-list .item-title a {
    color: #013a81;
  }
  .section-news .news-list .item-title a:hover {
    color: #00b259;
  }
  .section-geo {
    height: auto;
    margin: 0;
    background: #fff;
    margin-bottom: 60px;
  }
  .section-geo .geo-title {
    font-size: 25px;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .section-geo .title {
    font-size: 25px;
  }
  .section-geo .geo-map {
    display: none;
  }
  .section-geo .geo-map-tablet {
    height: 720px;
    display: block;
    background-image: url(../images/map-main-tablet.png);
    background-repeat: no-repeat;
    background-position: center -100px;
    margin: 0 -15px;
  }
  .section-geo .geo-map-tablet:after {
    display: none;
  }
  .section-geo .geo-points {
    display: none;
  }
  .section-geo .geo-notation {
    display: none;
  }
  .section-geo .geo-social {
    margin-top: -370px;
  }
  .section-geo .map-wrapper {
    display: none;
  }
  .section-geo .gm-gradien {
    display: none;
  }
  /* ==========================================================================
	   popup
	   ========================================================================== */
  .popup {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .popup .form .files-wrap {
    width: 100%;
  }
  .popup .tender-form .label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .popup .tender-form input[type="text"],
  .popup .tender-form textarea {
    width: 100%;
  }
  .popup .tender-form .email input[type="text"],
  .popup .tender-form .phone input[type="text"],
  .popup .tender-form .email input[type="password"],
  .popup .tender-form .phone input[type="password"] {
    width: 100%;
  }
  .popup .tender-form input.file-name {
    width: 100%;
  }
  .popup .tender-form .form-verification {
    display: block;
  }
  .popup .tender-form .form-item-capcha {
    text-align: left;
  }
  .popup .tender-form .form-item-capcha .capcha-input {
    width: 46%;
    margin-right: 15px;
    display: inline-block;
    vertical-align: bottom;
  }
  .popup .tender-form .form-item-capcha .label {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .popup .tender-form .form-item-capcha .input {
    width: 100%;
  }
  .popup .tender-form .form-item-capcha .capcha-image {
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
  }
  .popup .tender-form .form-btn {
    display: block;
  }
  /* ==========================================================================
	   tabs
	   ========================================================================== */
  .tabs .tabs-panel {
    margin: 0;
  }
  .tabs .tabs-content {
    padding-top: 20px;
  }
  .tabs .tabs-panel-nav {
    font-size: 0;
  }
  .tabs .tabs-panel-nav .tab {
    font-size: 18px;
    padding: 10px 15px;
  }
  .tabs .tabs-panel-links {
    padding-top: 10px;
  }
  /* ==========================================================================
	   contacts
	   ========================================================================== */
  .contacts .contacts-title {
    font-size: 22px;
    line-height: 35px;
  }
  /* ==========================================================================
	   news
	   ========================================================================== */
  .news-list .item-image img {
    width: auto;
  }
  /* ==========================================================================
	   Carousel
	   ========================================================================== */
  .carousel .item-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    padding: 0 0 0 40px;
    margin: 4px 0px 2px;
  }
  .carousel .item-title .title-level-3,
  .carousel .item-title .title-level-2,
  .carousel .item-title .title-level-1 {
    padding: 7px 0;
  }
  .carousel .item-title .title-level-1 {
    left: -40px;
  }
  .carousel .item-title .title-level-2 {
    left: 40px;
  }
  .carousel .item-title .title-level-3 {
    left: -20px;
  }
  .carousel .item-description {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    padding: 0 0 0 40px;
    margin: 4px 0px 2px;
  }
  .carousel .item-description .desc-level-3,
  .carousel .item-description .desc-level-2,
  .carousel .item-description .desc-level-1 {
    padding: 7px 0;
  }
  .carousel .item-description .desc-level-1 {
    left: -40px;
  }
  .carousel .item-description .desc-level-2 {
    left: 40px;
  }
  .carousel .item-description .desc-level-3 {
    left: -20px;
  }
  .carousel .ui-video-background-play .ui-icon {
    width: 22px;
    height: 25px;
  }
  .carousel-main {
    position: relative;
    overflow: hidden;
  }
  .carousel-main-image {
    width: 100%;
  }
  .carousel-main-image .item-controls {
    bottom: 0;
    left: 50%;
    height: 25px;
    margin-bottom: 25px;
  }
  .carousel-main-content {
    width: 100%;
    margin-left: 0px;
    top: 0px;
    left: 0;
    padding-top: 100px;
    padding-right: 0;
  }
  .carousel-main-content .carousel-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .carousel-main-content .slick-list {
    padding-right: 0px;
  }
  .carousel-main-content .slick-pager {
    right: 100px;
  }
  .carousel-main-content .carousel-item {
    height: auto;
    width: 100%;
    padding: 0 150px 0 15px;
  }
  .carousel-main-content .carousel-navigation {
    top: 100px;
    right: 15px;
    z-index: 1001;
    width: 40px;
  }
  .carousel-inner-image .carousel-wrapper {
    height: 470px;
  }
  .carousel-inner-image .carousel-item {
    height: 470px;
  }
  .carousel-inner-image .item-image {
    height: 470px;
  }
  .carousel-inner-content {
    width: 100%;
    margin-left: -0px;
    top: 0;
    left: 0;
    padding: 50px 100px 0 20px;
  }
  .carousel-inner-content .carousel-wrapper {
    height: 350px;
  }
  .carousel-inner-content .carousel-item {
    height: 350px;
    padding-right: 50px;
  }
  .carousel-inner-content .slick-pager {
    right: 0px;
  }
  .carousel-inner-content .carousel-navigation {
    right: 15px;
    top: 50px;
  }
  /* ==========================================================================
	   career
	   ========================================================================== */
  .career .career-bg .bg-man {
    left: 10%;
  }
  .career .career-bg .bg-data {
    padding: 40px 0 40px 300px;
  }
  .career .career-data .career-data-col {
    width: 100%;
    padding-left: 20px;
  }
  .career .career-data .career-data-col:first-child {
    width: 50%;
  }
  .career .career-data .career-data-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .career .career-media .career-widget {
    display: none;
  }
  .asset-geo .map-wrapper {
    display: none;
  }
  .asset-geo .map-fake {
    display: none;
  }
  .asset-geo .geo-branches {
    padding-top: 0;
  }
  .asset-geo .geo-notation {
    display: none;
  }
  .asset-geo .gm-gradien {
    display: none;
  }
  /* ==========================================================================
	   quick-buttons
	   ========================================================================== */
  .quick-buttons {
    border-top: 1px solid #d5d7d8;
    font-size: 0;
    padding: 20px 0;
    text-align: center;
  }
  .quick-buttons .btn {
    display: inline-block;
    margin: 0 5px 10px 5px;
    font-size: 16px;
  }
  .quick-buttons .btn-check {
    background: #013a81;
  }
  .quick-buttons .btn-check:after {
    content: "";
    display: block;
    width: 22px;
    height: 16px;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 19px;
    top: 50%;
    margin-top: -9px;
  }
  .quick-buttons .btn-check:hover {
    color: #fff;
    background: #00b259;
  }
  .quick-buttons .btn-down {
    background: #00b259;
  }
  .quick-buttons .btn-down:hover {
    color: #fff;
    background: #013a81;
  }
  .quick-buttons .btn-down:after {
    content: "";
    display: block;
    width: 16px;
    height: 22px;
    background-image: url(../images/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    right: 25px;
    top: 50%;
    margin-top: -11px;
    position: absolute;
  }
  .quick-buttons .btn-arrow {
    background: #fff;
    color: #013a81;
    font-size: 16px;
    font-family: Arial;
  }
  .quick-buttons .btn-arrow:hover {
    color: #00b259;
  }
  .quick-buttons .btn-arrow:after {
    content: "";
    display: block;
    width: 24px;
    height: 17px;
    background-image: url(../images/arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    right: 25px;
    top: 50%;
    margin-top: -8px;
    position: absolute;
  }
  .back-to-top {
    bottom: 100px;
  }
  /* ==========================================================================
   .sod_select
   ========================================================================== */
  .wrapper .sod_select {
    width: 100%;
    padding-right: 50px;
    margin-right: 0;
  }
  .wrapper .sod_select:before {
    right: 0;
    margin-right: 0;
    top: 0;
    bottom: 0;
  }
  .wrapper .sod_select:after {
    margin-right: 0;
    right: 13px;
    top: 16px;
  }
  /* ==========================================================================
	   form
	   ========================================================================== */
  .form .form-item {
    margin-bottom: 20px;
  }
  .form input[type="text"],
  .form input[type="password"],
  .form textarea {
    width: 50%;
    border: 0;
    border: 2px solid #f2f3f3;
    padding: 4px 10px;
  }
  .form input[type="text"]:hover,
  .form input[type="password"]:hover,
  .form textarea:hover {
    border-color: #d5d7d8;
  }
  .form input[type="text"]:focus,
  .form input[type="password"]:focus,
  .form textarea:focus {
    border-color: #013a81;
  }
  .form .form-item-capcha {
    width: 100%;
  }
  .form .form-item-capcha .capcha-input,
  .form .form-item-capcha .capcha-image {
    display: inline-block;
    vertical-align: top;
  }
  .form .form-item-capcha .capcha-input {
    margin-right: 15px;
  }
  .form .form-item-capcha .capcha-image {
    margin: 10px auto 0;
    text-align: center;
  }
  .form .form-item-capcha .input {
    height: 46px;
  }
  .form .form-btn {
    text-align: right;
    margin-top: 50px;
  }
  .form .btn-submit {
    font-size: 16px;
  }
  .form .error .error-text {
    display: block;
  }
  .form .error-text {
    padding: 0;
    margin-top: 5px;
  }
  .form .affiliate {
    display: none;
  }
  .order-form {
    margin: 0 auto;
    width: 500px;
  }
  .order-form .form-item {
    padding-left: 0px;
  }
  .order-form .error .error-text {
    display: block;
    padding-left: 0;
  }
  .order-form .label {
    width: 100%;
    margin-bottom: 5px;
  }
  .order-form .form-item-capcha .capcha-input {
    width: 100%;
  }
  .order-form .form-item-capcha .input {
    width: 100%;
  }
  .order-form input[type="text"],
  .order-form textarea {
    width: 100%;
  }
  .order-form .sod_select {
    width: 100%;
  }
  .order-form .double-input input[type="text"] {
    width: 319px;
    margin-bottom: 10px;
  }
  .order-form .email input[type="text"],
  .order-form .phone input[type="text"] {
    width: 100%;
  }
  .order-form .form-product {
    margin-bottom: 30px;
  }
  .order-form .form-product-list {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }
  .order-form .form-product-item {
    position: relative;
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .order-form .form-product-item:last-child {
    margin-bottom: 0;
  }
  .order-form .form-product-item:before {
    display: block;
    position: relative;
    margin: 0 0 0 10px;
  }
  .order-form .form-product-item .form-item {
    padding-left: 0;
  }
  .order-form .form-product-link {
    padding-left: 0px;
    text-align: left;
  }
  .order-form .form-address {
    padding: 0;
  }
  .order-form .form-btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .registration-form {
    margin: 0;
  }
  .registration-form .label {
    width: 25%;
  }
  .registration-form .form-verification {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
  }
  .registration-form .form-item-capcha .capcha-input {
    width: auto;
    margin-right: 0px;
    vertical-align: top;
  }
  .registration-form .form-item-capcha .label {
    display: inline-block;
    padding-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    width: auto;
  }
  .registration-form .form-item-capcha .input {
    display: inline-block;
    width: auto;
  }
  .registration-form .form-item-capcha .capcha-image {
    vertical-align: top;
    margin-top: 0;
  }
  .registration-form input[type="text"],
  .registration-form textarea {
    width: 50%;
  }
  .registration-form .email input[type="text"],
  .registration-form .phone input[type="text"],
  .registration-form .login input[type="text"],
  .registration-form .password input[type="text"],
  .registration-form .email input[type="password"],
  .registration-form .phone input[type="password"],
  .registration-form .login input[type="password"],
  .registration-form .password input[type="password"] {
    width: 50%;
  }
  .registration-form .form-btn {
    margin: 0;
    width: 100%;
    margin-left: 0px;
    padding-bottom: 0px;
    text-align: center;
    margin-top: 30px;
  }
  .feedback-form {
    margin: 50px 0;
  }
  .feedback-form .label {
    width: 25%;
    margin-bottom: 5px;
  }
  .feedback-form .form-item-capcha .capcha-input {
    width: auto;
    margin-right: 0px;
    vertical-align: top;
  }
  .feedback-form .form-item-capcha .label {
    display: inline-block;
    padding-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    width: auto;
  }
  .feedback-form .form-item-capcha .input {
    display: inline-block;
    width: auto;
  }
  .feedback-form .form-item-capcha .capcha-image {
    vertical-align: top;
    margin-top: 0;
  }
  .feedback-form input[type="text"],
  .feedback-form textarea {
    width: 100%;
  }
  .feedback-form .error-text {
    padding: 0;
    margin-top: 5px;
  }
  .feedback-form .email input[type="text"],
  .feedback-form .phone input[type="text"],
  .feedback-form .email input[type="password"],
  .feedback-form .phone input[type="password"] {
    width: 100%;
  }
  .feedback-form .form-btn {
    margin: 30px auto 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .disclosure .filter-year {
    display: inline-block;
  }
  .disclosure .filter-branch.tablet-block {
    display: inline-block;
  }
  /* ==========================================================================
	   sitemap
	   ========================================================================== */
  .sitemap .link-level-1 {
    font-size: 18px;
    line-height: normal;
    text-transform: none;
    font-weight: 600;
  }
  .sitemap .link-level-2 {
    font-size: 16px;
    line-height: normal;
    text-transform: none;
    font-weight: 400;
  }
  .sitemap .link-level-3 {
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    font-weight: 400;
  }
  /* ==========================================================================
	   Footer
	   ========================================================================== */
  .footer-menu {
    width: 70%;
  }
  .footer-menu-extra {
    width: 30%;
  }
}
#map .point-text {
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #252525;
}
#map .point-text.hover {
  color: #00b259;
}
.order-form .link-product-add.remove {
  display: none;
  margin-left: 20px;
}
.order-form .link-product-add.remove .link-icon {
  border-color: red;
}
.order-form .link-product-add.remove .link-icon i:before {
  background-color: red;
}
.order-form .link-product-add.remove .link-icon i:after {
  display: none;
}
.order-form .link-product-add.remove .link-text {
  color: red;
}
.asset-geo .geo .geo-notation {
  position: absolute;
  top: 620px;
  margin: 0px;
}
.container-header,
.aside,
.title {
  position: relative;
  z-index: 2;
}
#map {
  background-color: #fff !important;
}
