.files-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}
.files-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  gap: 15px;
  margin: 0;
}
.files-list__wrapper--icon {
  min-width: 46px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.files-list__wrapper--icon .files-list__icon {
  width: 46px;
  padding-top: 5px;
}
.files-list__description {
  font-size: 14px;
  z-index: 100;
}
.files-list__number {
  font-size: 12px;
}
.files-list__wrapper--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.files-list__meta, .files-list__meta div {
  color: #999999;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.files-list__meta > div::after {
  content: "|";
  color: #999999;
  font-size: 12px;
}
.files-list__meta > .files-list__meta-date::after {
  content: "";
}
.files-list__meta > .files-list__meta-date::before {
  content: url("../../assets/image/date.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 2px;
}
.files-list__item {
  position: relative;
}
.files-list__click {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.files-list__meta:not(:has(> .files-list__meta-date)) .files-list__meta-size::after {
  content: none;
}

.files-list.dealers .files-list__wrapper--icon {
  min-width: 75px;
}
.files-list.dealers .files-list__wrapper--icon img {
  width: 75px;
}
.files-list.dealers .files-list__wrapper--info {
  gap: 0;
}
.files-list.dealers .files-list__description--phone::before, .files-list.dealers .files-list__description--web::before, .files-list.dealers .files-list__description--map::before, .files-list.dealers .files-list__description--mail::before {
  margin-right: 5px;
  font-family: icons;
  font-size: 16px;
  line-height: 0;
  color: rgba(0, 0, 0, 0.5);
}
.files-list.dealers .files-list__description--phone::before {
  content: "\f095";
}
.files-list.dealers .files-list__description--web::before {
  content: "\f0ac";
}
.files-list.dealers .files-list__description--map::before {
  content: "\f041";
}
.files-list.dealers .files-list__description--mail::before {
  content: "\f0e0";
  font-size: 14px;
}
.files-list.dealers .files-list__description ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.files-list.dealers .files-list__description ul li {
  margin-bottom: 7px;
}
.files-list.dealers .files-list__description ul li span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}