@charset "UTF-8";
/* Стили для страницы с affinity */ /* Список общих переменных для сайта */ /* Общие скрипты для всего сайта */ /* Список общих переменных для сайта */
body {
  background-color: #f9f7fd;
}

.i-wrapper {
  background: linear-gradient(135deg, #7368de 10%, #c15fba 100%);
}

.white {
  color: #fff !important;
}

.violet {
  color: #784EA6 !important;
}

h1 {
  font-size: 2.8em !important;
}

h3 {
  font-weight: normal !important;
  font-size: 1.1em !important;
}

.container {
  margin-top: 2rem;
}

/* Стили для header */ /* Список общих переменных для сайта */
.i-wrapper {
  padding-top: 1rem;
  background: linear-gradient(135deg, #7368de 10%, #c15fba 100%);
}
.i-wrapper .ui.menu {
  background: none !important;
}
.i-wrapper .ui.menu a.item {
  color: #fff !important;
}
.i-wrapper .mobile.row {
  justify-content: end !important;
}
.i-wrapper .mobile.row .icon {
  color: #fff;
}

/*# sourceMappingURL=affinity.css.map */
