.btn-primary {
  display: block;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-drag: none;
  -webkit-user-drag: none;
  padding: 18px 26px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  position: relative;
  cursor: pointer;
  background: #FF0022;
  border: none;
  color: #fff;
  border-radius: 30px;
  transition: all 0.15s ease;
  font-family: "ToyotaType", sans-serif;
  margin-bottom: 6px;
}
.btn-primary:hover:not(.disabled) {
  background-color: #FF0022;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-secondary {
  display: block;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-drag: none;
  -webkit-user-drag: none;
  padding: 18px 26px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  position: relative;
  cursor: pointer;
  background: #fff;
  color: #FF0022;
  border-radius: 30px;
  transition: all 0.15s ease;
  font-family: "ToyotaType", sans-serif;
  border: 1px solid #FF0022;
}
.btn-secondary:hover:not(.disabled) {
  background-color: #FF0022;
  color: #fff;
  border-color: #FF0022;
}
.btn-black {
    background: #000;
    border-color: #000;
}
.btn-black:hover {
    border-color: #000;
    color: #000;
    background: #fff;
}
.content-container {
  max-width: 1200px;
  padding-left: 26px;
  padding-right: 26px;
  margin: 0 auto;
}
.mobile .content-container {
  padding-left: 8px;
  padding-right: 8px;
}
.scroll-blocked {
  height: 100%;
  overflow: hidden;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-drag: none;
  -webkit-user-drag: none;
}
.agreement-insert {
  cursor: pointer;
}
.accelerated {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.nowrap {
  white-space: nowrap;
}
.highlight {
  color: #FF0022;
}



.mobile .content-container {
  padding: 0;
  padding-right: 16px;
  padding-left: 16px;
}
.mobile .table {
  font-size: 1.1vw;
}
.mobile .block-header {
  font-size: 32px;
  margin-bottom: 24px;
}
.mobile .filters {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 0;
  max-width: 320px;
  /* max-width: 560px; */
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
.mobile .filters__select {
  height: 55px;
  font-size: 14px;
}
.mobile .filters__select + .filters__select {
  margin: 0.5em 0 0 0;
}
.tablet .table,
.tablet .table-cell {
  font-size: calc(0.0133333333 * 100vw + 5.3333333333px);
}
.tablet .filters__select {
  min-width: 250px;
}
.tablet .filters__select + .filters__select {
  margin-left: 0.5em;
}
.tablet .table-cell--btn {
  width: 200px;
}
.mobile.block-choice-container  {
  padding-bottom: 40px;
  padding-top: 0px;
  margin-top: 0px;
}
.block-choice-container {
  max-width: 1920px;
  padding: 60px 0 0;
  width: 100%;
  background-color: #fff;
  margin: 100px auto 0;
}
.content-container {
  max-width: 1200px;
  padding-left: 26px;
  padding-right: 26px;
  margin: 0 auto;
}
.mobile .content-container {
  padding-left: 8px;
  padding-right: 8px;
}
.block-header {
  margin-bottom: 1.8em;
  font-size: 36px;
  font-weight: 700;
}
.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.table-head {
  padding: 25px 8px;
  font-size: 1.125em;
  font-weight: 400;
  text-align: left;
  border-bottom: 2px solid #cbcbcb;
}
.table-head--price {
  text-align: center;
}
.table-head--discount-price {
  text-align: right;
}
.table-head--space {
  width: 12px;
}
.table-cell {
  padding: 12px 12px;
  border: inherit;
  font-size: 1em;
  font-weight: 300;
}
.table-cell--img {
  /* width: 35%; */
  max-width: 150px;
  height: 130px;
}
.table-cell--img img {
  /* max-width: 253px;
  max-height: 100%; */
}
.table-cell--price {
  text-align: center;
}
.table-cell--discount-price {
  text-align: right;
  font-weight: bold;
}
.table-cell--btn {
  text-align: center;
  width: 280px;
}
.table-cell--btn button {
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
  height: 51px;
}
.table-cell--space {
  width: 12px;
  border-color: transparent;
}
.btn-secondary {
  /* padding: 0.5em 1.5em;
   max-width: 14.375em; */
}
.filters {
  margin-bottom: 60px;
  display: flex;
  /* justify-content: center; */
}
.filters__select {
  height: 51px;
  min-width: 30%;
  /* width: 100%; */
  font-size: 16px;
  padding-left: 70px;
  padding-right: 2em;
  background: url("../img/utils/select.png") no-repeat right;
  position: relative;
  background-color: #f0f0f0;
  color: #282830;
  border-radius: 30px;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.filters__select + .filters__select {
  margin-left: 2em;
}
.filters__select option {
  color: #282830;
}
.filters__select::-ms-expand {
  display: none;
}
.filters__select:hover {
  /* background-image: url("../img/utils/select_hover.png"); */
}
.filters__select_model {
  background: url("../img/utils/bg_select.png") no-repeat 90%,
    url("../img/utils/ico_car.png") no-repeat 10%, #f0f0f0;
}
.filters__select_comp {
  background: url("../img/utils/bg_select.png") no-repeat 90%,
    url("../img/utils/ico_layers.png") no-repeat 10%, #f0f0f0;
}
.filters__select_engine {
  background: url("../img/utils/bg_select.png") no-repeat 90%,
    url("../img/utils/ico_engine.png") no-repeat 10%, #f0f0f0;
}
.expander-container {
  text-align: center;
  margin-top: 16px;
}
.expander-btn {
  min-width: 190px;
  display: inline;
}
.mobile-table {
  margin: 0 auto;
}
.mobile-table__item + .mobile-table__item {
  margin-top: 6px;
}
.car-card {
  padding: 1em 1em;
  max-width: 320px;
  margin: 0 auto;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  border: 1px solid #ededed;
}
.car-card__field {
  font-size: 18px;
  font-weight: 300;
}
.car-card__btn {
  margin-top: 16px;
  font-size: 16px;
}
.car-card__btn button {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
  height: 51px;
  width: 100%;
}
.car-card__value--img img {
  max-width: 100%;
  max-height: 100%;
}
.car-card__value--model {
  font-weight: bold;
}
.car-card__value--price {
  text-decoration: line-through;
  font-size: 1.125em;
}
.car-card__value--discount-price {
  text-decoration: line-through;
}
.car-card__field--engine {
  margin-bottom: 8px;
}
