.catalog .item {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  margin-bottom: 30px;
}

.catalog .item .full-width {
  border-radius: 20px;
  width: 100%;
}

.catalog .item h4 a {
  font-size: 12px;
  color: rgba(var(--color-ioxvljpnj), 1);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.catalog .item .link-universal {
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inner .full-width {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.inner aside h4 {
  margin-top: 0;
}

.inner aside.widget {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.g-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: calc(15px - 1px);
  border: none;
  border-radius: 0;
  font-weight: 700;
}

.g-submenu--top .g-submenu__item {
  display: inline-block;
}

.g-submenu__item {
  margin: 0.6667em 0;
  line-height: 1.2em;
}

.g-submenu__item a {
  text-decoration: none;
}

.g-submenu__item a:hover {
  text-decoration: underline;
}

.text-page table {
  border-collapse: collapse;
  width: 100%;
}

.text-page table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
/*# sourceMappingURL=add.css.map */