/* Стили только для юридических страниц (agreement, cookie, license, policy). */

.legal .advantages__item-title {
  text-align: center;
}

/* .header__container рассчитан на 4 колонки (лого, меню, 2 кнопки);
   на юридических страницах меню нет, поэтому колонка под него убрана,
   а лого получает всё свободное место, прижимая кнопки вправо. */
.header__container--no-nav {
  grid-template-columns: 1fr auto auto;
}

.section {
  margin-bottom: 25px;
}

.section-title {
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.paragraph {
  margin-bottom: 10px;
  font-weight: 100;
}

.company-details {
  margin-left: 20px;
  font-weight: 100;
}

.company-details--offset {
  margin-top: 15px;
}

.contact-item {
  margin-bottom: 5px;
}

.contact-item--offset {
  margin-top: 10px;
}

.list {
  margin-left: 60px;
  margin-top: 10px;
}

.list-item {
  margin-bottom: 5px;
  display: list-item;
}

.legal table {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
}

.legal th,
.legal td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}

.legal th {
  background-color: #f2f2f2;
  text-align: center;
}

.legal td {
  font-weight: 100;
}

.legal a {
  color: #1155cc;
  text-decoration: underline;
}
