/*
sass --no-source-map web/landing/assets/sass/landing-banks.scss web/landing/assets/css/landing-banks.css
*/
html, body {
  overscroll-behavior-x: none;
}

body {
  overflow-x: hidden;
}

.bg-accent {
  background: #d69c2e !important;
}
.bg-accent.btn:hover {
  background: #ce9428 !important;
}

.btn.bg-black:hover {
  background: rgba(0, 0, 0, 0.15) !important;
}

.rounded-12px {
  border-radius: 12px;
}

.landing-banks {
  background: #ffffff;
}
.landing-banks .lb--media-placeholder {
  background: #ececec;
  border: 1px dashed rgba(21, 21, 21, 0.14);
  box-sizing: border-box;
}
.landing-banks .lb--check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing-banks .lb--check-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.33;
  color: #151515;
}
@media only screen and (min-width: 992px) {
  .landing-banks .lb--check-list li {
    font-size: 1.125rem;
  }
}
.landing-banks .lb--check-list li:last-child {
  margin-bottom: 0;
}
.landing-banks .lb--check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(1, 152, 167, 0.15);
}
.landing-banks .lb--check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #0198a7;
  border-bottom: 2px solid #0198a7;
  transform: rotate(-45deg);
}
.landing-banks .navbar.navbar-carlink-v2 {
  z-index: 4;
}

.appearing-item {
  position: absolute;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease-in-out;
  width: 160px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .appearing-item {
    width: 220px;
    padding: 12px;
  }
}
.appearing-item.appear {
  opacity: 1;
  transform: translateY(0);
}
.appearing-item--content {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.appearing-item .image-item {
  width: 150px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .appearing-item .image-item {
    width: 100%;
    height: 128px;
    margin-bottom: 20px;
  }
}
.appearing-item .icon-container {
  width: 32px;
  min-width: 32px;
  text-align: center;
  margin-right: 8px;
}
.appearing-item .text-container {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
@media screen and (max-width: 991.9px) {
  .appearing-item .text-container {
    font-size: 14px;
  }
}
.appearing-item .state-container {
  padding: 5px 10px;
  min-width: 50px;
  border-radius: 12px;
  background-color: #0198a7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.9px) {
  .appearing-item .state-container {
    font-size: 12px;
    padding: 4px 5px;
    min-width: 40px;
  }
}
.appearing-item .state-container--inline {
  margin-left: 24px;
  margin-top: 0;
}
@media screen and (max-width: 991.9px) {
  .appearing-item .state-container--inline {
    margin-left: 14px;
  }
}
.appearing-item .description-container {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin: 3px 0 0;
}
@media screen and (min-width: 992px) {
  .appearing-item .description-container {
    font-size: 14px;
  }
}
.appearing-item--pointer {
  position: absolute;
  top: calc(100% - 5px);
  left: calc(50% + 20px);
  width: 2px;
  height: 70px;
  background-color: #0198a7;
  z-index: 0;
  transform: rotate(330deg) translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .appearing-item--pointer {
    height: 110px;
    top: calc(100% - 8px);
  }
}
.appearing-item--pointer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0198a7;
  z-index: 1;
  transform: translateX(-50%);
}

.lb--section {
  color: #151515;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .lb--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lb--section.grey-section {
  background-color: #f7f7f7;
}
.lb--section.linear-section {
  background-color: #0198a7;
  background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section.webp")) {
  .lb--section.linear-section {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lb--section.linear-section {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@2x.jpg");
  }
  @supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@2x.webp")) {
    .lb--section.linear-section {
      background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@2x.webp");
    }
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .lb--section.linear-section {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@3x.jpg");
  }
  @supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@3x.webp")) {
    .lb--section.linear-section {
      background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@3x.webp");
    }
  }
}
.lb--section h2 {
  font-size: 1.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #151515;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .lb--section h2 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .lb--section h2 {
    font-size: 2.375rem;
  }
}
.lb--section .section--text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 575px) {
  .lb--section .section--text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section .section--text {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.lb--section_main {
  padding-top: 90px;
  background-color: #0198a7;
  background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 175px;
  overflow: hidden;
}
@supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main.webp")) {
  .lb--section_main {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lb--section_main {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@2x.jpg");
  }
  @supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@2x.webp")) {
    .lb--section_main {
      background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@2x.webp");
    }
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .lb--section_main {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@3x.jpg");
  }
  @supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@3x.webp")) {
    .lb--section_main {
      background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@3x.webp");
    }
  }
}
@media only screen and (min-width: 575px) {
  .lb--section_main {
    padding-bottom: 175px;
  }
}
@media only screen and (min-width: 768px) {
  .lb--section_main {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_main {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .lb--section_main {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
.lb--section_main h1 {
  font-size: 1.5rem;
  line-height: normal;
  color: #ffffff;
  margin: 0 0 20px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .lb--section_main h1 {
    font-size: 2rem;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .lb--section_main h1 {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .lb--section_main h1 {
    font-size: 2.5rem;
  }
}
.lb--section_main ul {
  list-style: none;
}
.lb--section_main ul li {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .lb--section_main ul li {
    font-size: 1rem;
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .lb--section_main ul li {
    font-size: 1.313rem;
  }
}
.lb--section_main ul li .ic-container {
  width: 22px;
  min-width: 22px;
  text-align: center;
  margin-right: 17px;
  margin-top: -2px;
}
.lb--section_main .btn {
  font-size: 1rem;
  padding: 10px 10px;
  white-space: nowrap;
  font-weight: 500;
  width: 200px;
  min-width: 200px;
}
.lb--section_main .main-img--container {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  margin-top: auto;
}
.lb--section_main .main-img--container .main-img {
  width: 375px;
  height: auto;
  max-width: none;
}
@media screen and (min-width: 576px) {
  .lb--section_main .main-img--container .main-img {
    width: 483px;
  }
}
@media screen and (min-width: 992px) {
  .lb--section_main .main-img--container .main-img {
    width: 145%;
  }
}
@media screen and (min-width: 1200px) {
  .lb--section_main .main-img--container .main-img {
    width: 125%;
    max-width: 945px;
  }
}
@media screen and (min-width: 1400px) {
  .lb--section_main .main-img--container .main-img {
    width: 945px;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .lb--section_main .main-img--container {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
@media screen and (min-width: 1400px) {
  .lb--section_main .main-img--container {
    position: static;
    height: 506px;
  }
}
.lb--section_trust h2 {
  margin-bottom: 59px;
}
@media only screen and (max-width: 767px) {
  .lb--section_trust h2 {
    max-width: 100%;
    width: 350px;
    margin: 0 auto 25px;
  }
}
.lb--section_trust .logo-marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
}
.lb--section_trust .logo-marquee:before, .lb--section_trust .logo-marquee:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.lb--section_trust .logo-marquee:before {
  left: 0;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.lb--section_trust .logo-marquee:after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.lb--section_trust .logo-marquee-content {
  display: flex;
  animation: scroll 100s linear infinite;
}
.lb--section_trust .logo-marquee-content.animation-paused {
  animation-play-state: paused;
}
.lb--section_trust .logo-partner-container {
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  height: 70px;
  margin-right: 0;
  width: 160px;
}
.lb--section_trust .logo-partner-container img {
  display: inline-block;
  width: 130px;
  height: auto;
}
.lb--section_trust .logo-partner-container img.vtb {
  width: 110px;
}
@media only screen and (min-width: 768px) {
  .lb--section_trust .logo-partner-container {
    height: 130px;
    margin-right: 10px;
    width: 220px;
  }
  .lb--section_trust .logo-partner-container img {
    width: 160px;
  }
  .lb--section_trust .logo-partner-container img.vtb {
    width: 130px;
  }
}
.lb--section_technologies .row {
  margin-left: -10px;
  margin-right: -10px;
}
.lb--section_technologies .col {
  margin: 10px 0;
  padding: 0 10px;
}
.lb--section_technologies .card-technology {
  padding: 18px 15px;
  border-radius: 24px;
  min-height: 130px;
}
@media only screen and (min-width: 992px) {
  .lb--section_technologies .card-technology {
    padding: 39px 30px 16px;
    min-height: 0;
  }
}
.lb--section_technologies .card-technology--img-container {
  width: 100px;
  min-width: 100px;
  text-align: center;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .lb--section_technologies .card-technology--img-container {
    height: 90px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_technologies .card-technology--img-container {
    width: 132px;
    min-width: 132px;
    height: 90px;
    margin-bottom: 38px;
  }
}
.lb--section_technologies .card-technology--img_procedure {
  width: 86px;
}
.lb--section_technologies .card-technology--img_active {
  width: 90px;
}
.lb--section_technologies .card-technology--img_expence {
  width: 88px;
}
.lb--section_technologies .card-technology--img_maximize {
  width: 80px;
}
.lb--section_technologies .card-technology--img_terms {
  width: 80px;
}
.lb--section_technologies .card-technology--img_transparency {
  width: 100px;
}
@media only screen and (min-width: 992px) {
  .lb--section_technologies .card-technology--img_procedure {
    width: 96px;
  }
  .lb--section_technologies .card-technology--img_active {
    width: 112px;
  }
  .lb--section_technologies .card-technology--img_expence {
    width: 109px;
  }
  .lb--section_technologies .card-technology--img_maximize {
    width: 95px;
  }
  .lb--section_technologies .card-technology--img_terms {
    width: 96px;
  }
  .lb--section_technologies .card-technology--img_transparency {
    width: 132px;
  }
}
.lb--section_technologies .card-technology--content {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .lb--section_technologies .card-technology--content {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_consulting {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.lb--section_consulting h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .lb--section_consulting h2 {
    margin-top: 50px;
  }
}
.lb--section_consulting .lb--consult-stack {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .lb--section_consulting .lb--consult-stack {
    gap: 20px;
  }
}
.lb--section_consulting .lb--consult-stack:after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
@media only screen and (max-width: 991px) {
  .lb--section_consulting .lb--consult-stack:not(.lb--consult-expanded) .lb--consult-slide:nth-child(n+3) {
    display: none;
  }
}
.lb--section_consulting .lb--consult-stack.lb--consult-expanded:after, .lb--section_consulting .lb--consult-stack.lb--consult-expanded .lb--consult-more {
  display: none !important;
}
.lb--section_consulting .lb--consult-viewport {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .lb--section_consulting .lb--consult-viewport {
    padding: 50px 0;
    height: 729px;
    overflow: hidden;
    border-radius: 16px;
    overscroll-behavior-y: auto;
    outline: none;
  }
}
.lb--section_consulting .lb--consult-track {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 992px) {
  .lb--section_consulting .lb--consult-track {
    gap: 20px;
    transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
  }
}
.lb--section_consulting .lb--consult-slide {
  flex-shrink: 0;
}
.lb--section_consulting .lb--consult-slide .lb--consult-card {
  width: 100%;
}
.lb--section_consulting .lb--consult-more {
  align-self: flex-start;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  padding: 9px 23px;
  border-radius: 17px;
  background-color: rgba(21, 21, 21, 0.7);
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 4;
}
.lb--section_consulting .lb--consult-more:hover, .lb--section_consulting .lb--consult-more:focus-visible {
  background-color: rgba(21, 21, 21, 0.8);
}
.lb--section_consulting .lb--consult-vitrines {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 4px;
}
@media only screen and (max-width: 574px) {
  .lb--section_consulting .lb--consult-vitrines {
    grid-template-columns: 1fr;
  }
}
.lb--section_consulting .lb--consult-vitrine {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, 0.08);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.lb--section_consulting .lb--consult-vitrine:hover {
  border-color: rgba(1, 152, 167, 0.35);
  box-shadow: 0 6px 20px rgba(21, 21, 21, 0.08);
}
.lb--section_consulting .lb--consult-vitrine:hover .lb--consult-vitrine__caption {
  color: #0198a7;
}
.lb--section_consulting .lb--consult-vitrine__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  background: linear-gradient(135deg, #eef6f8 0%, #e4ecee 100%);
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(21, 21, 21, 0.45);
  text-align: center;
  padding: 12px;
}
.lb--section_consulting .lb--consult-vitrine__caption {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #151515;
  padding: 0 10px 10px;
  transition: color 0.2s;
}
.lb--section_consulting .lb--consult-vitrine img {
  display: block;
  width: 100%;
  height: auto;
}
.lb--section_consulting .lb--consult-card {
  background: #fff;
  border-radius: 24px;
  padding: 22px 22px 20px;
  border: solid 1px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 992px) {
  .lb--section_consulting .lb--consult-card {
    padding: 30px;
  }
}
.lb--section_consulting .lb--consult-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #151515;
  margin: 0 0 10px;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .lb--section_consulting .lb--consult-card__title {
    font-size: 1.5rem;
  }
}
.lb--section_consulting .lb--consult-card__text {
  line-height: normal;
  font-weight: 400;
  margin: 0 0 10px;
}
@media only screen and (min-width: 992px) {
  .lb--section_consulting .lb--consult-card__text {
    font-size: 1.125rem;
  }
}
.lb--section_consulting .lb--callout {
  background: rgba(1, 152, 167, 0.05);
  border-left: 4px solid #0198a7;
  border-radius: 4px;
  padding: 16px 20px;
}
.lb--section_consulting .lb--callout__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #0198a7;
  line-height: normal;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .lb--section_consulting .lb--callout__label {
    font-size: 0.875rem;
  }
}
.lb--section_consulting .lb--callout__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  color: #151515;
}
@media only screen and (min-width: 992px) {
  .lb--section_consulting .lb--callout__text {
    font-size: 1.125rem;
  }
}
.lb--section_consulting .consulting-image--container {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 575px) {
  .lb--section_consulting .consulting-image--container {
    margin-top: 40px;
  }
}
.lb--section_consulting .consulting-image--container img {
  width: 350px;
  height: auto;
}
@media only screen and (min-width: 575px) {
  .lb--section_consulting .consulting-image--container img {
    width: 580px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_consulting .consulting-image--container img {
    position: absolute;
    left: 0;
    width: 760px;
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_employees h2 {
    margin-bottom: 40px;
  }
}
.lb--section_employees .lb--employees-lead {
  font-weight: 600;
  color: #151515;
  line-height: normal;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .lb--section_employees .lb--employees-lead {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.lb--section_employees .atb-image {
  height: auto;
  width: 614px;
  max-width: 100%;
}
.lb--section_kpi {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .lb--section_kpi {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.lb--section_kpi h2 {
  color: #fff;
  margin-bottom: 28px;
}
@media only screen and (min-width: 992px) {
  .lb--section_kpi h2 {
    margin-bottom: 40px;
  }
}
.lb--section_kpi .lb--kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 992px) {
  .lb--section_kpi .lb--kpi-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
  }
}
.lb--section_kpi .lb--kpi-card {
  border-radius: 24px;
  padding: 15px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) {
  .lb--section_kpi .lb--kpi-card {
    padding: 20px 30px;
  }
}
.lb--section_kpi .lb--kpi-card__value {
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  line-height: normal;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .lb--section_kpi .lb--kpi-card__value {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_kpi .lb--kpi-card__value {
    font-size: 3rem;
  }
}
.lb--section_kpi .lb--kpi-card__label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .lb--section_kpi .lb--kpi-card__label {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_kpi .lb--kpi-card__label {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_kpi .lb--kpi-card:nth-child(-n+6) {
    grid-column: span 4;
  }
  .lb--section_kpi .lb--kpi-card:last-child {
    grid-column: 5/span 4;
  }
}
@media only screen and (min-width: 1200px) {
  .lb--section_kpi .lb--kpi-card:nth-child(-n+4) {
    grid-column: span 3;
  }
  .lb--section_kpi .lb--kpi-card:nth-child(5) {
    grid-column: 2/span 3;
  }
  .lb--section_kpi .lb--kpi-card:nth-child(6) {
    grid-column: 5/span 3;
  }
  .lb--section_kpi .lb--kpi-card:nth-child(7) {
    grid-column: 8/span 3;
  }
}
.lb--section_how h2 {
  margin-bottom: 20px;
}
.lb--section_how .lb--how {
  position: relative;
}
.lb--section_how .lb--how:before {
  background: rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  left: 23px;
  bottom: 50px;
  top: 50px;
  width: 1px;
  z-index: 0;
}
@media (min-width: 768px) {
  .lb--section_how .lb--how:before {
    left: 30px;
  }
}
@media (min-width: 992px) {
  .lb--section_how .lb--how:before {
    left: 0;
    right: 0;
    bottom: auto;
    top: 30px;
    width: auto;
    height: 1px;
  }
}
.lb--section_how .lb--how > .d-flex {
  gap: 20px;
}
.lb--section_how .lb--how-subtitle {
  max-width: 720px;
  font-size: 0.875rem;
  color: #151515;
  margin-bottom: 27px;
  line-height: normal;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .lb--section_how .lb--how-subtitle {
    font-size: 1rem;
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_how .lb--how-subtitle {
    font-size: 1.125rem;
  }
}
.lb--section_how .lb--how-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 12px;
  background-image: linear-gradient(134deg, #63b7c9 14%, #74dfcb 100%);
}
@media only screen and (min-width: 768px) {
  .lb--section_how .lb--how-icon {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }
  .lb--section_how .lb--how-icon img {
    width: 40px;
  }
}
.lb--section_how .lb--how-card_container {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 15px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .lb--section_how .lb--how-card_container {
    grid-template-columns: 60px 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_how .lb--how-card_container {
    grid-template-rows: 60px 1fr;
    grid-template-columns: auto;
    align-items: stretch;
  }
  .lb--section_how .lb--how-card_container:hover .lb--how-card {
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(138deg, #63b7c9 14%, #74dfcb 100%);
  }
  .lb--section_how .lb--how-card_container:hover .lb--how-card__text {
    color: #151515;
  }
  .lb--section_how .lb--how-card_container:hover .lb--how-icon {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: solid 1px rgba(0, 0, 0, 0.06);
    background: #505050;
  }
}
.lb--section_how .lb--how-card {
  background: #fff;
  border-radius: 16px;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .lb--section_how .lb--how-card {
    padding: 20px 16px;
    border-radius: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_how .lb--how-card {
    padding: 30px 20px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
  }
}
.lb--section_how .lb--how-card__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: normal;
  color: #151515;
}
@media only screen and (min-width: 992px) {
  .lb--section_how .lb--how-card__title {
    font-size: 1.25rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .lb--section_how .lb--how-card__title {
    font-size: 1.5rem;
  }
}
.lb--section_how .lb--how-card__text {
  color: #151515;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .lb--section_how .lb--how-card__text {
    font-size: 1rem;
    transition: color 0.2s ease;
    color: rgba(21, 21, 21, 0.7);
  }
}
@media only screen and (min-width: 1200px) {
  .lb--section_how .lb--how-card__text {
    font-size: 1.125rem;
  }
}
.lb--section_how .lb--how-card--active .lb--how-card__text {
  color: rgba(255, 255, 255, 0.92);
}
.lb--section_contact {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .lb--section_contact {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.lb--section_contact .lb--messengers {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .lb--section_contact .lb--messengers {
    width: 100%;
    max-width: 240px;
    margin: 24px auto 30px;
  }
}
.lb--section_contact .lb--messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  height: 50px;
  width: 260px;
}
@media screen and (max-width: 768px) {
  .lb--section_contact .lb--messenger {
    font-size: 14px;
    height: 45px;
    width: 240px;
  }
}
.lb--section_contact .lb--messenger span {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .lb--section_contact .lb--messenger span {
    margin: 0 auto 0 -26px;
  }
}
.lb--section_contact .lb--messenger .icon {
  width: 29px;
  height: 24px;
  fill: #fff;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .lb--section_contact .lb--messenger .icon {
    width: 26px;
    height: 22px;
    margin-right: auto;
  }
}
.lb--section_contact .lb--messenger .icon-max {
  fill: #fff;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  .lb--section_contact .lb--messenger .icon-max {
    width: 24px;
    height: 24px;
  }
}
.lb--section_contact .lb--messenger .icon-wa {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .lb--section_contact .lb--messenger .icon-wa {
    width: 26px;
    height: 26px;
  }
}
.lb--section_contact .lb--messenger--telegram {
  background: linear-gradient(90deg, #00afe4 0%, #0093d4 100%);
}
.lb--section_contact .lb--messenger--max {
  background: linear-gradient(90deg, #3e5ffd 0%, #a859dc 100%);
}
.lb--section_contact .lb--messenger--whatsapp {
  background: linear-gradient(180deg, #60d669 0%, #1faf38 100%);
}
.lb--section_contact .lb--contact-phone {
  display: inline-block;
  font-size: 1.563rem;
  font-weight: 400;
  line-height: normal;
  color: #0198a7;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .lb--section_contact .lb--contact-phone {
    font-size: 2.375rem;
  }
}
.lb--section_contact .lb--contact-phone:hover {
  color: #017c89;
}
.lb--section_carinspect .lb--carinspect-logo {
  margin-bottom: 35px;
}
.lb--section_carinspect .lb--carinspect-logo img {
  width: 223.9px;
  height: 40px;
}
.lb--section_carinspect .lb--carinspect-title {
  margin: 0 0 20px;
}
.lb--section_carinspect .lb--check-list--dark li::before {
  background: rgba(1, 152, 167, 0.25);
}
.lb--section_carinspect .lb--check-list--dark li::after {
  border-color: #0198a7;
}
.lb--section_carinspect .lb--carinspect-link {
  display: inline-block;
  margin-top: 42px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0198a7;
  text-decoration: none;
}
.lb--section_carinspect .lb--carinspect-link:hover {
  text-decoration: underline;
  color: #017c89;
}
@media only screen and (min-width: 992px) {
  .lb--section_carinspect .lb--carinspect-link {
    font-size: 1.125rem;
  }
}
.lb--section_carinspect .review-image-wrapper {
  position: relative;
  height: 280px;
  margin-top: 108px;
}
.lb--section_carinspect .review-image-wrapper .review-image {
  width: 580px;
  height: auto;
  margin-left: -40px;
}
@media only screen and (min-width: 415px) {
  .lb--section_carinspect .review-image-wrapper .review-image {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .lb--section_carinspect .review-image-wrapper {
    height: 377px;
  }
  .lb--section_carinspect .review-image-wrapper .review-image {
    width: 695px;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_carinspect .review-image-wrapper {
    margin-top: 150px;
  }
}
.lb--section_carinspect .appearing-item--bumper {
  top: -65px;
  left: 0;
}
.lb--section_carinspect .appearing-item--door {
  top: -90px;
  left: 180px;
}
@media only screen and (min-width: 415px) {
  .lb--section_carinspect .appearing-item--bumper {
    left: 15px;
  }
  .lb--section_carinspect .appearing-item--door {
    left: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .lb--section_carinspect .appearing-item--bumper {
    top: -70px;
    left: 10px;
  }
  .lb--section_carinspect .appearing-item--bumper .appearing-item--pointer {
    height: 80px;
    top: calc(100% - 6px);
  }
  .lb--section_carinspect .appearing-item--door {
    top: -150px;
    left: 290px;
  }
}
.lb--section_reviews {
  overflow: hidden;
}
.lb--section_reviews .testimonal-card {
  border-radius: 24px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 1399px) {
  .lb--section_reviews .testimonal-card img {
    max-width: 177px;
  }
}
@media only screen and (max-width: 767px) {
  .lb--section_reviews .testimonal-card img {
    max-width: 140px;
    margin-bottom: 20px;
  }
}
.lb--section_reviews .testimonal-card--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lb--section_reviews .testimonal-card--background img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  height: auto;
  flex: 1 0 auto;
  width: 100%;
}
.lb--section_reviews .testimonal-card--content {
  padding: 30px 15px;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 520px;
}
@media only screen and (min-width: 768px) {
  .lb--section_reviews .testimonal-card--content {
    min-height: 500px;
    padding: 10px 30px;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .lb--section_reviews .testimonal-card--content {
    padding: 10px 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .lb--section_reviews .testimonal-card--content {
    min-height: 440px;
  }
}
.lb--section_reviews .testimonal-card--text {
  font-size: 0.875rem;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .lb--section_reviews .testimonal-card--text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_reviews .testimonal-card--text {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.lb--section_reviews .testimonal-card--name {
  font-size: 1rem;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .lb--section_reviews .testimonal-card--name {
    font-size: 1.125rem;
  }
}
.lb--section_reviews .testimonal-card--title {
  font-size: 0.875rem;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .lb--section_reviews .testimonal-card--title {
    font-size: 1rem;
  }
}
.lb--section_reviews .carousel-indicators button {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  margin-right: 2px;
  margin-left: 2px;
}
@media only screen and (min-width: 768px) {
  .lb--section_reviews .carousel-indicators button {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.lb--section_reviews .carousel-indicators button:hover:not(.active) {
  opacity: 0.8;
}
.lb--section_reviews .carousel-indicators button.active {
  opacity: 1;
}
.lb--section_reviews .reviews-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.lb--section_reviews .reviews-carousel--slide {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .lb--section_reviews .reviews-carousel_dots .glider-dot {
    width: 5px;
    height: 5px;
    margin: 2px;
  }
}
.lb--section_reviews .reviews-carousel--avatar {
  width: 40px;
  height: 40px;
  background-color: #8586cc;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 44px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .lb--section_reviews .reviews-carousel--avatar {
    width: 50px;
    height: 50px;
    line-height: 54px;
    font-size: 24px;
  }
}
.lb--section_reviews .reviews-carousel--card {
  background: #f4f6fd;
  border-radius: 24px;
  padding: 15px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .lb--section_reviews .reviews-carousel--card {
    padding: 20px 30px;
    min-height: 330px;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_reviews .reviews-carousel--card {
    padding: 30px 50px;
  }
}
.lb--section_reviews .reviews-carousel--name {
  font-size: 0.875rem;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .lb--section_reviews .reviews-carousel--name {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_reviews .reviews-carousel--name {
    font-size: 1.125rem;
  }
}
.lb--section_reviews .reviews-carousel--text {
  position: relative;
  font-size: 0.875rem;
  line-height: normal;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .lb--section_reviews .reviews-carousel--text {
    padding-left: 0;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .lb--section_reviews .reviews-carousel--text {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.lb--section_reviews .reviews-carousel--date {
  color: rgba(51, 51, 51, 0.6);
  font-size: 1rem;
}
.lb--section_reviews .reviews-carousel .quote-symbol {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  color: rgba(51, 51, 51, 0.4);
  position: absolute;
}
.lb--section_reviews .reviews-carousel .quote-symbol--start {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .lb--section_reviews .reviews-carousel .quote-symbol--start {
    left: -20px;
  }
}
.lb--section_reviews .reviews-carousel .quote-symbol--end {
  bottom: -23px;
}

.glider-slide {
  align-content: start;
}

.glider--dots .glider-dot {
  background-color: rgba(0, 0, 0, 0.15);
  width: 10px;
  height: 10px;
}
.glider--dots .glider-dot:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.25);
}
.glider--dots .glider-dot.active {
  background-color: rgba(0, 0, 0, 0.4);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.hide-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.hide-scrollbar::-webkit-scrollbar {
  background-color: transparent;
}

.hide-scrollbar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: transparent;
}
