a {
  color: #7C7D80;
}
a:hover {
  color: #E42618;
}
.button,
.btn {
  background: #E42618;
}
.button:hover,
.btn:hover {
  background: #000;
}
.btn.btn-secondary {
  background: #000;
}
.btn.btn-secondary:hover {
  background: #E42618;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #535353;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E42618;
}
.btn.btn-demo {
  border-color: #E42618;
  background: linear-gradient(180deg, #E42618 0%, #AF0C00 100%);
}
.btn.btn-demo:hover {
  background: linear-gradient(0deg, #E42618 0%, #AF0C00 100%);
}
