@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap);
/*! 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  position: relative;
}

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #9ba5b7;
}
body.fixed {
  overflow: hidden;
}

.container {
  max-width: 1230px;
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 16px;
  }
}

img {
  display: block;
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
  transition: color 0.3s;
  text-decoration: none;
  color: #9ba5b7;
}

button:focus,
input:focus {
  outline: transparent;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

button {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  transition: color 0.3s;
}

input,
textarea {
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}

::-moz-selection {
  background-color: rgba(20, 99, 217, 0.5);
  color: #080318;
}

::selection {
  background-color: rgba(20, 99, 217, 0.5);
  color: #080318;
}

* {
  outline: none;
  scrollbar-color: #1463d9 #fff;
  scrollbar-width: thin;
}

* scrollbarbutton {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

*::-webkit-scrollbar-thumb {
  background: #1463d9;
}

*::-webkit-scrollbar-track {
  background-color: #fff;
  width: 3px;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.btn p {
  padding: 0 32px;
  border-radius: 28px;
  background: #1463d9;
  font-weight: 600;
  color: #fff;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn p {
    padding: 0 24px;
  }
}
.btn__icon {
  border-radius: 28px;
  background: #1463d9;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .btn__icon {
    display: none;
  }
}
.thankyou {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  height: 700px;
}

.thankyou__box {
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.thankyou__box h1 {
    padding-top: 150px;
}

h1 {
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 32px;
  line-height: 110%;
  max-width: 500px;
  color: #181717;
}
h1 span {
  color: #1463d9;
}
@media (max-width: 1300px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    max-width: 256px;
  }
}

h2 {
  margin-bottom: 32px;
  text-transform: uppercase;
  font-size: 36px;
  color: #181717;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
h2 span {
  color: #1463d9;
}

header {
  padding-top: 37px;
  position: relative;
  z-index: 2;
}
header::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  left: calc(50vw - 20px);
  background: #f6f6f6;
  height: calc(100% - 20px);
  border-radius: 30px 30px 0 0;
  z-index: -1;
}
@media (max-width: 1300px) {
  header::before {
    top: 10px;
    right: 10px;
    left: calc(50vw - 10px);
    height: calc(100% - 10px);
  }
}
@media (max-width: 1023px) {
  header::before {
    left: calc(55vw - 10px);
  }
}
@media (max-width: 1300px) {
  header {
    padding-top: 20px;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .col:first-child {
  display: flex;
  align-items: center;
}
header .col:first-child a {
  margin-right: 20px;
}
header .col:first-child p {
  font-weight: 600;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  header .col:first-child p {
    display: none;
  }
}
header ul {
  list-style: none;
  display: flex;
}
header ul a {
  color: #9ba5b7;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
header ul a.current {
  color: #1463d9;
  background-color: #fff;
  filter: drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
header ul li:not(:last-child) {
  margin-right: 8px;
}

.header-content::before {
  display: none;
}

.footer {
  margin-top: auto;
  padding-bottom: 48px;
}
@media (max-width: 1023px) {
  .footer {
    padding-bottom: 35px;
  }
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .footer .container {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .footer .container > p {
    line-height: 140%;
    margin-bottom: 20px;
  }
}
.footer .col {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .footer .col {
    margin-bottom: 20px;
  }
}
.footer .col p,
.footer .col a {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.hero {
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  left: calc(50vw - 20px);
  background: #f6f6f6;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1300px) {
  .hero::before {
    right: 10px;
    left: calc(50vw - 10px);
  }
}
@media (max-width: 1023px) {
  .hero::before {
    left: calc(55vw - 10px);
  }
}
.hero .btn {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .hero .btn__icon {
    display: none;
  }
}
.hero .container {
  padding-top: 155px;
  padding-bottom: 155px;
}

.hero__img {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: calc(50% - 20px);
  left: 50%;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .hero__img {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .hero__img img {
    transform: translateX(35%);
  }
}

.hero__subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #1463d9;
  font-weight: 600;
  margin-bottom: 28px;
}
.hero__subtitle svg {
  width: 24px;
  margin-right: 8px;
}

.hero__result {
  border-radius: 30px;
  background: #fff;
  padding: 24px 22px;
  box-shadow: 0px 44px 63px -9px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 284px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .hero__result {
    bottom: -130px;
  }
}
@media (max-width: 767px) {
  .hero__result {
    bottom: -86px;
  }
}
.hero__result svg {
  margin-right: 23px;
}
@media (max-width: 767px) {
  .hero__result svg {
    width: 40px;
    height: 40px;
  }
}
.hero__result span {
  display: block;
  color: #181717;
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .hero__result span {
    font-size: 24px;
  }
}

.services {
  padding-top: 90px;
  padding-bottom: 64px;
  position: relative;
}
@media (max-width: 1023px) {
  .services {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .services {
    padding-top: 156px;
    margin-bottom: 48px;
  }
}
.services h2 {
  max-width: 190px;
}
.services .btn {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .services .btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -40px;
  }
}
.services .col:not(:last-child) {
  margin-top: 94px;
}
@media (max-width: 1023px) {
  .services .col:not(:last-child) {
    margin-top: 0;
  }
}
.services::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  left: calc(50vw - 20px);
  background: #f6f6f6;
  height: 100%;
  z-index: -1;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 1300px) {
  .services::before {
    right: 10px;
    left: calc(50vw - 10px);
  }
}
@media (max-width: 1023px) {
  .services::before {
    left: calc(55vw - 10px);
  }
}
.services .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1023px) {
  .services .container {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}

.service__item {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 14px 63px -9px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.service__item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .service__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.service__item svg {
  margin-bottom: 16px;
}
.service__item-name {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #181717;
  margin-bottom: 8px;
}
.service__item-descr {
  line-height: 140%;
}
.service__item ul {
  list-style: none;
  line-height: 140%;
}
.service__item ul li {
  padding-left: 16px;
  position: relative;
}
.service__item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 10px;
  background-color: #9ba5b7;
}

.projects {
  padding-top: 120px;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .projects {
    padding-bottom: 80px;
  }
}
.projects h2 {
  text-align: center;
  margin-bottom: 164px;
}
@media (max-width: 767px) {
  .projects h2 {
    margin-bottom: 80px;
  }
}

.project__item {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr;
  position: relative;
}
@media (max-width: 1199px) {
  .project__item {
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 1023px) {
  .project__item {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (max-width: 767px) {
  .project__item {
    grid-template-columns: 1fr;
  }
}
.project__item .col:last-child {
  grid-column: 2/3;
}
@media (max-width: 767px) {
  .project__item .col:last-child {
    grid-column: 1;
  }
}
.project__item:not(:last-child) {
  margin-bottom: 256px;
}
@media (max-width: 1199px) {
  .project__item:not(:last-child) {
    margin-bottom: 190px;
  }
}
@media (max-width: 767px) {
  .project__item:not(:last-child) {
    margin-bottom: 96px;
  }
}
.project__item:nth-child(odd) {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 1023px) {
  .project__item:nth-child(odd) {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (max-width: 767px) {
  .project__item:nth-child(odd) {
    grid-template-columns: 1fr;
  }
}
.project__item:nth-child(odd) .col:first-child {
  grid-column: 2/3;
}
@media (max-width: 1199px) {
  .project__item:nth-child(odd) .col:first-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15%;
    left: auto;
  }
}
@media (max-width: 1023px) {
  .project__item:nth-child(odd) .col:first-child {
    right: -100%;
  }
}
@media (max-width: 767px) {
  .project__item:nth-child(odd) .col:first-child {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    transform: none;
    top: 0;
    right: 0;
    margin-bottom: 56px;
  }
}
.project__item:nth-child(odd) .col:first-child::before {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .project__item:nth-child(odd) .col:first-child::before {
    width: 400px;
    height: 400px;
    right: -40%;
  }
}
.project__item:nth-child(odd) .col:first-child img {
  left: auto;
  right: 80px;
  width: 680px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .project__item:nth-child(odd) .col:first-child img {
    width: auto;
    transform: translateY(-50%) translateX(10%);
  }
}
@media (max-width: 1023px) {
  .project__item:nth-child(odd) .col:first-child img {
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .project__item:nth-child(odd) .col:first-child img {
    width: 150%;
    height: 340px;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    transform: translateX(25%);
  }
}
.project__item:nth-child(odd) .col:last-child {
  grid-column: 1/2;
  grid-row: 1;
}
@media (max-width: 767px) {
  .project__item:nth-child(odd) .col:last-child {
    grid-row: 2;
  }
}
.project__item .col:first-child {
  z-index: 2;
  position: relative;
}
@media (max-width: 1199px) {
  .project__item .col:first-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15%;
  }
}
@media (max-width: 1023px) {
  .project__item .col:first-child {
    left: -50%;
  }
}
@media (max-width: 767px) {
  .project__item .col:first-child {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    margin-bottom: 56px;
  }
}
.project__item .col:first-child::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #f6f6f6;
  z-index: -1;
}
@media (max-width: 767px) {
  .project__item .col:first-child::before {
    width: 400px;
    height: 400px;
    left: -40%;
  }
}
.project__item .col:first-child img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .project__item .col:first-child img {
    width: auto;
    transform: translateY(-50%) translateX(-10%);
  }
}
@media (max-width: 1023px) {
  .project__item .col:first-child img {
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .project__item .col:first-child img {
    width: 150%;
    height: 340px;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    transform: translateX(-25%);
  }
}

.project__item-name {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  color: #181717;
}
.project__item-name svg {
  margin-left: 5px;
}

.project__item-descr {
  line-height: 140%;
  margin-bottom: 40px;
}

.project__item-stack {
  margin-bottom: 40px;
  list-style: none;
  color: #181717;
  font-weight: 600;
}
.project__item-stack li:not(:last-child) {
  margin-bottom: 22px;
}
.project__item-stack span {
  color: #1463d9;
  display: inline-block;
  margin-right: 19px;
  font-size: 20px;
}

.project__item-subtitle {
  color: #181717;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 17px;
}

.project__item-complete {
  list-style: none;
}
.project__item-complete:not(:last-child) {
  margin-bottom: 37px;
}
.project__item-complete li:not(:last-child) {
  margin-bottom: 17px;
}
.project__item-complete li {
  line-height: 140%;
  padding-left: 40px;
  position: relative;
}
.project__item-complete li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #1463d9;
  border-radius: 50%;
  left: 0;
  top: 6px;
}

.project__item--green .project__item-stack span {
  color: #81a87a;
}
.project__item--green .project__item-complete li::before {
  background-color: #81a87a;
}

.project__item--blue .project__item-stack span {
  color: #8cdbfa;
}
.project__item--blue .project__item-complete li::before {
  background-color: #8cdbfa;
}

.project__item--violet .project__item-stack span {
  color: #6d6cf5;
}
.project__item--violet .project__item-complete li::before {
  background-color: #6d6cf5;
}

.project__item--gold .project__item-stack span {
  color: #c2996b;
}
.project__item--gold .project__item-complete li::before {
  background-color: #c2996b;
}

.projects-bottom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  background: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  color: #215ece;
  font-size: 24px;
  margin: 0 auto;
  font-weight: 600;
  box-shadow: 0px 44px 63px -9px rgba(0, 0, 0, 0.1);
}

.accordion {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #f6f6f6;
}
.accordion:not(:last-child) {
  margin-bottom: 18px;
}

.accordion__intro {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease-in-out;
  font-weight: 700;
  color: #181717;
  font-size: 18px;
  padding-bottom: 8px;
  transition: color 0.3s;
  text-transform: uppercase;
}
.accordion__intro p {
  display: flex;
  align-items: center;
}
.accordion__intro span {
  transition: color 0.3s;
  color: #f5f5f5;
  margin-right: 35px;
  font-size: 48px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .accordion__intro span {
    font-size: 40px;
    margin-right: 24px;
  }
}

.accordion__active .accordion__content {
  opacity: 1;
}

.accordion__active {
  background: transparent;
}
.accordion__active .accordion__intro {
  color: #1463d9;
}
.accordion__active .accordion__intro span {
  color: #c0cbdd;
}
.accordion__active .accordion__intro-btn {
  border-color: #1463d9;
}
.accordion__active .accordion__intro-btn svg {
  stroke: #1463d9;
  transform: rotate(180deg);
}

.accordion__content {
  max-height: 0;
  will-change: max-height;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: relative;
  color: #9ba5b7;
  padding: 0;
}
.accordion__content p,
.accordion__content li {
  line-height: 140%;
}
.accordion__content ul {
  list-style: none;
}
.accordion__content p:not(:last-child),
.accordion__content ul:not(:last-child) {
  margin-bottom: 16px;
}

.accordion__content-inner {
  padding-top: 8px;
  padding-left: 90px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .accordion__content-inner {
    padding-left: 0;
  }
}

.accordion__intro-btn {
  flex-shrink: 0;
  margin-left: 16px;
  width: 24px;
  height: 24px;
  border: 1px solid #9ba5b7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion__intro-btn svg {
  transition: stroke 0.3s, transform 0.3s;
  stroke: #9ba5b7;
}

.steps {
  padding-bottom: 98px;
}
.steps .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1023px) {
  .steps .container {
    grid-template-columns: 1fr;
  }
}
.steps h2 {
  margin-bottom: 40px;
}
.steps h2 span {
  display: block;
}

.contacts {
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1023px) {
  .contacts {
    padding-bottom: 88px;
  }
}
.contacts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: calc(53vw - 20px);
  background: #f6f6f6;
  height: 364px;
  z-index: -1;
  border-radius: 30px;
}
@media (max-width: 1300px) {
  .contacts::before {
    left: 10px;
  }
}
@media (max-width: 1023px) {
  .contacts::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .contacts .col:last-child .btn {
    width: 100%;
  }
  .contacts .col:last-child .btn p {
    flex: 1;
  }
}
.contacts .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1023px) {
  .contacts .container {
    grid-template-columns: 1fr;
    gap: 70px 0;
  }
}
.contacts h2 {
  margin-top: 70px;
  margin-bottom: 30px;
}
.contacts h2 span {
  display: block;
}
@media (max-width: 1023px) {
  .contacts h2 {
    margin-top: 0;
  }
}
.contacts .col:first-child p {
  color: #9ba5b7;
  line-height: 140%;
  max-width: 440px;
}
.contacts .col:first-child .btn p {
  color: #fff;
}
.contacts .contacts__link {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.contacts .tg {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1463d9;
  margin-right: 8px;
}
.contacts .radio {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .contacts .radio {
    gap: 16px;
  }
}
.contacts .radio-name {
  border: 1px solid #1463d9;
  border-radius: 50px;
  color: #1463d9;
  padding: 16px 36px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .contacts .radio-name {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .contacts .radio-name {
    padding: 16px 20px;
  }
}
.contacts input[type=radio] {
  display: none;
}
.contacts input[type=radio]:checked + .radio-name {
  border-color: #9ba5b7;
  background-color: #9ba5b7;
  color: #fff;
}
.contacts .input p {
  color: #1463d9;
  margin-bottom: 8px;
}
.contacts .input:not(:last-child) {
  margin-bottom: 24px;
}
.contacts textarea {
  border: 1px solid #9ba5b7;
  max-width: 470px;
  width: 100%;
  height: 156px;
  resize: none;
  border-radius: 16px;
  padding: 24px 32px;
}
@media (max-width: 1023px) {
  .contacts textarea {
    max-width: 100%;
  }
}
.contacts textarea::-moz-placeholder {
  color: #9ba5b7;
}
.contacts textarea::placeholder {
  color: #9ba5b7;
}
.contacts input {
  border-radius: 50px;
  border: 1px solid #9ba5b7;
  height: 54px;
  max-width: 470px;
  width: 100%;
  padding: 0 32px;
}
@media (max-width: 1023px) {
  .contacts input {
    max-width: 100%;
  }
}
.contacts input::-moz-placeholder {
  color: #9ba5b7;
}
.contacts input::placeholder {
  color: #9ba5b7;
}

.team__item {
  position: relative;
}
.team__item img {
  max-width: 364px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1300px) {
  .team__item img {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .team__item img {
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .team__item:last-child {
    margin-top: 72px;
  }
}
.team__item:last-child img {
  max-width: 270px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .team__item:last-child img {
    max-width: 214px;
  }
}
.team__item:last-child .team__item-info {
  left: auto;
  right: 214px;
  bottom: 22px;
  top: auto;
}
@media (max-width: 767px) {
  .team__item:last-child .team__item-info {
    right: auto;
    left: 24px;
  }
}

.team__item-info {
  position: absolute;
  top: 44px;
  left: 270px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 44px 63px -9px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
}
@media (max-width: 1300px) {
  .team__item-info {
    left: 156px;
    top: auto;
    bottom: 44px;
  }
}
@media (max-width: 767px) {
  .team__item-info {
    left: 24px;
    bottom: -24px;
  }
}
.team__item-info p:first-child {
  color: #181717;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}
.team__item-info p:last-child {
  white-space: nowrap;
  color: #9ba5b7;
  font-weight: 600;
}

.project__items {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .project__items {
    margin-bottom: 56px;
  }
}

.text-content {
  padding: 72px 0 88px;
}
@media (max-width: 767px) {
  .text-content {
    padding: 56px 0 80px;
  }
}
.text-content h1 {
  margin-bottom: 30px;
}
.text-content .text:not(:last-child) {
  margin-bottom: 32px;
}
.text-content p {
  line-height: 150%;
}
.text-content p:not(:last-child) {
  margin-bottom: 16px;
}
.text-content h2 {
  color: #1D1C1C;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .text-content h2 {
    font-size: 21px;
  }
}

@media (hover), (min-width: 0\0 ), (min--moz-device-pixel-ratio: 0) {
  .footer a:hover {
    color: #1463d9;
  }
  .btn:hover .btn__icon {
    opacity: 1;
  }
}
.revealOnScroll {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  aniamtion-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.flipX {
  -webkit-animation-name: flipX;
          animation-name: flipX;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    transform: matrix3d(1.08419, 0.000106214, 0, 0, -0.000106214, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: matrix3d(1.08419, 0.000106214, 0, 0, -0.000106214, 1.08419, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes DevLogo {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes DevLogo {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
