html {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

small, .small {
  font-size: 16px;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

h1 {
  font-weight: 300 !important;
  font-size: clamp(2rem, 2.5vw, 3rem);
}

.mb-0 {
  font-size: 18px;
  color: #4c5865;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}

.btn {
  font-weight: 600;
  transition: .5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}

.btn-square, .btn-sm-square, .btn-md-square, .btn-lg-square, .btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
}

.btn.btn-primary:hover {
  background: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
  color: var(--bs-white);
}

.btn.btn-secondary:hover {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}

.btn.btn-light {
  color: var(--bs-primary);
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}

@keyframes icon-animat {
  0% {
    border-radius: 40% 60% 55% 45% / 55% 40% 60% 45%;
  }

  25% {
    border-radius: 60% 40% 45% 55% / 45% 60% 40% 55%;
  }

  50% {
    border-radius: 50% 50% 60% 40% / 60% 50% 40% 50%;
  }

  75% {
    border-radius: 45% 55% 50% 50% / 50% 45% 55% 50%;
  }

  100% {
    border-radius: 40% 60% 55% 45% / 55% 40% 60% 45%;
  }
}

.nav-bar {
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s ease;
  z-index: 3000;
}

.nav-bar:hover {
  background-color: white;
  z-index: 3000;
}

.nav-bar.nav-open, .models-bar.bar-open {
  background: #fff;
  z-index: 3000;
  backdrop-filter: none;
}

.nav-bar.navbar-light {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.nav-bar.navbar-light:hover {
  background-color: white !important;
}

.sticky-top {
  transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  letter-spacing: 1px;
  color: var(--bs-dark);
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  transition: color .3s ease, text-shadow .3s ease;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link.active {
  color: #000000 !important;
  text-shadow: none;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
  max-height: 50px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: #000000 !important;
  font-weight: 700;
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  margin-top: 8px !important;
  background: var(--bs-light);
  transition: .5s;
  opacity: 1;
  color: #000000 !important;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
  }
}

@media (max-width: 600px) {
  .navbar.navbar-expand-xl .navbar-toggler {
    z-index: 1;
  }

  .navbar.navbar-expand-lg .navbar-toggler[aria-expanded="true"] {
    z-index: 3001;
  }
}

@media (max-width: 600px) {
  .navbar.navbar-expand-xl .navbar-toggler {
    color: #000;
    border-color: transparent;
    transition: color .2s ease, border-color .2s ease;
  }

  

  .navbar.navbar-expand-lg .navbar-toggler:hover {
    color: var(--bs-primary);
    border-color: transparent;
  }

  

  body.nav-open .navbar.navbar-expand-lg .navbar-toggler, .nav-bar.nav-open .navbar.navbar-expand-xl .navbar-toggler {
    color: black;
    border-color: transparent;
  }
}

.carousel .carousel-item img {
  object-fit: cover;
}

.carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  display: flex;
  align-items: center;
}

.carousel .carousel-indicators {
  left: 75%;
  top: 50%;
  margin-right: 25%;
  transform: translateY(-50%);
  flex-direction: column;
}

.carousel-indicators [data-bs-target] {
  display: flex;
  width: 15px;
  height: 15px;
  border: 6px solid var(--bs-white);
  border-radius: 15px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--bs-secondary);
  opacity: 1;
  transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
  background-color: var(--bs-primary);
}

@media (max-width: 992px) {
  .carousel-indicators [data-bs-target] {
    display: none;
  }
}

.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/fact-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

.feature {
  background: var(--bs-light);
}

.feature .feature-item {
  display: flex;
  border-radius: 10px;
}

.feature .feature-item .feature-icon span {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

.about .about-item .about-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: var(--bs-light);
  transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

.about .about-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.about .about-img .img-1 {
  height: 85%;
  margin-right: 50px;
}

.about .about-img .img-2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding-left: 50px;
  border-radius: 10px;
}

.about .about-img::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 98%;
  top: 0;
  right: 0;
  border-radius: 10px;
  background: var(--bs-primary);
  z-index: -1;
}

.about .about-item .text-item {
  position: relative;
  padding-left: 25px;
}

.about .about-item .text-item::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-secondary);
}

.counter {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg/1.png);
  background-position: center center;
  min-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter h1 {
  color: #fff;
  font-weight: 700;
}

.counter .counter-item .counter-item-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

.service .service-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 45px rgba(0, 0, 0, .1);
  border-radius: 10px;
  background: var(--bs-white);
  transition: 0.5s;
}

.service .service-item:hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 60px;
  background: var(--bs-light);
}

.service .service-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: var(--bs-primary);
  border-radius: 10px;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}

.service .service-item:hover::after {
  opacity: 1;
}

.service .service-item .service-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

.categories .categories-item {
  position: relative;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
  transition: 0.5s;
}

.categories .categories-item:hover {
  border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
  box-shadow: 0 0 50px rgba(234, 0, 30, .3);
}

.categories .categories-item-inner .categories-img {
  background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
  border-top: 4px solid var(--bs-white);
  text-align: center;
  background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-carousel .owl-stage-outer {
  margin-top: 65px;
  margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev, .categories-carousel .owl-nav .owl-next {
  position: absolute;
  top: -65px;
  padding: 10px 35px;
  color: var(--bs-white);
  background: var(--bs-primary);
  border-radius: 50px;
  transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
  right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover, .categories-carousel .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.steps {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.steps .steps-item {
  position: relative;
  background: var(--bs-secondary);
  border-radius: 10px;
}

.steps .steps-item h4, .steps .steps-item p {
  color: var(--bs-white);
}

.steps .steps-item .setps-number {
  position: absolute;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: 40px;
  font-weight: 900;
  border: 1px solid var(--bs-white);
  border-radius: 64px;
  transform: translateY(50%);
  color: var(--bs-white);
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-item {
  border-radius: 10px;
  box-shadow: 0 4px 5px rgba(0,0,0,0.2);
  transition: 0.3s ease;
  position: relative;
}

.blog .blog-item:hover {
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
  display: none !important;
}

.blog .blog-item:hover .blog-img::after {
  height: 100%;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.1);
}

.blog .blog-item .blog-content a {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}

.blog .blog-item .blog-content p {
  font-size: 18px;
}

.blog .blog-item .blog-content a:hover {
  color: var(--bs-primary) !important;
  text-shadow: none;
}

.blog .blog-item .blog-content {
  position: relative;
  z-index: 2;
}

.blog .blog-item .blog-content .blog-date {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  padding: 12px 25px;
  border-radius: 10px;
  background: var(--bs-primary);
  color: white;
  z-index: 3;
  border: 1px solid rgba(0,0,0,.08);
}

.blog .blog-item .blog-content .blog-comment {
  display: flex;
  justify-content: space-between;
}

.blog-wrapper {
  position: relative;
}

.banner .banner-item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 0.5s;
  z-index: 1;
}

.banner .banner-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, .6);
  z-index: 2;
}

.banner .banner-item .banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  z-index: 5;
}

@media (min-width: 992px) {
  .banner .banner-item .banner-content h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .banner .banner-item .banner-content h1 {
    font-size: 72px;
    margin-bottom: 20px;
  }

  .banner .banner-item .banner-content p {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.team .team-item {
  position: relative;
  text-align: center;
  border-radius: 10px;
  margin-top: 100px;
  background: var(--bs-light);
  transition: 0.5s;
  z-index: 1;
}

.team .team-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-secondary);
  z-index: 2;
  transition: 0.5s;
}

.team .team-item:hover::after {
  height: 100%;
}

.team .team-item .team-content {
  position: relative;
  z-index: 5;
}

.team .team-item .team-content h4, .team .team-item .team-content p {
  transition: 0.5s;
}

.team .team-item:hover .team-content h4, .team .team-item:hover .team-content p {
  color: var(--bs-white);
}

.team .team-item .team-img {
  position: relative;
  overflow: hidden;
  top: -100px;
  margin-bottom: -100px;
  border-radius: 10px;
  z-index: 3;
}

.team .team-item .team-img img {
  transition: 0.5s;
}

.team .team-item:hover .team-img img {
  transform: scale(1.1);
}

.team .team-item .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .3);
  z-index: 4;
  transition: 0.5s;
}

.team .team-item:hover .team-img::after {
  height: 100%;
}

.testimonial-carousel .owl-stage-outer {
  margin-right: -1px;
}

.testimonial .testimonial-item {
  position: relative;
  margin-top: 35px;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 25px;
  transform: translateY(-50%);
  border-radius: 70px;
  color: var(--bs-white);
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
  display: flex;
  align-items: center;
  background: var(--bs-light);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 20px 10px 0 10px;
  background: var(--bs-primary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--bs-secondary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
  background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
  transition: 0.5s;
}

.contact .contact-add-item {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

.footer {
  background-color: #f2f2f2;
  color: #000;
}

.footer .footer-item p, .footer .footer-item h4, .footer .footer-item h6 {
  line-height: 35px;
  color: #000;
}

.footer .footer-item a {
  line-height: 35px;
  color: #000;
  transition: all 0.3s ease;
}

.footer .footer-item a:hover {
  font-weight: 600;
  color: var(--bs-primary);
}

.footer .btn {
  background-color: #555;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.footer .btn:hover {
  background-color: var(--bs-primary);
  color: white;
  font-weight: 600;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #dbdbdb;
  color: var(--bs-footertitle);
}

.copyright a {
  color: var(--bs-footertitle);
  text-decoration: none;
  transition: color 0.3s ease;
}

.copyright a:hover {
  color: var(--bs-primary);
}

.d-flex.mt-3 .btn.btn-dark.btn-md-square.rounded-circle:hover, .d-flex.mt-3 .btn.btn-dark.btn-md-square.rounded-circle:focus-visible {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,.15);
}

.header-carousel, .header-carousel .carousel-item {
  height: 100vh !important;
}

.header-carousel .carousel-item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.carousel-indicators {
  display: none;
}

.custom-arrow {
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: auto;
  background: none;
  border: none;
}

.left-arrow {
  left: 20px;
}

.right-arrow {
  right: 20px;
}

.custom-arrow .arrow-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.45);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(0,0,0,.15);
  transition: background .2s ease, border-color .2s ease, transform .12s ease, color .2s ease;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.arrow-icon {
  width: 22px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  color: white;
}

.arrow-icon.prev {
  background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>    <polyline points='15 18 9 12 15 6'/></svg>");
}

.arrow-icon.next {
  background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>    <polyline points='9 18 15 12 9 6'/></svg>");
}

.arrow-btn:hover .arrow-icon.prev {
  background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='orange' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>    <polyline points='15 18 9 12 15 6'/></svg>");
}

.arrow-btn:hover .arrow-icon.next {
  background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='orange' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>    <polyline points='9 18 15 12 9 6'/></svg>");
}

@media (max-width: 768px) {
  .custom-arrow .arrow-btn {
    width: 40px;
    height: 40px;
  }

  .arrow-icon {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }

  .left-arrow {
    left: 10px;
  }

  .right-arrow {
    right: 10px;
  }
}

@media (max-width: 480px) {
  .custom-arrow .arrow-btn {
    width: 34px;
    height: 34px;
  }

  .arrow-icon {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }

  .left-arrow {
    left: 6px;
  }

  .right-arrow {
    right: 6px;
  }
}

.header-carousel .carousel-caption {
  background: transparent !important;
}

.models-wrapper {
  position: relative;
  padding: 10px 0 20px;
}

.models-carousel .owl-stage-outer, .models-carousel .owl-stage, .models-carousel .owl-item {
  display: flex;
  align-items: flex-end;
}

.model-card {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transition: transform .3s ease, opacity .3s ease;
  cursor: pointer;
  pointer-events: auto;
}

.model-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 !important;
  pointer-events: none;
}

.models-carousel .owl-item .model-card {
  transform: scale(.9);
  opacity: 1;
  transition: transform .3s ease, opacity .3s ease;
}

.models-carousel .owl-item.center .model-card {
  transform: scale(1.2);
  opacity: 1;
  color: var(--bs-primary);
  z-index: 99;
  transition: transform .3s ease, opacity .3s ease;
}

@media (max-width: 991.98px) {
  .models .left-arrow {
    left: 8px;
  }

  .models .right-arrow {
    right: 8px;
  }

  .models-carousel .owl-item .model-card {
    transform: scale(.95);
  }

  .models-carousel .owl-item.center .model-card {
    transform: scale(1.08);
  }
}

.models-header #modelName {
  color: black;
  font-weight: 600;
  transition: color .2s ease;
}

h2 {
  font-weight: 300 !important;
}

.models {
  position: relative;
  background: url("../img/pozadie.webp") no-repeat center top;
  background-size: contain;
  background-attachment: scroll;
  background-position: center -100px;
}

@media (max-width: 992px) {
  .models {
    min-height: 500px;
    background-position: center 20px;
  }
}

@media (max-width: 480px) {
  .models {
    min-height: 300px;
    background-position: center 30px;
  }
}

.scroll-btn, .back-to-top {
  position: fixed;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.15);
  transition: background .2s ease, border-color .2s ease, transform .12s ease;
  backdrop-filter: blur(2px);
  z-index: 1100;
}

.scroll-btn:hover, .scroll-btn:active, .back-to-top:hover, .back-to-top:active {
  background: rgba(0, 0, 0, 0.4);
  border-color: var(--bs-primary);
  transform: scale(1.04);
}

.scroll-btn:hover .arrow-icon.down {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='orange' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}

.back-to-top:hover .arrow-icon.up {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='orange' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='18 15 12 9 6 15'/></svg>");
}

.arrow-icon.up {
  background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>    <polyline points='18 15 12 9 6 15'/></svg>");
}

.arrow-icon.down {
  background-image: url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>    <polyline points='6 9 12 15 18 9'/></svg>");
}

.scroll-down, .back-to-top {
  bottom: 24px;
}

.scroll-down.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.back-to-top {
  display: none;
}

@media (max-width: 576px) {
  .scroll-btn, .back-to-top {
    right: 16px;
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .back-to-top {
    bottom: 84px;
  }
}

.scroll-btn, .back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
}

.scroll-btn i, .back-to-top i {
  margin: 0;
  padding: 0;
  line-height: 1;
}

@media (max-width: 576px) {
  .scroll-down, .back-to-top {
    right: 16px;
    bottom: 24px;
  }
}

@media (max-width: 576px) {
  .header-carousel, .header-carousel .carousel-item {
    height: 100vh !important;
  }
}

:root {
  --bs-primary: #ffa940;
  --bs-secondary: #c4c4c4;
  --bs-3: #c4c4c4;
  --bs-primary-rgb: 255,169,64;
  --bs-secondary-rgb: #c4c4c4;
  --bs-footertitle: #495259;
  --bs-footertext: #5d6b78;
}

:root::-webkit-scrollbar {
  width: 12px;
}

:root::-webkit-scrollbar-track {
  background: rgba(var(--bs-primary-rgb), 0.08);
}

:root::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
}

:root::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.9);
}

html, body {
  scrollbar-width: thin;
  scrollbar-color: var(--bs-primary) transparent;
}

.models-panel, .customers-panel, .owners-panel, .dealers-panel, .brand-panel, .contact-panel {
  scrollbar-width: thin;
  scrollbar-color: var(--bs-primary) transparent;
}

.models-panel::-webkit-scrollbar, .customers-panel::-webkit-scrollbar, .owners-panel::-webkit-scrollbar, .dealers-panel::-webkit-scrollbar, .brand-panel::-webkit-scrollbar, .contact-panel::-webkit-scrollbar {
  width: 10px;
}

.models-panel::-webkit-scrollbar-thumb, .customers-panel::-webkit-scrollbar-thumb, .owners-panel::-webkit-scrollbar-thumb, .dealers-panel::-webkit-scrollbar-thumb, .brand-panel::-webkit-scrollbar-thumb, .contact-panel::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.service-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.service-item .hover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 0;
  filter: brightness(0.6);
}

.service-item:hover .hover-image {
  opacity: 1;
}

.service-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 1;
}

.service-item:hover::after {
  opacity: 1;
}

.service-item > *:not(.hover-image) {
  position: relative;
  z-index: 2;
}

.service-item .service-icon {
  background: var(--bs-primary);
  color: #000;
  transition: 0.2s;
}

.service-item:hover .service-icon {
  color: #fff;
}

.service-item .service-icon i {
  color: #000000;
}

.service-item:hover h5, .service-item:hover p {
  color: #fff !important;
}

.footer .btn.btn-md-square {
  background-color: #555;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.footer .btn.btn-md-square:hover {
  background-color: #555;
  color: #000;
}

.nav-bar {
  z-index: 2000;
  background: rgba(255,255,255,0.3);
  text-shadow: none !important;
}

.models-panel, .customers-panel {
  position: fixed;
  top: 0;
  border: none;
  border-radius: 0 0 12px 12px;
  overflow: visible;
  z-index: 2500;
  transform: translate3d(0,-12px,0);
  opacity: 0;
  pointer-events: none;
  transition: transform .28s ease, opacity .28s ease;
  backface-visibility: hidden;
  will-change: transform, opacity;
  background: #e8e8e8;
}

.models-panel.open, .customers-panel.open {
  transform: translate3d(0,0,0);
  opacity: 1;
  pointer-events: auto;
}

.models-panel::before, .customers-panel::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: 0;
  border-radius: 0 0 12px 12px;
  z-index: 0;
  pointer-events: none;
  background: rgba(255,255,255,0.45);
  backdrop-filter: saturate(1.1) blur(6px);
  -webkit-backdrop-filter: saturate(1.1) blur(6px);
  transition: opacity .28s ease;
  opacity: 1;
}

.models-panel > *, .customers-panel > * {
  position: relative;
  z-index: 1;
}

.models-bar, .customers-bar {
  position: relative;
  background: transparent;
  backdrop-filter: saturate(1.1) blur(6px);
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-radius: 0;
  transition: background-color .25s ease, backdrop-filter .25s ease;
}

.models-tabs, .customers-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
}

.models-tabs .nav-link, .customers-tabs .nav-link {
  color: #111;
  text-decoration: none !important;
  transition: transform .2s ease, text-shadow .2s ease, color .25s ease;
}

.models-tabs .nav-link:hover, .models-tabs .nav-link.active, .customers-tabs .nav-link:hover, .customers-tabs .nav-link.active {
  color: var(--bs-primary) !important;
  text-shadow: none !important;
}

.close-link {
  color: #111;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 8px;
  justify-content: flex-start;
  transition: transform .2s ease, text-shadow .2s ease, color .25s ease;
}

.close-link:hover {
  transform: scale(1.1);
  color: var(--bs-primary);
}

.models-grid-wrap, .customers-grid-wrap {
  padding: 24px;
  background: rgba(255,255,255,0.15);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.model-tile {
  display: block;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  transition: transform .3s ease;
}

.model-tile .tile-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.model-tile .tile-img img {
  max-width: 100%;
  height: auto;
  transition: transform .3s ease;
}

.model-tile .tile-head {
  margin-top: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  transition: transform .3s ease, text-shadow .3s ease;
}

.model-tile:hover .tile-img img {
  transform: scale(1.1);
}

.actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.action-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: saturate(1.1) blur(6px);
  border-radius: 12px;
  border: none;
  color: #000;
  font-weight: 700;
  transition: transform .3s ease,
              background .3s ease,
              color .3s ease;
}

.action-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  object-fit: contain;
  color: var(--bs-primary);
  transition: transform .3s ease, filter .3s ease, color .3s ease;
}

.action-cell:hover {
  transform: scale(1.08);
  background: white;
  color: var(--bs-primary);
}

.action-cell:hover .action-icon {
  transform: scale(1.15);
  color: var(--bs-primary);
}

.action-cell.square {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(200, 200, 200,0.25);
  backdrop-filter: saturate(1.1) blur(6px);
  border-radius: 12px;
  border: none;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  transition: transform .3s ease,
              box-shadow .3s ease,
              background .3s ease,
              text-shadow .3s ease,
              color .3s ease;
  aspect-ratio: 1 / 1;
  min-height: 140px;
  max-height: 200px;
}

.action-cell.square .action-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  object-fit: contain;
  transition: transform .3s ease, filter .3s ease;
}

.action-cell.square:hover {
  transform: scale(1.05);
  background: rgba(255,255,255,0.45);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.action-cell.square:hover .action-icon {
  transform: scale(1.15);
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.35));
}

.customers-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.customer-cell {
  flex: 1;
  min-width: 180px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  background: rgba(200, 200, 200,0.25);
  backdrop-filter: saturate(1.1) blur(6px);
  border-radius: 12px;
  border: none;
  color: #000;
  font-weight: 700;
  transition: transform .3s ease, box-shadow .3s ease,
              background .3s ease, text-shadow .3s ease;
}

.customer-cell:hover {
  transform: scale(1.08);
  background: rgba(255,255,255,0.45);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

body.is-hot .nav-bar, body.is-hot .models-bar, body.is-hot .customers-bar {
  background: #fff;
  backdrop-filter: none;
}

#modelsBtn.active, #customersBtn.active {
  color: var(--bs-primary) !important;
  text-shadow: none !important;
}

@media (max-width: 991.98px) {
  .models-bar, .customers-bar {
    height: 52px;
    padding: 0 12px;
  }

  .models-tabs, .customers-tabs {
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .models-tabs::-webkit-scrollbar, .customers-tabs::-webkit-scrollbar {
    display: none;
  }
}

.models-panel [data-cat].model-item-hidden {
  display: none !important;
}

.models-empty {
  padding: 16px;
  text-align: center;
  color: #666;
  font-weight: 600;
}

.tile-text {
  background: transparent !important;
  backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
  transition: none !important;
  padding: 0;
}

.shop-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-list li {
  margin: 6px 0;
}

.shop-list a {
  color: #000;
  text-decoration: none;
  transition: text-shadow .25s ease, transform .25s ease;
}

.shop-list a:hover {
  transform: scale(1.2);
  transition: transform .2s ease, text-shadow .2s ease, color .25s ease;
  color: var(--bs-primary);
}

.tile-text:hover {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.text-panel {
  background: rgba(255,255,255,0.45);
  backdrop-filter: saturate(1.1) blur(6px);
  border-radius: 14px;
  padding: 20px;
  height: 100%;
}

.text-panel h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.text-panel .shop-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-panel .shop-list li {
  margin-bottom: 8px;
}

.text-panel .shop-list a {
  color: #000;
  text-decoration: none;
  transition: text-shadow .25s ease;
  font-weight: 700;
}

.text-panel .shop-list a:hover {
  text-shadow: 0 2px 6px rgba(0,0,0,0.35);
  font-weight: 700;
}

.actions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 400px;
}

.action-cell.rect .action-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: transparent;
  backdrop-filter: saturate(1.1) blur(6px);
  border-radius: 12px;
  font-weight: 700;
  color: var(--bs-primary);
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.action-cell.rect:hover {
  transform: scale(1.05);
}

.action-cell .action-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

.tile-text {
  max-width: 280px;
}

@media (max-width: 991.98px) {
  #navbarCollapse {
    position: fixed !important;
    top: var(--nav-bottom, 70px);
    right: 0;
    height: calc(85dvh - var(--nav-bottom, 56px));
    width: 50vw;
    max-width: 420px;
    padding: 1rem;
    overflow-y: auto;
    background: #fff;
    border-bottom-left-radius: 16px;
    transform: translateX(100%);
    transition: transform .3s ease;
  }

  #navbarCollapse.collapse {
    display: block !important;
  }

  #navbarCollapse.show {
    transform: translateX(0);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #navbarCollapse {
    position: fixed !important;
    top: var(--nav-bottom, 55px);
    right: 0;
    height: calc(85dvh - var(--nav-bottom, 55px));
    width: 30vw;
    max-width: 420px;
    padding: 1rem;
    overflow-y: auto;
    background: #fff;
    border-bottom-left-radius: 16px;
    transform: translateX(100%);
    transition: transform .3s ease;
  }

  #navbarCollapse.collapse {
    display: block !important;
  }

  #navbarCollapse.show {
    transform: translateX(0);
  }
}

.models-panel .model-tile:not(.tile-text) .tile-head {
  transform-origin: center top;
  transition: transform .4s ease;
  will-change: transform;
}

.models-panel .model-tile:not(.tile-text):hover .tile-head {
  transform: scale(1.05);
  color: var(--bs-primary);
}

.custom-arrow {
  pointer-events: none;
  padding: 0;
  margin: 0;
  height: auto;
}

.custom-arrow .arrow-btn, .custom-arrow .arrow-icon {
  pointer-events: auto;
  line-height: 0;
}

.custom-arrow .arrow-btn:hover, .custom-arrow .arrow-btn:active, .custom-arrow .arrow-btn:focus-visible {
  background: rgba(0, 0, 0, 0.4);
  border-color: var(--bs-primary) !important;
  transform: scale(1.04);
}

.custom-arrow .arrow-btn:hover .arrow-icon, .custom-arrow .arrow-btn:active .arrow-icon, .custom-arrow .arrow-btn:focus-visible .arrow-icon {
  color: var(--bs-primary);
}

.models-panel::before, .service-item .hover-image, .model-tile::before, .model-tile::after {
  pointer-events: none;
}

.owl-nav button, .swiper-button-prev, .swiper-button-next {
  pointer-events: none !important;
  display: none !important;
}

.custom-arrow {
  z-index: 5;
}

.custom-arrow .arrow-btn {
  position: relative;
  z-index: 6;
}

.owl-stage-outer, .header-carousel, .models {
  z-index: 0;
}

.custom-arrow:hover .arrow-btn, .custom-arrow:hover .arrow-icon {

}

.models-wrapper {
  position: relative;
  padding-inline: clamp(28px, 4vw, 72px);
}

.models-wrapper .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.models-wrapper .left-arrow {
  left: clamp(6px, 1vw, 16px);
}

.models-wrapper .right-arrow {
  right: clamp(6px, 1vw, 16px);
}

@media (max-width: 576px) {
  .models-wrapper {
    padding-inline: 24px;
  }

  .models-wrapper .left-arrow {
    left: 6px;
  }

  .models-wrapper .right-arrow {
    right: 6px;
  }
}

.models-wrapper .custom-arrow {
  pointer-events: auto;
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2400;
  background: rgba(0,0,0,.25);
  backdrop-filter: saturate(1.1) blur(8px);
  -webkit-backdrop-filter: saturate(1.1) blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

body.nav-lock {
  position: fixed;
  width: 100%;
  overflow: hidden;
  touch-action: none;
}

body.has-overlay .nav-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.nav-bar {
  z-index: 3000;
}

.models-panel,.customers-panel,.owners-panel,.dealers-panel,.brand-panel,.contact-panel {
  z-index: 2500;
}

@media (max-width: 991.98px) {
  #navbarCollapse {
    z-index: 2500;
  }
}

body.nav-open {
  overflow: hidden;
}

.nav-bar {
  will-change: transform;
  transition: transform .24s ease,
              background-color .25s ease,
              backdrop-filter .25s ease;
}

.nav-bar {
  background-color: transparent;
}

.nav-bar:hover, .nav-bar.nav-open {
  background-color: #fff;
  backdrop-filter: none;
}

.nav-bar.nav-auto-hide {
  transform: translateY(-100%);
}

@media (min-width: 992px) {
  .navbar-toggler.burger {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-toggler.burger {
    border: 0;
    background: transparent;
    padding: 8px 6px;
    display: inline-grid;
    gap: 6px;
    align-items: center;
    justify-items: center;
    color: #000;
    outline: none;
  }

  

  .navbar-toggler .navbar-toggler-icon {

  }

  .burger-line {
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform .22s ease, opacity .18s ease, background-color .2s ease;
    transform-origin: center;
  }

  

  .navbar-toggler.burger:hover, .navbar-toggler.burger:focus-visible {
    color: #000 !important;
  }

  

  .navbar-toggler.burger.is-open .burger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .navbar-toggler.burger.is-open .burger-line:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler.burger.is-open .burger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  

  .navbar-toggler.burger.is-open {
    color: #000 !important;
  }
}

@media (max-width: 991.98px) {
  

  .navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:focus-visible, .navbar-toggler:active, .navbar-toggler[aria-expanded="true"], .nav-bar:hover .navbar-toggler, .nav-bar.nav-open .navbar-toggler {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
  }

  

  .navbar-toggler.burger, .navbar-toggler.burger:hover, .navbar-toggler.burger:focus, .navbar-toggler.burger:focus-visible, .navbar-toggler.burger:active, .navbar-toggler.burger[aria-expanded="true"] {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
  }

  

  .navbar-toggler .navbar-toggler-icon {

  }

  

  .navbar-toggler::-moz-focus-inner {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  

  .navbar-toggler.burger {
    color: #000;
  }

  .navbar-toggler.burger:hover, .navbar-toggler.burger:focus, .navbar-toggler.burger:focus-visible {
    color: #000 !important;
  }

  

  .navbar-toggler.burger:active {
    color: #000 !important;
  }

  

  .navbar-toggler.burger.touching {
    color: #000 !important;
  }

  

  .navbar-toggler.burger.is-open {
    color: #000 !important;
  }
}

.header-carousel, .header-carousel .carousel {
  position: relative;
}

.bg-progress {
  position: absolute;
  right: 100px;
  bottom: 16px;
  display: flex;
  gap: 10px;
  z-index: 2600;
  pointer-events: auto;
}

.bg-progress .dot {
  width: 70px;
  height: 4px;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.4);
  transition: background .2s ease, box-shadow .2s ease;
}

.bg-progress .dot.active {
  background: rgba(255,255,255,.4);
  box-shadow: 0 0 0 1px rgba(255,255,255,.4);
}

.bg-progress .dot .fill {
  display: block;
  width: 0%;
  height: 100%;
  background: #fff;
  transition: width var(--progDur, 5000ms) linear;
  will-change: width;
}

@media (max-width: 576px) {
  .bg-progress .dot {
    width: 40px;
    height: 3px;
  }
}

.blog-slider .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: none;
  border: none;
  width: auto;
  pointer-events: auto;
}

.blog-slider .left-arrow {
  left: -68px;
}

.blog-slider .right-arrow {
  right: -68px;
}

@media (max-width: 1200px) {
  .blog-slider .left-arrow {
    left: -40px;
  }

  .blog-slider .right-arrow {
    right: -40px;
  }
}

@media (max-width: 992px) {
  .blog-slider .left-arrow {
    left: -10px;
  }

  .blog-slider .right-arrow {
    right: -10px;
  }
}

.blog-carousel .owl-item.center .blog-item {
  transform: none !important;
  opacity: 1 !important;
}

.blog .blog-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.blog .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-slider .owl-stage-outer {
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: -12px;
  margin-right: -12px;
}

.blog-slider .blog-item {
  border-radius: 12px;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  background: #fff;
}

.blog-slider .owl-stage-outer {
  overflow: hidden;
}

.blog-slider .container {
  padding-left: 23px;
  padding-right: 23px;
}

.blog-slider .owl-stage-outer {
  overflow: hidden;
  padding: 20px  20px;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 576px) {
  .blog-slider .owl-stage-outer {
    padding: 8px 8px;
    margin-left: -8px;
    margin-right: -8px;
  }
}

.form-control:focus {
  border-color: var(--bs-primary);
  box-shadow: var(--bs-primary-rgb);
}

.models-carousel .model-card {
  transform: none !important;
}

.models-wrapper .owl-item .model-card {
  transform: scale(.9);
  opacity: 1;
  transition: transform .3s ease, opacity .3s ease;
}

.models-wrapper .owl-item.center .model-card {
  transform: scale(1.2);
  opacity: 1;
  color: var(--bs-primary);
  z-index: 99;
  transition: transform .3s ease, opacity .3s ease;
}

html body .nav-backdrop.show {
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.nav-locked, body.nav-lock, body.nav-open, body.has-overlay {
  overflow: hidden !important;
  overscroll-behavior: none !important;
}

@media (max-width: 991.98px) {
  

  #modelsGrid[data-carousel="on"] {
    position: relative;
    overflow: hidden;
    padding-inline: 0;
  }

  

  #modelsGrid[data-carousel="on"] .models-carousel-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 8px 16px 16px;
    scrollbar-width: none;
    mask-image: linear-gradient(to right,
                 transparent 0, black 32px,
                 black calc(100% - 32px), transparent 100%);
  }

  #modelsGrid[data-carousel="on"] .models-carousel-track::-webkit-scrollbar {
    display: none;
  }

  

  #modelsGrid[data-carousel="on"] .models-carousel-track > .col-12, #modelsGrid[data-carousel="on"] .models-carousel-track > [class*="col-"] {
    flex: 0 0 78%;
    max-width: 78%;
    scroll-snap-align: center;
  }

  

  #modelsGrid[data-carousel="on"] .model-tile {
    display: block;
    border-radius: 14px;
    overflow: hidden;
  }

  #modelsGrid[data-carousel="on"] .tile-img img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  #modelsGrid[data-carousel="on"] .tile-head {
    padding: 10px 12px;
    font-weight: 600;
    text-align: center;
  }

  
}

@media (max-width: 991.98px) {
  #modelsPanel .actions-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  

  #modelsPanel .actions-row .action-cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: clamp(110px, 28vw, 150px);
    text-align: center;
    padding: 12px 10px;
  }
}

@media (max-width: 991.98px) {
  

  #modelsGrid[data-carousel="on"] .models-carousel-track {
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
  }

  

  .bgkarusel, .bg-carousel, [data-bg-carousel] {
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }
}

.dealer-locator .grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 16px;
  min-height: 520px;
}

.dealer-locator .map {
  width: 100%;
  height: 520px;
  border-radius: 12px;
  overflow: hidden;
}

.dealer-locator .panel {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  max-height: 520px;
}

.dealer-locator .controls {
  top: 0;
  z-index: 2;
  background: #fff;
}

.dealer-locator .list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  flex: 1;
}

.dealer-locator .list li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 6px;
  cursor: pointer;
}

.dealer-locator .list li .name {
  font-weight: 700;
}

.dealer-locator .list li .addr, .dealer-locator .list li .city {
  font-size: 16px;
  color: #4c5865;
}

.dealer-locator .list li.active {
  background: #fff6f6;
}

.dealer-locator .list li:hover {
  background: #fafafa;
}

@media (max-width: 991.98px) {
  .dealer-locator .grid {
    grid-template-columns: 1fr;
  }

  .dealer-locator .map {
    height: 420px;
  }

  .dealer-locator .panel {
    max-height: none;
  }
}

.form-select:focus {
  border-color: var(--bs-primary) !important;
  box-shadow: none !important;
  outline: none !important;
}

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: var(--bs-primary) !important;
  background-image: none;
  box-shadow: none !important;
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: var(--bs-primary) !important;
  box-shadow: none !important;
  outline: none !important;
}

@media (max-width: 992px) {
  .header-carousel .custom-arrow, .header-carousel .carousel-control-prev, .header-carousel .carousel-control-next {
    display: none !important;
  }
}

.models-cta .cta-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  padding: 10px 18px;
  margin: 0 auto;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  list-style: none;
}

.models-cta .cta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #3d4955;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 9999px;
  white-space: nowrap;
}

.models-cta .cta-item::before {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 1.5px solid #9aa6b2;
  border-radius: 50%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa6b2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M13 5l7 7-7 7'/></svg>")
    center/12px 12px no-repeat;
}

.models-cta .cta-item:hover, .models-cta .cta-item:focus {
  background: #f3f5f7;
  color: #2b3640;
  outline: none;
}

.models-cta .cta-item:hover::before, .models-cta .cta-item:focus::before {
  border-color: #5c6b7a;
  transform: translateX(1px);
}

@media (max-width: 576px) {
  .models-cta .cta-pill {
    gap: 14px;
    padding: 8px 12px;
  }

  .models-cta .cta-item {
    padding: 8px 8px;
    font-weight: 600;
  }

  .models-cta .cta-pill > li + li::before {
    left: -9px;
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
  }
}

.models-cta {
  display: flex;
  justify-content: center;
}

.models-cta .cta-pill {
  display: inline-flex;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  align-items: center;
  gap: 22px;
  padding: 10px 18px;
  margin: 0;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  list-style: none;
}

@media (max-width: 576px) {
  .models-cta .cta-pill {
    flex-wrap: wrap;
    gap: 14px;
    padding: 8px 12px;
  }
}

.models-cta .cta-item {
  background: transparent;
  color: #3d4955;
}

.models-cta .cta-item:hover, .models-cta .cta-item:focus {
  background: transparent !important;
  color: var(--bs-primary) !important;
  outline: none;
}

.models-cta .cta-item::before {
  border-color: currentColor;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M13 5l7 7-7 7'/></svg>")
    center/12px 12px no-repeat;
}

.models-cta .cta-item:hover::before, .models-cta .cta-item:focus::before {
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='orange' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M13 5l7 7-7 7'/></svg>")
    center/12px 12px no-repeat;
  transition: border-color .2s ease, transform .15s ease;
}

.dealer-locator .panel {
  display: flex;
  flex-direction: column;
  max-height: 520px;
}

#dealerList {
  overflow-y: auto;
  flex: 1;
}

#dealerMap {
  height: 520px;
  min-height: 400px;
}

.dealer-item {
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.dealer-header {
  padding: 8px 10px;
  font-weight: 600;
}

.dealer-header .addr {
  font-weight: normal;
  font-size: 0.9em;
  color: #555;
}

.dealer-body {
  display: none;
  padding: 10px;
  font-size: 0.9em;
  background: #fafafa;
}

.dealer-item.open .dealer-body {
  display: block;
}

.btn-site {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  background: var(--bs-primary);
  border: none;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.dealer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  font-weight: 600;
  cursor: pointer;
}

.dealer-header .arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transition: transform 0.3s ease;
}

.dealer-item.open .dealer-header .arrow {
  transform: rotate(180deg);
}

.dealer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  font-weight: 600;
  cursor: pointer;
}

.dealer-body {
  display: none;
  padding: 12px;
  font-size: 0.95em;
  background: #fff;
  line-height: 1.5;
}

.dealer-body .label {
  font-weight: 500;
  color: #333;
}

.btn-site {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
  background: #ff6600;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
}

.btn-site:hover {
  background: #e65500;
}

.dealer-body {
  display: none;
  padding: 12px;
  font-size: 0.95em;
  background: #fff;
  line-height: 1.6;
  text-align: center;
}

.dealer-item.open .dealer-body {
  display: block;
  background-color: #f8f9fa;
  border-left: 3px solid var(--bs-primary);
}

.dealer-body .label {
  display: block;
  font-weight: 500;
  color: #333;
  margin-top: 6px;
}

.dealer-body a {
  color: #ffa940;
  text-decoration: none;
  display: inline-block;
  margin-top: 4px;
  font-size: 18px;
  transition: transform 0.2s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.btn-site {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 18px;
  background: var(--bs-primary);
  color: #fff;
  border: none;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.btn-site:hover {
  background: var(--bs-primary);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.dealer-item.active {
  background: transparent !important;
  border: none !important;
  color: inherit !important;
}

.dealer-item.active .dealer-header {
  background-color: #f8f9fa !important;
  border-left: 3px solid var(--bs-primary);
}

.dealer-item.active .dealer-header .name, .dealer-item.active .dealer-header .addr {
  color: inherit !important;
}

.dealer-item.active .dealer-header .arrow {
  border-top-color: var(--bs-primary) !important;
}

.service .service-item:hover, .service .service-item.is-hover {
  border-radius: 60px;
  background: var(--bs-light);
}

.service .service-item:hover::after, .service .service-item.is-hover::after {
  opacity: 1;
}

.service .service-item:hover .hover-image, .service .service-item.is-hover .hover-image {
  opacity: 1;
}

.service .service-item:hover .title, .service .service-item.is-hover .title {
  color: var(--bs-dark);
}

.service .service-item:hover .subtitle, .service .service-item.is-hover .subtitle {
  color: var(--bs-primary);
}

.service .service-item:hover .icon, .service .service-item.is-hover .icon {
  transform: translateY(-2px);
  opacity: 1;
}

.service .service-item {
  position: relative;
}

.service .service-item::after {
  z-index: -1;
}

.hover-image {
  z-index: 0;
}

@media (min-width: 992px) {
  .service .service-item.is-hover {
    background: inherit;
    border-radius: inherit;
  }
}

.service .service-item:hover .title, .service .service-item.is-hover .title, .service .service-item:hover .subtitle, .service .service-item.is-hover .subtitle, .service .service-item:hover p, .service .service-item.is-hover p, .service .service-item:hover h5, .service .service-item.is-hover h5 {
  color: #fff;
}

#carouselId.is-sliding, #carouselId.is-sliding .carousel-inner {
  touch-action: none;
}

.header-carousel {
  position: relative;
}

@media (max-width: 991.98px) {
  .bg-progress {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    display: flex;
    gap: 8px;
    width: max-content;
    z-index: 2000;
    pointer-events: auto;
  }
}

.footer-hero {
  position: relative;
  background: url("/img/bg/1.png") center/cover no-repeat;
  min-height: clamp(220px, 30vw, 360px);
  display: grid;
  align-items: center;
  isolation: isolate;
}

.footer-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.35) 35%, rgba(0,0,0,0) 65%);
  z-index: -1;
}

.footer-hero__content {
  max-width: 640px;
  color: #fff;
  padding: 24px 0;
}

.footer-hero__content h2 {
  margin: 0 0 16px;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(20px,3.2vw,36px);
  text-transform: uppercase;
  letter-spacing: .02em;
}

.footer-hero__btn {
  display: inline-block;
  background: #F07D3B;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  box-shadow: 0 6px 14px rgba(240,125,59,.35);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.footer-hero__btn:hover, .footer-hero__btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(240,125,59,.45);
  opacity: .95;
}

@media (max-width: 991.98px) {
  .footer-hero {
    padding-bottom: calc(16px + env(safe-area-inset-bottom,0px));
  }
}

.footer-hero__content h2 {
  color: #fff;
}

.footer-hero__btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: none;
}

.footer-hero__btn:hover, .footer-hero__btn:focus {
  background: rgba(255,255,255,.12);
  transform: translateY(-1px);
}

.footer-cars {
  background: #f3f3f3;
  padding: 18px 0;
}

.footer-cars .container {
  position: relative;
}

.footer-cars__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 6vw, 80px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-cars__list img {
  display: block;
  height: clamp(46px, 9vw, 88px);
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.06));
  transition: transform .15s ease, opacity .15s ease;
}

.footer-cars__list img:hover {
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .footer-cars {
    padding: 14px 0;
  }

  .footer-cars__list {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-inline: 16px;
    gap: 28px;
  }

  .footer-cars__list li {
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
}

.footer .footer-cars__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(20px, 6vw, 80px);
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

.footer .footer-cars__list li {
  flex: 0 0 auto;
}

.footer .footer-cars__list img {
  display: block;
  height: clamp(46px, 9vw, 88px);
  width: auto;
  object-fit: contain;
  max-width: 100%;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.06));
  transition: transform .15s ease, opacity .15s ease;
}

.footer .footer-cars__list img:hover {
  transform: translateY(-2px);
}

.footer {
  overflow-x: clip;
}

.lada-footer {
  background: #f7f8f8;
  color: #5d6b78;
  padding: 48px 0 36px;
  font-size: 15px;
}

.lada-footer .lf-title {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #495259;
  font-weight: bold;
  margin-bottom: 12px;
}

.lada-footer .lf-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lada-footer .lf-list li {
  margin: 6px 0;
  font-size: 16px;
}

.lada-footer .lf-list a {
  color: var(--bs-footertext);
  text-decoration: none;
}

.lada-footer .lf-list a:hover {
  color: var(--bs-primary);
}

.lada-footer .lf-phone {
  font-size: 36px;
  line-height: 1.1;
  color: #495259;
  margin: 14px 0 6px;
  font-weight: 600;
}

.lada-footer .lf-note {
  font-size: 12px;
  color: var(--bs-footertext);
}

.lada-footer .lf-social {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.lada-footer .lf-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9d0d6;
  color: var(--bs-footertext);
  text-decoration: none;
  transition: all .2s ease;
}

.lada-footer .lf-social a:hover {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.lada-footer .lf-under {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
}

.lada-footer .lf-badge {
  height: 42px;
  opacity: .9;
}

.lada-footer .lf-legal {
  color: #7e8a96;
  margin: 10px 0;
}

.lada-footer .lf-plus {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #d1d7dd;
  color: #7e8a96;
  font-weight: 600;
  margin-right: 6px;
}

.lada-footer .lf-accent {
  color: #f0732c;
  text-decoration: none;
}

.lada-footer .lf-accent:hover {
  text-decoration: underline;
}

.lada-footer .lf-english {
  color: #7e8a96;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .06em;
}

.lada-footer .lf-english:hover {
  color: #2c3e50;
  text-decoration: underline;
}

.lada-footer .lf-bottom {
  margin-top: 12px;
}

@media (max-width: 991.98px) {
  .lada-footer {
    padding: 36px 0 28px;
  }

  .lada-footer .lf-phone {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .lada-footer .lf-phone {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .lada-footer .lf-title + .lf-list {
    margin-top: 6px;
  }

  .lada-footer .lf-bottom {
    margin-top: 16px;
  }
}

@media (max-width: 575.98px) {
  .lada-footer .lf-title {
    margin-top: 4px;
  }
}

.lf-bottom {
  margin-top: 16px;
}

.lf-copy {
  color: #7e8a96;
}

.lf-english {
  color: #7e8a96;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .06em;
}

.lf-english:hover {
  color: #2c3e50;
  text-decoration: underline;
}

.lf-social li a, .lf-social li a:hover, .lf-social li a:focus, .lf-social li a:active {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: none !important;
}

.lf-social li a::before, .lf-social li a::after {
  content: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.lf-social li a:hover {
  color: var(--bs-primary) !important;
}

.lf-social li a.btn {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.lf-social li a.btn i {
  font-size: 22px;
}

.lada-footer .lf-title {
  font-size: 18px;
  font-weight: 500 !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--bs-footertitle);
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 575.98px) {
  .lada-footer .lf-title {
    font-size: 15px;
  }

  

  .lada-footer {
    font-size: 14px;
  }

  
}

.lada-footer .row-modely {
  --bs-gutter-x: 12px;
}

@media (max-width: 991.98px) {
  .lada-footer .row-modely {
    --bs-gutter-x: 10px;
  }

  
}

.lada-footer .lf-phone {
  font-size: 36px;
  line-height: 1.1;
  color: var(--bs-footertitle);
  margin: 14px 0 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.lada-footer .lf-phone:hover {
  color: var(--bs-primary);
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .lada-footer .lf-phone {
    font-size: 30px;
  }
}

.lada-footer .lf-list.lf-modely {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  column-gap: 12px;
}

.lada-footer .lf-modely li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 6px 0;
}

.lada-footer .lf-modely li:nth-child(8) {
  -webkit-column-break-before: column;
  break-before: column;
}

@media (max-width: 575.98px) {
  .lada-footer .lf-list.lf-modely {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

.footer-links a {
  font-size: 14px;
  text-decoration: none;
  color: var(--bs-footertitle) !important;
  transition: color .2s ease;
}

.footer-links a:hover {
  color: var(--bs-primary) !important;
}

.copyright .mb-2 {
  color: var(--bs-footertitle) !important;
  transition: color .2s ease;
}

.lf-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  color: var(--bs-footertitle) !important;
}

.lf-contact {
  display: flex;
  flex-direction: column;
}

.lf-contact-title {
  font-size: 16px;
  opacity: .9;
  height: 18px;
  margin-bottom: 6px;
}

.lf-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bs-footertitle);
  text-decoration: none;
  line-height: 1.2;
  transition: color .15s ease, transform .05s ease;
}

.lf-contact-link:hover {
  color: var(--bs-primary);
}

.lf-contact-link:active {
  transform: translateY(1px);
}

.lf-contact-link i {
  font-size: 20px;
  line-height: 1;
}

.lf-contact-link .num {
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 575.98px) {
  .lf-contacts {
    gap: 18px;
  }

  .lf-contact-link .num {
    font-size: 16px;
  }
}

.hero-caption {
  position: absolute;
  bottom: 10%;
  max-width: 1500px;
  color: #fff;
  text-align: left;
  pointer-events: auto;
}

.hero-caption h1 {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.2;
  color: #fff;
  text-shadow: none;
}

.hero-caption .subtitle {
  margin: 0 0 18px;
  font-size: clamp(20px, 1.4vw, 50px);
  font-weight: 600;
  letter-spacing: .8px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
}

.btn-site {
  --btn-bg: var(--bs-primary);
  background: var(--btn-bg);
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .3s ease, transform .12s ease;
}

@media (max-width: 575.98px) {
  .btn-site {
    font-size: 14px;
  }
}

@supports (background: color-mix(in srgb, red, black)) {
  .btn-site:hover {
    background: color-mix(in srgb, var(--btn-bg), black 12%);
  }
}

a.btn-site, a.btn-site:visited, a.btn-site:hover, a.btn-site:active {
  color: #fff !important;
  text-decoration: none;
}

.carousel-indicators [data-bs-target] {
  width: 40px;
  height: 4px;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  margin: 6px 0;
  opacity: 0.6;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.carousel-indicators [data-bs-target].active {
  opacity: 1;
  background-color: #fff;
}

.models-panel:not(#modelsPanel) {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-template-rows: auto;
}

.models-panel:not(#modelsPanel) .models-bar {
  grid-column: 1;
  grid-row: 1;
  height: auto;
  padding: 16px;
  border-right: 1px solid rgba(0,0,0,.08);
  background: #fff !important;
  display: flex;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  background: transparent;
}

.models-panel:not(#modelsPanel) .models-tabs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.models-panel:not(#modelsPanel) .models-tabs .nav-link {
  display: block;
  padding: 8px 12px;
  border-radius: 9999px;
  text-decoration: none;
}

.models-panel:not(#modelsPanel) .models-grid-wrap {
  grid-column: 2;
  grid-row: 1;
}

@media (max-width: 991.98px) {
  .models-panel:not(#modelsPanel) {
    display: block;
  }

  .models-panel:not(#modelsPanel) .models-bar {
    height: 56px;
    padding: 0 12px;
    border-right: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .models-panel:not(#modelsPanel) .models-tabs {
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 992px) {
  

  .models-panel:not(#modelsPanel) .models-bar {
    position: relative;
    padding-right: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .models-panel:not(#modelsPanel) .close-link {
    position: absolute;
    right: 10px;
    transform: translateY(-40%);
    margin-left: 0;
  }
}

.models-panel:not(#modelsPanel) .models-bar {
  position: relative;
}

.models-panel:not(#modelsPanel) .models-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255,255,255,1);
  pointer-events: none;
}

.navbar .nav-link, .models-tabs .nav-link, .shop-list a, .action-cell {
  white-space: nowrap;
  word-break: keep-all;
  hyphens: none;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .navbar .nav-item {
    flex: 0 0 auto;
  }
}

.nav-bar {
  background: transparent;
  color: #fff;
  transition: background .3s ease, color .2s ease;
}

.nav-bar .navbar-brand svg path {
  fill: #fff !important;
  transition: fill .2s ease;
}

.nav-bar .navbar-nav .nav-link {
  color: #fff !important;
  transition: color .2s ease;
  text-shadow: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

.nav-bar:hover .navbar-nav .nav-link {
  color: #000 !important;
}

.nav-bar .navbar-nav .nav-link:hover, .nav-bar:hover .navbar-nav .nav-link:hover {
  color: var(--bs-primary, #ffa940) !important;
  text-shadow: none !important;
}

.nav-bar .navbar-nav .nav-link.active {
  color: #000 !important;
}

.nav-bar .navbar {
  --bs-navbar-color: #fff;
  --bs-navbar-hover-color: #000;
  --bs-navbar-active-color: #000;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #000;
}

.nav-bar:hover .navbar-brand svg path {
  fill: #4c5865 !important;
}

.nav-bar.nav-open .navbar-nav .nav-link {
  color: #000 !important;
}

.nav-bar.nav-open .navbar-nav .nav-link:hover {
  color: var(--bs-primary, #ffa940) !important;
}

.nav-bar.nav-open .navbar-brand svg path {
  fill: #4c5865 !important;
}

.nav-bar .navbar-brand {
  text-shadow: none !important;
  box-shadow: none !important;
}

.nav-bar {
  background: transparent;
  color: #fff;
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
  box-shadow: none;
}

.nav-bar .navbar-nav .nav-link {
  color: currentColor !important;
  transition: color .2s ease;
}

.navbar .navbar-toggler .burger-line {
  background: currentColor !important;
  transition: background-color .2s ease;
}

.nav-bar .navbar-brand svg path {
  fill: #fff !important;
  transition: fill .25s ease;
}

.nav-bar.scrolled {
  background: #fff;
  color: #000;
}

.nav-bar.scrolled .navbar-brand svg path {
  fill: #4c5865 !important;
}

.nav-bar.scrolled .navbar-nav .nav-link:hover, .nav-bar.scrolled .navbar-nav .nav-link:focus {
  color: var(--bs-primary, #0d6efd) !important;
}

.nav-bar.nav-open {
  background: #fff;
  color: #000;
}

.nav-bar {
  transition: background .25s ease, color .25s ease, box-shadow .25s ease,
              transform .35s ease;
}

.nav-bar.hide {
  transform: translateY(-100%);
}

.nav-bar.show {
  transform: translateY(0);
}

.nav-bar:not(.scrolled) .navbar-toggler .burger-line {
  background: #fff !important;
}

.nav-bar:not(.scrolled):hove .navbar-toggler .burger-line {
  background: #000 !important;
}

.nav-bar.scrolled .navbar-toggler .burger-line {
  background: #000 !important;
}

.nav-bar:not(.scrolled) .navbar-toggler:active .burger-line, .nav-bar:not(.scrolled) .navbar-toggler:focus .burger-line, .nav-bar.nav-tap .burger-line {
  background: #000 !important;
}

@media (max-width: 1199.98px) {
  

  .nav-bar:not(.scrolled) {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  

  .nav-bar:not(.scrolled) .navbar-brand svg path {
    fill: #fff !important;
  }

  .nav-bar:not(.scrolled) .nav-link {
    color: #fff !important;
  }

  .nav-bar:not(.scrolled) .burger-line {
    background: #fff !important;
  }

  

  .nav-bar:not(.scrolled) .navbar-collapse {
    background: transparent !important;
  }

  

  .nav-bar.scrolled {
    background: #fff !important;
  }

  .nav-bar.scrolled .navbar-brand svg path {
    fill: #4c5865 !important;
  }

  .nav-bar.scrolled .nav-link {
    color: #000 !important;
  }

  .nav-bar.scrolled .burger-line {
    background: #000 !important;
  }
}

#heroLeftNav {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s ease, visibility .25s ease;
}

#heroLeftNav.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.divider {
  height: 2px;
  background: rgba(255,255,255,0.8);
}

@media (max-width: 1199.98px) {
  

  .nav-bar:not(.scrolled):not(.nav-open) .navbar-toggler .burger-line {
    background: #fff !important;
  }

  

  .nav-bar:not(.scrolled):not(.nav-open) .navbar-toggler.burger .burger-line {
    background: #fff !important;
  }

  

  .nav-bar:not(.scrolled):not(.nav-open) .navbar-toggler, .nav-bar:not(.scrolled):not(.nav-open) .navbar-toggler.burger {
    color: #fff !important;
    border-color: transparent !important;
  }

  

  .nav-bar.scrolled .navbar-toggler .burger-line, .nav-bar.nav-open .navbar-toggler .burger-line, body.nav-open .navbar-toggler .burger-line {
    background: #000 !important;
  }
}

@media (max-width: 991.98px) and (orientation: landscape) {
  .header-carousel, .header-carousel .carousel-item, .header-carousel .carousel-item img {
    height: 100svh !important;
    min-height: 100svh !important;
  }

  .header-carousel .carousel-item img {
    width: 100% !important;
    object-fit: cover !important;
    object-position: center center;
  }
}

@supports not (height: 100svh) {
  @media (max-width: 991.98px) and (orientation: landscape) {
    .header-carousel, .header-carousel .carousel-item, .header-carousel .carousel-item img {
      height: 100vh !important;
      min-height: 100vh !important;
    }
  }
}

@media (min-width: 1200px) {
  .navbar-toggler.burger {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar.navbar-expand-xl .navbar-toggler {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .navbar.navbar-expand-xl .navbar-toggler .navbar-toggler-icon {
    display: inline-block !important;
  }
}

@media (max-width: 1199.98px) {
  .navbar.navbar-expand-xl .navbar-toggler {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (min-width: 1200px) {
  .navbar.navbar-expand-xl .navbar-toggler {
    display: none !important;
  }
}

.navbar.navbar-expand-xl .navbar-toggler.burger {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 6px;
  border: 0;
  background: transparent;
}

.navbar.navbar-expand-xl .navbar-toggler.burger .burger-line {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform .22s ease, opacity .18s ease, background-color .2s ease;
}

.navbar .navbar-toggler, .navbar .navbar-toggler.burger {
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  display: none !important;
  background: none !important;
}

.navbar .navbar-toggler.burger {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 4px;
}

.navbar .navbar-toggler.burger .burger-line {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 0 !important;
  background: currentColor !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar .navbar-toggler:focus, .navbar .navbar-toggler:active {
  box-shadow: none !important;
  outline: none !important;
}

@media (max-width: 1199.98px) {
  .navbar.navbar-expand-xl .navbar-toggler {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.dealer-header .arrow, .dealer-header .arrow::before, .dealer-header .arrow::after {
  content: none !important;
  font-family: inherit !important;
  font-style: normal !important;
  display: inline-block !important;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  transition: transform 0.25s ease;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M7 10L12.5 15L18 10'/></svg>") !important;
  filter: invert(64%) sepia(90%) saturate(830%) hue-rotate(339deg) brightness(103%) contrast(101%);
}

.dealer-header.open .arrow {
  transform: rotate(180deg);
}

.select-wrappers {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-wrappers select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding-right: 2.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.select-wrappers select:hover, .select-wrappers select:focus {
  border-color: #ffa940;
  box-shadow: 0 0 0 2px rgba(255, 169, 64, 0.2);
  outline: none;
}

.select-wrappers::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 1rem;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffa940' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M7 10L12.5 15L18 10'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.select-wrappers.open::after {
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 991px) and (orientation: landscape) {
  .dealer-locator .locator {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch;
  }

  

  #dealerMap {
    flex: 0 0 50% !important;
    width: 50% !important;
    height: 100vh !important;
  }

  

  .dealer-locator .panel {
    flex: 0 0 50% !important;
    width: 50% !important;
    height: 100vh !important;
    overflow-y: auto !important;
  }
}

@media screen and (max-width: 992px) and (orientation: portrait) {
  .dealer-locator .locator {
    display: flex !important;
    flex-direction: column !important;
  }

  #dealerMap {
    width: 100% !important;
    height: 300px !important;
  }

  .dealer-locator .panel {
    width: 100% !important;
    height: auto !important;
  }
}


.form-select {
  background-image: none !important;
}

.header-carousel .carousel-item {
  position: relative;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}

.slide-overlay .container-xxl {
  pointer-events: auto;
}

.hero-caption {
  color: #fff;
  margin-bottom: 60px;
}

.hero-caption h1 {
  font-size: clamp(28px, 4vw, 60px);
}

@media (max-width: 1199.98px) {
  .hero-caption {
    padding: 0 1.5rem;
  }
}

.navbar-light .navbar-nav .nav-link {
  transition: none !important;
}

.models-carousel.single-model .owl-stage, .models-carousel.single-model .owl-item {
  display: flex;
  justify-content: center;
}

.models-carousel.single-model .model-card {
  max-width: 420px;
  margin: 0 auto;
  transform: none !important;
}

.models-carousel.single-model .model-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.models-carousel.single-model .owl-item.center .model-card {
  transform: none !important;
}

#carouselId .carousel-item{
  position: relative;
  overflow: hidden;
}

#carouselId .carousel-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#carouselId .slide-overlay{
  position: absolute;
  inset: 0;
  z-index: 2;
}

.video-sound-btn{
  position: absolute;
  margin-left: 15px;
  bottom: -2px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  z-index: 3;

  background: rgba(120,120,120,.55);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
  padding: 0;
}

.video-sound-btn:hover{ background: rgba(120,120,120,.70); }
.video-sound-btn:active{ transform: scale(0.96); }

.video-sound-btn::before{
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.video-sound-btn.is-muted::before{
  background-image: url("/img/sluzby/mute.png");
}

.video-sound-btn:not(.is-muted)::before{
  background-image: url("/img/sluzby/volume.png");
}

