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

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

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

/* 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 */
  -webkit-text-decoration: underline dotted ;
          text-decoration: underline dotted ;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 700;
}

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

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

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

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

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

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

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
th,
abbr,
address,
del,
b,
strong,
em,
i,
ins,
small,
sub,
sup,
var,
cite,
code,
kbd,
samp,
input,
textarea,
button {
  font: inherit;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dd,
figure,
form {
  margin: 0;
}

legend,
th,
td {
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

iframe,
abbr {
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
q::before,
blockquote::after,
q::after {
  content: '';
}

fieldset,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
textarea,
select,
button,
a {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input,
button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[disabled],
button[disabled] {
  cursor: default;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input:-moz-ui-invalid {
  box-shadow: none;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  width: 0;
  height: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

@font-face {
  font-family: 'Josefin Sans';
  src: local('Josefin Sans Thin'), local('JosefinSans-Thin'), url('../fonts/josefinsans_thin.woff2') format('woff2'), url('../fonts/josefinsans_thin.woff') format('woff'), url('../fonts/josefinsans_thin.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Josefin Sans';
  src: local('Josefin Sans Regular'), local('JosefinSans-Regular'), url('../fonts/josefinsans_regular.woff2') format('woff2'), url('../fonts/josefinsans_regular.woff') format('woff'), url('../fonts/josefinsans_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Josefin Sans';
  src: local('Josefin Sans Bold'), local('JosefinSans-Bold'), url('../fonts/josefinsans_bold.woff2') format('woff2'), url('../fonts/josefinsans_bold.woff') format('woff'), url('../fonts/josefinsans_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: local('Metropolis Black'), local('Metropolis-Black'), url('../fonts/metropolis_black.woff2') format('woff2'), url('../fonts/metropolis_black.woff') format('woff'), url('../fonts/metropolis_black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: local('Metropolis Bold'), local('Metropolis-Bold'), url('../fonts/metropolis_bold.woff2') format('woff2'), url('../fonts/metropolis_bold.woff') format('woff'), url('../fonts/metropolis_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* noto-sans-regular - cyrillic_latin */

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v28-cyrillic_latin-regular.woff2') format('woff2'), url('../fonts/noto-sans-v28-cyrillic_latin-regular.ttf') format('truetype');
}

/* noto-sans-600 - cyrillic_latin */

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-v28-cyrillic_latin-600.woff2') format('woff2'), url('../fonts/noto-sans-v28-cyrillic_latin-600.ttf') format('truetype');
}

/* noto-sans-700 - cyrillic_latin */

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v28-cyrillic_latin-700.woff2') format('woff2'), url('../fonts/noto-sans-v28-cyrillic_latin-700.ttf') format('truetype');
}

/* noto-sans-900 - cyrillic_latin */

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/noto-sans-v28-cyrillic_latin-900.woff2') format('woff2'), url('../fonts/noto-sans-v28-cyrillic_latin-900.ttf') format('truetype');
}

.document {
  height: 100%;
}

.document__body {
  font: 400 20px/1.25 'Noto Sans', Helvetica, Arial, sans-serif;
  color: #222;
  background-color: #fff;
}

.svg-icon > * {
  -webkit-transition: fill 0.2s ease-in-out, stroke 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out, stroke 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out, stroke 0.2s ease-in-out;
}

.svg-icon_logo {
  width: 191px;
  height: 52px;
}

.svg-icon_logo path:first-child {
  fill: #e42f0c;
}

.svg-icon_download {
  width: 22px;
  height: 26px;
}

.svg-icon_upwork {
  width: 102px;
  height: 30px;
}

.svg-icon_upwork .st1 {
  fill: #6fda44;
}

.svg-icon_upwork .st0 {
  fill: #494949;
}

.svg-icon_quick-start {
  width: 44px;
  height: 44px;
}

.svg-icon_quick-start stop:nth-child(1) {
  stop-color: #ea3612;
}

.svg-icon_quick-start stop:nth-child(2) {
  stop-color: #f56009;
}

.svg-icon_quick-start stop:nth-child(3) {
  stop-color: #ff8800;
}

.svg-icon_scalable {
  width: 44px;
  height: 44px;
}

.svg-icon_scalable stop:nth-child(1) {
  stop-color: #ea3612;
}

.svg-icon_scalable stop:nth-child(2) {
  stop-color: #f56009;
}

.svg-icon_scalable stop:nth-child(3) {
  stop-color: #ff8800;
}

.svg-icon_privacy {
  width: 34px;
  height: 44px;
}

.svg-icon_privacy stop:nth-child(1) {
  stop-color: #ea3612;
}

.svg-icon_privacy stop:nth-child(2) {
  stop-color: #f56009;
}

.svg-icon_privacy stop:nth-child(3) {
  stop-color: #ff8800;
}

.svg-icon_cyclical-development {
  width: 44px;
  height: 44px;
}

.svg-icon_cyclical-development stop:nth-child(1) {
  stop-color: #ea3612;
}

.svg-icon_cyclical-development stop:nth-child(2) {
  stop-color: #f56009;
}

.svg-icon_cyclical-development stop:nth-child(3) {
  stop-color: #ff8800;
}

.svg-icon_budget-planning {
  width: 44px;
  height: 44px;
}

.svg-icon_budget-planning stop:nth-child(1) {
  stop-color: #ea3612;
}

.svg-icon_budget-planning stop:nth-child(2) {
  stop-color: #f56009;
}

.svg-icon_budget-planning stop:nth-child(3) {
  stop-color: #ff8800;
}

.svg-icon_protect-right {
  width: 44px;
  height: 44px;
}

.svg-icon_protect-right stop:nth-child(1) {
  stop-color: #ea3612;
}

.svg-icon_protect-right stop:nth-child(2) {
  stop-color: #f56009;
}

.svg-icon_protect-right stop:nth-child(3) {
  stop-color: #ff8800;
}

.svg-icon_angular {
  width: 108px;
  height: 30px;
}

.svg-icon_react {
  width: 33px;
  height: 30px;
}

.svg-icon_dotnet {
  width: 30px;
  height: 30px;
}

.svg-icon_mysql {
  width: 44px;
  height: 30px;
}

.svg-icon_mobile-app {
  width: 20px;
  height: 28px;
}

.svg-icon_mobile-app stop:nth-child(1) {
  stop-color: #ea3612;
}

.svg-icon_mobile-app stop:nth-child(2) {
  stop-color: #f56009;
}

.svg-icon_mobile-app stop:nth-child(3) {
  stop-color: #ff8800;
}

.svg-icon_web-app {
  width: 29px;
  height: 28px;
}

.svg-icon_web-app stop:nth-child(1) {
  stop-color: #ea3612;
}

.svg-icon_web-app stop:nth-child(2) {
  stop-color: #f56009;
}

.svg-icon_web-app stop:nth-child(3) {
  stop-color: #ff8800;
}

.svg-icon_server-side {
  width: 29px;
  height: 28px;
}

.svg-icon_server-side stop:nth-child(1) {
  stop-color: #ea3612;
}

.svg-icon_server-side stop:nth-child(2) {
  stop-color: #f56009;
}

.svg-icon_server-side stop:nth-child(3) {
  stop-color: #ff8800;
}

.svg-icon_blockchain {
  width: 28px;
  height: 28px;
}

.svg-icon_blockchain stop:nth-child(1) {
  stop-color: #ea3612;
}

.svg-icon_blockchain stop:nth-child(2) {
  stop-color: #f56009;
}

.svg-icon_blockchain stop:nth-child(3) {
  stop-color: #ff8800;
}

.svg-icon_chevron-left {
  width: 11px;
  height: 17px;
}

.svg-icon_star {
  width: 15px;
  height: 15px;
}

.svg-icon_star path {
  fill: #ffce00;
}

.svg-icon_communicate {
  width: 37px;
  height: 38px;
}

.svg-icon_communicate stop:nth-child(1) {
  stop-color: #ea3612;
}

.svg-icon_communicate stop:nth-child(2) {
  stop-color: #f56009;
}

.svg-icon_communicate stop:nth-child(3) {
  stop-color: #ff8800;
}

.svg-icon_reward {
  width: 28px;
  height: 29px;
}

.svg-icon_reward stop:nth-child(1) {
  stop-color: #ea3612;
}

.svg-icon_reward stop:nth-child(2) {
  stop-color: #f56009;
}

.svg-icon_reward stop:nth-child(3) {
  stop-color: #ff8800;
}

.svg-icon_menu {
  width: 24px;
  height: 24px;
}

.svg-icon_menu path {
  fill: rgba(71, 72, 75, 0.8);
}

.svg-icon_tech-list-symfony {
  width: 135px;
  height: 34px;
}

.svg-icon_tech-list-symfony path {
  fill: #b2b4b5;
}

.svg-icon_tech-list-symfony path :last-child {
  fill: red;
}

.svg-icon_tech-list-symfony circle {
  fill: #b2b4b5;
}

.svg-icon_eye {
  width: 28px;
  height: 19px;
}

.svg-icon_eye path {
  fill: #47484b;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.page__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}

.page__stripe {
  margin-left: auto;
  margin-right: auto;
}

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, 0.08);
          box-shadow: 0 0 10px rgba(34, 34, 34, 0.08);
  background: #fff;
  position: relative;
  z-index: 120;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main-header__logo {
  width: 150px;
  height: auto;
}

.main-header__navigation {
  margin-left: auto;
  font-size: 0;
}

.main-header__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  padding: 10px 20px 20px;
  -webkit-box-shadow: 0 10px 10px rgba(34, 34, 34, 0.1);
          box-shadow: 0 10px 10px rgba(34, 34, 34, 0.1);
  -webkit-transform: translateY(-57px);
      -ms-transform: translateY(-57px);
          transform: translateY(-57px);
  opacity: 0;
  -webkit-transition: opacity 0.25s, background-color 0.5s, -webkit-transform 0.25s;
  transition: opacity 0.25s, background-color 0.5s, -webkit-transform 0.25s;
  -o-transition: transform 0.25s, opacity 0.25s, background-color 0.5s;
  transition: transform 0.25s, opacity 0.25s, background-color 0.5s;
  transition: transform 0.25s, opacity 0.25s, background-color 0.5s, -webkit-transform 0.25s;
  visibility: hidden;
}

.main-header__menu_opened {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  z-index: 100;
  background: #fff;
  visibility: visible;
}

.main-header__handle {
  position: relative;
  z-index: 110;
  width: 32px;
  height: 32px;
  background: none;
}

.main-header__handle-icon {
  width: 32px;
  height: 32px;
}

.main-footer {
  padding: 26px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main-footer__logo {
  width: 100px;
}

.main-footer__copyright {
  margin-left: auto;
  font-size: 14px;
  color: rgba(71, 72, 75, 0.8);
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 20px;
  text-align: center;
}

.main-footer__navigation {
  margin-left: auto;
}

.main-footer__navigation .link {
  text-transform: uppercase;
  color: #222;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.form_type_contacts-us {
  border-radius: 1px;
  background: #fff;
  -webkit-box-shadow: 0 5px 9px 1px rgba(34, 34, 34, 0.05);
          box-shadow: 0 5px 9px 1px rgba(34, 34, 34, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 20px 30px;
}

.form_type_contacts-us .form__caption {
  font-size: 28px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}

.form_type_contacts-us .form__actions {
  margin-top: 25px;
}

.form_type_contacts-us .form__actions .button {
  width: 100%;
}

.form_type_contacts-us .form__field:not(:last-child) {
  margin-bottom: 25px;
}

.form_type_contacts-us .form__field-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(71, 72, 75, 0.8);
  margin-bottom: 8px;
}

.form_type_contacts-us .form__field-input,
.form_type_contacts-us .form__field-textarea {
  padding: 18px 13px 15px;
  width: 100%;
  font-size: 20px;
  background: #f7f7f7;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 5px rgba(34, 34, 34, 0.07);
          box-shadow: inset 0 1px 5px rgba(34, 34, 34, 0.07);
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.form_type_contacts-us .form__field-input:hover(:not(.form__field-input_error)),
.form_type_contacts-us .form__field-textarea:hover(:not(.form__field-input_error)),
.form_type_contacts-us .form__field-input:focus,
.form_type_contacts-us .form__field-textarea:focus {
  background: #fcfcfc;
}

.form_type_contacts-us .form__field-input_error {
  background-color: rgba(228, 47, 12, 0.15);
}

.form_type_contacts-us .form__field-input_error + .form__field-error {
  display: block;
  visibility: visible;
}

.form_type_contacts-us .form__field-error {
  display: none;
  visibility: hidden;
  font-size: 14px;
  line-height: 1.2em;
  color: #e42f0c;
  margin-top: 10px;
}

.form_type_contacts-us .form__results {
  display: none;
  font-size: 20px;
  line-height: 1.3em;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

.form_type_contacts-us .form__results::before {
  background: #e42f0c;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
}

.form_type_contacts-us .form__results_opened {
  display: block;
}

.form_type_contacts-us .form__results-close {
  display: block;
  margin: 10px auto 0;
  background: rgba(225, 225, 225, 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.form_type_contacts-us .form__results-close:hover {
  background: rgba(205, 205, 205, 0.5);
}

.form_type_contacts-us .form__results-close-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form_type_contacts-us .form__results-close-icon path {
  fill: rgba(71, 72, 75, 0.8);
}

.button {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 40px 22px;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: none;
  text-transform: uppercase;
  font: 900 18px/1 'Noto Sans', Helvetica, Arial, sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}

.button_size_medium {
  font-size: 14px;
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
}

.button_size_medium.button_type_secondary {
  padding: 14px 20px 10px;
}

.button_low-padding {
  padding: 24px 14px 22px;
}

.button_type_primary {
  padding: 25px 20px 21px;
  background: #e42f0c;
  color: #fff;
  border-radius: 1px;
  -webkit-box-shadow: 0 4px 0 0 #ba280c, 0 8px 25px rgba(228, 47, 12, 0.4);
          box-shadow: 0 4px 0 0 #ba280c, 0 8px 25px rgba(228, 47, 12, 0.4);
  -webkit-transition: background-color 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.25s;
  transition: background-color 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.25s;
  -o-transition: background-color 0.35s, box-shadow 0.35s, transform 0.25s;
  transition: background-color 0.35s, box-shadow 0.35s, transform 0.25s;
  transition: background-color 0.35s, box-shadow 0.35s, transform 0.25s, -webkit-box-shadow 0.35s, -webkit-transform 0.25s;
}

.button_type_primary:hover {
  background: #f33612;
  -webkit-box-shadow: 0 4px 0 0 #e42f0c, 0 8px 25px rgba(228, 47, 12, 0.8);
          box-shadow: 0 4px 0 0 #e42f0c, 0 8px 25px rgba(228, 47, 12, 0.8);
}

.button_type_primary:active,
.button_type_primary:focus {
  background: #d22b0b;
  -webkit-box-shadow: 0 2px 0 0 #ba280c, 0 8px 25px rgba(228, 47, 12, 0.4);
          box-shadow: 0 2px 0 0 #ba280c, 0 8px 25px rgba(228, 47, 12, 0.4);
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.button_type_primary_low-padding {
  padding: 24px 14px 22px;
}

.button_type_secondary {
  background: #fff;
  padding: 23px 40px 21px;
  color: #e42f0c;
  border: 2px solid currentColor;
  -webkit-transition: color 0.35s, background-color 0.35s;
  -o-transition: color 0.35s, background-color 0.35s;
  transition: color 0.35s, background-color 0.35s;
}

.button_type_secondary:hover {
  border-color: #f53610;
  background: #f53610;
  color: #fff;
}

.button_type_secondary:hover .button__icon {
  color: currentColor;
}

.button_type_secondary:active,
.button_type_secondary:focus {
  background: #d22b0b;
  border-color: #fe4621;
}

.button_type_secondary .button__icon path {
  fill: currentColor;
}

.button_type_secondary_low-padding {
  font-size: 16px;
  padding: 24px 14px 22px;
}

.button_iconed {
  padding-left: 38px;
  padding-right: 10px;
  position: relative;
}

.button_iconed .button__text {
  font-size: 14px;
}

.button_iconed .button__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button_type_outline {
  border: 2px solid rgba(71, 72, 75, 0.4);
  color: #47484b;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

.button_type_outline.button_iconed {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 26px 18px 18px;
}

.button_type_outline .button__text {
  font-size: 16px;
  margin-left: 17px;
}

.button_type_outline:hover {
  -webkit-box-shadow: 0 8px 25px rgba(71, 72, 75, 0.2);
          box-shadow: 0 8px 25px rgba(71, 72, 75, 0.2);
}

.button_type_outline:focus,
.button_type_outline:active {
  background: rgba(225, 225, 225, 0.5);
}

.menu_type_main {
  font-size: 0;
}

.menu_type_main .menu__link {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #222;
  line-height: 1;
  display: block;
  padding: 18px 10px;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
  text-align: center;
}

.menu_type_main .menu__link:hover {
  color: #e42f0c;
}

.menu_type_main .menu__link_special {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding: 13px 10px 11px;
  color: #e42f0c;
  font: 700 14px/1 'Noto Sans', Helvetica, Arial, sans-serif;
}

.menu_type_main .menu__link_special:hover {
  color: #fff;
}

.menu_type_main .menu__link_active {
  color: #e42f0c;
  text-decoration: underline;
}

.link {
  color: #e42f0c;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.link_contrast {
  color: #fff;
}

.section_type_welcome {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 60px;
  position: relative;
}

.section_type_welcome::after {
  content: '';
  position: absolute;
  bottom: 0;
  background: rgba(225, 225, 225, 0.5);
  left: 0;
  width: 100%;
  height: 2px;
}

.section_type_welcome::after {
  bottom: 4px;
}

.section_type_welcome .section__inner {
  position: relative;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section_type_welcome .section__header {
  padding-top: 268px;
}

.section_type_welcome .section__title {
  letter-spacing: -0.025em;
}

.section_type_welcome .section__image-box {
  width: 240px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section_type_welcome .section__image {
  display: block;
  max-width: 100%;
}

.section_type_welcome .section__description {
  margin-top: 35px;
  color: rgba(71, 72, 75, 0.8);
}

.section_type_welcome .section__actions {
  margin-top: 54px;
}

.section_type_product {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 60px;
  background-color: #F7F9FB;
  margin-top: -4px;
}

.section_type_product .section__inner {
  position: relative;
  background-image: url("../images/section_type_product__bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section_type_product .section__header {
  padding-top: 60px;
}

.section_type_product .section__title {
  letter-spacing: -0.025em;
}

.section_type_product .section__image-box {
  width: 100%;
}

.section_type_product .section__image {
  display: block;
  max-width: 100%;
}

.section_type_product .section__description {
  margin-top: 35px;
  color: rgba(71, 72, 75, 0.8);
}

.section_type_product .section__actions {
  margin-top: 54px;
  display: grid;
  grid-template: auto / 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px 24px;
}

.section_type_product__sharptalks {
  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;
  gap: 12px;
  margin: 14px 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.24px;
}

.section_type_about {
  padding: 90px 0;
  position: relative;
}

.section_type_about::after {
  content: '';
  position: absolute;
  bottom: 0;
  background: rgba(225, 225, 225, 0.5);
  left: 0;
  width: 100%;
  height: 2px;
}

.section_type_about .section__inner {
  position: relative;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section_type_about .section__header {
  margin-bottom: 10px;
}

.section_type_about .section__title {
  letter-spacing: -0.025em;
}

.section_type_about .section__badge {
  margin-bottom: 40px;
}

.section_type_advantage {
  padding: 60px 0 20px;
}

.section_type_advantage .section__inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section_type_advantage .section__header {
  margin-bottom: 40px;
}

.section_type_advantage .section__title {
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}

.section_type_advantage .section__description {
  font-size: 16px;
  line-height: 24px;
  color: #47484b;
}

.section_type_projects {
  padding: 66px 0 25px;
}

.section_type_projects .section__header {
  text-align: center;
}

.section_type_projects .section__title {
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}

.section_type_benefit {
  position: relative;
  z-index: 30;
  padding: 54px 0 64px;
  background-color: #e42f0c;
  color: #fff;
}

.section_type_benefit .section__inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 420px;
  margin: auto;
}

.section_type_benefit .section__title {
  letter-spacing: -0.01em;
}

.section_type_benefit .section__body {
  margin-top: 10px;
}

.section_type_benefit .section__description {
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}

.section_type_benefit .section__actions {
  margin-top: 20px;
}

.section_type_benefit .section__button {
  font-size: 16px;
  -webkit-box-shadow: 0 4px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: 0 4px 0 0 rgba(255, 255, 255, 0.4);
  border-color: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.section_type_benefit .section__button:hover {
  background-color: #f3583a;
  -webkit-box-shadow: 0 4px 0 0 #d52604;
          box-shadow: 0 4px 0 0 #d52604;
}

.section_type_benefit .section__button:active,
.section_type_benefit .section__button:focus {
  background-color: #d72300;
  -webkit-box-shadow: 0 2px 0 0 #cb2100;
          box-shadow: 0 2px 0 0 #cb2100;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.section_type_services {
  padding: 80px 0;
  background: rgba(240, 243, 247, 0.5);
}

.section_type_services .section__inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section_type_services .section__header {
  text-align: center;
  margin-bottom: 20px;
}

.section_type_services .section__title {
  margin-bottom: 15px;
}

.section_type_services .section__description {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #47484b;
  text-align: center;
}

.section_type_reviews {
  padding: 82px 0 100px;
}

.section_type_reviews .section__inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section_type_reviews .section__header {
  text-align: center;
  margin-bottom: 20px;
}

.section_type_reviews .section__title {
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.section_type_reviews .section__description {
  font-size: 15px;
  line-height: 28px;
}

.section_type_reviews .section__description .link {
  color: #e42f0c;
}

.section_type_team {
  position: relative;
  padding: 90px 0 110px;
}

.section_type_team::before,
.section_type_team::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_type_team::after {
  z-index: 10;
  background: #330c04 url('../images/section_type_team.jpg') 50% no-repeat;
  background-size: cover;
}

.section_type_team::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(51, 12, 4, 0.9)), to(rgba(51, 12, 4, 0.5)));
  background: -o-linear-gradient(left, rgba(51, 12, 4, 0.9), rgba(51, 12, 4, 0.5));
  background: linear-gradient(90deg, rgba(51, 12, 4, 0.9), rgba(51, 12, 4, 0.5));
  z-index: 11;
}

.section_type_team .section__inner {
  position: relative;
  z-index: 30;
  color: #fff;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section_type_team .section__header {
  margin-bottom: 15px;
}

.section_type_team .section__title {
  letter-spacing: -0.01em;
}

.section_type_team .section__text {
  font-size: 15px;
  line-height: 24px;
  max-width: 460px;
}

.section_type_team .section__text:not(:last-child) {
  margin-bottom: 24px;
}

.section_type_team .section__aside {
  margin-top: 25px;
}

.section_type_team .section__footer {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
}

.section_type_contact-us {
  padding: 106px 0;
  background: rgba(225, 225, 225, 0.5) url('../images/section_type_contact-us-sm.jpg') 50% no-repeat;
  background-size: cover;
}

.section_type_contact-us .section__inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section_type_contact-us .section__image-box {
  display: none;
  visibility: hidden;
}

.section_type_contact-us .section__image {
  display: block;
}

.section_type_contact-us .section__image-caption {
  position: absolute;
  bottom: 130px;
  font-size: 18px;
  line-height: 20px;
  right: -176px;
}

.section_type_contact-us .section__image-caption-muted {
  display: block;
  font-size: 14px;
  color: rgba(71, 72, 75, 0.8);
}

.section__title {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 700;
}

.about-stat {
  color: #47484b;
}

.about-stat__list {
  margin-bottom: 40px;
}

.about-stat__item:not(:last-child) {
  margin-bottom: 40px;
}

.about-stat__text {
  font-size: 18px;
  line-height: 26px;
  padding-left: 20px;
  border-left: 4px solid #f0f3f7;
  padding-bottom: 35px;
  margin-bottom: 30px;
  position: relative;
}

.about-stat__text::after {
  position: absolute;
  content: '';
  width: 13px;
  height: 15px;
  bottom: -15px;
  left: -4px;
  background-image: inline-svg('./advantage__rectangle.svg');
  background-size: 100%;
}

.about-stat__button {
  width: 100%;
  font-size: 16px;
  padding-top: 21px;
  padding-bottom: 19px;
}

.badge {
  display: inline-block;
  max-width: 447px;
  background: #fff;
  padding: 17px 15px 12px 15px;
  border-radius: 1px;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 9px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f3f7;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 28px;
  -webkit-transition: border-color 0.35s, -webkit-box-shadow 0.35s;
  transition: border-color 0.35s, -webkit-box-shadow 0.35s;
  -o-transition: border-color 0.35s, box-shadow 0.35s;
  transition: border-color 0.35s, box-shadow 0.35s;
  transition: border-color 0.35s, box-shadow 0.35s, -webkit-box-shadow 0.35s;
}

.badge:hover {
  border-color: #dfe6ee;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
}

.badge .badge__text {
  display: inline-block;
  vertical-align: middle;
}

.badge__gradient-text {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(72.58%, #FF8801), color-stop(91.18%, #E90000), color-stop(91.18%, #EB3712));
  background-image: -o-linear-gradient(left, #FF8801 72.58%, #E90000 91.18%, #EB3712 91.18%);
  background-image: linear-gradient(90deg, #FF8801 72.58%, #E90000 91.18%, #EB3712 91.18%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.list_type_advantage .list__item {
  margin-bottom: 40px;
}

.list_type_card-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_type_card-badges .list__item {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: #e42f0c;
  padding: 10px 14px 5px;
  border-radius: 1px;
}

.list_type_card-badges .list__item:not(:last-child) {
  margin-right: 10px;
}

.list_type_tech-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -10px;
}

.list_type_tech-stack .list__item {
  margin-bottom: 10px;
}

.list_type_tech-stack .list__item:not(:last-child) {
  margin-right: 20px;
}

.list_type_service {
  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;
  margin-bottom: 30px;
}

.list_type_service .list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.list_type_service-tech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list_type_service-tech .list__item {
  margin: 0 10px 10px;
}

.list_type_service-tech .list__item_parent .list {
  display: none;
}

.list_type_service-tech .list__item_parent .list .list__item {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

.list_type_service-stack {
  color: #47484b;
  font: 700 15px/36px 'Metropolis', Helvetica, Arial, sans-serif;
  padding-left: 21px;
  position: relative;
}

.list_type_service-stack::after {
  content: '';
  position: absolute;
  left: 1px;
  top: 6px;
  bottom: 25px;
  width: 2px;
  background: #e4e4e4;
}

.list_type_service-stack .list__item {
  position: relative;
}

.list_type_service-stack .list__item::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-left: 2px solid #e4e4e4;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
  left: -17px;
  top: 5px;
}

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

.list_type_rating .list__item:not(:last-child) {
  margin-right: 5px;
}

.list_type_team-advance .list__item {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  min-height: 30px;
}

.list_type_team-advance .list__item:not(:last-child) {
  margin-bottom: 30px;
}

.list_type_team-advance .list__item_type_reward .list__icon {
  left: 8px;
}

.list_type_team-advance .list__icon {
  position: absolute;
  top: 0;
  left: 0;
}

.list_type_team-advance .list__item-note {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #e42f0c;
  margin-top: -2px;
}

.list_type_project-tech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list_type_project-tech .list__item {
  margin: 15px 25px;
}

.list_type_project-tech .list__item_for_c-sharp {
  width: 65px;
}

.list_type_project-tech .list__item_for_apple {
  width: 65px;
}

.list_type_project-tech .list__item_for_dotnet {
  width: 75px;
}

.list_type_project-tech .list__item_for_microsoft-sql-server {
  width: 92px;
}

.list_type_project-tech .list__item_for_xamarin {
  width: 186px;
}

.list_type_project-tech .list__item_for_kendo-ui {
  width: 157px;
}

.list_type_project-tech .list__item_for_mongodb {
  width: 177px;
}

.list_type_project-tech .list__item_for_mvvmcross {
  width: 130px;
}

.list_type_project-tech .list__item-image {
  display: block;
  max-width: 100%;
}

.list_type_project-view-details .list__item:nth-child(even) .list__item-image-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 40px 0 20px;
}

.list_type_project-view-details .list__item-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 20px;
}

.list_type_project-view-details .list__item-image-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 20px;
  font-size: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.list_type_project-view-details .list__item-image {
  display: block;
  max-width: 100%;
  width: 100%;
}

.list_type_project-view-details .list__item-header {
  margin-bottom: 10px;
}

.list_type_project-view-details .list__item-title {
  font-size: 26px;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: -0.01em;
}

.list_type_project-view-details .list__item-text {
  font-size: 16px;
  line-height: 22px;
  color: #47484b;
}

.list_type_project-view-details .list__item-text p:not(:last-child) {
  margin-bottom: 15px;
}

.list_type_project-view-details .list__item-text a {
  color: #e42f0c;
  text-decoration: none;
}

.list_type_project-view-details .list__item-text a:hover {
  text-decoration: underline;
}

.card_type_about .card__title {
  font: 700 36px/44px 'Noto Sans', Helvetica, Arial, sans-serif;
  color: #e42f0c;
  position: relative;
}

.card_type_about .card__title::after {
  content: '';
  width: 60%;
  height: 4px;
  display: block;
  background: #f0f3f7;
  margin-bottom: 15px;
}

.card_type_about .card__text {
  font-size: 18px;
  line-height: 24px;
}

.card_type_advantage .card__icon {
  display: block;
  margin-bottom: 15px;
}

.card_type_advantage .card__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.card_type_advantage .card__text {
  font-size: 16px;
  line-height: 22px;
  color: #47484b;
}

.card_type_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.card_type_slide .card__main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.card_type_slide .card__main-content {
  max-width: 420px;
  margin: auto;
  position: relative;
  z-index: 30;
}

.card_type_slide .card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}

.card_type_slide .card__title {
  font-size: 20px;
  line-height: 1.58em;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-right: 15px;
}

.card_type_slide .card__text {
  font-size: 16px;
  line-height: 24px;
  color: #47484b;
}

.card_type_slide .card__image-box {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
}

.card_type_slide .card__image-box::before {
  position: absolute;
  z-index: 20;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/card_type_slide-mask.png") 50% no-repeat;
  background-size: 100%;
}

.card_type_slide .card__image-wrap {
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, 0.25);
          box-shadow: 0 0 10px rgba(34, 34, 34, 0.25);
}

.card_type_slide .card__image {
  display: block;
  max-width: 100%;
}

.card_type_slide .card__image img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.card_type_slide .card__stack-icon {
  display: inline-block;
  vertical-align: top;
}

.card_type_slide .card__aside {
  margin-top: 20px;
}

.card_type_slide .card__aside-title {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.card_type_slide .card__footer {
  margin-top: 20px;
}

.card_type_slide.card_for_ileads .card__main::after {
  position: absolute;
  content: '';
  z-index: 20;
  background: url("../images/projects/card_for_ileads.png") 0 0 no-repeat;
  background-size: 100%;
  width: 340px;
  height: 400px;
  top: -20px;
  left: 0;
}

.card_type_service {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(240, 243, 247, 0.8);
  border-radius: 1px;
  background: #fff;
  padding: 24px;
  position: relative;
}

.card_type_service .card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.card_type_service .card__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.card_type_service .card__badge {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #ff8400;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 12px 3px;
  border-radius: 1px;
}

.card_type_service .card__icon {
  margin: -4px 18px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.card_type_service-tech .card__image {
  max-width: 80%;
  display: inline-block;
}

.card_type_review-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(240, 243, 247, 0.8);
  border-radius: 1px;
  background: #fff;
  padding: 20px 20px 15px;
  -webkit-box-shadow: 0 5px 9px 1px rgba(34, 34, 34, 0.05);
          box-shadow: 0 5px 9px 1px rgba(34, 34, 34, 0.05);
}

.card_type_review-slide .card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card_type_review-slide .card__title {
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.card_type_review-slide .card__rating {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 20px;
}

.card_type_review-slide .card__text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(71, 72, 75, 0.8);
}

.card_type_review-slide .card__aside {
  margin-top: 20px;
}

.card_type_review-slide .card__author {
  display: block;
  font-size: 18px;
  line-height: 32px;
}

.card_type_review-slide .card__author-position {
  display: block;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(71, 72, 75, 0.5);
  margin-top: -2px;
}

.swiper_type_projects {
  overflow: visible;
}

.swiper_type_projects .swiper__slide.swiper-slide-active {
  overflow: visible;
}

.swiper_type_projects .swiper__pagination {
  padding: 20px 0 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: auto;
  display: block;
  text-align: center;
  font-size: 0;
}

.swiper_type_projects .swiper__pagination .swiper__bullet {
  position: static;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #e42f0c;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper_type_projects .swiper__pagination .swiper__bullet:not(:last-child) {
  margin-right: 15px;
}

.swiper_type_projects .swiper__pagination .swiper__bullet_active {
  background: #e42f0c;
}

.swiper_type_reviews .swiper__slide {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.swiper_type_reviews .swiper-slide-active,
.swiper_type_reviews .swiper-slide-next {
  opacity: 1;
}

.swiper_type_reviews .swiper__pagination {
  padding: 20px 0 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: auto;
  display: block;
  text-align: center;
  font-size: 0;
}

.swiper_type_reviews .swiper__pagination .swiper__bullet {
  position: static;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #e42f0c;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper_type_reviews .swiper__pagination .swiper__bullet:not(:last-child) {
  margin-right: 15px;
}

.swiper_type_reviews .swiper__pagination .swiper__bullet_active {
  background: #e42f0c;
}

.swiper_type_reviews .swiper__button {
  position: absolute;
  content: '';
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -65px;
  border-radius: 50%;
  font-size: 0;
  -webkit-box-shadow: 0 6px 9px rgba(34, 34, 34, 0.05);
          box-shadow: 0 6px 9px rgba(34, 34, 34, 0.05);
  z-index: 20;
  -webkit-transition: -webkit-box-shadow 0.35s;
  transition: -webkit-box-shadow 0.35s;
  -o-transition: box-shadow 0.35s;
  transition: box-shadow 0.35s;
  transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
  cursor: pointer;
  background: #fff;
}

.swiper_type_reviews .swiper__button:hover {
  -webkit-box-shadow: 0 6px 9px rgba(34, 34, 34, 0.15);
          box-shadow: 0 6px 9px rgba(34, 34, 34, 0.15);
}

.swiper_type_reviews .swiper__button:hover .swiper__button-icon path {
  fill: #cfd8e5;
}

.swiper_type_reviews .swiper__button_prev {
  left: -85px;
}

.swiper_type_reviews .swiper__button_next {
  right: -85px;
}

.swiper_type_reviews .swiper__button_next .swiper__button-icon {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
      -ms-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
}

.swiper_type_reviews .swiper__button-icon {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper_type_reviews .swiper__button-icon path {
  fill: #f0f3f7;
}

.swiper_type_screenshots .swiper__slide {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  text-align: center;
  overflow: visible;
}

.swiper_type_screenshots .swiper__image-box {
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 9px rgba(34, 34, 34, 0.09);
          box-shadow: 0 0 9px rgba(34, 34, 34, 0.09);
}

.swiper_type_screenshots .swiper__image {
  display: block;
  margin: auto;
  font-size: 0;
  max-width: 100%;
}

.swiper_type_screenshots .swiper-slide-active {
  opacity: 1;
}

.swiper_type_screenshots .swiper__pagination {
  padding: 20px 0 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: auto;
  display: block;
  text-align: center;
  font-size: 0;
}

.swiper_type_screenshots .swiper__pagination .swiper__bullet {
  position: static;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #e42f0c;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper_type_screenshots .swiper__pagination .swiper__bullet:not(:last-child) {
  margin-right: 15px;
}

.swiper_type_screenshots .swiper__pagination .swiper__bullet_active {
  background: #e42f0c;
}

.swiper_type_screenshots .swiper__button {
  position: absolute;
  content: '';
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -65px;
  border-radius: 50%;
  font-size: 0;
  -webkit-box-shadow: 0 6px 9px rgba(34, 34, 34, 0.05);
          box-shadow: 0 6px 9px rgba(34, 34, 34, 0.05);
  z-index: 20;
  -webkit-transition: -webkit-box-shadow 0.35s;
  transition: -webkit-box-shadow 0.35s;
  -o-transition: box-shadow 0.35s;
  transition: box-shadow 0.35s;
  transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
  cursor: pointer;
  background: #fff;
}

.swiper_type_screenshots .swiper__button:hover {
  -webkit-box-shadow: 0 6px 9px rgba(34, 34, 34, 0.15);
          box-shadow: 0 6px 9px rgba(34, 34, 34, 0.15);
}

.swiper_type_screenshots .swiper__button:hover .swiper__button-icon path {
  fill: #cfd8e5;
}

.swiper_type_screenshots .swiper__button_prev {
  left: -85px;
}

.swiper_type_screenshots .swiper__button_next {
  right: -85px;
}

.swiper_type_screenshots .swiper__button_next .swiper__button-icon {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
      -ms-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
}

.swiper_type_screenshots .swiper__button-icon {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper_type_screenshots .swiper__button-icon path {
  fill: #f0f3f7;
}

.swiper {
  position: relative;
  z-index: 1;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swiper__wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.swiper__pagination {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 75px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 145px;
}

.swiper__bullet {
  display: block;
}

.swiper__bullet_active {
  opacity: 1;
  display: block;
}

.project-view_for_main-info {
  padding: 35px 0;
  position: relative;
}

.project-view_for_main-info::after {
  content: '';
  position: absolute;
  bottom: 0;
  background: rgba(225, 225, 225, 0.5);
  left: 0;
  width: 100%;
  height: 2px;
}

.project-view_for_main-info .project-view__image-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

.project-view_for_main-info .project-view__image-box::before {
  position: absolute;
  z-index: 20;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/card_type_slide-mask.png") 50% no-repeat;
  background-size: 100%;
}

.project-view_for_main-info .project-view__image {
  overflow: hidden;
  border-radius: 2px;
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, 0.25);
          box-shadow: 0 0 10px rgba(34, 34, 34, 0.25);
  margin-bottom: 20px;
}

.project-view_for_main-info .project-view__image img {
  max-width: 100%;
  display: block;
}

.project-view_for_main-info .project-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-view_for_main-info .project-view__title {
  font-size: 30px;
  letter-spacing: -0.025em;
  font-weight: 700;
  line-height: 1.45em;
  margin-right: 10px;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

.project-view_for_main-info .project-view__details {
  margin-top: 20px;
}

.project-view_for_main-info .project-view__footer {
  margin-top: 10px;
}

.project-view_for_tech {
  padding: 90px 0;
  background: #f0f3f7;
}

.project-view_for_tech .project-view__header {
  text-align: center;
  margin-bottom: 20px;
}

.project-view_for_tech .project-view__title {
  font-size: 38px;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 7px;
}

.project-view_for_tech .project-view__description {
  font-size: 18px;
  color: rgba(71, 72, 75, 0.5);
}

.project-view_for_details {
  padding: 90px 0;
}

.project-view_for_details .project-view__header {
  text-align: center;
  margin-bottom: 20px;
}

.project-view_for_details .project-view__title {
  font-size: 38px;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 7px;
}

.project-view_for_details .project-view__description {
  font-size: 18px;
  color: rgba(71, 72, 75, 0.5);
}

.project-view_for_screen {
  padding: 90px 0;
}

.project-view_for_screen .project-view__header {
  text-align: center;
  margin-bottom: 30px;
}

.project-view_for_screen .project-view__title {
  font-size: 38px;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 7px;
}

.project-view__inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.project-details {
  font-size: 18px;
  line-height: 1.35em;
}

.project-details:not(:last-child) {
  margin-bottom: 20px;
}

.project-details__label {
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.5);
}

.project-details_type_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-details_type_date .project-details__label {
  margin-right: 10px;
}

.project-details_type_category .project-details__label {
  margin-bottom: 4px;
}

.project-details_type_category .project-details__value {
  font-size: 28px;
  line-height: 1.3em;
}

.project-details_type_duration .project-details__value {
  color: #e42f0c;
  font-size: 48px;
  line-height: 1.3em;
  margin-top: -4px;
}

@media only screen and (min-width: 378px) {
  .list_type_advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .list_type_advantage .list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .list_type_advantage .list__item:nth-child(odd) {
    padding-right: 10px;
  }

  .list_type_advantage .list__item:nth-child(even) {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 490px) {
  .list_type_service .list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media only screen and (min-width: 767px) {
  .main-header {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .main-footer__logo {
    margin-right: 55px;
    width: 120px;
  }

  .main-footer__copyright {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-top: 0;
  }

  .main-footer__navigation {
    margin-left: 0;
  }

  .form_type_contacts-us .form__caption {
    font-size: 32px;
    line-height: 1.32em;
  }

  .form_type_contacts-us .form__actions .button {
    max-width: 248px;
  }

  .button_type_primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button_type_primary_low-padding {
    padding-left: 14px;
    padding-right: 14px;
  }

  .button_iconed {
    padding-left: 50px;
    padding-right: 25px;
  }

  .button_iconed .button__icon {
    font-size: 16px;
  }

  .button_iconed .button__icon {
    left: 25px;
  }

  .menu_type_main .menu__item {
    display: inline-block;
  }

  .section_type_welcome {
    padding-top: 60px;
  }

  .section_type_welcome .section__header {
    padding-top: 48px;
  }

  .section_type_welcome .section__title {
    max-width: 480px;
  }

  .section_type_welcome .section__image-box {
    right: 0;
    top: 0;
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
    width: 400px;
    margin: 0;
  }

  .section_type_welcome .section__description {
    font-size: 24px;
    line-height: 36px;
    max-width: 480px;
  }

  .section_type_product {
    padding-top: 60px;
  }

  .section_type_product .section__header {
    padding-top: 48px;
  }

  .section_type_product .section__title {
    max-width: 480px;
  }

  .section_type_product .section__image-box {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    width: 400px;
    margin: 0;
  }

  .section_type_product .section__image {
    max-width: unset;
    max-height: 100%;
  }

  .section_type_product .section__description {
    font-size: 24px;
    line-height: 36px;
    max-width: 480px;
  }

  .section_type_product .section__actions {
    grid-template: auto / 282px;
    max-width: 574px;
  }

  .section_type_product__sharptalks {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }

  .section_type_advantage .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 94px;
  }

  .section_type_advantage .section__title {
    margin-bottom: 0;
  }

  .section_type_advantage .section__description {
    margin-left: 80px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
  }

  .section_type_projects .section__title {
    margin-bottom: 0;
  }

  .section_type_services .section__title {
    margin-bottom: 0;
  }

  .section_type_reviews .section__header {
    margin-bottom: 63px;
  }

  .section_type_reviews .section__title {
    margin-bottom: 2px;
  }

  .section_type_team::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(51, 12, 4, 0.9)), to(rgba(51, 12, 4, 0.25)));
    background: -o-linear-gradient(left, rgba(51, 12, 4, 0.9), rgba(51, 12, 4, 0.25));
    background: linear-gradient(90deg, rgba(51, 12, 4, 0.9), rgba(51, 12, 4, 0.25));
  }

  .section_type_team .section__header {
    margin-bottom: 34px;
  }

  .section_type_team .section__aside {
    max-width: 600px;
    margin-top: 31px;
  }

  .section_type_team .section__footer {
    margin-top: 43px;
  }

  .section_type_contact-us {
    background-image: url('../images/section_type_contact-us.jpg');
  }

  .section__title {
    font-size: 38px;
  }

  .about-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about-stat__list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .about-stat__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin: 0 10% 40px 0;
  }

  .about-stat__summary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }

  .about-stat__button {
    max-width: 234px;
    margin: 5px 0 0 35px;
  }

  .badge {
    padding: 15px 55px 10px 38px;
    font-size: 19px;
  }

  .list_type_advantage {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -44px;
  }

  .list_type_advantage .list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    margin-bottom: 74px;
  }

  .list_type_service {
    margin-bottom: 0;
  }

  .list_type_service-tech {
    padding: 60px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .list_type_service-tech::after {
    position: absolute;
    content: '';
    bottom: 40px;
    height: 20px;
    left: 18%;
    width: 447px;
    border-bottom: 2px solid #ebedef;
    border-left: 2px solid #ebedef;
    z-index: 10;
    margin-left: -5px;
  }

  .list_type_service-tech .list__item {
    margin: 0;
  }

  .list_type_service-tech .list__item_parent .list {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 0;
    text-align: center;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
    z-index: 20;
  }

  .list_type_service-tech .list__item_parent .list .list__item::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background: #ebedef;
    top: -33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .list_type_service-tech .list__item_parent .list .list__item:last-child::after {
    position: absolute;
    content: '';
    width: 200px;
    height: 20px;
    top: -100%;
    left: 50%;
    margin-left: 1px;
    background: #f8f9fb;
    z-index: 20;
  }

  .list_type_team-advance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .list_type_team-advance .list__item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53%;
            flex: 0 0 53%;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .list_type_team-advance .list__item:not(:last-child) {
    margin-bottom: 0;
  }

  .list_type_project-view-details .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .list_type_project-view-details .list__item:nth-child(even) .list__item-content {
    padding: 50px 35px 20px 45px;
  }

  .list_type_project-view-details .list__item-content {
    padding: 50px 35px 20px 45px;
  }

  .card_type_advantage {
    max-width: 280px;
  }

  .card_type_advantage .card__icon {
    margin-bottom: 29px;
  }

  .card_type_advantage .card__title {
    font-size: 26px;
    margin-bottom: 22px;
  }

  .card_type_slide .card__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .card_type_slide .card__header {
    margin-top: 0;
  }

  .card_type_slide .card__title {
    font-size: 24px;
  }

  .card_type_slide .card__image-box {
    min-height: 320px;
  }

  .card_type_slide .card__image-box::before {
    width: 602px;
    height: 320px;
  }

  .card_type_slide .card__image-wrap {
    border-radius: 15px 15px 0 0;
    width: 100%;
    max-width: 426px;
    margin: auto;
  }

  .card_type_slide .card__image img {
    max-width: 420px;
  }

  .card_type_slide .card__image {
    width: 100%;
    max-width: none;
  }

  .card_type_slide.card_for_ileads .card__main::after {
    width: 428px;
    height: 500px;
    left: 50%;
    top: -100px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .card_type_service-tech .card__image {
    max-width: none;
  }

  .card_type_review-slide {
    padding: 34px 34px 26px;
  }

  .card_type_review-slide .card__title {
    margin-bottom: 29px;
  }

  .card_type_review-slide .card__aside {
    margin-top: 40px;
  }

  .swiper_type_reviews .swiper__pagination {
    padding: 50px 0 0;
  }

  .swiper_type_screenshots .swiper__pagination {
    padding: 50px 0 0;
  }

  .project-view_for_main-info .project-view__image-box {
    min-height: 320px;
  }

  .project-view_for_main-info .project-view__image-box::before {
    width: 602px;
    height: 320px;
  }

  .project-view_for_main-info .project-view__image {
    -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
            transform: translateX(-3px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .project-view_for_main-info .project-view__image {
    border-radius: 15px 15px 0 0;
    width: 100%;
    max-width: 426px;
    margin: auto;
  }

  .project-view_for_main-info .project-view__main-info {
    margin: 20px auto 0;
    max-width: 420px;
  }

  .project-view_for_main-info .project-view__title {
    font-size: 36px;
  }

  .project-view_for_main-info .project-view__footer {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .swiper__bullet {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    opacity: 0;
    width: 0;
    top: 0;
    height: 4px;
  }
}

@media only screen and (min-width: 992px) {
  .page__stripe {
    max-width: 1140px;
  }

  .main-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-header__logo {
    width: 190px;
  }

  .main-header__menu {
    position: static;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .main-header__handle {
    display: none;
    visibility: hidden;
  }

  .main-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-footer__logo {
    width: 165px;
  }

  .form_type_contacts-us {
    max-width: 485px;
    padding: 32px 38px 54px;
  }

  .menu_type_main .menu__item:last-child {
    margin-left: 28px;
  }

  .menu_type_main .menu__link {
    letter-spacing: 0.05em;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    padding: 10px 10px 10px;
  }

  .menu_type_main .menu__link_special {
    padding: 13px 22px 11px;
  }

  .section_type_welcome {
    padding-bottom: 0px;
  }

  .section_type_welcome .section__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_type_welcome .section__inner {
    min-height: 600px;
  }

  .section_type_welcome .section__title {
    font-size: 42px;
    max-width: 650px;
  }

  .section_type_welcome .section__image-box {
    -webkit-transform: translateX(120px);
        -ms-transform: translateX(120px);
            transform: translateX(120px);
    width: 713px;
    margin: 0;
  }

  .section_type_welcome .section__description {
    max-width: 620px;
  }

  .section_type_product {
    padding-bottom: 120px;
  }

  .section_type_product .section__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_type_product .section__inner {
    min-height: 600px;
  }

  .section_type_product .section__title {
    font-size: 32px;
    max-width: 650px;
  }

  .section_type_product .section__image-box {
    -webkit-transform: translate(170px, 33px);
        -ms-transform: translate(170px, 33px);
            transform: translate(170px, 33px);
    width: 713px;
    margin: 0;
  }

  .section_type_product .section__description {
    max-width: 620px;
  }

  .section_type_product .section__actions {
    grid-template: auto / repeat(2, 282px);
  }

  .section_type_about .section__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_type_about .section__header {
    margin-bottom: 90px;
  }

  .section_type_about .section__badge {
    position: absolute;
    right: 0;
    top: -18px;
    margin: 0;
  }

  .section_type_advantage {
    padding: 100px 0 20px;
  }

  .section_type_advantage .section__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_type_benefit {
    width: 100%;
    background: #e42f0c url(../images/section_type_benefit.png) 50% no-repeat;
    background-size: cover;
  }

  .section_type_benefit .section__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_type_benefit .section__inner {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_type_benefit .section__title {
    line-height: 1.9em;
    font-size: 32px;
  }

  .section_type_benefit .section__body {
    margin-top: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section_type_benefit .section__actions {
    margin-left: auto;
    margin-top: -39px;
  }

  .section_type_services .section__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_type_reviews .section__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_type_team .section__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_type_contact-us .section__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_type_contact-us .section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section_type_contact-us .section__image-box {
    display: block;
    visibility: visible;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 0;
    position: relative;
    margin-right: 40px;
    margin-top: 32px;
    -webkit-transform: translateX(-14px);
        -ms-transform: translateX(-14px);
            transform: translateX(-14px);
  }

  .section_type_contact-us .section__form {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: auto;
  }

  .about-stat__list {
    margin-bottom: -84px;
  }

  .about-stat__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    margin: 0 13% 84px 0;
  }

  .about-stat__summary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
  }

  .about-stat__button {
    max-width: 311px;
    margin: 5px 0 0 35px;
  }

  .list_type_service .list__item {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }

  .list_type_project-tech .list__item {
    margin: 30px 50px;
  }

  .card_type_about .card__title::after {
    width: 200px;
  }

  .card_type_slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card_type_slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .card_type_slide .card__main-content {
    max-width: 360px;
  }

  .card_type_slide .card__title {
    font-size: 38px;
  }

  .card_type_slide .card__image-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-height: 425px;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }

  .card_type_slide .card__image-box::before {
    width: 800px;
    height: 425px;
    left: -120px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .card_type_slide .card__image-wrap {
    max-width: none;
    position: absolute;
    left: -5px;
    top: 5px;
    width: 564px;
  }

  .card_type_slide .card__image img {
    max-width: 830px;
  }

  .card_type_service {
    padding: 30px 20px 20px;
    -webkit-box-shadow: 0 5px 9px 1px rgba(34, 34, 34, 0.05);
            box-shadow: 0 5px 9px 1px rgba(34, 34, 34, 0.05);
  }

  .card_type_service .card__title {
    font-size: 19px;
    line-height: 1.25;
    letter-spacing: -0.03em;
  }

  .swiper_type_reviews {
    width: 975px;
    margin: auto;
  }

  .swiper_type_screenshots {
    width: 940px;
    margin: auto;
  }

  .project-view_for_main-info .project-view__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .project-view_for_main-info .project-view__image-box::before {
    width: 800px;
    height: 425px;
    left: auto;
    right: -140px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .project-view_for_main-info .project-view__image {
    width: 564px;
    max-width: none;
    position: absolute;
    right: -20px;
  }

  .project-view_for_main-info .project-view__main-info {
    max-width: none;
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 100px;
  }

  .project-view_for_main-info .project-view__header {
    display: block;
  }

  .project-view_for_screen .project-view__header {
    margin-bottom: 80px;
  }

  .project-view__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 992px) and only screen and (min-width: 992px) {
  .section_type_benefit .section__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1140px) {
  .menu_type_main .menu__link {
    padding: 10px 20px 10px;
  }

  .menu_type_main .menu__link_special {
    padding: 13px 22px 11px;
  }

  .section_type_services .section__header {
    margin-bottom: 76px;
  }

  .section_type_services .section__description {
    margin-top: -13px;
    line-height: 48px;
  }

  .list_type_service .list__item {
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
  }

  .list_type_project-view-details .list__item:nth-child(even) .list__item-image-box {
    padding: 80px 70px 40px 40px;
  }

  .list_type_project-view-details .list__item:nth-child(even) .list__item-content {
    padding: 100px 85px 40px 100px;
  }

  .list_type_project-view-details .list__item-content {
    padding: 100px 70px 40px 85px;
  }

  .list_type_project-view-details .list__item-image-box {
    padding: 80px 40px 40px 70px;
  }

  .list_type_project-view-details .list__item-header {
    margin-bottom: 30px;
  }

  .card_type_slide .card__main {
    padding: 152px 0 0;
  }

  .card_type_slide .card__header {
    margin-bottom: 30px;
  }

  .card_type_slide .card__image-box {
    min-height: 695px;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
  }

  .card_type_slide .card__image-box::before {
    width: 1178px;
    height: 626px;
    left: -120px;
    z-index: 20;
  }

  .card_type_slide .card__image-wrap {
    border-radius: 30px 30px 0 0;
    position: absolute;
    left: 48px;
    top: 5px;
    width: 830px;
  }

  .card_type_slide .card__aside {
    margin-top: 48px;
  }

  .card_type_slide .card__footer {
    margin-top: 48px;
  }

  .card_type_slide.card_for_ileads .card__main::after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: -120px;
    left: auto;
    right: -70px;
    width: 767px;
    height: 896px;
  }

  .swiper_type_projects .swiper__pagination {
    padding: 10px 0 0;
  }

  .project-view_for_main-info .project-view__image-box {
    min-height: 626px;
  }

  .project-view_for_main-info .project-view__image-box::before {
    width: 1178px;
    height: 626px;
    right: -160px;
    z-index: 20;
  }

  .project-view_for_main-info .project-view__image {
    width: 830px;
    border-radius: 30px 30px 0 0;
    top: 5px;
    right: 20px;
  }

  .project-view_for_main-info .project-view__main-info {
    padding: 65px 0 0 120px;
  }

  .project-view_for_main-info .project-view__title {
    font-size: 42px;
  }

  .project-view_for_main-info .project-view__footer {
    margin-top: 30px;
  }

  .project-details:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .swiper__pagination {
    width: auto;
    bottom: auto;
    top: 160px;
    padding-right: 0;
  }

  .swiper__bullet {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    opacity: 1;
    -webkit-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
  }

  .swiper__bullet:not(:last-child) {
    margin-right: 6px;
  }
}