@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700&subset=cyrillic-ext");
.sprite-analysis {
  display: inline-block;
  vertical-align: middle;
  width: 106px;
  height: 106px;
  background: url("../images/sprites.png") -109px 0px/424px 325px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .sprite-analysis {
      background-image: url("../images/sprites@2x.png"); } }

.sprite-analytics {
  display: inline-block;
  vertical-align: middle;
  width: 107px;
  height: 107px;
  background: url("../images/sprites.png") 0px 0px/424px 325px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .sprite-analytics {
      background-image: url("../images/sprites@2x.png"); } }

.sprite-holding-wrench {
  display: inline-block;
  vertical-align: middle;
  width: 84px;
  height: 108px;
  background: url("../images/sprites.png") 0px -217px/424px 325px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .sprite-holding-wrench {
      background-image: url("../images/sprites@2x.png"); } }

.sprite-idea {
  display: inline-block;
  vertical-align: middle;
  width: 101px;
  height: 107px;
  background: url("../images/sprites.png") -323px 0px/424px 325px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .sprite-idea {
      background-image: url("../images/sprites@2x.png"); } }

.sprite-layers {
  display: inline-block;
  vertical-align: middle;
  width: 104px;
  height: 102px;
  background: url("../images/sprites.png") -217px -110px/424px 325px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .sprite-layers {
      background-image: url("../images/sprites@2x.png"); } }

.sprite-security {
  display: inline-block;
  vertical-align: middle;
  width: 84px;
  height: 106px;
  background: url("../images/sprites.png") -323px -109px/424px 325px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .sprite-security {
      background-image: url("../images/sprites@2x.png"); } }

.sprite-tools {
  display: inline-block;
  vertical-align: middle;
  width: 106px;
  height: 106px;
  background: url("../images/sprites.png") 0px -109px/424px 325px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .sprite-tools {
      background-image: url("../images/sprites@2x.png"); } }

.sprite-weld {
  display: inline-block;
  vertical-align: middle;
  width: 104px;
  height: 108px;
  background: url("../images/sprites.png") -217px 0px/424px 325px no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .sprite-weld {
      background-image: url("../images/sprites@2x.png"); } }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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 */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
       transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: 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: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .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 {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
     -ms-transform: scale(0.75);
      -o-transform: scale(0.75);
         transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
     -ms-transform-origin: 0;
      -o-transform-origin: 0;
         transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
     -ms-transform-origin: 100%;
      -o-transform-origin: 100%;
         transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.container {
  width: 100%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 1440px) {
    .container {
      max-width: 1140px; } }
  @media screen and (max-width: 1200px) {
    .container {
      max-width: 960px; } }
  @media screen and (max-width: 992px) {
    .container {
      max-width: 720px; } }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 540px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media screen and (max-width: 540px) {
    .container {
      max-width: 100%; } }

html {
  font-family: "Montserrat", sans-serif;
  color: #2c2c2c; }

a {
  color: #2c2c2c; }

.logo__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }

.logo__image {
  display: block;
  width: 100%;
  max-width: 106px;
  height: auto;
  margin-right: 30px; }

.logo__desc {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  max-width: 130px;
  letter-spacing: .28px;
  text-transform: uppercase;
  color: rgba(44, 44, 44, 0.8); }
  @media screen and (max-width: 1200px) {
    .logo__desc {
      display: none; } }

.menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid rgba(44, 44, 44, 0.2); }

.menu__item {
  position: relative;
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .menu__item:first-of-type {
    margin-left: 0; }
  .menu__item:last-of-type {
    margin-right: 0; }
  .menu__item:hover::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    -webkit-transform: translateY(50%);
       -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
    background-color: #df6928; }

.menu__link {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase; }
  .menu__link:hover {
    font-weight: 700; }

.callback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .callback__link {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
    text-align: center;
    text-decoration: none;
    letter-spacing: .28px;
    text-transform: uppercase;
    color: #2c2c2c; }

.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 33px;
  padding-bottom: 10px;
  padding-left: 33px;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  letter-spacing: .28px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #df6928;
  -webkit-box-shadow: 0 0 16px rgba(223, 40, 40, 0.1);
     -moz-box-shadow: 0 0 16px rgba(223, 40, 40, 0.1);
          box-shadow: 0 0 16px rgba(223, 40, 40, 0.1); }
  .btn:hover {
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2); }
  .btn:active {
    background-image: -webkit-radial-gradient(center, circle 242px, #f4732c 0%, #d44b00 100%);
    background-image: -moz-radial-gradient(center, circle 242px, #f4732c 0%, #d44b00 100%);
    background-image: -o-radial-gradient(center, circle 242px, #f4732c 0%, #d44b00 100%);
    background-image: radial-gradient(circle 242px at center, #f4732c 0%, #d44b00 100%); }

.title {
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #2c2c2c; }

.text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  color: rgba(44, 44, 44, 0.8); }

.certification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 310px; }
  .certification__title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: .64px;
    text-transform: uppercase;
    color: #2c2c2c; }
  .certification__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .certification__image {
    display: inline-block;
    margin-right: 25px;
    margin-left: 25px; }

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .form input,
  .form select,
  .form label {
    -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px; }
    @media screen and (max-width: 1440px) {
      .form input,
      .form select,
      .form label {
        -webkit-flex-basis: 250px;
            -ms-flex-preferred-size: 250px;
                flex-basis: 250px; } }
    @media screen and (max-width: 1200px) {
      .form input,
      .form select,
      .form label {
        -webkit-flex-basis: 200px;
            -ms-flex-preferred-size: 200px;
                flex-basis: 200px; } }
    @media screen and (max-width: 992px) {
      .form input,
      .form select,
      .form label {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        margin-bottom: 10px; } }
  .form input,
  .form select {
    font-size: 14px;
    font-weight: 400;
    padding-top: 18px;
    padding-right: 25px;
    padding-bottom: 18px;
    padding-left: 25px;
    color: #2c2c2c;
    border: 1px solid rgba(44, 44, 44, 0.3);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; }
    .form input::-webkit-input-placeholder,
    .form select::-webkit-input-placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #2c2c2c; }
    .form input:-moz-placeholder,
    .form select:-moz-placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #2c2c2c; }
    .form input::-moz-placeholder,
    .form select::-moz-placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #2c2c2c; }
    .form input:-ms-input-placeholder,
    .form select:-ms-input-placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #2c2c2c; }
    .form input::-ms-input-placeholder,
    .form select::-ms-input-placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #2c2c2c; }
    .form input::placeholder,
    .form select::placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #2c2c2c; }
  .form select {
    position: relative;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .form .country-select {
    position: relative; }
    .form .country-select::before {
      position: absolute;
      z-index: 1;
      top: 50%;
      right: 25px;
      width: 14px;
      height: 10px;
      content: "";
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: url("../images/arrow-to-bottom.png"); }

.slogan {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .28px;
  text-transform: uppercase;
  color: #1d1d20; }
  @media screen and (max-width: 768px) {
    .slogan {
      display: none; } }

.contacts {
  font-style: normal; }
  .contacts__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .contacts__item {
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .28px;
    text-transform: uppercase;
    color: #1d1d20; }
    .contacts__item > span {
      -webkit-transition: .2s;
      -o-transition: .2s;
      -moz-transition: .2s;
      transition: .2s;
      color: #df6928; }
  .contacts__link {
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    text-decoration: none;
    color: #1d1d20; }
  .contacts__item:hover > span {
    color: #1d1d20; }
  .contacts__item:hover .contacts__link {
    color: #df6928; }

.news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }
  @media screen and (max-width: 992px) {
    .news-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 540px) {
    .news-item {
      margin-bottom: 25px; } }
  .news-item:last-of-type {
    margin-bottom: 0; }
  .news-item__image-wrapper {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    max-width: 685px; }
    @media screen and (max-width: 1440px) {
      .news-item__image-wrapper {
        max-width: 585px; } }
    @media screen and (max-width: 1440px) {
      .news-item__image-wrapper {
        max-width: 450px; } }
    @media screen and (max-width: 992px) {
      .news-item__image-wrapper {
        max-width: 100%;
        margin-bottom: 20px; } }
  .news-item__image {
    display: block;
    width: 100%;
    height: auto; }
  .news-item__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 50px; }
    @media screen and (max-width: 992px) {
      .news-item__wrapper {
        padding-left: 0; } }
  .news-item__title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 50px;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #1d1d20; }
    @media screen and (max-width: 540px) {
      .news-item__title {
        margin-bottom: 25px; } }
  .news-item__text {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 50px;
    color: rgba(51, 51, 51, 0.8); }
    @media screen and (max-width: 540px) {
      .news-item__text {
        margin-bottom: 25px; } }
  .news-item__details {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    text-decoration: none;
    letter-spacing: .64px;
    text-transform: uppercase;
    color: #df6928; }
    .news-item__details:hover {
      color: rgba(223, 105, 40, 0.8); }

.bread-crumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
  .bread-crumbs__item {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333; }
    .bread-crumbs__item.active {
      font-weight: 900;
      color: #df6928; }

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px; }
  .social__btn {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 20px;
    padding-left: 20px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color: #1a4482; }
    .social__btn::before {
      display: block;
      margin-right: 20px;
      content: ""; }
    .social__btn--fb {
      background-color: #1a4482; }
      .social__btn--fb::before {
        width: 13px;
        height: 25px;
        background-image: url("../images/facebook.png"); }
    .social__btn--tw {
      background-color: #55c6f5; }
      .social__btn--tw::before {
        width: 33px;
        height: 26px;
        background-image: url("../images/twitter.png"); }
    .social__btn--in {
      background-color: #034ebf; }
      .social__btn--in::before {
        width: 20px;
        height: 20px;
        margin-top: -5px;
        background-image: url("../images/linkedin.png"); }

.arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .arrows__item {
    width: 26px;
    height: 42px;
    border: none;
    background-color: transparent;
    background-image: url("../images/arrow.png"); }
    .arrows__item--prev {
      -webkit-transform: translateX(-200%);
         -moz-transform: translateX(-200%);
          -ms-transform: translateX(-200%);
           -o-transform: translateX(-200%);
              transform: translateX(-200%); }
    .arrows__item--next {
      -webkit-transform: translateX(200%) rotate(180deg);
         -moz-transform: translateX(200%) rotate(180deg);
          -ms-transform: translateX(200%) rotate(180deg);
           -o-transform: translateX(200%) rotate(180deg);
              transform: translateX(200%) rotate(180deg); }

.authors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px; }
  .authors__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 8px;
    margin-left: 8px; }
  .authors__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .authors__image {
    max-width: 100px;
    height: auto;
    margin-right: 20px; }
  .authors__name {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: .8px;
    color: #1d1d20; }
  .authors__position {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    max-width: 170px;
    letter-spacing: .14px;
    color: rgba(51, 51, 51, 0.8); }

.articles-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.articles-item {
  position: relative;
  overflow: hidden;
  -webkit-flex-basis: 425px;
      -ms-flex-preferred-size: 425px;
          flex-basis: 425px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 50px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }
  @media screen and (max-width: 1200px) {
    .articles-item {
      -webkit-flex-basis: 300px;
          -ms-flex-preferred-size: 300px;
              flex-basis: 300px; } }
  @media screen and (max-width: 992px) {
    .articles-item {
      -webkit-flex-basis: 350px;
          -ms-flex-preferred-size: 350px;
              flex-basis: 350px; } }
  @media screen and (max-width: 768px) {
    .articles-item {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
  @media screen and (max-width: 768px) {
    .articles-item {
      margin-bottom: 25px; } }
  .articles-item::before {
    display: block;
    padding-bottom: 100%;
    content: ""; }
  .articles-item__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    height: 100%; }
  .articles-item__filter {
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    position: absolute;
    top: 40px;
    right: 0;
    width: 215px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    letter-spacing: .28px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
       -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
       -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
    background-color: #df6928; }
  .articles-item__desc {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 115px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
    color: #fff;
    background-color: #2c2c2c; }

.articles-filter {
  margin-bottom: 1px;
  border-bottom: 1px solid rgba(44, 44, 44, 0.2); }
  .articles-filter__btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 8px;
    margin-left: 8px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #2c2c2c;
    border: none;
    background-color: transparent; }
    @media screen and (max-width: 540px) {
      .articles-filter__btn {
        font-size: 12px; } }
    .articles-filter__btn.active {
      font-weight: 700;
      position: relative; }
      .articles-filter__btn.active::before {
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 5px;
        content: "";
        background-color: #df6928; }
    .articles-filter__btn:first-of-type {
      margin-left: 0; }
    .articles-filter__btn:last-of-type {
      margin-right: 0; }

.articles-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px; }
  .articles-tabs__btn {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: -1px;
    margin-left: -1px;
    padding-top: 9px;
    padding-bottom: 9px;
    letter-spacing: .28px;
    text-transform: uppercase;
    color: #2c2c2c;
    border: 1px solid #d6d6d6;
    background-color: #fff; }
    @media screen and (max-width: 540px) {
      .articles-tabs__btn {
        font-size: 11px; } }
    .articles-tabs__btn.active {
      font-weight: 700;
      background-color: #d6d6d6; }

.hamburger {
  display: none; }
  @media screen and (max-width: 992px) {
    .hamburger {
      font: inherit;
      display: inline-block;
      overflow: visible;
      margin: 0;
      padding: 15px 15px;
      cursor: pointer;
      -webkit-transition-timing-function: linear;
         -moz-transition-timing-function: linear;
           -o-transition-timing-function: linear;
              transition-timing-function: linear;
      -webkit-transition-duration: .15s;
         -moz-transition-duration: .15s;
           -o-transition-duration: .15s;
              transition-duration: .15s;
      -webkit-transition-property: opacity, -webkit-filter;
      transition-property: opacity, -webkit-filter;
      -o-transition-property: opacity, filter;
      -moz-transition-property: opacity, filter;
      transition-property: opacity, filter;
      transition-property: opacity, filter, -webkit-filter;
      text-transform: none;
      color: inherit;
      border: 0;
      background-color: transparent; } }
  .hamburger:hover {
    opacity: .7; }
  .hamburger.is-active:hover {
    opacity: .7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    position: absolute;
    width: 40px;
    height: 4px;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #000; }
  .hamburger-inner::before, .hamburger-inner::after {
    display: block;
    content: ""; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
     -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: .275s;
     -moz-transition-duration: .275s;
       -o-transition-duration: .275s;
          transition-duration: .275s; }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity .125s .275s ease;
    -o-transition: opacity .125s .275s ease;
    -moz-transition: opacity .125s .275s ease;
    transition: opacity .125s .275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transition-delay: .075s;
     -moz-transition-delay: .075s;
       -o-transition-delay: .075s;
          transition-delay: .075s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
     -moz-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg); }
  .hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transition-delay: .075s;
       -moz-transition-delay: .075s;
         -o-transition-delay: .075s;
            transition-delay: .075s;
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
       -moz-transform: translate3d(0, -20px, 0) rotate(-270deg);
            transform: translate3d(0, -20px, 0) rotate(-270deg); }

.page-header {
  background-image: url("../images/page-header-bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover; }

.page-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f7f7f7; }
  @media screen and (max-width: 540px) {
    .page-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; } }

.page__servies .preview__title {
  max-width: 515px; }

.page__servies .preview__text {
  max-width: 700px; }

.page__news .preview__title {
  margin-bottom: 0; }

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .header__inner {
      padding-top: 15px; } }
  @media screen and (max-width: 992px) {
    .header__inner > .menu {
      display: none; } }
  @media screen and (max-width: 540px) {
    .header__inner > .callback {
      display: none; } }

.preview {
  padding-top: 50px;
  padding-bottom: 40px; }
  .preview__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .preview__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media screen and (max-width: 540px) {
    .preview .title {
      font-size: 26px;
      line-height: 30px;
      margin-bottom: 20px; } }

.all-servies {
  padding-top: 100px; }
  @media screen and (max-width: 540px) {
    .all-servies {
      padding-top: 50px; } }
  .all-servies__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .all-servies .title,
  .all-servies .text {
    text-align: center; }
  .all-servies .text {
    max-width: 920px;
    margin-bottom: 50px; }
  .all-servies__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 50px;
    padding-left: 0;
    list-style: none;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color: #df6928;
    background-image: url(../images/all-servies-list.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover; }
  .all-servies__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 265px;
    padding: 25px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    .all-servies__item:nth-child(4n) {
      border-right: none; }
    .all-servies__item:nth-last-child(-n+4) {
      border-bottom: none; }
    @media screen and (max-width: 992px) {
      .all-servies__item {
        padding: 10px; } }
    @media screen and (max-width: 768px) {
      .all-servies__item {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        padding: 30px; }
        .all-servies__item:nth-last-child(-n+4) {
          border-bottom: 1px solid #fff; }
        .all-servies__item:nth-child(4n) {
          border-right: 1px solid #fff; } }
    @media screen and (max-width: 540px) {
      .all-servies__item {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
  .all-servies__desc {
    font-family: "Open Sans", sans-serif;
    font-size: 18	px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff; }

.more-servies {
  padding-top: 100px; }
  @media screen and (max-width: 540px) {
    .more-servies {
      padding-top: 50px; } }
  .more-servies__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .more-servies .title,
  .more-servies .text {
    text-align: center; }
  .more-servies .text {
    max-width: 830px;
    margin-bottom: 50px; }
  @media screen and (max-width: 540px) {
    .more-servies .title {
      font-size: 28px;
      line-height: 34px; } }
  .more-servies__list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .more-servies__item {
    position: relative;
    max-width: 310px;
    margin-bottom: 30px;
    cursor: pointer; }
    @media screen and (max-width: 1440px) {
      .more-servies__item {
        width: 24%; } }
    @media screen and (max-width: 1200px) {
      .more-servies__item {
        width: 32%; } }
    @media screen and (max-width: 992px) {
      .more-servies__item {
        width: 49%;
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      .more-servies__item {
        width: 100%; } }
    .more-servies__item img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-border-radius: 10px;
         -moz-border-radius: 10px;
              border-radius: 10px; }
    .more-servies__item figcaption {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      margin-bottom: 10px;
      text-align: center;
      color: #fff; }
    .more-servies__item ul {
      display: none;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
      list-style: none; }
    .more-servies__item li {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      text-align: center;
      color: #fff; }
  .more-servies__wrapper {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 50%;
    width: 100%;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color: #df6928; }
    @media screen and (max-width: 1440px) {
      .more-servies__wrapper {
        padding: 10px; } }
  .more-servies__item:hover .more-servies__wrapper {
    width: 110%; }
  .more-servies__item:hover ul {
    display: block; }

.labs-servies {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 540px) {
    .labs-servies {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .labs-servies__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .labs-servies__wrapper {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 540px) {
      .labs-servies__wrapper {
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1; } }
  .labs-servies .title {
    position: relative;
    min-height: 77px; }
    .labs-servies .title span {
      line-height: 77px;
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      min-width: 600px;
      background-color: #fff; }
    @media screen and (max-width: 540px) {
      .labs-servies .title {
        font-size: 28px;
        line-height: 32px;
        min-height: auto; } }
  .labs-servies .text {
    max-width: 440px; }
  .labs-servies__decor {
    width: 100%;
    max-width: 880px;
    min-height: 400px;
    background-color: #f7f7f7; }
    @media screen and (max-width: 992px) {
      .labs-servies__decor {
        display: none; } }

.laboratory-works {
  margin-bottom: 100px; }
  .laboratory-works__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .laboratory-works .title {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .laboratory-works .title {
        font-size: 34px;
        line-height: 40px; } }
    @media screen and (max-width: 540px) {
      .laboratory-works .title {
        font-size: 20px;
        line-height: 26px; } }
  .laboratory-works__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px; }
    @media screen and (max-width: 992px) {
      .laboratory-works__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .laboratory-works__list {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .laboratory-works__item {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px;
    padding-left: 23px;
    color: rgba(51, 51, 51, 0.8); }
    .laboratory-works__item::before {
      position: absolute;
      top: 8px;
      left: 0;
      width: 10px;
      height: 10px;
      content: "";
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background-color: #df6928; }

.laboratory-indicators__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.laboratory-indicators .title {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  max-width: 1180px;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .laboratory-indicators .title {
      font-size: 34px;
      line-height: 40px; } }
  @media screen and (max-width: 540px) {
    .laboratory-indicators .title {
      font-size: 28px;
      line-height: 32px; } }

.laboratory-indicators__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff; }
  @media screen and (max-width: 992px) {
    .laboratory-indicators__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.laboratory-indicators__list {
  width: 100%;
  max-width: 655px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-right: 100px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-left: 100px;
  list-style: none;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background-color: #df6928; }
  @media screen and (max-width: 1440px) {
    .laboratory-indicators__list {
      max-width: 565px;
      padding: 70px; } }
  @media screen and (max-width: 1200px) {
    .laboratory-indicators__list {
      max-width: 475px;
      padding: 50px; } }
  @media screen and (max-width: 992px) {
    .laboratory-indicators__list {
      max-width: 100%;
      margin-bottom: 20px; } }
  @media screen and (max-width: 992px) {
    .laboratory-indicators__list {
      padding: 25px; } }

.laboratory-indicators__title {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 0;
  letter-spacing: .8px;
  text-transform: uppercase; }

.laboratory-indicators__item {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
  color: rgba(255, 255, 255, 0.8); }
  .laboratory-indicators__item::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    padding: 3px;
    content: "";
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
    background-clip: content-box; }

.conditions {
  padding-top: 100px; }
  @media screen and (max-width: 540px) {
    .conditions {
      padding-top: 50px; } }
  .conditions__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .conditions .title,
  .conditions .text {
    text-align: center; }
  .conditions .text {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    max-width: 800px;
    margin-bottom: 40px; }
  @media screen and (max-width: 540px) {
    .conditions .title {
      font-size: 34px;
      line-height: 40px; } }
  .conditions__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    color: #fff; }
    @media screen and (max-width: 1200px) {
      .conditions__list {
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .conditions__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 425px;
    min-height: 435px;
    cursor: pointer;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #2c2c2c; }
    @media screen and (max-width: 1440px) {
      .conditions__item {
        max-width: 365px; } }
    @media screen and (max-width: 1200px) {
      .conditions__item {
        width: 100%;
        max-width: 425px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 540px) {
      .conditions__item {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .conditions__item:hover .conditions__title {
          display: none; }
        .conditions__item .conditions__desc {
          position: relative;
          bottom: auto;
          left: auto; } }
    .conditions__item:nth-child(1) {
      background-image: url("../images/conditions/1.jpg"); }
    .conditions__item:nth-child(2) {
      background-image: url("../images/conditions/2.jpg"); }
    .conditions__item:nth-child(3) {
      background-image: url("../images/conditions/3.jpg"); }
  .conditions__title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
    letter-spacing: .8px; }
  .conditions__desc {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center; }
  .conditions__item:hover .conditions__desc {
    display: block;
    padding-bottom: 20px; }

.decision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 540px) {
    .decision {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .decision .title,
  .decision .text {
    text-align: center; }
  .decision .text {
    margin-bottom: 50px; }
  @media screen and (max-width: 540px) {
    .decision .title {
      font-size: 30px;
      line-height: 36px; } }

.footer {
  padding-top: 65px;
  padding-bottom: 50px;
  background-color: #f7f7f7; }
  .footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media screen and (max-width: 1200px) {
    .footer .menu__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: none; }
    .footer .menu__item {
      margin-right: 0;
      margin-left: 0;
      padding-top: 5px;
      padding-bottom: 5px; } }
  @media screen and (max-width: 540px) {
    .footer .menu {
      display: none; } }

.news-list {
  padding-top: 100px;
  padding-bottom: 60px; }
  @media screen and (max-width: 540px) {
    .news-list {
      padding-top: 50px;
      padding-bottom: 25px; } }
  .news-list__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.news {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 540px) {
    .news {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .news__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .news h1,
  .news h2,
  .news h3,
  .news h4,
  .news h5,
  .news h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #333; }
    @media screen and (max-width: 540px) {
      .news h1,
      .news h2,
      .news h3,
      .news h4,
      .news h5,
      .news h6 {
        font-size: 24px;
        line-height: 32px; } }
  .news p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    max-width: 985px;
    margin-top: 0;
    margin-bottom: 50px;
    color: rgba(51, 51, 51, 0.8); }
  .news img {
    display: inline-block;
    width: 100%;
    max-width: 985px;
    height: auto;
    margin-bottom: 50px; }
  @media screen and (max-width: 992px) {
    .news .social {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .news .social__btn {
        margin-bottom: 10px; } }

.exhauster {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 540px) {
    .exhauster {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .exhauster__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .exhauster .title,
  .exhauster .text {
    text-align: center; }
  .exhauster .text {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    max-width: 1050px;
    margin-bottom: 50px; }
  .exhauster .btn {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .exhauster__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 294px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1440px) {
      .exhauster__item {
        min-height: auto; } }
  .exhauster__image {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 1440px) {
      .exhauster__image {
        position: relative; } }
  .exhauster__advantages-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media screen and (max-width: 1440px) {
      .exhauster__advantages-list {
        display: none; } }
  .exhauster__advantages-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .exhauster__advantages-text {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 300px;
    color: rgba(44, 44, 44, 0.8); }
    .exhauster__advantages-text:first-of-type {
      text-align: right; }
  .exhauster__advantages-decor {
    position: relative;
    z-index: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    max-width: 720px;
    height: 2px;
    margin-right: 25px;
    margin-left: 25px;
    background-color: #df6928; }
    .exhauster__advantages-decor::before, .exhauster__advantages-decor::after {
      position: absolute;
      top: 50%;
      width: 16px;
      height: 16px;
      content: "";
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      border: 2px solid #df6928;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background-color: #fff; }
    .exhauster__advantages-decor::before {
      left: 0; }
    .exhauster__advantages-decor::after {
      right: 0; }

.clients-results {
  overflow: hidden; }
  .clients-results__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .clients-results .title,
  .clients-results .text {
    text-align: center; }
  .clients-results .text {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    max-width: 990px;
    margin-bottom: 50px; }
  @media screen and (max-width: 540px) {
    .clients-results .title {
      font-size: 36px;
      line-height: 40px; } }
  .clients-results__slider {
    position: relative; }
  .clients-results__slider-item {
    position: relative;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 425px;
    padding: 30px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; }
    @media screen and (max-width: 1440px) {
      .clients-results__slider-item {
        max-width: 350px; } }
    @media screen and (max-width: 1200px) {
      .clients-results__slider-item {
        max-width: 470px; } }
    @media screen and (max-width: 992px) {
      .clients-results__slider-item {
        max-width: 350px; } }
    @media screen and (max-width: 768px) {
      .clients-results__slider-item {
        max-width: 100%; } }
    .clients-results__slider-item::before {
      width: 100%;
      padding-bottom: 100%;
      content: ""; }
  .clients-results__slider-image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    min-height: 100%; }
  .clients-results__slider-logo {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px; }
  .clients-results__slider-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff; }
    @media screen and (max-width: 540px) {
      .clients-results__slider-desc {
        font-size: 16px;
        line-height: 20px; } }
  .clients-results .slick-dots {
    bottom: -40px; }
    .clients-results .slick-dots li {
      width: 10px;
      height: 10px; }
    .clients-results .slick-dots li button {
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background-color: rgba(223, 105, 40, 0.5); }
      .clients-results .slick-dots li button::before {
        content: none; }
    .clients-results .slick-dots li.slick-active button {
      background-color: #df6928; }

.get-consultation {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 540px) {
    .get-consultation {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .get-consultation__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .get-consultation .title,
  .get-consultation .text {
    text-align: center; }
  .get-consultation .text {
    margin-bottom: 50px; }
  @media screen and (max-width: 540px) {
    .get-consultation .title {
      font-size: 36px;
      line-height: 40px; } }

.detail-types {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 540px) {
    .detail-types {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .detail-types__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .detail-types .title {
    text-align: center; }
  .detail-types .btn {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .detail-types__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .detail-types__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    max-width: 415px;
    min-height: 360px;
    margin-bottom: 50px;
    cursor: pointer;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; }
    @media screen and (max-width: 1440px) {
      .detail-types__item {
        max-width: 360px;
        margin-bottom: 25px; } }
    @media screen and (max-width: 1200px) {
      .detail-types__item {
        max-width: 310px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 992px) {
      .detail-types__item {
        width: 100%;
        max-width: 650px;
        margin-right: auto;
        margin-left: auto; } }
    .detail-types__item:nth-last-child(-n+2) {
      max-width: 645px; }
      @media screen and (max-width: 1440px) {
        .detail-types__item:nth-last-child(-n+2) {
          max-width: 560px; } }
      @media screen and (max-width: 1200px) {
        .detail-types__item:nth-last-child(-n+2) {
          max-width: 475px; } }
      @media screen and (max-width: 992px) {
        .detail-types__item:nth-last-child(-n+2) {
          max-width: 650px; } }
  .detail-types__item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%; }
  .detail-types__item-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8); }
  .detail-types__item-title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    margin-bottom: 15px;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #1d1d20; }
  .detail-types__item-list {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .detail-types__item-list li {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      color: rgba(51, 51, 51, 0.8); }
  .detail-types__item:hover .detail-types__item-list {
    display: block; }

.production {
  padding-top: 100px; }
  @media screen and (max-width: 540px) {
    .production {
      padding-top: 50px; } }
  @media screen and (min-width: 1440px) {
    .production__inner.container {
      max-width: 1085px; } }
  .production .title,
  .production .text {
    text-align: center; }
  @media screen and (max-width: 540px) {
    .production .title {
      font-size: 26px;
      line-height: 30px; } }
  .production__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 992px) {
      .production__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .production__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 525px; }
    @media screen and (max-width: 1440px) {
      .production__item {
        max-width: 465px; } }
    @media screen and (max-width: 992px) {
      .production__item {
        max-width: 100%;
        margin-bottom: 20px; } }
  .production__image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
  .production__item-title {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 20px;
    text-transform: uppercase;
    color: #333; }
    @media screen and (max-width: 992px) {
      .production__item-title {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0; } }

.products {
  padding-top: 100px; }
  @media screen and (max-width: 540px) {
    .products {
      padding-top: 50px; } }
  .products__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .products .title,
  .products .text {
    text-align: center; }
  .products .text {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    max-width: 1100px;
    margin-bottom: 50px; }
  @media screen and (max-width: 540px) {
    .products .title {
      font-size: 24px;
      line-height: 30px; } }
  .products__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .products__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #df6928; }
    @media screen and (max-width: 1440px) {
      .products__item {
        max-width: 280px; } }
    @media screen and (max-width: 1200px) {
      .products__item {
        max-width: 230px; } }
    @media screen and (max-width: 992px) {
      .products__item {
        width: 49%;
        max-width: 350px;
        margin-right: auto;
        margin-left: auto; } }
    @media screen and (max-width: 540px) {
      .products__item {
        width: 100%;
        max-width: 100%; } }
    .products__item:nth-last-child(-n+3) {
      max-width: 435px; }
      @media screen and (max-width: 1440px) {
        .products__item:nth-last-child(-n+3) {
          max-width: 375px; } }
      @media screen and (max-width: 1200px) {
        .products__item:nth-last-child(-n+3) {
          max-width: 310px; } }
      @media screen and (max-width: 992px) {
        .products__item:nth-last-child(-n+3) {
          width: 49%;
          max-width: 350px; } }
      @media screen and (max-width: 540px) {
        .products__item:nth-last-child(-n+3) {
          width: 100%;
          max-width: 100%; } }
  .products__image {
    display: block;
    width: 100%;
    height: auto; }
  .products__item-title {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-right: 60px;
    padding-bottom: 25px;
    padding-left: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
    @media screen and (max-width: 1440px) {
      .products__item-title {
        padding: 15px; } }

.about {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #f7f7f7), to(#f7f7f7));
  background-image: -webkit-linear-gradient(left, #fff 0%, #fff 50%, #f7f7f7 50%, #f7f7f7 100%);
  background-image: -moz-linear-gradient(left, #fff 0%, #fff 50%, #f7f7f7 50%, #f7f7f7 100%);
  background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #f7f7f7 50%, #f7f7f7 100%);
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #f7f7f7 50%, #f7f7f7 100%); }
  @media screen and (max-width: 992px) {
    .about {
      background-image: none; } }
  .about__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 992px) {
      .about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.about-contacts {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .about-contacts {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .about-contacts__item {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    max-width: 470px;
    color: rgba(51, 51, 51, 0.8); }
    .about-contacts__item span {
      font-weight: 700; }
    .about-contacts__item a {
      text-decoration: none; }
  .about-contacts__title {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 45px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.8); }

.about-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 790px;
      -ms-flex-preferred-size: 790px;
          flex-basis: 790px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 100px;
  background-color: #f7f7f7; }
  @media screen and (max-width: 1200px) {
    .about-form {
      -webkit-flex-basis: 510px;
          -ms-flex-preferred-size: 510px;
              flex-basis: 510px; } }
  @media screen and (max-width: 992px) {
    .about-form {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
  @media screen and (max-width: 768px) {
    .about-form {
      padding: 0;
      padding-bottom: 50px;
      background-color: #fff; } }
  .about-form .title {
    margin-bottom: 5px; }
  .about-form .text {
    margin-bottom: 30px; }
  .about-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .about-form input {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-flex-basis: 270px;
        -ms-flex-preferred-size: 270px;
            flex-basis: 270px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    color: rgba(44, 44, 44, 0.8);
    border: 1px solid #bababa;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; }
    .about-form input::-webkit-input-placeholder {
      color: rgba(44, 44, 44, 0.8); }
    .about-form input:-moz-placeholder {
      color: rgba(44, 44, 44, 0.8); }
    .about-form input::-moz-placeholder {
      color: rgba(44, 44, 44, 0.8); }
    .about-form input:-ms-input-placeholder {
      color: rgba(44, 44, 44, 0.8); }
    .about-form input::-ms-input-placeholder {
      color: rgba(44, 44, 44, 0.8); }
    .about-form input::placeholder {
      color: rgba(44, 44, 44, 0.8); }
  .about-form textarea {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-height: 170px;
    margin-bottom: 40px;
    padding: 25px;
    resize: none;
    color: rgba(44, 44, 44, 0.8);
    border: 1px solid #bababa;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; }
    .about-form textarea::-webkit-input-placeholder {
      color: rgba(44, 44, 44, 0.8); }
    .about-form textarea:-moz-placeholder {
      color: rgba(44, 44, 44, 0.8); }
    .about-form textarea::-moz-placeholder {
      color: rgba(44, 44, 44, 0.8); }
    .about-form textarea:-ms-input-placeholder {
      color: rgba(44, 44, 44, 0.8); }
    .about-form textarea::-ms-input-placeholder {
      color: rgba(44, 44, 44, 0.8); }
    .about-form textarea::placeholder {
      color: rgba(44, 44, 44, 0.8); }
  .about-form button {
    margin-right: auto;
    margin-left: auto; }

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

.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 890px; }
  @media screen and (max-width: 1440px) {
    .article {
      max-width: 670px; } }
  @media screen and (max-width: 1200px) {
    .article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 100%; } }
  .article h1,
  .article h2,
  .article h3,
  .article h4,
  .article h5,
  .article h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #2c2c2c; }
  .article p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
    color: rgba(51, 51, 51, 0.8); }
  .article img {
    display: inline-block;
    margin-bottom: 50px; }
    @media screen and (max-width: 1200px) {
      .article img {
        width: 100%;
        height: auto; } }
    .article img.for-test {
      max-width: 440px; }

.articles {
  padding-top: 100px;
  padding-bottom: 50px; }
  @media screen and (max-width: 540px) {
    .articles {
      padding-top: 50px;
      padding-bottom: 25px; } }
  .articles__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.article-item {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .article-item {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .article-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .article-item .social {
    margin-bottom: 50px; }
    @media screen and (max-width: 992px) {
      .article-item .social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .article-item .social__btn {
          margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
    .article-item .authors {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .article-item .authors__item {
        margin-bottom: 10px; } }

.article-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 430px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }
  @media screen and (max-width: 1200px) {
    .article-list {
      margin-bottom: 50px; } }
  .article-list__wrapper {
    display: none;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; }
  .article-list__item {
    margin-bottom: 1px; }
  .article-list__item.active .article-list__wrapper {
    display: block; }
  .article-list__title {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: block;
    width: 100%;
    padding-top: 21px;
    padding-right: 30px;
    padding-bottom: 21px;
    padding-left: 30px;
    cursor: pointer;
    letter-spacing: .28px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #df6928;
    -webkit-box-shadow: 0 0 16px rgba(223, 40, 40, 0.1);
       -moz-box-shadow: 0 0 16px rgba(223, 40, 40, 0.1);
            box-shadow: 0 0 16px rgba(223, 40, 40, 0.1); }
  .article-list__link {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-top: 21px;
    padding-right: 30px;
    padding-bottom: 21px;
    padding-left: 30px;
    text-decoration: none;
    letter-spacing: .28px;
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, 0.05); }

.hamburger-menu {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #333; }
  .hamburger-menu .menu__link,
  .hamburger-menu .callback__link {
    color: #fff; }
  .hamburger-menu .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }
  .hamburger-menu .menu__item {
    margin-right: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; }
  .hamburger-menu .mfp-close {
    color: #fff; }

/*# sourceMappingURL=main.css.map */
