@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
@font-face {
  font-family: 'movavi_grotesqueblack';
  src: url("../fonts/movavi_grotesque_black-webfont.eot");
  src: url("../fonts/movavi_grotesque_black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/movavi_grotesque_black-webfont.woff2") format("woff2"), url("../fonts/movavi_grotesque_black-webfont.woff") format("woff"), url("../fonts/movavi_grotesque_black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

[data-icon]:before {
  font-family: "untitled-font-2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-be:before {
  content: "\61";
}

.icon-calculator:before {
  content: "\62";
}

.icon-company:before {
  content: "\63";
}

.icon-design:before {
  content: "\64";
}

.icon-fb:before {
  content: "\65";
}

.icon-inst:before {
  content: "\66";
}

.icon-kontacts:before {
  content: "\67";
}

.icon-lock:before {
  content: "\68";
}

.icon-materials:before {
  content: "\69";
}

.icon-presentacia:before {
  content: "\6a";
}

.icon-press:before {
  content: "\6b";
}

.icon-probnic:before {
  content: "\6c";
}

.icon-scroll:before {
  content: "\6d";
}

.icon-technology:before {
  content: "\6e";
}

.icon-vk:before {
  content: "\6f";
}

html, body {
  height: 100%;
  font-family: "Roboto", sans-serif;
}

.page__wrapper {
  min-height: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.page__content {
  width: 100%;
  padding-left: 332px;
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  height: 100%;
}

.item__hovered .page__content {
  left: 332px;
  left: 259px;
}

.mobile_menu .page__content {
  left: -320px;
}

.page__buffer__top, .page__buffer__bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.page {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page__content__wrap {
  padding: 0 100px;
}

.page__scroll__item .page__content__wrap {
  overflow: hidden;
}

.page__content__scroll {
  position: relative;
  height: 100%;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.page__scroll__item {
  height: 100%;
  position: relative;
}

.page__wrap {
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.page__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  overflow: auto;
}

.page__scroll__item .page__left {
  overflow: hidden;
}

.page__right {
  width: 600px;
  max-width: 37.78338%;
}

* html .page__wrapper {
  height: 100%;
}

.text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.text h1, .text .h1 {
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 57px;
  margin-top: 0;
  color: black;
  text-decoration: none;
  display: block;
  padding-top: 15px;
}

.text h1:after, .text .h1:after {
  content: "";
  width: 80px;
  height: 3px;
  background: black;
  position: absolute;
  top: 100%;
  margin-top: 12px;
  left: 0;
}

.search__result__item .text h1, .search__result__item .text .h1 {
  font-size: 30px;
  color: black;
  margin-bottom: 17px;
}

.search__result__item .text h1:after, .search__result__item .text .h1:after {
  display: none;
}

.text blockquote {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 22px 0;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 20px;
}

.text p {
  margin: 0 0 20px;
}

.text a {
  color: #009ed4;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.text a:hover {
  color: rgba(0, 121, 164, 0.59);
}

.page_container {
  height: 100%;
}

.ninja {
  display: none;
}

.wide .page__wrapper {
  display: block;
  height: auto;
  overflow: visible;
  -ms-flex-line-pack: inherit;
      align-content: inherit;
}

.wide .header {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
}

.wide .page__content {
  overflow: visible;
  height: auto;
}

.wide .page__left {
  padding-right: 300px;
  height: auto;
  overflow: visible;
}

.wide .page__right {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
}

.wide .page__wrap {
  height: auto;
}

.wide .page_container {
  height: auto;
}

.wide .example__right {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
}

.wide .example__left {
  height: auto;
  overflow: visible;
}

@media (max-width: 1920px) {
  .page__right {
    width: 400px;
  }
  .page__content__wrap {
    padding: 0px 80px 0px;
  }
  .wide .page__left {
    padding-right: 400px;
  }
}

@media (max-width: 1720px) {
  .page__right {
    width: 300px;
  }
  .page__content__wrap {
    padding: 0px 50px 0px;
  }
  .wide .page__left {
    padding-right: 300px;
  }
  .wide .example .page__left {
    padding-right: 400px;
  }
}

@media (max-width: 1580px) {
  .text h1 {
    margin-bottom: 25px;
  }
  .text h1:after {
    margin-top: 8px;
  }
  .text p {
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .page__content__wrap {
    padding: 20px 30px 20px;
    overflow: auto;
  }
  .page__content {
    padding-left: 252px;
  }
  .item__hovered .page__content {
    left: 198px;
  }
}

@media (max-width: 1240px) {
  .page {
    display: block;
  }
  .page__content__wrap {
    padding: 20px 30px 20px;
    max-height: none;
  }
  .page__wrapper {
    height: auto;
    display: block;
    padding-top: 80px;
    box-sizing: border-box;
  }
  .page__content {
    padding: 0;
  }
  .mobile_menu .page__content {
    left: -253px;
  }
  .page__wrap {
    margin-top: -40px;
    display: block;
    padding-top: 200px;
    height: auto;
    min-height: 0;
  }
  .page__right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px !important;
    max-width: none;
  }
  .page__left {
    height: auto;
    display: block;
  }
  .page_container {
    height: auto;
  }
  .page__content__scroll {
    height: auto;
    top: 0 !important;
  }
  .page__scroll__item {
    height: auto;
    margin-bottom: 40px;
  }
  .page__content__wrap {
    overflow: visible;
  }
}

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

.mfp-zoom {
  cursor: pointer;
  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;
  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: transparent;
}

.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%;
  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;
  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;
  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;
    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);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.about_content {
  height: 100%;
}

.article__faq__title {
  color: #000000;
  font-size: 24px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 1;
  margin-bottom: 23px;
}

.article__faq__list {
  list-style: none;
}

.article__faq__item {
  margin-bottom: 15px;
  border-top: 1px solid #939393;
  padding-top: 23px;
}

.article__faq__item:first-child {
  border: 0 none;
  padding-top: 0;
}

.article__item__text {
  color: #000000;
  font-size: 16px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 15px;
}

.article__item__name {
  color: #717171;
  font-size: 16px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 1;
  margin-bottom: 9px;
}

.article__item__answer > a {
  display: inline-block;
  text-decoration: underline;
  color: #009dd4;
  font-size: 16px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}

.article__answer__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.article__answer__content.open {
  max-height: 300px;
}

.article__bottom {
  border-top: 1px solid #939393;
  padding-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article__bottom__link {
  color: #009dd4;
  font-size: 18px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  min-width: 280px;
  margin-bottom: 15px;
}

.article_page .page__left {
  border-right: 1px solid #939393;
}

.article_page .page__content__wrap {
  overflow: visible;
}

.article_page .page__left {
  overflow: auto;
}

.article__form {
  padding: 15px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article__form__title {
  color: #000000;
  font-size: 24px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 19px;
}

.article__form__label {
  display: block;
  margin-bottom: 15px;
  padding: 0;
}

.article__form__input {
  color: #747474;
  border: 1px solid #747474;
  font-size: 18px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  height: 38px;
  padding: 7px 10px;
  box-sizing: border-box;
  width: 100%;
}

.article__form__area {
  color: #747474;
  border: 1px solid #747474;
  font-size: 18px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  height: 190px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
}

.article__form__submit {
  margin-top: 30px;
  width: 154px;
  height: 49px;
  background: #009dd4;
  color: #ffffff;
  font-size: 18px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  border: 0 none;
  text-align: center;
}

@media (max-width: 1240px) {
  .article_page .page__right {
    position: relative;
    padding-bottom: 290px;
  }
  .article_page .page__left {
    overflow: visible;
    border: 0 none;
  }
  .article_page .page__wrap {
    padding-top: 0;
  }
  .article__form {
    padding: 15px 30px 0;
  }
}

.btntop {
  display: none;
}

@media (max-width: 1240px) {
  .btntop {
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .btntop.show {
    opacity: 1;
  }
  .btntop img {
    display: block;
  }
}

.button {
  display: inline-block;
  width: 230px;
  height: 51px;
  border: 1px solid white;
  font-size: 20px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 500;
  line-height: 2.3;
  text-align: center;
  text-decoration: none;
  background: transparent;
  color: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.button:hover {
  background: white;
  color: black;
}

@media (max-width: 1450px) {
  .button {
    color: black;
    border-color: black;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 1.1;
    text-decoration: underline;
    border: 0 none;
  }
}

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

.contacts__map div {
  height: 100%;
  width: 100%;
  background: grey;
}

.contacts__content {
  display: none;
}

@media (max-width: 1240px) {
  .contacts__map {
    height: 500px;
    margin-top: -240px;
  }
}

.design__content .page__scroll__item:nth-child(1) {
  background: #ffea49 url("../img/assets/design_content/design.jpg") no-repeat 100% 100%;
}

.design__content .page__scroll__item:nth-child(2) {
  background: #ffea49 url("../img/assets/design_content/design.jpg") no-repeat 100% 100%;
}

.design__tables__item {
  margin-bottom: 40px;
  border: 1px solid black;
  border-top: 0;
}

.design__tables__title {
  text-align: center;
  overflow: hidden;
  position: relative;
  top: -10px;
}

.design__tables__title span {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

.design__tables__title span:after {
  position: absolute;
  left: 100%;
  top: 10px;
  margin-left: 30px;
  width: 999px;
  height: 1px;
  content: "";
  background: black;
}

.design__tables__title span:before {
  position: absolute;
  right: 100%;
  top: 10px;
  margin-right: 30px;
  width: 999px;
  height: 1px;
  content: "";
  background: black;
}

.design__tables__content {
  padding: 0 64px 32px;
}

.design__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0px;
}

.design__types__item {
  padding: 30px 0 21px;
  width: 449px;
  min-width: 35%;
}

.design__item__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
  text-align: center;
  margin-bottom: 15px;
}

.design__item__text {
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}

.design__item__link {
  text-align: center;
}

.design__item__more {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: black;
  padding: 15px 40px;
  border: 1px solid black;
  text-decoration: none;
  border-radius: 3px;
}

.design__item__more:hover {
  background: black;
  color: white;
}

.design__item__img {
  width: 173px;
  height: 173px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 35px;
  border: 1px solid grey;
}

.design__item__img img {
  display: block;
  margin: auto;
  min-width: 10px;
  min-height: 10px;
  background: grey;
}

@media (max-width: 1850px) {
  .design__types__item {
    width: 370px;
    padding-bottom: 10px;
  }
  .design__item__img {
    margin-bottom: 20px;
  }
}

@media (max-width: 1550px) {
  .design__content .page__right {
    display: none;
  }
  .design__content .page__scroll__item:nth-child(3) .page__right {
    display: block;
  }
  .design__content .page__content__wrap {
    overflow: hidden;
  }
  .design__item__title {
    font-size: 24px;
  }
  .design__item__text {
    font-size: 14px;
  }
  .design__item__more {
    padding: 10px 20px;
    font-size: 16px;
  }
  .design__item__img {
    width: 100px;
    height: 100px;
  }
  .design__types__item {
    padding-top: 10px;
  }
}

@media (max-width: 1440px) {
  .design__content {
    padding-bottom: 0px;
  }
  .design__content .page__scroll__item {
    background-image: none !important;
  }
  .design__content .page__right {
    display: none;
  }
  .design__content .page__scroll__item:nth-child(3) .page__right {
    display: block;
  }
  .design__content .page__wrap {
    padding-top: 0;
  }
  .design__tables {
    padding-top: 30px;
  }
}

@media (max-width: 1240px) {
  .design__content .page__scroll__item:nth-child(3) .page__left {
    padding-top: 200px;
  }
  .design__types {
    padding-bottom: 30px;
  }
}

@media (max-width: 1150px) {
  .design__types__item {
    width: 370px;
  }
}

@media (max-width: 850px) {
  .design__content {
    padding-bottom: 200px;
  }
  .design__types__item {
    width: 100%;
  }
}

.example__right {
  width: 400px;
  position: relative;
  float: right;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 30px 30px;
}

.example__left {
  height: 100%;
  overflow: auto;
}

.example .page__wrap {
  padding-top: 0;
}

.example__list {
  padding-top: 10px;
}

.example__item {
  margin-bottom: 30px;
}

.example__item__title {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.example__item__text {
  font-size: 15px;
  line-height: 1.3;
}

.example__item__text h1 {
  font-size: 30px;
}

.example__item__text ul {
  list-style: none;
  padding: 0 0 0 8px;
  margin-bottom: 20px;
}

.example__item__text ul li {
  position: relative;
}

.example__item__text ul li:before {
  content: "-";
  position: absolute;
  left: -8px;
  font-size: 15px;
  line-height: 1.3;
}

.example .page__buffer__top, .example .page__buffer__bottom {
  min-height: 0;
}

.example .page__content__wrap {
  height: 100%;
  padding: 0;
}

.example__content__wrap {
  height: 100%;
}

.example__content__list {
  height: 100vh;
  position: relative;
}

.example__content__item {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.example__content__item img {
  display: block;
  opacity: 0;
}

.example__content__item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid white;
}

.example__content__item video {
  display: block;
  width: 100%;
  height: 100%;
}

.example__ctrls {
  /*position: absolute;*/
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.example__ctrls a {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  text-decoration: none;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.example__ctrls__prev {
  min-width: 30px;
}

.example__ctrls__prev a {
  position: relative;
}

.example__ctrls__prev a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #009ed4;
  border-left: 2px solid #009ed4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.example__ctrls__prev a div {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  color: #009ed4;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.example__ctrls__prev a:hover:after {
  opacity: 0;
}

.example__ctrls__prev a:hover div {
  opacity: 1;
}

.example__ctrls__next {
  min-width: 30px;
}

.example__ctrls__next a {
  position: relative;
}

.example__ctrls__next a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-top: 2px solid #009ed4;
  border-right: 2px solid #009ed4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.example__ctrls__next a div {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  color: #009ed4;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.example__ctrls__next a:hover:after {
  opacity: 0;
}

.example__ctrls__next a:hover div {
  opacity: 1;
}

.example__ctrls__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.example__ctrls__list a {
  display: inline-block;
  position: relative;
}

.example__ctrls__list a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 50%;
  box-sizing: border-box;
  padding: 1px;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.example__ctrls__list a span:after {
  box-sizing: border-box;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #009ed4;
  border-radius: 2px;
}

.example__ctrls__list a span:before {
  box-sizing: border-box;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #009ed4;
  border-radius: 2px;
}

.example__ctrls__list a div {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 7px;
  width: 90px;
  color: #009ed4;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.example__ctrls__list a:hover span {
  opacity: 0;
}

.example__ctrls__list a:hover div {
  opacity: 1;
}

.breadcrumbs {
  margin-bottom: 30px;
  display: none;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 13px;
  line-height: 1;
  color: grey;
}

.breadcrumbs__item:before {
  content: " / ";
  display: block;
  margin: 0 3px;
}

.breadcrumbs__item:first-child:before {
  display: none;
}

.breadcrumbs__link {
  text-decoration: none;
  color: grey;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.breadcrumbs__link:hover {
  color: black;
}

@media (max-width: 1240px) {
  .breadcrumbs {
    display: block;
  }
  .example__right {
    float: none;
    width: 100%;
    position: static;
  }
  .example__item {
    width: 33%;
    min-width: 33%;
    box-sizing: border-box;
    padding-right: 20px;
  }
  .example__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .example__item__text ul {
    margin-bottom: 0px;
  }
  .example__left {
    margin-bottom: 90px;
  }
}

@media (max-width: 850px) {
  .breadcrumbs {
    display: none;
  }
  .example__right {
    float: none;
    width: 100%;
    position: static;
  }
  .example__item {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
  }
  .example__list {
    display: block;
  }
  .example__item__text ul {
    margin-bottom: 0px;
  }
  .example__left {
    margin-bottom: 90px;
  }
}

.header {
  min-width: 73px;
  min-width: 0;
  height: 100%;
  width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  position: relative;
  z-index: 10;
}

.header:before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  height: 0%;
  width: 0;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.item__hovered .header:before {
  height: 100%;
  width: 9999px;
  background: rgba(0, 0, 0, 0.65);
}

.header__wrap {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  width: 73px;
  width: 332px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border-right: 1px solid black;
}

.main__page .header__wrap {
  width: 332px;
  border-right: 0px solid black;
}

.item__hovered .header__wrap {
  width: 591px;
  border-right: 1px solid black;
}

.header__menu {
  width: 332px;
  background: #6b8297;
}

.header__top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 332px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #6b8297;
}

.header__bottom {
  background: #6b8297;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 332px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__link {
  display: none;
}

@media (max-width: 1580px) {
  .header__wrap {
    width: 252px;
  }
  .main__page .header__wrap {
    width: 252px;
  }
  .item__hovered .header__wrap {
    width: 449px;
    border-right: 1px solid black;
  }
  .header__top {
    width: 252px;
  }
  .header__bottom {
    width: 252px;
  }
  .header__menu {
    width: 252px;
  }
}

@media (max-width: 1240px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: rgba(107, 130, 151, 0.67);
  }
  .header__wrap {
    width: 252px;
    position: fixed;
    left: 100%;
    margin-left: 0;
    top: 40px;
    bottom: 0;
    height: auto;
    overflow: auto;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
  }
  .mobile_menu .header__wrap {
    margin-left: -252px;
  }
  .header__link {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 16px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
  .header__link:after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    content: "";
    background: white;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__link:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    content: "";
    background: white;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mobile_menu .header__link {
    border-color: transparent;
  }
  .mobile_menu .header__link:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mobile_menu .header__link:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 1;
  }
  .mobile_active_sub .header__link {
    border-color: transparent;
  }
  .mobile_active_sub .header__link:after {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    margin-top: 4px;
  }
  .mobile_active_sub .header__link:before {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    margin-top: -6px;
  }
  .header__top {
    min-height: 210px;
  }
  .header__bottom {
    min-height: 100px;
  }
}

.logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 46px;
  padding-left: 23px;
}

.main__page .logo {
  display: block;
}

.logo__link {
  display: block;
  text-decoration: none;
}

.logo__link__main {
  display: block;
  margin-bottom: 6px;
}

.logo__link__sub {
  display: block;
}

@media (max-width: 1580px) {
  .logo {
    padding-left: 13px;
    width: 176px;
  }
  .logo__link__main {
    width: 89%;
  }
  .logo__link__sub {
    width: 64%;
  }
}

.how__slider {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.how__slider:after {
  content: "";
  position: absolute;
  bottom: 19px;
  height: 20px;
  background: grey;
  left: 40px;
  right: 40px;
}

.how__slider__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
}

.how__slider__list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.how__slider__item {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how__slider__item:first-child {
  margin-left: 0;
}

.how__slider__link {
  text-decoration: none;
  display: block;
  position: relative;
}

.how__slider__link img {
  display: block;
}

.how__slider__link img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.how__slider__link:hover img:nth-child(2) {
  opacity: 1 !important;
}

.how__slider .owl-prev {
  position: absolute;
  width: 40px;
  left: -40px;
  top: 0;
  bottom: 0;
  color: transparent;
}

.how__slider .owl-prev:after, .how__slider .owl-prev:before {
  -webkit-transform-origin: left 0;
          transform-origin: left 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  background: black;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.how__slider .owl-prev:after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.how__slider .owl-next {
  position: absolute;
  width: 40px;
  right: -40px;
  top: 0;
  bottom: 0;
  color: transparent;
}

.how__slider .owl-next:after, .how__slider .owl-next:before {
  -webkit-transform-origin: right 0;
          transform-origin: right 0;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 1px;
  background: black;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.how__slider .owl-next:after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.how.page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.phow {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: rgba(0, 158, 212, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.phow:before, .phow:after {
  content: "";
  min-height: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.phow__title {
  color: #009ed4;
  font-size: 30px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.phow__descr {
  background: #009ed5;
  min-width: 58%;
  padding: 58px 37px 20px;
  box-sizing: border-box;
  overflow: auto;
  color: black;
}

.phow__close {
  position: absolute;
  right: -60px;
  top: -50px;
  width: 60px;
  height: 60px;
}

.phow__close:after, .phow__close:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #000000;
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.phow__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.phow__overlay {
  position: absolute;
  top: -999px;
  left: -999px;
  right: -999px;
  bottom: -999px;
}

.phow__content {
  width: 1149px;
  height: 848px;
  max-height: 80%;
  max-width: 85%;
  background: white;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.phow__img {
  min-width: 42%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phow__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1240px) {
  .how .owl-carousel {
    display: block;
  }
}

@media (max-width: 1024px) {
  .phow {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .phow__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    max-height: none;
    display: block;
  }
  .phow__close {
    right: -4px;
    top: -39px;
    width: 40px;
    height: 40px;
  }
  .phow__descr {
    padding-top: 20px;
  }
  .how__slider:after {
    display: none;
  }
  .how__slider__item {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .how__slider__link img {
    max-height: 450px;
  }
}

@media (max-width: 580px) {
  .phow__descr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .how__slider__list {
    display: block !important;
  }
  .how__content {
    padding-top: 40px;
  }
}

.logo_grey {
  position: absolute;
  left: 74px;
  top: 0;
  padding-top: 46px;
  padding-left: 23px;
  overflow: hidden;
  width: 226px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  z-index: 10;
}

.item__hovered .logo_grey {
  width: 0px;
}

.main__page .logo_grey {
  display: none;
}

@media (max-width: 1580px) {
  .logo_grey {
    left: 44px;
    width: 176px;
  }
}

@media (max-width: 1240px) {
  .logo_grey {
    display: none;
  }
}

.main__content {
  background: #64d0ed;
}

.main__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -80px;
}

.main__info__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 40px;
  position: relative;
}

.main__info__list:after {
  content: "";
  position: absolute;
  right: 0;
  top: -30px;
  bottom: -30px;
  width: 1px;
  background: black;
}

@media (max-width: 1880px) {
  .main__info__list {
    padding-right: 0;
    min-width: 100%;
    margin-bottom: 30px;
  }
  .main__info__list:after {
    content: "";
    position: absolute;
    right: auto;
    left: 51px;
    /*left: 0px;*/
    top: 100%;
    margin-top: 30px;
    bottom: auto;
    width: 300px;
    height: 1px;
    background: black;
  }
  .main__news__item {
    min-width: 100%;
  }
  .main__news__item .news__item {
    position: relative;
    width: auto;
    height: auto;
    margin-left: 51px;
    /*margin-left: 0px;*/
    overflow: visible;
  }
  .main__news__item .news__item__img {
    position: absolute;
    left: 0;
    top: 90px;
    bottom: auto;
    width: auto;
    height: auto;
  }
  .main__news__item .news__item__img img {
    height: 100%;
    height: auto;
  }
}

@media (max-width: 1450px) {
  .main__info {
    margin: 0;
  }
  .main__info__list:after {
    left: 0px;
  }
  .main__news__item {
    margin-bottom: 30px;
  }
  .main__news__item .news__item {
    margin-left: 0px;
  }
}

@media (max-width: 1150px) {
  .main__news__item {
    margin-bottom: 30px;
  }
}

.main__info__item {
  width: 265px;
  height: 341px;
  /*border: 1px solid white;*/
  background: rgba(0, 0, 0, 0.45);
  color: white;
  padding: 26px 30px;
  margin-left: 52px;
  display: inline-block;
}

.main__info__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 14px;
  position: relative;
  text-transform: uppercase;
}

.main__info__title:after {
  content: "";
  height: 3px;
  width: 80px;
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 14px;
}

.main__info__descr {
  font-size: 16px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 1.7;
  height: 235px;
  padding-top: 14px;
}

.main__info__button {
  text-align: center;
}

@media (max-width: 1580px) {
  .main__info__list:after {
    left: 0px !important;
  }
  .main__news__item .news__item {
    margin-left: 0px !important;
  }
  .main__info {
    margin: 0px 0px !important;
  }
  .main__info__item {
    width: 22%;
    margin-left: 0px;
    margin-right: 1%;
  }
  .button {
    color: #fff !important;
  }
}

@media (max-width: 1280px) {
  .main__info {
    margin-left: 0px;
  }
  .main__info__item {
    width: 24%;
    margin-left: 0px;
  }
}

@media (max-width: 812px) {
  .main__info__item {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    /*margin-bottom: 0px;*/
    margin-bottom: 10px;
    /*background: transparent;
    color: black;*/
    padding: 26px 0 16px;
    margin-left: 0px;
    padding-left: 10px;
  }
  .main__info__title:after {
    /*background: black;*/
  }
  .main__info__descr {
    height: auto;
    margin-bottom: 15px;
  }
  .main__info__button {
    text-align: left;
  }
  .button {
    color: white;
  }
}

.materials__examples__catalog {
  padding: 0px 0px 0;
  margin-bottom: 30px;
}

.materials__examples__title {
  font-size: 36px;
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.materials__examples__list {
  list-style: none;
  overflow: hidden;
  height: 512px;
  position: relative;
}

.materials__examples__item {
  width: 135px;
  width: 100%;
  height: 160px;
  margin-bottom: 16px;
  position: relative;
  -webkit-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}

.materials__examples__img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin-bottom: 10px;
}

.materials__examples__img img {
  display: block;
  width: 100%;
  height: 160px;
}

.materials__examples__name {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.71);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.materials__examples__name:hover {
  opacity: 1;
}

.materials__examples__status {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  overflow: hidden;
  z-index: 10;
}

.materials__examples__status:hover {
  overflow: visible;
}

.materials__examples__status:hover span {
  width: 80px;
}

.materials__examples__status span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 25px;
  padding-right: 29px;
  color: white;
  font-size: 14px;
  line-height: 23px;
  white-space: nowrap;
  padding-left: 1px;
  text-align: right;
}

.materials__examples__status span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
}

.materials__examples__status.available span {
  background: #009dd4;
}

.materials__examples__status.available span:after {
  background: url("../img/assets/materials_content/exist.png") no-repeat 50% 50%;
}

.materials__examples__status.disabled span {
  background: #000000;
}

.materials__examples__status.disabled span:after {
  background: url("../img/assets/materials_content/empty.png") no-repeat 50% 50%;
}

.materials__examples__gallery {
  padding-top: 15px;
  text-align: center;
}

.materials__gallery__link {
  color: #009dd4;
  font-size: 16.94px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 500;
  line-height: 18px;
  /* Приближение из-за подстановки шрифтов */
  text-decoration: underline;
}

.materials__gallery__ctrls .prev, .materials__gallery__ctrls .next {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  background: grey;
  display: block;
  text-decoration: none;
}

.materials__gallery__ctrls .prev {
  bottom: 100%;
  margin-bottom: 10px;
  background: url("../img/assets/materials_content/prev.png") no-repeat 50% 50%;
}

.materials__gallery__ctrls .next {
  top: 100%;
  margin-top: 10px;
  position: static;
  background: url("../img/assets/materials_content/next.png") no-repeat 50% 50%;
}

.materials__btns {
  padding: 0 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.materials__ask {
  color: #009dd4;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 42px;
  border: 1px solid #009dd4;
  width: 235px;
  height: 40px;
  border-radius: 3px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.materials__ask:hover {
  background: #009dd4;
  color: white;
}

.materials__icon {
  position: relative;
  padding-left: 60px;
  padding-top: 3px;
  font-size: 16px;
  color: #009dd4;
  text-decoration: none;
  line-height: 1.1;
}

.materials__icon:before {
  content: "";
  background: #009dd4;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: -4px;
  border-radius: 50%;
}

.materials__icon:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 9px;
  top: 4px;
}

.materials__calc:after {
  background: url("../img/assets/materials_content/calculator.svg") no-repeat 50% 50%;
  background-size: contain;
}

.materials__test:after {
  background: url("../img/assets/materials_content/probnic.svg") no-repeat 50% 50%;
  background-size: contain;
}

.materials__preview:after {
  background: url("../img/assets/materials_content/presentacia.svg") no-repeat 50% 50%;
  background-size: contain;
}

.materials__gallery {
  padding: 0;
}

.materials__gallery__item {
  box-sizing: border-box;
  background-size: cover;
  float: left;
  position: relative;
  overflow: hidden;
}

.materials__gallery__item.hor {
  width: 33.33%;
  height: 33.33%;
}

.materials__gallery__item.ver {
  width: 16.665%;
  height: 33.33%;
}

.materials__gallery__item.title {
  padding: 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #009dd4 no-repeat 50% 50%;
}

.materials__gallery__item.title span {
  display: block;
  position: relative;
  font-family: "movavi_grotesqueblack", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.materials__gallery__item.title span:after {
  position: absolute;
  top: 100%;
  margin-top: -5px;
  content: "";
  width: 139px;
  height: 8px;
  left: 0;
  background: white;
}

.materials__gallery__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: rgba(0, 157, 212, 0.65);
  color: white;
  padding: 0 17% 0 16%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.materials__gallery__content a{
  color: white;
}

.materials__gallery__content:hover {
  opacity: 1;
}

.materials__gallery__title {
  font-size: 30px;
  line-height: 1.1;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 31px;
}

.materials__gallery__title:after {
  position: absolute;
  top: 100%;
  margin-top: 0px;
  content: "";
  width: 80px;
  height: 3px;
  left: 0;
  background: white;
}

.materials__gallery__text {
  font-size: 18px;
  line-height: 1.2;
}

.materials__gallery__img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.materials__gallery__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid white;
}

.materials__gallery__img img {
  display: block;
  opacity: 0;
}

.materials__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.materials__content__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}

.materials__content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 223px;
  margin-top: 120px;
}

.materials .page__buffer__bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 24px;
  min-height: 50px;
  max-height: 80px;
  height: 100%;
  background: url("../img/assets/materials_content/scroll.png") no-repeat 50% 0%;
  background-size: contain;
}

.pcatalog {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: rgba(0, 0, 0, 0.81);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pcatalog:before, .pcatalog:after {
  content: "";
  min-height: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pcatalog__title {
  color: #009ed4;
  font-size: 30px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pcatalog__descr {
  color: #000000;
  font-size: 20px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 300;
  line-height: 1;
  margin-bottom: 31px;
}

.pcatalog__close {
  position: absolute;
  right: 25px;
  top: 28px;
  width: 60px;
  height: 60px;
  background: url(/static/cross-07.png) no-repeat center;
  background-size: cover;
}

.pcatalog__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: black;
  opacity: 0;
}

.pcatalog__content {
  width: 1522px;
  max-width: 97%;
  background: white;
  box-sizing: border-box;
  padding: 50px 90px 50px 56px;
  position: relative;
  border-radius: 5px;
  box-shadow: 6px 10px 27px 0px rgba(22, 22, 23, 0.75);
}

.pcatalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-right: -16px;
  margin-left: -17px;
}

.pcatalog__item {
  position: relative;
  margin-bottom: 20px;
  margin-right: 16px;
  margin-left: 16px;
  width: 320px;
  height: 200px;
}

.pcatalog__item__img {
  position: absolute;
  width: 320px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pcatalog__item__img img {
  display: block;
  width: 320px;
  height: 200px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pcatalog__item__big {
  position: absolute;
  width: 320px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pcatalog__item__big img {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
}

.pcatalog__item:nth-child(4n) .pcatalog__item__big {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pcatalog__item:nth-child(4n+1) .pcatalog__item__big {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pcatalog__item:hover {
  z-index: 10;
}

.pcatalog__item:hover .pcatalog__item__big {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@media (max-width: 1915px) {
  .pcatalog__content {
    width: 1170px;
  }
  .pcatalog__item:nth-child(3n) .pcatalog__item__big {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .pcatalog__item:nth-child(3n+1) .pcatalog__item__big {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pcatalog__item:nth-child(3n+2) .pcatalog__item__big {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1850px) {
  .materials .page__right {
    width: 300px;
  }
}

@media (max-width: 1720px) {
  .materials__gallery__item.title {
    padding: 0 26px;
  }
}

@media (max-width: 1580px) {
  .materials .materials__content__right {
    margin-top: 37px;
    width: 183px;
  }
  .materials .materials__examples__list {
    height: 392px;
  }
  .materials .materials__examples__item {
    height: 120px;
  }
  .materials .materials__examples__img {
    height: 120px;
  }
  .materials .materials__ask {
    width: 195px;
  }
  .materials .materials__icon {
    font-size: 14px;
  }
  .materials .page__right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 80px;
  }
  .materials .page__left {
    box-sizing: border-box;
  }
  .materials .page__buffer__top {
    min-height: 80px;
  }
  .materials .page__buffer__bottom {
    position: relative;
    min-height: 10px;
  }
  .materials__gallery__item.title span {
    font-size: 36px;
  }
  .materials__gallery__title {
    font-size: 24px;
  }
  .materials .page__content__wrap {
    overflow: hidden;
  }
  .pcatalog__content {
    width: 820px;
  }
  .pcatalog__item:nth-child(2n) .pcatalog__item__big {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .pcatalog__item:nth-child(2n+1) .pcatalog__item__big {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .materials__tech__text {
    padding: 4px 10px;
  }
}

@media (min-width: 1241px) {
  .materials__gallery {
    height: 100% !important;
  }
}

@media (max-width: 1240px) {
  .materials__gallery:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
  }
  .materials__gallery__item.hor {
    height: auto;
    width: 66.66%;
  }
  .materials__gallery__item.hor img {
    width: 100%;
  }
  .materials__gallery__item.ver {
    height: auto;
    width: 33.33%;
  }
  .materials__gallery__item.ver img {
    width: 100%;
  }
  .materials__gallery__item.title {
    padding: 30px 26px;
  }
  .materials .page__buffer__top {
    min-height: 0px;
  }
  .materials .page__buffer__bottom {
    min-height: 0px;
  }
  .materials .page__buffer__bottom:after {
    display: none;
  }
  .page__buffer__bottom:after {
    display: none;
  }
}

@media (max-width: 1080px) {
  .pcatalog__item .pcatalog__item__big {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pcatalog__item .pcatalog__item__big img {
    max-width: 300px;
  }
}

@media (max-width: 850px) {
  .pcatalog__content {
    width: 462px;
  }
  .materials__ask {
    display: block;
    margin-bottom: 30px;
  }
  .materials__btns {
    display: block;
  }
  .materials__btns:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
  }
  .materials__icon {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .open .materials__gallery__content {
    opacity: 1;
  }
}

@media (max-width: 850px) {
  .pcatalog__item__img img {
    width: 280px;
    height: 187px;
  }
  .pcatalog__item__img {
    width: 280px;
    height: 187px;
  }
  .pcatalog__item__big img {
    width: 280px;
    height: 187px;
  }
  .pcatalog__item__big {
    width: 280px;
    height: 187px;
  }
  .pcatalog__item {
    width: 280px;
    height: 187px;
    margin-left: 0;
    margin-right: 0;
  }
  .pcatalog__list {
    margin: 0;
  }
  .pcatalog__content {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pcatalog__close {
    position: absolute;
    right: 5px;
    top: 8px;
    width: 30px;
    height: 30px;
  }
  .pcatalog__title {
    font-size: 27px;
  }
}

@media (max-width: 500px) {
  .materials__examples__title {
    font-size: 26px;
  }
  .materials__examples__item {
    float: none;
    width: 100%;
  }
  .materials__examples__img {
    height: 100%;
    width: 100%;
  }
  .materials__gallery__item.hor {
    height: auto;
    width: 100%;
  }
  .materials__gallery__item.ver {
    height: auto;
    width: 100%;
  }
  .materials__gallery__item.title span {
    font-size: 34px;
  }
  .materials__gallery__img {
    min-height: 300px;
  }
  .materials__content {
    display: block;
  }
  .materials__content__left {
    margin-right: 0;
  }
  .materials__content__right {
    width: auto;
  }
}

.materials__tables__list {
  padding: 20px 0px;
  display: block;
  list-style: none;
}

.materials__tables__item {
  border: 1px solid black;
  border-top: 0;
  border-left: 0;
  border-color: transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 49px;
}

.materials__tables__item.open {
  border-color: black;
}

.materials__tables__title {
  position: absolute;
  bottom: 100%;
  margin-bottom: -16px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}

.materials__tables__title span {
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  color: black;
  display: block;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.materials__tables__title span:after {
  position: absolute;
  left: 100%;
  margin-left: 35px;
  top: 12px;
  content: "";
  height: 1px;
  width: 9999px;
  background: black;
  display: none;
}

.materials__tables__title span:before {
  content: "+";
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid black;
  text-align: center;
  font-size: 26px;
  line-height: 1;
  margin-right: 10px;
}

.open .materials__tables__title span:before {
  content: "\2014";
}

.open .materials__tables__title span:after {
  display: block;
}

.materials__tables__content {
  padding: 0px 10px 0px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.materials__tables__content:after {
  display: none;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -10px;
  top: 35px;
  border-left: 1px solid black;
}

.open .materials__tables__content {
  padding: 30px 10px 10px;
  max-height: 500px;
}

.open .materials__tables__content:after {
  display: block;
}

.materials__tech__item {
  width: 25%;
  text-align: center;
  margin-bottom: 10px;
}

.materials__tech__item:nth-child(1), .materials__tech__item:nth-child(2) {
  margin-top: 0;
}

.materials__tech__val {
  padding-top: 5px;
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: black;
}

.materials__tech__label {
  padding-bottom: 5px;
  display: inline-block;
  border-top: 1px solid #6b8297;
  font-size: 14px;
  line-height: 1.1;
  color: #6b8297;
}

.materials__tech__text {
  box-sizing: border-box;
  height: 100%;
  padding: 7px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.materials__tech__text span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
  color: black;
  font-weight: 400;
}

.materials__tech__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.materials__tech__list li {
  font-size: 16px;
  line-height: 1.1;
  color: black;
  padding: 7px 0;
}

@media (max-width: 1580px) {
  .materials__tech__item {
    width: 25%;
    margin-bottom: 3px;
  }
  .materials__tables__item {
    margin-bottom: 39px;
  }
  .materials__tech__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .materials__tech__list li {
    width: 25%;
    text-align: center;
  }
  .materials__tables__list {
    padding-bottom: 0;
  }
  .open .materials__tables__content {
    padding: 20px 10px 5px;
  }
}

@media (max-width: 1240px) {
  .materials__tables__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .materials__tables__item {
    margin-right: 10px;
  }
}

@media (max-width: 850px) {
  .materials__tables__list {
    display: block;
  }
  .materials__tables__item {
    margin-bottom: 40px;
    margin-right: 0px;
    width: auto;
  }
}

@media (max-width: 850px) {
  .materials__tech__item {
    width: 50%;
    margin-bottom: 3px;
  }
  .materials__tech__list li {
    width: 100%;
    text-align: left;
  }
}

.header__menu {
  width: 332px;
}

.header__menu__list {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__menu__item {
  border-bottom: 1px solid white;
}

.header__menu__item:first-child {
  border-top: 1px solid white;
}

.header__menu__item:hover {
  background: white;
}

.header__menu__item:hover .header__menu__text {
  color: #6b8297;
}

.header__menu__item:hover .header__menu__icon .str0 {
  stroke: #6b8297;
}

.header__menu__item:hover .header__menu__icon .str1 {
  stroke: #6b8297;
}

.header__menu__item.activeMenu {
  background: white;
}

.header__menu__item.activeMenu .header__menu__text {
  color: #6b8297;
}

.header__menu__item.activeMenu .str0 {
  stroke: #6b8297;
}

.header__menu__item.activeMenu .str1 {
  stroke: #6b8297;
}

.item__hovered .header__menu__item.activeMenu {
  background: transparent;
}

.item__hovered .header__menu__item.activeMenu .header__menu__text {
  color: white;
}

.item__hovered .header__menu__item.activeMenu .str0 {
  stroke: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item__hovered .header__menu__item.activeMenu .str1 {
  stroke: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item__hovered .header__menu__item.activeMenu.item__hover {
  background: white;
}

.item__hovered .header__menu__item.activeMenu.item__hover .header__menu__text {
  color: #6b8297;
}

.item__hovered .header__menu__item.activeMenu.item__hover .str0 {
  stroke: #6b8297;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item__hovered .header__menu__item.activeMenu.item__hover .str1 {
  stroke: #6b8297;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menu__item.activeMenu .header__menu__link:after {
  background: #6b8297;
}

.header__menu__item.activeMenu .header__menu__link:before {
  background: #6b8297;
}

.header__menu__link {
  display: block;
  text-decoration: none;
  position: relative;
}

.header__menu__link:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__menu__link:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: 5px;
  width: 10px;
  height: 2px;
  background: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 66px;
  width: 332px;
}

.header__menu__icon {
  width: 74px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.active .header__menu__icon {
  background: white;
}

.header__menu__icon img {
  display: block;
  max-width: 30px;
  max-height: 30px;
  fill: white;
}

.header__menu__icon svg {
  display: block;
  max-width: 30px;
  max-height: 30px;
}

.header__menu__icon .str0 {
  stroke: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menu__icon .str1 {
  stroke: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menu__text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  padding: 24px 0 24px 25px;
  color: white;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__submenu__wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: white;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -10;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item__hover .header__submenu__wrap {
  z-index: 10;
  opacity: 1;
}

.item__hovered .header__submenu__wrap {
  width: 258px;
}

.item__hover .item__hovered .header__submenu__wrap {
  -webkit-transition: all 0s;
  transition: all 0s;
  z-index: 10;
  opacity: 1;
}

.activeMenu .header__submenu__wrap {
  width: 258px;
  -webkit-transition: all 0s;
  transition: all 0s;
  z-index: 1;
  opacity: 1;
}

.header__submenu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 259px;
  width: 234px;
  margin-left: 25px;
  height: 330px;
}

.header__submenu__title {
  width: 259px;
  width: 184px;
  margin-left: 25px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: black;
  position: absolute;
  text-transform: uppercase;
  bottom: 50%;
  margin-bottom: 216px;
}

.header__submenu__title:after {
  content: "";
  height: 3px;
  width: 80px;
  background: #000000;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 14px;
}

.header__submenu__item {
  display: block;
  margin-bottom: 22px;
}
.header__submenu__item > span{
	font-size: 12px;
    color: #666;
    display: block;
	padding-right: 5px;
}

.header__submenu__item > ul {
  padding: 5px 0 0;
  margin: 0;
  list-style: none;
}

.header__submenu__item > ul > li > a {
  display: block;
  padding: 5px 10px;
  color: grey;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__submenu__item > ul > li > a:hover {
  color: #009ed4;
}

.header__submenu__item > ul > li.active > a {
  color: #009ed4;
}

.header__submenu__link {
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__submenu__link:hover {
  color: #009ed4;
}

.activeSubmenu > .header__submenu__link {
  color: #009ed4;
}

.lock > .header__submenu__link:after {
  position: relative;
  top: 15px;
  content: "";
  display: inline-block;
  background: url("../img/assets/popup/lock.png") no-repeat 0 0;
  width: 46px;
  height: 46px;
  background-size: contain;
}

.js_pop_lock > .header__submenu__link:after {
  position: relative;
  top: 15px;
  content: "";
  display: inline-block;
  background: url("../img/assets/popup/lock.png") no-repeat 0 0;
  width: 46px;
  height: 46px;
  background-size: contain;
}

.header__submenu__content {
  height: 390px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}

.header .header__submenu__content a {
  color: #000000;
  text-decoration: none;
}

@media (max-width: 1580px) {
  .header__menu__text {
    padding: 18px 7px 18px;
  }
  .header__menu__icon {
    width: 54px;
    height: 50px;
  }
  .header__menu__content {
    width: 252px;
    height: 50px;
  }
  .header__menu {
    width: 252px;
  }
  .item__hovered .header__submenu__wrap {
    width: 198px;
  }
  .activeMenu .header__submenu__wrap {
    width: 198px;
  }
  .header__submenu__title {
    margin-bottom: 168px;
    width: 173px;
    margin-left: 10px;
  }
  .header__submenu__list {
    margin-left: 11px;
    height: 240px;
  }
  .header__submenu__content {
    padding-left: 10px;
    height: 310px;
  }
}

@media (max-width: 1240px) {
  .header__submenu__wrap {
    position: fixed;
    top: 40px;
    bottom: 0;
    right: auto;
    left: 100%;
    width: 252px;
    margin-left: 0;
    z-index: 10;
    opacity: 1;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    border-left: 1px solid black;
    padding-top: 0;
    display: block;
  }
  .activeMenu .header__submenu__wrap {
    width: 252px;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
  }
  .header__submenu__title {
    display: none;
  }
  .header__submenu__list {
    padding: 45px 0 0;
    margin-left: 0;
    width: auto;
    height: auto;
  }
  .header__submenu__item {
    border-bottom: 1px solid grey;
    margin-bottom: 0;
  }
  .header__submenu__item > ul {
    padding-top: 0;
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .header__submenu__item > ul > li > a {
    padding: 5px 10px 5px 30px;
  }
  .header__submenu__link {
    padding: 15px 25px;
  }
  .header__submenu__item > span{
    padding: 0 25px 15px;
	margin-top: -10px;
  }
  .mobile_submenu .header__submenu__wrap {
    margin-left: -252px;
  }
  .header__menu__item {
    overflow: hidden;
    position: relative;
  }
  .header__menu__item.mobile_submenu {
    overflow: visible;
    position: static;
  }
}

.news__content__list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  max-height: 100%;
}

.news__content__item {
  border-bottom: 1px solid #939393;
  padding: 17px 0 17px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news__content__title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
  color: black;
  margin-bottom: 17px;
  text-decoration: none;
}

.news__content__date {
  color: #727272;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 23px;
}

.news__content__descr {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.news__content__descr a {
  color: #009ed4;
}

.search__result__item .news__content__descr {
  font-size: 16px;
}

.news__content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news__content__img {
  padding-left: 20px;
  width: 600px;
  height: 318px;
}

.news__content__img img {
  display: block;
  width: 600px;
  height: 318px;
}

@media (max-width: 1700px) {
  .news__content__img {
    width: 450px;
    height: 238px;
  }
  .news__content__img img {
    width: 450px;
    height: 238px;
  }
}

@media (max-width: 1440px) {
  .news__content__img {
    width: 360px;
    height: 190.8px;
  }
  .news__content__img img {
    width: 360px;
    height: 190.8px;
  }
  .news__content__item {
    padding: 17px 0px 17px 40px;
  }
}

@media (max-width: 1240px) {
  .news__content__text {
    width: 100%;
  }
  .news__content__img {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .news__content__img img {
    width: 100%;
    height: auto;
    max-width: 450px;
  }
  .news__content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 17px 20px 17px 20px;
  }
}

.news__item {
  width: 265px;
  height: 341px;
  color: black;
  padding: 26px 0;
  margin-left: 45px;
  display: inline-block;
}

.news__item div a {
  color: black;
  text-decoration: none;
}

.news__item__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 14px;
  position: relative;
  text-transform: uppercase;
}

.news__item__title:after {
  content: "";
  height: 3px;
  width: 80px;
  background: #000000;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 14px;
}

.news__item__date {
  padding-top: 14px;
  font-size: 14px;
  font-weight: 300;
  color: #323232;
  margin-bottom: 9px;
}

.news__item__preview {
  font-size: 16px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 300;
  margin-bottom: 10px;
}

.news__item__addition {
  font-size: 16px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 300;
  margin-bottom: 17px;
  color: #313131;
}

.news__item__img {
  width: 233px;
  height: 171px;
}

.news__item__img img {
  display: block;
  width: 233px;
  //height: 171px;
  height: auto;
  background: rgba(0, 0, 0, 0.51);
}

@media (max-width: 1880px) {
  .main__news__item .news__item__date {
    padding-left: 250px;
  }
  .main__news__item .news__item__preview {
    padding-left: 250px;
  }
  .main__news__item .news__item__addition {
    padding-left: 250px;
  }
}

@media (max-width: 550px) {
  .main__news__item .news__item {
    display: block;
  }
  .main__news__item .news__item__date {
    padding-left: 0;
  }
  .main__news__item .news__item__preview {
    padding-left: 0;
  }
  .main__news__item .news__item__addition {
    padding-left: 0;
  }
  .main__news__item .news__item__img {
    position: static;
  }
}

.slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider__item {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: no-repeat 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.slider__item img {
  display: block;
  opacity: 0;
}

.slider__item__video {
  display: block;
  width: 100vh;
  height: 100vh;
}

.slider__state {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.77);
  color: white;
  font-size: 18px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 1;
  padding-left: 30px;
  padding-top: 6px;
  cursor: pointer;
}

.slider__state__stop {
  display: inline-block;
  height: 18px;
  position: relative;
  padding-right: 20px;
}

.slider__state__stop:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 2px;
  width: 3px;
  background: white;
}

.slider__state__stop:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 4px;
  bottom: 2px;
  width: 3px;
  background: white;
}

.slider__state__play {
  height: 18px;
  display: none;
  position: relative;
  padding-right: 20px;
}

.slider__state__play:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 1px;
  background: transparent;
  border: 10px solid transparent;
  border-right: 0 none;
  border-left-color: white;
}

.pause .slider__state__stop {
  display: none;
}

.pause .slider__state__play {
  display: inline-block;
}

@media (max-width: 1240px) {
  .slider__item {
    height: 100vw;
    width: 200px;
    -webkit-transform-origin: 50vw 50vw;
            transform-origin: 50vw 50vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .slider__item.video {
    height: 200px;
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .slider__item__video {
    width: 100vw;
    height: 100vw;
  }
  .slider__state {
    width: 87px;
  }
}

@media (max-width: 1580px) {
  .materials .slider__item {
    height: 100vw;
    width: 200px;
    -webkit-transform-origin: 50vw 50vw;
            transform-origin: 50vw 50vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .materials .slider__item.video {
    height: 100vw;
    width: 100vw;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .materials .slider__item.video video {
    width: 100%;
    height: 100%;
  }
  .materials .slider__item__video {
    width: 150vw;
    height: 150vw;
  }
  .materials .slider__state {
    width: 87px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.76);
  overflow: auto;
  border: 0 none;
}

.popup:after, .popup:before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.popup__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: black;
  opacity: 0;
}

.popup__content {
  display: inline-block;
  background: #009dd4;
  padding: 61px 75px 36px;
  position: relative;
  border-radius: 5px;
  margin: 40px 0;
  box-sizing: border-box;
  max-width: 90%;
}

.popup__close {
  position: absolute;
  right: 27px;
  top: 26px;
  width: 40px;
  height: 38px;
  background: url("../img/assets/works_content/popup_close.png") no-repeat 50% 50%;
}

.popup__title {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 1;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.popup__form {
  width: 794px;
  max-width: 100%;
}

.popup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.popup__row__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}

.popup__row__item:first-child {
  margin-left: 0;
}

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

.popup__label {
  display: block;
  width: 100%;
}

.popup__label span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 1;
  min-height: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.popup__label.req {
  position: relative;
}

.popup__label.req:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 25px;
  margin-left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

.popup__input {
  display: block;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 40px;
  width: 100%;
  border: 1px solid white;
  background: transparent;
  color: white;
  border-radius: 3px;
}

.popup__area {
  display: block;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 40px;
  width: 100%;
  border: 1px solid white;
  background: transparent;
  color: white;
  border-radius: 3px;
}

.popup__quest .popup__area {
  height: 220px;
}

.popup__center {
  text-align: center;
  width: 100%;
}

.popup__submit {
  display: inline-block;
  width: 374px;
  max-width: 100%;
  height: 49px;
  color: #009dd4;
  font-size: 20px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  border: 0 none;
  background: white;
  border-radius: 3px;
}

.popup__thx {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 1.1;
}

.popup__delimetr {
  margin: 0 -25px;
  border-top: 1px dotted white;
  padding-bottom: 20px;
}

.popup__req {
  color: #ffffff;
  font-size: 14px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  margin-top: -50px;
  margin-bottom: 30px;
}

.popup__req:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  margin-right: 10px;
}

.popup__lock {
  width: 600px;
}

.popup__lock__title {
  padding-top: 20px;
  color: white;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.popup__lock__title:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  top: -120px;
  background: url("../img/assets/popup/lock.png") no-repeat 0 0;
}

.popup ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 850px) {
  .popup__row__item {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
  .popup__content {
    padding: 61px 25px 36px;
  }
  .popup__close {
    width: 20px;
    height: 19px;
    background-size: contain;
  }
}

.portfolio__gallery {
  height: 100%;
  padding: 0;
}

.portfolio__gallery__item {
  display: block;
  box-sizing: border-box;
  background-size: cover;
  float: left;
  position: relative;
  overflow: hidden;
}

.portfolio__gallery__item.hor {
  width: 66.66%;
  height: 33.33%;
}

.portfolio__gallery__item.ver {
  width: 33.33%;
  height: 66.66%;
}

.portfolio__gallery__item.hidden {
  width: 33.33%;
  height: 33.33%;
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
}

.portfolio__gallery__item.title {
  height: 33.33%;
  width: 33.33%;
  padding: 0 96px;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #009dd4 no-repeat 50% 50%;
}

.portfolio__gallery__item.title span {
  display: block;
  position: relative;
  font-family: "movavi_grotesqueblack", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.portfolio__gallery__item.title span:after {
  position: absolute;
  top: 100%;
  margin-top: -5px;
  content: "";
  width: 139px;
  height: 8px;
  left: 0;
  background: white;
}

.portfolio__gallery__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: rgba(0, 157, 212, 0.55);
  color: white;
  padding: 0 17% 0 16%;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio__gallery__title {
  font-size: 30px;
  line-height: 1.1;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 31px;
}

.portfolio__gallery__title:after {
  position: absolute;
  top: 100%;
  margin-top: 0px;
  content: "";
  width: 80px;
  height: 3px;
  left: 0;
  background: white;
}

.portfolio__gallery__text {
  font-size: 18px;
  line-height: 1.2;
}

.portfolio__gallery__img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.portfolio__gallery__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid white;
}

.portfolio__gallery__img img {
  display: block;
  opacity: 0;
}

.portfolio__gallery__name {
  color: #000000;
  font-size: 40px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 1.1;
  position: absolute;
  bottom: 60px;
  left: 60px;
  text-transform: uppercase;
  font-family: "movavi_grotesqueblack", sans-serif;
}

.portfolio__gallery__name:after {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  content: "";
  width: 80px;
  height: 3px;
  left: 0;
  background: black;
}

@media (max-width: 1240px) {
  .portfolio__gallery__item.title {
    padding-left: 30px;
    padding-right: 30px;
  }
  .portfolio__gallery__name {
    left: 30px;
    bottom: 30px;
    font-size: 34px;
  }
  .page_container {
    margin-top: -40px;
  }
  .page_container.portfolio_page {
    height: 1000px;
  }
}

@media (max-width: 850px) {
  .portfolio__gallery__name {
    left: 30px;
  }
  .portfolio__gallery__item {
    width: 100% !important;
  }
  .portfolio__gallery__item.hor {
    width: 100% !important;
  }
  .portfolio__gallery__item.title {
    width: 100% !important;
  }
  .portfolio__gallery__img {
    height: 100%;
    max-height: 490px;
    min-height: 220px;
  }
}

@media (max-width: 500px) {
  .portfolio__gallery__item {
    width: 100% !important;
  }
}

.search {
  background: url("../img/assets/search/search_separator.png") repeat-x 0 0;
  padding-top: 17px;
  padding-bottom: 23px;
  height: 37px;
}

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search__icon {
  width: 74px;
  height: 37px;
  text-indent: -999px;
  background: url("../img/assets/search/search.svg") no-repeat 50% 50%;
  border: 0 none;
  background-size: 22px;
}

.search__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0 none;
  box-sizing: border-box;
  padding-left: 26px;
  margin-right: 1px;
  font-size: 14px;
  line-height: 1.3;
  color: #6b8297;
}

@media (max-width: 1580px) {
  .search__icon {
    min-width: 52px;
  }
}

.search__result .page__left {
  border-right: 2px solid grey;
  height: auto;
  overflow: auto;
}

.search__result .page__right {
  padding-top: 50px;
}

.search__page__title {
  padding: 50px 100px 0;
  color: #000000;
  font-size: 30px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  margin-bottom: 27px;
  text-transform: uppercase;
  position: relative;
}

.search__page__title:after {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  content: "";
  width: 89px;
  height: 3px;
  left: 102px;
  background: black;
}

.search__result__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search__result__item {
  padding: 50px 100px 50px;
  border-top: 2px solid grey;
}

.search__result__item:first-child {
  border-top: 0;
}

.search__result__word {
  font-weight: 900;
}

.search__right {
  margin: 0 36px;
  height: 52px;
  background: #e1e6ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search__right__text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0 none;
  background: transparent;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  padding: 17px 20px;
  font-family: "Roboto", sans-serif;
  color: black;
  width: auto;
  min-width: 0;
}

.search__right__submit {
  text-indent: -9999px;
  width: 40px;
  min-width: 40px;
  height: 56px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 0;
  border: 0 none;
  background: url("../img/assets/search_content/loop.png") no-repeat 50% 50%;
}

@media (max-width: 1240px) {
  .search__result .page__left {
    border: 0 none;
    margin-top: -200px;
  }
  .search__page__title {
    padding-top: 140px;
  }
}

@media (max-width: 850px) {
  .search__page__title {
    padding: 140px 20px 0;
  }
  .search__page__title:after {
    left: 20px;
  }
  .search__result__item {
    padding: 25px 20px 25px;
  }
  .search__right {
    margin: 0 20px;
  }
}

.socs {
  border-right: 1px solid white;
  width: 73px;
}

.socs__list {
  list-style: none;
  padding: 0;
  margin: 46px 0 0;
}

.socs__item {
  text-align: center;
  margin-bottom: 25px;
}

.socs__link {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-decoration: none;
}

.socs__link svg {
  max-width: 100%;
  max-height: 100%;
}

.socs__link svg .fil0 {
  fill: white !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.socs__link:hover svg .fil0 {
  fill: #64d0ed !important;
}

@media (max-width: 1580px) {
  .socs {
    width: 54px;
  }
  .socs__item {
    margin-bottom: 10px;
  }
}

.stages .page__wrap {
  padding-top: 0;
}

.stages__wrap {
  padding: 30px 0 0px;
  margin-bottom: 46px;
}

.stages__title {
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.stages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.stages__item {
  width: 33%;
  min-width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.stages__item__num {
  font-size: 150px;
  line-height: 1;
  color: #009ed4;
  font-weight: 100;
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  text-align: center;
}

.stages__item__content {
  padding-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.stages__item__title {
  text-transform: uppercase;
  color: #009ed4;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.stages__item__text {
  margin-right: 20px;
}

.stages__item__text p {
  margin: 0;
  font-size: 14px;
}

.stages__item__text ul {
  padding: 0;
  margin: 0 0 20px;
}

.stages__item__text ul li {
  list-style: none;
  padding-left: 10px;
  position: relative;
  font-size: 13px;
}

.stages__item__text ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.stages__bottom {
  display: block;
  text-align: center;
}

.stages__bottom__link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: white;
  background: #009ed4;
  font-size: 16px;
  line-height: 1;
  padding: 10px 45px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 300;
}

@media (max-width: 1240px) {
  .stages__item {
    width: 50%;
  }
  .stages__item__title {
    font-size: 26px;
  }
  .stages__item__num {
    font-size: 130px;
    width: 90px;
    min-width: 90px;
    max-width: 90px;
  }
}

@media (max-width: 768px) {
  .stages__item {
    width: 100%;
  }
  .stages__item__title {
    font-size: 24px;
  }
  .stages__item__num {
    font-size: 110px;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
  }
}

.tech__wrap {
  padding: 0 0px;
  margin-bottom: 46px;
}

.tech__title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}

.tech__carousel {
  width: 100%;
  position: relative;
}

.tech__carousel__list {
  width: 100%;
  min-height: 100px;
}

.tech__carousel__item {
  background: no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.tech__carousel__item img {
  max-width: 100%;
  width: auto !important;
  display: block;
  opacity: 0;
}

.tech__carousel__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid white;
}

.works_content {
  height: 100%;
  overflow: auto;
}

.works_content_wrap {
  height: 100vh;
  position: relative;
}

.works_container {
  height: 100%;
}

.works__item {
  position: relative;
  float: left;
}

.works__item:hover .works__item__descr {
  opacity: 1;
}

.works__item__img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: no-repeat 50% 50%;
  background-size: cover;
}

.works__item__img img {
  opacity: 0;
  display: block;
  width: 100%;
}

.works__item__img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid white;
}

.works__item__descr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  background: rgba(0, 158, 212, 0.54);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.works__item__title {
  color: #ffffff;
  font-size: 28px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 1;
  position: relative;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.works__item__title:after {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  content: "";
  width: 101px;
  height: 4px;
  background: white;
}

.works__item__text {
  color: #ffffff;
  font-size: 16px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  margin-bottom: 16px;
}

.works__item__text:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
}

.works__item__add {
  color: #cdcdcd;
  font-size: 15px;
  margin-bottom: 20px;
}

.works__item__link a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 500;
  line-height: 1;
  padding: 12px 60px 12px;
  border: 1px solid white;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
}

@media (max-width: 1550px) {
  .works__item__text {
    font-size: 15px;
  }
  .works__item__link a {
    font-size: 16px;
  }
  .works__item__title {
    font-size: 28px;
    margin-bottom: 28px;
  }
}

@media (max-width: 1240px) {
  .works_content {
    overflow: visible;
  }
  .works__item {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .works__item {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .works__item__img {
    background-image: none !important;
  }
  .works__item__img img {
    opacity: 1;
    display: block;
    width: 100%;
  }
}

.magnific__close {
  position: absolute;
  top: 40px;
  right: -55px !important;
  left: auto;
  width: 35px !important;
  height: 35px !important;
  background: url("../img/assets/works_content/popup_close.png") no-repeat 0 0;
  background-size: contain;
  padding: 0;
}

.magnific_right:after {
  left: auto;
  right: 10px;
  margin: 0;
  width: 42px;
  height: 43px;
  border: 0 none;
  background: url("../img/assets/works_content/arrows.png") no-repeat 100% 0;
  background-size: 110px;
}

.magnific_right:before {
  display: none;
}

.magnific_left:after {
  left: 10px;
  margin: 0;
  width: 42px;
  height: 43px;
  border: 0 none;
  background: url("../img/assets/works_content/arrows.png") no-repeat 0 0;
  background-size: 110px;
}

.magnific_left:before {
  display: none;
}

.page .mfp-container {
  padding: 0 60px;
}

.stages .page__wrap {
  padding-top: 0;
}

.stages__wrap {
  padding: 30px 0 0px;
  margin-bottom: 46px;
}

.stages__title {
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.stages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.stages__item {
  width: 33%;
  min-width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.stages__item__num {
  font-size: 150px;
  line-height: 1;
  color: #009ed4;
  font-weight: 100;
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  text-align: center;
}

.stages__item__content {
  padding-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.stages__item__title {
  text-transform: uppercase;
  color: #009ed4;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.stages__item__text {
  margin-right: 20px;
}

.stages__item__text p {
  margin: 0;
  font-size: 14px;
}

.stages__item__text ul {
  padding: 0;
  margin: 0 0 20px;
}

.stages__item__text ul li {
  list-style: none;
  padding-left: 10px;
  position: relative;
  font-size: 13px;
}

.stages__item__text ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.stages__bottom {
  display: block;
  text-align: center;
}

.stages__bottom__link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: white;
  background: #009ed4;
  font-size: 16px;
  line-height: 1;
  padding: 10px 45px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 300;
}

@media (max-width: 1240px) {
  .stages__item {
    width: 50%;
  }
  .stages__item__title {
    font-size: 26px;
  }
  .stages__item__num {
    font-size: 130px;
    width: 90px;
    min-width: 90px;
    max-width: 90px;
  }
}

@media (max-width: 768px) {
  .stages__item {
    width: 100%;
  }
  .stages__item__title {
    font-size: 24px;
  }
  .stages__item__num {
    font-size: 110px;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
  }
}
