* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
input:focus-visible,
textarea,
textarea:focus-visible {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.opHover {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  text-decoration: none;
  color: #888C94;
}
.opHover:hover {
  color: #888C94;
  opacity: 0.7;
}

body {
  font-family: "Jura", sans-serif;
  background-color: #01040B;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

h1 {
  font-size: calc(36px + 5vw);
  line-height: 1.1;
  font-family: "Jura", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

h2 {
  font-size: calc(24px + 2.6388888889vw);
  line-height: 1.11;
  font-family: "Jura", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 575px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font-size: 36px;
  line-height: 48px;
  font-family: "Jura", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 575px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Jura", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.mb20 {
  margin-bottom: 20px;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.container-fluid {
  max-width: 1290px;
}

.nav-tabs {
  border: none;
  margin: 0;
  padding: 0;
}

.table tr,
.table td,
.table th,
.table thead,
.table tbody {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}
.table th {
  font-weight: 600;
}

.brandButton {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 174px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: transparent;
  color: white;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  cursor: pointer;
}
.brandButton:hover {
  background-color: #fff;
  color: #01040B;
}
.brandButton.largeButton {
  padding: 20px 10px;
}
.brandButton.noBorder {
  border: none;
}

.heroSectionHolder {
  position: relative;
  min-height: calc(100vh - 120px);
  min-height: 100vh;
  width: 100%;
}
.heroSectionHolder .heroVideo {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 992px) {
  .heroSectionHolder .heroVideo {
    width: 130%;
    left: -5%;
  }
}

.heroSection {
  padding: 60px 75px;
}
@media (max-width: 992px) {
  .heroSection {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .heroSection {
    padding: 40px 20px;
  }
}

.heroSectionContent {
  position: relative;
  min-height: calc(100vh - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .heroSectionContent {
    min-height: calc(100vh - 80px);
  }
}
@media (max-width: 578px) {
  .heroSectionContent {
    padding: 16px;
  }
}
.heroSectionContent h1 {
  margin-bottom: 16px;
}
.heroSectionContent p {
  max-width: 540px;
  margin-bottom: 32px;
}
.heroSectionContent .buttonsHolder {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 578px) {
  .heroSectionContent .buttonsHolder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.heroSectionContent .brandButton {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 578px) {
  .heroSectionContent .brandButton {
    max-width: 100%;
    margin: 0;
    background-color: #fff;
    color: #01040B;
    max-width: 295px;
  }
}
@media (max-width: 578px) {
  .heroSectionContent .brandButton + .brandButton {
    margin-top: 20px;
  }
}
@media (max-width: 578px) {
  .heroSectionContent .brandButton + .noBorder {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
  }
}
.heroSectionContent .copyright {
  text-align: right;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .heroSectionContent .copyright {
    display: none;
  }
}

@media (max-width: 767px) {
  .heroSectionContent__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.heroSectionContent__inner .dropdown-menu {
  background-color: transparent;
  border: none;
  outline: none;
}
.heroSectionContent__inner .dropdown {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heroSectionContent__inner .dropdown img {
  margin-left: 14px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.heroSectionContent__inner .dropdown.show img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.heroSectionContent__inner .dropdown-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  text-align: right;
  z-index: -2;
  color: #fff;
  margin-bottom: 10px;
  background-color: rgba(1, 4, 11, 0.9);
}

@media (max-width: 767px) {
  .hero__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.langsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 40px;
  top: 40px;
}
@media (max-width: 767px) {
  .langsBlock {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}
.langsBlock .smallBrand {
  font-size: 16px;
  line-height: 24px;
  display: none;
}
@media (max-width: 767px) {
  .langsBlock .smallBrand {
    display: block;
  }
}
.langsBlock .langsInner {
  margin-left: 40px;
}

.mission {
  margin-top: 80px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .mission {
    margin-bottom: 60px;
  }
}
.mission h2 {
  margin-bottom: 32px;
}
.mission p {
  color: #E8E8E8;
}

.products {
  position: relative;
  margin-bottom: 95px;
}
.products::after {
  content: "";
  position: absolute;
  width: 120%;
  background-color: #0043D1;
  padding-top: 28%;
  right: -505px;
  -webkit-filter: blur(500px);
          filter: blur(500px);
  z-index: -1;
}
@media (max-width: 992px) {
  .products::after {
    width: 1200px;
    right: -50%;
    padding-top: 60%;
  }
}
.products h2 {
  text-align: center;
  margin-bottom: 48px;
}
.products .product__block {
  position: relative;
  height: 100%;
}
.products .product__holder {
  height: 100%;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 32px;
  cursor: pointer;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products .moreButton {
  background: #0043D1;
  border: #0043D1;
  border-radius: 8px;
  max-width: 566px;
  width: 90%;
  padding: 20px;
  display: block;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  color: #fff;
}
.products .moreButton:hover {
  width: 92%;
}
@media (max-width: 1024px) {
  .products .moreButton {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .products .moreButton {
    bottom: 24px;
  }
}
.products .product__block:hover > .moreButton {
  opacity: 1;
}
.products .product__title-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products .product__title {
  margin-bottom: 41px;
  padding-right: 70px;
}
.products .product__title span {
  color: #E8E8E8;
  font-size: 16px;
}
.products .link-holder {
  position: absolute;
  right: 32px;
  top: 32px;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 64px;
  height: 64px;
}
.products .link-holder:hover {
  scale: 1.05;
}
.products .link-holder img {
  width: 100%;
}
@media (max-width: 1024px) {
  .products .link-holder {
    opacity: 1;
    width: 48px;
    height: 48px;
  }
}
.products .product__block:hover > .link-holder {
  opacity: 1;
}
.products .product__image {
  text-align: center;
}
.products .product__image img {
  width: 100%;
  max-width: 291px;
}
.products p {
  color: #E8E8E8;
}

.dev {
  margin-bottom: 100px;
}
.dev::after {
  content: "";
  position: absolute;
  width: 120%;
  background-color: #DE4D22;
  padding-top: 15%;
  left: -505px;
  -webkit-filter: blur(500px);
          filter: blur(500px);
  z-index: -1;
}
@media (max-width: 992px) {
  .dev::after {
    width: 1200px;
    left: -50%;
    padding-top: 60%;
  }
}
.dev h2 {
  margin-bottom: 32px;
}
.dev p {
  color: #E8E8E8;
}
@media (max-width: 992px) {
  .dev p {
    margin-bottom: 40px;
  }
}
.dev .devBlocks {
  margin-top: 60px;
}
.dev .devBlock {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 32px 40px 0;
}
@media (max-width: 550px) {
  .dev .devBlock {
    padding: 16px 16px 0;
  }
}
.dev .devBlock .brandButton {
  margin-left: auto;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .dev .devBlock .brandButton {
    margin-top: 36px;
  }
}
@media (max-width: 550px) {
  .dev .devBlock .brandButton {
    margin-bottom: 16px;
    width: 100%;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.dev .devBlock p {
  margin-bottom: 32px;
  color: #E8E8E8;
}
@media (max-width: 550px) {
  .dev .devBlock p {
    margin-bottom: 16px;
  }
}
.dev .devBlock:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .dev .devBlock:not(:last-child) {
    margin-bottom: 40px;
  }
}

.development {
  margin-bottom: 150px;
  position: relative;
  min-height: 750px;
}
.development h2 {
  max-width: 815px;
  margin-bottom: 32px;
}
.development .blockVideo {
  width: 100%;
  background-blend-mode: screen;
}
.development .bgVideoHolder {
  position: relative;
}
.development .desctopVideo {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  z-index: -1;
  mix-blend-mode: lighten;
}
@media (max-width: 992px) {
  .development .desctopVideo {
    display: none;
  }
}
.development .mobileVideoHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 993px) {
  .development .mobileVideoHolder {
    display: none;
  }
}
.development .mobileVideoHolder video {
  width: 100%;
  max-width: 900px;
  mix-blend-mode: lighten;
}
@media (max-width: 992px) {
  .development .mobileVideoHolder video {
    width: 160%;
  }
}
.development .accordionBlock .accordionItem {
  padding: 32px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
}
.development .accordionBlock .accordionItem:not(:last-child) {
  margin-bottom: 16px;
}
.development .accordionBlock h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.development .accordionBlock h3 a {
  color: #fff;
}
.development .accordionBlock h3 img {
  margin-top: 14px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.development .accordionBlock a.collapsed + img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.development .accordionBlock p {
  margin-top: 15px;
  margin-bottom: 0;
}

.roadmap {
  position: relative;
  margin-bottom: 100px;
}
.roadmap::after {
  content: "";
  position: absolute;
  width: 120%;
  background-color: #0043D1;
  padding-top: 28%;
  right: -505px;
  -webkit-filter: blur(500px);
          filter: blur(500px);
  z-index: -1;
  top: 0;
}
@media (max-width: 992px) {
  .roadmap::after {
    width: 1200px;
    right: -50%;
    padding-top: 60%;
  }
}
.roadmap h2 {
  text-align: center;
  margin-bottom: 62px;
}
.roadmap .roadmap__slogan {
  display: block;
  text-align: center;
}
.roadmap .roadmap__block {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.roadmap .roadmap__block .roadmap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  margin: 40px auto 40px;
  position: relative;
}
.roadmap .roadmap__block .roadmap__item .roadmap__m {
  color: #E8E8E8;
  margin-right: 5%;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
}
@media (max-width: 550px) {
  .roadmap .roadmap__block .roadmap__item .roadmap__m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    margin-right: 7%;
  }
}
.roadmap .roadmap__block .roadmap__item .roadmap__plan {
  color: #fff;
  margin-left: 5%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
}
@media (max-width: 550px) {
  .roadmap .roadmap__block .roadmap__item .roadmap__plan {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    margin-left: 7%;
  }
}
.roadmap .roadmap__block .roadmap__item .roadmap__plan span {
  color: #E8E8E8;
  display: block;
}
.roadmap .roadmap__block .roadmap__item .roadmap__pip {
  width: 16px;
  height: 16px;
  background-color: #D9D9D9;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.roadmap .roadmap__block .roadmap__line {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  height: 100%;
}

.dashboard {
  margin-bottom: 100px;
  position: relative;
}
.dashboard::after {
  content: "";
  position: absolute;
  width: 120%;
  background-color: #DE4D22;
  padding-top: 15%;
  left: -505px;
  -webkit-filter: blur(500px);
          filter: blur(500px);
  z-index: -1;
}
@media (max-width: 992px) {
  .dashboard::after {
    width: 1200px;
    left: -50%;
    padding-top: 60%;
    top: 0;
  }
}
@media (max-width: 992px) {
  .dashboard .dashboardInfo {
    max-width: 500px;
    margin: 0 auto;
  }
}
.dashboard h2 {
  margin-bottom: 32px;
}
.dashboard ul {
  margin-bottom: 32px;
}
.dashboard ul li {
  padding-left: 24px;
  max-width: 416px;
  position: relative;
}
.dashboard ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
}
.dashboard ul li:not(:last-child) {
  margin-bottom: 16px;
}
.dashboard .buttonsHolder {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 578px) {
  .dashboard .buttonsHolder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.dashboard .buttonsHolder .brandButton {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .dashboard .buttonsHolder .brandButton {
    padding: 20px 10px;
  }
}
@media (max-width: 578px) {
  .dashboard .buttonsHolder .brandButton {
    max-width: 295px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .dashboard .buttonsHolder .brandButton.largeButton {
    background-color: #fff;
    color: #01040B;
  }
}
@media (max-width: 768px) {
  .dashboard .buttonsHolder .brandButton.largeButton.noBorder {
    background-color: #01040B;
    border: 1px solid #fff;
    color: #fff;
  }
}
@media (max-width: 578px) {
  .dashboard .buttonsHolder .brandButton.largeButton.noBorder {
    margin-top: 15px;
  }
}
.dashboard .laptop {
  width: 100%;
}
@media (max-width: 768px) {
  .dashboard .laptop {
    max-width: 337px;
    display: block;
    margin: 0 auto 40px;
  }
}

.subs {
  margin-bottom: 100px;
}
.subs h2 {
  text-align: center;
  margin-bottom: 62px;
}
.subs .subs__slogan {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.subs .socsHolder {
  margin-right: -12px;
  margin-left: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subs .soc {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  width: 124px;
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-right: 12px;
  margin-left: 12px;
}
.subs .soc:hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 992px) {
  .subs .soc {
    width: 79px;
    height: 79px;
  }
}

.contacts .buttonsHolder {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .contacts .buttonsHolder {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 578px) {
  .contacts .buttonsHolder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contacts .buttonsHolder .brandButton {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 578px) {
  .contacts .buttonsHolder .brandButton {
    max-width: 295px;
    margin: 0;
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  .contacts .buttonsHolder .brandButton {
    background-color: #fff;
    color: #01040B;
  }
}
@media (max-width: 768px) {
  .contacts .buttonsHolder .brandButton.noBorder {
    background-color: #01040B;
    border: 1px solid #fff;
    color: #fff;
  }
}
@media (max-width: 578px) {
  .contacts .buttonsHolder .brandButton.noBorder {
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .contacts .infoBlock {
    margin-bottom: 60px;
  }
}
.contacts .greyLightColor {
  color: #E8E8E8;
  display: block;
}
.contacts .greyLightColor a {
  color: #E8E8E8;
}
.contacts .addressRow {
  max-width: 400px;
}
.contacts .addressRow + .addressRow {
  margin-top: 16px;
}
.contacts .bottomCopyrights {
  margin-top: 87px;
}