*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
}
ul.list_type {
  margin-top: 0;
  list-style-type: disc;
  padding-left: 30px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 767.98px) {
  .container-md-none {
    max-width: none;
  }
}

.container_min {
  max-width: 590px;
}

.container_lg {
  max-width: 800px;
}

body, html {
  font-family: "IBM Plex Sans", sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.6;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .text-md-end {
    text-align: right;
  }
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-6,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-12,
.col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
}

.row-dop {
  margin-left: -12px;
  margin-right: -12px;
}

.col-dop {
  padding-left: 12px;
  padding-right: 12px;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.row-min {
  margin-left: -5px;
  margin-right: -5px;
}

.col-min {
  padding-left: 5px;
  padding-right: 5px;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.order-1 {
  order: 1 !important;
}

.order-12 {
  order: 12 !important;
}

@media (min-width: 576px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-12 {
    order: 12 !important;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    width: 33.33333333%;
  }
  .text-md-end {
    text-align: right;
  }
}
.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.gap-2 {
  gap: 10px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

tbody::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #1E1E1E;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #1E1E1E;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 0;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, .h1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 64px;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 58px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 56px;
    margin-bottom: 16px;
  }
}

h2, .h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 1.25;
  }
}

h3, .h3 {
  font-size: 28px;
  line-height: 1.45;
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 1.25;
  }
}

h4, .h4 {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
}
@media (max-width: 1200px) {
  .text {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .text {
    font-size: 18px;
  }
}
@media (max-width: 576.98px) {
  .text {
    font-size: 16px;
  }
}

.text_lg {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}
.text_lg_dop {
  font-size: 28px;
}
@media (max-width: 1200px) {
  .text_lg {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .text_lg {
    font-size: 20px;
  }
}
@media (max-width: 576.98px) {
  .text_lg {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .text_lg {
    font-size: 16px;
  }
}

.text-min {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .text-min {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .text-min {
    font-size: 13px;
  }
}

a {
  color: #ffffff;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}

.color_white {
  color: #ffffff !important;
}

.color_light_gray {
  color: #ECECEC;
}

.color_light_gray_2 {
  color: #D4D7D9;
}

.color_light_gray_3 {
  color: #C5CCD1;
}

.color_green {
  color: #00FF94 !important;
}

.color_dark_blue {
  color: #042035;
}

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-05 {
  margin-bottom: 5px;
}

.mb-08 {
  margin-bottom: 8px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mb-56 {
  margin-bottom: 56px;
}
@media (max-width: 991.98px) {
  .mb-56 {
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0;
  }
}

.fw-500 {
  font-weight: 500;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.flex-column {
  flex-direction: column !important;
}

.navbar-dop {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767.98px) {
  .navbar-dop {
    padding-bottom: 15px;
  }
}

.nav_block {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .nav_block {
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .wrapper_logo {
    margin-bottom: 8px;
  }
}

.navbar-nav {
  display: flex;
  gap: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 10px;
  }
}
.navbar-nav .nav-item .nav-link {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 166.667%;
}
@media (max-width: 767.98px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-family: "Anton", sans-serif;
  }
}
.navbar-nav .nav-item .nav-link.active {
  color: #00FF94;
}

@media (max-width: 767.98px) {
  .logo_header {
    max-width: 180px;
  }
}

.bg_blue {
  background: #042035;
  overflow: hidden;
}

.bg_gradient {
  background: linear-gradient(180deg, rgba(0, 255, 148, 0.24) 16.33%, rgba(4, 32, 53, 0.07) 103.35%);
}

.section_top {
  padding-top: 20px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 991.98px) {
  .section_top {
    padding-top: 15px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .section_top {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.section_top:before {
  content: "";
  background-image: url("../img/png/wildcard_hero_pic.png");
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  top: 15px;
  width: 508px;
  height: 438px;
  background-size: 508px;
}
@media (max-width: 1200px) {
  .section_top:before {
    width: 410px;
    height: 360px;
    background-size: 410px;
  }
}
@media (max-width: 991.98px) {
  .section_top:before {
    display: none;
  }
}
.section_top_none:before {
  display: none;
}

.section_what {
  padding-top: 40px;
  padding-bottom: 64px;
}
@media (max-width: 767.98px) {
  .section_what {
    padding-top: 10px;
    padding-bottom: 24px;
  }
}

.for_block {
  margin-bottom: 32px;
}

.swiper-container-dop {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767.98px) {
  .swiper-container-dop {
    padding-bottom: 45px;
  }
}
.swiper-container-dop .swiper-wrapper {
  width: 84%;
}
@media (min-width: 768px) {
  .swiper-container-dop .swiper-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
}
.swiper-container-dop .swiper-slide {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .swiper-container-dop .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .swiper-container-dop .swiper-slide {
    width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .swiper-container-dop .swiper-slide-two {
    width: 66.6666666667%;
  }
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  background: #007745;
  width: 16px;
  height: 16px;
  opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: #00FF94;
}

.section_applications {
  padding-bottom: 95px;
}
.section_applications_dop {
  padding-top: 50px;
}
.section_applications_blog {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .section_applications_blog {
    padding-bottom: 30px;
  }
}

.applications_block {
  position: relative;
}

.line_1 {
  position: absolute;
  top: 17px;
  right: -10px;
  bottom: -8px;
  left: 24px;
  border-radius: 16px;
  background: #041C2F;
  border: 2px solid #072B47;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .line_1 {
    display: none;
  }
}

.line_2 {
  position: absolute;
  top: 34px;
  right: -18px;
  bottom: -16px;
  left: 51px;
  border-radius: 16px;
  background: #041C2F;
  border: 2px solid #072B47;
  z-index: 0;
}
@media (max-width: 575.98px) {
  .line_2 {
    display: none;
  }
}

.inner_applications_block {
  display: flex;
  border-radius: 16px;
  border: 2px solid #072B47;
  background: #041C2F;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .inner_applications_block {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.inner_applications_block_dop {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .inner_applications_block_dop {
    margin-bottom: 24px;
  }
}
.inner_applications_block_blog {
  border-color: #5c8bae;
}
.inner_applications_block_single {
  display: block;
  margin-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .inner_applications_block_single {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
  }
}

.app_left_block {
  width: 40%;
  padding: 24px 32px;
  border-right: 2px solid #072B47;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.app_left_block_blog {
  border-color: #5c8bae;
}
@media (max-width: 991.98px) {
  .app_left_block {
    width: 50%;
    padding: 20px 14px;
  }
}
@media (max-width: 767.98px) {
  .app_left_block {
    width: 100%;
    order: 1;
    border-top: 2px solid #072B47;
    border-right: none;
    padding-top: 30px;
    padding: 20px 10px 20px 13px;
  }
}

.app_right_block {
  width: 60%;
  padding: 14px 0px 0px 18px;
}
@media (max-width: 991.98px) {
  .app_right_block {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .app_right_block {
    width: 100%;
    padding: 0px;
  }
}
.app_right_block_blog {
  padding: 0;
}
.app_right_block .inner_app_right_block {
  background-image: url("../img/png/directory_img_1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  height: 530px;
}
.app_right_block .inner_app_right_block_blog {
  height: 550px;
  background-size: cover;
  background-position: center;
  border-radius: 0px 14px 14px 0px;
}
@media (max-width: 767.98px) {
  .app_right_block .inner_app_right_block_blog {
    border-radius: 14px 14px 0px 0px !important;
  }
}
@media (max-width: 991.98px) {
  .app_right_block .inner_app_right_block {
    height: 430px;
  }
}
@media (max-width: 767.98px) {
  .app_right_block .inner_app_right_block {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .app_right_block .inner_app_right_block {
    height: 230px;
    border-radius: 16px;
  }
}

.blog_img {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 14px 14px 0px 0px;
}
@media (max-width: 991.98px) {
  .blog_img {
    height: 260px;
  }
}
@media (max-width: 575.98px) {
  .blog_img {
    height: 230px;
  }
}

.blog_content {
  padding: 32px 40px 32px 32px;
}
@media (max-width: 767.98px) {
  .blog_content {
    padding: 20px 10px 20px 13px;
  }
}

.card_block {
  position: relative;
}
.card_block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background-color: #041C2F;
}
.card_block:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
}
.card_block_1:after {
  width: 575px;
  max-width: 100%;
  background-image: url("../img/png/cards/bg_card_1.png");
}
.card_block_2:after {
  width: 100%;
  background-image: url("../img/png/cards/bg_card_2.png");
}
.card_block_3:after {
  width: 100%;
  background-image: url("../img/png/cards/bg_card_3.png");
}
.card_block_4:after {
  width: 100%;
  background-image: url("../img/png/cards/bg_card_4.png");
}
.card_block_5:after {
  width: 100%;
  background-image: url("../img/png/cards/bg_card_5.png");
}
.card_block_6:after {
  width: 575px;
  max-width: 100%;
  background-image: url("../img/png/cards/bg_card_6.png");
}
.card_block_7:after {
  width: 100%;
  background-image: url("../img/png/cards/bg_card_7.png");
}

.inner_card_block {
  padding: 24px 32px;
  border-radius: 16px;
  border: 2px solid #072B47;
  position: relative;
  z-index: 21;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 388px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .inner_card_block {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.section_cards {
  padding-top: 95px;
  padding-bottom: 75px;
}
@media (max-width: 767.98px) {
  .section_cards {
    padding-top: 56px;
    padding-bottom: 40px;
  }
}

.section_stack {
  padding-bottom: 95px;
}
@media (max-width: 767.98px) {
  .section_stack {
    padding-bottom: 60px;
  }
}

.wrapper_h2_content {
  display: flex;
  justify-content: end;
}

.section_ted {
  padding-top: 50px;
  padding-bottom: 400px;
}

.team_leed {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #288AD7;
}

.wrapper_top_h2 {
  padding-top: 30px;
  padding-bottom: 50px;
}

.wrapper_text_img {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .wrapper_text_img {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.team_img {
  border-radius: 16px;
  border: 2px solid #072B47;
  background: #041C2F;
  background-repeat: no-repeat;
  background-size: cover;
  height: 552px;
}
@media (max-width: 1200px) {
  .team_img {
    height: 410px;
  }
}
@media (max-width: 991.98px) {
  .team_img {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .team_img {
    margin-bottom: 20px;
  }
}

.bg_gradient_post {
  background: linear-gradient(180deg, rgba(0, 255, 148, 0.24) 0%, rgba(4, 32, 53, 0.07) 100%);
}

.section_top_post {
  padding-top: 20px;
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  .section_top_post {
    padding-bottom: 50px;
  }
}

.wrapper_post_img {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .wrapper_post_img {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.section_post {
  padding-bottom: 140px;
}
@media (max-width: 991.98px) {
  .section_post {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .section_post {
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .section_post .h3 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .section_post .text {
    font-size: 22px;
  }
}

.post_img_content {
  text-align: center;
  border: 2px solid #5c8bae;
  border-radius: 16px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 575.98px) {
  .post_img_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.text_back {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .text_back {
    font-size: 22px;
    font-weight: 400 !important;
    margin-bottom: 24px;
  }
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.btn {
  color: #042035;
  font-family: "Anton", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 64px;
  border: 2px solid transparent;
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 28px;
  }
}
.btn_green {
  border-color: #00DD80;
  background-color: #00FF94;
}
.btn_green:hover {
  background: #00DD80;
  color: #042035;
}
.btn_white {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn_white:hover {
  background: #ffffff;
  color: #042035;
}
.btn_min {
  padding: 4px 16px;
  background: #072B47;
  color: #FFF;
  font-size: 22px;
}

.section_form {
  background: #072B47;
  padding-top: 55px;
}
@media (max-width: 767.98px) {
  .section_form {
    padding-top: 20px;
  }
}

.wrapper_form {
  border: 4px solid #ffffff;
  border-bottom: none;
  padding: 24px 32px;
  border-radius: 16px 16px 0px 0px;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767.98px) {
  .wrapper_form {
    background: #ffffff;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 360px) {
  .wrapper_form {
    padding-left: 14px;
    padding-right: 13px;
  }
}
@media (max-width: 767.98px) {
  .wrapper_form .h1 {
    font-size: 46px;
  }
}

.form-control::-webkit-input-placeholder {
  color: #042035;
}

.form-control::-moz-placeholder {
  color: #042035;
}

.form-control:-ms-input- {
  color: #042035;
}

.form-control:-moz-placeholder {
  color: #042035;
}

.form .form-control {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 16px 0px;
  color: #042035;
  font-size: 28px;
  line-height: 142.857%;
  border: none;
  border-bottom: 1px solid #969696;
  border-radius: 0;
  width: 100%;
  background-color: transparent;
}
.form .form-control:focus {
  border-color: #06F;
  box-shadow: none;
  outline: none;
}
@media (max-width: 767.98px) {
  .form .form-control {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .form .form-control {
    font-size: 16px;
  }
}
.form .textarea {
  height: 180px;
  min-height: 180px;
  max-height: 180px;
}
@media (max-width: 575.98px) {
  .form .textarea {
    height: 140px;
    min-height: 140px;
    max-height: 140px;
  }
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.footer {
  padding-top: 35px;
  padding-bottom: 45px;
}

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 15px;
  z-index: 300;
  opacity: 0.8;
}
.back-to-top:hover {
  opacity: 1;
}
.back-to-top .navigate {
  width: 40px;
  transform: rotate(180deg);
}/*# sourceMappingURL=styles.css.map */