* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Manrope, sans-serif;
  font-style: normal;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

.block_title {
  letter-spacing: -0.01em;
  color: #212529;
}

.lg_title {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.02em;
}

.md_title {
  font-size: 4rem;
  font-weight: 400;
  line-height: 70.4px;
  letter-spacing: -0.02em;
  margin-bottom: 48px;
}
.md_title span {
  display: inline;
  color: #24A2FF;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
label {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.btn-register {
  padding: 6px 12px !important;
  color: #24A2FF;
  background-color: white;
  border: 1px solid #24A2FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.btn-register:hover {
  background-color: #e6f2ff;
}

.navbar {
  padding: 12px 0;
}
.navbar-brand {
  width: 158px;
  margin-right: 48px;
  flex-shrink: 0;
}
.navbar-brand img {
  flex-shrink: 0;
  width: 100%;
}
.navbar .navbar-nav {
  gap: 24px;
}
.navbar .nav-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #212529;
  padding: 0 !important;
  transition: 0.3s linear;
  white-space: nowrap;
}
.navbar .nav-link.one {
  font-weight: bold;
  position: relative;
}
.navbar .nav-link.one::after {
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #24A2FF;
}
.navbar .nav-link.active {
  color: #24A2FF;
}
.navbar .nav-link:hover {
  color: #24A2FF;
}
.navbar .nav-contact {
  gap: 11px;
}
.navbar .btn-login {
  color: white;
  background-color: #24A2FF;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 12px !important;
  letter-spacing: -0.01em;
}
.navbar .btn-login:hover {
  background-color: #24A2FF;
  color: white;
}
.navbar .btn-register {
  padding: 6px 12px !important;
  color: #24A2FF;
  background-color: white;
  border: 1px solid #24A2FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.navbar .btn-register:hover {
  background-color: #e6f2ff;
}
.navbar .navbar-toggler {
  padding: 0;
  border: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light {
  background-color: white;
}

.home {
  background-color: #F8F9FA;
  padding: 64px 0;
}
.home_img {
  flex-shrink: 0;
}
.home_block {
  border-radius: 16px;
  padding: 12px;
  background-color: #E7F1FF;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 67px;
}
.home_block .btn-integrators {
  background-color: #24A2FF;
  color: white;
  padding: 8px 16px;
}
.home_block span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  max-width: 290px;
  color: #24A2FF;
}
.home_statistic {
  gap: 24px;
  align-items: start;
}
.home_statistic .statistic_block {
  width: 140px;
}
.home_statistic span {
  white-space: nowrap;
  border-radius: 100px;
  padding: 7px 13px;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  color: white;
  background-color: #212529;
}
.home_statistic span.end {
  background: #ABB5BE;
}
.home_statistic p {
  margin: 12px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: -0.01em;
  color: #212529;
}
.home h3 {
  max-width: 100%;
  color: #212529;
}
.home h3 span {
  display: inline;
  color: #24A2FF;
}

.home h1 span {
  display: inline;
  color: #24A2FF;
}
.home h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 115%;
  color: #212529;
  margin-top: 24px;
}
.home .home_text {
  margin: 32px 0;
  max-width: 746px;
  font-size: 20px;
}
.home .services_statistic {
  margin-top: 156px;
}

.transactions_home .container {
  position: relative;
}
.transactions_home .home_texts {
  position: relative;
  z-index: 2;
}
.transactions_home .home_text {
  margin: 32px 0 25px 0;
  max-width: 400px;
  font-size: 14px;
}
.transactions_home .home_img {
  position: absolute;
  top: 0;
  right: 0;
}

.ligaments_home .ligaments_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ligaments_home .ligaments_img img {
  width: 100px;
  height: 100px;
  display: flex;
  flex-shrink: 0;
}
.ligaments_home .lg_title {
  text-align: center;
  margin-top: 32px;
}
.ligaments_home .home_text {
  text-align: center;
  margin: 32px auto 25px auto;
}
.ligaments_home .home_block {
  margin: auto;
}
.ligaments_home .home_statistic {
  margin-top: 24px;
  justify-content: center;
}

.data {
  margin: 120px 0;
}
.data_img {
  width: 100%;
}
.data .md_title {
  max-width: 780px;
}
.data h3 {
  max-width: 936px;
  color: #212529;
  margin-bottom: 72px;
}
.data h3 span {
  display: inline;
  color: #24A2FF;
}
.data .more_btn {
  margin-top: 32px;
}
.data .nav-tabs {
  gap: 16px;
  border: none;
}
.data .nav-tabs .nav-link {
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #24A2FF;
}
.data .nav-tabs .nav-link.active {
  color: #212529;
}
.data .tabs_head {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.data .tabs_head a {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #24A2FF;
}
.data .tab-content {
  margin-top: 24px;
}
.data_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  border-radius: 16px;
  background-color: #E7F1FF;
}
.data_card .icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.data_card h4 {
  margin: 16px 0 24px 0;
}
.data_card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #495057;
}

.trust_in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.trust_block {
  border-radius: 16px;
  background: #F8F9FA;
  height: 226px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.case {
  margin: 120px 0;
}
.case .md_title {
  margin-bottom: 0;
}
.case .more_link {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #24A2FF;
  display: block;
  margin-left: auto;
  text-align: right;
  margin: 24px 0;
}
.case_in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.case_block {
  border-radius: 16px;
  padding: 32px;
  background: #E7F1FF;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.case_block_top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.case_block span {
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: white;
  border-radius: 100px;
  background: #24A2FF;
  padding: 5.25px 9.75px;
  width: -moz-max-content;
  width: max-content;
}
.case_block h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #212529;
}
.case_block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #343A40;
}
.case_block a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #24A2FF;
}

.setup {
  margin: 120px 0;
}
.setup .md_title {
  margin-bottom: 48px;
}
.setup_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.setup_block {
  border-radius: 12px;
  background: #D9D9D9;
  height: 359px;
}

.best_expertise {
  margin: 120px 0;
}
.best_expertise .md_title {
  text-align: center;
  max-width: 916px;
  font-size: 88px;
  line-height: 95%;
  margin: auto;
}
.best_expertise_btns {
  display: flex;
  justify-content: end;
  margin: 32px 0;
  gap: 24px;
}
.best_expertise-pagination {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.best_expertise-pagination .swiper-pagination-bullet {
  background: #0D6EFD;
  width: 30px;
  height: 3px;
  border-radius: 0;
  margin: 0 !important;
}
.best_expertise-pagination .swiper-pagination-bullet-active {
  background: #24A2FF;
}
.best_expertise_slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.best_expertise_slide h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #212529;
}
.best_expertise_slide p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #343A40;
}
.best_expertise_slide_left {
  background: #E7F1FF;
  border-radius: 16px;
  padding: 75.5px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.best_expertise_slide_right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.best_expertise_slide_block {
  background: #E7F1FF;
  border-radius: 16px;
  padding: 52.5px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.integrators .md_title {
  max-width: 996px;
  margin-bottom: 48px;
}
.integrators .md_title span {
  color: #24A2FF;
  display: inline;
}
.integrators_block {
  padding: 40px;
  border-radius: 24px;
  background-color: #F8F9FA;
}
.integrators .btn-integrators {
  background-color: #24A2FF;
  color: white;
  padding: 6px 12px;
}
.integrators .btn-integrators-white {
  padding: 6px 12px;
  color: #24A2FF;
}
.integrators_text h3 {
  padding: 24px 0;
}
.integrators_text span {
  color: #212529;
}
.integrators_text p {
  color: #212529;
  max-width: 356px;
}
.integrators_btns {
  gap: 8px;
}
.integrators_logo a {
  width: 100%;
  padding: 36px;
  height: 224px;
  border-radius: 8px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.integrators_logo a img {
  width: 100%;
}

.integrators_end {
  padding: 56px 32px;
  background: #F8F9FA;
  border-radius: 20px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.integrators_end h2 {
  font-weight: 400;
  font-size: 48px;
  letter-spacing: -2%;
  text-align: center;
  color: #212529;
}
.integrators_end p {
  max-width: 640px;
  margin: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #212529;
}
.integrators_end p span {
  color: #24A2FF;
}

.home.analytics.tarif-home .nav {
  background: #E7F1FF;
  padding: 12px;
  border-radius: 12px;
  margin: 16px 0 32px;
}
.home.analytics.tarif-home .nav-pills .nav-link {
  color: #24A2FF;
}
.home.analytics.tarif-home .nav-pills .nav-link.active {
  color: white;
  background: #24A2FF;
}
.home.analytics.tarif-home .tarif-card {
  background: #F8F9FA;
  padding: 32px;
  border-radius: 24px;
  gap: 20px;
}
.home.analytics.tarif-home .tarif-card h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}
.home.analytics.tarif-home .tarif-card p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.6px;
}
.home.analytics.tarif-home .tarif-card .form-select {
  font-size: 16px;
  line-height: 24px;
  padding: 7px 37px 7px 13px;
  letter-spacing: -0.6px;
}
.home.analytics.tarif-home .tarif-card .discount {
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  padding: 5.25px 9.75px;
}
.home.analytics.tarif-home .tarif-card del {
  color: #6C757D;
}
.home.analytics.tarif-home .tarif-card h4 {
  gap: 2px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}
.home.analytics.tarif-home .tarif-card h4 span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.home.analytics.tarif-home .tarif-card .btn-primary {
  padding: 7px 17px;
  line-height: 24px;
  background: #24A2FF;
  border: 1px solid #24A2FF;
}
.home.analytics.tarif-home .tarif-card h5 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.compare__title {
  font-size: 56px;
  line-height: 62px;
  font-weight: 400;
}
.compare .table-responsive {
  background: #F8F9FA;
  padding: 32px;
  border-radius: 20px;
}
.compare td {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.compare thead {
  border-bottom: 2px solid #24A2FF;
}
.compare thead td {
  font-weight: 700;
}
.compare tbody tr {
  border-bottom: 1px solid #DEE2E6;
}
.compare tr td:first-child {
  width: 360px;
}

.compare_two {
  margin-top: 120px;
}
.compare_two .compare__title {
  margin-bottom: 48px;
}
.compare_two .compare__title span {
  color: #24A2FF;
}
.compare_two tr td:first-child {
  width: 50%;
}

.compare_three {
  margin-bottom: 120px;
}
.compare_three tr td:first-child {
  width: 518px;
}
.compare_three tr td {
  width: 357px;
}
.compare_three tr .blue {
  background: #E7F1FF;
}

.expertise {
  margin: 96px 0;
}
.expertise h6 {
  gap: 24px;
  margin-bottom: 24px;
}
.expertise .icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #24A2FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expertise p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #212529;
  margin-bottom: 24px;
}
.expertise a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #24A2FF;
}

.faq {
  margin: 120px 0;
}
.faq .md_title {
  margin-bottom: 48px;
}
.faq .faq_accardion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq .faq_accardion_item {
  background: #E7F1FF;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid transparent;
  transition: 0.3s ease;
}
.faq .faq_accardion_item.active {
  background: white;
  border: 1px solid #24A2FF;
}
.faq .faq_accardion_item .faq_accardion_btn {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #002B31;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: left;
  gap: 16px;
}
.faq .faq_accardion_item .faq_accardion_btn .icon {
  display: flex;
  transition: transform 0.3s ease;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #24A2FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .faq_accardion_item .faq_accardion_btn .icon svg {
  transition: transform 0.3s ease;
}
.faq .faq_accardion_item .faq_accardion_btn.active .icon svg {
  transform: rotate(-90deg);
}
.faq .faq_accardion_item .faq_accardion_content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0;
}
.faq .faq_accardion_item .faq_accardion_content .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.faq .faq_accardion_item .faq_accardion_content .text p {
  max-width: 1064px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #212529;
}
.faq .faq_accardion_item .faq_accardion_content.active {
  max-height: 300px;
}

.faq_two_head {
  margin-bottom: 48px;
}
.faq_two_head .md_title {
  margin-bottom: 0;
}
.faq_two_head p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #212529;
  margin-top: 8px;
}
.faq_two_head p span {
  color: #24A2FF;
}
.faq_two .faq_accardion_item .faq_accardion_content.active {
  max-height: 700px;
}
.faq_two .compare_two {
  margin-top: 24px;
}
.faq_two .compare_two .table-responsive {
  background: transparent;
  padding: 0;
}
.faq_two .compare_two .table-responsive a {
  color: #24A2FF;
}
.faq_two .compare_two .table-responsive tr {
  display: flex;
  align-items: center;
}
.faq_two .compare_two .table-responsive tr td {
  flex: 1;
}
.faq_two .compare_two .table-responsive tr td:first-child {
  width: 100%;
  flex: 1;
}
.faq_two .faq_accardion {
  width: 100%;
}
.faq_two .faq_accardion_item.active {
  background: white;
  border: 1px solid transparent;
}
.faq_two .faq_accardion_item .faq_accardion_btn span {
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq_two .faq_accardion_item .faq_accardion_btn .number {
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  text-align: center;
  padding: 6px 12px;
  border-radius: 40px;
  border: 1px solid #fff;
  color: #24A2FF;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.3s ease;
}
.faq_two .faq_accardion_item .faq_accardion_btn .number.active {
  background: transparent;
  border: 1px solid #24A2FF;
}
.faq_two .end_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #212529;
  margin-top: 24px;
  max-width: 622px;
}
.faq_two_in_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0;
}
.faq_two_in_head .title {
  text-align: center;
  width: 50%;
}
.faq_two_in_head svg {
  display: flex;
  flex-shrink: 0;
}
.faq_two_in_head h3 {
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  color: #212529;
}
.faq_two_in_head h3 span {
  color: #24A2FF;
}
.faq_two_contents {
  display: flex;
  gap: 8px;
}
.faq_two_contents p span {
  color: #24A2FF;
}
.faq_two_contents a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  margin-top: 8px;
  width: -moz-max-content;
  width: max-content;
  height: 38px;
}
.faq_two .faq_two_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 4px);
}

.faq_three .faq_accardion_item {
  background: transparent;
  border-radius: 0;
  padding: 30px 24px;
  border-bottom: 1px solid #24A2FF;
}
.faq_three .faq_accardion_item.active {
  border: none;
  border-bottom: 1px solid #24A2FF;
}
.faq_three .faq_accardion span {
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq_three .number {
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  text-align: center;
  padding: 6px 12px;
  border-radius: 40px;
  color: #fff;
  background: #24A2FF;
  transition: 0.3s ease;
}
.faq_three .number.active {
  background: transparent;
  border: 1px solid #24A2FF;
}

.footer {
  padding-top: 80px;
}
.footer_top {
  padding: 48px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1254901961);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.footer_bottom {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.footer_bottom ul {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.footer_bottom a,
.footer_bottom span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #6C757D;
}
.footer_bottom a {
  transition: 0.3s linear;
}
.footer_bottom a:hover {
  color: #24A2FF;
}
.footer h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #212529;
  margin-bottom: 24px;
}
.footer_block {
  height: 100%;
}
.footer_block ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer_block a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #6C757D;
  transition: 0.3s linear;
}
.footer_block a:hover {
  color: #24A2FF;
}
.footer_one_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_contact ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.footer_contact ul span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #6C757D;
}
.footer_contact ul a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #212529;
}
.footer_social {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media only screen and (max-width: 1200px) {
  .navbar-collapse {
    padding: 30px 0 0 30px;
  }
  .navbar .nav-contact {
    padding-top: 24px;
    flex-direction: column;
    align-items: start;
  }
  .home {
    padding: 48px 0;
  }
  .home h3 {
    font-size: 2.3rem;
    line-height: normal;
  }
  .home .home_text {
    font-size: 1rem;
    margin: 24px 0;
  }
  .ligaments_home .home_text {
    margin: 24px auto;
  }
  .transactions_home .img_block img {
    width: 650px;
  }
  .data {
    margin: 48px 0;
  }
  .data h3 {
    font-size: 2.3rem;
    line-height: normal;
    margin-bottom: 48px;
  }
  .data_card {
    padding: 1.5rem;
  }
  .expertise {
    margin: 48px 0;
  }
  .expertise_title {
    padding: 0;
  }
  .expertise_title .lg_title {
    margin-top: 24px;
    font-size: 2.5rem;
    line-height: normal;
  }
  .expertise_cards {
    margin-top: 24px;
    padding: 24px 0 0 0;
  }
  .expertise_cards h6 {
    gap: 16px;
  }
  .expertise_cards h6 img {
    width: 48px;
    height: 48px;
  }
  .tools_card {
    padding: 24px;
  }
  .cases_card_bottom {
    padding: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .lg_title {
    font-size: 3.3rem;
    line-height: 100%;
  }
  .md_title {
    font-size: 2rem;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .home h4 {
    font-size: 24px;
    line-height: 100%;
    margin-top: 16px;
    text-align: center;
  }
  .home.analytics {
    margin: 48px 0;
  }
  .home .services_statistic {
    margin-top: 0;
  }
  .transactions_home .home_img {
    position: static;
  }
  .transactions_home .home_text {
    max-width: 100%;
  }
  .data .md_title {
    margin-bottom: 24px;
  }
  .data_card {
    padding: 16px;
  }
  .trust_block {
    height: 150px;
  }
  .case {
    margin: 48px 0;
  }
  .case_in {
    grid-template-columns: repeat(2, 1fr);
  }
  .setup {
    margin: 48px 0;
  }
  .setup .md_title {
    margin-bottom: 24px;
  }
  .setup_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .setup_block {
    height: 250px;
  }
  .best_expertise {
    margin: 48px 0;
  }
  .best_expertise .md_title {
    font-size: 2.3rem;
  }
  .best_expertise_slide {
    grid-template-columns: repeat(1, 1fr);
  }
  .best_expertise_slide_left {
    padding: 24px 16px;
    gap: 16px;
  }
  .best_expertise_slide_block {
    padding: 24px 16px;
    gap: 16px;
  }
  .compare__title {
    font-size: 2rem;
    line-height: 100%;
  }
  .compare .table-responsive {
    width: calc(100% + 24px);
    margin-left: -12px;
    border-radius: 0;
  }
  .compare table {
    width: 943px;
    min-width: 943px;
  }
  .compare td {
    font-size: 14px;
    line-height: 20px;
  }
  .compare tr td:first-child {
    width: 320px;
  }
  .compare_two {
    margin-top: 48px;
  }
  .compare_two .compare__title {
    margin-bottom: 24px;
  }
  .compare_two .table-responsive {
    padding: 24px;
  }
  .compare_two .table-responsive table {
    min-width: 100%;
  }
  .compare_two tr td:first-child {
    width: 50%;
  }
  .compare_three {
    margin-bottom: 48px;
  }
  .compare_three table {
    min-width: auto;
  }
  .compare_three tr td {
    width: 60px;
  }
  .expertise .icon {
    width: 44px;
    height: 44px;
  }
  .expertise .icon img {
    width: 24px;
    height: 24px;
  }
  .integrators_block {
    padding: 40px 28px;
  }
  .integrators_logo a {
    padding: 24px;
  }
  .integrators_end {
    padding: 32px 24px;
    gap: 16px;
  }
  .integrators_end h2 {
    font-size: 32px;
  }
  .integrators_end p {
    font-size: 14px;
  }
  .faq {
    margin: 48px 0;
  }
  .faq .md_title {
    margin-bottom: 24px;
  }
  .faq .faq_accardion_item {
    padding: 16px;
  }
  .faq .faq_accardion_item .faq_accardion_btn span {
    font-size: 16px;
  }
  .faq .faq_accardion_item .faq_accardion_btn .icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .faq .faq_accardion_item .faq_accardion_btn .icon svg {
    width: 16px;
    height: 16px;
  }
  .faq .faq_accardion_item .faq_accardion_content .text {
    margin-top: 16px;
  }
  .faq .faq_accardion_item .faq_accardion_content .text p {
    font-size: 14px;
  }
  .faq_two_head {
    margin-bottom: 24px;
  }
  .faq_two_head .md_title {
    margin-bottom: 0;
  }
  .faq_two_in_head {
    flex-direction: column;
    gap: 16px;
  }
  .faq_two_in_head .title {
    width: auto;
  }
  .faq_two_in_head .title h3 {
    font-size: 23px;
  }
  .faq_two_in_head svg {
    width: 24px;
    height: 24px;
  }
  .faq_two .compare_two .table-responsive {
    background: transparent;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-left: 0;
  }
  .faq_two .compare_two .table-responsive table {
    min-width: auto;
  }
  .faq_two_contents {
    flex-direction: column;
  }
  .faq_two .faq_two_content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .home_block {
    width: 100%;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .home_block span {
    max-width: 100%;
  }
  .home_text {
    font-size: 14px;
    line-height: 150%;
  }
  .home_statistic {
    flex-wrap: wrap;
    justify-content: center;
  }
  .case_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .case_block {
    padding: 16px;
    gap: 24px;
  }
  .case_block_top {
    gap: 16px;
  }
  .trust_in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .best_expertise_slide_right {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .integrators_logo a {
    height: 150px;
    padding: 10px;
  }
  .compare_two .table-responsive {
    overflow-x: scroll;
  }
  .compare_two .table-responsive table {
    min-width: 500px;
  }
  .footer {
    text-align: center;
  }
  .footer_social {
    justify-content: center;
  }
  .footer_bottom {
    gap: 16px;
    padding: 24px 0;
    flex-direction: column;
  }
  .footer_bottom a,
  .footer_bottom span {
    text-align: center;
  }
  .footer_bottom ul {
    flex-direction: column;
    gap: 16px;
  }
}/*# sourceMappingURL=style.css.map */