body {
  font-family: 'Nunito Sans', sans-serif;
  background-color: #121212;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  box-sizing: border-box;
}

.button-secondary,
.button-primary {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
  padding: 10px 24px;
  border-radius: 12px;
  border: 1.5px solid #FFFFFF;
  box-shadow: 0px 2px 2px rgba(8, 1, 12, 0.15), inset 0px 4px 0px rgba(255, 255, 255, 0.2), inset 0px -5px 0px rgba(8, 1, 12, 0.15);
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}

.button-secondary:hover {
  transform: scale(1.05);
  background-color: #FFFFFF;
  color: #121212;
  border-color: #FFFFFF;
}

.button-primary:hover {
  transform: scale(1.05);
  background-color: #2AD10D;
  color: #000;
  border-color: #2AD10D;
}

.card-buttons a,
.achievements-buttons a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease-in-out;
  box-sizing: border-box;
}

.card-buttons a:hover,
.achievements-buttons a:hover {
  color: #ddd;
}

.achievements .achievements-buttons .button-primary {
  background-color: transparent;
  border: 1.5px solid #FFFFFF;
  color: #FFFFFF;
}

.achievements .achievements-buttons .button-primary:hover {
  background-color: #FFFFFF;
  color: #121212;
  border-color: #FFFFFF;
}

nav a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  box-sizing: border-box;
}

nav a:hover {
  color: #ddd;
}

.button-secondary {
  background-color: #121212;
  color: #FFFFFF;
  box-sizing: border-box;
}

.button-primary {
  background-color: #39FF14;
  color: #000000;
  box-sizing: border-box;
}

.main-container {
  width: 100%;
  max-width: 1920px;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
}

h2 {
  font-family: 'Fredoka', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 32px;
  box-sizing: border-box;
}

h3 {
  font-family: 'Fredoka', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 16px;
  box-sizing: border-box;
}

p {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  box-sizing: border-box;
}

header {
  background-color: #121212;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.header-top {
  background-color: #121212;
  border-bottom: 1px solid rgba(8, 1, 12, 0.15);
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
}

.header-top .container {
  max-width: 1440px;
  padding: 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.header-top-links {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.header-top-links {
    display: flex;
    flex-wrap: wrap;
}

.header-top-item {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-right: 60px;
    box-sizing: border-box;
    color: #FFFFFF;
}

.header-top-item i {
    font-size: 24px;
    margin-right: 10px;
    margin-top: 3px;
}

.fa-telegram { color: #0088cc; }
.fa-store { color: #FF5A00; }
.fa-vk { color: #0077FF; }

.header-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header-top-item a {
    color: #FFFFFF;
    margin-bottom: 5px;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.header-top-item a:hover {
    color: #dddddd;
    text-decoration: underline;
}

.header-top-item p {
    margin-top: 0;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 14px;
    opacity: 0.8;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  height: 72px;
  box-sizing: border-box;
}
.header-container nav ul {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-container nav ul li a {
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    transition: all 0.3s ease;
}
.logo img {
  width: 151px;
  height: 152px;
  box-sizing: border-box;
}

nav ul {
  display: flex;
  flex-direction: row;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

nav a {
  color: #FFFFFF;
  text-decoration: none;
  box-sizing: border-box;
}

.header-buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  box-sizing: border-box;
}

.hero {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/11.jpeg");
  background-size: cover;
  background-position: center;
  height: 1440px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.hero-container {
  text-align: left;
  max-width: 1440px;
  padding: 0 100px;
  box-sizing: border-box;
}

.hero-content h1 {
  font-family: 'Fredoka', sans-serif;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.hero-content p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 32px;
  box-sizing: border-box;
}

section {
  padding: 112px 0;
  background-color: #121212;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

section h2 {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 32px;
  box-sizing: border-box;
}

.motorcycles-grid,
.equipment-grid,
.parts-grid {
    display: flex;
    gap: 48px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    align-items: stretch;
    scroll-behavior: smooth;
    cursor: grab;
}

.motorcycles-grid.active,
.equipment-grid.active,
.parts-grid.active {
    cursor: grabbing;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.motorcycle-card,
.equipment-card,
.parts-card {
  border-radius: 16px;
  background-color: #1E1E1E;
  padding: 24px;
  box-sizing: border-box;
  width: calc(33.33% - 32px);
  flex: 0 0 auto;
  scroll-snap-align: start;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.motorcycle-card img,
.equipment-card img,
.parts-card img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 15px;
  aspect-ratio: 4/3;
  object-fit: cover;
  box-sizing: border-box;
}

.motorcycle-card h3,
.equipment-card h3,
.parts-card h3 {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.motorcycle-card p,
.equipment-card p,
.parts-card p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: auto;
  box-sizing: border-box;
}

.card-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
}

.card-buttons a {
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

.advantages {
  text-align: left;
  box-sizing: border-box;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 64px;
  box-sizing: border-box;
}

.advantages-card {
  text-align: left;
  padding: 24px;
  box-sizing: border-box;
}

.advantages-card .cube-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.advantages-card h3 {
  font-size: 24px;
  line-height: 140%;
  box-sizing: border-box;
}

.advantages-card p {
  font-size: 16px;
  line-height: 150%;
  box-sizing: border-box;
}

.how-to-buy {
  text-align: left;
  box-sizing: border-box;
}

.how-to-buy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 64px;
  box-sizing: border-box;
}

.how-to-buy-grid .how-to-buy-card {
  border-radius: 16px;
  text-align: left;
  box-sizing: border-box;
}

.how-to-buy-grid .how-to-buy-card h3 {
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.how-to-buy-grid .how-to-buy-card img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 15px;
  aspect-ratio: 4/3;
  object-fit: cover;
  box-sizing: border-box;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 64px;
  box-sizing: border-box;
}

.service-grid .service-card {
  border-radius: 16px;
  text-align: left;
  padding: 24px;
  box-sizing: border-box;
}

.service-grid .service-card h3 {
  font-size: 24px;
  line-height: 130%;
  box-sizing: border-box;
}

.achievements {
  text-align: left;
  box-sizing: border-box;
}

.achievements .container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.achievements p {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 24px;
  text-align: left;
  box-sizing: border-box;
}

.achievements .achievements-description p {
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 32px;
  text-align: left;
  box-sizing: border-box;
}

.achievements-buttons {
  display: flex;
  margin-bottom: 64px;
  gap: 20px;
  box-sizing: border-box;
}

.achievements .achievements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 64px;
  box-sizing: border-box;
}

.achievements .achievements-card h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 130%;
  box-sizing: border-box;
}

.testimonials {
  padding: 112px 0px;
  box-sizing: border-box;
}

.testimonials-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.testimonials .testimonials-content img:first-child {
  border-radius: 16px;
  margin-right: 50px;
  width: 200px;
  height: 400px;
  object-fit: cover;
  box-sizing: border-box;
}

.testimonials .testimonials-content img:last-child {
  margin-left: 50px;
  width: 150px;
  height: auto;
  box-sizing: border-box;
}

.testimonials-stars {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.testimonials-stars img {
  width: 2px;
  height: auto;
  margin-right: 0px;
  box-sizing: border-box;
}

.contact {
  text-align: center;
  box-sizing: border-box;
}

.contact h2 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.contact p {
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 48px;
  box-sizing: border-box;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  box-sizing: border-box;
}

footer {
  background-color: #121212;
  padding: 80px 0;
  width: 100%;
  box-sizing: border-box;
}

footer .footer-container {
  max-width: 1440px;
  padding: 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
}

footer .footer-container p {
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 0;
  box-sizing: border-box;
}

footer .footer-links {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 24px;
  box-sizing: border-box;
}

footer .footer-links a {
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  box-sizing: border-box;
}

footer .footer-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 1200px;
  box-sizing: border-box;
}

footer .footer-container p {
  margin: 0 auto;
  box-sizing: border-box;
}

footer .footer-links {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin: 0 auto;
  box-sizing: border-box;
}

footer .footer-links a {
  color: #FFFFFF;
  text-decoration: underline;
  box-sizing: border-box;
}

.section-9 {
  background-color: #1E1E1E;
  padding: 80px 0;
  box-sizing: border-box;
}

.section-9 .container {
  max-width: 1440px;
  padding: 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section-9-newsletter {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
  box-sizing: border-box;
}

.section-9-newsletter img {
  width: 74px;
  height: 74px;
  margin-right: 20px;
  box-sizing: border-box;
}

.section-9-newsletter p {
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.section-9-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}

.section-9-form {
  display: flex;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.section-9-form input {
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  width: 337px;
  margin-right: 16px;
  box-sizing: border-box;
}

.section-9-form button {
  padding: 10px 24px;
  border-radius: 12px;
  background-color: #121212;
  border: 1.5px solid #FFFFFF;
  color: #FFFFFF;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  box-sizing: border-box;
}

.section-9-links {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.section-9-links h3 {
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 600;
  box-sizing: border-box;
}

.section-9-columns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.section-9-columns li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 8px 0;
  text-align: left;
  width: 30%;
  box-sizing: border-box;
}

.section-9-columns li > div { 
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section-9-columns li img.cube-icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  filter: brightness(0) invert(1);
  box-sizing: border-box;
}

.section-9-columns li a {
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 0;
  box-sizing: border-box;
}

.section-9-columns li p {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0;
  box-sizing: border-box;
}
.section-9-contact {
    margin-top: 50px;
    text-align: center;
}

.section-9-contact p {
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 20px;
}


.messenger-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.messenger-buttons a {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

.messenger-buttons a i {
    margin-right: 10px;
    font-size: 20px;
    opacity: 1;
    color: white;
}

.whatsapp-btn {
    background-color: #25D366;
    color: white;
}


.telegram-btn {
    background-color: #0088cc;
    color: white;
}


.whatsapp-btn:hover {
    background-color: #1da851;
    transform: translateY(-2px);
}

.telegram-btn:hover {
    background-color: #0077b3;
    transform: translateY(-2px);
}
section.service h2 {
  word-wrap: break-word;
  box-sizing: border-box;
}
.testimonial iframe {
    max-width: 100%;
    height: auto;
}
.rounded-video {
    border-radius: 10px;
    overflow: hidden;
}
.video-container, .image-container {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

}

.video-container {
    position: relative;
    width: 240px;
    height: 240px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.video-container iframe, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #39FF14;
  color: #000;
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color: #2AD10D;
  transform: translateY(-3px);
}




.image-container {
    position: relative;
    width: 240px;
    height: 240px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
    box-sizing: border-box;
  }

  h2 {
    font-size: 32px;
    box-sizing: border-box;
  }

  h3 {
    font-size: 24px;
    box-sizing: border-box;
  }

  .header-top-links {
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .header-top-item {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .header-container {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    height: auto;
    box-sizing: border-box;
  }

  nav ul {
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .header-buttons {
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .hero {
    height: 700px;
    box-sizing: border-box;
  }

  .hero-container {
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .hero-content h1 {
    font-size: 36px;
    box-sizing: border-box;
  }

  .motorcycles-grid,
  .equipment-grid,
  .parts-grid {
    gap: 20px;
    box-sizing: border-box;
  }

  .motorcycle-card,
  .equipment-card,
  .parts-card {
    width: calc(50% - 10px);
    min-width: auto;
    box-sizing: border-box;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    box-sizing: border-box;
  }

  .how-to-buy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    box-sizing: border-box;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    box-sizing: border-box;
  }

  .achievements .achievements-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    box-sizing: border-box;
  }

  .testimonials-content {
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .testimonials .testimonials-content img:first-child {
    margin-right: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .testimonials .testimonials-content img:last-child {
    margin-left: 0;
    margin-top: 20px;
    box-sizing: border-box;
  }

  .section-9-newsletter {
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
  }

  .section-9-newsletter img {
    margin-right: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .section-9-form {
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .section-9-form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  .section-9-columns {
    flex-direction: column;
    box-sizing: border-box;
  }

  .section-9-columns li {
    width: 100%;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
  }
footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
}

footer .disclaimer {
    font-size: 12px;
    color: #999;
    margin: 10px 0;
    max-width: 600px;
    line-height: 1.4;
}

footer .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    gap: 10px;
    margin: 10px 0;
}

footer .footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

footer .footer-links a:hover {
    color: #333;
    text-decoration: underline;
}


  section.service h2 {
    font-size: 28px;
    box-sizing: border-box;
  }
}
.product-card {
  border-radius: 16px;
  background-color: #1E1E1E;
  padding: 24px;
  box-sizing: border-box;
  width: calc(33.33% - 32px);
  flex: 0 0 auto;
  scroll-snap-align: start;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.product-card img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 15px;
  aspect-ratio: 4/3;
  object-fit: cover;
  box-sizing: border-box;
}

.product-card h3 {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.product-card p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: auto;
  box-sizing: border-box;
}
.stars-container {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .motorcycle-card,
  .equipment-card,
  .parts-card {
    width: 100%;
    box-sizing: border-box;
  }
  nav {
    margin-bottom: 100px;
  }
  .hero {
      height: 500px;
      box-sizing: border-box;
  }

  .hero-content h1 {
      font-size: 28px;
      box-sizing: border-box;
  }

  .achievements .achievements-card h3 {
      font-size: 48px;
      box-sizing: border-box;
  }

  section {
      padding: 60px 0;
      box-sizing: border-box;
  }

  section h2 {
      margin-bottom: 20px;
      box-sizing: border-box;
  }

  .achievements-buttons {
    flex-direction: column;
    box-sizing: border-box;
  }

  .container {
      padding: 0 10px;
      box-sizing: border-box;
  }

  section.service h2 {
    font-size: 24px;
    box-sizing: border-box;
  }
  
}

