@font-face {
  font-family: "UniNeue";
  src: url("fonts/UniNeueBook.woff2") format("woff2"), url("fonts/UniNeueBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UniNeue";
  src: url("fonts/UniNeueBold.woff2") format("woff2"), url("fonts/UniNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "UniNeue";
  src: url("fonts/UniNeueLight.woff2") format("woff2"), url("fonts/UniNeueLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
* {
  font-family: "UniNeue", "Roboto Condensed", "HelveticaNeue", "Arial", sans-serif;
}
img.pw-logo {
  max-height: 34px;
}
#pw-masthead,
#pw-masthead-mobile {
  height: 54px;
}
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: 54px;
}
.pw #pw-mastheads > header {
  box-shadow: 0 7px 20px -7px rgba(0, 0, 2, 0.2);
}
.PageListContainerRoot {
  padding: 25px 25px 35px;
  background: #fff;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 2, 0.2);
  border: none;
  outline: 1px solid #eeeeef;
}
.PageList .PageListItem {
  padding: 6px 3px 6px 3px;
}
.PageList .PageListItemOpen.PageListItemHover > a.PageListPage,
.PageList .PageListItemOpen.PageListItemHover > a.PageListPage:hover,
.PageList .PageListItemOpen > a.PageListPage,
.PageList .PageListItemOpen > a.PageListPage:hover {
  background-color: unset;
}
.PageList .PageListItem.PageListItemOpen {
  border-color: #f3f3f3;
  background: inherit;
}
.PageList .PageListItem.PageListItemOpen .label_title {
  font-weight: bold;
  color: #bb153e;
}
.PageList .PageListItem.PageListItemOpen[data-numchild="0"] .label_title {
  font-weight: normal;
  color: #575555;
}
div.pageListHitCounterWrapper {
  margin-right: 5px;
  min-width: 50px;
}
div.pageListHitCounterWrapper span.pageListHitCounter {
  min-width: 50px;
  font-size: 0.7rem;
}
.PageList .PageListItem .PageListNumChildren {
  padding-left: 5px;
}
.PageList .PageListItem .PageListActions {
  padding-left: 10px;
}
.PageList .PageListActions a,
.PageList .PageListMoveNote a,
.PageList .PageListerActions a {
  color: #bb143d;
  background: #eee;
}
.PageList .PageListItem > a.PageListPage {
  color: #575555;
}
#pw-masthead-mobile {
  line-height: 54px;
}
html.aos.BrandingLogo img.pw-logo {
  height: 30px;
  max-height: 30px;
}
html.aos.BrandingLogo .uk-logo {
  font-size: 0;
}
.ui-button,
.ui-button.ui-state-default,
.ui-button.ui-state-hover {
  background: #7db9c3;
}
.ui-button.ui-state-hover,
.ui-button:hover {
  background-color: #e83561;
}
@media (min-width: 960px) {
  .uk-h1,
  h1 {
    font-size: 2.25rem;
  }
}
.ProcessLogin .Inputfields {
  justify-content: center;
}
.ProcessLogin #ProcessLoginForm #wrap_Inputfield_login_submit {
  width: 100% !important;
}
.InputfieldHeader .fa,
.InputfieldHeader,
.designme .InputfieldHeader .fa,
.designme .InputfieldHeader {
  font-size: 14px;
}
.ace_line,
.ace_text,
.ace_support,
.ace_identifier,
.ace_layer * {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace !important;
}
*:focus {
  outline-color: #7db9c3;
  outline-offset: -2px;
  outline-style: solid;
  outline-width: 3px;
}

html.PageListThumbs .PageListItem figure img {
  max-width: none;
  position: absolute;
  left: -8px;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 960px) {
  html.PageListThumbs .PageListItem figure a {
    height: 32px;
  }
  html.PageListThumbs .PageListItem figure {
    line-height: 32px;
    min-width: 32px;
    min-height: 32px;
    margin-right: 15px;
  }
  html.PageListThumbs .PageListItem figure.square,
  html.PageListThumbs .PageListItem figure.circle {
    width: 32px;
  }
}
html.pListCounters
  .PageListRoot
  > .PageList
  > .PageListItem
  ~ .PageList:not(.PageListPlaceholder)
  .PageListItem:before {
  width: 12px;
}
.Dashboard__getStarted {
  min-height: 68vh;
}
/** Скроем thumb у главной и контактов */
a[title="/"] figure.circle,
a[title="/contacts/"] figure.circle {
  display: none;
}
.Dashboard__info {
  display: none;
}

/** flex */
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-center {
  justify-content: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-vcenter {
  align-items: center;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-end {
  justify-content: flex-end;
}
.flex-col {
  flex-direction: column;
}
.order {
  order: 1;
}
.order-1 {
  order: -1;
}

.asmListSortable .asmListItemLabel {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 24px;
  padding-left: 0;
}
