@media (width <= 47.99875rem) {
  .hero {
    height: 48rem;
  }
}

.tabs__container {
  width: 100%;
}
@media (width <= 47.99875rem) {
  .tabs__container {
    padding: 0;
  }
}
.tabs__inner {
  width: 100%;
}
.tabs__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (width <= 47.99875rem) {
  .tabs__list {
    grid-template-columns: 1fr;
  }
}
.tabs__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  color: var(--color-black);
  font-size: 1.5rem;
  font-weight: 500;
  padding: 2rem 0.625rem;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.tabs__button svg path {
  fill: currentColor;
}
.tabs__button.active {
  color: var(--color-white);
  background: linear-gradient(272deg, #5c74a8 2.9%, #9ebdff 100%);
}
@media (any-hover: hover) {
  .tabs__button:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
  }
}
@media (any-hover: none) {
  .tabs__button:active {
    background-color: var(--color-blue);
    color: var(--color-white);
  }
}
@media (width <= 63.99875rem) {
  .tabs__button {
    padding: 1.5rem 0.625rem;
    font-size: 1rem;
    border-right: none;
  }
}
@media (width <= 47.99875rem) {
  .tabs__button {
    padding: 1rem 0.625rem;
  }
}

.info {
  background-color: #e3ecff;
}
.info__inner {
  padding-block: 5.625rem;
}
@media (width <= 63.99875rem) {
  .info__inner {
    padding-block: 3rem;
  }
}
@media (width <= 47.99875rem) {
  .info__inner {
    padding-block: 1.75rem;
  }
}
.info__title {
  font-size: 3.25rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2.625rem;
  font-family: var(--font-family-alt);
}
@media (width <= 63.99875rem) {
  .info__title {
    font-size: 2.625rem;
    margin-bottom: 0.875rem;
  }
}
@media (width <= 47.99875rem) {
  .info__title {
    font-size: 1.875rem;
  }
}
.info__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
}
@media (width <= 47.99875rem) {
  .info__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.car-image {
  margin-block: 5.625rem;
}
@media (width <= 63.99875rem) {
  .car-image {
    margin-block: 3.75rem 5rem;
  }
}
@media (width <= 63.99875rem) {
  .car-image {
    margin-block: 2.5rem;
  }
}
.car-image__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33.0625rem;
}
@media (width <= 63.99875rem) {
  .car-image__inner {
    height: 20.25rem;
  }
}
@media (width <= 47.99875rem) {
  .car-image__inner {
    height: 9.125rem;
  }
}
.car-image__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.specs {
  text-align: center;
}
.specs__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (width <= 47.99875rem) {
  .specs__list {
    gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
  }
}
.specs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.625rem;
  font-weight: 600;
}
@media (width <= 47.99875rem) {
  .specs__item {
    font-size: 1.25rem;
  }
}
.specs__item-value {
  margin-block: 0.625rem;
  font-size: 4.75rem;
  font-weight: 700;
  color: var(--color-blue);
}
@media (width <= 63.99875rem) {
  .specs__item-value {
    font-size: 3.625rem;
    margin-block: 1.25rem;
  }
}
@media (width <= 47.99875rem) {
  .specs__item-value {
    font-size: 2rem;
    margin-block: 0.75rem;
  }
}

.stock__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media (width <= 63.99875rem) {
  .stock__header {
    margin-bottom: 2.625rem;
  }
}
@media (width <= 47.99875rem) {
  .stock__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.25rem;
  }
}
.stock__title {
  font-size: 3.25rem;
  font-weight: 700;
  font-family: var(--font-family-alt);
}
@media (width <= 63.99875rem) {
  .stock__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media (width <= 47.99875rem) {
  .stock__button {
    display: none;
  }
}
.stock__button_mobile {
  display: none;
}
@media (width <= 47.99875rem) {
  .stock__button_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.stock__inner {
  padding-block: 5.625rem;
}
@media (width <= 63.99875rem) {
  .stock__inner {
    padding-block: 3.75rem;
  }
}
@media (width <= 47.99875rem) {
  .stock__inner {
    padding-block: 2.5rem;
  }
}
.stock__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (width <= 79.99875rem) {
  .stock__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (width <= 47.99875rem) {
  .stock__list {
    margin-bottom: 1.875rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.stock__item {
  border-radius: 0.75rem;
  border: 0.0625rem solid #dadada;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (any-hover: hover) {
  .stock__item:hover {
    -webkit-box-shadow: 0 0 0.3125rem 0.125rem rgba(113, 159, 255, 0.3);
            box-shadow: 0 0 0.3125rem 0.125rem rgba(113, 159, 255, 0.3);
  }
}
@media (any-hover: none) {
  .stock__item:active {
    -webkit-box-shadow: 0 0 0.3125rem 0.125rem rgba(113, 159, 255, 0.3);
            box-shadow: 0 0 0.3125rem 0.125rem rgba(113, 159, 255, 0.3);
  }
}
.stock__item-body {
  padding: 1.6875rem 1.25rem 1.25rem;
}
@media (width <= 63.99875rem) {
  .stock__item-body {
    padding: 1rem 0.75rem 1.25rem;
  }
}
@media (width <= 36.24875rem) {
  .stock__item-body {
    padding: 0.75rem 1.25rem;
  }
}
.stock__item-image {
  height: 15rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width <= 63.99875rem) {
  .stock__item-image {
    height: 12.5rem;
  }
}
.stock__item-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media (width <= 63.99875rem) {
  .stock__item-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
}
.stock__item-model {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
@media (width <= 63.99875rem) {
  .stock__item-model {
    font-size: 1rem;
    margin-bottom: 1.125rem;
  }
}
@media (width <= 36.24875rem) {
  .stock__item-model {
    margin-bottom: 1rem;
  }
}
.stock__item-specs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stock__item-specs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: #787878;
  line-height: 2rem;
}
@media (width <= 63.99875rem) {
  .stock__item-specs-item {
    font-size: 1rem;
  }
}
.stock__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -0.625rem;
}
@media (width <= 63.99875rem) {
  .stock__item-footer {
    margin-top: 0.25rem;
  }
}
@media (width <= 36.24875rem) {
  .stock__item-footer {
    margin-top: 1rem;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.stock__item-price {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
}
@media (width <= 63.99875rem) {
  .stock__item-price {
    font-size: 1.25rem;
  }
}
@media (width <= 36.24875rem) {
  .stock__item-button {
    width: 100%;
  }
}

.description__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5.625rem;
}
.description__block.col-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem;
}
@media (width <= 79.99875rem) {
  .description__block.col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (width <= 79.99875rem) {
  .description__block {
    margin-bottom: 3.75rem;
  }
}
@media (width <= 47.99875rem) {
  .description__block {
    margin-bottom: 2.5rem;
  }
}
.description__title {
  font-size: 3.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (width <= 79.99875rem) {
  .description__title {
    font-size: 2.625rem;
  }
}
.description__minititle {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
.description__subtitle {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 2rem;
}
@media (width <= 79.99875rem) {
  .description__subtitle {
    font-size: 1.375rem;
    margin-bottom: 1.125rem;
  }
}
@media (width <= 47.99875rem) {
  .description__subtitle {
    font-size: 1rem;
    margin-bottom: 0.875rem;
  }
}
.description__text {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media (width <= 79.99875rem) {
  .description__text {
    margin-bottom: 1.875rem;
  }
}
@media (width <= 47.99875rem) {
  .description__text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
.description__list {
  display: grid;
  gap: 1.875rem;
}
.description__list:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media (width <= 79.99875rem) {
  .description__list:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media (width <= 47.99875rem) {
  .description__list:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.description__list.col-1 {
  grid-template-columns: 1fr;
}
.description__list.col-1 .description__item-image {
  height: 40.625rem;
}
@media (width <= 79.99875rem) {
  .description__list.col-1 .description__item-image {
    height: 31.25rem;
  }
}
@media (width <= 47.99875rem) {
  .description__list.col-1 .description__item-image {
    height: 15.625rem;
  }
}
.description__list.col-2 {
  grid-template-columns: 1fr 1fr;
}
.description__list.col-2 .description__item-image {
  height: 31.25rem;
}
@media (width <= 79.99875rem) {
  .description__list.col-2 .description__item-image {
    height: 23.125rem;
  }
}
@media (width <= 47.99875rem) {
  .description__list.col-2 .description__item-image {
    height: 11.25rem;
  }
}
.description__list.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.description__list.col-3 .description__item-image {
  height: 18.75rem;
}
@media (width <= 79.99875rem) {
  .description__list.col-3 .description__item-image {
    height: 23.125rem;
  }
}
@media (width <= 47.99875rem) {
  .description__list.col-3 .description__item-image {
    height: 11.25rem;
  }
}
@media (width <= 79.99875rem) {
  .description__list {
    grid-template-columns: 1fr !important;
    row-gap: 3.75rem;
  }
}
@media (width <= 47.99875rem) {
  .description__list {
    row-gap: 2.5rem;
  }
}
.description__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.description__item-image {
  margin-top: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
.description__half {
  width: 50%;
}
@media (width <= 79.99875rem) {
  .description__half {
    width: 100%;
  }
}
.description__half.col-2 {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: 1fr 1fr;
}
@media (width <= 79.99875rem) {
  .description__half.col-2 {
    gap: 1.25rem;
  }
}
@media (width <= 47.99875rem) {
  .description__half.col-2 {
    grid-template-columns: 1fr;
  }
}
.description__gallery {
  width: 100%;
  margin-bottom: 5.625rem;
}
@media (width <= 79.99875rem) {
  .description__gallery {
    margin-bottom: 3.75rem;
  }
}
@media (width <= 47.99875rem) {
  .description__gallery {
    margin-bottom: 2.5rem;
  }
}
.description__gallery-inner {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: 1fr 1fr;
}
@media (width <= 79.99875rem) {
  .description__gallery-inner {
    gap: 1.25rem;
  }
}
@media (width <= 47.99875rem) {
  .description__gallery-inner {
    grid-template-columns: 1fr;
  }
}
.description__card {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (width <= 79.99875rem) {
  .description__card {
    height: 17.8125rem;
  }
}
@media (width <= 47.99875rem) {
  .description__card {
    height: 13.4375rem;
  }
}
.description__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.description__card-label {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 0.625rem;
  border-radius: 0px 0px 0.75rem 0.75rem;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(0.46875rem);
  color: var(--color-white);
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
}

.gray-footer {
  background-color: #f3f3f3;
}
.gray-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding-block: 1.4375rem 5.0625rem;
}
@media (width <= 79.99875rem) {
  .gray-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 3.75rem;
  }
}
@media (width <= 47.99875rem) {
  .gray-footer__inner {
    padding-block: 1.875rem;
  }
}
.gray-footer__left {
  max-width: 55.3125rem;
}
@media (width <= 79.99875rem) {
  .gray-footer__left {
    max-width: none;
  }
}
.gray-footer__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.gray-footer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 79.99875rem) {
  .gray-footer__image {
    height: 30.25rem;
    width: 100%;
  }
}
@media (width <= 47.99875rem) {
  .gray-footer__image {
    height: 13.625rem;
  }
}

.car__inner {
  padding-block: 3.75rem;
}
@media (width <= 63.99875rem) {
  .car__inner {
    padding-block: 1.875rem;
  }
}

.spec-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.spec-table:not(:last-child) {
  margin-bottom: 2rem;
}
@media (width <= 47.99875rem) {
  .spec-table {
    word-wrap: break-word;
    display: block;
    overflow-x: auto;
    font-size: 0.75rem;
  }
}
.spec-table th,
.spec-table td {
  padding: 1rem 2rem;
  border: 0.0625rem solid #787878;
}
@media (width <= 47.99875rem) {
  .spec-table th,
  .spec-table td {
    padding: 0.5rem;
  }
}
.spec-table tr th:first-child {
  text-align: start;
}
.spec-table .text-center {
  text-align: center;
}
.spec-table .text-left {
  text-align: start;
}

.explanation {
  margin-bottom: 3.75rem;
}
@media (width <= 63.99875rem) {
  .explanation {
    margin-bottom: 1.875rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.explanation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  margin-bottom: 1.875rem;
}
@media (width <= 63.99875rem) {
  .explanation__list {
    margin-bottom: 1.25rem;
  }
}
.explanation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.equipment {
  width: 100%;
}
.equipment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.625rem;
  width: 100%;
}
@media (width <= 63.99875rem) {
  .equipment__list {
    gap: 1rem;
  }
}
@media (width <= 47.99875rem) {
  .equipment__list {
    gap: 0.625rem;
  }
}
.equipment__item {
  width: 100%;
}
.equipment__button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #e3ecff;
  border-radius: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}
@media (width <= 63.99875rem) {
  .equipment__button {
    padding: 1rem 1.5rem;
  }
}
@media (width <= 47.99875rem) {
  .equipment__button {
    font-size: 0.75rem;
    line-height: 2rem;
    padding: 0.8125rem 0.875rem;
  }
}
.equipment__button-indicator {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.equipment__button.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.equipment__button.active .equipment__button-indicator {
  rotate: -180deg;
}
.equipment__dropdown {
  display: none;
}
.equipment__table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
}
@media (width <= 63.99875rem) {
  .equipment__table {
    font-size: 0.75rem;
  }
}
@media (width <= 36.24875rem) {
  .equipment__table {
    display: none;
  }
}
.equipment__table:not(:last-child) {
  margin-bottom: 2rem;
}
.equipment__table img {
  display: inline;
}
.equipment__table th,
.equipment__table td {
  padding: 1rem 2rem;
  border-bottom: 0.0625rem solid #dadada;
}
@media (width <= 47.99875rem) {
  .equipment__table th,
  .equipment__table td {
    padding: 0.5rem;
  }
}
.equipment__table td {
  border-right: 0.0625rem solid #dadada;
}
.equipment__table td:first-child {
  border-left: 0.0625rem solid #dadada;
}
.equipment__table td:not(:first-child) {
  text-align: center;
}
.equipment__table tr th:first-child {
  text-align: start;
}
.equipment__table thead tr {
  background: linear-gradient(272deg, #5c74a8 2.9%, #9ebdff 100%);
  color: var(--color-white);
}
.equipment__table .text-center {
  text-align: center;
}
.equipment__table .text-left {
  text-align: start;
}
.equipment__table-mobile {
  display: none;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media (width <= 36.24875rem) {
  .equipment__table-mobile {
    display: table;
  }
}
.equipment__table-mobile td,
.equipment__table-mobile th {
  padding: 0.8125rem 0.75rem;
}
.equipment__table-mobile td {
  border-right: 0.0625rem solid #dadada;
  border-bottom: 0.0625rem solid #dadada;
}
.equipment__table-mobile td:first-child {
  border-left: 0.0625rem solid #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
}
.equipment__table-mobile td:last-child {
  text-align: center;
}
.equipment__table-mobile thead tr {
  background: linear-gradient(272deg, #5c74a8 2.9%, #9ebdff 100%);
  color: var(--color-white);
}
.equipment__table-mobile .title {
  font-weight: 700;
}
.equipment__table-mobile img {
  display: inline;
}

.gallery__title {
  width: 100%;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (width <= 63.99875rem) {
  .gallery__title {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}
@media (width <= 47.99875rem) {
  .gallery__title {
    font-size: 1.5rem;
  }
}
.gallery__list {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 1.875rem;
  margin-bottom: 3.75rem;
}
@media (width <= 79.99875rem) {
  .gallery__list {
    grid-template-columns: 1fr !important;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
@media (width <= 36.24875rem) {
  .gallery__list {
    gap: 0.625rem;
  }
}
.gallery__list.equal {
  grid-template-columns: 1fr 1fr;
}
.gallery__list.equal .gallery__item {
  height: 41.5rem;
}
@media (width <= 63.99875rem) {
  .gallery__list.equal .gallery__item {
    height: 34.125rem;
  }
}
@media (width <= 47.99875rem) {
  .gallery__list.equal .gallery__item {
    height: 15.375rem;
  }
}
.gallery__item {
  border-radius: 0.75rem;
  overflow: hidden;
  height: 33.875rem;
}
@media (width <= 79.99875rem) {
  .gallery__item:nth-child(odd) {
    height: 23.75rem;
  }
  .gallery__item:nth-child(even) {
    height: 33.625rem;
  }
}
@media (width <= 36.24875rem) {
  .gallery__item {
    height: 17.75rem !important;
  }
}
.gallery__link {
  width: 100%;
  height: 100%;
}
.gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.colors {
  margin-bottom: 5.625rem;
}
@media (width <= 63.99875rem) {
  .colors {
    margin-bottom: 2.5rem;
  }
}
@media (width <= 47.99875rem) {
  .colors {
    margin-bottom: 1.875rem;
  }
}
.colors__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.colors__title {
  font-family: var(--font-family-alt);
  font-size: 3.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (width <= 63.99875rem) {
  .colors__title {
    font-size: 2.625rem;
    margin-bottom: 0.5rem;
  }
}
@media (width <= 47.99875rem) {
  .colors__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.colors__image {
  margin-bottom: 1.25rem;
  height: 42.8125rem;
  width: 100%;
  max-width: 64rem;
}
@media (width <= 63.99875rem) {
  .colors__image {
    margin-bottom: 0.5rem;
    height: 30.375rem;
    max-width: 48rem;
  }
}
@media (width <= 36.24875rem) {
  .colors__image {
    margin-bottom: 0.875rem;
    height: 13.6875rem;
    max-width: 20.5rem;
  }
}
.colors__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.colors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
  margin-bottom: 1.75rem;
}
@media (width <= 63.99875rem) {
  .colors__list {
    margin-bottom: 1rem;
  }
}
@media (width <= 47.99875rem) {
  .colors__list {
    gap: 0.875rem;
  }
}
.colors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.colors__item-button {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 5.125rem;
  height: 5.125rem;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.colors__item-button.active {
  border: 0.1875rem solid #719fff;
}
@media (width <= 47.99875rem) {
  .colors__item-button {
    width: 2.875rem;
    height: 2.875rem;
  }
}
.colors__name {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (width <= 63.99875rem) {
  .colors__name {
    margin-bottom: 1.375rem;
  }
}
@media (width <= 47.99875rem) {
  .colors__name {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}
.colors__button {
  width: 15.375rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}/*# sourceMappingURL=car.css.map */