/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers.
     */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  width: 0px;
}

/**
     * Render the `main` element consistently in IE.
     */
main {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
/* Grouping content
       ========================================================================== */
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * 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
       ========================================================================== */
/**
     * Remove the gray background on active links in IE 10.
     */
a {
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 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 */
}

/**
     * 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 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
       ========================================================================== */
/**
     * Remove the border on images inside links in IE 10.
     */
img {
  border-style: none;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
}

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

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
     * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline;
}

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

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

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

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

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */
[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 Edge, IE 10+, and Firefox.
     */
details {
  display: block;
}

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

/* Misc
       ========================================================================== */
/**
     * Add the correct display in IE 10+.
     */
template {
  display: none;
}

/**
     * Add the correct display in IE 10.
     */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Visuelt Pro Medium';
  src: local("Visuelt Pro Medium"), local("Visuelt-Pro--Medium"), url("./../fonts/VisueltPro/VisueltPro-Medium.woff2") format("woff2"), url("./../fonts/VisueltPro/VisueltPro-Medium.woff") format("woff"), url("./../fonts/Visuelt Pro/VisueltPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Visuelt Pro Bold';
  src: local("Visuelt Pro Bold"), local("Visuelt-Pro--Bold"), url("./../fonts/VisueltPro/VisueltPro-Bold.woff2") format("woff2"), url("./../fonts/VisueltPro/VisueltPro-Bold.woff") format("woff"), url("./../fonts/VisueltPro/VisueltPro-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

section {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 35px;
}

h1 {
  font-family: 'Visuelt Pro Bold';
  font-size: 46px;
  line-height: 130%;
  color: #203245;
}

h2 {
  font-family: 'Visuelt Pro Medium';
  font-size: 40px;
  line-height: 130%;
  color: #203245;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #4D5B6A;
}

a {
  font-family: 'Visuelt Pro Medium';
  font-size: 14px;
  line-height: 100%;
  color: #4D5B6A;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

main {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: -moz-hidden-unscrollable;
}

.inner-space {
  padding: 70px 0;
}

a:hover, a:focus {
  color: #2E4AFF;
}

a.btn {
  color: #FFFFFF;
  background: #2E4AFF;
  padding: 22px 66px 18px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 58, 144, 0.25);
          box-shadow: 0px 10px 30px rgba(0, 58, 144, 0.25);
  border-radius: 6px;
  display: inline-block;
  white-space: nowrap;
}

a.btn.small {
  padding: 17px 28px;
}

a.btn:hover, a.brn:focus {
  background: #26199F;
}

input {
  width: 240px;
  border: none;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 58, 144, 0.25);
          box-shadow: 0px 10px 30px rgba(0, 58, 144, 0.25);
  border-radius: 6px;
  padding: 21px 24px;
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Visuelt Pro Medium';
  -webkit-transition: .3;
  transition: .3;
}

input[type=submit] {
  background: #50E6AD;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 58, 144, 0.25);
          box-shadow: 0px 10px 30px rgba(0, 58, 144, 0.25);
  color: white;
  text-align: center;
  padding: 20px 75px;
  width: 220px;
  cursor: pointer;
}

input:hover, input:focus {
  color: rgba(0, 0, 0, 0.8);
}

input[type=submit]:hover, input[type=submit]:focus {
  color: white;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 58, 144, 0.65);
          box-shadow: 0px 10px 30px rgba(0, 58, 144, 0.65);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Visuelt Pro Medium';
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Visuelt Pro Medium';
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Visuelt Pro Medium';
}

::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Visuelt Pro Medium';
}

.logo img {
  width: 118px;
}

header {
  padding: 33px 0;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav {
  margin-right: 80px;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav ul li {
  padding: 0 25px;
}

nav ul a {
  white-space: nowrap;
}

nav ul li:first-child {
  padding-left: 0;
}

nav ul li:last-child {
  padding-right: 0;
}

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

.logo img:last-child {
  display: none;
}

.burger {
  display: none;
  position: relative;
  width: 40px;
  height: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.burger span {
  width: 40px;
  height: 4px;
  background: #203245;
  border-radius: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.activeHeader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #26199F;
  z-index: 100;
  position: fixed;
}

.activeHeader .logo img:first-child {
  display: none;
}

.activeHeader .logo img:last-child {
  display: inline-block;
}

.activeHeader .burger span {
  position: absolute;
  background: white !important;
}

.activeHeader .burger span:first-child {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.activeHeader .burger span:last-child {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.activeHeader .burger span:nth-child(2) {
  opacity: 0;
}

.activeHeader nav {
  width: 100%;
  margin-right: 0 !important;
}

.activeHeader .navigation {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20vh;
  left: 0;
  top: 0;
  padding: 0 35px;
  width: 100%;
}

.activeHeader .navigation a.btn {
  width: 100%;
  text-align: center;
  background: #50E6AD;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 58, 144, 0.25);
          box-shadow: 0px 10px 30px rgba(0, 58, 144, 0.25);
  margin-top: 20%;
}

.activeHeader .navigation nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.activeHeader .navigation nav ul li {
  padding: 15px 0 !important;
}

.activeHeader .navigation nav ul a {
  font-family: 'Visuelt Pro Bold';
  color: white;
  font-size: 24px;
  line-height: 140%;
}

@media screen and (max-width: 950px) {
  .navigation {
    display: none;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .navigation a.btn {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.first-slide {
  padding-bottom: 70px;
  min-height: 100vh;
}

.first-slide section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  padding-top: 15vh;
}

.first-slide img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 55%;
  max-height: calc(100vh - 114px);
}

.first-slide h1 {
  z-index: 1;
  margin: 24px 0;
}

.first-slide p.up {
  font-family: 'Visuelt Pro Medium';
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #203245;
}

.first-slide p.dawn {
  font-size: 16px;
  line-height: 150%;
  color: #4D5B6A;
}

.first-slide a.btn {
  margin-top: 40px;
}

@media screen and (max-width: 1250px) {
  .first-slide img {
    max-width: 45%;
    height: auto;
    max-height: auto;
    top: 5vh;
  }
  .first-slide h1 {
    font-size: 40px;
  }
  .first-slide section {
    padding-top: 10vh;
  }
}

@media screen and (max-width: 900px) {
  .first-slide p.up {
    font-size: 10px;
  }
  .first-slide h1 {
    font-size: 32px;
  }
  .first-slide p.dawn {
    font-size: 14px;
  }
  .first-slide section {
    padding-top: 4vh;
  }
  .first-slide {
    min-height: auto;
  }
}

@media screen and (max-width: 600px) {
  .first-slide {
    overflow-x: hidden;
    overflow-y: -moz-hidden-unscrollable;
  }
  .first-slide img {
    position: relative;
    width: 396px;
    max-width: 200%;
    left: 50%;
    margin-left: -198px;
  }
  .first-slide a.btn {
    z-index: 1;
    width: 100%;
    text-align: center;
    margin-top: -40px;
  }
}

@media screen and (max-width: 400px) {
  .first-slide h1 {
    font-size: 24px;
  }
}

.second-slide {
  overflow-x: hidden;
  overflow-y: -moz-hidden-unscrollable;
}

.second-slide section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.second-slide section > div {
  width: 50%;
}

.second-slide section > div p {
  margin: 30px 0 40px;
}

.second-slide section img {
  position: absolute;
  width: 45%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1000px) {
  h2 {
    font-size: 30px;
  }
  p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 22px;
  }
  .second-slide section > div {
    width: 100%;
  }
  .second-slide section img {
    position: relative;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    margin-top: 30px;
  }
  .second-slide a.btn {
    width: 100%;
    text-align: center;
  }
}

.tech-head {
  margin-top: 120px;
  margin-bottom: 60px;
}

.tech-body section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tech-body article {
  position: relative;
  width: 560px;
  height: 300px;
  padding: 60px;
  border-radius: 20px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.tech-body article h3 {
  font-family: 'Visuelt Pro Medium';
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.tech-body article img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.tech-body article p {
  font-family: 'Visuelt Pro Medium';
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  max-width: 320px;
  position: relative;
  z-index: 1;
}

.tech-body article:nth-child(1) {
  background: linear-gradient(106.31deg, #53CF9C 1.95%, #38A377 100.6%);
}

.tech-body article:nth-child(2) {
  background: linear-gradient(106.31deg, #2E4AFF 1.95%, #1F35C2 100.6%);
}

.tech-body article:nth-child(3) {
  background: linear-gradient(106.31deg, #F569AC 1.95%, #B04578 100.6%);
}

.tech-body article:nth-child(4) {
  background: linear-gradient(106.31deg, #4ED0B9 1.95%, #23917E 100.6%);
}

.tech-body article:nth-child(5) {
  background: linear-gradient(106.31deg, #A64ED0 1.95%, #69228A 100.6%);
}

.tech-body article:nth-child(6) {
  background: linear-gradient(106.31deg, #5CCEFF 1.95%, #1B5CA9 100.6%);
}

@media screen and (max-width: 1200px) {
  .tech-body article {
    width: 47%;
    max-width: 560px;
    min-width: 200px;
    height: 420px;
    padding: 50px 30px;
  }
  .tech-body article h3 {
    font-size: 18px;
  }
  .tech-body article p {
    font-size: 14px;
  }
  .tech-body article:nth-child(odd) {
    margin-right: 5%;
  }
}

@media screen and (max-width: 550px) {
  .tech-body article {
    width: 100%;
    margin-bottom: 30px;
  }
  .tech-body article:nth-child(odd) {
    margin-right: 0%;
  }
}

.slider-f-head {
  margin-top: 140px;
  margin-bottom: 80px;
}

.slider-f-body article, .slider-s-body article {
  width: 370px;
  margin-right: 25px;
}

.slider-f-body p, .slider-s-body p {
  margin-top: 20px;
  max-width: 340px;
}

.slider-f-body .img-wrapper, .slider-s-body .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-f-body .img-wrapper img:first-child, .slider-s-body .img-wrapper img:first-child {
  width: 34px;
  height: 34px;
  margin-right: 25px;
}

.slider-f-body span, .slider-s-body span {
  font-family: 'Roboto';
  display: inline-block;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  padding: 10px 12px;
  margin-top: 30px;
  border-radius: 6px;
}

.slider-f-body span.prod, .slider-s-body span.prod {
  background: #6DDDC9;
}

.slider-f-body span.test, .slider-s-body span.test {
  background: #2E4AFF;
}

.slider-f-body span.dev, .slider-s-body span.dev {
  background: #B3B3B3;
}

.navigation-slayder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.navigation-slayder div {
  background: #2E4AFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.navigation-slayder div i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  background-image: url(../img/Vector.svg);
}

.navigation-slayder div:first-child {
  margin-right: 20px;
}

.navigation-slayder div:first-child i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.video {
  margin: 100px 0;
}

.video section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video section > div {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.29)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 20px;
  overflow: hidden;
  max-width: 960px;
  width: 100%;
}

@media screen and (max-width: 550px) {
  .video iframe {
    height: 240px;
  }
}

.obl-head {
  margin-bottom: 80px;
}

.obl-body section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.obl-body article {
  width: 31%;
  height: 230px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 40px;
}

.obl-body article h3 {
  font-family: 'Visuelt Pro Medium';
  margin-top: 30px;
  font-size: 24px;
  line-height: 130%;
  color: #203245;
}

.obl-body article .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.obl-body article .img i {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}

.obl-body article:nth-child(1) .img {
  background-color: #53CE9B;
}

.obl-body article:nth-child(1) .img i {
  background-image: url(../img/presentation1.svg);
}

.obl-body article:nth-child(2) .img {
  background-color: #2D48F8;
}

.obl-body article:nth-child(2) .img i {
  background-image: url(../img/skills1.svg);
}

.obl-body article:nth-child(3) .img {
  background-color: #EE82B5;
}

.obl-body article:nth-child(3) .img i {
  background-image: url(../img/skills1.svg);
}

.obl-body article:nth-child(4) .img {
  background-color: #3FB9A3;
}

.obl-body article:nth-child(4) .img i {
  background-image: url(../img/strategy1.svg);
}

.obl-body article:nth-child(5) .img {
  background-color: #8F3EB5;
}

.obl-body article:nth-child(5) .img i {
  background-image: url(../img/warning1.svg);
}

.obl-body article:nth-child(6) .img {
  background-color: #4BB0E8;
}

.obl-body article:nth-child(6) .img i {
  background-image: url(../img/quit1.svg);
}

@media screen and (max-width: 950px) {
  .obl-body article {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 550px) {
  .obl-body article {
    width: 100%;
  }
}

.invest-head {
  margin-top: 60px;
}

.invest-head h2:last-child {
  margin: 80px 0 60px;
  font-size: 28px;
}

.invest-n-body section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.invest-n-body section > div {
  width: 24%;
  margin-bottom: 30px;
}

.invest-n-body h3 {
  font-family: 'Visuelt Pro Medium';
  font-size: 54px;
  line-height: 100%;
  color: #203245;
  white-space: nowrap;
}

.invest-n-body span {
  font-family: 'Roboto';
  font-size: 40px;
  line-height: 100%;
  color: #000000;
  opacity: 0.6;
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
}

.invest-n-body p {
  font-family: 'Visuelt Pro Medium';
  font-size: 20px;
  line-height: 140%;
  color: #4D5B6A;
}

.graph {
  margin: 100px 0;
}

.graph section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.graph .line {
  position: relative;
}

.graph .line p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -40px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 140%;
  color: #4D5B6A;
  font-family: 'Roboto';
}

.graph .line div {
  padding: 9px;
  color: white;
  font-family: 'Visuelt Pro Medium';
  text-align: center;
}

.graph .line:nth-child(odd) p {
  top: auto;
  bottom: -40px;
}

.graph .line:nth-child(1) {
  width: 25%;
}

.graph .line:nth-child(1) > div {
  background: #2E4AFF;
}

.graph .line:nth-child(2) {
  width: 7%;
}

.graph .line:nth-child(2) > div {
  background: #53CF9C;
}

.graph .line:nth-child(3) {
  width: 8%;
}

.graph .line:nth-child(3) > div {
  background: #2E7CC1;
}

.graph .line:nth-child(4) {
  width: 54%;
}

.graph .line:nth-child(4) > div {
  background: #F569AC;
}

.graph .line:nth-child(5) {
  width: 6%;
}

.graph .line:nth-child(5) > div {
  background: #57C4F7;
}

.download-file-section section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1300px) {
  .graph section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .graph .line {
    margin-bottom: 20px;
  }
  .graph .line p {
    position: relative;
    bottom: auto;
    top: auto;
    text-align: inherit;
    margin-bottom: 10px;
  }
  .graph .line:nth-child(2n+1) p {
    bottom: auto;
  }
  .graph {
    margin: 50px 0;
  }
  .graph .line:nth-child(1) {
    width: 71%;
  }
  .graph .line:nth-child(2) {
    width: 43%;
  }
  .graph .line:nth-child(3) {
    width: 54%;
  }
  .graph .line:nth-child(4) {
    width: 100%;
  }
  .graph .line:nth-child(5) {
    width: 32%;
  }
}

@media screen and (max-width: 1100px) {
  .invest-n-body section > div {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .invest-n-body section > div {
    width: 100%;
  }
}

.another-product-head {
  margin: 150px 0 80px;
}

.another-product--slider article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.another-product--slider article img {
  width: 50% !important;
}

.another-product--slider article div {
  margin-left: 5%;
}

.another-product--slider article div h3 {
  font-family: 'Visuelt Pro Medium';
  font-size: 28px;
  line-height: 140%;
  color: #203245;
}

.another-product--slider article div p {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 140%;
  color: #4D5B6A;
  margin: 20px 0 40px;
  max-width: 360px;
}

.another-product--nav section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 700px) {
  .another-product--slider article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .another-product--slider article a.btn {
    width: 100%;
    text-align: center;
  }
  .another-product--slider.owl-carousel .owl-item img {
    width: 100% !important;
  }
  .another-product--slider article div {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

.form-wrapper {
  max-width: 960px;
  padding: 80px 130px;
  background: linear-gradient(102.34deg, #59C8FA 0.46%, #2E7CC1 103.04%);
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: 120px auto;
}

.form-wrapper h2 {
  font-family: 'Visuelt Pro Medium';
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
}

.form-wrapper p {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  margin: 25px 45px;
}

.form-wrapper form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-wrapper form > div:first-child {
  margin-bottom: 32px;
}

.form-wrapper input#name {
  margin-right: 20px;
}
.form-wrapper input#email {
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .form-wrapper {
    margin: 80px 0 0;
    border-radius: 0px;
    padding: 80px 35px;
  }
}

@media screen and (max-width: 600px) {
  .form-wrapper h2 {
    font-size: 22px;
  }
  .form-wrapper p {
    font-size: 14px;
    margin: 20px 0;
  }
  .form-wrapper form > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0 !important;
  }
  .form-wrapper form > div input {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .form-wrapper form > div input[type=submit] {
    margin-bottom: 0;
  }
}

footer {
  background: #26199F;
}

.footer-top {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-col {
  width: 25%;
}

.footer-col h3 {
  font-family: 'Visuelt Pro Medium';
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer-col li {
  margin-bottom: 18px;
}

.footer-col li a {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.6;
}

.footer-col li:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(196, 196, 196, 0.3);
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-bottom p, .footer-bottom a {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.6;
}

@media screen and (max-width: 800px) {
  .footer-col {
    width: 50%;
    margin-bottom: 60px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-bottom p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .footer-col {
    width: 100%;
  }
  .footer-col:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=main.css.map */