*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2430;
  background: #fff;
}

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

a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  color: #0a58ca;
  text-decoration: underline;
}

h1, .h1 { font-size: 2rem; margin: 0 0 0.75rem; }
h2, .h2 { font-size: 1.6rem; margin: 0 0 0.6rem; }
h3, .h3, h4, .h4, h5, .h5 { font-size: 1.2rem; margin: 0 0 0.5rem; }

.container,
.container-fluid,
.container-lg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  max-width: 1140px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col,
.col-12,
.col-sm,
.col-sm-6,
.col-sm-auto,
.col-md-6,
.col-lg,
.col-lg-3,
.col-lg-auto,
.col-xl-5,
.col-xl-7 {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-12 { flex: 0 0 100%; max-width: 100%; }
.col { flex-basis: 0; flex-grow: 1; max-width: 100%; }

@media (min-width: 576px) {
  .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; }
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .col-sm-auto { flex: 0 0 auto; width: auto; max-width: none; }
}

@media (min-width: 768px) {
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .d-md-block { display: block !important; }
}

@media (min-width: 992px) {
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-auto { flex: 0 0 auto; width: auto; max-width: none; }
  .d-lg-inline { display: inline !important; }
}

@media (min-width: 1200px) {
  .col-xl-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .col-xl-7 { flex: 0 0 58.333%; max-width: 58.333%; }
}

.d-none { display: none !important; }
.d-flex { display: flex !important; }
.d-block { display: block !important; }
.d-inline-block { display: inline-block !important; }
.d-inline-flex { display: inline-flex !important; }
.flex-row { flex-direction: row; }
.flex-column { flex-direction: column; }
.flex-fill { flex: 1 1 auto; }
.flex-wrap { flex-wrap: wrap; }
.align-items-center { align-items: center; }
.align-self-center { align-self: center; }
.justify-content-between { justify-content: space-between; }
.justify-content-center { justify-content: center; }
.justify-content-around { justify-content: space-around; }
.justify-content-end { justify-content: flex-end; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
.text-nowrap { white-space: nowrap; }
.text-dark { color: #212529 !important; }
.text-muted { color: #6c757d !important; }
.text-secondary { color: #6c757d !important; }
.text-uppercase { text-transform: uppercase; }
.font-weight-bold,
.font-weight-bolder { font-weight: 700; }
.font-weight-light { font-weight: 300; }
.font-weight-normal { font-weight: 400; }
.bg-white { background-color: #fff !important; }
.bg-light { background-color: #f5f7fa !important; }
.bg-dark { background-color: #212529; color: #fff; }
.border-0 { border: 0 !important; }
.border-bottom { border-bottom: 1px solid #dee2e6; }
.rounded-0 { border-radius: 0 !important; }
.shadow,
.shadow-sm { box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08); }
.position-relative { position: relative; }
.sticky-top { position: sticky; top: 0; z-index: 1020; }
.w-100 { width: 100%; }
.h-100 { height: 100%; }
.img-fluid { max-width: 100%; height: auto; }
.opacity40 { opacity: 0.4; }
.overflow-hidden { overflow: hidden; }
.cursor-pointer { cursor: pointer; }

.p-0 { padding: 0 !important; }
.p-2 { padding: 0.5rem !important; }
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pr-lg-5 { padding-right: 0; }
.m-0 { margin: 0 !important; }
.m-auto { margin: auto !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.mr-2 { margin-right: 0.5rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

@media (min-width: 992px) {
  .px-lg-0 { padding-left: 0 !important; padding-right: 0 !important; }
  .px-lg-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
  .px-lg-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
  .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .pr-lg-5 { padding-right: 3rem !important; }
  .pt-lg-0 { padding-top: 0 !important; }
  .mr-lg-auto { margin-right: auto !important; }
}

header {
  background: #fff;
  border-bottom: 1px solid #e9ecef;
}

.navbar {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

.navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-brand img {
  max-height: 52px;
}

.nav-link {
  display: block;
  color: #212529;
  padding: 0.5rem 0.75rem;
}

.nav-link:hover {
  color: #c8102e;
  text-decoration: none;
}

.dropdown-menu {
  display: none;
  min-width: 220px;
  background: #f8f9fa;
  padding: 0.5rem 0;
}

.dropdown:hover .dropdown-menu,
.nav-item:hover > .dropdown-menu {
  display: block;
}

.dropdown-item {
  display: block;
}

.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  background: #e9ecef;
  color: #212529;
  cursor: pointer;
  font: inherit;
  line-height: 1.4;
}

.btn:hover {
  text-decoration: none;
  filter: brightness(0.96);
}

.btn-light {
  background: #fff;
  border-color: #dee2e6;
}

.btn-secondary {
  background: #6c757d;
  color: #fff;
}

.btn-sm {
  padding: 0.25rem 0.6rem;
  font-size: 0.875rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.card {
  background: #fff;
  border: 1px solid #e9ecef;
  height: 100%;
  margin-bottom: 1.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.card-body {
  padding: 1rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-link {
  color: #6c757d;
}

.model-list-container .card {
  min-height: 140px;
}

.img-box {
  min-height: 180px;
  background: #e9eef4 center / cover no-repeat;
}

.img-box .vibrant[src] {
  display: block;
  width: 100%;
  min-height: 280px;
  background-image: attr(src url);
}

span.vibrant[src="images/slider/7730.jpg"] {
  display: block;
  min-height: 280px;
  background: url("images/slider/7730.jpg") center / cover no-repeat;
}

.text-box-wrapper {
  padding: 1.5rem 0;
}

main section[modul="page_content"] h1 {
  color: #c8102e;
}

footer,
.footer {
  background: #1f2430;
  color: #dfe3ea;
}

#csNotice {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.modal {
  display: none;
}

.collapse:not(.show) {
  display: none;
}

.collapse.show {
  display: block;
}

@media print {
  header,
  #csNotice,
  .d-print-none {
    display: none !important;
  }
}