/* Header alignment start. */
@media (min-width: 1025px) {
  .header-container {
    max-width: 1440px;
  }

  .header-container .header-content {
    padding-left: 65px;
    padding-right: 65px;
  }
}
/* Header alignment end. */

.container.our-cars {
  width: 100%;
  max-width: none;
  margin-top: 3.75rem;
  margin-bottom: 7rem;
  position: relative;
}
@media (min-width: 601px) {
  .container.our-cars {
    margin-bottom: 5.375rem;
  }
}
@media (min-width: 1025px) {
  .container.our-cars {
    max-width: 1320px;
    margin-top: 3.875rem;
    margin-bottom: 8.75rem;
  }
}
.container.our-cars
  > :not(:-webkit-any(.hero-section, .breadcrumbs))
  .sections-cars {
  padding: 0 1rem;
}
.container.our-cars
  > :not(:-moz-any(.hero-section, .breadcrumbs))
  .sections-cars {
  padding: 0 1rem;
}
.container.our-cars > :not(:is(.hero-section, .breadcrumbs)) .sections-cars {
  padding: 0 1rem;
}
@media (min-width: 601px) {
  .container.our-cars
    > :not(:-webkit-any(.hero-section, .breadcrumbs))
    .sections-cars {
    padding: 0 1.25rem;
  }
  .container.our-cars
    > :not(:-moz-any(.hero-section, .breadcrumbs))
    .sections-cars {
    padding: 0 1.25rem;
  }
  .container.our-cars > :not(:is(.hero-section, .breadcrumbs)) .sections-cars {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1025px) {
  .container.our-cars
    > :not(:-webkit-any(.hero-section, .breadcrumbs))
    .sections-cars {
    max-width: 1194px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 1.25rem;
  }
  .container.our-cars
    > :not(:-moz-any(.hero-section, .breadcrumbs))
    .sections-cars {
    max-width: 1194px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 1.25rem;
  }
  .container.our-cars > :not(:is(.hero-section, .breadcrumbs)) .sections-cars {
    max-width: 1194px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 1.25rem;
  }
}
@media (min-width: 1150px) {
  .container.our-cars
    > :not(:-webkit-any(.hero-section, .breadcrumbs))
    .sections-cars {
    padding: 1.5rem 2rem;
  }
  .container.our-cars
    > :not(:-moz-any(.hero-section, .breadcrumbs))
    .sections-cars {
    padding: 1.5rem 2rem;
  }
  .container.our-cars > :not(:is(.hero-section, .breadcrumbs)) .sections-cars {
    padding: 1.5rem 2rem;
  }
}
.sections-cars {
  background-color: var(--white-colour);
  margin-bottom: 32px;
}
@media (min-width: 601px) {
  .sections-cars {
    margin-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .sections-cars {
    z-index: 5;
    max-width: 1194px;
    margin: 0 auto;
    padding: 2rem 0 0;
    position: relative;
  }
}
.sections-cars .section-car:first-child {
  margin-top: 0;
}
.sections-cars .section-car {
  flex-direction: column;
  margin-top: 1.875rem;
  display: flex;
}
@media (min-width: 601px) {
  .sections-cars .section-car {
    margin-top: 2.5rem;
  }
}
.sections-cars .section-car .section-car__cars {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  display: flex;
}
@media (min-width: 601px) {
  .sections-cars .section-car .section-car__cars {
    gap: 0.625rem;
  }
}
@media (min-width: 1025px) {
  .sections-cars .section-car .section-car__cars {
    justify-content: center;
    gap: 1.5rem 1.875rem;
  }
}
@media (min-width: 1150px) {
  .sections-cars .section-car .section-car__cars {
    justify-content: center;
    gap: 1.5rem 1.875rem;
  }
}
.sections-cars .section-car .mobile-card {
  width: 100%;
}
@media (min-width: 1025px) {
  .cars-tabs {
    background-color: var(--white-colour);
    border-top-left-radius: var(--base-radius);
    border-top-right-radius: var(--base-radius);
    margin-top: -200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cars-tabs-wrapper {
  scrollbar-width: none;
  align-items: center;
  column-gap: 23px;
  margin: 1.7rem 0;
  padding: 0 1rem;
  display: flex;
  top: 0;
  overflow-x: scroll;
  position: relative;
}
@media (min-width: 601px) {
  .cars-tabs-wrapper {
    column-gap: 1.25rem;
  }
}
@media (min-width: 960px) {
  .cars-tabs-wrapper {
    justify-content: center;
    margin: 2.5rem 0 1.7rem;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .cars-tabs-wrapper {
    justify-content: center;
    margin: 0;
    padding: 2.125rem 0 0;
    overflow-x: visible;
  }
}

.cars-tabs-wrapper
  .cars-tabs-highlighter {
    position: absolute;
    left: 0;
    bottom: 0;
    height: .25rem;
  }

.cars-tabs-wrapper.sticky {
  background-color: var(--white-colour);
  margin: 0;
  padding: 5px 1rem;
  transition: all 0.3s;
  position: sticky;
  top: -1px;
  left: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .cars-tabs-wrapper.sticky {
    background-color: unset;
    padding: 6px 0;
    overflow-x: hidden;
  }
}
.cars-tabs-wrapper.sticky:before {
  content: "";
  background-color: var(--white-colour);
  border-bottom: 1px solid #0000;
  border-image: linear-gradient(
      0.25turn,
      #1a1a1a05,
      #1a1a1a0f,
      #1a1a1a1a,
      #1a1a1a0f,
      #1a1a1a05
    )
    1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .cars-tabs-wrapper.sticky:before {
    left: -20%;
    right: -20%;
  }
}
.cars-tabs-wrapper.sticky.open-nav {
  top: 53px;
}
@media (min-width: 1025px) {
  .cars-tabs-wrapper.sticky.open-nav {
    top: 45px;
  }
}
.cars-tab {
  cursor: pointer;
  padding: 12.5px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 0.9;
  transition: color 0.15s;
  /* Prevent text folding on tablet and smaller screens. */
  white-space: nowrap;
}
.cars-tab.active {
  color: var(--blue-colour);
}
@media (min-width: 1025px) {
  .cars-tab {
    line-height: 1.5;
  }
  .cars-tab:first-child {
    padding-left: 0.25rem;
  }
  .cars-tab:hover {
    color: var(--blue-colour);
  }
}
.pair-wrapper {
  scrollbar-width: none;
  column-gap: 0.625rem;
  display: none;
  overflow-x: scroll;
}
.pair-wrapper.active {
  display: flex;
}
@media (min-width: 601px) {
  .pair-wrapper {
    column-gap: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .pair-wrapper {
    overflow-x: visible;
  }
}
