* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

  list-style: none;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

.button {
  display: inline-flex;
  align-items: center;
  padding: 7px 28px;
  border-radius: 50px;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Arial Narrow', sans-serif;
  font-weight: 500;
  font-size: 21px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #f13116 0%, #d83d10 50%, #ae2f09 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border: 1px solid #8b2308;
  transition: all 0.2s ease;
  cursor: pointer;
}

.button:hover {
  filter: brightness(1.1);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
}

.button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

body {
  background: rgb(235, 232, 232);
}
:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

.button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 10px;
  top: 10px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  background: #000;
  color: #fff;
  z-index: 1000;
}

.main-nav {
  display: flex;
  gap: 20px;
}

.main-nav a {
  color: inherit;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  text-decoration: underline;
}

.container {
  max-width: 1260px;
  margin: auto;
  padding: 0 10px;
}

/* Akrobat Regular */
@font-face {
  font-family: 'Akrobat';
  src:
    url('./fonts/Akrobat-Regular.woff2') format('woff2'),
    url('./fonts/Akrobat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Akrobat', sans-serif;
}

.emailIcon {
  width: 40px;
}

.brand-icon {
  width: 200px;
}

.quote {
  width: 50px;
}

.galochka {
  width: 20px;
}

/* Header */

header {
  padding: 20px 0;
  background-image: url('./assets/Picsart_26-02-23_00-37-07-097.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header-hero-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header-top {
  display: flex;
}

.header-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
}

.header-subtitle {
  font-size: 16px;
}

.header-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.header-location {
  font-size: 16px;
  color: #444444;
}

.header-visit {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}

.header-phone {
  font-size: 30px;
  padding: 5px 0 10px;
}

.header-location {
  font-style: normal;
  margin: 0 20px;
}

.header-location a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.3s ease;
  display: inline-block;
}

.header-location a:hover {
  color: #690505;
  transform: translateY(-1px);
}

/* Banner */

.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.banner {
  display: flex;
  flex-direction: column;
  font-family: 'Akrobat', Tahoma, Verdana, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

.banner-title {
  font-family: 'Akrobat', Tahoma, Verdana, sans-serif;
  font-weight: 700;
  font-size: 80px;
  font-stretch: 50%;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

.banner-red {
  color: #811f1f;
}

.banner-black {
  color: #1a1a1a;
  font-weight: 300;
}

.bonus-text {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  font-weight: 100;
  font-size: 22px;
}

/* Hero */

.hero-title {
  color: #8b1a1a;
  font-size: 38px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 40px 0;
}

.hero-title span {
  color: #1a1a1a;
}

.hero-brands {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.hero-brand {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 211px;
  height: 140px;
  background-color: rgb(250, 247, 247);
}

.hero-brands {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-subtitle {
  font-size: 18px;
  text-align: left;
  margin: 40px 0;
  color: #444444;
}

/* parts */

.parts-parallax {
  margin-top: 100px;
  padding: 50px 0;
  background-image:
    linear-gradient(rgba(120, 10, 10, 0.85), rgba(40, 5, 5, 0.9)), url('assets/background.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.parts-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 70px;
  text-transform: uppercase;
}

.parts-title .symbol {
  margin-right: 10px;
}

.parts-title .thin {
  font-weight: 300;
  opacity: 0.8;
}

.parts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.part-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.part-image {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.part-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.7));
}

.part-button {
  background: linear-gradient(to right, #e63946, #8b1a1a);
  color: white;
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

/* About */

.about-title {
  color: #8b1a1a;
  font-size: 32px;
  text-align: center;
  margin: 50px 0 70px;
}

.about-title span {
  color: #1a1a1a;
}

.reviews {
  display: flex;
  justify-content: center;
  gap: 200px;
  flex-wrap: wrap;
}

.review {
  width: 450px;
  background: white;
  border-radius: 40px;
  padding: 30px;
}

.review-top {
  display: flex;
  align-items: self-start;
  gap: 30px;
}

.review-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.review-subtitle {
  font-size: 18px;
  color: #444444;
}

.audio-blocks {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
  background: white;
  padding: 30px;
  flex-wrap: wrap;
  border-radius: 30px;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.05),
    0 20px 48px rgba(0, 0, 0, 0.05),
    0 1px 4px rgba(0, 0, 0, 0.1);
}

.audio-title {
  color: #353535;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Akrobat';
  font-weight: 800;
  text-align: center;
  margin: 30px 0;
}

/* map */
.map {
  margin-top: 60px;
}

.map-content iframe {
  display: block;
  width: 100%;
  border: 0;
}
/* Footer */

.footer {
  background-color: #811f1f;
  color: #ffffff;
  padding: 40px 0 20px 0;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-logo {
  width: 80px;
  height: auto;
}

.footer-title {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
}

.footer-subtitle {
  font-size: 16px;
  margin: 0;
  opacity: 0.9;
}

.footer-contacts {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.footer-location {
  font-size: 14px;
  margin: 0;
}

.footer-phone {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.footer-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.btn-icon {
  width: 20px;
  filter: brightness(0) invert(1);
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  text-align: center;
}

.footer-copyright p {
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.8;
}

.whatsapp-float {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.whatsapp-float img {
  width: 35px;
}

@media (max-width: 1024px) {
  .header-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .header-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .banner {
    font-size: 40px;
    text-align: center;
  }
  .hero-brands {
    flex-wrap: wrap;
    gap: 20px;
  }
  .hero-brand {
    width: 200px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .header-phone {
    font-size: 24px;
  }
  .header-location,
  .header-subtitle {
    font-size: 14px;
  }
  .hero-title {
    font-size: 28px;
    flex-direction: column;
    gap: 10px;
  }

  .hero-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .banner-title {
    font-size: 48px;
  }
  .hero-subtitle {
    font-size: 16px;
    margin: 20px 0;
  }
  .reviews {
    gap: 20px;
  }
  .review {
    width: 100%;
    max-width: 450px;
  }
  .footer-main {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .footer-contacts {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .audio-blocks {
    grid-template-columns: repeat(2, 1fr); /* 2 колонки */
    gap: 20px;
  }
}

/* whatsapp */

.whatsapp-float {
  position: fixed;
  bottom: 100px;
  right: 60px;
  width: 90px;
  height: 90px;
  background-color: #25d366;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-float img {
  width: 55px;
  height: 55px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #128c7e;
}

.whatsapp-float::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #25d366;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-wa 2s infinite;
}

@keyframes pulse-wa {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 40px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }
}

/* modal */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: #fff;
  padding: 40px 25px;
  width: 95%;
  max-width: 480px;
  position: relative;
  text-align: center;
  border-radius: 4px;
}

.close-modal {
  position: absolute;
  right: -10px;
  top: -50px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  width: 40px;
}

.modal-title {
  color: #5b1a1a;
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: none;
}

.modal-descr {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.modal-form input {
  width: 100%;
  max-width: 320px;
  padding: 12px 15px;
  border: 1px solid #777;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
}

.mobile-fixed-actions {
  display: none;
}

@media (max-width: 768px) {
  .whatsapp-float {
    display: none !important;
  }

  .mobile-fixed-actions {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #5cb85c;
    z-index: 9999;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  }

  .mobile-action-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-family: 'Akrobat', sans-serif;
    font-size: 16px;
    gap: 5px;
  }

  .mobile-action-btn img,
  .btn-icon-svg {
    width: 24px;
    height: 24px;
  }

  .btn-icon-svg {
    stroke: white;
  }

  .separator {
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  body {
    padding-bottom: 70px;
  }
}
