.modules__used-cars-filter {
  padding: 20px 0;
  margin-bottom: 20px;
  border-radius: 0;
  background: #000;
  background: linear-gradient(180deg, #110F0F 0%, #000000 100%);
}

@media (min-width: 992px) {
  .modules__used-cars-filter {
    padding: 44px 0 54px;
    margin-bottom: 48px;
  }
}


.modules__used-cars-filter-btn {
  color: inherit;
}

.filter-btn-reset .close-icon:after {
  background: url(../../../img/haval/icons/icon-close-white.svg) no-repeat center;
  background-size: contain;
}

.modules__used-cars-filter .form-control {
  background: #343434;
  border-color: #000;
  color: #fff;
}

.modules__used-cars-filter .form-control:disabled, 
.modules__used-cars-filter .form-control[readonly] {
  color: #aaa;
  opacity: .5;
}

@media (min-width: 576px) {
  .modules__used-cars {
    background: url(../../../img/haval/in-stock-bg.svg) no-repeat top center;
  }
}

.title {
  margin-bottom: 15px;
  padding-bottom: 0;
}

.title-text,
.title span,
.title h2,
.block-title {
  margin: 0 0 22px;
  font-weight: 900;
  font-size: 17px !important;
  line-height: 20px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: inherit;
}

@media (min-width: 414px) {
  .title-text,
  .title span,
  .title h2,
  .block-title {
      font-size: 18px !important;
      line-height: 21px !important;
  }
}

@media (min-width: 576px) {
  .title-text,
  .title span,
  .title h2,
  .block-title {
      font-size: 20px !important;
      line-height: 28px !important;
  }
}

@media (min-width: 992px) {
  .title-text,
  .title span,
  .title h2,
  .block-title {
      margin: 0 0 30px;
      font-size: 24px !important;
  }

  .title {
      margin-bottom: 30px;
  }
}

.finance__services {
  padding: 30px 0;
  background: #100E0E;
}

.finance__services .nav-link,
.finance__services .nav-link.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 18px 10px;
  min-height: 90px;
  background: #1B1A1A;
  border: 2px solid #444444;
  box-sizing: border-box;
  border-radius: 20px;
  color: inherit;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
  transition: all .18s;
}

.finance__services .nav-link:hover,
.finance__services .nav-link.active {
  border-color: #FF0000;
  color: inherit;
  border-radius: 20px;
  background: #1B1A1A;
}

.finance__services .nav-tabs {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -28px;
  border: 0;
}

.finance__services .nav-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
  margin: 14px 0 0;
  background: none;
}

.finance__services .nav-link svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 576px) {
  .finance__services .nav-tabs {
      margin-left: -15px;
      margin-right: -15px;
  }

  .finance__services .nav-item {
      padding: 0 15px;
      margin: 28px 0 0;
  }
}

@media (min-width: 992px) {
}

.car-in-stock-section {
  padding: 35px 0 0;
  margin: 0 0 15px;
}

.car-in-stock-section__title {
  text-align: center;
  margin: 0 0 20px;
}

.car_in-stock-infirmation {
  background: none;
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .finance__services .nav-tabs {
      margin-top: 0;
  }

  .finance__services .nav-item {
      padding: 0 8px;
      margin: 0;
      flex: 0 0 25%;
      max-width: 25%;
  }

  .finance__services .nav-link,
  .finance__services .nav-link.active {
      padding: 24px 10px 20px;
      min-height: 102px;
      border-radius: 14px;
      font-size: 13px;
      line-height: 18px;
  }

  .finance__services .nav-link:hover,
  .finance__services .nav-link.active {
      border-radius: 14px;
  }

  .finance__services .nav-link svg {
      width: 26px;
      height: 26px;
  }

  .car-in-stock-section__title {
      margin: 0 0 40px;
  }
}

@media (min-width: 992px) {
  .finance__services {
      padding: 80px 0 60px;
  }

  .finance__services .nav-item {
      padding: 0 15px;
  }

  .finance__services .nav-link,
  .finance__services .nav-link.active {
      padding: 33px 22% 33px 30px;
      min-height: 190px;
      border-radius: 25px;
      font-size: 16px;
      line-height: 28px;
  }

  .finance__services .nav-link:hover,
  .finance__services .nav-link.active {
      border-radius: 25px;
  }

  .finance__services .nav-link svg {
      width: 40px;
      height: 40px;
  }

  .finance__services .nav-link svg path {
    fill: currentColor;
  }

  .car-in-stock-section {
      padding: 65px 0 0;
      margin: 0;
  }

  .car-in-stock-section__title {
      margin: 0 0 50px;
  }

  .car_in-stock-infirmation {
      padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .finance__services .nav-tabs .nav-item {
      min-width: 0;
      margin-right: 0;
  }
  .finance__services .nav-tabs {
      flex-direction: row;
      flex-wrap: wrap;
      overflow: visible;
  }
}

.car-in-stock-slider .slick-slide img {
  object-fit: cover;
  object-position: center;
}

.car-in-stock-head-right {
  flex-wrap: wrap;
}

.custom-price-block {
  margin: 0 0 20px;
}

.car-in-stock-name {
  margin-bottom: 20px;
  margin-top: 0;
}

.car-in-stock-title {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: inherit;
}

.car-in-stock-newprice {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: inherit; 
  white-space: nowrap; 
}

.car-in-stock-head-right .btn {
  min-height: 48px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.navs {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 21px rgba(255, 255, 255, 0.13);
}

.navs.--type-configuration {
  margin: 64px 0 14px;
  background: #EFEFEF;
}

.navs-list .navs-list-li {
  position: relative;
  margin-right: 15px;
  padding: 0 0 0 15px;
}

.navs-list .navs-list-li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 25px;
    width: 2px;
    background: linear-gradient(to bottom, transparent 0%, #fff 50%, transparent 100%);
}

.navs-list .navs-list-li:first-child::before {
  display: none;
}

.navs-list .navs-list-li .navs-list-link {
  position: relative;
  min-height: 35px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
  color: inherit;
  border: 0;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .car-in-stock-name {
      margin-bottom: 41px;
      margin-top: 30px;
  }

  .car-in-stock-slider .slick-slide {
      max-width: 570px;
      height: 375px;
  }

  .car-in-stock-title {
      font-size: 20px;
  }

  .navs-list .navs-list-li .navs-list-link {
      min-height: 45px;
      font-size: 14px;
  }
}

@media (min-width: 992px) {
  .navs-list .navs-list-li .navs-list-link {
      min-height: 85px;
      font-size: 16px;
  }

  .car-in-stock-slider .slick-slide {
      max-width: 870px;
      height: 574px;
  }
}

@media (min-width: 1200px) {
  .car-in-stock-title {
      font-size: 24px;
      line-height: 28px;
  }

  .car-in-stock-newprice {
      font-size: 26px;
      line-height: 1.4;
  }

  .car-in-stock-head-right .btn {
      min-width: 270px;
  }
}

.navs.--type-configuration .navs-list .navs-list-li .navs-list-link {
  min-height: 60px;
  color: #444444;
  font-weight: bold;
}

.navs-list .navs-list-li .navs-list-link:hover {
  border: 0;
}

.navs-list .navs-list-li .navs-list-link:hover:before,
.navs-list .navs-list-li .navs-list-link.active:before {
  opacity: 1;
  transform: translateY(6px);
}

.navs-list .navs-list-li .navs-list-link:before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background: #FF0000;
  opacity: 0;
  transition: all .18s;
}

.buy_online-harakteristick {
  padding: 0;
  margin-bottom: 0;
  background: #100E0E;
}

.buy_online-har-item,
.buy_online-har .buy_online-har-item {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: inherit;
}

.buy_online-har-item svg {
  width: 15px;
}

@media (min-width: 576px) {
  .buy_online-har {
      gap: 15px;
  }

  .buy_online-harakteristick {
      padding-top: 19px;
      padding-bottom: 28px;
  }

  .buy_online-har-item,
  .buy_online-har .buy_online-har-item {
      font-size: 14px;
  }

  .buy_online-har-item svg {
      width: 19px;
  }
}

@media (min-width: 992px) {
  .buy_online-harakteristick {
      padding-top: 38px;
      padding-bottom: 82px;
      margin-bottom: 38px;
  }

  .buy_online-har-item,
  .buy_online-har .buy_online-har-item {
      font-size: 24px;
      line-height: 28px;
  }

  .buy_online-har-item svg {
      width: 23px;
  }
}

.buy_online-har-item svg path {
  fill: #C12525;
}

.options {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.options-price-head,
.options-price {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
  color: #fff;
}

table.infirmation-table {
  margin-top: 0;
}

.infirmation-table tr {
  margin-bottom: 5px;
}

.options__sep {
  margin-bottom: 10px;
}

.options-name {
  color: #fff;
}

@media (min-width: 576px) {
  .options {
      font-size: 14px;
  }

  .options-price-head,
  .options-price {
      font-size: 16px;
  }
}

@media (min-width: 992px) {
  table.infirmation-table {
      margin-top: 8px;
  }

  .options {
      font-size: 18px;
      line-height: 21px;
  }

  .options-price-head,
  .options-price {
      font-size: 24px;
      line-height: 28px;
  }

  .infirmation-table tr {
      margin-bottom: 15px;
  }

  .options__sep {
      margin-bottom: 17px;
  }
}

.aviable-mod-head {
  margin: 10px 0 17px;
  padding-bottom: 12px;
  padding-top: 12px;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  background: #C12525;
}

.aviable-mod-head svg {
  display: none;
}

.aviable-mod-table-item span:first-child {
  font-size: 12px;
  line-height: 1.3;
  color: inherit;
}

.aviable-mod-table-item span:last-child {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.3;
  text-align: right;
  color: inherit;
}

.aviable-mod-table-item {
  margin-bottom: 10px;
}

.car-in-stock-options {
  padding-top: 0;
  background: url(../../../img/haval/in-stock-options-bg.jpg) no-repeat center;
  background-size: cover;
}

.characteristics-block {
  padding-bottom: 22px;
}

@media (min-width: 576px) {
  .aviable-mod-table-item span:first-child {
      font-size: 14px;
  }

  .aviable-mod-table-item span:last-child {
      font-size: 15px;
  }
}

@media (min-width: 992px) {
  .car-in-stock-options {
      padding-top: 44px;
  }

  .aviable-mod-head {
      margin-bottom: 28px;
      padding-bottom: 22px;
      padding-top: 22px;
      font-size: 20px;
      line-height: 23px;
  }

  .aviable-mod-table-item span:first-child {
      font-size: 16px;
      line-height: 19px;
  }

  .aviable-mod-table-item span:last-child {
      font-size: 18px;
      line-height: 21px;
  }

  .aviable-mod-table-item {
      margin-bottom: 23px;
  }

  .car-in-stock-options {
      padding-top: 44px;
  }

  .characteristics-block {
      padding-bottom: 60px;
  }
}

.accordion-options .card,
.accordion-options .card-header {
  border: 0;
  background: none;
  overflow: visible;
}

.accordion-options .card-header button {
  height: 38px;
  padding: 8px 15px;
  margin: 0 0 5px;
  justify-content: flex-start;
  text-transform: none;
  border-radius: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
  background: #000000;
  box-shadow: 0px 10px 20px rgba(134, 134, 134, 0.25);
  border: 0;
}

.accordion-options button:before {
  top: 15px;
  width: 10px;
  height: 10px;
  background: none;
  border: 0;
  border: 2px solid;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  transition: all .18s;
}

.accordion-options button.collapsed:before {
  top: 15px;
  background: none;
  transform: rotate(135deg);
}

.accordion-options .card-body {
  padding: 25px 18px 45px;
}

.accordion-options-list {
  background: none;
}

.accordion-options-list li {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: inherit;
}

@media (min-width: 576px) {

  .accordion-options .card-body {
      padding: 20px 10px 25px;
  }
}

@media (min-width: 992px) {
  .accordion-options .card-header button {
      height: 65px;
      padding: 22px 33px;
      font-size: 20px;
      line-height: 23px;
  }
  
  .accordion-options button:before,
  .accordion-options button.collapsed:before {
      top: 30px;
  }

  .accordion-options .card-body {
      padding: 36px 70px 70px 30px;
  }

  .accordion-options-list li {
      font-size: 20px;
      line-height: 23px;
  }
}

.seo-block {
  padding-top: 50px !important;
}

.style__status{
    background: #ff000000;
    color: #fff;
    border: 1px solid #E50923;
    display: inline-block;
    padding: 7px 15px;
    font-size: 13px;
    margin-bottom: 10px;
}
