html, body {
  padding: 0;
  margin: 0;
}

body {
  background: #000A13;
}

img {
  max-width: 100%;
  height: auto;
}

.text-decoration-none {
  text-decoration: none;
}

a {
  transition: all 0.5s ease;
}

.page-holder {
  overflow: hidden;
}

.btn {
  background: linear-gradient(#00C9FE, #0061B4);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 143.5%;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: none;
  border: 0;
  padding: 16px 44px;
  transition: all 0.5s ease;
}
.btn:hover {
  background: linear-gradient(#42a5bf, #0f3d65);
  color: #fff;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Handel Gothic", "sans-serif";
  color: #fff;
}

h1 {
  font-size: 62px;
  line-height: 130%;
}
@media (min-width: 991px) {
  h1 {
    font-size: 62px;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 72px;
  }
}

h2 {
  font-size: 40px;
  line-height: 130%;
}
@media (min-width: 991px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 32px;
  line-height: 130%;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #111b22;
  padding: 16px 0;
  z-index: 9;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 991px) {
  .header {
    background: transparent;
  }
}
.header.scrolled {
  background: #111b22;
}
.header__logo {
  max-width: 112px;
}
@media (min-width: 991px) {
  .header__logo {
    max-width: 183px;
  }
}
.header__navbar {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 80px 0;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 991px) {
  .header__navbar {
    flex-direction: row;
    padding: 0;
  }
}
.header__navbar li a {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  padding: 25px 10px;
  text-decoration: none;
  display: block;
}
@media (min-width: 991px) {
  .header__navbar li a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
  }
}
.header__navbar-toggler:focus {
  box-shadow: none;
}
.header__btn {
  text-align: center;
}

.footer__top {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__top {
    flex-direction: row;
  }
}
.footer__bottom {
  background: #0A141C;
  padding: 30px 0;
}
.footer__bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer__bottom-wrapper {
    flex-direction: row;
    gap: 0;
  }
}
.footer__logo {
  max-width: 112px;
  margin-bottom: 25px;
}
@media (min-width: 991px) {
  .footer__logo {
    max-width: 183px;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 0;
  }
}
.footer__cp {
  margin-bottom: 0;
  color: #4C5359;
}
.footer__pages {
  display: flex;
  gap: 20px;
}
.footer__pages a {
  color: #fff;
  text-decoration: none;
}
.footer__social {
  display: flex;
  gap: 30px;
}
.footer__social-link {
  text-decoration: none;
}

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 660px;
  padding-top: 130px;
}
@media (min-width: 991px) {
  .hero {
    min-height: 680px;
  }
}
@media (min-width: 1280px) {
  .hero {
    min-height: 830px;
  }
}
.hero__text {
  max-width: 460px;
}
@media (min-width: 991px) {
  .hero__text {
    max-width: 420px;
  }
}
@media (min-width: 1280px) {
  .hero__text {
    max-width: 460px;
  }
}
.hero__text h1 {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hero__text p {
  margin-bottom: 32px;
}
.hero__image {
  display: block;
}
@media (min-width: 991px) {
  .hero__image {
    display: none;
  }
}
.hero__widget {
  background-repeat: no-repeat;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 70px;
  width: 795px;
  height: 100%;
  transform: scale(0.37);
  display: none;
}
@media (min-width: 991px) {
  .hero__widget {
    display: block;
  }
}
@media (min-width: 1550px) {
  .hero__widget {
    transform: scale(0.49);
  }
}

.cl {
  padding: 30px 20px;
}
.cl__wrapper {
  max-width: 1120px;
  margin: 0 auto;
}
.cl__swiper-slide {
  text-align: center;
}

.kf {
  padding: 80px 0;
}
@media (min-width: 991px) {
  .kf {
    padding: 140px 0;
  }
}
.kf__text {
  margin-bottom: 24px;
  max-width: 530px;
}
.kf__text h2 {
  margin-bottom: 20px;
}
.kf__box {
  background: #0B151D;
  border-radius: 32px;
  padding: 38px 38px 52px 38px;
}
.kf__box-image {
  text-align: right;
  margin-bottom: 53px;
}
.kf__box-text h4 {
  margin-bottom: 14px;
}
.kf__swiper-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 40px;
}
.kf__swiper-nav .swiper-button-disabled svg {
  opacity: 22%;
}

.ts {
  position: relative;
}
.ts__bgd {
  background-image: url("../../img/bg.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (min-width: 991px) {
  .ts__bgd {
    width: 887px;
    height: 1577px;
  }
}
.ts__title {
  margin-bottom: 34px;
  text-align: center;
}
.ts__tfs {
  padding-top: 60px;
}
.ts__box {
  margin-bottom: 34px;
}
@media (min-width: 991px) {
  .ts__box {
    margin-bottom: 90px;
  }
}
.ts__box:nth-last-child(1) {
  margin-bottom: 0;
}
.ts__box h3 {
  margin-bottom: 25px;
}

.ui {
  padding-top: 80px;
}
@media (min-width: 991px) {
  .ui {
    padding-top: 100px;
  }
}
.ui__text {
  margin-bottom: 45px;
}
@media (min-width: 991px) {
  .ui__text {
    margin-bottom: 30px;
  }
}
.ui__text h2 {
  margin-bottom: 34px;
  text-align: left;
}
@media (min-width: 991px) {
  .ui__text h2 {
    text-align: center;
  }
}
.ui__text p {
  max-width: 930px;
  margin: 0 auto;
}
.ui__products .row {
  align-items: center;
  margin-bottom: 60px;
}
.ui__products .row:nth-last-child(1) {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .ui__products .row {
    margin-bottom: 0;
  }
}
.ui__products .row:nth-child(even) .firstCol {
  order: 2;
}
.ui__products .row:nth-child(even) .secondCol {
  order: 1;
}
.ui__products h3 {
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .ui__products h3 {
    margin-bottom: 25px;
  }
}
.ui__products p {
  margin-bottom: 25px;
}
.ui__products p:nth-last-child(1) {
  margin-bottom: 0;
}
.ui__img-desktop {
  display: none;
}
@media (min-width: 991px) {
  .ui__img-desktop {
    display: block;
  }
}
.ui__img-mobile {
  display: block;
}
@media (min-width: 991px) {
  .ui__img-mobile {
    display: none;
  }
}

.tb {
  padding: 80px 0;
  position: relative;
}
.tb__bgd {
  background-image: url("../../img/bg.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  z-index: -1;
}
@media (min-width: 991px) {
  .tb__bgd {
    width: 887px;
    height: 1577px;
  }
}
@media (min-width: 991px) {
  .tb {
    padding: 94px 0;
  }
}
.tb__tf {
  margin-bottom: 50px;
}
.tb__table {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 12px;
}
.tb__col:nth-child(1) .tb__col-title,
.tb__col:nth-child(1) .tb__col-tf {
  background: transparent;
}
.tb__col:nth-child(1) .tb__col-tf {
  font-size: 16px;
  font-weight: 600;
  line-height: 149.5%;
}
.tb__col-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 77px;
  color: #00C9FE;
  font-weight: bold;
  background: #0B151D;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  margin-bottom: 0;
}
.tb__col-tf {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  background: #111B22;
  font-size: 14px;
  line-height: 149.5%;
  font-weight: 500;
  margin-bottom: 0;
}
.tb__col-tf:nth-child(odd) {
  background: #0B151D;
}

.ss {
  padding: 0 0 80px 0;
  position: relative;
}
@media (min-width: 991px) {
  .ss {
    padding: 94px 0;
  }
}
.ss .container {
  position: relative;
}
.ss__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 64px;
}
.ss__step-path {
  margin: 28px 0;
  display: flex;
  align-items: center;
}
.ss__step-path-circle {
  background-image: url("../../img/step-circle.svg");
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-size: cover;
}
.ss__step-path-line {
  background-image: url("../../img/step-line.svg");
  width: 100%;
  height: 4px;
  background-size: cover;
  background-repeat: no-repeat;
}
.ss__step h3 {
  margin-bottom: 0;
}
.ss__step p {
  max-width: 330px;
  margin-bottom: 0;
}
.ss__swiper-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
  gap: 20px;
}
@media (min-width: 991px) {
  .ss__swiper-nav {
    margin-top: 0;
    position: absolute;
    top: 30px;
    right: 15px;
  }
}
.ss__swiper-nav.mobile {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
@media (min-width: 991px) {
  .ss__swiper-nav.mobile {
    display: none;
  }
}
.ss__swiper-nav.desktop {
  display: none;
}
@media (min-width: 991px) {
  .ss__swiper-nav.desktop {
    display: flex;
  }
}
.ss__swiper-nav .swiper-button-disabled svg {
  opacity: 22%;
}

.faq {
  padding: 80px 0 40px 0;
}
@media (min-width: 991px) {
  .faq {
    padding: 94px 0;
  }
}
.faq__text {
  margin-bottom: 44px;
  text-align: left;
}
@media (min-width: 991px) {
  .faq__text {
    text-align: center;
  }
}
.faq__text h2 {
  margin-bottom: 32px;
}
.faq .accordion-item {
  background: #0B151D;
  border-radius: 32px;
}
.faq .accordion-body {
  color: #fff;
  padding: 0 31px 15px 36px;
}
.faq .accordion-button {
  padding: 31px 31px 31px 36px;
  border: 0;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.faq .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
}

.rt {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media (min-width: 991px) {
  .rt {
    min-height: 700px;
  }
}
.rt__tf h2 {
  margin-bottom: 30px;
}
.rt__tf p {
  margin-bottom: 25px;
}
/*# sourceMappingURL=app.css.map */
