@font-face {
  font-family: Archia;
  src: url("fonts/archia-bold-webfont.woff2") format("woff2"), url("fonts/archia-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: Archia;
  src: url("fonts/archia-light-webfont.woff2") format("woff2"), url("fonts/archia-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: Archia;
  src: url("fonts/archia-medium-webfont.woff2") format("woff2"), url("fonts/archia-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Archia;
  src: url("fonts/archia-semibold-webfont.woff2") format("woff2"), url("fonts/archia-semibold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: Archia;
  src: url("fonts/archia-thin-webfont.woff2") format("woff2"), url("fonts/archia-thin-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

html {
  scroll-behavior: smooth; }

html, body {
  padding: 0;
  margin: 0;
  background: white;
  color: #142356;
  line-height: 1.3; }

html, iframe, img, video {
  -webkit-filter: unset !important; }

body {
  overflow: auto; }

html, body, input, textarea, button, select {
  font-family: Archia, Verdana, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased; }

h1, h2, .contact-prompt {
  display: inline-block;
  background: linear-gradient(90deg, #3863EE, #9247E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

h1, .contact-prompt {
  font-size: 70px;
  font-weight: 400; }
  @media screen and (max-width: 860px) {
    h1, .contact-prompt {
      font-size: 32px; } }
h2 {
  font-size: 40px;
  font-weight: normal; }
  @media screen and (max-width: 860px) {
    h2 {
      font-size: 32px; } }
ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

.menu-overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
  background: #08112d;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  height: 100%;
  z-index: 5;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto minmax(0, 1fr);
  grid-template-areas: 'logo close' 'body body';
  padding: 30px;
  box-sizing: border-box; }
  .menu-overlay:not(:target) {
    visibility: hidden;
    opacity: 0; }
  .menu-overlay .logo {
    grid-area: logo;
    width: 135px;
    height: 36px; }
  .menu-overlay > .close {
    grid-area: close;
    margin: 7px 15px 0 0; }
  .menu-overlay .links {
    grid-area: body;
    align-self: center;
    justify-self: center;
    text-align: center; }
    .menu-overlay .links li {
      margin-bottom: 30px; }
      .menu-overlay .links li:last-child {
        margin-bottom: 0; }
    .menu-overlay .links a {
      font-size: 30px;
      font-weight: 500;
      text-decoration: none;
      color: white; }
      @media screen and (max-width: 600px) {
        .menu-overlay .links a {
          font-size: 24px; } }
      .menu-overlay .links a:hover {
        text-decoration: underline; }

.app-list {
  max-width: 1440px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto;
  grid-gap: 50px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    .app-list {
      grid-template-columns: minmax(0, 1fr);
      grid-gap: 30px; } }
  .app-list .app:nth-child(2n) {
    margin-right: 80px;
    margin-left: 0; }
    @media screen and (max-width: 860px) {
      .app-list .app:nth-child(2n) {
        margin: 0; } }
  .app-list .reference-active {
    cursor: pointer; }
  .app-list .app:hover div a {
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
    color: #3863EE; }
  .app-list .app {
    margin-left: 80px; }
    @media screen and (max-width: 860px) {
      .app-list .app {
        margin: 0; } }
    .app-list .app a[class="reference-negative"] {
      pointer-events: none; }
    .app-list .app img {
      display: block;
      margin-bottom: 14px;
      max-width: 100%;
      border-radius: 10px;
      height: auto; }
    .app-list .app .caption {
      font-size: 26px;
      text-align: left;
      font-weight: normal; }
      @media screen and (max-width: 860px) {
        .app-list .app .caption {
          font-size: 20px; } }
      .app-list .app .caption a {
        color: #142356; }

main > p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px; }
  @media screen and (min-width: 860px) {
    main > p {
      text-align: center; } }
main > div {
  max-width: 1440px;
  margin: 0 auto; }

h2.title-services {
  display: block;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
  text-align: center;
  margin: 0 auto; }

div.our-services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto;
  grid-gap: 50px;
  margin: 0 auto; }
  @media screen and (max-width: 1150px) {
    div.our-services-layout {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
  @media screen and (max-width: 700px) {
    div.our-services-layout {
      grid-template-columns: minmax(0, 1fr); } }
  div.our-services-layout img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
    height: auto; }
  div.our-services-layout div {
    font-size: 16px;
    line-height: 180%;
    color: #7B7A95; }
  div.our-services-layout p {
    margin: 3px 0 3px 0; }
  div.our-services-layout .single-service {
    margin: 40px auto 0;
    display: block;
    text-align: left; }
    div.our-services-layout .single-service > h3 {
      margin-top: 20px;
      font-weight: 600;
      font-style: normal;
      font-size: 26px;
      line-height: 31px;
      color: #142356; }
      @media screen and (max-width: 860px) {
        div.our-services-layout .single-service > h3 {
          font-size: 24px; } }
    div.our-services-layout .single-service > div {
      font-weight: 400; }
  div.our-services-layout .technologies-content-all {
    display: flex; }
    div.our-services-layout .technologies-content-all > div {
      flex: 1; }

h2.title-about-us {
  margin: 0 80px 80px 80px;
  font-size: 60px;
  text-align: left; }
  @media screen and (max-width: 860px) {
    h2.title-about-us {
      font-size: 24px;
      margin: 0 0 80px; } }
div.div-about-us {
  text-align: left;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto;
  grid-gap: 50px;
  margin-bottom: 100px; }
  @media screen and (max-width: 860px) {
    div.div-about-us {
      grid-template-columns: minmax(0, 1fr);
      margin-bottom: 60px; } }
  div.div-about-us .about-us-content:nth-child(1) {
    font-weight: 400; }
  div.div-about-us .about-us-content {
    margin: 0 80px;
    font-size: 22px;
    line-height: 180%;
    color: #7B7A95; }
    @media screen and (max-width: 860px) {
      div.div-about-us .about-us-content {
        font-size: 16px;
        margin: 0; } }
    @media screen and (max-width: 860px) {
      div.div-about-us .about-us-content > p {
        margin-top: 60px; } }
    div.div-about-us .about-us-content p.about-us-indentation {
      margin-top: 82px;
      font-weight: 400; }
      @media screen and (max-width: 860px) {
        div.div-about-us .about-us-content p.about-us-indentation {
          margin-top: 0; } }
    div.div-about-us .about-us-content .text-bold {
      font-weight: bold; }

div.relation-ships {
  margin: 80px 80px 0 80px;
  font-size: 32px;
  max-width: 900px;
  text-align: left;
  line-height: 160%; }
  @media screen and (max-width: 860px) {
    div.relation-ships {
      font-size: 24px;
      margin: 80px 0 0; } }
  div.relation-ships a {
    text-decoration: none;
    cursor: default;
    font-size: 18px;
    padding: 0 25px;
    display: inline-block;
    color: #FFFFFF;
    background: #3863EE;
    border-radius: 5px;
    text-align: center;
    font-weight: 600; }
    @media screen and (max-width: 860px) {
      div.relation-ships a {
        padding: 7px 25px; } }
  div.relation-ships a:hover {
    cursor: pointer;
    transition: 0.3s;
    background: #142356; }

.try-button-start {
  text-align: center; }
  .try-button-start a.contact-link {
    cursor: default;
    max-width: 225px;
    background: #142356;
    border-radius: 5px;
    padding: 14px 25px;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600; }
  .try-button-start a.contact-link:hover {
    cursor: pointer;
    transition: 0.3s;
    background: #3863EE; }

.step-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto;
  grid-gap: 50px;
  margin-bottom: 100px; }
  @media screen and (max-width: 860px) {
    .step-list {
      grid-template-columns: minmax(0, 1fr);
      margin-bottom: 60px;
      grid-gap: 50px; } }
  .step-list .step {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px; }
    .step-list .step .no {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px;
      color: #7b7a95; }
    .step-list .step .name {
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 30px; }
      @media screen and (min-width: 860px) {
        .step-list .step .name {
          flex: 1;
          padding-bottom: 30px; } }
    .step-list .step img {
      display: block;
      max-width: 100%;
      border-radius: 10px;
      height: auto; }
    @media screen and (max-width: 860px) {
      .step-list .step {
        margin-bottom: 30px; }
        .step-list .step .no {
          font-size: 16px; }
        .step-list .step .name {
          font-size: 24px; } }
main {
  width: 100%; }
  main h1 {
    max-width: 1320px;
    margin: 120px auto 80px auto;
    text-align: center;
    display: block; }
    @media screen and (max-width: 860px) {
      main h1 {
        text-align: left;
        margin: 40px 30px; } }
  main section {
    width: 100%;
    display: block;
    margin: 120px 0;
    background: #F6F6FC;
    padding: 120px 0;
    text-align: center; }
    @media screen and (max-width: 860px) {
      main section {
        margin: 80px 0;
        padding: 40px 0; } }
  main section:nth-child(2n) {
    background: white;
    padding: 0; }
  main div.content-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px; }
  main h2 {
    margin-bottom: 60px; }
    @media screen and (max-width: 860px) {
      main h2 {
        margin-top: 0; } }
  main #services, main #projects, main #about-us, main #process {
    position: relative;
    top: -200px; }
  @media screen and (max-width: 860px) {
    main #services, main #about-us {
      top: -120px; } }
  @media screen and (max-width: 860px) {
    main #projects, main #process {
      top: -160px; } }
body > header {
  position: sticky;
  top: -20px;
  background: white;
  z-index: 1; }
  body > header.stuck {
    backdrop-filter: blur(40px);
    box-shadow: 0 25px 30px rgba(0, 0, 0, 0.05); }
  body > header .inner {
    max-width: 1340px;
    margin: auto;
    display: flex;
    height: 82px;
    padding: 10px 30px;
    align-items: center;
    border-bottom: 1px solid transparent;
    background: white; }
  body > header.stuck .inner {
    padding-top: 20px; }
  body > header nav {
    flex: 1;
    text-align: right; }
    body > header nav a {
      color: #7b7a95;
      margin-left: 40px;
      text-decoration: none;
      font-size: 20px;
      font-weight: 400; }
      body > header nav a:hover {
        transition: 0.3s;
        color: #3863EE; }
      body > header nav a.active {
        color: #3863EE; }
    @media screen and (max-width: 860px) {
      body > header nav a:not(.burger) {
        display: none; } }
    @media screen and (min-width: 860px) {
      body > header nav a.burger {
        display: none; } }
body > main {
  max-width: 100%;
  margin: auto; }

body > footer {
  padding: 20px 20px;
  background-color: #08112D;
  background-image: url("b-background-zapati.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500; }
  @media screen and (max-width: 860px) {
    body > footer {
      background-position: left center; } }
  body > footer, body > footer a {
    color: white; }
  body > footer #contact {
    position: relative;
    top: -100px; }
  body > footer .contact-links, body > footer .contact-prompt, body > footer .contact-info, body > footer .copy {
    max-width: 1280px;
    margin: 80px auto 20px; }
    @media screen and (max-width: 860px) {
      body > footer .contact-links, body > footer .contact-prompt, body > footer .contact-info, body > footer .copy {
        margin: 60px auto 20px; } }
  body > footer .contact-links {
    margin-top: 40px; }
    body > footer .contact-links li {
      margin-bottom: 10px;
      font-size: 26px; }
      @media screen and (max-width: 860px) {
        body > footer .contact-links li {
          font-size: 20px; } }
      body > footer .contact-links li a:hover {
        text-decoration: none; }
  body > footer .contact-info {
    margin-top: 80px;
    display: flex;
    margin-bottom: 120px;
    color: white;
    opacity: 0.5;
    max-width: 900px; }
    @media screen and (max-width: 860px) {
      body > footer .contact-info {
        display: block;
        margin-bottom: 60px;
        margin-top: 60px; }
        body > footer .contact-info > .group {
          margin-bottom: 10px; } }
    body > footer .contact-info > .group {
      flex: 1; }
