@charset "UTF-8";
/* .hidden {
    display: none;
}

.visible {
    display: block;
} */
.row_politic ul {
  list-style: initial;
  padding: 25px;
}

.row_politic li {
  position: relative;
  padding-top: 5px;
}

.row_politic ul ul {
  list-style: square;
}

.row_politic ul ul ul {
  list-style: circle;
}

/* .footer__button a:hover {
    color:#E37639;
}

footer{
    bottom: 0;
    left: 0;
} */
.row_politic {
  display: flex;
}

/* Create two equal columns that sits next to each other */
.column_politic_30 {
  background: #f8f8f8 !important;
  padding: 10px;
  min-height: 100vh;
  flex: 30%;
}

/* Create two equal columns that sits next to each other */
.column_politic_70 {
  background: #fff !important;
  min-height: 100vh;
  padding: 10px;
  flex: 70%;
}

.menu-info__content .text-x4 {
  display: block;
}

.text-x4 {
  font-size: 35px;
  line-height: 114%;
  letter-spacing: -0.02em;
  font-weight: 700;
  padding-bottom: 50px;
}

.menu-info__content {
  padding: 50px;
  position: relative;
  max-height: none;
  background: none;
  overflow: visible;
  overflow: initial;
}

/* .mb-3 {
    margin-bottom: 15px;
} */
.section-break {
  margin: 20px 0 15px;
  border: 1px solid #05141f;
}

/* .mb-4 {
    margin-bottom: 20px;
} */
.color-black,
.color-primary-black {
  color: #05141f;
}

.text-x5 {
  font-size: 25px;
  padding: 25px;
}

.nuxt-link-active {
  font-weight: bold;
}

.btn-politic {
  cursor: pointer;
}

.hidden {
  display: none;
}

.text-s2i,
.text-s2i-b {
  font-size: 15px;
  line-height: 167%;
}

.text-s2i {
  font-weight: 400;
}

.color-dark-gray {
  color: #697279;
}

/* .mb-6 {
    margin-bottom: 30px;
    padding: 25px;
}

.mb-0 {
    margin-bottom: 30px!important;
} */
.color-dark-gray {
  color: #697279;
}

.text-x0 {
  font-size: 25px;
}

@media (max-width: 600px) {
  .column_politic_30 {
    display: none;
  }
}
@media (max-width: 600px) {
  .column_politic_30 {
    display: none;
  }
  .politic {
    display: contents !important;
  }
  .section-break {
    display: inherit !important;
  }
}
table.compare {
  border-collapse: collapse;
  margin-bottom: 30px;
}

table.compare td {
  padding: 10px;
}

table.compare thead td {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

table.compare tbody td {
  border-bottom: 1px solid #d5d5d5;
}

table.compare td + td {
  text-align: center;
}

table.compare tbody td:nth-child(even) {
  background: #eaeaea;
}

table.compare td.option_title {
  font-weight: 700;
  padding: 20px 10px;
  background: #eaeaea;
}

.cplist-heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.comp-list > li:not([class]) {
  display: flex;
}

.comp-list > li:not([class]) + * {
  margin-top: 0.25rem;
}

.comp-list > li:not([class])::before {
  content: " ● ";
  margin: 0 0.5em;
  color: var(--color-primary);
  font-size: 0.75em;
  align-self: center;
}

.filter a.tabs-section__tab-link.active {
  color: #1c9958 !important;
  text-decoration: underline;
}

.filter__old .filter__old-item:nth-child(2) .select2-selection__rendered {
  text-transform: capitalize !important;
}

.not-found {
  margin: 1rem 0;
  font-size: 18px;
}

.header-top__logo img {
  max-width: 140px;
}

.footer__logo img {
  max-width: 140px;
}

.car-mods-mobile {
  display: none;
}

@media (max-width: 768px) {
  .car-mods-mobile {
    display: block;
  }
  .cars-mods-header {
    display: none;
  }
  .cars-mods-body {
    display: none;
  }
}
.car__item-price-rrc {
  font-family: Unbounded, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  color: #2a2c33;
}

@media (max-width: 430px) {
  .car__item-price-rrc {
    font-size: 10px;
  }
}
