@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.mobile {
  display: none;
}

body, html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Roboto";
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  line-height: 100%;
}

.entry-content > p {
  display: none;
}

h1 {
  font-family: "Roboto Bold";
  font-size: 36px;
  line-height: 48px;
  color: #0B0C0E;
}

h2 {
  font-family: "Roboto Bold";
  font-size: 30px;
  line-height: 42px;
  color: #0B0C0E;
}

h3 {
  font-family: "Roboto Bold";
  font-size: 24px;
  line-height: 36px;
  color: #0B0C0E;
}

h4 {
  font-family: "Roboto Bold";
  font-size: 20px;
  line-height: 32px;
  color: #0B0C0E;
}

h5 {
  font-family: "Roboto Bold";
  font-size: 14px;
  line-height: 20px;
  color: #0B0C0E;
}

p {
  color: #0B0C0E;
  line-height: 150%;
}

ul {
  margin: 0;
  padding: 0;
  padding-left: 8px;
}

li {
  color: #0B0C0E;
  padding-left: 8px;
  line-height: 150%;
  margin-bottom: 8px;
}

.wrapper {
  min-height: 100%;
  min-width: 1180px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrapper::after {
  content: "";
  display: block;
  height: 80px;
  overflow: hidden;
}

.container {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

.slick-dots li button:before {
  font-size: 12px !important;
  line-height: 12px;
  text-align: center;
  color: #333333;
}

/*FOOTER*/
.footer {
  height: 80px;
  min-width: 1180px;
  width: 100%;
  background-color: #0B0C0E;
  margin-top: -80px;
}

@media screen and (max-width: 1180px) {
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 0.25;
  }

  p {
    font-size: 16px;
  }

  .mobile {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .wrapper, .container {
    min-width: 100%;
  }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  transition: 300ms;
  z-index: 2;
}
.header .current_page_item > a {
  border-bottom: 2px solid #0B0C0E;
  transition: 300ms;
}

.header:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 5px rgba(76, 80, 90, 0.15);
}
.header:hover .logo {
  background: url("../img/header/logo_new.svg") center no-repeat;
  background-size: cover;
}
.header:hover .button_show_form {
  background: url("../img/header/search.svg") center no-repeat;
}
.header:hover .menu a {
  color: #0B0C0E;
}
.header:hover .menu a:hover {
  color: #5CB9EC;
}
.header:hover .current_page_item > a {
  border-bottom: 2px solid #0B0C0E;
}
.header:hover .current_page_item:hover > a {
  color: #5CB9EC;
  border-bottom: 2px solid #5CB9EC;
}
.header:hover .menu-item-has-children::after {
  background: url("../img/header/arrow.svg") center no-repeat;
}
.header:hover .sub-menu .current_page_item:hover > a {
  border-bottom: 1px solid #D1D5E4;
}
.header:hover .current_page_item .sub-menu a {
  border-bottom: 1px solid #D1D5E4;
}

.logo {
  display: inline-block;
  text-decoration: none;
  width: 156px;
  height: 32px;
  background: url("../img/header/logo_new.svg") center no-repeat;
  background-size: cover;
}

.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_mobile {
  display: none;
}

.menu {
  display: flex;
  padding: 0;
  margin: 0;
  height: 80px;
}
.menu li {
  list-style: none;
  margin-right: 30px;
  padding-right: 22px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu a {
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto Bold";
  color: #0B0C0E;
  font-size: 16px;
  position: relative;
  transition: color 300ms;
}
.menu a:hover {
  color: #5CB9EC;
}

.menu-item-has-children::after {
  position: absolute;
  content: "";
  opacity: 0.8;
  width: 12px;
  height: 27px;
  right: 0;
  top: 27px;
  background: url("../img/header/arrow.svg") center top 10px no-repeat;
  transition: 300ms;
  z-index: 2;
}

.menu-item-has-children:hover::after {
  opacity: 1;
  transform: translateY(3px);
}

.sub-menu {
  display: inline-block;
  position: absolute;
  top: 80px;
  padding: 0;
  margin: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  width: 180px;
  box-shadow: 0px 2px 5px rgba(76, 80, 90, 0.15);
  transition: 0;
}
.sub-menu li {
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  width: 180px;
  padding: 8px 8px 0 8px;
  transition: background-color 300ms;
}
.sub-menu li:first-child {
  border-top: 1px solid #D1D5E4;
}
.sub-menu li:hover {
  background: #eeefef;
}
.sub-menu a {
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #D1D5E4;
  color: #7A7C81;
  padding-bottom: 8px;
  padding-left: 8px;
}
.sub-menu .current_page_item a {
  border-bottom: 1px solid #D1D5E4;
}
.sub-menu li:last-child a {
  border: none !important;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  transform: scaleX(1);
}
.menu-item-has-children:hover .current_page_item a {
  border-bottom: 1px solid #D1D5E4;
  color: #5CB9EC;
}
.menu-item-has-children:hover .sub-menu a {
  color: #7A7C81;
}

.main-navigation {
  transition: opacity 300ms;
}

.button_show_form {
  width: 18px;
  height: 18px;
  background: url("../img/header/search.svg") center no-repeat;
  cursor: pointer;
  transition: 300ms;
}

.button_show_form:hover {
  background: url("../img/header/search_blue.svg") center no-repeat;
}

.button_hide_form {
  width: 28px;
  height: 80px;
  background: url("../img/header/close.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: 300ms;
}

.search_header {
  position: relative;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_form {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  z-index: -1;
  right: 0;
  bottom: 0;
  background: transparent;
  width: 80%;
  margin-right: 50px;
  transition: 300ms;
}
.search_form form {
  height: 40px;
  display: flex;
  width: 100%;
  flex-direction: row;
  border: 2px solid #D1D5E4;
  margin-right: 65px;
}
.search_form form label {
  width: 100%;
}
.search_form form input {
  height: 100%;
  outline: 0;
  padding-left: 18px;
  border: none;
  width: 100%;
  background-color: #fff;
}
.search_form span, .search_form .search-submit {
  display: none;
}

.search_form_active {
  opacity: 1;
  z-index: 1;
}

.button_clear, .button_clear_mobile {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/header/clear.svg") center no-repeat;
  position: absolute;
  right: 100px;
  top: 31px;
  cursor: pointer;
}

.button_clear_mobile {
  right: 76px;
  top: 27px;
}

.hide {
  opacity: 0;
  z-index: -1;
}

.header_transparent {
  background-color: transparent;
}
.header_transparent a {
  color: #fff;
}

.header_transparent:hover {
  background-color: rgba(238, 239, 239, 0.7);
}
.header_transparent:hover .menu a {
  color: #0B0C0E;
}
.header_transparent:hover .menu a:hover {
  color: #5CB9EC;
}

.header_white .logo {
  background: url("../img/header/logo_white_new.svg") center no-repeat;
  background-size: contain;
}
.header_white .button_show_form {
  background: url("../img/header/search_white.svg") center no-repeat;
}
.header_white .button_show_form:hover {
  background: url("../img/header/search_blue.svg") center no-repeat;
}
.header_white .menu a {
  color: #fff;
}
.header_white .menu a:hover {
  color: #5CB9EC;
}
.header_white .current_page_item a {
  border-bottom: 2px solid #fff;
}
.header_white .menu-item-has-children::after {
  background: url("../img/header/arrow_white.svg") center no-repeat;
}

.menu_fixed {
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 5;
}
.menu_fixed .logo {
  background: url("../img/header/logo_new.svg") center no-repeat;
  background-size: cover;
}
.menu_fixed .button_show_form {
  background: url("../img/header/search.svg") center no-repeat;
}
.menu_fixed .menu a {
  color: #0B0C0E;
}
.menu_fixed .current_page_item a {
  border-bottom: 2px solid #0B0C0E;
}
.menu_fixed .menu-item-has-children::after {
  background: url("../img/header/arrow.svg") center no-repeat;
}

.search_open {
  background: rgba(255, 255, 255, 0.95);
}
.search_open .logo {
  background: url("../img/header/logo_new.svg") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1180px) {
  .logo {
    width: 137px;
    height: 28px;
  }

  .header {
    display: none;
  }

  .header_mobile {
    display: flex;
    flex-direction: column;
    height: 72px;
    background: #fff;
  }
  .header_mobile .menu {
    height: auto;
  }
  .header_mobile .menu li {
    display: block;
  }

  .header_top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    position: relative;
  }

  .header_top_buttons {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    height: 72px;
  }

  .button_show_form {
    position: relative;
    height: 72px;
  }

  .search_form_mobile {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
    padding-left: 20px;
  }

  .button_show_form_mobile {
    opacity: 0;
    z-index: -1;
  }

  .button_show_form_mobile_active {
    opacity: 1;
    z-index: 1;
  }

  .button_hide_form_mobile {
    position: relative;
    height: 100%;
    width: 40px !important;
    margin-left: 33px;
    top: 0;
    background-image: url("../img/header/close_mobile.svg");
    background-size: 40%;
    background-position: center left;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  .search_form form {
    height: 40px;
    width: 100%;
    margin: 0;
    background-color: #fff;
  }

  .menu_switcher {
    width: 40px;
    height: 18px;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
  }

  .menu_switcher_open {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 18px;
    background: url("../img/header/switcher.svg") center left no-repeat;
    transform: translateX(0);
    transition: 300ms;
  }

  .menu_switcher_open_hide {
    transform: translateX(-50px);
  }

  .menu_switcher_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 18px;
    background: url("../img/header/close_mobile.svg") center left 5px no-repeat;
    transform: scale(0);
    transition: 300ms;
  }

  .menu_switcher_close_active {
    transform: scale(1);
  }

  .menu {
    width: 100%;
    flex-direction: column;
    padding-left: 20px;
    padding-bottom: 12px;
  }
  .menu li {
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  .menu a {
    height: 52px;
    line-height: 52px;
    width: 200px;
  }

  .menu_mobile {
    height: auto;
    max-height: 0;
    width: 100vw;
    top: 72px;
    left: 0;
    overflow: hidden;
    transition: 300ms;
    background: #fff;
    position: absolute;
  }

  .menu_active {
    height: auto;
    max-height: 1500px;
    z-index: 2;
    box-shadow: 0px 4px 4px rgba(76, 80, 90, 0.15);
  }

  .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    z-index: 1;
    left: 0;
    top: 0;
    max-height: 0;
    height: auto;
    overflow: hidden;
    display: none;
    width: auto;
    border: 0;
    transition: 300ms;
    transform: scaleX(1);
  }
  .sub-menu li {
    padding: 0;
    margin: 0;
    background: transparent;
  }
  .sub-menu a {
    padding: 0;
  }

  .menu-item-has-children::after {
    display: none;
  }

  .menu-item-has-children::before {
    position: absolute;
    content: "";
    opacity: 0.7;
    width: 12px;
    height: 8px;
    right: 30px;
    top: 20px;
    background: url("../img/header/arrow_black.svg") center no-repeat;
    transition: 300ms;
    transform: none;
  }

  .sub_menu_active::before {
    opacity: 1;
    transform: rotate(180deg);
  }

  .menu-item-has-children {
    display: block;
  }

  .menu-item-has-children.sub_menu_active .sub-menu {
    display: inline-block;
    max-height: 1000px;
    margin-left: 50px;
    transition: 300ms;
    box-shadow: none;
    width: 100%;
  }
  .menu-item-has-children.sub_menu_active .sub-menu li:first-child {
    border: none;
  }
  .menu-item-has-children.sub_menu_active .sub-menu li:hover {
    background: transparent;
  }
  .menu-item-has-children.sub_menu_active .sub-menu a {
    color: #7A7C81;
    border: none;
  }
  .menu-item-has-children.sub_menu_active .sub-menu .current_page_item a {
    color: #5CB9EC;
  }
}
.footer {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  z-index: 2;
}
.footer p {
  font-size: 14px;
  color: #7A7C81;
}

.up {
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background-image: url("../img/footer/up.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333333;
  position: absolute;
  right: 48px;
  top: -90px;
  transition: 300ms;
}

.up:hover {
  background-color: rgba(51, 51, 51, 0.6);
}

.social_wrapper {
  width: 200px;
  height: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 200px;
}
.social_wrapper a {
  width: 18px;
  height: 18px;
  text-decoration: none;
  opacity: 0.7;
  transition: 300ms;
}
.social_wrapper a:hover {
  opacity: 1;
}
.social_wrapper a:nth-child(1) {
  background: url("../img/social/fb.svg") center no-repeat;
  background-size: contain;
}
.social_wrapper a:nth-child(2) {
  background: url("../img/social/link.svg") center no-repeat;
  background-size: contain;
}
.social_wrapper a:nth-child(3) {
  background: url("../img/social/vimeo.svg") center no-repeat;
  background-size: contain;
}
.social_wrapper a:nth-child(4) {
  background: url("../img/social/inst.svg") center no-repeat;
  background-size: contain;
}
.social_wrapper a:nth-child(5) {
  background: url("../img/social/twitter.svg") center no-repeat;
  background-size: contain;
}

.footer_menu a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
  transition: 300ms;
  font-family: "Roboto Bold";
}
.footer_menu a:hover {
  color: #5CB9EC;
}

@media screen and (max-width: 1180px) {
  .footer {
    flex-direction: column;
    height: auto;
    padding: 4px 20px 56px 20px;
    position: relative;
  }
  .footer p {
    position: absolute;
    bottom: 0;
    color: #7A7C81;
  }

  .footer_menu {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer_menu a {
    margin-top: 16px;
    transition: 300ms;
    padding: 0;
  }

  .social_wrapper {
    margin-left: 0;
    margin-top: 30px;
  }

  .up {
    top: 20px;
    right: 20px;
  }

  .up:hover {
    background-color: #333333;
  }
}
.position_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header_block {
  width: 100vw;
  height: 600px;
  background: url("../img/position/header_bg.jpg") center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 200px 0 130px;
  margin-bottom: 16px;
}
.header_block p,
.header_block h1,
.header_block h2 {
  color: #fff;
  margin: 0;
}
.header_block h1 {
  font-size: 64px;
}
.header_block h2 {
  font-size: 36px;
}
.header_block p {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 120%;
}
.header_block a {
  margin-top: 40px;
}

.header_block_inside {
  background: url("../img/position/header_bg.jpg") center no-repeat;
  background-size: cover;
  height: 200px;
  display: none;
}

.position_item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid #D1D5E4;
  padding: 48px 0;
}
.position_item h3 {
  margin-top: 0;
  width: 200px;
  padding-right: 10px;
}
.position_item li {
  list-style: disc;
}

.position_item:first-child {
  border: 0;
}

.position_item_about {
  border: 0;
  width: 100%;
  margin-top: 64px;
  padding: 60px 0 80px;
  background-color: #F7F7F7;
}
.position_item_about p {
  color: #7A7C81;
}

.position_text {
  width: 780px;
}
.position_text ul {
  margin-top: 0;
  padding-left: 19px;
}
.position_text h4 {
  margin: 16px 0 8px;
}
.position_text > p:first-child {
  margin-top: 0;
}
.position_text > p:last-child {
  margin-bottom: 0;
}

.sublist {
  padding-left: 30px;
}
.sublist p {
  position: relative;
  padding-left: 20px;
  line-height: 150%;
  margin: 8px 0;
}
.sublist p:before {
  display: inline-block;
  content: "–";
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}

.sublist_empty {
  padding-left: 0;
}
.sublist_empty p:before {
  display: inline-block;
  content: "";
}

.button_wrapper {
  display: flex;
  justify-content: center;
}

.button_apply_blue,
.button_apply {
  display: inline-block;
  text-decoration: none;
  padding: 10px 44px;
  background-color: #fff;
  color: #0B0C0E;
  transition: background-color 300ms, color 300ms;
  font-family: "Roboto Bold";
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}

.button_apply:hover {
  background-color: #303030;
  color: #fff;
}

.button_apply_blue {
  background-color: #5CB9EC;
  color: #fff;
}

.button_apply_blue:hover {
  background-color: #333333;
  color: #fff;
}

@media screen and (max-width: 1180px) {
  .header_block {
    background: none;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .header_block p {
    font-size: 14px;
    color: #0B0C0E;
  }
  .header_block h1 {
    font-size: 24px;
    line-height: 150%;
    margin: 10px 0;
    color: #0B0C0E;
  }
  .header_block h2 {
    font-size: 18px;
    line-height: 150%;
    color: #0B0C0E;
  }
  .header_block .button_apply {
    margin: 24px auto 0;
    width: 100%;
    background-color: #5CB9EC;
    text-align: center;
    color: #fff;
  }

  .header_block_inside {
    display: block;
    width: 100%;
    height: 55vw;
    margin-bottom: 24px;
  }

  .position_item {
    flex-direction: column;
    padding: 40px 0;
  }
  .position_item li {
    font-size: 16px;
  }
  .position_item h3 {
    margin-bottom: 16px;
    font-size: 20px;
    width: 100%;
  }

  .position_item_about {
    margin-top: 40px;
    padding: 40px 20px 80px;
  }

  .position_text {
    width: 100%;
  }

  .position_wrapper_inside {
    padding: 0 20px;
  }

  .sublist {
    padding-left: 10px;
  }

  .button_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 480px;
    padding: 0 20px;
  }
  .button_wrapper .button_apply_blue {
    width: 100%;
  }
}
.search_results {
  width: 980px;
  margin: 120px auto 355px;
}
.search_results h1 {
  font-weight: 500;
  font-size: 20px !important;
  line-height: 120%;
  text-transform: uppercase;
  color: #7A7C81;
  opacity: 0.8;
}
.search_results p {
  color: #7A7C81;
  font-size: 16px;
  line-height: 150%;
}

.search_number {
  display: inline-block;
  width: 44px;
}

.search_result_header h2 {
  color: #5CB9EC;
  font-size: 24px;
  line-height: 150%;
}
.search_result_header a {
  text-decoration: none;
  color: #5CB9EC;
}

.search_result_item {
  margin-left: 44px;
}

@media screen and (max-width: 1180px) {
  .search_results {
    margin-top: 24px;
    margin-bottom: 120px;
    width: 100%;
    padding: 0 20px;
  }
  .search_results h1 {
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-bottom: 24px;
  }

  .search_result_header h2 {
    font-size: 18px;
  }

  .search_result_item {
    margin-left: 32px;
  }

  .search_number {
    width: 32px;
  }
}
.header_block_culture {
  width: 100vw;
  height: 600px;
  padding-top: 350px;
  margin: 0;
  background: url("../img/culture/header_bg.png") center no-repeat;
  background-size: cover;
}
.header_block_culture h1 {
  font-size: 64px;
}

.journey_wrapper {
  width: 100%;
  padding: 60px 0 80px;
  background: #F7F7F7;
}
.journey_wrapper h1 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.journey_wrapper h4 {
  font-size: 24px;
  line-height: 150%;
  margin-top: 0;
}

.journey {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.journey_right {
  width: 280px;
}

.journey_left {
  width: 780px;
  padding-right: 80px;
}
.journey_left p {
  color: #73798C;
}

.quotes {
  font-family: "Roboto Bold";
  margin-top: 5px;
  line-height: 150%;
  color: #5CB9EC;
}

.president {
  height: 68px;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url("../img/culture/nick.png") center left no-repeat;
}
.president p {
  margin: 0;
  font-size: 16px;
}
.president b {
  font-family: "Roboto Bold";
}

.values_wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.values_line {
  position: absolute;
  top: 25px;
  left: -1px;
  width: 1px;
  height: 437px;
  transition: 300ms;
  background: #5CB9EC;
}

.values_line_short {
  height: 350px;
}

.values {
  width: 1180px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
.values h2 {
  font-size: 36px;
}

.values_list {
  width: 472px;
  height: 477px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.values_item {
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  margin: 12px 0;
  position: relative;
}

.values_item:first-child {
  margin-top: 0;
}

.values_item:last-child {
  margin-bottom: 0;
}

.values_title {
  font-size: 24px;
  line-height: 150%;
  margin: 0;
  transition: 300ms;
  cursor: pointer;
}
.values_title span {
  z-index: -1;
  display: inline-block;
  position: relative;
  top: -4px;
  width: 12px;
  height: 8px;
  transition: 300ms;
  margin-left: 13px;
  background: url("../img/culture/arrow.svg") center no-repeat;
}

.values_round {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 13px;
  background: #5CB9EC;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: 300ms;
  box-shadow: 0px 0px 6px 0px #5cb9ec;
}

.values_content {
  width: 440px;
  height: 80px;
  max-height: 0;
  transition: 300ms;
  overflow: hidden;
  opacity: 0;
}
.values_content p {
  margin: 0;
  color: #73798C;
}

.values_item_active .values_round {
  width: 16px;
  height: 16px;
  top: 10px;
  box-shadow: none;
}
.values_item_active .values_content {
  max-height: 80px;
  opacity: 1;
}
.values_item_active h4 span {
  opacity: 0;
  transform: translateY(-5px);
}

.values_logo_wrapper {
  width: 580px;
  height: 478px;
  background: url("../img/culture/car.svg") center no-repeat;
}

.culture_video_wrapper {
  padding: 60px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
}

.culture_video_wrapper > h4 {
  margin: 0;
}

.culture_video {
  width: 980px;
  margin: 0 auto;
}

.culture_video_show {
  width: 100%;
  height: 600px;
}

.culture_video_show_item {
  width: 100%;
  height: 600px;
}

.culture_video_row {
  width: 980px !important;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.culture_video_row .slick-prev {
  top: 50px;
  left: -60px;
}
.culture_video_row .slick-next {
  top: 50px;
  right: -60px;
}
.culture_video_row .slick-list {
  padding: 0 !important;
}
.culture_video_row .culture_video_item {
  position: relative;
  outline: none;
}
.culture_video_row .culture_video_item p {
  margin: 0;
}
.culture_video_row .culture_video_item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
}
.culture_video_row .slick-current p {
  color: #5CB9EC;
  font-family: "Roboto Bold";
}

.culture_video_item_wrap {
  width: 180px;
  height: 140px;
}

.culture_video {
  width: 980px;
}

.culture_video_mobile {
  display: none;
}

@media screen and (min-width: 1180px) {
  .culture_video_item {
    width: 180px !important;
    margin: 0 10px;
    height: 200px;
  }
}
@media screen and (max-width: 1180px) {
  .header_block_culture {
    width: 100%;
    height: 55vw;
    padding-top: 30vw;
  }
  .header_block_culture h1 {
    font-size: 7vw;
    color: #fff;
  }

  .journey_wrapper {
    padding: 32px 20px;
  }
  .journey_wrapper h1 {
    font-size: 20px;
    margin-top: 0;
  }

  .journey {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
  }

  .journey_left {
    width: 100%;
    padding-right: 0;
  }
  .journey_left h4 {
    font-size: 18px;
  }
  .journey_left p {
    font-size: 16px;
  }

  .journey_right {
    margin: 0 auto;
  }

  .quotes {
    font-size: 16px;
    margin-top: 16px;
  }

  .values_logo_wrapper {
    display: none;
  }

  .values {
    width: 100%;
    padding: 32px 20px;
  }
  .values h2 {
    font-size: 20px;
    margin-top: 0;
  }

  .values_item {
    margin: 8px 0;
  }

  .values_line {
    height: 325px;
    top: 14px;
    left: 7px;
  }

  .values_line_short {
    height: 245px;
  }

  .values_round {
    top: 7px;
    left: 7px;
  }

  .values_title {
    font-size: 16px;
  }
  .values_title span {
    top: -1px;
  }

  .values_list {
    width: 100%;
    height: 350px;
  }

  .values_content {
    width: 100%;
    height: 85px;
  }
  .values_content p {
    margin-top: 5px;
    font-size: 14px;
  }

  .values_item_active .values_content {
    max-height: 85px;
    opacity: 1;
  }
  .values_item_active .values_round {
    top: 4px;
  }

  .culture_video_wrapper {
    width: 100%;
    height: auto;
    padding: 32px 0 72px;
    margin-top: 32px;
  }
  .culture_video_wrapper h4 {
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
  }

  .culture_video {
    width: 100%;
  }

  .culture_video_show {
    display: none;
  }

  .culture_video_row {
    width: 100% !important;
    height: auto;
    padding: 0 20px;
  }
  .culture_video_row .culture_video_item::after {
    display: none;
  }

  .culture_video_item_wrap {
    width: 100%;
    height: 60vw;
  }

  .culture_video_item {
    height: 60vw;
    margin: 0;
  }
  .culture_video_item p {
    display: none;
  }
}
.header_block_team {
  width: 100vw;
  height: 600px;
  padding-top: 350px;
  margin: 0;
  background: url("../img/team/header_bg.png") center no-repeat;
  background-size: cover;
}
.header_block_team h1 {
  font-size: 64px;
}

.team_block_right {
  width: 380px;
  padding: 28px 32px;
  background-color: #fff;
}
.team_block_right p {
  margin: 0;
  font-size: 20px;
  font-family: "Roboto Bold";
  line-height: 150%;
}
.team_block_right a {
  color: #67B54F;
  text-decoration: none;
  transition: 300ms;
}
.team_block_right a:hover {
  color: #52933e;
}

.team_block_left {
  width: 780px;
  padding-right: 80px;
}
.team_block_left p {
  font-size: 20px;
  color: #7A7C81;
}
.team_block_left h2 {
  font-size: 36px;
  margin-top: 0;
}

.leadership {
  padding-top: 40px;
}

.leadership_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.leadership_header h2 {
  font-size: 36px;
  margin-bottom: 0;
}
.leadership_header p {
  width: 680px;
  font-size: 20px;
  color: #7A7C81;
}

.team_executive {
  width: 980px;
  margin: 0 auto 120px;
}
.team_executive h4 {
  text-align: center;
  margin-top: 40px;
}

.slick_team_item {
  height: 308px;
  width: 230px;
  outline: 0;
}

.slick-prev {
  width: 40px;
  height: 40px;
  top: 110px;
  left: -100px;
  display: inline-block;
  background: url("../img/team/arrow_p.svg") center no-repeat;
}

.slick-next {
  top: 110px;
  width: 40px;
  height: 40px;
  right: -100px;
  display: inline-block;
  background: url("../img/team/arrow.svg") center no-repeat;
}

.slick-next::before,
.slick-prev::before {
  display: none;
}

.slick-prev:hover,
.slick-prev:focus {
  outline: none;
  background: url("../img/team/arrow_p.svg") center no-repeat;
  color: transparent;
}

.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: url("../img/team/arrow.svg") center no-repeat;
  color: transparent;
}

.slick-disabled {
  opacity: 0.4;
}

.slick-disabled:hover {
  opacity: 0.4;
}

.slick_team_item {
  text-align: center;
}
.slick_team_item p {
  margin: 5px 0 0;
  color: #0B0C0E;
  font-family: "Roboto Bold";
}
.slick_team_item span {
  font-size: 14px;
  color: #303030;
  display: inline-block;
}
.slick_team_item .executive {
  color: #7A7C81;
  margin-top: 3px;
  display: block;
}

.team_item_img_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  overflow: hidden;
}

.team_item_img {
  width: 230px;
  height: 230px;
  transition: 300ms;
  filter: grayscale(100%);
}

.slick_team_1 .slick_team_item:nth-child(1) .team_item_img {
  background: url("../img/team/members/1h.jpg") center no-repeat;
  background-size: contain;
}
.slick_team_1 .slick_team_item:nth-child(2) .team_item_img {
  background: url("../img/team/members/2.jpg") center no-repeat;
  background-size: contain;
}
.slick_team_1 .slick_team_item:nth-child(3) .team_item_img {
  background: url("../img/team/members/3.jpg") center no-repeat;
  background-size: contain;
}
.slick_team_1 .slick_team_item:nth-child(4) .team_item_img {
  background: url("../img/team/members/4.jpg") center no-repeat;
  background-size: contain;
}
.slick_team_1 .slick_team_item:nth-child(5) .team_item_img {
  background: url("../img/team/members/5.jpg") center no-repeat;
  background-size: contain;
}
.slick_team_1 .slick_team_item:nth-child(6) .team_item_img {
  background: url("../img/team/members/6.jpg") center no-repeat;
  background-size: contain;
}
.slick_team_1 .slick_team_item:nth-child(7) .team_item_img {
  background: url("../img/team/members/7.jpg") center no-repeat;
  background-size: contain;
}

.slick_team_2 span {
  font-size: 14px;
  color: #7A7C81;
}
.slick_team_2 .slick_team_item:nth-child(1) .team_item_img {
  background: url("../img/team/members/8.jpg") center no-repeat;
  background-size: contain;
}
.slick_team_2 .slick_team_item:nth-child(2) .team_item_img {
  background: url("../img/team/members/10.jpg") center no-repeat;
  background-size: contain;
}
.slick_team_2 .slick_team_item:nth-child(3) .team_item_img {
  background: url("../img/team/members/11.jpg") center no-repeat;
  background-size: contain;
}
.slick_team_2 .slick_team_item:nth-child(4) .team_item_img {
  background: url("../img/team/members/12.jpg") center no-repeat;
  background-size: contain;
}
.slick_team_2 .slick_team_item:nth-child(5) .team_item_img {
  background: url("../img/team/members/13.jpg") center no-repeat;
  background-size: contain;
}

.slick_team_item:hover .team_item_img {
  filter: none;
  transform: scale(1.1);
}

@media screen and (max-width: 1180px) {
  .header_block_team {
    width: 100%;
    height: 55vw;
    padding-top: 25vw;
    background: url("../img/team/header_bg_m.png") center no-repeat;
    background-size: cover;
  }
  .header_block_team h1 {
    font-size: 7vw;
    color: #fff;
    text-align: center;
  }

  .team_block_left {
    width: 100%;
    padding-right: 0;
  }
  .team_block_left h2 {
    font-size: 20px;
  }
  .team_block_left p {
    font-size: 16px;
  }

  .team_block_right {
    width: 100%;
    background: transparent;
    padding: 0;
  }
  .team_block_right p {
    font-size: 16px;
  }

  .leadership {
    width: 100%;
    padding: 0 20px;
  }

  .leadership_header p {
    width: 100%;
    font-size: 20px;
  }
  .leadership_header h2 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 25px;
  }

  .team_executive {
    width: 100%;
  }
  .team_executive h4 {
    margin-top: 10px;
    font-size: 16px;
  }
  .team_executive .team_title {
    margin-top: 60px;
  }

  .slick_team_item {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .slick_team_item p,
.slick_team_item span {
    display: inline-block;
    width: 100%;
  }

  .executive {
    display: block;
    text-align: center;
    width: 100%;
  }

  .team_item_img_wrapper {
    width: 100%;
  }

  .team_item_img {
    width: 100%;
    background-size: contain;
  }

  .slick_team_item .team_item_img {
    filter: none;
  }

  .slick_team_item:hover .team_item_img {
    transform: none;
  }
}
.contacts_head {
  width: 100%;
  background: url("../img/contacts/head_bg.jpg") center left no-repeat;
  background-size: contain;
  margin-top: 80px;
}

.contacts_form_wrapper {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.contact_form_switcher {
  width: 480px;
  height: 515px;
  position: relative;
}

.popup_contact, .popup_contact_error {
  width: 580px;
  height: 100%;
  padding-top: 200px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  z-index: -1;
  transform: scale(0.5);
  transition: 300ms;
}
.popup_contact h3, .popup_contact_error h3 {
  padding-top: 132px;
  background: url("../img/contacts/success.svg") center top no-repeat;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
}
.popup_contact h3 span, .popup_contact_error h3 span {
  display: block;
}

.popup_contact_error h3 {
  background: url("../img/contacts/error.svg") center top no-repeat;
}

.popup_contacts_show {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

.contacts_form {
  width: 480px;
}
.contacts_form h2 {
  font-size: 30px;
  line-height: 42px;
  margin-top: 50px;
}
.contacts_form span {
  color: #5CB9EC;
}
.contacts_form input[type=text],
.contacts_form input[type=email] {
  display: inline-block;
  width: 100%;
  height: 50px;
  border: 2px solid #D1D5E4;
  margin-bottom: 24px;
  outline: 0;
  padding: 0 16px;
  font-size: 16px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.contacts_form input[type=submit] {
  margin: 0;
  width: 134px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #5CB9EC;
  border: 0;
  outline: 0;
  font-family: "Roboto Bold";
  font-size: 20px;
  cursor: pointer;
  transition: 300ms;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.contacts_form input[type=submit]:hover {
  background: #333333;
}
.contacts_form textarea {
  width: 100%;
  resize: none;
  border: 2px solid #D1D5E4;
  margin-bottom: 24px;
  padding: 16px;
  outline: 0;
  font-size: 16px;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.location_wrapper {
  width: 100%;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  margin-top: 94px;
}

.location {
  width: 1080px;
  margin: 80px auto 0;
  display: flex;
  padding-bottom: 116px;
  flex-direction: column;
  position: relative;
}

.location_row {
  display: flex;
}

.location_column {
  margin-top: 84px;
}

.location_item {
  padding-left: 40px;
  background: url("../img/contacts/location.svg") top left no-repeat;
  cursor: pointer;
}
.location_item h4 {
  margin: 0;
  pointer-events: none;
}
.location_item p {
  margin-top: 5px;
  color: #7A7C81;
  font-size: 18px;
  pointer-events: none;
}
.location_item span {
  display: inline-block;
  color: #7A7C81;
  font-size: 18px;
  pointer-events: none;
  font-family: "Roboto Bold";
  margin: 5px 0;
}

.location_item_active {
  background: url("../img/contacts/location_active.svg") top left no-repeat;
}

.location_uk,
.location_germany {
  width: 380px;
}

.location_france,
.location_ukraine,
.location_usa {
  width: 280px;
}

.location_usa {
  margin-top: 60px;
}

.map {
  width: 680px;
  height: 418px;
  position: absolute;
  bottom: 60px;
  right: 120px;
}

.map_germany,
.map_uk,
.map_usa,
.map_france,
.map_ukraine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.map_germany {
  background: url("../img/contacts/map/map_germany.png") top left no-repeat;
  background-size: contain;
}

.map_uk {
  background: url("../img/contacts/map/map_uk.png") top left no-repeat;
  background-size: contain;
}

.map_usa {
  background: url("../img/contacts/map/map_usa.png") top left no-repeat;
  background-size: contain;
}

.map_france {
  background: url("../img/contacts/map/map_france.png") top left no-repeat;
  background-size: contain;
}

.map_ukraine {
  background: url("../img/contacts/map/map_ukraine.png") top left no-repeat;
  background-size: contain;
}

.map_active {
  opacity: 1;
}

@media screen and (max-width: 1180px) {
  .contacts_head {
    width: 100%;
    background: none;
    margin-top: 0;
  }

  .contacts_bg {
    width: 100%;
    height: 55vw;
    background: url(../img/contacts/head_bg_m.png) center top no-repeat;
    background-size: cover;
  }

  .contacts_form_wrapper {
    width: 100%;
    padding: 0 20px;
    justify-content: center;
  }

  .contacts_form {
    width: 100%;
  }

  .contact_form_switcher {
    width: 100%;
  }

  .popup_contact, .popup_contact_error {
    width: 100%;
  }
  .popup_contact h3, .popup_contact_error h3 {
    font-size: 18px;
  }

  .contacts_form input[type=submit] {
    width: 100%;
  }

  .location_wrapper {
    padding: 0 20px;
    margin-top: 32px;
  }

  .location {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 80vw;
    margin-top: 0;
  }

  .location_row {
    flex-direction: column;
  }

  .location_column {
    margin-top: 0;
  }

  .location_item {
    width: 100%;
  }
  .location_item p {
    font-size: 16px;
  }

  .location_usa {
    margin-top: 0;
  }

  .map {
    width: 100%;
    height: 70vw;
    top: 0;
    right: 0;
  }
}
.wrapper_company {
  width: 1180px;
  margin: 120px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.company_item {
  width: 580px;
  height: 340px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 25px 24px;
  transition: 300ms;
}
.company_item p, .company_item h3 {
  margin: 0;
  color: #fff;
}

.company_item:nth-child(1) {
  background: url("../img/company/bg_1.png") center no-repeat;
  background-size: 100%;
}

.company_item:nth-child(2) {
  background: url("../img/company/bg_2.png") center no-repeat;
  background-size: 100%;
}

.company_item:nth-child(3) {
  background: url("../img/company/bg_3.png") center no-repeat;
  background-size: 100%;
}

.company_item:nth-child(4) {
  background: url("../img/company/bg_4.png") center no-repeat;
  background-size: 100%;
}

.company_item:hover {
  background-size: 105%;
}

@media screen and (max-width: 1180px) {
  .wrapper_company {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
  }

  .company_item {
    width: 100%;
    height: 62.5vw;
    padding: 5% 4%;
    max-height: 600px;
    background-size: cover;
    transition: 0;
  }

  .company_item:nth-child(1) {
    background-size: cover;
  }

  .company_item:nth-child(2) {
    background-size: cover;
  }

  .company_item:nth-child(3) {
    background-size: cover;
  }

  .company_item:nth-child(4) {
    background-size: cover;
  }

  .company_item:hover {
    background-size: cover;
  }
}
.careers_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding-top: 40px;
}

.header_block_careers {
  width: 100vw;
  height: 600px;
  padding-top: 350px;
  margin: 0;
  background: url("../img/careers/header_bg.png") center no-repeat;
  background-size: cover;
}
.header_block_careers h1 {
  font-size: 64px;
}

.careers {
  width: 1180px;
  margin: 16px auto 0;
}

.careers_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.careers_header {
  width: 280px;
  background: #fff;
  padding: 18px 40px;
}
.careers_header h2 {
  margin: 0;
  color: #5CB9EC;
  font-size: 20px;
}

.careers_list {
  width: 896px;
}

.careers_list_item {
  background: #fff;
  display: flex;
  align-items: center;
  height: 80px;
  margin-bottom: 4px;
}
.careers_list_item * {
  margin: 0;
}
.careers_list_item h3 {
  width: 434px;
  padding-left: 20px;
}
.careers_list_item p {
  width: 228px;
  color: #7A7C81;
  font-size: 20px;
}
.careers_list_item a {
  font-size: 20px;
  display: inline-block;
  width: 198px;
  height: 50px;
  border: 2px solid #333;
  font-family: "Roboto Bold";
  text-align: center;
  line-height: 46px;
  text-decoration: none;
  color: #333;
  transition: 300ms;
}
.careers_list_item a:hover {
  color: #5CB9EC;
  border-color: #5CB9EC;
}

.careers_list_item:last-child {
  margin: 0;
}

@media screen and (max-width: 1180px) {
  .wrapper_careers {
    height: 100%;
  }

  .body_grey {
    background: #F7F7F7;
  }

  .careers_wrapper {
    padding: 16px 20px 52px;
    height: 100%;
  }

  .header_block_careers {
    width: 100%;
    height: 55vw;
    padding-top: 30vw;
  }
  .header_block_careers h1 {
    font-size: 7vw;
    color: #fff;
  }

  .careers_wrapper > h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .careers_item {
    flex-direction: column;
    margin-bottom: 4px;
  }

  .careers, .careers_header, .careers_list, .careers_list_item {
    width: 100%;
  }

  .careers {
    margin-top: 0;
  }

  .careers_list {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: 300ms;
  }

  .careers_header {
    padding: 20px 28px;
    position: relative;
  }
  .careers_header h2 {
    pointer-events: none;
    font-size: 16px;
    line-height: 26px;
  }

  .careers_header::after {
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("../img/careers/arrow.svg") center no-repeat;
    transition: 300ms;
  }

  .careers_item_active .careers_list {
    max-height: 2000px;
  }
  .careers_item_active .careers_header::after {
    transform: rotate(-180deg);
  }

  .careers_list_item {
    flex-direction: column;
    height: auto;
    padding: 0 28px 20px;
    margin: 0;
  }
  .careers_list_item h3, .careers_list_item p, .careers_list_item a {
    width: 100%;
  }
  .careers_list_item h3 {
    padding: 0;
    font-size: 16px;
  }
  .careers_list_item p {
    font-size: 16px;
  }
  .careers_list_item a {
    max-width: 540px;
    margin-top: 8px;
  }
}
.home_wrapper {
  background: #F7F7F7;
}

.home_head {
  width: 100%;
  height: 680px;
  position: relative;
  margin: 0 !important;
  z-index: 1;
}
.home_head .slick-dots {
  position: absolute;
  bottom: 46px;
}
.home_head .slick-dots li {
  margin: 0 15px;
}
.home_head .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75;
}
.home_head .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.home_head .slick-next {
  right: 50%;
  transform: translateX(220px);
  top: 604px;
  background: url(../img/home/arrow.svg) center no-repeat;
  z-index: 3;
}
.home_head .slick-prev {
  left: 50%;
  transform: translateX(-220px);
  top: 604px;
  background: url(../img/home/arrow_p.svg) center no-repeat;
  z-index: 3;
}

.home_head_item {
  width: 100%;
  height: 680px;
  background: url("../img/home/slider_bg.png") center no-repeat;
  background-size: cover;
}
.home_head_item .mission_video_head {
  background: #000;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home_head_item .home_head_item_content {
  position: relative;
  z-index: 2;
}
.home_head_item h1 {
  font-size: 64px;
  color: #fff;
  text-align: center;
  line-height: 130%;
}

.home_head_item_2 {
  background: url("../img/home/slider_bg_2.png") center no-repeat;
  background-size: cover;
}

.home_head_item_content {
  width: 100%;
  height: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home_head_item_content .button_apply_blue {
  background: #fff;
  color: #333;
}
.home_head_item_content .button_apply_blue:hover {
  background: #5CB9EC;
  color: #fff;
}

/* INSIGHT */
.slider_insight {
  width: 100%;
}
.slider_insight .slick-dots {
  position: absolute;
  bottom: 0;
  width: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.slider_insight .slick-dots li {
  margin: 0 15px;
}
.slider_insight .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.75;
}
.slider_insight .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.slider_insight .slick-next {
  right: 50%;
  transform: translateX(105px);
  top: 141px;
  background: url(../img/home/arrow.svg) center no-repeat;
  z-index: 3;
}
.slider_insight .slick-prev {
  left: 50%;
  transform: translateX(-105px);
  top: 141px;
  background: url(../img/home/arrow_p.svg) center no-repeat;
  z-index: 3;
}

.slider_insight_item_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 55px;
}
.slider_insight_item_wrap h3 {
  width: 680px;
  margin-top: 0;
}

.slider_insight_item_1 {
  background: url("../img/home/icon_papers.svg") top 55px left 10px no-repeat;
  padding-left: 100px;
}
.slider_insight_item_1 h3 {
  padding-top: 15px;
}
.slider_insight_item_1 a {
  line-height: 48px;
}

.slider_insight_item_2 {
  background: url("../img/home/icon_share.svg") top 55px left 10px no-repeat;
  padding-left: 100px;
}

.insight {
  width: 100%;
  height: 202px;
  background: #5CB9EC;
}
.insight .container {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.insight h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 9px;
}
.insight a {
  display: inline-block;
  width: 244px;
  height: 50px;
  margin-top: 20px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  font-family: "Roboto Bold";
  transition: 300ms;
  text-decoration: none;
}
.insight a:hover {
  background: #fff;
  color: #333;
}

.vehicles {
  width: 980px;
  margin: 90px auto;
  background: #fff;
  padding: 40px 100px 46px;
}
.vehicles h2 {
  font-size: 36px;
  color: #0B0C0E;
}
.vehicles h3 {
  color: #303030;
}
.vehicles p {
  color: #7A7C81;
}

/*SOFT*/
.soft_wrapper {
  background: #fff;
  padding: 50px 0 100px;
  text-align: center;
}
.soft_wrapper h2 {
  color: #303030;
}
.soft_wrapper h2 span {
  color: #5CB9EC;
}
.soft_wrapper p {
  color: #7A7C81;
}
.soft_wrapper a {
  display: inline-block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #333;
  transition: 300ms;
  text-decoration: none;
  font-family: "Roboto Bold";
}
.soft_wrapper a:hover {
  background: #5CB9EC;
}

.soft {
  width: 900px;
  margin: 0 auto 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.soft_item {
  width: 180px;
  padding-top: 100px;
  color: #7A7C81;
  font-size: 16px;
  margin-bottom: 50px;
}

.soft_item:nth-child(1) {
  background: url("../img/home/soft/1.svg") center top no-repeat;
}

.soft_item:nth-child(2) {
  background: url("../img/home/soft/2.svg") center top no-repeat;
}

.soft_item:nth-child(3) {
  background: url("../img/home/soft/3.svg") center top no-repeat;
}

.soft_item:nth-child(4) {
  background: url("../img/home/soft/4.svg") center top no-repeat;
}

.soft_item:nth-child(5) {
  background: url("../img/home/soft/5.svg") center top no-repeat;
}

.soft_item:nth-child(6) {
  background: url("../img/home/soft/6.svg") center top no-repeat;
}

.soft_item:nth-child(7) {
  background: url("../img/home/soft/7.svg") center top no-repeat;
}

.soft_item:nth-child(8) {
  background: url("../img/home/soft/8.svg") center top no-repeat;
}

.soft_item:nth-child(9) {
  background: url("../img/home/soft/9.svg") center top no-repeat;
}

.soft_item:nth-child(10) {
  background: url("../img/home/soft/10.svg") center top no-repeat;
}

/*PRODUCT*/
.product_wrapper {
  padding: 50px 0 100px;
  text-align: center;
}
.product_wrapper > p {
  color: #7A7C81;
  margin-bottom: 20px;
}

.product_transparent {
  background: #fff;
}

.product {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product_item {
  width: 580px;
  height: 520px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  padding-left: 40px;
  transition: 300ms;
  overflow: hidden;
}
.product_item p,
.product_item h3 {
  color: #fff;
  text-align: left;
  position: relative;
}
.product_item p {
  margin: 0;
  width: 305px;
}
.product_item h3 {
  font-size: 24px;
}
.product_item a {
  position: absolute;
  bottom: 40px;
  right: 40px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  transition: 300ms;
  font-size: 20px;
  width: 167px;
  height: 50px;
  line-height: 47px;
  font-family: "Roboto Bold";
}
.product_item a:hover {
  color: #333;
  background: #fff;
}

.product_item_full {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}
.product_item_full a {
  right: 640px;
}

.product_bg {
  position: absolute;
  left: 0;
  top: 0;
  transition: 400ms;
  width: 100%;
  height: 100%;
}

.product_item_1 .product_bg {
  background: url("../img/home/products/1.png") center top no-repeat;
}

.product_item_2 .product_bg {
  background: url("../img/home/products/2.png") center top no-repeat;
}

.product_item_3 .product_bg {
  background: url("../img/home/products/4.png") center top no-repeat;
}

.product_item_4 .product_bg {
  background: url("../img/home/products/3.png") center top no-repeat;
}

.product_item_5 .product_bg {
  background: url("../img/home/products/5.png") center top no-repeat;
}

.product_item_6 .product_bg {
  background: url("../img/home/products/6.png") center top no-repeat;
  background-size: contain;
}

.product_item_7 .product_bg {
  background: url("../img/home/products/7.png") center top no-repeat;
}

.product_item_8 .product_bg {
  background: url("../img/home/products/8.png") center top no-repeat;
}

.product_item:hover {
  box-shadow: 0px 3px 16px 0px rgba(76, 80, 90, 0.3);
}
.product_item:hover .product_bg {
  transform: scale(1.1);
}

@media screen and (max-width: 1180px) {
  .home_head_item {
    height: 400px;
  }
  .home_head_item h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .home_head_item_1 h1 {
    font-size: 28px;
    line-height: 42px;
  }

  .home_head_item_content {
    height: 400px;
    justify-content: flex-end;
    padding: 0 20px 32px;
  }
  .home_head_item_content a {
    width: 100%;
    max-width: 400px;
    background: #fff;
    color: #333;
    margin-top: 80px;
  }

  .home_head {
    height: 400px;
  }
  .home_head .slick-dots {
    position: absolute;
    bottom: 125px;
  }
  .home_head .slick-next,
.home_head .slick-prev {
    display: none !important;
  }

  /* INSIGHT*/
  .slider_insight_item_1, .slider_insight_item_2 .slider_insight_item_3 {
    padding-left: 0 !important;
  }

  .slider_insight_item_1 {
    background: url("../img/home/icon_papers_m.svg") center top no-repeat;
    padding-left: 0 !important;
  }
  .slider_insight_item_1 h3 {
    padding: 0;
  }

  .slider_insight_item_2 {
    background: url("../img/home/icon_share_m.svg") center top no-repeat;
    padding-left: 0 !important;
  }

  .slider_insight_item_3 {
    background: url("../img/home/subiconmob.svg") center no-repeat;
    padding-left: 0 !important;
  }

  .slider_insight_item_wrap {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .slider_insight_item_wrap h3 {
    width: 100%;
  }

  .slider_insight {
    margin: 0 !important;
  }
  .slider_insight .slick-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
  }
  .slider_insight .slick-next,
.slider_insight .slick-prev {
    display: none !important;
  }

  .insight {
    height: auto;
  }
  .insight .container {
    flex-direction: column;
    height: auto;
    padding: 35px 20px 74px;
    text-align: center;
  }
  .insight a {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }
  .insight h3 {
    font-size: 16px;
    line-height: 150%;
  }

  .vehicles {
    padding: 30px 20px;
    margin: 0;
    width: 100%;
    background: transparent;
    padding-bottom: 14px;
  }
  .vehicles h2 {
    font-size: 20px;
    margin-top: 0;
    line-height: 32px;
  }
  .vehicles h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .vehicles p {
    font-size: 16px;
  }

  .soft_wrapper {
    padding: 30px 20px 40px;
  }
  .soft_wrapper h2 {
    font-size: 20px;
    margin-top: 0;
    line-height: 32px;
  }
  .soft_wrapper a {
    width: 100%;
    max-width: 400px;
  }

  .soft {
    width: 300px;
  }

  .soft_item {
    width: 140px;
    margin-bottom: 20px;
    background-size: 50%;
    padding-top: 60px;
  }

  .soft_item:nth-child(1) {
    background-size: 50%;
  }

  .soft_item:nth-child(2) {
    background-size: 50%;
  }

  .soft_item:nth-child(3) {
    background-size: 50%;
  }

  .soft_item:nth-child(4) {
    background-size: 50%;
  }

  .soft_item:nth-child(5) {
    background-size: 50%;
  }

  .soft_item:nth-child(6) {
    background-size: 50%;
  }

  .soft_item:nth-child(7) {
    background-size: 50%;
  }

  .soft_item:nth-child(8) {
    background-size: 50%;
  }

  .soft_item:nth-child(9) {
    background-size: 50%;
  }

  .soft_item:nth-child(10) {
    background-size: 50%;
  }

  .product_wrapper {
    padding: 30px 0 0;
  }
  .product_wrapper > p {
    padding: 0 30px;
  }
  .product_wrapper h2 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
  }

  .product,
.product_item,
.product_item_full {
    width: 100%;
    margin-top: 0;
  }

  .product {
    max-width: 600px;
  }

  .product_item {
    padding: 25px 20px;
    margin-bottom: 16px;
    height: 130vw;
    max-height: 500px;
  }
  .product_item a {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
  }
  .product_item h3 {
    font-size: 20px;
    line-height: 150%;
    margin: 0 0 4px;
  }
  .product_item p {
    width: 100%;
  }

  .product_item:last-child {
    margin-bottom: 0;
  }

  .product_item_1 .product_bg {
    background: url("../img/home/products/1_m.png") center no-repeat;
    background-size: cover;
  }

  .product_item_2 .product_bg {
    background: url("../img/home/products/2_m.png") center no-repeat;
    background-size: cover;
  }

  .product_item_3 .product_bg {
    background: url("../img/home/products/4_m.png") center no-repeat;
    background-size: cover;
  }

  .product_item_4 .product_bg {
    background: url("../img/home/products/3_m.png") center no-repeat;
    background-size: cover;
  }

  .product_item_5 .product_bg {
    background: url("../img/home/products/5_m.png") center no-repeat;
    background-size: cover;
  }

  .product_item_6 .product_bg {
    background: url("../img/home/products/6_m.png") center no-repeat;
    background-size: cover;
  }

  .product_item_7 .product_bg {
    background: url("../img/home/products/7_m.png") center no-repeat;
    background-size: cover;
  }

  .product_item_8 .product_bg {
    background: url("../img/home/products/8.png") center no-repeat;
    background-size: cover;
  }
}
.mission_wrapper {
  background: #F7F7F7;
}

.mission_head {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 !important;
  z-index: 1;
  overflow: hidden;
  background: #000;
}
.mission_head h1 {
  font-size: 64px;
  color: #fff;
  text-align: center;
  line-height: 130%;
  position: relative;
  z-index: 3;
}

.mission_video_head {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mission_video_head video {
  width: 100%;
}

.mission_soft_wrapper {
  padding: 100px 0;
  background: #F7F7F7;
}

.mission_soft_wrapper_blog {
  padding: 70px 0;
}
.mission_soft_wrapper_blog .blog_soft_text_wrapper p {
  margin: 0;
}

.mission_soft_single {
  width: 980px;
  margin: 0 auto;
  padding: 80px 0;
}
.mission_soft_single h3 {
  font-size: 30px;
  line-height: 45px;
  margin: 0;
}

.mission_soft {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.mission_soft_item:first-child {
  width: 480px;
}
.mission_soft_item:first-child h2 {
  margin-top: 0;
  font-size: 36px;
  line-height: 48px;
}

.mission_soft_item:last-child {
  width: 580px;
}
.mission_soft_item:last-child h3 {
  margin-top: 0;
  color: #303030;
}

.mission_soft_text_wrapper {
  display: flex;
  justify-content: space-between;
}
.mission_soft_text_wrapper p {
  width: 280px;
  font-size: 20px;
  color: #7A7C81;
}

.create {
  text-align: center;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 24px;
}
.create h3 {
  font-size: 24px;
  color: #303030;
}
.create h2 {
  font-size: 30px;
  color: #5CB9EC;
}
.create h3:nth-child(1) {
  color: #7A7C81;
  margin-top: 0;
}
.create h3:nth-child(3) {
  margin-bottom: 0;
}

.mission_video {
  width: 100%;
  height: 600px;
}

.mission_video_block {
  width: 100%;
  height: 600px;
  background: #fff;
}
.mission_video_block video {
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
}

.category_wrapper {
  padding: 48px 0 80px;
  background: #fff;
}

.category {
  width: 980px;
  margin: 0 auto;
}
.category h3 {
  text-align: center;
}
.category p {
  font-size: 20px;
}

.categody_img {
  width: 100%;
  height: 486px;
  background: url("../img/mission/table.svg") center no-repeat;
}

.category_solutions {
  width: 780px;
  padding: 40px;
  margin: 48px auto 0;
  background: rgba(92, 185, 236, 0.1);
}
.category_solutions a {
  display: inline-block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #333;
  transition: 300ms;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
  font-family: "Roboto Bold";
  font-size: 20px;
}
.category_solutions a:hover {
  background: #5CB9EC;
}
.category_solutions h3 {
  color: #303030;
}
.category_solutions p {
  color: #7A7C81;
}

.leadership_wrapper {
  padding-top: 80px;
}
.leadership_wrapper > h3,
.leadership_wrapper > h2 {
  width: 980px;
  margin: 0 auto;
}
.leadership_wrapper > h3 {
  margin: 40px auto 18px;
  color: #303030;
}

.leadership {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.leadership_item {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-shadow: 0px 3px 8px 0px rgba(70, 80, 90, 0.15);
  margin-bottom: 40px;
}
.leadership_item h3 {
  margin-top: 0;
}
.leadership_item li {
  color: #7A7C81;
  padding-left: 0;
}
.leadership_item a {
  margin-top: 20px;
  text-decoration: none;
  font-family: "Roboto Bold";
  color: #333;
  display: inline-block;
  border: 2px solid #333;
  transition: 300ms;
  font-size: 20px;
  padding: 0 30px;
  text-align: center;
  height: 50px;
  line-height: 47px;
}
.leadership_item a:hover {
  color: #fff;
  background: #5CB9EC;
  border: 2px solid #5CB9EC;
}

.leadership_left {
  width: 500px;
  padding: 32px 32px 40px;
  background: #fff;
}

.leadership_right {
  width: 480px;
}

.leadership_item:nth-child(even) {
  flex-direction: row-reverse;
}

.leadership_item_1 {
  height: auto;
}
.leadership_item_1 .leadership_right {
  background: url("../img/mission/leader_7.png") center no-repeat;
  background-size: cover;
}

.leadership_item_2 {
  height: 330px;
}
.leadership_item_2 .leadership_right {
  background: url("../img/mission/leader_6.png") center no-repeat;
  background-size: cover;
}

.leadership_item_3 {
  height: auto;
}
.leadership_item_3 .leadership_right {
  background: url("../img/mission/leader_5.png") center no-repeat;
  background-size: cover;
}

.leadership_item_4 {
  height: auto;
}
.leadership_item_4 .leadership_right {
  background: url("../img/mission/leader_1.png") center no-repeat;
  background-size: cover;
}

.leadership_item_5 {
  height: auto;
}
.leadership_item_5 .leadership_right {
  background: url("../img/mission/leader_2.png") center no-repeat;
  background-size: cover;
}

.leadership_item_6 {
  height: auto;
}
.leadership_item_6 .leadership_right {
  background: url("../img/mission/leader_4.png") center no-repeat;
  background-size: cover;
}

.leadership_item_8 {
  height: auto;
}
.leadership_item_8 .leadership_right {
  background: url("../img/mission/leader_8.png") center no-repeat;
  background-size: cover;
}

.leadership_item_9 {
  height: auto;
}
.leadership_item_9 .leadership_right {
  background: url("../img/mission/leader_9.png") center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1500px) {
  .mission_video_head {
    height: 100%;
  }
  .mission_video_head video {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1180px) {
  .mission_head {
    height: 200px;
  }
  .mission_head h1 {
    font-size: 24px;
  }

  .mission_soft_wrapper {
    padding: 0 20px;
  }

  .mission_soft_wrapper_blog {
    padding: 0 20px 16px;
  }
  .mission_soft_wrapper_blog h3 {
    font-size: 18px !important;
    line-height: 27px !important;
  }

  .mission_soft {
    width: 100%;
    flex-direction: column;
  }

  .mission_soft_text_wrapper {
    flex-direction: column;
    padding-bottom: 32px;
  }
  .mission_soft_text_wrapper p {
    width: 100%;
  }

  .mission_soft_item:last-child,
.mission_soft_item:first-child {
    width: 100%;
  }
  .mission_soft_item:last-child h2,
.mission_soft_item:first-child h2 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .mission_soft_item:last-child h3,
.mission_soft_item:first-child h3 {
    font-size: 20px;
    line-height: 32px;
    margin: 16px 0 8px;
  }
  .mission_soft_item:last-child p,
.mission_soft_item:first-child p {
    font-size: 16px;
    margin: 8px 0;
  }

  .mission_soft_item:first-child {
    padding-top: 32px;
  }

  .mission_soft_single {
    width: 100%;
    margin: 0 auto;
    padding: 32px 20px;
  }
  .mission_soft_single h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .create {
    padding: 32px 20px 16px;
  }
  .create h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .create h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .category_wrapper {
    padding: 32px 20px;
    background: #fff;
  }

  .category {
    width: 100%;
  }
  .category p,
.category h3 {
    font-size: 16px;
    line-height: 150%;
  }
  .category p {
    margin-bottom: 24px;
  }

  .categody_img {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    height: 68vw;
    background: url("../img/mission/table_mobile.svg") center no-repeat;
    background-size: contain;
  }

  .category_solutions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 16px 0;
    height: auto;
    background: none;
  }
  .category_solutions h3 {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .category_solutions p {
    color: #7A7C81;
  }
  .category_solutions a {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }

  .mission_video {
    width: 100%;
    height: 60vw;
  }

  .leadership_wrapper {
    background: #F7F7F7;
    padding: 32px 20px 80px;
  }
  .leadership_wrapper > h3,
.leadership_wrapper > h2 {
    width: 100%;
    margin: 0 auto;
  }
  .leadership_wrapper > h3 {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
    color: #7A7C81;
    font-family: "Roboto";
    font-weight: 400;
  }
  .leadership_wrapper > h2 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 16px;
  }

  .leadership {
    padding: 0;
    width: 100%;
  }

  .leadership_item:nth-child(even),
.leadership_item_1,
.leadership_item_2,
.leadership_item_3,
.leadership_item_4,
.leadership_item_5,
.leadership_item_6,
.leadership_item_7,
.leadership_item_8,
.leadership_item_9 {
    box-shadow: none;
    flex-direction: column-reverse;
    height: auto;
  }
  .leadership_item:nth-child(even) .leadership_right,
.leadership_item_1 .leadership_right,
.leadership_item_2 .leadership_right,
.leadership_item_3 .leadership_right,
.leadership_item_4 .leadership_right,
.leadership_item_5 .leadership_right,
.leadership_item_6 .leadership_right,
.leadership_item_7 .leadership_right,
.leadership_item_8 .leadership_right,
.leadership_item_9 .leadership_right {
    width: 100%;
    height: 60vw;
    max-height: 400px;
    margin-bottom: 16px;
    background-size: cover;
  }
  .leadership_item:nth-child(even) .leadership_left,
.leadership_item_1 .leadership_left,
.leadership_item_2 .leadership_left,
.leadership_item_3 .leadership_left,
.leadership_item_4 .leadership_left,
.leadership_item_5 .leadership_left,
.leadership_item_6 .leadership_left,
.leadership_item_7 .leadership_left,
.leadership_item_8 .leadership_left,
.leadership_item_9 .leadership_left {
    background: none;
  }
  .leadership_item:nth-child(even) .leadership_left ul,
.leadership_item_1 .leadership_left ul,
.leadership_item_2 .leadership_left ul,
.leadership_item_3 .leadership_left ul,
.leadership_item_4 .leadership_left ul,
.leadership_item_5 .leadership_left ul,
.leadership_item_6 .leadership_left ul,
.leadership_item_7 .leadership_left ul,
.leadership_item_8 .leadership_left ul,
.leadership_item_9 .leadership_left ul {
    width: 100%;
    padding-left: 15px;
  }

  .leadership_item {
    margin-bottom: 16px;
  }
  .leadership_item h3.mobile {
    font-size: 16px;
    line-height: 150%;
    margin: 24px 0 8px;
  }
  .leadership_item a {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }

  .leadership_left {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .leadership_left ul {
    margin-left: 10px;
  }

  .mission_video_block {
    height: 60vw;
  }
}
.solutions_wrapper {
  background: #f7f7f7;
}

.solutions_head {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 !important;
  z-index: 1;
  background: url("../img/solutions/head.png") center no-repeat;
  background-size: cover;
}
.solutions_head h1 {
  font-size: 64px;
  color: #fff;
  text-align: center;
  line-height: 130%;
}

.solutions_underhead {
  background: #fff;
  width: 100%;
  padding: 80px 0;
}
.solutions_underhead h2 {
  color: #303030;
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 16px 0;
}
.solutions_underhead h3 {
  font-size: 28px;
  line-height: 150%;
  color: #303030;
  text-align: center;
  margin: 0;
}

.intelligent_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px 0 0;
}
.intelligent_wrapper > h2 {
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #303030;
  margin-top: 48px;
  padding: 0 20px;
}

.intelligent_vehicle_right h2 {
  line-height: 150%;
  color: #303030;
  font-size: 24px;
  margin-top: 0;
}
.intelligent_vehicle_right p {
  margin: 0;
}

.intelligent_vehicle {
  width: 980px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.intelligent_vehicle > h2 {
  font-size: 36px;
  line-height: 130%;
  color: #0b0c0e;
  width: 180px;
  margin-right: 120px;
}
.intelligent_vehicle h3 {
  font-size: 24px;
  line-height: 150%;
  color: #303030;
}
.intelligent_vehicle p,
.intelligent_vehicle li {
  font-size: 20px;
  line-height: 150%;
  color: #7a7c81;
}
.intelligent_vehicle h4 {
  color: #303030;
  font-size: 20px;
  line-height: 150%;
  margin: 32px 0 16px;
}
.intelligent_vehicle ul {
  margin-left: 10px;
}

.intelligent_vehicle_full h2 {
  width: 100%;
}

.intelligent_vehicle_row {
  flex-direction: row;
}

.intelligent_vehicle_benefits {
  width: 458px;
  flex-direction: column;
  margin-bottom: 80px;
}

.intelligent_vehicle_bg {
  background: #2e3038 url("../img/solutions/intelligent_vehicle.svg") center no-repeat;
  width: 100%;
  height: 50vw;
  max-height: 700px;
  background-size: contain;
}

.intelligent_app_content_bg {
  display: none;
}

.prods_and_servs_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 80px 0 24px;
}
.prods_and_servs_wrapper h3 {
  font-size: 36px;
  line-height: 130%;
  margin: 0 0 16px;
  color: #0b0c0e;
}
.prods_and_servs_wrapper h4 {
  font-size: 24px;
  margin: 0;
  color: #303030;
}
.prods_and_servs_wrapper p {
  font-size: 20px;
  color: #303030;
  letter-spacing: 150%;
  margin: 24px 0 16px;
  font-family: "Roboto Bold";
}
.prods_and_servs_wrapper ul {
  padding-left: 16px;
}
.prods_and_servs_wrapper li {
  color: #7a7c81;
  font-size: 20px;
  margin-bottom: 4px;
}
.prods_and_servs_wrapper .prods_blue {
  font-size: 24px;
  margin: 44px 0 0;
  color: #5CB9EC;
}

.prods_and_servs {
  width: 780px;
}

.algorithms_wrapper {
  width: 100%;
  background: #0b0c0e;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.algorithms {
  background: url("../img/solutions/algorithms.png") center no-repeat;
  background-size: contain;
  width: 1180px;
  height: 937px;
}

.intelligent_ready {
  width: 780px;
  padding: 40px;
  background: #fff;
  margin-top: 48px;
  box-shadow: 0px 3px 8px 0px rgba(76, 80, 90, 0.03);
}
.intelligent_ready p {
  color: #7a7c81;
}
.intelligent_ready a {
  display: inline-block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #333;
  transition: 300ms;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
  font-family: "Roboto Bold";
  font-size: 20px;
}
.intelligent_ready a:hover {
  background: #5CB9EC;
}
.intelligent_ready h3 {
  color: #303030;
}

.intelligent_apps_wrapper {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px 0 0;
}
.intelligent_apps_wrapper h2 {
  font-size: 36px;
  line-height: 130%;
  color: #0b0c0e;
}
.intelligent_apps_wrapper h3 {
  font-size: 24px;
  line-height: 150%;
  color: #303030;
}
.intelligent_apps_wrapper p,
.intelligent_apps_wrapper li {
  font-size: 20px;
  line-height: 150%;
  color: #7a7c81;
}
.intelligent_apps_wrapper h4 {
  color: #303030;
  font-size: 20px;
  line-height: 150%;
  margin: 32px 0 16px;
}
.intelligent_apps_wrapper ul {
  margin-left: 10px;
}

.intelligent_apps {
  width: 780px;
  margin-bottom: 48px;
}

.intelligent_app_bg {
  background: #0b0c0e;
  background: linear-gradient(0deg, #0b0c0e 0%, #2b2e35 100%);
  padding: 48px 0;
  width: 100%;
}

.intelligent_app_content {
  height: 580px;
  width: 1040px;
  margin: 0 auto;
  background: url("../img/solutions/phone.png") center left -70px no-repeat;
  background-size: contain;
  padding-left: 515px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 70px;
}
.intelligent_app_content h4 {
  font-size: 20px;
  line-height: 150%;
  color: #f0f1f5;
}
.intelligent_app_content p {
  font-size: 18px;
  line-height: 150%;
  color: #f0f1f5;
}
.intelligent_app_content a {
  display: inline-block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #0b0c0e;
  background: #fff;
  transition: 300ms;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
  font-family: "Roboto Bold";
  font-size: 20px;
}
.intelligent_app_content a:hover {
  background: #5CB9EC;
  color: #fff;
}

@media screen and (max-width: 1180px) {
  .solutions_head {
    height: 200px;
    padding: 0 30px;
  }
  .solutions_head h1 {
    font-size: 24px;
  }

  .solutions_underhead {
    padding: 32px 20px 16px;
  }
  .solutions_underhead h2 {
    color: #303030 !important;
    font-size: 20px;
  }
  .solutions_underhead h3 {
    font-size: 18px;
    margin: 16px 0;
  }

  .intelligent_wrapper {
    padding: 16px 0;
  }
  .intelligent_wrapper > h2 {
    font-size: 18px;
    margin: 24px 0 16px;
  }

  .intelligent_vehicle {
    width: 100%;
    flex-direction: column;
    padding: 0 20px;
    padding-top: 32px;
  }
  .intelligent_vehicle h2 {
    font-size: 20px;
  }
  .intelligent_vehicle h3 {
    font-size: 18px;
  }
  .intelligent_vehicle h4 {
    margin: 16px 0 8px;
    font-size: 16px;
    color: #0b0c0e;
  }
  .intelligent_vehicle li,
.intelligent_vehicle p {
    font-size: 16px;
  }
  .intelligent_vehicle p {
    margin: 8px 0;
  }
  .intelligent_vehicle li {
    margin: 4px 0;
  }

  .intelligent_vehicle_right h2 {
    font-size: 18px;
  }

  .intelligent_vehicle_benefits {
    margin-bottom: 24px;
  }

  .intelligent_vehicle_bg {
    height: 70vw;
    background-size: cover;
  }

  .prods_and_servs_wrapper {
    padding: 32px 20px 16px;
  }
  .prods_and_servs_wrapper h3 {
    font-size: 20px;
  }
  .prods_and_servs_wrapper h4 {
    font-size: 18px;
  }
  .prods_and_servs_wrapper p {
    font-size: 16px;
  }
  .prods_and_servs_wrapper li {
    font-size: 16px;
  }
  .prods_and_servs_wrapper .prods_blue {
    text-align: center;
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .algorithms {
    height: 73vw;
  }

  .prods_and_servs {
    width: 100%;
  }

  .intelligent_ready {
    margin-top: 0;
    width: 100%;
    padding: 24px 20px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    box-shadow: none;
  }
  .intelligent_ready h3 {
    font-size: 16px;
    line-height: 150%;
  }
  .intelligent_ready a {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }

  .intelligent_apps_wrapper {
    padding: 32px 0 0;
  }

  .intelligent_apps {
    width: 100%;
    padding: 0 20px;
  }
  .intelligent_apps h2 {
    font-size: 20px;
    line-height: 150%;
  }
  .intelligent_apps h3 {
    font-size: 18px;
    line-height: 150%;
  }
  .intelligent_apps h4 {
    font-size: 16px;
  }
  .intelligent_apps p,
.intelligent_apps li {
    font-size: 16px;
  }

  .intelligent_app_bg {
    padding: 0 0 80px;
  }

  .intelligent_app_content_bg {
    width: 100%;
    height: 100vw;
    min-height: 320px;
    max-height: 500px;
    display: block;
    background: url("../img/solutions/phone.png") center no-repeat;
    background-size: contain;
  }

  .intelligent_app_content {
    padding: 0 20px;
    width: 100%;
    height: auto;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .intelligent_app_content h4 {
    font-size: 16px;
    line-height: 150%;
    margin-top: 0;
  }
  .intelligent_app_content p {
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    width: 100%;
  }
  .intelligent_app_content a {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }
}
.products_wrapper {
  background: #F7F7F7;
}

.products_head {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 !important;
  z-index: 1;
  background: url("../img/products/head.png") center no-repeat;
  background-size: cover;
}
.products_head h1 {
  font-size: 64px;
  color: #fff;
  text-align: center;
  line-height: 130%;
}

.solutions_underhead {
  background: #fff;
  width: 100%;
  padding: 80px 0;
}
.solutions_underhead h2 {
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 16px 0;
}
.solutions_underhead p {
  text-align: center;
  font-size: 20px;
  color: #7A7C81;
  margin: 0;
}

.products_bg {
  background: url("../img/products/products_bg.png") center no-repeat;
  width: 1180px;
  height: 513px;
  background-size: contain;
  margin: 0 auto 64px;
}

.products_unique {
  width: 100%;
  padding: 64px 0 48px;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products_unique p {
  width: 780px;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  margin: 16px 0 0;
}
.products_unique h3 {
  font-size: 30px;
  line-height: 150%;
  margin: 0;
  text-align: center;
  color: #fff;
}
.products_unique video {
  outline: 0;
  border: 0;
  height: 100%;
}

.products_unique_bg {
  width: 1180px;
  height: 600px;
  background: url("../img/products/unique.svg") center no-repeat;
}

.inference_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 80px 0 64px;
}
.inference_wrapper h2 {
  text-align: center;
  font-size: 36px;
  line-height: 130%;
  margin: 0;
}
.inference_wrapper > h3 {
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 0;
  color: #303030;
}
.inference_wrapper > p {
  text-align: center;
}

.inference {
  width: 1140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 56px;
}

.inference_item {
  width: 320px;
  margin-top: 48px;
}
.inference_item h3 {
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 8px 0;
  color: #303030;
}
.inference_item p {
  font-size: 18px;
  line-height: 150%;
  margin: 0;
  color: #73798C;
}

.predictions_bg {
  width: 780px;
  height: 258px;
  background: url("../img/products/predictions.svg") center no-repeat;
  margin: 24px 0 22px;
}

.powered_wrapper {
  width: 100%;
  padding: 32px 0;
  background: #2E3038;
}

.powered {
  width: 1180px;
  height: 671px;
  margin: 0 auto;
  background: url("../img/products/powered.svg") center no-repeat;
}

.inference_wrapper_ready {
  width: 100%;
  padding: 0 0 80px;
  display: flex;
  justify-content: center;
  background: #F7F7F7;
}

.starter_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding-top: 80px;
}
.starter_wrapper > h2 {
  font-size: 36px;
  line-height: 130%;
  margin: 0;
  text-align: center;
}
.starter_wrapper > h3 {
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin: 16px 0 0;
  color: #303030;
}
.starter_wrapper a {
  display: inline-block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #5CB9EC;
  transition: 300ms;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
  font-family: "Roboto Bold";
  font-size: 20px;
}
.starter_wrapper a:hover {
  background: #333;
}

.started_bg {
  margin-top: 64px;
  width: 100%;
  height: 520px;
  background: url("../img/products/starter.png") center no-repeat;
}

.starter {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 40px 0 64px;
}
.starter h4,
.starter p {
  margin: 0;
}
.starter h4 {
  font-size: 20px;
  line-height: 150%;
  color: #303030;
}
.starter p {
  font-size: 18px;
  line-height: 150%;
  color: #7A7C81;
}

.starter_item:nth-child(1) {
  width: 380px;
}

.starter_item:nth-child(2) {
  width: 580px;
}

@media screen and (max-width: 1180px) {
  .products_head {
    height: 200px;
    padding: 0 30px;
  }
  .products_head h1 {
    font-size: 24px;
  }

  .solutions_underhead {
    padding: 32px 20px 16px;
  }
  .solutions_underhead h2 {
    font-size: 20px;
  }
  .solutions_underhead h3 {
    font-size: 18px;
    margin: 16px 0;
  }
  .solutions_underhead p {
    text-align: center;
    font-size: 16px;
    color: #7A7C81;
  }

  .products_bg {
    width: 100%;
    height: 45vw;
    background-size: 95%;
    margin-bottom: 24px;
  }

  .products_unique {
    padding: 24px 20px 24px;
    justify-content: space-between;
  }
  .products_unique p,
.products_unique h3 {
    width: 100%;
  }
  .products_unique h3 {
    font-size: 18px;
  }
  .products_unique p {
    font-size: 16px;
    text-align: center;
  }

  .products_unique_bg {
    width: 100%;
    height: 50vw;
    background-size: cover;
  }
  .products_unique_bg video {
    width: 100%;
  }

  .inference_wrapper {
    padding: 32px 20px 0;
  }
  .inference_wrapper h2 {
    font-size: 20px;
    text-align: left;
    width: 100%;
  }
  .inference_wrapper h3 {
    font-size: 18px;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 4px;
  }
  .inference_wrapper h3:nth-child(4) {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .inference_wrapper > p {
    font-size: 14px;
  }

  .inference {
    width: 100%;
    margin-bottom: 0;
  }

  .inference_item {
    width: 100%;
    margin-top: 12px;
  }
  .inference_item h3 {
    margin: 0 0 4px;
  }
  .inference_item p {
    font-size: 16px;
  }

  .predictions_bg {
    width: 100%;
    height: 35vw;
    background-size: contain;
    margin: 16px 0 8px;
  }

  .powered_wrapper {
    padding: 10px 0;
  }

  .powered {
    width: 100%;
    height: 48vw;
    background-size: cover;
  }

  .inference_wrapper_ready {
    padding: 0;
  }
  .inference_wrapper_ready .intelligent_ready {
    padding: 24px 20px 32px;
    background: #fff;
  }

  .starter_wrapper {
    background: #F7F7F7;
    padding: 32px 0 80px;
  }
  .starter_wrapper > h2 {
    font-size: 20px;
  }
  .starter_wrapper > h3 {
    font-size: 18px;
    margin-top: 8px;
  }
  .starter_wrapper a {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }

  .started_bg {
    margin-top: 24px;
    height: 60vw;
    background-size: cover;
  }

  .starter {
    margin: 24px 0 14px;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
  .starter p {
    font-size: 16px;
  }

  .starter_item:nth-child(1) {
    width: 100%;
    margin-bottom: 16px;
  }
  .starter_item:nth-child(1) h4 {
    font-size: 16px;
  }

  .starter_item:nth-child(2) {
    width: 100%;
  }
}
.professional_wrapper {
  background: #F7F7F7;
}

.professional_head {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 !important;
  z-index: 1;
  background: url("../img/cases/head.png") center no-repeat;
  background-size: cover;
}
.professional_head h1 {
  font-size: 64px;
  color: #fff;
  text-align: center;
  line-height: 130%;
}

.professional_underhead {
  width: 100%;
  padding: 80px 0 100px;
}
.professional_underhead h2 {
  color: #0B0C0E;
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 16px 0;
}
.professional_underhead p {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #7A7C81;
  margin: 0;
}

.case_study_wrapper {
  background: #fff;
  padding: 80px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case_study_wrapper h2 {
  margin: 0 0 24px;
  text-align: center;
  color: #0B0C0E;
}

.case_study {
  width: 1180px;
}

.case_study_left {
  width: 658px;
}
.case_study_left h4 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 150%;
}
.case_study_left p {
  font-size: 20px;
  margin: 0;
  line-height: 150%;
  color: #7A7C81;
}
.case_study_left p b {
  font-family: "Roboto Bold";
}

.case_study_item {
  display: inline-block;
  text-decoration: none;
  height: 300px;
  padding-left: 224px;
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.case_view {
  width: 234px;
  height: 50px;
  transition: 300ms;
  text-align: center;
  background: #333;
  color: #fff;
  text-decoration: none;
  padding-top: 15px;
  font-size: 20px;
  font-family: "Roboto Bold";
}

.case_view:hover {
  background: #5CB9EC;
  color: #fff;
}

.case_study_item:nth-child(1) {
  background: url("../img/cases/1.svg") top 40px left no-repeat;
}

.case_study_item:nth-child(2) {
  border-bottom: 1px solid #D1D5E4;
  border-top: 1px solid #D1D5E4;
  background: url("../img/cases/2.svg") top 40px left no-repeat;
}

.case_study_item:nth-child(3) {
  background: url("../img/cases/3.svg") top 40px left no-repeat;
}

@media screen and (max-width: 1180px) {
  .professional_head {
    height: 200px;
    padding: 0 30px;
  }
  .professional_head h1 {
    font-size: 24px;
  }

  .professional_underhead {
    padding: 32px 20px 16px;
  }
  .professional_underhead h2 {
    font-size: 20px;
    margin: 0 0 8px;
  }
  .professional_underhead p {
    font-size: 16px;
    margin: 0;
  }

  .case_study_wrapper {
    padding: 32px 20px 80px;
  }
  .case_study_wrapper h2 {
    font-size: 20px;
  }

  .case_study {
    width: 100%;
  }

  .case_study_item {
    flex-direction: column;
    width: 100%;
    padding: 128px 0 0;
    height: auto;
    margin-bottom: 40px;
  }

  .case_view {
    width: 100%;
    max-width: 450px;
    margin-top: 24px;
    font-size: 16px;
    padding-top: 16px;
    transition: 300ms;
  }

  .case_study_left {
    width: 100%;
  }
  .case_study_left h4 {
    font-size: 16px;
  }
  .case_study_left p {
    font-size: 16px;
  }

  .case_study_item:nth-child(1) {
    background: url("../img/cases/1_m.svg") top 40px left no-repeat;
  }

  .case_study_item:nth-child(2) {
    background: url("../img/cases/2_m.svg") top 40px left no-repeat;
    border: 0;
  }

  .case_study_item:nth-child(3) {
    background: url("../img/cases/3_m.svg") top 40px left no-repeat;
  }

  .case_study_item:nth-child(1),
.case_study_item:nth-child(2),
.case_study_item:nth-child(3) {
    background-position: top center;
  }
}
.started_wrapper {
  background: #F7F7F7;
}

.started_head {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 !important;
  z-index: 1;
  background: url("../img/started/head.png") center no-repeat;
  background-size: cover;
  padding-top: 50px;
}
.started_head h1 {
  font-size: 64px;
  color: #fff;
  text-align: center;
  line-height: 130%;
}

.solutions_underhead {
  background: #fff;
  width: 100%;
  padding: 80px 0 100px;
}
.solutions_underhead h2 {
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 16px 0;
}
.solutions_underhead h3 {
  font-size: 28px;
  line-height: 150%;
  color: #303030;
  text-align: center;
  margin: 0;
}

.driveable {
  width: 780px;
  margin: 0 auto;
  padding: 50px 0 80px;
}
.driveable h2 {
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 0;
}
.driveable h3 {
  font-size: 24px;
  line-height: 150%;
  margin-top: 16px;
  color: #303030;
}
.driveable p {
  font-size: 20px;
  color: #7A7C81;
  margin-bottom: 48px;
}
.driveable p span {
  color: #303030;
  font-family: "Roboto Bold";
}

.driveable_wrapper {
  position: relative;
}
.driveable_wrapper p {
  position: absolute;
  font-size: 20px;
  color: #303030;
  font-family: "Roboto Bold";
  margin: 0 !important;
}

.driveable_bg {
  background: url("../img/started/drive_bg.png") center no-repeat;
  background-size: contain;
  width: 100%;
  height: 440px;
}

.cases_wrapper {
  width: 1166px;
  margin: 0 auto;
}
.cases_wrapper h3 {
  font-size: 24px;
  line-height: 150%;
  color: #303030;
}

.cases {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cases_item:nth-child(1) {
  width: 580px;
}
.cases_item:nth-child(1) p {
  font-size: 20px;
  line-height: 150%;
  color: #303030;
  font-family: "Roboto Bold";
}
.cases_item:nth-child(1) ul {
  margin-left: 15px;
}
.cases_item:nth-child(1) li {
  font-size: 20px;
  line-height: 150%;
  color: #7A7C81;
  margin-bottom: 4px;
}

.cases_item:nth-child(2) {
  width: 480px;
  background: #fff;
  padding: 40px 32px;
}
.cases_item:nth-child(2) p {
  font-size: 20px;
  line-height: 150%;
  margin: 0;
  color: #7A7C81;
}
.cases_item:nth-child(2) a {
  display: inline-block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #333;
  transition: 300ms;
  text-decoration: none;
  text-align: center;
  margin-top: 32px;
  font-family: "Roboto Bold";
  font-size: 20px;
}
.cases_item:nth-child(2) a:hover {
  background: #5CB9EC;
}

.started_video_wrapper {
  width: 1140px;
  margin: 0 auto;
  padding: 100px 0 80px;
  text-align: center;
}
.started_video_wrapper h3 {
  font-size: 30px;
  line-height: 150%;
  margin: 0;
}
.started_video_wrapper p {
  font-size: 20px;
  line-height: 150%;
  color: #7A7C81;
  margin-bottom: 24px;
}

.started_app_wrapper {
  background: #fff;
  padding: 55px 0 48px;
}

.started_app {
  width: 780px;
  margin: 0 auto;
}
.started_app h2 {
  font-size: 36px;
  line-height: 130%;
  color: #0B0C0E;
}
.started_app h3 {
  font-size: 24px;
  line-height: 150%;
  color: #303030;
}
.started_app h4 {
  color: #303030;
}
.started_app p {
  font-size: 20px;
  line-height: 150%;
  color: #7A7C81;
}
.started_app ul {
  margin-left: 15px;
}
.started_app li {
  font-size: 20px;
  line-height: 150%;
  color: #73798C;
  margin-bottom: 4px;
}

.started_app_bg {
  background: #0b0c0e;
  background: linear-gradient(0deg, #0b0c0e 0%, #2b2e35 100%);
  padding: 48px 0;
  width: 100%;
}

.started_app_content {
  height: 580px;
  width: 1040px;
  margin: 0 auto;
  background: url("../img/solutions/phone.png") center right -70px no-repeat;
  background-size: contain;
  padding-right: 515px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 70px;
}
.started_app_content h4 {
  font-size: 20px;
  line-height: 150%;
  color: #F0F1F5;
  margin-bottom: 0;
}
.started_app_content p {
  font-size: 18px;
  line-height: 150%;
  color: #F0F1F5;
  margin: 8px 0;
}
.started_app_content a {
  display: inline-block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #0B0C0E;
  background: #fff;
  transition: 300ms;
  text-decoration: none;
  text-align: center;
  margin-top: 50px;
  font-family: "Roboto Bold";
  font-size: 20px;
}
.started_app_content a:hover {
  background: #5CB9EC;
  color: #fff;
}

.dashboard_wrapper {
  padding: 80px 0 0;
}
.dashboard_wrapper h2 {
  font-size: 36px;
  line-height: 130%;
  color: #0B0C0E;
  margin: 0;
}
.dashboard_wrapper h3 {
  font-size: 24px;
  line-height: 150%;
  color: #303030;
  margin: 24px 0 29px;
}
.dashboard_wrapper > p {
  font-size: 20px;
  line-height: 150%;
  color: #7A7C81;
  width: 780px;
  margin: 0;
}

.dashboard {
  display: flex;
  justify-content: space-between;
  margin-top: 73px;
}

.dashboard_item:first-child {
  width: 780px;
}
.dashboard_item:first-child h4 {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 150%;
  color: #303030;
}
.dashboard_item:first-child ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 192px;
  width: 100%;
  margin-left: 15px;
}
.dashboard_item:first-child li {
  width: 312px;
  font-size: 20px;
  line-height: 150%;
  color: #7A7C81;
}

.dashboard_item:last-child {
  width: 380px;
  padding: 40px 32px;
  background: #fff;
}
.dashboard_item:last-child p {
  margin: 0;
  font-size: 20px;
  line-height: 150%;
  color: #7A7C81;
}
.dashboard_item:last-child a {
  display: inline-block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #333333;
  transition: 300ms;
  text-decoration: none;
  text-align: center;
  margin-top: 32px;
  font-family: "Roboto Bold";
  font-size: 20px;
}
.dashboard_item:last-child a:hover {
  background: #5CB9EC;
  color: #fff;
}

.get_bg {
  width: 100%;
  height: 36vw;
  background: url("../img/started/bg.png") center no-repeat;
  background-size: cover;
  margin-top: 46px;
}

@media screen and (max-width: 1180px) {
  .started_head {
    height: 200px;
    padding: 0 30px;
  }
  .started_head h1 {
    font-size: 24px;
  }

  .solutions_underhead {
    padding: 32px 20px 16px;
  }
  .solutions_underhead h2 {
    color: #5CB9EC;
    font-size: 20px;
  }
  .solutions_underhead h3 {
    font-size: 18px;
    margin: 16px 0;
  }

  .driveable {
    width: 100%;
    padding: 0 20px;
  }
  .driveable h2 {
    font-size: 20px;
    line-height: 150%;
    text-align: left;
    color: #0B0C0E;
    margin-top: 32px;
  }
  .driveable h3 {
    font-size: 18px;
    line-height: 150%;
    margin: 16px 0;
  }
  .driveable > p {
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 16px;
  }
  .driveable > p span {
    font-size: 16px;
    line-height: 150%;
  }

  .driveable_wrapper p {
    position: relative;
    font-size: 16px;
    line-height: 150%;
  }

  .driveable_bg {
    background: url("../img/started/drive_bg_m.png") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 60vw;
  }

  .cases_wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .cases_wrapper h3 {
    font-size: 18px;
    line-height: 150%;
  }

  .cases {
    flex-direction: column;
  }

  .cases_item:nth-child(1) {
    width: 100%;
  }
  .cases_item:nth-child(1) p {
    font-size: 16px;
    line-height: 150%;
  }
  .cases_item:nth-child(1) li {
    font-size: 16px;
    line-height: 150%;
  }

  .cases_item:nth-child(2) {
    width: 100%;
    padding: 0;
    background: transparent;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cases_item:nth-child(2) p {
    font-size: 16px;
    line-height: 150%;
  }
  .cases_item:nth-child(2) a {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    margin-top: 24px;
  }

  .started_video_wrapper {
    width: 100%;
    padding: 32px 0 0;
  }
  .started_video_wrapper h3 {
    font-size: 18px;
    line-height: 150%;
  }
  .started_video_wrapper p {
    font-size: 16px;
    line-height: 150%;
    margin: 8px 0 16px;
  }
  .started_video_wrapper h3,
.started_video_wrapper p {
    padding: 0 20px;
  }
  .started_video_wrapper iframe {
    height: 50vw;
    max-height: 400px;
    max-width: 700px;
  }

  .started_app_wrapper {
    width: 100%;
    padding: 40px 20px 24px;
    background: transparent;
  }

  .started_app {
    width: 100%;
  }
  .started_app h2 {
    font-size: 20px;
    line-height: 150%;
    margin-top: 0;
  }
  .started_app h3 {
    font-size: 18px;
    margin-top: 0;
  }
  .started_app p {
    font-size: 16px;
  }
  .started_app h4 {
    margin: 16px 0 8px;
    font-size: 16px;
    line-height: 150%;
  }
  .started_app li {
    font-size: 16px;
    line-height: 150%;
  }

  .started_app_bg {
    height: auto;
    width: 100%;
    padding: 0 20px;
  }

  .started_app_content {
    padding: 16px 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    background: none;
  }
  .started_app_content h4,
.started_app_content p {
    font-size: 16px;
    line-height: 150%;
    width: 100%;
  }
  .started_app_content a {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }

  .dashboard_wrapper {
    padding: 32px 0 24px !important;
  }
  .dashboard_wrapper h2 {
    font-size: 20px;
    line-height: 150%;
    padding: 0 20px;
  }
  .dashboard_wrapper h3 {
    font-size: 18px;
    line-height: 150%;
    margin: 16px 0;
    padding: 0 20px;
  }
  .dashboard_wrapper > p {
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    padding: 0 20px;
  }

  .dashboard {
    flex-direction: column;
    margin-top: 16px;
  }

  .dashboard_item:first-child {
    width: 100%;
    padding: 0 20px;
  }
  .dashboard_item:first-child ul {
    width: 100%;
    height: auto;
  }
  .dashboard_item:first-child li {
    font-size: 16px;
    line-height: 150%;
  }

  .dashboard_item:last-child {
    width: 100%;
    height: auto;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 20px 80px;
  }
  .dashboard_item:last-child a {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }
  .dashboard_item:last-child p {
    font-size: 16px;
  }

  .get_bg {
    height: 70vw;
    max-height: 400px;
    margin-top: 24px;
    background: url("../img/started/bg_m.png") center no-repeat;
    background-size: cover;
  }
}
.study_header_block {
  padding: 200px 0 120px;
  background: url("../img/study/1_head.png") center no-repeat;
  background-size: cover;
}

.study_header_text {
  width: 980px;
  margin: 0 auto;
  padding-right: 200px;
  background: url("../img/study/1.svg") top 60px right no-repeat;
}
.study_header_text h3 {
  color: #F0F1F5;
  font-size: 24px;
  margin: 0;
}
.study_header_text h2 {
  color: #fff;
  margin: 24px 0 16px;
  font-size: 36px;
  line-height: 150%;
}
.study_header_text p {
  color: #F0F1F5;
  font-size: 20px;
  margin: 0;
}
.study_header_text p b {
  font-family: "Roboto Bold";
}

.study_header_block_2 {
  background: url("../img/study/2_head.png") center no-repeat;
}
.study_header_block_2 .study_header_text {
  background: url("../img/study/2.svg") top 60px right no-repeat;
}

.study_header_block_3 {
  background: url("../img/study/3_head.png") center no-repeat;
}
.study_header_block_3 .study_header_text {
  background: url("../img/study/3.svg") top 60px right no-repeat;
}

.study_header_block_5 {
  background: url("../img/study/data.png") center no-repeat;
}
.study_header_block_5 .study_header_text {
  background: url("../img/study/3.svg") top 60px right no-repeat;
}

.study_body h4 {
  margin: 32px 0 8px;
}
.study_body p {
  margin: 8px 0 0;
}
.study_body .position_text_top {
  margin-top: 4px;
}

.position_text b {
  font-family: "Roboto Bold";
}
.position_text .position_text_top {
  margin-top: 4px;
}

.study_img_1 {
  height: 384px;
  background: url("../img/study/1.png") center no-repeat;
  background-size: contain;
  margin-bottom: 24px;
  margin-top: 8px;
}

.study_img_2 {
  height: 292px;
  background: url("../img/study/2.png") center no-repeat;
  background-size: contain;
  margin-bottom: 24px;
  margin-top: 8px;
}

.study_img_3 {
  height: 292px;
  background: url("../img/study/3.png") center no-repeat;
  background-size: contain;
  margin-bottom: 24px;
}

.study_img_4 {
  height: 340px;
  background: url("../img/study/4.png") center no-repeat;
  background-size: contain;
  margin-bottom: 24px;
  margin-top: 24px;
}

.study_img_5 {
  height: 210px;
  background: url("../img/study/5.png") center no-repeat;
  background-size: contain;
  margin-bottom: 8px;
}

.study_img_6 {
  height: 493px;
  background: url("../img/study/6.png") center no-repeat;
  background-size: contain;
  margin-bottom: 8px;
}

.study_test {
  width: 980px;
  height: 152px;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background: #F7F7F7;
  margin-bottom: 120px;
  box-shadow: 0px 3px 8px 0px rgba(76, 80, 90, 0.03);
}
.study_test h3 {
  margin: 0;
  font-size: 24px;
  color: #303030;
  margin-right: 40px;
  width: 675px;
  line-height: 150%;
}
.study_test a {
  width: 185px;
  height: 50px;
  display: inline-block;
  background: #333333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-top: 15px;
  font-size: 20px;
  font-family: "Roboto Bold";
  transition: 300ms;
}
.study_test a:hover {
  background: #5CB9EC;
  color: #fff;
}

.study_header_hide {
  display: none;
}

@media screen and (max-width: 1180px) {
  .position_item h4 {
    font-size: 18px;
  }

  .study_header_block {
    padding: 40px 30px 40px 20px;
    height: 200px;
    background-size: cover;
  }

  .study_header_hide {
    display: block;
    padding: 0 20px;
  }
  .study_header_hide h2 {
    line-height: 150%;
    color: #0B0C0E;
    margin: 24px 0 8px;
    font-size: 24px;
  }
  .study_header_hide p {
    margin: 0;
    color: #7A7C81;
  }
  .study_header_hide p b {
    font-family: "Roboto Bold";
  }

  .study_header_text {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding-right: 0;
    display: flex;
    align-items: center;
    background: url("../img/study/1_m.svg") top right no-repeat;
  }
  .study_header_text h3 {
    color: #F0F1F5;
    font-size: 20px;
    margin: 0;
  }
  .study_header_text h2 {
    display: none;
  }
  .study_header_text p {
    display: none;
  }

  .study_header_block_2 .study_header_text {
    background: url("../img/study/2_m.svg") top right no-repeat;
  }

  .study_header_block_3 .study_header_text {
    background: url("../img/study/3_m.svg") top right no-repeat;
  }

  .study_test {
    margin: 0;
    padding: 40px 20px 80px;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .study_test a {
    width: 100%;
    max-width: 450px;
    font-size: 16px;
    margin-top: 15px;
  }
  .study_test h3 {
    font-size: 16px;
    margin: 0 0 24px 0;
    width: 100%;
  }

  .study_img_1 {
    height: 44vw;
    margin-bottom: 40px;
  }

  .study_img_2 {
    height: 35vw;
    margin-top: -4px;
    margin-bottom: 12px;
  }

  .study_img_3 {
    height: 35vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .study_img_4 {
    height: 40vw;
    margin-top: 12px;
    margin-bottom: 0;
  }

  .study_img_5 {
    height: 40vw;
    margin-top: 12px;
    margin-bottom: 0;
  }

  .study_img_6 {
    height: 56vw;
    margin-top: 12px;
    margin-bottom: 0;
  }
}
.cluster {
  width: 580px;
  margin-bottom: 20px;
}
.cluster * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.cluster .cluster_components {
  max-height: 0;
  overflow: hidden;
  height: auto;
  transition: all 300ms ease-in !important;
  overflow: hidden;
}

.frameworks_head {
  width: 980px;
  display: flex;
  justify-content: space-between;
}

.frameworks_head_wrapper {
  padding: 80px 0 84px;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
}
.frameworks_head_wrapper h2 {
  width: 280px;
  margin: 0;
  font-size: 36px;
  line-height: 46px;
  color: #0b0c0e;
}

.frameworks_head_right {
  width: 680px;
}
.frameworks_head_right h3 {
  color: #303030;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 16px 0;
}
.frameworks_head_right p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #7a7c81;
}

.frameworks_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
.frameworks_wrapper > h2 {
  color: #0b0c0e;
  font-size: 30px;
  line-height: 45px;
  margin: 0;
  text-align: center;
}
.frameworks_wrapper > h3 {
  margin: 20px 0 16px;
  text-align: center;
}
.frameworks_wrapper > p {
  color: #7a7c81;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  text-align: center;
}
.frameworks_wrapper > p p {
  text-align: center;
}

.clusters_wrapper {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* display: grid; 
      grid-template-columns: 1fr 1fr; 
      grid-template-rows: 1fr 1fr; 
      gap: 0px 0px; 
      grid-template-areas: 
        ". ." 
        ". ."
        ". ."; 
        grid-auto-flow: dense; */
}

.cluster_right,
.cluster_left {
  width: 580px;
  display: flex;
  flex-direction: column;
}

.tags_switcher_wrapper {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c8d6;
  padding-top: 43px;
}
.tags_switcher_wrapper h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

.tags_switcher {
  display: flex;
  justify-content: space-between;
  width: 360px;
}
.tags_switcher p {
  width: 50%;
  line-height: 27px;
  font-size: 18px;
  color: #7a7c81;
  text-align: right;
  cursor: pointer;
  margin: 0;
}

.select.active {
  color: #5cb9ec;
}

.tags_wrapper {
  width: 1180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}
.tags_wrapper * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.tag {
  padding: 8px 30px;
  border: 1px solid #333;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin: 10px;
  cursor: pointer;
  position: relative;
}
.tag .tag_remove {
  display: inline-block;
  pointer-events: none;
  position: absolute;
  right: 11px;
  top: 15px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.tag_active {
  background: #333;
  color: #fff;
  position: relative;
}
.tag_active .tag_remove {
  display: inline-block;
  pointer-events: none;
  position: absolute;
  right: 11px;
  top: 15px;
  width: 10px;
  height: 10px;
  background: url("../img/framework/close.svg") center no-repeat;
  cursor: pointer;
}

.cluster_head {
  height: 120px;
  padding: 0 100px 0 120px;
  background: #c4c8d6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.cluster_head * {
  pointer-events: none !important;
  color: #fff;
}
.cluster_head h3 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 8px;
  line-height: 27px;
  color: #fff;
}
.cluster_head p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #f0f1f5;
}
.cluster_head span {
  background: url("../img/framework/arrow.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  bottom: 56px;
  right: 34px;
  pointer-events: none;
  width: 12px;
  height: 8px;
  transition: 300ms;
}

.cluster_active {
  background: #5cb9ec;
  order: -1;
}
.cluster_active .cluster_head {
  background-color: #5cb9ec;
  cursor: pointer;
}
.cluster_active .cluster_head h3 {
  color: #fff;
}
.cluster_active .cluster_head p {
  color: #f0f1f5;
}

.cluster_show .cluster_components {
  max-height: 2000px;
  transition: all 300ms ease-in !important;
}
.cluster_show .cluster_head span {
  transform: rotate(-180deg);
  transition: 300ms;
}

@keyframes slidein {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  50% {
    /* filter: blur(5px); */
    opacity: 0.8;
    filter: grayscale(50%);
  }
  100% {
    /* filter: blur(0); */
    opacity: 1;
  }
}
.show_animation {
  animation-duration: 0.5s;
  animation-name: slidein;
}

.cluster_head_1 {
  background: #c4c8d6 url("../img/framework/1.svg") left top no-repeat;
  background-size: contain;
}

.cluster_head_2 {
  background: #c4c8d6 url("../img/framework/2.svg") left top no-repeat;
  background-size: contain;
}

.cluster_head_3 {
  background: #c4c8d6 url("../img/framework/3.svg") left top no-repeat;
  background-size: contain;
}

.cluster_head_4 {
  background: #c4c8d6 url("../img/framework/4.svg") left top no-repeat;
  background-size: contain;
}

.cluster_head_5 {
  background: #c4c8d6 url("../img/framework/5.svg") left top no-repeat;
  background-size: contain;
}

.cluster_head_6 {
  background: #c4c8d6 url("../img/framework/6.svg") left top no-repeat;
  background-size: contain;
}

.cluster_head_7 {
  background: #c4c8d6 url("../img/framework/7.svg") left top no-repeat;
  background-size: contain;
}

.cluster_head_8 {
  background: #c4c8d6 url("../img/framework/8.svg") left top no-repeat;
  background-size: contain;
}

.cluster_head_9 {
  background: #c4c8d6 url("../img/framework/9.svg") left top no-repeat;
  background-size: contain;
}

.component {
  width: 100%;
  height: auto;
  background-color: #f0f1f5;
  padding: 20px 40px 20px 100px;
  border-top: 20px solid #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}
.component h3 {
  margin: 0 0;
  font-size: 18px;
  line-height: 27px;
  color: #303030;
}
.component p {
  margin: 0 0;
  font-size: 16px;
  line-height: 27px;
  color: #7a7c81;
}

.component:last-child {
  border-bottom: 20px solid #fff;
}

.cluster_components {
  background-color: #fff;
  overflow: hidden;
}

.cluster_components_1 .component:nth-child(1) {
  background: #f0f1f5 url("../img/framework/c1.svg") left 40px top 20px no-repeat;
}
.cluster_components_1 .component:nth-child(2) {
  background: #f0f1f5 url("../img/framework/c2.svg") left 40px top 20px no-repeat;
}
.cluster_components_1 .component:nth-child(3) {
  background: #f0f1f5 url("../img/framework/c3.svg") left 40px top 20px no-repeat;
}

.cluster_components_2 .component:nth-child(1) {
  background: #f0f1f5 url("../img/framework/c4.svg") left 40px top 20px no-repeat;
}
.cluster_components_2 .component:nth-child(2) {
  background: #f0f1f5 url("../img/framework/c5.svg") left 40px top 20px no-repeat;
}
.cluster_components_2 .component:nth-child(3) {
  background: #f0f1f5 url("../img/framework/c6.svg") left 40px top 20px no-repeat;
}
.cluster_components_2 .component:nth-child(4) {
  background: #f0f1f5 url("../img/framework/c7.svg") left 40px top 20px no-repeat;
}
.cluster_components_2 .component:nth-child(5) {
  background: #f0f1f5 url("../img/framework/c8.svg") left 40px top 20px no-repeat;
}
.cluster_components_2 .component:nth-child(6) {
  background: #f0f1f5 url("../img/framework/c9.svg") left 40px top 20px no-repeat;
}

.cluster_components_3 .component:nth-child(1) {
  background: #f0f1f5 url("../img/framework/c10.svg") left 40px top 20px no-repeat;
}

.cluster_components_4 .component:nth-child(1) {
  background: #f0f1f5 url("../img/framework/c11.svg") left 40px top 20px no-repeat;
}
.cluster_components_4 .component:nth-child(2) {
  background: #f0f1f5 url("../img/framework/c12.svg") left 40px top 20px no-repeat;
}
.cluster_components_4 .component:nth-child(3) {
  background: #f0f1f5 url("../img/framework/c13.svg") left 40px top 20px no-repeat;
}
.cluster_components_4 .component:nth-child(4) {
  background: #f0f1f5 url("../img/framework/c14.svg") left 40px top 20px no-repeat;
}
.cluster_components_4 .component:nth-child(5) {
  background: #f0f1f5 url("../img/framework/c15.svg") left 40px top 20px no-repeat;
}

.cluster_components_5 .component:nth-child(1) {
  background: #f0f1f5 url("../img/framework/c16.svg") left 40px top 20px no-repeat;
}
.cluster_components_5 .component:nth-child(2) {
  background: #f0f1f5 url("../img/framework/c17.svg") left 40px top 20px no-repeat;
}
.cluster_components_5 .component:nth-child(3) {
  background: #f0f1f5 url("../img/framework/c18.svg") left 40px top 20px no-repeat;
}

.cluster_components_6 .component:nth-child(1) {
  background: #f0f1f5 url("../img/framework/c19.svg") left 40px top 20px no-repeat;
}
.cluster_components_6 .component:nth-child(2) {
  background: #f0f1f5 url("../img/framework/c20.svg") left 40px top 20px no-repeat;
}
.cluster_components_6 .component:nth-child(3) {
  background: #f0f1f5 url("../img/framework/c21.svg") left 40px top 20px no-repeat;
}
.cluster_components_6 .component:nth-child(4) {
  background: #f0f1f5 url("../img/framework/c22.svg") left 40px top 20px no-repeat;
}

.cluster_components_7 .component:nth-child(1) {
  background: #f0f1f5 url("../img/framework/c23.svg") left 40px top 20px no-repeat;
}
.cluster_components_7 .component:nth-child(2) {
  background: #f0f1f5 url("../img/framework/c24.svg") left 40px top 20px no-repeat;
}
.cluster_components_7 .component:nth-child(3) {
  background: #f0f1f5 url("../img/framework/c25.svg") left 40px top 20px no-repeat;
}
.cluster_components_7 .component:nth-child(4) {
  background: #f0f1f5 url("../img/framework/c26.svg") left 40px top 20px no-repeat;
}

.cluster_components_8 .component:nth-child(1) {
  background: #f0f1f5 url("../img/framework/c27.svg") left 40px top 20px no-repeat;
}
.cluster_components_8 .component:nth-child(2) {
  background: #f0f1f5 url("../img/framework/c28.svg") left 40px top 20px no-repeat;
}
.cluster_components_8 .component:nth-child(3) {
  background: #f0f1f5 url("../img/framework/c29.svg") left 40px top 20px no-repeat;
}
.cluster_components_8 .component:nth-child(4) {
  background: #f0f1f5 url("../img/framework/c30.svg") left 40px top 20px no-repeat;
}
.cluster_components_8 .component:nth-child(5) {
  background: #f0f1f5 url("../img/framework/c31.svg") left 40px top 20px no-repeat;
}
.cluster_components_8 .component:nth-child(6) {
  background: #f0f1f5 url("../img/framework/c32.svg") left 40px top 20px no-repeat;
}
.cluster_components_8 .component:nth-child(7) {
  background: #f0f1f5 url("../img/framework/c33.svg") left 40px top 20px no-repeat;
}

.cluster_components_9 .component:nth-child(1) {
  background: #f0f1f5 url("../img/framework/c34.svg") left 40px top 20px no-repeat;
}
.cluster_components_9 .component:nth-child(2) {
  background: #f0f1f5 url("../img/framework/c35.svg") left 40px top 20px no-repeat;
}

.cluster_mobile {
  display: none;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    /* filter: blur(0); */
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1180px) {
  .help_wrapper {
    width: 300px;
    background: #0b0c0e;
    position: absolute;
    top: 0;
    opacity: 0;
    right: -10px;
    z-index: 2;
    padding: 16px;
    transition: 300ms;
    transition-delay: 0;
  }
  .help_wrapper * {
    color: #fff;
  }
  .help_wrapper h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px;
  }
  .help_wrapper ul {
    margin: 0;
    padding-left: 20px;
  }
  .help_wrapper li {
    font-size: 14px;
    padding: 0;
  }

  .tag:hover .help_wrapper {
    opacity: 1;
    z-index: 2;
    transition: opacity 300ms;
    transition-delay: 0.8s;
  }
}
.tags_switcher_mobile {
  display: none;
}

@media screen and (max-width: 1180px) {
  .cluster_loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 50vh;
    position: relative;
  }

  .cluster_loading.hide {
    display: none;
  }

  .cluster_spinner {
    background: url("../img/framework/spinner.svg") center no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    animation: rotate 2s linear infinite;
  }

  .clusters_wrapper,
.frameworks_wrapper,
.tags_wrapper {
    width: 100%;
  }

  .cluster_left,
.cluster_right {
    display: none;
  }

  .clusters_wrapper {
    flex-direction: column;
  }

  .cluster_mobile {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
  }
  .cluster_mobile .cluster {
    width: 100%;
  }

  .frameworks_head,
.frameworks_head_wrapper {
    width: 100%;
    flex-direction: column;
  }

  .frameworks_head_wrapper {
    padding: 32px 20px;
  }
  .frameworks_head_wrapper h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .frameworks_head_right {
    width: 100%;
  }
  .frameworks_head_right h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .frameworks_head_right p {
    font-size: 16px;
    line-height: 24px;
  }

  .intelligent_wrapper {
    padding-bottom: 0;
  }

  .frameworks_wrapper {
    padding: 32px 0;
  }
  .frameworks_wrapper > h2,
.frameworks_wrapper > h3,
.frameworks_wrapper > p {
    padding: 0 20px;
  }
  .frameworks_wrapper > h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .frameworks_wrapper > h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .frameworks_wrapper > p {
    font-size: 16px;
    line-height: 24px;
  }

  .tags_switcher_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 20px 16px;
    width: 100%;
    z-index: 3;
  }
  .tags_switcher_mobile > h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
  }
  .tags_switcher_mobile * {
    pointer-events: none;
  }

  .tags_switcher_wrapper {
    width: 100%;
    border: none;
    height: auto;
    max-height: 0;
    opacity: 0;
    transition: 300ms;
    padding: 0;
    overflow: hidden;
  }
  .tags_switcher_wrapper > h3 {
    display: none;
  }

  .tags_wrapper {
    height: auto;
    max-height: 0;
    transition: 300ms;
    overflow: hidden;
    opacity: 0;
    margin: 0;
  }

  .tags_switcher {
    width: 100%;
    padding: 0 20px;
  }
  .tags_switcher p {
    width: 50%;
    font-size: 16px;
    line-height: 24px;
  }
  .tags_switcher .select_all {
    text-align: left;
  }

  .tags_switcher_wrapper.active {
    max-height: 1000px;
    opacity: 1;
  }

  .tags_wrapper.active {
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
    margin: 25px 0;
  }

  .filters_status {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../img/framework/status_close.svg") center no-repeat;
  }

  .status_open {
    background: url("../img/framework/status_open.svg") center no-repeat;
  }

  .tag {
    width: 100%;
    padding: 0 20px 0 40px;
    border: none;
    background: url("../img/framework/tag_unchecked.svg") top left 10px no-repeat, url("../img/framework/tag_checked.svg") top left -100px no-repeat;
  }

  .tag_active {
    color: #333;
    background: url("../img/framework/tag_checked.svg") top left 10px no-repeat, url("../img/framework/tag_unchecked.svg") top left -100px no-repeat;
  }

  .cluster {
    margin-bottom: 16px;
  }

  .cluster_head_1,
.cluster_head_2,
.cluster_head_3,
.cluster_head_4,
.cluster_head_5,
.cluster_head_6,
.cluster_head_7,
.cluster_head_8,
.cluster_head_9 {
    background-size: 40px;
    background-position: left 20px top 12px;
  }

  .cluster_head {
    padding: 12px 20px 12px 68px;
    height: auto;
    min-height: 100px;
  }
  .cluster_head span {
    top: none;
    bottom: 20px;
    left: 34px;
  }
  .cluster_head h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .cluster_head p {
    font-size: 14px;
    line-height: 21px;
  }

  .cluster_components_1 .component,
.cluster_components_2 .component,
.cluster_components_3 .component,
.cluster_components_4 .component,
.cluster_components_5 .component,
.cluster_components_6 .component,
.cluster_components_7 .component,
.cluster_components_8 .component,
.cluster_components_9 .component {
    background-size: 24px !important;
    background-position: top 12px left 28px !important;
  }

  .component {
    border: none;
    margin-top: 8px;
    padding: 12px 20px 12px 68px;
  }
  .component h3 {
    font-size: 14px;
    line-height: 21px;
  }
  .component p {
    font-size: 14px;
    line-height: 21px;
  }

  .component:last-child {
    border: none;
  }

  .tag {
    position: relative;
    pointer-events: all;
  }
  .tag .tag_remove {
    background: url("../img/framework/question.svg") center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    pointer-events: all;
  }

  .tag_active .tag_remove {
    background: url("../img/framework/question.svg") center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
  }

  .help_wrapper {
    width: 280px;
    max-width: 400px;
    background: #0b0c0e;
    position: absolute;
    top: 0;
    opacity: 0;
    right: 0;
    z-index: -2;
    padding: 16px;
  }
  .help_wrapper * {
    color: #fff;
  }
  .help_wrapper h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px;
    padding-right: 25px;
  }
  .help_wrapper ul {
    margin: 0;
    padding-left: 20px;
  }
  .help_wrapper li {
    font-size: 14px;
    padding: 0;
  }

  .help_wrapper.active {
    opacity: 1;
    z-index: 2;
  }

  .help_close {
    width: 20px;
    height: 20px;
    right: 15px;
    top: 18px;
    position: absolute;
    background: url("../img/framework/close_help.svg") center no-repeat;
    background-size: 10px;
  }
}
.tos_head {
  width: 100%;
  height: 279px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 !important;
  z-index: 1;
  background: url("../img/tos/head.png") center no-repeat;
  background-size: cover;
  padding-top: 70px;
}
.tos_head h1 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 130%;
  position: relative;
  z-index: 3;
}

.tos_video_head {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  overflow: hidden;
}
.tos_video_head video {
  width: 100%;
}

.tos_video_head_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(92, 185, 236, 0.6);
}

.tos {
  width: 780px;
  margin: 0 auto;
}
.tos h2 {
  margin: 80px 0 40px;
  font-size: 30px;
  line-height: 150%;
}
.tos h3 {
  margin: 40px 0 -4px;
}
.tos h4 {
  font-size: 18px;
  line-height: 150%;
  margin: 80px 0 40px;
}
.tos p {
  font-size: 16px;
  line-height: 150%;
  color: #7A7C81;
  margin: 24px 0;
}
.tos a {
  color: #5CB9EC;
  text-decoration: none;
  transition: 300ms;
}
.tos a:hover {
  color: #333;
}
.tos ul {
  margin-left: 10px;
  margin-top: -16px;
}
.tos li {
  font-size: 16px;
  line-height: 150%;
  color: #7A7C81;
}
.tos li:last-child {
  margin-bottom: 0;
}

.tos_privacy h3 {
  margin: 28px 0 20px;
}

.tos_catapult {
  padding-top: 53px;
}
.tos_catapult h4 {
  margin: 27px 0;
}

.footer_alert_wrapper {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 70px;
  position: fixed;
  left: 0;
  bottom: 0;
  transition: 300ms;
  animation-name: showcookie;
  animation-duration: 2s;
  box-shadow: 0px 0px 16px rgba(76, 80, 90, 0.4);
  z-index: 1000;
  background: #3581BB url("../img/404/cookie.svg") center left 20px no-repeat;
}
.footer_alert_wrapper a {
  color: #333;
  font-family: "Roboto Bold";
}

.footer_alert_hide {
  bottom: -200px;
}

.close_cookie {
  padding: 12px 20px 10px;
  display: inline-block;
  font-family: "Roboto Bold";
  right: 20px;
  background: #fff;
  font-size: 16px;
  color: #333;
  transition: 300ms;
  cursor: pointer;
}

.close_cookie:hover {
  background: #333;
  color: #fff;
}

@keyframes showcookie {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 416px) {
  .tos_video_head video {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1180px) {
  .footer_alert_wrapper {
    height: auto;
    background-image: none;
    padding-left: 20px;
  }
  .footer_alert_wrapper p {
    font-size: 12px;
    padding-right: 10px;
  }

  .close_cookie {
    font-size: 14px;
  }

  .tos_head {
    height: 172px;
    padding: 0 20px;
  }
  .tos_head h1 {
    font-size: 24px;
  }

  .tos {
    width: 100%;
    padding: 0 20px;
  }
  .tos h2 {
    font-size: 20px;
    line-height: 150%;
    color: #0B0C0E;
    margin: 32px 0 -4px;
  }
  .tos h3 {
    font-size: 18px;
    line-height: 150%;
    margin: 24px 0 -4px;
  }
  .tos h4 {
    font-size: 16px;
    line-height: 150%;
    margin: 32px 0 -8px;
  }
  .tos p {
    font-size: 14px;
    line-height: 150%;
    margin: 20px 0;
  }
  .tos li {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.subscribe_wrapper {
  padding: 140px 0 120px;
  background: #F7F7F7;
}

.subscribe {
  width: 1180px;
  margin: 0 auto;
}

.subscribe_head {
  display: flex;
  justify-content: space-between;
}

.subscribe_head_item:first-child {
  width: 580px;
}

.subscribe_head_item:last-child {
  width: 480px;
  height: 300px;
  background: url("../img/download/vehicle.png") center no-repeat;
  background-size: cover;
}

.subscribe_head_item_assistant {
  background: url("../img/download/assistant.png") center no-repeat !important;
  background-size: contain !important;
}

.subscribe_head_item_interface {
  background: url("../img/download/interface.png") center no-repeat !important;
  background-size: contain !important;
}

.subscribe_switcher {
  position: relative;
}

.subscribe_head_item h3 {
  font-size: 24px;
  line-height: 150%;
  color: #0B0C0E;
  margin: 0;
}
.subscribe_head_item h2 {
  font-size: 36px;
  line-height: 130%;
  color: #5CB9EC;
  margin: 8px 0 0;
}
.subscribe_head_item h4 {
  font-size: 20px;
  line-height: 150%;
  color: #303030;
  margin: 24px 0 16px;
}
.subscribe_head_item ul {
  margin-left: 10px;
  margin-bottom: 30px;
}
.subscribe_head_item ul li {
  font-size: 18px;
  line-height: 150%;
  color: #7A7C81;
  margin-bottom: 4px;
}

.download_item {
  width: 588px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin-top: 2px;
}
.download_item p {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  color: #303030;
}
.download_item a {
  width: 186px;
  height: 50px;
  font-size: 20px;
  line-height: 150%;
  color: #5CB9EC;
  border: 2px solid #5CB9EC;
  transition: 300ms;
  font-family: "Roboto Bold";
  text-align: center;
  line-height: 49px;
  text-decoration: none;
}
.download_item a:hover {
  background: #5CB9EC;
  color: #fff;
}
.download_item .button_download_blue {
  background: #5CB9EC;
  color: #fff;
  border: none;
}
.download_item .button_download_blue:hover {
  background: #333;
}
.download_item span {
  font-size: 14px;
  line-height: 150%;
  color: #7A7C81;
}

.download_item_left {
  width: 322px;
}
.download_item_left span {
  font-size: 14px;
  line-height: 150%;
  color: #7A7C81;
  font-family: "Roboto Bold";
}
.download_item_left p {
  font-size: 18px;
  line-height: 150%;
  margin: 0;
  color: #303030;
}

.subscribe_form {
  display: none;
  transition: 300ms;
  opacity: 0;
}
.subscribe_form input[type=submit] {
  width: 268px;
}

.subscribe_download {
  display: none;
  opacity: 0;
  transition: 300ms;
}

.subscribe_show {
  opacity: 1;
  z-index: 1;
  display: block;
}

@media screen and (max-width: 1180px) {
  .subscribe_wrapper {
    padding: 0 0 80px;
  }

  .subscribe {
    width: 100%;
  }

  .subscribe_head {
    flex-direction: column-reverse;
  }

  .subscribe_head_item:first-child {
    width: 100%;
    padding: 12px 20px 0;
  }

  .subscribe_head_item:last-child {
    width: 100%;
  }

  .subscribe_head_item h3 {
    font-size: 18px;
  }
  .subscribe_head_item h2 {
    font-size: 20px;
    margin: 0;
  }
  .subscribe_head_item h4 {
    margin: 16px 0 8px;
    font-size: 16px;
  }
  .subscribe_head_item li {
    font-size: 16px;
  }

  .subscribe_switcher {
    width: 100%;
    padding: 0 20px;
  }

  .subscribe_form {
    width: 100%;
  }
  .subscribe_form form {
    width: 100%;
    max-width: 480px;
  }

  .subscribe_form input[type=submit] {
    width: 100%;
  }

  .subscribe_show {
    opacity: 1;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .subscribe_download h4 {
    font-size: 16px;
    line-height: 150%;
    margin: 24px 0 16px;
  }

  .download_item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .download_item a {
    width: 100%;
    margin-top: 8px;
  }

  .download_item_left {
    width: 100%;
  }
  .download_item_left p {
    font-size: 16px;
  }
  .download_item_left span {
    font-size: 14px;
  }
}
.wrapper_404 {
  width: 100%;
  height: 600px;
  background: url("../img/404/bg.png") center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 125px;
  padding-bottom: 90px;
}
.wrapper_404 h1 {
  font-size: 144px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin: 0;
}
.wrapper_404 h3 {
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin: 0 0 8px;
}
.wrapper_404 p {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin: 0;
}
.wrapper_404 a {
  display: block;
  width: 236px;
  height: 50px;
  background: #333;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  margin-top: 60px;
  font-family: "Roboto Bold";
  transition: 300ms;
}
.wrapper_404 a:hover {
  background: #5CB9EC;
}

@media screen and (max-width: 1180px) {
  .wrapper_404 {
    width: 100%;
    height: 320px;
    position: relative;
    padding: 102px 20px 32px;
  }
  .wrapper_404 h1 {
    font-size: 36px;
  }
  .wrapper_404 h3 {
    font-size: 18px;
    margin: 8px 0;
  }
  .wrapper_404 p {
    color: #FFFFFF;
    opacity: 0.8;
    font-size: 16px;
  }
  .wrapper_404 a.pc {
    display: none;
  }
  .wrapper_404 a {
    width: 100%;
    max-width: 400px;
  }

  .button_404 {
    width: 100%;
    height: 113px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  .button_404 a {
    width: 100%;
    max-width: 400px;
    display: block;
    height: 50px;
    background: #333;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    font-family: "Roboto Bold";
    transition: 300ms;
  }
}
.contact_popup_wrapper {
  width: 100%;
  background: #fff;
  display: flex;
  height: 102px;
  position: fixed;
  z-index: 100;
  bottom: -500px;
  left: 0;
  transition: 300ms;
  border-top: 1px solid #F0F1F5;
  box-shadow: 0px -3px 8px rgba(76, 80, 90, 0.03);
}
.contact_popup_wrapper a {
  display: inline-block;
  width: 185px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #333;
  transition: 300ms;
  text-decoration: none;
  text-align: center;
  font-family: "Roboto Bold";
  font-size: 20px;
}

.contact_popup {
  width: 580px;
  margin: auto;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_popup h3 {
  margin: 0;
}
.contact_popup span {
  color: #5CB9EC;
  padding-left: 8px;
}

.contact_popup_wrapper.active {
  transform: translateY(-500px);
}

.contact_popup_header {
  text-align: center;
  font-size: 30px;
  line-height: 130%;
}

.hbspt-form {
  padding-left: 160px !important;
  padding-right: 200px !important;
}

@media screen and (max-width: 1180px) {
  .contact_popup_wrapper {
    height: auto;
    padding: 20px 18px;
  }
  .contact_popup_wrapper h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .contact_popup_wrapper a {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }

  .contact_popup_header h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 24px;
  }

  .contact_popup {
    width: 100%;
    padding: 0 20px;
    flex-direction: column;
  }

  .hs-form-iframe {
    padding: 0 20px !important;
  }
}
.blog_list {
  padding-left: 30px;
}
.blog_list li {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.blog_list_margin li {
  margin-bottom: 30px;
}

.blog_social_wrapper {
  width: 700px;
  margin: 0 auto 62px;
}
.blog_social_wrapper p {
  color: #7A7C81;
  width: 100%;
  margin-top: 0;
}
.blog_social_wrapper h3:nth-child(3) {
  margin-bottom: 10px;
}
.blog_social_wrapper h3:first-child {
  text-align: center;
}

.blog_social {
  width: 157px;
  height: 24px;
  text-align: center;
  margin: 30px auto 50px;
}

.blog_float {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 64px;
  display: flex;
  justify-content: space-between;
}

.blog_float:last-child {
  padding-bottom: 0;
}

.blog_float_content {
  width: 480px;
}
.blog_float_content h3 {
  color: #5CB9EC;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 6px;
  margin: 0;
}
.blog_float_content p {
  margin: 16px 0;
  font-size: 20px;
  line-height: 30px;
}
.blog_float_content h4 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #0B0C0E;
}
.blog_float_content ul {
  padding-left: 30px;
}
.blog_float_content ul li {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.blog_float_bg {
  width: 460px;
  height: 280px;
  background: chocolate;
}

.blog5_head {
  background: url("../img/blog/exciting/header.png") center no-repeat;
  background-size: cover;
}

.blog_float_bg_1 {
  background: url("../img/blog/exciting/1.png") center no-repeat;
  background-size: cover;
}

.blog_float_bg_2 {
  background: url("../img/blog/exciting/2.png") center no-repeat;
  background-size: cover;
}

.blog_float_bg_3 {
  background: url("../img/blog/exciting/3.png") center no-repeat;
  background-size: cover;
}

.blog_float_bg_4 {
  background: url("../img/blog/exciting/4.png") center no-repeat;
  background-size: cover;
}

.blog_float_bg_5 {
  background: url("../img/blog/exciting/5.png") center no-repeat;
  background-size: cover;
}

.blog_float_bg_6 {
  background: url("../img/blog/exciting/6.png") center no-repeat;
  background-size: cover;
}

.blog_float_bg_7 {
  background: url("../img/blog/exciting/7.png") center no-repeat;
  background-size: cover;
}

.pb-52 {
  padding-bottom: 52px;
}

@media screen and (max-width: 1180px) {
  .pb-52 {
    padding-bottom: 8px;
  }

  .blog_full_width {
    padding: 16px 20px 32px;
  }
  .blog_full_width .category {
    padding: 0 20px;
  }

  .blog_float {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .blog_float_bg {
    width: 100%;
    height: 58vw;
    padding: 0;
  }

  .blog_float_content {
    padding: 12px 0 32px;
    width: 100%;
  }
  .blog_float_content h3 {
    font-size: 18px;
    line-height: 27px;
    padding: 0;
  }
  .blog_float_content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .blog_float_content p {
    margin: 4px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .blog_float_content ul {
    padding-left: 30px;
  }
  .blog_float_content ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
  }

  .blog_list {
    font-size: 16px;
    line-height: 24px;
    padding-left: 26px;
  }
  .blog_list li {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .blog_list_margin li {
    margin-bottom: 20px;
  }

  .blog_social_wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .blog_social_wrapper h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .blog_social_wrapper h3:nth-child(3) {
    margin-bottom: 16px;
  }

  .blog_sub_header {
    font-size: 16px;
    line-height: 24px;
  }

  .real_time_video {
    height: auto;
    padding-bottom: 20px;
  }
  .real_time_video .mission_video_block {
    height: auto;
  }
}
@media screen and (max-width: 1180px) {
  .wrapper {
    min-width: 320px;
  }

  .container {
    width: 320px;
    padding: 0 20px;
    overflow: hidden;
  }

  .footer {
    width: 100%;
    min-width: 100%;
  }
}