.v-main .v-main__wrap .block-wrapper .header-custom:hover {
  opacity: 0.8 !important;
}
.c-header .c-header-custom p {
    margin-bottom: unset !important;
  }
  
  @media (min-width: 1440px) {
  .block-wrapper.ml-auto:has(.header-logo__image) {
          transform: translate(40px) !important;
  }
}

.v-main .v-main__wrap .model-item .model-label{
 background-color: white !important;
     padding: 6px 12px 6px 12px!important;
}
.v-main .v-main__wrap .model-item .model-label:before{
 display:none!important;
}

@media (max-width: 1439px) and (min-width: 1024px)  {
  .block-wrapper.ml-auto:has(a[href="/cars"]) {
    margin-left: unset !important;
  }
}

@media (max-width: 1023px) {
  .block-wrapper.ml-auto:has(.header-logo__image) {
    transform: translate(30px) !important;
  }
}

.v-main .v-main__wrap .models-list__grid .model-item:hover  {
  --layer-background-hover: #fbfbfb;
}
.v-main .v-main__wrap  .models-list__item:has(.nuxt-link-active) {
    background: #fbfbfb;
}