* {
  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: 1312px;
  margin: 0 auto;
}

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

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

.md_title {
  font-size: 4rem;
  font-weight: 400;
  line-height: 70.4px;
  letter-spacing: -0.02em;
}

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

.navbar {
  padding: 12px 0;
}
.navbar-brand {
  margin-right: 48px;
  flex-shrink: 0;
}
.navbar-brand img {
  flex-shrink: 0;
  width: 138px;
  height: 42px;
}
.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;
}
.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: #0D6EFD;
}
.navbar .nav-link.active {
  color: #0D6EFD;
}
.navbar .nav-link:hover {
  color: #0D6EFD;
}
.navbar .nav-contact {
  gap: 11px;
}
.navbar .btn-login {
  color: white;
  background-color: #0D6EFD;
  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: #0257d5;
  color: white;
}
.navbar .btn-register {
  padding: 6px 12px !important;
  color: #0D6EFD;
  background-color: white;
  border: 1px solid #0D6EFD;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.navbar .btn-register:hover {
  background-color: #e6f2ff;
}
.navbar .phone-number {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: black;
  padding: 6px 12px;
  background-color: #F8F9FA;
}
.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: #0D6EFD;
  color: white;
  padding: 8px 16px;
}
.home_block span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  max-width: 290px;
  color: #0D6EFD;
}
.home_statistic {
  gap: 24px;
}
.home_statistic .statistic_block {
  width: 140px;
}
.home_statistic span {
  border-radius: 100px;
  padding: 7px 13px;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  color: white;
  background-color: #212529;
}
.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: #0D6EFD;
}
.home .home_text {
  margin: 32px 0;
}

.home.analytics {
  background: transparent;
  padding: 96px 0 48px 0;
}

.home.turnkey {
  padding: 37px 0;
}
.home.turnkey .home_block {
  padding: 0;
  background-color: transparent;
  margin: 0;
}
.home.turnkey .turnkey_blocks {
  gap: 12px;
  align-items: stretch;
  margin: 56px 0 32px 0;
}
.home.turnkey .btn-integrators {
  padding: 8px 16px;
}
.home.turnkey .turnkey_block {
  width: 100%;
  min-height: 100%;
  border-radius: 16px;
  padding: 16px 16px 16px 20px;
  background-color: #E7F1FF;
}
.home.turnkey .turnkey_block p {
  margin: 12px 0 0 0;
}

.automated_control {
  margin: 120px 0;
}
.automated_control_img {
  width: 100%;
}
.automated_control h3 {
  max-width: 966px;
  color: #212529;
  margin-bottom: 72px;
}
.automated_control h3 span {
  display: inline;
  color: #0D6EFD;
}
.automated_control .nav-tabs {
  gap: 16px;
  border: none;
}
.automated_control .nav-tabs .nav-link {
  border: none;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #0D6EFD;
}
.automated_control .nav-tabs .nav-link.active {
  color: #212529;
}
.automated_control .integrators_block {
  margin-top: 24px;
  border-radius: 24px;
  background-color: #E7F1FF;
}
.automated_control .btn-integrators {
  background-color: #0D6EFD;
  color: white;
  padding: 6px 12px;
}
.automated_control .btn-integrators-white {
  padding: 6px 12px;
  color: #0D6EFD;
}
.automated_control .integrators_text h4 {
  padding: 24px 0;
}
.automated_control .integrators_text span {
  color: #212529;
}
.automated_control .integrators_text p {
  color: #212529;
}

.data {
  margin: 120px 0;
}
.data_img {
  width: 100%;
}
.data h3 {
  max-width: 966px;
  color: #212529;
  margin-bottom: 72px;
}
.data h3 span {
  display: inline;
  color: #0D6EFD;
}
.data .nav-tabs {
  gap: 16px;
  border: none;
}
.data .nav-tabs .nav-link {
  border: none;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #0D6EFD;
}
.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: #0D6EFD;
}
.data .tab-content {
  margin-top: 24px;
}
.data_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
  border-radius: 16px;
  background-color: #E7F1FF;
}
.data_card span {
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  color: white;
  padding: 5px 9px;
  background-color: #0D6EFD;
  border-radius: 100px;
}
.data_card h4 {
  margin: 24px 0;
}
.data_card p {
  color: #212529;
  margin-bottom: 24px;
}
.data_card a {
  margin-top: auto;
  gap: 8px;
  color: #0D6EFD;
}

.expertise {
  margin: 120px 0;
}
.expertise_title {
  padding: 48px 0 24px 0;
}
.expertise_title span {
  max-width: 500px;
}
.expertise_title h3 {
  margin-top: 32px;
  max-width: 1104px;
}
.expertise_title h3 span {
  display: inline;
  color: #0D6EFD;
}
.expertise_cards {
  border-top: 1px solid #DEE2E6;
  margin-top: 48px;
  padding: 64px 48px 32px 48px;
}
.expertise_cards h6 {
  gap: 24px;
}
.expertise_cards h6 img {
  flex-shrink: 0;
}
.expertise_cards p {
  margin: 24px 0;
  color: #212529;
}
.expertise_cards a {
  gap: 8px;
  color: #0D6EFD;
}
.expertise_in {
  padding: 32px;
  border-radius: 20px;
  background-color: #F8F9FA;
}

.expertise.tarif .expertise_cards {
  border-top: none;
  margin-top: 0;
}

.integrators_block {
  border-radius: 24px;
  background-color: #F8F9FA;
}
.integrators .btn-integrators {
  background-color: #0D6EFD;
  color: white;
  padding: 6px 12px;
}
.integrators .btn-integrators-white {
  padding: 6px 12px;
  color: #0D6EFD;
}
.integrators_text h3 {
  padding: 24px 0;
}
.integrators_text span {
  color: #212529;
}
.integrators_text p {
  color: #212529;
}
.integrators_btns {
  gap: 8px;
}
.integrators_logo a {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background-color: white;
}
.integrators_logo a img {
  width: 1152px;
}

.tools .btn-integrators {
  border-radius: 4px;
  background-color: #0D6EFD;
  color: white;
  padding: 7px 13px;
}
.tools_card {
  height: 100%;
  border-radius: 24px;
  padding: 32px;
  background-color: #F8F9FA;
}
.tools_card .icon_title {
  gap: 24px;
  color: #212529;
}
.tools_card .icon_title img {
  flex-shrink: 0;
}
.tools_card h3 {
  margin-top: 24px;
  color: #212529;
}
.tools_card p, .tools_card li {
  font-size: 14px;
  line-height: 21px;
  color: #212529;
  font-weight: normal;
}
.tools_card li {
  list-style-position: inside;
  list-style-type: disc;
}
.tools_card p, .tools_card ul {
  margin: 24px 0;
}

.clients_end {
  gap: 24px;
  flex-wrap: wrap;
}
.clients_end button {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #0D6EFD;
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid #0D6EFD;
  transition: 0.3s linear;
}
.clients_end button:hover {
  color: white;
  background-color: #0D6EFD;
}
.clients_end p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #6C757D;
  max-width: 456px;
}
.clients h3 {
  max-width: 966px;
  color: #212529;
  margin-bottom: 64px;
}
.clients h3 span {
  display: inline;
  color: #0D6EFD;
}
.clients .swiper-wrapper {
  height: auto;
}
.clients .swiper-slide {
  height: auto;
}
.clients .clientsSwiper {
  width: 100%;
}
.clients_card {
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  padding: 16px;
  background: #F8F9FA;
}
.clients_card_top {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.clients_card img {
  flex-shrink: 0;
  margin-right: auto;
}
.clients_card h4 {
  text-align: left;
  margin: 16px 0;
  color: #002B31;
}
.clients_card p {
  text-align: start;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #495057;
  min-height: 78px;
}
.clients .clients_btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1490196078);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients .clients_slider {
  display: flex;
  align-items: center;
  position: relative;
  margin: 64px 0 32px 0;
}
.clients .clients-button-next {
  right: -24px;
}
.clients .clients-button-prev {
  left: -24px;
}
.clients .clients-button-prev svg {
  transform: rotate(180deg);
}
.clients .swiper-button-disabled {
  display: none;
}

.comment {
  margin: 120px 0;
}
.comment_slider {
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.comment .commentSwiper {
  max-width: 960px;
}
.comment-pagination {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.comment-pagination .swiper-pagination-bullet {
  background: #0D6EFD;
  width: 30px;
  height: 3px;
  border-radius: 0;
  margin: 0 !important;
}
.comment-pagination .swiper-pagination-bullet-active {
  background: #0D6EFD;
}
.comment_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.comment_card h4 {
  color: #212529;
}
.comment_card p {
  color: black;
  font-size: 20px;
}
.comment_card h6 {
  color: #212529;
}
.comment_card span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #6C757D;
}
.comment_card_user {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cases .nav-tabs {
  gap: 16px;
  border: none;
}
.cases .nav-tabs .nav-link {
  border: none;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #0D6EFD;
}
.cases .nav-tabs .nav-link.active {
  color: #212529;
}
.cases_cards {
  margin-top: 24px;
}
.cases_card {
  overflow: hidden;
  border-radius: 16px;
  background-color: #F8F9FA;
}
.cases_card_top {
  position: relative;
}
.cases_card_top img {
  width: 100%;
}
.cases_card_top span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 5px 9px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  color: white;
  border-radius: 100px;
  background-color: #0D6EFD;
}
.cases_card_bottom {
  padding: 20px 32px 32px 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
}
.cases_card h3 {
  color: #212529;
}
.cases_card a {
  color: #0D6EFD;
}

.video_reviews h3 {
  font-size: 48px;
  line-height: 52.8px;
  letter-spacing: -0.02em;
  color: #212529;
  margin: 96px 0 32px 0;
}
.video_reviews_card img {
  width: 100%;
}

.presentation {
  margin-top: 50px;
}
.presentation_in {
  gap: 24px;
  padding: 32px;
  background-color: #E7F1FF;
  border-radius: 24px;
}
.presentation span {
  color: #212529;
}
.presentation h3 {
  margin: 16px 0 32px 0;
  color: #212529;
}
.presentation a {
  padding: 9px 17px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #0D6EFD;
  color: #0D6EFD;
}
.presentation a:hover {
  border: 1px solid #212529;
}

.social {
  margin-top: 120px;
}
.social_in {
  border-radius: 20px;
  background-color: #F8F9FA;
  padding: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.social_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.social h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  letter-spacing: -0.02em;
  color: #212529;
}
.social p {
  max-width: 640px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #212529;
}
.social a {
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #0D6EFD;
  color: #0D6EFD;
}
.social a:hover {
  border: 1px solid #212529;
}

.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: space-between;
  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: #0D6EFD;
}
.footer h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #212529;
  margin-bottom: 24px;
}
.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: #0D6EFD;
}
.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: 1360px) {
  .clients .clients_btn {
    margin: 0;
    top: -60px;
  }
  .clients .clients-button-prev {
    left: auto;
    right: 60px;
  }
  .clients .clients_slider {
    margin: 75px 0 32px 0;
  }
  .clients .clients-button-next {
    right: 0;
  }
  .clients .swiper-button-disabled {
    display: flex;
  }
}
@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;
  }
  .home.analytics {
    padding: 48px 0 48px 0;
  }
  .data {
    margin: 48px 0;
  }
  .data h3 {
    font-size: 2.3rem;
    line-height: normal;
    margin-bottom: 48px;
  }
  .data_card {
    padding: 1.5rem;
  }
  .clients h3 {
    font-size: 2.3rem;
    line-height: normal;
    margin-bottom: 48px;
  }
  .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;
  }
  .automated_control {
    margin: 48px 0;
  }
  .automated_control h3 {
    font-size: 2.3rem;
    line-height: normal;
    margin-bottom: 48px;
  }
  .comment {
    margin: 48px 0;
  }
  .comment .comment_slider {
    gap: 10px;
    padding: 0;
  }
  .comment_card {
    gap: 16px;
  }
  .comment_card p {
    font-size: 14px;
  }
  .comment .comment-pagination {
    margin-top: 16px;
  }
  .tools_card {
    padding: 24px;
  }
  .cases_card_bottom {
    padding: 16px;
  }
  .video_reviews h3 {
    font-size: 2.3rem;
    margin: 48px 0 24px 0;
  }
  .presentation {
    text-align: center;
  }
  .social {
    margin-top: 48px;
  }
  .social_in {
    gap: 24px;
    padding: 24px;
  }
  .social h3 {
    font-size: 32px;
    line-height: normal;
  }
  .social p {
    font-size: 16px;
    line-height: normal;
  }
  .social a {
    font-size: 16px;
    line-height: normal;
  }
}
@media only screen and (max-width: 768px) {
  .expertise_title .lg_title {
    font-size: calc(1.5rem + 0.9vw) !important;
    line-height: normal;
  }
  .automated_control h3 {
    font-size: calc(2rem + 0.9vw) !important;
  }
  .home_block {
    width: 100%;
    flex-direction: column;
  }
  .home_block span {
    max-width: 100%;
  }
  .home_statistic {
    justify-content: center;
    flex-wrap: wrap;
  }
  .home.turnkey .turnkey_blocks {
    margin: 24px 0;
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .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 */