
.row-btns {
  font-weight: 500;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.row-btns .icon-car,
.row-btns .icon-moto,
.row-btns .icon-trailer {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  fill: #555;
}
@media screen and (max-width: 515px) {
  .row-btns .btn-trailer-wrap {
    margin-left: 20px;
  }
}
.row-btns .btn {
  border: 2px solid #999;
  border-radius: 3px;
  width: 135px;
  text-align: center;
}
.row-btns .btn:hover {
  color: #ff7d00 !important;
  border: 2px solid #ff7d00 !important;
}
.row-btns .btn:hover svg {
  fill: #ff7d00 !important;
}
.row-btns .btn.active {
  border: 2px solid #ff7d00;
}

.row-btns .filter__col + .filter__col {
  padding-left: 0;
}

.row-btns + .filter__row {
  padding-top: 0;
  margin-top: -10px;
}

.filter-moto {
  font-size: 18px;
  border: 4px solid #1a2436;
  background: white;
  display: inline-flex;
  flex-direction: column;
  border-radius: 4px;
  width: 14rem;
  height: 12rem;
}
.filter-moto ul.dropdown-menu {
  width: 50px;
  min-width: 50px;
  text-align: center;
}
.filter-moto ul.dropdown-menu li a {
  font-weight: 700;
  color: #000;
  display: block;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
}
.filter-moto ul.dropdown-menu li a:hover {
  color: #000;
  text-decoration: none;
  background: #ffe5cc;
}
.filter-moto__top {
  font-family: "Motor", sans-serif;
  display: flex;
  font-size: 5em;
  justify-content: center;
  align-items: end;
  height: 50%;
}
.filter-moto__top input {
  width: 1ch;
}
.filter-moto__bottom {
  font-family: "Motor", sans-serif;
  display: flex;
  font-size: 3em;
}
.filter-moto__bottom > * {
  position: relative;
  display: flex;
}
.filter-moto__letters {
  padding-left: 0.9rem;
  width: 55%;
  display: flex;
  text-align: center;
}
.filter-moto__letters::before {
  content: "";
  border-right: 4px solid black;
  height: 75%;
  position: absolute;
  bottom: 0;
  right: -2px;
}
.filter-moto__letters input {
  font-size: 4.8rem;
  width: 90%;
}
.filter-moto__letters .dropdown + .dropdown {
  margin-left: -15px;
}
.filter-moto__numbers {
  padding-right: 0.7rem;
  text-align: center;
  justify-content: end;
  width: 45%;
}
.filter-moto__numbers::before {
  content: "";
  border-top: 4px solid black;
  width: 20%;
  position: absolute;
  top: -2px;
  right: 0;
}
.filter-moto__numbers::after {
  content: "RUS";
  position: absolute;
  left: -2px;
  top: -0.4em;
  font-size: 0.5em;
  font-family: "Fira Sans Condensed", sans-serif;
}
.filter-moto__numbers input {
  font-size: 4.8rem;
  text-align: end;
  width: 100%;
}
.filter-moto input {
  text-shadow: 2px 1px 2px #969696;
}
.filter-moto input::placeholder {
  color: #D6D6D6;
}

