/*! 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; } }

#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; } }

.quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .quote .inj_signature {
    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; }
    @media (max-width: 1023px) {
      .quote .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; } }
    .quote .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; }
      .quote .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) {
      .quote .inj_signature .signature {
        position: absolute;
        top: -40px;
        right: 0;
        width: 133px; } }
    .quote .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; }
      .quote .inj_signature .name_job .name {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 4px; }
      .quote .inj_signature .name_job .job {
        font-size: 14px;
        font-style: italic;
        color: #98a7c3; }
  .quote .content {
    font-size: 48px;
    color: #fff;
    margin-bottom: 32px; }
    @media (max-width: 1023px) {
      .quote .content {
        font-size: 32px; } }

.section_quote_map .container {
  position: relative; }

.section_quote_map .bg {
  position: absolute;
  right: 0;
  top: -50px; }

.quote_map {
  background: rgba(152, 167, 195, 0.2); }
  .quote_map .content {
    margin-bottom: 0;
    color: #0c0c0d;
    font-style: normal; }

.section_legend {
  position: relative;
  z-index: 2;
  padding: 0 0 0 80px; }
  @media (max-width: 1023px) {
    .section_legend {
      padding: 0; } }
  .section_legend > .container {
    padding: 0 0 0 10px; }
    @media (max-width: 1023px) {
      .section_legend > .container {
        padding: 0; } }
    .section_legend > .container > .row > .block {
      padding: 0; }
  .section_legend .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-left: 100px; }
    @media (max-width: 1023px) {
      .section_legend .img {
        margin-left: initial; } }
  .section_legend .content {
    margin-bottom: 100px; }
    @media (max-width: 1023px) {
      .section_legend .content {
        margin-bottom: initial; } }
  @media (max-width: 1023px) {
    .section_legend .text {
      padding: 50px 20px; } }

.section_c_a_l {
  position: relative;
  z-index: 3;
  padding-top: 0;
  margin-top: -100px; }
  @media (max-width: 1023px) {
    .section_c_a_l {
      padding: 0; } }
  .section_c_a_l > .container {
    padding: 64px 100px;
    background: #f5f6f9; }
    @media (max-width: 1023px) {
      .section_c_a_l > .container {
        padding: 50px 20px; } }

.img_values {
  margin-top: 64px; }
  @media (max-width: 1023px) {
    .img_values {
      margin: 32px 0; } }

.section_bring {
  text-align: center; }

.bring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .bring li {
    width: calc(100% / 3);
    padding: 40px 16px; }
    @media (max-width: 1023px) {
      .bring li {
        padding: 16px; } }
    @media (max-width: 767px) {
      .bring li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .bring li {
        width: calc(100% / 1); } }
    .bring 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; }
      .bring 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: 92px;
        height: 92px;
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600); }
        @media (max-width: 1023px) {
          .bring li .inner .img {
            width: 64px;
            height: 64px;
            padding: 10px; } }
        .bring li .inner .img:hover {
          opacity: 0.7; }
      .bring li .inner .caption {
        font-size: 24px;
        font-weight: 700;
        margin: 24px 0;
        color: #fff; }
        .bring li .inner .caption: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; }
      .bring li .inner .description {
        font-size: 16px;
        font-weight: normal;
        color: rgba(255, 255, 255, 0.7); }

.founders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .founders 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; }
    @media (max-width: 1023px) {
      .founders li .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .founders 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: 40%;
      margin-right: 10%; }
      @media (max-width: 1023px) {
        .founders li .inner .img {
          width: initial;
          margin-right: initial;
          margin-bottom: 32px; } }
    .founders 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;
      width: 50%; }
      @media (max-width: 1023px) {
        .founders li .inner .text {
          width: 100%; } }
      .founders li .inner .text .name {
        font-size: 52px;
        font-style: italic;
        font-weight: 600;
        margin-bottom: 16px; }
        @media (max-width: 1023px) {
          .founders li .inner .text .name {
            font-size: 28px; } }
      .founders li .inner .text .job {
        color: #98a7c3;
        font-style: normal;
        margin-bottom: 40px; }
        @media (max-width: 1023px) {
          .founders li .inner .text .job {
            margin-bottom: 16px; } }

.founders_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: initial;
  margin-right: 60px; }
  @media (max-width: 1023px) {
    .founders_nav {
      margin-right: initial; } }
  .founders_nav .slick-list {
    width: initial !important; }
  .founders_nav .slick-track {
    width: initial !important; }
  .founders_nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: initial !important;
    padding: 4px; }
    .founders_nav 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: 64px;
      height: 64px;
      min-width: 64px;
      min-height: 64px; }
      .founders_nav li .inner:hover {
        cursor: pointer; }
      .founders_nav 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; }
    .founders_nav li.slick-current .inner .img {
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600); }
      .founders_nav li.slick-current .inner .img img {
        padding: 3px; }

.founders_nav_arrows {
  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; }
  @media (max-width: 1023px) {
    .founders_nav_arrows {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.f_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 479px) {
    .f_arrows {
      display: none; } }

.next_f_arrow {
  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: #f5f6f9; }
  .next_f_arrow:hover {
    cursor: pointer;
    opacity: 0.9; }

.prev_f_arrow {
  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; }
  .prev_f_arrow:hover {
    cursor: pointer;
    opacity: 0.9; }

.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=about_us.css.map */