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

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  margin: 0;
  font: inherit;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #AB7ECF;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button, input, select, textarea {
  font: inherit;
  background-color: transparent;
  outline: none;
  border: 0;
}

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

.button {
  padding: 14px 32px;
  border-radius: 24px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 767px) {
  .button {
    width: 100%;
    padding: 14px 8px;
  }
}
.button--primary {
  background: #b97ee9;
  border: 1px solid #b97ee9;
  color: white;
}
.button--primary:hover {
  background: #d19aff;
  border: 1px solid #d19aff;
}
.button--primary-outline {
  border: 1px solid #b97ee9;
  color: #b97ee9;
}
.button--primary-outline:hover {
  color: #d19aff;
  border: 1px solid #d19aff;
}

.buttons-wrapper {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .buttons-wrapper {
    flex-direction: column;
  }
}

.tag {
  padding: 12px 16px;
  border-radius: 100px;
  border: 2px solid #1294d5;
  background: #f5faff;
  color: #3c3c3c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  margin-bottom: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .tag {
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 8px;
  }
}

.tag--primary {
  border: 2px solid #685fc9;
  background: #fcfbff;
}

.tag--secondary {
  border: 2px solid #c05fed;
  background: #fefbff;
}

.text-bold {
  font-weight: 700;
}

.text-brand {
  color: #008fd5;
}

.text-primary {
  color: #d096ff;
}

.text-on-dark {
  color: #f9f9f9;
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mt-54 {
  margin-top: 54px;
}
@media (max-width: 768px) {
  .mt-54 {
    margin-top: 40px;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .mt-48 {
    margin-top: 32px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .mt-40 {
    margin-top: 24px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .mt-32 {
    margin-top: 40px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .mt-24 {
    margin-top: 16px;
  }
}

.mt-8 {
  margin-top: 8px;
}

.title-xs {
  font-size: 18px;
}

.title-sm {
  font-size: 24px;
}

.title-md {
  font-size: 32px;
  line-height: 100%;
}
@media (max-width: 768px) {
  .title-md {
    font-size: 14px;
    font-weight: 600;
  }
}

.expertise-title-md {
  font-size: 32px;
  color: #3c3c3c;
}
@media (max-width: 768px) {
  .expertise-title-md {
    font-size: 24px;
  }
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #3c3c3c;
}

.line-height140 {
  line-height: 140%;
}

.container {
  max-width: 1268px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .header__inner {
    padding: 20px 0;
  }
}
.header__socials {
  display: flex;
}
.header__socials svg {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.header__socials svg:hover {
  fill: #904fc6;
}

.social__link {
  width: 24px;
  height: 24px;
  display: flex;
}

.social__link:not(:last-child) {
  margin-right: 16px;
}

.footer {
  background: #3c3c3c;
  padding: 40px 0;
  color: white;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__inner {
    font-size: 12px;
  }
}
.footer__socials {
  display: flex;
}
.footer__socials svg {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.text p {
  line-height: 140%;
}

.block {
  display: block;
}
.block--highlighted {
  background: #f8f8f8;
}
.block--dark {
  background: #454545;
  color: #f9f9f9;
}
.block--last {
  background-image: url("../assets/images/footer-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .block--last {
    background-size: cover;
    background-image: none;
  }
}
.block__inner {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .block__inner {
    padding: 64px 0;
  }
}
.block__title {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .block__title {
    font-size: 24px;
    font-weight: 600;
  }
}

.is-hiden-form .is-hiden {
  display: none;
}

.col {
  display: flex;
}
@media (max-width: 768px) {
  .col {
    flex-direction: column;
    gap: 16px;
  }
}
.col__column--equal {
  flex: 1 1 0px;
}
.col__title {
  width: 45%;
  min-height: 100px;
}
@media (max-width: 768px) {
  .col__title {
    width: 100%;
    min-height: auto;
  }
}
.col__content {
  width: 55%;
}
@media (max-width: 768px) {
  .col__content {
    width: 100%;
  }
}

.col--expertise {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .col--expertise {
    margin-bottom: 56px;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .col--footer {
    gap: 40px;
  }
  .col--footer form.text {
    margin-top: 40px;
  }
}

.form-control {
  width: 100%;
  padding: 14px 32px;
  border-radius: 24px;
  border: 1px solid #d6d6d6;
  color: white;
}
.form-control::placeholder {
  color: white;
}
.form-control:focus {
  border: 1px solid #b75fff;
}

#app {
  min-height: calc(100vh - 100px);
}

.main-wrapper {
  display: flex;
  flex-direction: column;
}

.title {
  padding-bottom: 432px;
  padding-top: 164px;
  background-image: url("../assets/images/header-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .title {
    padding-bottom: 0;
    padding-top: 0;
    background-image: url("../assets/images/header-bg-mobile.svg");
    height: calc(100vh - 80px);
    background-position-y: 40%;
    display: flex;
    align-items: center;
  }
}
.title__inner {
  max-width: 850px;
}
.title__title {
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #3c3c3c;
}
@media (max-width: 767px) {
  .title__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
  }
}
.title__text {
  font-size: 24px;
  line-height: 140%;
  color: #3c3c3c;
}
@media (max-width: 767px) {
  .title__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 13.5vh;
  }
}

.title--secondary {
  padding-bottom: 90px;
  padding-top: 68px;
  background-image: url("../assets/images/header-projects-bg.svg");
  background-size: cover;
}
@media (max-width: 767px) {
  .title--secondary {
    padding-bottom: 64px;
    padding-top: 64px;
    background-image: url("../assets/images/header-bg-mobile.svg");
    height: auto;
    background-position-y: 70%;
    display: flex;
    align-items: center;
    background-size: contain;
  }
}
.title--secondary .title__title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .title--secondary .title__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .title--secondary .title__text {
    margin-bottom: 0;
  }
}

.enum {
  display: flex;
  justify-content: space-between;
}
.enum__num {
  font-weight: 800;
  min-width: 70px;
  color: #e8ccff;
  font-size: 32px;
}
.enum__data h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .enum__data h3 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 100%;
  }
}
.enum__data p {
  line-height: 140%;
}

.plusses__item {
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
}
.plusses__item__header {
  position: relative;
  padding: 24px 0;
  padding-right: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .plusses__item__header {
    padding: 16px 0;
    padding-right: 32px;
  }
}
.plusses__item__header::after {
  content: "";
  position: absolute;
  background: url("../assets/images/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
}
.plusses__item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.plusses__num {
  min-width: 48px;
  color: rgba(33, 163, 229, 0.6);
  font-size: 24px;
  font-weight: 800;
}
.plusses__icon {
  height: 48px;
  width: 48px;
  border-radius: 23px;
  border: 1px solid #008fd5;
  background: rgba(43, 171, 233, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .plusses__icon {
    margin-right: 24px;
  }
}
.plusses__number {
  color: #008fd5;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-right: 48px;
}
@media (max-width: 768px) {
  .plusses__number {
    font-size: 20px;
  }
}
.plusses__subheader {
  color: #3c3c3c;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .plusses__subheader {
    font-size: 16px;
  }
}
.plusses__item--secondary .plusses__item__header {
  font-size: 32px;
  padding: 32px 32px 32px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .plusses__item--secondary .plusses__item__header {
    padding: 16px 32px 16px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    flex-direction: column;
  }
  .plusses__item--secondary .plusses__item__header .w-50 {
    width: 100%;
  }
  .plusses__item--secondary .plusses__item__header .plusses__number {
    margin-right: 40px;
  }
  .plusses__item--secondary .plusses__item__header .plusses__subheader {
    margin-left: 66px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    color: #8e8e8e;
  }
}
.plusses__item--secondary .w-50 {
  display: flex;
  align-items: center;
  width: 50%;
}
.plusses__item--secondary .plusses__item__content {
  margin-left: calc(50% - 16px);
  line-height: 140%;
  color: #8e8e8e;
}
@media (max-width: 768px) {
  .plusses__item--secondary .plusses__item__content {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .plusses--no-margin {
    margin: 0;
  }
}

.plusses.hiden-after .plusses__item__header::after {
  display: none;
}

.plusses__item.active .plusses__item__content {
  max-height: 1000px;
  padding-bottom: 24px;
}
.plusses__item.active .plusses__item__content p:not(:last-child) {
  margin-bottom: 16px;
}
.plusses__item.active .plusses__item__header::after {
  transform: rotateX(-180deg);
  background: url("../assets/images/plus-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.plusses__item--secondary.active .plusses__item__content {
  padding-bottom: 32px;
}

.enumerations__item {
  position: relative;
  padding: 16px 0;
  padding-right: 32px;
  display: flex;
}
@media (max-width: 768px) {
  .enumerations__item {
    padding-right: 0;
  }
}
.enumerations__num {
  min-width: 88px;
  color: rgba(33, 163, 229, 0.6);
  font-size: 32px;
  font-weight: 800;
  line-height: 100%;
}
@media (max-width: 768px) {
  .enumerations__num {
    min-width: 68px;
    font-size: 24px;
  }
}
.enumerations__data {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.enumerations__data p {
  line-height: 140%;
}
.enumerations__data .enumerations__title {
  line-height: 100%;
}
.enumerations__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}

.wrapper-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 130px 0 245px 0;
}
.wrapper-404 .wrapper-404__img {
  margin-bottom: 70px;
}
.wrapper-404 .wrapper-404__title {
  color: #3c3c3c;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.wrapper-404 .wrapper-404__description {
  color: #3c3c3c;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .no-br {
    display: none;
  }
}