/* Стили для контейнера Choices (необязательно) */
.choices {
    /*z-index: 5;*/
    margin-bottom: 0 !important;
}
.choices__inner {
    background-color: var(--white);
    border: 0;
    /*padding: 2px 20px 8px 0;*/
    padding-left: 0;
}

.search-brand .choices__inner,
.search-model .choices__inner {
    width: 230px;
}
.search-year .choices__inner,
.search-rating .choices__inner {
    width: 100px;
}

.choices[data-type*=select-one] .choices__input {
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--ajk-text);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 20px;
}
.choices__list {
    z-index: 12!important;
}

.choices__list::-webkit-scrollbar {
    width: 5px;
}

.choices__list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border-right: solid 5px var(--block-bg-dark-dark);
    background: var(--block-bg-dark-dark);
}

.choices__list::-webkit-scrollbar-track {
    border: none;
    background: var(--block-bg-dark);
}

.choices__list::-moz-scrollbar {
    width: 5px;
}

.choices__list::-moz-scrollbar-thumb {
    border-right: solid 5px var(--block-bg-dark);
    background: var(--block-bg-dark);
}

.choices__list::-moz-scrollbar-track {
    border: none;
    background: var(--block-bg-dark);
}