.models-list.nav-menu__models .models-list__wrapper .model-item .v-typography {
  color: #ffffff !important;
}
.models-list.nav-menu__models .models-list__wrapper .model-item{
    border-radius: var(--radius-large) !important ;  
}
.models-list.nav-menu__models
  .models-list__wrapper
  .model-item:hover
  .v-typography {
  color: #141414 !important;
}

@media (min-width:1440px) {
      .v-main__wrap .c-header .sublinks-default__item.nuxt-link-active {
    background-color: #f7f8f9ff !important;
  }
    .v-main__wrap .c-header  .sublinks-default__item.nuxt-link-active  .v-typography{
      color: #141414 !important;
}
.v-main__wrap .c-header .model-item{
    background-color: #141414;
}
.v-main__wrap .c-header .model-item:hover{
      background-color: #ffffff !important;
}
.v-main__wrap .c-header .sublinks-default__item{
  background-color: #141414;
}
.v-main__wrap .c-header .sublinks-default__item:hover{
      background-color: #ffffff !important;
       color: #ffffff !important;
}
.v-main__wrap .c-header .sublinks-default__item:hover .v-typography{
  color: #141414;
}
.v-main__wrap .c-header .sublinks-default__item .v-typography{
  color: #ffffff ;
}
.v-main__wrap .c-header .models-list__grid{
     gap: 10px ;
}
.models-list.nav-menu__models .models-list__wrapper .model-item .model-label .v-typography{
      color: #141414 !important;
}
.models-list.nav-menu__models .models-list__wrapper .model-item .model-label::before{
      background-color: #141414 !important;
}  
}

@media (max-width: 1440px) {
  .v-main__wrap .c-header .models-list__item .v-typography {
    color: #ffffffff !important;
  }
  .v-main__wrap
    .c-header
    .v-expansion-panel-header
    .v-expansion-panel-header__icon
    .v-icon {
    color: white !important;
  }
}

.v-main__wrap .c-header .header-custom .v-telephone {
  display: flex;
  align-items: center;
  gap: 5px;
}



@media (max-width: 767px) {
  .v-main .v-main__wrap .header-mob-def .models-list__grid .models-list__item {
    flex-direction: column !important;
  }
  .v-main
    .v-main__wrap
    .header-mob-def
    .models-list__grid
    .models-list__item
    .v-typography,  .v-main
    .v-main__wrap
    .header-mob-def
    .models-list__grid
    .models-list__item .align-center {
    text-align: center !important;
     justify-content: center !important;
  }
}


.v-main .v-main__wrap .c-header .block-wrapper p span, .v-main .v-main__wrap .c-header .block-wrapper p {
  margin-bottom: unset !important;
}

.header-layer.c-header__layer .header-layer__container:has(.header-logo__image){
  align-items: center !important;
}
.header-layer.c-header__layer .header-layer__container:has(.header-logo__image) .block-wrapper.ml-auto.mt-xl-auto{
  margin-top: unset !important;
}
.header-layer.c-header__layer .header-layer__container:has(.header-logo__image) .block-wrapper.ml-auto.mt-xl-auto span{
  min-height: 21px ! IMPORTANT;
    display: block;
}

#ka-glavnyi-slaider .banners__pagination .swiper-pagination-bullet-active:after {
  background-color: var(--contrast) !important;
}