.d-flex {
  display: flex;
}

.carCard .imageWrapper {
  display: block;
}

.car-catalog.sm-container {
  display: none;
}

.catalog-item .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.comparison .title {
  font-family: ActayWide, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  // margin-bottom: 30px;
  display: block;
  // margin-top: 40px;
}

div.title-search-result {
  z-index: 10000;
}

.search-results .results-list .result-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid #e2e3eb;
}

.search-results .results-list .result-item img {
  width: 85px;
  height: 55px;
  object-fit: cover;
}

.search-results .allSearch {
  margin-top: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  font-family: ActayWide, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin: 15px auto;
}

#search-mob {
  position: relative;
  padding-left: 35px;
}

#search-mob label {
  position: absolute;
  left: 0;
}
.model-selector-btn {
cursor: pointer;
}
#modal-call-3.active {
  opacity: 1;
  pointer-events: all;
}

.carCard .imageWrapper .info {
  justify-content: flex-end;
}
.modal-delivery .submit {
margin: auto;
}
.compare.active svg circle {
  fill: #c986ceba;
}

.filters .sort {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-basis: 25%;
  justify-content: flex-end;
}

.sort span {
  font-family: Onest, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-right: 10px;
}

.filters .sort .sort-Btn {
  border-radius: 99px;
  background: #f2f4f8;
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: none;
  gap: 10px;
}

.filters .sort .sort-Btn.rotate svg {
  transform: rotate(180deg);
}

// .header .content .top .info .phone {
//   color: #2a2b31;
// }

.policy {
  opacity: .3;
  color: #fff;
}

.brand-selector .button,
.model-selector .button {
  border-radius: 5px;
  background: #f2f4f8;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.model-selector-btn {
  border-radius: 5px;
  background: #f2f4f8;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.model-selector-btn span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filters.filters-mod {
  justify-content: flex-start !important;
}

.filters-mod {
  gap: 60px;
  flex-basis: 75%;
}

.carCard.block {
  display: none;
}

.disabled {
  display: none !important;
}

.stockBtn a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

form .submit {
 // height: 61px;
  width: 275px;
}

.tradeForm form .submit {
	height: 61px;
}
.model-selector-btn span {
  width: fit-content;
}
.single-range {
width: 100%;
}
.checkbox.no-check[type="checkbox"]:checked::before {
  display: none;
}

.checkbox.no-check[type="checkbox"]:checked {
  border-color: #f2f4f8;
}

input.form__input-value:disabled {
  opacity: 0.7;
}

.modal-call .modal-content form .submit {
  margin: 0 auto;
}
.search-page .content .search-about .search-about-content form .submit {
  margin: 0 auto;
}

.stock-page .top .topContent .filters .checkboxes label:last-child {
    margin-left: 0;
}
.filters-mod {
    gap: 50px;
}
.filters .sort {
    flex-basis: 16%;
    justify-content: flex-start;
    flex-direction: column;
    flex-direction: column;
}
.sort span {
    display: block;
    width: 100%;
    margin-right: 0;
}
.filters .sort .sort-Btn {
    width: 100%;
}
.video-wrapper video {
    width: 100%;
}
.price {
  display: flex;
  gap: 15px;
  align-items: baseline;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  transition: var(--trs-500);
}
.carCard:hover .price {
  color: var(--purple-color);
}
.equipment-about-swiper .info {
  justify-content: end;
}
.navigation a:first-child {
background: #7434a4;
  padding: 0 20px !important;
  display: flex;
  align-items: center;
}
.navigation a:first-child:hover {
background: var(--purple-color);
  color: var(--white-color) !important;
  transition: var(--trs-500);
}
.navigation a:first-child span {
  color: var(--white-color) !important;
}
.button.estimationBtn {
  color: var(--white-color) !important;
}
@media (max-width: 1024px) {
  .carCard .price {
    font-size: 24px;
  }
}