.feature-select[data-v-a78a82b8] .q-field__control {
  padding: 0 15px;
  min-height: 50px;
  height: 50px;
  border-radius: 15px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  font-size: 15px;
  font-weight: 300;
}
.feature-select[data-v-a78a82b8] .q-field--auto-height.q-field--labeled .q-field__control-container {
  padding-top: 20px;
}
.feature-select[data-v-a78a82b8] .q-field__marginal {
  height: 50px;
  color: #858790;
  font-size: 15px;
  font-weight: 300;
}
.feature-select[data-v-a78a82b8] input {
  top: 19px;
  color: #858790;
  font-size: 15px;
  font-weight: 300;
}
.feature-select[data-v-a78a82b8] input::placeholder {
  color: #858790;
  font-size: 15px;
  font-weight: 300;
}
.feature-select[data-v-a78a82b8] .q-field__label {
  top: 16px;
  color: #858790;
  font-size: 15px;
  font-weight: 300;
}
.feature-select[data-v-a78a82b8] .q-field__marginal {
  font-size: 15px;
  font-weight: 300;
}
.field__flat-right-corners[data-v-a78a82b8] .q-field__control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.field__flat-left-corners[data-v-a78a82b8] .q-field__control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}.filter-list__checkboxes[data-v-4b41ea2d] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-list__checkboxes .q-checkbox[data-v-4b41ea2d] {
  padding: 10px;
  border-radius: 15px;
  background-color: #ffffff;
}
.filter-list__checkboxes .q-checkbox__label[data-v-4b41ea2d] {
  font-size: 15px;
  font-weight: 300;
}.filter-top__subtitle[data-v-9cb40255] {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
}
.filter-top__grid[data-v-9cb40255] {
  margin-bottom: 20px;
  display: grid;
  gap: 20px;
}
.filter-top__grid-cols-4[data-v-9cb40255] {
  grid-template-columns: repeat(4, 1fr);
}
.filter-top__grid-cols-2[data-v-9cb40255] {
  grid-template-columns: repeat(2, 1fr);
}
.filter-top__grid-cols-3[data-v-9cb40255] {
  grid-template-columns: repeat(3, 1fr);
}
.filter-top__separator[data-v-9cb40255] {
  margin-bottom: 20px;
  height: 1px;
  width: 100%;
  background-color: #ddd;
}
.expansion-item[data-v-9cb40255] .q-item {
  display: flex;
  flex-direction: row;
}
.expansion-item[data-v-9cb40255] .q-item__section--avatar {
  display: none !important;
}
@media (max-width: 1440px) {
.filter-top__subtitle[data-v-9cb40255] {
    font-size: 20px;
}
}
@media (max-width: 768px) {
.filter-top__subtitle[data-v-9cb40255] {
    margin-bottom: 10px;
    font-size: 18px;
}
}.filter-top[data-v-909fb566] {
  margin-bottom: 60px;
  padding: 40px;
  border-radius: 40px;
  background-color: #f2f2f2;
}
.filter-top .title-s[data-v-909fb566] {
  margin-bottom: 20px;
}
.filter-top__grid[data-v-909fb566] {
  margin-bottom: 20px;
  display: grid;
  gap: 20px;
}
.filter-top__grid-cols-4[data-v-909fb566] {
  grid-template-columns: repeat(4, 1fr);
}
.filter-top__grid-cols-2[data-v-909fb566] {
  grid-template-columns: repeat(2, 1fr);
}
.filter-top__grid-cols-3[data-v-909fb566] {
  grid-template-columns: repeat(3, 1fr);
}
.filter-top__btns[data-v-909fb566] {
  height: 50px;
  padding: 5px;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: var(--White, #fff);
  justify-content: space-between;
  gap: 2px;
}
.filter-top__btn[data-v-909fb566] {
  padding: 10px 20px;
  height: 40px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  text-wrap: nowrap;
}
.filter-top__btn[data-v-909fb566]:hover {
  color: #0b1221;
  background-color: #f2f2f2;
}
.filter-top__btns .filter-top__btn-active[data-v-909fb566] {
  background-color: #0b1221;
  color: #ffffff;
}
.filter-top .field[data-v-909fb566] {
  margin-bottom: 0;
}
.filter-top__actions[data-v-909fb566] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.filter-top__link[data-v-909fb566] {
  color: #858790;
  font-size: 18px;
  font-weight: 400;
}
.filter-top__link[data-v-909fb566] .q-btn__content {
  gap: 10px;
}
.filter-top__link svg[data-v-909fb566] {
  transition: transform 0.25s ease;
}
.filter-top__link svg.rotate[data-v-909fb566] {
  transform: rotate(180deg);
  transition: transform 0.25s ease;
}
.filter-top__extended[data-v-909fb566] {
  transition: all 0.25s ease;
}
.filter-top__btn-clear[data-v-909fb566] {
  padding: 20px;
  height: 60px;
  color: #858790;
}
.filter-top__btn-clear[data-v-909fb566] .q-btn__content {
  gap: 10px;
  flex-wrap: nowrap;
}
.filter-top__btn-clear svg[data-v-909fb566] {
  transform: rotate(180deg);
}
.filter-top__btn-clear svg path[data-v-909fb566] {
  fill: #858790;
}
.filter-top__aside[data-v-909fb566] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1440px) {
.filter-top__link[data-v-909fb566] {
    font-size: 16px;
}
}
@media (max-width: 1080px) {
.filter-top__grid-cols-4[data-v-909fb566] {
    grid-template-columns: repeat(2, 1fr);
}
.filter-top__btns[data-v-909fb566] {
    margin-right: 0;
    max-width: 295px;
}
}
@media (max-width: 768px) {
.filter-top[data-v-909fb566] {
    margin-top: 15px;
    margin-bottom: 40px;
    padding: 30px;
}
.filter-top__grid-cols-4[data-v-909fb566],
  .filter-top__grid-cols-2[data-v-909fb566] {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
.filter-top__actions[data-v-909fb566] {
    flex-wrap: wrap;
    gap: 10px;
}
.filter-top__actions .btn-group[data-v-909fb566] {
    margin-right: 0;
    width: 100%;
}
.filter-top__btn-clear[data-v-909fb566],
  .filter-top__btn-find[data-v-909fb566] {
    max-width: calc(50% - 5px);
    width: 100%;
    height: 50px;
}
}
@media (max-width: 500px) {
.filter-top[data-v-909fb566] {
    padding: 20px;
}
.filter-top__actions .btn-group[data-v-909fb566] {
    flex-direction: column;
}
.filter-top__btn-clear[data-v-909fb566],
  .filter-top__btn-find[data-v-909fb566] {
    max-width: 100%;
}
}
@media (max-width: 395px) {
.filter-top__btn[data-v-909fb566] {
    padding: 5px 10px;
    height: 40px;
    font-size: 14px;
}
.filter-top__btns[data-v-909fb566] {
    max-width: fit-content;
}
}.brand-list .title[data-v-14f190b6] {
  margin-bottom: 20px;
}
.brand-list__top[data-v-14f190b6] {
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
.brand-list__top .q-card[data-v-14f190b6] {
  width: 100%;
  height: 60px;
}
.brand-list__top .q-img[data-v-14f190b6] {
  width: 100%;
  height: 100%;
}
.brand-list__top img[data-v-14f190b6] {
  width: 100%;
  height: 100%;
}
.brand-list__bottom .q-list[data-v-14f190b6] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.brand-list__bottom .q-item[data-v-14f190b6] {
  gap: 3px;
}
.brand-list__name[data-v-14f190b6] {
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
}
.brand-list__count[data-v-14f190b6] {
  color: #858790;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1440px) {
.brand-list__bottom .q-item[data-v-14f190b6] {
    min-height: 28px;
}
}
@media (max-width: 1180px) {
.brand-list__top[data-v-14f190b6] {
    flex-wrap: wrap;
}
.brand-list__top .q-card[data-v-14f190b6] {
    width: 80px;
    height: 50px;
}
.brand-list__bottom .q-list[data-v-14f190b6] {
    grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 680px) {
.brand-list__bottom .q-list[data-v-14f190b6] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 395px) {
.brand-list__bottom .q-list[data-v-14f190b6] {
    grid-template-columns: repeat(2, 1fr);
}
}.car-list .title[data-v-3411559d] {
  margin-bottom: 20px;
}