.models_list_wrapper {
  display: flex;
  margin: 20px 0;
  flex-wrap: wrap;
  justify-content: center;
}

.list-progress__item,
.mli_img_wrapper {
  background-size: contain;
  background-repeat: no-repeat;
}

.models_list_item {
  width: 160px;
  text-align: center;
}

.models_list_item:hover {
  border-color: #222;
}

.models_list_item a {
  display: block;
  color: #000;
}

.models_list_item a:hover {
  text-decoration: none;
  color: inherit;
}

.mli_img_wrapper {
  margin: 5px;
  height: 135px;
  background-position: center;
}

.mli_count {
  margin-top: 20px;
  padding: 4px;
  background-color: #fe1f24;
  color: #fff;
  font-weight: 700;
}

.swiper-slide .block_marcas {
  width: 100%;
}

.swiper-slide .block_marcas a {
  text-decoration: none;
}

.swiper-slide .block_marcas .block_marca_title {
  width: 100%;
  color: #222;
  text-transform: uppercase;
}

.swiper-slide .block_marcas .block_marca_img {
  margin: 40px 0px 20px 0px;
}

.swiper-slide .block_marcas .block_marca_img img {
  margin: auto;
  max-height: 70px;
}

.swiper-slide .block_marcas .block_marca_totais {
  width: 100%;
  margin-top: 20px;
  padding: 4px;
  background-color: #777777;
  color: #fff;
  font-weight: 700;
}

.swiper-slide .block_marcas:hover .block_marca_totais {
  background-color: #222;
}

.swiper-button-next {
  right: -30px !important;
}

.swiper-button-prev {
  left: -30px !important;
}
