@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";
body.page-index > div.site-container,
body > div.site-container:has(.main-home) {
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  padding: 0 !important;
  min-height: auto;
  position: relative;
}
body.page-index > div.site-container > .inner-content,
body > div.site-container:has(.main-home) > .inner-content {
  margin: 0 !important;
  width: 100%;
  max-width: none;
}
body.page-index > div.site-container > .head-search-cart-container,
body > div.site-container:has(.main-home) > .head-search-cart-container {
  position: absolute;
  top: 110px;
  left: 50%;
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-50%);
  z-index: 5;
  display: block !important;
  margin: 0;
  padding: 0;
  background: transparent;
}
body.page-index > div.site-container > .head-search-cart-container .head-search,
body > div.site-container:has(.main-home) > .head-search-cart-container .head-search {
  background: transparent;
}
.main-home {
  font-family: "Montserrat", sans-serif;
  color: #1E1E1E;
  overflow: hidden;
}
.main-home * {
  font-family: inherit;
  letter-spacing: 0;
}
.main-home h1,
.main-home h2,
.main-home h3,
.main-home h4,
.main-home h5,
.main-home h6,
.main-home p {
  margin: 0;
}
.main-home img,
.main-home video {
  max-width: 100%;
}
.main-inner {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.main-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.main-links a {
  display: inline-flex;
  width: 170px;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 4px;
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: filter 0.25s ease, transform 0.25s ease;
}
.main-links a:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}
.main-links a.blue {
  background-image: linear-gradient(135deg,#2777D5,#084893);
  color: #fff;
}
.main-btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  border-radius: 9px;
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  color: #1C66BD;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: filter 0.25s ease, transform 0.25s ease;
}
.main-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}
.main-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  text-align: center;
}
.main-section-title h1,
.main-section-title h2,
.main-section-title h3,
.main-section-title .header_section {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}
.main-section-title p {
  max-width: 900px;
  color: #D1E7F6;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}
.main-section-title.dark h1,
.main-section-title.dark h2,
.main-section-title.dark h3,
.main-section-title.dark .header_section {
  color: #1E1E1E;
}
.main-section-title.dark p {
  color: #5F6B7A;
}
.main-sep {
  display: flex;
  width: 100%;
  height: 10px;
  align-items: center;
  margin: 10px auto 0;
}
.main-sep::before,
.main-sep::after {
  content: "";
  flex: 1;
  height: 1px;
}
.main-sep::before {
  margin-right: 40px;
  background: linear-gradient(225deg,#D4AF37,transparent);
}
.main-sep::after {
  margin-left: 40px;
  background: linear-gradient(45deg,#D4AF37,transparent);
}
.main-sep span {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: #D4AF37;
}
.main-hero {
  position: relative;
  margin-top: 80px;
  height: 760px;
  min-height: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
.main-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0,0,0,0.25);
}
.main-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-hero-video.mobile {
  display: none;
}
.main-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 90px;
}
.main-hero-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.main-hero-right {
  flex: 0 0 446px;
  width: 446px;
}
.main-hero-right p {
  color: #F5F5F5;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}
.main-hero-right .main-links {
  margin-top: 20px;
  gap: 20px;
  flex-wrap: nowrap;
}
.main-hero-right .main-links a {
  width: auto;
  min-width: 0;
  min-height: 42px;
  border-radius: 5px;
  white-space: nowrap;
}
.main-hero-right .main-links a.blue {
  width: auto;
}
.main-hero-stats {
  display: flex;
  width: 400px;
  max-width: 100%;
  flex-direction: column;
  gap: 20px;
}
.main-hero-stat {
  display: flex;
  width: 400px;
  max-width: 100%;
  height: 90px;
  min-height: 90px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255,255,255,0.18);
  box-shadow: inset 0 0 12px rgba(255,255,255,0.2);
}
.main-hero-stat strong {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.main-hero-stat span {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}
.main-hero-title {
  position: relative;
  display: block;
  width: 598px;
  flex: 0 0 598px;
}
.main-hero-title h1 {
  position: relative;
  z-index: 2;
  max-width: 598px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  margin: 0 !important;
}
.main-hero-title h1 span {
  color: #FFE57A;
  font-weight: 600;
}
.main-hero-flags {
  display: block;
  position: absolute;
  top: 53px;
  left: 0;
  z-index: 1;
  width: 530px;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.main-services {
  padding: 80px 0;
  background: #fff;
}
.main-services .main-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0;
  max-width: 1700px;
}
.main-services .main-section-title {
  align-items: center;
  gap: 25px;
  text-align: center;
}
.main-services .main-section-title h2 {
  width: 100%;
  color: #1E1E1E;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-services .main-section-title p {
  max-width: none;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-services .main-sep {
  height: 10px;
  width: 100%;
  margin: 0;
}
.main-services .main-sep span {
  width: 10px;
  height: 10px;
  flex-basis: 10px;
}
.main-service-grid {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  margin-top: 0;
}
.main-service-card {
  position: relative;
  display: flex;
  flex: 1 1 0;
  height: 290px;
  min-height: 290px;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  padding: 30px 15px;
  border: 0;
  border-radius: 6px;
  background: #FFF1C2;
  color: #1E1E1E;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.25s ease;
}
.main-service-card:nth-child(odd) {
  background: #E0F3FF;
}
.main-service-card:hover {
  transform: translateY(-2px);
}
.main-service-card h3,
.main-service-card h4,
.main-service-card strong {
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.main-service-card p,
.main-service-card span,
.main-service-card li {
  color: #1E1E1E;
  font-size: 16px;
  line-height: normal;
  text-align: center;
}
.main-service-card:nth-child(1) p {
  max-width: 145px;
}
.main-service-card:nth-child(4) p {
  max-width: 145px;
  word-spacing: 3px;
}
.main-service-card:nth-child(5) p {
  max-width: 132px;
}
.main-service-icon {
  display: flex;
  width: 78px;
  height: 65px;
  flex: 0 0 65px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
}
.main-service-icon img {
  width: auto;
  height: auto;
  max-width: 78px;
  max-height: 65px;
  object-fit: contain;
}
.main-service-text {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  justify-content: flex-start;
}
.main-service-text .service-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 100%;
}
.main-service-text h3,
.main-service-text h4,
.main-service-text p {
  margin: 0 !important;
}
.main-service-action {
  margin-top: 38px;
  text-align: center;
}
.main-brand-section {
  padding: 80px 0;
  background: #124A98;
}
.main-brand-section.oem {
  min-height: 388px;
  padding: 80px 0;
  background: #1F7AE5;
}
.main-brand-section.oem .main-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0;
}
.main-brand-section.oem .main-section-title {
  height: 28px;
  justify-content: center;
  gap: 0;
}
.main-brand-section.oem .main-section-title h2 {
  width: min(1120px,100%);
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-brand-section.oem .main-sep {
  width: 100%;
  height: 10px;
  margin: 0;
}
.main-brand-section.oem .main-sep span {
  width: 10px;
  height: 10px;
  flex-basis: 10px;
}
.main-brand-section.oem .main-logo-marquee {
  height: 110px;
  margin: 0;
  padding: 0 110px;
}
.main-brand-section.oem .main-logo-track {
  gap: 20px;
  align-items: center;
}
.main-brand-section.oem .main-logo-item {
  width: 185px;
  height: 110px;
  flex: 0 0 185px;
  padding: 10px;
  border-radius: 6px;
}
.main-brand-section.oem .main-logo-item:nth-child(-n + 6) {
  width: 195.8333px;
  flex-basis: 195.8333px;
}
.main-brand-section.oem .main-logo-item img {
  width: auto;
  height: auto;
  max-width: min(150px,100%);
  max-height: 80px;
  object-fit: contain;
}
.main-brand-section.oem .main-logo-audi {
  width: 150px;
  height: 52px;
}
.main-brand-section.oem .main-logo-skoda {
  width: 90px;
  height: 90px;
}
.main-brand-section.oem .main-logo-alfa-romeo {
  width: 90px;
  height: 90px;
}
.main-brand-section.oem .main-logo-maserati {
  width: 155px;
  height: 65px;
}
.main-brand-section.oem .main-logo-bmw {
  width: 90px;
  height: 90px;
}
.main-brand-section.oem .main-logo-mercedes {
  width: 90px;
  height: 90px;
}
.main-brand-section.oem .main-logo-nissan {
  width: 109px;
  height: 90px;
}
.main-brand-section.oem .main-logo-porsche {
  width: 69px;
  height: 90px;
}
.main-brand-section.oem .main-logo-land-rover {
  width: 145px;
  height: 80px;
}
.main-brand-section.oem .main-logo-toyota {
  width: 121px;
  height: 75px;
}
.main-brand-section.oem .main-logo-peugeot {
  width: 86px;
  height: 90px;
}
.main-brand-section.oem .main-logo-renault {
  width: 73px;
  height: 90px;
}
.main-brand-section.oem .main-logo-chevrolet {
  width: 152px;
  height: 43px;
}
.main-brand-section.oem .main-logo-byd {
  width: 128px;
  height: 80px;
}
.main-brand-section.oem .main-logo-honda {
  width: 100px;
  height: 82px;
}
.main-brand-section.oem .main-logo-lexus {
  width: 105px;
  height: 75px;
}
.main-brand-section.oem .main-logo-lamborghini {
  width: 80px;
  height: 90px;
}
.main-brand-section.oem .main-logo-volvo {
  width: 90px;
  height: 90px;
}
.main-brand-section.oem .main-logo-volkswagen {
  width: 90px;
  height: 90px;
}
.main-brand-section.oem .main-logo-opel {
  width: 115px;
  height: 90px;
}
.main-brand-section.oem .main-logo-mitsubishi {
  width: 100px;
  height: 85px;
}
.main-brand-section.oem .main-logo-ford {
  width: 150px;
  height: 55px;
}
.main-brand-section.oem .main-logo-mazda {
  width: 102px;
  height: 82px;
}
.main-brand-section.oem .main-logo-hyundai {
  width: 145px;
  height: 80px;
}
.main-brand-section.oem .main-logo-subaru {
  width: 140px;
  height: 76px;
}
.main-brand-section.aftermarket {
  min-height: 388px;
  padding: 80px 0;
  background: #1F7AE5;
}
.main-brand-section.aftermarket .main-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0;
}
.main-brand-section.aftermarket .main-section-title {
  height: 28px;
  justify-content: center;
  gap: 0;
}
.main-brand-section.aftermarket .main-section-title h2 {
  width: min(1120px,100%);
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-brand-section.aftermarket .main-sep {
  width: 100%;
  height: 10px;
  margin: 0;
}
.main-brand-section.aftermarket .main-sep span {
  width: 10px;
  height: 10px;
  flex-basis: 10px;
}
.main-brand-section.aftermarket .main-logo-marquee {
  height: 110px;
  margin: 0;
  padding: 0 110px;
}
.main-brand-section.aftermarket .main-logo-track {
  gap: 20px;
  align-items: center;
}
.main-brand-section.aftermarket .main-logo-item {
  width: 185px;
  height: 110px;
  flex: 0 0 185px;
  padding: 10px;
  border-radius: 6px;
}
.main-brand-section.aftermarket .main-logo-item:nth-child(-n + 6) {
  width: 195.8333px;
  flex-basis: 195.8333px;
}
.main-brand-section.aftermarket .main-logo-item img {
  width: auto;
  height: auto;
  max-width: min(150px,100%);
  max-height: 80px;
  object-fit: contain;
}
.main-brand-section.aftermarket .main-logo-arkas-line {
  width: 154px;
  height: 50px;
}
.main-brand-section.aftermarket .main-logo-bendix {
  width: 141px;
  height: 42px;
}
.main-brand-section.aftermarket .main-logo-cma-cgm {
  width: 121px;
  height: 80px;
}
.main-brand-section.aftermarket .main-logo-contitech {
  width: 150px;
  height: 22px;
}
.main-brand-section.aftermarket .main-logo-dayco {
  width: 150px;
  height: 24px;
}
.main-brand-section.aftermarket .main-logo-dhl-logo {
  width: 132px;
  height: 80px;
}
.main-brand-section.aftermarket .main-logo-fedex {
  width: 132px;
  height: 60px;
}
.main-brand-section.aftermarket .main-logo-fte {
  width: 123px;
  height: 65px;
}
.main-brand-section.aftermarket .main-logo-garrett {
  width: 150px;
  height: 46px;
}
.main-brand-section.aftermarket .main-logo-gates {
  width: 120px;
  height: 65px;
}
.main-brand-section.aftermarket .main-logo-hella {
  width: 105px;
  height: 75px;
}
.main-brand-section.aftermarket .main-logo-mahle {
  width: 148px;
  height: 34px;
}
.main-brand-section.aftermarket .main-logo-mintex {
  width: 151px;
  height: 50px;
}
.main-brand-section.aftermarket .main-logo-trw {
  width: 125px;
  height: 35px;
}
.main-brand-section.aftermarket .main-logo-turkish-airlines {
  width: 150px;
  height: 57px;
}
.main-brand-section.aftermarket .main-logo-ups {
  width: 142px;
  height: 80px;
}
.main-brand-section.aftermarket .main-logo-wix {
  width: 105px;
  height: 80px;
}
.main-brand-section .main-section-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}
.main-logo-marquee {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  -webkit-mask-image: none;
  mask-image: none;
}
.main-logo-track {
  display: flex;
  width: max-content;
  gap: 30px;
  will-change: transform;
}
.main-logo-marquee.is-ready .main-logo-track {
  animation: mainLogoMarquee 42s linear infinite;
}
.main-logo-marquee:hover .main-logo-track {
  animation-play-state: paused;
}
.main-logo-item {
  display: flex;
  width: 187.5px;
  height: 90px;
  flex: 0 0 187.5px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
}
.main-logo-item img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}
@keyframes mainLogoMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.main-trusted {
  padding: 0;
  background: #064195;
}
.main-trusted .main-inner {
  display: flex;
  min-height: 800px;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
  padding: 0 0 80px;
}
.main-trusted .main-inner > .main-section-title,
.main-trusted .main-inner > .main-sep,
.main-trusted .main-inner > .main-two-cols {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.main-trusted .main-inner > .main-section-title {
  margin-top: 80px;
}
.main-trusted .main-section-title {
  gap: 25px;
  justify-content: flex-end;
}
.main-trusted .main-section-title h1,
.main-trusted .main-section-title h2,
.main-trusted .main-section-title h3,
.main-trusted .main-section-title .header_section {
  width: 100%;
  font-size: 36px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  font-weight: 600;
  line-height: 1.2;
}
.main-trusted .main-section-title p {
  width: 100%;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  max-width: none;
  font-size: 16px;
  line-height: 1.2;
}
.main-trusted .main-sep {
  width: 100%;
  max-width: none;
  height: 10px;
  margin: 0;
}
.main-two-cols {
  display: flex;
  width: 100%;
  gap: 40px;
  margin-top: 0;
  align-items: flex-start;
}
.main-two-cols .col {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  gap: 40px;
}
.main-icon-item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.main-icon-item img {
  width: 91px;
  height: 91px;
  flex: 0 0 91px;
  object-fit: contain;
}
.main-two-cols .col .main-icon-item:first-child img {
  width: 90px;
  height: 90px;
  flex-basis: 90px;
}
.main-icon-item div {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  gap: 20px;
}
.main-two-cols .col:first-child .main-icon-item:nth-child(2) div {
  flex: 0 0 459px;
  width: 459px;
}
.main-icon-item strong {
  display: block;
  width: 100%;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.main-icon-item span {
  display: block;
  width: 100%;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  color: #D1E7F6;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}
.main-for-whom {
  padding: 80px 0;
  background: #f9f9f9;
}
.main-for-whom .main-inner {
  display: flex;
  gap: 40px;
  align-items: stretch;
  padding: 0;
}
.main-card {
  display: flex;
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  border-radius: 12px;
}
.main-card.dark {
  background: linear-gradient(149deg,#2777D5 12.3%,#084893 84%);
}
.main-card.dark h2,
.main-card.dark li {
  color: #fff;
}
.main-card.dark a {
  color: #1E1E1E;
}
.main-card.dark p {
  color: #fff;
}
.main-card.dark ul {
  background: #2777D5;
}
.main-card.light {
  border: 1px solid #2777D5;
  background: #fff;
}
.main-card.light h2 {
  color: #1E1E1E;
}
.main-card.light p,
.main-card.light li {
  color: #333;
}
.main-card.light ul {
  background: #D1E7F6;
}
.main-card h2 {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}
.main-card p {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  flex: 1 1 auto;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.main-card ul {
  display: flex;
  flex: 0 0 144px;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 20px;
  border-radius: 6px;
  list-style: none;
}
.main-card li {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
.main-card li::before {
  display: none;
}
.main-card a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-image: linear-gradient(177deg,#FFE57A 12.3%,#FF9900 84%);
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.main-card a.blue {
  background-image: linear-gradient(180deg,#2676D4 0%,#074792 100%);
  color: #fff;
  font-weight: 600;
}
.main-card-line {
  width: 100%;
  height: 1px;
  flex: 0 0 1px;
  align-self: center;
  background: linear-gradient(90deg,transparent 0%,#D4AF37 22%,#D4AF37 78%,transparent 100%);
}
.main-how-works {
  padding: 80px 0;
  background: #064195;
}
.main-how-works .main-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
  padding: 0;
}
.main-how-works h2 {
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-how-works .main-sep {
  width: 100%;
  max-width: none;
  height: 10px;
  margin: 0 auto;
}
.main-steps {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 40px;
  margin-top: 0;
}
.main-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  text-align: left;
}
.main-step:not(:last-child)::after {
  display: none;
}
.main-step .num {
  position: relative;
  z-index: 1;
  display: flex;
  width: 86px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border-radius: 100px;
  background-image: linear-gradient(158deg,#FFE57A 12.3%,#FF9900 84%);
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.main-step strong {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-step span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-step:nth-child(5) span {
  font-weight: 400;
}
.main-operations {
  padding: 76px 0 82px;
  background: #2777D5;
}
.main-operations .main-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-operations h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-operations .main-sep {
  width: 100%;
  margin-top: 31px;
}
.main-stats-row {
  display: flex;
  width: 100%;
  gap: 20px;
  margin-top: 31px;
}
.main-stat-item {
  display: flex;
  min-height: 155px;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 0;
  justify-content: flex-start;
  padding: 26px 24px 18px;
  border: 1px solid #2777D5;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  text-align: center;
}
.main-stat-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}
.main-stat-item strong {
  display: block;
  margin-bottom: 15px;
  color: #124A98;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  width: 100%;
}
.main-stat-item > span {
  display: block;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  width: 100%;
}
.main-map-video {
  width: 100%;
  margin-top: 42px;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: #063265;
  box-shadow: 0 0 6px rgba(0,0,0,0.08);
}
.main-map-video video {
  display: block;
  width: 100%;
  aspect-ratio: 1.9365079365079;
  object-fit: cover;
}
.main-warehouse-network {
  min-height: 918px;
  padding: 80px 0 76px;
  background: #064195;
}
.main-warehouse-network .main-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-warehouse-network .main-section-title {
  gap: 15px;
}
.main-warehouse-network .main-section-title h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-warehouse-network .main-section-title p {
  max-width: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-warehouse-network .main-sep {
  width: 100%;
  height: 10px;
  margin: 31px auto 0;
}
.main-warehouse-network .main-sep span {
  width: 10px;
  height: 10px;
  flex-basis: 10px;
}
.main-warehouse-map {
  width: min(1070px,100%);
  margin-top: 38px;
}
.main-warehouse-map img {
  display: block;
  width: 100%;
  height: auto;
}
.main-financial {
  background: #f9f9f9;
  padding: 0;
}
.main-financial .site-container.section {
  width: 100%;
  min-height: auto;
  margin-top: 0;
  padding: 80px 0;
  background: #f9f9f9;
}
.main-financial .financial-section,
.main-financial .financial-section * {
  font-family: inherit;
}
.main-financial .financial-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0;
}
.main-financial .financial-section > .container-lg,
.main-financial .financial-section .payment-wrapper {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.main-financial .financial-section > .container-lg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0;
  text-align: center;
}
.main-financial .financial-section > .container-lg .section-title,
.main-financial .financial-section > .container-lg .hero-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-financial .financial-section > .container-lg h1,
.main-financial .financial-section > .container-lg h2,
.main-financial .financial-section > .container-lg h3,
.main-financial .financial-section > .container-lg .header_section {
  width: 100%;
  margin: 0;
  color: #1E1E1E;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-financial .financial-section > .container-lg p {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-financial .financial-section .financial-sep {
  width: 100%;
  height: 10px;
  margin: 0 auto;
}
.main-financial .financial-section .financial-sep::before {
  margin-right: 40px;
}
.main-financial .financial-section .financial-sep::after {
  margin-left: 40px;
}
.main-financial .financial-section .financial-sep span {
  width: 10px;
  height: 10px;
  flex-basis: 10px;
}
.main-financial .financial-section .payment-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  min-width: 0;
  padding: 0;
}
.main-financial .financial-section .payment-wrapper.reverse {
  flex-direction: row-reverse;
  padding: 0;
}
.main-financial .financial-section .payment-left {
  flex: 0 0 540px;
  width: 540px;
  min-width: 0;
}
.main-financial .financial-section .payment-wrapper .payment-left .payment-img,
.main-financial .financial-section .payment-img {
  width: 540px;
  height: 320px;
  overflow: hidden;
  border-radius: 25px 75px 25px 75px;
}
.main-financial .financial-section .video-cd video,
.main-financial .financial-section .payment-img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px 75px 25px 75px;
}
.main-financial .financial-section .payment-right {
  display: flex;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: #1E1E1E;
}
.main-financial .financial-section .payment-right h1,
.main-financial .financial-section .payment-right h2,
.main-financial .financial-section .payment-right h3,
.main-financial .financial-section .payment-right .header_section {
  width: 100%;
  margin: 0;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-financial .financial-section .payment-right p {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-financial section.financial-section {
  padding: 0;
}
.main-tech {
  padding: 80px 0;
  background: #064195;
}
.main-tech .main-inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.main-tech .left,
.main-tech .right {
  display: flex;
  flex-direction: column;
}
.main-tech .left {
  flex: 1 1 0;
  max-width: none;
  gap: 40px;
  align-items: flex-start;
}
.main-tech .right {
  flex: 0 0 525px;
  width: 525px;
  height: 421px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(0,0,0,0.12);
}
.main-tech .right video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.2470308788599;
  border-radius: 16px;
  object-fit: cover;
}
.main-tech h2 {
  max-width: 582px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-tech p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-tech .main-links {
  flex-wrap: nowrap;
}
.main-tech .main-links a {
  width: auto;
  height: 42px;
  min-height: 42px;
  padding: 0 30px;
  border-radius: 6px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.main-checklist {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-checklist li {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
.main-checklist li::before {
  display: none;
}
.main-checklist img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.main-ai {
  padding: 80px 0;
  background: #f9f9f9;
}
.main-ai-content {
  display: flex;
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}
.main-ai-content h1,
.main-ai-content h2,
.main-ai-content h3,
.main-ai-content .header_section {
  color: #1E1E1E;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.28;
  text-align: center;
  margin-bottom: 25px;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-ai-content > p,
.main-ai-content .agent-left h4 {
  color: #1E1E1E;
  font-weight: 400;
  text-align: center;
  margin: 0 !important;
}
.main-ai-content > p {
  width: 100%;
  font-size: 16px;
  line-height: 1.45;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.main-ai-content .section-title {
  width: 100%;
}
.main-ai-content .agent-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
}
.main-ai-content .agent-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin: 40px auto;
  background: radial-gradient(circle at 50% 50%,#D4AF37 0 5px,transparent 5px), linear-gradient(225deg,#D4AF37,transparent), linear-gradient(45deg,#D4AF37,transparent);
  background-size: 10px 10px, calc(50% - 45px) 1px, calc(50% - 45px) 1px;
  background-position: center, left center, right center;
  background-repeat: no-repeat;
}
.main-ai-content .agent-left {
  flex: 0 1 auto;
  width: 100%;
}
.main-ai-content .agent-left h4 {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
.main-ai-content .agent-right {
  display: none;
}
.main-ai-content .agent-img {
  display: none;
}
.main-ai-content .agent-img img {
  width: 220px;
  max-width: 100%;
}
.main-ai-content .main-btn {
  width: auto;
  min-height: 42px;
  margin-top: 40px;
  padding: 0 20px;
  border-radius: 5px;
  color: #1E1E1E;
  font-size: 17px;
  font-weight: 400;
}
.main-register {
  background: #2777D5;
}
.main-register .block_reg_index {
  margin: 0;
  padding: 80px 15px;
  font-family: inherit;
  border-radius: 0;
  background: transparent;
}
.main-register .block_reg_index > * {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.main-faq {
  padding: 80px 0;
  background: #F9F9F9;
}
.main-faq .main-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 0;
}
.main-faq h2 {
  color: #1E1E1E;
  width: min(1224px,100%);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.28;
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.main-faq-sep {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 10px;
  margin: 0 auto;
}
.main-faq-sep::before,
.main-faq-sep::after {
  content: "";
  flex: 1;
  height: 1px;
}
.main-faq-sep::before {
  margin-right: 40px;
  background: linear-gradient(225deg,#D4AF37,transparent);
}
.main-faq-sep::after {
  margin-left: 40px;
  background: linear-gradient(45deg,#D4AF37,transparent);
}
.main-faq-sep span {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: #D4AF37;
}
.main-faq-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-faq-item {
  width: 100%;
  border: 1px solid #2777D5;
  border-radius: 12px;
  background: #F9F9F9;
  overflow: hidden;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.main-faq-item.open {
  border-color: transparent;
  background: #064195;
}
.main-faq-item.open .main-faq-q {
  padding-bottom: 0;
  color: #fff;
}
.main-faq-item.open .main-faq-icon-plus {
  display: none;
}
.main-faq-item.open .main-faq-icon-close {
  display: block;
}
.main-faq-item.open .main-faq-a {
  max-height: 500px;
  padding: 15px 40px 34px;
  color: #fff;
}
.main-faq-q {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 34px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #1E1E1E;
  cursor: pointer;
  text-align: left;
  user-select: none;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.main-faq-question-text {
  min-width: 0;
  flex: 1 1 auto;
  word-break: break-word;
}
.main-faq-toggle {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.main-faq-icon {
  display: block;
  width: 14px;
  height: 14px;
}
.main-faq-icon-close {
  display: none;
}
.main-faq-a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 40px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.main-cta {
  position: relative;
  height: auto;
  min-height: 0;
  padding: 50px 0;
  overflow: hidden;
  background: url("/pics/new_pages/main/section_14/img.png") center / cover no-repeat;
}
.main-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0,0,0,0.38);
}
.main-cta .main-inner {
  position: relative;
  z-index: 1;
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  min-height: 0;
  padding-top: 0;
}
.main-cta h2 {
  max-width: none;
  margin: 0 0 25px;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.main-cta p {
  max-width: 1207px;
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.main-cta .main-links {
  flex-wrap: nowrap;
  gap: 20px;
}
.main-cta .main-links a {
  width: auto;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #1E1E1E;
  white-space: nowrap;
}
.main-cta .main-links a.blue {
  width: auto;
  color: #FFFFFF;
}
.main-cta-sep {
  display: flex;
  width: 100%;
  height: 10px;
  align-items: center;
  margin: 35px auto 35px;
}
.main-cta-sep::before,
.main-cta-sep::after {
  content: "";
  flex: 1;
  height: 1px;
}
.main-cta-sep::before {
  margin-right: 40px;
  background: linear-gradient(225deg,#D4AF37,transparent);
}
.main-cta-sep::after {
  margin-left: 40px;
  background: linear-gradient(45deg,#D4AF37,transparent);
}
.main-cta-sep span {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: #D4AF37;
}
.reveal,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal {
  transform: translateY(40px);
}
.reveal-left {
  transform: translateX(-60px);
}
.reveal-right {
  transform: translateX(60px);
}
.reveal.visible,
.reveal-left.visible,
.reveal-right.visible {
  opacity: 1;
  transform: none;
}
.delay-1 {
  transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.2s;
}
.delay-3 {
  transition-delay: 0.3s;
}
.delay-4 {
  transition-delay: 0.4s;
}
.delay-5 {
  transition-delay: 0.5s;
}
.delay-6 {
  transition-delay: 0.6s;
}
.delay-7 {
  transition-delay: 0.7s;
}
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-left,
  .reveal-right {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .main-logo-marquee.is-ready .main-logo-track {
    animation: none;
  }
}
@media (max-width: 1200px) {
  .main-hero {
    height: auto;
    min-height: 760px;
    padding: 150px 0 70px;
  }
  .main-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 32px;
    padding: 0;
  }
  .main-hero-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    width: 100%;
  }
  .main-hero-title,
  .main-hero-right {
    width: 100%;
    flex: 0 0 auto;
  }
  .main-tech .main-inner {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
  .main-tech .left {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }
  .main-tech .right {
    flex: 0 0 clamp(250px,calc(100vw - 675px),525px);
    width: clamp(250px,calc(100vw - 675px),525px);
    height: 421px;
  }
  .main-tech .right video {
    height: 100%;
  }
  .main-for-whom .main-inner {
    flex-direction: column;
    padding: 0;
  }
  .main-card {
    flex: 0 0 100%;
    width: 100%;
  }
  .main-service-grid {
    flex-wrap: wrap;
  }
  .main-service-card {
    flex-basis: calc((100% - 40px) / 3);
  }
  .main-stats-row {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .main-tech .main-inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .main-tech .left,
  .main-tech .right {
    flex: 0 0 auto;
    width: min(525px,100%);
    max-width: none;
  }
  .main-tech .right {
    height: 421px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-tech .left {
    align-items: center;
  }
  .main-tech h2,
  .main-tech p {
    text-align: center;
  }
  .main-tech .main-checklist {
    align-items: center;
  }
  .main-tech .main-checklist li {
    justify-content: center;
  }
  .main-tech .main-links {
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .main-two-cols {
    flex-direction: column;
  }
  .main-two-cols .col {
    flex: 0 0 100%;
    width: 100%;
  }
  .main-steps {
    flex-direction: column;
    gap: 38px;
  }
  .main-step {
    align-items: center;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .main-step:not(:last-child)::after {
    display: none;
  }
  .main-stats-row {
    flex-wrap: wrap;
  }
  .main-stat-item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 980px) {
  .main-financial .financial-section .payment-wrapper,
  .main-financial .financial-section .payment-wrapper.reverse {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-financial .financial-section .payment-left,
  .main-financial .financial-section .payment-right {
    width: 100%;
    flex: 0 0 auto;
    align-items: flex-start;
    text-align: left;
  }
  .main-financial .financial-section .payment-wrapper .payment-left .payment-img,
  .main-financial .financial-section .payment-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.6875;
  }
  .main-financial .financial-section .payment-left p,
  .main-financial .financial-section .payment-left div,
  .main-financial .financial-section .payment-left span,
  .main-financial .financial-section .payment-left li,
  .main-financial .financial-section .payment-right p,
  .main-financial .financial-section .payment-right div,
  .main-financial .financial-section .payment-right span,
  .main-financial .financial-section .payment-right li {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  body.page-index > div.site-container > .head-search-cart-container,
  body > div.site-container:has(.main-home) > .head-search-cart-container {
    top: 100px;
    width: calc(100% - 20px);
  }
  .main-inner {
    padding: 0 16px;
  }
  .main-services .main-inner {
    padding: 0 16px;
  }
  .main-brand-section.oem {
    height: auto;
    min-height: 0;
    padding: 50px 0;
  }
  .main-brand-section.oem .main-inner {
    gap: 32px;
    padding: 0 16px;
  }
  .main-brand-section.oem .main-section-title {
    height: auto;
  }
  .main-brand-section.oem .main-section-title h2 {
    width: 100%;
    font-size: 36px;
    line-height: 1.18;
  }
  .main-brand-section.oem .main-logo-marquee {
    height: 96px;
    padding: 0 16px;
  }
  .main-brand-section.oem .main-logo-item,
  .main-brand-section.oem .main-logo-item:nth-child(-n + 6) {
    width: 176px;
    height: 96px;
    flex-basis: 176px;
  }
  .main-brand-section.oem .main-logo-image {
    transform: scale(0.86);
  }
  .main-brand-section.aftermarket {
    height: auto;
    min-height: 0;
    padding: 50px 0;
  }
  .main-brand-section.aftermarket .main-inner {
    gap: 32px;
    padding: 0 16px;
  }
  .main-brand-section.aftermarket .main-section-title {
    height: auto;
  }
  .main-brand-section.aftermarket .main-section-title h2 {
    width: 100%;
    font-size: 36px;
    line-height: 1.18;
  }
  .main-brand-section.aftermarket .main-logo-marquee {
    height: 96px;
    padding: 0 16px;
  }
  .main-brand-section.aftermarket .main-logo-item,
  .main-brand-section.aftermarket .main-logo-item:nth-child(-n + 6) {
    width: 176px;
    height: 96px;
    flex-basis: 176px;
  }
  .main-brand-section.aftermarket .main-logo-image {
    transform: scale(0.86);
  }
  .main-hero {
    height: auto;
    min-height: 0;
    margin-top: 80px;
    padding: 115px 20px 50px;
    box-sizing: border-box;
  }
  .main-hero::after {
    background: rgba(0,0,0,0.25);
  }
  .main-hero-video.desktop {
    display: none;
  }
  .main-hero-video.mobile {
    display: block;
    object-position: center top;
  }
  .main-home .main-hero .main-hero-inner.main-inner {
    width: 100%;
    height: 100%;
    max-width: none;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
  }
  .main-hero-stats {
    flex-direction: column;
    width: 400px;
    max-width: 100%;
    gap: 20px;
    margin-bottom: 50px;
  }
  .main-hero-stat {
    flex: 0 0 90px;
    width: 400px;
    max-width: 100%;
    height: 90px;
    min-width: 0;
    min-height: 90px;
    gap: 10px;
    padding: 16px 15px;
    border-radius: 6px;
  }
  .main-hero-stat strong {
    font-size: 20px;
  }
  .main-hero-stat span {
    font-size: 20px;
  }
  .main-hero-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    width: 100%;
  }
  .main-hero-title {
    width: min(598px,100%);
    flex: 0 0 auto;
  }
  .main-hero-title h1 {
    max-width: 598px;
    font-size: 36px;
    line-height: 1.2;
  }
  .main-hero-flags {
    top: 42px;
    left: 0;
    width: 470px;
  }
  .main-hero-right {
    width: 446px;
    flex: 0 0 auto;
  }
  .main-hero-right p {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
  }
  .main-hero-right .main-links {
    width: auto;
    margin-top: 15px;
    gap: 20px;
    flex-wrap: nowrap;
  }
  .main-hero-right .main-links a {
    width: auto;
    min-height: 42px;
    padding: 0 30px;
    border-radius: 6px;
    font-size: 16px;
    white-space: nowrap;
  }
  .main-hero-right .main-links a.blue {
    width: auto;
  }
  .main-how-works h2,
  .main-faq h2,
  .main-cta h2 {
    font-size: 36px;
  }
  .main-section-title h1,
  .main-section-title h2,
  .main-section-title h3,
  .main-section-title .header_section,
  .main-tech h2,
  .main-operations h2 {
    font-size: 30px;
  }
  .main-hero-right p,
  .main-section-title p,
  .main-tech p,
  .main-ai-content p,
  .main-ai-content div,
  .main-ai-content span,
  .main-ai-content li,
  .main-cta p {
    font-size: 16px;
  }
  .main-links {
    width: 100%;
  }
  .main-links a {
    width: 100%;
    padding: 0 18px;
    font-size: 16px;
  }
  .main-cta .main-links {
    width: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .main-cta .main-links a,
  .main-cta .main-links a.blue {
    width: auto;
    white-space: nowrap;
  }
  .main-brand-section {
    padding: 85px 0;
  }
  .main-services {
    padding: 50px 0;
  }
  .main-services .main-section-title h2 {
    font-size: 36px;
  }
  .main-for-whom {
    padding: 50px 0;
  }
  .main-how-works {
    padding: 50px 0;
  }
  .main-how-works h2 {
    font-size: 36px;
  }
  .main-operations {
    padding: 50px 0;
  }
  .main-operations h2 {
    font-size: 36px;
  }
  .main-operations .main-stat-item strong {
    font-size: 20px;
  }
  .main-operations .main-stat-item > span {
    font-size: 16px;
  }
  .main-warehouse-network {
    padding: 50px 0;
  }
  .main-tech {
    padding: 50px 0;
  }
  .main-tech h2 {
    font-size: 36px;
  }
  .main-tech p {
    font-size: 16px;
  }
  .main-ai {
    padding: 50px 0;
  }
  .main-ai .main-ai-content h1,
  .main-ai .main-ai-content h2,
  .main-ai .main-ai-content h3,
  .main-ai .main-ai-content .header_section {
    font-size: 36px;
  }
  .main-ai .main-ai-content > p,
  .main-ai .main-ai-content .agent-left h4 {
    font-size: 16px;
  }
  .main-faq {
    padding: 50px 0;
  }
  .main-faq h2 {
    font-size: 36px;
  }
  .main-faq-q {
    gap: 18px;
    padding: 30px 24px;
    font-size: 20px;
  }
  .main-faq-item.open .main-faq-a {
    padding: 15px 24px 30px;
  }
  .main-for-whom .main-inner {
    padding: 0;
  }
  .main-trusted {
    padding: 0;
  }
  .main-trusted .main-inner {
    min-height: 0;
    gap: 32px;
    padding: 0 16px 50px;
  }
  .main-trusted .main-inner > .main-section-title,
  .main-trusted .main-inner > .main-sep,
  .main-trusted .main-inner > .main-two-cols {
    width: 100%;
  }
  .main-trusted .main-inner > .main-section-title {
    margin-top: 50px;
  }
  .main-trusted .main-section-title {
    gap: 18px;
  }
  .main-trusted .main-section-title h1,
  .main-trusted .main-section-title h2,
  .main-trusted .main-section-title h3,
  .main-trusted .main-section-title .header_section {
    font-size: 36px;
  }
  .main-trusted .main-section-title p {
    font-size: 16px;
  }
  .main-trusted .main-two-cols {
    gap: 32px;
  }
  .main-trusted .main-two-cols .col {
    gap: 32px;
  }
  .main-trusted .main-icon-item {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
    width: 100%;
  }
  .main-trusted .main-icon-item img {
    width: 91px;
    height: 91px;
    flex-basis: 91px;
  }
  .main-trusted .main-icon-item:first-child img {
    width: 90px;
    height: 90px;
    flex-basis: 90px;
  }
  .main-trusted .main-icon-item div {
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 15px;
    max-width: none;
  }
  .main-tech .main-links {
    flex-wrap: wrap;
  }
  .main-tech .main-links a {
    width: 100%;
    white-space: normal;
  }
  .main-service-grid {
    gap: 20px;
  }
  .main-stats-row {
    flex-direction: column;
  }
  .main-stat-item {
    flex: 0 0 auto;
  }
  .main-service-card {
    flex-basis: 100%;
    height: auto;
    min-height: 0;
    padding: 30px 22px;
  }
  .main-service-card .main-service-text,
  .main-service-card .service-txt {
    width: 100%;
    max-width: 520px;
  }
  .main-service-card p,
  .main-service-card:nth-child(1) p,
  .main-service-card:nth-child(4) p,
  .main-service-card:nth-child(5) p {
    max-width: 100%;
    word-spacing: normal;
  }
  .main-service-icon {
    width: 78px;
    height: 65px;
  }
  .main-service-icon img {
    max-width: 78px;
    max-height: 65px;
  }
  .main-logo-item {
    width: 176px;
    height: 96px;
    flex-basis: 176px;
  }
  .main-icon-item {
    align-items: flex-start;
    gap: 20px;
  }
  .main-icon-item img {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
  .main-icon-item div {
    flex: 1 1 0;
    width: auto;
    gap: 8px;
  }
  .main-two-cols .col:first-child .main-icon-item:nth-child(2) div {
    flex: 1 1 0;
    width: auto;
  }
  .main-card {
    padding: 32px 22px;
  }
  .main-card h2 {
    font-size: 36px;
  }
  .main-card p {
    font-size: 16px;
  }
  .main-map-video video {
    aspect-ratio: 1.3333333333333;
  }
  .main-warehouse-network {
    min-height: 0;
    padding: 50px 0;
  }
  .main-warehouse-network .main-section-title {
    gap: 18px;
  }
  .main-warehouse-network .main-section-title h2 {
    font-size: 36px;
    line-height: 1.18;
  }
  .main-warehouse-network .main-section-title p {
    font-size: 16px;
    line-height: 1.45;
  }
  .main-warehouse-network .main-sep {
    width: 100%;
    margin-top: 24px;
  }
  .main-warehouse-map {
    width: 100%;
    margin-top: 32px;
  }
  .main-financial .site-container.section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .main-financial .financial-section {
    gap: 32px;
  }
  .main-financial .financial-section > .container-lg {
    gap: 18px;
  }
  .main-financial .financial-section > .container-lg .section-title,
  .main-financial .financial-section > .container-lg .hero-content {
    gap: 18px;
  }
  .main-financial .financial-section > .container-lg h1,
  .main-financial .financial-section > .container-lg h2,
  .main-financial .financial-section > .container-lg h3,
  .main-financial .financial-section > .container-lg .header_section {
    font-size: 36px;
    line-height: 1.18;
  }
  .main-financial .financial-section > .container-lg p {
    font-size: 16px;
    line-height: 1.45;
  }
  .main-financial .financial-section .financial-sep {
    width: 100%;
  }
  .main-financial .financial-section .financial-sep::before {
    margin-right: 40px;
  }
  .main-financial .financial-section .financial-sep::after {
    margin-left: 40px;
  }
  .main-financial .financial-section .payment-wrapper,
  .main-financial .financial-section .payment-wrapper.reverse {
    gap: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-financial .financial-section .payment-wrapper.reverse {
    margin-top: 18px;
  }
  .main-financial .financial-section .payment-right {
    align-items: flex-start;
    gap: 14px;
  }
  .main-financial .financial-section .payment-right h1,
  .main-financial .financial-section .payment-right h2,
  .main-financial .financial-section .payment-right h3,
  .main-financial .financial-section .payment-right .header_section {
    font-size: 20px;
    line-height: 1.2;
  }
  .main-financial .financial-section .payment-right p {
    font-size: 16px;
    line-height: 1.45;
    text-align: left !important;
  }
  .main-cta {
    height: auto;
    min-height: 0;
    padding: 50px 0;
  }
  .main-cta .main-inner {
    height: auto;
    padding: 0 16px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-cta h2 {
    margin: 0 0 25px;
    font-size: 36px;
  }
  .main-cta p {
    margin: 0;
    font-size: 16px;
  }
  .main-cta .main-cta-sep {
    width: 100%;
    margin: 28px 0;
  }
  .main-cta .main-links {
    flex-wrap: nowrap;
    width: auto;
    gap: 14px;
  }
  .main-cta .main-links a,
  .main-cta .main-links a.blue {
    width: auto;
    white-space: nowrap;
  }
  .main-ai-content .agent-wrapper {
    align-items: center;
  }
  .main-ai-content .agent-right {
    display: none;
  }
  .main-ai-content .agent-img {
    display: none;
  }
}
@media (max-width: 980px) {
  .main-financial .financial-section .payment-wrapper.reverse,
  .main-financial .financial-section .payment-wrapper.reverse .payment-left,
  .main-financial .financial-section .payment-wrapper.reverse .payment-right {
    align-items: flex-start;
    text-align: left !important;
  }
  .main-financial .financial-section .payment-wrapper.reverse h1,
  .main-financial .financial-section .payment-wrapper.reverse h2,
  .main-financial .financial-section .payment-wrapper.reverse h3,
  .main-financial .financial-section .payment-wrapper.reverse .header_section,
  .main-financial .financial-section .payment-wrapper.reverse p,
  .main-financial .financial-section .payment-wrapper.reverse div,
  .main-financial .financial-section .payment-wrapper.reverse span,
  .main-financial .financial-section .payment-wrapper.reverse li {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  body.page-index > div.site-container > .head-search-cart-container.search-block div.head-search-input .options-lastnums,
  body > div.site-container:has(.main-home) > .head-search-cart-container.search-block div.head-search-input .options-lastnums {
    flex: 0 0 46px;
    width: 46px;
    min-width: 46px;
    padding: 0 15px;
  }
  body.page-index > div.site-container > .head-search-cart-container.search-block div.head-search-input .options-lastnums .title,
  body > div.site-container:has(.main-home) > .head-search-cart-container.search-block div.head-search-input .options-lastnums .title {
    width: 12px !important;
    min-width: 12px;
    padding: 0 !important;
    gap: 0;
    overflow: hidden;
    font-size: 0 !important;
  }
}
@media (max-width: 600px) {
  body.page-index > div.site-container > .head-search-cart-container,
  body > div.site-container:has(.main-home) > .head-search-cart-container {
    top: 80px;
  }
  body.page-index > div.site-container > .head-search-cart-container.search-block div.head-search,
  body > div.site-container:has(.main-home) > .head-search-cart-container.search-block div.head-search {
    flex-wrap: wrap;
    gap: 10px;
  }
  body.page-index > div.site-container > .head-search-cart-container.search-block .head-search-options-input,
  body > div.site-container:has(.main-home) > .head-search-cart-container.search-block .head-search-options-input {
    flex-basis: 100%;
    min-width: 0;
  }
  body.page-index > div.site-container > .head-search-cart-container.search-block .pricenka,
  body > div.site-container:has(.main-home) > .head-search-cart-container.search-block .pricenka {
    flex: 0 0 auto;
    justify-content: center;
  }
  .main-hero {
    height: auto;
    min-height: 0;
    margin-top: 60px;
    padding: 180px 20px 50px;
  }
  .main-hero-stats {
    width: 400px;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .main-hero-stat {
    width: 400px;
    max-width: 100%;
  }
  .main-hero-title {
    width: 100%;
  }
  .main-hero-title h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.2;
  }
  .main-hero-flags {
    top: 39px;
    width: 400px;
  }
  .main-hero-right {
    width: min(446px,100%);
  }
  .main-hero-right .main-links {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
  }
  .main-hero-right .main-links a {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }
  .main-hero-right .main-links a.blue {
    width: auto;
  }
  .main-services .main-section-title h2 {
    font-size: 30px;
  }
  .main-brand-section.oem .main-section-title h2 {
    font-size: 30px;
  }
  .main-brand-section.aftermarket .main-section-title h2 {
    font-size: 30px;
  }
  .main-trusted .main-section-title h1,
  .main-trusted .main-section-title h2,
  .main-trusted .main-section-title h3,
  .main-trusted .main-section-title .header_section {
    font-size: 30px;
  }
  .main-trusted .main-two-cols,
  .main-trusted .main-two-cols .col {
    gap: 30px;
  }
  .main-card h2 {
    font-size: 30px;
  }
  .main-how-works h2 {
    font-size: 30px;
  }
  .main-faq h2 {
    font-size: 30px;
  }
  .main-cta h2 {
    font-size: 30px;
  }
  .main-operations h2 {
    font-size: 30px;
  }
  .main-warehouse-network .main-section-title h2 {
    font-size: 30px;
  }
  .main-financial .financial-section > .container-lg h1,
  .main-financial .financial-section > .container-lg h2,
  .main-financial .financial-section > .container-lg h3,
  .main-financial .financial-section > .container-lg .header_section {
    font-size: 30px;
  }
  .main-tech h2 {
    font-size: 30px;
  }
  .main-ai .main-ai-content h1,
  .main-ai .main-ai-content h2,
  .main-ai .main-ai-content h3,
  .main-ai .main-ai-content .header_section {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  body.page-index > div.site-container > .head-search-cart-container,
  body > div.site-container:has(.main-home) > .head-search-cart-container {
    top: 75px;
    width: calc(100% - 40px);
  }
  body.page-index > div.site-container > .head-search-cart-container.search-block div.head-search,
  body > div.site-container:has(.main-home) > .head-search-cart-container.search-block div.head-search {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  body.page-index > div.site-container > .head-search-cart-container.search-block .head-search-options-input,
  body > div.site-container:has(.main-home) > .head-search-cart-container.search-block .head-search-options-input {
    flex: 0 0 auto;
    width: 100%;
  }
  body.page-index > div.site-container > .head-search-cart-container.search-block .pricenka,
  body > div.site-container:has(.main-home) > .head-search-cart-container.search-block .pricenka {
    flex: 0 0 auto;
    width: 100% !important;
    min-width: 0;
    justify-content: center;
  }
  .main-cta .main-links {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    gap: 15px;
  }
  .main-cta .main-links a,
  .main-cta .main-links a.blue {
    width: 100%;
    white-space: normal;
  }
  .main-hero {
    height: auto;
    min-height: 0;
    padding-top: 170px;
    padding-bottom: 50px;
  }
  .main-hero-stats {
    margin-bottom: 50px;
  }
  .main-hero-title h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .main-hero-right {
    width: 100%;
  }
  .main-hero-right .main-links {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    gap: 15px;
  }
  .main-hero-right .main-links a {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
  }
  .main-hero-right .main-links a.blue {
    width: 100%;
  }
  .main-services .main-section-title h2 {
    font-size: 28px;
  }
  .main-brand-section.oem .main-section-title h2 {
    font-size: 28px;
  }
  .main-brand-section.aftermarket .main-section-title h2 {
    font-size: 28px;
  }
  .main-card h2 {
    font-size: 28px;
  }
  .main-how-works h2 {
    font-size: 28px;
  }
  .main-faq h2 {
    font-size: 28px;
  }
  .main-cta h2 {
    font-size: 28px;
  }
  .main-operations h2 {
    font-size: 28px;
  }
  .main-warehouse-network .main-section-title h2 {
    font-size: 28px;
  }
  .main-financial .financial-section > .container-lg h1,
  .main-financial .financial-section > .container-lg h2,
  .main-financial .financial-section > .container-lg h3,
  .main-financial .financial-section > .container-lg .header_section {
    font-size: 28px;
  }
  .main-tech h2 {
    font-size: 28px;
  }
  .main-ai .main-ai-content h1,
  .main-ai .main-ai-content h2,
  .main-ai .main-ai-content h3,
  .main-ai .main-ai-content .header_section {
    font-size: 28px;
  }
  .main-trusted .main-section-title h1,
  .main-trusted .main-section-title h2,
  .main-trusted .main-section-title h3,
  .main-trusted .main-section-title .header_section {
    font-size: 28px;
  }
  .main-trusted .main-icon-item {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }
  .main-trusted .main-icon-item div {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 360px) {
  body.page-index > div.site-container > .head-search-cart-container,
  body > div.site-container:has(.main-home) > .head-search-cart-container {
    width: calc(100% - 20px);
  }
  .main-hero {
    height: auto;
    min-height: 0;
    padding-top: 170px;
    padding-bottom: 50px;
  }
  .main-hero-flags {
    top: 97px;
    width: 320px;
  }
  .main-hero-right .main-links {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .main-hero-right .main-links a {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
  }
  .main-hero-right .main-links a.blue {
    width: 100%;
  }
  .main-ai .main-ai-content h1,
  .main-ai .main-ai-content h2,
  .main-ai .main-ai-content h3,
  .main-ai .main-ai-content .header_section {
    font-size: 28px;
  }
  .main-faq h2 {
    font-size: 28px;
  }
  .main-cta h2 {
    font-size: 28px;
  }
}
@media (max-width: 570px) {
  .main-tech .main-inner {
    align-items: flex-start;
  }
  .main-tech .left {
    align-items: flex-start;
  }
  .main-tech h2,
  .main-tech p {
    text-align: left;
  }
  .main-tech .main-checklist {
    align-items: flex-start;
  }
  .main-tech .main-checklist li {
    justify-content: flex-start;
  }
  .main-tech .main-links {
    justify-content: flex-start;
  }
  .main-tech .right {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  .main-hero-stats {
    flex-direction: column;
  }
  .main-service-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1739px) {
  .main-home .main-inner.main-inner,
  .main-financial .site-container.section,
  .main-register .block_reg_index > * {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-financial .financial-section > .container-lg,
  .main-financial .financial-section .payment-wrapper,
  .main-financial .financial-section .payment-wrapper.reverse {
    padding-left: 0;
    padding-right: 0;
  }
  .main-financial .site-container.section {
    width: auto;
  }
  body.page-index > div.site-container > .head-search-cart-container,
  body > div.site-container:has(.main-home) > .head-search-cart-container {
    left: 20px;
    right: 20px;
    width: auto;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
  .main-register .block_reg_index {
    padding-left: 0;
    padding-right: 0;
  }
}
