.hero {
  position: relative;
  width: 100%;
  height: 70vh;
  background: center center/cover no-repeat;
}
.hero-caption {
  position: absolute;
  bottom: 60px;
  left: 0;
  color: #fff;
}
.hero-caption h1 {
  font-size: 60px;
}
@media (max-width: 678px) {
  .hero-caption h1 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .hero-caption {
    padding: 0 1.5rem;
  }
  body {
    overflow-x: hidden;
  }
}


.text-primary {
  color: #ffa940 !important;
}
.features__disclamer {
  color: #4c5865 !important;
}


.about-lada {
  padding: 50px 0 70px;
}
.about-text {
  margin-bottom: 35px;
  line-height: 1.6;
}
.about-text p {
  margin-bottom: 1rem;
}
.about-image {
  margin: 0 0 35px 0;
}
.about-image img {
  width: 100%;
  display: block;
}
.accessories-hero__title {
  font-weight: 600 !important;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.about-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 16px;
}
.about-table thead tr {
  background: #f7f8f8;
}
.about-table th,
.about-table td {
  border: 1px solid #d1d5d7;
  padding: 14px 12px;
  vertical-align: top;
}

.about-bottom {
  display: grid;
  gap: 25px;
  margin-top: 40px;
  align-items: start;
}
.about-bottom-img img {
  width: 100%;
  display: block;
}
.about-bottom-text a {
  color: #ffa940;
  text-decoration: none;
  font-size: 16px;
}


@media (max-width: 991.98px) {
  .about-bottom {
    grid-template-columns: 1fr;
  }
  .about-table {
    font-size: 14px;
  }
}


.about-float-menu {
  width: 350px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 22px 22px 0;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  z-index: 999;
  right: 35px;
}
.about-float-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-float-menu li {
  margin-bottom: 14px;
}
.about-float-menu a {
  display: block;
  color: #4c5865;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.25;
    transition: 0.2s linear;
}
.about-float-menu li.active a,
.about-float-menu a:hover {
  color: #ffa940;
}
.about-menu-bottom {
  height: 7px;
  background: #ffa940;
  border-radius: 0 0 14px 14px;
  margin: 16px -22px 0;
}


@media (min-width: 1500px) and (max-width: 2099.98px) {
  .about-lada .container-xxl {
    padding-right: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .about-lada .container-xxl {
    padding-right: 420px;
  }
}


@media (max-width: 991.98px) {
  .about-float-menu {
    display: none;
  }
}


.floating-menu-btn {
  display: none;
}


@media (max-width: 992px) {
  .floating-menu-btn {
    position: fixed;
    bottom: 84px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.45);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0 8px 18px rgba(0,0,0,.15);
    z-index: 1101;
    cursor: pointer;
    transition: .2s ease;
  }
  .floating-menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .floating-menu-icon svg {
    display: block;
  }
  .floating-menu-panel {
    position: absolute;
    right: 0;
    bottom: 60px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    padding: 8px 0;
    width: 240px;
    display: none;
  }
  .floating-menu-panel a {
    display: block;
    padding: 9px 14px;
    color: #4b5a63;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
  }
  .floating-menu-btn.open .floating-menu-panel {
    display: block;
  }
}


@media (max-width: 576px) {
  .floating-menu-btn {
    right: 16px;
    bottom: 84px;
    width: 46px;
    height: 46px;
  }
  .floating-menu-panel {
    bottom: 52px;
  }
}


.floating-menu-btn.open {
  border-color: #ffa940;
  background: rgba(0,0,0,0.4);
}
.floating-menu-btn.open .floating-menu-icon svg rect {
  fill: #ffa940;
}


.floating-menu-panel a.active {
  color: #ffa940;
}


.hero-breadcrumb {
  position: absolute;
  top: 20vh;
  left: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 2;

  max-width: calc(100vw - 2rem);
  flex-wrap: wrap;
  overflow: hidden;
}


.hero-breadcrumb a {
  color: #fff;
  text-decoration: none;
}


.hero-breadcrumb .sep,
.hero-breadcrumb .current {
  opacity: .7;
}


.hero-breadcrumb > *:last-child {
  opacity: .7;
  pointer-events: none;
  cursor: default;
}


@media (max-width: 768px) {
  .hero-breadcrumb {
    top: 20vh;
    left: 1.5rem;
    font-size: 18px;
    gap: 6px;
  }
}


@media (max-width: 480px) {
  .hero-breadcrumb {
    gap: 4px;
  }
}


.map-only {
  width: 100%;
  height: 420px;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .map-only {
    height: 320px;
  }
}


.contacts-page {
  background: #fff;
}

.contact-card {
  background: #fff;
  border: 1px solid #e7eaed;
  border-radius: 4px;
  padding: 24px 24px 16px;
  margin-bottom: 24px;
}

.contact-title {
  font-size: 26px;
  font-weight: 700;
  color: #43586a;
  margin-bottom: 6px;
}

.contact-sub {
  margin-bottom: 16px;
  color: #6a7884;
}

.contact-text {
  color: #4c5865;
  line-height: 1.6;
}

.contact-text a {
  color: #ffa940;
  text-decoration: none;
}

.contact-map-wrapper {
  border: 1px solid #e7eaed;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
  background: #fff;
}

.contact-map {
  width: 100%;
  height: 380px;
  border: 0;
}


.contact-branch {
  display: grid;
  grid-template-columns: 90px 1fr 230px 210px;
  gap: 20px;
  align-items: start;
  background: #fff;
  border: 1px solid #e7eaed;
  border-radius: 4px;
  padding: 18px 24px 20px;
  margin-bottom: 16px;
}

.contact-branch-icon {
  font-size: 42px;
  display: flex;
  margin-top: 35px;
  align-items: flex-start;
  justify-content: center;
}

.contact-branch-body h3 {
  font-size: 22px;
  color: #43586a;
  margin-bottom: 4px;
}

.mail-link {
  color: #ffa940;
  text-decoration: none;
}

.contact-branch-phones,
.contact-branch-hours {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #4c5865;
}

.contact-branch-phones .label,
.contact-branch-hours .label {
  font-weight: 600;
  color: #43586a;
}

.contact-branch-phones a {
  color: #4c5865;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .contact-branch {
    grid-template-columns: 150px 1fr;
  }
}

@media (max-width: 767.98px) {
  .contact-card,
  .contact-branch {
    padding: 16px;
  }
  .contact-branch {
    grid-template-columns: 1fr;
  }
  .contact-map {
    height: 300px;
  }
}


.contact-card {
  background: #fff;
  border: 1px solid #e7eaed;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 24px;
}

.contact-card-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.contact-card-row--reverse {
  flex-direction: row-reverse;
}

.contact-card-img {
  flex: 0 0 120px;
  max-width: 120px;
}

.contact-card-img img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .contact-card-row,
  .contact-card-row--reverse {
    flex-direction: column;
  }
  .contact-card-img {
    max-width: 140px;
  }
}
