@font-face {
  font-family: "WixMadeforDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  /* Браузер сначала попробует найти шрифт локально */
  src: local("WixMadeforDisplay-Regular"),
       url("/fonts/WixMadeforDisplay-Regular.ttf") format("ttf"),
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*a {*/
/*  color: inherit;*/
/*  text-decoration: none;*/
/*}*/

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
}

img {
  max-width: 100%;
}

body {
  min-width: 320px;
  font-family: "Arial", sans-serif;
}

/* glob */

table {
    margin-bottom: 10px;
    border-collapse: collapse;
    border: 2px solid rgb(200, 200, 200);
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: 0.8rem;
}

td,
th {
    border: 1px solid rgb(190, 190, 190);
    padding: 5px 10px;
}

td {
    text-align: center;
}

thead,
tfoot {
    background-color: #3f87a6;
    color: #fff;
}

.btn {
    cursor: pointer;
}

.stop-scroll {
  overflow: hidden;
}

.red-bg-text {
  background-color: firebrick;
  padding: 4px 8px;
  color: #fff;

  border-radius: 5px;
}

.back-bg-text {
  background-color: #000;
  padding: 4px 8px;
  color: #fff;

  border-radius: 5px;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
  align-self: end;
}

.btn-reset {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.btn-mini {
    min-width: 20px;

    border: 1px solid #000000;
    border-radius: 5px;
}

.interactive-element {
  text-decoration: dotted underline #fff 1px;
}

.flex {
  display: flex;
}

.form-input {
    width: 100%;
}

.fill-bg-section {
  background-image: url("./img/op_fill.png");
}

.btn-add-to-bd {
    padding: 5px;
    border: 1px solid #000000;
    border-radius: 5px;
}

.btn-add-to-bd--off {
    cursor: not-allowed;
}

.container {
  max-width: 1040px;
  margin: 0 auto;
  /*padding: 0 20px;*/
  flex-direction: column;
}

.list--reset {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
}

.header_info {
    margin-bottom: 20px;
}

.list-item {
    padding: 5px;
    background-color: #ddd;
    margin-bottom: 5px;
}

.list-item:last-child {
    margin-bottom: 0px;
}

.persons-list {

}

.list-item-fio {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: medium;
}

.list-item-info {
    font-size: 80%;
}

.list-item-publication-date {
    font-size: x-small;
}