/*! 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.
 */

body {
  margin: 0;
}

/**
 * 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.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

html,body{margin:0}body{padding-top:82px}@media(max-width: 1140px){body{padding-top:60px}}.header{background:#fff;position:fixed;left:0;right:0;top:0;z-index:9999}@media(max-width: 1140px){.header[data-is-open=true]{background:#fff}}.header__logo{margin:0 0 0 20px}@media(max-width: 1140px){.header__logo{margin:0 10px}}.header__logo-img{display:block}.header__hamburger{align-items:center;background:rgba(0,0,0,0);border:none;cursor:pointer;display:none;height:28px;justify-content:center;margin:16px 20px 16px;padding:0;width:28px}@media(max-width: 1140px){.header__hamburger{display:flex}}.header__icon{display:block}[data-is-open=true] .header__icon_close{display:none}[data-is-open=false] .header__icon_open{display:none}.header__container{box-sizing:border-box;display:flex;margin:0 auto;max-width:1288px;overflow:hidden;padding:0 20px;width:100%;align-items:center;display:flex;justify-content:space-between;position:relative}@media(max-width: 1140px){.header__container{padding-left:10px;padding-right:10px}}.header__list{display:flex;list-style:none;margin:0 20px;padding:0}@media(max-width: 1140px){.header__list{margin:0}}@media(max-width: 1140px){.header__list{display:none}}@media(max-width: 1140px){[data-is-open=true] .header__list{background:#fff;display:block;position:fixed;top:60px;left:0;right:0;bottom:0;overflow:auto;text-align:center}}.header__link{font-size:16px;font-weight:600;line-height:1.75;font-family:"Golos Text",Helvetica,Arial,sans-serif;color:#1e1e1e;display:block;margin:0 0 0 40px;padding:27px 0;position:relative;text-decoration:none}.header__link::after{bottom:0;background:#0c35f3;height:4px;content:"";display:none;left:0;position:absolute;right:0}.header__link_active::after,.header__link:hover::after{display:block}@media(max-width: 1140px){.header__link{font-size:24px;font-weight:500;line-height:.8333333333;font-family:"Golos Text",Helvetica,Arial,sans-serif;color:#1e1e1e;margin:32px 0;padding:0}.header__link:hover::after{display:none}}.text{font-size:24px;font-weight:normal;line-height:1.1666666667;font-family:"PT Sans",Helvetica,Arial,sans-serif;color:#616365;margin:0;padding:0}.text_bold{color:#333;font-weight:600}.text_white{color:#fff}.text_opacity{opacity:.75}@media(max-width: 640px){.text{font-size:18px;font-weight:normal;line-height:1.7777777778;font-family:"PT Sans",Helvetica,Arial,sans-serif}}.title{display:flex}.title_center{justify-content:center}.title__text{font-size:48px;font-weight:normal;line-height:1.2916666667;font-family:"PT Sans",Helvetica,Arial,sans-serif;color:#000;display:inline-block;margin:0;padding:0;position:relative;text-align:left}.title__text_white{color:#fff}@media(max-width: 640px){.title__text{font-size:32px;font-weight:normal;line-height:1.1875;font-family:"PT Sans",Helvetica,Arial,sans-serif}}.title__text-line{position:relative}.title__text-line::after{border-radius:10px;bottom:-20px;background:linear-gradient(90deg, #ee0411 4.93%, #0c35f3 94.37%);height:10px;content:"";display:block;left:0;position:absolute;right:0}.button{font-size:22px;font-weight:500;line-height:1.1818181818;font-family:"Golos Text",Helvetica,Arial,sans-serif;background:linear-gradient(90deg, #ee0411 4.93%, #0c35f3 94.37%);border:0;border-radius:0;color:#fff;cursor:pointer;display:block;margin:0;padding:20px 48px;text-decoration:none}@media(max-width: 640px){.button{font-size:16px;font-weight:500;line-height:1.375;font-family:"PT Sans",Helvetica,Arial,sans-serif;padding:16px 48px}}.about{background-color:#0c35f3;background-image:url(a0d8b87722a589b2231c3aa919108ea4.jpg);background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.about__container{box-sizing:border-box;display:flex;margin:0 auto;max-width:1288px;overflow:hidden;padding:0 20px;width:100%;background:rgba(0,0,0,.5);flex-wrap:wrap}@media(max-width: 1140px){.about__container{padding-left:10px;padding-right:10px}}.about__column{flex-basis:66.6666666667%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:66.6666666667%}@media(max-width: 1140px){.about__column{padding-left:10px;padding-right:10px}}@media(max-width: 1140px){.about__column{flex-basis:100%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:100%}}@media(max-width: 1140px)and (max-width: 1140px){.about__column{padding-left:10px;padding-right:10px}}.about__content{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:770px;padding:80px 0}@media(max-width: 1140px){.about__content{min-height:534px;padding:80px 20px}}.about__title{font-size:96px;font-weight:600;line-height:1.2916666667;font-family:"PT Sans",Helvetica,Arial,sans-serif;color:#fff;margin:0;padding:0}@media(max-width: 640px){.about__title{font-size:38px;font-weight:600;line-height:1.2631578947;font-family:"PT Sans",Helvetica,Arial,sans-serif}}.about__text{padding:0 0 18px}.develop{padding:75px 0 95px}.develop__container{box-sizing:border-box;display:flex;margin:0 auto;max-width:1288px;overflow:hidden;padding:0 20px;width:100%;flex-wrap:wrap}@media(max-width: 1140px){.develop__container{padding-left:10px;padding-right:10px}}.develop__column{flex-basis:33.3333333333%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:33.3333333333%}@media(max-width: 1140px){.develop__column{padding-left:10px;padding-right:10px}}@media(max-width: 1140px){.develop__column{flex-basis:100%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:100%;display:none}}@media(max-width: 1140px)and (max-width: 1140px){.develop__column{padding-left:10px;padding-right:10px}}.develop__column:first-child{flex-basis:66.6666666667%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:66.6666666667%}@media(max-width: 1140px){.develop__column:first-child{padding-left:10px;padding-right:10px}}@media(max-width: 1140px){.develop__column:first-child{flex-basis:100%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:100%;display:block}}@media(max-width: 1140px)and (max-width: 1140px){.develop__column:first-child{padding-left:10px;padding-right:10px}}.develop__img{margin:140px 0 0}.develop__title{margin:0 0 75px}.develop__subtitle{margin:40px 0 0}.develop__text{margin:8px 0 0}.integration{background-color:#0c35f3;background-image:url(2710ed23c38ea346a206ccb20ea197fc.jpg);background-position:50% 50%;background-repeat:no-repeat;background-size:cover;padding:106px 0 126px}.integration__container{box-sizing:border-box;display:flex;margin:0 auto;max-width:1288px;overflow:hidden;padding:0 20px;width:100%;flex-wrap:wrap}@media(max-width: 1140px){.integration__container{padding-left:10px;padding-right:10px}}.integration__column{flex-basis:66.6666666667%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:66.6666666667%}@media(max-width: 1140px){.integration__column{padding-left:10px;padding-right:10px}}@media(max-width: 1140px){.integration__column{flex-basis:100%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:100%}}@media(max-width: 1140px)and (max-width: 1140px){.integration__column{padding-left:10px;padding-right:10px}}.integration__column:first-child{flex-basis:33.3333333333%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:33.3333333333%}@media(max-width: 1140px){.integration__column:first-child{padding-left:10px;padding-right:10px}}@media(max-width: 1140px){.integration__column:first-child{flex-basis:100%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:100%;display:none}}@media(max-width: 1140px)and (max-width: 1140px){.integration__column:first-child{padding-left:10px;padding-right:10px}}.integration__img{margin:58px 0 0}.integration__title{margin:0 0 75px}.integration__subtitle{margin:40px 0 0}.integration__text{margin:8px 0 0}.consult{padding:86px 0 149px}.consult__container{box-sizing:border-box;display:flex;margin:0 auto;max-width:1288px;overflow:hidden;padding:0 20px;width:100%;flex-wrap:wrap}@media(max-width: 1140px){.consult__container{padding-left:10px;padding-right:10px}}.consult__column{flex-basis:33.3333333333%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:33.3333333333%}@media(max-width: 1140px){.consult__column{padding-left:10px;padding-right:10px}}@media(max-width: 1140px){.consult__column{flex-basis:100%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:100%;display:none}}@media(max-width: 1140px)and (max-width: 1140px){.consult__column{padding-left:10px;padding-right:10px}}.consult__column:first-child{flex-basis:66.6666666667%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:66.6666666667%}@media(max-width: 1140px){.consult__column:first-child{padding-left:10px;padding-right:10px}}@media(max-width: 1140px){.consult__column:first-child{flex-basis:100%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:100%;display:block}}@media(max-width: 1140px)and (max-width: 1140px){.consult__column:first-child{padding-left:10px;padding-right:10px}}.consult__img{margin:0}.consult__title{margin:0 0 75px}.consult__subtitle{margin:40px 0 0}.consult__text{margin:8px 0 0}.team{background-color:#0c35f3;background-image:url(ebfc671ef810de9460188afcf734290c.jpg);background-position:50% 50%;background-repeat:no-repeat;background-size:cover;padding:96px 0 140px}.team__container{box-sizing:border-box;display:flex;margin:0 auto;max-width:1288px;overflow:hidden;padding:0 20px;width:100%;background:#fff;flex-wrap:wrap;padding-bottom:98px;padding-top:60px}@media(max-width: 1140px){.team__container{padding-left:10px;padding-right:10px}}.team__column{flex-basis:100%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:100%}@media(max-width: 1140px){.team__column{padding-left:10px;padding-right:10px}}.team__title{margin:0 0 67px}.team__text{margin:0 0 20px}.team__button{margin:32px 0 0}.team__button{display:flex;justify-content:center}.footer{background-color:#000;padding:78px 0 161px}.footer__container{box-sizing:border-box;display:flex;margin:0 auto;max-width:1288px;overflow:hidden;padding:0 20px;width:100%;flex-wrap:wrap}@media(max-width: 1140px){.footer__container{padding-left:10px;padding-right:10px}}.footer__column{flex-basis:50%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:50%}@media(max-width: 1140px){.footer__column{padding-left:10px;padding-right:10px}}@media(max-width: 1140px){.footer__column{flex-basis:100%;box-sizing:border-box;flex-shrink:0;padding:0 20px;width:100%}}@media(max-width: 1140px)and (max-width: 1140px){.footer__column{padding-left:10px;padding-right:10px}}.footer__block{margin-bottom:27px}.footer__text{font-size:24px;font-weight:normal;line-height:1.1666666667;font-family:"PT Sans",Helvetica,Arial,sans-serif;color:#fff;margin:0;padding:0}.footer__text_no-underline{text-decoration:none}.footer__text_no-underline:hover{text-decoration:underline}@media(max-width: 640px){.footer__text{font-size:18px;font-weight:normal;line-height:1.7777777778;font-family:"PT Sans",Helvetica,Arial,sans-serif}}
