/* manrope-300 - cyrillic_latin */
@font-face {
  font-display: block;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/manrope-v15-cyrillic_latin-300.woff2") format("woff2");
}
/* manrope-regular - cyrillic_latin */
@font-face {
  font-display: block;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/manrope-v15-cyrillic_latin-regular.woff2") format("woff2");
}
/* manrope-500 - cyrillic_latin */
@font-face {
  font-display: block;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/manrope-v15-cyrillic_latin-500.woff2") format("woff2");
}
/* manrope-800 - cyrillic_latin */
@font-face {
  font-display: block;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/fonts/manrope-v15-cyrillic_latin-800.woff2") format("woff2");
}
/*! 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;
}

.container {
  width: 1114px;
  margin-left: auto;
  margin-right: auto;
}

body {
  background-color: #141414;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

header {
  margin-top: 30px;
  height: 66px;
}
header nav {
  display: flex;
  justify-content: space-between;
}
header nav .company-info {
  display: flex;
  align-items: center;
}
header nav .company-info .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 66px;
  height: 66px;
  margin-right: 9px;
}
header nav .company-info .logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #AEAEAE;
  border-radius: 15px 0 15px 0;
}
header nav .company-info span {
  width: 150px;
}
header nav ul.menu {
  display: flex;
  align-items: center;
  list-style: none;
  text-transform: lowercase;
}
header nav ul.menu li {
  margin-right: 40px;
  color: #AEAEAE;
}
header nav ul.menu li:nth-last-child(2) {
  margin-right: 86px;
}
header nav ul.menu li:last-child {
  margin-right: 0;
}
header nav ul.menu li:last-child a {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
header nav ul.menu li a {
  color: #AEAEAE;
  text-decoration: none;
}
header nav ul.menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
}

main {
  position: relative;
}
main img.hero-background-element-ellipsis {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
main section.section-hero {
  position: relative;
  padding-bottom: 140px;
}
main section.section-hero .content {
  margin-top: 110px;
  position: relative;
}
main section.section-hero .content h1 {
  width: 480px;
  margin: 0 0 30px 0;
  font-size: 64px;
  line-height: 88px;
  font-weight: 800;
  text-transform: uppercase;
}
main section.section-hero .content p {
  font-size: 20px;
  line-height: 28px;
  color: #AEAEAE;
  font-weight: 300;
}
main section.section-hero .content a.btn-request {
  display: inline-block;
  margin-top: 20px;
  padding: 16px 52px;
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #AEAEAE;
  font-size: 16px;
  text-transform: lowercase;
  cursor: pointer;
  text-decoration: none;
}
main section.section-hero img.hero-background-element {
  top: -125px;
  right: -150px;
  width: 740px;
  height: 740px;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
main section.section-solutions .content {
  position: relative;
  display: flex;
  height: 362px;
  justify-content: space-between;
  align-items: center;
  gap: 86px;
}
main section.section-solutions .content::after {
  content: "";
  position: absolute;
  left: -64px;
  right: -64px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 44px 0 44px 0;
}
main section.section-solutions .content .left-column {
  width: 60%;
}
main section.section-solutions .content .left-column h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 140%;
}
main section.section-solutions .content .left-column p {
  font-size: 18px;
  color: #AEAEAE;
  line-height: 1.5;
}
main section.section-solutions .content .right-column {
  width: 50%;
}
main section.section-solutions .content .right-column h3 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 140%;
}
main section.section-solutions .content .right-column ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
main section.section-solutions .content .right-column ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 22px;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 16px;
  color: #AEAEAE;
}
main section.section-solutions .content .right-column ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 42%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
main section.section-solutions .content .right-column ul li.color-design::before {
  background-color: #FF7FD8;
}
main section.section-solutions .content .right-column ul li.color-prototyping::before {
  background-color: #641996;
}
main section.section-solutions .content .right-column ul li.color-development::before {
  background-color: #32D7FF;
}
main section.section-solutions .content .right-column ul li.color-modification::before {
  background-color: #97FCFF;
}
main section.section-solutions .content .right-column ul li.color-support::before {
  background-color: #2A60FF;
}
main section.section-tech-stack {
  padding: 80px 0 60px;
}
main section.section-tech-stack .container {
  max-width: 1114px;
  margin: 0 auto;
}
main section.section-tech-stack .container .content h2 {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
  color: #FFFFFF;
}
main section.section-tech-stack .container .content .tech-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
main section.section-tech-stack .container .content .tech-list .tech-item {
  display: flex;
  align-items: flex-start;
  width: calc(33.33% - 20px);
}
main section.section-tech-stack .container .content .tech-list .tech-item img {
  width: 100px;
  height: 100px;
  margin-right: 24px;
}
main section.section-tech-stack .container .content .tech-list .tech-item .tech-info h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
}
main section.section-tech-stack .container .content .tech-list .tech-item .tech-info p {
  font-size: 16px;
  color: #AEAEAE;
  line-height: 140%;
}
main section.section-contact {
  position: relative;
  padding: 60px 0;
  border-top: 1px dotted rgba(174, 174, 174, 0.1);
}
main section.section-contact .container {
  max-width: 1114px;
  margin: 0 auto;
  text-align: center;
}
main section.section-contact .container .content h2 {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 34px;
  line-height: 140%;
}
main section.section-contact .container .content p {
  font-size: 16px;
  color: #AEAEAE;
  margin-bottom: 56px;
}
main section.section-contact .container .content .contact-form {
  max-width: 640px;
  margin: 0 auto;
}
main section.section-contact .container .content .contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
main section.section-contact .container .content .contact-form .form-row input {
  flex: 1;
  padding: 16px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
}
main section.section-contact .container .content .contact-form .form-row input::placeholder {
  color: #AEAEAE;
}
main section.section-contact .container .content .contact-form .form-row input:focus-visible {
  outline: none;
}
main section.section-contact .container .content .contact-form .form-disclaimer {
  font-size: 14px;
  color: #AEAEAE;
  margin-bottom: 32px;
}
main section.section-contact .container .content .contact-form .btn-submit {
  width: 100%;
  padding: 15px;
  background: transparent;
  border: 1px solid;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: lowercase;
  cursor: pointer;
}
main section.section-contact .contact-background-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.7;
}
main section.section-contact .contact-background-gradient {
  overflow: hidden;
  position: absolute;
  top: -460px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.8;
}

footer {
  display: flex;
  height: 127px;
  align-items: center;
  font-size: 14px;
  border-top: 1px dotted rgba(174, 174, 174, 0.1);
}
footer .content {
  display: flex;
  justify-content: space-between;
}
footer .content .address {
  display: flex;
  flex-direction: column;
}
footer .content .address span {
  margin-top: 10px;
  color: #AEAEAE;
}
footer .content .company-info {
  display: flex;
}
footer .content .company-info .inn,
footer .content .company-info .kpp,
footer .content .company-info .bic {
  display: flex;
  flex-direction: column;
}
footer .content .company-info .inn:not(:last-child),
footer .content .company-info .kpp:not(:last-child),
footer .content .company-info .bic:not(:last-child) {
  margin-right: 16px;
}
footer .content .company-info .inn span,
footer .content .company-info .kpp span,
footer .content .company-info .bic span {
  color: #AEAEAE;
  margin-top: 10px;
}