/* Offsets */
/* Fonts */
/* Fonts size */
/* Colors */
/* Borders */
/* backgrounds */
/* Media Queries */
*,
*:before,
*:after {
  box-sizing: border-box; }

*:focus {
  outline: none; }

a {
  color: inherit; }

body {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #f7f7f7; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top; }

table {
  width: 100%;
  border-collapse: collapse; }

strong {
  font-weight: 700; }

.hidden {
  display: none !important; }

.page {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 990px) {
    .page {
      padding-top: 65px; } }
  .page__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .page__logo {
        padding-left: 15px;
        padding-right: 15px;
        width: 250px;
        background-color: #2c3850; } }
  .page__navbar {
    flex: 1; }
  .page__top {
    display: flex;
    width: 100%;
    height: 65px;
    background-color: #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15); }
    @media screen and (min-width: 990px) {
      .page__top {
        flex-wrap: wrap;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 600; } }
  .page__inner {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 65px); }
    @media screen and (min-width: 990px) {
      .page__inner {
        flex-direction: row;
        flex-wrap: wrap; } }
  .page__side-bar {
    display: none;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    background-color: #121d34;
    transition: all 300ms ease; }
    @media screen and (min-width: 990px) {
      .page__side-bar {
        display: block;
        overflow: hidden;
        z-index: 1;
        position: static;
        max-height: none;
        width: 250px;
        padding-top: 15px; } }
    .page__side-bar--active {
      display: block; }
      @media screen and (min-width: 990px) {
        .page__side-bar--active {
          width: 0; } }
  .page__content {
    padding: 30px; }
    @media screen and (min-width: 990px) {
      .page__content {
        flex: 1;
        padding: 55px; } }

input,
textarea,
select,
button {
  outline: none;
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  font-size: inherit; }

[type=submit],
select,
button {
  cursor: pointer;
  border: none; }

.list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list li {
    position: relative;
    margin-bottom: 5px;
    line-height: 24px;
    padding-left: 20px; }
    .list li:last-child {
      margin-bottom: 0; }
    .list li:before {
      position: absolute;
      left: 5px;
      top: 9px;
      width: 6px;
      height: 6px;
      content: "";
      background-color: #337ab7;
      border-radius: 50%; }

.title-h1, h1 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 28px;
  font-weight: 400; }

.title-h2, h2 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 22px;
  font-weight: 400; }

.title-h3, h3 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700; }

p {
  line-height: 32px;
  margin: 0 0 30px 0;
  font-size: 18px; }

.text {
  margin-bottom: 30px; }

.logo__image {
  display: none; }
  @media screen and (min-width: 768px) {
    .logo__image {
      display: block; } }

@media screen and (min-width: 768px) {
  .logo__responsive-image {
    display: none; } }

.navigation {
  position: relative;
  min-width: 250px;
  width: 100%;
  padding-top: 45px; }
  @media screen and (min-width: 990px) {
    .navigation {
      padding-top: 0; } }
  .navigation__close {
    position: absolute;
    right: 15px;
    top: 15px;
    padding-left: 30px;
    color: #fff; }
    .navigation__close-icon {
      position: absolute;
      left: 0;
      top: -3px;
      font-size: 24px; }
    @media screen and (min-width: 990px) {
      .navigation__close {
        display: none; } }
  .navigation__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .navigation__item--active {
    background-color: #2c3850;
    transition: all 300ms ease-out; }
    .navigation__item--active .navigation__submenu {
      display: block; }
    .navigation__item--active .navigation__arrow {
      transform: rotate(90deg); }
    .navigation__item--active .navigation__link {
      color: #fff; }
  .navigation__link {
    position: relative;
    display: block;
    padding: 15px 15px 15px 60px;
    text-decoration: none;
    color: #9fa4b0;
    font-size: 16px;
    transition: all 300ms ease-out; }
    .navigation__link:hover {
      color: #fff; }
  .navigation__arrow {
    position: absolute;
    right: 15px;
    top: 17px;
    transition: all 300ms ease-out; }
  .navigation__icon {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 24px; }
  .navigation__submenu {
    display: none;
    padding-bottom: 5px; }
    .navigation__submenu-list {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-bottom: 15px; }
    .navigation__submenu-link {
      display: block;
      padding: 8px 0 8px 60px;
      text-decoration: none;
      color: #9fa4b0;
      transition: all 300ms ease-out;
      font-size: 16px; }
      .navigation__submenu-link:hover {
        color: #fff; }

.navbar {
  display: flex;
  justify-content: space-between;
  height: 100%; }
  .navbar__item {
    display: flex;
    align-items: center;
    position: relative;
    min-width: 60px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #cbcbcb;
    text-decoration: none;
    font-size: 14px;
    color: #6c6c6c; }
    .navbar__item--menu {
      text-align: center; }
    .navbar__item--helpdesk {
      display: none; }
      @media screen and (min-width: 990px) {
        .navbar__item--helpdesk {
          display: flex; } }
    .navbar__item:hover .navbar__dropdown {
      display: block; }
    .navbar__item-title {
      margin-bottom: 3px;
      font-weight: 700; }
    .navbar__item-text-wrapper {
      display: none; }
      @media screen and (min-width: 768px) {
        .navbar__item-text-wrapper {
          display: block; } }
    .navbar__item-icon {
      font-size: 28px;
      color: #6c6c6c; }
      @media screen and (min-width: 768px) {
        .navbar__item-icon {
          margin-right: 15px; } }
  .navbar__dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 64px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .navbar__dropdown-inner {
      display: flex;
      flex-direction: column;
      padding: 10px 0; }
    .navbar__dropdown-icon {
      margin-right: 10px; }
    .navbar__dropdown-link {
      display: block;
      padding: 10px;
      text-decoration: none; }
      .navbar__dropdown-link:hover {
        background-color: #f7f7f7;
        color: #337ab7; }
  .navbar__left {
    display: flex; }
  .navbar__right {
    display: flex; }

.alert {
  position: relative;
  margin-bottom: 15px;
  padding: 20px 15px 20px 55px;
  border-radius: 4px;
  font-size: 18px; }
  .alert--warning {
    color: #ff9d00;
    background-color: #f9e8c7; }
  .alert--success {
    color: #83b902;
    background-color: #c9e9a7; }
  .alert--error {
    color: #c50000;
    background-color: #fed7d7; }
  .alert--info {
    color: #337ab7;
    background-color: #dbe8fa; }
  .alert__icon {
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 26px; }

.button {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  transition: all 300ms ease-out; }
  .button__icon {
    margin-right: 5px; }
  .button:last-child {
    margin-right: 0; }
  .button--icon {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #cbcbcb;
    background-color: #fff;
    text-align: center; }
    .button--icon:hover {
      background-color: #e6e6e6; }
    .button--icon .button__icon {
      margin-right: 0; }
  .button--red {
    background-color: #c50000;
    border-bottom-color: #983434;
    color: #fff; }
    .button--red:hover {
      background-color: #983434; }
  .button--green {
    background-color: #83b902;
    border-bottom-color: #6d9a01;
    color: #fff; }
    .button--green:hover {
      background-color: #6d9a01; }
  .button--blue {
    background-color: #337ab7;
    color: #fff;
    border-bottom-color: #2c3984; }
    .button--blue:hover {
      background-color: #2c3984; }
  .button--neutral {
    color: #337ab7;
    background-color: inherit;
    border-bottom-width: 0; }
    .button--neutral:hover {
      text-decoration: underline; }
  .button:disabled {
    cursor: not-allowed;
    background-color: #b3b3b3;
    border-color: #b3b3b3; }

.row {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 600px) {
    .row {
      flex-direction: row;
      flex-wrap: wrap;
      margin-left: -5px;
      margin-right: -5px; } }

@media screen and (min-width: 600px) {
  .col {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px; } }

@media screen and (min-width: 600px) {
  .col2 {
    width: calc(100% / 2 - 10px);
    margin-left: 5px;
    margin-right: 5px; } }

@media screen and (min-width: 600px) {
  .col4 {
    width: calc(100% / 4 - 10px);
    margin-left: 5px;
    margin-right: 5px; } }

@media screen and (min-width: 600px) {
  .col6 {
    width: calc(100% / 6 - 10px);
    margin-left: 5px;
    margin-right: 5px; } }

@media screen and (min-width: 600px) {
  .col8 {
    width: calc(100% / 8 - 10px);
    margin-left: 5px;
    margin-right: 5px; } }

@media screen and (min-width: 600px) {
  .col10 {
    width: calc(100% / 10 - 10px);
    margin-left: 5px;
    margin-right: 5px; } }

.size-small {
  width: 25%; }

.size-medium {
  width: 50%; }

.size-big {
  width: 75%; }

.size-large {
  width: 100%; }

.checkbox {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px; }
  .checkbox:last-child {
    margin-bottom: 0; }
  .checkbox__input {
    display: none; }
    .checkbox__input:checked ~ .checkbox__label:after {
      opacity: 1; }
  .checkbox__label {
    cursor: pointer; }
    .checkbox__label:before {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 17px;
      height: 17px;
      content: "";
      transition: all 300ms ease-out;
      border-radius: 3px;
      background-color: #fff;
      border: 1px solid #cbcbcb; }
    .checkbox__label:after {
      opacity: 0;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      width: 17px;
      height: 17px;
      content: "";
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='blue' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 60%; }

/* FIX */
.lang34 .checkbox__input, .lang102 .checkbox__input, .lang73 .checkbox__input {
  margin-right: .5em;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 17px;
  height: 17px;
  content: "";
  transition: all 300ms ease-out;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #cbcbcb; }

.lang34 .checkbox__label, .lang102 .checkbox__label, .lang73 .checkbox__label {
  pointer-events: none !important; }
  .lang34 .checkbox__label:before, .lang102 .checkbox__label:before, .lang73 .checkbox__label:before {
    display: none !important; }
  .lang34 .checkbox__label:after, .lang102 .checkbox__label:after, .lang73 .checkbox__label:after {
    display: none !important; }

/* FIX */
.collapse {
  height: 0;
  overflow: hidden;
  transition: all 300ms ease; }
  .collapse--show {
    height: auto;
    overflow: visible; }

.file {
  position: relative; }
  .file__input {
    display: none; }
  .file__label {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.09) inset;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer; }
    .file__label:before {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 100%;
      cursor: pointer;
      content: "";
      border-left: 1px solid #cbcbcb;
      background-color: #f8f9fa; }
    .file__label:after {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 100%;
      cursor: pointer;
      content: "";
      fill: red;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3e%3cpath fill='gray' d='M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 40%; }

.input {
  display: block;
  height: 40px;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.09) inset;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .input:focus {
    border-color: #bfbfbf; }
  .input:read-only {
    background-color: #f7f7f7; }
  .input:disabled {
    background-color: #f7f7f7;
    cursor: not-allowed; }
  .input.ng-invalid {
    border-color: #c50000; }

.input:not([class*=size-]) {
  width: 100%; }

.radio {
  position: relative;
  padding-left: 21px;
  margin-bottom: 5px; }
  .radio:last-child {
    margin-bottom: 0; }
  .radio__input {
    display: none; }
    .radio__input:checked ~ .radio__label:after {
      opacity: 1; }
  .radio__label {
    cursor: pointer; }
    .radio__label:before {
      position: absolute;
      left: 0;
      top: 0px;
      display: block;
      width: 17px;
      height: 17px;
      content: "";
      transition: all 300ms ease-out;
      border-radius: 50%;
      border: 1px solid #cbcbcb;
      background-color: #fff; }
    .radio__label:after {
      position: absolute;
      left: 4px;
      top: 4px;
      opacity: 0;
      display: block;
      width: 9px;
      height: 9px;
      content: "";
      transition: all 300ms ease-out;
      border-radius: 50%;
      background-color: #337ab7; }

.ui-paginator {
  display: flex;
  justify-content: center; }
  .ui-paginator-pages {
    display: flex; }
    .ui-paginator-pages .ui-paginator-element {
      height: 35px;
      min-width: 35px;
      margin-left: -1px;
      padding: 8px 2px 0 2px;
      border: 1px solid #dee2e6;
      text-align: center;
      text-decoration: none; }
      .ui-paginator-pages .ui-paginator-element.ui-state-active {
        background-color: #337ab7;
        color: #fff;
        border-color: #337ab7; }
      .ui-paginator-pages .ui-paginator-element:not(.ui-state-active):hover {
        background-color: #e9ecef;
        border-color: #dee2e6; }

.select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.09) inset; }
  .select:focus {
    border-color: #bfbfbf; }
  .select:disabled {
    background-color: #e9ecef; }
  .select.multiple {
    height: 175px; }

.section {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 3px; }

.table__head {
  display: none; }
  @media screen and (min-width: 768px) {
    .table__head {
      display: block; }
      .table__head .table__row {
        background-color: #dbe8fa;
        border-bottom: 2px solid #337ab7; }
      .table__head .table__col {
        font-weight: 700;
        color: #337ab7; } }

@media screen and (min-width: 768px) {
  .table__body {
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb; } }

.table__body .table__row {
  border-bottom: 2px solid #cbcbcb;
  background-color: #fff;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .table__body .table__row {
      border-bottom-width: 1px; } }
  .table__body .table__row:nth-child(even) {
    background-color: #fcfcfc; }
  .table__body .table__row:hover {
    background-color: #f8f9fa; }

.table__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .table__row {
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 0; } }

.table__col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  border-bottom: 1px solid #cbcbcb;
  text-align: right; }
  @media screen and (min-width: 768px) {
    .table__col {
      justify-content: flex-start;
      width: 150px;
      padding-top: 15px;
      padding-bottom: 15px;
      border-bottom: none;
      text-align: left; } }
  @media screen and (min-width: 768px) {
    .table__col--width300 {
      width: 300px; } }
  .table__col--center {
    text-align: center; }
  @media screen and (min-width: 768px) {
    .table__col--flexible {
      flex: 1;
      width: auto; } }
  .table__col:before {
    margin-right: 5px;
    content: attr(data-label) ":";
    text-align: left; }
    @media screen and (min-width: 768px) {
      .table__col:before {
        display: none; } }

.tabs__head {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #cbcbcb; }
  .tabs__head-item {
    height: 39px;
    margin-right: 5px;
    padding: 9px 15px 0 15px;
    border: 1px solid #cbcbcb;
    border-bottom: none;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fff; }
    .tabs__head-item--active {
      position: relative;
      top: 1px;
      padding-top: 8px;
      border-color: #337ab7;
      color: #fff;
      background-color: #337ab7; }
    .tabs__head-item--disabled {
      cursor: not-allowed; }
    .tabs__head-item:not(.tabs__head-item--active):hover {
      text-decoration: underline; }
    .tabs__head-item:last-child {
      margin-right: 0; }

.tabs__body {
  padding: 30px 0; }
  .tabs__body-item {
    display: none; }
    .tabs__body-item--active {
      display: block; }

.textarea {
  resize: none;
  display: block;
  width: 100%;
  height: 120px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.09) inset;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .textarea:focus {
    border-color: #bfbfbf; }

.row-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .row-group--align-right {
    justify-content: flex-end; }
  .row-group--align-center {
    justify-content: center; }
  .row-group > * {
    margin-right: 5px;
    margin-left: 5px; }

.form-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }
  .form-inline > * {
    margin-right: 10px; }
    .form-inline > *:last-child {
      margin-right: 0; }

.form-group-wrapper .form-group {
  margin-bottom: 15px; }
  .form-group-wrapper .form-group:last-child {
    margin-bottom: 0; }

.form-group-wrapper-same-margin .form-group {
  margin-bottom: 15px; }

.block {
  margin-bottom: 30px; }

.search-result-block {
  position: absolute;
  z-index: 10;
  height: 250px;
  overflow: auto; }

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media screen and (min-width: 480px) {
    .form-group--row {
      flex-direction: row; } }
  @media screen and (min-width: 480px) {
    .form-group--row .form-group__label {
      padding-top: 12px;
      margin-right: 10px;
      margin-bottom: 0; } }
  .form-group__label {
    margin-bottom: 5px; }
  .form-group__value {
    flex: 1;
    width: 100%; }

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("./font/summernote.eot?e557617934c52ea068954af79ed7c221");
  src: url("./font/summernote.eot?#iefix") format("embedded-opentype"), url("./font/summernote.woff?e557617934c52ea068954af79ed7c221") format("woff"), url("./font/summernote.ttf?e557617934c52ea068954af79ed7c221") format("truetype"); }

[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale; }

.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }

.note-icon-align-center:before {
  content: "\f101"; }

.note-icon-align-indent:before {
  content: "\f102"; }

.note-icon-align-justify:before {
  content: "\f103"; }

.note-icon-align-left:before {
  content: "\f104"; }

.note-icon-align-outdent:before {
  content: "\f105"; }

.note-icon-align-right:before {
  content: "\f106"; }

.note-icon-align:before {
  content: "\f107"; }

.note-icon-arrow-circle-down:before {
  content: "\f108"; }

.note-icon-arrow-circle-left:before {
  content: "\f109"; }

.note-icon-arrow-circle-right:before {
  content: "\f10a"; }

.note-icon-arrow-circle-up:before {
  content: "\f10b"; }

.note-icon-arrows-alt:before {
  content: "\f10c"; }

.note-icon-arrows-h:before {
  content: "\f10d"; }

.note-icon-arrows-v:before {
  content: "\f10e"; }

.note-icon-bold:before {
  content: "\f10f"; }

.note-icon-caret:before {
  content: "\f110"; }

.note-icon-chain-broken:before {
  content: "\f111"; }

.note-icon-circle:before {
  content: "\f112"; }

.note-icon-close:before {
  content: "\f113"; }

.note-icon-code:before {
  content: "\f114"; }

.note-icon-col-after:before {
  content: "\f115"; }

.note-icon-col-before:before {
  content: "\f116"; }

.note-icon-col-remove:before {
  content: "\f117"; }

.note-icon-eraser:before {
  content: "\f118"; }

.note-icon-font:before {
  content: "\f119"; }

.note-icon-frame:before {
  content: "\f11a"; }

.note-icon-italic:before {
  content: "\f11b"; }

.note-icon-link:before {
  content: "\f11c"; }

.note-icon-magic:before {
  content: "\f11d"; }

.note-icon-menu-check:before {
  content: "\f11e"; }

.note-icon-minus:before {
  content: "\f11f"; }

.note-icon-orderedlist:before {
  content: "\f120"; }

.note-icon-pencil:before {
  content: "\f121"; }

.note-icon-picture:before {
  content: "\f122"; }

.note-icon-question:before {
  content: "\f123"; }

.note-icon-redo:before {
  content: "\f124"; }

.note-icon-row-above:before {
  content: "\f125"; }

.note-icon-row-below:before {
  content: "\f126"; }

.note-icon-row-remove:before {
  content: "\f127"; }

.note-icon-special-character:before {
  content: "\f128"; }

.note-icon-square:before {
  content: "\f129"; }

.note-icon-strikethrough:before {
  content: "\f12a"; }

.note-icon-subscript:before {
  content: "\f12b"; }

.note-icon-summernote:before {
  content: "\f12c"; }

.note-icon-superscript:before {
  content: "\f12d"; }

.note-icon-table:before {
  content: "\f12e"; }

.note-icon-text-height:before {
  content: "\f12f"; }

.note-icon-trash:before {
  content: "\f130"; }

.note-icon-underline:before {
  content: "\f131"; }

.note-icon-undo:before {
  content: "\f132"; }

.note-icon-unorderedlist:before {
  content: "\f133"; }

.note-icon-video:before {
  content: "\f134"; }

.note-editor {
  position: relative; }

.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: white;
  opacity: .95; }

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle; }

.note-editor .note-dropzone.hover {
  color: #098ddf; }

.note-editor.dragover .note-dropzone {
  display: table; }

.note-editor .note-editing-area {
  position: relative; }

.note-editor .note-editing-area .note-editable {
  outline: 0; }

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super; }

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub; }

.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px; }

.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px; }

.note-editor.note-frame {
  border: 1px solid #a9a9a9; }

.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none; }

.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block; }

.note-editor.note-frame .note-editing-area {
  overflow: hidden; }

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  word-wrap: break-word;
  background-color: #fff; }

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5; }

.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none; }

.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important; }

.note-editor.note-frame.fullscreen .note-editable {
  background-color: white; }

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none; }

.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  padding-top: 1px;
  cursor: ns-resize; }

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9; }

.note-editor.note-frame .note-placeholder {
  padding: 10px; }

.note-popover.popover {
  display: none;
  max-width: none; }

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle; }

.note-popover.popover .arrow {
  left: 20px !important; }

.note-toolbar {
  position: relative;
  z-index: 500; }

.note-popover .popover-content, .card-header.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0; }

.note-popover .popover-content > .btn-group, .card-header.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0; }

.note-popover .popover-content .btn-group .note-table, .card-header.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .note-style .dropdown-style blockquote, .card-header.note-toolbar .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .card-header.note-toolbar .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0; }

.note-popover .popover-content .note-style .dropdown-style h1, .card-header.note-toolbar .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .card-header.note-toolbar .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .card-header.note-toolbar .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .card-header.note-toolbar .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .card-header.note-toolbar .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .card-header.note-toolbar .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .card-header.note-toolbar .note-style .dropdown-style p {
  padding: 0;
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-toggle, .card-header.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px; }

.note-popover .popover-content .note-color .dropdown-menu, .card-header.note-toolbar .note-color .dropdown-menu {
  min-width: 337px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette, .card-header.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child, .card-header.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover, .card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee; }

.note-popover .popover-content .note-para .dropdown-menu, .card-header.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px; }

.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .card-header.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px; }

.note-popover .popover-content .dropdown-menu, .card-header.note-toolbar .dropdown-menu {
  min-width: 90px; }

.note-popover .popover-content .dropdown-menu.right, .card-header.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto; }

.note-popover .popover-content .dropdown-menu.right::before, .card-header.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.right::after, .card-header.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.note-check a i, .card-header.note-toolbar .dropdown-menu.note-check a i {
  color: deepskyblue;
  visibility: hidden; }

.note-popover .popover-content .dropdown-menu.note-check a.checked i, .card-header.note-toolbar .dropdown-menu.note-check a.checked i {
  visibility: visible; }

.note-popover .popover-content .note-fontsize-10, .card-header.note-toolbar .note-fontsize-10 {
  font-size: 10px; }

.note-popover .popover-content .note-color-palette, .card-header.note-toolbar .note-color-palette {
  line-height: 1; }

.note-popover .popover-content .note-color-palette div .note-color-btn, .card-header.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff; }

.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .card-header.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000; }

.note-dialog > div {
  display: none; }

.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0; }

.note-dialog .note-modal-form {
  margin: 0; }

.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray; }

@-moz-document url-prefix() {
  .note-image-input {
    height: auto; } }

.note-placeholder {
  position: absolute;
  display: none;
  color: gray; }

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black; }

.note-handle .note-control-selection > div {
  position: absolute; }

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30); }

.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0; }

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0; }

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize; }

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70); }

.note-hint-popover {
  min-width: 100px;
  padding: 2px; }

.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0; }

.stylesheet__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700; }

.stylesheet__section {
  margin-bottom: 45px; }

.pre-auth {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  overflow: auto;
  background-color: #fff; }
  .pre-auth__inner {
    display: flex;
    flex-direction: column; }
  .pre-auth__left-side {
    order: 2;
    flex: 1;
    display: flex;
    background: #fff url("../img/background.jpg") no-repeat 50% 50%;
    background-size: cover; }
  .pre-auth__left-side-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    background-color: rgba(0, 0, 0, 0.42); }
  .pre-auth__right-side {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #fff; }
  .pre-auth__news-heading {
    margin-bottom: 15px; }
  .pre-auth__news-text {
    margin-bottom: 30px;
    color: #fff;
    font-size: 17px; }
  .pre-auth__news-title {
    line-height: normal;
    color: #fff;
    font-weight: 500;
    font-size: 30px; }
  .pre-auth__login-title {
    margin-bottom: 30px;
    color: #f9b33d;
    font-size: 24px;
    font-weight: 500;
    text-align: center; }
  .pre-auth__news-special {
    font-size: 20px;
    color: #f0ad4e; }
  .pre-auth__login {
    max-width: 350px;
    width: 100%;
    margin-bottom: 20px; }
    .pre-auth__login-row {
      display: flex;
      flex-direction: column;
      margin-bottom: 15px; }
      .pre-auth__login-row:last-child {
        margin-bottom: 0; }
    .pre-auth__login-value {
      flex-grow: 1; }
    .pre-auth__login-label {
      margin-bottom: 5px; }
    .pre-auth__login-input {
      width: 100%;
      height: 40px;
      padding: 0 15px;
      border-radius: 4px;
      background-color: #fff;
      border: 1px solid #ccc;
      color: #000;
      border-left: 4px solid transparent; }
      .pre-auth__login-input.ng-valid {
        border-left-color: #85b700; }
    .pre-auth__login-form {
      padding-top: 15px;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-top: 1px solid #cbcbcb;
      border-bottom: 1px solid #cbcbcb; }
    .pre-auth__login-logo {
      display: block;
      margin: 0 auto 15px auto;
      -webkit-animation: fadein 2s;
      /* Safari, Chrome and Opera > 12.1 */
      -moz-animation: fadein 2s;
      /* Firefox < 16 */
      -ms-animation: fadein 2s;
      /* Internet Explorer */
      -o-animation: fadein 2s;
      /* Opera < 12.1 */
      animation: fadein 2s; }
      .pre-auth__login-logo--nd {
        position: relative;
        bottom: 10px;
        max-height: 60px; }
    .pre-auth__login-copyright {
      position: relative; }
    .pre-auth__login-button-wrapper {
      display: flex;
      flex-direction: column; }
    .pre-auth__login-button {
      height: 40px;
      line-height: 40px;
      padding: 0 30px;
      margin-bottom: 5px;
      color: #fff;
      text-decoration: none;
      border: none;
      text-align: center;
      font-weight: 700;
      border-radius: 4px;
      cursor: pointer; }
    .pre-auth__login-button:hover {
      -webkit-transition: all .1s ease;
      transition: all .1s ease; }
    .pre-auth__login-button:hover:active {
      -webkit-transition: all 80ms ease;
      transition: all 80ms ease;
      border-bottom: 0;
      margin-top: 2px;
      margin-bottom: -2px; }
    .pre-auth__loginn-button:focus {
      outline: none; }
    .pre-auth__login-button--login {
      background-color: #85b700;
      border-bottom: 2px solid #648a01; }
    .pre-auth__login-button--login:hover {
      background-color: #8dbf06; }
    .pre-auth__login-button--helpdesk {
      background-color: #f9b33d;
      border-bottom: 2px solid #d69928; }
    .pre-auth__login-button--helpdesk:hover {
      background-color: #ffba36;
      text-decoration: none;
      color: white; }
  .pre-auth__news-button {
    padding: 10px 45px;
    height: 50px;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    transition: all 200ms ease; }
  .pre-auth__news-button:hover {
    background-color: #fff;
    color: #4c4c4c;
    text-decoration: none; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.loader {
  margin: 20px auto;
  position: relative;
  width: 105px;
  height: 105px; }

.loader__text {
  text-align: center;
  width: 100%;
  font-size: 30px;
  margin: auto;
  display: flex;
  justify-content: center; }

.loader::after {
  -webkit-animation: grow-vertical 1.2s ease-out forwards;
  animation: grow-vertical 1.2s ease-out forwards;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 3px;
  background-color: #798494;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom; }

.loader::before {
  -webkit-animation: grow-horizontal 1.2s 1.2s ease-out forwards;
  animation: grow-horizontal 1.2s 1.2s ease-out forwards;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background-color: #798494;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left; }

.loader__block--horizontal {
  -webkit-animation: grow-horizontal .4s ease-out 1 forwards;
  animation: grow-horizontal .4s ease-out 1 forwards;
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 33px;
  height: 3px;
  background-color: #798494;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left; }

.loader__block--horizontal::before {
  -webkit-animation: grow-vertical .4s .4s ease-out 1 forwards;
  animation: grow-vertical .4s .4s ease-out 1 forwards;
  content: '';
  position: absolute;
  left: 33px;
  bottom: 0;
  height: 33px;
  width: 3px;
  background-color: #798494;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom; }

.loader__block--horizontal::after {
  -webkit-animation: grow-horizontal .4s .8s ease-out 1 forwards;
  animation: grow-horizontal .4s .8s ease-out 1 forwards;
  content: '';
  position: absolute;
  left: 33px;
  bottom: 33px;
  height: 3px;
  width: 33px;
  background-color: #798494;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left; }

.loader__block--vertical {
  -webkit-animation: grow-vertical .4s 1.2s ease-out 1 forwards;
  animation: grow-vertical .4s 1.2s ease-out 1 forwards;
  position: absolute;
  bottom: 33px;
  left: 69px;
  width: 3px;
  height: 33px;
  background-color: #798494;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom; }

.loader__block--vertical::before {
  -webkit-animation: grow-horizontal .4s 1.6s ease-out 1 forwards;
  animation: grow-horizontal .4s 1.6s ease-out 1 forwards;
  content: '';
  position: absolute;
  left: -32PX;
  bottom: 33px;
  height: 3px;
  width: 65px;
  background-color: #798494;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left; }

.loader__block--vertical::after {
  -webkit-animation: grow-vertical .4s 2s ease-out 1 forwards;
  animation: grow-vertical .4s 2s ease-out 1 forwards;
  content: '';
  position: absolute;
  left: 33px;
  bottom: 33px;
  width: 3px;
  height: 36px;
  background-color: #798494;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom; }

@-webkit-keyframes grow-vertical {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes grow-vertical {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes grow-horizontal {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes grow-horizontal {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@media (min-width: 768px) {
  .pre-auth__inner {
    flex-direction: row;
    height: 100%; }
  .pre-auth__login-copyright {
    position: absolute;
    bottom: 20px; }
  .pre-auth__login-logo--nd {
    position: absolute;
    top: 15px;
    right: 20px; }
  .pre-auth__news-special {
    margin-left: 5px; }
  .pre-auth__left-side {
    order: 1; }
  .pre-auth__login-button {
    margin-bottom: 0; }
  .pre-auth__left-side-inner {
    justify-content: center; }
  .pre-auth__login-button-wrapper {
    flex-direction: row;
    justify-content: space-between; }
  .pre-auth__right-side {
    width: 400px;
    order: 2; } }

@media (min-width: 1360px) {
  .pre-auth__left-side-inner {
    padding-left: 180px;
    padding-right: 180px; }
  .pre-auth__right-side {
    width: 600px; }
  .pre-auth__news-heading {
    display: flex;
    align-items: baseline; } }

.index__menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .index__menu-item {
    width: calc(100% / 2 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    text-align: center;
    cursor: pointer; }
    @media screen and (min-width: 480px) {
      .index__menu-item {
        width: calc(100% / 4 - 20px); } }
    @media screen and (min-width: 768px) {
      .index__menu-item {
        width: calc(100% / 6 - 20px); } }
    @media screen and (min-width: 990px) {
      .index__menu-item {
        width: calc(100% / 6 - 20px); } }
    @media screen and (min-width: 1212px) {
      .index__menu-item {
        width: calc(100% / 8 - 20px); } }
  .index__menu-icon {
    margin-bottom: 10px; }
