@font-face {
  font-family: League Spartan;
  src: url(/assets/LeagueSpartan-VariableFont_wght.woff2) format("woff2");
  font-display: swap;
}
:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --white-colour: #fff;
  --white-20-colour: #fff3;
  --white-30-colour: #ffffff4d;
  --white-40-colour: #fff6;
  --darkest-colour: #000;
  --darkest-6-colour: rgb(0 0 0 / 0.06);
  --darkest-10-colour: #0000001a;
  --darkest-20-colour: #0003;
  --black-colour: #1a1a1a;
  --light-black-colour: #454545;
  --black-10-colour: #1a1a1a1a;
  --black-20-colour: #1a1a1a33;
  --black-30-colour: #1a1a1a4d;
  --black-40-colour: #1a1a1a66;
  --black-50-colour: #1a1a1a80;
  --black-60-colour: #1a1a1a99;
  --blue-colour: #0062e0;
  --blue-secondary-colour: #0190fd;
  --promo-colour: #25b700;
  --grey-outlines-colour: #e7e7e7;
  --grey-outlines-50-colour: #e7e7e780;
  --primary-grey: #d2d5da;
  --placeholder-colour: #d0d0d0;
  --default-content-colour: #979fa0;
  --primary-100-colour: #ebf2fc;
  --green-colour: #25b700;
  --modal-background-colour: #00000080;
  --white-colour-image: linear-gradient(105.11deg, #fff 43.13%, #fff 93.34%);
  --blue-colour-active-image: linear-gradient(
    180deg,
    var(--blue-colour) 100%,
    var(--blue-colour) 100%
  );
  --blue-wave-colour-image: linear-gradient(
    105.11deg,
    #0163e1 43.13%,
    var(--blue-secondary-colour) 93.34%
  );
  --blue-wave-colour-hover-image: linear-gradient(
    94deg,
    #0163e1 11.25%,
    var(--blue-secondary-colour) 77.29%
  );
  --blue-wave-colour-active-image: linear-gradient(
    180deg,
    var(--blue-secondary-colour) 100%,
    var(--blue-secondary-colour) 100%
  );
  --promo-wave-colour-image-default: linear-gradient(
    90deg,
    var(--promo-colour) 34.59%,
    var(--promo-colour) 100%
  );
  --promo-wave-colour-image: linear-gradient(
    90deg,
    var(--promo-colour) 34.59%,
    #4bd129 100%
  );
  --promo-wave-colour-image-clicked: linear-gradient(
    90deg,
    #4bd129 34.59%,
    #4bd129 100%
  );
  --promo-clicked: #49d028;
  --white-shadow-to-bottom: linear-gradient(
    0deg,
    #fff0 6.06%,
    var(--white-colour) 99.03%
  );
  --white-shadow-to-top: linear-gradient(
    181deg,
    #fff0 6.06%,
    var(--white-colour) 99.03%
  );
  --black-wave-colour-image: linear-gradient(
    90deg,
    var(--black-colour) 0%,
    var(--black-colour) 100%
  );
  --black-wave-colour-hover-image: linear-gradient(
    90deg,
    #000 0%,
    var(--light-black-colour) 100%
  );
  --black-wave-colour-active-image: linear-gradient(
    90deg,
    var(--light-black-colour) 0%,
    var(--light-black-colour) 100%
  );
  --booking-background-colour: #f9f9f9;
  --small-radius: 6px;
  --normal-radius: 8px;
  --base-radius: 12px;
  --big-radius: 100px;
  --full-radius: 999rem;
  font-size: 16px;
}
body {
  color: var(--black-colour);
  margin: 0;
  font-family:
    League Spartan,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Noto Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif,
    Helvetica,
    Arial,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 400;
}
/* body > .header {
  display: none;
} */
body.loaded > .header {
  display: block;
}
@media (min-width: 1025px) {
  body.overflow-hidden.has-scroll,
  body.overflow-hidden.has-scroll > .header .header-content {
    margin-right: 12px;
  }
}
body.booking {
  background-color: var(--booking-background-colour);
}
body.our-cars,
body.rentals,
body.locations {
  background-color: var(--white-colour);
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body::-ms-scrollbar {
    background-color: #fff;
    width: 12px;
  }
  body::-ms-thumb {
    background-color: #e7e7e7;
  }
}
body::-webkit-scrollbar {
  background-color: #fff;
  width: 12px;
}
body::-webkit-scrollbar-track {
  background: 0 0;
}
body::-webkit-scrollbar-thumb {
  background-color: #e7e7e7;
  border: 3px solid #fff;
  border-radius: 10px;
  width: 4px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #d0d0d0;
}
body.has-scroll:after {
  content: "";
  z-index: 12;
  width: 12px;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -12px;
  box-shadow: 0 4px 20px #0000001a;
}
button {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.safari body.has-scroll:after {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
h1.no-search {
  font-size: 4.625rem;
  line-height: 1.08;
}
h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
}
h3.between-sections {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 0.92;
}
@media (min-width: 601px) {
  h3.between-sections {
    font-size: 1.375rem;
    font-weight: 600;
  }
}
button {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer;
  background-color: #0000;
  border: none;
  padding: 0;
}
hr {
  border: none;
}
p {
  margin: 0;
  font-weight: 400;
}
table {
  border-collapse: collapse;
}
table th,
table td {
  padding: 0;
}
menu,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.svg20 {
  object-fit: none;
  width: 20px;
  height: 20px;
}
details summary {
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
figure {
  margin: 0;
}
.button-1 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 0.92;
}
.button-2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.92;
}
.subheading-1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.92;
}
.subheading-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}
.subheading-2.blue-colour {
  color: var(--blue-colour);
  font-size: 1.625rem;
}
@media (min-width: 1025px) {
  .subheading-2.blue-colour,
  .subheading-2 {
    font-size: 1.25rem;
    font-weight: 600;
  }
}
.subheading-3 {
  color: var(--blue-colour);
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.1;
}
@media (min-width: 601px) {
  .subheading-3 {
    font-size: 1.625rem;
    font-weight: 700;
  }
}
.menu-item {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
.body-1 {
  font-size: 1.125rem;
  line-height: 1.33;
}
@media (min-width: 601px) {
  .body-1 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.body-2 {
  font-size: 1rem;
  line-height: 1.375;
}
.body-3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.92;
}
@media (min-width: 601px) {
  .body-3 {
    font-size: 0.9375rem;
  }
}
.body-4 {
  font-size: 0.875rem;
  line-height: 1.2857;
}
.section-padding {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 601px) {
  .section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .content-padding {
    padding-left: 4.125rem;
    padding-right: 4.125rem;
  }
}
.truncate-one-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}
.truncate-one-line .truncate-one-line-width {
  width: 0;
}
.truncate-one-line .truncate-one-line-height {
  height: 0;
}
.full-width {
  width: 100%;
}
.no-break {
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.desktop {
  display: none;
}
@media (min-width: 601px) {
  .desktop {
    display: block;
  }
}
.mobile {
  display: block;
}
@media (min-width: 601px) {
  .mobile {
    display: none;
  }
}
.desktop-flex {
  display: none;
}
@media (min-width: 601px) {
  .desktop-flex {
    display: flex;
  }
}
.desktop-inline {
  display: none;
}
@media (min-width: 601px) {
  .desktop-inline {
    display: inline;
  }
}
.mobile-flex {
  display: flex;
}
@media (min-width: 601px) {
  .mobile-flex {
    display: none;
  }
}
.mobile-inline {
  display: inline;
}
@media (min-width: 601px) {
  .mobile-inline {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}
.cLQSEG {
  border-radius: unset !important;
}
.header {
  z-index: 300;
  color: var(--black-colour);
  background-color: #0000;
  width: 100%;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    top 0.3s ease-in-out;
  position: fixed;
  top: 0;
}
@media (min-width: 601px) {
  .header {
    background-color: var(--white-colour);
  }
  .header.transparent-view {
    background-color: #0000;
  }
}
@media (min-width: 1025px) {
  .header {
    background-color: #0000;
  }
}
.header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1110px) {
  .header {
    color: var(--white-colour);
  }
  .header.fixed-hero {
    position: absolute;
    top: 0;
  }
}
.header.open {
  background-color: var(--white-colour) !important;
}
.header.header-dark-design {
  background-color: var(--white-colour);
}
.header.header-dark-design.booking-header {
  background-color: var(--booking-background-colour);
}
.header.header-dark-design.booking-header.scrolled {
  background-color: var(--white-colour);
}
@media (min-width: 1025px) {
  .header.header-dark-design .header-content {
    border-bottom: 1px solid #0000;
    border-image: linear-gradient(
        0.25turn,
        #1a1a1a05,
        #1a1a1a0f,
        #1a1a1a1a,
        #1a1a1a0f,
        #1a1a1a05
      )
      1;
  }
  .header.header-dark-design .nav-link {
    color: var(--black-colour);
  }
}
.header.hide {
  top: -80px;
}
.header-container {
  width: 100%;
}
@media (min-width: 1025px) {
  .header-container {
    width: 100%;
    max-width: 1188px;
    margin: 0 auto;
  }
  .header-container {
    max-width: 1440px;
  }

  .header-container .header-content {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.header-content {
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.5rem 1.125rem;
  display: flex;
  position: relative;
}
@media (min-width: 1025px) {
  .header-content {
    border-bottom: 1px solid #0000;
    border-image: linear-gradient(
        0.25turn,
        #ffffff05,
        #ffffff1f,
        #fff3,
        #ffffff1a,
        #ffffff05
      )
      1;
    padding-top: 7px;
    padding-bottom: 3px;
  }
}
.logo img {
  width: 9.66rem;
}
@media (min-width: 1025px) {
  .logo img {
    width: 9.375rem;
  }
}
.header-centre{
  flex: 1;
  display: none;
  align-items: center;
  padding: 0 1rem;
}
@media (min-width: 1025px) {
  .header-centre {
      display: flex!important;
  }
  .header-nav {
    column-gap: 0.75rem;
    margin: 0 auto;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .header-centre {
    position: fixed;
    background: var(--white-colour);
    z-index: 1001;
    border-radius: .375rem;
    padding: 0 1.25rem 1.125rem;
    position: absolute;
    top: 3rem;
    right: 1.125rem;
  }
}
.nav-link {
  white-space: nowrap;
  border-bottom: 1px solid var(--grey-outlines-colour);
  padding: 1.25rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.15s ease-out;
  display: block;
  position: relative;
}
.nav-link:last-child {
  border-bottom: none;
}
.nav-link.active:after {
  content: "";
  background-color: var(--white-colour);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 4px 4px #ffffff40;
}
@media (min-width: 601px) {
  .nav-link {
    cursor: pointer;
  }
  .nav-link:hover {
    color: var(--blue-secondary-colour);
  }
}
@media (min-width: 1025px) {
  .nav-link {
    border: none;
    padding: 0.5rem;
  }
  @media (min-width: 1025px) {
    .nav-link:nth-child(4),
    .nav-link:nth-child(5) {
      padding-right: 9px;
    }
  }
  .nav-link:hover {
    color: var(--black-colour);
  }
  .nav-link.visited {
    font-weight: 800;
  }
}
@media (min-width: 1150px) {
  .nav-link:hover {
    color: var(--white-colour);
  }
}
.nav-link-help {
  border: 1px solid var(--Grey-Outlines, #e7e7e7);
  border-radius: 3.125rem;
  align-items: center;
  max-width: 8.25rem;
  margin-top: 1.875rem;
  padding: 0.5rem;
  transition: all 0.15s ease-out;
  display: inline-flex;
}
.nav-link-help:last-child {
  border-bottom: 1px solid var(--Grey-Outlines, #e7e7e7);
}
.nav-link-help span {
  padding-top: 2px;
}
.nav-link-help svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.31rem;
}
.nav-link-help svg path {
  transition: all 0.15s ease-out;
}
@media (min-width: 601px) {
  .nav-link-help {
    cursor: pointer;
  }
  .nav-link-help:hover {
    color: var(--blue-secondary-colour);
  }
  .nav-link-help:hover svg path {
    stroke: var(--blue-secondary-colour);
  }
}
@media (min-width: 1025px) {
  .nav-link-help {
    border: none;
    margin-top: 0;
    padding: 0;
  }
  .nav-link-help img {
    display: none;
  }
  .nav-link-help span {
    padding-right: 0;
  }
}
.header-end {
  align-items: center;
  column-gap: 0.5rem;
  display: flex;
  position: relative;
}
@media (min-width: 1025px) {
  .header-end {
    column-gap: 1rem;
  }
}
.header-end > a {
  display: none;
}
@media (min-width: 1025px) {
  .header-end > a {
    display: block;
  }
}
.cars-menu-container {
  z-index: 2;
  background-color: var(--white-colour);
  width: 100vw;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.cars-menu-container:hover{
  display: block!important;
}
@media (max-width: 1024px) {
  .cars-menu-container {
    display: block!important;
    position: static;
    width: auto;
    transform: none;
    border-bottom: solid 1px var(--grey-outlines-colour);
  }
  .cars-menu-container .list-cars-menu,
  .cars-menu-container .cars-menu{
    display: block;
    padding: 0;
  }
  .cars-menu-container:after,
  .cars-menu-container .header-block-info,
  .cars-menu-container .cars-menu-card .card-img,
  .cars-menu-container .cars-menu-card .card-cta{
    display: none;
  }
  .cars-menu-container .cars-menu-card{
    text-align: left;
    display: block;
  }
  .cars-menu-container .list-cars-menu li .card-title{
    margin-bottom: 0;
    padding-bottom: 1.125rem
  }
  .cars-menu-container .list-cars-menu li:first-child .card-title{
    padding-top: 1.125rem;
  }

  .header-centre .header-nav + a{
    border: 1px solid var(--Grey-Outlines, #e7e7e7);
    border-radius: 3.125rem;
    align-items: center;
    max-width: 8.25rem;
    margin: 0 auto;
    margin-top: 1.875rem;
    padding: .5rem;
    transition: all 0.15s ease-out;
    display: inline-flex;
    gap: .31rem;
  }

  .header-centre .header-nav + a:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' class='social-mob'%3E%3Cg id='icon'%3E%3Cpath id='Vector' d='M10 8.75C11.3807 8.75 12.5 7.63071 12.5 6.25C12.5 4.86929 11.3807 3.75 10 3.75C8.61929 3.75 7.5 4.86929 7.5 6.25C7.5 7.63071 8.61929 8.75 10 8.75Z' stroke='%231A1A1A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath id='Vector_2' d='M16.25 17.0831C15.8542 9.30563 4.14583 9.30563 3.75 17.0831' stroke='%231A1A1A' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.125rem;
    height: 1.125rem;
    margin-bottom: 1px;
  }

}
.cars-menu-container > div {
  z-index: 3;
  background-color: var(--white-colour);
  position: relative;
}
.cars-menu-container:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 130%;
  position: absolute;
  bottom: 0;
  box-shadow: 0 4px 15px #0003;
}
.cars-menu {
  justify-content: space-between;
  align-items: center;
  max-width: 82.688rem;
  margin: 0 auto;
  padding: 1.188rem 4.063rem 1.188rem 2.875rem;
  display: flex;
}
@media (min-width: 1025px) {
  .cars-menu {
    column-gap: 16px;
    padding: 1.188rem 4.0625rem;
  }
}
@media (min-width: 1165px) {
  .cars-menu {
    column-gap: 32px;
  }
}
@media (min-width: 1200px) {
  .cars-menu {
    column-gap: 66px;
  }
}
@media (min-width: 1265px) {
  .cars-menu {
    column-gap: 90px;
  }
}
.card-title {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.card-title:first-child {
  margin-top: 1.25rem;
}
.card-title:last-child {
  border-bottom: 1px solid var(--grey-outlines-colour);
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}
@media (min-width: 601px) {
  .card-title {
    cursor: pointer;
  }
  .cars-menu-card:hover .card-title,
  .card-title:hover {
    color: var(--blue-secondary-colour);
  }
}
@media (min-width: 1025px) {
  .card-title {
    color: var(--blue-colour);
    border: none;
    margin-top: 0;
    margin-bottom: 0.375rem;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 600;
  }
}
.lang-wrapper {
  width: 2.125rem;
  height: 2.125rem;
  position: relative;
  top: -1px;
  right: 0;
}
.lang-wrapper.opened .lang-button {
  z-index: 1003;
  background-color: var(--blue-colour);
  border-color: var(--white-colour);
}
.lang-wrapper.opened .lang-button svg path {
  fill: var(--white-colour);
}
.lang-wrapper.opened:before {
  content: "";
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1001;
  background: #00000080;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .lang-wrapper.opened:before {
    display: none;
  }
}
.lang-button {
  background-color: var(--white-colour);
  border: 1px solid var(--grey-outlines-colour);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  padding: 0;
  transition: all 0.2s;
  display: flex;
  position: relative;
  top: 1px;
  right: 0;
}
@media (min-width: 1025px) {
  .lang-button .lang-icon {
    transform: translate(0);
  }
}
.lang-button .lang-icon path {
  transition: fill 0.15s;
}
@media (min-width: 601px) {
  .lang-button {
    width: 2rem;
    height: 2rem;
  }
  .lang-button.opened {
    background-color: var(--white-colour);
    border: 1px solid var(--grey-outlines-colour);
  }
  .lang-button.opened svg path {
    fill: var(--blue-colour);
  }
  .lang-button:hover {
    background-color: var(--blue-colour);
    border-color: var(--white-colour);
  }
  .lang-button:hover svg path {
    fill: var(--white-colour);
  }
}
.lang-list {
  z-index: 1002;
  background-color: var(--white-colour);
  color: var(--black-colour);
  border-radius: 0.375rem;
  padding: 1.25rem;
  position: absolute;
  top: 3.25rem;
  right: 50%;
  transform: translate(50%);
  box-shadow: 0 0.25rem 1.25rem #0000001a;
}
@media (min-width: 1025px) {
  .lang-list {
    padding: 0.875rem;
    top: 2.75rem;
    right: -2.8rem;
    transform: translate(0%);
  }
}
.lang-list li {
  border: 1px solid var(--grey-outlines-colour);
  border-radius: 0.375rem;
  align-items: center;
  column-gap: 0.625rem;
  margin-bottom: 0.625rem;
  padding: 0.625rem 1.25rem 0.625rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.15s;
  display: flex;
}
.lang-list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .lang-list li {
    column-gap: 0.375rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .lang-list li {
    border: none;
    padding: 0;
  }
}
@media (min-width: 601px) {
  .lang-list li:hover {
    cursor: pointer;
    color: var(--blue-secondary-colour);
  }
}
.lang-list li.active {
  border-color: var(--blue-colour);
  color: var(--blue-colour);
}
.lang-list li span.language-link {
  align-items: center;
  padding-top: 0.125rem;
  display: inline-flex;
}
.lang-list li span.language-link img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.375rem;
}

.mob-menu {
  display: block;
  position: relative;
}
.mob-menu.opened:before {
  content: "";
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #00000080;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .mob-menu {
    display: none;
  }
}
.mob-menu .mob-nav-container {
  background: var(--white-colour);
  z-index: 1001;
  border-radius: 0.375rem;
  padding: 0 1.25rem 1.125rem;
  position: absolute;
  top: 2.8rem;
  right: 0;
}
.mob-menu .mob-nav-container .card-title {
  white-space: nowrap;
}
.mob-menu .mob-menu-btn {
  background: var(--white-colour);
  border: 1px solid var(--grey-outlines-colour);
  z-index: 1000;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  width: 5rem;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: inline-flex;
  position: relative;
}
.mob-menu .mob-menu-btn span {
  color: var(--black-colour);
  font-size: 1rem;
  font-weight: 500;
  transform: translateY(1px);
}
.mob-menu .mob-menu-btn svg {
  width: 0.84rem;
  height: 0.84rem;
  transform: translateY(0.9px);
}
.mob-menu .card-title.active {
  color: var(--blue-colour);
}
.list-cars-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.5rem;
  display: flex;
}
@media (min-width: 1025px) {
  .list-cars-menu {
    column-gap: 8px;
  }
}
@media (min-width: 1265px) {
  .list-cars-menu {
    column-gap: 53px;
  }
}
.cars-menu-card {
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.cars-menu-card .card-img {
  width: 152px;
  margin-bottom: 14px;
}
.cars-menu-card .card-cta {
  color: var(--black-colour);
  font-size: 0.938rem;
  font-weight: 500;
}
.header-block-info {
  background: var(--blue-wave-colour-image);
  color: var(--white-colour);
  border-radius: 0.375rem;
  align-items: center;
  column-gap: 1.5rem;
  padding: 0.6rem 1rem;
  font-family: League Spartan;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
}
@media (min-width: 1025px) {
  .header-block-info {
    column-gap: 1.938rem;
    padding: 0.8125rem 1.125rem 0.75rem 1.75rem;
  }
}
.header-block-info .info-title {
  text-transform: uppercase;
  font-size: 0.5rem;
}
@media (min-width: 1025px) {
  .header-block-info .info-title {
    font-size: 0.75rem;
  }
}
.header-block-info .info-title span {
  white-space: nowrap;
}
.header-block-info .info-title p {
  text-transform: uppercase;
  margin: 0;
  padding: 0.25rem 0 0;
  font-size: 2rem;
}
@media (min-width: 1025px) {
  .header-block-info .info-title p {
    font-size: 2.875rem;
  }
}
.header-block-info .info-list li {
  white-space: nowrap;
  align-items: center;
  column-gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  display: flex;
}
