#car-loader {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    transition: opacity 0.5s ease;
}

.loader-content {
  text-align: center;
  position: relative;
}

.car-container {
  position: relative;
  display: inline-block;
}

.loader-car {
  width: 180px;
  z-index: 2;
  position: relative;
  top: 44px;
}

.exhaust-smoke {
  position: absolute;
  bottom: 50px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: rgba(200, 200, 200, 1);
  border-radius: 50%;
  animation: smoke 1.5s infinite ease-in-out;
  filter: blur(4px);
}

@keyframes smoke {
  0% {
    transform: translateY(0) scale(0.5);
    opacity: 0.6;
  }
  100% {
    transform: translateY(-40px) scale(1.2);
    opacity: 0;
  }
}

.loader-text {
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Segoe UI', sans-serif;
    letter-spacing: 1px;
}

.dot-anim::after {
  content: '';
  display: inline-block;
  width: 1em;
  text-align: left;
  animation: dots 2.2s steps(4, end) infinite;
}

@keyframes dots {
  0%   { content: '';     }
  25%  { content: '.';    }
  50%  { content: '..';   }
  75%  { content: '...';  }
  100% { content: '';     }
}

#car-loader.fade-out {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.bl__error_noty li{
    color: #fff;
}
.select2-search__field{
    text-transform: capitalize;
}
.footer-menu.none_img{
    height: 149px;
}
.footer-menu.none_img .footer-menu__image{
    display: none;
}
.card-score__icon svg{
    filter: brightness(0) saturate(100%) invert(39%) sepia(56%) saturate(768%) hue-rotate(87deg) brightness(95%) contrast(92%);
}
