@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  text-align: left;
  background: #000205 url(../images/body-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.overflow-hidden {
  height: 100vh;
  overflow: hidden;
}

body > * {
  width: 100%;
}

*::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

*,
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

table {
  width: 100%;
}

p {
  width: 100%;
}

ul,
ol {
  text-align: left;
}

/* Article */
article > *,
.article > * {
  margin-bottom: 24px;
}

article > *:last-child,
.article > *:last-child {
  margin-bottom: 0;
}

article h2,
.article h2 {
  margin-top: 48px;
}

article h3,
.article h3 {
  margin-top: 36px;
}

article h2:first-child,
.article h2:first-child,
article h3:first-child,
.article h3:first-child {
  margin-top: 0;
}

article h3,
.article h3 {
  color: #f79009;
}

.article a,
article a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.article a:hover,
article a:hover {
  color: #725eff;
}

.article ul > li,
.article ol > li,
article ul > li,
article ol > li {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}

.article ul > li + li,
.article ol > li + li,
article ul > li + li,
article ol > li + li {
  margin-top: 5px;
}

ol > li {
  counter-increment: step-counter;
}

.article ul > li:before,
.article ol > li:before,
article ul > li:before,
article ol > li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  text-align: center;
}

.article ul > li:before,
article ul > li:before {
  content: '';
  width: 4px;
  height: 4px;
  left: 4px;
  top: 8px;
  background-color: #f79009;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.article ol > li:before,
article ol > li:before {
  content: counter(step-counter) '.';
  padding-top: inherit;
  top: 0;
  font-size: inherit;
  color: #f79009;
  font-weight: 300;
}

h1,
h2,
h3,
h4 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 600;
  text-transform: none;
  text-align: left;
  line-height: 1;
  color: #f79009;
}

h1 {
  margin-bottom: 24px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 0.95;
}

h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
}

.title {
  width: 100%;
}
.title.title-center {
  margin-bottom: 48px;
  text-align: center;
}

.button {
  padding: 12px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  color: #fff;
  background: #2a16b8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.27;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.button:hover {
  background: #725eff;
}

.button.hidden {
  display: none;
}

.button > img,
.button > span {
  display: inline-block;
  position: relative;
  font: inherit;
  line-height: 1;
  vertical-align: middle;
}

.button > img {
  margin-right: 12px;
}

.image img,
.background img {
  margin: 0 auto;
  display: block;
  -o-object-position: center;
  object-position: center;
}

.background img {
  height: 100%;
}

.container__wrap.image img {
  margin-right: 0;
}

.background {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: #f6f6f6;
  line-height: 1;
}

use {
  fill-rule: evenodd;
}

.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
}

.cover {
  height: auto;
  padding-left: -webkit-calc(50% - 1160px / 2);
  padding-left: calc(50% - 1160px / 2);
  padding-right: -webkit-calc(50% - 1160px / 2);
  padding-right: calc(50% - 1160px / 2);
}

.content > *,
.cover > * {
  display: block;
  position: relative;
}

.desc {
  margin-bottom: 48px;
}

.desc:last-child {
  margin-bottom: 0;
}

.desc > * {
  margin-bottom: 16px;
}
.desc > *:last-child {
  margin-bottom: 0;
}

.logo {
  font-size: 32px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  z-index: 10;
}

.nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.nav a {
  padding: 10px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.nav a:hover {
  color: #725eff;
}

/* Container */
.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.container__wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 20px / 2);
  -ms-flex: 0 0 calc(50% - 20px / 2);
  flex: 0 0 calc(50% - 20px / 2);
}

/* Header */
.header {
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: unset;
  background-color: #0c0e12;
  z-index: 10000;
}

.header__logo {
  margin-right: 52px;
}

.header__nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header__menu {
  margin: 0 0 0 auto;
  z-index: 10;
}

.header__button-menu {
  display: none;
}

.header__dropdown {
  margin-left: 60px;
  width: auto;
}

.header-dropdown__button {
  padding: 0 !important;
  width: 38px !important;
  height: 38px;
  min-width: unset !important;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.main {
  padding-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}

.main > section,
.main > article {
  margin-bottom: 80px;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.dummy {
  padding: 0 !important;
  position: absolute;
  z-index: -100;
  left: 0;
  top: -50px;
}

.top {
  position: absolute;
  right: -webkit-calc(50% - 1760px / 2);
  right: calc(50% - 1760px / 2);
  bottom: 0;
  height: 86%;
  width: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 10000;
}
body.overflow-hidden .top {
  z-index: 1;
}

.top__button {
  padding: 16px;
  width: 57px;
  height: 72px;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  bottom: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10001;
}

.top__button img {
  display: block;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Prime */
.prime {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  text-align: left;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.prime__wrap {
  padding: 48px 0 48px 48px;
}

.prime__title {
  margin-bottom: 24px;
  width: 100%;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.prime__title:last-child {
  margin-bottom: 0;
}

.prime__desc {
  font-size: 24px;
  letter-spacing: 0.02em;
}

.prime__image img {
  display: block;
  width: 100%;
  -o-object-position: center;
  object-position: center;
}

/* Services */
.services-overview > * {
  margin-bottom: 48px;
}

.services-overview > *:last-child {
  margin-bottom: 0;
}

.services-overview__list {
  margin-top: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.services-overview__list li {
  margin-top: 20px;
  margin-right: 20px;
  padding: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% - 20px * 2) / 3);
  -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
  flex: 0 0 calc((100% - 20px * 2) / 3);
  background-color: rgba(40, 20, 124, 0.6);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #725eff;
}

.services-overview__list li:nth-child(3n) {
  margin-right: 0;
}

.services-overview-list__icon {
  margin-bottom: 24px;
  width: 72px;
  height: 72px;
}

.services-overview-list__icon img {
  display: block;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.services-overview-list__title {
  margin-bottom: 16px;
  text-align: center;
}

.services-overview-list__desc {
  text-align: center;
}

.services-overview__button {
  margin-left: auto;
  margin-right: auto;
}

/* Industries */
.industries__title {
  margin-bottom: 48px;
}

.industries-list__title {
  padding-left: 28px;
  margin-bottom: 8px;
  font-size: 24px;
  color: #fff;
}

.industries__list > li {
  position: relative;
}

.industries__list > li + li {
  margin-top: 32px;
}

.industries__list > li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f79009;
}

/* Contacts */
.contacts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts__list li {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% - 20px * 2) / 3);
  -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
  flex: 0 0 calc((100% - 20px * 2) / 3);
}

.contacts__list li:last-child {
  margin-right: 0;
}

.contacts-list__icon {
  padding: 20px;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  background-color: rgba(40, 20, 124, 0.6);
  border: 0.6px solid #725eff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.contacts-list__title {
  margin-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}

.contacts-list__contact {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

a.contacts-list__contact:hover {
  color: #725eff;
}

/* About */
.info > * {
  margin-bottom: 48px;
}

.info > *:last-child {
  margin-bottom: 0;
}

.info .container:nth-child(even) .container__wrap.image img {
  margin-left: 0;
  margin-right: auto;
}

.info-wrap__title {
  margin-bottom: 32px;
}
.info-list__title {
  padding-left: 28px;
  margin-bottom: 8px;
  color: #fff;
}

.info__list > li {
  position: relative;
}

.info__list > li + li {
  margin-top: 32px;
}

.info__list > li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f79009;
}

/* FOOTER */
.footer {
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #010306;
  z-index: 100;
}

.footer__logo {
  margin-right: 52px;
}

.footer__nav {
  margin-right: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer__copy {
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

/* Services */
.services > * {
  margin-bottom: 48px;
}

.services > *:last-child {
  margin-bottom: 0;
}

.services__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  text-align: center;
}

.services__title.title-center {
  margin-bottom: 16px;
}

.services__list > * {
  margin-bottom: 48px;
}

.services__list > *:last-child {
  margin-bottom: 0;
}

.services-container__title {
  margin-bottom: 16px;
}

h3.services-container__title {
  color: #f79009;
}
h4.services-container__title {
  color: #fff;
}

.services__container:nth-child(even) .container__wrap.image img {
  margin-right: auto;
  margin-left: 0;
}

/* Error */
.main.page-error {
  background-image: url(../images/error-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-error .prime {
  margin-bottom: 0;
}

.page-error .prime__wrap {
  padding: 90px 0;
  max-width: 600px;
}

.page-error .prime__title {
  letter-spacing: 0;
}

.page-error .prime__desc {
  font-size: 18px;
}
