.ido-topbar {
  background: #d71921;
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
}

.ido-topbar a,
.ido-footer a {
  color: inherit;
}

.ido-topbar__item span {
  opacity: .45;
  margin: 0 8px;
}

.ido-header {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  position: sticky;
  top: 0;
  z-index: 50;
}

.ido-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #1a1a1a;
}

.ido-brand__mark {
  background: #d71921;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  line-height: 1;
}

.ido-brand__text {
  letter-spacing: .06em;
}

.ido-nav-cta {
  margin-left: 16px;
}

.ido-hero {
  position: relative;
  padding: 110px 0 120px;
  color: #fff;
  background: linear-gradient(rgba(18, 24, 32, .72), rgba(18, 24, 32, .72)), url('https://ido-europarts.com/site/images/head-bg.jpg') center/cover no-repeat;
}

.ido-hero h1,
.ido-page-hero h1 {
  color: #fff;
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.ido-hero p,
.ido-page-hero p {
  color: rgba(255, 255, 255, .9);
  max-width: 640px;
  font-size: 17px;
}

.ido-page-hero {
  padding: 70px 0;
  color: #fff;
  background: linear-gradient(rgba(18, 24, 32, .78), rgba(18, 24, 32, .78)), url('https://ido-europarts.com/site/images/head-bg.jpg') center/cover no-repeat;
}

.ido-section {
  padding: 70px 0;
}

.ido-section--light {
  background: #f7f7f7;
}

.ido-section__head {
  margin-bottom: 30px;
}

.ido-section__head h2 {
  margin-bottom: 12px;
}

.ido-card,
.ido-feature,
.ido-contact-card,
.ido-news-card,
.ido-download-card {
  height: 100%;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
}

.ido-card h3,
.ido-feature h3,
.ido-contact-card h3,
.ido-news-card h3,
.ido-download-card h3 {
  font-size: 21px;
  margin-bottom: 12px;
}

.ido-card p,
.ido-feature p,
.ido-contact-card p,
.ido-news-card p,
.ido-download-card p,
.ido-footer p {
  color: #6b6f76;
}

.ido-card__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #d71921;
  letter-spacing: .08em;
  margin-bottom: 10px;
}

.ido-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(215, 25, 33, .08);
  color: #d71921;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}

.ido-highlight-list,
.ido-point-list,
.ido-footer__contact,
.ido-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ido-highlight-list li,
.ido-point-list li,
.ido-footer__contact li,
.ido-footer__links li {
  margin-bottom: 10px;
  color: #52565d;
}

.ido-highlight-list li:before,
.ido-point-list li:before {
  content: '•';
  color: #d71921;
  margin-right: 8px;
}

.ido-faq .card {
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
}

.ido-faq .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 18px 22px;
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: none;
}

.ido-faq .card-body {
  color: #6b6f76;
  padding: 0 22px 22px;
}

.ido-footer {
  background: #11151c;
  color: #d8dbe0;
  padding: 60px 0 22px;
}

.ido-footer h5,
.ido-footer h6 {
  color: #fff;
  margin-bottom: 18px;
}

.ido-footer__bottom {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.ido-footer__social a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  margin-left: 8px;
}

.ido-content img {
  max-width: 100%;
  height: auto;
}

.ido-form .form-control,
.ido-form textarea {
  min-height: 48px;
}

.ido-meta {
  color: #8b8f96;
  font-size: 14px;
}

@media (max-width: 991px) {
  .ido-topbar {
    display: none;
  }

  .ido-header {
    position: static;
  }

  .ido-hero,
  .ido-page-hero {
    padding: 60px 0;
  }

  .ido-hero h1,
  .ido-page-hero h1 {
    font-size: 34px;
  }

  .ido-nav-cta {
    margin-left: 0;
    margin-top: 10px;
  }
}
