/* NORMALIZE.CSS */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */ }

/**
 * 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,
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: transparent; }

/* 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 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 40; }

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

/* NORMALIZE.CSS END */
/* RESET */
*,
:focus {
  outline: none; }

body {
  -webkit-fontype-smalloothing: antialiased; }

body,
html {
  height: 100%;
  width: 100%; }

a,
input[type=radio],
input[type=checkbox],
select {
  cursor: pointer; }

select[disabled] {
  cursor: default; }

/*normalization mozila*/
input:-webkit-autofill {
  background-color: transparent; }

/*normalization ie7*/
* + html input[type=checkbox],
* + html input[type=radio] {
  width: 13px;
  height: 13px; }

textarea {
  resize: none;
  vertical-align: top; }

em,
i {
  font-style: italic; }

img {
  vertical-align: top; }

input {
  vertical-align: middle; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none outside none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

:focus {
  -moz-outline: 3px solid #fff !important; }

input[type="radio"]:focus {
  -moz-outline-radius: 12px !important;
  -moz-outline-offset: 0 !important; }

input[type="checkbox"]:focus {
  -moz-outline-offset: -1px !important;
  -moz-outline: 1px solid #000 !important; }

* + html a,
* + html button,
* + html input[type="submit"],
* + html input[type="radio"],
* + html input[type="checkbox"],
* + html input[type="button"] {
  noFocusLine: expression(this.onFocus=this.blur()); }

/*fix button click opera old version*/
button:after {
  content: ""; }

del {
  text-decoration: line-through; }

table {
  width: 100%; }

form {
  margin: 0;
  padding: 0; }

input::-ms-clear {
  display: none; }

/* RESET END */
/*  
	--- WIDGETS CONTAINS --- 
	
	Bxslider
	Fancybox
	

*/
/*----------- BXSLIDER -----------*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0; }

.bx-wrapper .bx-loading {
  display: none; }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0;
  line-height: 0; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  outline: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #9FDD95; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 55px;
  height: 55px;
  margin-top: -27px;
  text-indent: -9999px;
  z-index: 9999;
  background: rgba(5, 5, 5, 0.43); }
  .bx-wrapper .bx-controls-direction a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .bx-wrapper .bx-controls-direction a:hover {
    background: #050505; }

.bx-wrapper .bx-controls-direction .bx-prev {
  left: 0;
  background-position: 0 0; }
  .bx-wrapper .bx-controls-direction .bx-prev:before {
    margin: -1px 0 0 -3px;
    background-image: url(../img/sprite-arrows.png);
    background-position: 0px -93px;
    width: 19px;
    height: 35px; }

.bx-wrapper .bx-controls-direction .bx-next {
  right: 0;
  background-position: 0 0; }
  .bx-wrapper .bx-controls-direction .bx-next:before {
    margin: -1px 0 0 2px;
    background-image: url(../img/sprite-arrows.png);
    background-position: -29px -93px;
    width: 19px;
    height: 35px; }

.bx-wrapper a.disabled, .main-slider-wrap a.disabled, .bx-controls a.disabled:before, .bx-controls a.disabled {
  display: none !important; }

.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*----------- BXSLIDER END -----------*/
/*----------- FANCYBOX -----------*/
/* core */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  text-shadow: none;
  border: 5px solid #52B442;
  background: #fff; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  right: -13px;
  top: -37px;
  z-index: 20;
  background-image: url(../img/sprite-icons.png);
  background-position: 0px -349px;
  width: 32px;
  height: 33px;
  z-index: 8040;
  transform:scale();
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
 }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: transparent; }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/* core end */
/*----------- FANCYBOX END -----------*/
/* TYPOGRAPHY */
* {
  box-sizing: border-box; }

body {
  color: 13px;
  font-size: 13px;
  line-height: 1.63;
  font-family: "Open Sans", Arial, Tahoma, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 1007px; }

h1, h2, h3, h4, h5, h6 {
  color: #565656;
  font-size: 60px;
  line-height: 1.5;
  font-family: "Open Sans", Arial, Tahoma, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  text-transform: uppercase; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 14px; }

p {
  padding: 0 0 21px;
  margin: 0; }

hr {
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 18px; }

a {
  color: #52B442;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

label {
  cursor: pointer; }

figure {
  margin: 0;
  padding: 0; }
  table {
	  margin:13px 0 43px;
  }
  th,td {
	  border:1px solid #777;
  }
  th {
	  padding:10px 10px 11px;
	  background:#52B443;
	  color:#fff;
	  text-align:center;
	  font-weight:600;
  }
  td {
	 color:#777; 
	 text-align:left;
	 background:#fff;
	 padding:4px 6px 17px;
	 vertical-align:top;
  }
  th p,td p {
  	padding-bottom: 0;
  }

/* TYPOGRAPHY END */
/* reset-list */
[class$="-list"],
[class*="-list "],
[class*="-list-custom"] ul {
  background: none;
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

/* reset-list end */
/* def-list */
.def-list {
  padding-bottom: 39px; }
  .def-list li {
    position: relative;
    padding: 0 0 0 37px; }
    .def-list li:before {
      content: '';
      position: absolute;
      top: 9px;
      left: 17px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #0092ED; }
    .def-list li + li {
      margin-top: 25px; }

/* def-list end */
/* decimal-list */
.decimal-list {
  counter-reset: item; }
  .decimal-list li:before {
    content: counter(item) ". ";
    counter-increment: item; }

/* decimal-list end */
/* term-list */
.term-list {
  padding: 0 0 3px; }
  .term-list dt {
    color: #000; }
  .term-list dd {
    font-size: 12px;
    line-height: 1;
    margin: 0; }
    .term-list dd + dt {
      margin-top: 7px; }

/* term-list end */
/* def-table */
.def-table thead tr th {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  padding: 12px 19px 13px;
  text-align: left;
  vertical-align: middle;
  border: 0;
  border-left: 1px solid #F0F0F0;
  background: #fff; }
  .def-table thead tr th:first-child {
    border-left: 0; }

.def-table tbody tr td {
  color: #000;
  font-size: 12px;
  border: 0;
  border-top: 1px solid #DFE8EE;
  padding: 14px 19px 13px;
  text-align: left;
  vertical-align: middle;
  background: #fff; }

.def-table tbody tr:nth-child(even) td {
  background: #F7F8FB; }

.def-table tfoot tr td {
  color: #818282;
  text-align: center;
  border-top: 1px solid #DFE8EE;
  font-size: 13px;
  padding: 12px 19px 13px; }

/* def-table end */
/* default input(type: text, password), textarea */
textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url] {
  cursor: text;
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #52B442;
  padding: 14px 25px 15px;
  color: #444;
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans", Arial, Tahoma, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  textarea:focus,
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=date]:focus,
  input[type=datetime]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=search]:focus,
  input[type=tel]:focus,
  input[type=time]:focus,
  input[type=url]:focus {
    border-color: #1aa8f2; }
  textarea.valid,
  input[type=text].valid,
  input[type=password].valid,
  input[type=date].valid,
  input[type=datetime].valid,
  input[type=email].valid,
  input[type=number].valid,
  input[type=search].valid,
  input[type=tel].valid,
  input[type=time].valid,
  input[type=url].valid {
    border-color: #78c707;
    color: #78c707; }
  textarea.error,
  input[type=text].error,
  input[type=password].error,
  input[type=date].error,
  input[type=datetime].error,
  input[type=email].error,
  input[type=number].error,
  input[type=search].error,
  input[type=tel].error,
  input[type=time].error,
  input[type=url].error {
    border-color: #f00;
    color: #f00; }
  textarea:invalid,
  input[type=text]:invalid,
  input[type=password]:invalid,
  input[type=date]:invalid,
  input[type=datetime]:invalid,
  input[type=email]:invalid,
  input[type=number]:invalid,
  input[type=search]:invalid,
  input[type=tel]:invalid,
  input[type=time]:invalid,
  input[type=url]:invalid {
    box-shadow: none; }
  textarea[disabled],
  input[type=text][disabled],
  input[type=password][disabled],
  input[type=date][disabled],
  input[type=datetime][disabled],
  input[type=email][disabled],
  input[type=number][disabled],
  input[type=search][disabled],
  input[type=tel][disabled],
  input[type=time][disabled],
  input[type=url][disabled] {
    background: #f7f7f7;
    border-color: #d6d6d6;
    color: #bfbfbf;
    cursor: default !important; }

textarea {
  height: 187px; }

/* default input(type: text, password), textarea end */
/* default placeholder */
::-webkit-input-placeholder {
  color: #444;
  opacity: 1; }

:-moz-placeholder {
  color: #444;
  opacity: 1; }

::-moz-placeholder {
  color: #444;
  opacity: 1; }

:-ms-input-placeholder {
  color: #444; }

:focus:-moz-placeholder {
  color: transparent;
  opacity: 1; }

:focus::-moz-placeholder {
  color: transparent;
  opacity: 1; }

:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1; }

:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 1; }

:focus::placeholder {
  color: transparent;
  opacity: 1; }

/* default placeholder end */
/* additional elements */
.align-left {
  float: left;
  margin: 0 20px 18px 0; }

.align-right {
  float: right;
  margin: 0 0 18px 20px; }

.align-center {
  display: block;
  margin: 0 auto 18px;
  text-align: center;
  max-width: 100%; }

.column-50 {
  float: left;
  width: 50%; }

.column-33 {
  float: left;
  width: 33.33%; }

.column-25 {
  float: left;
  width: 25%; }

/* additional elements end */
/* default styles for forms */
.form-line-columns {
  margin-left: -46px; }
  .form-line-columns > [class*="column-"] {
    padding-left: 46px; }

.form-line {
  margin: 0 0 40px; }

.wrap-select,
[class^="wrap-select-"],
[class*=" wrap-select-"] {
  position: relative; }

.wrap-select select,
[class^="wrap-select-"] select,
[class*=" wrap-select-"] select {
  width: 100%; }

.wrap-label {
  padding: 0 0 10px; }

.wrap-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 34px;
  font-size: 12px;
  line-height: 34px;
  text-transform: uppercase;
  padding: 0 10px;
  color: #000;
  border: 1px solid #DEDEDE;
  background: #fff; }
  .wrap-select select option:first-child {
    display: none; }

/* default styles for forms end */
/* transition */
.transition-all, [class^="btn-"],
[class*=" btn-"] {
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.transition-none {
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  transition: all 0s ease 0s; }

/* transition end */
/* clearfix */
.clearfix:before, .container:before, .nav-list:before, .header-links-list a:before, .news-list:before, .media-list:before, .article-item:before, .content-main-wrap:before, .mediagallery-section:before, .clearfix:after, .container:after, .nav-list:after, .header-links-list a:after, .news-list:after, .media-list:after, .article-item:after, .content-main-wrap:after, .mediagallery-section:after,
.buttons:before,
.buttons:after,
[class*="-buttons"]:before,
[class*="-buttons"]:after,
.slider-list:before,
.slider-list:after,
[class*="-columns"]:before,
[class*="-columns"]:after,
form:before,
form:after {
  content: "";
  display: table; }

.clearfix:after, .container:after, .nav-list:after, .header-links-list a:after, .news-list:after, .media-list:after, .article-item:after, .content-main-wrap:after, .mediagallery-section:after,
.buttons:after,
[class*="-buttons"]:after,
.slider-list:after,
[class*="-columns"]:after,
form:after {
  clear: both; }

/* clearfix end */
/* icons */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  vertical-align: middle; }

.icon-radio {
  background-image: url(../img/sprite-icons.png);
  background-position: 0px -299px;
  width: 40px;
  height: 40px; }

.icon-place {
  background-image: url(../img/sprite-icons.png);
  background-position: -392px 0px;
  width: 31px;
  height: 44px; }

.icon-russia {
  background-image: url(../img/sprite-icons.png);
  background-position: -171px -223px;
  width: 86px;
  height: 47px; }

.icon-rosatom {
  background-image: url(../img/sprite-icons__.png);
  /*background-position: -297px -193px;*/
  /*width: 39px;
  height: 48px;*/ 
  width: 127px;
  height: 46px; }

.icon-photo {
  background-image: url(../img/sprite-icons.png);
  background-position: 0px 0px;
  width: 161px;
  height: 134px; }

.icon-photo-small {
  background-image: url(../img/sprite-icons.png);
  background-position: -171px -127px;
  width: 104px;
  height: 86px; }

.icon-video {
  background-image: url(../img/sprite-icons.png);
  background-position: 0px -144px;
  width: 145px;
  height: 145px; }

.icon-play-video {
  background-image: url(../img/sprite-icons.png);
  background-position: -297px 0px;
  width: 85px;
  height: 85px; }

.icon-pause-large {
  background-image: url(../img/sprite-icons.png);
  background-position: -171px 0px;
  width: 116px;
  height: 117px; }

/* icons end */
/* arrows */
[class^="arrow-"],
[class*=" arrow-"] {
  display: inline-block;
  vertical-align: middle; }

/* arrows end */
/* social */
[class^="soc-"],
[class*=" soc-"] {
  display: inline-block;
  vertical-align: middle; }

.soc-tw {
  background-image: url(../img/sprite-social.png);
  background-position: 0px -56px;
  width: 46px;
  height: 46px; }

.soc-fb {
  background-image: url(../img/sprite-social.png);
  background-position: 0px 0px;
  width: 46px;
  height: 46px; }

.soc-vk {
  background-image: url(../img/sprite-social.png);
  background-position: -56px -56px;
  width: 46px;
  height: 46px; }

.soc-odn {
  background-image: url(../img/sprite-social.png);
  background-position: -56px 0px;
  width: 46px;
  height: 46px; }

/* social end */
/* text-overflow */
.text-overflow, .leadership-item-state {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* text-overflow end */
/* buttons */
[class^="btn-"],
[class*=" btn-"] {
  border: none;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top; }
  [class^="btn-"] input,
  [class*=" btn-"] input {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
    z-index: 10; }
  [class^="btn-"].disabled,
  [class*=" btn-"].disabled {
    cursor: default !important; }
    [class^="btn-"].disabled input,
    [class*=" btn-"].disabled input {
      display: none !important; }

a[class^="btn-"],
a[class*=" btn-"],
div[class^="btn-"],
div[class*=" btn-"] {
  cursor: pointer; }

/* btn-orange */
.btn-orange {
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, Tahoma, Verdana, sans-serif;
  font-weight: 400;
  height: 44px;
  line-height: 44px;
  padding: 0 5px;
  background: #a00; }
  .btn-orange:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9; }

/* btn-orange end */
/* btn-green */
.btn-green {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, Tahoma, Verdana, sans-serif;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  background: #52B442;
  text-transform: uppercase;
  letter-spacing: 0.06em; }
  .btn-green:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9; }

/* btn-green end */
/* btn-blue */
.btn-blue {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
  padding: 0 21px;
  background: #3778B7;
  text-transform: uppercase;
  color: #fff; }
  .btn-blue:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9; }

/* btn-blue end */
/* buttons end */
/* main-blocks */
.wrapper {
  height: auto !important;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background: #fff; }

.header {
  position: relative;
  z-index: 10; }

.content {
  position: relative;
  z-index: 6;
  padding: 0 0 100px; }

.footer-spacer-index {
  height: 347px; }
  
.footer-spacer {
	height: 179px;
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  box-sizing: content-box; }

/* main-blocks end */
/* HEADER */
/* header-top */
.header-top {
  background: #336eac;
  border-bottom: 2px solid #52B442; }
  .header-top .container {
    padding: 0;
    max-width: 1280px; }

.nav {
  float: left;
  width: 100%;
  padding: 0 167px 0 0; }

.nav-list {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 0 -13px;
  font-weight:400; }
  .nav-list > li {
    float: left;
    width: 16.66%;
    position: relative; }
    .nav-list > li > a {
      color: #fff;
      display: block;
      padding: 0 10px;
      height: 70px;
      line-height: 69px;
      text-align: center;
      text-decoration: none; }
      .nav-list > li > a:hover {
        background: #52B442;
        color: #fff;
        text-decoration: none; }
    .nav-list li.sub:hover > .submenu {
      display: block; }
    .nav-list > li.sub:hover > a {
      background: #52B442;
      color: #fff;
      text-decoration: none; }
    .nav-list > li.sub.left .submenu {
      left: auto;
      right: -1px; }
      .nav-list > li.sub.left .submenu .submenu {
        left: auto;
        right: 100%; }

.submenu {
  display: none;
  position: absolute;
  z-index: 15;
  top: 100%;
  left: -1px;
  width: 221px;
  background: #fff;
  border: 2px solid #52B442; }
  .submenu .submenu {
    left: 100%;
    top: -2px; }

.submenu-list {
  font-size: 12px;
  line-height: 1.43;
  font-weight: 400;
  text-transform: uppercase;
  word-wrap: break-word; }
  .submenu-list li + li {
    border-top: 1px solid #D6D6D6; }
  .submenu-list li.sub {
    position: relative; }
    .submenu-list li.sub:hover > .submenu {
      display: block; }
    .submenu-list li.sub > a {
      padding-right: 35px; }
      .submenu-list li.sub > a:before {
        content: '';
        position: absolute;
        right: 19px;
        top: 50%;
        margin-top: -6px;
        background-image: url(../img/sprite-arrows.png);
        background-position: 0px -138px;
        width: 8px;
        height: 14px; }
  .submenu-list a {
    display: block;
    padding: 10px 11px 8px 21px;
    color: #52B442;
    position: relative;
    text-decoration: none; }
    .submenu-list .active > a {
    	color: #565656;
    }
    .submenu-list a:hover {
      text-decoration: underline; }
  .submenu-list .submenu-list {
    font-size: 11px; }
    .submenu-list .submenu-list a {
      padding-left: 32px; }

.header-search-link {
  float: left;
/*  margin: 0 0 -2px -72px; */
  margin: 0 0 -2px -172px;
  width: 72px;
  height: 72px;
  position: relative; }
  .header-search-link:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/sprite-icons.png);
    background-position: -392px -192px;
    width: 24px;
    height: 24px; }
  .header-search-link.active {
    background: #52B442; }
    .header-search-link.active:before {
      background-image: url(../img/sprite-icons.png);
      background-position: -42px -349px;
      width: 32px;
      height: 33px; }

.header-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 2px 0 0;
  background: #DFDFDF;
  height: 70px;
  padding: 18px 188px 18px 62px;
  z-index: 50; }
  .header-search:before {
    content: '';
    position: absolute;
    left: 22px;
    top: 22px;
    background-image: url(../img/sprite-icons.png);
    background-position: -392px -158px;
    width: 24px;
    height: 24px; }
  .header-search input[type="search"] {
    padding: 7px;
    line-height: 18px;
    border-color: #D8DDEB;
    text-transform: none;
    color: #000;
    border-radius: 0; }
    .header-search input[type="search"]:focus {
      border-color: #1aa8f2; }
  .header-search .btn-green {
    position: absolute;
    right: 20px;
    top: 19px;
    width: 135px; }

/* header-top end */
/* header-bottom */
.header-bottom {
  padding: 24px 0 16px;
  /*padding: 0 0 16px;*/
  border-bottom: 2px solid #52B442; }

.logo {
  float: left;
  margin: 0 14% 0 5px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block; }

a.logo:hover {
  opacity: 0.9; }

.header-links {
  overflow: hidden; }

.header-links-list {
  display: table;
  width: 100%;
  white-space: nowrap;
  font-weight: 600; }
  .header-links-list li {
    display: table-cell;
    vertical-align: top;
    text-align: left; }
    .header-links-list li:nth-child(1) {
      width: 25%; }
    .header-links-list li:nth-child(3) .text {
      padding: 10px 0 0; }
    .header-links-list li:nth-child(4) {
      text-align: right; }
      .header-links-list li:nth-child(4) .text {
        padding: 12px 0 0; }
  .header-links-list a {
    display: block;
    color: #616161;
    text-decoration: none; }
    .header-links-list a:hover {
      color: #52B442;
      text-decoration: none; }
  .header-links-list [class*="icon-"] {
    display: inline-block;
    vertical-align: top;
    margin: 8px 3px 0 0; }
    .header-links-list [class*="icon-"].icon-place {
      margin: 6px 5px 0 0; }
    .header-links-list [class*="icon-"].icon-russia {
      margin: 2px 11px 0 0; }
    .header-links-list [class*="icon-"].icon-rosatom {
      /*margin: 5px 0 0;*/ 
        margin: 5px 0 0 -40px;
}
  .header-links-list .text {
    display: inline-block;
    vertical-align: top;
    padding: 8px 0 0;
    white-space: normal;
    text-align: left; }

/* header-bottom end */
/* HEADER END */
/* FOOTER */
.footer {
  border-top: 3px solid #52B442;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 8;
  overflow: hidden; }

.footer-top {
  border-bottom: 3px solid #52B442;
  padding: 49px 0 48px; }

.features-list {
  display: table;
  width: 100%; 
}
  .features-list li {
    display: table-cell;
    text-align: center; 
    width: 50%; /* add */
}
/*
    .features-list li:first-child {
      text-align: left; }
    .features-list li:last-child {
      text-align: right; }
    .features-list li:nth-child(2) {
      width: 25%; }
    .features-list li:nth-child(3) {
      width: 29%; }
*/
  .features-list a {
    display: inline-block;
    max-width: 100%; }
    .features-list a:hover {
      opacity: 0.9; }
  .features-list img {
    max-width: 100%; }

.footer-bottom {
  background: #3778B7;
  color: #fff;
  padding: 65px 0 61px;
  min-height: 152px; }

.copyright {
  font-size: 16px;
  letter-spacing: 0.026em;
  line-height: 1.5;
  float: left;
  padding: 0 0 0 3px;
  font-weight: 400; }

.footer-social {
  float: right;
  margin: 4px 0 0; }

.social-list {
  font-size: 0;
  line-height: 0;
  text-align: right;
  padding: 0 4px 0 0; }
  .social-list li {
    display: inline-block;
    vertical-align: middle; }
    .social-list li + li {
      margin-left: 14px; }
  .social-list a:hover {
    opacity: 0.7; }

/* FOOTER END */
/* CONTENT */
/* main-slider */
.main-slider-wrap {
  position: relative; }
  .main-slider-wrap.active .main-slider-toggle {
    top: 100%;
    bottom: auto; }
  .main-slider-wrap.active .preloader {
    opacity: 0; }

.main-slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 999999999; }

.main-slider-controls-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative; }

.slider-control-left,
.slider-control-right {
  position: absolute;
  top: 224px; }
  .slider-control-left a,
  .slider-control-right a {
    display: block;
    height: 100%; }

.slider-control-left a {
	background-image: url(../img/sprite-arrows.png);
	background-position: -80px 0px;
}
.slider-control-right a {
	background-image: url(../img/sprite-arrows.png);
	background-position: -40px 0px;
}
.slider-control-left {
  left: 20px;
  width: 30px;
  height: 83px; }

.slider-control-right {
  right: 20px;
  width: 30px;
  height: 83px; }

.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
  background: url(../img/preloader.gif) no-repeat;
  width: 64px;
  height: 64px;
  border-radius: 50%; }

.main-slider {
  position: relative;
  border-bottom: 2px solid #52B442;
  opacity: 0;
  height: 573px; }
  .main-slider.overflow {
    height: 575px;
    overflow: hidden; }
  .main-slider .bx-wrapper .bx-pager {
    height: 0;
    bottom: 27px; }
  .main-slider .slider-list > li {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%; }
    .main-slider .slider-list > li.active .caption h2 {
      left: 0;
      opacity: 1; }
.main-slider .slider-list > li.active .caption h2 a {
	color: white;
	text-decoration: none;
}
  .main-slider .caption {
    min-height: 573px;
    z-index: 5;
    position: relative; }
    .main-slider .caption h2 {
      color: #fff;
      font-size: 50px;
      line-height: 1.26;
      font-weight: 400;
      letter-spacing: 0.017em;
      position: relative;
      left: -30px;
      opacity: 0;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
		text-shadow: 0 0 7px #747474;
	}
    .main-slider .caption .inner {
      display: table-cell;
      height: 573px;
      width: 9999px;
      vertical-align: middle;
      padding: 50px 130px 131px; }
  .main-slider.hidden {
    display: none; }

.main-slider-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%; }

.main-slider-image2 {
  z-index: 3; }

.main-slider-image3 {
  z-index: 4; }

.main-slider-toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 137px;
  height: 33px;
  background: #336FAD;
  font-size: 11px;
  color: #f0ecec;
  line-height: 33px;
  z-index: 5;
  text-align: center; }
  .main-slider-toggle:before {
    content: '';
    display: inline-block;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin: 0 10px 0 0; }
  .main-slider-toggle.active:before {
    border-bottom: 0;
    border-top: 8px solid #fff; }

/* main-slider end */
/* activities */
.activities {
  padding: 49px 0 62px; }

.activities-list {
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin: 0 25px 0 8px; }
  .activities-list li {
  	position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: 0 0 20px 20px; }

.block-title {
  text-align: center;
  overflow: hidden;
  margin: 0 0 69px; }
  .block-title h2 {
    display: inline-block;
    position: relative;
    letter-spacing: 0.02em; }
    .block-title h2:before, .block-title h2:after {
      content: '';
      position: absolute;
      top: 50%;
      height: 1px;
      right: 100%;
      margin: 0 40px 0 0;
      background: #CACACA;
      width: 9999px; }
    .block-title h2:after {
      right: auto;
      left: 100%;
      margin: 0 0 0 40px; }
    .block-title h2 a {
      color: #565656;
      text-decoration: none; }
      .block-title h2 a:hover {
        text-decoration: underline;
        color: #52B442; }

.activity {
  text-decoration: none;
  display: block; }
  .activity h3 {
    font-size: 16px;
    color: #336eac; }
  .activity:hover {
    text-decoration: none; }
    .activity:hover h3 {
      color: #9fdd95; }
    .activity:hover img:first-child {
      display: none; }
    .activity:hover img + img {
      display: inline; }

.activity-image {
  margin: 0 0 40px; }
  .activity-image img {
    max-width: 100%; }
    .activity-image img + img {
      display: none; }

/* activities end */
/* news */
.news .block-title {
  margin: 0 0 19px; }

.news-slider-tab {
  display: none; }
  .news-slider-tab:first-child {
    display: block; }

.news-slider-wrap {
  position: relative; }

.news-slider {
  opacity: 0; }
  .news-slider .bx-wrapper .bx-controls-direction a {
    /*display: none;*/ }
  .news-slider:hover .bx-wrapper .bx-controls-direction a {
    display: block; }
  .news-slider.overflow {
    height: 454px;
    overflow: hidden; }

.news-nav-list, .media-nav-list {
  text-align: center;
  padding: 0 80px 44px 80px; }
  .news-nav-list li, .media-nav-list li {
    display: inline-block;
    margin: 0 14px; }
  .news-nav-list li.current a, .media-nav-list li.current a {
      text-decoration: none;
      color: #52B442;
      border-bottom-color: transparent; }
  .news-nav-list a, .media-nav-list a {
    color: #565656;
    border-bottom: 1px dashed #565656;
    text-decoration: none; }
    .news-nav-list a:hover, .media-nav-list a:hover {
      text-decoration: none;
      color: #52B442;
      border-bottom-color: transparent; }

.news-list > li, .media-list > li {
  width: 33.33%;
  float: left; }

.news-item, .media-item {
  display: block;
  position: relative;
  background: #000;
  overflow: hidden; }
  .news-item:hover, .media-item:hover {
    text-decoration: none; }
    .news-item:hover img, .media-item:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 0.53; }
  .news-item .caption, .media-item .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #336eac;
    padding: 11px 29px 6px;
    height: 89px; }
    .news-item .caption .date, .media-item .caption .date {
      color: #fff; }
    .news-item .caption h3, .media-item .caption h3 {
      color: #fff;
      font-size: 16px;
		text-transform: none;
	}
  .news-item.spec:before, .spec.media-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 8px solid #52B442;
    z-index: 5; }
  .news-item.spec .caption, .spec.media-item .caption {
    background: #52B442; }

.date {
  padding: 0 0 6px; }

.news-item-image, .media-item-image {
  position: relative; }
  .news-item-image img, .media-item-image img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity 575ms ease 0s, transform 750ms ease 0s;
    -moz-transition: opacity 575ms ease 0s, transform 750ms ease 0s;
    -ms-transition: opacity 575ms ease 0s, transform 750ms ease 0s;
    -o-transition: opacity 575ms ease 0s, transform 750ms ease 0s;
    transition: opacity 575ms ease 0s, transform 750ms ease 0s; }

/* news end */
/* indicators */
.indicators {
  padding: 81px 0 107px; }

.indicator {
  text-align: center; }
  .indicator h3 {
    font-weight: 300;
    line-height: 1.35; }

.circle-progress {
  max-width: 223px;
  max-height: 223px;
  margin: 0 auto; }
  .circle-progress canvas {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }

.indicator-image {
  margin: 0 auto 47px;
  max-width: 223px;
  height: 225px;
  position: relative; }
  .indicator-image img {
    max-width: 100%; }
  .indicator-image .caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    .indicator-image .caption .title {
      font-weight: 400;
      font-size: 34.54px;
      line-height: 1.1;
      color: #969696;
      display: inline-block; }
      .indicator-image .caption .title .units {
        font-size: 24.18px; }
.indicator-image .caption .title .sep {
	font-size: 24.18px;
	display: inline-block;
	position: relative;
	top: -5px;
}
    .indicator-image .caption .value {
      font-size: 24.18px;
      color: #A6AEBF;
      display: block;
      text-align: center;
      font-family: "Source Sans Pro";
      margin: 0; }
  .indicator-image .caption-inner {
    display: table;
    width: 100%;
    height: 100%;
    padding: 30px 36px 30px 36px; }
  .indicator-image .caption-holder {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
.indicator-image .caption .title .percent_ {
	font-weight: bold;
	font-size: 40px;
}
.indicators-slider-wrap {
  position: relative; }

.indicators-slider {
  opacity: 0; }
  .indicators-slider .bx-wrapper {
    padding: 0 65px; }
  .indicators-slider.overflow {
    overflow: hidden;
    height: 320px; }
  .indicators-slider .bx-wrapper .bx-controls-direction a {
    top: 93px;
    background-color: transparent; }
    .indicators-slider .bx-wrapper .bx-controls-direction a:before {
      display: none; }
    .indicators-slider .bx-wrapper .bx-controls-direction a.bx-prev {
      background-image: url(../img/sprite-arrows.png);
      background-position: 0px 0px;
      width: 30px;
      height: 83px;
      left: 0; }
    .indicators-slider .bx-wrapper .bx-controls-direction a.bx-next {
      background-image: url(../img/sprite-arrows.png);
      background-position: -120px 0px;
      width: 30px;
      height: 83px;
      right: 0; }
  .indicators-slider .slider-list {
    font-size: 0;
    line-height: 0; }
  .indicators-slider .indicator {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 10px; }

/* indicators end */
/* media */
.media .block-title {
  margin: 0 0 14px; }

.media-nav-list {
  padding: 0 0 38px 0; }

.media-item.video .caption {
  background: #3EA0D8; }

.media-item .caption h3 {
  width: 9999px;
  height: 73px;
  display: table-cell;
  vertical-align: top;
  padding: 0 0 7px;
	text-transform: none;
}

.media-item-image [class*="icon-"] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -32px; }

/* media end */
/* two-columns */
.two-columns {
  padding: 80px 0 99px;
  overflow: hidden; }

/* two-columns end */
/* offices */
.offices {
  float: left;
  width: 53.6%;
  position: relative;
  z-index: 5; }
  .offices .block-title {
    margin: 0 0 86px;
    text-align: right;
    padding-right: 200px; }

.offices-map-holder {
  text-align: right;
  padding: 0 10px; }

.offices-map {
  display: inline-block;
  max-width: 100%;
  position: relative; }
  .offices-map img {
    max-width: 100%; }

.office {
  position: absolute; }
  .office.left .office-content {
    left: auto;
    right: 100%;
    margin: 0 20px -6px 0; }

.office-link {
  background-image: url(../img/sprite-icons.png);
  background-position: -392px -295px;
  width: 17px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0; }
  .office-link.active {
    margin: -10px 0 0 -7px;
    background-image: url(../img/sprite-icons.png);
    background-position: -392px -108px;
    width: 29px;
    height: 40px; }

.office-tooltip {
  position: absolute;
  color: #52c240;
  font-size: 11px;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap; }

.office-content {
  position: absolute;
  left: 100%;
  bottom: 100%;
  background: #fff;
  border: 1px solid #52B442;
  width: 238px;
  min-height: 121px;
  padding: 14px 10px 24px 22px;
  font-size: 13px;
  text-align: left;
  margin: 0 0 -4px 26px;
  z-index: 5;
  display: none; }
  .office-content a {
    color: #52B442;
    text-decoration: underline; }
    .office-content a:hover {
      text-decoration: none; }
  .office-content .title {
    font-weight: 700;
    padding: 0 0 14px;
    line-height: 1.4;
    letter-spacing: 0.06em; }

.office-content-close {
  position: absolute;
  right: 7px;
  top: 2px;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #000 !important;
  font-size: 13px; }

.office-content-list {
  letter-spacing: 0.04em; }
  .office-content-list li + li {
    padding-top: 8px; }
  .office-content-list a {
    color: #52B442; }

/* offices end */
/* facts */
.facts {
  float: left;
  width: 46.4%; }
  .facts .block-title {
    margin: 0 0 107px;
    padding-left: 129px;
    text-align: left; }

.fact-item {
  font-family: "PT Sans";
  font-weight: 400;
  max-width: 315px;
  padding: 0 0 29px;
  margin: 0 0 0 15%;
  position: relative;
  line-height: 1.18; }
  .fact-item h3 {
    color: #336dac;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 37px;
    line-height: 1.19; }
  .fact-item p {
    color: #575757;
    max-width: 160px;
    padding: 0;
    position: relative;
    margin-bottom: -63px; }

.fact-item-round {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  text-align: center;
  font-size: 24.78px;
  color: #fff;
  background: #3F9FD9;
  position: absolute;
  right: 0;
  bottom: 0; }
  .fact-item-round .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 124px;
    height: 124px; }

/* facts end */
/* CONTENT END */
/* MAIN PAGE */
.main-page {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600; }
  .main-page h1, .main-page h2, .main-page h3, .main-page h4, .main-page h5, .main-page h6 {
    font-weight: 400; }
  .main-page .content {
    padding: 0; }

/* MAIN PAGE END */
/* CONTACTS PAGE */
.contacts-page .main-title {
  border: 0;
  margin: 0;
  padding: 0 0 26px; }

.contacts {
  padding: 0 0 63px; }

.map {
  height: 599px;
  border-top: 1px solid #52B442;
  border-bottom: 1px solid #52B442;
  margin-bottom: 59px; }

.contacts-info-columns {
  margin: 0 0 12px -15px;
  color: #565656;
  letter-spacing: .05em; }
  .contacts-info-columns .column {
    float: left;
    padding-left: 15px;
    width: 62%; }
    .contacts-info-columns .column + .column {
      width: 38%; }

.contacts-info-list, .contacts-info-list-custom ul {
  max-width: 510px;
  line-height: 2.1; }

.feedback {
  max-width: 820px; }
  .feedback h2 {
    padding: 0 0 23px; }
  .feedback textarea {
    padding: 14px 25px 15px; }
  .feedback .form-line-textarea {
    margin: 0 0 25px; }
  .feedback .form-line-captcha {
    margin: 0 0 26px; }
.feedback input, .feedback textarea {
	text-transform: none;
}
/* CONTACTS PAGE END */
/* LEADERSHIP PAGE */
.leadership-page .breadcrumbs {
  padding: 37px 0 16px; }

.leadership-page .main-title {
  margin: 0;
  border: 0;
  padding: 0 0 10px; }

.leadership-page .content-main {
  color: #636366;
  letter-spacing: .025em; }

.leadership-slider-wrap {
  position: relative;
  height: 385px;
  background: #52B442;
  margin: 0 0 103px; }

.leadership-slider {
  position: relative;
  opacity: 0; }
  .leadership-slider .bx-viewport {
    padding: 68px 18px;
    box-sizing: content-box; }
.leadership-item {
  text-transform: uppercase;
  text-align: center;
  border: 3px solid #52B442;
  height: 348px;
  background: #fff;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .leadership-item:hover {
    -webkit-transform: scale(1.14);
    -moz-transform: scale(1.14);
    -ms-transform: scale(1.14);
    -o-transform: scale(1.14);
    transform: scale(1.14); }
.leadership-item .leadership-item-image-in {
	height: 230px;
	overflow: hidden;
}
.leadership-item-state {
  font-size: 13.04px;
  color: #636366;
  padding: 10px 0;
  letter-spacing: 0.05em;
  padding: 13px 5px; }

.leadership-item-image img {
  width: 100%;
  max-width: 100%; }

.leadership-item-image:after {
  content: '';
  margin: 22px auto 16px;
  width: 51px;
  height: 1px;
  background: #52B442;
  display: block; }

.leadership-item-title {
  color: #1b1b1b;
  font-size: 14.04px;
  line-height: 1.5;
  font-weight: 700; }

.side-leadership-image {
  padding: 0 0 18px; }
  .side-leadership-image img {
    width: 100%;
    max-width: 100%; }

.leadership-title {
  padding: 0 0 41px; }
  .leadership-title h2 {
    color: #1b1b1b;
    text-transform: none;
    border-bottom: 1px solid #52B442;
    margin: 0 0 10px;
    letter-spacing: 0.03em; }

.leadership-state {
  color: #636366;
  font-size: 14.91px;
  text-transform: uppercase;
  letter-spacing: 0.06em; }

.side-articles-title {
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #52B442;
  padding: 0 0 2px;
  margin: 0 0 19px;
  font-weight: 700;
  color: #565656; }

.side-articles-list {
  font-size: 14px; }
  .side-articles-list li + li {
    margin-top: 16px; }

/* LEADERSHIP PAGE END */
/* ARTICLES PAGE */
.articles-page .main-title {
  padding: 0 0 6px; }

.articles {
  padding: 0 0 55px; }

.main-title-categories {
  margin: -23px 0 33px; }

.main-title-categories-list {
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 -30px;
  color: #52B442; }
  .main-title-categories-list li {
    display: inline-block;
    padding: 0 0 5px 30px;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.04em; }
  .main-title-categories-list a {
    text-decoration: none;
    color: #565656;
    border-bottom: 1px dashed #565656; }
    .main-title-categories-list a:hover, .main-title-categories-list a.active {
      border-bottom-color: transparent;
      color: #52B442; }
	  
.main-title-dates {
	padding:0 0 15px;
	margin:0 0 37px;
	border-bottom: 1px solid #52b442;
}
.main-title-years-list {
	margin:0 0 10px -21px;
	font-size:14px;
	line-height:1.1;
}
.main-title-years-list li {
	display:inline-block;
	vertical-align:middle;
	margin:0 0 8px 21px;
	text-align:center;
}
.main-title-years-list li.current, .main-title-years-list li.active {
	margin-right:5px;
}
.main-title-years-list li span, .main-title-years-list li.active a {
	color:#fff;
	background:#52b442;
	display:block;
	padding:2px 15px 3px;
}
.main-title-years-list li a {
	color:#52b442;
	display:block;
	text-decoration:none;
}
.main-title-years-list li a:hover {
	text-decoration:underline;
}
.main-title-years-list li.active a:hover {
	text-decoration: none;
}
.main-title-months-list {
	margin:0 0 10px -33px;
	font-size:14px;
	line-height:1.1;
}
.main-title-months-list li {
	display:inline-block;
	vertical-align:middle;
	margin:0 0 8px 34px;
	text-align:center;
}
.main-title-months-list li.current span, .main-title-months-list li.current a {
	color:#fff;
	background:#52b442;
	display:block;
	padding:2px 14px 3px;
}
.main-title-months-list li.disabled span {
	color:#B1B1B1;
	display:block;
}
.main-title-months-list li a {
	color:#52b442;
	display:block;
	text-decoration:none;
}
.main-title-months-list li a:hover {
	text-decoration:underline;
}
.main-title-months-list li.current a:hover {
	text-decoration: none;
}
	  

.articles-section {
  font-size: 0;
  line-height: 0;
  display: table;
  width: 100%;
  margin: 0 0 0 -30px;
  padding: 0 0 4px; }
  .articles-section > .article-item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.63;
    padding: 0 0 58px 30px; }

.article-item-image {
  float: left;
  width: 151px;
  margin: 3px 26px 0 0; }
  .article-item-image img {
    width: 100%;
    height: 100%; }

.article-item-content {
  color: #636366;
  overflow: hidden; }
  .article-item-content h2 {
    font-size: 14px;
    line-height: 1.3;
    text-transform: none;
    padding: 0 0 7px;
  	font-weight: bold;
  }
    .article-item-content h2 a {
      color: #565656;
      text-decoration: none; }
      .article-item-content h2 a:hover {
        text-decoration: underline;
        color: #52B442; }
  .article-item-content p {
    padding: 0; }

.article-item-date {
  color: #52B442;
  padding: 0 0 10px; }

/* pagination */
.pagination-list {
  font-size: 0;
  line-height: 0;
  color: #fff;
  margin: 0 0 0 -13px; }
  .pagination-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 6px 13px; }
    .pagination-list li.prev {
      margin-right: -9px; }
      .pagination-list li.prev a {
        position: relative;
        display: block;
        background: none; }
        .pagination-list li.prev a:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          background-image: url(../img/sprite-arrows.png);
          background-position: -160px -67px;
          width: 10px;
          height: 18px;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .pagination-list li.next {
      margin-left: 4px; }
      .pagination-list li.next a {
        position: relative;
        display: block;
        background: none; }
        .pagination-list li.next a:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          background-image: url(../img/sprite-arrows.png);
          background-position: -160px -39px;
          width: 10px;
          height: 18px;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .pagination-list a,
  .pagination-list span {
    color: #fff;
    text-decoration: none;
    display: block;
    min-width: 24px;
    height: 24px;
    text-align: center;
    background: #7DC771; }
  .pagination-list a {
    background: #3778B7; }
    .pagination-list a:hover {
      background: #7DC771; }

/* pagination end */
/* ARTICLES PAGE END */
/* RADIO PAGE */
.radio-page .main-title {
  padding: 0 0 11px; }
  .radio-page .main-title .content-title.medium {
    font-size: 24px;
    font-weight: 700; }

.radio-block {
  padding: 0 38px 82px; }

.radio-block-field {
  position: relative;
  min-height: 344px;
  margin: 0 0 10px; }
  .radio-block-field [class*="icon"] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 0 0 11px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.radio-block-control-play {
  float: left;
  margin: 13px 16px 0 0;
  background-image: url(../img/sprite-icons.png);
  background-position: -392px -260px;
  width: 23px;
  height: 25px; }

.radio-block-control-volume {
  float: right;
  margin: 0 5px 0 10px;
  background-image: url(../img/sprite-icons.png);
  background-position: -297px -251px;
  width: 41px;
  height: 27px; }

.radio-block-control-line {
  overflow: hidden;
  height: 49px;
  padding: 0 5px;
  position: relative; }

.radio-block-control-line-inner {
  height: 100%;
  position: relative; }
  .radio-block-control-line-inner:before {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #C2C2C2; }

.radio-block-control-line-progress {
  height: 5px; }

.radio-block-control-line-drag {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 21px;
  margin: -10px 0 0 -5px;
  background: #52B442; }
  .radio-block-control-line-drag:before {
    content: '';
    position: absolute;
    height: 5px;
    top: 50%;
    right: 100%;
    width: 9999px;
    margin: -2px 0 0;
    background: #52B442; }

/* RADIO PAGE END */
/* related-slider-block */
.related-slider-block {
  padding: 100px 0 0; }
  .related-slider-block.small .related-slider.overflow {
    height: 254px; }
  .related-slider-block.small .related-item .caption {
    padding: 18px;
    height: 66px; }
    .related-slider-block.small .related-item .caption h3 {
      font-weight: 400;
      font-size: 12px;
      line-height: 1.3; }

.related-slider-wrap {
  position: relative; }
  .related-slider-wrap.active .preloader {
    opacity: 0; }

.related-slider {
  opacity: 0; }
  .related-slider.overflow {
    height: 288px;
    overflow: hidden; }

.related-slider-block-title {
  background: #52B442;
  padding: 9px 0 7px; }
  .related-slider-block-title .title {
    font-size: 15.13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    float: left; }
    .related-slider-block-title .title.large {
      font-weight: 700; }
  .related-slider-block-title.large {
    padding: 6px 0 5px; }
    .related-slider-block-title.large .title {
      font-weight: 700;
      font-size: 18px; }

.related-slider-toggle {
  float: right;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  margin: 6px 4px 0 0; }
  .related-slider-toggle:before {
    content: '';
    display: inline-block;
    border-bottom: 12px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-right: 7px;
    position: relative;
    top: 2px; }
  .related-slider-toggle:hover {
    text-decoration: underline; }
  .related-slider-toggle.active:before {
    border-bottom: 0;
    border-top: 12px solid #fff; }

.related-item {
  white-space: normal;
  display: block;
  position: relative;
  background: #000;
  overflow: hidden;
  text-decoration: none; }
  .related-item:hover {
    text-decoration: none; }
    .related-item:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 0.53; }
  .related-item .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #336eac;
    padding: 6px 11px 18px; }
    .related-item .caption .date {
      color: #fff;
      font-weight: 600;
      font-size: 15.13px;
      padding: 0 0 2px; }
    .related-item .caption h3 {
      color: #fff;
      font-size: 17.3px;
      line-height: 1.15;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0.025em; }
    .related-item .caption:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 1px;
      background: #85A8CD; }

.related-item-image {
  position: relative; }
  .related-item-image img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity 575ms ease 0s, transform 750ms ease 0s;
    -moz-transition: opacity 575ms ease 0s, transform 750ms ease 0s;
    -ms-transition: opacity 575ms ease 0s, transform 750ms ease 0s;
    -o-transition: opacity 575ms ease 0s, transform 750ms ease 0s;
    transition: opacity 575ms ease 0s, transform 750ms ease 0s; }
  .related-item-image [class*="icon-"] {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* related-slider-block end */
/* VIDEO PAGE */
.video-page .related-slider-block {
  padding: 78px 0 0; }
  .video-page .related-slider-block .title {
    font-size: 14px; }

.video-page .related-slider-block-title {
  padding: 3px 0 6px; }

.video-page .content {
  padding: 0 0 82px; }
  .video-page .content .content-bottom {
    padding: 31px 0 0; }
    .video-page .content .content-bottom .history-back {
      margin: 0 0 0 2px; }

.video-block {
  position: relative; }

.video-block-play {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  cursor: pointer; }
  .video-block-play:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -8px;
    background-image: url(../img/sprite-icons.png);
    background-position: -297px 0px;
    width: 85px;
    height: 85px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.video-block-holder {
  height: 687px;
  overflow: hidden;
  background: #000;
  background-size: cover;
  background-position: center center; }
  .video-block-holder iframe {
    width: 100%;
    height: 100%; }

/* VIDEO PAGE END */
/* MEDIAGALLERY-PAGE */
.mediagallery-page .content {
  padding: 0 0 68px; }
  .mediagallery-page .content .content-bottom {
    padding: 82px 0 45px; }
    .mediagallery-page .content .content-bottom .history-back {
      margin: 0 0 0 5px; }

.mediagallery-slider-wrap {
  position: relative; }

.mediagallery-slider {
  padding: 44px 0 45px;
  opacity: 0; }
  .mediagallery-slider.overflow {
    overflow: hidden;
    height: 698px; }

.mediagallery-slider-pager-wrap {
  position: relative; }

.mediagallery-slider-pager {
  opacity: 0; }
  .mediagallery-slider-pager .slider-list li.active .mediagallery-slider-pager-item:before {
    display: block; }
  .mediagallery-slider-pager.overflow {
    height: 180px;
    overflow: hidden; }

.mediagallery-slider-pager-item {
  display: block;
  position: relative; }
  .mediagallery-slider-pager-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #52B442;
    display: none; }
  .mediagallery-slider-pager-item img {
    width: 100%;
    max-width: 100%; }
  .mediagallery-slider-pager-item:hover:before, .mediagallery-slider-pager-item.active:before {
    display: block; }

.slider-def-control-left {
  position: absolute;
  left: 0;
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -27px;
  background: rgba(5, 5, 5, 0.43);
  background-position: 0 0;
  cursor: pointer;
  z-index: 20; }
  .slider-def-control-left:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -3px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/sprite-arrows.png);
    background-position: 0px -93px;
    width: 19px;
    height: 35px; }
  .slider-def-control-left:hover {
    background: #050505; }

.slider-def-control-right {
  position: absolute;
  right: 0;
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -27px;
  background: rgba(5, 5, 5, 0.43);
  background-position: 0 0;
  cursor: pointer;
  z-index: 20; }
  .slider-def-control-right:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 2px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/sprite-arrows.png);
    background-position: -29px -93px;
    width: 19px;
    height: 35px; }
  .slider-def-control-right:hover {
    background: #050505; }

/* MEDIAGALLERY-PAGE END */
/* HISTORY PAGE */
.history-slider-main-wrap {
  position: relative;
  margin: 104px 0 82px;
  overflow: hidden; }

.history-slider-wrap {
  margin: 0 -50000px; }

.history-slider-containment {
  text-align: center;
  margin: 0 auto; }

.history-slider {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  cursor: move;
  left: 0;
  padding: 0 80px; }
  .history-slider.active {
    -webkit-transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -ms-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s; }
  .history-slider:before {
    content: '';
    background: #52B442;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -2px;
    height: 5px;
    z-index: 3; }

.history-slider-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 4;
  text-align: center; }
  .history-slider-item + .history-slider-item {
    margin-left: -30px; }

.history-slider-event-holder {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 0 28px; }

.history-slider-event {
  position: relative;
  width: 172px;
  height: 114px;
  display: block;
  margin: 0 auto; }

.history-slider-events-top {
  display: table;
  width: 100%;
  padding: 0 0 0 20px;
  height:114px;
}
  .history-slider-events-top .history-slider-event:before {
    content: '';
    position: absolute;
    border-left: 1px dashed #52B442;
    top: 100%;
    height: 99px;
    left: 50%;
    z-index: 9; }

.history-slider-events-bottom {
  display: table;
  width: 100%; }
  .history-slider-events-bottom .history-slider-event:before {
    content: '';
    position: absolute;
    border-left: 1px dashed #52B442;
    bottom: 100%;
    height: 99px;
    left: 50%;
    z-index: 9; }

.history-slider-event-image {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 10; }
  .history-slider-event-image img {
    width: 100%;
    max-width: 100%; }
  .history-slider-event-image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #52B442; }
  .history-slider-event-image:hover:before {
    border-width: 4px; }

.history-slider-year {
  border-radius: 50%;
  width: 59px;
  height: 59px;
  text-align: center;
  border: 4px solid #52B442;
  color: #52B442;
  line-height: 50px;
  font-size: 15.19px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin: 71px 0;
  background: #fff; }
  .history-slider-year span {
    border-bottom: 1px dashed #52B442;
    display: inline-block;
    line-height: 1.25; }
  .history-slider-year:hover,
  .history-slider-year .active {
    background: #52B442;
    color: #fff; }

.popup-container {
  display: none; }

.popup {
  max-width:1105px;
  min-width: 400px;
  padding: 20px; }

.popup-title {
  border-bottom: 1px solid #52B442;
  margin: 0 0 31px; }
  .popup-title h2 {
    color: #4f4f4f;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: 0.027em; }

.popup-content {
  font-size: 18px;
  line-height: 1.33;
  color: #4f4f4f;
  letter-spacing: 0.025em; }

/* HISTORY PAGE END */
.content .content-bottom {
  padding: 28px 0 0;
  clear: both; }

blockquote, .history-back, .news-date, .content-title, .similar-news-title, .sidebar-block-title, .similar-news-list a, .sidebar-block-list a, .category-list a {
  letter-spacing: .025em; }

blockquote {
  display: block;
  background: #fff;
  border-left: 2px solid #52B442;
  padding: 0 50px 0 20px;
  margin: 15px 0 36px 146px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #636366; }

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
  margin: 0 30px 5px 0; }

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
  margin: 0 0 5px 30px; }

.breadcrumbs {
  padding: 37px 0 20px; }

.breadcrumbs-list {
  letter-spacing: .025em;
  padding: 0 !important; }
  .breadcrumbs-list > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 15px 0 0 !important;
    font-size: 13px;
    line-height: 15px;
    color: #8e8e8e; }
    .breadcrumbs-list > li:after {
      position: absolute;
      content: '/';
      right: 3px;
      top: 1px;
      font-size: 13px;
      line-height: 15px;
      color: #52B442; }
    .breadcrumbs-list > li:before {
      display: none; }
    .breadcrumbs-list > li:last-child:after {
      display: none; }
  .breadcrumbs-list a {
    display: block;
    color: #52B442;
    font-size: 13px;
    line-height: 15px; }

.content-sidebar .sidebar-block {
  padding: 0 0 31px; }

.content-sidebar li {
  padding-left: 0; }
  .content-sidebar li:before {
    display: none; }

.history-back {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #52B442;
  padding: 0 0 0 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  font-weight: 400; }
  .history-back:before {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    background-image: url(../img/sprite-arrows.png);
    background-position: -160px -95px;
    width: 9px;
    height: 16px; }

.content-bottom .history-back {
  margin: 0; }

.content-main {
  float: left;
  padding: 0 390px 0 0;
  width: 100%; }

.content-sidebar {
  float: left;
  padding: 3px 0 0;
  width: 320px;
  margin: 0 0 0 -320px; }

.news-full-page .main-title h1 {
  text-transform: none; }

.news-full-page .content {
  padding: 0 0 40px; }

.news-full {
  color: #636366;
  font-size: 13px;
  line-height: 21px; }

.news-date {
  color: #8e8e8e;
  font-size: 13px;
  line-height: 15px;
  padding: 0 0 10px; }

.main-title {
  padding: 0 0 13px;
  margin: 0 0 31px;
  border-bottom: 1px solid #52B442; }

.content-title {
  font-size: 30px;
  line-height: 34px;
  color: #565656;
  padding-right: 320px;
  text-transform: uppercase; }
  .content-title.medium {
    font-size: 26px;
    line-height: 30px;
    text-transform: none; }
  .content-title.small {
    font-size: 21px;
    line-height: 27px;
    text-transform: none; }

.similar-news .similar-news-title, .sidebar-block .similar-news-title, .similar-news .sidebar-block-title, .sidebar-block .sidebar-block-title {
  padding: 0 0 22px; }

.similar-news-title, .sidebar-block-title {
  font-size: 24px;
  line-height: 27px;
  color: #565656;
  font-weight: 400;
  text-transform: uppercase; }
.sidebar-block-title.sb-small {
	font-size: 20px;
	line-height: 24px;
	text-transform: none;
}

.similar-news-list > li, .sidebar-block-list > li {
  padding: 0 0 16px;
  line-height: 16px; }

.similar-news-list a, .sidebar-block-list a {
  font-size: 14px;
  line-height: 16px; }

.rosrao-page .category-list {
  padding: 70px 0 0; }
  .rosrao-page .category-list {
	  font-size:0;
	  line-height:0;
	  margin:0 0 0 -10px;
  }
  .rosrao-page .category-list > li {
	  width:25%;
	  vertical-align:top;
	  padding:0 0 50px 10px;
  }

.category-list {
  text-align: center;
  padding: 70px 0 0; }
  .category-list > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 60px 20px; }
  .category-list a {
    display: block;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    width: 210px;
    text-decoration: none;
    margin: 0 auto; }
    .category-list a:hover {
      text-decoration: underline; }
  .category-list img {
    display: block;
    margin: 0 auto 28px; }
  .category-list span {
    display: block; }

.sertificates-page .content-title {
  font-weight: 600;
  text-transform: none; }

.sertificates-page .content-sidebar {
  text-align: center; }

.content-sidebar .sertificate-item {
  display: inline-block;
  margin: 0 auto; }

ol {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item; }
  ol li {
    display: block;
    position: relative;
    padding-left: 25px !important; }
    ol li:before {
      content: counters(item, ".") ". ";
      position: absolute;
      left: 0;
      top: 0;
      counter-increment: item;
      vertical-align: top;
      font-weight: 700;
      color: #52B442;
      font-size: 14px; }

.sertificates-list li {
  padding-bottom: 21px; }

.sertificates-list a {
  font-size: 14px; }

.sertificates-list a.active {
	color: #616161;
	text-decoration: none;
}
.about-us-page .content {
  padding: 0 0 40px; }

.content-static {
  color: #636366;
  letter-spacing: .025em; }
.content-static h3, .content-static h4 {
	padding: 0 0 21px;
}
.content-static img {
	max-width: 100%;
	height: auto;
}
  .content-static ul, .popup-content ul {
    list-style-type: none;
    padding: 0 0 21px;
	overflow:hidden;
    margin: 0; }
  .content-static ol {
  	padding: 0 0 21px;
	overflow:hidden;
  }
    .content-static ul li, .popup-content ul li {
      position: relative;
      padding-left: 22px; }
      .content-static ul li:before, .popup-content ul li:before {
        position: absolute;
        content: '';
        left: 0;
        top: 6px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #7dc771; }
    .content-static ul.small li {
      padding-left: 13px; }
      .content-static ul.small li:before {
        width: 6px;
        height: 6px;
        top: 8px; }

.icon-pdf {
  background-image: url(../img/sprite-icons.png);
  background-position: -346px -193px;
  width: 33px;
  height: 44px; }

.sidebar-files li {
  overflow: hidden; }

.sidebar-files .icon-pdf {
  display: block;
  float: left;
  margin: 2px 20px 0 0; }

.sidebar-files a:hover .icon-pdf {
  margin-top: 0; }

.simple-ul {
  list-style-type: none;
  padding: 0 0 21px;
  margin: 0; }
  .simple-ul li {
    position: relative;
    padding-left: 22px; }
    .simple-ul li:before {
      position: absolute;
      content: '';
      left: 0;
      top: 6px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #7dc771; }

.values-page .category-list > li {
  padding: 0 24px 24px; }

.values-page .category-list a {
  width: auto; }

.partners-list {
  overflow: hidden;
  font-size: 0;
  margin: 0 0 0 -20px; }
  .partners-list > li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px; }
  .partners-list a {
    display: block;
    width: 100%;
    padding: 20px 0; }
  .partners-list .inner {
    height: 65px; }

.centered {
  display: table;
  width: 100%;
  height: 100%; }
  .centered .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%; }

.no-corruption-page .hotline {
  padding: 0 0 126px; }

.hotline {
  letter-spacing: .025em; }

.hotline-title {
  font-size: 24px;
  line-height: 36px;
  color: #2c2c2c;
  font-weight: 400; }

.hotline-phone {
  font-size: 24px;
  line-height: 36px;
  color: #2c2c2c;
  font-weight: 700;
  text-decoration: none; }
  .hotline-phone:hover {
    text-decoration: underline; }

.icon-pdf-big {
  background-image: url(../img/sprite-icons.png);
  background-position: -297px -95px;
  width: 66px;
  height: 88px; }

.order-list {
  font-size: 0;
  margin: 0 0 0 -50px; }
  .order-list > li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 27px;
    padding: 0 0 123px 50px; }
  .order-list a {
    font-weight: 700;
    letter-spacing: .05em; }
  .order-list .icon-pdf-big {
    float: left;
    margin: -14px 37px 0 0; }

.quality-policy-page .content > .container {
  color: #2c2c2c; }

.quality-policy-page .order-list {
  text-align: center; }
  .quality-policy-page .order-list > li {
    width: 33%;
    text-align: left; }

.quality-policy-page .quality-intro {
  padding: 0 0 68px; }

.quality-intro {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: .025em;
  color: #2c2c2c; }

.transport-intro {
  font-size: 14px;
  line-height: 21px;
  border-bottom: 1px solid #52B442;
  padding: 0 0 79px;
  margin: 0 0 30px; }

.transport-list {
  font-size: 0;
  letter-spacing: .025em;
  margin: 0 0 0 -60px; }
  .transport-list > li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 21px;
    color: #636366;
    width: 50%;
    padding: 0 0 60px 60px; }

.transport-item {
  overflow: hidden; }
  .transport-item .transport-item-img {
    float: left;
    padding: 0 30px 0 0; }
  .transport-item .transport-item-info {
    overflow: hidden; }
  .transport-item strong {
    display: block; }

.offices-page .offices-map-holder.big {
  margin: 0 0 142px; }

.offices-map-holder.big .office-link {
  background-image: url(../img/sprite-icons.png);
  background-position: -392px -54px;
  width: 29px;
  height: 44px; }

.offices-map-holder.big .main-map {
  position: relative;
  left: -38px;
  top: 3px; }

.offices-map-holder.big .office-tooltip {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px; }

.map-offices {
  list-style-type: none;
  margin: 0 0 0 -100px;
  padding: 0;
  overflow: hidden; }
  .map-offices > li {
    padding: 0 0 0 100px;
    width: 25%;
    float: left; }
  .map-offices ul {
    margin: 0;
    font-size: 13px;
    line-height: 27px;
    list-style-type: none;
    padding: 0 0 40px; }
  .map-offices strong {
    display: block;
    padding: 0 0 10px;
    line-height: 19px; }

.offices-single-page {
  padding: 0 0 42px; }
  .offices-single-page .office-main {
    padding: 0 0 30px;
    overflow: hidden; }
  .offices-single-page .main-title {
    position: relative;
    padding-right: 110px !important; }
    .offices-single-page .main-title .office-item-time.big {
      position: absolute;
      right: 0;
      top: 3px; }

.office-main {
  font-size: 14px;
  line-height: 27px;
  color: #565656;
  letter-spacing: .025em; }
  .office-main .office-main-photo {
    float: left;
	width:200px;
    margin: 9px 27px 0 0; }
	.office-main .office-main-photo img {
		width:100%;
		max-width:100%;
	}
  .office-main .office-main-position {
    overflow: hidden;
    margin: 0 0 -2px; }
  .office-main .office-main-name {
    padding: 0 0 38px;
    overflow: hidden; }
  .office-main p {
    padding: 0 0 27px;
    overflow: hidden; }

.office-main-photo img {
  display: block;
   }

.office-main-position {
  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  color: #565656;
  letter-spacing: .025em; }

.office-main-name {
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  color: #565656;
  letter-spacing: .025em; }

.office-list > li {
  padding: 0 0 20px; }

.office-item {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: .05em;
  color: #565656; }
  .office-item .office-item-title {
    margin: 0 0 25px; }

.office-item-title {
  font-size: 18px;
  line-height: 27px;
  color: #565656;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  border-bottom: 1px solid #52B442;
  position: relative;
  padding: 0 0 3px;
  padding-right: 70px !important; }
  .office-item-title .office-item-time {
    position: absolute;
    right: 0;
    top: 6px; }

.office-item-time {
  font-size: 18px;
  line-height: 18px;
  color: #565656;
  text-transform: uppercase;
  font-weight: 400; }
  .office-item-time .icon-clock {
    vertical-align: top;
    margin: 1px 4px 0 0; }
  .office-item-time.big {
    font-size: 28px;
    line-height: 28px; }
    .office-item-time.big .icon-clock-big {
      margin: -3px 10px 0 0; }

.icon-clock {
  background-image: url(../img/sprite-icons.png);
  background-position: -348px -251px;
  width: 16px;
  height: 16px; }

.icon-clock-big {
  background-image: url(../img/sprite-icons.png);
  background-position: -392px -226px;
  width: 24px;
  height: 24px; }

/* MEDIAGALLERY PAGE */
.mediagallery-main-page .content {
  padding: 0 0 55px; }

.mediagallery-section {
  margin: -31px 0 63px -41px; }
  .mediagallery-section > article {
    width: 33.33%;
    float: left;
    padding: 39px 0 0 41px; }
  .mediagallery-section .media-item .caption {
    min-height: 0;
    padding: 11px 19px 9px; }
    .mediagallery-section .media-item .caption h2 {
      font-size: 13px;
      line-height: 1.14;
      color: #fff;
      font-weight: 600;
      text-transform: none;
      letter-spacing: 0.025em; }
  .mediagallery-section .media-item-image [class*="icon-"] {
    margin-top: -21px; }
.mediagallery-section .caption {
	height: 62px;
}
/* MEDIAGALLERY PAGE END */

/* SEARCH PAGE */
.search-results-page .content {
	padding:77px 0 155px;
}
.search-results-page .main-title {
	padding:0 0 4px;
}
.search-results-page .content-title {
	font-size:26px;
	font-weight:600;
}
.search-results-page .content-main {
	padding:0 340px 0 0;
}
.search-results-page .content-sidebar {
	width:291px;
	margin:0 0 0 -291px;
}

/* content-search */
.content-search {
	padding:0 153px 0 0;
	position:relative;
	max-width:924px;
	margin:58px 0 85px;
}
.content-search input[type="text"]{
	border-color:#ACACAC;
	padding:7px 10px 5px;
	text-transform: none;
}
.content-search .btn-green {
	position:absolute;
	right:0;
	top:0;
	width:135px;
}
/* content-search end */

/* search-results */
.search-results {
	padding:3px 0 158px;
}
.search-result-item+.search-result-item {
	margin-top:37px;
}
.search-result-item-top {
	padding:0 0 1px;
}
.search-result-item-date {
	font-size:13px;
	color:#52b442;
	display:inline-block;
	vertical-align:middle;
	margin-right:52px;
	letter-spacing:0.04em;
	min-width: 190px;
}
.search-result-item-category {
	font-size:14px;
	line-height:1.1;
	color:#565656;
	font-weight:600;
	padding:2px 9px;
	background:#52B442;
	display:inline-block;
	vertical-align:middle;
}
.search-result-item h2 {
	font-size:14px;
	font-weight:700;
	text-transform:none;
	padding:0 0 2px;
}
.search-result-item h2 a {
	color:#565656;
}
.search-result-item p {
	padding:0;
	font-size:13px;
	color:#636366;
}
.search-result-item p strong {
	color:#52b442;
}
/* search-results end */

/* side-sort */
.side-sort {
	color:#636366;
	font-size:13px;
	line-height:1.1;
}
.side-sort-title {
	text-transform:uppercase;
	padding:0 0 28px;
}
.side-sort-list {
	padding:0 0 25px;
}
.side-sort-list li+li {
	margin-top:6px;
}
.side-sort-list a {
	
}
.side-sort-pages {
	
}
.side-sort-pages span {
	margin-right:4px;
}
/* side-sort end */
/* SEARCH PAGE END */

/* INFORMER PAGE */
.informer-page .content {
	padding:0 0 195px;
}
.informer-page .main-title {
	padding:0 0 4px;
	margin:0 0 56px;
}
.informer-page .content-main {
	padding:0 433px 0 0;
}
.informer-page .content-sidebar {
	width:306px;
	margin-left:-306px;
}
.informer-page .content-title {
	font-size:26px;
}
.informer-word+.informer-word {
	margin-top:54px;
}
.informer-word-title {
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
	width:52px;
	height:51px;
	line-height:47px;
	background:#52B442;
	text-align:center;
	margin:0 0 30px;
}
.informer-word-columns {
	margin-left:-45px;
}
.informer-word-columns [class*="column-"]{
	padding-left:45px;
}
.informer-word-term+.informer-word-term {
	margin-top:29px;
}
.informer-word-term h2 {
	font-size:13px;
	color:#565656;
	font-weight:700;
	padding:0 0 12px;
}
.informer-word-term p {
	padding:0;
	color:#636366;
	font-size:13px;
	padding-bottom: 18px;
}

.side-alphabet {
	padding:83px 0 0;
}
.side-alphabet-list {
	font-size:23px;
	line-height:43px;
	text-transform:uppercase;
	padding:0 0 15px;
}
.side-alphabet-list:after {
	content:'';
	display:table;
	clear:both;
}
.side-alphabet-list li {
	float:left;
	width:44px;
	margin:0 0 8px 7px;
}
.side-alphabet-list a, .side-alphabet-list span {
	display:block;
	height:44px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:#6FC467;
}
.side-alphabet-list a:hover {
	text-decoration:underline;
}
.side-alphabet-list span {
	background: silver;
}
.informer-alphabet-toggle-link {
	display:none;
}
/* INFORMER PAGE END */

/* MAP PAGE */
.time-holder{
	position:relative;
	height:50px;
	z-index:100;		
}
.time-holder:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	border-bottom:1px dashed #D8D8D8;
}
.time-holder-container{
	position:absolute;
	height:50px;
	z-index:100;
	left:0px;
	top:0px;
	width: 2400px;
}
.day-time {
	position:absolute;
	height:50px;
	z-index:110;
	top:0px;
	left:600px;
}
.day-time.night {
	left:1800px;
}
.day-time-btn {
	padding:65px 0 0;
	font-size:18.67px;
	text-align:center;
	margin-left:-25px;
	position:absolute;
	top:1px;
	color:#565656;
}
.day-time-btn:before {
	content:'';
	position:absolute;
	left:50%;
	top:0;
	width:49px;
	height:48px;
	margin-left:-25px;
	background:#fff url('../img/icon-sun.png') no-repeat 50% 50%;
}
.night .day-time-btn:before {
	background:#fff url('../img/icon-moon.png') no-repeat 50% 50%;
}
.office-time {
	position:relative;
	padding:0 0 11px 22px;
	font-size:18.67px;
	color:#565656;
}
.office-time:before {
	content:'';
	position:absolute;
	left:0;
	top:7px;
	background-image: url(../img/sprite-icons.png);
	background-position: -348px -251px;
	width: 16px;
	height: 16px;
}
/* MAP PAGE END */


/* MOBILE */
.large-res,
.medium-res,
.small-res {
  position: absolute;
  left: -9999px;
  top:-9999px;
  width: 1px;
  height: 1px;
  display: none; }

.tablet .main-slider .slider-list > li, .mobile .main-slider .slider-list > li {
  background-attachment: scroll;
  background-position: center center; }

.header-nav-link {
  display: none; }

/* time-map-holder */
.offices-map-holder.big {
	text-align:center;
}  
.offices-map-holder.big .offices-tooltips {
	position:absolute;
	left:0;
	top:0;
	z-index:50;
	width:100%;
	height:100%;	
}
.offices-map-holder.big .offices-links {
	position:absolute;
	left:0;
	top:0;
	z-index:60;
	width:100%;
	height:100%;
}
.offices-point {
	position:absolute;
	left:0;
	top:0;
	z-index:55;
}
.office-point {
	width:11px;
	height:11px;
	position:absolute;
	border-radius:50%;
	border:1px solid #fff;
	background:#336EAC;
	z-index:55;
}
.office-point.active {
	background:#7DC771;
}
.offices-map-holder.big .office-link.active {
	margin:0;
	background-position:-392px -108px;
}
.time-map-holder {
	overflow:hidden;
	max-width:1000px;
	position:relative;
	z-index:1;
}
.time-map-grad {
	position:absolute;
	left:0;
	width:2400px;
	bottom:0;
	top:0;
	z-index:5;
	background: rgb(17,100,170); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(17,100,170,1) 0%, rgba(17,100,170,1) 50%, rgba(1,57,93,1) 60%, rgba(0,55,89,1) 75%, rgba(1,57,93,1) 90%, rgba(17,100,170,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(17,100,170,1) 0%,rgba(17,100,170,1) 50%, rgba(1,57,93,1) 60%, rgba(0,55,89,1) 75%, rgba(1,57,93,1) 90%, rgba(17,100,170,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(17,100,170,1) 0%,rgba(17,100,170,1) 50%, rgba(1,57,93,1) 60%, rgba(0,55,89,1) 75%, rgba(1,57,93,1) 90%, rgba(17,100,170,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1164aa', endColorstr='#1164aa',GradientType=1 ); /* IE6-9 */
}
.time-map-grad:before {
	content:'';
	position:absolute;
	/*left:0%;*/
	right:100%;
	top:0;
	bottom:0;
	width:600px;
	background: -moz-linear-gradient(left, rgba(0,55,89,1) 0%, rgba(1,57,93,1) 60%, rgba(17,100,170,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,55,89,1) 0%, rgba(1,57,93,1) 60%, rgba(17,100,170,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,55,89,1) 0%, rgba(1,57,93,1) 60%, rgba(17,100,170,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1164aa', endColorstr='#1164aa',GradientType=1 ); /* IE6-9 */
}
.time-map-grad:after {
	content:'';
	position:absolute;
	left:100%;
	top:0;
	bottom:0;
	width:1200px;
	background: rgba(17,100,170,1);
}
.time-map-details {
	position:absolute;
	left:0;
	top:0;
	z-index:7;
	width:1000px;
	height:581px;
}
.time-map {
	position: relative;
	z-index:10;
}
.office-star {
	position:absolute;
	left:30%;
	top:30%;
	background:url('../img/icon-star.png') no-repeat 0 0;
	width:23px;
	height:23px;
	z-index:52;
}

  /* time-map-holder end */
  
  /* timer-region */
  .timer-region-divider.white {
	opacity:0.7;
  }
  /* timer-region end */
  
  
  
  .hidden {
  display: none; }

#canvas {
  position: relative;
  margin-bottom: 30px;
}

#paper {
  width: 100%;
  z-index: 10;
}

#paper2 {
  width: 100%;
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 20;
  left: 0;
  top: 0;
}

svg { 
  width: 100%; 
}

.map_area {
  background-color: #fff;
}

.point {
  position:absolute;
  display:none;
  padding:10px 15px;
  background:#fff;
  -moz-border-radius:8px;
  width: 230px;
  border-radius: 5px;
  box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
  z-index: 1000;
  border: 1px solid #49993E;
}

.point .local_time {
  margin-bottom: 5px;
}

.point .local_time img {
  width: 14px;
  height: 14px;
  margin-right: 5px;  
  margin-top: -2px;
}

.point .local_time span{
  color: #333;
  font-size: 14px;
}

.point span.caption a{
  font-size:13px;
  font-weight:bold;
  text-decoration: underline;
  color: #49993E;
  letter-spacing: 1px;
}

.point span.content{
  display: block;
  padding-top: 10px;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  line-height: 25px;
  letter-spacing: 1px;
  padding-bottom:0;
}

.point .close {
display:block;
position:absolute;
top:0px;
right:-10px;
width:24px;
height:24px;
outline:none;
z-index: 1001;
}

.point .close a{
  color: rgba(0,0,0,.7);
  font-size: 20px;
}

.line{
  position: relative;
  width: 100%;
  height: 30px;
  border-bottom: 1px dashed #ccc;
  margin-top: 40px;
}

.time{
  position: relative;
  width: 100%;
  height: 30px;
  z-index: 10;
  margin-bottom: 10px;
}

.time .img_wrap{
  position: relative;
  width: 40px;
  height: 26px;
  margin-top: -13px;
  background-color: #fff;
}

.time .img_wrap img{
  position: relative;
  width: 26px;
  height: 26px;
  margin-left: 9px;
}

.time .img_wrap .start_point {
  position: absolute;
  width: 50px;
  height: 24px;
  left: -4px;
  top: 33px;
  font-size: 18px;
  text-align: center;
}



/* CORPORATE-STYLE */
.corporate-style-page .breadcrumbs {
	padding:37px 0 13px;
}
.corporate-style-page .content-title {
	font-weight:700;
}
.corporate-style-group {
	padding:0 0 48px;
	max-width:1201px;
}
.corporate-style-group h2 {
	text-transform:uppercase;
	font-size:24px;
	font-weight:700;
	padding:0 0 33px;
}
.corporate-style-group-columns {
	margin-left:-37px;
	margin-right:-14px;
	font-size:0;
	line-height:0;
}
.corporate-style-group-columns [class*="column-"]{
	padding-left:40px;
	display:inline-block;
	vertical-align:top;
	margin-left:-3px;
	float:none;
}
.corporate-style-item {
	font-size:13px;
	line-height:1.63;
	padding:0 0 25px;
}
.corporate-style-item h3 {
	text-transform:uppercase;
	font-weight:700;
	min-height:110px;
	padding:0 0 15px;
}
.corporate-style-item-image {
	min-height:126px;
	padding:0 0 15px;
}
.corporate-style-item-image img {
	max-width:100%;
}
.corporate-style-item-list {
	font-weight:700;
}
.corporate-style-item-list li+li {
	margin-top:6px;
}
.corporate-style-item-list ul {
	background: none;
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
/* CORPORATE-STYLE END */
 
/* MOBILE END */
/* MEDIA 1023 */
@media (max-width: 1280px) {
	.large-res {
		display:block;
	}
  .logo {
    margin-right: 4%; }
  .nav-list {
    margin: 0;
    display: table;
    width: 100%; }
    .nav-list > li {
      float: none;
      width: auto;
      display: table-cell; } }

@media (max-width: 1180px) {
  .logo {
    margin: 0 26% 0 1px;
    width: 108px;
    overflow: hidden; }
  .header-links {
    padding: 4px 0 0; }
  .indicator-image .caption-inner {
    padding: 19px 36px 30px 30px; }
  .offices-map-holder {
    padding: 0 30px; }
  .offices {
    width: 50%; }
    .offices .block-title {
      text-align: center;
      padding-right: 0; }
  .facts {
    width: 50%; }
    .facts .block-title {
      text-align: center;
      padding-left: 0; }
  .features-list li {
    width: 25% !important;
    text-align: center !important; }
 }

/* MEDIA 1023 END */
/* MEDIA 1024 */
@media (max-width: 1024px) {
  .medium-res {
    display: block; }
  body {
    min-width: 1006px; }
  .container {
    padding-left: 22px;
    padding-right: 22px;
    width: 979px; }
  .header-top .container {
    width: auto; }
  .nav {
    /*padding: 0 64px 0 0;*/ }
  .nav-list {
    font-size: 14px; }
    .nav-list > li > a {
      height: 68px;
      line-height: 70px; }
    .nav-list > li.sub:hover > .submenu {
      /*display: none;*/ }
  .submenu {
    width: 201px; }
  .submenu-list li.sub > a:before {
    right: 11px; }
  .submenu-list li.sub:hover > .submenu {
    /*display: none;*/ }
  .header-search-link {
    /*margin: 0 0 -2px -70px;*/
	margin: 0 0 -2px -150px;
    width: 70px;
    height: 70px; }
  .header-search {
    padding: 18px 168px 18px 68px; }
    .header-search:before {
      left: 24px; }
    .header-search .btn-green {
      right: 17px; }
  .bx-wrapper .bx-pager {
    bottom: 16px; }
  .main-slider .caption .inner {
    padding: 50px 86px 155px; }
  .main-slider .caption h2 {
    font-size: 50px;
    line-height: 1.24; }
  .news-slider .bx-wrapper .bx-controls-direction a {
    display: block; }
  .indicator-image {
    max-width: 182px;
    max-height: 182px;
    margin: 0 auto 39px; }
    .indicator-image .caption .title {
      font-size: 27.82px; }
      .indicator-image .caption .title .units {
        font-size: 19.47px; }
    .indicator-image .caption .value {
      font-size: 19.47px; }
  .offices {
    width: 100%; }
  .activities {
    padding: 49px 0 14px; }
  .activities-list {
    margin: 0 -13px 0 -31px; }
  .activity {
    max-width: 133px;
    margin: 0 auto; }
  .activity-image {
    margin: 0 0 64px; }
  .news .block-title {
    margin: 0 0 15px; }
  .news-nav-list, .media-nav-list {
    padding: 0 17px 24px 0; }
  .news-item .caption, .media-item .caption {
    min-height: 61px;
	height:107px;
    padding: 7px 23px 11px; }
  .date {
    padding: 0 0 5px; }
  .indicators {
    padding: 75px 0 66px; }
    .indicators .block-title {
      margin: 0 0 82px; }
  .indicators-slider .bx-wrapper {
    padding: 0 65px; }
    .indicators-slider .bx-wrapper .bx-controls-direction a {
      top: 80px; }
      .indicators-slider .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -4px; }
      .indicators-slider .bx-wrapper .bx-controls-direction a.bx-next {
        right: -4px; }
  .media-nav-list {
    padding: 0 17px 29px 0; }
  .media-item .caption h3 {
    height: 59px;
    padding: 0; }
  .media-item-image [class*="icon-"] {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    margin: -23px 0 0 -3px; }
    .media-item-image [class*="icon-"].icon-photo {
      margin-left: 6px; }
  .two-columns {
    padding: 85px 0 139px; }
  .offices {
    padding: 0 0 103px; }
    .offices .block-title {
      margin: 0 0 59px; }
  .offices-map-holder {
    padding: 0 38px 0 59px; }
  .offices-map {
    display: block; }
    .offices-map img {
      width: 100%; }
  .office-link {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
    .office-link.active {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .facts {
    width: 100%; }
    .facts .block-title {
      margin: 0 0 38px; }
  .fact-item {
    margin: 0 auto; }
  .footer-top {
    padding: 49px 0 46px; }
  .features-list {
    margin: 0 -3px 0 -31px;
    display: block;
    width: auto;
    overflow: hidden; }
    .features-list li {
      width: 25%;
      float: left;
      padding-left: 31px; }
    .features-list a {
      width: auto;
      display: block; }
  .footer-bottom {
    min-height: 174px;
    padding: 67px 0 20px; }
  .copyright {
    padding: 0; }
  .social-list {
    padding: 0; }
  .footer-social {
    margin: -3px -3px 0 0; }
  .content-main {
    padding-right: 340px; }
  .offices-single-page .main-title .office-item-time.big {
    top: auto;
    bottom: 10px; }
  .rosrao-page .category-list > li {
    width: 50%;
    padding: 0 0 50px; }
  .transport-intro {
    padding: 0 0 30px;
    margin: 0 0 50px; }
  .transport-list {
    margin: 0 0 0 -20px; }
    .transport-list > li {
      padding: 0 0 20px 20px; }
  .contacts-info-columns .column {
    width: 50%; }
    .contacts-info-columns .column + .column {
      width: 50%; }
  .feedback {
    max-width: none; }
  /* HISTORY PAGE */
  .history-slider-main-wrap {
    margin: 104px 0 152px; }
  /* HISTORY PAGE END */
  /* MEDIAGALLERY PAGE */
  .mediagallery-main-page .content {
    padding: 0 0 98px; }
  .mediagallery-section {
    margin: -51px 35px 55px -48px; }
    .mediagallery-section > article {
      width: 50%;
      padding: 44px 0 0 48px; }
    .mediagallery-section .media-item .caption {
      padding: 11px 19px 31px; }
      .mediagallery-section .media-item .caption h2 {
        font-size: 14px; }
  /* MEDIAGALLERY PAGE END */
	  .popup {
	  	max-width:100%;
	  }
	  
	  .nav-list > li.sub:hover > .submenu {
		  display:none;
	  }
	  .submenu-list li.sub:hover > .submenu {
		  display:none;
	  }
	  
	  /* CORPORATE-STYLE */
	  .corporate-style-group h2 {
		  padding:0 0 43px;
	  }
	  .corporate-style-group-columns [class*="column-"] {
		  width:50%;
	  }
	  .corporate-style-group{
		  max-width:784px;
		  padding:0;
	  }
	  .corporate-style-item {
		  padding:0 0 81px;
	  }
	  /* CORPORATE-STYLE END */
	  
  }

/* MEDIA 1024 END */
/* MEDIA 540 */
@media (max-width: 540px) {
  .small-res {
    display: block; }
  body {
    min-width: 320px; }
  .container {
    padding-left: 32px;
    padding-right: 32px;
    width: 476px; }
  .main-page .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 510px; }
  .logo {
    width: auto;
    float: none;
    margin: 0 0 16px; }
  .header-links {
    overflow: visible;
    margin: 0 -15px;
    padding: 0;
    border-top: 1px solid #979797; }
  .header-links-list {
    display: block; }
    .header-links-list li {
      float: left;
      vertical-align: middle;
      width: 25% !important;
      text-align: center !important; }
    .header-links-list a {
      padding: 18px 0;
      height: 84px; }
    .header-links-list .text {
      display: none; }
    .header-links-list [class*="icon-"] {
      margin: 0 !important;
      float: none; }
    .header-links-list .icon-radio {
      margin: 5px 0 0 !important; }
    .header-links-list .icon-place {
      margin: 3px 0 0 !important; }
  .header-search-link {
    position: relative;
    margin: 0 0 -2px;
    float: right;
    width: 73px;
    height: 72px;
    border-left: 1px solid #85A9CE; }
  .header-search {
    padding: 18px 109px 18px 32px; }
    .header-search .btn-green {
      width: 60px;
      height: 57px;
      font-size: 0;
      line-height: 0;
      right: 7px;
      top: 6px; }
      .header-search .btn-green:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-image: url(../img/sprite-icons.png);
        background-position: -392px -192px;
        width: 24px;
        height: 24px; }
    .header-search:before {
      display: none; }
  .header-bottom {
    padding: 26px 0 0; }
  .main-slider {
    height: 486px; }
    .main-slider .bx-has-pager {
      display: none; }
    .main-slider .caption {
      min-height: 486px; }
      .main-slider .caption h2 {
        font-size: 36px; }
      .main-slider .caption .inner {
        padding: 101px 52px 20px;
        height: 486px;
        display: block;
        height: auto;
        vertical-align: top; }
  .slider-control-left,
  .slider-control-right {
    top: 198px; }
  .slider-control-left {
    left: 14px; }
  .slider-control-right {
    right: 14px; }
  .activities-list li {
    width: 33.33%; }
  .news-list > li, .media-list > li {
    width: 100%; }
  .indicator-image .caption .title {
    font-size: 31.63px; }
    .indicator-image .caption .title .units {
      font-size: 22.14px; }
  .indicator-image .caption .value {
    font-size: 22.14px; }
  .indicator-image .caption-inner {
    padding: 36px 36px 30px 30px; }
  .features-list {
    margin: -36px 0 0 -42px; }
    .features-list li {
      width: 50% !important;
      padding: 36px 0 0 42px; }
  .header-nav-link {
    display: block;
    float: right;
    width: 76px;
    height: 72px;
    margin: 0 0 -2px;
    right: 0;
    top: 0;
    position: relative;
    border-left: 1px solid #85A9CE; }
    .header-nav-link:before {
      background-image: url(../img/sprite-icons.png);
      background-position: -50px -299px;
      width: 36px;
      height: 30px;
      content: '';
      position: absolute;
      right: 19px;
      top: 22px; }
    .header-nav-link.active {
      background: #fff;
      border-left: 2px solid #52B442; }
      .header-nav-link.active:before {
        background-image: url(../img/sprite-icons.png);
        background-position: 0px -349px;
        width: 32px;
        height: 33px; }
  .header-top {
    height: 72px;
    position: relative; }
    .header-top .container {
      position: static; }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: auto;
    background: #fff;
    padding: 0;
    border-left: 2px solid #52B442;
    border-bottom: 2px solid #52B442;
    z-index: 5;
    margin: 2px 0 0; }
  .nav-list {
    display: block;
    font-size: 21px;
    text-align: left; }
    .nav-list > li {
      display: block; }
      .nav-list > li > a {
        height: auto;
        line-height: 1.2;
        text-align: left;
        color: #636363;
        padding: 20px;
        position: relative; }
      .nav-list > li.sub.active > a:before {
        background-image: url(../img/sprite-arrows.png);
        background-position: -58px -93px;
        width: 29px;
        height: 18px;
        margin-top: -9px; }
      .nav-list > li.sub > a:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -14px;
        background-image: url(../img/sprite-arrows.png);
        background-position: -160px 0px;
        width: 18px;
        height: 29px; }
      .nav-list > li.sub:hover > a {
        background: #fff;
        color: #636363; }
  .submenu {
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto; }
    .submenu .submenu {
      position: static; }
  .submenu-list {
    font-size: 18px; }
    .submenu-list > li {
      border-bottom: 1px solid #D6D6D6; }
      .submenu-list > li:first-child {
        border-top: 1px solid #D6D6D6; }
      .submenu-list > li + li {
        border-top: 0; }
      .submenu-list > li.sub > a:before {
        background-image: url(../img/sprite-arrows.png);
        background-position: -160px 0px;
        width: 18px;
        height: 29px;
        margin-top: -14px; }
      .submenu-list > li.sub.active > a:before {
        background-image: url(../img/sprite-arrows.png);
        background-position: -58px -93px;
        width: 29px;
        height: 18px;
        margin-top: -9px; }
  .activities {
    padding: 49px 0 22px; }
  .activities-list {
    margin: 0 -11px 0 -25px; }
    .activities-list li {
      padding: 0 0 40px 20px; }
  .block-title {
    margin: 0 0 53px; }
  .activity {
    max-width: 117px; }
    .activity h3 {
      font-size: 14.07px;
      margin: 0 -10px; }
  .news-slider .bx-wrapper .bx-controls-direction a {
    margin-top: -45px; }
  .activity-image {
    margin: 0 0 56px; }
  .news .block-title {
    margin: 0 0 14px; }
  .news-nav-list, .media-nav-list {
    padding: 0 17px 35px 0; }
  .news-item .caption, .media-item .caption {
	  height:auto;
	  min-height:75px;
    padding: 4px 28px 12px; }
  .indicators {
    padding: 91px 0 10px; }
    .indicators .block-title {
      margin: 0 0 55px; }
  .indicators-slider .bx-wrapper {
    padding: 0 25px; }
    .indicators-slider .bx-wrapper .bx-controls-direction a {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      top: 264px; }
      .indicators-slider .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0; }
      .indicators-slider .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0; }
  .indicators-slider .indicator {
    width: 50%;
    padding: 0 10px 71px; }
  .indicator h3 {
    font-size: 16.13px; }
  .indicator-image {
    margin: 0 auto 39px;
    max-width: 183px;
    height: 183px; }
    .indicator-image .caption .title {
      font-size: 19.84px; }
      .indicator-image .caption .title .percent {
        font-size: 28.34px; }
    .indicator-image .caption .value {
      font-size: 19.84px; }
  .media .block-title {
    margin: 0 0 8px; }
  .media-nav-list {
    padding: 0 17px 43px 0; }
  .two-columns {
    padding: 117px 0 96px; }
  .offices {
    padding: 0 0 122px; }
    .offices .block-title {
      margin: 0 0 64px; }
  .offices-map-holder {
    padding: 0 17px 0 24px; }
  .office-tooltip {
    font-size: 6.71px; }
  .office-link {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6); }
  .facts .block-title {
    margin: 0 0 63px; }
  .copyright {
    width: 50%; }
  .footer-top {
    padding: 42px 0 38px; }
  .features-list {
    margin: -36px 11px 0 -31px; }
  .footer-bottom {
    min-height: 0;
    padding: 45px 8px 33px; }
  .footer-social {
    margin: 19px 18px 0 0; }
  .content-title {
    padding-right: 0; }
  body {
    min-width: 540px; }
  .header-links {
    margin: 0 -32px; }
  .header-bottom {
    overflow: hidden; }
  .wrapper {
    overflow: visible; }
  .content-main {
    float: none;
    padding-right: 0; }
  .content-sidebar {
    float: none;
    margin: 0;
    width: 100%; }
    .content-sidebar .sidebar-block {
      padding: 0 0 40px; }
  .footer-bottom .copyright {
    width: 44%; }
  .footer-bottom .footer-social {
    width: 50%; }
  img[style*="float: left"],
  img[style*="float:left"],
  img[align="left"] {
    margin: 0 0 20px;
    float: none !important;
    width: 100%; }
  img[style*="float: right"],
  img[style*="float:right"],
  img[align="right"] {
    margin: 0 0 20px;
    float: none !important;
    width: 100%; }
  blockquote {
    margin-left: 47px; }
  .news-full img {
    float: none !important;
    width: 100%; }
  .offices-page .offices-map-holder.big {
    display: none; }
  .map-offices > li {
    width: 100%; }
  .offices-single-page .related-slider-block {
    display: none; }
  .office-main .office-main-photo {
    float: none;
    padding: 0 0 10px;
    margin: 0; }
    .office-main .office-main-photo img {
      width: 100%; }
  .office-main .office-main-name {
    padding: 0 0 20px; }
  .quality-policy-page .order-list {
    margin: 0; }
    .quality-policy-page .order-list > li {
      width: 100%;
      padding: 0 150px 60px 0; }
	  .rosrao-page .category-list {
		  margin:0;
	  }
  .rosrao-page .category-list > li {
    width: 100%;
    padding: 0 0 80px; }
  .transport-list {
    margin: 0; }
    .transport-list > li {
      padding: 0 0 45px;
      float: none;
      width: 100%; }
  .transport-item .transport-item-img {
    padding-top: 5px; }
  .sidebar-files a:hover .icon-pdf {
    margin-top: 2px; }
  .no-corruption-page .hotline {
    padding-bottom: 40px; }
  .order-list {
    margin: 0; }
    .order-list > li {
      width: 100%;
      padding: 0 0 45px; }
    .order-list .icon-pdf-big {
      margin: 0 37px 37px 0; }
  .values-page .category-list > li {
    padding: 0 0 70px;
    width: 100%; }
  .values-page .category-list a {
    width: auto; }
  .articles-section {
    display: block;
    margin: 0; }
    .articles-section > .article-item {
      display: block;
      padding: 0 0 65px;
      width: 100%; }
  .article-item-content p {
    max-height: 65px;
    overflow: hidden; }
  .main-title-categories-list {
    margin-bottom: -15px; }
    .main-title-categories-list li {
      padding: 0 0 15px 30px; }
  .video-block {
    margin: 0 -32px; }
  .contacts-info-columns {
    margin: 0; }
    .contacts-info-columns .column {
      float: none;
      width: 100%;
      padding: 0 0 45px; }
      .contacts-info-columns .column + .column {
        width: 100%; }
  .feedback {
    max-width: 100%; }
    .feedback .form-line .column-50 {
      width: 100%;
      margin-bottom: 40px; }
      .feedback .form-line .column-50:last-child {
        margin-bottom: 0; }
  .map {
    height: 380px; }
  .leadership-title h2 {
    padding: 0 0 10px;
    line-height: 1.1; }
  .leadership-slider {
    margin: 0 0 0 -95px; }
    .leadership-slider .bx-prev {
      margin-left: 95px; }
  .mediagallery-page .main-title {
    margin: 0;
    padding: 0;
    border-bottom: 0; }
  .radio-block {
    padding-left: 0;
    padding-right: 0; }
  /* HISTORY PAGE */
  .history-slider-main-wrap {
    margin: 43px 0 45px; }
  .mediagallery-slider-wrap {
    margin: 0 -32px; }
  /* HISTORY PAGE END */
  /* MEDIAGALLERY PAGE */
  .mediagallery-main-page .content {
    padding: 0 0 104px; }
  .mediagallery-section {
    margin: -61px 0 58px; }
    .mediagallery-section > article {
      float: none;
      width: auto;
      padding: 45px 0 0; }
    .mediagallery-section .media-item .caption {
      padding: 11px 23px 31px; }
      .mediagallery-section .media-item .caption h2 {
        font-size: 14.7px; }
  /* MEDIAGALLERY PAGE END */
  
  
  /* SEARCH PAGE */ 
  .search-results-page .content-main {
	  padding:0;
  }
  .search-result-item-date {
	  margin-right:15px;
  }
  .search-results {
	  padding:3px 0 30px;
  }
  .side-sort {
	  padding:20px 0 0;
  }
  .search-results-page .content-sidebar {
	  margin:0;
	  width:auto;
  }
  /* SEARCH PAGE END */ 
  
/* INFORMER PAGE */
  .informer-page .content-main {
	  padding:0;
  }
  .informer-page .content-sidebar {
	  position:absolute;
	width:auto;
	margin:0;
	left:0;
	right:0;
	background:#fff;
	  top:205px;
	  display:none;
  }
  .informer-word-columns [class*="column-"] {
	  width:100%;
  }
  .informer-alphabet-toggle-link {
	  display:inline-block;
	  font-size:18px;
	  line-height:1.1;
	  color:#52b442;
	  border-bottom:1px dashed #52b442;
	  text-transform:uppercase;
	  font-weight:700;
	  text-decoration:none;
	  margin-bottom:52px;
	  letter-spacing:0.03em;
  }
  .informer-alphabet-toggle-link:hover {
	  border-bottom-color:transparent;
  }
  .side-alphabet {
	  padding:0;
	  max-width:480px;
	  margin:0 auto;
	  position:relative;
	  right:5px;
  }
  .side-alphabet-list {
	  font-size:36px;
	  line-height:69px;
	  padding:0 0 24px;
  }
  .side-alphabet-list li {
	  width:68px;
	  margin:0 0 12px 12px;
  }
  .side-alphabet-list a, .side-alphabet-list span {
	  height:68px;
  }
  .informer-page .breadcrumbs {
	  padding:53px 0 19px;
  }
  .informer-page .main-title {
	  margin:0 0 30px;
  }
  .informer-word-term {
	  max-width:370px;
  }
  .informer-page .content {
	  padding:0 0 123px;
  }
  /* INFORMER PAGE END */ 
  
  /* CORPORATE-STYLE */
  .corporate-style-group-columns [class*="column-"] {
	  width:100%;
  }
  .corporate-style-item {
	  padding:0 0 33px;
  }
  .corporate-style-item:after {
	  content:'';
	  background:#52B442;
	  width:94px;
	  height:1px;
	  display:block;
	  margin:37px 0 0 2px;
  }

  /* CORPORATE-STYLE END */
 
 }
  

/* MEDIA 540 END */

/* @group Additional */
#ajax-content {
	min-height: 600px;
}
.offices-map.index {
	top: -60px;
	margin-bottom: -60px;
}
a[href="#close"] {
	cursor: default;
	text-decoration: none;
}
.nav-list a[href^="http"]::after,
.nav-list a[href^="https"]::after,
.content-main a[href^="http"]::after,
.content-main a[href^="https"]::after,
.external::after {
    content: url(../img/external_link.png);
    padding-left: 4px;
}
#news-nav-list .external {
	border-bottom: none;
	text-decoration: underline;
}

/* @group Infinity header && footer || del */
.wrapper, .footer {
	max-width: none;
}
.content, .header-bottom, .footer-top {
	max-width: 1920px;
	margin: 0 auto;
}
.footer {
	border-top: none;
}
.footer-top {
	border-bottom: none;
	border-top: 1px solid #CACACA;
}
.footer-bottom {
	border-top: 3px solid #52B442;
}
/* @group Map-offices || del */
.map-offices ul {
	display: inline-block;
	width: 24%;
	vertical-align: top;
	padding-left: 100px;
}
.map-offices > li {
	padding: 0;
	width: auto;
}
@media (max-width: 540px) {
	.map-offices ul {
		width: 100%;
	}
}
/* @group Fix menu show left */
@media (max-width: 1400px) {
	.nav-list > li.sub:last-child .submenu {
		left: auto;
		right: -1px;
	}
	.nav-list > li.sub:last-child .submenu .submenu {
		left: auto;
		right: 100%;
	}
}

/* Custom */
.article-item-image {
	width: 152px;
}
.offices-map img {
	padding-top: 40px;
}
@media (max-width: 540px) {
	.main-slider .slider-list > li .caption h2 a {
		max-width: 435px;
		display: inline-block;
	}
}

.header-lang-link {
  float: left;
  margin: 0 0 -2px -56px;
  padding-top: 23px;
  /*width: 72px;*/
  height: 72px;
  position: relative; 
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;  
}

@media (min-width: 1001px) and (max-width:1100px) {
	.header-lang-link {
       margin: 0 0 -2px -50px;
	}
}

@media (max-width: 1000px) {
	.header-lang-link {
       margin: 0 0 -2px -42px;
	}
}

.header-lang-link:hover{
  color:#fff;
}
@media (min-width: 1200px) {
  .news-slider.video{
    max-width: 50%;
    margin: 0 auto;
  }
}


.form__group--flex{
    margin-top: 15px;
}

.form__group--flex .btn-blue + div{
    display: inline-block;
    height: 30px;
    line-height: 2;
    font-size: 15px;
    margin-left: 20px;
}