/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Regular.eot");
  src: local("Zona Pro Regular"), local("ZonaPro-Regular"), url("../fonts/ZonaPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Regular.woff2") format("woff2"), url("../fonts/ZonaPro-Regular.woff") format("woff"), url("../fonts/ZonaPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Bold.eot");
  src: local("Zona Pro Bold"), local("ZonaPro-Bold"), url("../fonts/ZonaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Bold.woff2") format("woff2"), url("../fonts/ZonaPro-Bold.woff") format("woff"), url("../fonts/ZonaPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-SemiBold.eot");
  src: local("Zona Pro SemiBold"), local("ZonaPro-SemiBold"), url("../fonts/ZonaPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-SemiBold.woff2") format("woff2"), url("../fonts/ZonaPro-SemiBold.woff") format("woff"), url("../fonts/ZonaPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro Ultra";
  src: url("../fonts/ZonaPro-UltraItalic.eot");
  src: local("Zona Pro Ultra Italic"), local("ZonaPro-UltraItalic"), url("../fonts/ZonaPro-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-UltraItalic.woff2") format("woff2"), url("../fonts/ZonaPro-UltraItalic.woff") format("woff"), url("../fonts/ZonaPro-UltraItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro Ultra";
  src: url("../fonts/ZonaPro-Ultra.eot");
  src: local("Zona Pro Ultra"), local("ZonaPro-Ultra"), url("../fonts/ZonaPro-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Ultra.woff2") format("woff2"), url("../fonts/ZonaPro-Ultra.woff") format("woff"), url("../fonts/ZonaPro-Ultra.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Black.eot");
  src: local("Zona Pro Black"), local("ZonaPro-Black"), url("../fonts/ZonaPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Black.woff2") format("woff2"), url("../fonts/ZonaPro-Black.woff") format("woff"), url("../fonts/ZonaPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Light.eot");
  src: local("Zona Pro Light"), local("ZonaPro-Light"), url("../fonts/ZonaPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Light.woff2") format("woff2"), url("../fonts/ZonaPro-Light.woff") format("woff"), url("../fonts/ZonaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro Regular";
  src: url("../fonts/ZonaPro-RegularItalic.eot");
  src: local("Zona Pro Regular Italic"), local("ZonaPro-RegularItalic"), url("../fonts/ZonaPro-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-RegularItalic.woff2") format("woff2"), url("../fonts/ZonaPro-RegularItalic.woff") format("woff"), url("../fonts/ZonaPro-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro Hairline";
  src: url("../fonts/ZonaPro-Hairline.eot");
  src: local("Zona Pro Hairline"), local("ZonaPro-Hairline"), url("../fonts/ZonaPro-Hairline.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Hairline.woff2") format("woff2"), url("../fonts/ZonaPro-Hairline.woff") format("woff"), url("../fonts/ZonaPro-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-LightItalic.eot");
  src: local("Zona Pro Light Italic"), local("ZonaPro-LightItalic"), url("../fonts/ZonaPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-LightItalic.woff2") format("woff2"), url("../fonts/ZonaPro-LightItalic.woff") format("woff"), url("../fonts/ZonaPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-BlackItalic.eot");
  src: local("Zona Pro Black Italic"), local("ZonaPro-BlackItalic"), url("../fonts/ZonaPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-BlackItalic.woff2") format("woff2"), url("../fonts/ZonaPro-BlackItalic.woff") format("woff"), url("../fonts/ZonaPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-ExtraBold.eot");
  src: local("Zona Pro ExtraBold"), local("ZonaPro-ExtraBold"), url("../fonts/ZonaPro-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-ExtraBold.woff2") format("woff2"), url("../fonts/ZonaPro-ExtraBold.woff") format("woff"), url("../fonts/ZonaPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-BoldItalic.eot");
  src: local("Zona Pro Bold Italic"), local("ZonaPro-BoldItalic"), url("../fonts/ZonaPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-BoldItalic.woff2") format("woff2"), url("../fonts/ZonaPro-BoldItalic.woff") format("woff"), url("../fonts/ZonaPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-ExtraBoldItalic.eot");
  src: local("Zona Pro ExtraBold Italic"), local("ZonaPro-ExtraBoldItalic"), url("../fonts/ZonaPro-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/ZonaPro-ExtraBoldItalic.woff") format("woff"), url("../fonts/ZonaPro-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-SemiBoldItalic.eot");
  src: local("Zona Pro SemiBold Italic"), local("ZonaPro-SemiBoldItalic"), url("../fonts/ZonaPro-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-SemiBoldItalic.woff2") format("woff2"), url("../fonts/ZonaPro-SemiBoldItalic.woff") format("woff"), url("../fonts/ZonaPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro Hairline";
  src: url("../fonts/ZonaPro-HairlineItalic.eot");
  src: local("Zona Pro Hairline Italic"), local("ZonaPro-HairlineItalic"), url("../fonts/ZonaPro-HairlineItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-HairlineItalic.woff2") format("woff2"), url("../fonts/ZonaPro-HairlineItalic.woff") format("woff"), url("../fonts/ZonaPro-HairlineItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Thin.eot");
  src: local("Zona Pro Thin"), local("ZonaPro-Thin"), url("../fonts/ZonaPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Thin.woff2") format("woff2"), url("../fonts/ZonaPro-Thin.woff") format("woff"), url("../fonts/ZonaPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-ThinItalic.eot");
  src: local("Zona Pro Thin Italic"), local("ZonaPro-ThinItalic"), url("../fonts/ZonaPro-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-ThinItalic.woff2") format("woff2"), url("../fonts/ZonaPro-ThinItalic.woff") format("woff"), url("../fonts/ZonaPro-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #0c0c0d;
  background: #fff;
  font: 16px/1.2 "Zona Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

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

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #0c0c0d; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #98a7c3;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #0c0c0d; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #98a7c3; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #98a7c3; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #98a7c3; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #98a7c3; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #98a7c3; }

select {
  -webkit-border-radius: 0; }

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

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.section_header.absolute {
  z-index: 100; }

header .container {
  padding: 0 10px; }

header .row {
  min-height: 80px; }
  @media (max-width: 1023px) {
    header .row.desktop {
      display: none; } }
  @media (min-width: 1024px) {
    header .row.mobile {
      display: none; } }

header .block {
  position: initial; }
  header .block.block_contactus_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1023px) {
      header .block.block_contactus_lang {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  @media (max-width: 1023px) {
    header .block.desktop {
      display: none; } }
  @media (min-width: 1024px) {
    header .block.mobile {
      display: none; } }

@media (max-width: 1023px) {
  .lang {
    position: absolute;
    top: 30px;
    right: 70px; } }

#select_lang {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 30px; }
  @media (max-width: 1023px) {
    #select_lang {
      color: #0c0c0d;
      margin-left: 0;
      margin-bottom: 20px; } }

#select_lang option {
  color: #0c0c0d;
  border: 0;
  border-bottom: 1px solid black;
  padding: 5px 10px;
  text-align: center; }
  @media (max-width: 1023px) {
    #select_lang option {
      padding: 0 10px; } }

.drop_block {
  position: relative;
  margin-left: 30px;
  padding: 15px; }
  @media (max-width: 1199px) {
    .drop_block {
      margin-left: 0; } }
  @media (max-width: 1023px) {
    .drop_block {
      padding: 0 15px;
      margin-left: initial; } }

.drop_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600; }
  .drop_link span {
    color: #fff; }
    .drop_link span.img {
      margin-left: 6px;
      width: 10px;
      height: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  @media (max-width: 1023px) {
    .drop_link {
      color: #0c0c0d;
      margin-left: 0;
      margin-bottom: 20px; }
      .drop_link span {
        color: #0c0c0d; }
      .drop_link .img img {
        filter: grayscale(1) brightness(0); } }

.drop_menu {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #0c0c0d;
  border: 0;
  box-shadow: 0 0 10px rgba(12, 12, 13, 0.2);
  text-align: center;
  display: flex;
  opacity: 0;
  visibility: hidden;
  font-size: 14px; }
  @media (max-width: 1023px) {
    .drop_menu {
      top: 26px; } }
  .drop_menu span,
  .drop_menu a {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .drop_menu span > span,
    .drop_menu a > span {
      padding: 0;
      border-bottom: 0; }
    .drop_menu span:hover,
    .drop_menu a:hover {
      background: rgba(0, 0, 0, 0.2); }
      .drop_menu span:hover span,
      .drop_menu a:hover span {
        background: transparent; }
    .drop_menu span.active,
    .drop_menu a.active {
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      color: #fff; }

.drop_link:hover {
  cursor: pointer; }

.drop_link .img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.drop_link.active .img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.drop_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden; }
  .drop_menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible; }

header section:only-child .drop_link {
  color: #0c0c0d; }
  header section:only-child .drop_link span {
    color: #0c0c0d; }
  header section:only-child .drop_link .img img {
    filter: grayscale(1) brightness(0); }

header section:only-child #select_lang {
  color: #0c0c0d; }

@media (max-width: 1023px) {
  body.popup_body_show {
    overflow-y: hidden; }
    body.popup_body_show .popup_body {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      background: #fff;
      width: 100%;
      height: 100%;
      overflow-y: scroll;
      padding-top: 100px; }
      body.popup_body_show .popup_body > .block {
        width: 100%; }
    body.popup_body_show .block {
      padding: 10px; } }

.open_popup {
  position: relative;
  z-index: 100; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px; }
  @media (max-width: 1023px) {
    .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 1023px) {
    .menu > li {
      padding: 15px 0; } }
  .menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff; }
    @media (min-width: 1024px) {
      .menu > li > a {
        padding: 20px; } }
    @media (max-width: 1439px) {
      .menu > li > a {
        padding: 10px; } }
    @media (max-width: 1099px) {
      .menu > li > a {
        padding: 10px 5px; } }
    @media (max-width: 1023px) {
      .menu > li > a {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        color: #0c0c0d;
        font-size: 28px;
        text-transform: uppercase;
        padding: 20px; } }
    .menu > li > a span.img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .menu > li > a:only-child span.img {
      display: none; }
    @media (min-width: 1024px) {
      .menu > li > a:hover span.img {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; } }

.menu_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background: #fff;
  font-size: 14px; }
  @media (min-width: 1024px) {
    .menu_sub {
      position: absolute;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0 auto;
      margin-left: -10px;
      box-shadow: 10px 20px 24px rgba(12, 12, 13, 0.15); } }
  @media (max-width: 1023px) {
    .menu_sub {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) {
    .menu_sub.big {
      margin-left: initial;
      left: 0; } }
  .menu_sub li {
    margin-bottom: 20px; }
    .menu_sub li:last-child {
      margin-bottom: initial; }
    .menu_sub li li ul {
      padding: 15px 0 0; }
      .menu_sub li li ul li {
        padding-left: 10px; }
        .menu_sub li li ul li:before {
          content: "\2022";
          color: #98a7c3;
          font-weight: bold;
          display: inline-block;
          width: 0.2em;
          margin-right: 10px; }
  .menu_sub ul.tech_mobi li {
    padding-left: 0; }
    .menu_sub ul.tech_mobi li:before {
      display: none; }
    .menu_sub ul.tech_mobi li span.color {
      font-style: italic;
      font-weight: 600; }
    .menu_sub ul.tech_mobi li span.colon {
      font-style: italic;
      font-weight: 600; }
  .menu_sub a {
    color: #98a7c3;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0.1s;
            transition: all 0.3s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .menu_sub a.dotes {
      position: relative;
      padding-left: 20px; }
      .menu_sub a.dotes:before {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #98a7c3;
        display: block;
        content: "";
        clear: both; }
    .menu_sub a:hover {
      color: #0c0c0d;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .menu_sub a:not(:only-child) {
      color: #0c0c0d; }
  .menu_sub .inner {
    color: #0c0c0d;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 16px; }
  .menu_sub .write {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px; }
    @media (max-width: 1023px) {
      .menu_sub .write {
        display: none; } }
    .menu_sub .write .img {
      width: 343px; }
    .menu_sub .write .text {
      position: absolute;
      top: 30px;
      left: 30px;
      right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #fff; }
      .menu_sub .write .text > * {
        margin-bottom: 20px; }
      .menu_sub .write .text .caption {
        font-size: 3em;
        font-style: italic;
        font-weight: 600; }
      .menu_sub .write .text .description {
        color: #98a7c3;
        font-size: 14px; }
      .menu_sub .write .text .icon {
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 24px;
        height: 24px;
        background: #fff; }
        .menu_sub .write .text .icon img {
          padding: 3px; }
  .menu_sub .sub {
    min-width: 180px;
    margin-right: 50px; }
    .menu_sub .sub.two_col ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 420px; }
      .menu_sub .sub.two_col ul li {
        width: 50%; }
        @media (max-width: 1023px) {
          .menu_sub .sub.two_col ul li {
            width: 100%; } }

@media (min-width: 1024px) {
  .menu li .menu_sub {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: visibility, opacity;
            transition-property: visibility, opacity;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition: all 0.5s ease 0.1s;
            transition: all 0.5s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }

@media (min-width: 1024px) {
  .menu li:hover .menu_sub {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: visibility, opacity;
            transition-property: visibility, opacity;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
            transition: all 0.5s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }

@media (max-width: 1023px) {
  .menu > li .menu_sub {
    display: none; }
  .menu > li.is-open0 .menu_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu > li .menu_sub .sub > li ul {
    display: none; } }

.menu_sub .sub > li > .inner > a {
  color: #0c0c0d;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 16px; }
  @media (max-width: 1023px) {
    .menu_sub .sub > li > .inner > a {
      color: #ff0000;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 24px;
      font-style: italic;
      margin-bottom: initial; } }

.block_first {
  position: absolute !important;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px; }

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.open_popup,
.popup_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .open_popup:hover,
  .popup_close:hover {
    cursor: pointer; }

.contact_us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fff;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  padding: 15px 30px;
  font-size: 14px; }
  @media (max-width: 1199px) {
    .contact_us {
      padding: 15px; } }
  @media (max-width: 1023px) {
    .contact_us {
      padding: 15px 30px; } }
  @media (min-width: 1300px) {
    .contact_us .icon {
      display: none; } }
  @media (max-width: 1023px) {
    .contact_us .icon {
      display: none; } }
  @media (max-width: 1299px) {
    .contact_us .caption {
      display: none; } }
  @media (max-width: 1023px) {
    .contact_us .caption {
      display: block; } }

@media (max-width: 1023px) {
  .one_step .inner {
    display: none; }
  .one_step ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 1023px) {
  .menu_sub {
    padding-bottom: 0;
    padding-right: 0; }
    .menu_sub .inner {
      color: #ff0000;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 24px;
      font-style: italic; } }

@media (min-width: 1024px) {
  .menu_sub .inner .img {
    display: none; } }

@media (max-width: 1023px) {
  .menu .delim {
    display: none; }
  .menu > li .menu_sub .sub > li ul {
    margin-bottom: 30px; }
    .menu > li .menu_sub .sub > li ul .color {
      color: #98a7c3;
      -webkit-background-clip: initial;
      -webkit-text-fill-color: initial;
      background: transparent; }
  .menu .img {
    position: relative; }
    .menu .img img {
      display: none; }
    .menu .img:before {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 16px;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      content: "" !important;
      clear: both; }
    .menu .img:after {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 16px;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      content: "" !important;
      clear: both;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .menu .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .menu .inner .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 28px;
      height: 28px;
      min-width: 28px;
      min-height: 28px;
      background: #0c0c0d; }
    .menu .inner:hover {
      cursor: pointer; }
  .menu .menu_sub .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .menu .menu_sub .inner .img {
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600); }
  .menu .is-open1 > .inner .img:before {
    content: "-"; }
  .menu .is-open1 > .inner .img:after {
    display: none; }
  .menu .is-open2 > .inner .img:before {
    content: "-"; }
  .menu .is-open2 > .inner .img:after {
    display: none; } }

@media (max-width: 1023px) {
  .menu li .menu_sub ul.tech_mobi,
  .menu_sub ul.tech_mobi,
  .tech_mobi {
    padding: 0; }
    .menu li .menu_sub ul.tech_mobi .tech_mobi,
    .menu_sub ul.tech_mobi .tech_mobi,
    .tech_mobi .tech_mobi {
      display: initial !important; }
    .menu li .menu_sub ul.tech_mobi li,
    .menu_sub ul.tech_mobi li,
    .tech_mobi li {
      margin-bottom: 20px; }
      .menu li .menu_sub ul.tech_mobi li span.color,
      .menu_sub ul.tech_mobi li span.color,
      .tech_mobi li span.color {
        display: inline-block;
        margin-bottom: 20px;
        color: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .menu li .menu_sub ul.tech_mobi li span.colon,
      .menu_sub ul.tech_mobi li span.colon,
      .tech_mobi li span.colon {
        display: inline-block;
        margin-bottom: 20px; } }

main {
  padding-top: 0 !important; }

header section:first-child {
  position: absolute;
  z-index: 10; }

header section .logo .img .white {
  display: none; }

header section .logo .img .black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 1024px) {
  header section .menu > li > a {
    color: #fff; } }

header section:only-child {
  position: relative;
  background: #fff; }
  header section:only-child .logo .img .white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  header section:only-child .logo .img .black {
    display: none; }
  @media (min-width: 1024px) {
    header section:only-child .menu > li > a {
      color: #0c0c0d; } }
  @media (min-width: 1024px) {
    header section:only-child .menu > li > a .img img,
    header section:only-child .menu > li > a .icon img {
      filter: invert(1); } }

@media (max-width: 1023px) {
  .popup_body_show header section .logo .img .white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 1023px) {
  .popup_body_show header section .logo .img .black {
    display: none; } }

.section_first_screen {
  position: relative;
  background: #0c0c0d;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0; }
  .section_first_screen > .container {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .section_first_screen > .container > .row {
      z-index: 1;
      position: initial;
      -webkit-box-pack: inherit;
          -ms-flex-pack: inherit;
              justify-content: inherit;
      -webkit-box-align: inherit;
          -ms-flex-align: inherit;
              align-items: inherit; }
      .section_first_screen > .container > .row > .block {
        position: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .section_first_screen .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    padding: 20px; }
    .section_first_screen .text a {
      margin: initial; }
  .section_first_screen .caption {
    font-size: 52px;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .section_first_screen .caption {
        font-size: 40px; } }
    .section_first_screen .caption.big {
      font-size: 80px; }
      @media (max-width: 1023px) {
        .section_first_screen .caption.big {
          font-size: 40px; } }
  .section_first_screen .description {
    margin-bottom: 40px; }
    .section_first_screen .description.opacity {
      color: rgba(255, 255, 255, 0.5); }
    .section_first_screen .description.gray {
      color: #98a7c3; }
  .section_first_screen .color {
    color: #ff0000;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-weight: 600; }
  .section_first_screen .client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 24px;
    background: rgba(12, 12, 13, 0.4);
    min-width: 280px;
    margin-left: 20px; }
    .section_first_screen .client .caption {
      font-size: 16px;
      color: #fff;
      font-weight: 700;
      margin: 0;
      margin-bottom: 4px; }
    .section_first_screen .client .description {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      margin: 0; }
  .section_first_screen .date_domain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    color: #fff;
    padding: 15px; }
    .section_first_screen .date_domain > div {
      padding: 5px; }
  .section_first_screen .block_img {
    position: relative; }
  .section_first_screen .block_text {
    position: relative;
    z-index: 2; }
  .section_first_screen.full {
    min-height: 768px; }
    .section_first_screen.full .block_img {
      position: absolute !important;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      width: 100vw !important;
      padding: 0 !important; }
      .section_first_screen.full .block_img .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        width: 100%; }
        .section_first_screen.full .block_img .img img {
          max-width: initial;
          min-width: 100%;
          min-height: 100%;
          object-fit: cover; }
    .section_first_screen.full .block_text {
      position: relative;
      max-width: 1440px; }
  .section_first_screen.center .block_text {
    margin: 0 auto;
    text-align: center; }
  .section_first_screen.center .text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    text-align: center; }
  @media (max-width: 1023px) {
    .section_first_screen.des_mob {
      min-height: 100svh;
      height: 100svh; } }
  @media (max-width: 1023px) {
    .section_first_screen.des_mob .block_img .img {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (max-width: 1023px) {
    .section_first_screen.des_mob .block_img .img img {
      min-height: initial;
      object-fit: contain; } }

@media (min-width: 1024px) {
  .section_reviews .content {
    margin-top: 55px; } }

.video_wrapper {
  display: inline-block;
  width: 370px;
  height: 370px;
  min-width: 370px;
  min-height: 370px; }
  @media (max-width: 479px) {
    .video_wrapper {
      width: 242px;
      height: 242px;
      min-width: 242px;
      min-height: 242px; } }

.reviews li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px; }
  @media (max-width: 1023px) {
    .reviews li .inner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; } }
  .reviews li .inner .img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 370px;
    height: 370px;
    min-width: 370px;
    min-height: 370px;
    border-radius: 50%;
    margin-right: 60px;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600); }
    @media (max-width: 1023px) {
      .reviews li .inner .img {
        margin: 40px 0; } }
    @media (max-width: 479px) {
      .reviews li .inner .img {
        width: 232px;
        height: 232px;
        min-width: 232px;
        min-height: 232px; } }
    .reviews li .inner .img .video_wrapper,
    .reviews li .inner .img .img_wrapper {
      position: absolute;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 360px;
      height: 360px;
      min-width: 360px;
      min-height: 360px;
      border-radius: 50%;
      overflow: hidden; }
      @media (max-width: 479px) {
        .reviews li .inner .img .video_wrapper,
        .reviews li .inner .img .img_wrapper {
          width: 232px;
          height: 232px;
          min-width: 232px;
          min-height: 232px; } }
      .reviews li .inner .img .video_wrapper video,
      .reviews li .inner .img .img_wrapper video {
        height: 100%; }
    .reviews li .inner .img .video_wrapper {
      position: relative; }
      .reviews li .inner .img .video_wrapper .play {
        position: absolute;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 60px;
        height: 60px;
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600);
        z-index: 2;
        border-radius: 200px; }
        .reviews li .inner .img .video_wrapper .play span {
          position: absolute;
          z-index: 2;
          border-left: 35px solid #fff;
          border-right: 18px dashed transparent;
          border-top: 18px dashed transparent;
          border-bottom: 18px dashed transparent;
          left: 16px; }
      .reviews li .inner .img .video_wrapper .pause {
        position: absolute;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 60px;
        height: 60px;
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600);
        z-index: 2;
        border-radius: 200px;
        opacity: 0.5; }
        .reviews li .inner .img .video_wrapper .pause span {
          position: absolute;
          z-index: 2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          border-left: 13px solid #fff;
          border-right: 13px solid #fff;
          width: 35px;
          height: 35px;
          margin-left: 0; }
    .reviews li .inner .img .video_wrapper .play {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .reviews li .inner .img .video_wrapper .pause {
      display: none; }
    .reviews li .inner .img .video_wrapper.active .play {
      display: none; }
    .reviews li .inner .img .video_wrapper.active .pause {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 0; }
      @media (max-width: 1023px) {
        .reviews li .inner .img .video_wrapper.active .pause {
          opacity: 0.25; } }
    .reviews li .inner .img .video_wrapper.active:hover .pause {
      opacity: 0.5; }
      @media (max-width: 1023px) {
        .reviews li .inner .img .video_wrapper.active:hover .pause {
          opacity: 0.25; } }
  .reviews li .inner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .reviews li .inner .text .description {
      font-size: 24px; }
      @media (max-width: 1023px) {
        .reviews li .inner .text .description {
          font-size: 18px; } }
    .reviews li .inner .text .name_team {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 30px 0; }
      .reviews li .inner .text .name_team .name {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 7px; }
        @media (max-width: 1023px) {
          .reviews li .inner .text .name_team .name {
            font-size: 20px; } }
      .reviews li .inner .text .name_team .team {
        font-size: 16px;
        font-weight: 400;
        font-style: italic; }
  .reviews li .inner .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .reviews li .inner .link span {
      font-size: 18px;
      font-weight: 600;
      color: #0c0c0d; }
    .reviews li .inner .link .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 28px;
      height: 28px;
      margin-right: 10px; }

.mute,
.unmute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent; }

.unmute img {
  opacity: 0; }

#slider_reviews .slick-prev {
  position: absolute;
  top: -104px;
  right: 64px;
  left: initial;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  background: #0c0c0d; }
  #slider_reviews .slick-prev:before {
    background: url("../images/slick_prev.svg");
    content: "";
    width: 20px;
    height: 20px; }
  @media (max-width: 1023px) {
    #slider_reviews .slick-prev {
      top: -140px; } }
  @media (max-width: 479px) {
    #slider_reviews .slick-prev {
      top: -160px;
      right: 48px;
      width: 48px;
      height: 48px; } }

#slider_reviews .slick-next {
  position: absolute;
  top: -104px;
  right: 0;
  left: initial;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  background: #0c0c0d; }
  #slider_reviews .slick-next:before {
    background: url("../images/slick_next.svg");
    content: "";
    width: 20px;
    height: 20px; }
  @media (max-width: 1023px) {
    #slider_reviews .slick-next {
      top: -140px; } }
  @media (max-width: 479px) {
    #slider_reviews .slick-next {
      top: -160px;
      width: 48px;
      height: 48px; } }

#slider_reviews .slick-disabled {
  background: #f5f6f9; }
  #slider_reviews .slick-disabled:before {
    filter: brightness(0) grayscale(1); }

#slider {
  display: none; }

#slider.slick-initialized {
  display: block; }

#mainslider {
  display: none; }

#mainslider.slick-initialized {
  display: block; }

#slider_reviews {
  display: none; }

#slider_reviews.slick-initialized {
  display: block; }

#slider_cases {
  display: none; }

#slider_cases.slick-initialized {
  display: block; }

.section_bg {
  background: #f5f6f9; }

.section_bg_tr {
  background: #f5f6f9; }
  @media (max-width: 1023px) {
    .section_bg_tr {
      background: transparent; } }

.section_black {
  background: #0c0c0d; }
  @media (max-width: 1023px) {
    .section_black {
      padding: 40px 10px; } }

.section_bg3 {
  background: #eff2f6; }

.section_c {
  background: #0c0c0d;
  color: #fff; }

.section_quote {
  padding-top: 0; }
  .section_quote.section_quote_top {
    margin-top: -60px; }

.section_delim {
  padding: 0;
  margin: 0; }
  .section_delim * {
    padding: 0;
    margin: 0; }
  .section_delim > .container {
    max-width: initial;
    padding: 0;
    margin: 0; }
  .section_delim .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: auto;
    width: 100%;
    max-height: 600px;
    overflow: hidden; }
    .section_delim .img img {
      max-width: initial;
      min-width: 100%;
      width: 100%;
      margin: auto; }

.pbot {
  padding-bottom: 0; }

.pini {
  padding: 80px 0 0 0; }

.p0 {
  padding: 0; }

.color {
  color: #ff0000;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .color.ita {
    font-style: italic; }

main {
  padding: 80px 0; }
  @media (max-width: 1023px) {
    main {
      padding: 20px 0; } }
  main section {
    padding: 80px; }
    @media (max-width: 1023px) {
      main section {
        padding: 10px; } }
    main section.section_solutions {
      padding: 80px 0; }
      @media (max-width: 1023px) {
        main section.section_solutions {
          padding: 10px; } }
      @media (min-width: 1024px) {
        main section.section_solutions .container {
          padding: 10px 0; } }

.heading {
  font-size: 52px;
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .heading {
      font-size: 36px;
      margin-bottom: 20px; } }
  @media (max-width: 479px) {
    .heading {
      font-size: 30px; } }
  .heading.middle {
    font-size: 42px;
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      .heading.middle {
        font-size: 36px;
        margin-bottom: 20px; } }
    @media (max-width: 479px) {
      .heading.middle {
        font-size: 30px; } }
  .heading.big {
    font-size: 80px; }
    @media (max-width: 1023px) {
      .heading.big {
        font-size: 36px;
        margin-bottom: 20px; } }
  .heading.line {
    position: relative;
    padding-bottom: 30px; }
    .heading.line:before {
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      content: "";
      clear: both;
      height: 8px;
      width: 100vw;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600); }
  .heading.ita {
    font-style: italic; }
  .heading.center {
    text-align: center; }
    @media (max-width: 1023px) {
      .heading.center {
        text-align: left; } }
  .heading.min {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .heading.min {
        font-size: 24px; } }
  .heading.small {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px; }
    @media (max-width: 1023px) {
      .heading.small br {
        display: none; } }
  .heading.minimal {
    font-size: 16px;
    font-weight: 600; }
  .heading.black {
    color: #0c0c0d; }
  .section_black .heading {
    color: #fff; }
  .heading.mtop {
    margin-top: -50px; }
    @media (max-width: 1023px) {
      .heading.mtop {
        margin-top: initial; } }
  .heading.mb0 {
    margin-bottom: -20px; }
  .heading.mb20 {
    margin-bottom: 20px; }
  .heading.opacity {
    opacity: 0.5; }
  .heading.pl {
    padding-left: 15px; }
    @media (max-width: 1023px) {
      .heading.pl {
        padding-left: initial; } }

p:last-child {
  margin-bottom: 0; }

.content {
  line-height: 1.5;
  font-size: 16px;
  color: #98a7c3; }
  .content .bold {
    font-weight: 600; }
  .content.big {
    font-size: 24px; }
    @media (max-width: 1023px) {
      .content.big {
        font-size: 16px; } }
  .content.max {
    font-size: 48px; }
    @media (max-width: 1023px) {
      .content.max {
        font-size: 24px; } }
  .content.black, .content.dark {
    color: #0c0c0d; }
  .content.white {
    color: #fff; }
  .content.grey {
    color: #48505E; }
  .content.w70 {
    color: rgba(255, 255, 255, 0.7); }
  .content.opacity {
    color: rgba(255, 255, 255, 0.7); }
  .content.center {
    text-align: center; }
  .content.center_desktop {
    text-align: center; }
    @media (max-width: 1023px) {
      .content.center_desktop {
        text-align: left; } }
  .content.center_mobile {
    text-align: left; }
    @media (max-width: 1023px) {
      .content.center_mobile {
        text-align: center; } }
  .content.light {
    line-height: 1.5;
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.7);
    text-align: center; }
    @media (max-width: 1023px) {
      .content.light {
        max-width: initial;
        margin: initial;
        margin-bottom: 20px;
        text-align: left; } }
  .content ul li {
    position: relative;
    padding-left: 36px;
    margin: 20px 0; }
    .content ul li:before {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -12px;
      width: 24px;
      height: 24px;
      display: block;
      content: "";
      clear: both;
      background: url("../images/content_check.svg"); }
  .content ul.dot li:before {
    top: 10px;
    left: 12px;
    margin-top: initial;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0c0c0d; }
  .content ul.grad li {
    position: relative; }
    .content ul.grad li:before {
      position: absolute;
      top: 14px;
      left: 0;
      display: block;
      content: "";
      clear: both;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 18px;
      height: 18px;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      color: #fff;
      font-size: 0;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      @media (max-width: 1023px) {
        .content ul.grad li:before {
          bottom: 0; } }
    .content ul.grad li:after {
      position: absolute;
      top: 7px;
      left: 5px;
      width: 8px;
      height: 8px;
      background: #fff;
      display: block;
      content: "";
      clear: both;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .content ul.keys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    counter-reset: initial; }
    .content ul.keys li {
      width: calc(100% / 2);
      padding: 20px 32px 20px 32px;
      margin: 0;
      font-style: italic;
      font-weight: 300;
      counter-increment: initial; }
      @media (max-width: 1023px) {
        .content ul.keys li {
          width: calc(100% / 1);
          padding: 20px 20px 20px 32px; } }
      .content ul.keys li .bold {
        font-weight: bold; }
      .content ul.keys li:before {
        top: 34px; }
      .content ul.keys li:after {
        top: 27px;
        background: #0c0c0d; }
  .content ul.keys__only_one {
    margin-top: 20px; }
    .content ul.keys__only_one li {
      width: 100%;
      color: #fff;
      font-style: normal;
      padding-bottom: 0; }
  .content ul.grad_check li {
    position: relative; }
    .content ul.grad_check li:before {
      position: absolute;
      top: 14px;
      left: 0;
      display: block;
      content: "";
      clear: both;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 20px;
      height: 20px;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      color: #fff;
      font-size: 0;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      @media (max-width: 1023px) {
        .content ul.grad_check li:before {
          bottom: 0; } }
    .content ul.grad_check li:after {
      position: absolute;
      top: 7px;
      left: 6px;
      width: 8px;
      height: 8px;
      background: url("../images/check_white.svg");
      display: block;
      content: "";
      clear: both;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .content ul.red_cancel li {
    position: relative; }
    .content ul.red_cancel li:before {
      position: absolute;
      top: 14px;
      left: 0;
      display: block;
      content: "";
      clear: both;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 20px;
      height: 20px;
      background: #FF0000;
      color: #fff;
      font-size: 0;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      @media (max-width: 1023px) {
        .content ul.red_cancel li:before {
          bottom: 0; } }
    .content ul.red_cancel li:after {
      position: absolute;
      top: 5px;
      left: 5px;
      width: 10px;
      height: 10px;
      background: url("../images/cancel_white.svg");
      display: block;
      content: "";
      clear: both;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .content.black ul.keys li:after {
    background: #fff; }
  .content.bg_gray {
    background: #eff2f6;
    color: #0c0c0d;
    padding: 24px; }

@media (max-width: 1023px) {
  .block__img_last {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media (max-width: 1023px) {
  .block__img_last .img_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -30px auto 0; } }

.block__img_last .img_center img {
  position: relative;
  -webkit-animation: UpDown 4s linear infinite;
          animation: UpDown 4s linear infinite; }
  @media (max-width: 1023px) {
    .block__img_last .img_center img {
      max-width: 50px; } }

@-webkit-keyframes UpDown {
  0% {
    bottom: 0; }
  20% {
    bottom: .5em; }
  40% {
    bottom: 0; } }

@keyframes UpDown {
  0% {
    bottom: 0; }
  20% {
    bottom: .5em; }
  40% {
    bottom: 0; } }

.list_box {
  position: relative;
  padding-left: 28px;
  margin-bottom: 24px; }
  .list_box:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    content: "";
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16px;
    height: 16px;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600); }
  .list_box:after {
    position: absolute;
    top: 8px;
    left: 4px;
    display: block;
    content: "";
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 8px;
    height: 8px;
    background: #fff; }

.quote {
  background: #0c0c0d;
  color: #fff;
  padding: 80px 100px;
  font-size: 24px;
  font-style: italic; }
  @media (max-width: 1023px) {
    .quote {
      padding: 20px;
      font-size: 16px; } }
  .quote.p_min {
    padding: 64px 100px; }
    @media (max-width: 1023px) {
      .quote.p_min {
        padding: 64px 20px;
        margin-left: -20px;
        margin-right: -20px; } }
  .quote.normal {
    font-style: normal; }
  .quote.min {
    padding: 24px 74px;
    font-weight: normal;
    font-size: 16px; }
  .quote.right {
    display: inline-block;
    float: right;
    text-align: center; }
  .quote.m_top {
    margin: 36px 0 0 0; }
    @media (max-width: 1023px) {
      .quote.m_top {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -20px; } }
  .quote.left {
    display: inline-block;
    float: left;
    text-align: left; }
  .quote.small {
    padding: 24px 32px; }

.button.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  font-size: 14px;
  opacity: 0.5;
  margin: 30px auto; }
  @media (max-width: 1023px) {
    .button.next {
      margin: 15px auto;
      padding: 25px; } }
  .button.next:hover {
    opacity: 1; }

.button.send {
  margin: 0; }

.button.not_opacity {
  opacity: 1;
  padding: 22px; }
  .button.not_opacity:hover {
    opacity: 0.5; }

a.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  font-size: 14px;
  margin: 30px auto; }
  @media (max-width: 1023px) {
    a.more {
      margin: 15px auto;
      padding: 25px; } }

a.ajax-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  font-size: 14px;
  margin: 30px auto;
  max-width: 340px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    a.ajax-more {
      margin: 15px auto;
      padding: 25px; } }
  a.ajax-more:hover {
    opacity: 0.5; }

a.view_all {
  max-width: 340px;
  margin: 0 auto; }
  @media (max-width: 479px) {
    a.view_all {
      max-width: 240px; } }
  a.view_all:hover {
    opacity: 0.5; }

a.all_indent {
  max-width: 340px;
  margin: 64px auto; }
  @media (max-width: 1023px) {
    a.all_indent {
      margin: 32px auto; } }
  @media (max-width: 479px) {
    a.all_indent {
      max-width: 240px; } }
  a.all_indent:hover {
    opacity: 0.5; }

a.gray {
  background: #98a7c3;
  color: #fff; }

a.link_got {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: initial;
  margin: 0; }
  a.link_got span {
    padding: 0 20px;
    text-align: center; }
  a.link_got .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 48px;
    min-height: 48px;
    background: #0c0c0d;
    padding: 0; }
  a.link_got:hover {
    opacity: 0.5; }

.description {
  font-weight: 300; }

.section_h1 {
  padding-bottom: 0; }

h1 {
  font-size: 52px;
  font-style: italic;
  font-weight: normal; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 35px; } }

.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pages li {
    padding: 8px; }
    .pages li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 48px;
      height: 48px;
      min-width: 48px;
      min-height: 48px;
      font-size: 16px;
      font-weight: 700;
      color: #0c0c0d; }
      .pages li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .pages li .inner.arrow {
        background: #0c0c0d; }
        .pages li .inner.arrow .img img {
          filter: brightness(0) grayscale(1) invert(1); }
      .pages li .inner.disabled {
        background: #fff; }
        .pages li .inner.disabled .img img {
          filter: none; }
      .pages li .inner.arrow_left {
        margin-right: 30px; }
      .pages li .inner.arrow_right {
        margin-left: 30px; }
      .pages li .inner:hover {
        background: #98a7c3; }
        .pages li .inner:hover .img img {
          filter: brightness(0) grayscale(1) invert(1); }
      .pages li .inner.active {
        background: #0c0c0d;
        color: #fff; }

.section_gift {
  position: relative;
  z-index: 2;
  padding: 0 !important;
  background: #0c0c0d;
  width: 100% !important; }
  .section_gift .container {
    position: relative; }
  .section_gift .heading {
    margin-bottom: initial; }
    @media (max-width: 1023px) {
      .section_gift .heading {
        text-align: center;
        font-size: 36px; } }
  .section_gift #timer {
    width: 100%; }
    .section_gift #timer li {
      position: relative;
      width: calc(100% / 3); }
      .section_gift #timer li:before {
        position: absolute;
        top: 50%;
        margin-top: -28px;
        right: 0;
        display: block;
        content: ":";
        clear: both;
        color: #fff;
        font-size: 48px; }
      .section_gift #timer li .inner {
        background: transparent;
        min-height: initial; }
        .section_gift #timer li .inner .time {
          color: #fff;
          font-style: normal;
          font-weight: 400;
          font-size: 48px; }
        .section_gift #timer li .inner .text {
          font-size: 16px;
          font-weight: 600;
          color: #98a7c3;
          font-style: italic;
          background: transparent;
          -webkit-background-clip: initial;
          -webkit-text-fill-color: #98a7c3; }
      .section_gift #timer li:first-child {
        display: none; }
      .section_gift #timer li:last-child:before {
        display: none; }
  .section_gift .close_gift {
    position: absolute;
    right: 0;
    bottom: -28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    background: #0c0c0d; }
    .section_gift .close_gift:hover {
      opacity: 0.75;
      cursor: pointer; }
  .section_gift.hide {
    display: none; }

@media (max-width: 1023px) {
  .section_table_vs.section_stat_bg {
    padding-right: 10px; } }

.table_vs {
  width: 100%; }
  .table_vs .caption {
    font-size: 16px;
    font-weight: 600;
    font-style: italic; }
    @media (max-width: 1023px) {
      .table_vs .caption {
        margin-bottom: 10px; } }
  .table_vs thead th {
    padding: 0 50px 0 0; }
    @media (max-width: 1023px) {
      .table_vs thead th {
        padding: 0 10px 0 0; } }
    .table_vs thead th:first-child {
      padding: 0 200px 0 50px; }
    @media (max-width: 1023px) {
      .table_vs thead th:last-child {
        padding: 0 0 0 10px; } }
  .table_vs thead .heading {
    text-align: left;
    font-size: 28px; }
    @media (max-width: 1023px) {
      .table_vs thead .heading {
        font-size: 21px; } }
    @media (max-width: 479px) {
      .table_vs thead .heading {
        font-size: 18px; } }
  .table_vs tbody tr {
    border-top: 1px solid #98a7c3; }
  .table_vs tbody td {
    text-align: left;
    vertical-align: baseline;
    padding: 50px 50px 50px 0; }
    @media (max-width: 1023px) {
      .table_vs tbody td {
        padding: 10px 10px 10px 0; } }
    @media (max-width: 1023px) {
      .table_vs tbody td {
        width: 50%; } }
    @media (max-width: 1023px) {
      .table_vs tbody td:last-child {
        padding: 10px 0 10px 10px; } }
  .table_vs tbody .content p {
    margin-bottom: 0; }
  .table_vs tbody p {
    font-size: 16px;
    color: #98a7c3; }
    @media (max-width: 479px) {
      .table_vs tbody p {
        font-size: 14px; } }
  .table_vs.table_vs__col_first tr td,
  .table_vs.table_vs__col_first tr th {
    padding-left: 20px;
    padding-right: 20px; }
    .table_vs.table_vs__col_first tr td:first-child,
    .table_vs.table_vs__col_first tr th:first-child {
      padding-left: 0;
      padding-right: 20px; }
    .table_vs.table_vs__col_first tr td:nth-child(2),
    .table_vs.table_vs__col_first tr th:nth-child(2) {
      position: relative;
      background: #fff;
      padding-left: 20px;
      padding-right: 20px; }
  .table_vs.table_vs__col_first tr th .heading {
    margin-bottom: 20px;
    margin-top: 20px; }
  .table_vs.table_vs__col_first tr th:nth-child(2):before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    clear: both;
    box-shadow: 2px 8px 12px rgba(12, 12, 13, 0.1); }
  .table_vs.table_vs__col_first tr td:nth-child(2):before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    clear: both;
    box-shadow: 2px 8px 12px rgba(12, 12, 13, 0.1); }
  .table_vs.table_vs__col_first tr td:nth-child(2):after {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    display: block;
    content: '';
    clear: both;
    -webkit-transition: all 0.2s ease 0.1s;
            transition: all 0.2s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .table_vs.table_vs__col_first tr td:nth-child(2) > * {
    position: relative;
    z-index: 1; }
  .table_vs.table_vs__col_first tr:hover td:nth-child(2):after {
    top: 0;
    bottom: 0;
    height: 100%;
    -webkit-transition: all 0.2s ease 0.1s;
            transition: all 0.2s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .table_vs.table_vs__col_first tr:hover td:nth-child(2) .caption {
    color: #fff; }
  .table_vs.table_vs__col_first tr:hover td:nth-child(2) .content {
    color: rgba(255, 255, 255, 0.8); }
    .table_vs.table_vs__col_first tr:hover td:nth-child(2) .content p {
      color: rgba(255, 255, 255, 0.8); }

.cases {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 767px) {
    .cases {
      left: -20px;
      width: calc(100% + 40px); } }
  .cases li {
    padding: 16px;
    width: calc(100% / 3); }
    @media (max-width: 767px) {
      .cases li {
        width: calc(100% / 2);
        padding: 16px 0; } }
    @media (max-width: 479px) {
      .cases li {
        width: calc(100% / 1); } }
    .cases li .inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .cases li .inner .img {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        overflow: hidden; }
        .cases li .inner .img:before {
          position: absolute;
          z-index: 2;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          content: "";
          clear: both;
          background: rgba(12, 12, 13, 0.2);
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .cases li .inner .img:after {
          position: absolute;
          z-index: 3;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          content: "";
          clear: both;
          background: -webkit-linear-gradient(90deg, rgba(12, 12, 13, 0.4), transparent);
          background: linear-gradient(0deg, rgba(12, 12, 13, 0.4), transparent);
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .cases li .inner .img img {
          position: relative;
          z-index: 1;
          width: 100%;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
      .cases li .inner .text {
        position: absolute;
        z-index: 4;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 32px;
        color: #fff; }
      .cases li .inner .caption {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 20px; }
      .cases li .inner .domain {
        margin-bottom: 10px; }
        .cases li .inner .domain .color {
          padding: 0 5px; }
      .cases li .inner .description {
        max-height: 58px;
        overflow: hidden;
        -webkit-transition: all 0.93s ease 0.1s;
                transition: all 0.93s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .cases li .inner:hover .img:before {
        background: rgba(12, 12, 13, 0.4);
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .cases li .inner:hover .img img {
        filter: blur(3px);
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .cases li .inner:hover .text .description {
        max-height: 300px;
        -webkit-transition: all 0.93s ease 0.1s;
                transition: all 0.93s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }

@media (max-width: 479px) {
  #slider_cases .slick-list {
    padding-left: 0px !important; } }

#slider_cases .slick-prev {
  position: absolute;
  top: -104px;
  right: 64px;
  left: initial;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  background: #0c0c0d; }
  #slider_cases .slick-prev:before {
    background: url("../images/slick_prev.svg");
    content: "";
    width: 20px;
    height: 20px; }
  @media (max-width: 1023px) {
    #slider_cases .slick-prev {
      top: -44px; } }
  @media (max-width: 479px) {
    #slider_cases .slick-prev {
      right: 48px;
      width: 48px;
      height: 48px; } }

#slider_cases .slick-next {
  position: absolute;
  top: -104px;
  right: 0;
  left: initial;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  background: #0c0c0d; }
  #slider_cases .slick-next:before {
    background: url("../images/slick_next.svg");
    content: "";
    width: 20px;
    height: 20px; }
  @media (max-width: 1023px) {
    #slider_cases .slick-next {
      top: -44px; } }
  @media (max-width: 479px) {
    #slider_cases .slick-next {
      width: 48px;
      height: 48px; } }

#slider_cases .slick-disabled {
  background: #f5f6f9; }
  #slider_cases .slick-disabled:before {
    filter: brightness(0) grayscale(1); }

.progress_cases {
  position: relative;
  left: 0;
  bottom: 60px;
  display: block;
  width: calc(100% - 130px);
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(152, 167, 195, 0.2);
  background-image: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background-image: linear-gradient(to right, #ff0000, #ff9600);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
          transition: background-size 0.4s ease-in-out; }
  @media (max-width: 1023px) {
    .progress_cases {
      bottom: 0; } }
  @media (max-width: 479px) {
    .progress_cases {
      bottom: 10px; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.hide_on {
  display: none; }

.technologies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 0; }
  .technologies li {
    padding: 32px 16px;
    width: calc(100% / 3); }
    @media (max-width: 1023px) {
      .technologies li {
        width: calc(100% / 2); } }
    @media (max-width: 767px) {
      .technologies li {
        padding: 32px 0;
        width: calc(100% / 1); } }
    .technologies li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #0c0c0d; }
      .technologies li .inner .caption {
        font-size: 28px;
        color: #0c0c0d;
        margin-bottom: 20px;
        font-weight: 600;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .technologies li .inner .caption:hover {
          color: #ff0000;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
      .technologies li .inner .description {
        opacity: 0.7;
        margin-bottom: 24px;
        max-height: 58px;
        overflow: hidden; }
      .technologies li .inner .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 18px;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .technologies li .inner .link .img,
        .technologies li .inner .link .icon {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-right: 10px;
          -webkit-transform: rotate(0);
              -ms-transform: rotate(0);
                  transform: rotate(0);
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
          .technologies li .inner .link .img img,
          .technologies li .inner .link .icon img {
            filter: brightness(0) grayscale(1); }
        .technologies li .inner .link span {
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .technologies li .inner .link:hover .img,
        .technologies li .inner .link:hover .icon {
          -webkit-transform: rotate(360deg);
              -ms-transform: rotate(360deg);
                  transform: rotate(360deg);
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .technologies li .inner .link:hover span {
          color: #ff0000;
          background: -webkit-linear-gradient(left, #ff0000, #ff9600);
          background: linear-gradient(to right, #ff0000, #ff9600);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
  .technologies.two li {
    padding: 32px 32px 32px 0;
    width: calc(100% / 2); }
    @media (max-width: 1023px) {
      .technologies.two li {
        padding: 32px 16px;
        width: calc(100% / 2); } }
    @media (max-width: 767px) {
      .technologies.two li {
        padding: 32px 0;
        width: calc(100% / 1); } }
  .section_black .technologies {
    background: #0c0c0d;
    color: #fff; }
    .section_black .technologies li .inner {
      color: #fff; }
      .section_black .technologies li .inner .caption {
        color: #fff; }
        .section_black .technologies li .inner .caption:hover {
          color: #ff0000; }
      .section_black .technologies li .inner .link {
        color: #fff; }
        .section_black .technologies li .inner .link .icon img {
          filter: none; }

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  counter-reset: li; }
  .features li {
    position: relative;
    width: 100%;
    padding: 48px 0; }
    @media (max-width: 1023px) {
      .features li {
        padding: 16px 0 32px; } }
    .features li:before {
      position: relative;
      left: 0;
      bottom: 12px;
      z-index: 2;
      content: "";
      display: block;
      clear: both;
      counter-increment: li;
      content: counter(li, decimal-leading-zero);
      font-size: 48px;
      font-weight: 400;
      color: #ff0000;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      @media (max-width: 1023px) {
        .features li:before {
          font-size: 40px; } }
    .features li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .features li .inner .caption {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 16px; }
        @media (max-width: 1023px) {
          .features li .inner .caption {
            font-size: 22px; } }
      .features li .inner .description {
        color: #98a7c3; }

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

.focus_on {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%; }
  @media (max-width: 767px) {
    .focus_on {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .focus_on > div {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .focus_on > div.left {
      width: 25%;
      height: 240px; }
      @media (max-width: 767px) {
        .focus_on > div.left {
          width: initial;
          height: initial; } }
    .focus_on > div.center {
      width: 45%;
      height: 480px; }
      @media (max-width: 767px) {
        .focus_on > div.center {
          width: initial;
          height: initial; } }
    .focus_on > div.right {
      width: 30%;
      height: 240px; }
      @media (max-width: 767px) {
        .focus_on > div.right {
          width: initial;
          height: initial; } }
    .focus_on > div .img {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%; }
      .focus_on > div .img:after {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        clear: both;
        background: rgba(12, 12, 13, 0.3); }
      .focus_on > div .img img {
        max-width: initial;
        min-width: 100%;
        -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
                transform: scale(1.3); }
        @media (max-width: 1199px) {
          .focus_on > div .img img {
            min-width: initial;
            min-height: 100%;
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1); } }
        @media (max-width: 767px) {
          .focus_on > div .img img {
            width: 100%;
            -webkit-transform: initial;
                -ms-transform: initial;
                    transform: initial; } }
    .focus_on > div .caption {
      position: absolute;
      z-index: 2;
      right: 20px;
      bottom: 20px;
      left: 20px;
      color: #fff;
      font-size: 28px;
      font-weight: 700; }
      @media (max-width: 1439px) {
        .focus_on > div .caption {
          font-size: 22px; } }
      @media (max-width: 1199px) {
        .focus_on > div .caption {
          font-size: 19px; } }
      @media (max-width: 1023px) {
        .focus_on > div .caption {
          font-size: 16px; } }
    @media (max-width: 767px) {
      .focus_on > div.focus_on_1 {
        width: 100%;
        height: 112px; } }
    @media (max-width: 767px) {
      .focus_on > div.focus_on_1 img {
        position: relative;
        top: 30px; } }
    .focus_on > div.focus_on_2 {
      position: absolute;
      bottom: 0;
      left: 0; }
      @media (max-width: 767px) {
        .focus_on > div.focus_on_2 {
          position: relative;
          bottom: initial;
          left: initial;
          width: 50%;
          height: 112px; } }
    @media (max-width: 767px) {
      .focus_on > div.focus_on_3 {
        width: 50%;
        height: 112px; } }
    @media (max-width: 767px) {
      .focus_on > div.focus_on_4 {
        width: 100%;
        height: 112px; } }
    .focus_on > div.focus_on_5 {
      position: absolute;
      right: 0;
      bottom: 0; }
      @media (max-width: 767px) {
        .focus_on > div.focus_on_5 {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          position: relative;
          right: initial;
          bottom: initial;
          width: 100%;
          height: 112px; } }
    @media (max-width: 767px) {
      .focus_on > div.focus_on_6 {
        width: 50%;
        height: 112px; } }
    @media (max-width: 767px) {
      .focus_on > div.focus_on_7 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        height: 112px; } }
    @media (max-width: 767px) {
      .focus_on > div.focus_on_8 {
        width: 50%;
        height: 112px; } }
  .focus_on > div.center_2 {
    height: 240px; }
    @media (max-width: 767px) {
      .focus_on > div.center_2 {
        height: 180px; } }

.img_heading {
  position: relative;
  z-index: 2;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    .img_heading {
      top: initial; } }
  .img_heading.bot {
    top: initial;
    bottom: -40px; }
  .img_heading.abs {
    position: absolute;
    top: initial;
    bottom: -40px; }
  .img_heading.top {
    top: initial;
    margin-top: -180px; }
    @media (max-width: 1023px) {
      .img_heading.top {
        margin-top: -80px;
        margin-bottom: 40px; } }
  .img_heading.start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .img_heading.img_abs {
    z-index: 0; }
    .img_heading.img_abs img {
      max-width: initial; }

.small_stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 767px) {
    .small_stats {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .small_stats li {
    width: 20%; }
    @media (max-width: 767px) {
      .small_stats li {
        width: calc(100% / 3);
        margin: 12px 0; } }
    @media (max-width: 479px) {
      .small_stats li {
        width: 50%; } }
    .small_stats li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .small_stats li .inner .number {
        font-size: 80px;
        font-style: italic;
        font-weight: 500; }
        @media (max-width: 1023px) {
          .small_stats li .inner .number {
            font-size: 40px; } }
      .small_stats li .inner .caption {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        font-style: italic;
        text-align: center; }

.section_slt {
  overflow: hidden; }

.slt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media (max-width: 1023px) {
    .slt_box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .slt_box .slt_container {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    background: #0c0c0d;
    color: #fff;
    padding: 100px 60px 100px 0; }
    @media (max-width: 1023px) {
      .slt_box .slt_container {
        width: 100%;
        min-height: initial;
        padding: 60px 0; } }
    .slt_box .slt_container:before {
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      right: 0;
      width: 1000%;
      display: block;
      content: "";
      clear: both;
      background: #0c0c0d; }
      @media (max-width: 1023px) {
        .slt_box .slt_container:before {
          left: -100%; } }
    .slt_box .slt_container:after {
      position: absolute;
      top: 0;
      right: -56px;
      width: 56px;
      height: 212px;
      display: block;
      content: "";
      clear: both;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600); }
      @media (max-width: 1023px) {
        .slt_box .slt_container:after {
          display: none; } }
    .slt_box .slt_container .heading {
      margin-bottom: 40px; }
    .slt_box .slt_container .content {
      color: #eff2f6; }
  .slt_box .slt_content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    padding: 140px 0 100px 110px;
    background: #eff2f6; }
    @media (max-width: 1023px) {
      .slt_box .slt_content {
        width: 100%;
        padding: 60px 0; } }
    .slt_box .slt_content:before {
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      width: 1000%;
      display: block;
      content: "";
      clear: both;
      background: #eff2f6; }
      @media (max-width: 1023px) {
        .slt_box .slt_content:before {
          left: -100%; } }
    .slt_box .slt_content .content {
      color: #0c0c0d; }

.serv_tbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 1023px) {
    .serv_tbs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .serv_tbs .tbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%; }
    @media (max-width: 1023px) {
      .serv_tbs .tbs {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        margin-top: 58px; } }
    .serv_tbs .tbs li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      @media (max-width: 1023px) {
        .serv_tbs .tbs li {
          width: 20%; } }
      .serv_tbs .tbs li .icon {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 120px; }
        @media (max-width: 1023px) {
          .serv_tbs .tbs li .icon {
            width: 100%;
            height: initial; } }
      .serv_tbs .tbs li span {
        font-size: 48px; }
        @media (max-width: 1199px) {
          .serv_tbs .tbs li span {
            font-size: 36px; } }
        @media (max-width: 1023px) {
          .serv_tbs .tbs li span.caption {
            display: none; } }
      .serv_tbs .tbs li:nth-child(1) .icon {
        width: 40px;
        background: #eaedf3b3; }
        @media (max-width: 1023px) {
          .serv_tbs .tbs li:nth-child(1) .icon {
            width: 100%;
            height: 30px; } }
      .serv_tbs .tbs li:nth-child(2) .icon {
        width: 80px;
        background: #eaedf3; }
        @media (max-width: 1023px) {
          .serv_tbs .tbs li:nth-child(2) .icon {
            width: 100%;
            height: 60px; } }
      .serv_tbs .tbs li:nth-child(3) .icon {
        width: 120px;
        background: #d6dbe4; }
        @media (max-width: 1023px) {
          .serv_tbs .tbs li:nth-child(3) .icon {
            width: 100%;
            height: 90px; } }
      .serv_tbs .tbs li:nth-child(4) .icon {
        width: 160px;
        background: #adb7c9; }
        @media (max-width: 1023px) {
          .serv_tbs .tbs li:nth-child(4) .icon {
            width: 100%;
            height: 120px; } }
      .serv_tbs .tbs li:nth-child(5) .icon {
        width: 200px;
        background: #858fa1; }
        @media (max-width: 1023px) {
          .serv_tbs .tbs li:nth-child(5) .icon {
            width: 100%;
            height: 160px; } }
      .serv_tbs .tbs li:hover {
        cursor: pointer; }
        .serv_tbs .tbs li:hover .icon {
          opacity: 0.7; }
        .serv_tbs .tbs li:hover .caption {
          opacity: 0.5; }
      .serv_tbs .tbs li.current .icon {
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600); }
        .serv_tbs .tbs li.current .icon:before {
          position: absolute;
          width: 24px;
          height: 24px;
          background: #fff;
          display: block;
          content: "";
          clear: both; }
          @media (max-width: 1023px) {
            .serv_tbs .tbs li.current .icon:before {
              width: 20px;
              height: 20px; } }
        .serv_tbs .tbs li.current .icon:after {
          position: absolute;
          width: 12px;
          height: 12px;
          background: -webkit-linear-gradient(left, #ff0000, #ff9600);
          background: linear-gradient(to right, #ff0000, #ff9600);
          display: block;
          content: "";
          clear: both; }
          @media (max-width: 1023px) {
            .serv_tbs .tbs li.current .icon:after {
              width: 10px;
              height: 10px; } }
      .serv_tbs .tbs li.current .caption {
        color: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .serv_tbs .tbs_container {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    background: #0c0c0d;
    color: #fff;
    min-height: 600px;
    padding: 60px 60px 60px 0; }
    @media (max-width: 1023px) {
      .serv_tbs .tbs_container {
        width: 100%;
        min-height: initial;
        padding: 60px 0; } }
    .serv_tbs .tbs_container:before {
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      right: 0;
      width: 1000%;
      display: block;
      content: "";
      clear: both;
      background: #0c0c0d; }
      @media (max-width: 1023px) {
        .serv_tbs .tbs_container:before {
          left: -100%; } }
    .serv_tbs .tbs_container .content {
      color: #fff;
      font-size: 24px; }
      @media (max-width: 1439px) {
        .serv_tbs .tbs_container .content {
          font-size: 21px; } }
      @media (max-width: 1199px) {
        .serv_tbs .tbs_container .content {
          font-size: 19px; } }
      @media (max-width: 1023px) {
        .serv_tbs .tbs_container .content {
          font-size: 16px; } }
  .serv_tbs.with_img {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .serv_tbs.with_img .tbs {
      position: relative;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-top: 200px;
      padding-left: 32px; }
      @media (max-width: 1023px) {
        .serv_tbs.with_img .tbs {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-top: 0;
          margin-bottom: 15px;
          padding: 0;
          padding-top: 150px; } }
      .serv_tbs.with_img .tbs li {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 40px 0;
        border-bottom: 1px solid #98a7c3; }
        @media (max-width: 1023px) {
          .serv_tbs.with_img .tbs li {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            width: 100%;
            padding: 15px 0; } }
        .serv_tbs.with_img .tbs li .img {
          position: absolute;
          top: 0;
          right: 0;
          opacity: 0; }
          @media (max-width: 1023px) {
            .serv_tbs.with_img .tbs li .img {
              right: initial;
              left: 0; } }
        .serv_tbs.with_img .tbs li .icon {
          display: none; }
        .serv_tbs.with_img .tbs li .caption {
          font-size: 24px;
          font-weight: 600;
          text-align: right; }
          @media (max-width: 1023px) {
            .serv_tbs.with_img .tbs li .caption {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              text-align: left;
              font-size: 21px; } }
        .serv_tbs.with_img .tbs li.current {
          border-bottom: 1px solid #ff0000; }
          .serv_tbs.with_img .tbs li.current .img {
            opacity: 1; }
    .serv_tbs.with_img .tbs_container {
      padding: 80px 60px 80px 0; }
      .serv_tbs.with_img .tbs_container .heading {
        color: #fff; }
        .serv_tbs.with_img .tbs_container .heading.min {
          margin-bottom: 30px; }
        .serv_tbs.with_img .tbs_container .heading a {
          color: #fff;
          border-bottom: 1px solid #ff0000; }
          .serv_tbs.with_img .tbs_container .heading a:hover {
            border-bottom: 0; }
            .serv_tbs.with_img .tbs_container .heading a:hover span {
              color: #fff; }
      .serv_tbs.with_img .tbs_container .content {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7); }
        .serv_tbs.with_img .tbs_container .content .bold {
          color: #fff;
          font-weight: 700; }
        .serv_tbs.with_img .tbs_container .content ul {
          font-style: italic; }
          .serv_tbs.with_img .tbs_container .content ul li {
            margin: 8px 0;
            padding-left: 28px; }
            .serv_tbs.with_img .tbs_container .content ul li:before {
              top: 3px;
              left: 0;
              margin-top: initial;
              width: 16px;
              height: 16px;
              display: block;
              content: "";
              clear: both;
              background: -webkit-linear-gradient(left, #ff0000, #ff9600);
              background: linear-gradient(to right, #ff0000, #ff9600); }
            .serv_tbs.with_img .tbs_container .content ul li:after {
              position: absolute;
              top: 7px;
              left: 4px;
              width: 8px;
              height: 8px;
              display: block;
              content: "";
              clear: both;
              background: #0c0c0d; }

.tbs_content {
  display: none; }

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

.approach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #eff2f6;
  margin: 40px 0; }
  @media (max-width: 1023px) {
    .approach {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 10px 0; } }
  .approach li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 30px;
    border: 1px solid #eff2f6;
    width: calc(100% / 5);
    min-height: 130px; }
    @media (max-width: 1023px) {
      .approach li {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        padding: 15px 15px 15px 30px;
        min-height: initial; } }
    .approach li .icon {
      position: relative;
      width: 16px;
      height: 16px;
      min-width: 16px;
      min-height: 16px;
      background: transparent;
      border: 4px solid #fff;
      margin-bottom: 6px;
      display: none; }
      @media (max-width: 1023px) {
        .approach li .icon {
          left: -15px;
          top: 50%;
          margin-bottom: initial; } }
    .approach li .caption {
      font-size: 16px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 1023px) {
        .approach li .caption {
          text-align: left; } }
    .approach li:hover {
      cursor: pointer;
      background: #eff2f6; }
    .approach li.current {
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      color: #fff; }
      .approach li.current .icon {
        display: inline-block; }

.approach_content {
  display: none; }

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

.section_why_a {
  padding-bottom: 0; }

.section_carousel {
  padding-right: 0; }
  .section_carousel > .container {
    padding-right: 0; }

.carousel--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  counter-reset: questionNumber; }
  .carousel--wrap li {
    counter-increment: questionNumber; }
    .carousel--wrap li:before {
      position: absolute;
      top: 20px;
      left: 0;
      display: block;
      content: counter(questionNumber, decimal-leading-zero);
      clear: both;
      font-size: 48px;
      color: #ff0000;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 400; }

.carousel {
  width: 100%;
  cursor: grab;
  overflow: hidden; }
  .carousel.dragging {
    cursor: grabbing; }
  .carousel--wrap {
    white-space: nowrap; }
  .carousel--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40vw;
    min-width: 40vw;
    padding: 60px 60px 60px 0;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: wrap; }
    @media (max-width: 1023px) {
      .carousel--item {
        width: 80vw;
        min-width: 80vw;
        padding: 60px 30px 60px 0; } }
    .carousel--item .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .carousel--item .inner .caption {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 16px;
        min-height: 68px; }
      .carousel--item .inner .description {
        font-size: 16px;
        color: #98a7c3; }
  .carousel--progress {
    position: relative;
    z-index: 2;
    pointer-events: none;
    width: calc(100% - 90px);
    height: 3px;
    background-color: rgba(152, 167, 195, 0.2); }
    @media (max-width: 1023px) {
      .carousel--progress {
        width: calc(100% - 20px); } }
    .carousel--progress-bar {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background-image: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
              transform-origin: 0% 0%; }

.section_bot0 {
  padding-bottom: 0;
  margin-bottom: 0; }
  .section_bot0 > .container {
    padding-bottom: 0;
    margin-bottom: 0; }

.t_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .t_list li {
    width: calc(100% / 4);
    padding: 16px; }
    @media (max-width: 1023px) {
      .t_list li {
        width: calc(100% / 3);
        padding: 10px; } }
    @media (max-width: 767px) {
      .t_list li {
        width: calc(100% / 2); } }
    .t_list li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      border: 1px solid rgba(255, 255, 255, 0.1);
      padding: 10px;
      min-height: 280px; }
      @media (max-width: 1023px) {
        .t_list li .inner {
          min-height: 158px; } }
      .t_list li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 64px;
        min-height: 64px;
        margin-bottom: 24px; }
        @media (max-width: 1023px) {
          .t_list li .inner .img {
            height: 36px;
            min-height: 36px;
            max-width: 100%; } }
      .t_list li .inner .caption {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
        text-align: center;
        text-transform: uppercase; }
    .t_list li a.inner .caption {
      font-size: 21px;
      color: #ff0000;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 1023px) {
        .t_list li a.inner .caption {
          font-size: 19px; } }
      @media (max-width: 479px) {
        .t_list li a.inner .caption {
          font-size: 16px; } }
    .t_list li a.inner:hover {
      border: 1px solid rgba(255, 255, 255, 0.5); }
  .t_list.t_list_1 {
    width: 100%; }
    .t_list.t_list_1 li {
      padding: 16px 16px 42px 16px;
      width: calc(100% / 1); }
      @media (max-width: 1023px) {
        .t_list.t_list_1 li {
          padding: 16px 16px 32px 16px; } }
      .t_list.t_list_1 li .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 50px; }
        @media (max-width: 1023px) {
          .t_list.t_list_1 li .inner {
            padding: 16px; } }
        .t_list.t_list_1 li .inner .caption {
          text-align: left;
          font-size: 28px;
          margin-bottom: 20px;
          font-style: normal; }
          @media (max-width: 1199px) {
            .t_list.t_list_1 li .inner .caption {
              font-size: 24px; } }
          @media (max-width: 1023px) {
            .t_list.t_list_1 li .inner .caption {
              font-size: 21px; } }
        .t_list.t_list_1 li .inner .img {
          height: 64px;
          min-height: 64px; }
  .t_list.t_list_2 {
    width: 100%; }
    .t_list.t_list_2 li {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding: 16px;
      width: calc(100% / 2); }
      @media (max-width: 1023px) {
        .t_list.t_list_2 li {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          width: calc(100% / 1); } }
      .t_list.t_list_2 li .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 50px;
        height: 100%; }
        @media (max-width: 1023px) {
          .t_list.t_list_2 li .inner {
            padding: 16px;
            height: initial; } }
        .t_list.t_list_2 li .inner .caption {
          text-align: left;
          font-size: 28px;
          margin-bottom: 20px;
          font-style: normal; }
          @media (max-width: 1199px) {
            .t_list.t_list_2 li .inner .caption {
              font-size: 24px; } }
          @media (max-width: 1023px) {
            .t_list.t_list_2 li .inner .caption {
              font-size: 21px; } }
        .t_list.t_list_2 li .inner .img {
          height: 64px;
          min-height: 64px; }
  .t_list.t_list_3 {
    width: 100%; }
    .t_list.t_list_3 li {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding: 16px;
      width: calc(100% / 3); }
      @media (max-width: 1199px) {
        .t_list.t_list_3 li {
          width: calc(100% / 2); } }
      @media (max-width: 1023px) {
        .t_list.t_list_3 li {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          width: calc(100% / 1); } }
      .t_list.t_list_3 li .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 30px;
        height: 100%; }
        @media (max-width: 1023px) {
          .t_list.t_list_3 li .inner {
            padding: 16px;
            height: initial; } }
        .t_list.t_list_3 li .inner .caption {
          text-align: left;
          font-size: 28px;
          margin-bottom: 20px;
          font-style: normal; }
          @media (max-width: 1199px) {
            .t_list.t_list_3 li .inner .caption {
              font-size: 24px; } }
          @media (max-width: 1023px) {
            .t_list.t_list_3 li .inner .caption {
              font-size: 21px; } }
  .t_list.t_list_4 {
    width: 100%; }
    .t_list.t_list_4 li {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding: 16px;
      width: calc(100% / 4); }
      @media (max-width: 1023px) {
        .t_list.t_list_4 li {
          width: calc(100% / 2); } }
      @media (max-width: 1023px) {
        .t_list.t_list_4 li {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          width: calc(100% / 1); } }
      .t_list.t_list_4 li .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 16px;
        height: 100%; }
        @media (max-width: 1023px) {
          .t_list.t_list_4 li .inner {
            padding: 16px;
            height: initial; } }
        .t_list.t_list_4 li .inner .caption {
          text-align: left;
          font-size: 28px;
          margin-bottom: 20px;
          font-style: normal; }
          @media (max-width: 1199px) {
            .t_list.t_list_4 li .inner .caption {
              font-size: 24px; } }
          @media (max-width: 1023px) {
            .t_list.t_list_4 li .inner .caption {
              font-size: 21px; } }
  @media (max-width: 1023px) {
    .t_list.t_list_enables li {
      padding: 16px 0; } }
  .t_list.t_list_enables li .inner .img {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600); }
  .t_list.t_list_enables li .inner .caption {
    text-transform: none; }
  .t_list.t_list_enables li .inner .content a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline; }
    .t_list.t_list_enables li .inner .content a:hover {
      color: #ff0000; }
  @media (max-width: 1023px) {
    .t_list.t_list_bg li {
      padding: 16px 0; } }
  .t_list.t_list_bg li .inner {
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.04);
    border: 0;
    min-height: 400px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1023px) {
      .t_list.t_list_bg li .inner {
        padding: 24px 20px;
        min-height: initial; } }
    .t_list.t_list_bg li .inner .img {
      width: 120px;
      height: 120px;
      min-width: 120px;
      min-height: 120px;
      background: rgba(255, 255, 255, 0.05); }
      @media (max-width: 1023px) {
        .t_list.t_list_bg li .inner .img {
          width: 80px;
          height: 80px;
          min-width: 80px;
          min-height: 80px;
          padding: 20px; } }
    .t_list.t_list_bg li .inner .caption {
      text-transform: none; }
    .t_list.t_list_bg li .inner .content a {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: underline; }
      .t_list.t_list_bg li .inner .content a:hover {
        color: #ff0000; }
  .t_list.t_list__services li .inner .img {
    width: 100%;
    height: initial; }
    .t_list.t_list__services li .inner .img img {
      padding: 1px; }
  .t_list.t_list__services__3 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 20px 0; }
    .t_list.t_list__services__3 li {
      padding: 8px; }
      @media (max-width: 1023px) {
        .t_list.t_list__services__3 li {
          width: calc(100% / 2); } }
      @media (max-width: 479px) {
        .t_list.t_list__services__3 li {
          width: 100%; } }
      .t_list.t_list__services__3 li .inner {
        position: relative;
        height: 100%;
        padding-bottom: 126px; }
        @media (max-width: 1023px) {
          .t_list.t_list__services__3 li .inner {
            padding-bottom: 112px; } }
        .t_list.t_list__services__3 li .inner .img {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: initial;
          overflow: hidden; }
          .t_list.t_list__services__3 li .inner .img img {
            max-height: 100%;
            width: 100%; }
        .t_list.t_list__services__3 li .inner a.more {
          position: absolute;
          bottom: 30px;
          left: 30px;
          right: 30px;
          width: calc(100% - 60px);
          margin: 0;
          padding: 10px 30px;
          min-height: 76px;
          text-align: center; }
          @media (max-width: 1023px) {
            .t_list.t_list__services__3 li .inner a.more {
              left: 16px;
              right: 16px;
              bottom: 16px;
              width: calc(100% - 32px);
              padding: 10px 16px; } }
          .t_list.t_list__services__3 li .inner a.more:hover {
            opacity: 0.7; }
  .t_list.t_list__services__4 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 20px 0; }
    .t_list.t_list__services__4 li {
      padding: 8px; }
      @media (max-width: 1199px) {
        .t_list.t_list__services__4 li {
          width: calc(100% / 2); } }
      @media (max-width: 479px) {
        .t_list.t_list__services__4 li {
          width: 100%; } }
      .t_list.t_list__services__4 li .inner {
        position: relative;
        height: 100%;
        padding-bottom: 106px; }
        .t_list.t_list__services__4 li .inner .img {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: initial;
          overflow: hidden; }
        .t_list.t_list__services__4 li .inner a.more {
          position: absolute;
          bottom: 16px;
          left: 16px;
          max-width: calc(100% - 32px);
          margin: 0;
          padding: 10px 30px;
          min-height: 66px;
          width: initial;
          text-align: center; }
          @media (max-width: 1023px) {
            .t_list.t_list__services__4 li .inner a.more {
              padding: 10px 16px; } }
          .t_list.t_list__services__4 li .inner a.more:hover {
            opacity: 0.7; }

.i_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 0; }
  @media (max-width: 1023px) {
    .i_list {
      margin: 60px 0; } }
  .i_list li {
    width: calc(100% / 4);
    padding: 16px; }
    @media (max-width: 1023px) {
      .i_list li {
        width: calc(100% / 3);
        padding: 10px; } }
    @media (max-width: 767px) {
      .i_list li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .i_list li {
        width: calc(100% / 1);
        padding: 10px 0; } }
    .i_list li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      border: 1px solid #eff2f6;
      padding: 10px;
      min-height: 100px; }
      .i_list li .inner .caption {
        color: #0c0c0d;
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
        text-align: center;
        text-transform: uppercase; }

.inj_signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px; }
  @media (max-width: 1023px) {
    .inj_signature {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .inj_signature .inj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 56px; }
    @media (max-width: 1023px) {
      .inj_signature .inj {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .inj_signature .inj .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 72px;
      min-height: 92px;
      margin-right: 24px; }
  @media (max-width: 1023px) {
    .inj_signature .signature {
      position: absolute;
      bottom: 0;
      left: 100px;
      width: 133px; } }
  .inj_signature .name_job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .inj_signature .name_job .name {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 4px; }
    .inj_signature .name_job .job {
      font-size: 14px;
      font-style: italic;
      color: #98a7c3; }

.grids {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin-top: 128px; }
  @media (max-width: 1023px) {
    .grids {
      display: none; } }
  .grids .grids_line {
    position: absolute;
    width: calc(100% + 200px);
    left: -100px;
    right: -100px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1); }
    .grids .grids_line:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      height: 2px;
      background: -webkit-linear-gradient(left, #0c0c0d, transparent);
      background: linear-gradient(to right, #0c0c0d, transparent);
      display: block;
      content: "";
      clear: both; }
    .grids .grids_line:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
      height: 2px;
      background: -webkit-linear-gradient(right, #0c0c0d, transparent);
      background: linear-gradient(to left, #0c0c0d, transparent);
      display: block;
      content: "";
      clear: both; }
  .grids.grids_ver {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%; }
    .grids.grids_ver .grids_line {
      top: -100px;
      bottom: -100px;
      left: 50%;
      width: 2px;
      height: 100%; }
      .grids.grids_ver .grids_line:before {
        width: 2px;
        height: 100px;
        background: -webkit-linear-gradient(top, #0c0c0d, transparent);
        background: linear-gradient(to bottom, #0c0c0d, transparent); }
      .grids.grids_ver .grids_line:after {
        top: initial;
        bottom: 0;
        width: 2px;
        height: 100px;
        background: -webkit-linear-gradient(bottom, #0c0c0d, transparent);
        background: linear-gradient(to top, #0c0c0d, transparent); }
  .grids.grids_white .grids_line {
    background: rgba(152, 167, 195, 0.1); }
    .grids.grids_white .grids_line:before {
      left: -3px;
      width: 8px;
      height: 8px;
      display: block;
      content: "";
      clear: both;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600); }
    .grids.grids_white .grids_line:after {
      display: none; }

.img_abso {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: 120px; }
  .img_abso.img_abso_bottom {
    top: initial;
    bottom: 100px; }
  .img_abso.img_abso_left {
    left: 0;
    margin-left: initial;
    bottom: 0; }
  .img_abso.t_30 {
    top: 30px; }

.prcss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  counter-reset: questionNumberPrcss; }
  .prcss li {
    position: relative;
    padding: 90px 30px 60px 0;
    width: calc(100% / 4);
    counter-increment: questionNumberPrcss; }
    .prcss li:before {
      position: absolute;
      top: 20px;
      left: 0;
      display: block;
      content: counter(questionNumberPrcss, decimal-leading-zero);
      clear: both;
      font-size: 48px;
      color: #ff0000;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 400; }
      @media (max-width: 1023px) {
        .prcss li:before {
          font-size: 40px; } }
    .prcss li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .prcss li .inner .caption {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 16px;
        color: #0c0c0d; }
        @media (max-width: 1023px) {
          .prcss li .inner .caption {
            font-size: 20px; } }
      .prcss li .inner .description {
        font-size: 16px;
        color: #98a7c3; }
  .section_black .prcss li .inner .caption {
    color: #fff; }
  .section_black .prcss li .inner .description {
    color: rgba(255, 255, 255, 0.7); }
  @media (max-width: 1023px) {
    .prcss.prcss_hor {
      padding: 30px 0; } }
  @media (max-width: 1023px) {
    .prcss.prcss_hor li {
      width: calc(100% / 2);
      padding: 80px 30px 30px 0; } }
  @media (max-width: 767px) {
    .prcss.prcss_hor li {
      width: calc(100% / 1);
      padding: 80px 0 30px 0; } }
  .prcss.prcss_hor li .inner .grid_box {
    position: absolute;
    top: -100px;
    left: 0;
    width: 2px;
    height: 96px;
    background: rgba(255, 255, 255, 0.1); }
    @media (max-width: 1023px) {
      .prcss.prcss_hor li .inner .grid_box {
        display: none; } }
    .prcss.prcss_hor li .inner .grid_box:before {
      position: absolute;
      bottom: 0;
      left: -3px;
      width: 8px;
      height: 8px;
      display: block;
      content: "";
      clear: both;
      background: #171718; }
    .prcss.prcss_hor li .inner .grid_box:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      height: 96px;
      background: -webkit-linear-gradient(bottom, #0c0c0d, transparent);
      background: linear-gradient(to top, #0c0c0d, transparent);
      display: block;
      content: "";
      clear: both; }
    .prcss.prcss_hor li .inner .grid_box .box {
      position: absolute;
      z-index: 2;
      top: -8px;
      left: -8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 18px;
      height: 18px;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      color: #fff;
      font-size: 0;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      @media (max-width: 1023px) {
        .prcss.prcss_hor li .inner .grid_box .box {
          bottom: 0; } }
      .prcss.prcss_hor li .inner .grid_box .box:before {
        position: absolute;
        width: 8px;
        height: 8px;
        background: #0c0c0d;
        display: block;
        content: "";
        clear: both;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
  .prcss.prcss_hor_change li {
    padding-top: 20px; }
    .prcss.prcss_hor_change li:before {
      display: none; }
    .prcss.prcss_hor_change li .inner .grid_box:before {
      z-index: 10;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600); }
  .prcss.prcss_ver {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .prcss.prcss_ver {
        padding: 30px 0; } }
    .prcss.prcss_ver li {
      width: calc(100% / 2); }
      @media (max-width: 1023px) {
        .prcss.prcss_ver li {
          width: 100%;
          padding: 70px 0 30px;
          margin: initial; } }
      .prcss.prcss_ver li:nth-child(odd) {
        padding-right: 120px; }
        @media (max-width: 1023px) {
          .prcss.prcss_ver li:nth-child(odd) {
            width: 100%;
            padding: 70px 0 30px;
            margin: initial; } }
      .prcss.prcss_ver li:nth-child(even) {
        padding-left: 120px;
        margin-top: 300px;
        margin-bottom: -120px; }
        @media (max-width: 1023px) {
          .prcss.prcss_ver li:nth-child(even) {
            width: 100%;
            padding: 70px 0 30px;
            margin: initial; } }
        .prcss.prcss_ver li:nth-child(even):before {
          left: 120px; }
          @media (max-width: 1023px) {
            .prcss.prcss_ver li:nth-child(even):before {
              left: 0; } }
      .prcss.prcss_ver li .inner .grid_box {
        position: absolute;
        top: 200px;
        width: 96px;
        height: 2px;
        background: rgba(255, 255, 255, 0.1); }
        @media (max-width: 1023px) {
          .prcss.prcss_ver li .inner .grid_box {
            display: none; } }
        .prcss.prcss_ver li .inner .grid_box:before {
          position: absolute;
          bottom: -3px;
          left: 96px;
          width: 8px;
          height: 8px;
          display: block;
          content: "";
          clear: both;
          background: #171718; }
        .prcss.prcss_ver li .inner .grid_box:after {
          position: absolute;
          top: 0;
          right: 0;
          width: 100px;
          height: 2px;
          background: -webkit-linear-gradient(right, #0c0c0d, transparent);
          background: linear-gradient(to left, #0c0c0d, transparent);
          display: block;
          content: "";
          clear: both; }
        .prcss.prcss_ver li .inner .grid_box .box {
          position: absolute;
          z-index: 2;
          top: -8px;
          left: -8px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 18px;
          height: 18px;
          background: -webkit-linear-gradient(left, #ff0000, #ff9600);
          background: linear-gradient(to right, #ff0000, #ff9600);
          color: #fff;
          font-size: 0;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
          @media (max-width: 1023px) {
            .prcss.prcss_ver li .inner .grid_box .box {
              bottom: 0; } }
          .prcss.prcss_ver li .inner .grid_box .box:before {
            position: absolute;
            width: 8px;
            height: 8px;
            background: #0c0c0d;
            display: block;
            content: "";
            clear: both;
            -webkit-transition: all 0.3s ease 0.1s;
                    transition: all 0.3s ease 0.1s;
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden; }
      .prcss.prcss_ver li:nth-child(odd) .grid_box {
        right: 0;
        -webkit-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
                transform: scale(-1, 1); }
      .prcss.prcss_ver li:nth-child(even) .grid_box {
        left: 0; }
  .prcss.prcss_ver_top li .inner .grid_box {
    top: 50px; }
  .prcss.prcss_ver_normal {
    padding-top: 200px;
    margin-bottom: 100px; }
    @media (max-width: 1023px) {
      .prcss.prcss_ver_normal {
        padding-top: initial;
        margin-bottom: initial; } }
    .prcss.prcss_ver_normal li:nth-child(odd) {
      margin: 0;
      margin-top: -120px; }
      @media (max-width: 1023px) {
        .prcss.prcss_ver_normal li:nth-child(odd) {
          margin-top: initial; } }
    .prcss.prcss_ver_normal li:nth-child(even) {
      margin: 0; }
    .prcss.prcss_ver_normal li .inner .grid_box {
      top: 130px; }
      .prcss.prcss_ver_normal li .inner .grid_box .box {
        left: -9px; }
  .prcss.prcss_white li .inner .grid_box:before {
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600); }
  .prcss.prcss_white li .inner .grid_box:after {
    background: rgba(152, 167, 195, 0.1); }
  .prcss.prcss_white li .inner .grid_box .box:before {
    background: #fff; }
  .prcss.prcss_white li:nth-child(odd) .grid_box {
    top: 100px; }
  @media (max-width: 1023px) {
    .prcss.prcss_hover {
      padding: 0; } }
  .prcss.prcss_hover .grids {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 68px; }
    .prcss.prcss_hover .grids .grids_line:before {
      display: none; }
    .prcss.prcss_hover .grids .grids_line:after {
      display: none; }
    .prcss.prcss_hover .grids .grids_line.grids_line__top {
      top: 0; }
  .prcss.prcss_hover li {
    width: calc( (100% / 4) - 33px);
    margin-right: 33px;
    padding-top: 190px;
    padding-bottom: 120px;
    padding-right: 0; }
    @media (max-width: 1023px) {
      .prcss.prcss_hover li {
        padding-left: 30px;
        padding-top: 60px;
        padding-bottom: 20px;
        width: 100%;
        margin-right: 0; } }
    .prcss.prcss_hover li:before {
      top: 120px;
      left: 10px;
      z-index: 10;
      content: counter(questionNumberPrcss, decimal-leading-zero) ".";
      font-weight: bold;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      @media (max-width: 1023px) {
        .prcss.prcss_hover li:before {
          top: 0;
          left: 40px; } }
    .prcss.prcss_hover li:after {
      position: absolute;
      bottom: 100%;
      left: initial;
      right: 500vw;
      width: 500vw;
      height: 1px;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      display: block;
      content: '';
      -webkit-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .prcss.prcss_hover li .inner {
      padding: 0 10px;
      width: calc(100% - 20px); }
      .prcss.prcss_hover li .inner > * {
        position: relative;
        z-index: 2; }
      .prcss.prcss_hover li .inner .caption {
        font-size: 20px; }
      .prcss.prcss_hover li .inner .description {
        -webkit-transition: width 0.5s ease-in-out;
                transition: width 0.5s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .prcss.prcss_hover li .inner:before {
        position: absolute;
        top: 0;
        margin-top: -100px;
        margin-left: -20px;
        z-index: 0;
        display: block;
        content: '';
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600);
        width: 0;
        height: calc(100% + 190px);
        -webkit-transition: width 0.5s ease-in-out;
                transition: width 0.5s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .prcss.prcss_hover li .inner .grid_box {
        left: 10px;
        background: rgba(255, 255, 255, 0.2);
        -webkit-transform: scale(1, -1);
            -ms-transform: scale(1, -1);
                transform: scale(1, -1); }
        @media (max-width: 1023px) {
          .prcss.prcss_hover li .inner .grid_box {
            top: 34px;
            -webkit-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                    transform: scale(1, 1);
            display: block;
            height: 100%; } }
        .prcss.prcss_hover li .inner .grid_box:before {
          display: none; }
        .prcss.prcss_hover li .inner .grid_box:after {
          display: none; }
        .prcss.prcss_hover li .inner .grid_box .box {
          top: -12px; }
    @media (min-width: 1024px) {
      .prcss.prcss_hover li:hover:before {
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5);
        color: #fff;
        background: -webkit-linear-gradient(left, #fff, #fff);
        background: linear-gradient(to right, #fff, #fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .prcss.prcss_hover li:hover:after {
        right: 10px;
        -webkit-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .prcss.prcss_hover li:hover .inner:before {
        width: 100%;
        -webkit-transition: width 0.5s ease-in-out;
                transition: width 0.5s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .prcss.prcss_hover li:hover .inner .grid_box .box {
        background: #fff; }
        .prcss.prcss_hover li:hover .inner .grid_box .box:before {
          background: -webkit-linear-gradient(left, #ff0000, #ff9600);
          background: linear-gradient(to right, #ff0000, #ff9600); }
      .prcss.prcss_hover li:hover .inner .description {
        color: rgba(255, 255, 255, 0.8);
        -webkit-transition: width 0.5s ease-in-out;
                transition: width 0.5s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; } }
  @media (max-width: 1023px) {
    .prcss.prcss_hover__light {
      padding: 0; } }
  .prcss.prcss_hover__light .grids {
    margin-top: 0; }
    .prcss.prcss_hover__light .grids .grids_line.grids_line__top {
      top: 5px; }
    .prcss.prcss_hover__light .grids .grids_line.grids_line__bottom {
      display: none; }
  .prcss.prcss_hover__light li {
    top: -94px;
    width: calc( (100% / 4) - 33px);
    margin-right: 33px;
    padding-top: 170px;
    padding-bottom: 0;
    padding-right: 0; }
    @media (max-width: 1023px) {
      .prcss.prcss_hover__light li {
        top: 0;
        padding-left: 30px;
        padding-top: 60px;
        padding-bottom: 20px;
        width: 100%;
        margin-right: 0; } }
    .prcss.prcss_hover__light li:before {
      top: 120px;
      left: 10px;
      z-index: 10;
      content: counter(questionNumberPrcss) ".";
      font-size: 28px;
      font-weight: bold;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      @media (max-width: 1023px) {
        .prcss.prcss_hover__light li:before {
          top: 20px;
          left: 40px;
          font-size: 20px; } }
    .prcss.prcss_hover__light li:after {
      position: absolute;
      bottom: 100%;
      left: initial;
      right: 500vw;
      width: 500vw;
      height: 1px;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      display: block;
      content: '';
      -webkit-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .prcss.prcss_hover__light li .inner {
      padding: 0 10px;
      width: calc(100% - 20px); }
      .prcss.prcss_hover__light li .inner > * {
        position: relative;
        z-index: 2; }
      .prcss.prcss_hover__light li .inner .caption {
        font-size: 20px; }
      .prcss.prcss_hover__light li .inner .description {
        -webkit-transition: width 0.5s ease-in-out;
                transition: width 0.5s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .prcss.prcss_hover__light li .inner:before {
        position: absolute;
        top: 0;
        margin-top: -24px;
        margin-left: -20px;
        z-index: 0;
        display: block;
        content: '';
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600);
        width: 0;
        height: calc(100% + 90px);
        -webkit-transition: width 0.5s ease-in-out;
                transition: width 0.5s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .prcss.prcss_hover__light li .inner .grid_box {
        top: 2px;
        left: 10px;
        background: rgba(255, 255, 255, 0.2); }
        @media (max-width: 1023px) {
          .prcss.prcss_hover__light li .inner .grid_box {
            top: 34px;
            -webkit-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                    transform: scale(1, 1);
            display: block;
            height: 100%; } }
        .prcss.prcss_hover__light li .inner .grid_box:before {
          z-index: 1;
          display: block;
          background: -webkit-linear-gradient(left, #ff0000, #ff9600);
          background: linear-gradient(to right, #ff0000, #ff9600); }
        .prcss.prcss_hover__light li .inner .grid_box:after {
          display: block;
          background: -webkit-linear-gradient(bottom, #0C0C0D, #fff, #fff, #0C0C0D);
          background: linear-gradient(to top, #0C0C0D, #fff, #fff, #0C0C0D);
          opacity: 0.1; }
        .prcss.prcss_hover__light li .inner .grid_box .box {
          top: -12px; }
    @media (min-width: 1024px) {
      .prcss.prcss_hover__light li:hover:before {
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5);
        color: #fff;
        background: -webkit-linear-gradient(left, #fff, #fff);
        background: linear-gradient(to right, #fff, #fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .prcss.prcss_hover__light li:hover:after {
        right: 10px;
        -webkit-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .prcss.prcss_hover__light li:hover .inner:before {
        width: 100%;
        -webkit-transition: width 0.5s ease-in-out;
                transition: width 0.5s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .prcss.prcss_hover__light li:hover .inner .grid_box .box {
        background: #fff; }
        .prcss.prcss_hover__light li:hover .inner .grid_box .box:before {
          background: -webkit-linear-gradient(left, #ff0000, #ff9600);
          background: linear-gradient(to right, #ff0000, #ff9600); }
      .prcss.prcss_hover__light li:hover .inner .description {
        color: rgba(255, 255, 255, 0.8);
        -webkit-transition: width 0.5s ease-in-out;
                transition: width 0.5s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; } }

@media (max-width: 1023px) {
  .block_progress,
  .block_progress__light {
    position: relative;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .sticky_progress,
  .sticky_progress__light {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 30px; }
  .progressPanelContainer,
  .progressPanelContainer__light {
    position: absolute;
    min-height: 100vh; }
  .progress,
  .progress__light {
    display: block;
    background-color: red;
    width: 1px;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    margin-top: -30px; } }

.prcss .keys,
.prcss.prcss_ver .keys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: initial;
  width: 100%; }
  .prcss .keys li,
  .prcss.prcss_ver .keys li {
    width: calc(100% / 1);
    padding: 8px 0 8px 32px;
    margin: 0;
    font-style: italic;
    font-weight: 300;
    counter-increment: initial;
    color: #fff;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .prcss .keys li,
      .prcss.prcss_ver .keys li {
        width: calc(100% / 1);
        padding: 8px 0 8px 32px; } }
    .prcss .keys li .bold,
    .prcss.prcss_ver .keys li .bold {
      font-weight: bold; }
    .prcss .keys li:before,
    .prcss.prcss_ver .keys li:before {
      top: 22px;
      left: 0; }
    .prcss .keys li:after,
    .prcss.prcss_ver .keys li:after {
      top: 15px;
      background: #0c0c0d; }

.section__prcss_hover {
  overflow: hidden; }

.section__prcss_hover__light {
  overflow: hidden; }

.multi_level_container {
  width: 100%;
  margin: 80px 0 0; }
  @media (max-width: 1023px) {
    .multi_level_container {
      overflow-x: auto;
      margin: 40px 0; } }

.multi_level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  counter-reset: questionNumberML;
  width: 100%; }
  .multi_level li {
    width: calc((100% - 538px) / 3);
    height: 600px;
    padding: 2px;
    counter-increment: questionNumberML; }
    @media (max-width: 1023px) {
      .multi_level li {
        width: calc(100% / 4);
        min-width: 320px;
        padding: 8px; } }
    .multi_level li:before {
      position: absolute;
      z-index: 3;
      top: 32px;
      left: 32px;
      display: block;
      content: counter(questionNumberML, decimal-leading-zero);
      clear: both;
      font-size: 48px;
      margin-top: initial;
      color: #fff;
      font-weight: 400; }
      @media (max-width: 1199px) {
        .multi_level li:before {
          top: 16px;
          left: 16px; } }
    .multi_level li .inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .multi_level li .inner .bg {
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #0c0c0d; }
        .multi_level li .inner .bg img {
          opacity: 0.7;
          max-width: initial;
          height: 100%;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: all 0.3s ease;
                  transition: all 0.3s ease;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
      .multi_level li .inner .text {
        position: relative;
        z-index: 2;
        padding: 32px;
        color: #fff;
        word-break: break-word; }
        @media (max-width: 1199px) {
          .multi_level li .inner .text {
            padding: 16px; } }
        .multi_level li .inner .text .caption {
          font-size: 24px;
          font-weight: 700; }
          @media (max-width: 1199px) {
            .multi_level li .inner .text .caption {
              font-size: 20px; } }
        .multi_level li .inner .text .description {
          font-size: 16px;
          display: none; }
          @media (max-width: 1023px) {
            .multi_level li .inner .text .description {
              display: initial; } }
    .multi_level li:hover {
      cursor: pointer; }
      .multi_level li:hover .inner .bg img {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05);
        -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
    .multi_level li.active {
      width: 538px; }
      @media (max-width: 1023px) {
        .multi_level li.active {
          width: calc(100% / 4);
          min-width: 320px; } }
      .multi_level li.active .inner .caption {
        margin-bottom: 16px; }
      .multi_level li.active .inner .description {
        display: initial; }

.sup_serv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0; }
  .sup_serv li {
    width: calc(100% / 3);
    padding: 28px 16px; }
    @media (max-width: 1023px) {
      .sup_serv li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .sup_serv li {
        width: calc(100% / 1);
        padding: 20px 0; } }
    .sup_serv li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
      .sup_serv li .inner .caption {
        width: 100%;
        font-size: 28px;
        font-weight: 600;
        color: #0c0c0d;
        margin-bottom: 20px;
        text-align: center; }
        @media (max-width: 1023px) {
          .sup_serv li .inner .caption {
            font-size: 20px; } }
      .sup_serv li .inner .description {
        font-size: 16px;
        color: #98a7c3; }

.related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0; }
  .related li {
    position: relative;
    width: calc(100% / 3);
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .related li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .related li {
        width: 100%; } }
    .related li .inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .related li .inner .img {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        background: #0c0c0d; }
        .related li .inner .img img {
          opacity: 0.5;
          max-width: initial;
          width: 100%; }
      .related li .inner .caption {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 28px;
        text-align: center;
        padding: 10px;
        opacity: 1;
        -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        @media (max-width: 1199px) {
          .related li .inner .caption {
            font-size: 20px; } }
      .related li .inner .link {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .related li .inner .link span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 48px;
          height: 48px;
          min-width: 48px;
          min-height: 48px;
          background: #fff; }
      .related li .inner:hover .caption {
        opacity: 0;
        -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .related li .inner:hover .link {
        opacity: 1;
        -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }

.box_bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%; }
  .box_bg:before {
    position: absolute;
    width: 1000%;
    top: 200px;
    bottom: 300px;
    right: 0;
    height: calc(100% - 400px);
    margin-right: 70px;
    display: block;
    content: "";
    clear: both;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600); }
  .box_bg.box_bg__top__fix::before {
    top: 20px;
    height: 400px;
    background: -webkit-linear-gradient(bottom, #ff0000, #ff9600);
    background: linear-gradient(to top, #ff0000, #ff9600); }

.use_cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  counter-reset: questionNumberUC; }
  .use_cases > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 2);
    padding: 16px;
    counter-increment: questionNumberUC; }
    @media (max-width: 1023px) {
      .use_cases > li {
        width: 100%;
        padding: 16px 0; } }
    .use_cases > li:before {
      position: absolute;
      z-index: 3;
      top: 32px;
      left: 32px;
      display: block;
      content: counter(questionNumberUC, decimal-leading-zero);
      clear: both;
      font-size: 48px;
      margin-top: initial;
      color: #fff;
      font-weight: 400; }
      @media (max-width: 1023px) {
        .use_cases > li:before {
          left: 20px; } }
    .use_cases > li .inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      color: #fff; }
      .use_cases > li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 400px;
        overflow: hidden; }
        .use_cases > li .inner .img img {
          width: 100%; }
          @media (max-width: 479px) {
            .use_cases > li .inner .img img {
              max-width: initial;
              width: initial;
              height: 100%; } }
      .use_cases > li .inner .text {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 32px; }
        @media (max-width: 1199px) {
          .use_cases > li .inner .text {
            padding: 20px; } }
      .use_cases > li .inner .heading {
        width: 100%;
        font-size: 24px;
        text-align: left; }
      .use_cases > li .inner .content {
        font-size: 14px;
        font-weight: 400;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        @media (max-width: 1023px) {
          .use_cases > li .inner .content {
            max-height: initial;
            overflow: visible; } }
        @media (max-width: 479px) {
          .use_cases > li .inner .content {
            font-size: 12px; } }
        .use_cases > li .inner .content ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .use_cases > li .inner .content ul li {
            width: 100%;
            color: #fff;
            margin: 0;
            padding: 5px 0 0 20px; }
            .use_cases > li .inner .content ul li:before {
              top: initial;
              margin-top: 8px;
              width: 4px;
              height: 4px;
              background: #fff;
              border-radius: 50%; }
              @media (max-width: 479px) {
                .use_cases > li .inner .content ul li:before {
                  margin-top: 6px; } }
      .use_cases > li .inner:hover .content {
        max-height: 500px;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        @media (max-width: 1023px) {
          .use_cases > li .inner:hover .content {
            max-height: initial;
            overflow: visible; } }

.m_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 0; }
  @media (max-width: 1023px) {
    .m_list {
      margin: 60px 0; } }
  .m_list li {
    width: calc(100% / 4);
    padding: 16px; }
    @media (max-width: 1023px) {
      .m_list li {
        width: calc(100% / 3);
        padding: 10px; } }
    @media (max-width: 767px) {
      .m_list li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .m_list li {
        width: calc(100% / 1);
        padding: 10px 0; } }
    .m_list li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      border: 1px solid #eff2f6;
      padding: 40px 30px;
      min-height: 100px; }
      @media (max-width: 1199px) {
        .m_list li .inner {
          padding: 30px 20px; } }
      .m_list li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600); }
      .m_list li .inner .caption {
        color: #0c0c0d;
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
        text-align: center;
        text-transform: uppercase;
        margin: 15px 0; }
      .m_list li .inner .content {
        text-align: center;
        font-size: 16px; }

@media (max-width: 1199px) {
  .section_color {
    padding: 80px 40px; } }

@media (max-width: 1023px) {
  .section_color {
    padding: 10px; } }

.section_color > .container > .row_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media (max-width: 1023px) {
    .section_color > .container > .row_color {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .section_color > .container > .row_color .block_text {
    padding: 50px; }
    @media (max-width: 1023px) {
      .section_color > .container > .row_color .block_text {
        padding: 20px; } }
    .section_color > .container > .row_color .block_text .hr_line {
      display: block;
      height: 5px;
      width: 50%;
      background: -webkit-linear-gradient(left, #fff, transparent);
      background: linear-gradient(to right, #fff, transparent);
      margin-bottom: 40px; }
    .section_color > .container > .row_color .block_text .more {
      margin: 50px 0 0 0; }
      @media (max-width: 1023px) {
        .section_color > .container > .row_color .block_text .more {
          margin-top: 20px; } }
      .section_color > .container > .row_color .block_text .more .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        margin-right: 10px; }
  .section_color > .container > .row_color .block_img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    overflow: hidden;
    padding: 0; }
    @media (max-width: 1023px) {
      .section_color > .container > .row_color .block_img {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0 20px 20px; } }
    .section_color > .container > .row_color .block_img .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 479px) {
        .section_color > .container > .row_color .block_img .img {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .section_color > .container > .row_color .block_img .img img {
        max-width: initial;
        min-height: 100%;
        width: initial; }
        @media (max-width: 1023px) {
          .section_color > .container > .row_color .block_img .img img {
            max-height: 200px; } }
      .section_color > .container > .row_color .block_img .img .text_abso {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 80px 30px; }
        @media (max-width: 1023px) {
          .section_color > .container > .row_color .block_img .img .text_abso {
            position: relative;
            right: initial;
            bottom: initial;
            left: initial;
            padding: 20px; } }
        @media (max-width: 479px) {
          .section_color > .container > .row_color .block_img .img .text_abso {
            padding: 20px 0; } }
        .section_color > .container > .row_color .block_img .img .text_abso .icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 64px;
          height: 64px;
          min-width: 64px;
          min-height: 64px;
          background: rgba(12, 12, 13, 0.3);
          margin-bottom: 30px; }
          @media (max-width: 1023px) {
            .section_color > .container > .row_color .block_img .img .text_abso .icon {
              margin-bottom: 20px; } }
          .section_color > .container > .row_color .block_img .img .text_abso .icon img {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 30px;
            height: 30px;
            min-width: 30px;
            min-height: 30px;
            margin-left: -3px; }
        .section_color > .container > .row_color .block_img .img .text_abso .heading {
          color: #fff; }
          @media (max-width: 1023px) {
            .section_color > .container > .row_color .block_img .img .text_abso .heading {
              color: #0c0c0d; } }
  .section_color > .container > .row_color.row_grad {
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    color: #fff; }
    .section_color > .container > .row_color.row_grad .heading .color {
      color: #fff; }
  .section_color > .container > .row_color.row_gray {
    background: #f5f6f9;
    color: #0c0c0d; }
  .section_color > .container > .row_color.row_black {
    background: #0c0c0d;
    color: #fff; }

.section_color.mb {
  position: relative;
  z-index: 1;
  margin-bottom: -200px; }

.section_color.mt {
  position: relative;
  z-index: 1;
  margin-top: -250px; }

.section_color_popup {
  z-index: 10; }

.section_black.pb250 {
  padding-bottom: 250px; }

.section_bg_absolute {
  position: relative;
  overflow: hidden;
  padding-top: 200px; }

.bg_absolute {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 50%; }

.section_bg_abs {
  position: relative;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .section_bg_abs {
      padding: 80px 40px; } }
  @media (max-width: 1023px) {
    .section_bg_abs {
      padding: 10px; } }

.bg_abs {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f5f6f9; }
  .bg_abs img {
    min-width: 100%;
    min-height: 100%; }

.invest_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 0; }
  @media (max-width: 1023px) {
    .invest_list {
      margin: 60px 0; } }
  .invest_list li {
    width: calc(100% / 3);
    padding: 16px; }
    @media (max-width: 1023px) {
      .invest_list li {
        width: calc(100% / 2);
        padding: 10px; } }
    @media (max-width: 767px) {
      .invest_list li {
        width: calc(100% / 1); } }
    @media (max-width: 479px) {
      .invest_list li {
        padding: 10px 0; } }
    .invest_list li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      padding: 40px 30px;
      min-height: 500px;
      height: 100%;
      color: #fff;
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(10px); }
      @media (max-width: 1023px) {
        .invest_list li .inner {
          min-height: 300px; } }
      @media (max-width: 767px) {
        .invest_list li .inner {
          min-height: initial; } }
      @media (max-width: 1199px) {
        .invest_list li .inner {
          padding: 30px 20px; } }
      .invest_list li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px); }
      .invest_list li .inner .caption {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        margin: 15px 0; }
      .invest_list li .inner .content {
        text-align: center;
        font-size: 16px; }
      .invest_list li .inner .description {
        margin-bottom: 10px; }
    .invest_list li.grad_bg .inner {
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600); }
      .invest_list li.grad_bg .inner .img {
        width: 140px;
        height: 140px;
        min-width: 140px;
        min-height: 140px; }
      .invest_list li.grad_bg .inner .hr_line {
        display: block;
        height: 10px;
        width: 100%;
        background: -webkit-linear-gradient(left, #fff, transparent);
        background: linear-gradient(to right, #fff, transparent);
        margin-bottom: 15px; }
      .invest_list li.grad_bg .inner .description {
        height: 100%; }

.section_delim_auto .img img {
  max-width: initial;
  min-width: initial;
  width: initial;
  margin: auto;
  margin-top: -40px;
  padding-left: 150px; }

.section_bg_img .container {
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(rgba(239, 242, 246, 0.8), rgba(245, 246, 249, 0.8));
  background: linear-gradient(rgba(239, 242, 246, 0.8), rgba(245, 246, 249, 0.8));
  margin-top: -300px;
  padding: 64px 104px; }
  @media (max-width: 1023px) {
    .section_bg_img .container {
      padding: 10px; } }

.table_vs .desc {
  font-weight: 400;
  margin-bottom: 20px; }
  @media (max-width: 1023px) {
    .table_vs .desc {
      text-align: left; } }

.view_all__center {
  text-align: center; }

.bold {
  font-weight: bold; }

.h_100 {
  height: 100%; }

.block_text__col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.opa_70 {
  opacity: 0.7; }

.section_first_screen .description__last {
  margin-bottom: 0; }

.block__multi_arrow {
  width: 160px;
  min-width: 160px; }
  @media (max-width: 767px) {
    .block__multi_arrow {
      display: none !important; } }

.logo_ai {
  width: 90px;
  min-width: 90px; }

.multi_arrow {
  width: 35px;
  min-width: 35px; }
  .multi_arrow.multi_arrow__left {
    filter: grayscale(1);
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.nowrap,
section > .container > .row.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.section__bg_ai {
  background: rgba(239, 242, 246, 0.6); }
  @media (max-width: 479px) {
    .section__bg_ai {
      padding: 10px 0; } }
  @media (max-width: 479px) {
    .section__bg_ai > .container {
      padding: 10px 0; } }
  @media (max-width: 479px) {
    .section__bg_ai > .container > .row {
      padding: 0 10px; } }
  @media (max-width: 479px) {
    .section__bg_ai > .container > .row > .block {
      padding: 0 10px; } }
  .section__bg_ai .heading.center {
    text-align: center; }

ul.grad_check__ai,
.content ul.grad_check__ai {
  width: 100%; }
  @media (max-width: 767px) {
    ul.grad_check__ai,
    .content ul.grad_check__ai {
      width: calc(100% - 10px);
      margin-left: 10px; } }
  @media (max-width: 479px) {
    ul.grad_check__ai,
    .content ul.grad_check__ai {
      width: 100%;
      margin-left: initial; } }
  ul.grad_check__ai li,
  .content ul.grad_check__ai li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    color: #0c0c0d;
    min-height: 124px;
    padding: 2px 30px 2px 80px; }
    @media (max-width: 1199px) {
      ul.grad_check__ai li,
      .content ul.grad_check__ai li {
        padding: 2px 20px 2px 60px; } }
    @media (max-width: 1023px) {
      ul.grad_check__ai li,
      .content ul.grad_check__ai li {
        padding: 2px 15px 2px 50px; } }
    @media (max-width: 479px) {
      ul.grad_check__ai li,
      .content ul.grad_check__ai li {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 40px 15px 2px 15px;
        min-height: 132px;
        min-width: 220px; } }
    ul.grad_check__ai li::before,
    .content ul.grad_check__ai li::before {
      top: 50%;
      margin-top: -10px;
      left: 30px; }
      @media (max-width: 1199px) {
        ul.grad_check__ai li::before,
        .content ul.grad_check__ai li::before {
          left: 20px; } }
      @media (max-width: 1023px) {
        ul.grad_check__ai li::before,
        .content ul.grad_check__ai li::before {
          left: 15px; } }
      @media (max-width: 479px) {
        ul.grad_check__ai li::before,
        .content ul.grad_check__ai li::before {
          top: 15px;
          margin-top: initial; } }
    ul.grad_check__ai li::after,
    .content ul.grad_check__ai li::after {
      top: 50%;
      margin-top: -5px;
      left: 36px; }
      @media (max-width: 1199px) {
        ul.grad_check__ai li::after,
        .content ul.grad_check__ai li::after {
          left: 26px; } }
      @media (max-width: 1023px) {
        ul.grad_check__ai li::after,
        .content ul.grad_check__ai li::after {
          left: 21px; } }
      @media (max-width: 479px) {
        ul.grad_check__ai li::after,
        .content ul.grad_check__ai li::after {
          top: 20px;
          margin-top: initial; } }
    ul.grad_check__ai li .text,
    .content ul.grad_check__ai li .text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      ul.grad_check__ai li .text .caption,
      .content ul.grad_check__ai li .text .caption {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 2px; }
        @media (max-width: 1199px) {
          ul.grad_check__ai li .text .caption,
          .content ul.grad_check__ai li .text .caption {
            font-size: 18px; } }
        @media (max-width: 1023px) {
          ul.grad_check__ai li .text .caption,
          .content ul.grad_check__ai li .text .caption {
            font-size: 16px; } }
        @media (max-width: 767px) {
          ul.grad_check__ai li .text .caption,
          .content ul.grad_check__ai li .text .caption {
            font-size: 15px;
            margin-bottom: 0; } }
      @media (max-width: 1199px) {
        ul.grad_check__ai li .text .description,
        .content ul.grad_check__ai li .text .description {
          font-size: 14px; } }
      @media (max-width: 1023px) {
        ul.grad_check__ai li .text .description,
        .content ul.grad_check__ai li .text .description {
          font-size: 13px; } }
      @media (max-width: 767px) {
        ul.grad_check__ai li .text.tablet_more,
        .content ul.grad_check__ai li .text.tablet_more {
          display: none; } }
      @media (min-width: 768px) {
        ul.grad_check__ai li .text.tablet_more,
        .content ul.grad_check__ai li .text.tablet_more {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 768px) {
        ul.grad_check__ai li .text.tablet_less,
        .content ul.grad_check__ai li .text.tablet_less {
          display: none; } }
      @media (max-width: 767px) {
        ul.grad_check__ai li .text.tablet_less,
        .content ul.grad_check__ai li .text.tablet_less {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

ul.red_cancel__ai,
.content ul.red_cancel__ai {
  width: 100%; }
  @media (max-width: 767px) {
    ul.red_cancel__ai,
    .content ul.red_cancel__ai {
      width: calc(100% - 10px);
      margin-right: 10px; } }
  @media (max-width: 479px) {
    ul.red_cancel__ai,
    .content ul.red_cancel__ai {
      width: 100%;
      margin-right: initial; } }
  ul.red_cancel__ai li,
  .content ul.red_cancel__ai li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #E7EBEF;
    color: #0c0c0d;
    min-height: 124px;
    padding: 2px 30px 2px 80px; }
    @media (max-width: 1199px) {
      ul.red_cancel__ai li,
      .content ul.red_cancel__ai li {
        padding: 2px 20px 2px 60px; } }
    @media (max-width: 1023px) {
      ul.red_cancel__ai li,
      .content ul.red_cancel__ai li {
        padding: 2px 15px 2px 50px; } }
    @media (max-width: 479px) {
      ul.red_cancel__ai li,
      .content ul.red_cancel__ai li {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 40px 15px 2px 15px;
        min-height: 132px;
        min-width: 220px; } }
    ul.red_cancel__ai li::before,
    .content ul.red_cancel__ai li::before {
      top: 50%;
      margin-top: -10px;
      left: 30px; }
      @media (max-width: 1199px) {
        ul.red_cancel__ai li::before,
        .content ul.red_cancel__ai li::before {
          left: 20px; } }
      @media (max-width: 1023px) {
        ul.red_cancel__ai li::before,
        .content ul.red_cancel__ai li::before {
          left: 15px; } }
      @media (max-width: 479px) {
        ul.red_cancel__ai li::before,
        .content ul.red_cancel__ai li::before {
          top: 15px;
          margin-top: initial; } }
    ul.red_cancel__ai li::after,
    .content ul.red_cancel__ai li::after {
      top: 50%;
      margin-top: -5px;
      left: 35px; }
      @media (max-width: 1199px) {
        ul.red_cancel__ai li::after,
        .content ul.red_cancel__ai li::after {
          left: 25px; } }
      @media (max-width: 1023px) {
        ul.red_cancel__ai li::after,
        .content ul.red_cancel__ai li::after {
          left: 20px; } }
      @media (max-width: 479px) {
        ul.red_cancel__ai li::after,
        .content ul.red_cancel__ai li::after {
          top: 20px;
          margin-top: initial; } }
    ul.red_cancel__ai li .text,
    .content ul.red_cancel__ai li .text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      ul.red_cancel__ai li .text .caption,
      .content ul.red_cancel__ai li .text .caption {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 2px; }
        @media (max-width: 1199px) {
          ul.red_cancel__ai li .text .caption,
          .content ul.red_cancel__ai li .text .caption {
            font-size: 18px; } }
        @media (max-width: 1023px) {
          ul.red_cancel__ai li .text .caption,
          .content ul.red_cancel__ai li .text .caption {
            font-size: 16px; } }
        @media (max-width: 767px) {
          ul.red_cancel__ai li .text .caption,
          .content ul.red_cancel__ai li .text .caption {
            font-size: 15px;
            margin-bottom: 0; } }
      @media (max-width: 1199px) {
        ul.red_cancel__ai li .text .description,
        .content ul.red_cancel__ai li .text .description {
          font-size: 14px; } }
      @media (max-width: 1023px) {
        ul.red_cancel__ai li .text .description,
        .content ul.red_cancel__ai li .text .description {
          font-size: 13px; } }
      ul.red_cancel__ai li .text .description .bold,
      .content ul.red_cancel__ai li .text .description .bold {
        color: #FF0000; }
      @media (max-width: 767px) {
        ul.red_cancel__ai li .text.tablet_more,
        .content ul.red_cancel__ai li .text.tablet_more {
          display: none; } }
      @media (min-width: 768px) {
        ul.red_cancel__ai li .text.tablet_more,
        .content ul.red_cancel__ai li .text.tablet_more {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 768px) {
        ul.red_cancel__ai li .text.tablet_less,
        .content ul.red_cancel__ai li .text.tablet_less {
          display: none; } }
      @media (max-width: 767px) {
        ul.red_cancel__ai li .text.tablet_less,
        .content ul.red_cancel__ai li .text.tablet_less {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

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

@media (max-width: 479px) {
  .row__multi_ai {
    overflow-x: auto; } }

.row__multi_ai .heading.tablet_less {
  color: #0c0c0d;
  font-size: 20px; }
  @media (min-width: 768px) {
    .row__multi_ai .heading.tablet_less {
      display: none !important; } }

.row__multi_ai > .block:last-child .heading.tablet_less {
  padding-left: 10px; }
  @media (max-width: 479px) {
    .row__multi_ai > .block:last-child .heading.tablet_less {
      padding-left: 0; } }

.row__multi_ai__heading {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .row__multi_ai__heading {
      display: none !important; } }
  .row__multi_ai__heading .heading {
    text-align: center;
    margin: 0 auto;
    min-height: 64px; }
    @media (max-width: 767px) {
      .row__multi_ai__heading .heading {
        text-align: left;
        margin: initial;
        font-size: 20px;
        min-height: initial; } }
    @media (max-width: 767px) {
      .row__multi_ai__heading .heading.tablet_more {
        display: none; } }
    @media (min-width: 768px) {
      .row__multi_ai__heading .heading.tablet_more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 768px) {
      .row__multi_ai__heading .heading.tablet_less {
        display: none; } }
    @media (max-width: 767px) {
      .row__multi_ai__heading .heading.tablet_less {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 767px) {
    .row__multi_ai__heading .block:last-child .heading {
      padding-left: 10px; } }

.ai-tabs-list-container {
  width: 100%;
  margin: 0 auto; }

@media (min-width: 1024px) {
  html {
    scroll-padding-top: 170px; } }

.ai-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  margin-top: 70px; }
  .ai-tabs-list li {
    width: initial;
    margin: 0 10px; }
    @media (max-width: 1023px) {
      .ai-tabs-list li {
        margin: 0; } }
    .ai-tabs-list li:first-child {
      margin-left: 0; }
    .ai-tabs-list li:last-child {
      margin-right: 0; }

@media (max-width: 1023px) {
  .ai-tabs-list li {
    width: 100%; }
  .ai-tabs-list {
    width: 100%;
    margin: 0 auto; }
  .ai-tabs-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 55px;
    overflow: hidden; }
  .ai-tabs-list li {
    height: 55px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .ai-tabs-list li.active {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .ai-tabs-list li.active > a:after {
    right: 0;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    content: '';
    clear: both;
    background: url("../images/ai__arrow__table_div.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .ai-tabs-list.is_open {
    height: auto; }
  .ai-tabs-list.is_open li.active > a:after {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1); } }

.ai-tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  background: #EFF2F6;
  -webkit-transition: all 0.3s ease 0.1s;
          transition: all 0.3s ease 0.1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .ai-tab .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    margin-right: 10px; }
  .ai-tab:hover {
    color: #ff0000;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease 0.1s;
            transition: all 0.3s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .ai-tab.active {
    background: #1A1A1A;
    color: #fff;
    -webkit-transition: all 0.3s ease 0.1s;
            transition: all 0.3s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .ai-tab.active .icon img {
      filter: invert(1); }
    .ai-tab.active:hover {
      background: #1A1A1A;
      color: #fff;
      -webkit-text-fill-color: initial; }

@media (max-width: 1023px) {
  .ai-tab {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 15px;
    text-align: left;
    font-size: 16px;
    height: 100%;
    background: #fff; }
    .ai-tab:hover {
      background: #EFF2F6; }
      .ai-tab:hover .caption {
        color: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .ai-tab.active {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background: #EFF2F6;
      color: #0c0c0d; }
      .ai-tab.active .caption {
        width: 100%;
        color: #0c0c0d; }
      .ai-tab.active .icon img {
        filter: invert(0); }
      .ai-tab.active:hover {
        color: #fff; }
        .ai-tab.active:hover span {
          color: #fff; }
        .ai-tab.active:hover .icon img {
          filter: invert(1); }
        .ai-tab.active:hover:after {
          filter: invert(1); } }

.ai-panels-container {
  height: auto !important;
  padding: 70px 0;
  text-align: center; }
  @media (max-width: 1023px) {
    .ai-panels-container {
      padding: 20px 0; }
      .ai-panels-container > div {
        display: block !important;
        height: 0;
        overflow: hidden; }
        .ai-panels-container > div.active {
          padding-top: 70px;
          height: auto; } }

.ai-tab-content .slick-list {
  width: 100%; }

.ai-tab-content .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media (min-width: 1024px) {
    .ai-tab-content .slick-track {
      width: 100% !important; } }
  @media (max-width: 1023px) {
    .ai-tab-content .slick-track {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.ai__title_div,
.ai__table_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-size: 16px; }
  @media (max-width: 1023px) {
    .ai__title_div,
    .ai__table_div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #EFF2F6; } }
  .ai__title_div .row,
  .ai__title_div .box,
  .ai__table_div .row,
  .ai__table_div .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (min-width: 1024px) {
      .ai__title_div .row,
      .ai__title_div .box,
      .ai__table_div .row,
      .ai__table_div .box {
        width: 100% !important; } }
    @media (max-width: 1023px) {
      .ai__title_div .row,
      .ai__title_div .box,
      .ai__table_div .row,
      .ai__table_div .box {
        display: initial;
        padding: 12px 0; } }
    .ai__title_div .row .heading__table_div,
    .ai__title_div .row .title,
    .ai__title_div .box .heading__table_div,
    .ai__title_div .box .title,
    .ai__table_div .row .heading__table_div,
    .ai__table_div .row .title,
    .ai__table_div .box .heading__table_div,
    .ai__table_div .box .title {
      width: 100%;
      font-size: 18px;
      padding: 7px;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        .ai__title_div .row .heading__table_div,
        .ai__title_div .row .title,
        .ai__title_div .box .heading__table_div,
        .ai__title_div .box .title,
        .ai__table_div .row .heading__table_div,
        .ai__table_div .row .title,
        .ai__table_div .box .heading__table_div,
        .ai__table_div .box .title {
          display: none; } }
    .ai__title_div .row > .block,
    .ai__title_div .row .block__table_div,
    .ai__title_div .box > .block,
    .ai__title_div .box .block__table_div,
    .ai__table_div .row > .block,
    .ai__table_div .row .block__table_div,
    .ai__table_div .box > .block,
    .ai__table_div .box .block__table_div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc(100% / 3);
      min-height: 246px;
      padding: 40px 20px 20px 20px;
      border-bottom: 6px solid #fff; }
      @media (max-width: 1023px) {
        .ai__title_div .row > .block,
        .ai__title_div .row .block__table_div,
        .ai__title_div .box > .block,
        .ai__title_div .box .block__table_div,
        .ai__table_div .row > .block,
        .ai__table_div .row .block__table_div,
        .ai__table_div .box > .block,
        .ai__table_div .box .block__table_div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          min-height: initial;
          width: 100%;
          padding: 12px 15px;
          border-bottom: 0; } }
      @media (max-width: 1023px) {
        .ai__title_div .row > .block .text,
        .ai__title_div .row .block__table_div .text,
        .ai__title_div .box > .block .text,
        .ai__title_div .box .block__table_div .text,
        .ai__table_div .row > .block .text,
        .ai__table_div .row .block__table_div .text,
        .ai__table_div .box > .block .text,
        .ai__table_div .box .block__table_div .text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: left; } }
      @media (max-width: 1023px) {
        .ai__title_div .row > .block .text:before,
        .ai__title_div .row .block__table_div .text:before,
        .ai__title_div .box > .block .text:before,
        .ai__title_div .box .block__table_div .text:before,
        .ai__table_div .row > .block .text:before,
        .ai__table_div .row .block__table_div .text:before,
        .ai__table_div .box > .block .text:before,
        .ai__table_div .box .block__table_div .text:before {
          display: block;
          clear: both;
          font-size: 12px;
          font-weight: normal;
          text-transform: uppercase;
          margin-bottom: 3px; } }
      .ai__title_div .row > .block .icon,
      .ai__title_div .row .block__table_div .icon,
      .ai__title_div .box > .block .icon,
      .ai__title_div .box .block__table_div .icon,
      .ai__table_div .row > .block .icon,
      .ai__table_div .row .block__table_div .icon,
      .ai__table_div .box > .block .icon,
      .ai__table_div .box .block__table_div .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        margin-bottom: 16px; }
        @media (max-width: 1023px) {
          .ai__title_div .row > .block .icon,
          .ai__title_div .row .block__table_div .icon,
          .ai__title_div .box > .block .icon,
          .ai__title_div .box .block__table_div .icon,
          .ai__table_div .row > .block .icon,
          .ai__table_div .row .block__table_div .icon,
          .ai__table_div .box > .block .icon,
          .ai__table_div .box .block__table_div .icon {
            width: 40px;
            height: 40px;
            min-width: 40px;
            min-height: 40px;
            margin-right: 15px;
            margin-bottom: initial; } }
        @media (max-width: 1023px) {
          .ai__title_div .row > .block .icon img,
          .ai__title_div .row .block__table_div .icon img,
          .ai__title_div .box > .block .icon img,
          .ai__title_div .box .block__table_div .icon img,
          .ai__table_div .row > .block .icon img,
          .ai__table_div .row .block__table_div .icon img,
          .ai__table_div .box > .block .icon img,
          .ai__table_div .box .block__table_div .icon img {
            width: 20px;
            height: 20px;
            min-width: 20px;
            min-height: 20px; } }
      .ai__title_div .row > .block .caption,
      .ai__title_div .row .block__table_div .caption,
      .ai__title_div .box > .block .caption,
      .ai__title_div .box .block__table_div .caption,
      .ai__table_div .row > .block .caption,
      .ai__table_div .row .block__table_div .caption,
      .ai__table_div .box > .block .caption,
      .ai__table_div .box .block__table_div .caption {
        font-weight: 600;
        text-transform: capitalize; }
        @media (max-width: 1023px) {
          .ai__title_div .row > .block .caption,
          .ai__title_div .row .block__table_div .caption,
          .ai__title_div .box > .block .caption,
          .ai__title_div .box .block__table_div .caption,
          .ai__table_div .row > .block .caption,
          .ai__table_div .row .block__table_div .caption,
          .ai__table_div .box > .block .caption,
          .ai__table_div .box .block__table_div .caption {
            font-size: 16px;
            margin-bottom: 3px; } }
        .ai__title_div .row > .block .caption.bold,
        .ai__title_div .row .block__table_div .caption.bold,
        .ai__title_div .box > .block .caption.bold,
        .ai__title_div .box .block__table_div .caption.bold,
        .ai__table_div .row > .block .caption.bold,
        .ai__table_div .row .block__table_div .caption.bold,
        .ai__table_div .box > .block .caption.bold,
        .ai__table_div .box .block__table_div .caption.bold {
          font-weight: 700; }
        .ai__title_div .row > .block .caption + .link__ai_table,
        .ai__title_div .row .block__table_div .caption + .link__ai_table,
        .ai__title_div .box > .block .caption + .link__ai_table,
        .ai__title_div .box .block__table_div .caption + .link__ai_table,
        .ai__table_div .row > .block .caption + .link__ai_table,
        .ai__table_div .row .block__table_div .caption + .link__ai_table,
        .ai__table_div .box > .block .caption + .link__ai_table,
        .ai__table_div .box .block__table_div .caption + .link__ai_table {
          margin-top: 18px; }
        .ai__title_div .row > .block .caption + .description,
        .ai__title_div .row .block__table_div .caption + .description,
        .ai__title_div .box > .block .caption + .description,
        .ai__title_div .box .block__table_div .caption + .description,
        .ai__table_div .row > .block .caption + .description,
        .ai__table_div .row .block__table_div .caption + .description,
        .ai__table_div .box > .block .caption + .description,
        .ai__table_div .box .block__table_div .caption + .description {
          margin-top: 4px; }
          .ai__title_div .row > .block .caption + .description + .link__ai_table,
          .ai__title_div .row .block__table_div .caption + .description + .link__ai_table,
          .ai__title_div .box > .block .caption + .description + .link__ai_table,
          .ai__title_div .box .block__table_div .caption + .description + .link__ai_table,
          .ai__table_div .row > .block .caption + .description + .link__ai_table,
          .ai__table_div .row .block__table_div .caption + .description + .link__ai_table,
          .ai__table_div .box > .block .caption + .description + .link__ai_table,
          .ai__table_div .box .block__table_div .caption + .description + .link__ai_table {
            margin-top: 4px; }
      .ai__title_div .row > .block .description,
      .ai__title_div .row .block__table_div .description,
      .ai__title_div .box > .block .description,
      .ai__title_div .box .block__table_div .description,
      .ai__table_div .row > .block .description,
      .ai__table_div .row .block__table_div .description,
      .ai__table_div .box > .block .description,
      .ai__table_div .box .block__table_div .description {
        font-weight: 300;
        font-style: italic; }
        @media (max-width: 1023px) {
          .ai__title_div .row > .block .description,
          .ai__title_div .row .block__table_div .description,
          .ai__title_div .box > .block .description,
          .ai__title_div .box .block__table_div .description,
          .ai__table_div .row > .block .description,
          .ai__table_div .row .block__table_div .description,
          .ai__table_div .box > .block .description,
          .ai__table_div .box .block__table_div .description {
            font-size: 14px;
            margin-bottom: 3px; } }
      .ai__title_div .row > .block .link__ai_table,
      .ai__title_div .row .block__table_div .link__ai_table,
      .ai__title_div .box > .block .link__ai_table,
      .ai__title_div .box .block__table_div .link__ai_table,
      .ai__table_div .row > .block .link__ai_table,
      .ai__table_div .row .block__table_div .link__ai_table,
      .ai__table_div .box > .block .link__ai_table,
      .ai__table_div .box .block__table_div .link__ai_table {
        font-weight: 600; }
    @media (min-width: 1024px) {
      .ai__title_div .row .red, .ai__title_div .row.box__red,
      .ai__title_div .box .red,
      .ai__title_div .box.box__red,
      .ai__table_div .row .red,
      .ai__table_div .row.box__red,
      .ai__table_div .box .red,
      .ai__table_div .box.box__red {
        background: #F8EAEA; } }
    @media (max-width: 1023px) {
      .ai__title_div .row .red .text:before, .ai__title_div .row.box__red .text:before,
      .ai__title_div .box .red .text:before,
      .ai__title_div .box.box__red .text:before,
      .ai__table_div .row .red .text:before,
      .ai__table_div .row.box__red .text:before,
      .ai__table_div .box .red .text:before,
      .ai__table_div .box.box__red .text:before {
        content: attr(data_title_red);
        color: #FF0000; } }
    .ai__title_div .row .red .heading__table_div,
    .ai__title_div .row .red .title, .ai__title_div .row.box__red .heading__table_div,
    .ai__title_div .row.box__red .title,
    .ai__title_div .box .red .heading__table_div,
    .ai__title_div .box .red .title,
    .ai__title_div .box.box__red .heading__table_div,
    .ai__title_div .box.box__red .title,
    .ai__table_div .row .red .heading__table_div,
    .ai__table_div .row .red .title,
    .ai__table_div .row.box__red .heading__table_div,
    .ai__table_div .row.box__red .title,
    .ai__table_div .box .red .heading__table_div,
    .ai__table_div .box .red .title,
    .ai__table_div .box.box__red .heading__table_div,
    .ai__table_div .box.box__red .title {
      color: #FF0000;
      background: rgba(255, 0, 0, 0.06); }
    .ai__title_div .row .red .icon, .ai__title_div .row.box__red .icon,
    .ai__title_div .box .red .icon,
    .ai__title_div .box.box__red .icon,
    .ai__table_div .row .red .icon,
    .ai__table_div .row.box__red .icon,
    .ai__table_div .box .red .icon,
    .ai__table_div .box.box__red .icon {
      background: #FF0000; }
    @media (min-width: 1024px) {
      .ai__title_div .row .orange, .ai__title_div .row.box__orange,
      .ai__title_div .box .orange,
      .ai__title_div .box.box__orange,
      .ai__table_div .row .orange,
      .ai__table_div .row.box__orange,
      .ai__table_div .box .orange,
      .ai__table_div .box.box__orange {
        background: #F6EEE2; } }
    @media (max-width: 1023px) {
      .ai__title_div .row .orange .text:before, .ai__title_div .row.box__orange .text:before,
      .ai__title_div .box .orange .text:before,
      .ai__title_div .box.box__orange .text:before,
      .ai__table_div .row .orange .text:before,
      .ai__table_div .row.box__orange .text:before,
      .ai__table_div .box .orange .text:before,
      .ai__table_div .box.box__orange .text:before {
        content: attr(data_title_orange);
        color: #FF7A19; } }
    .ai__title_div .row .orange .heading__table_div,
    .ai__title_div .row .orange .title, .ai__title_div .row.box__orange .heading__table_div,
    .ai__title_div .row.box__orange .title,
    .ai__title_div .box .orange .heading__table_div,
    .ai__title_div .box .orange .title,
    .ai__title_div .box.box__orange .heading__table_div,
    .ai__title_div .box.box__orange .title,
    .ai__table_div .row .orange .heading__table_div,
    .ai__table_div .row .orange .title,
    .ai__table_div .row.box__orange .heading__table_div,
    .ai__table_div .row.box__orange .title,
    .ai__table_div .box .orange .heading__table_div,
    .ai__table_div .box .orange .title,
    .ai__table_div .box.box__orange .heading__table_div,
    .ai__table_div .box.box__orange .title {
      color: #FF9F19;
      background: rgba(255, 159, 25, 0.14); }
    .ai__title_div .row .orange .icon, .ai__title_div .row.box__orange .icon,
    .ai__title_div .box .orange .icon,
    .ai__title_div .box.box__orange .icon,
    .ai__table_div .row .orange .icon,
    .ai__table_div .row.box__orange .icon,
    .ai__table_div .box .orange .icon,
    .ai__table_div .box.box__orange .icon {
      background: #FF9F19; }
    @media (min-width: 1024px) {
      .ai__title_div .row .green, .ai__title_div .row.box__green,
      .ai__title_div .box .green,
      .ai__title_div .box.box__green,
      .ai__table_div .row .green,
      .ai__table_div .row.box__green,
      .ai__table_div .box .green,
      .ai__table_div .box.box__green {
        background: #DBF2DC; } }
    @media (max-width: 1023px) {
      .ai__title_div .row .green .text:before, .ai__title_div .row.box__green .text:before,
      .ai__title_div .box .green .text:before,
      .ai__title_div .box.box__green .text:before,
      .ai__table_div .row .green .text:before,
      .ai__table_div .row.box__green .text:before,
      .ai__table_div .box .green .text:before,
      .ai__table_div .box.box__green .text:before {
        content: attr(data_title_green);
        color: #4AB74F; } }
    .ai__title_div .row .green .heading__table_div,
    .ai__title_div .row .green .title, .ai__title_div .row.box__green .heading__table_div,
    .ai__title_div .row.box__green .title,
    .ai__title_div .box .green .heading__table_div,
    .ai__title_div .box .green .title,
    .ai__title_div .box.box__green .heading__table_div,
    .ai__title_div .box.box__green .title,
    .ai__table_div .row .green .heading__table_div,
    .ai__table_div .row .green .title,
    .ai__table_div .row.box__green .heading__table_div,
    .ai__table_div .row.box__green .title,
    .ai__table_div .box .green .heading__table_div,
    .ai__table_div .box .green .title,
    .ai__table_div .box.box__green .heading__table_div,
    .ai__table_div .box.box__green .title {
      color: #4AC04E;
      background: rgba(74, 192, 78, 0.2); }
    .ai__title_div .row .green .icon, .ai__title_div .row.box__green .icon,
    .ai__title_div .box .green .icon,
    .ai__title_div .box.box__green .icon,
    .ai__table_div .row .green .icon,
    .ai__table_div .row.box__green .icon,
    .ai__table_div .box .green .icon,
    .ai__table_div .box.box__green .icon {
      background: #4AC04E; }
    .ai__title_div .row.row__title .block,
    .ai__title_div .box.row__title .block,
    .ai__table_div .row.row__title .block,
    .ai__table_div .box.row__title .block {
      min-height: initial;
      padding: 0; }

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

#slider_ai .slick-prev,
#slider_ai__1 .slick-prev,
#slider_ai__2 .slick-prev,
#slider_ai__3 .slick-prev,
#slider_ai__4 .slick-prev,
#slider_ai__5 .slick-prev,
#slider_ai__6 .slick-prev,
#slider_ai__7 .slick-prev,
#slider_ai__8 .slick-prev,
#slider_ai__9 .slick-prev,
#slider_ai__10 .slick-prev {
  position: absolute;
  top: -104px;
  right: 64px;
  left: initial;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  background: #0c0c0d; }
  #slider_ai .slick-prev:before,
  #slider_ai__1 .slick-prev:before,
  #slider_ai__2 .slick-prev:before,
  #slider_ai__3 .slick-prev:before,
  #slider_ai__4 .slick-prev:before,
  #slider_ai__5 .slick-prev:before,
  #slider_ai__6 .slick-prev:before,
  #slider_ai__7 .slick-prev:before,
  #slider_ai__8 .slick-prev:before,
  #slider_ai__9 .slick-prev:before,
  #slider_ai__10 .slick-prev:before {
    background: url("../images/slick_prev.svg");
    content: '';
    width: 20px;
    height: 20px; }
  @media (max-width: 1023px) {
    #slider_ai .slick-prev,
    #slider_ai__1 .slick-prev,
    #slider_ai__2 .slick-prev,
    #slider_ai__3 .slick-prev,
    #slider_ai__4 .slick-prev,
    #slider_ai__5 .slick-prev,
    #slider_ai__6 .slick-prev,
    #slider_ai__7 .slick-prev,
    #slider_ai__8 .slick-prev,
    #slider_ai__9 .slick-prev,
    #slider_ai__10 .slick-prev {
      top: -44px; } }
  @media (max-width: 479px) {
    #slider_ai .slick-prev,
    #slider_ai__1 .slick-prev,
    #slider_ai__2 .slick-prev,
    #slider_ai__3 .slick-prev,
    #slider_ai__4 .slick-prev,
    #slider_ai__5 .slick-prev,
    #slider_ai__6 .slick-prev,
    #slider_ai__7 .slick-prev,
    #slider_ai__8 .slick-prev,
    #slider_ai__9 .slick-prev,
    #slider_ai__10 .slick-prev {
      right: 48px;
      width: 48px;
      height: 48px; } }

#slider_ai .slick-next,
#slider_ai__1 .slick-next,
#slider_ai__2 .slick-next,
#slider_ai__3 .slick-next,
#slider_ai__4 .slick-next,
#slider_ai__5 .slick-next,
#slider_ai__6 .slick-next,
#slider_ai__7 .slick-next,
#slider_ai__8 .slick-next,
#slider_ai__9 .slick-next,
#slider_ai__10 .slick-next {
  position: absolute;
  top: -104px;
  right: 0;
  left: initial;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  background: #0c0c0d; }
  #slider_ai .slick-next:before,
  #slider_ai__1 .slick-next:before,
  #slider_ai__2 .slick-next:before,
  #slider_ai__3 .slick-next:before,
  #slider_ai__4 .slick-next:before,
  #slider_ai__5 .slick-next:before,
  #slider_ai__6 .slick-next:before,
  #slider_ai__7 .slick-next:before,
  #slider_ai__8 .slick-next:before,
  #slider_ai__9 .slick-next:before,
  #slider_ai__10 .slick-next:before {
    background: url("../images/slick_next.svg");
    content: '';
    width: 20px;
    height: 20px; }
  @media (max-width: 1023px) {
    #slider_ai .slick-next,
    #slider_ai__1 .slick-next,
    #slider_ai__2 .slick-next,
    #slider_ai__3 .slick-next,
    #slider_ai__4 .slick-next,
    #slider_ai__5 .slick-next,
    #slider_ai__6 .slick-next,
    #slider_ai__7 .slick-next,
    #slider_ai__8 .slick-next,
    #slider_ai__9 .slick-next,
    #slider_ai__10 .slick-next {
      top: -44px; } }
  @media (max-width: 479px) {
    #slider_ai .slick-next,
    #slider_ai__1 .slick-next,
    #slider_ai__2 .slick-next,
    #slider_ai__3 .slick-next,
    #slider_ai__4 .slick-next,
    #slider_ai__5 .slick-next,
    #slider_ai__6 .slick-next,
    #slider_ai__7 .slick-next,
    #slider_ai__8 .slick-next,
    #slider_ai__9 .slick-next,
    #slider_ai__10 .slick-next {
      width: 48px;
      height: 48px; } }

#slider_ai .slick-disabled,
#slider_ai__1 .slick-disabled,
#slider_ai__2 .slick-disabled,
#slider_ai__3 .slick-disabled,
#slider_ai__4 .slick-disabled,
#slider_ai__5 .slick-disabled,
#slider_ai__6 .slick-disabled,
#slider_ai__7 .slick-disabled,
#slider_ai__8 .slick-disabled,
#slider_ai__9 .slick-disabled,
#slider_ai__10 .slick-disabled {
  background: #f5f6f9; }
  #slider_ai .slick-disabled:before,
  #slider_ai__1 .slick-disabled:before,
  #slider_ai__2 .slick-disabled:before,
  #slider_ai__3 .slick-disabled:before,
  #slider_ai__4 .slick-disabled:before,
  #slider_ai__5 .slick-disabled:before,
  #slider_ai__6 .slick-disabled:before,
  #slider_ai__7 .slick-disabled:before,
  #slider_ai__8 .slick-disabled:before,
  #slider_ai__9 .slick-disabled:before,
  #slider_ai__10 .slick-disabled:before {
    filter: brightness(0) grayscale(1); }

.progress_ai,
.progress_ai__1,
.progress_ai__2,
.progress_ai__3,
.progress_ai__4,
.progress_ai__5,
.progress_ai__6,
.progress_ai__7,
.progress_ai__8,
.progress_ai__9,
.progress_ai__10 {
  position: relative;
  left: 0;
  bottom: 60px;
  display: block;
  width: calc(100% - 130px);
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(152, 167, 195, 0.2);
  background-image: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background-image: linear-gradient(to right, #ff0000, #ff9600);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
          transition: background-size 0.4s ease-in-out; }
  @media (min-width: 1024px) {
    .progress_ai,
    .progress_ai__1,
    .progress_ai__2,
    .progress_ai__3,
    .progress_ai__4,
    .progress_ai__5,
    .progress_ai__6,
    .progress_ai__7,
    .progress_ai__8,
    .progress_ai__9,
    .progress_ai__10 {
      display: none; } }
  @media (max-width: 1023px) {
    .progress_ai,
    .progress_ai__1,
    .progress_ai__2,
    .progress_ai__3,
    .progress_ai__4,
    .progress_ai__5,
    .progress_ai__6,
    .progress_ai__7,
    .progress_ai__8,
    .progress_ai__9,
    .progress_ai__10 {
      bottom: 0; } }
  @media (max-width: 479px) {
    .progress_ai,
    .progress_ai__1,
    .progress_ai__2,
    .progress_ai__3,
    .progress_ai__4,
    .progress_ai__5,
    .progress_ai__6,
    .progress_ai__7,
    .progress_ai__8,
    .progress_ai__9,
    .progress_ai__10 {
      bottom: 10px; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1.heading, .h1.heading, h2.heading, .h2.heading, h3.heading, .h3.heading, h4.heading, .h4.heading, h5.heading, .h5.heading, h6.heading, .h6.heading, .h.heading {
  font-weight: normal; }

.section__ai .container {
  position: relative;
  z-index: 1; }

@media (max-width: 1023px) {
  .section__ai .heading.center {
    text-align: center; } }

@media (max-width: 1023px) {
  .section__ai .content.center {
    text-align: center; } }

.section__bg_section {
  position: relative; }
  .section__bg_section .container {
    position: relative;
    z-index: 2; }

.bg_section {
  position: absolute;
  z-index: 0;
  overflow: hidden; }
  .bg_section.center {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bg_section.right_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;
    top: 0;
    bottom: 0; }
  .bg_section.bottom_center {
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .bg_section.opa_20 {
    opacity: 0.2; }
  .bg_section.grad {
    background: -webkit-linear-gradient(left, #0C0C0D, transparent);
    background: linear-gradient(to right, #0C0C0D, transparent); }

section.section__bg_section__p_b_200 {
  padding-bottom: 200px; }

.section_delim__abso {
  position: relative;
  z-index: 0; }
  .section_delim__abso img {
    position: absolute;
    top: 0;
    margin-top: -43% !important; }

.section_model {
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(top, #EFF2F6, #F8F7FB);
  background: linear-gradient(to bottom, #EFF2F6, #F8F7FB);
  padding-bottom: 200px; }
  .section_model .block__model_ai {
    margin: 100px 0; }
    @media (max-width: 1199px) {
      .section_model .block__model_ai {
        margin: 0; } }
  .section_model .img__model__ai {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 0; }
    @media (max-width: 1023px) {
      .section_model .img__model__ai {
        display: none; } }
    @media (max-width: 1199px) {
      .section_model .img__model__ai img {
        padding: 100px; } }

.list__model {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (max-width: 1023px) {
    .list__model {
      position: relative;
      top: initial;
      right: initial;
      bottom: initial;
      left: initial;
      height: initial;
      margin-bottom: 25px; } }
  .list__model li {
    max-width: 320px; }
    @media (max-width: 1199px) {
      .list__model li {
        max-width: 270px; } }
    @media (max-width: 1023px) {
      .list__model li {
        max-width: initial;
        padding: 25px 0; } }
    .list__model li .caption {
      font-weight: 600;
      font-style: italic;
      margin-top: 10px;
      text-transform: uppercase; }
    .list__model li .description {
      font-weight: normal;
      margin-top: 10px; }
    @media (min-width: 1024px) {
      .list__model li.model__1 {
        position: absolute;
        top: 12%;
        right: 50%;
        margin-right: -400px; }
      .list__model li.model__2 {
        position: absolute;
        top: 46%;
        right: 50%;
        margin-right: -480px; }
      .list__model li.model__3 {
        position: absolute;
        top: 74%;
        right: 50%;
        margin-right: -360px; }
      .list__model li.model__4 {
        position: absolute;
        top: 75%;
        left: 50%;
        margin-left: -270px; }
      .list__model li.model__5 {
        position: absolute;
        top: 48%;
        left: 50%;
        margin-left: -480px; }
      .list__model li.model__6 {
        position: absolute;
        top: 7%;
        left: 50%;
        margin-left: -300px; } }
    @media (min-width: 1200px) {
      .list__model li.model__1 {
        position: absolute;
        top: 5%;
        right: 50%;
        margin-right: -500px; }
      .list__model li.model__2 {
        position: absolute;
        top: 46%;
        right: 50%;
        margin-right: -610px; }
      .list__model li.model__3 {
        position: absolute;
        top: 84%;
        right: 50%;
        margin-right: -450px; }
      .list__model li.model__4 {
        position: absolute;
        top: 82%;
        left: 50%;
        margin-left: -350px; }
      .list__model li.model__5 {
        position: absolute;
        top: 54%;
        left: 50%;
        margin-left: -600px; }
      .list__model li.model__6 {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -500px; } }

.row__blue {
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(#C9D9EF, #F7F7F7);
  background: linear-gradient(#C9D9EF, #F7F7F7);
  padding: 64px 104px; }
  @media (max-width: 1023px) {
    .row__blue {
      padding: 10px;
      margin-bottom: 100px; } }
  @media (max-width: 1023px) {
    .row__blue .heading {
      font-size: 24px; } }
  @media (max-width: 479px) {
    .row__blue .heading {
      font-size: 16px; } }

@media (max-width: 1023px) {
  .section_black__mobile {
    background: #0c0c0d; } }

#circle {
  fill: red; }

#mySVG,
#mySVG2 {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  margin-left: 11px; }
  @media (min-width: 1024px) {
    #mySVG,
    #mySVG2 {
      display: none; } }

.st0 {
  fill: none;
  stroke-dashoffset: 1px;
  stroke: red;
  stroke-width: 5;
  stroke-miterlimit: 100;
  stroke-dasharray: 20; }

.section_tech_stack {
  padding-bottom: 0; }
  .section_tech_stack .heading {
    margin-bottom: 0; }

.section_stage {
  padding-top: 0; }
  @media (max-width: 1199px) {
    .section_stage {
      padding: 0 40px 80px; } }
  @media (max-width: 1023px) {
    .section_stage {
      padding: 0 0 80px; } }
  @media (max-width: 1023px) {
    .section_stage {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      -webkit-tap-highlight-color: transparent; } }

.stage_container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  min-width: 1200px;
  padding: 120px 0 40px; }

.stage_grid {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .stage_grid li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: calc(100% / 6);
    border-left: 1px solid rgba(152, 167, 195, 0.3);
    border-right: 1px solid rgba(152, 167, 195, 0.3); }
    .stage_grid li:first-child {
      border-left: 2px solid rgba(152, 167, 195, 0.3); }
    .stage_grid li:last-child {
      border-right: 2px solid rgba(152, 167, 195, 0.3); }

.stage_element {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .stage_element .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    margin: 24px 0; }
    .stage_element .row > .block {
      padding: 0;
      margin: 0; }
      .stage_element .row > .block:nth-child(1) .stage_popup, .stage_element .row > .block:nth-child(2) .stage_popup {
        right: initial;
        left: 0; }
      .stage_element .row > .block:nth-last-child(1) .stage_popup, .stage_element .row > .block:nth-last-child(2) .stage_popup {
        left: initial;
        right: 0; }
  .stage_element .row_row + .row_reverse {
    margin-top: 36px; }

.stage_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  .stage_box:before {
    position: absolute;
    z-index: 9;
    top: 17px;
    left: 50%;
    margin-left: -10px;
    vertical-align: middle;
    content: "";
    clear: both;
    width: 20px;
    height: 10px;
    border-top: solid 10px #fff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    display: none; }
  .stage_box .caption {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    font-style: italic; }
  .stage_box .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 32px;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600); }
    .stage_box .icon span {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 16px;
      height: 16px;
      background: #fff; }
      .stage_box .icon span:before {
        position: absolute;
        display: block;
        content: "";
        clear: both;
        width: 8px;
        height: 2px;
        background: #0c0c0d; }
      .stage_box .icon span:after {
        position: absolute;
        display: block;
        content: "";
        clear: both;
        width: 8px;
        height: 2px;
        background: #0c0c0d;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
  .row_reverse .stage_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .row_reverse .stage_box:before {
      top: -17px; }
    .row_reverse .stage_box .caption {
      margin-top: 16px;
      margin-bottom: initial; }

.stage_box.active:before {
  display: inline-block; }

.stage_open:hover {
  opacity: 0.7;
  cursor: pointer; }

.stage_popup {
  position: absolute;
  z-index: 2;
  bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  min-width: 400px;
  width: 100%;
  max-width: 600px;
  max-height: 140px;
  padding: 16px 10px 16px 16px;
  background: #fff;
  box-shadow: 10px 10px 30px rgba(12, 12, 13, 0.2); }
  @media (max-width: 479px) {
    .stage_popup {
      min-width: 260px;
      max-width: 360px; } }
  .stage_popup .stage_popup_internal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-right: 6px; }
  .stage_popup .heading {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px; }
  .stage_popup .content {
    font-size: 12px;
    color: #98a7c3;
    font-style: italic;
    white-space: initial; }
  .row_reverse .stage_popup {
    bottom: 82px; }

.stage_popup {
  display: none; }

.stage_open.active span:after {
  display: none; }

.stage_open.active + .stage_popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.block_stage {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  /*transform: scale(0.98);*/
  will-change: transform;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.block_stage::-webkit-scrollbar {
  display: none; }

.block_stage.active {
  background: rgba(255, 255, 255, 0.3);
  cursor: grabbing;
  cursor: -webkit-grabbing;
  /*transform: scale(0.99);*/ }

.stage_popup_internal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5; }

.stage_popup_internal::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5; }

.stage_popup_internal::-webkit-scrollbar-thumb {
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600); }

.section_stat_bg {
  background: #eff2f6;
  margin-top: -40px;
  padding-top: 128px;
  padding-bottom: 128px; }
  @media (max-width: 1023px) {
    .section_stat_bg {
      margin-top: initial;
      padding-top: 60px;
      padding-bottom: 60px;
      padding-right: initial; } }
  @media (max-width: 1023px) {
    .section_stat_bg > .container {
      padding-right: initial; } }

@media (max-width: 1023px) {
  .stat_bg_container {
    overflow-x: auto; } }

.industries_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: industriesNumberStat; }
  .industries_list > li {
    counter-increment: industriesNumberStat;
    width: calc(100% / 2);
    padding: 16px; }
    @media (max-width: 767px) {
      .industries_list > li {
        width: calc(100% / 1); } }
    .industries_list > li:before {
      display: none; }
    .industries_list > li .inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .industries_list > li .inner:before {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        clear: both;
        display: block;
        background: -webkit-linear-gradient(rgba(12, 12, 13, 0.3), #0c0c0d);
        background: linear-gradient(rgba(12, 12, 13, 0.3), #0c0c0d); }
      .industries_list > li .inner:after {
        position: absolute;
        z-index: 1;
        top: 30px;
        left: 30px;
        display: block;
        content: counter(industriesNumberStat, decimal-leading-zero);
        clear: both;
        font-size: 48px;
        color: #fff;
        font-weight: 400;
        margin-top: 0; }
      .industries_list > li .inner .img {
        position: relative;
        width: 100%;
        height: 388px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden; }
        .industries_list > li .inner .img img {
          max-width: initial;
          min-height: 100%;
          -webkit-transform: scale(1.3);
              -ms-transform: scale(1.3);
                  transform: scale(1.3); }
          @media (max-width: 1023px) {
            .industries_list > li .inner .img img {
              -webkit-transform: scale(1);
                  -ms-transform: scale(1);
                      transform: scale(1); } }
          @media (max-width: 767px) {
            .industries_list > li .inner .img img {
              -webkit-transform: scale(1.3);
                  -ms-transform: scale(1.3);
                      transform: scale(1.3); } }
          @media (max-width: 479px) {
            .industries_list > li .inner .img img {
              -webkit-transform: scale(1);
                  -ms-transform: scale(1);
                      transform: scale(1); } }
      .industries_list > li .inner .text {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 32px;
        overflow: hidden; }
      .industries_list > li .inner .caption {
        font-size: 28px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 16px; }
      .industries_list > li .inner .description {
        font-size: 16px;
        color: #fff;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        @media (max-width: 479px) {
          .industries_list > li .inner .description {
            overflow-y: auto; } }
        .industries_list > li .inner .description.ita {
          font-style: italic; }
        .industries_list > li .inner .description ul {
          width: 100%; }
          .industries_list > li .inner .description ul.ita {
            font-style: italic; }
          .industries_list > li .inner .description ul li {
            position: relative;
            width: 100%;
            padding: 2px 0 2px 16px;
            font-weight: 300; }
            .industries_list > li .inner .description ul li.ita {
              font-style: italic; }
            .industries_list > li .inner .description ul li:before {
              position: absolute;
              top: 8px;
              left: 4px;
              margin-top: initial;
              width: 4px;
              height: 4px;
              display: block;
              content: "";
              clear: both;
              border-radius: 50%;
              background: #fff; }
            .industries_list > li .inner .description ul li .bold {
              font-weight: bold; }
      .industries_list > li .inner:hover .text .description {
        max-height: 200px;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        @media (max-width: 1199px) {
          .industries_list > li .inner:hover .text .description {
            overflow-y: auto; } }
  .industries_list.industries_operate > li .inner {
    -webkit-transition: all 0.3s ease 0.1s;
            transition: all 0.3s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .industries_list.industries_operate > li .inner:before {
      opacity: 0;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .industries_list.industries_operate > li .inner .img {
      height: 314px;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      @media (max-width: 1023px) {
        .industries_list.industries_operate > li .inner .img {
          height: 600px; } }
    .industries_list.industries_operate > li .inner .text {
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .industries_list.industries_operate > li .inner .text .description {
        overflow-y: initial;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        @media (max-width: 1023px) {
          .industries_list.industries_operate > li .inner .text .description {
            max-height: 400px;
            overflow-y: auto;
            opacity: 1;
            visibility: visible; } }
    @media (min-width: 1024px) {
      .industries_list.industries_operate > li .inner:hover {
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .industries_list.industries_operate > li .inner:hover:before {
          opacity: 1;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .industries_list.industries_operate > li .inner:hover .img {
          height: 600px;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .industries_list.industries_operate > li .inner:hover .text {
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
          .industries_list.industries_operate > li .inner:hover .text .description {
            max-height: 400px;
            -webkit-transition: all 0.3s ease 0.1s;
                    transition: all 0.3s ease 0.1s;
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden; } }
  @media (min-width: 1024px) {
    .industries_list.industries_operate > li.active .inner {
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .industries_list.industries_operate > li.active .inner .img {
        height: 600px;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; } }

.stat_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: questionNumberStat; }
  @media (max-width: 1023px) {
    .stat_bg {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .stat_bg li {
    counter-increment: questionNumberStat;
    width: calc(100% / 3);
    padding: 60px 20px 20px 20px; }
    @media (max-width: 1023px) {
      .stat_bg li {
        padding-left: 0;
        padding-right: 30px;
        min-width: 280px; } }
    .stat_bg li:before {
      position: absolute;
      top: 0;
      left: 20px;
      display: block;
      content: counter(questionNumberStat, decimal-leading-zero);
      clear: both;
      font-size: 48px;
      color: #ff0000;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 400;
      margin-top: 0; }
      @media (max-width: 1023px) {
        .stat_bg li:before {
          left: 0; } }
    .stat_bg li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .stat_bg li .inner .caption {
        font-size: 28px;
        color: #0c0c0d;
        font-weight: 600;
        margin-bottom: 16px; }
      .stat_bg li .inner .description {
        font-size: 16px;
        color: #98a7c3; }
  .stat_bg.stat_bg_2 li {
    width: calc(100% / 2);
    padding: 60px 120px 20px 20px; }
    @media (max-width: 1023px) {
      .stat_bg.stat_bg_2 li {
        padding-left: 0;
        padding-right: 30px;
        min-width: 280px; } }
  .stat_bg.stat_bg_1 li {
    width: calc(100% / 1);
    padding: 60px 20px 120px 20px; }
    @media (max-width: 1023px) {
      .stat_bg.stat_bg_1 li {
        padding-left: 0;
        padding-right: 30px;
        min-width: 240px; } }
  @media (max-width: 1023px) {
    .stat_bg.stat_bg_no_scroll {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.stat_white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: questionNumberStatW;
  margin: 40px 0; }
  .stat_white li {
    counter-increment: questionNumberStatW;
    width: calc(100% / 2);
    padding: 60px 20px 20px 20px;
    margin: 36px 0; }
    @media (max-width: 1023px) {
      .stat_white li {
        width: calc(100% / 2);
        padding: 50px 30px 50px 0;
        margin: 0; } }
    @media (max-width: 479px) {
      .stat_white li {
        width: 100%; } }
    .stat_white li:before {
      position: absolute;
      top: 0;
      left: 20px;
      display: block;
      content: counter(questionNumberStatW, decimal-leading-zero);
      clear: both;
      font-size: 48px;
      color: #ff0000;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 400;
      margin-top: 0; }
      @media (max-width: 1023px) {
        .stat_white li:before {
          left: 0;
          font-size: 40px; } }
    .stat_white li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .stat_white li .inner .caption {
        font-size: 28px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 16px; }
        @media (max-width: 1023px) {
          .stat_white li .inner .caption {
            font-size: 20px; } }
      .stat_white li .inner .description {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7); }
    .stat_white li.white:before {
      display: none; }
    .stat_white li.white .inner {
      background: #fff;
      padding: 24px 32px;
      color: #0c0c0d; }
      @media (max-width: 1023px) {
        .stat_white li.white .inner {
          padding: 24px 15px; } }
      .stat_white li.white .inner .description {
        color: #0c0c0d; }
  @media (max-width: 1023px) {
    .stat_white > li {
      width: 100%; } }
  .stat_white.stat_bg_1 > li {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 60px;
    border-bottom: 1px solid rgba(239, 242, 246, 0.1); }
    .stat_white.stat_bg_1 > li:last-child {
      border-bottom: 0; }

.stat_black,
.stat_black.stat_bg_1 {
  color: #0c0c0d; }
  .stat_black li .inner .description,
  .stat_black.stat_bg_1 li .inner .description {
    color: rgba(12, 12, 13, 0.7); }
  .stat_black > li,
  .stat_black.stat_bg_1 > li {
    border-bottom: 1px solid rgba(152, 167, 195, 0.5);
    padding-top: 130px;
    padding-bottom: 60px; }
    .stat_black > li:before,
    .stat_black.stat_bg_1 > li:before {
      top: 60px; }
    .stat_black > li:first-child,
    .stat_black.stat_bg_1 > li:first-child {
      padding-top: 70px; }
      .stat_black > li:first-child:before,
      .stat_black.stat_bg_1 > li:first-child:before {
        top: 0; }
    .stat_black > li:last-child,
    .stat_black.stat_bg_1 > li:last-child {
      border-bottom: 0; }

.stat_not_num li:before {
  display: none; }

.discuss_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .discuss_list .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border: 2px solid #fff;
    width: calc(100% / 2); }
    @media (max-width: 767px) {
      .discuss_list .inner {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .discuss_list .inner .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .discuss_list .inner .img {
          height: 72px;
          overflow: hidden;
          margin-right: initial;
          margin-bottom: 10px; } }
    .discuss_list .inner .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .discuss_list .inner .text .name {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 7px; }
      .discuss_list .inner .text .team {
        font-size: 14px;
        font-style: italic;
        font-weight: 400; }
    .discuss_list .inner .check {
      position: absolute;
      top: 10px;
      right: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 16px;
      height: 16px;
      display: none; }
    .discuss_list .inner:hover {
      background: #f5f6f9;
      border: 2px solid #f5f6f9;
      cursor: pointer; }
    .discuss_list .inner.active {
      background: #f5f6f9;
      border: 2px solid;
      border-image-slice: 1;
      border-width: 2px;
      border-image-source: linear-gradient(to right, #ff0000, #ff9600); }
      .discuss_list .inner.active .check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .discuss_list .inner.active .check .desktop {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; }
        .discuss_list .inner.active .check .mobile {
          display: none !important; }
  @media (max-width: 1023px) {
    .discuss_list.open {
      height: initial; } }

.team_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 20px; }
  .team_contacts li {
    padding: 10px; }
    .team_contacts li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 20px; }
      .team_contacts li .inner .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 20px;
        height: 20px;
        margin-right: 5px; }
    .team_contacts li > a {
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .team_contacts li > a span {
        font-weight: 600;
        color: #0c0c0d;
        font-size: 14px;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .team_contacts li > a:hover {
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .team_contacts li > a:hover span {
          color: #ff0000;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
    .team_contacts li > div {
      font-style: italic;
      font-size: 14px;
      color: #98a7c3;
      font-weight: 400; }

.open_popup_contacts:hover {
  cursor: pointer; }

body .popup_main_contacts .popup_body_contacts {
  display: none; }

body.popup_contacts_show {
  overflow-y: hidden; }
  body.popup_contacts_show .popup_main_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  body.popup_contacts_show .popup_body_contacts {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
    body.popup_contacts_show .popup_body_contacts .popup_close_contacts {
      position: absolute;
      top: 40px;
      right: 40px;
      z-index: 111;
      width: 28px;
      height: 28px;
      background: #0c0c0d;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1023px) {
        body.popup_contacts_show .popup_body_contacts .popup_close_contacts {
          top: 20px;
          right: 20px; } }
      body.popup_contacts_show .popup_body_contacts .popup_close_contacts:hover {
        opacity: 0.7;
        cursor: pointer; }
    body.popup_contacts_show .popup_body_contacts .popup_back_contacts {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: rgba(12, 12, 13, 0.2); }
    body.popup_contacts_show .popup_body_contacts .popup_content {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #fff;
      max-width: 80vw;
      width: 800px;
      max-height: 90vh;
      overflow-y: auto;
      padding: 60px 40px 30px; }
      @media (max-width: 1023px) {
        body.popup_contacts_show .popup_body_contacts .popup_content {
          max-width: 90vw;
          padding: 40px 20px 20px; } }
    body.popup_contacts_show .popup_body_contacts > .block {
      width: 100%; }
  body.popup_contacts_show > .block {
    padding: 10px; }
    @media (max-width: 1023px) {
      body.popup_contacts_show > .block {
        padding: 10px 0; } }
  body.popup_contacts_show .content_night {
    display: none; }
  body.popup_contacts_show .content_day {
    display: initial; }

body.night .content_night {
  display: initial; }

body.night .content_day {
  display: none; }

body.night.popup_contacts_show .popup_body_contacts .popup_content {
  background: #0c0c0d;
  color: #fff; }
  body.night.popup_contacts_show .popup_body_contacts .popup_content * {
    color: #fff; }
  body.night.popup_contacts_show .popup_body_contacts .popup_content .content.gray {
    color: #98a7c3; }
    body.night.popup_contacts_show .popup_body_contacts .popup_content .content.gray p {
      color: #98a7c3; }
  body.night.popup_contacts_show .popup_body_contacts .popup_content .job {
    color: #98a7c3; }
  body.night.popup_contacts_show .popup_body_contacts .popup_content .gift {
    background: rgba(152, 167, 195, 0.1); }
  body.night.popup_contacts_show .popup_body_contacts .popup_content .popup_close_contacts {
    background: #fff; }
    body.night.popup_contacts_show .popup_body_contacts .popup_content .popup_close_contacts img {
      filter: brightness(0) grayscale(1); }

body.night.popup_contacts_show .popup_body_contacts .row_timer {
  display: none; }

.popup_content > .block {
  margin-bottom: 0; }

.popup_content .heading {
  text-align: center;
  margin-bottom: 0; }

.popup_content .content {
  text-align: center; }
  .popup_content .content.gray {
    color: #98a7c3; }
    .popup_content .content.gray p {
      color: #98a7c3; }

.popup_content .gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f6f9;
  padding: 12px 16px; }
  @media (max-width: 1023px) {
    .popup_content .gift {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .popup_content .gift .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 116px;
    min-height: 150px;
    margin-right: 32px; }
    @media (max-width: 1023px) {
      .popup_content .gift .img {
        min-width: 64px;
        min-height: initial;
        margin-right: 16px; } }
    @media (max-width: 479px) {
      .popup_content .gift .img {
        margin-right: 8px; } }
  .popup_content .gift .content {
    text-align: left;
    color: #0c0c0d;
    font-size: 14.5px;
    font-weight: 600;
    font-style: italic; }
    @media (max-width: 479px) {
      .popup_content .gift .content {
        font-size: 13px; } }
    .popup_content .gift .content .time {
      border-bottom: 1px solid #ff0000; }
    .popup_content .gift .content p {
      margin-bottom: 0; }
    .popup_content .gift .content .icon {
      font-style: normal; }
  .popup_content .gift .job {
    font-weight: 600;
    color: #98a7c3;
    font-size: 14px;
    margin-top: 12px;
    font-style: italic; }

.popup_content .more {
  margin: 0 auto; }
  .popup_content .more:hover {
    opacity: 0.7; }

#timer {
  position: relative;
  left: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 14px); }
  #timer li {
    width: calc(100% / 4);
    padding: 7px; }
    @media (max-width: 1023px) {
      #timer li {
        padding: 1px; } }
    #timer li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      background: #f5f6f9;
      min-height: 140px;
      background: -webkit-linear-gradient(top, rgba(255, 150, 0, 0.12), #f5f6f9);
      background: linear-gradient(to bottom, rgba(255, 150, 0, 0.12), #f5f6f9); }
      @media (max-width: 1023px) {
        #timer li .inner {
          min-height: 80px; } }
      #timer li .inner .time {
        font-size: 80px;
        font-style: italic;
        line-height: 1;
        font-weight: 600; }
        @media (max-width: 1023px) {
          #timer li .inner .time {
            font-size: 60px; } }
        @media (max-width: 767px) {
          #timer li .inner .time {
            font-size: 40px; } }
        @media (max-width: 479px) {
          #timer li .inner .time {
            font-size: 28px; } }
        #timer li .inner .time#days {
          color: #98a7c3; }
      #timer li .inner .text {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px; }
        @media (max-width: 1023px) {
          #timer li .inner .text {
            font-size: 14px; } }

body .popup_main_newcases .popup_body_newcases {
  display: none; }

body.popup_newcases_show {
  overflow-y: hidden; }
  body.popup_newcases_show .popup_main_newcases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  body.popup_newcases_show .popup_body_newcases {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
    body.popup_newcases_show .popup_body_newcases .popup_close_newcases {
      position: absolute;
      top: 40px;
      right: 40px;
      z-index: 111;
      width: 28px;
      height: 28px;
      background: #0c0c0d;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1023px) {
        body.popup_newcases_show .popup_body_newcases .popup_close_newcases {
          top: 20px;
          right: 20px; } }
      body.popup_newcases_show .popup_body_newcases .popup_close_newcases:hover {
        opacity: 0.7;
        cursor: pointer; }
    body.popup_newcases_show .popup_body_newcases .popup_back_newcases {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: rgba(12, 12, 13, 0.2); }
    body.popup_newcases_show .popup_body_newcases .popup_content {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #fff;
      max-width: 80vw;
      width: 800px;
      max-height: 90vh;
      overflow-y: auto;
      padding: 60px 40px 30px; }
      @media (max-width: 1023px) {
        body.popup_newcases_show .popup_body_newcases .popup_content {
          max-width: 90vw;
          padding: 40px 10px 20px; } }
    body.popup_newcases_show .popup_body_newcases > .block {
      width: 100%; }
  body.popup_newcases_show > .block {
    padding: 10px; }

.new_cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .new_cases li {
    width: calc(100% / 3);
    padding: 8px; }
    @media (max-width: 767px) {
      .new_cases li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .new_cases li {
        width: calc(100% / 1); } }
    .new_cases li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .new_cases li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        margin-bottom: 24px; }
        @media (max-width: 1023px) {
          .new_cases li .inner .img {
            height: 80px;
            overflow: hidden; } }
        @media (max-width: 1023px) {
          .new_cases li .inner .img img {
            width: 100%; } }
      .new_cases li .inner .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .new_cases li .inner .text .caption {
          font-size: 21px;
          font-weight: 700;
          margin-bottom: 12px; }
        .new_cases li .inner .text .description {
          line-height: 1.5;
          font-size: 14px;
          color: #98a7c3;
          height: 64px;
          overflow: hidden; }
          @media (max-width: 1023px) {
            .new_cases li .inner .text .description {
              display: none; } }

.popup_see_contacts:hover,
.popup_close_contacts:hover,
.popup_see_newcases:hover,
.popup_close_newcases:hover {
  cursor: pointer; }

form .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0.85em;
  color: red;
  margin: 5px 0; }

.file-list li {
  position: relative;
  padding: 10px 5px;
  background: #f5f6f9; }
  .file-list li .file-load-name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8em; }
    .file-list li .file-load-name span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .file-list li .delete-btn {
    position: absolute;
    top: 8px;
    right: 5px;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f5f6f9;
    border: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    font-size: 1.7em;
    opacity: 0.5; }
    .file-list li .delete-btn:hover {
      background: #fff; }

.offices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1023px) {
    .offices {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .offices li {
    padding: 5px 10px 5px 0;
    width: 100%; }
    @media (max-width: 1023px) {
      .offices li {
        width: calc(100% / 2); } }
    .offices li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 5px 10px 5px 0;
      font-size: 14px; }
      @media (max-width: 767px) {
        .offices li .inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .offices li .inner .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        color: #fff;
        padding: 5px 30px 5px 5px; }
        @media (max-width: 767px) {
          .offices li .inner .text {
            padding: 5px 0;
            font-size: 12px; } }
        .offices li .inner .text .country {
          white-space: nowrap;
          font-weight: 600; }
        .offices li .inner .text .time {
          white-space: nowrap;
          font-style: italic;
          color: #ff0000;
          background: -webkit-linear-gradient(left, #ff0000, #ff9600);
          background: linear-gradient(to right, #ff0000, #ff9600);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: 600; }
      .offices li .inner .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        border: 1px solid rgba(245, 246, 249, 0.3); }
        @media (max-width: 767px) {
          .offices li .inner .link {
            width: 100%;
            height: 40px;
            min-height: 40px; } }

footer .logo_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px; }
  @media (max-width: 1023px) {
    footer .logo_footer {
      max-width: 200px; } }
  footer .logo_footer .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
  footer .logo_footer .slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 30px; }

footer .heading {
  font-size: 24px;
  font-weight: 700; }

footer .adress {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease 0.1s;
          transition: all 0.3s ease 0.1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  footer .adress:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease 0.1s;
            transition: all 0.3s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  footer .adress.adress-2 {
    margin-top: 20px; }

.menu_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -15px; }
  @media (max-width: 1023px) {
    .menu_footer {
      margin-top: initial;
      padding: 20px 0; } }
  @media (max-width: 1023px) {
    .menu_footer > li {
      padding: 0; } }
  @media (min-width: 1024px) {
    .menu_footer > li:first-child {
      min-height: 560px; } }
  .menu_footer li {
    width: calc(100% / 4);
    padding: 10px; }
    @media (max-width: 1023px) {
      .menu_footer li {
        width: 100%;
        padding: 10px 0; } }
    .menu_footer li .opener {
      padding: 10px;
      color: #fff;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 10px; }
      @media (max-width: 1023px) {
        .menu_footer li .opener {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0; } }
      .menu_footer li .opener .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 16px;
        height: 16px;
        margin-right: 10px; }
        @media (min-width: 1024px) {
          .menu_footer li .opener .icon {
            display: none; } }
      @media (max-width: 1023px) {
        .menu_footer li .opener:hover {
          cursor: pointer; } }
    @media (max-width: 1023px) {
      .menu_footer li .slide {
        display: none; } }
    .menu_footer li ul li {
      width: 100%; }
      .menu_footer li ul li a {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .menu_footer li ul li a.color {
          color: rgba(255, 255, 255, 0.7);
          background: transparent;
          -webkit-background-clip: initial;
          -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
          font-style: italic;
          font-weight: 600; }
        .menu_footer li ul li a.colon {
          color: rgba(255, 255, 255, 0.7);
          font-weight: 600; }
        .menu_footer li ul li a.dotes {
          color: rgba(255, 255, 255, 0.7);
          position: relative;
          padding-left: 20px; }
          .menu_footer li ul li a.dotes:before {
            position: absolute;
            top: 5px;
            left: 5px;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #98a7c3;
            display: block;
            content: '';
            clear: both; }
        .menu_footer li ul li a:hover {
          color: #fff;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
    @media (max-width: 1023px) {
      .menu_footer li.is-open .opener .icon {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); } }
  .menu_footer ul.tech_mobi li {
    padding-left: 0;
    padding-bottom: 8px; }
    @media (max-width: 1023px) {
      .menu_footer ul.tech_mobi li {
        margin-bottom: 0; } }
    @media (max-width: 1023px) {
      .menu_footer ul.tech_mobi li span {
        margin-bottom: 0; } }
    .menu_footer ul.tech_mobi li span.color {
      color: rgba(255, 255, 255, 0.7);
      background: transparent;
      -webkit-background-clip: initial;
      -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
      font-weight: 600;
      font-style: italic;
      display: inline-block;
      padding-bottom: 10px; }
    .menu_footer ul.tech_mobi li span.colon {
      color: rgba(255, 255, 255, 0.7);
      display: inline-block;
      padding-bottom: 10px; }
  .menu_footer ul.tech_mobi > li {
    padding-top: 10px;
    padding-bottom: 7px; }

.section_end {
  color: rgba(255, 255, 255, 0.7); }
  @media (max-width: 1023px) {
    .section_end {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 1023px) {
    .section_end .row > .block {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 20px; } }
  @media (max-width: 1023px) {
    .section_end .row > .block:first-child {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media (max-width: 1023px) {
    .section_end .row > .block:last-child {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.menu_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    .menu_end {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .menu_end li {
    padding: 10px; }
    @media (max-width: 1023px) {
      .menu_end li {
        padding: 10px 20px 10px 0; } }
    .menu_end li a {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.7);
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .menu_end li a:hover {
        color: #fff;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .socials li {
    padding: 5px; }
    .socials li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 48px;
      height: 48px;
      min-width: 48px;
      min-height: 48px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.8);
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .socials li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .socials li .inner:hover {
        border: 1px solid #fff;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }

@media (min-width: 1024px) {
  .presentation {
    margin-top: 300px; } }

@media (max-width: 1023px) {
  .presentation {
    margin-top: 36px; } }

.presentation .heading {
  margin-bottom: 24px; }

.presentation .content {
  font-size: 14px;
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .presentation .content {
      margin-bottom: 24px; } }

.presentation .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .presentation .download span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    padding: 15px 50px; }
/*# sourceMappingURL=technology.css.map */