@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext);/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
          text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* @import '~@mdi/font/css/materialdesignicons.min.css'; */

/* @import '~@fortawesome/fontawesome-free/css/all.min.css'; */

/* @import '~perfect-scrollbar/css/perfect-scrollbar.css'; */
/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-regular-400.eot);
  src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
         url(../fonts/fa-regular-400.woff2) format("woff2"),
         url(../fonts/fa-regular-400.woff) format("woff"),
         url(../fonts/fa-regular-400.ttf) format("truetype"),
         url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
         url(../fonts/fa-solid-900.woff2) format("woff2"),
         url(../fonts/fa-solid-900.woff) format("woff"),
         url(../fonts/fa-solid-900.ttf) format("truetype"),
         url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
         url(../fonts/fa-brands-400.woff2) format("woff2"),
         url(../fonts/fa-brands-400.woff) format("woff"),
         url(../fonts/fa-brands-400.ttf) format("truetype"),
         url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-phone:before {
  content: "\F095";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-download:before {
  content: "\F019";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-times:before {
  content: "\F00D";
}

.slider {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.slider__track {
  overflow: hidden;
}

.slider__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.slider__slides_dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: initial;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.slider__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
     -moz-user-select: none;
      -ms-user-select: none;
}

.slider__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider_rtl {
  direction: rtl;
}

.slider__slides {
  margin: 0;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

.slider__container {
  position: relative;
}

.slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  right: 50px;
  bottom: 90px;
  width: 235px;
}

.slider__controls_inline {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider__controls_inline .slider__counter {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}

.slider__controls_inline .slider__progressbar {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
  margin: 0 0 0 15px;
}

.slider__controls_dark .slider__arrow {
  color: #000;
}

.slider__controls_dark .slider__counter {
  color: #000;
}

.slider__controls_dark .slider__progressbar {
  background-color: rgba(107, 185, 30, .3);
}

.slider__controls_dark .slider__progress {
  background-color: #6bb91e;
}

.slider__controls_cornered {
  right: 0;
  bottom: 0;
  width: 180px;
  padding: 25px 20px;
  background-color: rgba(0, 0, 0, .2);
}

.slider__controls_cornered .slider__counter {
  margin: 0;
}

.slider__arrow {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 3px 15px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 18px;
  line-height: 1;
  color: #fefefe;
  text-transform: uppercase;
  opacity: .6;
  -webkit-transition: opacity 150ms ease;
          transition: opacity 150ms ease;
  cursor: pointer;
}

.slider__arrow:focus {
  outline: none;
}

.slider__arrow:hover {
  opacity: 1;
}

.slider__arrow_right {
  margin-right: -15px;
}

.slider__arrow_disabled {
  opacity: .33;
}

.slider__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto 0 0;
  font-weight: 400;
  line-height: 1;
  color: #fefefe;
}

.slider__counter-current {
  font-size: 30px;
}

.slider__counter-separator {
  font-size: 30px;
}

.slider__counter-all {
  font-size: 16px;
}

.slider__progressbar {
  margin: 20px 0 0 0;
  width: 100%;
  height: 3px;
  background-color: rgba(254, 254, 254, .3);
}

.slider__progress {
  width: 0%;
  height: 100%;
  background-color: #fefefe;
}

.slider__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider__bullet {
  background-color: rgba(255, 255, 255, .5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
          box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
  margin: 0 .25em;
}

.slider__bullet:focus {
  outline: none;
}

.slider__bullet:hover, .slider__bullet:focus {
  border: 2px solid #fefefe;
  background-color: rgba(255, 255, 255, .5);
}

.slider__bullet_active {
  background-color: #fefefe;
}

.slider__img {
  width: 100%;
}

.slider_dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.slider_main {
  height: 100%;
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .3);
          box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .3);
}

.slider_main .slider__track, .slider_main .slider__slides {
  height: 100%;
}

.slider_main .slider__controls {
  -webkit-transform: translateY(300%);
          transform: translateY(300%);
  opacity: 0;
  -webkit-transition: -webkit-transform .5s;
          transition: -webkit-transform .5s;
          transition: transform .5s;
          transition: transform .5s, -webkit-transform .5s;
}

.app_intro-finished .slider_main .slider__controls {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.slider_main_notransform .slider__controls {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.slider_news {
  height: 100%;
}

.slider_news .slider__track {
  height: 100%;
  margin-right: -50px;
  padding-right: 50px;
}

.slider_news .slider__slides {
  padding-top: 30px;
  padding-bottom: 30px;
}

.slider_news .slider__slides::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-image: url(../img/dotted-pattern.svg);
  background-size: 20px 20px;
  background-position: 0 -8px;
  background-repeat: repeat;
}

.slider_news .slider__controls {
  right: 0;
  bottom: 100%;
  margin: 0 0 40px 0;
}

.slider_inner {
  margin: 35px 0;
}

.slider_people .slider__controls {
  position: static;
  margin-top: 25px;
}

.slider_people .slider__track {
  margin-right: -50px;
  padding-right: 50px;
}

.slider_people .slider__slide {
  padding: 25px 0;
}

.slider_people .slider__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider_people .btn {
  margin-top: 25px;
}

@media (max-width: 1023px) {
  .slider_people .slider__track {
    margin-right: -20px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .slider .slider__controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 115px;
  }

  .slider .slider__controls_cornered {
    width: 150px;
  }

  .slider__counter {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 10px;
  }

  .slider__arrow {
    padding: 0;
    margin: 0;
  }

  .slider__arrow_right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .slider__arrow_left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .slider__progressbar {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 15px;
  }

  .slider_main_notransform .slider__controls {
    bottom: 30px;
  }
}

/*
 * Container style
 */

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
      touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */

.ps__rail-x {
  display: none;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
          transition: background-color .2s linear, opacity .2s linear;
  height: 5px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
          transition: background-color .2s linear, opacity .2s linear;
  width: 5px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

/*
 * Scrollbar thumb styles
 */

.ps__thumb-x {
  background-color: #2a2d34;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
          transition: background-color .2s linear, height .2s ease-in-out;
  height: 5px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #2a2d34;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
          transition: background-color .2s linear, width .2s ease-in-out;
  width: 5px;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #006ed1;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #006ed1;
}

/* MS supports */

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@charset "UTF-8";

* {
  outline: none;
}

html {
  background: #fefefe;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.73333333;
  color: #000;
  cursor: default;
}

html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

:root {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
       -o-text-size-adjust: none;
          text-size-adjust: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

hr {
  display: block;
  border: none;
  background: #000;
  height: 1px;
  width: 3rem;
  margin: 1.14rem auto;
  padding: 0;
}

p {
  margin: 0 0 1em 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.more {
  font-weight: 700;
  font-size: 1.06666667rem;
  color: #6bb91e;
  text-decoration: none;
}

.more::after {
  display: inline-block;
  position: relative;
  top: -0.05em;
  margin: 0 0 0 10px;
  font-family: 'Font Awesome 5 Free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-weight: 900;
  content: "\F054";
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1366px;
  padding: 0 50px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  width: calc(100% - 40px);
  max-width: 1320px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.symbols {
  display: none;
}

.symbols symbol {
  display: block;
}

.svg use {
  display: block;
}

#debug {
  display: block;
  position: fixed;
  background: #e8514a;
  left: 30px;
  bottom: 0;
  padding: 5px 20px;
  z-index: 200;
  font-size: 12px;
  line-height: 1.5;
  opacity: .8;
  -webkit-transform-origin: 100% 100%;
           transform-origin: 100% 100%;
  -webkit-transform: translate(-100%, 0%) rotate(-45deg);
          transform: translate(-100%, 0%) rotate(-45deg);
  -webkit-transition: left .2s, -webkit-transform .2s;
          transition: left .2s, -webkit-transform .2s;
          transition: transform .2s, left .2s;
          transition: transform .2s, left .2s, -webkit-transform .2s;
}

#debug:hover {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

#debug a {
  display: block;
  color: #fefefe;
}

#debug a:hover {
  color: #000;
}

@media (max-width: 1279px) {
  #debug {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 3.33333333em;
  padding: 0 2em;
  border: none;
  border-collapse: collapse;
  border-radius: 0;
  font-size: 1rem;
  line-height: 3.33333333em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: background-color .2s, color .2s;
          transition: background-color .2s, color .2s;
}

.btn::-moz-selection {
  background: transparent;
  text-shadow: none;
}

.btn::selection {
  background: transparent;
  text-shadow: none;
}

.btn::-moz-focus-inner {
  border: none;
}

.btn:hover {
  cursor: pointer;
}

.btn_disabled {
  pointer-events: none !important;
  cursor: default;
}

.btn_default {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #6bb91e;
  color: #fefefe;
}

.btn_default:focus {
  background-color: #6bb91e;
}

.btn_default:hover {
  background-color: #006ed1;
}

.btn_default:active {
  background-color: #006ed1;
}

.btn_default.btn_disabled, .btn_default:disabled, .btn_default[disabled] {
  background-color: #4b8215;
  color: #b2b2b2;
}

.btn_outline.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.btn_outline.btn_default {
  border: solid 1px #6bb91e;
  background-color: transparent;
  color: #6bb91e;
}

.btn_outline.btn_default::before {
  content: none;
}

.btn_outline.btn_default:focus {
  background-color: transparent;
  color: #6bb91e;
}

.btn_outline.btn_default:hover {
  background-color: #6bb91e;
  color: #fefefe;
}

.btn_outline.btn_default:active {
  background-color: #6bb91e;
  color: #fefefe;
}

.btn_outline.btn_default.btn_disabled, .btn_outline.btn_default:disabled,
.btn_outline.btn_default[disabled] {
  border-color: #4b8215;
  color: #4b8215;
}

.btn_outline.btn_white {
  border: solid 1px #fefefe;
  background-color: transparent;
  color: #fefefe;
}

.btn_outline.btn_white:focus {
  background-color: transparent;
  color: #fefefe;
}

.btn_outline.btn_white:hover {
  background-color: #fefefe;
  color: #2a2d34;
}

.btn_outline.btn_white:active {
  background-color: #fefefe;
  color: #2a2d34;
}

.btn_outline.btn_white.btn_disabled, .btn_outline.btn_white:disabled,
.btn_outline.btn_white[disabled] {
  border-color: #b2b2b2;
  color: #b2b2b2;
}

.btn_outline.btn_gray {
  border: solid 1px #9ba9b7;
  background-color: transparent;
  color: #9ba9b7;
}

.btn_outline.btn_gray:focus {
  background-color: transparent;
  color: #9ba9b7;
}

.btn_outline.btn_gray:hover {
  background-color: #9ba9b7;
  color: #fefefe;
}

.btn_outline.btn_gray:active {
  background-color: #9ba9b7;
  color: #fefefe;
}

.btn_outline.btn_gray.btn_disabled, .btn_outline.btn_gray:disabled,
.btn_outline.btn_gray[disabled] {
  border-color: #6d7680;
  color: #6d7680;
}

.btn_icon {
  width: 2.77777778em;
  height: 2.77777778em;
  padding: 0;
  font-size: 1.2rem;
  line-height: 2.77777778em;
  background-color: #fefefe;
  color: #6bb91e;
}

.btn_icon .img, .btn_icon .svg {
  height: 1.11111111em;
}

.btn_icon .img {
  width: auto;
}

.btn_icon .svg {
  width: 100%;
  fill: currentColor;
}

.btn_icon:focus {
  background-color: #fefefe;
  color: #6bb91e;
}

.btn_icon:hover {
  background-color: #6bb91e;
  color: #fefefe;
}

.btn_icon:active {
  background-color: #6bb91e;
  color: #fefefe;
}

.btn_icon.btn_disabled, .btn_icon:disabled, .btn_icon[disabled] {
  background-color: #b2b2b2;
  color: #4b8215;
}

.btn_icon_green {
  background-color: #6bb91e;
  color: #fefefe;
}

.btn_icon_green:focus {
  background-color: #6bb91e;
  color: #fefefe;
}

.btn_icon_green:hover {
  background-color: #006ed1;
  color: #fefefe;
}

.btn_icon_green:active {
  background-color: #006ed1;
  color: #fefefe;
}

.btn_icon_green.btn_disabled, .btn_icon_green:disabled,
.btn_icon_green[disabled] {
  background-color: #4b8215;
  color: #b2b2b2;
}

.btn_icon_tooltip.btn_icon_green {
  background-color: #6bb91e;
  color: #fefefe;
}

.btn_icon_tooltip.btn_icon_green::after {
  background-color: #006ed1;
  color: #fefefe;
}

.btn_icon_tooltip::after {
  content: attr(data-btn-tooltip);
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 0 0 2px;
  padding: 0 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: .83333333em;
  line-height: 3.33333333em;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity .2s, -webkit-transform .2s;
          transition: opacity .2s, -webkit-transform .2s;
          transition: opacity .2s, transform .2s;
          transition: opacity .2s, transform .2s, -webkit-transform .2s;
  white-space: nowrap;
}

.btn_icon_tooltip:hover::after {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.btn_icon_tooltip_left::after {
  left: auto;
  margin-left: 0;
  right: 100%;
  margin-right: 2px;
}

.btn_shadow {
  -webkit-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .3);
          box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .3);
}

.btn_shadow.btn_icon_tooltip::after {
  -webkit-box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .3);
          box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .3);
}

.btn_file {
  overflow: hidden;
}

.btn_file input[type=file] {
  display: block;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 6.66666667rem;
  text-align: right;
  outline: none;
  opacity: 0;
  cursor: inherit;
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: rgba(153, 153, 153, .5) !important;
  opacity: 1;
}

.form input:-moz-placeholder, .form textarea:-moz-placeholder {
  color: rgba(153, 153, 153, .5) !important;
  opacity: 1;
}

.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  color: rgba(153, 153, 153, .5) !important;
  opacity: 1;
}

.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: rgba(153, 153, 153, .5) !important;
  opacity: 1;
}

.form textarea {
  height: auto;
}

.form select {
  min-width: 0;
}

.form label {
  display: block;
  margin: 0 0 3px 0;
}

.form__control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 2.66666667em;
  padding: .66666667em 1.06666667em;
  border: solid 1px #000;
  border-radius: .33333333em;
  background: #fefefe;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.33333333em;
  color: #000;
  vertical-align: middle;
}

.form__item {
  margin: 0 0 1em 0;
}

.card {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 70px 0;
}

@media (max-width: 1279px) {
  .card {
    max-width: 450px;
  }
}

.card__text {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 580px;
  padding: 50px;
  background-color: #fefefe;
  -webkit-box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
          box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
}

.card__text h4 {
  margin: 0 0 10px 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
}

.card__text p {
  font-size: 13px;
  margin: 0 0 5px 0;
}

.card__text .btn {
  margin-top: 50px;
}

@media (max-width: 1279px) {
  .card__text {
    width: 330px;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .card__text {
    width: 100%;
    max-width: 350px;
    padding: 20px;
  }

  .card__text p {
    margin-bottom: 15px;
  }
}

.card__img {
  display: block;
  width: 100%;
  height: auto;
}

.card__img_mob {
  display: none;
}

.card__img_square {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .card__img {
    display: none;
  }

  .card__img_mob {
    display: block;
  }
}

.card__down_hidden {
  display: none;
}

.card__hidden {
  height: 0;
  margin-top: 20px;
  font-size: 1em;
  overflow: hidden;
}

.card__hidden_active {
  height: auto;
}

.card__up {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100px;
  margin-top: 20px;
  padding: 5px 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
  font-size: .86666667em;
  color: #6bb91e;
  cursor: pointer;
}

.card__up:hover, .card__up:focus, .card__up:active {
  color: #006ed1;
}

.card__up .fas {
  margin-left: 15px;
}

.card__up_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__photo {
  position: absolute;
  z-index: 1;
}

.card__photo_square {
  width: 400px;
  height: 370px;
}

@media (max-width: 1279px) {
  .card__photo_square {
    width: 200px;
    height: 185px;
  }
}

@media (max-width: 767px) {
  .card__photo {
    display: none;
  }
}

.card_right {
  padding-right: calc(400px - 30px);
  padding-bottom: 80px;
}

.card_right .card__photo {
  top: -30px;
  right: 0;
}

@media (max-width: 1279px) {
  .card_right {
    padding-right: 100px;
    padding-bottom: 40px;
  }

  .card_right .card__photo {
    right: -40px;
  }
}

@media (max-width: 767px) {
  .card {
    margin: 40px 0;
    padding: 0;
  }
}

.info-card {
  position: relative;
  padding: 30px;
  background-color: #fff;
}

.info-card_shadow {
  -webkit-box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
          box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
}

.info-card_people .info-card__thumb {
  position: absolute;
  top: -10px;
  left: 0;
}

.info-card_people .info-card__date {
  margin: 20px 0 30px 65px;
}

.info-card_hover {
  border: 1px solid #e0e0e0;
  -webkit-transition: -webkit-box-shadow .4s ease;
          transition: -webkit-box-shadow .4s ease;
          transition: box-shadow .4s ease;
          transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
}

.info-card_hover::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40%;
  width: 40%;
  max-width: 190px;
  max-height: 80px;
  background: url(../img/dotted-pattern.svg) 0 0 repeat;
  background-size: 20px 20px;
}

.info-card_hover:hover {
  -webkit-box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
          box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
}

.info-card_hover .info-card__title {
  min-height: 3em;
}

@media (max-width: 1023px) {
  .info-card_hover::before {
    max-width: 100%;
  }
}

.info-card__thumb {
  max-width: 80px;
  max-height: 80px;
}

.info-card__date {
  position: relative;
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: .93333333em;
  line-height: 1;
  color: #666;
}

.info-card__date span {
  position: relative;
  z-index: 1;
}

.info-card__date .svg {
  position: absolute;
  top: 50%;
  left: 0;
  height: 44px;
  width: 44px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  fill: #f7f7f7;
}

.info-card__title {
  margin: 0;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.38888889;
  color: #333;
}

.info-card__button {
  margin: 50px 0 0 0;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
       -o-box-shadow: 0 0 10px #000;
      -ms-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
            transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
  }

  20% {
            transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.responsive-block {
  position: relative;
}

.responsive-block__element {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.responsive-block_horizontal .responsive-block__element {
  width: 100%;
}

.responsive-block_vertical .responsive-block__element {
  height: 100%;
}

.intro {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.intro__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
}

.intro__logo {
  width: 30%;
  max-width: 900px;
  margin: 0 0 70px 0;
  color: #2a2d34;
  -webkit-transition: color .5s;
          transition: color .5s;
  opacity: 0;
}

.intro__logo .img, .intro__logo .svg {
  display: block;
  width: 100%;
}

.intro__logo svg path, .intro__logo .svg path {
  fill: currentColor;
}

.intro__logo_invert {
  color: #fefefe;
}

.intro__stripe {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0%;
  margin: 0;
  padding: 0 20px;
  opacity: 0;
}

.intro__stripe-line {
  width: 0%;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6bb91e), to(#006ed1));
  background-image: linear-gradient(to right, #6bb91e 0%, #006ed1 100%);
}

.intro__stripe-corner {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
}

.intro__stripe-corner_left {
  left: 0;
  background-color: #6bb91e;
}

.intro__stripe-corner_right {
  right: 0;
  background-color: #006ed1;
}

.intro__button {
  width: 200px;
  opacity: 0;
}

.main-slide {
  position: relative;
  overflow: hidden;
  white-space: normal;
}

.main-slide__container {
  position: relative;
  height: 100%;
}

.main-slide__bg {
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-slide__bg::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
}

.main-slide__body {
  position: absolute;
  z-index: 10;
  left: 50px;
  bottom: 90px;
  width: 510px;
  -webkit-transform: translateY(300%);
          transform: translateY(300%);
  opacity: 0;
  -webkit-transition: -webkit-transform .5s;
          transition: -webkit-transform .5s;
          transition: transform .5s;
          transition: transform .5s, -webkit-transform .5s;
}

.main-slide__body_notransform {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 767px) {
  .main-slide__body {
    left: 20px;
    width: calc(100% - 40px);
  }
}

.main-slide__title {
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 4em;
  line-height: 1;
  color: #fefefe;
}

@media (max-width: 1023px) {
  .main-slide__title {
    font-size: 3.33333333em;
  }
}

@media (max-width: 767px) {
  .main-slide__title {
    font-size: 2.4em;
  }
}

.main-slide__text {
  color: #fefefe;
}

@media (max-width: 1023px) {
  .main-slide__text {
    max-width: 400px;
  }
}

.main-slide__button {
  margin: 30px 0 0 0;
}

.app_intro-finished .main-slide__body {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.news-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 120px 30px 0;
  white-space: normal;
}

.news-slide__thumb {
  display: block;
  max-width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-slide__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 385px;
  background-color: #fefefe;
  -webkit-box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
          box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
}

.burger {
  display: none;
}

@media (max-width: 1279px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 88px;
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}

@media (max-width: 767px) {
  .burger {
    width: 30px;
  }
}

.burger_opened .burger__text span:first-child {
  display: none;
}

.burger_opened .burger__text span:last-child {
  display: block;
}

.burger_opened .burger__icons svg:first-child {
  display: none;
}

.burger_opened .burger__icons svg:last-child {
  display: block;
}

.burger__icons svg {
  max-height: 20px;
  max-width: 25px;
  fill: #6bb91e;
}

.burger__icons svg:last-child {
  display: none;
}

.burger__text {
  margin-left: 10px;
  font-size: .8em;
  color: rgba(102, 102, 102, .6);
}

.burger__text span:last-child {
  display: none;
}

@media (max-width: 767px) {
  .burger__text {
    display: none;
  }
}

.languages {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.languages__item {
  margin: 0 3px 0 0;
  padding: 0;
  border: solid 1px transparent;
  color: #666;
}

.languages__item:last-child {
  margin-right: 0;
}

.languages__item_active {
  border-color: #6bb91e;
  color: #6bb91e;
}

.languages__link {
  display: block;
  width: 2.5em;
  font-weight: 700;
  font-size: .93333333rem;
  line-height: 2.5;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.languages__link:hover {
  color: #6bb91e;
}

.main-menu {
  display: block;
}

.main-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media (max-width: 1279px) {
  .main-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.main-menu__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin: 0 10px;
  padding: 0;
  color: #666;
}

.main-menu__item_active {
  color: #6bb91e;
}

@media (max-width: 1279px) {
  .main-menu__item {
    margin: 0 0 35px 0;
  }
}

.main-menu__link {
  position: relative;
  padding: 10px 0;
  font-weight: 500;
  font-size: .86666667rem;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}

.main-menu__link::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #6bb91e;
  -webkit-transition: width .2s;
          transition: width .2s;
}

.main-menu__link:hover::after {
  width: 100%;
}

@media (max-width: 1365px) {
  .main-menu__link {
    font-size: .8rem;
  }
}

@media (max-width: 1279px) {
  .main-menu__link {
    font-size: 1.06666667em;
  }
}

.search {
  position: relative;
}

.search svg {
  max-width: 20px;
  max-height: 20px;
}

.search button:hover, .search button:focus, .search button:active {
  color: #6bb91e;
  background: rgba(0, 0, 0, 0);
}

.search__toggle {
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

.search__toggle svg:last-of-type {
  display: none;
}

.search__toggle_opened svg:first-of-type {
  display: none;
}

.search__toggle_opened svg:last-of-type {
  display: block;
}

.search__text {
  display: none;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .search__text {
    display: block;
    margin-right: 10px;
    font-size: .8em;
    color: rgba(102, 102, 102, .6);
  }

  .search__text_hidden {
    visibility: hidden;
  }
}

.search__submit {
  text-align: left;
}

.search__form {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
  height: 100%;
  width: 65vw;
  max-width: 890px;
  background-color: #fff;
}

.search__form_opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1279px) {
  .search__form {
    width: calc(100vw - 80px);
    max-width: calc(100vw - 80px);
  }
}

@media (max-width: 767px) {
  .search__form {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }
}

.search__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 55px 2px 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 500;
  width: calc(100% - 40px);
  max-width: 1320px;
  padding: 19px 30px;
  background-color: #fefefe;
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .3);
          box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .3);
  -webkit-transform: translate(-50%, -300%);
          transform: translate(-50%, -300%);
  -webkit-transition: -webkit-transform .5s;
          transition: -webkit-transform .5s;
          transition: transform .5s;
          transition: transform .5s, -webkit-transform .5s;
}

.header_inner {
  -webkit-transform: translate(-50%, 25px);
          transform: translate(-50%, 25px);
}

.header_isSticky {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 1279px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .header {
    width: 100%;
  }

  .header_inner {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1279px) {
  .header__wrap {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: calc(100vh - 75px);
    width: 100%;
    padding: 30px 55px 55px 55px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .3);
            box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .3);
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
             transform-origin: 50% 0;
    overflow: auto;
  }

  .header__wrap_opened {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@media (max-width: 767px) {
  .header__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header__overflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 1279px) {
  .header__overflow {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header__logo {
  display: block;
  width: 13.33333333em;
  margin: 0 2.33333333em 0 0;
  color: #333;
}

.header__logo .img, .header__logo .svg {
  display: block;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .header__logo {
    margin: 0;
  }
}

.header__languages {
  margin: 0 auto 0 0;
}

.header__menu {
  margin: 0 30px;
}

@media (max-width: 1279px) {
  .header__menu {
    margin: 0;
  }
}

.app_intro-finished .header {
  -webkit-transform: translate(-50%, 25px);
          transform: translate(-50%, 25px);
}

@media (max-width: 767px) {
  .app_intro-finished .header {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.contacts {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contacts__item {
  margin: 0;
  padding: 0;
}

.contacts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fefefe;
  text-decoration: none;
}

.contacts__link:hover {
  color: #6bb91e;
}

.contacts__icon {
  width: 1em;
  margin: 0 10px 0 0;
  font-size: inherit;
  opacity: .7;
}

.footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 1023px) {
  .footer-col_row .footer-col__header {
    display: none;
  }
}

@media (max-width: 1023px) and (min-width: 600px) {
  .footer-col_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-col_row .footer-col__body {
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
    margin: 0 30px 0 0;
  }

  .footer-col_row .footer-col__footer {
    -ms-flex-preferred-size: 171px;
    flex-basis: 171px;
    margin: 0 30px 0 0;
  }
}

.footer-col__header {
  height: 1em;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1;
  color: #fefefe;
}

.footer-col__body {
  margin: 0 0 40px 0;
  color: #fefefe;
}

.footer-col__body p {
  margin: 0;
}

@media (max-width: 767px) {
  .footer-col__body {
    margin-bottom: 25px;
  }
}

.footer-col__footer {
  margin: auto 0 0 0;
}

.footer {
  padding: 50px 0;
  background-color: #2a2d34;
  color: #fefefe;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .footer__container {
    padding: 0 20px;
  }
}

.footer__col {
  max-width: 330px;
  margin: 0 30px 0 0;
}

.footer__col:last-child {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .footer__col:last-child {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer__col {
    margin: 0 0 40px;
  }

  .footer__col:last-child {
    margin: 0;
  }
}

.footer__link {
  color: #fefefe;
  text-decoration: none;
}

.footer__link:hover {
  color: #6bb91e;
}

.footer__link_social {
  margin: 0 30px 0 0;
  font-weight: 400;
  font-size: 1.53333333em;
}

.footer__copyright {
  font-size: .8em;
  opacity: .7;
}

.block {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0;
}

.block__title {
  position: relative;
  margin: 0;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 1;
  color: #2a2d34;
}

.block__title::before {
  content: '';
  display: block;
  position: absolute;
  top: .44444444em;
  right: 100%;
  height: 3px;
  width: 100px;
  margin: 0 20px 0 0;
  background-color: #2a2d34;
}

.block__title_inner {
  margin-bottom: 35px;
}

.block__title_inner::before {
  display: none;
}

@media (max-width: 1023px) {
  .block__title::before {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .block__title {
    font-size: 1.73333333em;
  }

  .block__title::before {
    display: none;
  }
}

.block__subtitle {
  margin-top: 25px;
}

.block__text {
  margin: 35px 0;
}

.block__text h3 {
  font-weight: 700;
  font-size: 2.4em;
  line-height: 1;
  color: #2a2d34;
}

.block__text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.block__text li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.block__text li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 6px;
  width: 6px;
  background-color: #6bb91e;
}

@media (max-width: 768px) {
  .block__text h3 {
    font-size: 2em;
  }
}

@media (max-width: 600px) {
  .block__text h3 {
    font-size: 1.8em;
  }
}

.block__header {
  margin: 0 0 40px 0;
}

.block__body {
  position: relative;
}

.block__content {
  margin: 30px 0;
}

.block__content_dotted_pattern {
  position: relative;
}

.block__content_dotted_pattern::before {
  content: '';
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 20px);
  width: 580px;
  background-image: url(../img/dotted-pattern.svg);
  background-size: 20px 20px;
  background-position: 0 0;
  background-repeat: repeat;
}

@media (max-width: 1279px) {
  .block__content::before {
    display: none;
  }
}

.block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px -10px;
  padding: 0;
  list-style-type: none;
}

.block__item {
  margin: 10px;
}

.block__item_grid-3 {
  width: calc(100% / 3 - 20px);
  max-width: calc(100% / 3 - 20px);
}

@media (max-width: 1023px) {
  .block__item_grid-3 {
    width: calc(100% / 2 - 20px);
    max-width: calc(100% / 2 - 20px);
  }

  .block__item_tab-full {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .block__item {
    max-width: 100%;
    width: 100%;
  }
}

.block__call {
  margin-top: 35px;
  padding: 40px 20px;
  background-color: #f7f7f7;
  text-align: center;
}

@media (max-width: 1023px) {
  .block__call {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (max-width: 767px) {
  .block__call {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.block__call-title {
  max-width: 800px;
  margin: 0 auto 35px;
  font-size: 1.6em;
  font-weight: 500;
}

.block__call-btn {
  -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .15);
          box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .15);
}

.block_wo-padding {
  padding: 0;
}

.block_height-100vh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.block_height-100vh .block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

.block_height-100vh .block__header {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.block_height-100vh .block__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-height: 680px) {
  .block_height-100vh {
    height: 680px;
  }
}

.block_documents .block__body::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 64%;
  top: 0;
  width: 100%;
  height: calc(100% + 30px);
  background-image: url(../img/dotted-pattern.svg);
  background-size: 20px 20px;
  background-position: 0 -8px;
  background-repeat: repeat;
}

.block_video {
  padding: 0;
}

.block_video .block__container {
  padding-left: 0;
  padding-right: 0;
}

.block_video .block__body {
  background-color: #fefefe;
}

.block_video .block__body::before, .block_video .block__body::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url(../img/dotted-pattern.svg);
  background-size: 20px 20px;
  background-position: 0 0;
  background-repeat: repeat;
}

.block_video .block__body::before {
  top: 0;
}

.block_video .block__body::after {
  bottom: 0;
}

.block_main-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0;
}

.block_main-slider .block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.block_main-slider .block__header {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.block_main-slider .block__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.block_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100vh;
  max-height: 680px;
  background-color: #f7f7f7;
}

.block_map .block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

.block_map .block__header {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  z-index: 5;
}

.block_map .block__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.block_find-yourself {
  height: 362px;
  background-image: url(../img/sunflowers.jpg);
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block_find-yourself .block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.block_find-yourself .block__header {
  margin-bottom: 60px;
}

.block_find-yourself .block__title {
  padding-top: 25px;
  font-size: 4em;
  color: #fefefe;
  text-align: center;
}

.block_find-yourself .block__title::before {
  top: 0;
  right: 50%;
  margin: 0;
  background-color: #fefefe;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (max-width: 1024px) {
  .block_find-yourself .block__title {
    font-size: 3.33333333em;
  }
}

@media (max-width: 400px) {
  .block_find-yourself .block__title {
    font-size: 2.4em;
  }
}

.block_inner {
  position: relative;
  width: calc(100% - 290px);
  padding-top: 170px;
  overflow: visible;
}

.block_inner::before {
  content: '';
  position: absolute;
  position: absolute;
  top: 130px;
  left: 40%;
  height: 100px;
  width: 60%;
  background-image: url(../img/dotted-pattern.svg);
  background-size: 20px 20px;
  background-position: 0 0;
  background-repeat: repeat;
}

@media (min-width: 768px) {
  .block_inner .block__container {
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  .block_inner {
    width: calc(100% - 235px);
  }

  .block_inner::before {
    right: -450px;
  }
}

@media (max-width: 767px) {
  .block_inner {
    width: 100%;
    padding-top: 10px;
  }
}

@media (max-width: 600px) {
  .block_inner::before {
    display: none;
  }
}

.block_people {
  position: relative;
  background-color: #f7f7f7;
}

.block_people::before {
  content: '';
  position: absolute;
  top: 37%;
  right: 0;
  bottom: 0;
  left: 33%;
  background: url(../img/dotted-pattern.svg) 0 0 repeat;
  background-size: 20px 20px;
  pointer-events: none;
}

.block_start {
  position: relative;
}

.block_start::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 160px;
  width: 100%;
  background: url(../img/dotted-pattern.svg) 0 0 repeat;
  background-size: 20px 20px;
}

@media (max-width: 1023px) {
  .block_promo {
    padding-top: 90px;
  }

  .block_start {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .block_inner .block__container {
    padding: 0;
  }

  .block_promo {
    padding-top: 50px;
  }

  .block_height-100vh {
    height: auto;
  }
}

.documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.documents__more {
  margin: 50px 0 0 0;
}

.documents__annual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 50%;
  margin: 0 60px 0 0;
}

.documents__annual-body {
  -webkit-box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
          box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 610px;
  padding: 60px;
  background-color: #fefefe;
}

.documents__annual-body .documents__title {
  margin: 0 0 30px 0;
}

.documents__annual-body .documents__download {
  margin: auto 0 0 0;
}

.documents__annual-img {
  position: absolute;
  right: -30px;
  top: 20px;
  height: calc(100% - 20px);
}

.documents__annual-img img {
  display: block;
  height: 100%;
}

.documents__list {
  -webkit-box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
          box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  width: calc(50% - 30px);
  max-width: 410px;
  margin: 0 30px 0 20px;
  padding: 30px;
  background-color: #fefefe;
}

.documents__item {
  position: relative;
  max-width: 280px;
  margin: 0 0 25px 20px;
  padding: 0 0 20px 0;
  border-bottom: solid 1px rgba(42, 45, 52, .2);
}

.documents__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.documents__item .documents__download {
  position: absolute;
  left: -70px;
  top: .66666667em;
}

.documents__date {
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: .93333333em;
  line-height: 1;
  color: #666;
}

.documents__title {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.38888889;
  color: #333;
}

.video-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .video-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.video-block__video {
  overflow: hidden;
  position: relative;
  z-index: 5;
  width: 55%;
}

.video-block__video-button {
  display: block;
  position: absolute;
  z-index: 15;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #006ed1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-block__video-button::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #fefefe;
  border-width: 15px 0 15px 22px;
  margin: -15px 0 0 -8px;
}

.video-block__video-thumb {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.video-block__video-player {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 0;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .video-block__video {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .video-block__video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 320px;
  }
}

.video-block__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 10;
  left: 55%;
  top: 0;
  width: 45%;
  height: 100%;
  padding: 80px;
}

@media (max-width: 1023px) {
  .video-block__desc {
    left: 40%;
    width: 60%;
    padding: 50px 60px;
  }
}

@media (max-width: 767px) {
  .video-block__desc {
    position: static;
    width: 100%;
    padding: 0 20px;
  }
}

.video-block__title {
  width: 100%;
  margin: 0 0 30px 0;
}

.video-block__text {
  margin: 0 0 30px 0;
}

.video-block__btn {
  -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .15);
          box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .15);
}

@media (max-width: 767px) {
  .video-block__btn {
    display: none;
  }
}

.w-tooltip {
  position: relative;
}

.w-tooltip::before, .w-tooltip::after {
  display: none;
  position: absolute;
}

.w-tooltip::before {
  content: '';
}

.w-tooltip::after {
  content: attr(data-tooltip);
  margin: 0;
  padding: 9px;
  background-color: #6bb91e;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #fefefe;
  white-space: nowrap;
}

.w-tooltip:hover {
  z-index: 50;
}

.w-tooltip:hover::before, .w-tooltip:hover::after {
  display: block;
}

.w-tooltip_left::before {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #6bb91e;
  border-width: 4px 0 4px 4px;
  right: 100%;
  top: 50%;
  margin: 0 2px 0 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.w-tooltip_left::after {
  right: 100%;
  top: 50%;
  margin: 0 5px 0 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.w-tooltip_bottom::before {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #6bb91e;
  border-width: 0 4px 4px;
  left: 50%;
  top: 100%;
  margin: 2px 0 0 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.w-tooltip_bottom::after {
  left: 50%;
  top: 100%;
  margin: 5px 0 0 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.map-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fefefe;
  padding: 20px 30px;
  -webkit-box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
          box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.map-zoom__label {
  margin: 0 30px 0 0;
  font-size: 16px;
  color: #666;
}

.map-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fefefe;
  padding: 30px 0 30px 50px;
  -webkit-box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
          box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .15);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.map-info__close {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #006ed1;
  font-size: 18px;
  line-height: 30px;
  color: #fefefe;
  text-align: center;
  text-decoration: none;
}

.map-info__close::before {
  font-family: 'Font Awesome 5 Free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  content: "\F00D";
  font-weight: 900;
}

.map-info__close:hover {
  background-color: #6bb91e;
}

.map-info__current {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #2a2d34;
  white-space: nowrap;
  cursor: pointer;
}

.map-info__current:hover {
  color: #6bb91e;
}

.map-info__current::after {
  font-family: 'Font Awesome 5 Free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  content: "\F078";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-weight: 900;
  font-size: 14px;
  color: #666;
}

.map-info__tip {
  padding: 3px 0 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #9ba9b7;
  white-space: nowrap;
}

.map-info__targets {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 50px 0 0;
}

.map-info__category-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 30px 0 0 0;
  padding: 0;
}

.map-info__category-list > li {
  margin: 0 10px 0 0;
  padding: 0;
}

.map-info__address {
  display: block;
  margin: 0 60px 25px 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #666;
  text-decoration: none;
  cursor: pointer;
}

.map-info__address strong, .map-info__address span {
  display: block;
}

.map-info__address strong {
  margin: 0 0 10px 0;
  color: #333;
}

.map-info__address span {
  color: #666;
}

.map-info__address:hover {
  color: #6bb91e;
}

.map-info__address:hover strong {
  color: inherit;
}

.map-info__address_narrow {
  margin-bottom: 20px;
}

.map-info__address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 40px);
  margin: 30px 0 0 0;
  padding: 0;
}

.map-info__address-list_vertical {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  height: calc(100% - 120px);
  margin-right: -35px;
}

.map-info__address-list_vertical .map-info__address {
  margin-right: 20px;
}

.map-info__address-list_vertical .map-info__address strong {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.map-info__address-list_vertical .map-info__address strong::after {
  font-family: 'Font Awesome 5 Free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  content: "\F054";
  display: none;
  position: absolute;
  right: 0;
  top: .5em;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.map-info__address-list_vertical .map-info__address_active {
  color: #6bb91e;
}

.map-info__address-list_vertical .map-info__address_active strong {
  color: inherit;
}

.map-info__address-list_vertical .map-info__address_active strong::after {
  display: block;
}

.map-info__image {
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
  padding: 0;
}

.map-info__image > a {
  display: block;
  text-decoration: none;
}

.map-info__image > a img {
  display: block;
  width: 100%;
}

.map-info__gallery {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 20px 0 0;
}

.map-info_isOpen {
  bottom: 50px;
}

.map-info_isOpen .map-info__close {
  display: block;
}

.map-legend {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.map-legend__item {
  display: block;
  margin: 3px 0;
  padding: 0;
}

.map-legend__item svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.map-legend__item_active .map-legend__link {
  background-color: #6bb91e;
  color: #fefefe;
}

.map-legend__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  padding: 8px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .15);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .15);
  background-color: #fefefe;
  color: #6bb91e;
  text-decoration: none;
  -webkit-transition: background-color .2s, color .2s;
          transition: background-color .2s, color .2s;
}

.map-legend__link:hover {
  background-color: #6bb91e;
  color: #fefefe;
}

.map-filter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: solid 1px #9ba9b7;
  background-color: #fefefe;
  text-decoration: none;
  -webkit-transition: border-color .2s;
          transition: border-color .2s;
}

.map-filter__icon {
  width: 24px;
  height: 24px;
  color: #6bb91e;
  -webkit-transition: color .2s;
          transition: color .2s;
}

.map-filter__icon > svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.map-filter__icon::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6bb91e;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
}

.map-filter__count {
  position: relative;
  z-index: 5;
  margin: -6px -5px 0 0;
  font-weight: 700;
  font-size: 9px;
  line-height: 1;
  color: #666;
  text-align: right;
}

.map-filter:hover {
  border-color: #6bb91e;
}

.map-filter:hover .map-filter__icon {
  color: #fefefe;
}

.map-filter:hover .map-filter__icon::before {
  -webkit-transform: none;
          transform: none;
}

.map-filter:hover .map-filter__count {
  color: #fefefe;
}

.map-filter_active {
  border-color: #6bb91e;
  z-index: 0;
}

.map-filter_active .map-filter__icon {
  color: #fefefe;
}

.map-filter_active .map-filter__icon::before {
  -webkit-transform: none;
          transform: none;
}

.map-filter_active .map-filter__count {
  color: #fefefe;
}

.map-marker {
  display: block;
  position: relative;
  z-index: 10;
  padding: 0 2px 0 0;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.map-marker::before {
  font-family: 'Font Awesome 5 Free';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  content: "\F054";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin: 0 0 0 7px;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  color: #6bb91e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.map-marker__label {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  background-color: #6bb91e;
  font-size: 15px;
  line-height: 40px;
  color: #fefefe;
  white-space: nowrap;
}

.map-marker__text {
  width: 40px;
  height: 40px;
  background-color: #006ed1;
  font-size: 16px;
  line-height: 42px;
  color: #fefefe;
}

.map-marker__img {
  width: 40px;
  height: 40px;
}

.map-marker__filter {
  display: none;
  position: absolute;
  left: calc(50% - 2px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.map-marker__filter_seeds {
  margin: -50px 0 0 30px;
}

.map-marker__filter_breeding {
  margin: 0 0 0 -50px;
}

.map-marker__filter_crops {
  margin: 50px 0 0 0;
}

.map-marker__filter_cropProduction {
  margin: -50px 0 0 -30px;
}

.map-marker__filter_factories {
  margin: 0 0 0 50px;
}

.map-marker_hover {
  pointer-events: none;
}

.map-marker_hover .map-marker__label {
  display: block;
}

.map-marker_active {
  pointer-events: auto;
}

.map-marker_active::before {
  content: none;
}

.map-marker_active .map-marker__label {
  display: none;
}

.map-marker_active .map-marker__filter {
  display: block;
}

.map-marker_main {
  z-index: 5;
  padding: 0;
}

.map-marker_main::before {
  content: none;
}

.map-marker_main .map-marker__label {
  display: block;
  left: 50%;
  top: 100%;
  margin: 10px 0 0 0;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #9ba9b7;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.int-map {
  position: relative;
}

.int-map__map {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.int-map__map-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.int-map__map-svg > canvas {
  width: 100%;
  height: 100%;
}

.int-map__map-svg > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.int-map__map-svg > svg [data-region] {
  -webkit-transition: fill .5s;
          transition: fill .5s;
}

.int-map__map-svg > svg [data-region].jsActive {
  fill: #fefefe;
}

.int-map__map-svg_isPanning {
  cursor: -webkit-grab;
  cursor: grab;
}

.int-map__map-svg_isPanning:active {
  cursor: -webkit-grab;
  cursor: grab;
}

.int-map__map-marker {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.int-map__info {
  position: absolute;
  z-index: 20;
  left: 50px;
  top: 180px;
  max-width: calc(100% - 90px);
}

.int-map__legend {
  position: absolute;
  z-index: 20;
  right: 50px;
  bottom: 50px;
}

.int-map__zoom {
  position: absolute;
  z-index: 20;
  right: 50px;
  top: 0;
}

.crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  list-style-type: none;
  font-size: .8em;
}

@media (max-width: 767px) {
  .crumbs {
    display: none;
  }
}

.crumbs__item {
  color: #c1c1c1;
}

.crumbs__item_divider {
  height: 15px;
  width: 1px;
  margin: 0 15px;
  background-color: #c4c4c4;
}

.crumbs__link {
  text-decoration: none;
  color: #c1c1c1;
}

.crumbs__link:hover, .crumbs__link:focus, .crumbs__link:active {
  color: #6bb91e;
}

.dropdown {
  pointer-events: auto;
}

@media (max-width: 767px) {
  .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.dropdown__toggler {
  position: relative;
  border: 0;
  padding: 0;
  color: #858585;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.dropdown__toggler:hover, .dropdown__toggler:focus, .dropdown__toggler:active {
  color: #6bb91e;
}

.dropdown__toggler_active {
  color: #006ed1;
}

.dropdown__toggler_active:hover, .dropdown__toggler_active:focus,
.dropdown__toggler_active:active {
  color: #006ed1;
}

@media (max-width: 767px) {
  .dropdown__toggler:hover, .dropdown__toggler:focus, .dropdown__toggler:active {
    color: #006ed1;
  }
}

.dropdown__icon {
  display: inline-block;
  margin-left: 20px;
  color: inherit;
}

@media (max-width: 767px) {
  .dropdown__icon {
    margin-left: 5px;
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
}

.dropdown__list {
  padding: 0 0 0 20px;
  list-style-type: none;
  -webkit-transform-origin: 50% 0;
           transform-origin: 50% 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .3s ease;
          transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
          transition: transform .3s ease, -webkit-transform .3s ease;
}

.dropdown__list_active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media (max-width: 767px) {
  .dropdown__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.dropdown__item {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .dropdown__item {
    margin: 0 10px 0 0;
  }
}

.dropdown__link {
  color: #858585;
  text-decoration: none;
}

.dropdown__link:hover, .dropdown__link:focus, .dropdown__link:active {
  color: #6bb91e;
}

.dropdown__link_active {
  color: #006ed1;
  pointer-events: none;
}

.side-nav {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 290px;
  min-width: 290px;
  padding: 120px 0 0 30px;
  font-size: .93333333em;
}

.side-nav::before {
  content: '';
  position: absolute;
  top: 170px;
  right: 0;
  height: calc(100% - 170px);
  width: 2px;
  background-color: #c5c5c5;
  opacity: .4;
}

@media (max-width: 1024px) {
  .side-nav {
    width: 235px;
    min-width: 235px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .side-nav {
    width: calc(100% + 20px);
    margin: 0 -20px 0 0;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .side-nav::before {
    display: none;
  }
}

.side-nav__crumbs {
  margin-bottom: 45px;
}

.side-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (max-width: 767px) {
  .side-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    height: 50px;
  }
}

.side-nav__item {
  margin-bottom: 30px;
  color: #858585;
}

.side-nav__item_active {
  position: relative;
  display: block;
  font-weight: 500;
  color: #006ed1;
  pointer-events: none;
}

.side-nav__item_active::before {
  content: '';
  position: absolute;
  top: -14px;
  right: 0;
  height: 55px;
  width: 5px;
  background-color: #006ed1;
}

@media (max-width: 767px) {
  .side-nav__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .side-nav__item_active::before {
    display: none;
  }
}

.side-nav__link {
  display: inline-block;
  max-width: 170px;
  color: inherit;
  text-decoration: none;
}

.side-nav__link:hover, .side-nav__link:focus, .side-nav__link:active {
  color: #6bb91e;
}

@media (max-width: 767px) {
  .side-nav__link {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .timeline {
    margin-left: -50px;
  }
}

.timeline__arrow-wrap {
  margin: 20px 0 0 5px;
}

@media (min-width: 1200px) {
  .timeline__arrow-wrap {
    margin-left: 105px;
  }
}

.timeline__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 14px;
  width: 14px;
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #d6d6d6;
  cursor: pointer;
}

.timeline__arrow_inner {
  margin: 15px 0 0 70px;
  pointer-events: none;
  opacity: 0;
}

.timeline__arrow_begin {
  margin-top: 20px;
}

.timeline__arrow_end {
  margin-bottom: 20px;
}

.timeline__arrow_hidden {
  display: none;
}

@media (max-width: 767px) {
  .timeline__arrow_inner {
    margin-left: 35px;
  }
}

.timeline__wrap {
  position: relative;
  height: 440px;
  margin: 20px 0;
  overflow: hidden;
}

.timeline__wrap::before {
  content: '';
  position: absolute;
  top: 35px;
  bottom: 8px;
  left: 12px;
  width: 1px;
  background-color: #c1c1c1;
}

@media (max-width: 1023px) {
  .timeline__wrap {
    height: 465px;
  }
}

@media (min-width: 1200px) {
  .timeline__wrap {
    padding-left: 100px;
  }

  .timeline__wrap::before {
    left: 112px;
  }
}

.timeline__drag {
  position: relative;
  width: 100%;
  height: 70px;
  pointer-events: none;
}

.timeline__list {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0 0 5px;
  list-style-type: none;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}

.timeline__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  margin: 10px 0;
  padding: 8px 0;
  pointer-events: auto;
}

.timeline__item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/dotted-pattern.svg) 0 -8px repeat;
  background-size: 20px 20px;
  pointer-events: none;
  opacity: 0;
}

.timeline__item > p {
  max-width: 760px;
  margin: 15px 0 0 70px;
  font-size: 1em;
  opacity: 0;
}

.timeline__item_main .timeline__btn h4 {
  color: #006ed1;
  opacity: 1;
}

.timeline__item_main .timeline__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60%;
  width: 60%;
  background-color: #006ed1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 1280px) {
  .timeline__item_main .timeline__btn:hover h4 {
    color: #006ed1;
  }

  .timeline__item_main .timeline__btn:hover .timeline__icon {
    background-color: #fff;
  }

  .timeline__item_main .timeline__btn:hover + .timeline__tooltip {
    opacity: 1;
  }
}

.timeline__item_active::before {
  opacity: 1;
}

.timeline__item_active .timeline__btn {
  pointer-events: none;
}

.timeline__item_active .timeline__btn h4 {
  color: #6bb91e;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  opacity: 1;
}

.timeline__item_active .timeline__icon {
  background-color: #6bb91e;
  border-color: #6bb91e;
  -webkit-transform: translate(0, -50%) scale(1.3);
          transform: translate(0, -50%) scale(1.3);
}

.timeline__item_active .timeline__icon::before {
  opacity: 0;
}

.timeline__item_active .timeline__arrow {
  opacity: 1;
  -webkit-transition: all .6s ease .1s;
          transition: all .6s ease .1s;
}

.timeline__item_active p {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .6s ease .1s;
          transition: all .6s ease .1s;
}

@media (max-width: 767px) {
  .timeline__item > p {
    margin-left: 35px;
  }
}

.timeline__btn {
  position: relative;
  margin: 0;
  padding: 0 0 0 70px;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.timeline__btn h4 {
  font-size: 2.26666667em;
  margin: 0;
  opacity: .7;
  color: #c1c1c1;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

.timeline__btn_disabled {
  display: block;
  pointer-events: none;
}

.timeline__btn_disabled .timeline__icon {
  border-color: #f2f2f2;
}

.timeline__btn_disabled h4 {
  opacity: .25;
}

.timeline__btn_hidden {
  display: none;
}

@media (min-width: 1280px) {
  .timeline__btn:hover h4 {
    color: #6bb91e;
  }

  .timeline__btn:hover .timeline__icon {
    background-color: #6bb91e;
  }
}

@media (max-width: 767px) {
  .timeline__btn {
    padding-left: 35px;
  }

  .timeline__btn h4 {
    font-size: 1.6em;
  }
}

.timeline__icon {
  position: absolute;
  top: 50%;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

.timeline__tooltip {
  position: absolute;
  bottom: -15px;
  left: -52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  min-height: 30px;
  background-color: #006ed1;
  font-size: .8em;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .15);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, .15);
}

.timeline__tooltip::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #006ed1;
}

@media (max-width: 1279px) {
  .timeline__tooltip {
    display: none;
  }
}

.promo {
  max-width: 1050px;
  margin: 0 auto;
  background: url(../img/dotted-pattern.svg) 0 0 repeat;
  background-size: 20px 20px;
}

@media (max-width: 767px) {
  .promo {
    margin: 0 -20px;
  }
}

.promo__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo__item .svg {
  position: absolute;
  top: 50%;
  height: 136px;
  width: 136px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  fill: #c7c7c7;
  opacity: .15;
}

.promo__item:not(:first-child) {
  margin-top: 50px;
}

.promo__item_left .svg {
  left: -115px;
}

.promo__item_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.promo__item_right .promo__text {
  margin-left: -30px;
}

.promo__item_right .svg {
  right: -115px;
}

@media (max-width: 1023px) {
  .promo__item .svg {
    top: -40px;
    height: 108.8px;
    width: 108.8px;
    -webkit-transform: none;
            transform: none;
  }

  .promo__item:not(:first-child) {
    margin-top: 60px;
  }

  .promo__item_left .svg {
    left: -20px;
  }

  .promo__item_right .promo__text {
    margin-left: -80px;
  }

  .promo__item_right .svg {
    right: -20px;
  }
}

@media (max-width: 767px) {
  .promo__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .promo__item .svg {
    display: none;
  }

  .promo__item_right .promo__text {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.promo__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

@media (max-width: 767px) {
  .promo__col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.promo__text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 575px;
  width: calc(100% + 30px);
  padding: 80px;
  background: #fff;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .15);
          box-shadow: 6px 6px 30px rgba(0, 0, 0, .15);
}

.promo__text h4, .promo__text p {
  position: relative;
  margin: 0;
  padding: 20px 0 0;
  font-size: 1.2em;
  font-weight: 500;
  color: #333;
}

.promo__text h4::before, .promo__text p::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 3px;
  width: 100px;
  background-color: #2a2d34;
}

@media (max-width: 1023px) {
  .promo__text {
    width: calc(100% + 80px);
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .promo__text {
    margin: -80px 20px 0;
    padding: 45px 30px;
  }
}

.promo__img img {
  width: 100%;
}

.vacancy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -29px;
  margin-right: -29px;
}

.vacancy__content-in {
  width: 68%;
  padding-left: 29px;
  padding-right: 29px;
}

.vacancy__content-sidebar {
  width: 32%;
  padding-left: 29px;
  padding-right: 29px;
}

.vacancy__sidebar-item {
  padding: 32px 30px 30px 30px;
  border: 1px solid rgba(193, 193, 193, .3);
  margin: 0 0 30px 0;
}

.vacancy__sidebar-item_headline h5 {
  margin: 0 0 18px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 144%;
  color: #333;
}

.vacancy__sidebar-item_input {
  margin-bottom: 25px;
}

.vacancy__sidebar-item_input input {
  height: 50px;
  padding: 0 15px;
  border: 1px solid rgba(193, 193, 193, .4);
  color: rgba(153, 153, 153, .5) !important;
  opacity: 1;
}

.vacancy__item {
  padding: 33px 0 27px 0;
  position: relative;
}

.vacancy__item:after {
  position: absolute;
  content: ' ';
  right: 0;
  left: 0;
  top: 0;
  height: 1px;
  background: rgba(193, 193, 193, .3);
}

.vacancy__item-date {
  font-weight: normal;
  font-size: 14px;
  color: #414141;
  line-height: 157%;
  display: block;
  margin: 0 0 10px 0;
}

.vacancy__item-name {
  margin: 0 0 16px 0;
}

.vacancy__item-name a {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #006ed1;
  text-decoration: none;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.vacancy__item-name a:hover {
  opacity: .6;
}

.vacancy__item-town {
  padding-left: 20px;
  background: url(../img/pin.svg) left center no-repeat;
  font-weight: 500;
  font-size: 15px;
  color: #4f4f4f;
  line-height: 173%;
  margin-right: 38px;
}

.vacancy__item-price {
  font-weight: 400;
  font-size: 15px;
  color: #4f4f4f;
  line-height: 173%;
}

.vacancy__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 21px 0;
}

.vacancy__sort-found span {
  font-size: 15px;
  color: #4f4f4f;
}

.vacancy__sort .dropdown__toggler {
  font-size: 15px;
  color: #4f4f4f;
}

.vacancy__sort .dropdown__toggler .dropdown__link {
  color: #4f4f4f;
}

.pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination a {
  -webkit-transition: all;
          transition: all;
}

.pagination a:hover {
  cursor: pointer;
  opacity: .8;
}

.pagination__item {
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  color: #c1c1c1;
  margin-right: 10px;
}

.pagination__item:hover {
  color: #006fd4;
  opacity: 1;
}

.pagination__item:last-child {
  margin-right: 0;
}

.pagination__item-active {
  color: #006fd4;
}

.pagination__item-next {
  font-weight: normal;
  color: #006ed1;
  margin-left: 18px;
  font-size: 15px;
  line-height: 126%;
  padding-right: 15px;
  background: url(../img/arrow-r.svg) right center no-repeat;
  background-size: 5px 9px;
}

.dropdown__list-absolute {
  position: absolute;
  background: #fff;
  z-index: 100;
  border: 1px solid rgba(193, 193, 193, .3);
  padding: 20px;
}

.dropdown__list-absolute .dropdown__item:first-child {
  margin-top: 0;
}

.search__global-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
          box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
  margin: 0 0 30px 0;
}

.search__global-input {
  width: 56%;
}

.search__global-input input {
  color: rgba(153, 153, 153, .5) !important;
  opacity: 1;
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-right: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search__global-dropdown {
  width: 35%;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search__global-dropdown .dropdown__toggler {
  padding-left: 20px;
  background: url(../img/pin.svg) left center no-repeat;
  background-size: 10px 16px;
  color: #414141;
}

.search__global-dropdown .dropdown__toggler + .dropdown__list-absolute li a {
  color: #414141;
}

.search__global-submit {
  width: 9%;
}

.search__global-submit button {
  display: block;
  width: 100%;
  background: #006ed1;
  color: #fff;
}

.search__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.search__filters .dropdown__toggler {
  color: #4f4f4f;
}

.search__filters-item {
  margin-right: 55px;
}

.search__filters-item .dropdown__list li a {
  color: #4f4f4f;
}

.vacancy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -29px;
  margin-right: -29px;
}

.vacancy__content-in {
  width: 68%;
  padding-left: 29px;
  padding-right: 29px;
}

.vacancy__content-sidebar {
  width: 32%;
  padding-left: 29px;
  padding-right: 29px;
}

.vacancy__sidebar-item {
  padding: 32px 30px 30px 30px;
  border: 1px solid rgba(193, 193, 193, .3);
  margin: 0 0 30px 0;
}

.vacancy__sidebar-item_headline h5 {
  margin: 0 0 18px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 144%;
  color: #333;
}

.vacancy__sidebar-item_input {
  margin-bottom: 25px;
}

.vacancy__sidebar-item_input input {
  height: 50px;
  padding: 0 15px;
  border: 1px solid rgba(193, 193, 193, .4);
  color: rgba(153, 153, 153, .5) !important;
  opacity: 1;
}

.vacancy__item {
  padding: 33px 0 27px 0;
  position: relative;
}

.vacancy__item:after {
  position: absolute;
  content: ' ';
  right: 0;
  left: 0;
  top: 0;
  height: 1px;
  background: rgba(193, 193, 193, .3);
}

.vacancy__item-date {
  font-weight: normal;
  font-size: 14px;
  color: #414141;
  line-height: 157%;
  display: block;
  margin: 0 0 10px 0;
}

.vacancy__item-name {
  margin: 0 0 16px 0;
}

.vacancy__item-name a {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #006ed1;
  text-decoration: none;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.vacancy__item-name a:hover {
  opacity: .6;
}

.vacancy__item-town {
  padding-left: 20px;
  background: url(../img/pin.svg) left center no-repeat;
  font-weight: 500;
  font-size: 15px;
  color: #4f4f4f;
  line-height: 173%;
  margin-right: 38px;
}

.vacancy__item-price {
  font-weight: 400;
  font-size: 15px;
  color: #4f4f4f;
  line-height: 173%;
}

.vacancy__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 21px 0;
}

.vacancy__sort-found span {
  font-size: 15px;
  color: #4f4f4f;
}

.vacancy__sort .dropdown__toggler {
  font-size: 15px;
  color: #4f4f4f;
}

.vacancy__sort .dropdown__toggler .dropdown__link {
  color: #4f4f4f;
}

.pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination a {
  -webkit-transition: all;
          transition: all;
}

.pagination a:hover {
  cursor: pointer;
  opacity: .8;
}

.pagination__item {
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  color: #c1c1c1;
  margin-right: 10px;
}

.pagination__item:hover {
  color: #006fd4;
  opacity: 1;
}

.pagination__item:last-child {
  margin-right: 0;
}

.pagination__item-active {
  color: #006fd4;
}

.pagination__item-next {
  font-weight: normal;
  color: #006ed1;
  margin-left: 18px;
  font-size: 15px;
  line-height: 126%;
  padding-right: 15px;
  background: url(../img/arrow-r.svg) right center no-repeat;
  background-size: 5px 9px;
}

.dropdown__list-absolute {
  position: absolute;
  background: #fff;
  z-index: 100;
  border: 1px solid rgba(193, 193, 193, .3);
  padding: 20px;
}

.dropdown__list-absolute .dropdown__item:first-child {
  margin-top: 0;
}

.search__global-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
          box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
  margin: 0 0 30px 0;
}

.search__global-input {
  width: 56%;
}

.search__global-input input {
  color: rgba(153, 153, 153, .5) !important;
  opacity: 1;
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-right: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search__global-dropdown {
  width: 35%;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search__global-dropdown .dropdown__toggler {
  padding-left: 20px;
  background: url(../img/pin.svg) left center no-repeat;
  background-size: 10px 16px;
  color: #414141;
}

.search__global-dropdown .dropdown__toggler + .dropdown__list-absolute li a {
  color: #414141;
}

.search__global-submit {
  width: 9%;
}

.search__global-submit button {
  display: block;
  width: 100%;
  background: #006ed1;
  color: #fff;
}

.search__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.search__filters .dropdown__toggler {
  color: #4f4f4f;
}

.search__filters-item {
  margin-right: 55px;
}

.search__filters-item .dropdown__list li a {
  color: #4f4f4f;
}

.vacancy__popup-test {
  min-height: 100vh;
  padding: 200px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blocker {
  z-index: 10000;
  -webkit-transition: all .4s;
          transition: all .4s;
  background: rgba(255, 255, 255, .7);
}

.blocker .modal {
  padding: 60px 93px;
  -webkit-transition: all .4s;
          transition: all .4s;
  -webkit-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  border-radius: 3px;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
          box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
}

.blocker .modal-sm {
  max-width: 620px;
}

.blocker .modal-xl {
  max-width: 730px;
}

.blocker .modal .inp-group_textarea {
  margin: 20px 0 0 0;
}

.blocker .modal .inp-group_textarea textarea {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  resize: none;
  border: 1px solid rgba(193, 193, 193, .45);
  height: 130px;
  padding: 17px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(153, 153, 153, .5) !important;
  opacity: 1;
}

.blocker .modal__in-headline {
  margin: 0 0 40px 0;
}

.blocker .modal__in-headline h3 {
  text-align: center;
  margin: 0 0 0 0;
  color: #2a2d34;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
}

.blocker .modal__in-headline p {
  margin: 25px 0 0 0;
  font-size: 14px;
  line-height: 157%;
  color: #414141;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.blocker .modal__resume-2 .modal__in-headline {
  margin: 0 0 20px 0;
}

.blocker .modal__resume-2 .inp-group_hw-wrap .inp-group {
  margin-bottom: 0;
}

.blocker .modal__resume-2 .inp-group_file {
  height: 50px;
  width: 100%;
  border: 1px solid rgba(193, 193, 193, .45);
  margin: 0 10px;
  position: relative;
}

.blocker .modal__resume-2 .inp-group_file input {
  visibility: hidden;
  padding: 0;
}

.blocker .modal__resume-2 .inp-group_file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.blocker .modal__resume-2 .inp-group_file label span {
  -webkit-transition: all .4s;
          transition: all .4s;
  display: inline-block;
  background: url(../img/attach-fill.svg) center left no-repeat;
  background-size: 15px 18px;
  padding-left: 25px;
  color: #414141;
  font-family: "Montserrat", sans-serif;
}

.blocker .modal__resume-2 .inp-group_file label:hover {
  background: #006ed1;
  cursor: pointer;
}

.blocker .modal__resume-2 .inp-group_file label:hover span {
  background: url(../img/attach.svg) center left no-repeat;
  background-size: 15px 18px;
  padding-left: 25px;
}

.blocker .modal__resume-2 .inp-group_file-link label span {
  -webkit-transition: all .4s;
          transition: all .4s;
  display: inline-block;
  background: url(../img/link-fill.svg) center left no-repeat;
  background-size: 17px 18px;
  padding-left: 25px;
  color: #414141;
  font-family: "Montserrat", sans-serif;
}

.blocker .modal__resume-2 .inp-group_file-link label:hover {
  background: #006ed1;
  cursor: pointer;
}

.blocker .modal__resume-2 .inp-group_file-link label:hover span {
  background: url(../img/link.svg) center left no-repeat;
  background-size: 17px 18px;
  padding-left: 25px;
}

.blocker .modal .inp-group_validate:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: '';
  color: #858585;
  width: 6.5px;
  height: 6.88px;
  font-family: "Montserrat", sans-serif;
  background: url(../img/snow.svg) center center no-repeat;
  background-size: 6.5px 6.88px;
}

.blocker .modal .inp-group_validate.inp-error input {
  border-color: #cb0404;
}

.blocker .modal .inp-group_validate.inp-error:after {
  background: url(../img/snow-fill.svg) center center no-repeat;
  background-size: 6.5px 6.88px;
}

.blocker .modal .inp-group, .blocker .modal .inp-group_hw-wrap {
  margin-bottom: 15px;
  position: relative;
}

.blocker .modal .inp-group_hw:after, .blocker .modal .inp-group_hw-wrap_hw:after {
  right: 30px;
}

.blocker .modal .inp-group input, .blocker .modal .inp-group_hw-wrap input {
  border: 1px solid rgba(193, 193, 193, .45);
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 25px 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(153, 153, 153, .5) !important;
  opacity: 1;
}

.blocker .modal .inp-group_fw, .blocker .modal .inp-group_hw-wrap_fw {
  width: 100%;
}

.blocker .modal .inp-group_hw, .blocker .modal .inp-group_hw-wrap_hw {
  width: 50%;
}

.blocker .modal .inp-group_hw-wrap, .blocker .modal .inp-group_hw-wrap_hw-wrap {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blocker .modal .inp-group_hw-wrap .inp-group,
.blocker .modal .inp-group_hw-wrap_hw-wrap .inp-group {
  padding: 0 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blocker .modal .inp-group_hw-wrap:after {
  display: none;
}

.blocker .modal .inp-group_checkbox:after {
  display: none;
}

.blocker .modal .inp-group_checkbox label {
  display: block;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #414141;
  line-height: 155%;
}

.blocker .modal .inp-group_checkbox label:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: ' ';
  width: 15px;
  height: 15px;
  border: 1px solid #006ed1;
  z-index: 1;
}

.blocker .modal .inp-group_checkbox input:checked + label:before {
  background: #006ed1;
}

.blocker .modal .inp-group_checkbox input[type="checkbox"] {
  display: none;
}

.blocker .modal .inp-group_checkbox input[type="checkbox"]:checked ~ label:before {
  background: #006ed1 url(../img/checked.svg) center center no-repeat;
  background-size: 10px 10px;
}

.blocker .modal__in-form_headline {
  margin: 35px 0 15px 0;
}

.blocker .modal__in-form_headline h5 {
  margin: 0 0 0 0;
  font-family: "Montserrat", sans-serif;
  color: #2b2d34;
  font-weight: 700;
  font-size: 18px;
  line-height: 145%;
}

.blocker .modal__in-form_attach {
  margin: 18px 0 0 0;
}

.blocker .modal__in-form_attach .inp-group {
  margin-bottom: 35px;
}

.blocker .modal__in-form_attach-headline {
  margin: 0 0 18px 0;
}

.blocker .modal__in-form_attach-headline h5 {
  margin: 0 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #414141;
  font-size: 14px;
  line-height: 157%;
}

.blocker .modal__in-form_attach label {
  position: relative;
  padding-left: 105px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #414141;
  font-size: 14px;
  line-height: 200%;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.blocker .modal__in-form_attach label:hover {
  opacity: .8;
}

.blocker .modal__in-form_attach label:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 85px;
  height: 50px;
  background: #006ed1 url(../img/attach.svg) center center no-repeat;
  background-size: 19px 24px;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
          box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
}

.blocker .modal__in-form_attach input[type="file"] {
  display: none;
}

.btn_add {
  background: none;
  border: none;
  background: url(../img/plus.png) center left no-repeat;
  background-size: 14px 14px;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.btn_add:hover {
  opacity: .8;
}

.btn_add span {
  display: inline-block;
  font-size: 14px;
  color: #414141;
}

.btn_fw {
  width: 100%;
}

.modal .close-modal {
  top: 0 !important;
  right: 0 !important;
  background-image: none !important;
  background: #3b6ece url(../img/cross.svg) center center no-repeat !important;
  width: 35px;
  height: 35px;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.modal .close-modal:hover {
  opacity: .8;
}

/* Add Animation */

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.btn_arrow span {
  display: inline-block;
  padding-left: 20px;
  background: url(../img/prev.svg) left center no-repeat;
  background-size: 7px 20px;
}

.search__global-mini {
  max-width: 435px;
  margin-bottom: 55px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search__global-mini .search__global-input {
  border-right: none;
  width: calc(100% - 85px);
}

.search__global-mini .search__global-submit {
  width: 85px;
}

.news__items ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -13px;
}

.news__items .news__item {
  width: 33.33%;
  height: 260px;
  display: block;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 23px !important;
}

.news__items .news__item-in {
  height: 100%;
  padding: 34px 30px 30px 30px;
  border: 1px solid rgba(193, 193, 193, .5);
  -webkit-transition: all .4s;
          transition: all .4s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.news__items .news__item-in:hover {
  border: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
          box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
  opacity: .7;
}

.news__items .news__item-date span {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #414141;
  font-size: 14px;
  line-height: 155%;
  margin: 0 0 17px 0;
}

.news__items .news__item-content p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 155%;
  margin: 0 0 60px 0;
}

.news__items .news__item-read span {
  display: inline-block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 125%;
  padding-right: 20px;
  color: #6bb91e;
  background: url(../img/arrow-green.svg) right center no-repeat;
  background-size: 8px 14px;
}

.side-nav::before {
  top: 180px;
}

.side-nav::before {
  height: calc(100% - 180px);
}

.block_inner {
  padding-top: 180px;
}

.article__date {
  color: #414141;
  display: block;
  font-size: 14px;
  line-height: 155%;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 15px 0;
}

.block__text-article {
  margin-top: 0;
}

.block__text-article h3 {
  font-size: 24px;
  color: #333;
  margin: 0 0 30px 0;
}

blockquote {
  min-height: 72px;
  margin: 0;
  padding-left: 107px;
  background: url(../img/cite.svg) left 7px no-repeat;
  background-size: 85px 72px;
  color: #4f4f4f;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  margin: 0 0 32px 0;
}

.block__text .list-blue li::before {
  background: #006ed1;
}

.btn_arrow-l span {
  display: inline-block;
  padding-left: 30px;
  background: url(../img/arrow-grey_l.svg) left center no-repeat;
  background-size: 6px 11px;
}

.btn_arrow-l:hover span {
  background: url(../img/arrow-white_l.svg) left center no-repeat;
  background-size: 6px 11px;
}

.btn_articles {
  margin-top: 35px;
}

.block__container-article {
  padding-bottom: 15px;
  position: relative;
}

.block__container-article:after {
  position: absolute;
  content: ' ';
  left: 50px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: rgba(193, 193, 193, .31);
}

.contacts__text-big {
  margin: 50px 0 40px 0;
}

.contacts__text-big .contacts__text-headline h5 {
  margin: 0 0 0 0;
  color: #2a2d34;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 120%;
  font-weight: 700;
}

.contacts__text-big .contacts__text-headline {
  margin: 0 0 40px 0;
}

.contacts__text-big .contacts__text-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__text-big .contacts__text-item {
  width: 50%;
}

.contacts__text-big .contacts__text-item h5,
.contacts__text-big .contacts__text-item p,
.contacts__text-big .contacts__text-item .contacts__text-contact {
  margin: 0;
  max-width: 260px;
}

.contacts__text-big .contacts__text-item h5 {
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 145%;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.contacts__text-big .contacts__text-item p {
  margin: 0 0 13px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #414141;
}

.contacts__text-big .contacts__text-contact a {
  text-decoration: none;
  color: #414141;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 157%;
  padding-left: 25px;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.contacts__text-big .contacts__text-contact a:hover {
  opacity: .7;
}

.contacts__text-big .contacts__text-email {
  background: url(../img/email.svg) left center no-repeat;
  background-size: 15px 16px;
}

.contacts__text-big .contacts__text-phone {
  background: url(../img/phone.svg) left center no-repeat;
  background-size: 13px 16px;
}

.block__text-include_headline {
  margin-top: 0;
}

.block__text-include_headline > h3 {
  margin-top: 0;
}

.search__filters-item_bordered {
  border: 1px solid rgba(193, 193, 193, .5);
  margin-right: 22px;
}

.search__filters-item_bordered .dropdown__toggler {
  padding: 10px 20px;
}

.gallery__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px;
}

.gallery__items .gallery__item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  text-decoration: none;
  margin-bottom: 125px;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.gallery__items .gallery__item:hover {
  oapcity: .8;
}

.gallery__items .gallery__item-img {
  width: 100%;
  height: 310px;
}

.gallery__items .gallery__item-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.gallery__items .gallery__item-type {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

.gallery__items .gallery__item-type.photo {
  background: #6bb91e url(../img/folder.svg) center center no-repeat;
  background-size: 20px 20px;
}

.gallery__items .gallery__item-type.video {
  background: #006ed1 url(../img/play.svg) center center no-repeat;
  background-size: 15px 20px;
}

.gallery__items .gallery__item-date {
  display: block;
  color: #414141;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 157%;
  margin: 0 0 15px 0;
}

.gallery__items .gallery__item-txt p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-weight: 500;
  line-height: 145%;
  overflow: hidden;
}

.gallery__items .gallery__item-desc {
  position: absolute;
  width: 300px;
  height: auto;
  right: -22px;
  bottom: -75px;
  padding: 32px 32px 28px 32px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(193, 193, 193, .499547);
}

.gallery__items .gallery__item-in {
  position: relative;
}

.test {
  background: url(../img/pin.svg) left center no-repeat;
}

.contacts__page-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  height: 385px;
  overflow: hidden;
}

.contacts__page-map_l {
  width: 32%;
  height: 100%;
  -ms-overflow-y: scroll;
      overflow-y: scroll;
  padding: 0 12px;
  position: relative;
}

.contacts__page-map_l:after {
  position: absolute;
  content: ' ';
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
}

.contacts__page-map_l .contacts__page-image {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.contacts__page-map_l .contacts__page-image:last-child {
  margin-bottom: 0;
}

.contacts__page-map_l .contacts__page-image img {
  display: block;
  width: 100%;
}

.contacts__page-map_l::-webkit-scrollbar {
  width: 5px;
}

.contacts__page-map_l::-webkit-scrollbar-thumb {
  background-color: #006ed1;
  outline: 1px solid slategrey;
}

.contacts__page-map_r {
  width: 68%;
  padding: 0 12px;
}

.contacts__page-map_r iframe {
  display: block;
  height: 100%;
}

.contacts__text-contacts .contacts__text-item h5 {
  margin-bottom: 25px;
}

.contacts__text-contacts .contacts__text-item {
  margin-bottom: 60px;
}

.contacts__text-items_l, .contacts__text-items_r {
  width: 50%;
}

.contacts__text-items_l .contacts__text-item,
.contacts__text-items_r .contacts__text-item {
  width: 100%;
}

.contacts__text-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vacancy__headline .vacancy__item {
  padding-top: 0;
  padding-bottom: 15px;
}

.vacancy__headline .vacancy__item-name {
  color: #2a2d34;
  font-size: 30px;
  line-height: 120%;
  font-weight: 700;
}

.vacancy__headline .vacancy__item:after {
  display: none;
}

.vacancy__sidebar-item {
  background: #fff;
  position: relative;
  z-index: 1;
}

.vacancy__description {
  margin: 0 0 105px 0;
}

.vacancy__description-item h3 {
  margin: 0 0 20px 0;
  color: #2b2d34;
  font-size: 18px;
  line-height: 144%;
}

.vacancy__description-item:last-child {
  margin-bottom: 45px;
}

.vacancy__description-item.block__text li::before {
  background-color: #006ed1;
}

.vacancy__description-bottom .btn {
  margin-right: 25px;
  min-width: 223px;
}

.vacancy__description-bottom_btn {
  margin: 0 0 27px 0;
}

.vacancy__another-headline h5 {
  margin: 0 0 22px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: #333;
}

.vacancy__content-bottom {
  margin-top: 35px;
}

.btn_arrow span {
  display: inline-block;
  padding-left: 20px;
  background: url(../img/prev.svg) left center no-repeat;
  background-size: 7px 20px;
}

.side-nav_big {
  padding-top: 195px;
}

.side-nav_big .side-nav__crumbs {
  position: absolute;
  top: 120px;
  left: 30px;
  width: 500px;
}

.side-nav__link {
  max-width: 100%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block__container-article_csr {
  margin: 0 0 35px 0;
}

.block__container-article_csr:after {
  display: none;
}

.block__container-article_csr h3 {
  margin: 0;
}

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

.list-blue li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.list-blue li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 6px;
  width: 6px;
  background-color: #006ed1;
}

.list__headline {
  margin: 30px 0 15px 0;
}

.list__headline h5 {
  margin: 0 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
}

.wrap__content.wrap__content-fw .wrap__content-in {
  width: 100%;
}

.wrap__sidebar-item_img {
  position: relative;
  background: url(../img/dotted-bg.png) right bottom no-repeat;
  background-size: auto;
}

.wrap__sidebar-item_img .wrap__sidebar-item_image {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 1s;
          transition: all 1s;
}

.btn_download {
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, .301064);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, .301064);
  padding: 0;
  width: 50px;
  height: 50px;
  background: #6bb91e url(../img/download.svg) center center no-repeat;
  background-size: 16px 20px;
}

.block__container-article_csr > h3 {
  line-height: 125%;
}

.wrap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -29px;
  margin-right: -29px;
}

.wrap__content-in {
  width: 68%;
  padding-left: 29px;
  padding-right: 29px;
}

.wrap__content-sidebar {
  width: 32%;
  padding-left: 29px;
  padding-right: 29px;
}

.wrap__sidebar.csr .wrap__sidebar-item_headline h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #333;
}

.wrap__sidebar.csr .btn_download {
  margin-right: 15px;
}

.wrap__sidebar.csr .btn_download + span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #858585;
}

.wrap__sidebar-item {
  display: block;
  text-decoration: none;
  padding: 32px 30px 30px 30px;
  border: 1px solid rgba(193, 193, 193, .3);
  margin: 0 0 30px 0;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.wrap__sidebar-item:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
          box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
}

.wrap__sidebar-item:hover, .wrap__sidebar-item:focus,
.wrap__sidebar-item:hover:focus {
  text-decoration: none;
}

.wrap__sidebar-item_headline h5 {
  margin: 0 0 18px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 144%;
  color: #333;
}

.wrap__sidebar-item_input {
  margin-bottom: 25px;
}

.wrap__sidebar-item_input input {
  height: 50px;
  padding: 0 15px;
  border: 1px solid rgba(193, 193, 193, .4);
  color: rgba(153, 153, 153, .5) !important;
  opacity: 1;
}

.wrap__item {
  padding: 33px 0 27px 0;
  position: relative;
}

.wrap__item:after {
  position: absolute;
  content: ' ';
  right: 0;
  left: 0;
  top: 0;
  height: 1px;
  background: rgba(193, 193, 193, .3);
}

.wrap__item-date {
  font-weight: normal;
  font-size: 14px;
  color: #414141;
  line-height: 157%;
  display: block;
  margin: 0 0 10px 0;
}

.wrap__item-name {
  margin: 0 0 16px 0;
}

.wrap__item-name a {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #006ed1;
  text-decoration: none;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.wrap__item-name a:hover {
  opacity: .6;
}

.wrap__item-town {
  padding-left: 20px;
  background: url(../img/pin.svg) left center no-repeat;
  font-weight: 500;
  font-size: 15px;
  color: #4f4f4f;
  line-height: 173%;
  margin-right: 38px;
}

.wrap__item-price {
  font-weight: 400;
  font-size: 15px;
  color: #4f4f4f;
  line-height: 173%;
}

.wrap__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 21px 0;
}

.wrap__sort-found span {
  font-size: 15px;
  color: #4f4f4f;
}

.wrap__sort .dropdown__toggler {
  font-size: 15px;
  color: #4f4f4f;
}

.wrap__sort .dropdown__toggler .dropdown__link {
  color: #4f4f4f;
}

.gallery__items.csr__news .gallery__item {
  -webkit-transition: all .4s;
          transition: all .4s;
}

.gallery__items.csr__news .gallery__item-desc {
  -webkit-transition: all .4s;
          transition: all .4s;
}

.gallery__items.csr__news .gallery__item:hover .gallery__item-desc {
  border: 1px solid transparent;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
          box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
}

.gallery__items.csr__news .gallery__item .news__item-read {
  height: 0;
  visibility: hidden;
  margin-top: 15px;
  -webkit-transition: all .4s;
          transition: all .4s;
  -webkit-transform: translate(0, 28px);
          transform: translate(0, 28px);
  opacity: 0;
}

.gallery__items.csr__news .gallery__item:hover .news__item-read {
  height: auto;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.news__item-read span {
  display: inline-block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 125%;
  padding-right: 20px;
  color: #6bb91e;
  background: url(../img/arrow-green.svg) right center no-repeat;
  background-size: 8px 14px;
}

.block__text-article .headline__big {
  font-size: 36px;
}

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

.attached__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -42.5px;
  width: 100%;
}

.attached__items .attached__item {
  width: 50%;
  padding: 23px 42.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.attached__items .attached__item:hover {
  opacity: .8;
}

.attached__items .attached__item-headline {
  margin-bottom: 5px;
}

.attached__items .attached__item-headline span {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #414141;
  line-height: 155%;
}

.attached__items .attached__item-content p {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
}

.attached__items .attached__item p {
  margin: 0;
}

.attached__items .attached__item:after {
  position: absolute;
  content: ' ';
  top: 0;
  right: 0;
  bottom: 0;
  left: 67.5px;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
          box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
  z-index: -1;
}

.attached__items .attached__item:hover {
  text-decoration: none;
}

.attached__items .attached__item-l {
  width: 50px;
}

.attached__items .attached__item-r {
  width: calc(100% - 50px);
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.attached__block {
  margin-top: 35px;
}

.attached__block-headline h3 {
  font-size: 30px;
  margin: 0 0 50px 0;
  line-height: 157%;
  font-weight: normal;
  color: #414141;
  font-weight: 900;
}

.row__column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      flex-direction: column;
}

.row__column .block_inner {
  padding: 0 0 0 0;
  max-width: 100%;
  width: 100%;
}

.row__column .block_inner > .container {
  max-width: 100%;
  padding-left: 30px;
}

.gallery__items.clients .gallery__item-desc {
  left: 0;
  width: 408px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.desc__items {
  background: url(../img/dotted_bg.png) center center;
  margin-top: 50px;
}

.desc__items .desc__item {
  position: relative;
  margin-bottom: 80px;
}

.desc__items .desc__item:last-child {
  margin-bottom: 110px;
}

.desc__items .desc__item-img {
  width: 45%;
}

.desc__items .desc__item-img img {
  display: block;
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.desc__items .desc__item-txt {
  position: absolute;
  left: calc(45% - 50px);
  top: 50px;
  right: 0;
  bottom: -25px;
  background: #fff;
  padding: 40px 45px 30px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
          box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
}

.desc__items .desc__item-txt h5 {
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 144%;
  color: #333;
  font-weight: 500;
}

.desc__items .desc__item-txt p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 175%;
  color: #4f4f4f;
  font-weight: normal;
}

/* -------------------------------- 

Main Components 

-------------------------------- */

.timeline__horizontal .cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}

.timeline__horizontal .cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

.timeline__horizontal .cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.timeline__horizontal .cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.timeline__horizontal .cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.timeline__horizontal .cd-horizontal-timeline .events-wrapper::after,
.timeline__horizontal .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.timeline__horizontal .cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#f8f8f8), to(rgba(248, 248, 248, 0)));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}

.timeline__horizontal .cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#f8f8f8), to(rgba(248, 248, 248, 0)));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}

.timeline__horizontal .cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          transition: transform .4s;
          transition: transform .4s, -webkit-transform .4s;
}

.timeline__horizontal .cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
           transform-origin: left center;
  -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s;
}

.timeline__horizontal .cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.timeline__horizontal .cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color .3s, border-color .3s;
          transition: background-color .3s, border-color .3s;
}

.timeline__horizontal .no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}

.timeline__horizontal .cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.timeline__horizontal .cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}

.timeline__horizontal .cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}

@media only screen and (min-width: 1100px) {
  .timeline__horizontal .cd-horizontal-timeline {
    margin: 6em auto;
  }

  .timeline__horizontal .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.timeline__horizontal .cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color .3s;
          transition: border-color .3s;
}

.timeline__horizontal .cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}

.timeline__horizontal .cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.timeline__horizontal .cd-timeline-navigation a.next {
  right: 0;
}

.timeline__horizontal .no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}

.timeline__horizontal .cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.timeline__horizontal .cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.timeline__horizontal .no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.timeline__horizontal .cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height .4s;
          transition: height .4s;
}

.timeline__horizontal .cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.timeline__horizontal .cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.timeline__horizontal .cd-horizontal-timeline .events-content li.enter-right,
.timeline__horizontal .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
          animation-name: cd-enter-right;
}

.timeline__horizontal .cd-horizontal-timeline .events-content li.enter-left,
.timeline__horizontal .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
          animation-name: cd-enter-left;
}

.timeline__horizontal .cd-horizontal-timeline .events-content li.leave-right,
.timeline__horizontal .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
          animation-direction: reverse;
}

.timeline__horizontal .cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}

.timeline__horizontal .cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

.timeline__horizontal .cd-horizontal-timeline .events-content em::before {
  content: '- ';
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.timeline__horizontal .cd-horizontal-timeline .events a::after {
  border-radius: 0;
}

.timeline__horizontal .cd-horizontal-timeline .events a.selected:after {
  -webkit-transform: scale(1.2) translateX(-50%);
          transform: scale(1.2) translateX(-50%);
}

.timeline__horizontal .cd-horizontal-timeline .events a::after {
  border-color: #e1e1e1;
}

.timeline__horizontal .cd-horizontal-timeline .events a:hover::after {
  background: #6bb91e;
  border-color: #6bb91e;
}

.timeline__horizontal .cd-horizontal-timeline .events a.selected::after,
.timeline__horizontal .no-touch .cd-horizontal-timeline .events a:hover::after {
  background: #6bb91e;
  border-color: #6bb91e;
}

.timeline__horizontal .cd-horizontal-timeline .filling-line {
  background-color: #e1e1e1;
}

.timeline__horizontal .cd-horizontal-timeline .events {
  left: -110px;
}

.timeline__horizontal ol, .timeline__horizontal .cd-timeline-navigation {
  list-style-type: none;
}

.timeline__horizontal ol {
  padding-left: 0;
}

.timeline__horizontal ol li {
  margin-left: 0;
  padding-left: 0;
}

.timeline__horizontal .cd-horizontal-timeline .events a.older-event::after {
  border-color: #6bb91e;
}

.timeline__horizontal .cd-horizontal-timeline .events a {
  text-decoration: none;
}

.timeline__horizontal .cd-horizontal-timeline .events a.selected {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.timeline__horizontal .cd-timeline-navigation a {
  border: none;
}

.timeline__horizontal .cd-horizontal-timeline .filling-line {
  background: #6bb91e;
}

.timeline__horizontal .cd-horizontal-timeline .events-wrapper::before,
.timeline__horizontal .cd-horizontal-timeline .events-wrapper::after {
  display: none;
}

.timeline__horizontal .cd-horizontal-timeline .timeline {
  width: 260px;
}

.search__global {
  position: relative;
}

.timeline__horizontal .timeline {
  position: absolute !important;
  top: -10px;
  right: 0;
}

.timeline__horizontal .cd-horizontal-timeline .events-content li {
  padding: 0;
}

.timeline__horizontal .cd-horizontal-timeline .events-content li > * {
  max-width: 100%;
}

.block_news-slider_nodec .block__title::before {
  display: none;
}

.block_news-slider_nodec .news-slide__thumb {
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block_news-slider_nodec .news-slide {
  padding-right: 22px;
}

.btn_big {
  padding: 0 65px;
}

.attached__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.attached__items .attached__item {
  margin-bottom: 50px;
}

.contacts__text-bordered {
  border-top: 1px solid rgba(216, 216, 216, .4);
  padding-top: 50px;
}

.wrap__sidebar-item_blue {
  background: #006ed1;
}

.wrap__sidebar-item_blue p {
  color: #414141;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  line-height: 157%;
  font-weight: normal;
}

.wrap__sidebar-item_blue h5 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 127%;
}

.wrap__sidebar-item_blue .wrap__sidebar-item_content p:last-child {
  margin-bottom: 0;
}

.wrap__content-sidebar_investors p {
  color: #414141;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  line-height: 157%;
  font-weight: normal;
}

.wrap__sidebar-item_grey h5 {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.wrap__sidebar-item_blueh h5 {
  color: #006ed1;
  font-size: 36px;
  line-height: 122%;
  font-weight: 700;
}

.wrap__sidebar-item_blueh .info-card__button {
  margin-top: 20px;
}

.divider {
  width: 100%;
  height: 1px;
  background: rgba(216, 216, 216, .4);
}

.divider__mb {
  margin-bottom: 50px;
}

.attached__block-reverse_fw .pagination {
  margin-left: 42.5px;
}

.attached__block-reverse_fw .attached__item {
  width: 100%;
  margin-bottom: 15px;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      flex-direction: row-reverse;
}

.attached__block-reverse_fw .attached__item:after {
  left: 42.5px;
  right: 42.5px;
  border: 1px solid rgba(193, 193, 193, .4);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.attached__block-reverse_fw .attached__item .btn_download {
  background: #fff url(../img/download-green.svg) center center no-repeat;
  background-size: 16px 20px;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.attached__block-reverse_fw .attached__item:hover .btn_download {
  background: #6bb91e url(../img/download.svg) center center no-repeat;
  background-size: 16px 20px;
}

.attached__block-reverse_fw .attached__item-content p {
  font-size: 16px;
}

.attached__block-reverse_fw .attached__item-r {
  padding-left: 30px;
}

.attached__block-reverse_fw .attached__item-l {
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
}

.attached__block-reverse_fw:hover {
  opacity: 1;
}

.attached__block .attached__items-headline {
  margin-top: 30px;
  margin-bottom: 20px;
}

.attached__block .attached__items-headline h5 {
  margin: 0;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-weight: 500;
}

.attached__items-events .attached__item-l {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 100%;
}

.timeline__wrapper {
  position: relative;
}

.timeline__wrapper:before {
  display: none;
}

.block_inner-nodec:before {
  display: none;
}

.attached__table-headline {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.attached__table-headline .add__event {
  width: 332px;
}

.attached__table-headline span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 145%;
  color: #333;
  font-weight: 500;
}

.attached__block-reverse_fw .attached__item {
  padding-right: 0;
}

.attached__block-reverse_fw .attached__item:after {
  right: 0;
}

.btn__icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 148px;
  outline: none;
  border: none;
  position: relative;
  background: none;
  outline: none;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.btn__icon:before {
  position: absolute;
  content: ' ';
  left: 0;
  top: -23px;
  bottom: -23px;
  width: 1px;
  background: #e0e0e0;
}

.btn__icon span {
  display: block;
  padding-top: 45px;
  font-family: "Montserrat", sans-serif;
  color: #858585;
  font-size: 12px;
  line-height: 180%;
  font-weight: normal;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.btn__icon:hover {
  opacity: .8;
  cursor: pointer;
}

.btn__calls span {
  background: url(../img/docs.svg) center top no-repeat;
  background-size: 30px 35px;
}

.btn__outlook span {
  background: url(../img/outlook.png) center top no-repeat;
  background-size: 35px 36px;
}

.btn__calendar span {
  background: url(../img/calendar.png) center top no-repeat;
  background-size: 45px 45px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.btn__calendar:hover span {
  background: url(../img/plus_green.svg) center 10px no-repeat;
  background-size: 21px 21px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.btn__document span {
  background: url(../img/document.png) center top no-repeat;
  background-size: 30px 35px;
}

.attached__items-events .attached__item-r {
  padding-left: 25px;
}

.attached__items-events .attached__item {
  -webkit-transition: all .4s;
          transition: all .4s;
}

.attached__items-events .attached__item:hover:after {
  background: #f8f8f8;
}

.attached__items-events .attached__item-l {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none;
          transform: none;
}

.attached__block-documentbtns .attached__item-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-transform: translate(25px, 0);
          transform: translate(25px, 0);
}

.attached__block-documentbtns .attached__item-l .btn {
  margin: 0 2px;
}

.attached__block-documentbtns .attached__item {
  -webkit-transition: all .4s;
          transition: all .4s;
}

.attached__block-documentbtns .attached__item:hover {
  opacity: 1;
}

.attached__block-documentbtns .attached__item:hover .btn_download {
  background: #fff url(../img/download-green.svg) center center no-repeat;
  background-size: 16px 20px;
  opacity: 1;
}

.attached__block-documentbtns .attached__item:hover:after {
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
          box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
}

.attached__block-documentbtns .attached__item-content span {
  display: block;
  font-size: 14px;
  color: #858585;
  line-height: 185%;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}

.attached__block-documentbtns .btn_download {
  -webkit-transition: all .4s;
          transition: all .4s;
}

.attached__block-documentbtns .btn_download:hover {
  opacity: .8;
  background: #6bb91e url(../img/download.svg) center center no-repeat !important;
  background-size: 16px 20px;
}

.attached__block-documentbtns .btn_download-pdf {
  -webkit-transition: all .4s;
          transition: all .4s;
  width: 50px;
  background: #006ed1 url(../img/pdf.png) center center no-repeat;
  background-size: 22px 30px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding: 0;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, .301064);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, .301064);
}

.attached__block-documentbtns .btn_download-pdf:hover {
  background-color: #6bb91e;
}

.attached__block-documentbtns .btn_download-xls {
  -webkit-transition: all .4s;
          transition: all .4s;
  width: 50px;
  background: #006ed1 url(../img/xls.png) center center no-repeat;
  background-size: 22px 30px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding: 0;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, .301064);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, .301064);
}

.attached__block-documentbtns .btn_download-xls:hover {
  background-color: #6bb91e;
}

blockquote li {
  margin-bottom: 20px !important;
}

blockquote li:last-child {
  margin-bottom: 0;
}

blockquote li:before {
  display: none;
}

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

/* ------ venobox.css --------*/

.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

.vbox-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

/* ----- navigation ----- */

.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}

/* ----- navigation ARROWS ----- */

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #b6b6b6;
  border-right-color: #b6b6b6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.vbox-next span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */

.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */

.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }

  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}

@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }

  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}

/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
          overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.figlio {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
          box-shadow: 0 0 12px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
  max-width: 100%;
  text-align: initial;
}

img.figlio {
  -webkit-user-select: none;
     -moz-user-select: none;
       -o-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.animated {
   webkit-transition: margin 300ms ease-out;
  -webkit-transition: margin 300ms ease-out;
          transition: margin 300ms ease-out;
}

.animate-in {
  opacity: 1;
}

.animate-out {
  opacity: 0;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */

.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
            transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
            transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
          animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
          animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -.9s;
          animation-delay: -.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -.8s;
          animation-delay: -.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(.4);
            transform: scaleY(.4);
  }

  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(.4);
            transform: scaleY(.4);
  }

  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
          animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -.9s;
          animation-delay: -.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
            transform: translateX(30px) rotate(-90deg) scale(.5);
  }

  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
            transform: translateX(30px) translateY(30px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
            transform: translateX(30px) translateY(30px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
            transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
            transform: translateX(30px) rotate(-90deg) scale(.5);
  }

  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
            transform: translateX(30px) translateY(30px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
            transform: translateX(30px) translateY(30px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
            transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.sk-spinner-pulse {
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.sk-chasing-dots {
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
          animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
          animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
          animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: '';
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -.32s;
          animation-delay: -.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -.16s;
          animation-delay: -.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
          animation-delay: -.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
          animation-delay: -.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
          animation-delay: -.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
          animation-delay: -.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
          animation-delay: -.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
          animation-delay: -.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
          animation-delay: -.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
          animation-delay: -.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
          animation-delay: -.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
          animation-delay: -.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
          animation-delay: -.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
          animation-delay: -.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
          animation-delay: -.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
          animation-delay: -.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
          animation-delay: -.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
          animation-delay: -.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
          animation-delay: -.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
          animation-delay: -.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
            transform: perspective(140px) rotateX(0);
    opacity: 1;
  }

  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
            transform: perspective(140px) rotateX(0);
    opacity: 1;
  }

  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.map-marker__text {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, .3);
  position: relative;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.map-marker__text:after {
  position: absolute;
  content: ' ';
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  background: #6bb91e;
  z-index: -1;
}

.map-marker_hover .map-marker__text {
  border: 2px solid #d8d8d8;
}

.map-marker_active .map-marker__text {
  opacity: 0;
}

.map-marker__filter {
  position: static;
  margin: 0;
}

.int-map__map-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.map-marker__filter_breeding, .map-marker__filter_crops,
.map-marker__filter_cropProduction, .map-marker__filter_factories,
.marker__filter {
  margin: 0 5px !important;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

tr {
  -webkit-transition: all .4s;
          transition: all .4s;
}

tr:hover {
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
          box-shadow: 6px 6px 30px rgba(0, 0, 0, .150759);
}

tr th {
  background: #006ed1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 173%;
  font-weight: normal;
  padding: 25px 10px 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

tr td, tr th {
  border: 0;
  border-style: hidden;
  text-align: left;
  position: relative;
}

tr td:after, tr th:after {
  position: absolute;
  content: ' ';
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(197, 197, 197, .2);
}

tr td:last-child:after, tr th:last-child:after {
  background: none;
}

tr td:nth-child(3) a, tr th:nth-child(3) a {
  color: #6bb91e;
  text-decoration: none;
  -webkit-transition: all .4s;
          transition: all .4s;
}

tr td:nth-child(3) a:hover, tr th:nth-child(3) a:hover {
  opacity: .8;
}

tr td:nth-child(4) a, tr th:nth-child(4) a {
  text-decoration: none;
  color: #5b5b5b;
}

tr td:nth-child(4) a:hover, tr th:nth-child(4) a:hover {
  color: #5b5b5b;
  opacity: .8;
}

tr td {
  padding: 23px 10px 23px 23px;
  font-family: "Montserrat", sans-serif;
  color: #5b5b5b;
  font-size: 14px;
  line-height: 128%;
}

tr td:before {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: rgba(197, 197, 197, .2);
}

.keydata tr td, .keydata tr th {
  border: 0;
  border-style: hidden;
  text-align: left;
  position: relative;
}

.keydata tr td:after, .keydata tr th:after {
  position: absolute;
  content: ' ';
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(197, 197, 197, .2);
}

.keydata tr td:last-child:after, .keydata tr th:last-child:after {
  background: none;
}

.keydata tr td:nth-child(3) a, .keydata tr th:nth-child(3) a {
  color: #5b5b5b;
  text-decoration: none;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.keydata tr td:first-child, .keydata tr th:first-child {
  min-width: 170px;
}

.keydata tr td:nth-child(4), .keydata tr td:last-child,
.keydata tr th:nth-child(4), .keydata tr th:last-child {
  min-width: 60px;
}

.keydata tr td {
  padding: 23px 10px 23px 23px;
  font-family: "Montserrat", sans-serif;
  color: #5b5b5b;
  font-size: 14px;
  line-height: 128%;
}

.keydata tr td:before {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: rgba(197, 197, 197, .2);
}

.keydata__download-file {
  text-decoration: none;
  margin-bottom: 30px;
}

.keydata__download-file a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.keydata__download-file a:hover {
  text-decoration: none;
  opacity: .7;
}

.keydata__download-file span {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #4f4f4f;
  padding-left: 20px;
}

.keydata__download-file span.icon__download {
  background: #6bb91e url(../img/xls.png) center center no-repeat;
  background-size: 22px 30px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, .301064);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, .301064);
}

.keydata__download-desc {
  margin-bottom: 20px;
}

.keydata__download-desc p {
  margin: 0;
  color: #4f4f4f;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 173%;
}

.keydata__download-details {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.keydata__download-details .keydata__download-detail {
  margin-right: 25px;
}

.keydata__download-details .keydata__download-detail p {
  margin: 0;
}

.keydata__download-details .keydata__download-detail p span {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #c7c7c7;
}

.keydata__download-details .keydata__download-detail p span.bold {
  color: #555;
}

.keydata__download-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.keydata__download-btns .btn {
  width: 200px;
  padding: 0;
  text-align: center;
}

.keydata__download-btns .btn_articles {
  margin-top: 0;
}

.keydata__download-btns .btn:first-child {
  margin-right: 50px;
}

.keydata__download-btns .btn_prev span {
  display: inline-block;
  padding-left: 21.5px;
  background: url(../img/btn-prev.png) left center no-repeat;
  background-size: 6px 11px;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.keydata__download-btns .btn_prev:hover span {
  background: url(../img/btn-prev_hover.png) left center no-repeat;
  background-size: 6px 11px;
}

.keydata__download-btns .btn_next span {
  display: inline-block;
  padding-right: 21.5px;
  background: url(../img/btn-next.png) right center no-repeat;
  background-size: 6px 11px;
  -webkit-transition: all .4s;
          transition: all .4s;
}

.keydata__download-btns .btn_next:hover span {
  background: url(../img/btn-next_hover.png) right center no-repeat;
  background-size: 6px 11px;
}

.card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.dropdown__list {
  display: none;
}

.dropdown__list_active {
  display: block;
}

.wrap__sidebar-item_img h5 {
  max-width: 165px;
}

.desc__items .desc__item-txt p {
  max-height: 212px;
  overflow: hidden;
}

.blank-active {
  pointer-events: none;
}

.blacnk-zero {
  pointer-events: none;
}

.map-marker__text {
  text-indent: -9999px;
}

.gray_square .map-marker__text:after {
  background: rgba(255, 255, 255, .6);
}

.white_square .map-marker__text:after {
  background: #6bb91e;
}

.map-legend__link:hover svg {
  fill: #fff;
  stroke: #fff;
}

.map-marker_hover .map-marker__label {
  left: 120%;
}

.map-marker_hover .map-marker__label:after {
  position: absolute;
  content: ' ';
  left: -6px;
  top: 55%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #6bb91e;
}

.map-legend__item:first-child .map-legend__link:hover svg,
.map-legend__item:nth-child(4) .map-legend__link:hover svg {
  stroke: #6bb91e;
}

.map-legend__item:first-child.map-legend__item_active .map-legend__link svg,
.map-legend__item:nth-child(4).map-legend__item_active .map-legend__link svg {
  stroke: #6bb91e;
}

.map-marker__label {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 40px;
}

.map-marker__text:after {
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
}

.map-marker__text {
  width: 20px;
  height: 20px;
}

.map-filter_active .map-filter__icon svg {
  stroke: #6bb91e;
}

.map-legend__item:nth-child(3).map-legend__item_active svg {
  stroke: #fefefe;
}

.test {
  display: none;
}

.map-legend__item:nth-child(4).map-legend__item_active svg {
  fill: #fefefe;
}

.map-legend__item_active svg {
  fill: #fefefe;
}

.map-legend__item:nth-child(4) svg {
  fill: #6bb91e;
}

.map-legend__item:nth-child(4) svg path:first-child {
  fill: #fff;
}

.map-legend__item:nth-child(4):hover svg {
  fill: #fefefe;
}

.header_isSticky {
  -webkit-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important;
}

.block__text.news__items:not(.events-content) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}

@media (min-width: 1025px) {
  .block__text.news__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .csr__news.clients .gallery__item-desc {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .csr__news.clients .news__item-read {
    position: static;
  }
}

.pagination a {
  text-decoration: none;
}

.pagination__item-next, .pagination__item-prev {
  text-indent: -9999px;
  margin: 0;
}

.documents__annual-body .documents__download.btn.btn_shadow.btn_icon.btn_icon_green.btn_icon_tooltip:before {
  content: "\417\430\432\430\43D\442\430\436\438\442\438";
  font-size: 16px;
  color: #006ed1;
  padding-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 60px;
  font-weight: 700;
  -webkit-transition: all .4s;
          transition: all .4s;
  pointer-events: none;
}

.documents__annual-body .documents__download.btn.btn_shadow.btn_icon.btn_icon_green.btn_icon_tooltip:hover:before {
  opacity: 0;
  display: none;
}

.slider_people .slider__slide {
  height: 365px;
}

.slider_people .slider__slide .info-card_shadow {
  height: 100%;
}

.slider_people .info-card_people .info-card__thumb {
  top: 0;
}

.timeline__horizontal .cd-horizontal-timeline .events-content li > * {
  margin: 0;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
   -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Icons */

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '\2190';
}

[dir='rtl'] .slick-prev:before {
  content: '\2192';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '\2192';
}

[dir='rtl'] .slick-next:before {
  content: '\2190';
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.attached__block .pagination {
  margin-bottom: 20px;
}

.timeline__horizontal .cd-horizontal-timeline {
  margin: 0;
}

.timeline__horizontal .cd-horizontal-timeline .events-content {
  margin: 0;
}

.documents__annual-body .documents__download-en.btn.btn_shadow.btn_icon.btn_icon_green.btn_icon_tooltip:before {
  content: 'Download';
}

.documents__annual-body .documents__download.btn.btn_shadow.btn_icon.btn_icon_green.btn_icon_tooltip:before {
  font-weight: 500;
  color: #666;
}

.test {
  display: block;
}

.side-nav__item .dropdown__toggler {
  text-align: left;
}

.timeline__horizontal .cd-horizontal-timeline .events {
  left: initial;
  margin-left: -110px;
}

.timeline__horizontal .cd-timeline-navigation a.inactive {
  cursor: default;
}

.timeline__horizontal .cd-timeline-navigation a.inactive:hover {
  cursor: pointer;
}

.timeline__horizontal .cd-timeline-navigation a.inactive::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-position: 0 0;
}

.inp-group_validate.inp-error input, .inp-group_validate.inp-error textarea {
  border-color: #cb0404;
}

textarea {
  border: 1px solid rgba(193, 193, 193, .45);
  display: block;
  width: 100%;
  padding: 15px 25px 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(153, 153, 153, .5) !important;
  opacity: 1;
}

.news__items .news__item-content p {
  margin-bottom: 0 !important;
}

.news__item-read {
  position: absolute;
  bottom: 30px;
}

.news__items .news__item-content p {
  max-height: 120px;
  overflow: hidden;
}

.search__global-dropdown.mobile, .pagination.mobile {
  display: none;
}

.search__global-dropdown.desktop, .pagination.desktop {
  display: block;
}

.timeline__horizontal .cd-horizontal-timeline .events-content li:before {
  display: none;
}

@media (max-width: 1024px) {
  #debug {
    display: none;
  }

  .block_inner {
    padding-top: 10px !important;
  }

  .side-nav {
    padding-top: 90px;
  }

  .block__container-article_csr {
    margin-bottom: 0;
  }

  .wrap__content {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        flex-direction: column;
  }

  .wrap__content-sidebar {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 20px;
  }

  .wrap__content-in {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }

  .block_news-slider .slider__counter {
    display: none;
  }

  .news-slide__body {
    width: 100%;
  }

  .attached__items .attached__item {
    width: 100%;
  }

  .attached__items {
    margin: 0;
  }

  .attached__items .attached__item {
    padding: 20px 0;
  }

  .attached__items .attached__item:after {
    left: 25px;
  }

  .attached__block-headline h3 {
    margin-bottom: 20px;
  }

  .attached__items .attached__item-content p {
    font-size: 16px;
  }

  .attached__items .attached__item-headline {
    margin-bottom: 0;
  }

  .attached__items .attached__item {
    margin-bottom: 30px;
  }

  .attached__items .attached__item:last-child {
    margin-bottom: 50px;
  }

  .block {
    padding: 30px 0;
  }

  .btn_big {
    padding: 0 43px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .contacts__text-big .contacts__text-headline h5 {
    font-size: 26px;
  }

  .contacts__text-big .contacts__text-headline {
    margin-bottom: 25px !important;
  }

  .contacts__text-big .contacts__text-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contacts__text-big .contacts__text-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .contacts__text-big .contacts__text-item:last-of-type {
    margin-bottom: 0;
  }

  html, body {
    -ms-overflow-x: hidden;
        overflow-x: hidden;
  }

  .wrap__sidebar-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .wrap__sidebar.investors .slick-prev, .wrap__sidebar.investors .slick-next {
    top: initial;
    bottom: -20px;
  }

  .wrap__sidebar.investors .slick-prev:before,
  .wrap__sidebar.investors .slick-next:before {
    display: none;
  }

  .wrap__sidebar.investors .slick-prev {
    left: 30%;
    width: 15px;
    height: 15px;
    background: url(../img/prev-mobile.svg) center center no-repeat;
    background-size: 7px 13px;
  }

  .wrap__sidebar.investors .slick-next {
    right: 30%;
    width: 15px;
    height: 15px;
    background: url(../img/next-mobile.svg) center center no-repeat;
    background-size: 7px 13px;
  }

  .info-card {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgba(193, 193, 193, .5);
  }

  .block_news-slider_nodec .news-slide {
    padding-right: 0;
  }

  .slider__controls .slider__counter-current,
  .slider__controls .slider__counter-separator,
  .slider__controls .slider__counter-all {
    font-size: 16px;
  }

  .slider__controls_cornered {
    padding: 10px;
  }

  .block__text > h3 {
    margin-top: 0;
  }

  .block__text {
    margin: 20px 0 15px 0;
  }

  .card__text .btn {
    margin-top: 0;
  }

  .container img {
    max-width: 100%;
    display: block;
    margin-top: 20px;
  }

  .vacancy__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .vacancy__content-in, .vacancy__content-sidebar {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .vacancy__headline .vacancy__item-name {
    font-size: 16px;
  }

  .vacancy__headline .vacancy__item-name br {
    display: none;
  }

  .vacancy__item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .vacancy__item-details .vacancy__item-town,
  .vacancy__item-details .vacancy__item-price {
    display: block;
    width: 50%;
  }

  .vacancy__description-item h3 {
    font-size: 26px;
  }

  .block__text li {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .vacancy__headline .vacancy__item {
    position: relative;
  }

  .vacancy__headline .vacancy__item:after {
    position: absolute;
    content: ' ';
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #c1c1c1;
  }

  .attached__items .attached__item {
    padding-right: 10px;
  }

  .headline__big {
    font-size: 26px !important;
  }

  .block__container-article:after {
    left: 0;
    right: 0;
  }

  .attached__block-headline h3 {
    font-size: 26px;
    line-height: 120%;
    font-weight: 700;
  }

  .block__text > h3 {
    line-height: 125%;
  }

  .list-blue li {
    font-size: 14px;
  }

  .contacts__page-map {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        flex-direction: column-reverse;
  }

  .contacts__page-map_l, .contacts__page-map_r {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .contacts__page-map_r {
    margin-bottom: 20px;
  }

  .container img {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .container img:last-child {
    margin-bottom: 0;
  }

  .contacts__page-map_l .contacts__page-image {
    margin-bottom: 20px;
  }

  .contacts__page-map_l .contacts__page-image:last-child {
    margin-bottom: 0;
  }

  .contacts__text-items_l, .contacts__text-items_r {
    width: 100%;
  }

  .contacts__text-contacts .contacts__text-item h5 {
    margin-bottom: 15px;
  }

  .contacts__text-big .contacts__text-item:last-of-type {
    margin-bottom: 25px;
  }

  .row__column .block_inner > .container {
    padding-left: 0;
  }

  .gallery__items .gallery__item {
    width: 100%;
    margin-bottom: 110px;
  }

  .gallery__items.clients .gallery__item-desc {
    width: 100%;
    height: 165px;
    -webkit-transform: translate(0, 40%);
            transform: translate(0, 40%);
  }

  .gallery__items .gallery__item-img img {
    margin: 0 -20px;
    max-width: initial !important;
    width: auto;
  }

  .gallery__items.csr__news .gallery__item .news__item-read {
    -webkit-transform: none;
            transform: none;
  }

  .gallery__items.csr__news .gallery__item .news__item-read {
    visibility: visible;
  }

  .gallery__items.csr__news .gallery__item .news__item-read {
    height: auto;
    opacity: 1;
  }

  .desc__items .desc__item-img {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }

  .desc__items .desc__item-txt {
    left: 0;
  }

  .desc__items .desc__item-txt h5 {
    font-size: 16px;
  }

  .desc__items .desc__item-txt {
    padding: 30px;
  }

  .desc__items .desc__item-txt {
    position: relative;
    top: initial;
    margin-top: -130px;
  }

  .vacancy__description-bottom_btns .btn {
    margin-bottom: 25px;
  }

  .vacancy__description-bottom_btns .btn:last-child {
    margin-bottom: 0;
  }

  .vacancy__description {
    margin-bottom: 85px;
  }

  .vacancy__content-item:last-child .vacancy__item:before {
    position: absolute;
    content: ' ';
    right: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    background: rgba(193, 193, 193, .3);
  }

  .vacancy__content-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .vacancy__content-sidebar .vacancy__sidebar-item {
    text-align: center;
  }

  .blocker .modal {
    padding: 50px 20px 30px 20px;
  }

  .blocker .modal__in-headline h3 {
    font-size: 26px;
  }

  .blocker {
    padding: 20px 0;
  }

  .blocker .modal .inp-group_hw-wrap, .blocker .modal .inp-group_hw-wrap_hw-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .blocker .modal .inp-group_hw-wrap .inp-group,
  .blocker .modal .inp-group_hw-wrap_hw-wrap .inp-group {
    width: 100%;
    margin-bottom: 20px;
  }

  .blocker .modal .inp-group_hw-wrap .inp-group:last-child,
  .blocker .modal .inp-group_hw-wrap_hw-wrap .inp-group:last-child {
    margin-bottom: 0;
  }

  .search__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .search__filters-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .search__filters-item:last-child {
    margin-bottom: 0;
  }

  .search__global-dropdown.desktop, .pagination.desktop {
    display: none;
  }

  .search__global-dropdown.mobile, .pagination.mobile {
    display: block;
  }

  .search__global-dropdown .dropdown__toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search__global-dropdown.mobile {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .search__global-dropdown.mobile .dropdown__toggler .dropdown__icon {
    display: none;
  }

  .search__global-input {
    width: 100%;
  }

  .dropdown__list-absolute {
    padding: 10px;
    margin-top: 0;
    top: 30px;
  }

  .search__global-submit {
    width: 85px;
  }

  .search__filters {
    margin-bottom: 15px;
  }

  .vacancy__sort .dropdown__toggler {
    text-align: left;
  }

  .vacancy__sort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 15px;
  }

  .vacancy__sort > .dropdown {
    width: 100%;
    margin-bottom: 15px;
  }

  .pagination.mobile {
    margin-top: 20px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .vacancy__content-item .vacancy__item {
    border-bottom: 1px solid rgba(193, 193, 193, .3);
  }

  blockquote {
    background-size: 68px 58px;
    padding-left: 88px;
  }

  .search__filters.gallery .search__filters-item_bordered .dropdown__toggler {
    padding: 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gallery__items .gallery__item-type {
    bottom: initial;
    top: 0;
    left: -20px;
  }

  .gallery__items .gallery__item-desc {
    width: 100%;
    left: 0;
  }

  .gallery__items {
    margin-top: 35px;
  }

  .block_news-slider .slider__controls_dark .slider__arrow {
    margin: 0 20px;
  }

  .block_news-slider .news-slide__body {
    margin-top: -120px;
  }

  .block_news-slider_nodec .news-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        flex-direction: column-reverse;
  }

  .news-slide__body {
    font-size: 16px;
  }

  .info-card__title {
    font-size: 16px;
  }

  .info-card__title {
    height: 88px !important;
    overflow: hidden;
  }

  .info-card__button {
    margin-top: 20px;
  }

  .news__items .news__item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px !important;
  }

  .news__items .news__item:last-child {
    margin-bottom: 0 !important;
  }

  .timeline__horizontal .timeline {
    position: static !important;
  }

  .search__global-mini {
    margin-bottom: 20px !important;
  }

  .timeline__horizontal .cd-horizontal-timeline .events-wrapper {
    margin-left: -40px;
  }

  .timeline__horizontal .cd-horizontal-timeline .events-wrapper {
    margin: 0;
  }

  .timeline__horizontal .cd-horizontal-timeline .timeline {
    display: none;
  }

  .attached__block-reverse_fw .attached__item-r {
    padding-left: 20px;
  }

  .attached__block-reverse_fw .attached__item:after {
    right: 25px;
    left: 0;
  }

  .attached__block-reverse_fw .attached__item-l {
    -webkit-transform: none;
            transform: none;
  }

  .attached__block-reverse_fw .pagination {
    margin-left: 0;
  }

  .attached__block-reverse_fw .attached__items .attached__item:last-of-type {
    margin-bottom: 0;
  }

  .block_news-slider {
    padding-top: 0;
  }

  .attached__table-headline span {
    display: block;
    width: 100%;
  }

  .add__event {
    display: none !important;
  }

  .attached__block-reverse_fw .attached__item:after {
    right: 0;
  }

  .attached__items-events .attached__item {
    margin-bottom: 20px;
  }

  .attached__items-events .attached__item-r {
    padding-right: 20px;
  }

  .attached__items-events .btn__icon {
    width: 80px;
  }

  .attached__items-events .btn__icon:before {
    top: -20px;
    bottom: -20px;
  }

  .attached__items-events .btn__icon span {
    height: 42px;
  }

  .events-content_margin {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: auto !important;
  }

  .attached__table-headline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .attached__table-headline {
    margin-bottom: 20px;
  }

  .btn__calls {
    width: 80px;
  }

  .btn__calls > span {
    text-indent: -9999px;
    position: relative;
    bottom: -15px;
    right: -5px;
  }

  .attached__block-margin {
    margin-left: -20px;
    margin-right: -20px;
    max-width: initial;
    width: auto;
  }

  .pagination__ml {
    margin-left: 20px !important;
  }

  .wrap__sidebar.investors {
    margin-bottom: 30px;
  }

  .attached__block-documentbtns .attached__item:after {
    right: 35px;
  }

  .attached__block-documentbtns .attached__item {
    margin-bottom: 20px !important;
  }

  .block__container-article_csr > h3 {
    font-size: 26px;
  }

  .events-content__typical .attached__item {
    margin-bottom: 20px;
  }

  .events-content__typical .attached__item:after {
    right: 35px;
  }

  .attached__block .attached__items-headline {
    margin-top: 20px;
  }

  .block__container-article_csr {
    padding-bottom: 0;
  }

  .gallery__items .gallery__item-desc {
    min-height: 160px;
  }

  .search__filters.gallery .search__filters-item_bordered .dropdown__toggler {
    width: 100% !important;
  }

  .news__item-read {
    position: static;
  }

  .block__text h3 {
    font-size: 26px !important;
  }
}

.st0 {
  background: transparent;
}

@media (min-width: 1024px) {
  .map-info__image a, .map-info__image img {
    height: 100%;
    display: block;
  }

  .map-info__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }

  .test {
    display: none;
  }
}

body .switch-wrap {
  text-align: center;
  margin-bottom: 50px;
}

body .switch-wrap > div {
  display: inline-block;
  margin: 0 15px;
}

@media (max-width: 767px) {
  body .switch-wrap > div {
    display: block;
  }
}

body .switch-wrap .for-men span, body .switch-wrap .for-women span {
  font-size: 32px;
}

body .switch-wrap .for-men span {
  color: #8cc8c1;
}

body .switch-wrap .for-women span {
  color: #d896b1;
}

@media (max-width: 767px) {
  body .switch-wrap .for-women {
    margin-bottom: 5px;
  }
}

body .switch-wrap_box {
  position: relative;
  top: -4px;
}

@media (max-width: 767px) {
  body .switch-wrap_box {
    top: 0;
    margin-top: 5px;
  }
}

body__men {
  display: none;
}

body__men::after, body__women::after {
  clear: both;
  content: "";
  display: block;
}

body__men-item, body__women-item {
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
  float: left;
  width: 20%;
}

@media (max-width: 992px) {
  body__men-item, body__women-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  body__men-item, body__women-item {
    width: 100%;
  }
}

body__men-item_in, body__women-item_in {
  position: relative;
}

body__men-item_in img, body__women-item_in img {
  display: block;
  width: 100%;
  -webkit-transition: all 2s linear;
          transition: all 2s linear;
}

body__men-item_in img:hover, body__women-item_in img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

body__men-item_in .zone__men-item_desc, body__men-item_in .zone__women-item_desc,
body__women-item_in .zone__men-item_desc,
body__women-item_in .zone__women-item_desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
}

body__men-item_in .zone__men-item_desc span,
body__men-item_in .zone__women-item_desc span,
body__women-item_in .zone__men-item_desc span,
body__women-item_in .zone__women-item_desc span {
  display: inline-block;
  background-color: rgba(216, 150, 177, .8);
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 95%;
  margin: 0 auto;
  height: 31px;
  color: #fff;
  font-size: 15px;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.nav.nav-tabs li a {
  color: #414141;
}

.nav.nav-tabs li.active a {
  color: #6bb91e;
}

#home .modal__in-form_attach {
  margin-top: 0;
}

.btn_show_email {
  background: transparent;
  height: auto;
  padding: 0;
  line-height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #6bb91e !important;
  text-align: left;
  padding-left: 0 !important;
}

.btn_show_email:hover {
  background: transparent;
}

.test {
  display: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
}

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

.nav li {
  list-style-type: none;
  display: inline-block;
}

.nav li a {
  text-decoration: none;
}

.gallery__item .news__item-read {
  position: static;
}

body, html {
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1024px) {
  .attached__items-events .attached__item-r {
    padding-left: 10px;
    padding-right: 10px;
  }

  .attached__items-events .btn__icon {
    width: 90px;
  }

  .info-card__date span {
    padding-right: 30px;
    left: 30px;
    top: -30px;
  }

  .main-slide__title {
    font-size: 36px;
  }

  .main-slide__text {
    font-size: 14px;
  }

  .block__title {
    font-size: 26px;
  }

  .block_map {
    display: none !important;
  }

  .video-block__title {
    font-size: 27px;
    line-height: 120%;
    margin-bottom: 15px;
  }

  .video-block__text {
    font-size: 15px;
  }

  .video-block__text br {
    display: none;
  }

  .video-block__video-button {
    width: 70px;
    height: 70px;
  }

  .block_documents .documents {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        flex-direction: column;
  }

  .block_documents .documents__list {
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }

  .block_documents .documents__date {
    font-size: 14px;
  }

  .block_documents .documents__title {
    font-size: 16px;
  }

  .documents__annual {
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .documents__annual-img {
    width: 153px;
    height: 225px;
  }

  .documents__annual-body {
    padding: 44px 30px !important;
    width: 100%;
    margin: 0 30px 0 5px;
  }

  .documents__annual-img {
    top: 40px;
    right: -50px;
  }

  .documents__annual-body .documents__download.btn.btn_shadow.btn_icon.btn_icon_green.btn_icon_tooltip:before {
    display: none;
  }

  .documents__more {
    width: 100%;
    text-align: center;
    margin-top: 80px;
  }

  .block_documents {
    padding-bottom: 45px;
  }

  .news-slide__thumb {
    position: relative;
    z-index: 100;
    -webkit-transform: translate(0, -225px);
            transform: translate(0, -225px);
  }

  .block_news-slider .news-slide__body {
    margin-top: 0;
  }

  .block.block_news-slider {
    margin: 0 -20px;
  }

  .news-slide {
    padding: 225px 0 0 0;
  }

  .block_news-slider .block__title {
    padding: 0 20px;
  }

  .block_news-slider {
    padding-bottom: 0;
  }

  .block_news-slider .block__header {
    margin-bottom: 30px;
  }

  .block_news-slider .slider__slides {
    padding-top: 0;
  }

  .info-card__date {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .block_news-slider {
    padding-top: 10px;
  }

  .block_documents {
    padding-top: 20px;
  }

  .news-slide__body {
    width: auto;
    margin: 0 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .block_news-slider .news-slide__body {
    z-index: 1000;
  }

  .block_news-slider {
    margin-bottom: -120px !important;
  }
}

.intro__logo_invert .st0 {
  fill: transparent !important;
}

.intro__logo_invert .st2 {
  fill: #fff !important;
}

.pagination {
  width: 100%;
}

.app {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}

.app .header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.app .main {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.app .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

@media(min-width: 1025px) {
  body .card .card__text {
    width: 100%;
    max-width: 580px;
  }

  body .card.card_right {
    padding-right: 408px;
  }
}

@media(min-width: 1025px) and (max-width: 1280px) {
  body .card.card_right {
    padding-right: 318px;
  }

  .card {
    max-width: 100%;
  }

  .card_right .card__photo {
    right: 0;
    bottom: -30px;
    width: 310px;
    height: 310px;
  }
}

@media(max-width: 1024px) and (min-width: 768px) {
  .card {
    max-width: 100%;
  }

  .card__text {
    width: 100%;
  }

  .card__text img {
    display: none;
  }

  .card_right .card__photo {
    right: -15px;
  }

  .card_right {
    padding-right: 160px;
  }

  .card.card_right:first-child {
    margin-top: 100px;
  }
}

@media (min-width: 400px) and (max-width: 767px) {
  .card {
    max-width: 100%;
  }

  .card .card__text {
    max-width: 100%;
  }
}

/*# sourceMappingURL=application.css.map*/