.hero {
  background: center / cover url('main.png');
  min-height: 100vh;
  width: 100%;
  padding-top: 145px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.tablecover {
  border: 3px solid var(--blue);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 10px;
  overflow: scroll;
}

.tablecover-red {
  border: 3px solid var(--red);
}

.tablecover-red td, .tablecover-red th {
  border: 1px solid var(--red);
}

table {
  border-collapse: collapse;
}
td, th {
  border: 1px solid var(--blue); /* Внутренние границы */
  padding: 10px;
  text-align: center;
}
/* Убираем внешние границы */
tr:first-child th {
  border-top: none;
}
tr:last-child td {
  border-bottom: none;
}
tr td:first-child,
tr th:first-child {
  border-left: none;
}
tr td:last-child,
tr th:last-child {
  border-right: none;
}

.garant {
  border: 3px solid var(--white);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 10px;
}

.leavebid {
  background: center / cover url('quest.png');
  min-height: 469px;
  padding: 60px 0;
}