/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/helvetica/helvetica-bold/HelveticaBold.eot");
  src: url("../fonts/helvetica/helvetica-bold/HelveticaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helvetica-bold/HelveticaBold.woff") format("woff"), url("../fonts/helvetica/helvetica-bold/HelveticaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/helvetica/helvetica-regular/HelveticaRegular.eot");
  src: url("../fonts/helvetica/helvetica-regular/HelveticaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helvetica-regular/HelveticaRegular.woff") format("woff"), url("../fonts/helvetica/helvetica-regular/HelveticaRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica_neue/helvetica_neue-regular/HelveticaNeueCyr-Roman.eot");
  src: url("../fonts/helvetica_neue/helvetica_neue-regular/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica_neue/helvetica_neue-regular/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/helvetica_neue/helvetica_neue-regular/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica_neue_light/HelveticaNeueCyr-Light.eot");
  src: url("../fonts/helvetica_neue_light/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica_neue_light/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/helvetica_neue_light/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

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

body {
  background-color: #fff;
  color: #020202;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  color: #030303;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 64px;
  line-height: 1.12; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 52px;
      line-height: 1.2; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-size: 52px;
  line-height: 1.19; }
  @media (max-width: 1023px) {
    h2 {
      font-size: 36px;
      line-height: 1.28; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 24px;
      line-height: 1.42; } }

h3 {
  font-size: 36px;
  line-height: 1; }
  @media (max-width: 1023px) {
    h3 {
      font-size: 24px;
      line-height: 1.2; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase; }
  @media (max-width: 1023px) {
    h4 {
      line-height: 1.33; } }
  @media (max-width: 767px) {
    h4 {
      font-size: 16px;
      line-height: 1.2; } }

h5 {
  font-size: 16px;
  line-height: 1.2; }

h6 {
  font-size: 14px;
  line-height: 1; }

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

hr {
  overflow: hidden;
  height: 1px;
  background: #fff;
  border: 0;
  margin: 30px 0; }

q,
blockquote {
  text-align: center;
  display: block; }

strong,
b {
  font-weight: 700; }

a {
  color: #276cf2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none; }
  a.button {
    text-decoration: none; }
    a.button:hover {
      text-decoration: none; }

a:hover {
  text-decoration: none;
  opacity: .8; }

[class*="icon-"] {
  display: inline-block;
  vertical-align: top; }

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

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

.default-list li {
  position: relative;
  padding-left: 10px; }
  .default-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #030303;
    border-radius: 50%; }

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

ol {
  margin: 0;
  padding: 0;
  list-style: none; }

li {
  list-style-type: none; }

.static-content ol {
  margin-bottom: 15px; }

.static-content ul {
  margin-bottom: 15px; }
  .static-content ul li {
    position: relative;
    padding-left: 24px; }
    .static-content ul li:before {
      position: absolute;
      content: '';
      left: 0;
      top: 10px;
      width: 3px;
      height: 3px;
      background: #030303;
      border-radius: 50%; }

.static-content li {
  font-size: 14px;
  line-height: 1.75; }

.static-content table {
  margin-bottom: 25px;
  width: 100%;
  border-spacing: 0px; }
  .static-content table thead {
    background-color: #276cf2; }
    .static-content table thead th {
      padding: 10px 20px;
      color: #fff; }
      .static-content table thead th:first-child {
        text-align: left; }
  .static-content table tbody {
    background-color: rgba(59, 61, 64, 0.3); }
    .static-content table tbody td {
      padding: 5px;
      text-align: center;
      font-size: 20px; }
      .static-content table tbody td:first-child {
        padding: 5px 20px;
        text-align: left; }

ol {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item; }
  ol li {
    display: block;
    position: relative; }
    ol li:before {
      content: counters(item, ".") ". ";
      counter-increment: item;
      display: inline;
      vertical-align: top;
      font-weight: 700; }

.upper {
  text-transform: uppercase; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/*!
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.x
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */
#jr_overlay {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2147483646;
  position: absolute; }

#jr_wrap {
  position: absolute;
  width: 100%;
  z-index: 2147483647;
  padding: 0;
  margin: 0; }

#jr_inner {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #FFF;
  border: 1px solid #CCC;
  color: #4F4F4F;
  margin: 0 auto;
  height: auto;
  padding: 20px;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

#jr_header {
  display: block;
  color: #333;
  padding: 5px;
  padding-bottom: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0.5em; }

#jr_inner p {
  padding: 5px;
  line-height: 20px;
  font-size: 14px;
  margin: 0; }

#jr_inner ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 15px 0; }
  #jr_inner ul:after {
    content: '';
    display: block;
    clear: both; }

#jr_inner ul li {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 122px;
  margin: 0 10px 10px 10px;
  padding: 0;
  text-align: center; }

#jr_inner li a {
  color: #333;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0;
  margin: 0; }

#jr_inner li a:hover {
  text-decoration: underline; }

#jr_inner .jr_icon {
  width: 100px;
  height: 100px;
  margin: 1px auto;
  padding: 0;
  background: transparent no-repeat center;
  background-size: 80px 80px;
  cursor: pointer; }

#jr_close {
  clear: both;
  padding: 0;
  margin: 0; }

#jr_close a {
  color: #000;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline; }

#jr_close p {
  padding: 10px 0 0 0;
  margin: 0; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  text-align: center;
  font-size: 0;
  line-height: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
    .slick-dots li.slick-active button {
      opacity: 1;
      background: #276cf2; }
  .slick-dots button {
    width: 18px;
    height: 3px;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #276cf2;
    opacity: 0.2; }

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

html {
  height: 100%; }

body {
  height: 100%;
  min-width: 320px; }

.wrapper {
  min-height: 100%;
  overflow: hidden; }

.container {
  padding: 0 15px;
  max-width: 1170px;
  margin: 0 auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 1023px) {
    .container {
      padding: 0 44px; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 20px; } }

button,
.btn {
  text-align: center;
  vertical-align: top;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  padding: 14px 10px;
  background-color: #276cf2;
  color: #fff;
  border: 0;
  border-radius: 8px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  display: block;
  letter-spacing: 1px;
  cursor: pointer; }
  button:hover, button.active,
  .btn:hover,
  .btn.active {
    color: #fff;
    background-color: #276cf2;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
    opacity: 1; }
  button:focus,
  .btn:focus {
    outline: none;
    background-color: #7fbfff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32); }
  button.disabled, button[disabled="disabled"], button[disabled],
  .btn.disabled,
  .btn[disabled="disabled"],
  .btn[disabled] {
    background-color: #dddddd;
    color: #fff;
    cursor: not-allowed; }
    button.disabled:hover, button[disabled="disabled"]:hover, button[disabled]:hover,
    .btn.disabled:hover,
    .btn[disabled="disabled"]:hover,
    .btn[disabled]:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
  @media (max-width: 1023px) {
    button:hover,
    .btn:hover {
      background-color: #276cf2;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  button--border-blue,
  .btn--border-blue {
    border: 1px solid #276cf2;
    color: #276cf2;
    background-color: transparent;
    padding: 13px 10px; }
    button--border-blue:hover, button--border-blue.active,
    .btn--border-blue:hover,
    .btn--border-blue.active {
      color: #276cf2;
      background-color: #fff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
      opacity: 1; }
    button--border-blue:focus,
    .btn--border-blue:focus {
      color: #7fbfff;
      background-color: transparent; }
    @media (max-width: 1023px) {
      button--border-blue:hover,
      .btn--border-blue:hover {
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none; } }
  button--border-white,
  .btn--border-white {
    border: 1px solid #fff;
    background-color: transparent;
    padding: 13px 10px; }
    button--border-white:hover, button--border-white.active,
    .btn--border-white:hover,
    .btn--border-white.active {
      color: #276cf2;
      background-color: #fff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
      opacity: 1;
      border: solid 1px #276cf2; }
    button--border-white:focus,
    .btn--border-white:focus {
      border: solid 1px #7fbfff;
      color: #7fbfff; }
    @media (max-width: 1023px) {
      button--border-white:hover,
      .btn--border-white:hover {
        color: #fff;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-color: #fff; } }
  button--black,
  .btn--black {
    background-color: #020202;
    text-transform: uppercase;
    font-size: 12px;
    padding: 18px 10px; }
    @media (max-width: 1023px) {
      button--black:hover,
      .btn--black:hover {
        background-color: #020202; } }

.checkbox {
  display: inline-block;
  cursor: pointer; }
  .checkbox > span {
    padding-left: 32px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #020202;
    cursor: pointer; }
    .checkbox > span:before, .checkbox > span:after {
      position: absolute;
      content: '';
      -webkit-transition: all .3s linear;
      transition: all .3s linear; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
    .checkbox input[type="checkbox"]:not(:checked) + span::before {
      top: -1px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 1px solid #030303; }
    .checkbox input[type="checkbox"]:not(:checked) + span::after {
      opacity: 0; }
    .checkbox input[type="checkbox"]:checked + span::before {
      top: -1px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: #276cf2;
      border: 2px solid #276cf2; }
    .checkbox input[type="checkbox"]:checked + span::after {
      top: 4px;
      left: 5px;
      width: 11px;
      height: 7px;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      opacity: 1; }
    .checkbox input[type="checkbox"]:disabled + span {
      color: rgba(3, 3, 3, 0.3); }
      .checkbox input[type="checkbox"]:disabled + span::before {
        border-color: rgba(3, 3, 3, 0.3); }

.fancybox-slide > * {
  padding: 0;
  margin: 0; }

.fancybox-bg {
  background: rgba(0, 0, 0, 0.6); }

@media (max-width: 1023px) {
  .fancybox-slide:before {
    margin: 0; } }

.fancybox-slide--html {
  padding: 0; }

.fancybox-can-drag .fancybox-content {
  margin-bottom: 0; }

.fancybox-close-small {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  top: 28px;
  right: 30px;
  width: 29px;
  height: 29px; }
  .fancybox-close-small svg {
    display: none; }
  .fancybox-close-small::before, .fancybox-close-small::after {
    position: absolute;
    content: '';
    background-color: #020202;
    width: 37px;
    height: 2px;
    top: 50%;
    left: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 2px; }
  .fancybox-close-small::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .fancybox-close-small::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .fancybox-close-small:hover {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .fancybox-close-small:hover::before, .fancybox-close-small:hover::after {
      background-color: #db0606; }
  @media (max-width: 767px) {
    .fancybox-close-small {
      width: 21px;
      height: 21px;
      top: 9px;
      right: 11px; }
      .fancybox-close-small::before, .fancybox-close-small::after {
        height: 1px;
        width: 21px; } }

.icon-customer-center {
  width: 576px;
  height: 461px; }
  @media (max-width: 1023px) {
    .icon-customer-center {
      width: 280px;
      height: 230px; } }

.icon-logo-footer {
  width: 163px;
  height: 48px; }

.icon-letter {
  width: 20px;
  height: 16px; }

.icon-phone {
  width: 16px;
  height: 25px; }

.icon-finished-product {
  width: 55px;
  height: 55px;
  fill: #fff; }

.icon-engineer {
  width: 55px;
  height: 55px;
  fill: #fff; }

.icon-like {
  width: 55px;
  height: 55px;
  fill: #fff; }

.icon-logo {
  width: 244px;
  height: 70px; }
  @media (max-width: 1023px) {
    .icon-logo {
      width: 122px;
      height: 35px; } }

.icon-customer-web-center {
  width: 31px;
  height: 22px;
  fill: #276cf2;
  -webkit-transition: all .3s;
  transition: all .3s; }

.icon-store-module {
  width: 67px;
  height: 67px; }

.icon-bms {
  width: 67px;
  height: 67px; }

.icon-lms {
  width: 67px;
  height: 67px; }

.icon-workshop {
  width: 67px;
  height: 67px; }

.icon-scaning {
  width: 67px;
  height: 67px; }

.icon-catalog {
  width: 67px;
  height: 67px; }

.icon-ru {
  width: 20px;
  height: 22px; }

.icon-en {
  width: 20px;
  height: 22px; }

.icon-logo-footer {
  fill: #fff; }

.icon-desktop {
  width: 45px;
  height: 45px; }

.icon-web {
  width: 45px;
  height: 45px; }

.icon-mobile {
  width: 45px;
  height: 45px; }

.icon-part {
  width: 67px;
  height: 67px; }

.icon-defect-registration {
  width: 67px;
  height: 67px; }

.icon-illustrated {
  width: 67px;
  height: 67px; }

textarea,
select,
input {
  background-color: rgba(255, 255, 255, 0.43);
  border: none;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  padding: 11px 15px 12px 23px;
  width: 100%;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 4px;
  outline: none; }
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    color: #fff; }
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  input:-ms-input-placeholder {
    color: #fff; }
  textarea::placeholder,
  select::placeholder,
  input::placeholder {
    color: #fff;
    opacity: 1; }
  textarea:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  input:focus::-webkit-input-placeholder {
    color: transparent; }
  textarea:focus:-ms-input-placeholder,
  select:focus:-ms-input-placeholder,
  input:focus:-ms-input-placeholder {
    color: transparent; }
  textarea:focus::placeholder,
  select:focus::placeholder,
  input:focus::placeholder {
    color: transparent; }
  @media (max-width: 1023px) {
    textarea,
    select,
    input {
      font-size: 18px;
      padding: 12px 15px 13px 20px; } }
  @media (max-width: 767px) {
    textarea,
    select,
    input {
      font-size: 14px;
      padding: 15px 15px 14px 15px; } }
  textarea:focus,
  select:focus,
  input:focus {
    background-color: #fff;
    color: #020202; }
  textarea.disabled, textarea[disabled="disabled"], textarea[disabled],
  select.disabled,
  select[disabled="disabled"],
  select[disabled],
  input.disabled,
  input[disabled="disabled"],
  input[disabled] {
    background-color: #f3f3f3; }

textarea {
  height: 90px;
  resize: none; }
  @media (max-width: 767px) {
    textarea {
      height: 45px; } }

input[type="file"] {
  display: none; }
  input[type="file"] + label {
    display: block;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 25px 15px;
    color: #969696;
    text-align: center;
    border: 1px dashed #c4c4c4;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    input[type="file"] + label:hover {
      border-color: #696969;
      background: #e9e9e9; }

.radio {
  display: inline-block;
  cursor: pointer; }
  .radio > span {
    padding-left: 32px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer; }
    .radio > span:before, .radio > span:after {
      content: '';
      position: absolute;
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
      border-radius: 50%; }
  .radio input[type="radio"] {
    position: absolute;
    left: -9999px; }
    .radio input[type="radio"]:not(:checked) + span::before {
      top: 2px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 1px solid #030303; }
    .radio input[type="radio"]:not(:checked) + span::after {
      opacity: 0; }
    .radio input[type="radio"]:checked + span::before {
      top: 2px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 1px solid #276cf2; }
    .radio input[type="radio"]:checked + span::after {
      top: 7px;
      left: 5px;
      width: 10px;
      height: 10px;
      background-color: #276cf2;
      opacity: 1; }
    .radio input[type="radio"]:disabled + span {
      color: rgba(59, 61, 64, 0.7); }
      .radio input[type="radio"]:disabled + span::before {
        border-color: rgba(59, 61, 64, 0.7); }

select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  background-color: rgba(255, 255, 255, 0.43);
  cursor: pointer;
  position: relative; }
  select:focus {
    outline: none; }

.default-select {
  display: block;
  position: relative; }
  .default-select::before {
    content: '';
    position: absolute;
    top: 40%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 15px;
    width: 9px;
    height: 9px;
    border-left: 2px solid #434343;
    border-bottom: 2px solid #434343;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1; }
  .default-select:hover::before {
    border-color: #fff; }

.slick-slide {
  outline: none; }

.slick-arrow {
  position: absolute;
  font-size: 0;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  background: transparent;
  height: 32px;
  width: 32px;
  -webkit-tap-highlight-color: transparent; }
  .slick-arrow::before, .slick-arrow::after {
    position: absolute;
    content: '';
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus {
    background-color: transparent;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .slick-arrow:hover::before, .slick-arrow:hover::after, .slick-arrow:active::before, .slick-arrow:active::after, .slick-arrow:focus::before, .slick-arrow:focus::after {
      border-color: #276cf2; }

.slick-next {
  right: 0; }
  .slick-next::before {
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    width: 16px;
    height: 16px;
    background-color: transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .slick-next::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4px;
    border-bottom: 2px solid #fff;
    height: 2px;
    width: 29px; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: transparent;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .slick-prev::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 4px;
    height: 2px;
    border-bottom: 2px solid #fff;
    width: 29px; }

.slick-disabled::before, .slick-disabled::after {
  border-color: #727272; }

.spinner {
  border: 2px solid #000;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 13px;
  width: 122px;
  border-radius: 5px; }
  .spinner__minus {
    display: inline-block;
    vertical-align: middle;
    fill: blue; }
  .spinner__plus {
    display: inline-block;
    vertical-align: middle;
    fill: blue; }
  .spinner__text {
    color: #000;
    font: 700 16px Arial, Helvetica, sans-serif;
    padding: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    text-align: center; }

.advantages {
  padding: 128px 0 90px; }
  @media (max-width: 1023px) {
    .advantages {
      padding: 80px 0 20px; } }
  @media (max-width: 767px) {
    .advantages {
      padding: 60px 0 10px; } }
  .advantages__caption {
    padding-bottom: 24px;
    text-align: center;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .advantages__caption {
        padding-bottom: 12px; } }
  .advantages__descr {
    line-height: 1.5;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    display: block;
    padding-bottom: 39px; }
    @media (max-width: 767px) {
      .advantages__descr {
        font-size: 14px;
        line-height: 1.74;
        padding-bottom: 29px; } }
  .advantages__btn-wrapp {
    width: 233px;
    margin: 0 auto;
    padding-bottom: 17px; }
    @media (max-width: 1023px) {
      .advantages__btn-wrapp {
        padding-bottom: 60px; } }
    @media (max-width: 767px) {
      .advantages__btn-wrapp {
        width: 280px;
        padding-bottom: 50px; } }
  .advantages__list {
    letter-spacing: -.36em;
    margin: 0 -15px;
    height: 250px; }
    @media (max-width: 1100px) {
      .advantages__list {
        height: 270px; } }
    .advantages__list:before {
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      content: ''; }
    @media (max-width: 1023px) {
      .advantages__list {
        overflow-x: scroll;
        white-space: nowrap;
        height: auto;
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .advantages__list {
        overflow: visible;
        white-space: normal; } }
  .advantages__item {
    display: inline-block;
    letter-spacing: normal;
    width: 33.33%;
    vertical-align: middle;
    padding: 0 15px; }
    @media (max-width: 1023px) {
      .advantages__item {
        width: 360px;
        white-space: normal; } }
    @media (max-width: 767px) {
      .advantages__item {
        width: 100%;
        padding-bottom: 30px; }
        .advantages__item:last-child {
          padding-bottom: 0; } }
    .advantages__item-top {
      letter-spacing: -.36em; }
    .advantages__item-bott {
      display: block;
      opacity: 0;
      -webkit-transition: all .4s;
      transition: all .4s;
      font-size: 14px;
      line-height: 1.71; }
      @media (max-width: 1023px) {
        .advantages__item-bott {
          opacity: 1;
          color: #020202; } }
      @media (max-width: 767px) {
        .advantages__item-bott {
          font-size: 12px;
          line-height: 1.83;
          text-align: center; } }
  .advantages__inner {
    background-color: #3b3d40;
    padding: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 5px;
    height: 144px;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .advantages__inner {
        height: 250px;
        overflow: visible;
        padding: 20px 30px;
        background-color: #fff;
        color: #020202;
        -webkit-box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19);
                box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19); } }
    @media (max-width: 767px) {
      .advantages__inner {
        height: auto;
        padding: 20px; } }
    .advantages__inner:hover {
      background-color: #fff;
      -webkit-box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19);
              box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19);
      -webkit-transition: all .4s;
      transition: all .4s;
      height: 250px; }
      @media (max-width: 1100px) {
        .advantages__inner:hover {
          height: 270px; } }
      .advantages__inner:hover .advantages__title {
        color: #020202;
        -webkit-transition: all .4s;
        transition: all .4s;
        padding-left: 0;
        margin-left: -55px;
        padding-right: 40px; }
      .advantages__inner:hover .advantages__item-bott {
        opacity: 1;
        -webkit-transition: all .4s;
        transition: all .4s; }
      .advantages__inner:hover .advantages__icon {
        opacity: 0;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        -webkit-transition: all .4s;
        transition: all .4s; }
    @media (max-width: 1023px) {
      .advantages__inner:hover {
        height: 250px; }
        .advantages__inner:hover .advantages__title {
          margin-left: 0;
          padding-right: 0; }
        .advantages__inner:hover .advantages__icon {
          display: none; } }
  .advantages__title {
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    display: inline-block;
    letter-spacing: normal;
    width: calc(100% - 55px);
    vertical-align: middle;
    padding-left: 30px;
    line-height: 1.56;
    padding-bottom: 6px; }
    @media (max-width: 1023px) {
      .advantages__title {
        padding-left: 0;
        width: 100%;
        color: #020202; } }
    @media (max-width: 767px) {
      .advantages__title {
        font-size: 12px;
        line-height: 1.87;
        text-align: center;
        padding-bottom: 13px; } }
  .advantages__icon {
    display: inline-block;
    width: 55px;
    vertical-align: top;
    -webkit-transition: all .6s;
    transition: all .6s; }
    @media (max-width: 1023px) {
      .advantages__icon {
        display: none; } }

.application {
  padding-top: 77px;
  padding-bottom: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1; }
  @media (max-width: 1023px) {
    .application {
      padding-top: 68px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .application {
      padding-top: 49px;
      padding-bottom: 49px; } }
  .application::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(3, 3, 3, 0.7); }
  .application--job {
    background-position: 50% 31%; }
    .application--job .application__header {
      margin-bottom: 49px; }
      @media (max-width: 1023px) {
        .application--job .application__header {
          margin-bottom: 32px; } }
    .application--job .application__title {
      font-size: 36px;
      line-height: 1.28;
      letter-spacing: -1px;
      max-width: 800px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .application--job .application__title {
          font-size: 24px;
          line-height: 1.42; } }
    .application--job .application__body {
      max-width: 558px; }
    .application--job .application__form-message {
      height: 45px;
      padding: 15.5px 15px 9.5px 23px; }
      .application--job .application__form-message:focus {
        padding: 12.5px 15px 9.5px 23px; }
      .application--job .application__form-message.change {
        padding: 12.5px 15px 9.5px 23px; }
    .application--job .application__form-row:last-child {
      padding-top: 50px; }
      @media (max-width: 1023px) {
        .application--job .application__form-row:last-child {
          padding-top: 40px; } }
      @media (max-width: 767px) {
        .application--job .application__form-row:last-child {
          padding-top: 29px; } }
    .application--job .application__load {
      margin-top: -10px;
      text-align: center; }
      @media (max-width: 767px) {
        .application--job .application__load {
          margin-top: 0;
          text-align: left; } }
      .application--job .application__load-item {
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        font-size: 16px;
        line-height: 1;
        font-family: "Helvetica", Arial, sans-serif;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        color: #276cf2; }
        @media (max-width: 767px) {
          .application--job .application__load-item {
            font-size: 12px;
            text-transform: uppercase;
            line-height: 1.67; } }
        .application--job .application__load-item span {
          border-bottom: 1px solid #276cf2;
          -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
        .application--job .application__load-item:hover {
          opacity: 0.8; }
          .application--job .application__load-item:hover span {
            border-bottom-color: transparent; }
    .application--job .application__form-btn {
      padding: 13px 10px; }
  @media (max-width: 1023px) {
    .application--small {
      padding-top: 53px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .application--small {
      padding-top: 58px; } }
  .application--small .application__header {
    margin-bottom: 34px; }
    @media (max-width: 1023px) {
      .application--small .application__header {
        margin-bottom: 27px; } }
    @media (max-width: 767px) {
      .application--small .application__header {
        margin-bottom: 22px; } }
  .application--small .application__title {
    margin-bottom: 0;
    text-align: center; }
  @media (max-width: 767px) {
    .application--small .application__btn {
      width: 100%; } }
  .application__header {
    margin-bottom: 53px;
    text-align: center; }
    @media (max-width: 1023px) {
      .application__header {
        margin-bottom: 33px; } }
    @media (max-width: 767px) {
      .application__header {
        margin-bottom: 30px;
        text-align: left; } }
  .application__title {
    margin-bottom: 13px;
    color: #fff; }
    @media (max-width: 1023px) {
      .application__title {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .application__title {
        margin-bottom: 14px; } }
  .application__desc {
    margin: 0 auto 20px;
    max-width: 410px;
    color: #fff; }
    @media (max-width: 767px) {
      .application__desc {
        font-size: 14px;
        line-height: 1.71; } }
  .application__body {
    margin: 0 auto;
    max-width: 556px; }
  .application__form-row:not(:last-child) {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .application__form-row:not(:last-child) {
        margin-bottom: 20px; } }
  .application__form-row--multi {
    margin: 0 -15px;
    letter-spacing: -.36em; }
    @media (max-width: 767px) {
      .application__form-row--multi {
        margin: 0;
        letter-spacing: normal; } }
  .application__form-row:last-child {
    padding-top: 20px; }
    @media (max-width: 1023px) {
      .application__form-row:last-child {
        padding-top: 11px; } }
    @media (max-width: 767px) {
      .application__form-row:last-child {
        padding-top: 20px; } }
  .application__form-col {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    letter-spacing: normal; }
    @media (max-width: 767px) {
      .application__form-col {
        padding: 0;
        width: auto;
        display: block; } }
    @media (max-width: 767px) {
      .application__form-col:not(:last-child) {
        margin-bottom: 20px; } }
  .application__form-input {
    font-size: 20px;
    padding: 0 15px 3px 23px;
    height: 45px; }
    .application__form-input::-webkit-input-placeholder {
      font-size: 14px; }
    .application__form-input:-ms-input-placeholder {
      font-size: 14px; }
    .application__form-input::placeholder {
      font-size: 14px; }
  .application__form-message {
    font-size: 20px;
    padding: 15.5px 15px 13.5px 23px; }
    .application__form-message::-webkit-input-placeholder {
      font-size: 14px; }
    .application__form-message:-ms-input-placeholder {
      font-size: 14px; }
    .application__form-message::placeholder {
      font-size: 14px; }
  .application__form-btn {
    margin: 0 auto;
    width: 235px;
    border: 1px solid #276cf2; }
    .application__form-btn:hover {
      background-color: transparent;
      border-color: #fff; }
    @media (max-width: 1023px) {
      .application__form-btn:hover {
        background-color: #276cf2;
        border-color: #276cf2; } }
    @media (max-width: 767px) {
      .application__form-btn {
        width: 100%;
        max-width: 320px; } }
  .application__form .change {
    background-color: #fff;
    font-size: 20px;
    color: #000; }
  .application__btn {
    margin: 0 auto;
    width: 235px;
    border: 1px solid #276cf2; }
    .application__btn:hover {
      background-color: transparent;
      border-color: #fff; }
    @media (max-width: 1023px) {
      .application__btn:hover {
        background-color: #276cf2;
        border-color: #276cf2; } }

.business {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 386px;
  position: relative;
  z-index: 1; }
  .business::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1; }
  @media (max-width: 1023px) {
    .business {
      height: 272px; } }
  @media (max-width: 767px) {
    .business {
      height: 230px; } }
  .business-wrap {
    padding-bottom: 100px; }
    @media (max-width: 1023px) {
      .business-wrap {
        padding-bottom: 80px; } }
    @media (max-width: 767px) {
      .business-wrap {
        padding-bottom: 60px; } }
  .business__holder {
    display: table;
    width: 100%;
    height: 100%; }
  .business__inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center; }
  .business__head {
    margin: 0 auto;
    padding-bottom: 50px; }
    .business__head--small {
      max-width: 503px; }
    @media (max-width: 1023px) {
      .business__head {
        padding-bottom: 27px; } }
    @media (max-width: 767px) {
      .business__head {
        padding-bottom: 17px; } }
  .business__title {
    color: #fff; }
    @media (max-width: 1023px) {
      .business__title {
        line-height: 1.3; } }
  .business__btn-box {
    max-width: 235px;
    margin: 0 auto; }
    @media (max-width: 479px) {
      .business__btn-box {
        max-width: none; } }

.cards {
  padding: 6px 0 70px; }
  @media (max-width: 1023px) {
    .cards {
      padding: 27px 26px 47px; } }
  @media (max-width: 767px) {
    .cards {
      padding: 0px 0 47px;
      margin-top: -3px; } }
  .cards__caption {
    display: block;
    font-size: 52px;
    line-height: 1.19;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: bold;
    color: #030303;
    padding-bottom: 54px; }
    @media (max-width: 1023px) {
      .cards__caption {
        font-size: 36px;
        line-height: 1.28; } }
    @media (max-width: 767px) {
      .cards__caption {
        font-size: 24px;
        line-height: 1.42;
        padding-bottom: 30px; } }
  .cards__holder {
    letter-spacing: -.36em;
    margin: 0 -15px;
    position: relative; }
  .cards__item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 0 15px;
    letter-spacing: normal;
    height: 167px;
    margin-bottom: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer; }
    .cards__item:hover .cards__inner {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 290px;
      -webkit-box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19);
              box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19);
      background-color: #fff;
      margin: 0;
      border-radius: 4px;
      padding: 17px 10px;
      cursor: auto;
      z-index: 1;
      -webkit-transition: height .3s ease-in-out;
      transition: height .3s ease-in-out; }
      @media (max-width: 1366px) {
        .cards__item:hover .cards__inner {
          height: 315px; } }
    .cards__item:hover .cards__title {
      color: #020202;
      line-height: 1.56;
      font-size: 18px;
      font-weight: 700;
      font-family: "Helvetica", Arial, sans-serif;
      text-transform: uppercase; }
    .cards__item:hover .cards__icon {
      opacity: 0;
      width: 0;
      height: 0; }
    .cards__item:hover .cards__descr {
      color: #020202;
      opacity: 1; }
    .cards__item:hover .cards__link {
      opacity: 1; }
    @media (max-width: 1023px) {
      .cards__item {
        width: 50%;
        height: 276px; }
        .cards__item:hover {
          height: 276px; }
          .cards__item:hover .cards__inner {
            left: 15px;
            right: 15px;
            height: 276px;
            -webkit-box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19);
                    box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19);
            background-color: #fff;
            margin: 0;
            border-radius: 4px;
            padding: 27px 10px 17px; } }
    @media (max-width: 767px) {
      .cards__item {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
        .cards__item:hover {
          height: auto; }
          .cards__item:hover .cards__inner {
            position: static;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none;
            height: auto;
            padding: 0;
            -webkit-box-shadow: none;
                    box-shadow: none;
            border-radius: 0;
            background-color: transparent; }
          .cards__item:hover .cards__title {
            font-size: 14px;
            line-height: 1;
            color: #276cf2;
            border-bottom: 1px solid #276cf2; }
          .cards__item:hover .cards__head {
            cursor: pointer; } }
  .cards__inner {
    padding: 30px 20px;
    overflow: hidden;
    background-color: #3b3d40;
    border-radius: 8px;
    height: 167px;
    position: relative; }
    @media (max-width: 1366px) {
      .cards__inner {
        padding: 30px 15px; } }
    @media (max-width: 1023px) {
      .cards__inner {
        height: 276px;
        -webkit-box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19);
                box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19);
        background-color: #fff;
        margin: 0;
        border-radius: 4px;
        padding: 27px 10px 17px; } }
    @media (max-width: 767px) {
      .cards__inner {
        height: auto;
        padding: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0;
        background-color: transparent; } }
  @media (max-width: 767px) {
    .cards__head {
      position: relative;
      line-height: 1.2;
      padding-right: 25px; }
      .cards__head::before {
        content: '';
        position: absolute;
        top: 7px;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 0 6.5px 15px;
        border-color: transparent transparent transparent #276cf2;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .cards__head.active::before {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); } }
  @media (max-width: 767px) {
    .cards__content {
      display: none;
      padding-bottom: 17px; } }
  .cards__icon {
    display: block;
    text-align: center; }
    @media (max-width: 1023px) {
      .cards__icon {
        display: none; } }
  .cards__title {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.71;
    padding-bottom: 6px;
    color: #fff; }
    @media (max-width: 1023px) {
      .cards__title {
        color: #020202;
        line-height: 1.56;
        font-size: 18px;
        font-weight: 700;
        font-family: "Helvetica", Arial, sans-serif;
        text-transform: uppercase; } }
    @media (max-width: 767px) {
      .cards__title {
        font-size: 14px;
        line-height: 1;
        color: #276cf2;
        display: inline;
        border-bottom: 1px solid #276cf2;
        padding-bottom: 0; } }
  .cards__icon {
    padding-bottom: 12px; }
    .cards__icon [class*="icon-"] {
      fill: #fff;
      width: 50px;
      height: 50px; }
  .cards__descr {
    font-size: 14px;
    opacity: 0;
    display: block;
    text-align: center;
    line-height: 1.71; }
    @media (max-width: 1023px) {
      .cards__descr {
        opacity: 1; } }
    @media (max-width: 767px) {
      .cards__descr {
        text-align: left;
        padding: 14px 25px 28px 0; } }
  .cards__btn-box {
    text-align: center;
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 767px) {
      .cards__btn-box {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .cards__link {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    color: #085bff;
    opacity: 0;
    position: relative;
    padding-right: 14px;
    -webkit-transition: none;
    transition: none; }
    .cards__link:before {
      position: absolute;
      content: '';
      width: 7px;
      height: 7px;
      border-bottom: 2px solid #085bff;
      border-left: 2px solid #085bff;
      top: 5px;
      right: 0;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg);
      -webkit-transition: all .3s;
      transition: all .3s; }
    .cards__link:hover {
      color: #020202;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .cards__link:hover:before {
        border-color: #020202;
        -webkit-transition: all .3s;
        transition: all .3s; }
    @media (max-width: 1023px) {
      .cards__link {
        opacity: 1; } }
    @media (max-width: 767px) {
      .cards__link {
        width: 100%;
        border: 1px solid #276cf2;
        border-radius: 8px;
        padding: 13px 10px;
        background-color: transparent;
        font-size: 20px;
        line-height: 1;
        font-family: "Helvetica", Arial, sans-serif; }
        .cards__link::before {
          display: none; }
        .cards__link:hover {
          color: #276cf2;
          background-color: #fff;
          -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
                  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
          opacity: 1; } }

.conditions {
  padding: 40px 0 100px; }
  @media (max-width: 1023px) {
    .conditions {
      padding: 40px 0 80px; } }
  @media (max-width: 767px) {
    .conditions {
      padding: 40px 0 59px; } }
  .conditions__holder {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    max-width: 848px;
    margin-left: auto;
    padding: 50px 30px 42px;
    color: #030303;
    margin-top: -166px;
    position: relative;
    z-index: 2;
    word-spacing: -.36em; }
    .conditions__holder:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 1023px) {
      .conditions__holder {
        max-width: 100%;
        margin-top: -139px; } }
    @media (max-width: 767px) {
      .conditions__holder {
        text-align: center;
        margin-top: -95px;
        padding: 18px 20px 12px; } }
  .conditions__item {
    display: inline-block;
    vertical-align: middle;
    width: 66.7%;
    word-spacing: normal;
    padding-top: 63px;
    float: right; }
    @media (max-width: 1023px) {
      .conditions__item {
        width: 57%;
        padding-top: 43px; } }
    @media (max-width: 767px) {
      .conditions__item {
        float: none;
        display: block;
        width: 100%;
        padding-top: 0;
        padding-bottom: 20px; } }
    .conditions__item--image {
      padding: 0;
      width: 33.3%;
      float: left; }
      .conditions__item--image img {
        max-width: 100%; }
      @media (max-width: 1023px) {
        .conditions__item--image {
          width: 43%; } }
      @media (max-width: 767px) {
        .conditions__item--image {
          float: none;
          width: 100%; } }
  .conditions__title {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    line-height: 1;
    font-size: 36px;
    color: #030303;
    padding-bottom: 34px;
    font-weight: bold; }
    @media (max-width: 1023px) {
      .conditions__title {
        font-size: 24px;
        line-height: 1.42;
        letter-spacing: -0.7px;
        padding-bottom: 29px; } }
    @media (max-width: 767px) {
      .conditions__title {
        padding-bottom: 23px; } }
  .conditions__text {
    color: #030303;
    font-size: 14px;
    line-height: 1.57; }
    @media (max-width: 767px) {
      .conditions__text {
        line-height: 1.58; } }

.contacts__wrap {
  letter-spacing: -.36em; }
  @media (max-width: 767px) {
    .contacts__wrap {
      padding-top: 48px; } }

.contacts__holder {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  letter-spacing: normal; }
  @media (max-width: 767px) {
    .contacts__holder {
      display: block; } }
  .contacts__holder--left {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 25px;
    width: 42%; }
    @media (max-width: 1023px) {
      .contacts__holder--left {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 20px;
        width: 54%; } }
    @media (max-width: 767px) {
      .contacts__holder--left {
        padding-right: 0;
        padding-bottom: 17px;
        width: auto; } }
  .contacts__holder--right {
    width: 58%; }
    @media (max-width: 1023px) {
      .contacts__holder--right {
        margin-right: -44px;
        width: calc(46% + 44px); } }
    @media (max-width: 767px) {
      .contacts__holder--right {
        width: auto;
        margin-right: -20px;
        margin-left: -20px; } }

.contacts__title {
  margin-bottom: 53px; }
  @media (max-width: 1023px) {
    .contacts__title {
      font-size: 52px; } }
  @media (max-width: 767px) {
    .contacts__title {
      margin-bottom: 23px;
      text-align: center;
      font-size: 24px; } }

.contacts__address {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .contacts__address {
      margin-bottom: 5px;
      text-align: center; } }
  .contacts__address-txt {
    display: block;
    color: #030303;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33; }
    .contacts__address-txt:not(:last-child) {
      margin-bottom: 1px; }
      @media (max-width: 767px) {
        .contacts__address-txt:not(:last-child) {
          margin-bottom: 0; } }

@media (max-width: 767px) {
  .contacts__item {
    text-align: center;
    line-height: 1.4; } }

.contacts__item:not(:last-child) {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .contacts__item:not(:last-child) {
      margin-bottom: 6px; } }

.contacts__link {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #030303; }
  .contacts__link-icon {
    margin-right: 11px;
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    text-align: center; }
    @media (max-width: 767px) {
      .contacts__link-icon {
        display: none; } }
  .contacts__link [class*="icon-"] {
    fill: #276cf2; }

.contacts__map-inner {
  height: 427px; }
  @media (max-width: 1023px) {
    .contacts__map-inner {
      height: 395px; } }
  @media (max-width: 767px) {
    .contacts__map-inner {
      height: 168px; } }

.description {
  padding: 135px 0 100px; }
  @media (max-width: 1023px) {
    .description {
      padding: 40px 0 80px; } }
  @media (max-width: 767px) {
    .description {
      padding: 40px 0 116px; } }
  .description__text {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    max-width: 750px;
    margin-left: auto;
    padding: 30px;
    font-size: 20px;
    line-height: 1.5;
    color: #030303;
    margin-top: -213px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1100px) {
      .description__text {
        margin-top: -178px; } }
    @media (max-width: 1023px) {
      .description__text {
        font-size: 14px;
        max-width: 502px;
        line-height: 1.6;
        margin-top: -120px;
        padding: 20px; } }
    @media (max-width: 767px) {
      .description__text {
        max-width: 100%;
        text-align: center;
        margin-top: -98px; } }
  .description__inner {
    margin-top: -87px; }
    @media (max-width: 1023px) {
      .description__inner {
        margin-top: -56px;
        margin-left: -44px; } }
    @media (max-width: 767px) {
      .description__inner {
        margin-left: 0; } }
  .description__image {
    max-width: 460px;
    max-height: 250px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3); }
    .description__image img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 460px;
      height: 250px; }
    @media (max-width: 1023px) {
      .description__image {
        max-width: 309px;
        max-height: 168px; }
        .description__image img {
          width: 309px;
          height: 168px; } }
    @media (max-width: 767px) {
      .description__image {
        display: none; } }

.footer {
  background-color: #3b3d40;
  padding: 60px 0; }
  @media (max-width: 1023px) {
    .footer {
      padding: 50px 0; } }
  @media (max-width: 479px) {
    .footer {
      padding: 40px 0 50px; } }
  .footer__holder {
    text-align: center;
    margin: 0 -65px; }
    .footer__holder:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 1366px) {
      .footer__holder {
        margin: 0; } }
    @media (max-width: 1023px) {
      .footer__holder {
        text-align: left; } }
    @media (max-width: 479px) {
      .footer__holder {
        text-align: center; } }
  .footer__logo {
    float: left; }
    @media (max-width: 1023px) {
      .footer__logo {
        float: none;
        padding-bottom: 12px; } }
    @media (max-width: 479px) {
      .footer__logo {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 40px; } }
  .footer__logo-link {
    display: inline-block; }
    .footer__logo-link svg {
      fill: #fff;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .footer__logo-link:hover svg {
      fill: #276cf2; }
  .footer__nav {
    display: inline-block;
    word-spacing: -.36em;
    margin: 0 -10px;
    padding: 7px 0 42px; }
    @media (max-width: 1023px) {
      .footer__nav {
        display: block;
        padding-bottom: 25px;
        margin: 0 -13px; } }
    @media (max-width: 479px) {
      .footer__nav {
        margin: 0;
        padding-top: 0;
        line-height: 1;
        padding-bottom: 40px; } }
  .footer__nav-item {
    display: inline-block;
    word-spacing: normal;
    padding: 0 10px; }
    @media (max-width: 1023px) {
      .footer__nav-item {
        padding: 0 13px; } }
    @media (max-width: 479px) {
      .footer__nav-item {
        display: block;
        line-height: 1;
        padding: 23px 0 26px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
  .footer__nav-link {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff; }
    .footer__nav-link:hover {
      opacity: 1;
      color: #276cf2; }
    @media (max-width: 1023px) {
      .footer__nav-link {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .footer__nav-link {
        font-family: "Helvetica", Arial, sans-serif; } }
  .footer__callback {
    float: right;
    max-width: 200px;
    width: 100%; }
    @media (max-width: 1023px) {
      .footer__callback {
        float: left;
        max-width: 187px; } }
    @media (max-width: 479px) {
      .footer__callback {
        max-width: 100%;
        float: none;
        padding-bottom: 51px; } }
  @media (max-width: 1023px) {
    .footer__callback-btn {
      font-size: 13px;
      line-height: 1.43;
      text-transform: none;
      font-family: "Helvetica", Arial, sans-serif;
      font-weight: normal;
      padding: 10px 10px; } }
  .footer__copy {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    opacity: 0.5; }
    @media (max-width: 1023px) {
      .footer__copy {
        float: right;
        padding-top: 14px; } }
    @media (max-width: 479px) {
      .footer__copy {
        float: none;
        padding-top: 0; } }

.header {
  padding: 33px 0 24px;
  background-color: #fff; }
  @media (max-width: 1023px) {
    .header {
      position: relative;
      padding: 23px 0; } }
  @media (max-width: 767px) {
    .header {
      padding: 20px 0; } }
  .header__wrapp {
    margin: 0 -15px; }
    .header__wrapp:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 1366px) {
      .header__wrapp {
        margin: 0; } }
  .header__logo {
    float: left; }
  .header__right {
    float: right; }
    @media (max-width: 1023px) {
      .header__right {
        float: none;
        position: absolute;
        top: 0;
        width: 345px;
        right: -100%;
        z-index: 10;
        -webkit-transition: all .5s;
        transition: all .5s; } }
    @media (max-width: 479px) {
      .header__right {
        width: 320px; } }
    .header__right.active {
      right: 0;
      -webkit-transition: all .5s;
      transition: all .5s; }
      @media (max-width: 1023px) {
        .header__right.active .header__menu-bg {
          opacity: 1;
          visibility: visible; } }
  .header__top {
    text-align: right;
    padding-bottom: 28px;
    line-height: 1; }
    @media (max-width: 1023px) {
      .header__top {
        text-align: left;
        background-color: #fff;
        padding: 31px 0 30px 20px; } }
    @media (max-width: 767px) {
      .header__top {
        padding-bottom: 30px; } }
  .header__bott {
    line-height: 1; }
    @media (max-width: 1023px) {
      .header__bott {
        background-color: #3b3d40;
        padding-top: 60px; } }
    @media (max-width: 767px) {
      .header__bott {
        padding-top: 60px; } }
  .header__phone {
    display: inline-block;
    vertical-align: top;
    padding-right: 45px; }
    .header__phone-link {
      font-size: 18px;
      font-weight: 700;
      font-family: "Helvetica", Arial, sans-serif;
      color: #020202; }
      .header__phone-link:hover {
        color: #276cf2; }
  .header__customer {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 1023px) {
      .header__customer {
        display: none; } }
    .header__customer-link {
      text-transform: uppercase;
      color: #276cf2;
      font-weight: 700;
      font-family: "Helvetica", Arial, sans-serif;
      font-size: 18px;
      display: inline-block;
      vertical-align: top; }
      .header__customer-link:hover {
        color: #020202; }
        .header__customer-link:hover .icon-customer-web-center {
          fill: #020202;
          -webkit-transition: all .3s;
          transition: all .3s; }
    .header__customer-icon {
      display: inline-block;
      vertical-align: middle; }
    .header__customer-text {
      display: inline-block;
      vertical-align: middle;
      padding-top: 2px; }
      @supports (-webkit-overflow-scrolling: auto) {
        .header__customer-text {
          padding-top: 5px; } }
  .header__list {
    letter-spacing: -.36em;
    margin: 0 -11.5px;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 1366px) {
      .header__list {
        margin: 0 -7px; } }
    @media (max-width: 1023px) {
      .header__list {
        display: block;
        padding-left: 13px;
        padding-right: 20px;
        margin: 0; } }
    @media (max-width: 767px) {
      .header__list {
        padding-left: 20px; } }
  .header__item {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 11.5px; }
    @media (max-width: 1366px) {
      .header__item {
        margin: 0 7px; } }
    @media (max-width: 1023px) {
      .header__item {
        display: block;
        padding: 23px 0 26px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 80%; }
        .header__item:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.1); } }
    @media (max-width: 767px) {
      .header__item {
        text-align: center;
        width: 100%;
        margin: 0; } }
    .header__item:hover .header__link:before {
      opacity: 1;
      -webkit-transition: all .4s;
      transition: all .4s; }
  .header__link {
    text-transform: uppercase;
    font-size: 14px;
    color: #020202;
    position: relative; }
    @media (max-width: 1023px) {
      .header__link {
        color: #fff; } }
    .header__link:before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: -27px;
      height: 8px;
      background-color: #276cf2;
      opacity: 0;
      -webkit-transition: all .4s;
      transition: all .4s;
      z-index: -1; }
      @media (max-width: 1023px) {
        .header__link:before {
          display: none; } }
  .header__lang {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 16px;
    position: relative;
    margin-top: -1px; }
    @media (max-width: 1023px) {
      .header__lang {
        padding-top: 17px;
        padding-left: 20px;
        margin-bottom: 102px;
        display: block; } }
    @media (max-width: 767px) {
      .header__lang {
        text-align: center;
        padding-left: 0; } }
    .header__lang-wrapp {
      cursor: pointer;
      word-spacing: -.36em;
      position: relative;
      width: 53px; }
      .header__lang-wrapp:hover .header__lang-text {
        color: #276cf2;
        -webkit-transition: all .4s;
        transition: all .4s; }
      .header__lang-wrapp.active .header__lang-text:before {
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        -webkit-transition: all .4s;
        transition: all .4s; }
      .header__lang-wrapp.active .header__lang-drop {
        display: block; }
    .header__lang-icon {
      display: inline-block;
      vertical-align: top; }
      @supports (-webkit-overflow-scrolling: auto) {
        .header__lang-icon {
          margin-top: -3px; } }
      @media (max-width: 1023px) {
        .header__lang-icon {
          margin-right: 1px; } }
    .header__lang-text {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      font-family: "Helvetica", Arial, sans-serif;
      line-height: 1;
      padding-right: 10px;
      position: relative;
      -webkit-transition: all .4s;
      transition: all .4s;
      position: absolute;
      top: 6px;
      width: 29px; }
      @media (max-width: 1023px) {
        .header__lang-text {
          color: #fff; } }
      @supports (-webkit-overflow-scrolling: auto) {
        .header__lang-text {
          top: 5px; } }
      .header__lang-text::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        right: 0;
        top: 5px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: all .4s;
        transition: all .4s; }
        @supports (-webkit-overflow-scrolling: auto) {
          .header__lang-text::before {
            top: 3px; } }
        @media (max-width: 1023px) {
          .header__lang-text::before {
            border-color: #fff; } }
    .header__lang-drop {
      display: none;
      position: absolute;
      bottom: -25px;
      padding-top: 0px; }
      @media (max-width: 767px) {
        .header__lang-drop {
          text-align: center;
          width: 100%; } }
      .header__lang-drop .header__lang-text:before {
        display: none; }
      .header__lang-drop.active {
        display: block; }
    .header__lang-link {
      color: #020202;
      -webkit-transition: all .4s;
      transition: all .4s;
      display: block;
      width: 52px;
      word-spacing: -.36em; }
      .header__lang-link .header__lang-text {
        padding-right: 0; }
      .header__lang-link:hover {
        color: #276cf2;
        -webkit-transition: all .4s;
        transition: all .4s; }
  @media (max-width: 1023px) {
    .header__menu-bg {
      content: '';
      position: fixed;
      top: 0;
      height: 100vh;
      left: 0;
      width: 100vw;
      z-index: -1;
      opacity: 0;
      visibility: hidden;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all .5s;
      transition: all .5s; } }
  .header__btn-menu {
    width: 26px;
    cursor: pointer;
    display: none; }
    @media (max-width: 1023px) {
      .header__btn-menu {
        display: block;
        float: right;
        margin-top: 9px; } }
  .header__btn-line {
    width: 26px;
    height: 1px;
    background-color: #231f20;
    display: block; }
    .header__btn-line:nth-child(2) {
      margin: 7px 0; }
  .header__close-menu {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 30px;
    right: 42px;
    display: none; }
    @media (max-width: 1023px) {
      .header__close-menu {
        display: block; } }
    @media (max-width: 767px) {
      .header__close-menu {
        right: 20px; } }
    .header__close-menu:before {
      position: absolute;
      content: '';
      width: 29px;
      height: 1px;
      background-color: #000;
      top: 11px;
      left: -3px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .header__close-menu:after {
      position: absolute;
      content: '';
      width: 29px;
      height: 1px;
      background-color: #000;
      top: 11px;
      left: -3px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .header__logo-drop {
    display: none; }
    @media (max-width: 1023px) {
      .header__logo-drop {
        padding-left: 20px;
        padding-bottom: 60px;
        display: block; } }
    @media (max-width: 767px) {
      .header__logo-drop {
        text-align: center;
        padding-left: 0; } }

.heading {
  color: #fff;
  position: relative; }
  .heading__tab {
    position: absolute;
    top: 73px;
    margin: 0 -20px;
    letter-spacing: -.36em; }
    @media (max-width: 767px) {
      .heading__tab {
        top: 42px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        text-align: center;
        margin: 0;
        width: 100%; } }
    .heading__tab-item {
      letter-spacing: normal;
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      font-family: "Helvetica", Arial, sans-serif;
      cursor: pointer;
      color: #979797;
      border-bottom: 3px solid #979797;
      margin: 0 20px; }
      .heading__tab-item.active {
        color: #fff;
        border-bottom: 3px solid #fff; }
  .heading__caption {
    color: #fff;
    max-width: 775px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .heading__caption {
        text-align: center;
        padding-bottom: 10px; } }
  .heading__descr {
    line-height: 1.5;
    max-width: 730px;
    display: block;
    font-size: 20px;
    padding-bottom: 37px;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .heading__descr {
        padding-bottom: 36px; } }
    @media (max-width: 767px) {
      .heading__descr {
        text-align: center;
        font-size: 14px;
        line-height: 1.71;
        padding-bottom: 30px; } }
  .heading__content-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    padding-top: 143px;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0; }
    @media (max-width: 1440px) {
      .heading__content-item {
        background-position: center bottom; } }
    .heading__content-item.active {
      display: block;
      height: 778px;
      padding-top: 143px;
      overflow: visible; }
      @media (max-width: 1023px) {
        .heading__content-item.active {
          height: 510px; } }
      @media (max-width: 767px) {
        .heading__content-item.active {
          height: auto;
          padding-top: 113px; } }
  .heading__btn-wrapp {
    width: 235px;
    padding-bottom: 14px; }
    @media (max-width: 767px) {
      .heading__btn-wrapp {
        width: 280px;
        margin: 0 auto;
        padding-bottom: 50px; } }
  .heading__btn {
    border: 1px solid #276cf2;
    padding: 13px 10px; }
    .heading__btn:hover {
      background-color: transparent;
      border-color: #fff; }
    @media (max-width: 1023px) {
      .heading__btn:hover {
        background-color: #276cf2;
        border-color: #276cf2; } }

.info {
  margin-top: -91px;
  padding-bottom: 79px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1366px) {
    .info {
      margin-top: -53px; } }
  @media (max-width: 1023px) {
    .info {
      margin-top: -53px; } }
  @media (max-width: 767px) {
    .info {
      padding-bottom: 61px; } }
  .info__top {
    background-color: #fff;
    margin-bottom: 100px;
    margin-left: auto;
    max-width: 555px;
    padding: 30px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
    border-radius: 8px; }
    @media (max-width: 1023px) {
      .info__top {
        margin-bottom: 111px;
        max-width: 443px;
        padding: 20px 20px 19px; } }
    @media (max-width: 767px) {
      .info__top {
        text-align: center;
        max-width: 100%;
        margin-bottom: 60px; } }
  .info__desc {
    color: #030303;
    font-size: 20px;
    line-height: 1.5; }
    @media (max-width: 1023px) {
      .info__desc {
        font-size: 14px;
        line-height: 1.6; } }
  .info__row {
    position: relative;
    z-index: 1; }
    @media (max-width: 1023px) {
      .info__row {
        margin-bottom: 81px; } }
    @media (max-width: 767px) {
      .info__row {
        margin-bottom: 59px; } }
    .info__row--capabilities {
      margin-top: -100px;
      position: relative;
      z-index: 2; }
      @media (max-width: 1023px) {
        .info__row--capabilities {
          margin-top: 0;
          margin-bottom: 0; } }
  .info__inner--large {
    padding: 0 30px 40px;
    max-width: 750px;
    min-height: 150px;
    border-radius: 4px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1023px) {
      .info__inner--large {
        padding-bottom: 38px; } }
    @media (max-width: 767px) {
      .info__inner--large {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 18px; } }
    .info__inner--large::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      background-color: #3c3d41;
      border-radius: 4px; }
      @media (max-width: 1023px) {
        .info__inner--large::before {
          right: -9999px; } }
      @media (max-width: 767px) {
        .info__inner--large::before {
          left: -20px;
          right: -20px; } }
  .info__inner--small {
    padding: 30px;
    margin-left: auto;
    max-width: 555px;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #fff; }
    @media (max-width: 1100px) {
      .info__inner--small {
        max-width: 500px; } }
    @media (max-width: 1023px) {
      .info__inner--small {
        max-width: 555px;
        margin-right: auto;
        padding-bottom: 28px; } }
    @media (max-width: 767px) {
      .info__inner--small {
        padding-top: 18px;
        padding-bottom: 29px; } }
    .info__inner--small .info__item {
      color: #000; }
      .info__inner--small .info__item::before {
        background-color: #000; }
  .info__caption {
    margin-top: -42px;
    margin-left: -30px;
    margin-bottom: 20px;
    padding: 14px 30px 14px;
    display: inline-block;
    background-color: #276cf2;
    color: #fff;
    position: relative; }
    @media (max-width: 1023px) {
      .info__caption {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 20px;
        top: -11px; } }
    @media (max-width: 767px) {
      .info__caption {
        top: 0;
        margin: 0 -20px 22px;
        display: block; } }
  .info__list {
    max-width: 555px;
    padding-right: 30px; }
    @media (max-width: 1023px) {
      .info__list {
        max-width: 100%;
        padding: 0; } }
  .info__item {
    padding-left: 10px;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1.57; }
    .info__item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 9px;
      border-radius: 50%;
      background-color: #fff;
      width: 3px;
      height: 3px; }
    .info__item:not(:last-child) {
      margin-bottom: 1px; }
  .info__head {
    margin-bottom: 10px; }
    @media (max-width: 1023px) {
      .info__head {
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .info__head {
        margin-bottom: 4px; } }
  .info__icon {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; }
    .info__icon [class*="icon-"] {
      width: 50px;
      height: 50px;
      fill: #276cf2; }
  .info__subject {
    display: inline-block;
    vertical-align: middle; }

.job {
  padding: 38px 0 100px;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .job {
      padding: 38px 0 80px; } }
  @media (max-width: 767px) {
    .job {
      padding: 38px 0 60px; } }
  .job__holder {
    max-width: 942px; }
    @media (max-width: 1023px) {
      .job__holder {
        max-width: 100%; } }
  .job__holder-content {
    background-color: #3c3d41;
    border-radius: 0 4px 4px 0;
    padding-bottom: 51px;
    position: relative; }
    .job__holder-content::before {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      width: 2000px;
      height: 100%;
      background-color: #3c3d41;
      z-index: -1; }
    @media (max-width: 1023px) {
      .job__holder-content {
        margin: 0 -44px;
        border-radius: 4px; }
        .job__holder-content::before {
          display: none; } }
    @media (max-width: 767px) {
      .job__holder-content {
        text-align: left;
        margin: 0 -20px;
        padding-bottom: 31px; } }
  .job__title {
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica", Arial, sans-serif;
    letter-spacing: -1px;
    background-color: #276cf2;
    padding: 20px 30px;
    margin-top: -38px;
    margin-bottom: 20px;
    position: relative;
    top: -11px; }
    @media (max-width: 1023px) {
      .job__title {
        margin-left: 44px; } }
    @media (max-width: 767px) {
      .job__title {
        display: block;
        top: 0;
        font-size: 24px;
        line-height: 1.42;
        padding: 17px 18px 17px;
        margin-bottom: 29px;
        margin-left: 0; } }
  .job__subtitle {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px; }
  .job__inner {
    max-width: 750px; }
    @media (max-width: 1023px) {
      .job__inner {
        text-align: left;
        padding: 0 44px; } }
    @media (max-width: 767px) {
      .job__inner {
        padding: 0 20px; } }
  .job__text {
    font-size: 16px;
    font-family: "Helvetica", Arial, sans-serif;
    line-height: 1.63;
    color: #fff;
    padding-bottom: 30px; }
    @media (max-width: 1023px) {
      .job__text {
        padding-bottom: 26px; } }
    @media (max-width: 767px) {
      .job__text {
        line-height: 1.5;
        padding-bottom: 30px; } }
  .job__list {
    padding: 0 0 27px 12px; }
  .job__item {
    position: relative;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.63;
    color: #fff;
    padding-left: 25px; }
    .job__item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 10px;
      border-radius: 50%;
      background-color: #fff;
      width: 3px;
      height: 3px; }
  .job__btn-box {
    max-width: 233px; }
    @media (max-width: 479px) {
      .job__btn-box {
        max-width: 100%; } }
  .job__btn {
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    font-weight: 300; }

.modules-system {
  padding: 77px 0 80px; }
  @media (max-width: 1023px) {
    .modules-system {
      padding-top: 78px; } }
  @media (max-width: 767px) {
    .modules-system {
      padding-top: 58px;
      padding-bottom: 39px; } }
  .modules-system--software {
    padding: 95px 0 30px; }
    @media (max-width: 1023px) {
      .modules-system--software {
        padding: 79px 0 40px; } }
    @media (max-width: 767px) {
      .modules-system--software {
        padding: 41px 0 40px; } }
    .modules-system--software .modules-system__title {
      font-size: 35px;
      margin-bottom: 49px; }
      @media (max-width: 1023px) {
        .modules-system--software .modules-system__title {
          padding: 0 25px; } }
      @media (max-width: 767px) {
        .modules-system--software .modules-system__title {
          font-size: 24px;
          line-height: 1.42;
          padding: 0;
          margin-bottom: 30px; } }
    @media (max-width: 1023px) {
      .modules-system--software .modules-system__body {
        padding: 0 25px; } }
    @media (max-width: 767px) {
      .modules-system--software .modules-system__body {
        padding: 0; } }
  .modules-system--it {
    padding: 6px 0 70px; }
    @media (max-width: 1023px) {
      .modules-system--it {
        padding: 27px 26px 47px; } }
    @media (max-width: 767px) {
      .modules-system--it {
        padding: 0px 0 47px;
        margin-top: -3px; } }
    .modules-system--it .modules-system__title {
      display: block;
      font-size: 52px;
      line-height: 1.19;
      font-family: "Helvetica", Arial, sans-serif;
      font-weight: bold;
      color: #030303;
      margin-bottom: 54px; }
      @media (max-width: 1023px) {
        .modules-system--it .modules-system__title {
          font-size: 36px;
          line-height: 1.28; } }
      @media (max-width: 767px) {
        .modules-system--it .modules-system__title {
          font-size: 24px;
          line-height: 1.42;
          margin-bottom: 30px; } }
    @media (max-width: 1023px) {
      .modules-system--it .modules-system__body {
        padding: 0 25px; } }
    @media (max-width: 767px) {
      .modules-system--it .modules-system__body {
        padding: 0; } }
  .modules-system__title {
    margin-bottom: 76px; }
    @media (max-width: 1023px) {
      .modules-system__title {
        margin-bottom: 51px; } }
    @media (max-width: 767px) {
      .modules-system__title {
        margin-bottom: 26px; } }
  .modules-system__body {
    margin-bottom: 18px; }
    @media (max-width: 1023px) {
      .modules-system__body {
        margin-bottom: 11px; } }
  .modules-system__list {
    margin: 0 -15px;
    letter-spacing: -.36em; }
  .modules-system__item {
    margin-bottom: 50px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    letter-spacing: normal; }
    @media (max-width: 1023px) {
      .modules-system__item {
        margin-bottom: 27px;
        width: 50%; } }
    @media (max-width: 767px) {
      .modules-system__item {
        margin-bottom: 20px;
        display: block;
        width: auto; } }
  .modules-system__holder {
    padding: 19px 20px 0;
    border-radius: 5px;
    border: 2px solid #efeff4;
    position: relative; }
    @media (max-width: 767px) {
      .modules-system__holder {
        padding: 0;
        border: 0;
        border-radius: 0; } }
    .modules-system__holder:hover .modules-system__hover {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      @media (max-width: 767px) {
        .modules-system__holder:hover .modules-system__hover {
          display: none; } }
  .modules-system__top {
    margin-bottom: 17px;
    height: 130px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .modules-system__top {
        margin-bottom: 0;
        height: auto;
        padding-right: 20px;
        position: relative;
        line-height: 1.2; } }
    @media (max-width: 767px) {
      .modules-system__top::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 0 6.5px 15px;
        border-color: transparent transparent transparent #276cf2;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; } }
    @media (max-width: 767px) {
      .modules-system__top.active::before {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; } }
  .modules-system__icon {
    margin-bottom: 19px; }
    @media (max-width: 767px) {
      .modules-system__icon {
        display: none; } }
    .modules-system__icon [class*="icon-"] {
      fill: #276cf2; }
  .modules-system__caption {
    line-height: 1.35; }
    @media (max-width: 767px) {
      .modules-system__caption {
        display: inline;
        color: #276cf2;
        font-size: 14px;
        line-height: 1;
        border-bottom: 1px solid #276cf2; } }
  @media (max-width: 767px) {
    .modules-system__inner {
      padding-top: 13px;
      padding-bottom: 20px;
      display: none; } }
  .modules-system__middle {
    margin-bottom: 36px;
    height: 100px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .modules-system__middle {
        margin-bottom: 30px;
        height: auto; } }
  .modules-system__desc {
    font-size: 14px;
    line-height: 1.71; }
  .modules-system__bottom {
    position: relative;
    z-index: 1;
    padding: 40px 0; }
    @media (max-width: 767px) {
      .modules-system__bottom {
        padding: 0; } }
    .modules-system__bottom::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -20px;
      left: -20px;
      z-index: -1;
      background-color: #3b3d40;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      @media (max-width: 767px) {
        .modules-system__bottom::before {
          display: none; } }
  .modules-system__btn {
    margin: 0 auto;
    width: 233px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .modules-system__btn {
        border-color: #276cf2;
        color: #276cf2;
        width: auto; } }
  .modules-system__hover {
    padding: 29px 30px 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -30px;
    left: -10px;
    right: -10px;
    bottom: -30px;
    -webkit-box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19), 0 7px 11px 0 rgba(0, 0, 0, 0.17);
            box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19), 0 7px 11px 0 rgba(0, 0, 0, 0.17);
    background-color: #fff;
    border-radius: 5px;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media (max-width: 767px) {
      .modules-system__hover {
        display: none; } }
    .modules-system__hover .modules-system__top {
      margin-bottom: 10px;
      height: 50px; }
    .modules-system__hover .modules-system__middle {
      margin-bottom: 14px;
      height: auto; }
    .modules-system__hover .modules-system__bottom::before {
      left: -30px;
      right: -30px; }
  .modules-system__more-list {
    margin-bottom: 8px;
    border-bottom: 2px solid rgba(134, 147, 158, 0.2);
    height: 222px;
    overflow: hidden; }
  .modules-system__more-item {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.75; }
    .modules-system__more-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 10px;
      width: 3px;
      height: 3px;
      background-color: #030303;
      border-radius: 50%; }
  .modules-system__more-info {
    text-align: center; }
  .modules-system__more-link {
    padding-right: 15px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #085bff;
    position: relative;
    text-transform: uppercase; }
    .modules-system__more-link::before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      right: 0;
      width: 8px;
      height: 8px;
      border-right: 2px solid #085bff;
      border-bottom: 2px solid #085bff;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .modules-system__more-link:hover {
      color: #030303; }
      .modules-system__more-link:hover::before {
        border-color: #030303;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
  @media (max-width: 767px) {
    .modules-system__footer {
      display: none; } }
  .modules-system__footer .modules-system__btn {
    margin: 0 auto;
    width: 246px;
    text-transform: none; }

.popup-callback {
  display: none;
  width: 770px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e2e2e2;
  -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 30px; }
  @media (max-width: 1023px) {
    .popup-callback {
      width: 630px; } }
  @media (max-width: 767px) {
    .popup-callback {
      width: 290px;
      padding: 15px 5px; } }
  .popup-callback__holder {
    max-width: 380px;
    margin: 0 auto;
    padding: 62px 0 73px;
    text-align: center; }
    @media (max-width: 1023px) {
      .popup-callback__holder {
        padding: 67px 0 68px; } }
    @media (max-width: 767px) {
      .popup-callback__holder {
        padding: 36px 0 34px; } }
  .popup-callback__title {
    color: #030303;
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    line-height: 1;
    font-size: 36px;
    padding-bottom: 33px; }
    @media (max-width: 767px) {
      .popup-callback__title {
        font-size: 20px;
        line-height: 1.5;
        padding-bottom: 10px; } }
  .popup-callback__desc {
    display: block;
    font-size: 14px;
    line-height: 1.71;
    color: #020202;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .popup-callback__desc {
        padding-bottom: 22px; } }
  .popup-callback__inner {
    padding: 0 5px; }
    @media (max-width: 767px) {
      .popup-callback__inner {
        padding: 0; } }
  .popup-callback__form-box {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .popup-callback__form-box {
        margin-bottom: 9px; } }
  .popup-callback__input, .popup-callback__message {
    border-radius: 4px;
    background-color: transparent;
    border: solid 1px rgba(151, 151, 151, 0.15);
    padding: 15px 14px 15px 14px;
    color: #020202;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.17;
    font-weight: 300;
    opacity: 1; }
    .popup-callback__input::-webkit-input-placeholder, .popup-callback__message::-webkit-input-placeholder {
      color: #a7a9ac; }
    .popup-callback__input:-ms-input-placeholder, .popup-callback__message:-ms-input-placeholder {
      color: #a7a9ac; }
    .popup-callback__input::placeholder, .popup-callback__message::placeholder {
      color: #a7a9ac; }
    .popup-callback__input.error, .popup-callback__message.error {
      border-color: #db0606; }
  .popup-callback__message {
    height: 75px; }
    @media (max-width: 767px) {
      .popup-callback__message {
        height: 65px; } }
  .popup-callback__btn-wrap {
    padding-top: 33px;
    max-width: 235px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .popup-callback__btn-wrap {
        padding-top: 20px;
        max-width: 100%; } }

.popup-success {
  display: none;
  width: 770px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e2e2e2;
  -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 30px; }
  @media (max-width: 1023px) {
    .popup-success {
      width: 630px; } }
  @media (max-width: 767px) {
    .popup-success {
      width: 290px;
      padding: 15px 5px; } }
  .popup-success__holder {
    max-width: 460px;
    margin: 0 auto;
    padding: 72px 0 81px;
    text-align: center; }
    @media (max-width: 767px) {
      .popup-success__holder {
        max-width: 240px;
        padding: 44px 0 46px; } }
  .popup-success__title {
    color: #030303;
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    line-height: 1;
    font-size: 36px;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .popup-success__title {
        font-family: "Helvetica Neue", Arial, sans-serif;
        font-weight: 300;
        font-size: 20px;
        line-height: 1;
        padding-bottom: 10px; } }
  .popup-success__txt {
    font-size: 20px;
    line-height: 1.5;
    color: #030303; }
    @media (max-width: 767px) {
      .popup-success__txt {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.57;
        color: #333; } }

#preloader {
  position: fixed;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 9999; }
  #preloader .preloader-wrapper {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

body.overflow-hidden {
  overflow: hidden; }
  body.overflow-hidden .compensate-for-preloader {
    margin-right: 17px; }
    @media (max-width: 1023px) {
      body.overflow-hidden .compensate-for-preloader {
        margin: 0; } }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper.small {
  width: 36px;
  height: 36px; }

.preloader-wrapper.big {
  width: 64px;
  height: 64px; }

.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: blue; }

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4; }

.spinner-red,
.spinner-red-only {
  border-color: #db4437; }

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
        transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
        transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.service {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px 0 42px; }
  @media (max-width: 1023px) {
    .service {
      padding: 60px 0 72px; } }
  @media (max-width: 767px) {
    .service {
      padding: 50px 0 20px; } }
  .service__holder {
    word-spacing: -.36em; }
    .service__holder:after {
      content: " ";
      display: block;
      clear: both; }
  .service__content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 487px);
    float: right;
    padding-top: 71px; }
    @media (max-width: 1100px) {
      .service__content {
        width: calc(100% - 420px); } }
    @media (max-width: 1023px) {
      .service__content {
        display: block;
        float: none;
        width: 100%;
        text-align: center; } }
    @media (max-width: 767px) {
      .service__content {
        display: none; } }
  .service__content-inner {
    position: relative; }
    .service__content-inner .slick-list {
      overflow: visible; }
    @media (max-width: 1023px) {
      .service__content-inner .slick-arrow {
        top: 42%; } }
  .service__content-image {
    height: 375px; }
    .service__content-image img {
      display: block;
      margin: 0 auto; }
    .service__content-image--mod img {
      max-width: none; }
    .service__content-image--mob {
      word-spacing: -.36em;
      text-align: center; }
      .service__content-image--mob img {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px; }
    @media (max-width: 1023px) {
      .service__content-image {
        padding-bottom: 55px; }
        .service__content-image img {
          height: 390px;
          max-width: 100%;
          width: auto; } }
  .service__nav {
    display: inline-block;
    vertical-align: top;
    width: 390px; }
    @media (max-width: 1023px) {
      .service__nav {
        width: 100%;
        display: block;
        word-spacing: -.36em; } }
  .service__nav-inner .slick-slide {
    width: 100% !important; }
    @media (max-width: 1023px) {
      .service__nav-inner .slick-slide {
        width: 33.33% !important; } }
  .service__nav-inner .slick-list {
    overflow: visible; }
  .service__nav-inner .slick-track {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }
  .service__nav-inner .slick-current .service__nav-item {
    background-color: #fff;
    -webkit-box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19);
            box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19); }
    .service__nav-inner .slick-current .service__nav-item::before {
      opacity: 1;
      visibility: visible; }
    .service__nav-inner .slick-current .service__nav-item .service__nav-item-title {
      color: #020202; }
    .service__nav-inner .slick-current .service__nav-item .service__nav-item-desc {
      color: #020202; }
    .service__nav-inner .slick-current .service__nav-item .service__nav-item-icon svg {
      fill: #276cf2; }
  @media (max-width: 1023px) {
    .service__nav-inner {
      margin: 0 -15px; } }
  @media (max-width: 1023px) {
    .service__nav-item-wrap {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .service__nav-item-wrap {
      display: inline-block;
      width: 50%;
      padding: 0 15px 30px; } }
  @media (max-width: 479px) {
    .service__nav-item-wrap {
      display: block;
      width: 100%;
      text-align: center; } }
  .service__nav-item {
    background-color: transparent;
    margin-bottom: 38px;
    padding: 20px 30px 45px 0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    z-index: 2;
    max-height: 147px; }
    .service__nav-item::before {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      height: 100%;
      width: 2000px;
      background-color: #fff;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      -webkit-box-shadow: -11px 6px 11px 4px rgba(0, 0, 0, 0.19);
              box-shadow: -11px 6px 11px 4px rgba(0, 0, 0, 0.19);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .service__nav-item:hover {
      background-color: #fff;
      -webkit-box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19);
              box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19); }
      .service__nav-item:hover::before {
        opacity: 1;
        visibility: visible; }
      .service__nav-item:hover .service__nav-item-title {
        color: #020202; }
      .service__nav-item:hover .service__nav-item-desc {
        color: #020202; }
      .service__nav-item:hover .service__nav-item-icon svg {
        fill: #276cf2; }
    @media (max-width: 1023px) {
      .service__nav-item {
        display: inline-block;
        vertical-align: top;
        border-radius: 8px;
        max-height: none;
        min-height: 150px;
        width: 100%;
        background-color: #3b3d40;
        padding: 20px 14px 28px;
        margin-bottom: 0; }
        .service__nav-item::before {
          display: none; } }
    @media (max-width: 767px) {
      .service__nav-item {
        background-color: #fff; } }
    @media (max-width: 479px) {
      .service__nav-item {
        max-width: 206px; } }
  .service__nav-item-head {
    word-spacing: -.36em;
    padding-bottom: 3px; }
    @media (max-width: 1023px) {
      .service__nav-item-head {
        padding-bottom: 7px; } }
    @media (max-width: 767px) {
      .service__nav-item-head {
        text-align: left; } }
  .service__nav-item-icon {
    display: inline-block;
    vertical-align: text-bottom; }
    .service__nav-item-icon svg {
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      fill: #fff; }
    @media (max-width: 767px) {
      .service__nav-item-icon svg {
        fill: #276cf2; } }
  .service__nav-item-title {
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    line-height: 1.33;
    text-transform: uppercase;
    color: #fff;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: bold;
    padding-left: 16px;
    word-spacing: normal; }
    @media (max-width: 767px) {
      .service__nav-item-title {
        color: #020202;
        text-align: left; } }
  .service__nav-item-desc {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    max-width: 320px;
    word-spacing: normal; }
    @media (max-width: 1023px) {
      .service__nav-item-desc {
        font-size: 14px;
        line-height: 1.71; } }
    @media (max-width: 767px) {
      .service__nav-item-desc {
        color: #020202;
        max-width: 100%;
        text-align: left; } }

.slider {
  letter-spacing: -.36em; }
  @media (max-width: 1023px) {
    .slider {
      display: none; } }
  .slider__item {
    padding: 0 15px;
    letter-spacing: normal; }
  .slider__inner {
    padding: 30px 20px;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #3b3d40;
    border-radius: 8px;
    height: 167px;
    position: relative; }
  .slider__icon {
    display: block;
    text-align: center; }
  .slider__title {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.71;
    padding-bottom: 6px;
    font-weight: 300; }
  .slider__icon {
    padding-bottom: 12px; }
    .slider__icon [class*="icon-"] {
      fill: #fff;
      width: 50px;
      height: 50px; }
  .slider__descr {
    font-size: 14px;
    opacity: 0;
    display: block;
    text-align: center;
    line-height: 1.71; }
  .slider__btn-wrapp {
    text-align: center;
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .slider__link {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    color: #085bff;
    opacity: 0;
    position: relative;
    padding-right: 14px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .slider__link:before {
      position: absolute;
      content: '';
      width: 7px;
      height: 7px;
      border-bottom: 2px solid #085bff;
      border-left: 2px solid #085bff;
      top: 5px;
      right: 0;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg);
      -webkit-transition: all .3s;
      transition: all .3s; }
    .slider__link:focus {
      outline: none; }
    .slider__link:hover {
      color: #020202;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .slider__link:hover:before {
        border-color: #020202;
        -webkit-transition: all .3s;
        transition: all .3s; }
  .slider .slick-list {
    margin: 0 -20px;
    padding: 0 5px; }
  .slider .slick-track {
    height: 278px; }
    .slider .slick-track:before {
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      content: ''; }
  .slider .slick-next {
    right: -66px; }
    @media (max-width: 1366px) {
      .slider .slick-next {
        right: -45px; } }
  .slider .slick-prev {
    left: -66px; }
    @media (max-width: 1366px) {
      .slider .slick-prev {
        left: -45px; } }
  .slider .slick-slide {
    vertical-align: middle;
    display: inline-block;
    float: none;
    height: 167px;
    border-radius: 8px;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .slider .slick-slide:hover {
      -webkit-transition: all .4s;
      transition: all .4s;
      height: 278px; }
      .slider .slick-slide:hover .slider__inner {
        height: 278px;
        -webkit-box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19);
                box-shadow: 5px 6px 11px 4px rgba(0, 0, 0, 0.19);
        background-color: #fff;
        margin: 0 -15px;
        border-radius: 4px;
        padding: 17px 10px; }
        @media (max-width: 1366px) {
          .slider .slick-slide:hover .slider__inner {
            margin: 0 -10px; } }
      .slider .slick-slide:hover .slider__title {
        color: #020202;
        line-height: 1.56;
        font-size: 18px;
        font-weight: 700;
        font-family: "Helvetica", Arial, sans-serif;
        text-transform: uppercase; }
      .slider .slick-slide:hover .slider__icon {
        opacity: 0;
        width: 0;
        height: 0; }
      .slider .slick-slide:hover .slider__descr {
        color: #020202;
        -webkit-transition: all .4s;
        transition: all .4s;
        opacity: 1; }
      .slider .slick-slide:hover .slider__link {
        opacity: 1; }

.solution {
  padding-bottom: 100px; }
  @media (max-width: 1023px) {
    .solution {
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .solution {
      padding-bottom: 60px; } }
  .solution__holder {
    word-spacing: -.36em;
    border-radius: 4px;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .solution__holder {
        border-radius: 8px; } }
    @media (max-width: 767px) {
      .solution__holder {
        margin: 0 -20px; } }
  .solution__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 51.3%;
    word-spacing: normal;
    min-height: 236px;
    border-radius: 0 4px 4px 0;
    background-color: #c1c1c0;
    background-image: linear-gradient(8deg, #c1c1c0, #ffffff 99%, #f9fef7); }
    @media (max-width: 1023px) {
      .solution__item {
        min-height: 161px;
        border-radius: 0 8px 8px 0;
        width: 52%; } }
    @media (max-width: 767px) {
      .solution__item {
        min-height: inherit;
        width: 100%; } }
    .solution__item--image {
      border-radius: 0;
      max-height: 236px;
      width: 48.7%; }
      .solution__item--image img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 236px; }
      @media (max-width: 1023px) {
        .solution__item--image {
          max-height: 161px;
          width: 48%; }
          .solution__item--image img {
            height: 161px; } }
      @media (max-width: 767px) {
        .solution__item--image {
          display: none; } }
  .solution__item-inner {
    padding: 28px 30px;
    position: relative;
    height: 100%; }
    @media (max-width: 1023px) {
      .solution__item-inner {
        padding: 28px 10px 28px 10px; } }
    @media (max-width: 767px) {
      .solution__item-inner {
        padding: 20px 20px 52px; } }
  .solution__item-title {
    display: block;
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: -1px;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: bold;
    color: #333;
    max-width: 450px; }
    @media (max-width: 1023px) {
      .solution__item-title {
        font-size: 24px;
        line-height: 1.42;
        letter-spacing: -0.7px; } }
    @media (max-width: 767px) {
      .solution__item-title {
        font-size: 18px;
        line-height: 1.56;
        max-width: 100%; } }
  .solution__item-more {
    position: absolute;
    bottom: 20px;
    left: 30px;
    display: inline-block; }
    @media (max-width: 1023px) {
      .solution__item-more {
        bottom: 25px;
        left: 10px; } }
    @media (max-width: 767px) {
      .solution__item-more {
        left: 20px;
        bottom: 14px; } }
  .solution__item-link {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.7px;
    position: relative;
    padding-right: 10px; }
    .solution__item-link::before {
      content: '';
      position: absolute;
      top: 5px;
      right: 0;
      width: 4px;
      height: 4px;
      border-left: 1px solid #276cf2;
      border-bottom: 1px solid #276cf2;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .solution__item-link:hover {
      color: #030303; }
      .solution__item-link:hover::before {
        border-color: #030303; }

.support {
  padding: 40px 0 202px; }
  .support:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 1023px) {
    .support {
      padding: 40px 0 147px; } }
  @media (max-width: 767px) {
    .support {
      padding: 40px 0 29px; } }
  .support--about {
    padding: 40px 0 31px; }
    @media (max-width: 767px) {
      .support--about {
        padding: 40px 0 10px; } }
    .support--about .support__desc {
      margin-top: -198px; }
      @media (max-width: 1023px) {
        .support--about .support__desc {
          margin-top: -170px; } }
      @media (max-width: 767px) {
        .support--about .support__desc {
          margin-top: -95px; } }
    .support--about .support__inner {
      margin-top: -132px; }
      @media (max-width: 1023px) {
        .support--about .support__inner {
          margin-top: -98px;
          padding-bottom: 50px; } }
      @media (max-width: 767px) {
        .support--about .support__inner {
          margin-top: 0;
          padding-bottom: 20px; } }
    .support--about .support__item-content {
      margin-top: 167px;
      padding: 0 0 40px 98px; }
      @media (max-width: 1023px) {
        .support--about .support__item-content {
          padding: 0 44px 40px;
          margin-top: 50px; } }
      @media (max-width: 767px) {
        .support--about .support__item-content {
          padding: 0 20px 17px;
          margin-top: 0; } }
    @media (max-width: 767px) {
      .support--about .support__item-title {
        padding: 16px 20px 16px; } }
  .support--about_en {
    padding: 40px 0 61px; }
    @media (max-width: 1023px) {
      .support--about_en {
        padding: 40px 0 41px; } }
    @media (max-width: 767px) {
      .support--about_en {
        padding: 40px 0 30px; } }
    .support--about_en .support__desc {
      margin-top: -200px; }
      @media (max-width: 1023px) {
        .support--about_en .support__desc {
          margin-top: -169px; } }
      @media (max-width: 767px) {
        .support--about_en .support__desc {
          margin-top: -93px; } }
    .support--about_en .support__inner {
      margin-top: -13px; }
      @media (max-width: 1023px) {
        .support--about_en .support__inner {
          margin-top: -11px;
          padding-bottom: 40px; } }
      @media (max-width: 767px) {
        .support--about_en .support__inner {
          margin-top: 3px;
          padding-bottom: 0; } }
    @media (max-width: 767px) {
      .support--about_en .support__item-title {
        padding: 18px 20px 19px; } }
  .support__desc {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    max-width: 750px;
    margin-left: auto;
    padding: 30px;
    font-size: 20px;
    line-height: 1.5;
    color: #030303;
    margin-top: -113px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1023px) {
      .support__desc {
        font-size: 14px;
        line-height: 1.6;
        padding: 20px;
        max-width: 502px;
        margin-top: -93px; } }
    @media (max-width: 767px) {
      .support__desc {
        max-width: 100%;
        text-align: center;
        margin-top: -97px; } }
  .support__inner {
    padding: 3px 0 72px; }
    @media (max-width: 1366px) {
      .support__inner {
        padding: 27px 0 72px; } }
    @media (max-width: 767px) {
      .support__inner {
        padding: 29px 0 0; } }
  .support__item {
    position: relative;
    padding-top: 100px; }
    .support__item:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 1023px) {
      .support__item {
        margin: 0 -44px; } }
    @media (max-width: 767px) {
      .support__item {
        margin: 0 -20px;
        padding: 30px 0 30px; } }
    .support__item--mod {
      padding-bottom: 60px; }
      @media (max-width: 767px) {
        .support__item--mod {
          padding: 30px 0 30px; } }
  .support__item-image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    max-width: 360px;
    max-height: 430px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3); }
    @media (max-width: 1180px) {
      .support__item-image {
        max-width: 280px;
        max-height: 315px; } }
    @media (max-width: 1023px) {
      .support__item-image {
        max-width: 191px;
        max-height: 231px; } }
    @media (max-width: 767px) {
      .support__item-image {
        display: none; } }
    .support__item-image img {
      width: 360px;
      height: 430px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 1180px) {
        .support__item-image img {
          width: 280px;
          height: 315px; } }
      @media (max-width: 1023px) {
        .support__item-image img {
          width: 191px;
          height: 231px; } }
    .support__item-image--right {
      top: auto;
      left: auto;
      bottom: -210px;
      right: 0;
      max-width: 460px;
      max-height: 250px; }
      @media (max-width: 1180px) {
        .support__item-image--right {
          max-width: 380px;
          max-height: 230px; } }
      @media (max-width: 1023px) {
        .support__item-image--right {
          max-width: 310px;
          max-height: 175px;
          bottom: -139px; } }
      .support__item-image--right img {
        width: 460px;
        height: 250px; }
        @media (max-width: 1180px) {
          .support__item-image--right img {
            width: 380px;
            height: 230px; } }
        @media (max-width: 1023px) {
          .support__item-image--right img {
            width: 310px;
            height: 175px; } }
  .support__item-content {
    margin-top: 142px;
    border-radius: 4px 0 0 4px;
    background-color: #3c3d41;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    max-width: 848px;
    margin-left: auto;
    padding: 0 0 36px 98px;
    position: relative; }
    .support__item-content::before {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%;
      width: 2000px;
      background-color: #3c3d41; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .support__item-content::before {
          left: 99%; } }
    @media (max-width: 1080px) {
      .support__item-content {
        max-width: 755px;
        padding: 0 0 36px 70px; } }
    @media (max-width: 1023px) {
      .support__item-content {
        max-width: 100%;
        padding: 0 44px 40px;
        border-radius: 0;
        margin-top: 50px; }
        .support__item-content::before {
          display: none; } }
    @media (max-width: 767px) {
      .support__item-content {
        padding: 0 20px 17px;
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 0; } }
    .support__item-content--left {
      margin-top: 38px;
      margin-left: 0;
      max-width: 945px;
      padding: 0 36px 39px 0;
      border-radius: 0 4px 4px 0; }
      .support__item-content--left::before {
        left: auto;
        right: 100%; }
      .support__item-content--left .support__item-txt {
        max-width: 760px; }
      @media (max-width: 1023px) {
        .support__item-content--left {
          padding: 0 44px 40px;
          border-radius: 0; }
          .support__item-content--left .support__item-title {
            margin: -28px 0 0;
            max-width: 540px;
            top: -30px; }
          .support__item-content--left .support__item-txt {
            max-width: 100%; }
            .support__item-content--left .support__item-txt:first-letter {
              margin-left: 0; } }
      @media (max-width: 767px) {
        .support__item-content--left {
          margin-top: 0;
          padding: 0 20px 19px;
          max-width: 100%;
          border-radius: 0; }
          .support__item-content--left .support__item-title {
            max-width: none;
            top: 0;
            margin: 0 -20px 19px; } }
  .support__item-title {
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    font-family: "Helvetica", Arial, sans-serif;
    color: #fff;
    padding: 20px 27px;
    background-color: #276cf2;
    margin-top: -28px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    top: -11px; }
    @media (max-width: 1023px) {
      .support__item-title {
        margin-left: 178px; } }
    @media (max-width: 767px) {
      .support__item-title {
        font-size: 24px;
        line-height: 1.42;
        top: 0;
        margin: 0 -20px 22px;
        display: block;
        text-align: center;
        padding: 13px 20px 8px; } }
  .support__item-txt {
    max-width: 725px; }
    @media (max-width: 1023px) {
      .support__item-txt {
        max-width: 100%; }
        .support__item-txt:first-letter {
          margin-left: 178px; } }
    @media (max-width: 767px) {
      .support__item-txt:first-letter {
        margin-left: 0; } }

.top-title {
  padding-top: 87px;
  padding-bottom: 91px;
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 386px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1023px) {
    .top-title {
      height: 272px;
      padding-bottom: 53px; } }
  @media (max-width: 767px) {
    .top-title {
      height: auto;
      padding-top: 30px;
      padding-bottom: 80px; } }
  .top-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6); }
  .top-title__title {
    padding-right: 10%;
    color: #fff; }
    @media (max-width: 1023px) {
      .top-title__title {
        font-size: 36px;
        line-height: 1.28; } }
    @media (max-width: 767px) {
      .top-title__title {
        line-height: 1.2;
        padding-right: 0;
        text-align: center; } }
    @media (max-width: 479px) {
      .top-title__title {
        font-size: 24px;
        line-height: 1.42; } }
  .top-title-wrap {
    background-color: #001f4d; }
  .top-title--airworthiness {
    background-size: auto 200%;
    background-position: 50% 30%;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1); }
    .top-title--airworthiness .top-title__title {
      -webkit-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
              transform: scale(-1, 1); }
  .top-title--job {
    background-position: 50% 38%; }
  .top-title--troubleshooting {
    background-position: 50% 45%; }
  .top-title--scanning {
    background-position: 50% 52%; }
  .top-title--about {
    height: 348px;
    background-position: 50% 32%; }
    @media (max-width: 1023px) {
      .top-title--about {
        height: 272px; } }
    @media (max-width: 767px) {
      .top-title--about {
        height: auto; } }
  .top-title--software {
    background-position: 50% 8%; }
  .top-title--service {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    height: 348px; }
    .top-title--service .top-title__title {
      -webkit-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
              transform: scale(-1, 1); }
    @media (max-width: 1023px) {
      .top-title--service {
        height: 272px; } }
    @media (max-width: 767px) {
      .top-title--service {
        height: auto; } }
  .top-title--airlines {
    background-position: 50% 45%; }

.web-center {
  padding-top: 42px;
  padding-bottom: 80px; }
  @media (max-width: 1023px) {
    .web-center {
      padding-top: 35px;
      padding-bottom: 70px;
      position: relative;
      z-index: 1; } }
  @media (max-width: 767px) {
    .web-center {
      padding-top: 30px;
      padding-bottom: 53px; } }
  .web-center__wrap {
    margin: 0 -5px;
    letter-spacing: -.36em; }
  .web-center__holder {
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    letter-spacing: normal; }
    .web-center__holder--left {
      width: 586px; }
      @media (max-width: 1023px) {
        .web-center__holder--left {
          position: absolute;
          top: 40px;
          right: -30px;
          bottom: 0;
          z-index: -1;
          width: 280px; } }
      @media (max-width: 767px) {
        .web-center__holder--left {
          top: 60px;
          right: -80px;
          bottom: auto;
          opacity: .45; } }
    .web-center__holder--right {
      width: calc(100% - 586px); }
      @media (max-width: 1023px) {
        .web-center__holder--right {
          width: 80%; } }
      @media (max-width: 767px) {
        .web-center__holder--right {
          width: 100%; } }
  .web-center__title {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .web-center__title {
        margin-bottom: 10px; } }
  .web-center__desc {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .web-center__desc {
        font-size: 14px;
        line-height: 1.71; } }

.why {
  padding: 81px 0 79px;
  background-color: #3c3d41; }
  @media (max-width: 1023px) {
    .why {
      padding: 58px 0 57px; } }
  @media (max-width: 767px) {
    .why {
      padding: 58px 0 4px; } }
  .why__holder {
    word-spacing: -.36em;
    margin: 0 -15px; }
  .why__item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    word-spacing: normal;
    padding: 0 15px; }
    @media (max-width: 1023px) {
      .why__item {
        width: 67%; } }
    @media (max-width: 767px) {
      .why__item {
        display: block;
        width: 100%; } }
    @media (max-width: 1023px) {
      .why__item--img {
        width: 33%; }
        .why__item--img img {
          width: 260px;
          height: 260px; } }
    @media (max-width: 767px) {
      .why__item--img {
        width: 100%;
        text-align: right;
        padding: 4px 5px 0; }
        .why__item--img img {
          width: 140px;
          height: 150px; } }
  .why__title {
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 52px;
    line-height: 1.19;
    color: #fff;
    font-weight: bold;
    padding-bottom: 26px; }
    @media (max-width: 1023px) {
      .why__title {
        font-size: 36px;
        line-height: 1;
        padding-bottom: 23px; } }
    @media (max-width: 767px) {
      .why__title {
        font-size: 24px;
        line-height: 1.42;
        letter-spacing: 0.75px;
        padding-bottom: 13px; } }
  .why__text {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    color: #fff; }
    @media (max-width: 767px) {
      .why__text {
        font-size: 14px;
        line-height: 1.75; } }

.send_request_btn {
  cursor: pointer;
}