.container {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 1rem;
}
.container--s {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 1rem;
}
.container--m {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1rem;
}
.container--l {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h,
h {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  text-align: center;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h strong,
h strong {
  color: #d72323;
}
h11, h1--1,
h21,
h2--1,
h31,
h3--1,
h41,
h4--1,
h51,
h5--1,
h61,
h6--1,
.h1,
.h--1,
h1,
h--1 {
  font-size: clamp(1.875rem, 1.7845rem + 0.5172vw, 2.25rem);
  line-height: 42.88px;
}
h12, h1--2,
h22,
h2--2,
h32,
h3--2,
h42,
h4--2,
h52,
h5--2,
h62,
h6--2,
.h2,
.h--2,
h2,
h--2 {
  font-size: clamp(1.25rem, 1.1897rem + 0.3448vw, 1.5rem);
  line-height: 29.26px;
}
h13, h1--3,
h23,
h2--3,
h33,
h3--3,
h43,
h4--3,
h53,
h5--3,
h63,
h6--3,
.h3,
.h--3,
h3,
h--3 {
  font-size: clamp(1rem, 0.9397rem + 0.3448vw, 1.25rem);
  line-height: 29.26px;
}

p,
.p,
input,
textarea,
select,
label {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: clamp(0.8125rem, 0.7672rem + 0.2586vw, 1rem);
  font-weight: 200;
  line-height: 19.5px;
  color: #fff;
  margin: 0;
}
p--m,
.p--m,
input--m,
textarea--m,
select--m,
label--m {
  font-size: clamp(1.0625rem, 1.0172rem + 0.2586vw, 1.25rem);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.lightbox,
.lightbox *,
.lightboxOverlay,
.lightboxOverlay * {
  -webkit-transition: unset;
  transition: unset;
}

button,
a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-decoration: none;
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  border: none;
  padding-block: 10px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer !important;
  font-weight: 500;
  line-height: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn.second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 10px;
  color: #434343;
  font-weight: 500;
}
.btn.second img {
  width: unset !important;
  height: unset !important;
}
.btn--primary {
  background-color: #d72323;
  color: #fff;
}
.btn--primary:hover {
  background-color: rgba(215, 35, 35, 0.75);
}
.btn--secondary {
  border: 1px solid #434343;
  color: #434343;
}
.btn--secondary:hover {
  border-color: #d72323;
}
.btn--third {
  background-color: #2c2c2c;
  color: #fff;
}
.btn--third:hover {
  background-color: rgba(44, 44, 44, 0.75);
}
.btn-wheel svg,
.btn-wheel img {
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
}

small, small * {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 8px !important;
  line-height: 9.75px;
  font-weight: 300;
  color: #fff;
}
small a {
  color: #fff;
  text-decoration: underline;
}

textarea,
input,
select {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
}

.owl-prev {
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
  left: -40px;
}

.owl-next {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
}

@media (max-width: 1300px) {
  .owl-prev {
    left: -10px;
  }
  .owl-next {
    right: -10px;
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers.
     */
body {
  margin: 0;
}

/**
     * Render the `main` element consistently in IE.
     */
main {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
/* Grouping content
       ========================================================================== */
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * Remove the gray background on active links in IE 10.
     */
a {
  background-color: transparent;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Remove the border on images inside links in IE 10.
     */
img {
  border-style: none;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
     * Remove the inner border and padding in Firefox.
     */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
     * Restore the focus styles unset by the previous rule.
     */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline;
}

/**
     * Remove the default vertical scrollbar in IE 10+.
     */
textarea {
  overflow: auto;
}

/**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/* Misc
       ========================================================================== */
/**
     * Add the correct display in IE 10+.
     */
template {
  display: none;
}

/**
     * Add the correct display in IE 10.
     */
[hidden] {
  display: none;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header .container--l {
  padding-inline: 0px;
}
header.scrolled {
  background-color: rgba(0, 0, 0, 0.9);
}
header .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
header .top {
  padding-block: 24px;
  padding-inline: 30px 26px;
}
header .top .container--l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  header .top {
    padding-block: 15px;
    padding-inline: 1rem calc(1rem - 18px);
  }
}
header .top-logo {
  max-width: 65px;
  max-height: 50px;
}
header .top-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
header .top-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
}
@media (max-width: 1100px) {
  header .top-brands {
    display: none;
  }
}
header .top-brands .brand {
  max-height: 50px;
}
header .top-brands .brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .nav {
  padding-block: 18px;
  padding-inline: 22.5px 24.5px;
  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: 40px;
}
header .nav.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 97px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .nav.mobile div,
header .nav.mobile a {
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 1100px) {
  header .nav {
    display: none;
    height: 0;
  }
}
header .nav a,
header .nav div {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: clamp(0.625rem, -0.1838rem + 1.1765vw, 0.875rem);
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
header .nav a:hover,
header .nav div:hover {
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 1100px) {
  header .nav a,
  header .nav div {
    text-align: start;
    font-size: 0.813rem;
  }
}
header .nav a.dropdown span,
header .nav div.dropdown span {
  position: relative;
}
header .nav a.dropdown span::after,
header .nav div.dropdown span::after {
  content: url("/assets/img/icons/dropdown.svg");
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -25px;
}
header .nav a.dropdown:hover span::after,
header .nav div.dropdown:hover span::after {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
header .nav a.dropdown:hover ul,
header .nav div.dropdown:hover ul {
  visibility: unset;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
}
@media (max-width: 1100px) {
  header .nav a.dropdown:hover ul,
  header .nav div.dropdown:hover ul {
    position: unset;
  }
}
@media (max-width: 1100px) {
  header .nav a.dropdown ul,
  header .nav div.dropdown ul {
    position: absolute;
    display: grid;
    visibility: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    list-style-type: none;
    padding: 0;
    -webkit-transition: unset;
    transition: unset;
    margin-top: 20px;
  }
  header .nav a.dropdown ul li,
  header .nav div.dropdown ul li {
    -webkit-transition: unset;
    transition: unset;
  }
  header .nav a.dropdown ul li a,
  header .nav div.dropdown ul li a {
    padding: 12px;
    display: block;
    -webkit-transition: unset;
    transition: unset;
    font-weight: 500;
    font-size: 12px;
  }
}
@media (min-width: 1101px) {
  header .nav a.dropdown ul,
  header .nav div.dropdown ul {
    position: absolute;
    top: 30px;
    display: grid;
    visibility: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
    width: 300px;
    list-style-type: none;
    padding: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  header .nav a.dropdown ul li,
  header .nav div.dropdown ul li {
    -webkit-transition: unset;
    transition: unset;
  }
  header .nav a.dropdown ul li a,
  header .nav div.dropdown ul li a {
    padding: 12px;
    display: block;
    text-align: left;
    -webkit-transition: unset;
    transition: unset;
    font-weight: 500;
    font-size: 12px;
  }
}
header .header-flex-hamburger {
  background-color: unset;
  display: none;
}
@media (max-width: 1100px) {
  header .header-flex-hamburger {
    display: block;
  }
}
header .header-flex-hamburger svg {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .header-flex-hamburger svg path {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}
header .header-flex-hamburger svg path:first-of-type {
  stroke-dasharray: 40 160;
}
header .header-flex-hamburger svg path:nth-of-type(2) {
  stroke-dasharray: 40 142;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
header .header-flex-hamburger svg path:last-of-type {
  stroke-dasharray: 40 85;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms;
}
header .header-flex-hamburger:is(.header-flex-hamburger--active) svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .header-flex-hamburger:is(.header-flex-hamburger--active) svg path:first-of-type {
  stroke-dashoffset: -64px;
}
header .header-flex-hamburger:is(.header-flex-hamburger--active) svg path:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
header .header-flex-hamburger:is(.header-flex-hamburger--active) svg path:last-of-type {
  stroke-dashoffset: -64px;
}

.footer-main {
  border-top: 10px solid rgb(215, 35, 35);
  background-color: #161414;
  color: #fff;
}
.footer-main a:hover {
  text-decoration: underline;
}
.footer-main .container--l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2.5rem, 1.0366rem + 8.3621vw, 8.5625rem);
  padding-inline: 30px;
}
@media (max-width: 1000px) {
  .footer-main .container--l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .footer-main .container--l {
    padding-inline: 1rem;
  }
}
.footer-main .brands {
  padding-block: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
}
@media (max-width: 1000px) {
  .footer-main .brands {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 750px) {
  .footer-main .brands {
    gap: 10px;
  }
}
.footer-main .brands .brand {
  max-width: 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer-main .brands .brand img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-main .content {
  padding-block: 50px;
}
@media (max-width: 1000px) {
  .footer-main .content {
    padding-bottom: 0px;
  }
}
.footer-main .content-title h2 {
  text-align: start;
  margin-bottom: 21px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
}
.footer-main .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.875rem, 0.5625rem + 7.5vw, 7.3125rem);
}
@media (max-width: 750px) {
  .footer-main .content-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .footer-main .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-main .content-container .col-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-main .content-container .col-section h5 {
  text-align: start;
  text-transform: unset;
  font-size: 0.813rem;
  line-height: 19.5px;
}
.footer-main .content-container .col-section p {
  font-weight: 200;
  font-size: 0.813rem;
  line-height: 19.5px;
}
.footer-main .content-container .col-section nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-main .content-container .col-section a {
  color: #fff;
  font-size: 0.813rem;
  line-height: 19.5px;
  font-weight: 200;
}
.footer-main .content-container .col-section .socials {
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  margin-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1000px) {
  .footer-main .content-container .col-section .socials {
    gap: 10px;
  }
}
.footer-main .content-container .col-section .socials .social {
  max-width: 24px;
  max-height: 24px;
}
.footer-main .content-container .col-section .socials .social img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.footer-bottom {
  background-color: #000;
  color: #fff;
  padding-block: 20px;
}
.footer-bottom .container--l {
  padding-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
@media (max-width: 500px) {
  .footer-bottom .container--l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-inline: 1rem;
  }
}
.footer-bottom .copyright p {
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 14.6px;
}
.footer-bottom .tag p {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 14.6px;
}
.footer-bottom .tag p strong {
  font-weight: 800;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
  background: rgb(237, 237, 237);
  z-index: 100;
  padding: 40px;
}
@media (max-width: 800px) {
  .popup {
    width: 100%;
  }
}
.popup:not(.visible) {
  display: none !important;
}
@media (max-width: 400px) {
  .popup {
    padding: 1rem;
  }
}
.popup-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: 40px;
}
.popup-header .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 277px;
  gap: 4px;
}
.popup-header .text .subtitle p {
  color: #434343;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
}
.popup-header .text .line {
  height: 1px;
  width: 100%;
  background-color: #434343;
}
.popup-header .text .title p {
  color: #434343;
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  text-align: left;
}
.popup-close {
  margin-top: -12px;
  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;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 400px) {
  .popup-close {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 30px;
    height: 30px;
  }
}
.popup-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 12px;
  min-width: 12px;
  max-height: 22px;
  min-height: 22px;
}
.popup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (min-width: 600px) {
  .popup form {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .popup form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popup form input,
.popup form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: none;
  resize: none;
  outline: none;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 17px;
  color: rgb(133, 133, 133);
}
.popup form .select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 250px;
}
.popup form .select-container select {
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 7px 12px;
  color: white;
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 17px;
}
.popup form .select-container .icon-container {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #d72323;
  height: 100%;
  width: 32px;
  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;
  pointer-events: none;
}
.popup form input {
  padding: 7px 12px;
}
.popup form textarea {
  padding: 12px;
}
.popup form .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-width: 280px;
}
@media (max-width: 600px) {
  .popup form .left {
    max-width: 423px;
  }
}
.popup form .left .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.popup form .right {
  width: 423px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (max-width: 600px) {
  .popup form .right {
    width: unset;
  }
}
.popup form .right textarea {
  height: 100%;
}
@media (max-width: 600px) {
  .popup form .right textarea {
    max-width: 423px;
    height: 160px;
  }
}
.popup form .right .btn {
  margin-inline: auto;
  max-width: 187px;
  width: 100%;
}
.popup form .info p {
  font-size: 8px;
  line-height: 9.75px;
  color: #434343;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .popup form .info1 {
    display: none;
  }
}
@media (min-width: 600px) {
  .popup form .info2 {
    display: none;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
  z-index: 99; /* Ensure the overlay is below the popup */
  display: none; /* Initially hidden */
}

.firstSection {
  padding-inline: 1rem;
  position: relative;
  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;
}
.firstSection-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.firstSection-bgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.firstSection-content {
  padding-block: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.firstSection-content .title h2 {
  max-width: 500px;
}
.firstSection-content .desc {
  -webkit-padding-after: 25px;
          padding-block-end: 25px;
}
.firstSection-content .desc p {
  max-width: 647px;
  text-align: center;
}
.firstSection-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-inline: 61px;
}
.firstSection-content .formSecond {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.firstSection-content .formSecond .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 750px) {
  .firstSection-content .formSecond .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18.5px;
  }
}
.firstSection-content .formSecond .right {
  max-width: 400px;
}
@media (max-width: 750px) {
  .firstSection-content .formSecond .right {
    max-width: unset;
  }
}
.firstSection-content .formSecond .right .serviceFormInputs {
  gap: 24px !important;
  height: 100%;
}
.firstSection-content .formSecond .left {
  max-width: 280px;
}
@media (max-width: 750px) {
  .firstSection-content .formSecond .left {
    max-width: unset;
  }
}
.firstSection-content .formSecond .left .row .name {
  width: 40% !important;
}
.firstSection-content .serviceFormInputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18.5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.firstSection-content .serviceFormInputs input,
.firstSection-content .serviceFormInputs textarea {
  padding: 7px 0 8px 12px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: rgb(133, 133, 133);
  inline-size: 100%;
}
.firstSection-content .serviceFormInputs textarea {
  height: 100%;
  resize: none;
  min-block-size: 120px;
}
.firstSection-content .serviceFormInputs .select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.firstSection-content .serviceFormInputs .select-container select {
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 0 8px 12px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.firstSection-content .serviceFormInputs .select-container .icon-container {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #d72323;
  height: 100%;
  width: 32px;
  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;
  pointer-events: none;
}
.firstSection-content .serviceFormInputs .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.firstSection-content .serviceFormInputs .row .name {
  width: 30%;
}
.firstSection-content .serviceFormInputs .row .surname {
  width: 70%;
}
.firstSection-content .serviceFormInputs .row .select-container {
  width: 50%;
}

.secondSection {
  color: #434343;
  background: rgb(237, 237, 237);
}
.secondSection .container {
  padding-block: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.secondSection-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-width: 391px;
  width: 100%;
}
.secondSection-header.second {
  max-width: 514px;
}
.secondSection-header .title h2 {
  color: #2c2c2c;
  text-align: center;
  text-transform: uppercase;
}
.secondSection-header .subtitle p {
  color: #434343;
  text-align: center;
}
.secondSection-header .line {
  width: 100%;
  height: 1px;
  background-color: #434343;
}
.secondSection-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media (max-width: 1000px) {
  .secondSection-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: 100%;
  }
}
.secondSection-content .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  max-width: 400px;
}
@media (max-width: 1000px) {
  .secondSection-content .card {
    max-width: 100%;
  }
}
.secondSection-content .card-img {
  max-width: 400px;
  height: 224px;
}
@media (max-width: 1000px) {
  .secondSection-content .card-img {
    max-width: 100%;
    width: 100%;
  }
}
.secondSection-content .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secondSection-content .card-brands {
  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: 11px;
}
.secondSection-content .card-brands .brand-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.secondSection-content .card-title h3 {
  color: #434343;
  font-weight: 700;
}
.secondSection-content .card-title h3 strong {
  font-weight: 700;
}
.secondSection-content .card-subtitle p {
  font-size: 0.875rem;
  line-height: 17px;
  color: #434343;
  text-align: center;
}
.secondSection-content .card-btn {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-inline: 10px;
}
.secondSection-socials {
  max-width: 391px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.secondSection-socials .line {
  width: 100%;
  height: 1px;
  background-color: #434343;
}
.secondSection-socials .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.secondSection-socials .socials .socials-item img {
  width: 40px;
  height: 40px;
}

.thirdSection {
  padding-inline: 1rem;
  position: relative;
  min-height: 500px;
  background-color: #000;
}
.thirdSection.section13 {
  height: 60vh;
}
.thirdSection.section13 h1 {
  text-align: center !important;
}
@media (max-width: 1040px) {
  .thirdSection {
    height: 100%;
  }
}
.thirdSection-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
}
.thirdSection-img.visible {
  opacity: 1;
}
.thirdSection-bgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(110.82deg, rgba(0, 0, 0, 0.78) 36.53%, rgba(0, 0, 0, 0) 65.6%);
  z-index: 1;
}
.thirdSection-content {
  position: absolute;
  bottom: 20%;
  margin-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  z-index: 2;
  max-width: 744px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.thirdSection-content.section14 {
  max-inline-size: 98% !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: unset !important;
  gap: 10px;
}
@media (min-width: 540px) {
  .thirdSection-content.section14 {
    inline-size: 100%;
  }
}
.thirdSection-content.section14 .title {
  -webkit-border-after: 1px solid #fff;
          border-block-end: 1px solid #fff;
}
.thirdSection-content.section14 .title h2 {
  margin: 0;
}
.thirdSection-content.section14 .btn {
  color: #fff;
  border-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.thirdSection-content.section14 .btn:hover {
  border-color: #d72323;
}
.thirdSection-content .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.thirdSection-content .nav-item:hover {
  gap: 10px;
}
.thirdSection-content .nav-item:hover svg {
  margin-left: -2px;
}
@media (min-width: 1440px) {
  .thirdSection-content {
    margin-left: calc((100vw - 1440px) / 2 + 80px);
  }
}
@media (max-width: 605px) {
  .thirdSection-content {
    margin-left: 0px;
    padding-inline: 0px;
    padding-right: 1rem;
  }
}
.thirdSection-content .title h1 {
  text-align: unset;
}
.thirdSection-content .desc p {
  line-height: 24.38px;
}
.thirdSection-content .btn {
  margin-top: 24px;
  padding-inline: 45.5px;
}

.flex-text {
  padding-block: 40px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.flex-text .container--m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .flex-text .container--m {
    -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: flex-start;
    gap: 25px;
  }
}
.flex-text .left h2 {
  color: #434343;
  text-align: start;
  text-transform: uppercase;
}
.flex-text .right p {
  max-width: 506px;
  color: #434343;
}

.fourthSection {
  padding-block: 50px;
  position: relative;
}
.fourthSection-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fourthSection-cards .card {
  padding: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fourthSection-cards .card-img {
  max-width: 240px;
  max-height: 176px;
}
.fourthSection-cards .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fourthSection-cards .card-title p {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 24.4px;
  text-align: center;
  color: #000;
}
.fourthSection-cards .card-subtitle p {
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 17px;
  text-align: center;
  color: #000;
  margin-bottom: 14px;
}
.fourthSection-cards .card-line {
  height: 1px;
  width: 100%;
  background-color: #434343;
  margin-bottom: 14px;
}
.fourthSection-cards .card-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fourthSection-cards .card-controls .btn-main {
  width: 100%;
}
.fourthSection-cards .card-controls .btn-wheel {
  width: 36px;
  height: 36px;
  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;
}
.fourthSection-logotypes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-padding-after: 25px;
          padding-block-end: 25px;
}
.fourthSection-logotypes .category-btn-new,
.fourthSection-logotypes .category-btn-used {
  cursor: pointer;
  border-bottom: 1px solid #d72323;
  padding: unset;
}
.fourthSection-logotypes .category-btn-new svg,
.fourthSection-logotypes .category-btn-used svg,
.fourthSection-logotypes .category-btn-new img,
.fourthSection-logotypes .category-btn-used img {
  opacity: 1;
}
.fourthSection-logotypes .category-btn-new:not(.active),
.fourthSection-logotypes .category-btn-used:not(.active) {
  border-bottom: 1px solid transparent;
}
.fourthSection-logotypes .category-btn-new:not(.active) svg,
.fourthSection-logotypes .category-btn-used:not(.active) svg,
.fourthSection-logotypes .category-btn-new:not(.active) img,
.fourthSection-logotypes .category-btn-used:not(.active) img  {
  opacity: 0.5;
}
.fourthSection .owl-stage {
  margin-inline: auto;
}

.sixthSection .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 40px 50px;
}
.sixthSection-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 433px;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
.sixthSection-header .title h2 {
  color: #2c2c2c;
  margin-bottom: 9px;
}
.sixthSection-header .line {
  height: 1px;
  background-color: #434343;
  width: 100%;
  margin-bottom: 5px;
}
.sixthSection-header .subtitle p {
  line-height: 19.5px;
  text-align: center;
  color: #434343;
}
.sixthSection-cards {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
}
.sixthSection-cards .owl-stage {
  margin-inline: auto;
}
.sixthSection-cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 740px) {
  .sixthSection-cards .card {
    padding-inline: 25px;
  }
}
.sixthSection-cards .card-img {
  max-width: 100%;
  width: 100%;
  max-height: 272px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sixthSection-cards .card-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: left bottom;
}
.jobs .card-img img {
  justify-content: center;
  align-self: center;
  inline-size: 60px !important;
}
.jobs .card-img {
  justify-content: center;
}
.sixthSection-cards .card-title p {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 24.4px;
  text-align: center;
  color: #000;
}
.sixthSection-cards .card-subtitle p {
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 17px;
  text-align: center;
  color: #000;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.sixthSection-cards .card-line {
  height: 1px;
  width: 100%;
  background-color: #434343;
  margin-bottom: 17px;
}
.sixthSection-cards .card-informations {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 14px;
  gap: 12px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 420px) {
  .sixthSection-cards .card-informations {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 350px) {
  .sixthSection-cards .card-informations {
    width: 80%;
  }
}
.sixthSection-cards .card-informations .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.sixthSection-cards .card-informations .information .first p {
  font-size: 0.75rem;
  font-weight: 200;
  line-height: 15px;
  color: #000;
  text-align: center;
}
.sixthSection-cards .card-informations .information .second p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 17px;
  color: #000;
  text-align: center;
}
.sixthSection-cards .card-controls {
  margin-top: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 14px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 420px) {
  .sixthSection-cards .card-controls {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.sixthSection-cards .card-controls-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sixthSection-cards .card-controls .cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media (max-width: 350px) {
  .sixthSection-cards .card-controls .cost {
    margin-left: 35px;
  }
}
.sixthSection-cards .card-controls .cost .title p {
  font-size: 0.75rem;
  font-weight: 200;
  line-height: 15px;
  color: #000;
  text-align: center;
}
.sixthSection-cards .card-controls .cost .number {
  width: 139px;
}
.sixthSection-cards .card-controls .cost .number p {
  font-size: 1.563rem;
  font-weight: 800;
  line-height: 30px;
  color: #d72323;
  text-align: center;
}
.sixthSection-cards .card-controls .btn {
  width: 100%;
}
@media (max-width: 400px) {
  .sixthSection-cards .card-controls .btn {
    max-width: 100%;
  }
}

.seventhSection.extended .slide {
  min-height: 956px;
}
@media (max-width: 1150px) {
  .seventhSection.extended .slide {
    min-height: 500px;
  }
}
.seventhSection.extended .slide .seventhSection-content {
  padding-block: 395px 50px !important;
}
@media (max-width: 1150px) {
  .seventhSection.extended .slide .seventhSection-content {
    padding-block: 200px 100px !important;
  }
}
.seventhSection.extended .owl-nav .owl-next,
.seventhSection.extended .owl-nav .owl-prev {
  bottom: 30% !important;
}
@media (max-width: 1439px) {
  .seventhSection.extended .owl-nav .owl-next,
  .seventhSection.extended .owl-nav .owl-prev {
    bottom: 0px !important;
  }
}
.seventhSection .slide {
  padding-inline: 1rem;
  position: relative;
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 500px;
  background-color: #000;
}
.seventhSection-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
}
.seventhSection-img.visible {
  opacity: 1;
}
.seventhSection-bgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(110.82deg, rgba(0, 0, 0, 0.78) 36.53%, rgba(0, 0, 0, 0) 65.6%);
  z-index: 1;
}
.seventhSection-content {
  position: relative;
  padding-block: 200px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  z-index: 2;
  max-width: 738px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1440px) {
  .seventhSection-content {
    margin-left: calc((100vw - 1440px) / 2 + 111px);
  }
}
@media (max-width: 1400px) {
  .seventhSection-content {
    padding-bottom: 150px;
  }
}
@media (max-width: 605px) {
  .seventhSection-content {
    margin-left: 0px;
    padding-inline: 0px;
    padding-right: 1rem;
  }
}
.seventhSection-content .title .h1 {
  text-align: unset;
}
.seventhSection-content .desc p {
  line-height: 24.38px;
}
.seventhSection-content .btn {
  padding-inline: 68px;
}
.seventhSection .owl-nav .owl-prev,
.seventhSection .owl-nav .owl-next {
  bottom: 20% !important;
  top: unset !important;
}
@media (max-width: 1400px) {
  .seventhSection .owl-nav .owl-prev,
  .seventhSection .owl-nav .owl-next {
    bottom: 10px !important;
  }
}
.seventhSection .owl-nav .owl-prev {
  left: 30px !important;
}
@media (min-width: 1440px) {
  .seventhSection .owl-nav .owl-prev {
    left: calc((100vw - 1440px) / 2 + 30px) !important;
  }
}
@media (max-width: 1400px) {
  .seventhSection .owl-nav .owl-prev {
    left: 1rem !important;
  }
}
.seventhSection .owl-nav .owl-next {
  right: 30px !important;
}
@media (min-width: 1440px) {
  .seventhSection .owl-nav .owl-next {
    right: calc((100vw - 1440px) / 2 + 30px) !important;
  }
}
@media (max-width: 1400px) {
  .seventhSection .owl-nav .owl-next {
    right: 1rem !important;
  }
}

.eighthSection-title h2 {
  padding-block: 22px;
  color: #2c2c2c;
  text-align: center;
  text-transform: uppercase;
  max-width: 600px;
  margin-inline: auto;
}
.eighthSection #used-cars-2 .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1440px) {
  .eighthSection #used-cars-2 .owl-prev {
    left: -80px;
  }
  .eighthSection #used-cars-2 .owl-next {
    right: -80px;
  }
}
.eighthSection #used-cars-2 .card {
  padding-inline: 0 !important;
}
.eighthSection-owl .owl-stage-outer {
  -webkit-padding-after: 50px;
          padding-block-end: 50px;
}
.eighthSection-owl .owl-stage {
  min-block-size: 540px;
}
.eighthSection-owl .card {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding-inline: 1rem;
  max-width: 363px;
  width: 100%;
}
.eighthSection-owl .card-line {
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}
.eighthSection-owl .card-controls {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.eighthSection-owl .card-img,
.section12-cards .card-img,
.sixthSection-cards .card-img {
  position: relative;
}
.eighthSection-owl .card-img-badge,
.section12-cards .card-img-badge,
.sixthSection-cards .card-img-badge {
  position: absolute;
  inset-block-start: 20px;
  inset-inline-start: 15px;
  background-color: #d72323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-inline: 10px;
  padding-block: 5px;
}
.eighthSection-owl .card-img-badge .p,
.section12-cards .card-img-badge .p,
.sixthSection-cards .card-img-badge .p {
  font-weight: 700;
}
@media (max-width: 420px) {
  .eighthSection-owl .owl-prev,
  .eighthSection-owl .owl-next {
    top: 38%;
  }
}
@media (max-width:599px) {
  .eighthSection-owl .owl-item {
    min-inline-size: 360px !important;
  }
}
@media (min-width:600px){
.eighthSection-owl .owl-item.center {
  max-inline-size: 360px !important;
  min-inline-size: 360px !important;
  inline-size: 360px !important;
}
.eighthSection-owl .owl-item.center .information.price {
  display: none;
}
.eighthSection-owl .owl-item:not(.center) {
  max-inline-size: 180px !important;
  min-inline-size: 180px !important;
  inline-size: 100% !important;
}
.eighthSection-owl .owl-item:not(.center) .information.bodytype,
.eighthSection-owl .owl-item:not(.center) .information.enginepower,
.eighthSection-owl .owl-item:not(.center) .information.hide {
  display: none;
}
.eighthSection-owl .owl-item:not(.center) .card-controls.hide {
  display: none !important;
}
.eighthSection-owl .owl-item:not(.center) .card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.eighthSection-owl .owl-item:not(.center) .card-img {
  max-height: 120px;
}
.eighthSection-owl .owl-item:not(.center) .card-img-badge {
  inset-block-start: 5px;
  inset-inline-start: 5px;
}
.eighthSection-owl .owl-item:not(.center) .card-img-badge .p {
  display: none;
}
.eighthSection-owl .owl-item:not(.center) .card-img img {
  height: auto;
}
.eighthSection-owl .owl-item:not(.center) .card-controls {
  display: none;
}
.eighthSection-owl .owl-item:not(.center) .card-informations {
  grid-template-columns: 1fr;
}
}
.eighthSection-logotypes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-padding-after: 25px;
          padding-block-end: 25px;
}
.eighthSection-logotypes .category-btn,
.eighthSection-logotypes .category-btn-new,
.eighthSection-logotypes .category-btn-used {
  cursor: pointer;
  border-bottom: 1px solid #d72323;
  padding: unset;
}
.eighthSection-logotypes .category-btn img,
.eighthSection-logotypes .category-btn-new img,
.eighthSection-logotypes .category-btn-used img {
  opacity: 1;
}
.eighthSection-logotypes .category-btn:not(.active),
.eighthSection-logotypes .category-btn-new:not(.active),
.eighthSection-logotypes .category-btn-used:not(.active) {
  border-bottom: 1px solid transparent;
}
.eighthSection-logotypes .category-btn:not(.active) img,
.eighthSection-logotypes .category-btn-new:not(.active) img,
.eighthSection-logotypes .category-btn-used:not(.active) img {
  opacity: 0.5;
}
.eighthSection-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1440px) {
  .eighthSection-content {
    margin-left: calc((100vw - 1440px) / 2);
  }
}
@media (max-width: 1040px) {
  .eighthSection-content {
    grid-template-columns: 20% 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .eighthSection-content .eighthSection-leftSlider {
    margin-block: 25px;
  }
}
.eighthSection-content .eighthSection-leftSlider {
  block-size: 100%;
  position: relative;
  padding-inline: 30px;
}
.eighthSection-content .eighthSection-leftSlider.mobile-carousel {
  display: none;
}
@media (max-width: 1039px) {
  .eighthSection-content .eighthSection-leftSlider.mobile-carousel {
    display: block;
  }
}
.eighthSection-content .eighthSection-leftSlider.desktop-carousel {
  display: block;
}
@media (max-width: 1039px) {
  .eighthSection-content .eighthSection-leftSlider.desktop-carousel {
    display: none;
  }
}
.eighthSection-content .eighthSection-leftSlider .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
}
.eighthSection-content .eighthSection-leftSlider .card.active .card-line {
  background-color: #d72323 !important;
}
.eighthSection-content .eighthSection-leftSlider .card.active .card-name p {
  color: #d72323 !important;
}
.eighthSection-content .eighthSection-leftSlider .card-img {
  max-width: 202px;
}
.eighthSection-content .eighthSection-leftSlider .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 202/80;
}
.eighthSection-content .eighthSection-leftSlider .card-line {
  width: 100%;
  max-width: 202px;
  height: 1px;
  background-color: #000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.eighthSection-content .eighthSection-leftSlider .card-name p {
  font-weight: 800;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.eighthSection-content .eighthSection-main {
  position: relative;
  width: 100%;
}
.eighthSection-content .eighthSection-main .item {
  position: relative;
  height: 623px;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  max-height: 0;
}
.eighthSection-content .eighthSection-main .item.active {
  max-height: 623px;
  opacity: 1;
}
@media (max-width: 700px) {
  .eighthSection-content .eighthSection-main .item {
    height: 423px;
  }
}
.eighthSection-content .eighthSection-main-bgc {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(286.02deg, rgba(0, 0, 0, 0.7) 2.68%, rgba(0, 0, 0, 0) 69.93%);
  z-index: 5;
}
.eighthSection-content .eighthSection-main-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.eighthSection-content .eighthSection-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1145/623;
}
.eighthSection-content .eighthSection-main-content {
  z-index: 6;
  max-width: 389px;
  position: absolute;
  bottom: 48px;
  right: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media (min-width: 1440px) {
  .eighthSection-content .eighthSection-main-content {
    margin-right: calc((100vw - 1440px) / 2);
  }
}
@media (max-width: 600px) {
  .eighthSection-content .eighthSection-main-content {
    bottom: 1rem;
    right: 1rem;
  }
}
@media (max-width: 420px) {
  .eighthSection-content .eighthSection-main-content {
    left: 1rem;
  }
}
.eighthSection-content .eighthSection-main-content .title h2 {
  text-align: right;
}
.eighthSection-content .eighthSection-main-content .desc p {
  text-align: right;
}
.eighthSection-content .eighthSection-main-content .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.eighthSection-content .eighthSection-main-content .controls .btn--primary {
  padding-inline: 45px;
}
@media (max-width: 400px) {
  .eighthSection-content .eighthSection-main-content .controls .btn--primary {
    padding-inline: 20px;
  }
}
.eighthSection-content .eighthSection-main-content .controls .btn--third {
  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;
  max-width: 34px;
  height: 34px;
}
.eighthSection-content .splide__arrows .splide__arrow {
  background: unset !important;
  opacity: 1 !important;
}
.eighthSection-content .splide__arrows .splide__arrow img {
  width: 30px;
  height: 30px;
}
.eighthSection-content .splide__arrows .splide__arrow--prev {
  top: -55px !important;
  -webkit-transform: translateX(-50%) rotate(-90deg) !important;
          transform: translateX(-50%) rotate(-90deg) !important;
}
.eighthSection-content .splide__arrows .splide__arrow--next {
  bottom: -55px !important;
  -webkit-transform: translateX(-50%) rotate(90deg) !important;
          transform: translateX(-50%) rotate(90deg) !important;
}
.eighthSection-content .owl-carousel .owl-nav {
  display: block !important;
}
.eighthSection-content .owl-carousel .owl-nav .owl-prev {
  left: 1rem;
}
.eighthSection-content .owl-carousel .owl-nav .owl-next {
  right: 1rem;
}
@media (min-width: 1040px) {
  .eighthSection-content .owl-carousel .owl-stage-outer {
    block-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .eighthSection-content .owl-carousel .owl-nav {
    display: block !important;
  }
  .eighthSection-content .owl-carousel .owl-nav .owl-prev {
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    block-size: -webkit-fit-content;
    block-size: -moz-fit-content;
    block-size: fit-content;
    position: absolute;
  }
  .eighthSection-content .owl-carousel .owl-nav .owl-next {
    bottom: -220px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    -webkit-margin-start: -10px;
            margin-inline-start: -10px;
    position: absolute;
  }
}

.ninthSection-title {
  padding-inline: 1rem;
}
.ninthSection-title h2 {
  padding-block: 25px;
  color: #434343;
  text-transform: uppercase;
  max-width: 600px;
  margin-inline: auto;
}
.ninthSection .title.baic {
  -webkit-border-after: 1px solid white;
          border-block-end: 1px solid white;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
  inline-size: 100%;
}
.ninthSection-content {
  position: relative;
}
.ninthSection-content .bgc {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
}
.ninthSection-grid {
  min-height: 859px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media (max-width: 1000px) {
  .ninthSection-grid {
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .ninthSection-grid {
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: 1fr;
  }
}
.ninthSection-grid .item {
  position: relative;
  height: 429.5px;
}
.ninthSection-grid .item-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 6;
}
.ninthSection-grid .item-content .title {
  width: 65%;
}
.ninthSection-grid .item-content .title .p {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 29.26px;
  text-align: center;
  margin-bottom: 8px;
}
.ninthSection-grid .item-content .line {
  margin-bottom: 8px;
  width: 70%;
  height: 1px;
  background-color: #fff;
}
.ninthSection-grid .item-content .desc {
  width: 65%;
}
.ninthSection-grid .item-content .desc p {
  text-align: center;
  margin-bottom: 40px;
}
.ninthSection-grid .item-content .btn--primary {
  padding-inline: 68px;
}
.ninthSection-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ninthSection-grid .item:nth-child(1) {
  grid-area: 1/1/2/3;
}
.ninthSection-grid .item:nth-of-type(2) {
  grid-area: 1/3/2/6;
}
.ninthSection-grid .item:nth-of-type(3) {
  grid-area: 1/6/2/8;
}
.ninthSection-grid .item:nth-of-type(4) {
  grid-area: 2/1/3/5;
}
.ninthSection-grid .item:nth-of-type(5) {
  grid-area: 2/5/3/8;
}
@media (max-width: 1000px) {
  .ninthSection .item:nth-child(1) {
    grid-area: 1/1/2/5;
  }
  .ninthSection .item:nth-of-type(2) {
    grid-area: 1/5/2/8;
  }
  .ninthSection .item:nth-of-type(3) {
    grid-area: 2/1/3/8;
  }
  .ninthSection .item:nth-of-type(4) {
    grid-area: 3/1/4/4;
  }
  .ninthSection .item:nth-of-type(5) {
    grid-area: 3/4/4/8;
  }
}
@media (max-width: 600px) {
  .ninthSection .item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .ninthSection .item:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
  .ninthSection .item:nth-of-type(3) {
    grid-area: 3/1/4/2;
  }
  .ninthSection .item:nth-of-type(4) {
    grid-area: 4/1/5/2;
  }
  .ninthSection .item:nth-of-type(5) {
    grid-area: 5/1/6/2;
  }
}
.ninthSection .ninthSection-grid.isuzu .item-content {
  top: 30px;
  left: 35px;
  -webkit-transform: unset;
          transform: unset;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: start;
}
.ninthSection .ninthSection-grid.isuzu .item-content p,
.ninthSection .ninthSection-grid.isuzu .item-content h1,
.ninthSection .ninthSection-grid.isuzu .item-content h2,
.ninthSection .ninthSection-grid.isuzu .item-content h3 {
  text-align: start;
}
.ninthSection .ninthSection-grid.isuzu .item:nth-of-type(3) .item-content,
.ninthSection .ninthSection-grid.isuzu .item:nth-of-type(4) .item-content,
.ninthSection .ninthSection-grid.isuzu .item:nth-of-type(5) .item-content {
  top: unset;
  bottom: 30px;
}
.ninthSection .ninthSection-grid.isuzu .item:nth-child(1) {
  grid-area: 1/1/2/5;
}
.ninthSection .ninthSection-grid.isuzu .item:nth-of-type(2) {
  grid-area: 1/5/2/8;
}
.ninthSection .ninthSection-grid.isuzu .item:nth-of-type(3) {
  grid-area: 2/1/3/3;
}
.ninthSection .ninthSection-grid.isuzu .item:nth-of-type(4) {
  grid-area: 2/3/3/6;
}
.ninthSection .ninthSection-grid.isuzu .item:nth-of-type(5) {
  grid-area: 2/6/3/8;
}
@media (max-width: 1000px) {
  .ninthSection .ninthSection-grid.isuzu .item:nth-child(1) {
    grid-area: 1/1/2/5;
  }
  .ninthSection .ninthSection-grid.isuzu .item:nth-of-type(2) {
    grid-area: 1/5/2/8;
  }
  .ninthSection .ninthSection-grid.isuzu .item:nth-of-type(3) {
    grid-area: 2/1/3/8;
  }
  .ninthSection .ninthSection-grid.isuzu .item:nth-of-type(4) {
    grid-area: 3/1/4/4;
  }
  .ninthSection .ninthSection-grid.isuzu .item:nth-of-type(5) {
    grid-area: 3/4/4/8;
  }
}
@media (max-width: 600px) {
  .ninthSection .ninthSection-grid.isuzu .item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .ninthSection .ninthSection-grid.isuzu .item:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
  .ninthSection .ninthSection-grid.isuzu .item:nth-of-type(3) {
    grid-area: 3/1/4/2;
  }
  .ninthSection .ninthSection-grid.isuzu .item:nth-of-type(4) {
    grid-area: 4/1/5/2;
  }
  .ninthSection .ninthSection-grid.isuzu .item:nth-of-type(5) {
    grid-area: 5/1/6/2;
  }
}

.tenthSection-title h2 {
  padding-block: 25px;
  color: #434343;
  text-transform: uppercase;
  max-width: 600px;
  margin-inline: auto;
}
.tenthSection-grid {
  display: grid;
}
@media (max-width: 700px) {
  .tenthSection-grid.baic {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .tenthSection-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
}
.tenthSection-grid .item {
  position: relative;
  height: 400px;
}
@media (min-width: 1440px) {
  .tenthSection-grid .item:nth-child(1) .item-content, .tenthSection-grid .item:nth-child(3) .item-content {
    margin-left: calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 1440px) {
  .tenthSection-grid .item:nth-child(2) .item-content, .tenthSection-grid .item:nth-child(4) .item-content {
    margin-right: calc((100vw - 1440px) / 2);
  }
}
.tenthSection-grid .item .bgc {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(96.8deg, rgba(0, 0, 0, 0.7) 41.85%, rgba(0, 0, 0, 0) 78%);
}
.tenthSection-grid .item-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 28px;
  left: 35px;
  right: 35px;
  max-inline-size: -webkit-fit-content;
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
  z-index: 6;
}
@media (max-width: 700px) {
  .tenthSection-grid .item-content {
    left: 1rem;
    right: 1rem;
  }
}
.tenthSection-grid .item-content .title .p {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 29.26px;
  text-align: left;
  margin-bottom: 8px;
}
.tenthSection-grid .item-content .line {
  margin-bottom: 8px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.tenthSection-grid .item-content .desc p {
  text-align: left;
  margin-bottom: 11px;
}
.tenthSection-grid .item-content .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .tenthSection-grid .item-content .controls {
    -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;
    gap: 6px;
  }
}
.tenthSection-grid .item-content .btn--primary {
  padding-inline: 68px;
}
.tenthSection-grid .item-content .second {
  color: #fff !important;
}
.tenthSection-grid .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tenthSection-grid .item:nth-child(1) {
  grid-area: 1/1/2/4;
}
.tenthSection-grid .item:nth-child(2) {
  grid-area: 1/4/2/6;
}
.tenthSection-grid .item:nth-child(3),
.tenthSection-grid .item.baic:nth-child(1) {
  grid-area: 2/1/3/3;
}
.tenthSection-grid .item:nth-child(3) .item-content,
.tenthSection-grid .item.baic:nth-child(1) .item-content {
  top: unset;
  bottom: 30px;
}
.tenthSection-grid .item.baic:nth-child(1) .item-content {
  top: 30px;
  bottom: unset;
}
.tenthSection-grid .item:nth-child(4),
.tenthSection-grid .item.baic:nth-child(2) {
  grid-area: 2/3/3/6;
}
.tenthSection-grid .item:nth-child(4) .item-content,
.tenthSection-grid .item.baic:nth-child(2) .item-content {
  top: unset;
  bottom: 35px;
}
.tenthSection-grid .item.baic:nth-child(2) .item-content {
  top: 35px;
  bottom: unset;
}
@media (max-width: 700px) {
  .tenthSection-grid .item-content {
    bottom: unset !important;
    top: 35px !important;
  }
  .tenthSection-grid .item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .tenthSection-grid .item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .tenthSection-grid .item:nth-child(3),
  .tenthSection-grid .item.baic:nth-child(1) {
    grid-area: 3/1/4/2;
  }
  .tenthSection-grid .item:nth-child(4),
  .tenthSection-grid .item.baic:nth-child(2) {
    grid-area: 4/1/5/2;
  }
}

.eleventhSection .container {
  padding-block: 30px 46px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eleventhSection-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 780px;
}
.eleventhSection-title h2 {
  margin-inline: auto;
  max-width: 575px;
  text-transform: uppercase;
  color: #2c2c2c;
  margin-bottom: 30px;
}
.eleventhSection-line {
  height: 1px;
  background-color: #434343;
  max-width: 780px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 14px;
  margin-top: -24px;
}
.eleventhSection-saloons {
  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-inline: auto;
  max-width: 780px;
  width: 100%;
  margin-bottom: 40px;
  gap: 20px;
}
@media (max-width: 600px) {
  .eleventhSection-saloons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.eleventhSection-saloons .cars-btn,
.eleventhSection-saloons button {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24.38px;
  padding-inline: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #2c2c2c;
}
.eleventhSection-saloons .cars-btn:not(.active),
.eleventhSection-saloons button:not(.active) {
  color: #858585;
}
.eleventhSection-saloons .cars-btn.active,
.eleventhSection-saloons button.active {
  border-bottom: 1px solid rgb(215, 35, 35);
}
.eleventhSection-cards.second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 1345px;
  margin-inline: auto;
}
.eleventhSection-cards.second .card-location:not(.active) {
  display: none;
}
.eleventhSection-cards .card {
  max-width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1240px) {
  .eleventhSection-cards .card {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .eleventhSection-cards .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 525px;
    max-height: unset;
  }
}
.eleventhSection-cards .card-img {
  max-width: 168px;
}
@media (max-width: 400px) {
  .eleventhSection-cards .card-img {
    max-width: 100%;
    max-block-size: 245px;
  }
}
.eleventhSection-cards .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 168/245;
}
.eleventhSection-cards .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 207px;
}
@media (max-width: 1240px) {
  .eleventhSection-cards .card-content {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .eleventhSection-cards .card-content {
    padding-top: 25px;
  }
}
.eleventhSection-cards .card-content .name p {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 24.38px;
  text-align: center;
  color: #434343;
  text-transform: uppercase;
}
@media (max-width: 1240px) {
  .eleventhSection-cards .card-content .name p {
    padding-inline: 1rem;
  }
}
.eleventhSection-cards .card-content .position p {
  text-align: center;
  color: #434343;
  line-height: 17px;
  font-size: 0.875rem;
  margin-bottom: 16px;
}
.eleventhSection-cards .card-content .line {
  width: 100%;
  height: 1px;
  background-color: #434343;
}
.eleventhSection-cards .card-content .phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 19px;
}
.eleventhSection-cards .card-content .phones .phone-img {
  margin-top: 13px;
  margin-bottom: 5px;
}
.eleventhSection-cards .card-content .phones a {
  color: #434343;
  line-height: 21px;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.eleventhSection-cards .card-content .btn {
  margin-top: auto;
  width: 170px;
}
.eleventhSection-cards .card--second {
  background-color: rgb(237, 237, 237);
  max-width: 248px;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
}
@media (max-width: 500px) {
  .eleventhSection-cards .card--second {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .eleventhSection-cards .card--second {
    height: auto;
  }
}
.eleventhSection-cards .card--second .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 24/24;
}
.eleventhSection-cards .card--second .name p {
  margin-top: 16px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 17.38px;
  text-align: center;
  color: #434343;
  max-width: 200px;
  text-transform: uppercase;
}
.eleventhSection-cards .card--second .desc p {
  margin-top: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  text-align: center;
  color: #434343;
  max-width: 200px;
}
.eleventhSection-cards .card--second .btn {
  margin-top: 48px;
  width: 187px;
}
.eleventhSection-cards .card--third {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.eleventhSection-cards .card-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 435px;
  padding: 20px 48.5px;
  background-color: rgb(237, 237, 237);
}
@media (max-width: 1000px) {
  .eleventhSection-cards .card-location {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: unset;
  }
}
@media (max-width: 300px) {
  .eleventhSection-cards .card-location {
    padding: 20px 24.25px;
  }
}
.eleventhSection-cards .card-location-img img {
  aspect-ratio: 340/190;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eleventhSection-cards .card-location-text {
  width: 100%;
}
.eleventhSection-cards .card-location .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-block: 20px;
}
.eleventhSection-cards .card-location .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.eleventhSection-cards .card-location .items .item p {
  font-size: 14px;
  color: #434343;
  text-align: center;
}
.eleventhSection-cards .card-location .title p {
  width: 100%;
  border-bottom: 1px solid #434343;
  padding-block: 20px 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
  color: #434343;
  text-align: center;
  text-transform: uppercase;
}
.eleventhSection-cards .card-location .title p strong {
  color: rgb(215, 35, 35);
}
.eleventhSection-cards .card-location-controls {
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.eleventhSection-cards .card-location-controls .second {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eleventhSection-cards .card-location-controls a {
  max-width: 187px;
  width: 100%;
}
.eleventhSection .owl-nav .owl-prev {
  left: -85px;
}
.eleventhSection .owl-nav .owl-next {
  right: -85px;
}
@media (max-width: 1439px) {
  .eleventhSection .owl-nav .owl-prev {
    left: -10px;
  }
  .eleventhSection .owl-nav .owl-next {
    right: -10px;
  }
}

.section12 {
  background-color: #ededed;
  padding-block: 25px;
}
.section12-title h2 {
  -webkit-border-after: 1px solid #2c2c2c;
          border-block-end: 1px solid #2c2c2c;
  padding-block: 10px;
  padding-inline: 10px;
  color: #2c2c2c;
  text-align: center;
  text-transform: uppercase;
  margin-inline: auto;
  max-inline-size: 350px;
}
.section12 .eleventhSection-saloons {
  max-inline-size: 350px;
  padding: 0;
  margin-block: 0;
}
.section12 .eleventhSection-saloons input {
  display: none;
}
.section12-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
}
@media (max-width: 1140px) {
  .section12-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 840px) {
  .section12-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .section12-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section12-cards .card {
  padding-inline: unset;
  background-color: #fff;
  -webkit-padding-after: 15px;
          padding-block-end: 15px;
}
.section12-cards .card-line {
  margin-bottom: 5px;
}
.section12-searchEngine {
  padding-block: 20px 40px;
  display: grid;
  gap: 40px;
}
.section12-searchEngine * {
  font-size: 14px;
  font-weight: 400;
}
.section12-searchEngine select,
.section12-searchEngine input,
.section12-searchEngine label {
  display: block;
  color: #2c2c2c;
}
.section12-searchEngine select,
.section12-searchEngine input {
  border: none !important;
  outline: none !important;
  padding-inline-start: 10px;
  block-size: 30px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.section12-searchEngine-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1140px) {
  .section12-searchEngine-top {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 840px) {
  .section12-searchEngine-top {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .section12-searchEngine-top {
    grid-template-columns: repeat(1, 1fr);
  }
  .section12-searchEngine-top select,
  .section12-searchEngine-top input {
    max-inline-size: 100% !important;
    inline-size: 100%;
  }
  .section12-searchEngine-top-item-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section12-searchEngine-top-item-flex div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section12-searchEngine-top select,
.section12-searchEngine-top input {
  max-inline-size: 330px;
  inline-size: 100%;
}
.section12-searchEngine-top label {
  font-weight: 700 !important;
}
.section12-searchEngine-top-item {
  position: relative;
}
.section12-searchEngine-top-item * {
  text-transform: capitalize;
}
.section12-searchEngine-top-item .icon{
  content: url("/assets/img/icons/dropdown.svg");
  display: grid;
  place-content: center;
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  block-size: 30px;
  inline-size: 30px;
  padding-block: 9px;
  padding-inline: 9px;
  background-color: #d72323;
  pointer-events: none;
}
/* Style when an option is selected */
.section12-searchEngine-top-item.selected .icon {
  content: url("/assets/img/icons/x.svg");
  pointer-events: auto; /* Make the x icon clickable */
}
.section12-searchEngine-top-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 20px;
}
.section12-searchEngine-top-item-flex div,
.section12-searchEngine-top-item-flex label.section12-searchEngine-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  inline-size: 100%;
}
.section12-searchEngine-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 840px) {
  .section12-searchEngine-bottom {
    grid-template-columns: repeat(3, 1fr);
  }
  .section12-searchEngine-bottom::before {
    content: "";
  }
}
@media (max-width: 540px) {
  .section12-searchEngine-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
  .section12-searchEngine-bottom label {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .section12-searchEngine-bottom label select {
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    block-size: 30px !important;
  }
}
.section12-searchEngine-bottom button {
  inline-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section12-searchEngine-bottom label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 5px;
}
.section12-searchEngine-bottom label select,
.section12-searchEngine-bottom label span {
  inline-size: 100%;
  max-inline-size: 190px;
}
.section12-searchEngine-bottom label select {
  block-size: 20px;
}
.section12-searchEngine-bottom label span {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
.section12-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
.section12-pagination strong {
  color: #2c2c2c;
  font-weight: 700;
}
.section12-pagination-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section12-pagination-flex a,
.section12-pagination-flex span {
  inline-size: 26px;
  block-size: 23px;
  display: grid;
  place-content: center;
  border: 1px solid transparent;
  color: black !important;
}
.section12-pagination-flex a:hover,
.section12-pagination-flex span:hover {
  border: 1px solid #2c2c2c;
}
.section12-pagination-flex a.active,
.section12-pagination-flex span.active {
  background-color: #2c2c2c;
  color: white !important;
}

.section13.eighthSection {
  background-size: cover;
  background-repeat: no-repeat;
}
.section13-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
}
@media (max-width: 1439px) {
  .section13-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1040px) {
  .section13-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section13-grid h1,
.section13-grid h2,
.section13-grid h3,
.section13-grid h4,
.section13-grid h5,
.section13-grid h6,
.section13-grid p,
.section13-grid ul,
.section13-grid li {
  color: #2c2c2c;
}
.section13-grid-left {
  display: grid;
  grid-template-columns: 1fr 855px;
  gap: 15px;
}
@media (min-width: 1040px) {
  .section13-grid-left .mobile-owl {
    display: none !important;
  }
}
@media (max-width: 1039px) {
  .section13-grid-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .section13-grid-left .desktop-owl {
    display: none !important;
  }
}
.section13-grid-left .desktop-owl img {
  max-block-size: 100px !important;
  min-block-size: 100px !important;
}
.section13-grid-left img {
  inline-size: 100%;
  max-block-size: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.section13-grid-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.section13-grid-right-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section13-grid-right-buttons .btn--third {
  padding-inline: 30px;
  block-size: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section13-grid-right-buttons .btn--secondary {
  block-size: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 5px;
}
.section13-grid-right-price p {
  font-weight: 700;
}
.section13-grid-right-price strong {
  color: #d72323;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.section13-grid-right h3 {
  -webkit-border-after: 1px solid #2c2c2c;
          border-block-end: 1px solid #2c2c2c;
  text-transform: uppercase;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.section13-grid-right ul {
  display: grid;
  gap: 25px;
  padding: unset;
}
@media (max-width: 1140px) {
  .section13-grid-right ul {
    grid-template-columns: 1fr;
  }
}
.section13-grid-right ul li {
  display: grid;
  grid-template-columns: auto 1fr 160px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1140px) {
  .section13-grid-right ul li {
    grid-template-columns: auto 1fr auto;
  }
}
.section13-grid-right ul li p,
.section13-grid-right ul li strong {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.section13-grid-right ul li hr {
  background-color: #ddd;
  block-size: 1px;
  outline: unset;
  border: unset;
  margin-block: 5px;
  margin-inline: 10px;
  min-inline-size: 50px;
}
.section13-grid-right ul li strong {
  font-weight: 700;
}
.section13-grid-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section13 .splide__slide img {
  width: 100%;
  height: auto;
}

.used_car {
  padding-block: 30px 40px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.used_car.used_car2 h2 {
  color: #2c2c2c !important;
  border-color: #2c2c2c;
  padding-inline: 60px;
}
.used_car.used_car2 li {
  color: #2c2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.used_car.used_car2 li::before {
  content: url("/assets/img/icons/red-circle.svg");
  block-size: 20px;
  inline-size: 20px;
}
.used_car-grid * {
  text-transform: capitalize;
}
.used_car.used_car2 .used_car-grid {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 1140px) {
  .used_car.used_car2 .used_car-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .used_car.used_car2 .used_car-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.used_car h2 {
  -webkit-border-after: 1px solid #fff;
          border-block-end: 1px solid #fff;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  padding-inline: 20px;
  margin-inline: auto;
  text-transform: uppercase;
}
.used_car-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  padding: unset;
}
@media (max-width: 1140px) {
  .used_car-grid {
    grid-template-columns: 1fr;
  }
}
.used_car-grid li {
  display: grid;
  grid-template-columns: auto 1fr 210px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1140px) {
  .used_car-grid li {
    grid-template-columns: auto 1fr auto;
  }
}
.used_car-grid li p,
.used_car-grid li strong {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.used_car-grid li hr {
  background-color: #434343;
  block-size: 1px;
  outline: unset;
  border: unset;
  margin-block: 5px;
  margin-inline: 10px;
  min-inline-size: 50px;
}
.used_car-grid li strong {
  font-weight: 700;
}

.service.tenthSection .item-content {
  bottom: 30px !important;
  top: unset !important;
}
.serviceHero {
  position: relative;
}
.serviceHeroForm,
.serviceHero form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: absolute;
  inset-block-start: 22.5%;
  inset-inline-end: 120px;
  padding: 40px;
  z-index: 1;
  max-inline-size: 386px;
  background: rgba(22, 20, 20, 0.8);
  -webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  /* -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px); */
}
.serviceHeroForm.popup,
.serviceHero form.popup {
  position: fixed;
  top: 25%;
  left: 50%;
  bottom: unset;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
  background: rgb(237, 237, 237);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.serviceHeroForm.popup *:not(.btn),
.serviceHero form.popup *:not(.btn) {
  color: #000;
}
.serviceHeroForm.popup input, .serviceHeroForm.popup select,
.serviceHero form.popup input,
.serviceHero form.popup select {
  border: 0;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.serviceHeroForm.small,
.serviceHero form.small {
  inset-block-end: 106px;
}
@media (min-width: 1441px) {
  .serviceHeroForm,
  .serviceHero form {
    inset-inline-end: calc((100vw - 1440px) / 2 + 24px + 120px);
  }
}
@media (max-width: 1150px) {
  .serviceHeroForm,
  .serviceHero form {
    position: unset;
    max-inline-size: unset !important;
    inset-inline-end: 24px;
    inset-inline-start: 24px;
    background-color: #000;
  }
}
.serviceHeroForm hgroup, .serviceHeroFormHgroup,
.serviceHero form hgroup,
.serviceHero formHgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  max-inline-size: 400px;
  margin-inline: auto;
}
.serviceHeroForm hgroup h3,
.serviceHeroForm hgroup h2, .serviceHeroFormHgroup h3,
.serviceHeroFormHgroup h2,
.serviceHero form hgroup h3,
.serviceHero form hgroup h2,
.serviceHero formHgroup h3,
.serviceHero formHgroup h2 {
  text-align: start;
}
.serviceHeroForm .serviceFormInputs,
.serviceHero form .serviceFormInputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
.serviceHeroForm .serviceFormInputs input,
.serviceHero form .serviceFormInputs input {
  padding: 12px 0 8px 12px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: rgb(133, 133, 133);
  inline-size: 100%;
}
.serviceHeroForm .serviceFormInputs .select-container,
.serviceHero form .serviceFormInputs .select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.serviceHeroForm .serviceFormInputs .select-container select,
.serviceHero form .serviceFormInputs .select-container select {
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 0 8px 12px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.serviceHeroForm .serviceFormInputs .select-container .icon-container,
.serviceHero form .serviceFormInputs .select-container .icon-container {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #d72323;
  height: 100%;
  width: 32px;
  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;
  pointer-events: none;
}
.serviceHeroForm .serviceFormInputs .row,
.serviceHero form .serviceFormInputs .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.serviceHeroForm .serviceFormInputs .row .name,
.serviceHero form .serviceFormInputs .row .name {
  width: 30%;
}
.serviceHeroForm .serviceFormInputs .row .surname,
.serviceHero form .serviceFormInputs .row .surname {
  width: 70%;
}
.serviceHeroForm .serviceFormInputs .row .select-container,
.serviceHero form .serviceFormInputs .row .select-container {
  width: 50%;
}
.serviceHeroForm .btn,
.serviceHero form .btn {
  padding-inline: 72px;
}
.serviceHorizontalAccordion {
  position: relative;
  min-block-size: 680px;
}
.serviceHorizontalAccordion .flex-container {
  inline-size: 100%; /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .serviceHorizontalAccordion .flex-container {
    min-block-size: 600px;
  }
}
@media screen and (max-width: 991px) {
  .serviceHorizontalAccordion .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.serviceHorizontalAccordion .flex-title {
  position: relative;
  margin: auto;
  text-align: center;
  top: 36px;
  padding-inline: 36px;
}
.serviceHorizontalAccordion .flex-title h3,
.serviceHorizontalAccordion .flex-title h4 {
  text-align: center;
}
.serviceHorizontalAccordion .flex-about {
  position: absolute;
  inline-size: 100%;
  inset-block-end: 36px;
  margin: auto;
  text-align: center;
}
.serviceHorizontalAccordion .flex-about .btn {
  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;
  max-inline-size: 187px;
  inline-size: 90%;
  margin-inline: auto;
}
.serviceHorizontalAccordion .flex-slide {
  position: relative; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */
  -webkit-box-flex: 1;
          flex: 1;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (max-width: 991px) {
  .serviceHorizontalAccordion .flex-slide {
    overflow: auto;
    overflow-x: hidden;
    min-block-size: 187px;
  }
}
@media screen and (min-width: 991px) {
  .serviceHorizontalAccordion .flex-slide {
    -webkit-animation: aboutFlexSlide 3s 1;
            animation: aboutFlexSlide 3s 1;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
.serviceHorizontalAccordion .flex-slide:hover {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
@-webkit-keyframes aboutFlexSlide {
  0% {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
  50% {
    -webkit-box-flex: 3;
            flex-grow: 3;
  }
  100% {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}
@keyframes aboutFlexSlide {
  0% {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  50% {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  100% {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.service.eleventhSection button {
  font-size: 16px !important;
  font-weight: 600 !important;
  border-inline-width: 46px;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  background-color: rgb(237, 237, 237);
  overflow: hidden;
}
.services--single {
  padding-bottom: 52px;
}
.services--single .content {
  padding-block: 27.5px !important;
}
.services--single .elements {
  gap: 30px !important;
}
.services--single .services-img img {
  max-height: 393px;
}
@media (max-width: 500px) {
  .services--single .services-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0px;
  }
}
.services--single .controls {
  margin-top: 48px !important;
}
.services-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1440px) {
  .services-content {
    padding-right: calc(100vw - 1440px);
  }
}
@media (max-width: 1100px) {
  .services-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services-img {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.services-img .icons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.services-img img {
  max-height: 526px;
  aspect-ratio: 788/526;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.services-header {
  padding: 22.5px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 59px;
  width: 1000%;
  background-color: #fff;
}
.services-header .title h3 {
  text-align: start;
  text-transform: uppercase;
  color: #434343;
}
@media (max-width: 1440px) {
  .services-header {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .services-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.services-header button {
  position: relative;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #858585;
  padding-bottom: 5px;
  cursor: pointer;
}
.services-header button.active {
  color: #000;
}
.services-header button.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35%;
  height: 1px;
  background-color: rgb(215, 35, 35);
}
.services-text {
  max-width: 652px;
  width: 100%;
  background-color: rgb(237, 237, 237);
}
@media (max-width: 1100px) {
  .services-text {
    max-width: 100%;
  }
}
.services-text .content {
  padding: 46px 40px;
}
.services-text .content .title h3 {
  text-align: start;
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 52px;
}
.services-text .content .elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.services-text .content .elements .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.services-text .content .elements .element strong {
  font-weight: 600;
}
.services-text .content .elements .element p {
  color: #434343;
}
.services-text .content .controls {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .services-text .content .controls {
    -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;
  }
}
.services-text .content .controls .btn--primary {
  padding-inline: 52px;
}
@media (max-width: 300px) {
  .services-text .content .controls .btn--primary {
    width: 100%;
  }
}

.news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1300px) {
  .news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 260px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1300px) {
  .news .card {
    max-width: 100%;
  }
}
.news .card:hover .btn {
  background-color: rgba(44, 44, 44, 0.75);
}
.news .card-img img {
  aspect-ratio: 260/195;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.news .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px;
  block-size: 300px;
}
.news .card-content .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;
}
.news .card-content .header .topic p {
  padding: 5px 14px;
  border: 1px solid #434343;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 14px;
  color: #434343;
}
.news .card-content .header .date p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 14px;
  color: #434343;
}
.news .card-content .title .p {
  width: 80%;
  font-weight: 800;
  font-size: 1rem;
  color: #000;
  text-align: start;
}
.news .card-content .desc p {
  width: 90%;
  font-size: 0.875rem;
  color: #434343;
}
.news .card-content .btn {
  max-width: 132px;
  width: 100%;
  position: absolute;
  inset-block-end: 16px;
  inset-inline-start: 16px;
}
.news-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 872px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-inline: calc((100vw - 1440px) / 2 + 80px) 80px;
  background-color: #ededed;
  padding-top: 10px;
}
.news-main.single {
  margin-top: 0px;
  padding-top: 40px;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media (max-width: 1300px) {
  .news-main.single {
    padding-inline: 1rem;
  }
}
.news-main.single .main-img img {
  aspect-ratio: 872/400;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-main.single h1,
.news-main.single h2,
.news-main.single h3,
.news-main.single h4,
.news-main.single h5,
.news-main.single h6 {
  margin-bottom: 20px;
  text-align: start;
  color: #434343;
}
.news-main.single p {
  color: #434343;
}
@media (max-width: 1300px) {
  .news-main {
    padding: unset;
    max-width: unset;
  }
}
.news-main-single-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.news-main-single-header .topic p {
  padding: 5px 14px;
  border: 1px solid #434343;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 14px;
  color: #434343;
}
.news-main-single-header .date p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 14px;
  color: #434343;
}
.news-main-single-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 12px 32px;
  width: 100%;
  border-top: 1px solid #434343;
  margin-top: 40px;
}
@media (max-width: 500px) {
  .news-main-single-footer {
    -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: flex-start;
    gap: 12px;
  }
  .news-main-single-footer .item:nth-child(2) {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .news-main-single-footer .item:nth-child(3) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.news-main-single-footer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #434343;
}
.news-main-single-footer .item:nth-child(1):hover {
  gap: 10px;
}
.news-main-single-footer .item:nth-child(1):hover svg {
  margin-left: -2px;
}
.news-main-single-footer .item:nth-child(2):hover svg {
  margin-top: -2px;
}
.news-main-single-footer .item:nth-child(3):hover {
  gap: 10px;
}
.news-main-single-footer .item:nth-child(3):hover svg {
  margin-right: -2px;
}
.news-main-categories {
  padding-block: 36.5px 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
@media (max-width: 550px) {
  .news-main-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-main-categories button {
  position: relative;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  color: #858585;
  padding-bottom: 5px;
  cursor: pointer;
}
.news-main-categories button.active {
  color: #000;
}
.news-main-categories button.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35%;
  height: 1px;
  background-color: rgb(215, 35, 35);
}
.news-main-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  row-gap: 40.5px;
  padding-left: 1rem;
}
@media (max-width: 1300px) {
  .news-main-cards {
    padding-inline: 1rem;
  }
}
@media (max-width: 1300px) {
  .news-main-cards {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}
@media (max-width: 300px) {
  .news-main-cards {
    grid-template-columns: 1fr;
  }
}
.news-aside {
  background-color: #fff;
  max-width: 408px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: calc((100vw - 1440px) / 2);
  padding: 40px 74px 126px;
  gap: 40.5px;
}
@media (max-width: 1300px) {
  .news-aside {
    padding: 1rem;
    max-width: 100%;
  }
}
.news-aside-title h2 {
  color: #434343;
}
.news-aside-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40.5px;
}
@media (max-width: 1300px) {
  .news-aside-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}
@media (max-width: 300px) {
  .news-aside-cards {
    grid-template-columns: 1fr;
  }
}

.aboutUs {
  padding-block: 100px;
}
.aboutUs-workers.eleventhSection .eleventhSection-saloons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-inline-size: 100%;
}
.aboutUs-workers.eleventhSection .eleventhSection-line {
  max-inline-size: 450px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
.aboutUs-workers.eleventhSection .employees-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #000;
  color: #000;
  min-inline-size: 190px;
}
.aboutUs-workers.eleventhSection .employees-btn.active {
  background-color: #d72323;
  color: #fff;
  border-color: #d72323;
}
.aboutUs-workers-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (max-width: 1000px) {
  .aboutUs-workers-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 800px) {
  .aboutUs-workers-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 650px) {
  .aboutUs-workers-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .aboutUs-workers-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.aboutUs-workers-cards-card {
  background-color: #fff;
}
.aboutUs-workers-cards-card:not(.active) {
  display: none;
}
.aboutUs-workers-cards-card .p {
  font-size: 14px;
}
.aboutUs-workers-cards-card figure {
  position: relative;
}
.aboutUs-workers-cards-card figure::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inline-size: 100%;
  block-size: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.43%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.43%, rgba(0, 0, 0, 0.8) 100%);
}
.aboutUs-workers-cards-card figure figcaption {
  position: absolute;
  inset-block-end: 10px;
  inset-inline-start: 0;
  inline-size: 100%;
  padding-inline: 15px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.aboutUs-workers-cards-card figure figcaption h3 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 16px;
}
.aboutUs-workers-cards-card figure figcaption hr {
  outline: none;
  border: none;
  background-color: #fff;
  block-size: 1px;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
.aboutUs-workers-cards-card figure img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutUs-workers-cards-card-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 10px;
  padding-block: 20px;
  gap: 5px;
  text-align: center;
}
.aboutUs-workers-cards-card-phones a {
  color: #000;
}
.aboutUs-workers-cards-card-phones a:hover {
  text-decoration: underline;
}
.aboutUs-workers-cards-card-phones svg {
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}
.aboutUs-workers-cards-card-textMe {
  background-color: #d72323;
  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;
  color: #fff;
  padding-block: 10px;
  padding-inline: 10px;
}
.aboutUs-workers-cards-card-textMe:hover {
  background-color: #161414;
}
.aboutUs-socials {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}
.aboutUs-socials a {
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutUs-socials a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.aboutUs-date {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}
@media (max-width: 700px) {
  .aboutUs-date {
    grid-template-columns: repeat(2, auto);
  }
  .aboutUs-date-header, .aboutUs-date-paragraph {
    grid-column: 2;
    margin: 0 !important;
  }
  .aboutUs-date-line {
    grid-column: 1;
    grid-row: 1/span 2;
  }
}
.aboutUs-date:not(.active) .aboutUs-date-header, .aboutUs-date:not(.active) .aboutUs-date-paragraph {
  opacity: 0.1;
}
.aboutUs-date:not(.active) svg circle:not(:first-child) {
  opacity: 0;
}
.aboutUs-date:not(.active) svg line {
  opacity: 0;
}
.aboutUs-date:not(.active) svg rect:not(:first-child) {
  opacity: 0;
}
.aboutUs-date-header {
  text-transform: uppercase;
}
.aboutUs-date-header .h2 {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
  text-align: start;
}
.aboutUs-date-line {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutUs-date:first-child svg line:nth-child(2n) {
  display: none;
}
.aboutUs-date:last-child svg line:not(:nth-child(2n)) {
  display: none;
}
.aboutUs-date:last-child svg:nth-child(2n) {
  display: none;
}
.aboutUs-date-paragraph {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  max-inline-size: 650px;
  -webkit-margin-before: -20px;
          margin-block-start: -20px;
}
@media (max-width: 700px) {
  .aboutUs-date-paragraph {
    grid-template-columns: auto;
  }
}

.jobs .owl-stage {
  min-block-size: 460px !important;
}/*# sourceMappingURL=styles.css.map */