body {
  min-height: 100vh;
  position: relative;
}

.document__header {
  min-height: 40px;
}

.document__footer {
  min-height: 24px;
}

.document__main {
  min-height: calc(100vh - 160px);
  padding-top: 5px;
  padding-bottom: 35px;
}

.iframe-file {
  border: 0;
  max-height: 100vh;
  max-width: 100vw;
  min-height: calc(100vh - 250px);
  width: 100%;
}

.line, .line:hover, .line:visited {
  background-color: #06c755;
  border-radius: 5px;
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
  height: 64px;
  width: 252px;
  z-index: 0;
}

.line::before {
  background-color: #000;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  z-index: 1;
}

.line__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  height: auto;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  z-index: 2;
}

.line__icon {
  border-right: 1px rgba(0, 0, 0, 0.08) solid;
  margin: auto 0;
  padding: 10px;
  width: 60px;
}

.line__login {
  display: inline-block;
  padding: 20px 40px;
  text-align: center;
  width: 100%;
}

.line:hover::before {
  opacity: .1;
}

.line:active::before {
  opacity: .3;
}

.loading {
  background-color: #464646;
  height: 100vh;
  left: 0;
  opacity: .4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.loading__wrapper {
  background-color: transparent;
  position: relative;
  height: 0;
  width: 0;
  z-index: 101;
}

.loading__spinner {
  left: 50%;
  position: fixed;
  top: 45%;
  -webkit-transform: translate(-50%) scale(2);
          transform: translate(-50%) scale(2);
  text-align: center;
  width: 100%;
  z-index: 102;
}

.loading__status {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.text-basic {
  color: var(--basic-color);
}

.text-sub {
  color: var(--sub-color);
}

.text-hilight {
  color: var(--hilight-color);
}

.text-gray {
  color: var(--gray-color);
}

.files__wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}

.files__link, .files__link:visited {
  text-decoration: none;
}

.files__link:hover {
  text-decoration: underline;
}

.files__icon, .files__icon-lg {
  display: inline-block;
  height: auto;
  margin: 0 2px 0 0;
  width: 1.5em;
}

.files__icon-lg {
  max-width: 100%;
  width: 7.5em;
}

.files__icon-header {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}

.files__file-wrapper {
  list-style: none;
  margin: 0 0 0 1.2em;
  padding: 0;
  overflow: hidden;
  -webkit-transition: height .3s;
  transition: height .3s;
}

.link-scale {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.link-scale:hover {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.breadcrumb__wrapper-link a, .breadcrumb__wrapper-link a:visited, .breadcrumb__wrapper-link a:hover {
  color: #464646;
  text-decoration: none;
}

.contact__list-link[data-read="0"] {
  position: relative;
}

.contact__list-link[data-read="0"]::after {
  background-color: #f00;
  border-radius: 50%;
  color: #fff;
  content: "!";
  display: block;
  font-size: 1.25em;
  height: 1.5em;
  right: .5em;
  position: absolute;
  text-align: center;
  top: .25em;
  width: 1.5em;
}

.header__user {
  font-size: 2rem;
}

.home__icon {
  font-size: 8rem;
}

.slick-arrow::before {
  color: #000;
}

.carousel__wrapper {
  max-width: 15vw;
  margin-left: auto;
  margin-right: auto;
}

.public-DraftStyleDefault-block {
  margin: 0 !important;
}
/*# sourceMappingURL=style.css.map */