.select-car-section {
  padding: 14px;
  background-color: #eee;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.select-car-header {
  max-width: 1456px;
  margin: 0 auto;
}
.select-car-image {
  display: none;
}
.select-car-header-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.select-car-header-middle.is-main {
  flex-wrap: nowrap;
}
.select-car-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}
.is-main .select-car-title {
  justify-content: center;
}
.is-main .select-car-logo {
  display: none;
}
.select-car-title-modification {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  padding: 8px 0 0;
  border-top: 1px solid #ccc;
  font-size: 16px;
  color: #777;
  text-transform: none;
}
.select-car-logo {
  height: 26px;
  vertical-align: baseline;
}
.select-car-logos-list {
  display: none;
}
.select_car_brand,
.select_car_model {
  display: flex;
  flex-flow: column wrap;
  align-content: space-around;
  margin: 16px 0;
  padding: 32px 0;
  list-style-type: none;
}
.select_car_brand li,
.select_car_model li {
  padding: 8px 0;
}
.select-car-header-right {
  display: none;
}

/* select-car-slider  ------------------------------------------------------------------ */

.select-car-slider {
  min-height: 24px;
}
.select-generations-list {
  display: flex;
  overflow-x: auto;
  width: 100%;
  margin: 0;
  padding: 16px 14px 32px 24px;
  list-style-type: none;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.select-generations-list li {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 33vw;
  margin: 0 64px 3px 0;
  padding: 0 0 0;
  background-color: #fff;
  scroll-snap-align: start;
  scroll-margin-left: 3px;
}
.select-generations .select-generations-list a {
  display: grid;
  text-align: center;
  overflow: hidden;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* @media ----------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------ */

@media screen and (min-width: 440px) {
  .is-main .select-car-title {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 720px) {
  .car_images {
    width: 154px;
    height: 116px;
  }
}

@media screen and (min-width: 768px) {
  .select-car-section {
    padding: 0 0 24px;
  }
  .select_car {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 0 24px;
  }
  .select-car-slider {
    min-height: 32px;
  }
  .select-car-header-middle {
    flex: 1 1 auto;
  }
  .select_car_list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 260px);
    width: 100%;
    padding: 24px 0;
    border: none;
    border-left-width: 0;
    box-sizing: border-box;
    list-style-type: none;
  }
  .select-car-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 24px 24px 0;
    border: none;
  }
  .select-car-title {
    flex: 0 0 auto;
    position: relative;
    padding: 0;
  }
  .is-main .select-car-title {
    padding: 0 0 0 16px;
  }
  .select-car-title-modification {
    display: block;
  }
  #select-modification {
    width: 35%;
    padding: 8px;
  }
  .car_images {
    width: 193px;
    height: 145px;
  }
  .select-car-image {
    display: block;
    padding: 0 24px 0 0;
    box-sizing: content-box;
  }
}

@media screen and (min-width: 1024px) {
  .select-car-slider {
    min-height: 44px;
  }
  .select-car-header-right {
    display: flex;
    align-self: flex-start;
    padding: 0;
  }
  /* .select-car-title.is-inner-page span:first-child {
    padding-right: 20%;
  } */
  .select-car-header .select-car-forms-show-btn {
    display: block;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) and (hover) {
  .select-generations {
    position: relative;
  }
  .select-generations .select-generations-list {
    scroll-padding: 80px;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }
  .select-generations .select-generations-list::before {
    content: "";
    flex: 0 0 80px;
  }
  .select-generations .select-generations-list::after {
    content: "";
    flex: 0 0 80px;
  }
  .select-generations .select-generations-list li {
    scroll-margin-left: 0;
    scroll-margin-right: 0;
    flex: 0 0 12vw;
  }
}

@media screen and (min-width: 1200px) {
  .select-car-title-modification {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .select-car-header-middle.is-main {
    display: grid;
    grid-template-columns: 290px 1fr;
  }
  .select-car-title {
    white-space: nowrap;
  }
  .select-car-header-middle.is-main .select-car-title {
    padding: 0;
  }
  .select-car-title.is-modification {
    white-space: normal;
  }
  .select-car-logos-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 0 32px;
    list-style-type: none;
  }
  .select-car-logos-list img {
    height: 26px;
  }
  .mobile_hidden {
    display: block;
  }
}
