.auto-params-mod:last-child {
  width: 5.6rem; }
  @media (min-width: 64em) {
    .auto-params-mod:last-child {
      width: auto; } }

.auto {
  letter-spacing: -0.01rem;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-left: 0.625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 64em) {
    .auto {
      margin-left: 1.25rem; } }
  @media (min-width: 64em) {
    .auto {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
  .auto--price_smaller {
    text-transform: uppercase; }
    @media (min-width: 64em) {
      .auto--price_smaller {
        font-size: 25px;
        font-size: 1.5625rem;
        letter-spacing: -0.05rem; } }
  .auto--order {
    position: absolute;
    overflow: hidden;
    bottom: -20px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    left: -2px;
    right: -2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media (min-width: 64em) {
      .auto--order {
        font-size: 30px;
        font-size: 1.875rem; } }
    .auto--order a {
      color: inherit;
      text-decoration: none;
      padding: 0 1rem;
      margin: 0 0.625rem 0 0;
      font-size: 1rem;
      display: inline-block;
      position: relative; }
      @media (min-width: 64em) {
        .auto--order a {
          padding: 0 1.25rem;
          margin: 0 2.5rem 0 0;
          font-size: inherit; } }
      .auto--order a:hover {
        color: #ff9000; }
      .auto--order a:after, .auto--order a:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 2px;
        width: 1000px;
        background: #fff; }
      .auto--order a:after {
        left: 100%; }
      .auto--order a:before {
        right: 100%; }
  .auto .col-2-5, .auto .col-3-5 {
    width: 100%;
    display: flex;
    flex-direction: column; }
  .auto .row {
    flex: 1 1 auto; }
  .auto--list {
    min-height: 2em;
    text-align: right;
    font-weight: 500;
    line-height: 1;
    font-size: 10px;
    font-size: 0.625rem; }
    @media (min-width: 64em) {
      .auto--list {
        margin-left: -4rem;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 500; } }
  .auto--heading-inner {
    padding: 0 0.5rem;
    margin: 0 0 0 1rem;
    display: inline-flex;
    position: relative; }
    @media (min-width: 64em) {
      .auto--heading-inner {
        padding: 0 1.25rem;
        margin: 0 0 0 2.5rem; } }
    .auto--heading-inner:after, .auto--heading-inner:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 2px;
      width: 1000px;
      background: #fff; }
    .auto--heading-inner:after {
      left: 100%; }
    .auto--heading-inner:before {
      right: 100%; }
  .auto--heading {
    overflow: hidden;
    position: absolute;
    top: -10px;
    height: 20px;
    line-height: 20px;
    left: -2px;
    right: -2px;
    font-weight: 500; }
    @media (min-width: 64em) {
      .auto--heading {
        top: -20px;
        height: 40px;
        line-height: 40px; } }
    .auto--heading h2 {
      font-size: 20px;
      font-size: 1.25rem;
      font-size: inherit;
      margin-bottom: 0;
      font-weight: inherit; }
  .auto--info {
    margin-right: 0.9375rem;
    margin-top: 0.625rem;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .auto--image {
    position: relative;
    z-index: 2;
    margin-top: auto;
    margin-left: -0.625rem;
    margin-bottom: -1.25rem; }
    .auto--image img {
      max-height: 10rem; }
    @media (min-width: 64em) {
      .auto--image {
        margin-left: -1.25rem;
        margin-bottom: -2.5rem; } }
  .auto--params {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto; }
    .auto--params span {
      margin-left: 10px;
      min-width: fit-content;}
    .auto--params div {
      display: flex;
      align-items: center;
      margin: 0 10px; }
      @media (min-width: 64em) {
        .auto--params div:not(.auto-params-mod):last-child svg {
          min-width: 22px; } }
    .auto--params svg {
      min-width: 16px; }
      @media (min-width: 64em) {
        .auto--params svg {
          min-width: 30px; } }

.select-auto-page {
  padding-bottom: 90px; }
  @media (min-width: 64em) {
    .select-auto-page .spacer {
      height: 20px; } }

/*# sourceMappingURL=select-auto.css.map */